:root{--navy:#0a1a33;--navy-2:#11284d;--white:#fff;--slate:#5d6b7c;--light:#f5f8fc;--accent:#2563eb;--accent-2:#60a5fa;--border:#d8e1ee}*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;color:var(--navy);background:var(--white);line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(1120px,92%);margin:0 auto}header{background:#fff;color:#0f172a;position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid #e7edf5}.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:12px}.brand{font-weight:700;letter-spacing:.3px;color:#0f172a}.nav-links{display:flex;gap:16px;flex-wrap:wrap}.nav-links a{color:#334155;font-size:.95rem}.desktop-links{flex:1 1;justify-content:center}.nav-compact{display:none;align-items:center;gap:10px}.menu-btn{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:8px;background:#041b3d;color:#fff;font-size:1rem;border:0;cursor:pointer}.menu-btn:hover{text-decoration:none;opacity:.92}.mobile-menu{border-top:1px solid #e7edf5;background:#fff}.mobile-menu-inner{display:grid;grid-gap:2px;gap:2px;padding:10px 0 14px}.mobile-menu-inner a{color:#1e293b;padding:8px 2px;font-weight:500}.hero{padding:84px 0 72px}.hero-clean{background:#f7f8fa;color:#0f172a;border-top:1px solid #eef1f5;border-bottom:1px solid #e9eef5}.narrow{max-width:860px;text-align:center}.eyebrow{display:inline-flex;align-items:center;border:1px solid hsla(0,0%,100%,.25);color:#d9e7ff;border-radius:999px;padding:6px 12px;font-size:.82rem;margin-bottom:14px}.eyebrow.dark{border:1px solid #d7deea;color:#334155;background:#fff}.hero h1{font-size:clamp(1.9rem,4vw,3.2rem);margin:0 0 14px;line-height:1.14;max-width:960px}.hero p{max-width:840px;color:#475569;font-size:1.07rem;margin:0 auto}.hero-highlights{margin-top:22px;display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.hero-highlights.clean{margin-top:20px}.hero-chip{border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.06);border-radius:12px;padding:12px;display:grid}.hero-chip.clean{border:1px solid #dce4ef;background:#fff}.hero-chip strong{font-size:.95rem;color:#0f172a}.hero-chip span{font-size:.86rem;color:#64748b}.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.cta-row.center{justify-content:center}.btn{display:inline-block;padding:11px 16px;border-radius:10px;font-weight:600}.btn-primary{background:linear-gradient(180deg,#3b82f6,#2563eb);color:var(--white);box-shadow:0 6px 16px rgba(37,99,235,.35)}.btn-dark{background:#041b3d;color:#fff;border:1px solid #041b3d}.btn-outline{border:1px solid #111827;color:#111827;background:#fff}.btn-ghost{border:1px solid hsla(0,0%,100%,.34);color:#e9f1ff}.btn-ghost.dark{border-color:#b8c6de;color:#1b355f}section{padding:56px 0}h2{font-size:clamp(1.45rem,2.25vw,2rem);margin:0 0 12px;letter-spacing:-.01em}.section-title{display:grid;grid-template-columns:48px 1fr;grid-gap:12px;gap:12px;align-items:start;margin-bottom:8px}.section-title h2{margin-top:4px;margin-bottom:0;line-height:1.2}.section-dot{width:48px;height:48px;border-radius:999px;display:grid;place-items:center;font-weight:700;font-size:.95rem;letter-spacing:.02em;color:#fff;background:radial-gradient(circle at 28% 20%,#7aa4ff,#8552ff);box-shadow:0 8px 18px rgba(85,100,255,.28)}.lead{color:var(--slate);max-width:860px;font-size:1.03rem}.grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:22px}.card{border:1px solid var(--border);border-radius:14px;padding:18px;background:var(--white);box-shadow:0 1px 0 rgba(18,32,56,.02)}.card-elevated{box-shadow:0 10px 26px rgba(16,34,66,.07)}.footprint-grid{align-items:stretch}.footprint-card{display:flex;flex-direction:column}.footprint-media{margin:12px 0 0}.footprint-image-btn{display:block;width:100%;border:0;background:transparent;padding:0;cursor:zoom-in}.gallery{position:relative}.gallery-main{display:block;width:100%;border:0;background:transparent;padding:0;cursor:zoom-in}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:999px;border:0;background:rgba(10,26,51,.72);color:#fff;font-size:1.15rem;line-height:1;display:grid;place-items:center;cursor:pointer}.gallery-nav.prev{left:8px}.gallery-nav.next{right:8px}.gallery-dots{position:absolute;left:0;right:0;bottom:10px;display:flex;justify-content:center;gap:6px}.gallery-dot{width:8px;height:8px;border-radius:999px;border:0;background:hsla(0,0%,100%,.65);cursor:pointer}.gallery-dot.active{background:#fff;box-shadow:0 0 0 1px rgba(15,23,42,.22)}.footprint-image-wrap{position:relative;display:block;width:100%;aspect-ratio:1/1;border-radius:12px;overflow:hidden;border:1px solid #dce4ef;box-shadow:0 8px 22px rgba(12,30,62,.14)}.footprint-image{object-fit:cover;object-position:center;filter:contrast(1.05) saturate(1.08)}.footprint-media figcaption{margin-top:7px;font-size:.8rem;color:#64748b}.lightbox{position:fixed;inset:0;background:rgba(8,22,42,.72);display:grid;place-items:center;z-index:90;padding:16px}.lightbox-inner{position:relative;width:min(96vw,980px)}.lightbox-image{width:100%;height:auto;border-radius:12px;border:1px solid #dce4ef;box-shadow:0 20px 40px rgba(0,0,0,.35)}.lightbox-close{position:absolute;top:-10px;right:-10px;width:34px;height:34px;border-radius:999px;border:0;background:#fff;color:#0f172a;font-weight:700;cursor:pointer}.alt{background:var(--light)}.small{font-size:.86rem;color:var(--slate);margin-top:8px}.inline-list{padding-left:18px}h3{margin:0 0 8px;font-size:1.05rem}.presentation-nav{padding:26px 0 20px;background:#fff}.timeline-card{background:linear-gradient(180deg,#243a67,#1f335b);color:#f8fbff;border-radius:18px;padding:22px 18px;box-shadow:0 10px 26px rgba(14,30,58,.2)}.timeline-kicker{margin:0;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;color:#b9c9f1}.timeline-title{margin:6px 0;font-size:clamp(1.2rem,2.6vw,1.65rem)}.timeline-subtitle{margin:0 0 16px;color:#c9d7f7;font-size:.95rem}.timeline-list{display:grid;grid-gap:0;gap:0}.timeline-item{position:relative;display:grid;grid-template-columns:48px 1fr;grid-column-gap:12px;column-gap:12px;align-items:start;padding:10px 0 18px;color:#fff}.timeline-item:not(:last-child):after{content:"";position:absolute;left:24px;top:48px;bottom:-2px;width:2px;background:linear-gradient(180deg,#fff,#8eb0ff);opacity:.8}.timeline-dot{width:48px;height:48px;border-radius:999px;display:grid;place-items:center;font-weight:700;font-size:.95rem;background:radial-gradient(circle at 28% 20%,#7aa4ff,#8552ff);color:#fff;box-shadow:0 8px 18px rgba(85,100,255,.35)}.timeline-step{color:#78a9ff;font-size:.84rem;font-weight:600;margin-top:3px}.timeline-label{color:#fff;font-size:1.06rem;font-weight:700;line-height:1.28;margin-top:2px}.timeline-item:hover{text-decoration:none;opacity:.97}.deck-section{scroll-margin-top:76px;min-height:58vh}.footer-build{margin-top:8px;font-size:.78rem;color:#b9c9e6}html.reveal-ready .reveal-on-scroll{opacity:0;transform:translateY(18px) scale(.995);transition:opacity .55s ease,transform .55s ease}html.reveal-ready .reveal-on-scroll.is-visible{opacity:1;transform:translateY(0) scale(1)}@media (prefers-reduced-motion:reduce){.reveal-on-scroll{opacity:1;transform:none;transition:none}}footer{background:#08162a;padding:28px 0;margin-top:24px}footer,footer a{color:#d4e1f5}.form{display:grid;grid-gap:12px;gap:12px;max-width:620px;margin-top:14px}input,select,textarea{width:100%;border:1px solid var(--border);border-radius:8px;padding:10px;font:inherit}textarea{min-height:120px}.chatFab{bottom:20px;background:#0f62fe;color:#fff;border:0;border-radius:999px;padding:.8rem 1rem;font-weight:700;cursor:pointer}.chatBox,.chatFab{position:fixed;right:20px}.chatBox{bottom:74px;width:360px;max-width:calc(100vw - 24px);height:500px;background:#fff;border:1px solid #dbe1ea;border-radius:14px;display:flex;flex-direction:column;overflow:hidden}.chatHead{background:#0b1220;color:#fff;padding:.8rem 1rem;font-weight:700}.chatMsgs{flex:1 1;overflow:auto;padding:1rem;background:#f8fafc}.msg{margin:.4rem 0;padding:.6rem .75rem;border-radius:12px;max-width:85%}.msg.user{margin-left:auto;background:#dbeafe}.msg.bot{background:#e2e8f0}.chatForm{display:flex;gap:.5rem;padding:.7rem;border-top:1px solid #e2e8f0}.chatForm input{flex:1 1;padding:.6rem;border:1px solid #cbd5e1;border-radius:8px}.chatForm button{background:#0f62fe;color:#fff;border:0;padding:.6rem .8rem;border-radius:8px}@media (max-width:900px){.desktop-links{display:none}.nav-compact{display:flex}}@media (max-width:760px){.nav{align-items:center}.hero{padding:56px 0}.section-title{grid-template-columns:42px 1fr;gap:10px}.section-dot{width:42px;height:42px;font-size:.88rem}}