/* ══════════════════════════════════════════════════════════════
   NAAA DESIGN SYSTEM — 2026 ELITE / LIGHT-FORWARD
   ══════════════════════════════════════════════════════════════ */
:root{
  --navy:#0A0F1E;--navy2:#0C1222;--navy3:#101828;
  --steel:#141D2F;
  --red:#BF0A30;--red2:#D41040;
  --red-dim:rgba(191,10,48,.06);--red-glow:rgba(191,10,48,.04);
  --blue-n:#002868;--blue-a:#2563EB;
  --amber:#F59E0B;--amber-dim:rgba(245,158,11,.06);
  --cream:#FAF9F6;--warm:#F5F3EE;--white:#FFFFFF;
  --gray-50:#F8FAFC;--gray-100:#F1F5F9;--gray-200:#E2E8F0;--gray-300:#CBD5E1;
  --text:#F8FAFC;--text-mid:#C7D2E2;--text-dim:#A8B5CC;
  --text-dark:#0F172A;--text-body:#334155;--text-muted:#64748B;
}
/* Force readable dropdown options on all forms (fixes white-on-white) */
select option,select optgroup{color:#0F172A !important;background:#FFFFFF !important;font-weight:500}
select option:checked,select option:hover{background:#E11D48 !important;color:#FFFFFF !important}
:root{
  --border:rgba(255,255,255,.06);--border-red:rgba(191,10,48,.14);
  --border-light:rgba(15,23,42,.06);
  --radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;
  --shadow-sm:0 1px 2px rgba(0,0,0,.04),0 1px 4px rgba(0,0,0,.03);
  --shadow-md:0 4px 12px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.03);
  --shadow-lg:0 12px 40px rgba(0,0,0,.08),0 4px 12px rgba(0,0,0,.04);
  --shadow-xl:0 24px 64px rgba(0,0,0,.1),0 8px 24px rgba(0,0,0,.05);
  --transition:all .45s cubic-bezier(.4,0,.2,1);
  --ease-out-expo:cubic-bezier(.16,1,.3,1);
  --ease-out-quint:cubic-bezier(.22,1,.36,1);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;background:var(--navy);color:var(--text);overflow-x:hidden;font-feature-settings:'cv11','ss01';line-height:1.65}
a{color:inherit;text-decoration:none}

/* ── ALERT BAR ── */
.alert-bar{background:var(--navy2);border-bottom:1px solid var(--border);padding:.65rem 2rem;text-align:center;font-size:.72rem;font-weight:500;color:var(--text-mid);position:relative;z-index:300;letter-spacing:.02em}
.alert-bar strong{color:#E11D48;font-weight:700}
.alert-bar a{color:#E11D48;text-decoration:none;font-weight:700;transition:opacity .2s}
.alert-bar a:hover{opacity:.8}
.alert-dot{display:inline-block;width:5px;height:5px;background:#E11D48;border-radius:50%;margin-right:8px;animation:pulse-dot 2.5s ease-in-out infinite;vertical-align:middle}
@keyframes pulse-dot{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(225,29,72,.4)}50%{opacity:.6;box-shadow:0 0 0 5px rgba(225,29,72,0)}}

/* ── NAV — glass morphism ── */
.site-nav{position:sticky;top:0;z-index:200;background:rgba(10,15,30,.92);backdrop-filter:blur(24px) saturate(1.6);-webkit-backdrop-filter:blur(24px) saturate(1.6);border-bottom:1px solid rgba(255,255,255,.04);transition:background .4s}
.nav-inner{max-width:1400px;margin:0 auto;padding:0 2.5rem;height:68px;display:flex;align-items:center;gap:1.5rem}
.nav-logo{display:flex;align-items:center;gap:.65rem;text-decoration:none;flex-shrink:0;transition:opacity .3s}
.nav-logo:hover{opacity:.85}
.logo-shield{width:34px;height:38px;flex-shrink:0;transition:transform .4s var(--ease-out-expo)}
.nav-logo:hover .logo-shield{transform:scale(1.06)}
.logo-text-block{display:flex;flex-direction:column;justify-content:center;line-height:1}
.logo-text-block .l1{font-family:'Space Grotesk',sans-serif;font-size:.98rem;font-weight:800;letter-spacing:.025em;text-transform:uppercase;color:#fff;line-height:1.05;display:block;white-space:nowrap}
.logo-text-block .l2{font-family:'Space Grotesk',sans-serif;font-size:.54rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#FCA5A5;line-height:1;display:block;margin-top:.32rem;white-space:nowrap}
.logo-text-block .l2 sup{font-size:.7em;vertical-align:super;margin-left:.05em}
@media(max-width:1100px){.logo-text-block .l1{font-size:.86rem}.logo-text-block .l2{font-size:.5rem}}
@media(max-width:700px){.logo-text-block .l1{font-size:.74rem;letter-spacing:.02em}.logo-text-block .l2{font-size:.46rem}}

/* ──────────────────────────────────────────────────
   LIGHT-SECTION CARD OVERRIDES (hybrid theme)
   When subpage cards live inside .sec-warm / .sec-light,
   promote text colors and surfaces to dark-on-light so
   nothing reads as faint white-on-light. Scoped to
   subpage card classes used across the site.
   ────────────────────────────────────────────────── */
.sec-warm, .sec-light, .sec-white{color:#0F172A}
.sec-warm h1,.sec-warm h2,.sec-warm h3,.sec-warm h4,.sec-warm h5,
.sec-light h1,.sec-light h2,.sec-light h3,.sec-light h4,.sec-light h5,
.sec-white h1,.sec-white h2,.sec-white h3,.sec-white h4,.sec-white h5{color:#0A0F1E}
.sec-warm p,.sec-light p,.sec-white p{color:#475569}
.sec-warm li,.sec-light li,.sec-white li{color:#334155}
.sec-warm a,.sec-light a,.sec-white a{color:#BE123C}
.sec-warm a:hover,.sec-light a:hover,.sec-white a:hover{color:#9F1239}

/* Card surfaces on light bands — convert faint dark-glass cards
   to crisp white-on-cream with subtle shadow */
.sec-warm .type-card,.sec-light .type-card,
.sec-warm .injury-item,.sec-light .injury-item,
.sec-warm .phase-content,.sec-light .phase-content,
.sec-warm .path-card,.sec-light .path-card,
.sec-warm .pt-card,.sec-light .pt-card,
.sec-warm .benefit-item,.sec-light .benefit-item,
.sec-warm .at-feat,.sec-light .at-feat,
.sec-warm .cta-col,.sec-light .cta-col,
.sec-warm .reason-card,.sec-light .reason-card,
.sec-warm .compare-item,.sec-light .compare-item,
.sec-warm .who-card,.sec-light .who-card,
.sec-warm .stat-card,.sec-light .stat-card,
.sec-warm .feat-card,.sec-light .feat-card,
.sec-warm .info-card,.sec-light .info-card{
  background:#FFFFFF !important;
  border:1px solid rgba(15,23,42,.08) !important;
  color:#0F172A;
  box-shadow:0 1px 2px rgba(15,23,42,.04);
}

/* Card descendant text contrast bumps */
.sec-warm .type-card p,.sec-light .type-card p,
.sec-warm .injury-item p,.sec-light .injury-item p,
.sec-warm .phase-content p,.sec-light .phase-content p,
.sec-warm .path-card p,.sec-light .path-card p,
.sec-warm .pt-card p,.sec-light .pt-card p,
.sec-warm .benefit-item p,.sec-light .benefit-item p,
.sec-warm .at-feat p,.sec-light .at-feat p,
.sec-warm .cta-col p,.sec-light .cta-col p,
.sec-warm .reason-card p,.sec-light .reason-card p,
.sec-warm .compare-item,.sec-light .compare-item,
.sec-warm .who-card p,.sec-light .who-card p,
.sec-warm .pd,.sec-light .pd,
.sec-warm .pi,.sec-light .pi,
.sec-warm .tc-tag,.sec-light .tc-tag{color:#475569}

.sec-warm .type-card h3,.sec-light .type-card h3,
.sec-warm .type-card h4,.sec-light .type-card h4,
.sec-warm .injury-item h4,.sec-light .injury-item h4,
.sec-warm .phase-content h3,.sec-light .phase-content h3,
.sec-warm .path-card h3,.sec-light .path-card h3,
.sec-warm .path-card h4,.sec-light .path-card h4,
.sec-warm .pt-card h3,.sec-light .pt-card h3,
.sec-warm .reason-card h3,.sec-light .reason-card h3,
.sec-warm .who-card h3,.sec-light .who-card h3{color:#0A0F1E}

/* Tag chips on light bands */
.sec-warm .tc-tag,.sec-light .tc-tag{background:rgba(225,29,72,.08);border:1px solid rgba(225,29,72,.16);color:#BE123C !important}

/* Hover lifts work better with shadow on light */
.sec-warm .type-card:hover,.sec-light .type-card:hover,
.sec-warm .reason-card:hover,.sec-light .reason-card:hover,
.sec-warm .pt-card:hover,.sec-light .pt-card:hover,
.sec-warm .path-card:hover,.sec-light .path-card:hover,
.sec-warm .who-card:hover,.sec-light .who-card:hover{
  border-color:rgba(225,29,72,.25) !important;
  box-shadow:0 12px 32px rgba(15,23,42,.08);
  transform:translateY(-3px);
}
.nav-sectors{display:flex;gap:.3rem;margin-left:1rem}
.nav-sector{padding:.3rem .7rem;border-radius:5px;font-size:.64rem;font-weight:700;text-decoration:none;letter-spacing:.05em;text-transform:uppercase;transition:all .35s var(--ease-out-quint);border:1px solid transparent}
.ns-red{color:#E11D48;border-color:rgba(225,29,72,.12)}.ns-red:hover,.ns-red.active{background:var(--red-dim);border-color:rgba(191,10,48,.3)}
.ns-blue{color:#60A5FA;border-color:rgba(96,165,250,.12)}.ns-blue:hover,.ns-blue.active{background:rgba(37,99,235,.06);border-color:rgba(37,99,235,.3)}
.ns-amber{color:#FBBF24;border-color:rgba(251,191,36,.12)}.ns-amber:hover,.ns-amber.active{background:rgba(245,158,11,.06);border-color:rgba(245,158,11,.3)}
.nav-links{display:flex;gap:.35rem;margin-left:auto;align-items:center}
.nav-links a{font-size:.72rem;color:rgba(241,245,249,.78);text-decoration:none;font-weight:600;letter-spacing:.12em;text-transform:uppercase;position:relative;padding:.65rem 1rem;border-radius:8px;transition:all .3s var(--ease-out-quint);white-space:nowrap}
.nav-links a:hover{color:#fff;background:rgba(255,255,255,.06)}
.nav-links a::after{content:'';position:absolute;bottom:.35rem;left:50%;width:0;height:2px;background:#E11D48;transform:translateX(-50%);transition:width .35s var(--ease-out-expo);border-radius:2px}
.nav-links a:hover::after{width:18px}
.nav-links a.is-active{color:#fff}
.nav-links a.is-active::after{width:18px}
.nav-cta{background:var(--red);color:#fff;font-weight:700;border-radius:var(--radius-sm);padding:.55rem 1.4rem;font-size:.74rem;text-decoration:none;letter-spacing:.04em;text-transform:uppercase;transition:all .4s var(--ease-out-expo);flex-shrink:0;box-shadow:0 2px 8px rgba(191,10,48,.2)}
.nav-cta:hover{background:var(--red2);transform:translateY(-2px) scale(1.02);box-shadow:0 8px 28px rgba(191,10,48,.35)}
@media(max-width:1100px){.nav-sectors{display:none}}
@media(max-width:900px){.nav-links{display:none}.nav-sectors{display:none}}
@media(max-width:768px){.nav-inner{height:56px;padding:0 1.25rem}}

/* ── SECTIONS ── */
.sec{position:relative;z-index:10;padding:6.5rem 2rem}
.sec-dark{background:var(--navy2);color:var(--text)}
.sec-light{background:var(--white);color:var(--text-dark)}
.sec-warm{background:var(--gray-50);color:var(--text-dark)}
.sec-white{background:var(--white);color:var(--text-dark)}
.sec-inner{max-width:1200px;margin:0 auto}
@media(max-width:600px){.sec{padding:4.5rem 1.25rem}}

/* ── KICKERS ── */
.kicker{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:#E11D48;margin-bottom:1.25rem;display:block}
.kicker-blue{color:#2563EB}
.kicker-amber{color:#D97706}
.sec-light .kicker,.sec-warm .kicker,.sec-white .kicker{color:var(--red)}

/* ── TITLES ── */
.sec-title{font-family:'Space Grotesk',sans-serif;font-size:clamp(1.85rem,3.8vw,2.8rem);font-weight:700;letter-spacing:-.04em;line-height:1.1;margin-bottom:1.25rem}
.sec-dark .sec-title{color:var(--text)}
.sec-light .sec-title,.sec-warm .sec-title,.sec-white .sec-title{color:var(--text-dark)}
.sec-sub{color:var(--text-mid);font-size:1rem;line-height:1.8;max-width:580px;margin-bottom:3.5rem}
.sec-dark .sec-sub{color:var(--text-mid)}
.sec-light .sec-sub,.sec-warm .sec-sub,.sec-white .sec-sub{color:var(--text-body)}

/* ── BREADCRUMB ── */
.breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.62rem;font-weight:700;color:var(--text-dim);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1.5rem}
.breadcrumb a{color:var(--text-dim);text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:#E11D48}

/* ── SECTOR BADGE ── */
.sector-badge{display:inline-flex;align-items:center;gap:.5rem;border-radius:100px;padding:.4rem 1.1rem;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}
.badge-red{background:var(--red-dim);border:1px solid var(--border-red);color:#E11D48}
.badge-blue{background:rgba(37,99,235,.06);border:1px solid rgba(37,99,235,.15);color:#60A5FA}
.badge-amber{background:var(--amber-dim);border:1px solid rgba(245,158,11,.15);color:#FBBF24}
.badge-dot{width:5px;height:5px;border-radius:50%;animation:pulse-dot 2.5s ease-in-out infinite;display:inline-block}

/* ── BUTTONS — 2026 premium ── */
.btn-red{background:var(--red);color:#fff;font-weight:700;border-radius:var(--radius-sm);padding:.95rem 2.25rem;text-decoration:none;font-size:.875rem;transition:all .4s var(--ease-out-expo);display:inline-flex;align-items:center;gap:.5rem;letter-spacing:.01em;box-shadow:0 2px 8px rgba(191,10,48,.18),0 0 0 1px rgba(191,10,48,.08);position:relative;overflow:hidden}
.btn-red::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.15),transparent 50%);opacity:0;transition:opacity .4s}
.btn-red:hover{background:var(--red2);transform:translateY(-3px);box-shadow:0 16px 48px rgba(191,10,48,.28),0 0 0 1px rgba(191,10,48,.12)}
.btn-red:hover::before{opacity:1}
.btn-blue-n{background:#2563EB;color:#fff;font-weight:700;border-radius:var(--radius-sm);padding:.95rem 2.25rem;text-decoration:none;font-size:.875rem;transition:all .4s var(--ease-out-expo);display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px rgba(37,99,235,.18);position:relative;overflow:hidden}
.btn-blue-n::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.15),transparent 50%);opacity:0;transition:opacity .4s}
.btn-blue-n:hover{background:#1D4ED8;transform:translateY(-3px);box-shadow:0 16px 48px rgba(37,99,235,.28)}
.btn-blue-n:hover::before{opacity:1}
.btn-amber{background:#D97706;color:#fff;font-weight:700;border-radius:var(--radius-sm);padding:.95rem 2.25rem;text-decoration:none;font-size:.875rem;transition:all .4s var(--ease-out-expo);display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px rgba(217,119,6,.18);position:relative;overflow:hidden}
.btn-amber::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.15),transparent 50%);opacity:0;transition:opacity .4s}
.btn-amber:hover{background:#B45309;transform:translateY(-3px);box-shadow:0 16px 48px rgba(217,119,6,.28)}
.btn-amber:hover::before{opacity:1}
.btn-ghost{background:transparent;color:var(--text-mid);font-weight:600;border-radius:var(--radius-sm);padding:.95rem 2.25rem;text-decoration:none;font-size:.875rem;border:1px solid rgba(255,255,255,.12);transition:all .4s var(--ease-out-expo);display:inline-flex;align-items:center;gap:.5rem}
.btn-ghost:hover{border-color:rgba(255,255,255,.28);color:var(--text);background:rgba(255,255,255,.05);transform:translateY(-2px)}
.btn-outline{border:1px solid rgba(255,255,255,.15);color:var(--text);font-weight:600;border-radius:var(--radius-sm);padding:.95rem 2.25rem;text-decoration:none;font-size:.875rem;transition:all .4s var(--ease-out-expo);display:inline-flex;align-items:center;gap:.5rem}
.btn-outline:hover{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.06);transform:translateY(-2px)}

/* Light section buttons */
.sec-light .btn-ghost,.sec-warm .btn-ghost,.sec-white .btn-ghost{color:var(--text-body);border-color:var(--border-light)}
.sec-light .btn-ghost:hover,.sec-warm .btn-ghost:hover,.sec-white .btn-ghost:hover{border-color:rgba(15,23,42,.15);color:var(--text-dark);background:rgba(15,23,42,.02)}
.btn-outline-dark{border:1.5px solid var(--border-light);color:var(--text-dark);font-weight:600;border-radius:var(--radius-sm);padding:.95rem 2.25rem;text-decoration:none;font-size:.875rem;transition:all .4s var(--ease-out-expo);display:inline-flex;align-items:center;gap:.5rem}
.btn-outline-dark:hover{border-color:rgba(15,23,42,.2);background:rgba(15,23,42,.02);transform:translateY(-2px)}

/* ── PAGE HERO (shared across subpages) — stays dark ── */
.page-hero{position:relative;z-index:10;padding:7rem 2rem 5.5rem;text-align:center;background:linear-gradient(180deg,var(--navy) 0%,var(--navy2) 100%);overflow:hidden;color:var(--text)}
.page-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 50% 30%,rgba(191,10,48,.035),transparent 70%),radial-gradient(circle at 20% 80%,rgba(37,99,235,.018),transparent 50%),radial-gradient(circle at 80% 20%,rgba(191,10,48,.018),transparent 50%);pointer-events:none}
.page-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(191,10,48,.12),transparent)}
.hero-grid-bg{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.025) 1px,transparent 1px);background-size:32px 32px;pointer-events:none;mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,black 20%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,black 20%,transparent 70%)}

/* ── SVG ICON CONTAINERS ── */
.ic{display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ic svg{width:100%;height:100%}
.ic-sm{width:18px;height:18px}
.ic-md{width:22px;height:22px}
.ic-lg{width:28px;height:28px}
.ic-xl{width:36px;height:36px}
.ic-box{width:52px;height:52px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}
.ic-box svg{width:24px;height:24px}
.ic-box-red{background:var(--red-dim);border:1px solid rgba(191,10,48,.1);color:#DC2626}
.ic-box-blue{background:rgba(37,99,235,.05);border:1px solid rgba(37,99,235,.1);color:#2563EB}
.ic-box-amber{background:rgba(245,158,11,.05);border:1px solid rgba(245,158,11,.1);color:#D97706}
.ic-circle{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.ic-circle svg{width:28px;height:28px}
.ic-circle-red{background:rgba(191,10,48,.04);border:1.5px solid rgba(191,10,48,.1);color:#DC2626}

/* ── PHONE SVG ── */
.phone-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;vertical-align:middle;margin-right:2px}
.page-hero h1{font-family:'Space Grotesk',sans-serif;font-size:clamp(2.4rem,5.5vw,4rem);font-weight:700;letter-spacing:-.045em;line-height:1.06;margin-bottom:1.5rem;color:var(--text)}
.page-hero>p{color:var(--text-mid);font-size:clamp(.92rem,1.5vw,1.05rem);line-height:1.85;max-width:580px;margin:0 auto 3rem}
.accent-red{color:#E11D48}
.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* ── FOOTER — stays dark ── */
.footer{background:var(--navy);border-top:1px solid var(--border);position:relative;z-index:10;color:var(--text)}
.footer-inner{max-width:1400px;margin:0 auto;padding:5rem 2.5rem 2.5rem}
.footer-top{display:grid;grid-template-columns:320px 1fr;gap:4rem;margin-bottom:3rem}
@media(max-width:800px){.footer-top{grid-template-columns:1fr}}
.footer-brand p{font-size:.8rem;color:var(--text-dim);line-height:1.75;max-width:280px}
.footer-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
@media(max-width:640px){.footer-cols{grid-template-columns:repeat(2,1fr)}}
.fcol h4{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:var(--text-dim);margin-bottom:1rem}
.fcol ul{list-style:none;display:flex;flex-direction:column;gap:.65rem}
.fcol ul li a{font-size:.82rem;color:var(--text-mid);text-decoration:none;transition:color .3s}.fcol ul li a:hover{color:var(--text)}
.footer-div{height:1px;background:var(--border);margin:2.5rem 0}
.footer-bot{display:flex;flex-direction:column;gap:.75rem}
.footer-disc{font-size:.7rem;color:var(--text-dim);line-height:1.75;max-width:840px}
.footer-copy{font-size:.7rem;color:var(--text-dim)}
.footer-grid{display:grid;grid-template-columns:320px repeat(3,1fr);gap:3.5rem}
@media(max-width:800px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}
@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}
.fb-logo{display:flex;align-items:center;gap:.6rem;margin-bottom:.85rem}
.fb-name{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:.82rem;letter-spacing:.03em;text-transform:uppercase}
.fb-desc{font-size:.8rem;color:var(--text-dim);line-height:1.75;margin-bottom:1.25rem;max-width:280px}
.fb-phone a{color:#E11D48;text-decoration:none;font-weight:700;font-size:.88rem;transition:opacity .2s}.fb-phone a:hover{opacity:.8}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding-top:2.5rem;border-top:1px solid var(--border);font-size:.7rem;color:var(--text-dim)}
.fb-links{display:flex;gap:1.75rem}
.fb-links a{color:var(--text-dim);text-decoration:none;transition:color .25s}.fb-links a:hover{color:var(--text-mid)}

/* ══════════════════════════════════════════════════════════════
   ANIMATION SYSTEM — 2026 Webflow-grade motion
   ══════════════════════════════════════════════════════════════ */
.reveal{opacity:0;transform:translateY(36px);transition:opacity 1s var(--ease-out-expo),transform 1s var(--ease-out-expo)}
.reveal.visible{opacity:1;transform:none}
.reveal-left{opacity:0;transform:translateX(-44px);transition:opacity 1s var(--ease-out-expo),transform 1s var(--ease-out-expo)}
.reveal-right{opacity:0;transform:translateX(44px);transition:opacity 1s var(--ease-out-expo),transform 1s var(--ease-out-expo)}
.reveal-scale{opacity:0;transform:scale(.9);transition:opacity 1s var(--ease-out-expo),transform 1s var(--ease-out-expo)}
.reveal-left.visible,.reveal-right.visible,.reveal-scale.visible{opacity:1;transform:none}

.delay-1{transition-delay:.06s}
.delay-2{transition-delay:.12s}
.delay-3{transition-delay:.18s}
.delay-4{transition-delay:.24s}
.delay-5{transition-delay:.3s}
.delay-6{transition-delay:.36s}
.delay-7{transition-delay:.42s}
.delay-8{transition-delay:.48s}

@keyframes text-shimmer{0%{background-position:100% 50%}100%{background-position:0% 50%}}
.shimmer-text{background:linear-gradient(105deg,var(--text) 40%,rgba(225,29,72,.6) 50%,var(--text) 60%);background-size:250% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:text-shimmer 4s ease-in-out infinite}

@keyframes float-glow{0%,100%{transform:translateY(0);opacity:.5}50%{transform:translateY(-8px);opacity:.8}}
.float-glow{animation:float-glow 4s ease-in-out infinite}

.gradient-line{height:1px;background:linear-gradient(90deg,transparent,rgba(191,10,48,.12),rgba(37,99,235,.06),transparent);margin:0 auto;max-width:600px}

/* ── UTILITY ── */
@media(max-width:600px){
  .page-hero{padding:5rem 1.25rem 4rem}
  .page-hero h1{font-size:clamp(2rem,8vw,2.8rem)}
  .hero-ctas{flex-direction:column;align-items:center}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .reveal,.reveal-left,.reveal-right,.reveal-scale{opacity:1;transform:none}
}
