:root{--ink:#0c1e35;--ink-muted:#3d4f66;--surface:#fff;--surface-subtle:#f4f7fb;--border:#d9e2ec;--accent:#0b5fff;--accent-hover:#0047cc;--accent-soft:#0b5fff14;--gold:#c9a227;--radius:10px;--shadow:0 12px 40px #0c1e3514;--max:1120px;--font:"Source Sans 3", system-ui, "Segoe UI", sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--ink-muted);background:var(--surface-subtle);-webkit-font-smoothing:antialiased;margin:0;font-size:18px;line-height:1.55}#root{min-height:100svh}a{color:var(--accent)}a:hover{color:var(--accent-hover)}.app{color:var(--ink-muted)}.skip-link{z-index:999;background:var(--surface);color:var(--ink);padding:.75rem 1rem;font-weight:600;position:absolute;left:-9999px}.skip-link:focus{top:1rem;left:1rem}.site-header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#ffffffeb;position:sticky;top:0}.header-inner{max-width:var(--max);justify-content:space-between;align-items:center;gap:1.5rem;margin:0 auto;padding:1rem 1.5rem;display:flex}.brand{color:var(--ink);letter-spacing:-.02em;align-items:baseline;gap:.35rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.brand span{color:var(--ink-muted);font-size:.95rem;font-weight:500}.nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem 1.25rem;display:flex}.nav a{color:var(--ink-muted);font-size:.95rem;font-weight:500;text-decoration:none}.nav a:hover{color:var(--ink)}.hero{color:#e8eef6;isolation:isolate;background:linear-gradient(165deg,#0c1e35 0%,#132f52 48%,#0f2845 100%);padding:4rem 1.5rem 4.5rem;position:relative;overflow:hidden}.hero-media{z-index:0;pointer-events:none;position:absolute;inset:0}.hero-video{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.hero-overlay{z-index:1;pointer-events:none;background:linear-gradient(165deg,#0c1e35d1 0%,#132f52c7 48%,#0f2845d1 100%);position:absolute;inset:0}.hero-overlay:after{content:"";background:radial-gradient(80% 60% at 70% 0,#0b5fff33,#0000 55%);position:absolute;inset:0}.hero-inner{max-width:var(--max);z-index:2;margin:0 auto;position:relative}@media (prefers-reduced-motion:reduce){.hero-media{display:none}.hero-overlay{background:linear-gradient(165deg,#0c1e35 0%,#132f52 48%,#0f2845 100%)}.hero-overlay:after{background:radial-gradient(80% 60% at 70% 0,#0b5fff38,#0000 55%)}}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-size:.8rem;font-weight:600;display:inline-block}.hero h1{letter-spacing:-.03em;color:#fff;max-width:18ch;margin:0 0 1.25rem;font-size:clamp(2rem,4.5vw,2.85rem);font-weight:700;line-height:1.15}.hero-lead{color:#e8eef6e0;max-width:52ch;margin:0 0 2rem;font-size:1.15rem;line-height:1.6}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.btn{cursor:pointer;border:2px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,border-color .2s,box-shadow .2s;display:inline-flex}.btn:focus-visible{outline-offset:3px;outline:2px solid #fff}.btn-primary{color:var(--ink);background:#fff;box-shadow:0 4px 20px #00000026}.btn-primary:hover{background:var(--surface-subtle);color:var(--ink)}.btn-secondary{color:#fff;background:0 0;border-color:#ffffff73}.btn-secondary:hover{color:#fff;background:#ffffff14;border-color:#fff}.btn-dark{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-dark:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#fff}.section{padding:4rem 1.5rem}.section-alt{background:var(--surface)}.section-inner{max-width:var(--max);margin:0 auto}.section-head{max-width:48rem;margin-bottom:2.5rem}.section-head h2{color:var(--ink);letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;line-height:1.2}.section-head p{margin:0;font-size:1.05rem}.pillars{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;display:grid}.pillar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem 1.35rem}.pillar h3{color:var(--ink);margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.pillar p{margin:0;font-size:.98rem}.pillar-icon{background:var(--accent-soft);width:40px;height:40px;color:var(--accent);border-radius:8px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.pillar-icon svg{width:22px;height:22px}.prose h3{color:var(--ink);margin:2.25rem 0 .75rem;font-size:1.2rem}.prose h3:first-child{margin-top:0}.prose p{margin:0 0 1rem}.prose p:last-child{margin-bottom:0}.features{gap:1.5rem;display:grid}.feature{background:var(--surface-subtle);border-radius:var(--radius);border:1px solid var(--border);grid-template-columns:auto 1fr;gap:1rem 1.25rem;padding:1.5rem;display:grid}.feature-num{background:var(--ink);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.95rem;font-weight:700;display:flex}.feature h3{color:var(--ink);margin:0 0 .35rem;font-size:1.15rem}.feature p{margin:0;font-size:.98rem}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.compare-block{margin-bottom:3rem}.compare-title{color:var(--ink);letter-spacing:-.02em;margin:0 0 .35rem;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700}.compare-sub{max-width:42rem;margin:0 0 1.25rem;font-size:1rem}.compare-scroll{-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);overflow-x:auto}.compare-table{border-collapse:separate;border-spacing:0;width:100%;min-width:640px;font-size:.95rem}.compare-table thead th{vertical-align:bottom;border-bottom:1px solid var(--border);background:var(--surface-subtle);text-align:center;color:var(--ink);padding:1rem .85rem 1.1rem;font-weight:600}.compare-feature-head{z-index:3;min-width:11rem;box-shadow:1px 0 0 var(--border);position:sticky;left:0;text-align:left!important;background:var(--surface-subtle)!important}.compare-plan-head{min-width:7.5rem;position:relative}.compare-plan-head--popular{box-shadow:inset 1px 0 0 var(--border), inset -1px 0 0 var(--border);background:linear-gradient(180deg, #0b5fff1a 0%, var(--surface-subtle) 100%)!important}.compare-popular-badge{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);background:#fff;border:1px solid #0b5fff59;border-radius:999px;margin-bottom:.5rem;padding:.2rem .5rem;font-size:.65rem;font-weight:700;display:inline-block}.compare-plan-name{color:var(--ink);font-size:1.05rem;font-weight:700;display:block}.compare-plan-price{color:var(--ink-muted);margin-top:.25rem;font-size:.88rem;font-weight:500;display:block}.compare-table tbody th,.compare-table tbody td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.85rem .75rem}.compare-table tbody tr:last-child th,.compare-table tbody tr:last-child td{border-bottom:none}.compare-feature{text-align:left;color:var(--ink);z-index:2;background:var(--surface);box-shadow:1px 0 0 var(--border);min-width:11rem;font-weight:600;position:sticky;left:0}.compare-cell{text-align:center;color:var(--ink-muted)}.compare-cell--popular{background:#0b5fff0a;box-shadow:inset 1px 0 #0b5fff1f,inset -1px 0 #0b5fff1f}.compare-text{max-width:12rem;line-height:1.35;display:inline-block}.compare-check{color:#0d7a4f;vertical-align:middle;display:inline-flex}.compare-check svg{width:1.35rem;height:1.35rem;display:block}.compare-dash{color:#9aa5b5;font-size:1.1rem;font-weight:500}.compare-foot{margin:1rem 0 0;font-size:.95rem}.compare-link{font-weight:600;text-decoration:none}.compare-link:hover{text-decoration:underline}.cta{color:#e8eef6;text-align:center;background:linear-gradient(135deg,#0c1e35 0%,#1a3a63 100%);padding:3.5rem 1.5rem}.cta-inner{max-width:40rem;margin:0 auto}.cta h2{color:#fff;margin:0 0 1rem;font-size:clamp(1.5rem,3vw,1.85rem)}.cta p{opacity:.92;margin:0 0 1.75rem}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta .btn-primary{color:var(--ink)}.cta-note{opacity:.85;margin-top:1.25rem;font-size:.95rem}.cta-note a{color:#fff;font-weight:600}.site-footer{border-top:1px solid var(--border);background:var(--surface);padding:2rem 1.5rem}.footer-inner{max-width:var(--max);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;font-size:.9rem;display:flex}.footer-inner strong{color:var(--ink)}.footer-inner a{color:var(--ink);text-underline-offset:2px;font-weight:600;-webkit-text-decoration:underline #0c1e3559;text-decoration:underline #0c1e3559}.footer-inner a:hover{color:var(--accent);text-decoration-color:#0b5fff73}.about-intro{background:var(--surface);border-bottom:1px solid var(--border);padding:3.5rem 1.5rem 2.5rem}.about-intro .section-inner{max-width:44rem}.about-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0 0 .75rem;font-size:.8rem;font-weight:700}.about-intro h2{color:var(--ink);letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(1.65rem,3.2vw,2.25rem);font-weight:700;line-height:1.2}.about-lead{color:var(--ink-muted);margin:0;font-size:1.1rem;line-height:1.65}.about-lead strong{color:var(--ink)}.about-story-wrap{padding-top:3rem;padding-bottom:3rem}.about-story-inner{max-width:var(--max)}.about-subhead{color:var(--ink);letter-spacing:-.02em;margin:0 0 1rem;font-size:1.35rem;font-weight:700}.about-subhead--center{text-align:center;max-width:36rem;margin-left:auto;margin-right:auto}.about-prose p{margin:0 0 1rem;font-size:1.05rem;line-height:1.65}.about-prose p:last-of-type{margin-bottom:0}.about-ldfh-link{margin-top:1.25rem!important;margin-bottom:0!important}.about-ldfh-link a{font-weight:600;text-decoration:none}.about-ldfh-link a:hover{text-decoration:underline}.about-highlights{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;margin:2.5rem 0 0;padding:0;list-style:none;display:grid}.about-highlights li{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin:0;padding:1.25rem 1.15rem}.about-highlights h4{color:var(--ink);margin:0 0 .4rem;font-size:1rem;font-weight:700}.about-highlights p{margin:0;font-size:.95rem;line-height:1.45}.about-mission{padding-top:3rem;padding-bottom:3rem}.about-split{max-width:var(--max);grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem 3rem;margin:0 auto;display:grid}.about-mission-text{margin:0;font-size:1.05rem;line-height:1.65}.about-values{margin:0;padding:0;list-style:none}.about-values li{margin-bottom:.85rem;padding-left:1rem;font-size:1.05rem;line-height:1.55;position:relative}.about-values li:before{content:"";background:var(--accent);border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}.about-values li:last-child{margin-bottom:0}.about-why{text-align:center;padding-top:3rem;padding-bottom:3.5rem}.about-why-intro{max-width:40rem;margin:0 auto 2rem;font-size:1.05rem;line-height:1.6}.about-why-grid{text-align:left;max-width:var(--max);grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;margin:0 auto;padding:0;list-style:none;display:grid}.about-why-grid li{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin:0;padding:1.35rem 1.25rem}.about-why-grid h4{color:var(--ink);margin:0 0 .45rem;font-size:1.05rem;font-weight:700}.about-why-grid p{margin:0;font-size:.98rem;line-height:1.5}.about-cta{margin-top:2rem}@media (width<=720px){.header-inner{flex-direction:column;align-items:flex-start}.nav{justify-content:flex-start;width:100%}.about-split,.feature{grid-template-columns:1fr}.feature-num{justify-self:start}}
