:root {
  --bg: #edf2f5;
  --card: rgba(255, 255, 255, 0.62);
  --text: #101828;
  --muted: #667085;
  --primary: #0e6f68;
  --primary-dark: #075c56;
  --primary-light: #25a79b;
  --accent: #b8832d;
  --accent-light: #e2b45b;
  --danger: #b42318;
  --shadow: 0 30px 80px rgba(16, 24, 40, 0.22);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  min-height: 100vh;
  padding-bottom: 108px;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(135deg, rgba(14, 111, 104, 0.22), rgba(255, 255, 255, 0) 36%),
    linear-gradient(225deg, rgba(226, 180, 91, 0.22), rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, #fbfdff 0%, #edf2f5 52%, #f6f8fa 100%),
    var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(14, 111, 104, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 111, 104, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, #000, transparent 68%);
}

main {
  width: min(100%, 480px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 18px 12px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: relative;
}

.card {
  width: 100%;
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 26px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
}

.card::before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), rgba(184, 131, 45, 0.42), transparent);
}

.brand-card {
  box-shadow: 0 22px 58px rgba(16, 24, 40, 0.16);
}

.form-card {
  box-shadow: 0 24px 70px rgba(16, 24, 40, 0.2);
}

.brand {
  padding: 30px 22px 22px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.28)),
    linear-gradient(145deg, rgba(14, 111, 104, 0.08), rgba(226, 180, 91, 0.1));
}

.logo {
  width: min(196px, 70vw);
  height: auto;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  overflow: visible;
}

.logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.eyebrow {
  width: fit-content;
  margin: 0 auto 10px;
  padding: 7px 12px;
  border: 1px solid rgba(184, 131, 45, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  color: var(--accent);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 800;
}

h1 {
  margin: 0;
  font-size: 25px;
  line-height: 1.45;
  font-weight: 800;
}

.subtitle {
  margin: 10px 0 0;
  color: #58677a;
  font-size: 14px;
  line-height: 1.7;
}

.hero-spotlight {
  margin-top: 16px;
  padding: 12px;
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 10px;
  align-items: stretch;
  border: 1px solid rgba(14, 111, 104, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.42)),
    linear-gradient(135deg, rgba(14, 111, 104, 0.08), rgba(226, 180, 91, 0.1));
  box-shadow: 0 18px 38px rgba(16, 24, 40, 0.1);
  text-align: right;
}

.spotlight-number {
  min-height: 96px;
  padding: 10px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--primary-dark), var(--primary-light));
  color: #fff;
  text-align: center;
  box-shadow: 0 16px 32px rgba(14, 111, 104, 0.24);
}

.spotlight-number strong {
  display: block;
  font-size: 36px;
  line-height: 1;
}

.spotlight-number span {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 800;
}

.spotlight-copy {
  padding: 8px 4px 8px 0;
  display: grid;
  align-content: center;
  gap: 5px;
}

.spotlight-copy strong {
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
}

.spotlight-copy span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.trust-points {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.trust-points span {
  min-height: 38px;
  padding: 8px 7px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.42));
  color: #344054;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
}

.clear-info {
  margin-top: 12px;
  display: grid;
  gap: 8px;
  text-align: right;
}

.clear-info div {
  padding: 13px 14px;
  border: 1px solid rgba(14, 111, 104, 0.16);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.44));
}

.clear-info strong,
.clear-info span {
  display: block;
}

.clear-info strong {
  margin-bottom: 4px;
  color: var(--primary-dark);
  font-size: 13px;
  line-height: 1.5;
}

.clear-info span {
  color: #536174;
  font-size: 13px;
  line-height: 1.75;
}

.form-intro {
  padding: 22px 20px 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08)),
    linear-gradient(135deg, rgba(14, 111, 104, 0.06), rgba(226, 180, 91, 0.08));
}

.form-intro p {
  margin: 0 0 6px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
}

.form-intro h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
}

