/* SAS Shared Design System */
:root {
  --navy: #070B14;
  --navy2: #0A1020;
  --navy3: #0D1428;
  --steel: #111827;
  --gold: #D4A017;
  --gold2: #F0BA1E;
  --gold-dim: rgba(212,160,23,.15);
  --gold-glow: rgba(212,160,23,.08);
  --blue-accent: #3B82F6;
  --purple-accent: #8B5CF6;
  --text: #F1F5F9;
  --text-mid: #94A3B8;
  --text-dim: #475569;
  --border: rgba(255,255,255,.06);
  --border-gold: rgba(212,160,23,.25);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;background:var(--navy);color:var(--text);overflow-x:hidden}
#bgCanvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.4}
.alert-bar{background:linear-gradient(90deg,#0f1a2e,#111c35,#0f1a2e);border-bottom:1px solid var(--border-gold);padding:.5rem 1.5rem;text-align:center;font-size:.72rem;font-weight:600;color:var(--text-mid);position:relative;z-index:100;letter-spacing:.02em}
.alert-bar strong{color:var(--gold)}.alert-bar a{color:var(--gold);text-decoration:none;border-bottom:1px solid rgba(212,160,23,.4)}
.alert-dot{display:inline-block;width:6px;height:6px;background:var(--gold);border-radius:50%;margin-right:8px;animation:pulse-dot 2s infinite;vertical-align:middle}
@keyframes pulse-dot{0%,100%{box-shadow:0 0 0 0 rgba(212,160,23,.6)}50%{box-shadow:0 0 0 6px rgba(212,160,23,0)}}
.site-nav{position:sticky;top:0;z-index:200;background:rgba(6,10,18,.92);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border)}
.nav-inner{max-width:1400px;margin:0 auto;padding:0 2rem;height:56px;display:flex;align-items:center;gap:1.5rem}
.nav-logo{display:flex;align-items:center;gap:.7rem;text-decoration:none;flex-shrink:0}
.nav-logo .shield-icon{flex-shrink:0}
.logo-mark{width:32px;height:32px;background:var(--gold);border-radius:6px;display:flex;align-items:center;justify-content:center}
.logo-text-block .l1{font-family:'Space Grotesk',sans-serif;font-size:.6rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);line-height:1}
.logo-text-block .l2{font-family:'Space Grotesk',sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text);line-height:1.2}
.logo-text-wrap{display:flex;flex-direction:column;line-height:1.2}
.logo-name{font-family:'Space Grotesk',sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text)}
.logo-name em{color:var(--gold);font-style:normal}
.nav-sectors{display:flex;gap:.25rem;margin-left:1.5rem}
.nav-sector{padding:.3rem .8rem;border-radius:6px;font-size:.68rem;font-weight:700;text-decoration:none;letter-spacing:.04em;text-transform:uppercase;transition:all .2s;border:1px solid transparent}
.ns-gold{color:var(--gold);border-color:rgba(212,160,23,.2)}.ns-gold:hover{background:var(--gold-dim);border-color:var(--gold)}
.ns-blue{color:#60A5FA;border-color:rgba(96,165,250,.2)}.ns-blue:hover{background:rgba(59,130,246,.1);border-color:#60A5FA}
.ns-purple{color:#C4B5FD;border-color:rgba(196,181,253,.2)}.ns-purple:hover{background:rgba(139,92,246,.1);border-color:#C4B5FD}
.nav-links{display:flex;gap:1.5rem;margin-left:auto;align-items:center}
.nav-links a{font-size:.73rem;color:var(--text-mid);text-decoration:none;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text)}
.nav-cta{background:var(--gold);color:var(--navy);font-weight:800;border-radius:6px;padding:.45rem 1.15rem;font-size:.7rem;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;transition:all .2s;flex-shrink:0;box-shadow:0 0 16px rgba(200,151,26,.18)}
.nav-cta:hover{background:var(--gold2);transform:translateY(-1px)}
@media(max-width:900px){.nav-sectors{display:none}.nav-links{display:none}}
.sec{position:relative;z-index:10;padding:4.5rem 2rem}
@media(max-width:600px){.sec{padding:3rem 1.25rem}}
.sec-dark{background:rgba(10,16,32,.6)}
.sec-inner{max-width:1100px;margin:0 auto}
.kicker{font-size:.6rem;font-weight:900;color:var(--gold);text-transform:uppercase;letter-spacing:.18em;margin-bottom:.75rem}
.kicker-gold{color:var(--gold)}.kicker-blue{color:#60A5FA}.kicker-purple{color:#A78BFA}
.sec-title{font-family:'Space Grotesk',sans-serif;font-size:clamp(1.6rem,3vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;margin-bottom:1rem}
.sec-sub{color:var(--text-mid);font-size:.95rem;line-height:1.75;max-width:600px}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}
.reveal.visible{opacity:1;transform:translateY(0)}
.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}
.footer{position:relative;z-index:10;background:rgba(5,8,15,.95);border-top:1px solid var(--border);padding:3rem 2rem 1.5rem}
.footer-inner{max-width:1100px;margin:0 auto}
.footer-top{display:grid;grid-template-columns:260px 1fr;gap:3rem;margin-bottom:2rem}
@media(max-width:760px){.footer-top{grid-template-columns:1fr;gap:1.5rem}}
.footer-brand p{color:var(--text-dim);font-size:.78rem;line-height:1.7;margin-top:.5rem;max-width:240px}
.footer-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
@media(max-width:640px){.footer-cols{grid-template-columns:1fr 1fr;gap:1rem}}
.fcol h4{font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--text-dim);margin-bottom:.75rem}
.fcol ul{list-style:none;display:flex;flex-direction:column;gap:.4rem}
.fcol a{color:var(--text-mid);text-decoration:none;font-size:.78rem;transition:color .2s}.fcol a:hover{color:var(--gold)}
.footer-div{height:1px;background:var(--border);margin-bottom:1.25rem}
.footer-bot{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}
.footer-disc{color:var(--text-dim);font-size:.68rem;line-height:1.7;max-width:600px}
.footer-copy{color:var(--text-dim);font-size:.68rem;flex-shrink:0}
.site-footer{border-top:1px solid var(--border);padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;position:relative;z-index:10}
.site-footer .footer-legal{font-size:.68rem;color:var(--text-dim);line-height:1.6;max-width:600px}
.site-footer .footer-links{display:flex;gap:1.25rem}
.site-footer .footer-links a{font-size:.68rem;color:var(--text-dim);text-decoration:none;transition:color .2s}
.site-footer .footer-links a:hover{color:var(--text-mid)}
@media(max-width:600px){.site-footer{flex-direction:column;text-align:center;padding:1.25rem 1.5rem}.site-footer .footer-legal{max-width:100%}}
