:root{--navy:#071943;--blue:#0c2d66;--orange:#ff7100;--cream:#f8f7f3;--ink:#0c1838;--muted:#5d6474;--line:#dfe2e8;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:Manrope,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.site-header{height:86px;max-width:1240px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand-mark{display:grid;place-items:center;width:44px;height:44px;background:var(--navy);color:#fff;font-weight:800;font-size:18px;letter-spacing:-1px}.brand strong,.brand small{display:block}.brand small{color:var(--muted);font-size:11px}.site-header nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:15px 24px;border:0;border-radius:7px;background:var(--orange);color:#fff;font:700 14px Manrope;cursor:pointer;box-shadow:0 9px 25px #ff71002b;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 12px 28px #ff710047}.button-small{padding:10px 18px}.hero{min-height:670px;display:grid;grid-template-columns:1.04fr .96fr;max-width:1240px;margin:auto;padding:88px 28px 92px;gap:60px;align-items:center}.eyebrow{display:inline-block;color:var(--orange);font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase}.hero h1{max-width:690px;margin:16px 0 22px;font-size:clamp(43px,5.2vw,72px);line-height:1.02;letter-spacing:-4px}.hero h1 em{color:var(--orange);font-style:normal}.hero-lede{max-width:650px;color:var(--muted);font-size:18px}.hero-actions{display:flex;align-items:center;gap:26px;margin:34px 0}.text-link{border-bottom:1px solid var(--ink);font-size:13px;font-weight:700}.trust-row{display:flex;flex-wrap:wrap;gap:12px 22px;font-size:12px;font-weight:700}.trust-row span::first-letter{color:var(--orange)}.hero-visual{position:relative;min-height:440px}.hero-visual::before{content:"";position:absolute;width:410px;height:410px;right:-30px;top:10px;border-radius:49% 51% 40% 60%;background:var(--orange);transform:rotate(-8deg)}.code-card{position:absolute;z-index:1;top:52px;left:0;width:92%;background:#08172f;color:#d6e6ff;border:8px solid #d8dce2;border-bottom-width:26px;border-radius:16px;box-shadow:0 30px 50px #07194330;transform:rotate(3deg);overflow:hidden}.window-bar{height:38px;padding:0 12px;display:flex;gap:7px;align-items:center;background:#101f39;font-size:10px;color:#8290a6}.window-bar i{width:8px;height:8px;border-radius:50%;background:#ff7100}.window-bar i:nth-child(2){background:#ffc145}.window-bar i:nth-child(3){background:#35c78a}.window-bar span{margin-left:8px}.code-card pre{margin:0;padding:36px 30px 45px;font:15px/1.9 Consolas,monospace}.code-card b{color:#65d0ff}.code-card q{color:#ffb060}.code-card strong{color:#ffd65a}.price-card{position:absolute;z-index:3;bottom:5px;left:-25px;padding:18px 25px;background:#fff;border-left:5px solid var(--orange);box-shadow:0 15px 40px #07194327}.price-card small,.price-card span{display:block}.price-card strong{font-size:46px;line-height:1;color:var(--orange)}.price-card span{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1.3px}.float-badge{position:absolute;z-index:3;right:-5px;top:25px;background:var(--navy);color:#fff;border:3px solid #fff;border-radius:20px;padding:13px;font:800 28px Consolas;transform:rotate(7deg);box-shadow:0 10px 20px #07194338}.section{padding:110px max(28px,calc((100vw - 1184px)/2))}.audience{display:grid;grid-template-columns:1fr 1fr;gap:100px;background:#fff}.section h2{font-size:clamp(34px,4vw,53px);line-height:1.08;letter-spacing:-2.5px;margin:14px 0 24px}.audience-copy p{font-size:17px;color:var(--muted);margin-top:0}.audience-copy ul{padding:0;list-style:none}.audience-copy li{padding:14px 0;border-bottom:1px solid var(--line);font-weight:700}.audience-copy li::before{content:"✓";margin-right:13px;color:var(--orange)}.curriculum{background:var(--navy);color:#fff}.section-heading{max-width:720px;margin-bottom:50px}.section-heading p{color:#aeb9d0}.curriculum-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.curriculum article{grid-column:span 2;min-height:240px;padding:28px;background:#102653;border:1px solid #27406e;border-radius:8px}.curriculum article.featured{grid-column:span 3}.curriculum article:nth-child(4){grid-column:span 3}.curriculum article span{color:var(--orange);font-size:12px;font-weight:800}.curriculum h3{font-size:20px;margin:46px 0 8px}.curriculum p{color:#aeb9d0;font-size:14px;margin:0}.format{background:#fff}.format-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:9px}.format-grid div{padding:35px;border-right:1px solid var(--line)}.format-grid div:last-child{border:0}.format-grid strong,.format-grid span{display:block}.format-grid strong{color:var(--orange);font-size:42px}.format-grid span{max-width:150px;font-size:13px;font-weight:700}.included{margin-top:18px;padding:34px;background:var(--cream);border-radius:9px}.included h3{margin:0 0 5px}.included p{margin:0;color:var(--muted)}.about{background:var(--cream)}.about-card{display:grid;grid-template-columns:300px 1fr;align-items:center;gap:80px;max-width:970px;margin:auto}.portrait-wrap{position:relative;width:260px;height:290px;background:var(--orange);border-radius:48% 52% 48% 52%;overflow:hidden}.portrait-wrap img{width:100%;height:100%;object-fit:cover;filter:grayscale(15%)}.about-card p{color:var(--muted);max-width:690px}.apply{display:grid;grid-template-columns:1fr 1fr;gap:100px;color:#fff;background:var(--navy)}.eyebrow.light{color:#ffac68}.apply-copy p{color:#bdc8db;max-width:500px}.apply-price{margin-top:38px}.apply-price strong,.apply-price span{display:block}.apply-price strong{color:var(--orange);font-size:70px;line-height:1}.apply-price span{font-size:13px}.apply form{display:grid;gap:16px}.apply label{font-size:11px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}.apply input,.apply textarea{display:block;width:100%;margin-top:7px;padding:14px 16px;border:1px solid #3b4c70;border-radius:5px;background:#102653;color:#fff;font:14px Manrope;outline:none}.apply input:focus,.apply textarea:focus{border-color:var(--orange)}.button-light{width:100%;background:var(--orange);margin-top:5px}.form-note{margin:0;color:#91a0ba;font-size:11px;text-align:center}footer{max-width:1240px;margin:auto;padding:45px 28px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:45px;font-size:12px}footer>div{display:flex;gap:20px;font-weight:700}footer>p{color:var(--muted)}
@media(max-width:850px){.site-header nav>a:not(.button){display:none}.hero{grid-template-columns:1fr;padding-top:58px}.hero-copy{z-index:2}.hero-visual{min-height:390px}.audience,.apply{grid-template-columns:1fr;gap:45px}.curriculum article,.curriculum article.featured,.curriculum article:nth-child(4){grid-column:span 3}.format-grid{grid-template-columns:1fr 1fr}.format-grid div:nth-child(2){border-right:0}.format-grid div:nth-child(-n+2){border-bottom:1px solid var(--line)}.about-card{grid-template-columns:220px 1fr;gap:45px}.portrait-wrap{width:220px;height:250px}footer{grid-template-columns:1fr auto}footer>p{display:none}}
@media(max-width:560px){.site-header{height:72px;padding:0 18px}.brand small{display:none}.hero{padding:50px 20px 70px;gap:25px}.hero h1{font-size:43px;letter-spacing:-2.7px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-visual{min-height:330px}.hero-visual::before{width:300px;height:300px}.code-card{width:98%}.code-card pre{padding:25px 16px 35px;font-size:11px}.price-card{left:0}.float-badge{right:0;font-size:20px}.section{padding:75px 20px}.audience{gap:22px}.curriculum-grid{display:block}.curriculum article{min-height:auto;margin-bottom:12px}.curriculum h3{margin-top:25px}.format-grid{grid-template-columns:1fr}.format-grid div{border-right:0;border-bottom:1px solid var(--line)!important}.format-grid div:last-child{border-bottom:0!important}.about-card{grid-template-columns:1fr;gap:30px}.portrait-wrap{width:190px;height:210px}.apply{gap:45px}.apply-price strong{font-size:58px}footer{grid-template-columns:1fr;gap:22px}footer>div{flex-direction:column;gap:5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
.brand-mark{display:block;overflow:hidden;font-size:0}.brand-mark img{width:100%;height:100%;object-fit:cover}
.apply .consent{display:grid;grid-template-columns:18px 1fr;align-items:start;gap:10px;font-size:11px;font-weight:500;letter-spacing:0;line-height:1.45;text-transform:none;color:#bdc8db}.apply .consent input{width:16px;height:16px;margin:1px 0 0;padding:0;accent-color:var(--orange)}.apply .consent em{color:#ffac68;font-style:normal}.form-note.success{color:#78d9ad}.form-note.error{color:#ffb07a}.button[disabled]{cursor:wait;opacity:.7;transform:none}
.form-note a{color:#fff;text-decoration:underline;font-weight:700}