.form-intro span,
.step-hint {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.form-intro span {
  margin-top: 6px;
}

.choice-strip {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.choice-strip span {
  min-height: 44px;
  margin: 0;
  padding: 9px 10px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid rgba(14, 111, 104, 0.14);
  background: rgba(255, 255, 255, 0.58);
  color: var(--primary-dark);
  text-align: center;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 800;
}

.process-line {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.process-line span {
  position: relative;
  min-height: 42px;
  padding: 9px 8px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(14, 111, 104, 0.08);
  color: #344054;
  text-align: center;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
}

.process-line span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-bottom: 5px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(184, 131, 45, 0.12);
}

form {
  padding: 18px 20px 22px;
}

.progress {
  padding: 17px 20px 0;
  background: rgba(255, 255, 255, 0.18);
}

.progress-meta {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #536174;
  font-size: 12px;
  font-weight: 700;
}

.progress-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 5px rgba(18, 32, 51, 0.08);
}

.progress-fill {
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary-dark), var(--primary-light), var(--accent-light));
  transition: width 0.24s ease;
  box-shadow: 0 0 18px rgba(14, 111, 104, 0.34);
}

.step {
  display: none;
}

.step.active {
  display: block;
  animation: stepIn 0.2s ease;
}

@keyframes stepIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.step-title {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
}

.step-hint {
  margin: -8px 0 14px;
}

.options {
  display: grid;
  gap: 10px;
}

.option {
  position: relative;
}

.option input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.option span {
  min-height: 60px;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 18px;
  color: var(--text);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.42));
  font-size: 15px;
  line-height: 1.5;
  box-shadow: 0 10px 24px rgba(18, 32, 51, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, transform 0.16s ease;
}

.option input:focus-visible + span,
.option span:hover {
  border-color: rgba(14, 111, 104, 0.5);
  box-shadow: 0 14px 28px rgba(18, 32, 51, 0.11);
  transform: translateY(-1px);
}

.option span::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 2px solid rgba(83, 97, 116, 0.5);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.46);
}

.option input:checked + span {
  border-color: var(--primary);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(14, 111, 104, 0.08));
  box-shadow: 0 0 0 3px rgba(14, 111, 104, 0.13), 0 18px 34px rgba(14, 111, 104, 0.16);
}

.option input:checked + span::before {
  border: 5px solid var(--primary);
  background: #fff;
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

label {
  font-size: 14px;
  color: #344054;
  font-weight: 700;
}

input[type="text"],
input[type="tel"] {
  width: 100%;
  height: 52px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.7);
  outline: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 10px 24px rgba(18, 32, 51, 0.06);
}

input[type="text"]:focus,
input[type="tel"]:focus {
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0 0 3px rgba(14, 111, 104, 0.13), 0 12px 26px rgba(18, 32, 51, 0.08);
}

.policy-note {
  margin: 8px 0 18px;
  padding: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.44);
}

.policy-note a,
.privacy-content a {
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(14, 111, 104, 0.35);
}

.policy-note a:hover,
.privacy-content a:hover {
  border-bottom-color: var(--primary);
}

.actions {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  position: sticky;
  bottom: 0;
  padding-top: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(246, 249, 251, 0.78) 38%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

button,
.contact-link {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 16px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

button.primary,
.contact-link.whatsapp,
.contact-link.call {
  position: relative;
  overflow: hidden;
}

button.primary::after,
.contact-link.whatsapp::after,
.contact-link.call::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.2) 42%, transparent 72%);
  transform: translateX(120%);
  transition: transform 0.45s ease;
}

button.primary:hover::after,
.contact-link.whatsapp:hover::after,
.contact-link.call:hover::after {
  transform: translateX(-120%);
}

.whatsapp-mark {
  width: 22px;
  height: 22px;
  margin-left: 7px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 22px;
}

.whatsapp-mark svg,
.whatsapp-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

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

button:disabled {
  cursor: progress;
  opacity: 0.72;
  transform: none;
}

.primary {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-light));
  color: #fff;
  box-shadow: 0 14px 28px rgba(14, 111, 104, 0.25);
}

