:root,html[data-theme=light]{--navy:#eef2ff;--navy-deep:#f5f8ff;--saffron:#ff6b00;--saffron-soft:#ff8533;--cyan:#0ea5e9;--green:#16a34a;--purple:#7c3aed;--blue:#1d4ed8;--ink:#0b2b6b;--muted:#5b6b8c;--card:#fff;--line:#1d4ed81f;--success:#16a34a;--danger:#ef4444;--radius:16px;--font:"Outfit", "Avenir Next", "Segoe UI", sans-serif;--display:"Plus Jakarta Sans", "Outfit", "Avenir Next", sans-serif;--topbar-bg:#ffffffe6;--nav-panel:#fffffffa;--surface:#fff;--input-bg:#fff;--band-bg:linear-gradient(180deg, #eef2ff, #f5f8ff);--shadow:0 12px 32px #1d4ed814;--shadow-hover:0 18px 40px #ff6b0024;--page-glow-1:#ff6b0029;--page-glow-2:#1d4ed81f;--ease-out:cubic-bezier(.22, 1, .36, 1);--motion-fast:.16s;--motion:.28s;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--navy:#0b1f3a;--navy-deep:#071528;--saffron:#f07a1a;--saffron-soft:#ff9a3c;--cyan:#4ec3e0;--ink:#f5f7fb;--muted:#9fb0c7;--card:#122844;--line:#4ec3e040;--topbar-bg:#071528eb;--nav-panel:#071528fa;--surface:#122844f2;--input-bg:#071528b3;--band-bg:linear-gradient(180deg, #1228448c, #07152833);--shadow:0 16px 32px #00000047;--shadow-hover:0 20px 40px #00000059;--page-glow-1:#f07a1a38;--page-glow-2:#4ec3e024;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}#__nuxt,body,html{background:radial-gradient(1100px 520px at 8% -8%,var(--page-glow-1),transparent 55%),radial-gradient(900px 480px at 100% 0,var(--page-glow-2),transparent 48%),var(--navy-deep);min-width:0;min-height:100%;color:var(--ink);font-family:var(--font);transition:background-color var(--motion) var(--ease-out),color var(--motion) var(--ease-out);margin:0;overflow-x:clip}.display,h1,h2,h3{font-family:var(--display);letter-spacing:-.02em;text-wrap:balance;font-weight:700;line-height:1.15}img,svg,video{max-width:100%;height:auto}a{color:inherit;text-decoration:none}.btn,button{font:inherit;cursor:pointer;border:0}.btn{background:linear-gradient(135deg,var(--saffron),#d9630d);color:#fff;transition:transform var(--motion) var(--ease-out),box-shadow var(--motion) ease,filter var(--motion-fast) ease;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 1.35rem;font-weight:700;display:inline-flex}.btn:hover{filter:brightness(1.03);transform:translateY(-1px);box-shadow:0 10px 22px #f07a1a47}.btn:active{filter:brightness(.98);transform:translateY(0)}.btn-ghost{border:1px solid var(--line);color:var(--ink);background:0 0}.container{width:min(1120px,100% - 2rem);margin-inline:auto}.card{background:linear-gradient(180deg,var(--surface),var(--card));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform var(--motion) var(--ease-out),box-shadow var(--motion) ease,border-color var(--motion-fast) ease;padding:1.25rem}.input,select.input,textarea.input{border:1px solid var(--line);background:var(--input-bg);width:100%;max-width:100%;color:var(--ink);font:inherit;transition:border-color var(--motion-fast) ease,box-shadow var(--motion-fast) ease;border-radius:12px;outline:none;padding:.85rem 1rem}.input:focus,select.input:focus,textarea.input:focus{border-color:var(--cyan);box-shadow:0 0 0 3px #0ea5c61f}.muted{color:var(--muted)}.badge{color:var(--saffron-soft);background:#f07a1a2e;border-radius:999px;align-items:center;padding:.25rem .65rem;font-size:.8rem;font-weight:700;display:inline-flex}@media (width<=640px){.container{width:min(1120px,100% - 1.25rem)}.btn{padding:.8rem 1.1rem}.card{padding:1rem}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes pulseGlow{0%,to{opacity:.4}50%{opacity:.7}}@keyframes shimmer{0%{background-position:0}to{background-position:100%}}@keyframes pageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:1;transition:opacity .55s var(--ease-out),transform .55s var(--ease-out);will-change:opacity,transform;transform:none}@media (prefers-reduced-motion:no-preference){.reveal.js-ready:not(.in){opacity:0;transform:translateY(16px)}.reveal.reveal-left.js-ready:not(.in){transform:translate(-14px,8px)}.reveal.reveal-right.js-ready:not(.in){transform:translate(14px,8px)}.reveal.reveal-scale.js-ready:not(.in){transform:translateY(10px)scale(.98)}.reveal.reveal-fade.js-ready:not(.in){transform:none}}.reveal.in{opacity:1;filter:none;transform:none}.reveal-delay-1{transition-delay:50ms}.reveal-delay-2{transition-delay:.1s}.reveal-delay-3{transition-delay:.15s}.reveal-delay-4{transition-delay:.2s}.reveal-delay-5{transition-delay:.25s}.reveal-stagger>*{opacity:1;transition:opacity .45s var(--ease-out),transform .45s var(--ease-out);will-change:opacity,transform;transform:none}@media (prefers-reduced-motion:no-preference){.reveal-stagger.js-ready:not(.in)>*{opacity:0;transform:translateY(12px)}.reveal-stagger.reveal-stagger-scale.js-ready:not(.in)>*{transform:translateY(8px)scale(.98)}.reveal-stagger.in>:first-child{transition-delay:40ms}.reveal-stagger.in>:nth-child(2){transition-delay:80ms}.reveal-stagger.in>:nth-child(3){transition-delay:.12s}.reveal-stagger.in>:nth-child(4){transition-delay:.16s}.reveal-stagger.in>:nth-child(5){transition-delay:.2s}.reveal-stagger.in>:nth-child(6){transition-delay:.24s}.reveal-stagger.in>:nth-child(7){transition-delay:.28s}.reveal-stagger.in>:nth-child(8){transition-delay:.32s}.reveal-stagger.in>:nth-child(n+9){transition-delay:.36s}}.reveal-stagger.in>*{opacity:1;filter:none;transform:none}@media (prefers-reduced-motion:no-preference){.advisor-card,.info-card,.path-card,.process article,.process-step,.story-card,.why-card{transition:transform var(--motion) var(--ease-out),box-shadow var(--motion) ease,border-color var(--motion-fast) ease,background var(--motion) ease}.advisor-card:hover,.info-card:hover,.path-card:hover,.process article:hover,.process-step:hover,.story-card:hover,.why-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal,.reveal-stagger.in>*,.reveal-stagger>*,.reveal.in{opacity:1!important;filter:none!important;transition:none!important;transform:none!important}main>*{animation:none!important}.advisor-card:hover,.btn:hover,.info-card:hover,.path-card:hover,.process article:hover,.process-step:hover,.story-card:hover,.why-card:hover{transform:none}}html[data-theme=light] .hero{--navy-950:#f5f8ff;--navy-900:#fff;--navy-800:#eef2ff;--navy-700:#dbe4ff;--cream-50:#0b2b6b;--sand-300:#5b6b8c;--gold-300:#ff6b00;--gold-500:#ff6b00;--orange-600:#ff6b00;--blue-accent:#1d4ed8;--green-accent:#16a34a;color:#0b2b6b;background:#f5f8ff}html[data-theme=light] .hero .sky{background:radial-gradient(70% 55% at 88% 12%,#ff6b0033,#0000 55%),radial-gradient(55% 45% at 8% 0,#1d4ed824,#0000 58%),radial-gradient(40% 35% at 55% 80%,#16a34a14,#0000 60%),linear-gradient(#fff,#f5f8ff 45%,#eef2ff)}html[data-theme=light] .hero>.fort-ridge{opacity:.07}html[data-theme=light] .hero-title{color:#0b2b6b}html[data-theme=light] .hero-title-line:nth-child(2){color:#ff6b00}html[data-theme=light] .brand-pill{color:#ff6b00;background:#ff6b001a;border-color:#ff6b0038}html[data-theme=light] .hero-pill,html[data-theme=light] .lang-chip{color:#0b2b6b;background:#fff;border-color:#1d4ed824;box-shadow:0 4px 14px #1d4ed80f}html[data-theme=light] .btn-primary,html[data-theme=light] .enroll-link.btn,html[data-theme=light] .path-cta-solid,html[data-theme=light] a.btn.enroll-link{box-shadow:0 12px 28px #ff6b0047;color:#fff!important;background:linear-gradient(135deg,#ff6b00,#e8590c)!important}html[data-theme=light] .btn-outline{color:#1d4ed8;background:#fff;border-color:#1d4ed840}html[data-theme=light] .band{background:linear-gradient(#eef2ff,#f8faff);border-color:#1d4ed81a}html[data-theme=light] .trust-strip{color:#fff;background:linear-gradient(90deg,#1d4ed8,#1e3a8a);border-color:#0000}html[data-theme=light] .strip-track span,html[data-theme=light] .trust-strip span{color:#fff;background:#ffffff1f;border-color:#fff3}html[data-theme=light] .tools-marquee{background:0 0;border-color:#1d4ed81a}html[data-theme=light] .tools-marquee-track span{color:#5b6b8c;transition:transform var(--motion-fast) var(--ease-out),border-color var(--motion-fast) ease;background:#fff;border-color:#1d4ed81f;box-shadow:0 4px 12px #1d4ed80d}html[data-theme=light] .tools-marquee-track span:hover{color:#ff6b00;border-color:#ff6b0066;transform:translateY(-2px)}html[data-theme=light] .stats-strip{background:linear-gradient(135deg,#1d4ed8,#1e3a8a 55%,#0b2b6b);border-color:#0000;border-radius:20px;width:min(1120px,100% - 2rem);margin:.5rem auto;box-shadow:0 16px 40px #1d4ed840}html[data-theme=light] .stats-item strong{color:#fff}html[data-theme=light] .stats-item span{color:#ffffffc7}html[data-theme=light] .eyebrow,html[data-theme=light] .gold-eyebrow,html[data-theme=light] .path-eyebrow{color:#ff6b00!important}html[data-theme=light] .about-page .belief,html[data-theme=light] .about-page .commit-grid article,html[data-theme=light] .about-page .mentor-cta,html[data-theme=light] .about-page .offer-grid article,html[data-theme=light] .about-page .vm-card,html[data-theme=light] .about-pillars article,html[data-theme=light] .advisor-card,html[data-theme=light] .mentor-page .cta-banner,html[data-theme=light] .mentor-page .focus-grid article,html[data-theme=light] .mentor-page .philosophy,html[data-theme=light] .mentor-page .role-card,html[data-theme=light] .mentor-panel,html[data-theme=light] .path-card,html[data-theme=light] .process article,html[data-theme=light] .process-step,html[data-theme=light] .story-card,html[data-theme=light] .why-card{color:#0b2b6b;box-shadow:var(--shadow);background:#fff;border-color:#1d4ed81a}html[data-theme=light] .path-card{border-top:4px solid #ff6b00}html[data-theme=light] .path-card.accent-orange{background:linear-gradient(#fff7f0,#fff 42%);border-top-color:#ff6b00}html[data-theme=light] .path-card.accent-cyan,html[data-theme=light] .path-card.accent-green{background:linear-gradient(#f0fdf4,#fff 42%);border-top-color:#16a34a}html[data-theme=light] .path-card.accent-pink,html[data-theme=light] .path-card.accent-purple{background:linear-gradient(#f5f3ff,#fff 42%);border-top-color:#7c3aed}html[data-theme=light] .path-card.accent-orange .path-icon{color:#ff6b00;background:#ff6b001f;border-radius:12px;width:2.6rem;height:2.6rem}html[data-theme=light] .path-card.accent-cyan .path-icon,html[data-theme=light] .path-card.accent-green .path-icon{color:#16a34a;background:#16a34a1f;border-radius:12px;width:2.6rem;height:2.6rem}html[data-theme=light] .path-card.accent-pink .path-icon,html[data-theme=light] .path-card.accent-purple .path-icon{color:#7c3aed;background:#7c3aed1f;border-radius:12px;width:2.6rem;height:2.6rem}html[data-theme=light] .path-card.popular{border-color:#ff6b0059;box-shadow:0 16px 36px #ff6b0029}html[data-theme=light] .path-price s,html[data-theme=light] .path-sub{color:#5b6b8c}html[data-theme=light] .path-features li{color:#0b2b6b}html[data-theme=light] .path-cta-ghost{color:#1d4ed8;background:#fff;border-color:#1d4ed838}html[data-theme=light] .why-card .why-icon{border-radius:14px}html[data-theme=light] .why-card .why-icon.orange{color:#ff6b00;background:#ff6b0024}html[data-theme=light] .why-card .why-icon.cyan,html[data-theme=light] .why-card .why-icon.green{color:#16a34a;background:#16a34a24}html[data-theme=light] .why-card .why-icon.blue,html[data-theme=light] .why-card .why-icon.gold{color:#1d4ed8;background:#1d4ed824}html[data-theme=light] .why-card .why-icon.pink,html[data-theme=light] .why-card .why-icon.purple{color:#7c3aed;background:#7c3aed24}html[data-theme=light] .process-step .step-n{color:#fff;background:linear-gradient(135deg,#ff6b00,#1d4ed8)}html[data-theme=light] .about-belief,html[data-theme=light] .about-page .belief,html[data-theme=light] .mentor-page .philosophy{background:linear-gradient(135deg,#ff6b001a,#1d4ed814);border-color:#ff6b0038}html[data-theme=light] .about-belief-quote,html[data-theme=light] .about-page .vm-card h3,html[data-theme=light] .mentor-page .mentor-intro h2,html[data-theme=light] .mentor-quote{color:#ff6b00}html[data-theme=light] .about-page .band-section,html[data-theme=light] .contact-page .band-section,html[data-theme=light] .mentor-page .band-section{background:var(--band-bg)}html[data-theme=light] .about-float-chip,html[data-theme=light] .about-page .float-chip,html[data-theme=light] .contact-page .float-chip,html[data-theme=light] .mentor-page .mentor-chip{background:#fff;border-color:#1d4ed81f}html[data-theme=light] .contact-page .form-panel,html[data-theme=light] .contact-page .form-points li,html[data-theme=light] .contact-page .info-card,html[data-theme=light] .contact-page .legal-band{color:#0b2b6b;box-shadow:var(--shadow);background:#fff;border-color:#1d4ed81a}html[data-theme=light] .contact-page .contact-form{color:#f8fafc;background:linear-gradient(#1d4ed8,#0b2b6b)}html[data-theme=light] .mentor-focus li{color:#5b6b8c;background:#eef2ff;border-color:#1d4ed81f}html[data-theme=light] .advisor-card{color:#f8fafc;background:linear-gradient(#1d4ed8,#0b2b6b);border-color:#ff6b0040}html[data-theme=light] .trust-checks li{color:#0b2b6b}html[data-theme=light] .trust-checks li:before{color:#ff6b00}html[data-theme=light] .field,html[data-theme=light] .input{color:#0b2b6b;background:#fff;border-color:#1d4ed824}html[data-theme=light] .card,html[data-theme=light] .section .card{box-shadow:var(--shadow);background:#fff;border-color:#1d4ed81a}html[data-theme=light] .story-card{background:linear-gradient(#fff7f0,#fff 50%);border-color:#ff6b0026}html[data-theme=light] .accord-item{box-shadow:var(--shadow);background:#fff;border-color:#1d4ed81f}.btn.enroll-link,a.btn.enroll-link{color:#0b1f3a!important;background:linear-gradient(135deg,#ff6b00,#e8590c)!important}html[data-theme=light] .enroll-link.btn,html[data-theme=light] a.btn.enroll-link{color:#fff!important;background:linear-gradient(135deg,#ff6b00,#e8590c)!important}@media (prefers-reduced-motion:no-preference){main>*{animation:pageIn .45s var(--ease-out) both}}.sda-lead{z-index:2147483000;box-sizing:border-box;background:#070f2094;justify-content:center;align-items:center;width:100vw;height:100dvh;padding:16px;display:flex;position:fixed;top:0;left:0}.sda-lead__card{color:#0b1f3a;background:#fff;border-radius:20px;width:100%;max-width:440px;min-height:280px;max-height:90vh;position:relative;overflow:auto;box-shadow:0 24px 64px #07152859}.sda-lead__accent{background:linear-gradient(90deg,#f07a1a,#ffb347 55%,#4ec3e0);height:5px}.sda-lead__close{z-index:2;color:#475569;cursor:pointer;background:#fff;border:1px solid #0b1f3a1f;border-radius:999px;width:36px;height:36px;font-size:22px;line-height:1;position:absolute;top:10px;right:10px}.sda-lead__body{padding:22px 22px 20px}.sda-lead__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#f07a1a;margin:0 0 6px;font-size:11px;font-weight:800}.sda-lead__body h2{font-family:var(--display);color:#0b1f3a;margin:0 0 8px;font-size:1.6rem;line-height:1.25}.sda-lead__sub{color:#64748b;margin:0 0 16px;font-size:.95rem;line-height:1.55}.sda-lead__form{gap:10px;display:grid}.sda-lead__input{box-sizing:border-box;color:#0b1f3a;width:100%;font:inherit;background:#fff;border:1px solid #0b1f3a24;border-radius:12px;padding:12px 14px}.sda-lead__submit{font:inherit;color:#fff;cursor:pointer;background:linear-gradient(135deg,#f07a1a,#d9630d);border:0;border-radius:12px;padding:14px 16px;font-weight:800}.sda-lead__auth{grid-template-columns:1fr 1fr;gap:10px;display:grid}.sda-lead__ghost,.sda-lead__solid{border-radius:12px;justify-content:center;align-items:center;min-height:46px;font-weight:800;text-decoration:none;display:inline-flex}.sda-lead__ghost{color:#0b1f3a;background:#fff;border:1px solid #0b1f3a24}.sda-lead__solid{color:#fff;background:#0b2d52}.sda-lead__or{color:#94a3b8;text-transform:uppercase;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:16px 0 12px;font-size:12px;font-weight:700;display:grid}.sda-lead__or:after,.sda-lead__or:before{content:"";background:#0b1f3a1a;height:1px}.sda-lead__success{text-align:center}.sda-lead__ok{color:#15803d;background:#15803d1f;border-radius:999px;place-items:center;width:48px;height:48px;margin:0 auto 12px;font-size:22px;font-weight:800;display:inline-grid}.sda-lead__msg{color:#15803d;margin:0;font-size:14px}.sda-lead__msg.err{color:#b91c1c}.wa-float[data-v-bf02118f]{z-index:70;color:#fff;background:#25d366;border-radius:999px;place-items:center;width:56px;height:56px;transition:transform .18s,box-shadow .18s;display:grid;position:fixed;bottom:1rem;right:1rem;box-shadow:0 10px 28px #25d36673}.wa-float[data-v-bf02118f]:hover{transform:translateY(-2px)scale(1.04);box-shadow:0 14px 32px #25d3668c}.wa-float svg[data-v-bf02118f]{width:30px;height:30px}@media (width<=640px){.wa-float[data-v-bf02118f]{width:52px;height:52px;bottom:.85rem;right:.85rem}}
