:root{--aubergine:#4A2E57;--deep:#2E1A38;--clay:#C26D52;--moss:#A7B66B;--sand:#E9D8BF;--ink:#1F1C24;--soft-purple:#F5F0F7;--soft-green:#F2F5E7;--border:rgba(74,46,87,.14);--shadow-soft:0 8px 24px rgba(46,26,56,.07);--serif:"Source Serif 4",Georgia,serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}section[id]{scroll-margin-top:96px}.shell{width:min(calc(100% - (var(--gutter) * 2)),var(--grid));margin:0 auto}.site-header{height:82px;background:rgba(255,255,255,.98);box-shadow:0 6px 24px rgba(31,28,36,.08);position:sticky;top:0;z-index:100}.header-inner{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:26px}.brand img{width:278px;height:auto}.nav{display:flex;align-items:center;gap:32px;font-size:14px;color:rgba(31,28,36,.82);white-space:nowrap}.nav a{padding:10px 2px;border-bottom:2px solid transparent}.nav a.active,.nav a:hover{color:var(--aubergine);border-bottom-color:var(--clay)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px;font-size:14px}.header-signin{font-weight:500}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:13px 22px;border-radius:10px;border:1px solid transparent;font-weight:700;font-size:14px;transition:transform .18s ease,box-shadow .18s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(46,26,56,.1)}.btn-primary{background:var(--aubergine);color:#fff}.btn-secondary{background:#fff;color:var(--aubergine);border-color:rgba(74,46,87,.24)}.mobile-menu,.mobile-toggle{display:none}.eyebrow{display:inline-block;color:var(--clay);font-size:12px;line-height:18px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}h1,h2,h3,p{margin-top:0}.section-title{margin:0;color:var(--deep);font-size:var(--t-h2);line-height:var(--t-h2-lh);letter-spacing:-.03em;font-weight:var(--w-head)}.section-sub{margin:16px 0 0;max-width:760px;color:rgba(31,28,36,.74);font-size:18px;line-height:28px}.voice{font-family:var(--font-source-serif),Georgia,serif;font-style:italic;font-weight:600;color:var(--aubergine)}.hero{overflow:hidden;background:#fff}.hero,.hero .shell{position:relative;min-height:640px}.hero .shell{display:flex;align-items:center}.hero-copy{width:43%;position:relative;z-index:5;padding:64px 0 72px}.hero h1{margin:0;color:var(--deep);font-size:var(--t-h1);line-height:var(--t-h1-lh);letter-spacing:-.04em;font-weight:var(--w-head);max-width:690px}.hero p{margin:24px 0 0;max-width:620px;color:rgba(31,28,36,.76);font-size:20px;line-height:30px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.hero-note{margin-top:18px;color:rgba(31,28,36,.58);font-size:13px;line-height:20px}.hero-art{z-index:1;right:calc((var(--gutter) * -1));top:0;width:min(64vw,1160px);overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.25) 12%,#000 31%);mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.25) 12%,#000 31%)}.hero-art,.hero-art .campus{position:absolute;height:100%}.hero-art .campus{inset:0;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.25),transparent 24%,transparent);pointer-events:none}.hero-screen{position:absolute;z-index:3;left:27%;top:14%;width:67%;background:#fff;border-radius:18px;border:1px solid rgba(74,46,87,.14);padding:10px;box-shadow:0 28px 55px rgba(46,26,56,.18)}.hero-screen img{border-radius:10px;width:100%;height:auto}.hero-caption{position:absolute;z-index:4;right:8%;bottom:8%;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid rgba(74,46,87,.12);box-shadow:var(--shadow-soft);color:var(--aubergine);font-size:12px;font-weight:700}.jump-wrap{padding:20px 0 0}.jump{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;background:#fff;border:1px solid var(--border);border-radius:16px;padding:12px 14px;box-shadow:var(--shadow-soft)}.jump a{padding:8px 12px;border-radius:999px;color:var(--aubergine);font-size:13px;font-weight:700;border:1px solid rgba(74,46,87,.16)}.jump a:hover{border-color:var(--clay);color:var(--clay)}.proof{padding:78px 0 80px}.proof-head{text-align:center;max-width:830px;margin:0 auto 42px}.proof-head p{margin:16px auto 0;max-width:720px;color:rgba(31,28,36,.74);font-size:18px;line-height:28px}.counts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.count-card{min-height:168px;padding:22px 20px;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:var(--shadow-soft)}.count-icon{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;margin-bottom:14px;color:#fff;font-size:25px;font-weight:700}.count-card:nth-child(3n+1) .count-icon{background:var(--aubergine)}.count-card:nth-child(3n+2) .count-icon{background:var(--clay)}.count-card:nth-child(3n+3) .count-icon{background:#688F6D}.count-card b{display:block;color:var(--deep);font-size:16px;line-height:22px;margin-bottom:6px}.count-card span{color:rgba(31,28,36,.64);font-size:13px;line-height:19px}.counts-micro{text-align:center;margin:24px 0 0;color:var(--aubergine);font-size:15px;font-weight:700}.band-title{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;margin-bottom:34px}.band-title span{padding:8px 12px;border-radius:999px;background:var(--aubergine);color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.band-title h2{font-size:34px;line-height:40px;color:var(--deep);margin:0;font-weight:800;letter-spacing:-.025em}.band-title p{margin:0;color:rgba(31,28,36,.64);font-size:16px;line-height:24px}.gap-section{padding:78px 0;background:#fff;border-top:1px solid rgba(74,46,87,.08)}.gap-grid{display:grid;grid-template-columns:minmax(0,46fr) minmax(0,54fr);gap:60px;align-items:center}.gap-copy h3{margin:0;color:var(--deep);font-size:36px;line-height:42px;font-weight:800;letter-spacing:-.028em}.gap-copy .voice{display:block;margin-top:14px;font-size:22px;line-height:31px}.do-line{margin-top:24px;padding:16px 18px;border-radius:13px;border:1px solid rgba(74,46,87,.12);border-left:4px solid var(--moss);color:rgba(31,28,36,.76);font-size:15px;line-height:23px;background:#fff;box-shadow:var(--shadow-soft)}.do-line b{color:var(--aubergine)}.gap-visual{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.signal-card{padding:24px 20px;border-radius:18px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow-soft)}.signal-card img{width:70px;height:70px;margin-bottom:16px}.signal-card h4{margin:0;color:var(--deep);font-size:18px;line-height:23px}.signal-card p{margin:8px 0 0;color:rgba(31,28,36,.64);font-size:14px;line-height:21px}.material{padding:80px 0;background:#fff}.material .band-title{margin-bottom:8px}.module{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding:58px 0;border-top:1px solid rgba(74,46,87,.1)}.module:first-of-type{border-top:0}.module.flip .module-copy{order:2}.module.flip .module-visual{order:1}.step-tag{display:inline-block;color:var(--clay);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.module h3{margin:0;color:var(--deep);font-size:36px;line-height:42px;font-weight:800;letter-spacing:-.03em}.module .voice{display:block;margin-top:14px;font-size:21px;line-height:30px}.module-visual{min-height:360px;display:flex;align-items:center;justify-content:center}.coach-flow{width:100%;max-width:650px;display:grid;grid-template-columns:1fr 56px 1fr 56px 1fr;align-items:center;gap:8px}.coach-node{min-height:180px;padding:24px 18px;border-radius:18px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow-soft);text-align:left}.coach-node img{width:76px;height:76px;margin-bottom:14px}.coach-node h4{margin:0;color:var(--deep);font-size:18px;line-height:23px}.coach-node p{margin:7px 0 0;color:rgba(31,28,36,.62);font-size:13px;line-height:19px}.coach-arrow{text-align:center;color:var(--aubergine);font-size:34px}.story-shot{width:100%;max-width:720px;padding:10px;background:#fff;border-radius:18px;border:1px solid var(--border);box-shadow:0 22px 48px rgba(46,26,56,.12)}.story-shot img{width:100%;border-radius:10px}.layers{width:100%;max-width:700px;display:grid;gap:12px}.layer{display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:center;padding:18px 20px;border-radius:16px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow-soft)}.layer-num{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;font-weight:800;color:#fff;background:var(--aubergine)}.layer:nth-child(2) .layer-num{background:var(--clay)}.layer:nth-child(3) .layer-num{background:#688F6D}.layer:nth-child(4) .layer-num{background:#7D63A3}.layer strong{display:block;color:var(--deep);font-size:17px;line-height:22px}.layer span{display:block;margin-top:3px;color:rgba(31,28,36,.62);font-size:13px;line-height:19px}.trust{padding:72px 0;background:var(--deep);color:#fff;border-top:4px solid var(--moss);border-bottom:4px solid var(--moss)}.trust-inner{max-width:980px;margin:0 auto;text-align:center}.trust h2{margin:0;color:#fff;font-size:var(--t-h2);line-height:var(--t-h2-lh);font-weight:var(--w-head);letter-spacing:-.03em}.trust h2 em{font-family:var(--serif);font-weight:600;color:var(--sand)}.trust p{margin:18px auto 0;max-width:790px;color:rgba(255,255,255,.78);font-size:18px;line-height:28px}.apply{padding:80px 0;background:#fff}.apply-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}.apply-card{min-height:330px;padding:28px 26px;border-radius:18px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow-soft)}.apply-card img{display:block;width:104px;height:104px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;margin:0 0 22px}.apply-card h3{margin:0;color:var(--deep);font-size:24px;line-height:30px;font-weight:800}.apply-card .voice{display:block;margin-top:10px;font-size:18px;line-height:26px}.apply-card p{margin:16px 0 0;color:rgba(31,28,36,.7);font-size:14px;line-height:22px}.apply-card .do-line{margin-top:18px;padding:14px 15px;font-size:13px;line-height:20px}.faq{padding:80px 0;background:#fff;border-top:1px solid rgba(74,46,87,.08)}.faq-head{text-align:center;max-width:720px;margin:0 auto 32px}.faq-list{max-width:900px;margin:0 auto;display:grid;gap:10px}.faq details{border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:var(--shadow-soft);overflow:hidden}.faq summary{list-style:none;cursor:pointer;padding:18px 20px;color:var(--aubergine);font-size:16px;font-weight:700}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";float:right;color:var(--clay);font-size:20px}.faq details[open] summary:after{content:"−"}.faq details p{margin:0;padding:0 20px 18px;color:rgba(31,28,36,.72);font-size:14px;line-height:22px}.close{position:relative;min-height:330px;overflow:hidden;color:#fff;background:var(--deep)}.close-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(46,26,56,.58),rgba(46,26,56,.84)),url(/marketing/students/cta-landscape.webp);background-size:cover;background-position:center 52%}.close .shell{position:relative;z-index:2;padding-top:54px;padding-bottom:56px}.close-main{display:grid;grid-template-columns:1fr auto;gap:68px;align-items:center}.close-copy{max-width:820px}.close h2{margin:0;color:#fff;font-size:var(--t-h2);line-height:var(--t-h2-lh);font-weight:var(--w-head);letter-spacing:-.03em}.close h2 em{font-family:var(--serif);font-weight:600;color:var(--sand)}.close p{margin:14px 0 0;color:rgba(255,255,255,.82);font-size:17px;line-height:26px}.close .btn-primary{background:#fff;color:var(--deep);min-width:190px}.footer-row{margin-top:42px;padding-top:20px;border-top:1px solid rgba(255,255,255,.17);display:flex;justify-content:space-between;align-items:center;gap:26px}.footer-logo{width:250px}.footer-nav{display:flex;gap:24px;flex-wrap:wrap;color:rgba(255,255,255,.76);font-size:13px;font-weight:500}.disclaimer{margin-top:15px;color:rgba(255,255,255,.56);font-size:11px;line-height:18px}@media(min-width:2200px){.site-header{height:92px}.brand img{width:310px}.nav{gap:42px;font-size:15px}.hero,.hero .shell{min-height:720px}.hero-copy{width:42%}.hero h1{font-size:var(--t-h1);line-height:var(--t-h1-lh);max-width:820px}.hero p{font-size:22px;line-height:33px;max-width:700px}.hero-art{width:min(64vw,1450px)}.section-title{font-size:var(--t-h2);line-height:var(--t-h2-lh)}.counts-grid{gap:20px}.count-card{min-height:185px}.module{gap:82px}.apply-card{min-height:350px}}@media(max-width:1180px){.header-inner{display:flex;justify-content:space-between;position:relative}.nav{display:none}.header-actions{margin-left:auto}.mobile-toggle{display:flex;width:42px;height:42px;padding:10px;border-radius:9px;border:1px solid rgba(74,46,87,.18);background:#fff;flex-direction:column;justify-content:center;gap:4px}.mobile-toggle span{height:2px;background:var(--aubergine);border-radius:2px}.mobile-menu{position:absolute;left:0;right:0;top:100%;padding:16px var(--gutter) 20px;background:#fff;box-shadow:0 16px 28px rgba(46,26,56,.12);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px}.mobile-menu.open{display:grid}.mobile-menu a{padding:10px 6px;color:var(--deep);font-size:15px;font-weight:700}.hero{min-height:0;padding-top:46px}.hero .shell{display:block;min-height:0}.hero-copy{width:100%;max-width:760px;padding:30px 0 20px}.hero h1{font-size:var(--t-h1);line-height:var(--t-h1-lh)}.hero-art{position:relative;right:auto;top:auto;width:112%;height:610px;margin:24px -6% 0;mask-image:linear-gradient(90deg,transparent 0,#000 16%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 16%)}.hero-screen{left:28%;top:12%;width:66%}.counts-grid{grid-template-columns:repeat(2,1fr)}.gap-grid,.module{grid-template-columns:1fr;gap:34px}.module.flip .module-copy,.module.flip .module-visual{order:0}.gap-visual{max-width:760px}.module-visual{min-height:0}.coach-flow,.layers,.story-shot{max-width:820px}.apply-grid{grid-template-columns:1fr}.apply-card{min-height:0;display:grid;grid-template-columns:110px 1fr;-moz-column-gap:18px;column-gap:18px;align-items:start}.apply-card img{grid-row:1/span 4;align-self:start}.apply-card .do-line,.apply-card .voice,.apply-card h3,.apply-card p{grid-column:2}.close-main{grid-template-columns:1fr}.close .btn{justify-self:start}.footer-row{align-items:flex-start}}@media(max-width:760px){.site-header{height:74px}.brand img{width:190px}.header-cta,.header-signin{display:none}.mobile-menu{grid-template-columns:1fr}.hero{padding-top:24px}.hero-copy{padding:24px 0 10px}.hero h1{font-size:var(--t-h1);line-height:var(--t-h1-lh)}.hero p{font-size:17px;line-height:26px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-art{width:150%;height:500px;margin:22px -25% 0}.hero-screen{left:27%;top:15%;width:67%;padding:6px;border-radius:12px}.hero-caption{right:18%;bottom:5%;font-size:10px}.jump-wrap{padding-top:14px}.jump{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.jump a{white-space:nowrap}.apply,.faq,.gap-section,.material,.proof{padding:58px 0}.section-title{font-size:var(--t-h2);line-height:var(--t-h2-lh)}.proof-head p,.section-sub{font-size:16px;line-height:25px}.counts-grid{grid-template-columns:1fr}.count-card{min-height:0;display:grid;grid-template-columns:62px 1fr;gap:0 14px}.count-icon{grid-row:1/span 2;margin-bottom:0}.count-card b,.count-card span{grid-column:2}.band-title{align-items:flex-start}.band-title h2{font-size:29px;line-height:35px;width:100%}.gap-copy h3,.module h3{font-size:31px;line-height:37px}.gap-visual{grid-template-columns:1fr}.signal-card{display:grid;grid-template-columns:82px 1fr;gap:0 16px;align-items:center}.signal-card img{grid-row:1/span 2;width:72px;height:72px;margin:0}.signal-card h4,.signal-card p{grid-column:2}.coach-flow{grid-template-columns:1fr;gap:12px}.coach-arrow{transform:rotate(90deg)}.coach-node{min-height:0;display:grid;grid-template-columns:78px 1fr;gap:0 14px;align-items:center}.coach-node img{grid-row:1/span 2;margin:0;width:70px;height:70px}.coach-node h4,.coach-node p{grid-column:2}.trust{padding:56px 0}.trust h2{font-size:var(--t-h2);line-height:var(--t-h2-lh)}.trust p{font-size:16px;line-height:25px}.apply-card{grid-template-columns:84px 1fr;padding:22px 20px}.apply-card img{width:84px;height:84px}.apply-card h3{font-size:22px;line-height:28px}.close{min-height:0}.close h2{font-size:var(--t-h2);line-height:var(--t-h2-lh)}.footer-row{flex-direction:column}.footer-logo{width:220px}}.hero-copy{padding-top:54px}.faq-head .section-title,.proof-head .section-title{margin-top:0}.band-title h2{margin-left:0}.hero h1 .hero-line2{display:block;color:var(--clay)}.gap-card{position:absolute;z-index:3;left:24%;top:50%;transform:translateY(-50%);width:62%;max-width:640px;background:#fff;border-radius:20px;border:1px solid rgba(74,46,87,.14);padding:30px 32px 22px;box-shadow:0 28px 55px rgba(46,26,56,.18)}.gap-stage{display:grid}.gap-slide{grid-area:1/1;opacity:0;transform:translateY(6px);transition:opacity .28s ease,transform .32s ease;pointer-events:none}.gap-slide.is-on{opacity:1;transform:none;pointer-events:auto}.gap-label{color:rgba(31,28,36,.56);font-size:13px;line-height:18px;font-weight:600;margin-bottom:10px}.gap-label.clay{color:var(--clay)}.gap-quote{margin:0;font-size:24px;line-height:32px}.gap-divider{display:flex;align-items:center;gap:14px;margin:22px 0 18px;color:rgba(74,46,87,.18)}.gap-divider:after,.gap-divider:before{content:"";flex:1;height:1px;background:currentColor}.gap-divider span{padding:6px 14px;border-radius:999px;background:var(--aubergine);color:#fff;font-size:12px;font-weight:700;white-space:nowrap}.gap-real{margin:0;color:var(--deep);font-size:19px;line-height:28px;font-weight:600}.gap-pill{display:inline-block;margin-top:18px;padding:7px 12px;border-radius:999px;background:var(--soft-green);color:#4F6A32;font-size:13px;line-height:16px;font-weight:600}.gap-dots{display:flex;gap:8px;margin-top:20px}.gap-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(74,46,87,.22);cursor:pointer;transition:background .2s ease,transform .2s ease}.gap-dots button.is-on{background:var(--clay);transform:scale(1.25)}.translate{padding:78px 0 70px}.translate-head{text-align:center;max-width:860px;margin:0 auto 40px}.translate-head p{margin:16px auto 0;max-width:760px;color:rgba(31,28,36,.74);font-size:18px;line-height:28px}.translate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.t-card{border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:var(--shadow-soft);overflow:hidden;display:flex;flex-direction:column}.t-top{padding:24px 26px 22px;background:var(--soft-purple);border-bottom:1px solid var(--border)}.t-top p{margin:0;font-size:20px;line-height:28px}.t-body{padding:22px 26px 26px;display:flex;flex-direction:column;align-items:flex-start;flex:1}.t-body p{margin:0 0 18px;color:var(--deep);font-size:17px;line-height:26px;font-weight:600}.t-body .gap-pill{margin-top:auto}.also-counts{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:26px auto 0;max-width:980px}.also-counts span{padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--deep);font-size:13px;line-height:18px;font-weight:600}.also-counts .also-label{border:0;background:transparent;color:rgba(31,28,36,.56);font-weight:600;padding-left:0}.translate-kicker{text-align:center;max-width:820px;margin:34px auto 0;color:rgba(31,28,36,.74);font-size:17px;line-height:27px}.translate-kicker strong{color:var(--deep)}@media (min-width:1600px){.gap-card{padding:36px 38px 26px}.gap-quote{font-size:27px;line-height:36px}.gap-real{font-size:21px;line-height:31px}}@media (max-width:1180px){.translate-grid{grid-template-columns:1fr;max-width:680px;margin:0 auto}.gap-card{left:22%;width:66%}}@media (max-width:767px){.translate{padding:58px 0}.hero-art{width:100%;height:auto;margin:22px 0 0;padding:26px 16px;mask-image:none;-webkit-mask-image:none;border-radius:18px}.hero-art:after{display:none}.gap-card{position:relative;left:auto;top:auto;transform:none;width:100%;max-width:none;padding:22px 20px 16px}.gap-quote{font-size:20px;line-height:27px}.gap-real{font-size:16px;line-height:24px}.gap-divider{margin:16px 0 14px}}@media (prefers-reduced-motion:reduce){.gap-slide{transition:none}}