:root{--red:#e60012;--darkred:#b90b18;--ink:#171717;--muted:#6e6a67;--warm:#f7f5f2;--blush:#fff1f2;--line:#e8e5e2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(1240px,100% - 80px);margin:auto}header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff2;border-bottom:1px solid #eee;position:sticky;top:0}.nav{grid-template-columns:240px 1fr auto;align-items:center;gap:25px;height:86px;display:grid}.brand{flex-direction:column;width:220px;display:flex}.brand img{object-fit:cover;width:210px;height:44px}.brand small{color:#68625f;margin:2px 0 0 38px;font-size:11px}.nav nav{justify-content:center;gap:33px;font-size:14px;font-weight:600;display:flex}.nav nav a{padding:34px 0;position:relative}.nav nav a:after{content:"";background:var(--red);width:0;height:2px;transition:all .2s;position:absolute;bottom:21px;left:50%;transform:translate(-50%)}.nav nav a:hover:after{width:28px}.btn{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;min-height:52px;padding:0 24px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.outline{color:var(--red);border-color:var(--red)}.outline:hover,.secondary:hover{background:var(--blush)}.primary{background:var(--red);color:#fff;box-shadow:0 12px 30px #e600122d}.primary:hover{background:var(--darkred)}.secondary{background:#fff;border-color:#222}.white{color:#171717;background:#fff}.dark{color:#fff;background:#171717;width:100%}.ghost{color:#fff;border-color:#fff;margin-left:10px}.hero{background:radial-gradient(circle at 95% 10%,#fff1f2,#0000 25%),linear-gradient(#fff 78%,#faf9f7);padding:72px 0 0;overflow:hidden}.hero-grid{grid-template-columns:1.04fr .96fr;align-items:center;gap:60px;display:grid}.eyebrow{color:var(--red);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:8px;font-size:11px;font-weight:800;display:inline-flex}.eyebrow:before{content:"";background:currentColor;width:22px;height:2px}.pale{color:#ffc5ca}.hero h1{letter-spacing:-.055em;margin:21px 0 25px;font-size:clamp(48px,4.7vw,68px);line-height:1.05}.hero h1 strong{color:var(--red);margin-top:12px;display:block}.hero-copy>p{max-width:610px;color:var(--muted);font-size:18px;line-height:1.7}.actions{gap:15px;margin-top:31px;display:flex}.trust{color:var(--muted);align-items:center;gap:10px;margin-top:27px;font-size:14px;display:flex}.trust b{width:25px;height:25px;color:var(--red);border:1px solid #ff8f98;border-radius:50%;place-items:center;display:grid}.hero-art{min-height:510px;padding:28px 15px 35px 30px;position:relative}.hero-art img{z-index:2;object-fit:cover;border-radius:28px;width:100%;height:430px;position:relative;box-shadow:0 28px 70px #20191426}.blush{background:var(--blush);border-radius:28px;width:155px;height:155px;position:absolute;top:0;left:0}.red-shape{background:var(--red);border-radius:30px;width:185px;height:235px;position:absolute;bottom:0;right:-25px}.match{z-index:4;background:#fffffff5;border:1px solid #eee7e3;border-radius:16px;align-items:center;gap:13px;padding:17px 19px;display:flex;position:absolute;bottom:20px;left:0;box-shadow:0 18px 50px #1e141623}.match>b{background:var(--red);color:#fff;border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.match span>*{display:block}.match small{color:var(--muted);margin-top:4px}.degree-row{grid-template-columns:repeat(5,1fr);gap:16px;margin-top:46px;display:grid}.degree-row a{border:1px solid var(--line);background:#fff;border-radius:19px;grid-template-rows:1fr 1fr;grid-template-columns:48px 1fr;align-items:end;gap:0 13px;min-height:120px;padding:22px;transition:all .2s;display:grid;box-shadow:0 12px 32px #271f1b0f}.degree-row a:hover{border-color:#ff9ba3;transform:translateY(-4px)}.degree-row span{background:var(--blush);width:48px;height:48px;color:var(--red);border-radius:50%;grid-row:1/3;align-self:center;place-items:center;font-size:24px;display:grid}.degree-row b{font-size:24px}.degree-row small{color:var(--muted);align-self:start}.partner{background:var(--warm);padding:78px 0}.partner-grid{grid-template-columns:1.25fr .95fr auto;align-items:end;gap:65px;display:grid}.partner h2{letter-spacing:-.04em;max-width:560px;margin:14px 0 0;font-size:38px;line-height:1.18}.partner p{color:var(--muted);margin:0;line-height:1.65}.partner a{color:var(--red);white-space:nowrap;font-weight:700}.section{padding:20px 0}.heading{grid-template-columns:1.4fr .6fr;align-items:end;gap:65px;margin-bottom:46px;display:grid}.heading h2,.why h2,.center h2,.goals h2,.counsel h2,.resources h2,.final h2{letter-spacing:-.045em;margin:15px 0 0;font-size:clamp(38px,4vw,54px);line-height:1.12}.heading>p{color:var(--muted);line-height:1.7}.cards{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.cards article{border:1px solid var(--line);border-radius:22px;flex-direction:column;min-height:305px;padding:28px;transition:all .2s;display:flex}.cards article:hover{border-color:#ff9ca4;transform:translateY(-5px);box-shadow:0 20px 55px #231a1614}.cards article>div{justify-content:space-between;align-items:center;display:flex}.cards article>div span{background:var(--warm);color:var(--muted);text-transform:uppercase;border-radius:99px;padding:7px 10px;font-size:10px}.cards article>div b{color:var(--red);font-size:38px}.cards h3{margin:28px 0 11px;font-size:21px;line-height:1.3}.cards p{color:var(--muted);margin:0;font-size:14px;line-height:1.7}.cards article>a{color:var(--red);justify-content:space-between;margin-top:auto;padding-top:24px;font-size:14px;font-weight:700;display:flex}.why{color:#fff;background:#191919;padding:110px 0}.why-grid{grid-template-columns:.85fr 1.15fr;gap:100px;display:grid}.why p{color:#bdb8b5;line-height:1.75}.benefits article{border-top:1px solid #3c3a39;grid-template-columns:54px 1fr;gap:22px;padding:30px 0;display:grid}.benefits article:last-child{border-bottom:1px solid #3c3a39}.benefits>article>span{color:var(--red);font-weight:800}.benefits h3{margin:0 0 8px}.benefits p{color:#aaa5a2;margin:0;font-size:14px}.center{text-align:center;max-width:760px;margin:0 auto 50px}.steps{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.steps article{text-align:center;padding:0 16px}.steps article>span{background:var(--red);color:#fff;border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto 22px;font-weight:800;display:grid}.steps h3{margin:0 0 9px;font-size:21px}.steps p{color:var(--muted);font-size:14px;line-height:1.65}.goals{background:var(--warm);padding:110px 0}.goal-grid{grid-template-columns:.9fr 1.1fr;gap:95px;display:grid}.goals p{color:var(--muted);line-height:1.7}.goal-links{border-top:1px solid #d9d5d1;grid-template-columns:1fr 1fr;display:grid}.goal-links a{border-bottom:1px solid #d9d5d1;justify-content:flex-start;align-items:center;gap:15px;min-height:84px;padding:18px 20px;font-weight:700;display:flex}.goal-links a:nth-child(odd){border-right:1px solid #d9d5d1}.goal-links a:hover{color:var(--red);background:#fff}.counsel{background:var(--red);color:#fff;border-radius:30px;grid-template-columns:.8fr 1.2fr;gap:65px;padding:62px;display:grid;box-shadow:0 25px 70px #c5000f2e}.counsel>div>p{color:#ffe6e8;line-height:1.7}.counsel ul{padding:0;line-height:2;list-style:none}.counsel li:before{content:"✓";margin-right:9px}.counsel form{color:#171717;background:#fff;border-radius:22px;padding:30px}.counsel form>div{grid-template-columns:1fr 1fr;gap:15px;margin-top:15px;display:grid}.counsel label{flex-direction:column;gap:8px;font-size:12px;font-weight:700;display:flex}.counsel input,.counsel select{background:#fff;border:1px solid #ddd8d4;border-radius:10px;height:48px;padding:0 12px}.consent{color:var(--muted);align-items:flex-start;margin:17px 0;line-height:1.5;flex-direction:row!important;font-weight:500!important}.consent input{width:16px;height:16px}.resources{padding:75px 0 110px}.resource-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:46px;display:grid}.resource-grid article{border-bottom:1px solid var(--line);padding-bottom:22px}.resource-grid article>div{background:var(--warm);color:#fff;border-radius:20px;place-items:center;height:205px;margin-bottom:20px;font-size:30px;font-weight:800;display:grid}.resource-grid article:first-child>div:before{content:"";background:var(--red);border-radius:50%;width:105px;height:105px}.resource-grid article:first-child>div{color:#fff;background:linear-gradient(var(--warm),var(--warm));position:relative}.resource-grid article:first-child>div:after{content:"?";position:absolute}.resource-grid article:nth-child(2)>div{color:var(--red);background:#181818}.resource-grid article:nth-child(3)>div{background:var(--blush);color:var(--red)}.resource-grid small{color:var(--red);font-weight:700}.resource-grid h3{font-size:21px;line-height:1.35}.resource-grid a{font-size:14px;font-weight:700}.final{text-align:center;background:var(--red);color:#fff;padding:95px 0}.final .container{max-width:840px}.final p{color:#ffe3e5;margin:20px 0 30px}.final .white{margin-top:0}footer{color:#fff;background:#111;padding:72px 0 25px}.footer-grid{grid-template-columns:1.5fr repeat(3,.6fr);gap:65px;display:grid}.foot-brand img{background:#fff;border-radius:4px}.foot-brand small{color:#aaa}.footer-grid>div{flex-direction:column;gap:12px;display:flex}.footer-grid>div:first-child>p{color:#999;max-width:330px;font-size:14px;line-height:1.65}.footer-grid h3{margin:0 0 8px;font-size:14px}.footer-grid>div:not(:first-child) a{color:#aaa;font-size:13px}.disclaimer{border-top:1px solid #2b2a29;grid-template-columns:1fr auto;align-items:end;gap:40px;margin-top:52px;padding-top:24px;display:grid}.disclaimer p{color:#777;max-width:920px;margin:0;font-size:11px;line-height:1.65}.disclaimer span{color:#777;font-size:11px}@media (width<=1000px){.container{width:min(100% - 48px,940px)}.nav{grid-template-columns:220px 1fr auto}.nav nav{gap:18px}.nav nav a:nth-last-child(-n+2){display:none}.hero-grid{gap:30px}.partner-grid{grid-template-columns:1fr 1fr}.partner-grid>a{grid-column:2}.degree-row a{text-align:center;grid-template-columns:1fr;padding:15px 8px}.degree-row span{grid-row:auto;margin:auto}}@media (width<=760px){.container{width:min(100% - 32px,680px)}header{position:static}.nav{grid-template-columns:1fr auto;height:78px}.nav nav{display:none}.brand{width:180px}.brand img{width:170px;height:36px}.brand small{margin-left:30px;font-size:9px}.outline{min-height:43px;padding:0 14px;font-size:12px}.hero{padding-top:48px}.hero-grid,.partner-grid,.heading,.why-grid,.goal-grid,.counsel,.footer-grid,.disclaimer{grid-template-columns:1fr}.hero h1{font-size:46px}.hero-art{min-height:430px}.hero-art img{height:350px}.degree-row{padding-bottom:16px;display:flex;overflow:auto}.degree-row a{min-width:150px}.partner-grid>a{grid-column:auto}.cards,.resource-grid{grid-template-columns:1fr 1fr}.why-grid,.goal-grid{gap:50px}.steps{grid-template-columns:1fr 1fr}.counsel{gap:35px;padding:36px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media (width<=520px){.outline{display:none}.hero h1{font-size:39px}.hero-copy>p{font-size:16px}.actions{flex-direction:column}.hero-art{min-height:340px;padding:16px 0 24px 15px}.hero-art img{height:290px}.match{display:none}.partner h2,.heading h2,.why h2,.center h2,.goals h2,.counsel h2,.resources h2,.final h2{font-size:35px}.cards,.resource-grid,.steps,.goal-links,.counsel form>div,.footer-grid{grid-template-columns:1fr}.goal-links a:nth-child(odd){border-right:0}.counsel{border-radius:0;width:100%;padding:28px 18px}.counsel form{padding:21px 16px}.final .btn{margin:6px}.footer-grid>div:first-child{grid-column:auto}}.consent a{color:var(--red);text-decoration:underline}.policy-page{background:#fff}.policy-header{position:sticky}.policy-nav{justify-content:space-between;align-items:center;height:86px;display:flex}.back-home{color:var(--red);font-size:14px;font-weight:700}.policy-hero{background:radial-gradient(circle at 90% 5%,#ffdfe2,transparent 30%),var(--warm);padding:85px 0}.policy-hero h1{letter-spacing:-.055em;max-width:860px;margin:18px 0;font-size:clamp(48px,6vw,78px);line-height:1.02}.policy-hero p{max-width:760px;color:var(--muted);font-size:18px;line-height:1.7}.policy-hero small{color:var(--muted);margin-top:22px;font-weight:700;display:block}.policy-layout{grid-template-columns:250px minmax(0,780px);justify-content:center;gap:75px;padding-top:85px;padding-bottom:110px;display:grid}.policy-index{border:1px solid var(--line);background:#fff;border-radius:18px;flex-direction:column;align-self:start;padding:24px;display:flex;position:sticky;top:112px;box-shadow:0 14px 40px #2119180b}.policy-index strong{margin-bottom:12px}.policy-index a{border-top:1px solid var(--line);color:var(--muted);padding:10px 0;font-size:13px;line-height:1.3}.policy-index a:hover{color:var(--red)}.policy-alert{border-left:4px solid var(--red);background:var(--blush);border-radius:0 14px 14px 0;margin-bottom:70px;padding:22px 24px;line-height:1.65}.policy-block{border-bottom:1px solid var(--line);margin-bottom:75px;padding:0 0 75px;scroll-margin-top:110px}.policy-number{color:var(--red);letter-spacing:.16em;font-size:13px;font-weight:800;display:block}.policy-block>h1{letter-spacing:-.045em;margin:10px 0 20px;font-size:clamp(38px,5vw,56px);line-height:1.06}.policy-intro{color:var(--muted);font-size:17px;line-height:1.75}.policy-section{margin-top:38px}.policy-section h2{margin:0 0 15px;font-size:21px}.policy-section ul{padding-left:21px}.policy-section li{color:#4f4b49;margin-bottom:11px;line-height:1.7}.education-policy{color:#fff;background:#191919;border:0;border-radius:28px;padding:55px}.education-policy .policy-intro,.education-policy li{color:#c7c2bf}.education-policy .policy-section{border-top:1px solid #363433;padding-top:5px}.official-links{flex-direction:column;gap:12px;display:flex}.official-links a{color:#ff6d78;font-weight:700;line-height:1.5}.policy-contact{background:var(--warm);border-radius:24px;padding:45px}.policy-contact h2{margin-top:0;font-size:30px}.policy-contact p{color:var(--muted);line-height:1.7}.policy-footer{color:#aaa;background:#111;padding:28px 0}.policy-footer .container{justify-content:space-between;font-size:12px;display:flex}.policy-footer a{color:#fff}@media (width<=1000px){.policy-layout{grid-template-columns:210px minmax(0,1fr);gap:40px}}@media (width<=760px){.policy-nav{height:74px}.policy-hero{padding:58px 0}.policy-hero h1{font-size:48px}.policy-layout{padding-top:45px;display:block}.policy-index{margin-bottom:45px;position:static}.education-policy,.policy-contact{padding:30px 24px}}@media (width<=520px){.policy-hero h1{font-size:39px}.policy-block>h1{font-size:36px}.policy-nav .brand small{display:none}.back-home{font-size:12px}}.benefits-scroll{position:relative}.benefits{overflow-y:auto;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--red) #2c2b2a}.benefits::-webkit-scrollbar{width:6px}.benefits::-webkit-scrollbar-track{background:#2c2b2a;border-radius:6px}.benefits::-webkit-scrollbar-thumb{background:var(--red);border-radius:6px}.benefits-fade{position:absolute;left:0;right:0;bottom:0;height:56px;background:linear-gradient(#19191900,#191919);pointer-events:none;transition:opacity .25s}.benefits-hint{color:#8a8582;text-align:right;letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:700;margin-top:12px;display:block;transition:opacity .25s}.benefits-wrap.at-bottom .benefits-fade,.benefits-wrap.at-bottom .benefits-hint{opacity:0}@media (width<=760px){.benefits-hint{text-align:left}}.goal-links a b{background:#fff;flex:none;width:25px;height:25px;color:var(--red);border:1px solid #ff8f98;border-radius:50%;place-items:center;display:grid}.nav-item{position:relative;display:flex;align-items:center}.submenu{position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--line);border-radius:12px;padding:8px;min-width:210px;box-shadow:0 18px 50px #1e14161f;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s;z-index:30}.nav-item.has-children:hover .submenu,.nav-item.has-children:focus-within .submenu{opacity:1;visibility:visible;transform:translateY(0)}.submenu a{display:block;padding:10px 14px!important;font-weight:600;font-size:14px;border-radius:8px}.submenu a:after{display:none}.submenu a:hover{background:var(--blush);color:var(--red)}
