/* Ride Maldives - design system (mobile-first)
   Palette: Starlink-like charcoal, grey, white. */

:root {
  --bg: #000000;
  --bg-alt: #0f0f0f;
  --bg-elev: #171717;
  --bg-input: #111111;
  --line: rgba(255, 255, 255, 0.12);
  --teal: #f0f0f0;
  --teal-2: #b8b8b8;
  --gold: #c9a349;
  --gold-2: #96793a;
  --text: #f5f5f5;
  --muted: #9a9a9a;
  --sand: #e4d5bc;
  --ink: #111111;
  --danger: #ff8a80;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --radius: 1.15rem;
  --header: 4.5rem;
  --font-d: "Cormorant Garamond", "Palatino Linotype", "Iowan Old Style", Palatino, Georgia, serif;
  --font-b: "Segoe UI", "Segoe UI Variable Text", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-m: Consolas, "SF Mono", ui-monospace, monospace;
  --max: 72rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-b);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  background: var(--bg);
  min-height: 100vh;
}
img, svg, picture { max-width: 100%; display: block; }
img { height: auto; }
a { color: var(--text); text-decoration: none; }
a:hover { color: #ffffff; }
h1, h2, h3, h4 {
  font-family: var(--font-d);
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0 0 0.6rem;
  font-weight: 500;
  text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.1rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.45rem; font-weight: 600; }
p { margin: 0 0 1rem; color: var(--muted); }
address { font-style: normal; }

.sr-only, .skip-link:not(:focus) {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
.skip-link:focus {
  position: fixed; top: 0.5rem; left: 0.5rem; z-index: 100;
  background: #ffffff; color: var(--ink); padding: 0.6rem 1rem; font-weight: 700;
}

.container { width: min(100% - 1.75rem, var(--max)); margin-inline: auto; }
.narrow { width: min(100% - 1.75rem, 44rem); }
.lede { font-size: 1.15rem; max-width: 42rem; }
.eyebrow {
  display: inline-block;
  color: var(--gold);
  font-family: var(--font-m);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.fine-print { font-size: 0.85rem; color: var(--muted); margin-top: 1.5rem; }
.hp { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.85rem; padding: 0.95rem 1.4rem;
  border-radius: 0.2rem;
  font-family: var(--font-m); font-weight: 400; font-size: 0.7rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  border: 1px solid transparent; cursor: pointer; line-height: 1;
  min-height: 3rem;
  transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.btn:hover { color: inherit; }
.btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.btn-teal {
  background: #ffffff; color: var(--ink);
}
.btn-teal:hover { background: #e6e6e6; color: var(--ink); }
.btn-gold {
  background: transparent; color: var(--gold); border-color: var(--gold);
}
.btn-gold:hover { background: var(--gold); color: #1a1306; }
.btn-ghost {
  background: transparent; color: var(--sand);
  border-color: rgba(228, 213, 188, 0.32);
}
.btn-ghost:hover { background: var(--sand); color: var(--ink); border-color: var(--sand); }
.btn::after {
  content: "";
  width: 0.42rem; height: 0.42rem;
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  transform: rotate(45deg);
  translate: 0 1px;
  transition: transform .2s ease, translate .2s ease;
}
.btn:hover::after { transform: rotate(45deg); translate: 3px -1px; }
.enquiry-form .btn::after, button.btn::after { content: none; }
.text-link { font-weight: 700; color: var(--gold); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(0, 0, 0, 0.82);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: var(--header); gap: 1rem; }
.header-inner > .logo {
  color: var(--text); display: flex; align-items: center;
  height: 3rem; width: auto; flex-shrink: 0;
}
.header-inner > .logo picture { display: block; height: 3rem; line-height: 0; }
.header-inner > .logo img { height: 3rem; width: auto; max-width: none; object-fit: contain; display: block; }
.logo-footer {
  display: flex; align-items: center;
  height: 3rem; width: auto; margin-bottom: 0.85rem;
}
.logo-footer picture { display: block; height: 3rem; line-height: 0; }
.logo-footer img { height: 3rem; width: auto; max-width: none; object-fit: contain; display: block; }
.nav-toggle {
  width: 2.75rem; height: 2.75rem; border: 1px solid var(--line); border-radius: 0.7rem;
  background: transparent; color: var(--text); display: grid; place-items: center;
}
.nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after {
  display: block; width: 1.1rem; height: 2px; background: currentColor; position: relative;
}
.nav-toggle-bars::before, .nav-toggle-bars::after { content: ""; position: absolute; left: 0; }
.nav-toggle-bars::before { top: -6px; }
.nav-toggle-bars::after { top: 6px; }
.site-nav { display: none; }
.site-nav.is-open {
  display: flex; flex-direction: column; gap: 1rem;
  position: absolute; inset: var(--header) 0 auto 0;
  background: #0a0a0a; padding: 1rem 1.25rem 1.5rem; border-bottom: 1px solid var(--line);
}
.nav-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.35rem; }
.nav-list > li > a {
  color: var(--text); display: block; padding: 0.65rem 0; font-weight: 600;
}
.nav-list a[aria-current="page"] { color: var(--gold); }
.sub-nav { list-style: none; margin: 0; padding: 0 0 0.4rem 0.8rem; }
.sub-nav a { color: var(--muted); font-size: 0.95rem; display: block; padding: 0.35rem 0; }
.header-cta { align-self: flex-start; height: 3rem; min-height: 3rem; box-sizing: border-box; }

@media (min-width: 960px) {
  .nav-toggle { display: none; }
  .site-nav, .site-nav.is-open {
    display: flex; flex-direction: row; align-items: center; gap: 1.5rem;
    position: static; background: none; padding: 0; border: 0;
  }
  .nav-list { flex-direction: row; align-items: center; gap: 0.2rem; }
  .nav-list > li { position: relative; }
  .nav-list > li > a { padding: 0.5rem 0.7rem; }
  .sub-nav {
    display: none; position: absolute; top: 100%; left: 0; min-width: 14rem;
    background: var(--bg-elev); border: 1px solid var(--line); border-radius: 0.9rem;
    padding: 0.5rem; box-shadow: var(--shadow);
  }
  .has-sub:hover .sub-nav, .has-sub:focus-within .sub-nav { display: block; }
  .header-cta { align-self: auto; }
}

/* Hero */
.hero { position: relative; padding: 4.5rem 0 3.5rem; overflow: hidden; min-height: min(68vh, 38rem); display: grid; align-items: end; }
.hero-media, .hero-scrim { position: absolute; inset: 0; }
.hero-media picture, .hero-media video, .page-hero-media picture {
  width: 100%; height: 100%; display: block;
}
.hero-media picture, .hero-media video {
  position: absolute; inset: 0;
}
.hero-media img, .hero-media video {
  width: 100%; height: 100%; object-fit: cover; min-height: 100%;
}
.hero-video { z-index: 1; pointer-events: none; }
.hero-scrim {
  background: linear-gradient(180deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,.7) 55%, var(--bg) 100%);
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 1; }
.hero-copy { max-width: 40rem; }

.page-hero { position: relative; padding: 3.4rem 0 2rem; overflow: hidden; }
.page-hero.has-photo { min-height: 0; display: grid; align-items: end; }
.page-hero-media, .page-hero-scrim { position: absolute; inset: 0; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-scrim {
  background: linear-gradient(180deg, rgba(0,0,0,.4), rgba(0,0,0,.86) 70%, var(--bg));
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }
.crumbs { font-family: var(--font-m); font-size: 0.78rem; letter-spacing: 0.06em; color: var(--muted); margin-bottom: 1rem; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--gold); }

.trust-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
  padding: 0 0 2rem; margin: 0 0 2.5rem; border-bottom: 1px solid var(--line);
}
.trust-row p { margin: 0; font-size: 0.92rem; color: var(--muted); }
.trust-row strong { display: block; color: var(--text); font-family: var(--font-d); font-weight: 500; }

.section { padding: 3.25rem 0; }
.section-alt { background: var(--bg-alt); border-block: 1px solid var(--line); }
.section-head { max-width: 40rem; margin-bottom: 1.5rem; }
.split { display: grid; gap: 1.5rem; align-items: start; }
.overview {
  display: grid;
  gap: 1.25rem 1.75rem;
  align-items: start;
}
.card-grid { display: grid; gap: 1.1rem; }
.card-grid.three { grid-template-columns: 1fr; }

.offer-card, .plain-card, .mini-card, .plan-card {
  background: var(--bg-elev); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.35rem; color: inherit; display: block; overflow: hidden;
}
.plan-card {
  display: flex;
  flex-direction: column;
}
.plan-card .plan-best {
  margin-top: auto;
  margin-bottom: 1.15rem;
}
.plan-card .btn {
  margin-top: 0;
  width: 100%;
}
.offer-card { display: flex; flex-direction: column; transition: border-color .15s ease, transform .15s ease; overflow: hidden; }
.offer-card:hover { border-color: var(--gold); transform: translateY(-3px); color: inherit; }
.offer-card p, .plain-card p, .mini-card p { color: var(--muted); }
.offer-card .text-link { margin-top: auto; padding-top: 0.9rem; }
.offer-photo {
  width: calc(100% + 2.7rem);
  max-width: none;
  margin: -1.35rem -1.35rem 1.1rem;
  height: 11.5rem;
  object-fit: cover;
}
.offer-icon { width: 3rem; height: 3rem; color: var(--gold); margin-bottom: 0.8rem; }
.stack-cards { display: grid; gap: 0.8rem; }
.mini-card { display: grid; grid-template-columns: 5.5rem 1fr; gap: 0.9rem; align-items: center; }
.mini-card:not(:has(.offer-photo)) { grid-template-columns: 1fr; }
.mini-card .offer-photo { width: 5.5rem; height: 5.5rem; margin: 0; border-radius: 0.7rem; }
.banner-reseller {
  width: min(100%, 28rem);
  height: auto;
  margin: 1rem 0 0;
  filter: invert(1);
}
.page-hero-media.is-business img { object-position: 78% 28%; }
.photo-frame { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.photo-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  min-height: 0;
}

.check-list { list-style: none; margin: 1rem 0; padding: 0; }
.check-list li { position: relative; padding: 0.35rem 0 0.35rem 1.4rem; color: var(--text); }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 0.75rem; width: 0.55rem; height: 0.55rem;
  border-radius: 50%; background: var(--gold);
}

.stat-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.7rem; }
@media (min-width: 560px) {
  .stat-list { grid-template-columns: 1fr 1fr; }
}
.stat-list li, .stat-list div {
  background: var(--bg-elev); border: 1px solid var(--line); border-radius: 1rem; padding: 0.85rem 1rem;
}
.stat-list strong, .stat-list dd {
  display: block; font-family: var(--font-d); font-size: 1.35rem; color: var(--gold); margin: 0;
}
.stat-list dt { color: var(--muted); font-size: 0.85rem; }
.about-facts {
  margin-top: 1.5rem;
  align-items: stretch;
  grid-template-columns: 1fr;
}
.about-facts dd { font-size: 1.15rem; }

.plan-grid { display: grid; gap: 1.1rem; }
.plan-kicker { color: var(--gold); font-family: var(--font-m); font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; margin: 0 0 0.4rem; }
.plan-price {
  font-family: var(--font-d); font-size: 2rem; font-weight: 500; color: var(--text);
  margin: 0.2rem 0 0.6rem; line-height: 1.1;
}
.plan-from {
  display: block;
  font-family: var(--font-m);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 400;
  margin-bottom: 0.15rem;
}
.plan-price small { display: block; font-family: var(--font-m); font-size: 0.72rem; letter-spacing: 0.08em; color: var(--gold); font-weight: 400; }
.plan-headline { min-height: 0; margin: 0 0 0.4rem; color: var(--muted); }
.plan-specs { margin: 1rem 0; }
.plan-specs div { margin-bottom: 0.55rem; }
.plan-specs dt { font-size: 0.75rem; color: var(--muted); }
.plan-specs dd { margin: 0; color: var(--text); font-weight: 600; }
.plan-best { font-size: 0.92rem; margin: 0 0 1.15rem; }

.priority-calc {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem 1.35rem 0.4rem;
}
.calc-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
  padding: 0.35rem;
  background: var(--bg-input);
  border-radius: 999px;
  border: 1px solid var(--line);
}
.calc-tab, .calc-chip, .calc-step {
  font-family: inherit;
  cursor: pointer;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
}
.calc-tab {
  border: 0;
  border-radius: 999px;
  padding: 0.7rem 0.8rem;
  font-weight: 700;
  font-size: 0.92rem;
}
.calc-tab.is-active {
  background: #ffffff;
  color: var(--ink);
}
.calc-grid { display: grid; gap: 1.5rem; }
.calc-amount-head {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  font-size: 0.88rem; color: var(--muted); margin-bottom: 0.65rem;
}
.calc-amount-head strong,
.calc-readout {
  font-family: var(--font-m);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}
