:root {
  --black: #050606;
  --black-soft: #111414;
  --white: #ffffff;
  --paper: #f4f3ef;
  --ink: #121515;
  --muted: #626867;
  --line: rgba(18, 21, 21, 0.14);
  --line-dark: rgba(255, 255, 255, 0.18);
  --green: #25d366;
  --green-dark: #128c4b;
  --display: "Arial Narrow", "Aptos Display", "Roboto Condensed", Arial, sans-serif;
  --body: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --max: 1320px;
  --gutter: clamp(1.2rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a { color: inherit; text-underline-offset: 0.25em; }
button, input, select { font: inherit; }

:focus-visible {
  outline: 3px solid #7fffae;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: var(--black);
  background: var(--white);
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 30;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 1.25rem var(--gutter);
  color: var(--white);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  justify-self: start;
  color: inherit;
  font-family: var(--display);
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.brand > span > span { color: #8ef2ad; }

.brand-mark {
  width: 2rem;
  height: 2rem;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.brand-mark circle { fill: var(--green); stroke: none; }

.main-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.main-nav a:hover { color: var(--white); }

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  justify-self: end;
  padding: 0.7rem 1rem;
  border: 1px solid var(--green);
  border-radius: 0.25rem;
  color: #062812;
  background: var(--green);
  font-size: 0.75rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease;
}

.header-cta:hover { color: #031a0b; background: #20bd5a; }

.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
  isolation: isolate;
}

.hero-image,
.final-cta > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
}

.hero-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 5, 6, 0.94) 0%, rgba(2, 5, 6, 0.72) 39%, rgba(2, 5, 6, 0.18) 68%, rgba(2, 5, 6, 0.08) 100%),
    linear-gradient(0deg, rgba(2, 5, 6, 0.8) 0%, transparent 35%, rgba(2, 5, 6, 0.3) 100%);
}

.hero-content {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(6rem, 10vh, 8rem) var(--gutter) 1rem;
}

.eyebrow,
.section-kicker {
  margin: 0 0 1.4rem;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow { color: rgba(255, 255, 255, 0.7); }
.section-kicker { color: #596360; }

h1, h2, h3, p { text-wrap: balance; }

h1, h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3.9rem, 6.3vw, 7rem);
}

h1 em { color: var(--white); font-style: normal; font-weight: 300; }

@media (min-width: 721px) {
  .hero h1 { max-width: 15ch; }
  .hero h1 em { white-space: nowrap; }
}

.hero-lead {
  max-width: 42rem;
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  text-wrap: pretty;
}

.hero-offer { margin-top: 1.8rem; }

.hero-offer > span,
.plan-price > span {
  display: block;
  margin-bottom: 0.15rem;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-offer strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}

.hero-offer strong small,
.plan-price strong small {
  font-size: 0.42em;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.hero-offer p {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
}

.button {
  display: inline-flex;
  min-height: 3.6rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.95rem 1.4rem;
  border: 0;
  border-radius: 0.25rem;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

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

.whatsapp-link::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("assets/whatsapp-mark.svg") center / contain no-repeat;
  mask: url("assets/whatsapp-mark.svg") center / contain no-repeat;
}

.button-primary { color: #062812; background: var(--green); }
.button-primary:hover { background: #20bd5a; }
.button-dark { color: var(--white); background: var(--black); }
.button-dark:hover { background: #292d2d; }
.button.whatsapp-link { color: #062812; background: var(--green); }
.button.whatsapp-link:hover { color: #031a0b; background: #20bd5a; }

.hero .button { margin-top: 1.6rem; }

.hero-helper {
  margin: 0.65rem 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
}

.hero-features {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  gap: clamp(1.5rem, 7vw, 7rem);
  padding: 1.15rem var(--gutter);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 750;
}

.hero-features span::before {
  content: "✓";
  margin-right: 0.5rem;
  color: var(--green);
}

.quick-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--white);
}

.quick-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem max(1.2rem, calc((100vw - var(--max)) / 6));
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: background 160ms ease;
}

.quick-plan + .quick-plan { border-left: 1px solid var(--line); }
.quick-plan:hover { background: #ecece8; }
.quick-plan span { color: var(--muted); font-size: 0.72rem; font-weight: 750; }
.quick-plan strong { font-family: var(--display); font-size: 1.2rem; white-space: nowrap; }
.quick-plan strong small { font-family: var(--body); font-size: 0.58em; font-weight: 500; }

.section-pad {
  padding: clamp(5rem, 9vw, 9rem) max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter)));
}

.section-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem 6rem;
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.section-heading .section-kicker { grid-column: 1 / -1; margin-bottom: 0.2rem; }

.section-heading h2,
.conditions-heading h2,
.faq-heading h2,
.possibilities h2,
.coverage h2 {
  max-width: 13ch;
  font-size: clamp(3rem, 6.4vw, 6.6rem);
}

.section-heading > p:last-child {
  max-width: 34rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  text-wrap: pretty;
}

.plans { background: var(--paper); }

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.plan-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(1.4rem, 2.8vw, 2.2rem);
  border: 1px solid var(--line);
  background: var(--white);
}

