:root{--blue:#1748df;--deep:#101b56;--yellow:#ffd940;--paper:#f6f7fb;--ink:#121a3a;--line:#ccd3ed}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic",sans-serif;line-height:1.75}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:white;padding:.7rem;z-index:10}.proposal{background:var(--deep);color:white;text-align:center;padding:6px;font-size:10px;letter-spacing:.2em}.proposal span{color:var(--yellow);margin-left:1em}header{min-height:86px;padding:12px clamp(18px,4vw,60px);display:flex;align-items:center;justify-content:space-between;background:white;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.brand b{font:900 20px/1 ui-sans-serif,sans-serif;letter-spacing:-.04em;color:var(--blue)}.brand span{font-size:11px}nav{display:flex;gap:24px}nav a{font-size:13px;text-decoration:none;color:inherit}.head-cta{padding:11px 18px;background:var(--yellow);color:var(--deep);text-decoration:none;font-weight:800;border-radius:999px}.hero{min-height:700px;padding:clamp(70px,11vw,130px) clamp(20px,8vw,120px);background:var(--blue);color:white;position:relative;overflow:hidden}.hero>*{position:relative;z-index:1}.burst{position:absolute;right:-9vw;top:-18vw;width:55vw;aspect-ratio:1;border:70px solid #ffffff14;border-radius:50%;box-shadow:0 0 0 70px #ffffff0d,0 0 0 140px #ffffff08}.tag{display:inline-block;margin:0 0 20px;padding:7px 14px;background:var(--yellow);color:var(--deep);font-weight:800;border-radius:999px;font-size:12px}.hero h1,.section h2,.courses h2,.access h2,.contact h2{margin:0;font-weight:900;letter-spacing:-.055em;line-height:1.12}.hero h1{font-size:clamp(52px,9vw,116px)}.hero h1 em{font-style:normal;color:var(--yellow)}.hero>p:not(.tag){max-width:600px;margin:30px 0;color:#e0e6ff}.actions{display:flex;flex-wrap:wrap;gap:12px}.actions a{display:inline-flex;min-height:54px;align-items:center;padding:0 25px;border:1px solid currentColor;color:inherit;text-decoration:none;font-weight:800;border-radius:8px}.actions .primary{background:var(--yellow);border-color:var(--yellow);color:var(--deep)}.hero aside{margin-top:58px;display:flex;gap:14px;align-items:baseline}.hero aside b{font-size:19px}.hero aside span{font-size:13px;color:#d5dcff}.ticker{display:flex;overflow:hidden;background:var(--yellow);color:var(--deep);padding:15px 0;font-weight:900}.ticker span{flex:1;min-width:210px;text-align:center;border-right:1px solid #101b5633;font-size:12px}.section,.courses{padding:clamp(80px,12vw,150px) clamp(20px,8vw,120px)}.section-head{display:grid;grid-template-columns:1fr 2fr;margin-bottom:60px}.section-head p{font-size:11px;letter-spacing:.18em;color:var(--blue);font-weight:800}.section h2,.courses h2,.access h2,.contact h2{font-size:clamp(38px,5.5vw,70px)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-grid article{background:white;border:1px solid var(--line);padding:26px;border-radius:14px;min-height:250px}.feature-grid b{color:var(--blue)}.feature-grid h3{font-size:18px;margin:28px 0 10px}.feature-grid p{font-size:13px;color:#5c6689}.courses{background:var(--deep);color:white}.courses .section-head p{color:var(--yellow)}.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.course-grid article{padding:32px;background:#ffffff0d;border:1px solid #ffffff26;border-radius:16px}.course-grid span{font-size:10px;color:var(--yellow);letter-spacing:.12em}.course-grid h3{font-size:23px}.course-grid p{font-size:14px;color:#d9ddf0}.access{display:grid;grid-template-columns:1.4fr 1fr;gap:8vw;padding:clamp(80px,12vw,150px) clamp(20px,8vw,120px)}.access-card{background:white;border:1px solid var(--line);border-radius:18px;padding:38px;display:grid;align-content:center}.access-card span,.access-card small{color:#66708e}.access-card b{font-size:40px}.access-card a{margin-top:26px;background:var(--blue);color:white;text-decoration:none;padding:16px;text-align:center;border-radius:8px;font-weight:800}.contact{padding:clamp(80px,12vw,130px) clamp(20px,8vw,120px);background:var(--yellow);color:var(--deep);text-align:center}.contact h2{margin:10px 0 32px}.contact .actions{justify-content:center}.contact .actions .primary{background:var(--deep);color:white;border-color:var(--deep)}footer{padding:30px clamp(20px,5vw,60px);display:flex;justify-content:space-between;background:var(--deep);color:#d9ddf0;font-size:12px}@media(max-width:820px){nav{display:none}.feature-grid{grid-template-columns:1fr 1fr}.section-head,.access{grid-template-columns:1fr}.course-grid{grid-template-columns:1fr}.hero aside{align-items:flex-start;flex-direction:column}.access{gap:40px}footer{flex-direction:column;gap:12px}}@media(max-width:480px){.brand span{display:none}.feature-grid{grid-template-columns:1fr}.head-cta{font-size:12px}.burst{width:100vw}}