.calc-amount-head strong {
  font-size: 2rem; font-weight: 500; color: var(--text); line-height: 1;
  min-width: 7.5ch; text-align: right;
}
.calc-quote .calc-readout {
  display: inline-block;
  min-width: 6.5ch;
  font-size: 2.05rem;
  font-weight: 500;
  line-height: 1;
}
.calc-readout {
  display: inline-block;
  transition: color .2s ease, text-shadow .2s ease, transform .2s ease;
}
.calc-readout.is-live {
  color: #fff;
  text-shadow: 0 0 10px rgba(201, 163, 73, 0.75), 0 0 28px rgba(201, 163, 73, 0.35);
  transform: translateY(-1px);
}
.calc-slider-row { display: flex; align-items: center; gap: 0.65rem; }
.calc-slider {
  flex: 1;
  height: 1.5rem;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
.calc-slider:focus-visible { outline: none; }
.calc-slider:focus-visible::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px rgba(201, 163, 73, 0.28), 0 0 18px rgba(201, 163, 73, 0.7);
}
.calc-slider::-webkit-slider-runnable-track {
  height: 0.28rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold) var(--calc-pct, 0%), rgba(255, 255, 255, 0.14) var(--calc-pct, 0%));
  box-shadow: 0 0 12px rgba(201, 163, 73, 0.18);
}
.calc-slider::-moz-range-track {
  height: 0.28rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}