.plan-card-featured {
  color: var(--white);
  background: var(--black);
  border-color: var(--black);
  transform: translateY(-1.4rem);
}

.featured-label {
  position: absolute;
  right: -1px;
  bottom: 100%;
  left: -1px;
  padding: 0.55rem 1rem;
  color: #063414;
  background: var(--green);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.plan-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.plan-card-featured .plan-topline,
.plan-card-featured .plan-description,
.plan-card-featured li { color: rgba(255, 255, 255, 0.58); }

.plan-card h3 {
  margin: 3rem 0 0;
  font-family: var(--display);
  font-size: clamp(2.1rem, 3.7vw, 3.7rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.plan-description {
  min-height: 4.7rem;
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  text-wrap: pretty;
}

.plan-speed {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding: 1.2rem 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  border-color: var(--line);
}

.plan-card-featured .plan-speed { border-color: var(--line-dark); }
.plan-speed strong { font-family: var(--display); font-size: 2rem; letter-spacing: -0.05em; }
.plan-speed span { color: var(--muted); font-size: 0.75rem; }

.plan-card ul {
  display: grid;
  gap: 0.55rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.plan-card li { color: var(--muted); font-size: 0.82rem; }
.plan-card li::before { content: "✓"; margin-right: 0.55rem; color: var(--green-dark); font-weight: 900; }
.plan-card-featured li::before { color: var(--green); }

.plan-price { margin-top: auto; padding-top: 2.5rem; }
.plan-price > span { color: var(--muted); }
.plan-price strong { display: block; font-family: var(--display); font-size: 2.7rem; letter-spacing: -0.05em; line-height: 1; }
.plan-card .button { width: 100%; margin-top: 1.3rem; }

.plans-note {
  max-width: 62rem;
  margin: 2rem auto 0;
  color: var(--muted);
  font-size: 0.7rem;
  text-align: center;
}

.possibilities {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  color: var(--white);
  background: var(--black);
}

.possibilities-copy { align-self: center; }
.possibilities .section-kicker { color: rgba(255, 255, 255, 0.5); }
.possibilities-copy > p:last-of-type { max-width: 32rem; margin: 1.6rem 0 0; color: rgba(255, 255, 255, 0.58); }

.text-link {
  display: inline-flex;
  gap: 0.6rem;
  margin-top: 2rem;
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
}

.possibility-list { border-left: 1px solid var(--line-dark); }

.possibility {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.5rem;
  min-height: 13rem;
  align-content: center;
  padding: 2rem clamp(1.5rem, 5vw, 5rem);
  border-bottom: 1px solid var(--line-dark);
}

.possibility:last-child { border-bottom: 0; }
.possibility > span { color: var(--green); font-family: var(--display); }
.possibility h3 { margin: 0; font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.7rem); letter-spacing: -0.04em; }
.possibility p { max-width: 35rem; margin: 0.7rem 0 0; color: rgba(255, 255, 255, 0.54); font-size: 0.9rem; }

.coverage {
  position: relative;
  min-height: 43rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: #0c1715;
  isolation: isolate;
}

.coverage::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.24;
  background-image: radial-gradient(circle, rgba(255,255,255,0.65) 0 1px, transparent 1.5px);
  background-size: 109px 109px;
  mask-image: linear-gradient(90deg, transparent, #000);
}

.coverage-content { position: relative; z-index: 2; width: min(47rem, 68%); margin-left: auto; }
.coverage .section-kicker { color: var(--green); }
.coverage-content > p:nth-of-type(2) { max-width: 39rem; margin: 1.8rem 0 0; color: rgba(255,255,255,0.62); font-size: 1.05rem; }
.coverage .button { margin-top: 2rem; }
.coverage-helper { display: block; margin-top: 0.7rem; color: rgba(255,255,255,0.45); font-size: 0.7rem; }

.coverage-orbits { position: absolute; z-index: -1; top: 50%; left: -22rem; width: 48rem; height: 48rem; transform: translateY(-50%); }
.coverage-orbits i { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,0.18); border-radius: 50%; }
.coverage-orbits i:nth-child(2) { inset: 8rem; }
.coverage-orbits i:nth-child(3) { inset: 17rem; border-color: rgba(37,211,102,0.65); background: rgba(37,211,102,0.09); }

.conditions { background: var(--white); }
.conditions-heading { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 3rem; align-items: end; margin-bottom: 5rem; }
.conditions-heading .section-kicker { margin: 0; }

.condition-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.condition { min-height: 18rem; padding: 2rem clamp(1.3rem, 3vw, 2.5rem) 2rem 0; }
.condition + .condition { padding-left: clamp(1.3rem, 3vw, 2.5rem); border-left: 1px solid var(--line); }
.condition > strong { color: #257841; font-family: var(--display); font-size: clamp(2.4rem, 4vw, 4rem); letter-spacing: -0.06em; }
.condition h3 { margin: 3rem 0 0; font-family: var(--display); font-size: 1.5rem; letter-spacing: -0.04em; }
.condition p { max-width: 22rem; margin: 0.8rem 0 0; color: var(--muted); font-size: 0.86rem; }

.steps { color: var(--white); background: var(--black-soft); }
.steps .section-kicker { color: rgba(255,255,255,0.45); }
.steps .section-heading > p:last-child { display: none; }
.steps ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); list-style: none; }
.steps li { min-height: 17rem; padding: 2rem clamp(1.2rem, 3vw, 2.5rem); }
.steps li + li { border-left: 1px solid var(--line-dark); }
.steps li > span { color: var(--green); font-family: var(--display); }
.steps li div { margin-top: 4rem; }
.steps h3 { margin: 0; font-family: var(--display); font-size: 1.7rem; letter-spacing: -0.04em; }
.steps li p { max-width: 21rem; margin: 0.7rem 0 0; color: rgba(255,255,255,0.5); font-size: 0.86rem; }

.faq { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(3rem, 9vw, 9rem); background: var(--paper); }
.faq-heading { position: sticky; top: 3rem; align-self: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 1.6rem 3rem 1.6rem 0; font-family: var(--display); font-size: clamp(1.15rem, 2vw, 1.55rem); font-weight: 650; letter-spacing: -0.03em; list-style: none; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: 1.4rem; right: 0; color: #24753e; font-family: var(--body); font-size: 1.8rem; font-weight: 300; transition: transform 160ms ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { max-width: 46rem; margin: -0.2rem 0 1.7rem; color: var(--muted); text-wrap: pretty; }

.final-cta {
  position: relative;
  display: grid;
  min-height: 42rem;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
  text-align: center;
  isolation: isolate;
}

.final-cta > img { object-position: center 54%; }
.final-overlay { position: absolute; z-index: -1; inset: 0; background: rgba(0,0,0,0.7); }
.final-content { width: min(50rem, calc(100% - 2rem)); }
.final-content .section-kicker { color: rgba(255,255,255,0.62); }
.final-content h2 { max-width: 12ch; margin: 0 auto; font-size: clamp(3.5rem, 7vw, 7rem); }
.final-content > p:nth-of-type(2) { margin: 1.4rem 0 0; color: rgba(255,255,255,0.68); }
.final-content .button { margin-top: 2rem; }

.whatsapp-float {
  position: fixed;
  z-index: 100;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  color: #062812;
  background: var(--green);
  box-shadow: 0 0.8rem 2.5rem rgba(0,0,0,0.28);
  font-size: 0.75rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, opacity 160ms ease, visibility 160ms ease;
}

.whatsapp-float:hover { background: #20bd5a; transform: translateY(-2px); }

.site-footer {
  display: grid;
  grid-template-columns: 0.55fr 1.2fr 0.55fr;
  gap: 2rem;
  align-items: start;
  padding: 3rem max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))) 6rem;
  color: rgba(255,255,255,0.5);
  background: var(--black);
  font-size: 0.7rem;
}

