:root {
  --ink: #101010;
  --ink-soft: #1b1b1b;
  --graphite: #2d2d2d;
  --white: #ffffff;
  --surface: #f6f7f9;
  --surface-2: #eef0f3;
  --gold: #f7b500;
  --gold-soft: #ffd45a;
  --orange: #f06418;
  --orange-deep: #c9470b;
  --leaf: #78b72a;
  --text-muted: #63666b;
  --line: rgba(16,16,16,.12);
  --line-light: rgba(255,255,255,.14);
  --shadow: 0 24px 70px rgba(16,16,16,.13);
  --shadow-deep: 0 34px 90px rgba(0,0,0,.32);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --container: min(1180px, calc(100% - 40px));
  --display: "Fraunces", Georgia, serif;
  --body: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); font-family: var(--body); background: var(--white); line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 104px 0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-light { background: var(--white); }
.section-muted { background: var(--surface); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: 10px 14px; color: var(--ink); background: var(--white); transform: translateY(-150%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.top-anchor { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; }

h1, h2, h3 { font-family: var(--display); line-height: 1.05; letter-spacing: -.025em; margin: 0 0 18px; }
h1 { font-size: clamp(3rem, 5.6vw, 6rem); }
h2 { font-size: clamp(2.25rem, 4.2vw, 4.25rem); }
h3 { font-size: clamp(1.45rem, 2.2vw, 2.1rem); }
p { margin: 0 0 18px; }

.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow-dark { color: var(--orange-deep); }
.card-kicker { display: inline-block; margin-bottom: 10px; color: var(--orange-deep); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-heading { max-width: 780px; margin-bottom: 52px; }
.section-heading > p:not(.eyebrow) { max-width: 720px; color: var(--text-muted); font-size: 1.05rem; }
.section-heading-split { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; max-width: none; }
.light-heading > p:not(.eyebrow) { color: rgba(255,255,255,.66); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--gold); box-shadow: 0 12px 34px rgba(247,181,0,.22); }
.button-primary:hover { background: var(--gold-soft); }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.05); }
.button-secondary:hover { border-color: var(--gold); color: var(--gold); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--orange-deep); }
.button-ghost { color: var(--ink); border-color: var(--line); background: transparent; }
.button-ghost:hover { border-color: var(--orange); color: var(--orange-deep); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.04); }
.button-outline-light:hover { border-color: var(--gold); color: var(--gold); background: rgba(255,255,255,.07); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(16,16,16,.08); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; box-shadow: 0 7px 22px rgba(0,0,0,.16); }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-family: var(--display); font-size: 1.15rem; }
.brand-copy small { margin-top: 5px; color: var(--text-muted); font-size: .7rem; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 21px; font-size: .78rem; font-weight: 800; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; border-top: 2px solid var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav a:hover::after { transform: scaleX(1); }
.nav-info { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; }
.nav-info:hover { border-color: var(--orange); color: var(--orange-deep); }
.nav-home { color: var(--ink); font-weight: 800; }
.nav-promo { color: var(--orange-deep); font-weight: 800; }
.nav-promo:hover { color: var(--orange); }
.nav-cta { padding: 11px 17px; border-radius: 999px; color: var(--ink); background: var(--gold); }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 12px; background: var(--surface); }
.menu-button > span:not(.sr-only) { display: block; margin: 4px 0; border-top: 2px solid var(--ink); }

