.edu{--ink:#15152b;--paper:#f7f5f1;--white:#fff;--wrapbg:#e8e6e0;--purple:#6c2bd9;--purpledk:#3a2f7a;--lilac:#b48cf2;--rule:#15152b1f;--rule-dk:#ffffff24;--text2:#15152b9e;--text3:#15152b73;--mono:ui-monospace, Menlo, "SF Mono", "Roboto Mono", monospace;--serif:var(--font-source-serif), Georgia, serif;--sans:var(--font-inter), system-ui, sans-serif;--grotesk:var(--font-space-grotesk), "Space Grotesk", sans-serif;font-family:var(--sans);color:var(--ink);background:var(--wrapbg);line-height:1.6;overflow-x:hidden}.edu *,.edu :before,.edu :after{box-sizing:border-box}@keyframes edu-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.edu-nav{z-index:100;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--rule);background:#ffffffdb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px clamp(20px,5vw,32px);display:flex;position:fixed;top:0;left:0;right:0}.edu-nav-logo{width:auto;height:45px;display:block}.edu-nav-links{flex-wrap:wrap;align-items:center;gap:clamp(14px,3vw,28px);display:flex}.edu-nav-link{color:var(--text2);font-size:14px;font-weight:500;text-decoration:none;transition:color .15s}.edu-nav-link:hover{color:var(--ink)}.edu-nav-link--muted{color:var(--text3);font-size:13px}.edu-nav-cta{color:#fff;background:var(--purple);border-radius:8px;padding:9px 20px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s}.edu-nav-cta:hover{background:var(--purpledk)}.edu-shell{max-width:1120px;margin:0 auto}.edu-section{padding:clamp(70px,10vw,130px) clamp(20px,5vw,32px)}.edu-section--paper{background:var(--paper)}.edu-section--white{background:var(--white)}.edu-section--ink{background:var(--ink);position:relative;overflow:hidden}.edu-eyebrow{font-family:var(--mono);letter-spacing:.15em;text-transform:uppercase;color:var(--purple);margin-bottom:20px;font-size:12px;font-weight:500}.edu-eyebrow--light{color:var(--lilac)}.edu-h2{font-family:var(--serif);margin:0 0 20px;font-size:clamp(28px,4.2vw,48px);font-weight:500;line-height:1.15}.edu-h2--light{color:#fff}.edu-em{color:var(--purple);font-style:italic}.edu-em--light{color:var(--lilac);font-style:italic}.edu-lede{color:var(--text2);margin:0;font-size:17px;line-height:1.6}.edu-lede-dk{color:#ffffff8c;margin:0;font-size:17px;line-height:1.6}.edu-relz{z-index:1;position:relative}.edu-hero{background:var(--paper);align-items:center;min-height:100vh;padding:clamp(120px,16vw,150px) clamp(20px,5vw,32px) 90px;display:flex;position:relative;overflow:hidden}.edu-hero-glow{pointer-events:none;background:radial-gradient(circle,#6c2bd924 0%,#0000 70%);border-radius:50%;width:460px;height:460px;position:absolute;top:-12%;right:-8%}.edu-hero-inner{z-index:2;width:100%;max-width:900px;margin:0 auto;position:relative}.edu-hero-eyebrow{font-family:var(--mono);letter-spacing:.15em;text-transform:uppercase;color:var(--purple);align-items:center;gap:10px;margin-bottom:32px;font-size:12px;font-weight:500;display:inline-flex}.edu-hero-eyebrow .bar{background:var(--purple);width:24px;height:1px}.edu-hero h1{font-family:var(--serif);color:var(--ink);letter-spacing:-.01em;margin:0 0 28px;font-size:clamp(36px,5.6vw,68px);font-weight:500;line-height:1.1}.edu-hero-sub{color:var(--text2);max-width:580px;margin:0 0 40px;font-size:clamp(17px,1.9vw,19px);line-height:1.65}.edu-hero-actions{flex-wrap:wrap;gap:14px;margin-bottom:48px;display:flex}.edu-btn{border-radius:9px;align-items:center;gap:8px;padding:15px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:background .14s,border-color .14s;display:inline-flex}.edu-btn--dark{color:#fff;background:var(--ink)}.edu-btn--dark:hover{background:var(--purpledk)}.edu-btn--ghost{color:var(--ink);border:1px solid var(--rule);background:0 0}.edu-btn--ghost:hover{border-color:#15152b59}.edu-hero-stats{border-top:1px solid var(--rule);flex-wrap:wrap;gap:0;padding-top:28px;display:flex}.edu-hero-stat{border-right:1px solid var(--rule);margin-right:28px;padding-right:28px}.edu-hero-stat:last-child{border-right:none;margin-right:0;padding-right:0}.edu-hero-stat .num{font-family:var(--grotesk);color:var(--purple);margin-bottom:6px;font-size:26px;font-weight:700;line-height:1}.edu-hero-stat:nth-child(2n) .num{color:var(--ink)}.edu-hero-stat .lbl{font-family:var(--mono);color:var(--text3);font-size:12px}.edu-marquee{background:var(--ink);white-space:nowrap;padding:20px 0;overflow:hidden}.edu-marquee-track{animation:38s linear infinite edu-marquee;display:inline-flex}.edu-marquee-item{font-family:var(--serif);color:#fff;align-items:center;gap:8px;margin:0 30px;font-size:15px;font-weight:600;display:inline-flex}.edu-marquee-item .dot{color:#ffffff4d;font-weight:400}.edu-marquee-item .note{font-family:var(--mono);color:#fff6;letter-spacing:.03em;text-transform:uppercase;font-size:11px;font-weight:400}.edu-why-head{max-width:680px;margin-bottom:56px}.edu-why-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.edu-why-card{background:var(--paper);border:1px solid var(--rule);border-radius:14px;padding:32px 28px;transition:transform .16s,border-color .16s}.edu-why-card:hover{border-color:#6c2bd959;transform:translateY(-4px)}.edu-why-card .step{font-family:var(--mono);color:var(--purpledk);letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px;font-size:12px;font-weight:500}.edu-why-card h3{font-family:var(--serif);color:var(--ink);margin:0 0 11px;font-size:21px;font-weight:600}.edu-why-card p{color:var(--text2);margin:0;font-size:15px;line-height:1.6}.edu-path-head{max-width:640px;margin-bottom:64px}.edu-path-grid{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.edu-path-step{border-top:3px solid var(--purple);padding-top:26px}.edu-path-step:nth-child(2n){border-top-color:var(--purpledk)}.edu-path-step .num{font-family:var(--grotesk);color:var(--rule);margin-bottom:14px;font-size:40px;font-weight:700;line-height:1}.edu-path-step h3{font-family:var(--serif);color:var(--ink);margin:0 0 9px;font-size:19px;font-weight:600}.edu-path-step p{color:var(--text2);margin:0;font-size:14px;line-height:1.6}.edu-features-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.edu-feature{background:var(--white);border:1px solid var(--rule);border-radius:14px;padding:28px 24px}.edu-feature .k{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--purple);margin-bottom:12px;font-size:11px}.edu-feature h3{font-family:var(--serif);color:var(--ink);margin:0 0 10px;font-size:18px;font-weight:600}.edu-feature p{color:var(--text2);margin:0;font-size:14px;line-height:1.6}.edu-quote{text-align:center;max-width:820px;margin:0 auto}.edu-quote blockquote{font-family:var(--serif);color:#fff;margin:0 0 28px;font-size:clamp(24px,3.4vw,36px);font-style:italic;line-height:1.35}.edu-quote cite{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:#ffffff73;font-size:12px;font-style:normal}.edu-faq-head{text-align:center;margin-bottom:48px}.edu-faq-head h2{font-family:var(--serif);margin:0;font-size:clamp(26px,3.4vw,38px);font-weight:500}.edu-faq-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px;max-width:980px;margin:0 auto;display:grid}.edu-faq-item{background:var(--white);border:1px solid var(--rule);border-radius:12px;overflow:hidden}.edu-faq-item summary{color:var(--ink);cursor:pointer;justify-content:space-between;gap:12px;padding:18px 20px;font-size:15px;font-weight:600;list-style:none;display:flex}.edu-faq-item summary::-webkit-details-marker{display:none}.edu-faq-plus{color:var(--purple);flex-shrink:0;font-size:18px;transition:transform .18s}.edu-faq-item[open] .edu-faq-plus{transform:rotate(45deg)}.edu-faq-answer{color:var(--text2);padding:0 20px 18px;font-size:14px;line-height:1.7}.edu-cta{background:var(--ink);text-align:center;padding:clamp(80px,12vw,130px) clamp(20px,5vw,32px);position:relative;overflow:hidden}.edu-cta-glow{pointer-events:none;background:radial-gradient(55% 60% at 50% 45%,#6c2bd93d 0%,#0000 68%);position:absolute;inset:0}.edu-cta-inner{z-index:1;max-width:640px;margin:0 auto;position:relative}.edu-cta h2{font-family:var(--serif);color:#fff;margin:0 0 18px;font-size:clamp(30px,4.5vw,48px);font-weight:500;line-height:1.15}.edu-cta p{color:#ffffff85;margin:0 0 36px;font-size:17px}.edu-cta-btn{color:#fff;background:var(--purple);border-radius:9px;align-items:center;padding:15px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.edu-cta-btn:hover{background:var(--purpledk)}.edu-footer{background:var(--ink);padding:60px clamp(20px,5vw,32px) 32px}.edu-footer-grid{grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}.edu-footer-logo{width:auto;height:28px;margin-bottom:14px;display:block}.edu-footer-tag{font-family:var(--serif);color:#fff6;max-width:280px;margin-bottom:16px;font-size:14px;font-style:italic}.edu-footer-mail{color:var(--lilac);font-size:13px;text-decoration:none}.edu-footer h4{letter-spacing:.08em;text-transform:uppercase;color:#ffffff4d;margin:0 0 16px;font-size:11px;font-weight:700}.edu-footer ul{flex-direction:column;gap:11px;margin:0;padding:0;list-style:none;display:flex}.edu-footer-link{color:#ffffff80;font-size:14px;text-decoration:none}.edu-footer-link:hover{color:#fff}.edu-footer-bottom{border-top:1px solid var(--rule-dk);flex-wrap:wrap;justify-content:space-between;gap:10px;padding-top:24px;display:flex}.edu-footer-copy{color:#ffffff47;font-size:12px}.edu-footer-made{font-family:var(--serif);color:#ffffff52;font-size:12px;font-style:italic}.edu-footer-made span{color:var(--lilac)}@media (max-width:900px){.edu-why-grid,.edu-features-grid{grid-template-columns:1fr}.edu-path-grid{grid-template-columns:repeat(2,1fr)}.edu-footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:620px){.edu-path-grid,.edu-footer-grid{grid-template-columns:1fr}.edu-hero-stat{margin-right:18px;padding-right:18px}}
