body {
  font-family: Arial, sans-serif;
  background: #f4f6f8;
  margin: 0;
  padding: 20px;
}

.container {
  max-width: 420px;
  margin: auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  text-align: center;
  border: 1px solid #eceff3;
}

h1 {
  margin-top: 0;
}

img {
  max-width: 80%;
}

.subtitle {
  color: #666;
  margin-bottom: 24px;
  line-height: 1.6;
}

.card {
  background: #f9fafb;
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 14px;
  border: 1px solid #eef0f2;
}

.card h3 {
  margin: 0 0 8px 0;
}

.card p {
  font-size: 14px;
  color: #555;
}

.button {
  display: block;
  margin-top: 10px;
  padding: 12px;
  background: #2fbf5b;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  transition: .2s;
}

.button:hover {
  transform: translateY(-1px);
}

.secondary {
  background: #2196F3;
}

.partner {
  background: #ff9800;
}

.register {
  background: #111;
}

/* ===== ALERTAS ===== */

.alert-box {
  margin-top: 18px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  border: 1px solid #eceff3;
}

.alert-box h3 {
  margin: 0 0 6px;
  font-size: 18px;
  color: #222;
}

.alert-box p {
  font-size: 13px;
  color: #666;
  margin-bottom: 14px;
}

.alert-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.alert-row {
  display: flex;
  gap: 10px;
}

.alert-fields input {
  width: 100%;
  padding: 13px;
  border-radius: 12px;
  border: 1px solid #dfe5ec;
  background: #f8fafc;
  font-size: 14px;
}

.alert-fields input:focus {
  outline: none;
  border-color: #2fbf5b;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(47,191,91,.15);
}

.alert-btn {
  width: 100%;
  margin-top: 14px;
  padding: 15px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #2fbf5b, #249948);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(47,191,91,.25);
  transition: .2s;
}

.alert-btn:hover {
  transform: translateY(-1px);
}

/* ===== INPUT TELEFONE ===== */

input {
  width: 100%;
  padding: 12px;
  border: 1px solid #d6dbe1;
  border-radius: 10px;
  margin-top: 10px;
  box-sizing: border-box;
}

/* ===== SOCIAL ===== */

.social-section {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.social-icons a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.instagram {
  background: linear-gradient(45deg,#f9ce34,#ee2a7b,#6228d7);
}

.tiktok {
  background: #000;
}

.youtube {
  background: #ff0000;
}

footer {
  margin-top: 20px;
  font-size: 12px;
  color: #999;
}