.footer-brand { color: var(--white); }
.site-footer p { max-width: 44rem; margin: 0; text-wrap: pretty; }
.site-footer nav { display: flex; flex-direction: column; gap: 0.45rem; }
.site-footer nav a:hover { color: var(--white); }
.site-footer small { display: flex; grid-column: 1 / -1; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid var(--line-dark); }

.js .reveal { opacity: 1; transform: none; }
.js .reveal.is-visible { animation: reveal-in 620ms cubic-bezier(0.22, 1, 0.36, 1) both; }

@keyframes reveal-in {
  from { opacity: 0; transform: translateY(1.3rem); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero-overlay { background: linear-gradient(90deg, rgba(2,5,6,0.92) 0%, rgba(2,5,6,0.62) 58%, rgba(2,5,6,0.24) 100%), linear-gradient(0deg, rgba(2,5,6,0.82), transparent 45%); }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .plan-grid { grid-template-columns: 1fr; gap: 2.7rem; }
  .plan-card-featured { transform: none; }
  .plan-description { min-height: auto; }
  .possibilities { grid-template-columns: 1fr; }
  .possibility-list { border-top: 1px solid var(--line-dark); border-left: 0; }
  .conditions-heading { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
}

@media (max-width: 720px) {
  :root { --gutter: 1.1rem; }

  .site-header { padding-top: 1rem; }
  .header-cta { padding: 0.62rem 0.72rem; font-size: 0.68rem; }
  .brand { font-size: 0.98rem; }
  .brand-mark { width: 1.8rem; height: 1.8rem; }

  .hero { min-height: 53rem; align-items: flex-start; }
  .hero-image { object-position: 68% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(2,5,6,0.7) 0%, rgba(2,5,6,0.33) 24%, rgba(2,5,6,0.72) 52%, rgba(2,5,6,0.96) 100%); }
  .hero-content { display: flex; min-height: 53rem; flex-direction: column; justify-content: flex-start; padding-top: 7.1rem; padding-bottom: 8.6rem; }
  .eyebrow { margin-bottom: 0.9rem; font-size: 0.62rem; }
  h1 { font-size: clamp(3.3rem, 14.5vw, 5rem); }
  .hero-lead { margin-top: 1rem; font-size: 0.94rem; }
  .hero-offer { margin-top: 1.3rem; }
  .hero-offer strong { font-size: 2.7rem; }
  .hero .button { width: 100%; margin-top: 1.2rem; }
  .hero-helper { text-align: center; }

  .hero-features { justify-content: flex-start; gap: 0.8rem; overflow-x: auto; padding: 0.9rem 1rem; white-space: nowrap; scrollbar-width: none; }
  .hero-features::-webkit-scrollbar { display: none; }

  .quick-plans { grid-template-columns: 1fr; }
  .quick-plan + .quick-plan { border-left: 0; }
  .quick-plan { padding: 1rem 1.1rem; }

  .section-pad { padding-top: 5.3rem; padding-bottom: 5.3rem; }
  .section-heading h2,
  .conditions-heading h2,
  .faq-heading h2,
  .possibilities h2,
  .coverage h2 { font-size: clamp(3rem, 13vw, 4.7rem); }
  .section-heading { margin-bottom: 3.2rem; }

  .plan-card { padding: 1.4rem; }
  .plan-card h3 { margin-top: 2.4rem; font-size: 3rem; }
  .plan-price strong { font-size: 2.5rem; }

  .possibility { grid-template-columns: 2.5rem 1fr; gap: 0.7rem; min-height: 11rem; padding: 1.6rem 1.1rem; }

  .coverage { min-height: 46rem; align-items: flex-start; }
  .coverage-content { width: 100%; margin-left: 0; padding-top: 5rem; }
  .coverage-orbits { top: auto; bottom: -22rem; left: -12rem; width: 38rem; height: 38rem; transform: none; }
  .coverage-orbits i:nth-child(2) { inset: 6rem; }
  .coverage-orbits i:nth-child(3) { inset: 13rem; }
  .coverage .button { width: 100%; }

  .condition-grid { grid-template-columns: 1fr; }
  .condition { min-height: auto; padding: 1.7rem 0; }
  .condition + .condition { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .condition h3 { margin-top: 1.5rem; }

  .steps ol { grid-template-columns: 1fr; }
  .steps li { min-height: auto; padding: 1.7rem 0; }
  .steps li + li { border-top: 1px solid var(--line-dark); border-left: 0; }
  .steps li div { margin-top: 1.6rem; }

  .final-cta { min-height: 38rem; padding: 5rem 1rem; }
  .final-cta > img { object-position: 68% center; }
  .final-content h2 { font-size: clamp(3.4rem, 15vw, 5.5rem); }

  .whatsapp-float { width: 3.6rem; height: 3.6rem; justify-content: center; padding: 0; }
  .whatsapp-float span { display: none; }
  .whatsapp-float::before { width: 1.55rem; height: 1.55rem; }
  .hero-in-view .whatsapp-float { visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(0.75rem); }

  .site-footer { grid-template-columns: 1fr; padding-bottom: 6rem; }
  .site-footer small { grid-column: 1; flex-direction: column; }
}

@media (max-width: 370px) {
  .header-cta { font-size: 0; }
  .header-cta::after { content: "Consultar"; font-size: 0.66rem; }
  .hero { min-height: 55rem; }
  .hero-content { min-height: 55rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