.primary:hover {
  background: var(--primary-dark);
}

.secondary {
  background: rgba(255, 255, 255, 0.58);
  color: #30394a;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.call {
  background: var(--primary);
  color: #fff;
}

.whatsapp {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #fff;
}

.message {
  min-height: 22px;
  margin-top: 12px;
  padding-inline: 2px;
  color: var(--danger);
  font-size: 13px;
  line-height: 1.6;
}

.done {
  padding: 30px 22px 26px;
  display: none;
  text-align: center;
}

.done.active {
  display: block;
  animation: stepIn 0.22s ease;
}

.done::before {
  content: "✓";
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.76);
  color: var(--primary);
  font-size: 34px;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(14, 111, 104, 0.16);
}

.done h2 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 800;
}

.done p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 14px;
}

.contact-actions {
  display: none;
  gap: 10px;
  margin-top: 12px;
}

.contact-actions.active {
  display: flex;
}

.step-count {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  display: none;
}

.floating-contact {
  position: fixed;
  right: max(12px, calc((100vw - 480px) / 2 + 12px));
  bottom: 14px;
  left: max(12px, calc((100vw - 480px) / 2 + 12px));
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.74)),
    linear-gradient(135deg, rgba(14, 111, 104, 0.1), rgba(226, 180, 91, 0.1));
  box-shadow: 0 20px 50px rgba(16, 24, 40, 0.24);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.floating-link {
  min-width: 0;
  min-height: 58px;
  padding: 9px 10px;
  border-radius: 14px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  align-items: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(18, 32, 51, 0.14);
  position: relative;
  overflow: hidden;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.floating-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.22) 42%, transparent 72%);
  transform: translateX(120%);
  animation: sheen 4.5s ease-in-out infinite;
}

@keyframes sheen {
  0%, 54% {
    transform: translateX(120%);
  }

  70%, 100% {
    transform: translateX(-120%);
  }
}

.floating-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(18, 32, 51, 0.18);
}

.floating-link strong,
.floating-link small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.floating-link strong {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.floating-link small {
  grid-column: 2;
  font-size: 11px;
  line-height: 1.35;
  opacity: 0.9;
  font-weight: 700;
}

.floating-icon {
  grid-row: 1 / 3;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  font-size: 0;
  font-weight: 800;
}

.floating-icon::before {
  font-size: 15px;
  line-height: 1;
}

.floating-link.whatsapp .floating-icon::before {
  content: "W";
}

.floating-link.whatsapp .floating-icon.whatsapp-icon::before {
  content: none;
}

.floating-link.call .floating-icon::before {
  content: "☎";
}

.privacy-main {
  justify-content: flex-start;
  padding-top: 18px;
}

.privacy-card {
  overflow: visible;
}

.privacy-header {
  padding: 24px 22px 18px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.24));
}

.privacy-logo {
  width: min(170px, 62vw);
  height: auto;
  display: block;
  margin: 2px auto 12px;
}

.back-link {
  min-height: 40px;
  padding: 8px 14px;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: var(--primary);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.privacy-content {
  padding: 4px 22px 24px;
}

.privacy-content h2 {
  margin: 20px 0 8px;
  font-size: 17px;
  line-height: 1.5;
  color: var(--text);
}

.privacy-content p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.privacy-date {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.44);
  font-weight: 700;
}

@media (max-width: 360px) {
  body {
    padding-bottom: 148px;
  }

  main {
    padding-inline: 10px;
  }

  .brand,
  form,
  .done {
    padding-inline: 16px;
  }

  .actions,
  .contact-actions {
    flex-direction: column;
  }

  .trust-points {
    grid-template-columns: 1fr;
  }

  .hero-spotlight {
    grid-template-columns: 1fr;
  }

  .spotlight-number {
    min-height: 84px;
  }

  .choice-strip {
    grid-template-columns: 1fr;
  }

  .process-line {
    grid-template-columns: 1fr;
  }

  .floating-contact {
    grid-template-columns: 1fr;
  }
}