.calc-slider::-moz-range-progress {
  height: 0.28rem;
  border-radius: 999px;
  background: var(--gold);
}
.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: -0.44rem;
  border-radius: 50%;
  border: 0;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(201, 163, 73, 0.22), 0 0 14px rgba(201, 163, 73, 0.45);
  transition: transform .18s ease, box-shadow .18s ease;
}
.calc-slider::-moz-range-thumb {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  border: 0;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(201, 163, 73, 0.22), 0 0 14px rgba(201, 163, 73, 0.45);
}
.priority-calc.is-scrubbing .calc-slider::-webkit-slider-thumb {
  transform: scale(1.12);
  box-shadow: 0 0 0 5px rgba(201, 163, 73, 0.32), 0 0 22px rgba(201, 163, 73, 0.7);
}
.calc-step {
  width: 2.5rem; height: 2.5rem; border-radius: 999px; font-size: 1.35rem; line-height: 1;
  flex-shrink: 0;
  transition: border-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.calc-step:hover { border-color: var(--gold); color: var(--gold); box-shadow: 0 0 12px rgba(201, 163, 73, 0.22); }
.calc-presets { display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 1rem 0 0.6rem; }
.calc-chip {
  border-radius: 999px; padding: 0.45rem 0.85rem; font-size: 0.82rem; font-weight: 700;
  transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.calc-chip.is-active { background: var(--gold); color: #1a1306; border-color: var(--gold); box-shadow: 0 0 16px rgba(201, 163, 73, 0.28); }
.calc-hint { margin: 0; min-height: 1.65em; }
.calc-flip {
  transition: opacity .16s ease, transform .16s ease, filter .16s ease, letter-spacing .16s ease;
}
.calc-flip.is-flip-out {
  opacity: 0;
  transform: translateY(-0.4rem);
  filter: blur(5px);
  letter-spacing: 0.08em;
}
.calc-flip.is-flip-in {
  animation: calc-flip-in .38s cubic-bezier(.16, 1, .3, 1);
}
@keyframes calc-flip-in {
  from {
    opacity: 0;
    transform: translateY(0.5rem);
    filter: blur(6px);
    letter-spacing: 0.14em;
  }
  to {
    opacity: 1;
    transform: none;
    filter: none;
    letter-spacing: inherit;
  }
}
.calc-quote {
  position: relative;
  background: var(--bg-input);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 0.35rem);
  padding: 1.2rem 1.2rem 1.3rem;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.calc-quote::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 35%, rgba(201, 163, 73, 0.16) 50%, transparent 65%);
  background-size: 220% 100%;
  background-position: 140% 0;
  opacity: 0;
}
.calc-quote.is-updating {
  border-color: rgba(201, 163, 73, 0.55);
  box-shadow: 0 0 0 1px rgba(201, 163, 73, 0.22), 0 0 32px rgba(201, 163, 73, 0.12);
}
.calc-quote.is-updating::before {
  animation: calc-sheen .55s ease-out;
}
@keyframes calc-sheen {
  from { opacity: 1; background-position: 140% 0; }
  to { opacity: 0; background-position: -40% 0; }
}
.calc-quote .plan-price { margin-bottom: 0.35rem; }
.calc-breakdown { color: var(--gold); font-family: var(--font-m); font-size: 0.78rem; letter-spacing: 0.04em; }
.calc-blocks { font-size: 0.85rem; margin: 0.8rem 0 1.1rem; }
.calc-kits-head { margin-top: 2.5rem; }

@media (min-width: 720px) {
  .priority-calc { padding: 1.6rem 1.6rem 0.5rem; }
  .calc-grid { grid-template-columns: 1.15fr 0.85fr; align-items: start; }
}

.faq-list details {
  border-bottom: 1px solid var(--line); padding: 0.9rem 0;
}
.faq-list summary { cursor: pointer; font-weight: 700; color: var(--text); }
.faq-list details p { margin: 0.6rem 0 0; }

.cta-band {
  background: #141414;
  border-top: 1px solid var(--line);
  padding: 3rem 0;
}
.cta-inner { display: grid; gap: 1.5rem; }
.cta-inner h2, .cta-inner p { color: var(--text); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; align-items: center; }
.cta-actions .btn { min-width: 11.5rem; }

/* Forms */
.enquiry-form {
  background: var(--bg-elev); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem;
}
.form-head h2 { margin-bottom: 0.35rem; }
.form-grid { display: grid; gap: 0.9rem; margin: 1rem 0 1.2rem; }
.enquiry-form label { display: grid; gap: 0.35rem; font-weight: 600; font-size: 0.9rem; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea {
  width: 100%; padding: 0.7rem 0.8rem; border-radius: 0.7rem;
  border: 1px solid var(--line); background: var(--bg-input); color: var(--text);
  font: inherit;
}
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus {
  outline: 2px solid var(--gold); outline-offset: 1px;
}
.consent { display: flex; gap: 0.75rem; align-items: flex-start; font-weight: 500; }
.consent input[type="checkbox"] {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  margin-top: 0.1rem;
  padding: 0;
  flex-shrink: 0;
  accent-color: var(--gold);
  cursor: pointer;
}
.turnstile-wrap {
  margin: 0.2rem 0 0.4rem;
  color-scheme: dark;
  background: #111111;
  border-radius: 0.4rem;
  width: max-content;
  max-width: 100%;
}
.cf-turnstile { color-scheme: dark; }
.field-error, .form-banner { color: var(--danger); font-size: 0.88rem; font-style: normal; font-weight: 600; }
.form-banner { background: rgba(255, 138, 128, 0.08); border: 1px solid rgba(255, 138, 128, 0.3); padding: 0.7rem 0.9rem; border-radius: 0.7rem; }

.prose h2 { margin-top: 2rem; }
.prose a { text-decoration: underline; }

.site-footer { border-top: 1px solid var(--line); padding: 3rem 0 1.5rem; background: #000000; }
.footer-grid { display: grid; gap: 2rem; }
.footer-heading { font-family: var(--font-m); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-weight: 400; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links a, .footer-address, .footer-blurb { color: var(--muted); }
.footer-links a { display: inline-block; padding: 0.25rem 0; }
.footer-address a { color: var(--gold); }
.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.9rem 0 0;
}
.social-link {
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 0.4rem;
  color: #f5f5f5;
}
.social-link:hover {
  color: var(--gold);
  border-color: var(--gold);
}
.social-link svg {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
}
.map-frame {
  margin: 1rem 0 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--bg-elev);
}
.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.footer-base {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem;
  margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid var(--line);
  font-size: 0.85rem;
}
.footer-base p { margin: 0; }

.wa-float {
  position: fixed;
  right: max(1.1rem, env(safe-area-inset-right));
  bottom: max(1.1rem, env(safe-area-inset-bottom));
  z-index: 60;
  width: 3.5rem; height: 3.5rem;
  border-radius: 50%;
  background: #25D366; color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
}
.wa-float svg { width: 1.75rem; height: 1.75rem; display: block; }
.wa-float:hover { background: #1ebe57; color: #fff; }
.wa-float:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

@media (min-width: 720px) {
  .split, .cta-inner, .footer-grid { grid-template-columns: 1.1fr 0.9fr; }
  .overview {
    grid-template-columns: 1.1fr 0.9fr;
    grid-template-areas:
      "copy photo"
      "stats stats";
  }
  .overview > .overview-copy { grid-area: copy; }
  .overview > .photo-frame { grid-area: photo; }
  .overview > .stat-list { grid-area: stats; }
  .card-grid.two, .card-grid.three, .plan-grid { grid-template-columns: repeat(2, 1fr); }
  .about-facts { grid-template-columns: repeat(3, 1fr); }
  .trust-row { grid-template-columns: repeat(3, 1fr); }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .span-2, .consent { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}

@media (min-width: 1024px) {
  .hero { padding: 4.75rem 0 4rem; }
  .card-grid.three { grid-template-columns: repeat(3, 1fr); }
  .plan-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-row { grid-template-columns: repeat(5, 1fr); }
  .overview > .stat-list { grid-template-columns: repeat(4, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-video { display: none; }
  .btn, .btn::after, .offer-card { transition: none; }
  .calc-readout, .calc-flip, .calc-quote, .calc-chip, .calc-step, .calc-slider::-webkit-slider-thumb {
    transition: none;
    animation: none;
  }
  .calc-readout.is-live,
  .calc-flip.is-flip-out,
  .calc-flip.is-flip-in,
  .calc-quote.is-updating::before {
    transform: none;
    filter: none;
    text-shadow: none;
    animation: none;
  }
}
