.theme-selector,body,html{position:relative}.theme-selector{flex:0 0 auto}.theme-trigger{display:grid;width:44px;height:44px;padding:0;place-items:center;border:1px solid var(--border);border-radius:50%;background:var(--surface-soft);color:var(--text);font:inherit;font-size:1.15rem;cursor:pointer;transition:var(--transition)}.theme-trigger:hover,.theme-trigger[aria-expanded=true]{border-color:var(--primary);background:var(--primary-light);transform:translateY(-1px)}.theme-trigger-label{display:none}.theme-menu{position:absolute;top:calc(100% + .75rem);left:0;right:auto;z-index:10000;width:280px;max-height:min(78vh,680px);overflow-y:auto;padding:.5rem;border:1px solid var(--border);border-radius:16px;background:var(--surface-solid);box-shadow:var(--shadow-hover);animation:mobile-menu-reveal .18s ease-out}.theme-option{display:grid;grid-template-columns:24px 1fr 20px;gap:.65rem;align-items:center;width:100%;min-height:44px;padding:.65rem .75rem;border:0;border-radius:10px;background:transparent;color:var(--text);font:inherit;font-weight:600;text-align:left;cursor:pointer}.theme-option.active,.theme-option:hover{background:var(--surface-soft)}.theme-option.active{color:var(--primary)}.theme-check{text-align:right}.theme-color-section{margin-top:.35rem;padding-top:.35rem;border-top:1px solid var(--border)}.theme-color-toggle{font-weight:700}.theme-color-arrow{color:var(--text-light);text-align:right}.theme-color-options{display:grid;gap:.3rem;padding:.35rem .2rem .15rem}.theme-color-option{display:grid;grid-template-columns:24px 1fr 20px;align-items:center;gap:.65rem;width:100%;min-height:42px;padding:.55rem .65rem;color:var(--text);font:inherit;font-size:.88rem;font-weight:600;text-align:left;background:transparent;border:0;border-radius:10px;cursor:pointer}.theme-color-option.active,.theme-color-option:hover{background:var(--surface-soft)}.theme-color-option.active{color:var(--primary)}.theme-color-swatch{width:22px;height:22px;opacity:1!important;background-image:none!important;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px rgba(38,42,50,.35),0 2px 5px rgba(38,42,50,.18);filter:none!important;mix-blend-mode:normal}.theme-color-options .theme-color-option:first-child .theme-color-swatch{background-color:#e63956!important}.theme-color-options .theme-color-option:nth-child(2) .theme-color-swatch{background-color:#ff725e!important}.theme-color-options .theme-color-option:nth-child(3) .theme-color-swatch{background-color:#ff7a1a!important}.theme-color-options .theme-color-option:nth-child(4) .theme-color-swatch{background-color:#ffd400!important}.theme-color-options .theme-color-option:nth-child(5) .theme-color-swatch{background-color:#f2b705!important}.theme-color-options .theme-color-option:nth-child(6) .theme-color-swatch{background-color:#f1d58a!important}.theme-color-options .theme-color-option:nth-child(7) .theme-color-swatch{background-color:#a8d600!important}.theme-color-options .theme-color-option:nth-child(8) .theme-color-swatch{background-color:#1fb968!important}.theme-color-options .theme-color-option:nth-child(9) .theme-color-swatch{background-color:#42d6a4!important}.theme-color-options .theme-color-option:nth-child(10) .theme-color-swatch{background-color:#20c9c3!important}.theme-color-options .theme-color-option:nth-child(11) .theme-color-swatch{background-color:#38bdf8!important}.theme-color-options .theme-color-option:nth-child(12) .theme-color-swatch{background-color:#6f9fc4!important}.theme-color-options .theme-color-option:nth-child(13) .theme-color-swatch{background-color:#9b5de5!important}.theme-color-options .theme-color-option:nth-child(14) .theme-color-swatch{background-color:#c77dff!important}.theme-color-options .theme-color-option:nth-child(15) .theme-color-swatch{background-color:#ff8fc4!important}.theme-color-options .theme-color-option:nth-child(16) .theme-color-swatch{background-color:#f72585!important}.theme-color-options .theme-color-option:nth-child(17) .theme-color-swatch{background-color:#a97155!important}.theme-color-options .theme-color-option:nth-child(18) .theme-color-swatch{background-color:#aeb4bf!important}.theme-color-option:focus-visible,.theme-option:focus-visible{outline:3px solid var(--focus);outline-offset:2px}:root{--background:#f1ede5;--surface:rgba(232,237,240,.96);--surface-solid:#e8edf0;--surface-soft:#dfe6ea;--primary:#587484;--primary-hover:#496473;--primary-light:#d6e1e7;--accent:#496473;--secondary:#d3dde2;--secondary-hover:#c5d2d9;--text:#28343b;--text-light:#56666f;--border:#c5cfd4;--focus:#345f73;--shadow:0 10px 28px rgba(40,52,59,.09);--shadow-hover:0 14px 30px rgba(40,52,59,.13);--radius:18px;--transition:0.2s ease}html[data-theme=dark]{--background:#172027;--surface:rgba(39,52,61,.96);--surface-solid:#27343d;--surface-soft:#303f49;--primary:#9ab8c8;--primary-hover:#b4cbd7;--primary-light:#344955;--accent:#b4cbd7;--secondary:#3a4a54;--secondary-hover:#475a65;--text:#f3f5f6;--text-light:#d2dce1;--border:#61737d;--focus:#c5e8fa;--shadow:0 10px 28px rgba(0,0,0,.3);--shadow-hover:0 14px 30px rgba(0,0,0,.4)}html[data-theme=contrast]{--background:#fff;--surface:#fff;--surface-solid:#fff;--surface-soft:#fff;--primary:#003d73;--primary-hover:#00294d;--primary-light:#d9efff;--accent:#003d73;--secondary:#fff;--secondary-hover:#ffeb3b;--text:#000;--text-light:#000;--border:#000;--focus:#d40000;--shadow:0 0 0 2px #000;--shadow-hover:0 0 0 4px #000}html[data-theme=chic]{--background:#fff6fb;--surface:rgba(255,250,253,.97);--surface-solid:#fffafd;--surface-soft:#f9e3f1;--primary:#a44a7b;--primary-hover:#873a66;--primary-light:#f2cce2;--accent:#8d3f6c;--secondary:#efd4e4;--secondary-hover:#e7bdd5;--text:#4d3142;--text-light:#78596a;--border:#e7b9d2;--focus:#6e2754;--shadow:0 10px 28px rgba(125,56,95,.12);--shadow-hover:0 14px 30px rgba(125,56,95,.18)}html[data-theme=chic] .theme-trigger{background:linear-gradient(135deg,#fff1f8,#f0e5ff);border-color:#d99abb}html[data-theme=chic] .theme-option.active{color:#8d3f6c;background:#fdebf5}html[data-theme=red]{--background:#fff6f6;--surface:hsla(0,100%,99%,.97);--surface-solid:#fffbfb;--surface-soft:#f9dede;--primary:#b3262e;--primary-hover:#8e1d24;--primary-light:#efb9bd;--accent:#9d2028;--secondary:#f2cbce;--secondary-hover:#e9b2b6;--text:#452e30;--text-light:#76575a;--border:#e3a8ad;--focus:#71151c;--shadow:0 10px 28px rgba(179,38,46,.11);--shadow-hover:0 14px 30px rgba(179,38,46,.17)}html[data-theme=coral]{--background:#fff7f5;--surface:rgba(255,252,251,.97);--surface-solid:#fffcfb;--surface-soft:#fbe0dc;--primary:#ad463d;--primary-hover:#89362f;--primary-light:#f1beb8;--accent:#973d35;--secondary:#f5cec9;--secondary-hover:#ebb5ae;--text:#46312f;--text-light:#765a57;--border:#e5aaa3;--focus:#6d2924;--shadow:0 10px 28px rgba(173,70,61,.11);--shadow-hover:0 14px 30px rgba(173,70,61,.17)}html[data-theme=pink]{--background:#fff7fb;--surface:rgba(255,251,253,.97);--surface-solid:#fffbfd;--surface-soft:#f9deec;--primary:#b23c72;--primary-hover:#8e2e5a;--primary-light:#efbbd3;--accent:#9c3464;--secondary:#f3cade;--secondary-hover:#eab1cd;--text:#472f3b;--text-light:#765766;--border:#e3a6c3;--focus:#702047;--shadow:0 10px 28px rgba(178,60,114,.11);--shadow-hover:0 14px 30px rgba(178,60,114,.17)}html[data-theme=fuchsia]{--background:#fff5fb;--surface:rgba(255,250,253,.97);--surface-solid:#fffafd;--surface-soft:#fbe0ef;--primary:#c21875;--primary-hover:#9e125f;--primary-light:#f5bfdc;--accent:#a81466;--secondary:#f2cee1;--secondary-hover:#eab4d0;--text:#482b3b;--text-light:#765469;--border:#e9accb;--focus:#78104a;--shadow:0 10px 28px rgba(139,28,85,.12);--shadow-hover:0 14px 30px rgba(139,28,85,.18)}html[data-theme=sky-blue]{--background:#f3fbff;--surface:rgba(249,253,255,.97);--surface-solid:#f9fdff;--surface-soft:#dff3ff;--primary:#2b74a5;--primary-hover:#215c84;--primary-light:#bee4f8;--accent:#24658f;--secondary:#d2edf9;--secondary-hover:#b9e1f3;--text:#253b48;--text-light:#536d7c;--border:#acd6ea;--focus:#17567e;--shadow:0 10px 28px rgba(37,108,157,.11);--shadow-hover:0 14px 30px rgba(37,108,157,.17)}html[data-theme=navy-blue]{--background:#101c2e;--surface:rgba(25,42,65,.97);--surface-solid:#192a41;--surface-soft:#223957;--primary:#9bc7ff;--primary-hover:#b7d7ff;--primary-light:#29496f;--accent:#c0dcff;--secondary:#2c4565;--secondary-hover:#395778;--text:#f4f8ff;--text-light:#cad7e6;--border:#557293;--focus:#d7e9ff;--shadow:0 10px 28px rgba(0,0,0,.3);--shadow-hover:0 14px 30px rgba(0,0,0,.4)}html[data-theme=green]{--background:#f5fbf6;--surface:rgba(250,254,250,.97);--surface-solid:#fafffa;--surface-soft:#deefe2;--primary:#2f7a4b;--primary-hover:#245f3a;--primary-light:#bfe0c9;--accent:#286a41;--secondary:#d1e8d7;--secondary-hover:#b9dcc3;--text:#293d31;--text-light:#587062;--border:#afd2b9;--focus:#174f2d;--shadow:0 10px 28px rgba(47,122,75,.11);--shadow-hover:0 14px 30px rgba(47,122,75,.17)}html[data-theme=mint]{--background:#f3fcf9;--surface:rgba(249,255,253,.97);--surface-solid:#f9fffd;--surface-soft:#d9f2ea;--primary:#287a67;--primary-hover:#1e5f50;--primary-light:#b9e3d7;--accent:#226b5b;--secondary:#cdebe2;--secondary-hover:#b2dfd2;--text:#293d38;--text-light:#58716a;--border:#a8d5c8;--focus:#164e41;--shadow:0 10px 28px rgba(40,122,103,.11);--shadow-hover:0 14px 30px rgba(40,122,103,.17)}html[data-theme=lime]{--background:#fafced;--surface:rgba(253,255,246,.97);--surface-solid:#fdfff6;--surface-soft:#edf4c7;--primary:#647a00;--primary-hover:#4d5f00;--primary-light:#dce9a1;--accent:#566900;--secondary:#e5edbd;--secondary-hover:#d5e199;--text:#383d24;--text-light:#676e4d;--border:#ccd991;--focus:#3d4d00;--shadow:0 10px 28px rgba(100,122,0,.11);--shadow-hover:0 14px 30px rgba(100,122,0,.17)}html[data-theme=brown]{--background:#faf6f2;--surface:hsla(30,75%,98%,.97);--surface-solid:#fefbf8;--surface-soft:#eee0d5;--primary:#79523a;--primary-hover:#5f3f2c;--primary-light:#dbc2b1;--accent:#684732;--secondary:#e5d3c6;--secondary-hover:#d8bdab;--text:#41352e;--text-light:#706159;--border:#cfb5a3;--focus:#4f321f;--shadow:0 10px 28px rgba(121,82,58,.11);--shadow-hover:0 14px 30px rgba(121,82,58,.17)}html[data-theme=grayscale]{--background:#f5f5f5;--surface:hsla(0,0%,99%,.97);--surface-solid:#fcfcfc;--surface-soft:#e7e7e8;--primary:#4b4b52;--primary-hover:#343439;--primary-light:#d2d2d5;--accent:#3e3e44;--secondary:#dddddf;--secondary-hover:#c9c9cc;--text:#29292d;--text-light:#626268;--border:#bfc0c4;--focus:#111113;--shadow:0 10px 28px rgba(35,35,39,.1);--shadow-hover:0 14px 30px rgba(35,35,39,.16)}html[data-theme=orange]{--background:#fff8f2;--surface:rgba(255,252,249,.97);--surface-solid:#fffcf9;--surface-soft:#fbe2d0;--primary:#b84f12;--primary-hover:#913d0c;--primary-light:#f3c6a7;--accent:#9d430f;--secondary:#f5d4bd;--secondary-hover:#edbd9d;--text:#453329;--text-light:#765f52;--border:#e5b595;--focus:#743006;--shadow:0 10px 28px rgba(184,79,18,.11);--shadow-hover:0 14px 30px rgba(184,79,18,.17)}html[data-theme=yellow]{--background:#fffdf2;--surface:rgba(255,254,249,.97);--surface-solid:#fffef9;--surface-soft:#f8efbd;--primary:#786000;--primary-hover:#5d4a00;--primary-light:#eadb8c;--accent:#685300;--secondary:#f2e5a7;--secondary-hover:#e6d482;--text:#403a27;--text-light:#70694f;--border:#dccb76;--focus:#4d3d00;--shadow:0 10px 28px rgba(120,96,0,.1);--shadow-hover:0 14px 30px rgba(120,96,0,.16)}html[data-theme=purple]{--background:#faf6ff;--surface:rgba(253,250,255,.97);--surface-solid:#fdfaff;--surface-soft:#eadff5;--primary:#7040a0;--primary-hover:#58317f;--primary-light:#d8c0eb;--accent:#61378b;--secondary:#e1d1ee;--secondary-hover:#cfb8e2;--text:#3b3044;--text-light:#695a75;--border:#c8afe0;--focus:#47246d;--shadow:0 10px 28px rgba(112,64,160,.11);--shadow-hover:0 14px 30px rgba(112,64,160,.17)}html[data-theme=lilac]{--background:#fbf8ff;--surface:rgba(254,252,255,.97);--surface-solid:#fefcff;--surface-soft:#eee4fb;--primary:#6f4d98;--primary-hover:#573a79;--primary-light:#dac7ee;--accent:#604186;--secondary:#e4d5f3;--secondary-hover:#d2bce8;--text:#3d3347;--text-light:#6d5f79;--border:#cab3df;--focus:#472c68;--shadow:0 10px 28px rgba(111,77,152,.11);--shadow-hover:0 14px 30px rgba(111,77,152,.17)}html[data-theme=teal]{--background:#f2fbfb;--surface:rgba(249,255,255,.97);--surface-solid:#f9ffff;--surface-soft:#d6f0ef;--primary:#197a78;--primary-hover:#125f5d;--primary-light:#aee0dd;--accent:#156b69;--secondary:#c7e9e7;--secondary-hover:#a9ddda;--text:#273e3e;--text-light:#557171;--border:#9fd3d0;--focus:#0d4f4d;--shadow:0 10px 28px rgba(25,122,120,.11);--shadow-hover:0 14px 30px rgba(25,122,120,.17)}html[data-theme=golden]{--background:#fffaf0;--surface:rgba(255,253,248,.97);--surface-solid:#fffdf8;--surface-soft:#f4e5bc;--primary:#8a6500;--primary-hover:#6b4e00;--primary-light:#e5cf8d;--accent:#765600;--secondary:#ecdba8;--secondary-hover:#dfc987;--text:#403829;--text-light:#70654f;--border:#d5bd78;--focus:#563f00;--shadow:0 10px 28px rgba(138,101,0,.11);--shadow-hover:0 14px 30px rgba(138,101,0,.17)}html[data-theme=brown] .theme-trigger,html[data-theme=coral] .theme-trigger,html[data-theme=fuchsia] .theme-trigger,html[data-theme=golden] .theme-trigger,html[data-theme=grayscale] .theme-trigger,html[data-theme=green] .theme-trigger,html[data-theme=lilac] .theme-trigger,html[data-theme=lime] .theme-trigger,html[data-theme=mint] .theme-trigger,html[data-theme=navy-blue] .theme-trigger,html[data-theme=orange] .theme-trigger,html[data-theme=pink] .theme-trigger,html[data-theme=purple] .theme-trigger,html[data-theme=red] .theme-trigger,html[data-theme=sky-blue] .theme-trigger,html[data-theme=teal] .theme-trigger,html[data-theme=yellow] .theme-trigger{background:var(--primary-light);border-color:var(--primary)}.global-theme-area{position:relative;height:0}@media (max-width:1400px){.global-theme-area{height:62px;display:flex;align-items:center;justify-content:center}.global-theme-area .global-theme-controls{position:static;transform:none}}.global-theme-controls{transform:translateY(-50%);position:absolute;top:2.7rem;right:1rem;z-index:9999;display:flex;align-items:center;gap:.4rem;padding:.3rem;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);backdrop-filter:blur(12px)}.nav-right .global-theme-controls{margin-left:1rem}.theme-button{width:44px;padding:.5rem;justify-content:center;border-radius:10px;font-family:inherit}.theme-button:hover{transform:translateY(-2px)}.theme-button:focus-visible{outline:3px solid var(--focus);outline-offset:3px}@media (max-width:600px){.global-theme-controls{top:.5rem;right:.5rem;left:.5rem;justify-content:center}.theme-button{flex:1;max-width:120px;padding:.5rem;font-size:.78rem}}html[data-theme=normal] .theme-button.active{background:#fff;color:var(--text);border-color:var(--primary);box-shadow:0 0 0 2px var(--primary)}*{margin:0;padding:0;box-sizing:border-box}button,input,select,textarea{font:inherit}html{scroll-behavior:smooth;font-size:16px}body{background:var(--background);color:var(--text);line-height:1.6}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--focus);outline-offset:4px}.container{width:min(1100px,calc(100% - 2rem));margin:0 auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.section{padding:4rem 0}.section-soft{background:color-mix(in srgb,var(--surface-soft) 55%,var(--background));border-top:1px solid color-mix(in srgb,var(--border) 70%,transparent);border-bottom:1px solid color-mix(in srgb,var(--border) 70%,transparent)}html[data-theme=contrast] .section-soft{background:var(--background);border-color:var(--border)}.section-header{max-width:700px;margin:0 auto 3rem;text-align:center}.section-eyebrow{color:var(--accent);font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.section-title{font-size:clamp(2.5rem,5vw,4rem);line-height:1.15;text-wrap:balance}.section-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:5rem;align-items:center}.section-content{display:flex;flex-direction:column;gap:1.5rem}.section-content p{max-width:68ch;font-size:1.15rem;line-height:1.9;color:var(--text-light)}.photo-placeholder{aspect-ratio:4/5;display:flex;justify-content:center;align-items:center;background:var(--surface-soft);color:var(--text-light)}.photo-placeholder,.quote-card{border:1px solid var(--border);border-radius:28px}.quote-card{margin-top:5rem;padding:3rem;background:var(--surface-solid);text-align:center}.quote-card h3{font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.5;font-weight:700}.quote-card span{color:var(--primary)}.landing-header{width:min(1600px,calc(100% - 2rem));margin:1.5rem auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem}.landing-header .navbar{width:100%;margin:0}.landing-header .global-theme-controls{position:static}@media (max-width:1450px){.landing-header{grid-template-columns:1fr}.landing-header .global-theme-controls{grid-row:1;justify-self:center}}@media (max-width:600px){.landing-header{width:calc(100% - 1rem);margin:.5rem auto 1rem;gap:.5rem}}.navbar{position:fixed;top:0;right:0;left:0;z-index:9000;width:min(1100px,calc(100% - 2rem));margin:1.5rem auto;padding:1rem 2rem;justify-content:space-between;background:color-mix(in srgb,var(--surface-solid) 88%,transparent);border:1px solid var(--border);border-radius:999px;backdrop-filter:blur(18px) saturate(140%);box-shadow:0 12px 30px rgba(40,52,59,.08)}.logo,.navbar{display:flex;align-items:center}.logo{justify-content:center;gap:1.25rem;font-size:1.35rem;font-weight:700;line-height:1}.logo img{display:block;width:60px;height:60px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.nav-links{display:flex;gap:2.5rem}.nav-links a{position:relative;min-height:44px;display:flex;align-items:center;text-decoration:none;color:var(--text);font-weight:600;transition:color var(--transition)}.nav-links a:after{content:"";position:absolute;right:0;bottom:4px;left:0;height:2px;background:var(--primary);border-radius:999px;transform:scaleX(0);transform-origin:center;transition:transform var(--transition)}.nav-links a.active,.nav-links a:hover{color:var(--primary)}.nav-links a.active:after,.nav-links a:focus-visible:after,.nav-links a:hover:after{transform:scaleX(1)}.nav-right{display:flex;align-items:center;gap:1.5rem}.accessibility-controls{display:flex;gap:.5rem}.theme-button{min-height:44px;padding:.55rem .75rem;display:flex;align-items:center;gap:.4rem;background:var(--surface-soft);color:var(--text);border:1px solid var(--border);border-radius:12px;font-size:.85rem;font-weight:700;cursor:pointer;transition:background-color var(--transition),color var(--transition),border-color var(--transition),transform var(--transition)}.theme-button:hover{background:var(--secondary-hover);transform:translateY(-1px)}.theme-button.active{background:var(--primary);color:#fff;border-color:var(--primary)}html[data-theme=contrast] .theme-button.active{background:#000;color:#fff;border-color:#000}html[data-theme=contrast] *,html[data-theme=contrast] :after,html[data-theme=contrast] :before{text-shadow:none!important}html[data-theme=contrast] .feature-card,html[data-theme=contrast] .navbar,html[data-theme=contrast] .photo-placeholder,html[data-theme=contrast] .quote-card{border-width:2px}.marketing-page{--background:#0c1220;--surface:rgba(19,27,44,.92);--surface-solid:#131b2c;--surface-soft:#17213a;--primary:#4a86dd;--primary-hover:#6b9be4;--primary-light:#1c2b46;--accent:#f0975a;--secondary:#1c2942;--secondary-hover:#24314f;--text:#f5f7fa;--text-light:#a9b4c7;--border:hsla(0,0%,100%,.14);--focus:#ffd08a;--shadow:0 10px 28px rgba(0,0,0,.45);--shadow-hover:0 14px 34px rgba(0,0,0,.55);background:var(--background);color:var(--text)}.landing-intro{display:flow-root;padding-top:116px;background:linear-gradient(135deg,color-mix(in srgb,var(--surface-soft) 90%,var(--background)) 0,color-mix(in srgb,var(--primary-light) 75%,var(--background)) 50%,color-mix(in srgb,var(--surface-soft) 90%,var(--background)) 100%)}main section[id]{scroll-margin-top:130px}@media (max-width:1400px){.navbar{top:62px}.landing-intro{padding-top:116px}main section[id]{scroll-margin-top:190px}}.home{display:flex;justify-content:center;align-items:center;padding:2.5rem 2rem 1.5rem;background:transparent}html[data-theme=contrast] .landing-intro{background:var(--background)}.hero{width:100%;max-width:760px;text-align:center}.hero h1{color:var(--text);font-size:clamp(3.25rem,7vw,4.6rem);line-height:1.05;margin-bottom:.6rem}.hero-highlight,.hero-slogan{color:var(--primary)}.hero-slogan{font-size:clamp(1.2rem,2vw,1.4rem);line-height:1.5;font-weight:700;margin-bottom:1.75rem}.hero p{max-width:58ch;margin:0 auto 2.5rem;font-size:1.2rem;line-height:1.75;color:var(--text-light)}.hero-buttons{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:1.25rem}.primary-button,.secondary-button{width:300px;min-height:76px;padding:1rem 1.5rem;border:1px solid transparent;border-radius:var(--radius);cursor:pointer;text-decoration:none;transition:background-color var(--transition),border-color var(--transition),box-shadow var(--transition),transform var(--transition);display:flex;flex-direction:column;gap:.35rem;align-items:center;justify-content:center}.primary-button{background:var(--primary);color:#f7f8f9;box-shadow:0 10px 24px color-mix(in srgb,var(--primary) 28%,transparent)}.primary-button:hover{background:var(--primary-hover);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.secondary-button{background:transparent;color:var(--text);border-color:var(--primary)}.secondary-button:hover{background:var(--primary-light);box-shadow:var(--shadow);transform:translateY(-2px)}.primary-button:active,.secondary-button:active{transform:translateY(0)}.button-title{font-size:1.35rem;font-weight:700;line-height:1.2}.button-subtitle{font-size:1rem;line-height:1.3;opacity:.9}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:var(--surface-solid);border:1px solid var(--border);border-radius:24px;padding:2rem;box-shadow:0 6px 20px rgba(40,52,59,.06);transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition)}.feature-card:hover{border-color:#aebcc4;box-shadow:var(--shadow-hover);transform:translateY(-4px)}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature-card h3{margin-bottom:.8rem}.feature-card p{color:var(--text-light);line-height:1.8}.hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:3.5rem;align-items:center;width:100%;max-width:1180px;margin:0 auto;text-align:left}.hero-grid .hero{max-width:none;text-align:left}.hero-grid .hero p,.hero-grid .hero-slogan{margin-left:0}.hero-grid .hero-buttons{justify-content:flex-start}.hero-visual{display:flex;flex-direction:column;gap:1.25rem}.hero-checks{display:flex;flex-wrap:wrap;gap:.6rem 1.5rem;margin:1.75rem 0 0;padding:0;list-style:none;color:var(--text-light);font-weight:600}.hero-checks li{display:flex;align-items:center;gap:.5rem}.hero-checks li:before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--primary-light);color:var(--primary);font-size:.8rem;font-weight:800}.learning-outcomes{border-top:1px dashed var(--border);margin-top:3.5rem;padding:2.5rem 2rem 0}.learning-outcomes-grid{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.learning-outcome h3{margin-bottom:.5rem;font-size:1.05rem}.learning-outcome p{margin:0;color:var(--text-light);font-size:.95rem;line-height:1.6}.accessibility-band{background:color-mix(in srgb,var(--surface-soft) 55%,var(--background));border-top:1px solid color-mix(in srgb,var(--border) 70%,transparent);border-bottom:1px solid color-mix(in srgb,var(--border) 70%,transparent)}.accessibility-band .section-grid{align-items:center}.accessibility-band .section-content p{max-width:60ch}.accessibility-badges{display:flex;flex-wrap:wrap;gap:.75rem;margin:0;padding:0;list-style:none}.accessibility-badges li{padding:.75rem 1.1rem;border:1px solid var(--border);border-radius:12px;background:var(--surface-solid);color:var(--text);font-weight:600;font-size:.95rem}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;align-items:stretch}.pricing-card{display:flex;flex-direction:column;gap:.4rem;position:relative;padding:1.75rem 1.5rem;border:1px solid var(--border);border-radius:20px;background:var(--surface-solid);transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition)}.pricing-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.pricing-card-featured{border-color:var(--primary);box-shadow:var(--shadow)}.pricing-card-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);padding:.3rem .9rem;border-radius:999px;background:var(--accent);color:#22150a;font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.pricing-card-name{font-weight:700;font-size:1.05rem}.pricing-card-price{margin:.25rem 0;font-size:2rem;font-weight:800;line-height:1}.pricing-card-price span{font-size:.95rem;font-weight:600;color:var(--text-light)}.pricing-card-detail{margin:0 0 1rem;color:var(--text-light);font-size:.9rem;line-height:1.5;flex-grow:1}.pricing-card .primary-button,.pricing-card .secondary-button{width:100%;min-height:52px;padding:.75rem 1rem}.pricing-card .button-title{font-size:1rem}.waitlist-card{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:1.5rem;padding:1.75rem 2rem;border:1px dashed var(--border);border-radius:20px;background:var(--surface-solid)}.waitlist-card-text{max-width:46ch}.waitlist-card-badge{display:inline-block;margin-bottom:.5rem;padding:.25rem .7rem;border-radius:999px;background:var(--secondary);color:var(--text-light);font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.waitlist-card-text h3{margin:0 0 .4rem;font-size:1.15rem}.waitlist-card-text p{margin:0;color:var(--text-light);font-size:.95rem;line-height:1.6}.waitlist-form{display:flex;gap:.6rem;flex-wrap:wrap}.waitlist-form input{min-width:220px;min-height:48px;padding:.6rem 1rem;border:1px solid var(--border);border-radius:12px;background:var(--background);color:var(--text);font:inherit}.waitlist-form input:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.waitlist-form button{min-height:48px;padding:.6rem 1.4rem;border:0;border-radius:12px;background:var(--accent);color:#22150a;font:inherit;font-weight:700;cursor:pointer;transition:filter var(--transition),transform var(--transition)}.waitlist-form button:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.waitlist-form button:disabled{opacity:.7;cursor:not-allowed}.waitlist-status{width:100%;margin:0;font-size:.9rem;color:var(--text-light)}.final-cta{text-align:center;border-top:1px dashed var(--border)}.final-cta .section-title{margin-bottom:.75rem}.final-cta p{max-width:52ch;margin:0 auto 2rem;color:var(--text-light);font-size:1.1rem}.final-cta .hero-buttons{justify-content:center}.faq-section{scroll-margin-top:2rem;background:color-mix(in srgb,var(--surface-soft) 55%,var(--background));border-top:1px solid color-mix(in srgb,var(--border) 70%,transparent);border-bottom:1px solid color-mix(in srgb,var(--border) 70%,transparent)}html[data-theme=contrast] .faq-section{background:var(--background);border-color:var(--border)}.faq-intro{max-width:58ch;margin:1.25rem auto 0;color:var(--text-light);font-size:1.1rem;line-height:1.8}.faq-list{width:min(820px,100%);margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{overflow:hidden;background:var(--surface-solid);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 6px 20px rgba(40,52,59,.06);transition:border-color var(--transition),box-shadow var(--transition)}.faq-item-open,.faq-item:hover{border-color:var(--primary);box-shadow:var(--shadow)}.faq-question{width:100%;border:0;background:transparent;text-align:left;min-height:72px;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;color:var(--text);font-size:1.1rem;font-weight:700;line-height:1.5;cursor:pointer;list-style:none}.faq-question:focus-visible{outline:3px solid var(--focus);outline-offset:-4px;border-radius:var(--radius)}.faq-icon{width:34px;height:34px;flex-shrink:0;display:grid;place-items:center;background:var(--primary-light);color:var(--primary);border-radius:50%;font-size:1.5rem;font-weight:700;line-height:1;transition:transform var(--transition),background-color var(--transition),color var(--transition)}.faq-item-open .faq-icon{background:var(--primary);color:#fff}.faq-answer-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.faq-item-open .faq-answer-wrapper{grid-template-rows:1fr}.faq-answer{min-height:0;overflow:hidden;padding:0 1.5rem;transition:padding-bottom .28s ease}.faq-item-open .faq-answer{padding-bottom:1.5rem}.faq-answer p{max-width:68ch;color:var(--text-light);font-size:1.05rem;line-height:1.85}html[data-theme=contrast] .faq-item{border-width:2px}html[data-theme=contrast] .faq-question:focus-visible{outline-offset:-6px}@media (max-width:600px){.faq-intro,.faq-question{font-size:1rem}.faq-question{min-height:64px;padding:1rem 1.1rem;gap:1rem}.faq-answer{padding:0 1.1rem}.faq-item-open .faq-answer{padding-bottom:1.25rem}.faq-answer p{font-size:1rem;line-height:1.75}.faq-icon{width:30px;height:30px;font-size:1.3rem}}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:56px;height:56px;background:var(--primary);color:#f7f8f9;border:1px solid var(--primary-hover);border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;line-height:1;cursor:pointer;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity var(--transition),visibility var(--transition),transform var(--transition),background-color var(--transition);z-index:1000}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{background:var(--primary-hover)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (max-width:900px){.home{padding:1.25rem 1.25rem 1.5rem}.hero h1{font-size:clamp(3rem,8vw,3.5rem)}.section{padding:5rem 0}.section-grid{gap:3rem}.features-grid,.section-grid{grid-template-columns:1fr}.photo-placeholder{max-width:420px;margin:auto}.hero-grid{grid-template-columns:1fr;gap:2.5rem}.hero-grid,.hero-grid .hero,.hero-grid .hero p,.hero-grid .hero-slogan{text-align:center}.hero-grid .hero-buttons,.hero-grid .hero-checks{justify-content:center}.learning-outcomes-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}.waitlist-card{justify-content:center;text-align:center}.waitlist-card-text{max-width:100%}.waitlist-form{justify-content:center;width:100%}}@media (max-width:768px){.hero-buttons{flex-direction:column;align-items:center}.primary-button,.secondary-button{width:100%;max-width:320px}.hero{padding:.5rem}.hero h1{font-size:clamp(2.75rem,11vw,3.5rem)}.hero-slogan{font-size:1.2rem}.hero p{font-size:1.1rem}.quote-card{padding:2rem 1.25rem}.learning-outcomes-grid,.pricing-grid{grid-template-columns:1fr}}.nav-logo{width:56px;height:56px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.nav-brand{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.nav-brand span{white-space:nowrap}.complete-profile-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 1.25rem 3rem;background:var(--background);color:var(--text);font-family:var(--font-lexend),"Lexend",sans-serif;transition:background-color var(--transition),color var(--transition)}.complete-profile-card{width:100%;max-width:620px;padding:2.5rem;background:var(--surface-solid);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);transition:background-color var(--transition),border-color var(--transition)}.complete-profile-header{margin-bottom:2rem;text-align:center}.complete-profile-eyebrow{margin:0 0 .75rem;color:var(--accent);font-size:.8rem;font-weight:700;letter-spacing:.12em}.complete-profile-header h1{margin:0;color:var(--text);font-size:clamp(2rem,5vw,2.75rem);line-height:1.1}.complete-profile-header>p:last-child{max-width:480px;margin:1rem auto 0;color:var(--text-light);line-height:1.65}.complete-profile-form{display:flex;flex-direction:column;gap:1.25rem}.profile-field{display:flex;flex-direction:column;gap:.5rem}.profile-field label{color:var(--text);font-size:.95rem;font-weight:600}.profile-field input,.profile-field select{width:100%;min-height:52px;padding:.8rem 1rem;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:12px;outline:none;font:inherit;color-scheme:light;transition:background-color var(--transition),color var(--transition),border-color var(--transition),box-shadow var(--transition)}html[data-theme=dark] .profile-field input,html[data-theme=dark] .profile-field select{color-scheme:dark}.profile-field input::-moz-placeholder{color:var(--text-light);opacity:.75}.profile-field input::placeholder{color:var(--text-light);opacity:.75}.profile-field input:focus,.profile-field select:focus{border-color:var(--focus);box-shadow:0 0 0 3px color-mix(in srgb,var(--focus) 25%,transparent)}.profile-field select{cursor:pointer}.profile-field select option{color:var(--text);background:var(--surface-solid)}.profile-field-help{margin:0;color:var(--text-light);font-size:.8rem;line-height:1.5}.profile-message{margin:0;padding:.9rem 1rem;border-radius:10px;font-size:.9rem;line-height:1.5}.profile-message-error{color:#8f2f2f;background:#fff0f0;border:1px solid #efc3c3}.profile-message-success{color:#23613f;background:#edf8f1;border:1px solid #baddc6}html[data-theme=dark] .profile-message-error{color:#ffd6d6;background:#4c2525;border-color:#d88989}html[data-theme=dark] .profile-message-success{color:#d5f5df;background:#214332;border-color:#71b58a}html[data-theme=contrast] .profile-message-error,html[data-theme=contrast] .profile-message-success{color:#000;background:#fff;border:3px solid #000}.complete-profile-button{width:100%;min-height:52px;margin-top:.25rem;padding:.85rem 1.25rem;color:#fff;background:var(--primary);border:1px solid var(--primary);border-radius:12px;font:inherit;font-weight:700;cursor:pointer;transition:background-color var(--transition),border-color var(--transition),transform var(--transition)}.complete-profile-button:hover:not(:disabled){background:var(--primary-hover);border-color:var(--primary-hover);transform:translateY(-1px)}.complete-profile-button:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.complete-profile-button:disabled{cursor:not-allowed;opacity:.65}.profile-loading{margin:0;color:var(--text);text-align:center}html[data-theme=contrast] .complete-profile-card{border-width:3px}html[data-theme=contrast] .profile-field input,html[data-theme=contrast] .profile-field select{border-width:2px}html[data-theme=contrast] .complete-profile-button{color:#fff;background:#000;border:3px solid #000}html[data-theme=contrast] .complete-profile-button:hover:not(:disabled){color:#000;background:#ffeb3b}@media (max-width:600px){.complete-profile-page{align-items:flex-start;padding:7rem 1rem 2rem}.complete-profile-card{padding:1.75rem 1.25rem;border-radius:18px}.complete-profile-header{margin-bottom:1.5rem}}.reset-password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.25rem;background:#f8f5ef;font-family:var(--font-lexend),"Lexend",sans-serif}.reset-password-card{width:100%;max-width:520px;padding:2.5rem;background:#fff;border:1px solid rgba(31,50,43,.12);border-radius:24px;box-shadow:0 18px 50px rgba(31,50,43,.1)}.reset-password-header{margin-bottom:2rem;text-align:center}.reset-password-eyebrow{margin:0 0 .75rem;color:#b56f45;font-size:.8rem;font-weight:700;letter-spacing:.12em}.reset-password-header h1{margin:0;color:#1f322b;font-size:clamp(2rem,5vw,2.75rem);line-height:1.1}.reset-password-header>p:last-child{margin:1rem auto 0;color:#66716c;line-height:1.65}.reset-password-form{display:flex;flex-direction:column;gap:1.25rem}.reset-password-field{display:flex;flex-direction:column;gap:.5rem}.reset-password-field label{color:#1f322b;font-size:.95rem;font-weight:600}.reset-password-input-wrapper{position:relative}.reset-password-input-wrapper input{width:100%;min-height:52px;padding:.8rem 5rem .8rem 1rem;color:#1f322b;background:#fff;border:1px solid #cfd6d2;border-radius:12px;outline:none;font:inherit;transition:border-color .2s ease,box-shadow .2s ease}.reset-password-input-wrapper input::-moz-placeholder{color:#929b97}.reset-password-input-wrapper input::placeholder{color:#929b97}.reset-password-input-wrapper input:focus{border-color:#b56f45;box-shadow:0 0 0 3px rgba(181,111,69,.14)}.reset-password-input-wrapper input:disabled{cursor:not-allowed;background:#f3f3f3}.reset-password-toggle{position:absolute;top:50%;right:1rem;padding:0;color:#496473;background:transparent;border:none;font:inherit;font-size:.85rem;font-weight:700;cursor:pointer;transform:translateY(-50%)}.reset-password-toggle:hover:not(:disabled){color:#b56f45}.reset-password-toggle:disabled{cursor:not-allowed;opacity:.55}.reset-password-message{margin:0;padding:.9rem 1rem;border-radius:10px;font-size:.9rem;line-height:1.5}.reset-password-message-error{color:#8f2f2f;background:#fff0f0;border:1px solid #efc3c3}.reset-password-message-success{color:#23613f;background:#edf8f1;border:1px solid #baddc6}.reset-password-submit{width:100%;min-height:52px;margin-top:.25rem;padding:.85rem 1.25rem;color:#fff;background:#1f322b;border:none;border-radius:12px;font:inherit;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease}.reset-password-submit:hover:not(:disabled){background:#b56f45;transform:translateY(-1px)}.reset-password-submit:disabled{cursor:not-allowed;opacity:.65}.reset-password-loading{margin:0;color:#1f322b;text-align:center}@media (max-width:600px){.reset-password-page{align-items:flex-start;padding:1.5rem 1rem}.reset-password-card{padding:1.75rem 1.25rem;border-radius:18px}.reset-password-header{margin-bottom:1.5rem}}.nav-auth{display:flex;align-items:center;gap:.75rem}.nav-login-button,.nav-register-button{padding:.75rem 1rem;border-radius:var(--radius);font-weight:700;text-decoration:none;white-space:nowrap;transition:var(--transition)}.nav-login-button{border:1px solid var(--primary);color:var(--primary);background:transparent}.nav-login-button:hover{background:var(--primary-light)}.nav-register-button{border:1px solid var(--primary);color:#fff;background:var(--primary)}.nav-register-button:hover{border-color:var(--primary-hover);background:var(--primary-hover);transform:translateY(-1px)}@media (max-width:768px){.nav-auth{width:100%;justify-content:center}.nav-login-button,.nav-register-button{flex:1;text-align:center}}.nav-brand,.nav-brand:visited{color:var(--text);font-size:1.25rem;font-weight:800;text-decoration:none}.nav-header{display:contents}.nav-menu-button{display:none}@media (max-width:1200px){.navbar{display:block;width:calc(100% - 2rem);top:62px;margin:.5rem auto 1rem;padding:1rem;border-radius:24px;box-sizing:border-box}.landing-intro{padding-top:96px}main section[id]{scroll-margin-top:170px}.nav-header{display:flex;align-items:center;justify-content:space-between;width:100%;min-width:0}.nav-brand{min-width:0}.nav-menu-button{display:grid;flex:0 0 44px;width:44px;height:44px;margin-left:.75rem;padding:0;place-items:center;border:1px solid var(--border);border-radius:12px;background:var(--surface-solid);color:var(--text);font-family:inherit;font-size:1.65rem;line-height:1;cursor:pointer}.nav-menu-button:hover{background:var(--surface-soft)}.nav-right{display:none;width:100%;padding-top:1rem}.nav-right.nav-right-open{display:flex;flex-direction:column;align-items:stretch;gap:1.25rem;animation:mobile-menu-reveal .18s ease-out}.nav-links{display:flex;flex-direction:column;width:100%;gap:0}.nav-links a{width:100%;padding:.9rem .75rem;border-bottom:1px solid var(--border);border-radius:10px;box-sizing:border-box;text-align:left}.nav-links a:after{display:none}.nav-links a.active,.nav-links a:focus-visible,.nav-links a:hover{background:var(--surface-soft)}.nav-auth{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:.75rem}.nav-login-button,.nav-register-button{width:100%;box-sizing:border-box;text-align:center}}@keyframes mobile-menu-reveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.navbar{width:calc(100% - 1.5rem);margin:.75rem auto;padding:.75rem}.nav-brand{gap:.5rem;font-size:1rem}.nav-brand span{overflow:hidden;text-overflow:ellipsis}.nav-logo{width:44px;height:44px}.nav-menu-button{flex-basis:42px;width:42px;height:42px}.nav-auth{grid-template-columns:1fr}}.scroll-reveal{opacity:1;transform:none;transition:none;will-change:auto}body.reveal-armed .scroll-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease var(--reveal-delay,0ms),transform .7s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms);will-change:opacity,transform}body.reveal-armed .scroll-reveal.is-visible{opacity:1;transform:translateY(0)}.navbar{width:min(1280px,calc(100% - 2rem))}.nav-right{gap:1rem}.nav-links{gap:1.75rem}@media (max-width:1400px){.navbar{top:0}main section[id]{scroll-margin-top:130px}}@media (max-width:1200px){.navbar{width:calc(100% - 2rem)}}.scroll-progress-track{position:fixed;top:0;right:0;left:0;z-index:11000;height:3px;pointer-events:none}.scroll-progress-bar{width:100%;height:100%;background:var(--primary);box-shadow:0 0 8px color-mix(in srgb,var(--primary) 55%,transparent);transform:scaleX(0);transform-origin:left center;transition:transform 80ms linear}@media (prefers-reduced-motion:reduce){.scroll-progress-bar{transition:none}}.features-carousel-wrapper{position:relative}.features-carousel{display:flex;gap:1.5rem;overflow-x:auto;padding:2rem max(calc((100% - 380px) / 2),1rem);scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain}.features-carousel::-webkit-scrollbar{display:none}.carousel-card{flex:0 0 380px;min-height:430px;scroll-snap-align:center;cursor:pointer;opacity:.58;scale:.9;transition:opacity .3s ease,scale .3s ease,box-shadow .3s ease,border-color .3s ease}.carousel-card-active{z-index:2;opacity:1;scale:1;border-color:var(--primary);box-shadow:var(--shadow-hover)}.carousel-arrow{position:absolute;top:50%;z-index:4;display:grid;width:48px;height:48px;padding:0;place-items:center;color:#fff;background:var(--primary);border:0;border-radius:50%;box-shadow:var(--shadow);font-size:1.25rem;cursor:pointer;transform:translateY(-50%);transition:var(--transition)}.carousel-arrow:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-50%) scale(1.06)}.carousel-arrow:disabled{opacity:.3;cursor:not-allowed}.carousel-arrow-left{left:-.5rem}.carousel-arrow-right{right:-.5rem}.carousel-dots{display:flex;justify-content:center;gap:.55rem;margin-top:.5rem}.carousel-dots button{width:10px;height:10px;padding:0;border:0;border-radius:999px;background:var(--border);cursor:pointer;transition:var(--transition)}.carousel-dots button.active{width:28px;background:var(--primary)}@media (max-width:600px){.features-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:78vw;grid-template-columns:none;gap:.75rem;overflow-x:auto;padding:1.5rem calc((100% - 78vw) / 2)}.carousel-card{width:auto;min-width:0;min-height:0;padding:1.75rem;scale:.94}.carousel-card h3{font-size:1.15rem;line-height:1.4}.carousel-card p{font-size:.98rem;line-height:1.65}.carousel-arrow{display:none}}@media (prefers-reduced-motion:reduce){.features-carousel{scroll-behavior:auto}.carousel-card,.faq-answer,.faq-answer-wrapper{transition:none}}.Footer_siteFooter__Vl8zc{width:100%;margin-top:0;color:var(--text);background:linear-gradient(145deg,var(--surface-solid),color-mix(in srgb,var(--surface-soft) 65%,var(--surface-solid)));border-top:3px solid var(--primary);transition:color var(--transition),background-color var(--transition),border-color var(--transition)}.Footer_footerContainer__0wviV{display:grid;grid-template-columns:minmax(0,.8fr) minmax(460px,1.2fr);gap:5rem;width:min(1180px,calc(100% - 3rem));margin:0 auto;padding:4.5rem 0}.Footer_footerBrand__ZSmlv,.Footer_footerContact__ES03Z{min-width:0}.Footer_footerBrand__ZSmlv{max-width:480px}.Footer_footerLogo__p3v4Y{margin:0 0 .9rem;color:var(--text);font-size:1.75rem;font-weight:800;letter-spacing:-.02em;transition:color var(--transition)}.Footer_footerDescription__6tIar{max-width:42ch;margin:0;color:var(--text-light);font-size:1.02rem;line-height:1.75;transition:color var(--transition)}.Footer_footerTitle__AliIm{margin:0 0 1.25rem;color:var(--accent);font-size:1.15rem;font-weight:800;transition:color var(--transition)}.Footer_footerEmailList__9i9r_{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:0;padding:0;list-style:none}.Footer_footerEmailList__9i9r_ li{display:flex;flex-direction:column;gap:.35rem;min-width:0;padding:1rem 1.1rem;background:color-mix(in srgb,var(--surface-soft) 72%,transparent);border:1px solid var(--border);border-radius:14px}.Footer_footerEmailList__9i9r_ span{color:var(--text-light);font-size:.85rem;font-weight:700;transition:color var(--transition)}.Footer_footerEmailList__9i9r_ a,.Footer_footerLegalLinks__84xAh a{width:-moz-fit-content;width:fit-content;max-width:100%;color:var(--primary);font-size:.95rem;font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;overflow-wrap:anywhere;transition:color var(--transition)}.Footer_footerEmailList__9i9r_ a:hover,.Footer_footerLegalLinks__84xAh a:hover{color:var(--primary-hover)}.Footer_footerEmailList__9i9r_ a:focus-visible,.Footer_footerLegalLinks__84xAh a:focus-visible,.Footer_footerSocial__AOYcH a:focus-visible{outline:3px solid var(--focus);outline-offset:4px;border-radius:4px}.Footer_footerLegal__9lmXF,.Footer_footerSocial__AOYcH{margin-top:2rem}.Footer_footerLegal__9lmXF .Footer_footerTitle__AliIm,.Footer_footerSocial__AOYcH .Footer_footerTitle__AliIm{margin-bottom:.75rem}.Footer_footerSocial__AOYcH a{display:inline-flex;align-items:center;gap:.55rem;width:-moz-fit-content;width:fit-content;color:var(--primary);font-size:.98rem;font-weight:700;text-decoration:none;transition:color var(--transition),transform var(--transition)}.Footer_footerSocial__AOYcH a:hover{color:var(--primary-hover);transform:translateY(-2px)}.Footer_footerLegalLinks__84xAh{display:flex;flex-wrap:wrap;gap:.65rem 1.25rem;margin:0;padding:0;list-style:none}.Footer_footerBottom__KjW7F{padding:1.4rem 1rem;background-color:color-mix(in srgb,var(--surface-soft) 80%,var(--surface-solid));border-top:1px solid var(--border);text-align:center;transition:background-color var(--transition),border-color var(--transition)}.Footer_footerBottom__KjW7F p{margin:0;color:var(--text-light);font-size:.9rem;line-height:1.6;transition:color var(--transition)}html[data-theme=contrast] .Footer_footerBottom__KjW7F,html[data-theme=contrast] .Footer_footerEmailList__9i9r_ li,html[data-theme=contrast] .Footer_siteFooter__Vl8zc{border-color:#000}html[data-theme=contrast] .Footer_footerEmailList__9i9r_ a,html[data-theme=contrast] .Footer_footerLegalLinks__84xAh a,html[data-theme=contrast] .Footer_footerSocial__AOYcH a{color:#003d73;text-decoration-thickness:2px}@media (max-width:900px){.Footer_footerContainer__0wviV{grid-template-columns:1fr;gap:3rem;padding:3.5rem 0}.Footer_footerBrand__ZSmlv{max-width:620px}}@media (max-width:600px){.Footer_footerContainer__0wviV{width:min(100% - 2rem,1180px);padding:3rem 0}.Footer_footerEmailList__9i9r_{grid-template-columns:1fr}.Footer_footerEmailList__9i9r_ li{padding:.95rem 1rem}.Footer_footerBottom__KjW7F p{font-size:.84rem}}.StudentNavbar_navbar__UaRKm{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:22px 6%;background:var(--surface);border-bottom:1px solid var(--border)}.StudentNavbar_logo__sWA_q{color:var(--text);font-size:1.25rem;font-weight:700;text-decoration:none}.StudentNavbar_navigation__FzVqS{display:flex;align-items:center;gap:24px}.StudentNavbar_activeLink__obfND,.StudentNavbar_navLink__2_xMN{color:var(--text-light);font-size:.95rem;font-weight:600;text-decoration:none}.StudentNavbar_activeLink__obfND{color:var(--text)}.StudentNavbar_logoutButton__K_TMP{padding:10px 16px;color:var(--text-light);font:inherit;font-size:.9rem;font-weight:600;background:transparent;border:1px solid var(--border);border-radius:999px;cursor:pointer;transition:var(--transition)}.StudentNavbar_logoutButton__K_TMP:focus-visible,.StudentNavbar_logoutButton__K_TMP:hover:not(:disabled){color:var(--text);border-color:var(--primary)}.StudentNavbar_logoutButton__K_TMP:disabled{cursor:not-allowed;opacity:.65}.StudentNavbar_activeLink__obfND:focus-visible,.StudentNavbar_logo__sWA_q:focus-visible,.StudentNavbar_logoutButton__K_TMP:focus-visible,.StudentNavbar_navLink__2_xMN:focus-visible{outline:3px solid var(--primary-light);outline-offset:3px}@media (max-width:800px){.StudentNavbar_navbar__UaRKm{align-items:flex-start;flex-direction:column}.StudentNavbar_navigation__FzVqS{width:100%;flex-wrap:wrap;gap:16px}}@font-face{font-family:__Lexend_807fd0;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/630e0b819503bca7-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Lexend_807fd0;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6eed223b32d97b82-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Lexend_807fd0;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/793968fa3513f5d6-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Lexend_807fd0;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/630e0b819503bca7-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Lexend_807fd0;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6eed223b32d97b82-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Lexend_807fd0;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/793968fa3513f5d6-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Lexend_807fd0;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/630e0b819503bca7-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Lexend_807fd0;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6eed223b32d97b82-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Lexend_807fd0;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/793968fa3513f5d6-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Lexend_807fd0;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/630e0b819503bca7-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Lexend_807fd0;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6eed223b32d97b82-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Lexend_807fd0;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/793968fa3513f5d6-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Lexend_807fd0;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/630e0b819503bca7-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Lexend_807fd0;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6eed223b32d97b82-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Lexend_807fd0;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/793968fa3513f5d6-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Lexend_807fd0;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/630e0b819503bca7-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Lexend_807fd0;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/6eed223b32d97b82-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Lexend_807fd0;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/793968fa3513f5d6-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Lexend_Fallback_807fd0;src:local("Arial");ascent-override:90.45%;descent-override:22.61%;line-gap-override:0.00%;size-adjust:110.56%}.__className_807fd0{font-family:__Lexend_807fd0,__Lexend_Fallback_807fd0;font-style:normal}