.hero { position: relative; overflow: hidden; min-height: calc(100vh - 78px); display: grid; align-items: center; background: radial-gradient(circle at 82% 18%, rgba(247,181,0,.19), transparent 30%), linear-gradient(135deg, #0b0b0b, #151515 58%, #0a0a0a); }
.hero-grid-pattern { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, transparent, #000 40%, #000); }
.hero-ring { position: absolute; border: 58px solid rgba(247,181,0,.13); border-radius: 50%; pointer-events: none; }
.hero-ring-one { width: 510px; height: 510px; right: -180px; top: -170px; }
.hero-ring-two { width: 300px; height: 300px; left: 38%; bottom: -190px; border-color: rgba(240,100,24,.12); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; padding: 76px 0 82px; }
.hero-copy h1 span { display: block; color: var(--gold); }
.hero-lead { max-width: 710px; color: rgba(255,255,255,.7); font-size: clamp(1.05rem, 1.45vw, 1.28rem); }
.hero-actions, .final-actions, .form-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-facts { list-style: none; padding: 0; margin: 38px 0 0; display: flex; flex-wrap: wrap; gap: 16px; }
.hero-facts li { min-width: 150px; padding: 16px 18px; border: 1px solid var(--line-light); border-radius: 16px; background: rgba(255,255,255,.04); }
.hero-facts strong { display: block; color: var(--gold); font-size: 1.25rem; }
.hero-facts span { display: block; color: rgba(255,255,255,.58); font-size: .72rem; }
.hero-visual { position: relative; display: grid; justify-items: center; }
.logo-stage { position: relative; width: min(430px, 100%); aspect-ratio: 1; display: grid; place-items: center; }
.logo-stage::before { content: ""; position: absolute; inset: 4%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.logo-stage::after { content: ""; position: absolute; inset: -4%; border: 1px dashed rgba(247,181,0,.26); border-radius: 50%; animation: slowSpin 30s linear infinite; }
.logo-stage img { position: relative; z-index: 2; width: 82%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; box-shadow: 0 34px 80px rgba(0,0,0,.55); }
.logo-glow { position: absolute; width: 70%; height: 70%; border-radius: 50%; background: rgba(247,181,0,.22); filter: blur(50px); }
.hero-card { position: relative; z-index: 3; display: grid; grid-template-columns: auto 1fr; gap: 12px; width: min(410px, 92%); margin-top: 22px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(24,24,24,.85); backdrop-filter: blur(15px); box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.status-dot { width: 10px; height: 10px; margin-top: 7px; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 0 6px rgba(120,183,42,.12); }
.hero-card p { margin: 3px 0 0; color: rgba(255,255,255,.58); font-size: .8rem; }
@keyframes slowSpin { to { transform: rotate(360deg); } }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid article { display: grid; grid-template-columns: auto 1fr; gap: 15px; padding: 28px 25px; border-right: 1px solid var(--line); }
.trust-grid article:last-child { border-right: 0; }
.mini-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; color: var(--ink); background: var(--gold); font-size: .76rem; font-weight: 900; }
.trust-grid p { margin: 2px 0 0; color: var(--text-muted); font-size: .82rem; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { position: relative; overflow: hidden; min-height: 430px; display: flex; flex-direction: column; padding: 0 26px 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(180deg, #ffffff, #fbfcfd); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.category-card::before, .category-card::after { display: none; }
.category-card:hover { transform: translateY(-5px); border-color: rgba(240,100,24,.42); box-shadow: var(--shadow); }
.category-card p { color: var(--text-muted); }
.category-card > a:not(.button) { margin-top: auto; color: var(--orange-deep); font-weight: 800; }
.category-illustration { position: relative; display: grid; place-items: center; height: 164px; margin: 0 -26px 24px; overflow: hidden; border-bottom: 1px solid var(--line); background: #f7f8fa; }
.category-illustration::after { content: ""; position: absolute; left: 24px; right: 24px; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(240,100,24,.34), transparent); }
.category-illustration img { width: 100%; height: 100%; object-fit: cover; display: block; }
.category-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 17px; color: var(--orange-deep); background: var(--surface); }
.category-icon svg { width: 30px; height: 30px; }
.category-card-wide { grid-column: 1 / -1; min-height: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; padding: 28px; background: linear-gradient(180deg, #ffffff, #f7f8fa); }
.category-card-wide .category-icon { margin: 0; }
.category-card-wide p { margin-bottom: 0; }

.mode-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.mode-card { position: relative; overflow: hidden; min-height: 540px; display: flex; flex-direction: column; padding: 46px; border-radius: var(--radius-lg); }
.mode-launch { color: var(--white); background: linear-gradient(145deg, #111, #1c1c1c); }
.mode-reserve { color: var(--ink); background: linear-gradient(145deg, var(--gold-soft), var(--gold) 72%, #e39d00); }
.mode-number { position: absolute; top: 20px; right: 28px; font-family: var(--display); font-size: 5rem; line-height: 1; opacity: .11; }
.mode-card h3 { max-width: 470px; }
.mode-card ul { padding-left: 20px; margin: 18px 0 32px; }
.mode-card li { margin-bottom: 8px; }
.mode-launch p:not(.card-kicker), .mode-launch li { color: rgba(255,255,255,.66); }
.mode-reserve p:not(.card-kicker), .mode-reserve li { color: rgba(16,16,16,.73); }
.mode-card .button { width: fit-content; margin-top: auto; }
.mode-reserve .card-kicker { color: #7a2a00; }

.process-section { background: radial-gradient(circle at 15% 0, rgba(247,181,0,.18), transparent 32%), linear-gradient(#111, #0d0d0d); }
.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-grid li { min-height: 240px; padding: 29px; border: 1px solid var(--line-light); border-radius: var(--radius-md); background: rgba(255,255,255,.035); }
.process-grid span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--ink); background: var(--gold); font-weight: 900; }
.process-grid h3 { margin-top: 22px; color: var(--white); }
.process-grid p { color: rgba(255,255,255,.58); }
.notice { margin-top: 28px; display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 23px 25px; border-left: 4px solid var(--gold); border-radius: 0 18px 18px 0; background: rgba(255,255,255,.055); }
.notice strong { color: var(--gold); }
.notice p { margin: 0; color: rgba(255,255,255,.72); }

.coverage-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 70px; }
.delivery-options { display: grid; gap: 12px; margin-top: 30px; }
.delivery-options article { padding: 18px 20px; border: 1px solid var(--line); border-radius: 15px; display: grid; gap: 3px; background: var(--surface); }
.delivery-options span { color: var(--text-muted); font-size: .86rem; }
.coverage-card { position: relative; overflow: hidden; padding: 42px; border-radius: var(--radius-lg); color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.coverage-card::before { content: ""; position: absolute; width: 230px; height: 230px; right: -90px; top: -80px; border: 38px solid rgba(247,181,0,.9); border-radius: 50%; }
.coverage-card > * { position: relative; z-index: 1; }
.coverage-card .card-kicker { color: var(--gold); }
.coverage-title-row { position: relative; z-index: 2; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 16px; }
.coverage-title-row h3, .coverage-title-row .card-kicker { margin-bottom: 0; }
.coverage-title-row h3 { margin-top: 4px; }
.coverage-pin { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; color: var(--ink); background: var(--gold); box-shadow: 0 12px 28px rgba(247,181,0,.22); }
.coverage-pin svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.coverage-pin circle { fill: currentColor; stroke: none; }
.zone-cloud { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0; }
.zone-cloud span { display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.06); font-size: .84rem; }
.zone-cloud span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 3px rgba(247,181,0,.12); }
.coverage-note { color: rgba(255,255,255,.62); font-size: .88rem; }

.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.policy-card { display: grid; grid-template-columns: auto 1fr; align-items: flex-start; gap: 18px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.policy-card h3 { margin: 0 0 8px; font-size: 1.65rem; }
.policy-card p { margin: 0; color: var(--text-muted); }
.policy-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; color: var(--ink); background: var(--gold); font-family: var(--display); font-weight: 800; font-size: 1.15rem; }
.policy-card-wide { grid-column: 1 / -1; }
.fine-print { margin: 22px 0 0; color: var(--text-muted); font-size: .88rem; }

.assistant-section { color: var(--white); background: radial-gradient(circle at 5% 12%, rgba(247,181,0,.14), transparent 28%), linear-gradient(135deg, #141414, #090909); }
.assistant-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 70px; align-items: start; }
.assistant-copy { position: sticky; top: 116px; }
.assistant-copy > p { color: rgba(255,255,255,.66); }
.assistant-side-note { margin-top: 34px; padding: 23px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.045); }
.assistant-side-note p { color: rgba(255,255,255,.58); }
.text-link { color: var(--gold); font-weight: 800; }
.request-form { min-height: 430px; padding: 36px; border-radius: var(--radius-lg); color: var(--ink); background: var(--white); box-shadow: var(--shadow-deep); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.dynamic-fields { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field > span { font-size: .8rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid rgba(16,16,16,.17); border-radius: 12px; color: var(--ink); background: var(--white); transition: border-color .2s ease, box-shadow .2s ease; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 4px rgba(240,100,24,.1); }
.field textarea { resize: vertical; min-height: 124px; }
.field-help { color: var(--text-muted); font-size: .72rem; }
.char-help { text-align: right; }
.error-message { min-height: 1em; color: #b42318; font-size: .73rem; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #b42318; }
.form-disclaimer { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; margin-top: 21px; padding: 17px; border: 1px solid rgba(247,181,0,.3); border-radius: 14px; background: #fff9dd; }
.form-disclaimer input { margin-top: 5px; }
.form-disclaimer label { font-size: .82rem; color: #494949; }
.acknowledge-error { display: block; margin: 8px 0; }
.form-actions { margin-top: 24px; }
.form-status { min-height: 1.4em; margin-top: 12px; color: #356d0e; font-size: .86rem; font-weight: 800; }
.form-intro-card { grid-column: 1 / -1; padding: 14px 16px; border-left: 3px solid var(--gold); border-radius: 0 12px 12px 0; background: var(--surface); color: var(--text-muted); font-size: .84rem; }

.newsletter-shell { background: linear-gradient(180deg, #fff 0%, var(--surface) 100%); }
.newsletter-card { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: center; padding: 45px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.95)); box-shadow: var(--shadow); }
.newsletter-card::before { content: ""; position: absolute; inset: -20% auto auto 72%; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(247,181,0,.18), rgba(247,181,0,0) 70%); pointer-events: none; }
.newsletter-card > * { position: relative; z-index: 1; }
.newsletter-form { display: grid; gap: 14px; }
.newsletter-form label { display: grid; gap: 6px; font-size: .8rem; font-weight: 800; }
.newsletter-form input { padding: 12px 13px; border: 1px solid var(--line); border-radius: 11px; }
.newsletter-consent { display: grid !important; grid-template-columns: auto 1fr; align-items: start; }
.newsletter-privacy { color: var(--text-muted); max-width: 47ch; }
.newsletter-mini-note { margin: 0; color: var(--text-muted); font-size: .78rem; }
.newsletter-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.newsletter-status { min-height: 1.3em; color: var(--text-muted); font-size: .8rem; }
.newsletter-status.is-success { color: #356d0e; font-weight: 800; }
.newsletter-status.is-already { color: #8a5700; font-weight: 800; }
.newsletter-status.is-error { color: #a12622; font-weight: 800; }
.newsletter-status.is-pending { color: var(--text-muted); }
.newsletter-actions button:disabled { cursor: wait; opacity: .68; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.sticky-heading { position: sticky; top: 116px; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; position: relative; padding: 24px 42px 24px 0; cursor: pointer; font-family: var(--display); font-size: 1.22rem; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 21px; display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--surface); font-family: var(--body); }
details[open] summary::after { content: "−"; background: var(--gold); }
details p { margin: 0; padding: 0 42px 24px 0; color: var(--text-muted); }

.final-cta { position: relative; overflow: hidden; padding: 76px 0; }
.final-cta::before { content: ""; position: absolute; width: 430px; height: 430px; right: -160px; top: -210px; border: 70px solid rgba(247,181,0,.13); border-radius: 50%; }
.final-cta-grid { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.final-cta p:not(.eyebrow) { color: rgba(255,255,255,.65); }

.site-footer { padding: 62px 0 26px; color: var(--white); background: #080808; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1.35fr .8fr .9fr; gap: 42px; }
.footer-brand { display: flex; gap: 15px; align-items: flex-start; }
.footer-brand img { border-radius: 50%; }
.footer-brand strong { font-family: var(--display); font-size: 1.4rem; }
.footer-brand p { max-width: 280px; color: rgba(255,255,255,.55); }
.site-footer h2 { margin: 0 0 18px; color: var(--gold); font-family: var(--body); font-size: .73rem; letter-spacing: .16em; text-transform: uppercase; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 10px; color: rgba(255,255,255,.62); }
.site-footer a:hover { color: var(--gold); }
.contact-line { display: flex; align-items: center; gap: 10px; }
.social-icon { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: var(--gold); flex: 0 0 auto; }
.social-icon svg { width: 15px; height: 15px; }
.social-links { display: grid; gap: 10px; }
.social-links a { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.66); }
.social-links svg { width: 27px; height: 27px; padding: 5px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; color: var(--gold); }
.social-links .fill-current { fill: currentColor; stroke: none; }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; color: rgba(255,255,255,.42); font-size: .76rem; }
.footer-bottom p { margin: 0; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 800; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; color: var(--white); background: #25d366; box-shadow: 0 16px 36px rgba(0,0,0,.28); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.03); }
.floating-whatsapp svg { width: 31px; height: 31px; fill: currentColor; stroke: none; }
.mobile-action-bar { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .68s ease, transform .68s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .menu-button { display: block; z-index: 3; }
  .main-nav { position: fixed; top: 78px; left: 20px; right: 20px; max-height: calc(100vh - 100px); overflow: auto; display: grid; gap: 0; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); transform: translateY(-20px); opacity: 0; pointer-events: none; transition: .25s ease; }
  .main-nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .main-nav a { padding: 12px; }
  .main-nav a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 7px; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; padding: 62px 0 70px; }
  .hero-copy { max-width: 760px; }
  .hero-copy h1 { font-size: clamp(3rem, 7.2vw, 4.9rem); }
  .hero-visual { width: min(540px, 100%); margin-inline: auto; }
  .logo-stage { width: min(400px, 72vw); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .assistant-grid { grid-template-columns: 1fr; }
  .assistant-copy, .sticky-heading { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .section { padding: 76px 0; }
  h2 { font-size: clamp(2.15rem, 7vw, 3.7rem); }
  .hero-grid { padding: 54px 0 62px; }
  .hero-copy h1 { font-size: clamp(2.65rem, 8.5vw, 4rem); }
  .hero-lead { font-size: 1rem; }
  .logo-stage { width: min(350px, 76vw); }
  .section-heading-split, .coverage-grid, .faq-grid, .newsletter-card { grid-template-columns: 1fr; gap: 34px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid article:last-child { border-bottom: 0; }
  .mode-grid { grid-template-columns: 1fr; }
  .mode-card { min-height: auto; }
  .policy-grid { grid-template-columns: 1fr; }
  .policy-card-wide { grid-column: auto; }
  .final-cta-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  :root { --container: min(100% - 26px, 1180px); }
  body { padding-bottom: 66px; }
  .brand-copy small { display: none; }
  .brand img { width: 50px; height: 50px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 46px 0 54px; gap: 28px; }
  .hero-copy h1 { font-size: clamp(2.3rem, 11vw, 3.35rem); line-height: 1.02; }
  .hero-lead { font-size: .96rem; line-height: 1.6; }
  .hero-actions, .final-actions, .form-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 26px; }
  .hero-facts li { min-width: 0; padding: 12px 9px; border-radius: 13px; text-align: center; }
  .hero-facts strong { font-size: 1.05rem; }
  .hero-facts span { font-size: .62rem; line-height: 1.35; }
  .logo-stage { width: min(290px, 80vw); }
  .hero-card { width: min(360px, 100%); margin-top: 14px; padding: 14px 15px; }
  .category-grid, .process-grid { grid-template-columns: 1fr; }
  .category-card-wide { grid-column: auto; grid-template-columns: 1fr; }
  .category-card-wide .button { width: 100%; }
  .mode-card { padding: 34px 26px; }
  .coverage-card { padding: 32px 25px; }
  .policy-card { grid-template-columns: 1fr; }
  .request-form { padding: 25px 18px; border-radius: 24px; }
  .form-grid, .dynamic-fields { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
  .floating-whatsapp { display: none; }
  .mobile-action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 900; display: grid; grid-template-columns: 1.2fr .8fr; min-height: 62px; border-top: 1px solid rgba(16,16,16,.1); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); box-shadow: 0 -10px 30px rgba(0,0,0,.08); }
  .mobile-action-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 800; }
  .mobile-action-bar a:first-child { color: var(--ink); background: var(--gold); }
  .mobile-action-bar a:last-child { color: var(--white); background: #25d366; }
  .mobile-action-bar svg { width: 23px; height: 23px; fill: currentColor; stroke: none; }
}

@media (max-width: 380px) {
  .hero-copy h1 { font-size: clamp(2.15rem, 10.7vw, 2.75rem); }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts li { text-align: left; display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 8px; }
  .hero-facts span { font-size: .68rem; }
  .logo-stage { width: min(260px, 82vw); }
}

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

@media (max-width: 768px) {
  .category-card::before { opacity: .24; background-size: 122%; }
  .category-card::after { background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.72)); }
}


@media (max-width: 900px) {
  .category-illustration { height: 180px; }
}

@media (max-width: 620px) {
  .coverage-title-row { grid-template-columns: 46px 1fr; gap: 12px; }
  .coverage-pin { width: 46px; height: 46px; border-radius: 14px; }
  .coverage-pin svg { width: 25px; height: 25px; }
}
