:root{--red:#e30620;--red2:#c9041b;--ink:#171719;--muted:#68686d;--line:#e9e9eb;--bg:#fff;--soft:#f6f6f5;--max:1160px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55}a{text-decoration:none;color:inherit}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.narrow{max-width:850px}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:12px}.brand img{width:118px;height:auto}.brand span{font-size:9px;letter-spacing:.12em;font-weight:700;color:#666;max-width:180px;line-height:1.25}.nav nav,.nav>nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}.nav-cta{background:var(--ink);color:#fff;padding:11px 17px;border-radius:999px}.hero{padding:100px 0 80px;background:radial-gradient(circle at 80% 20%,#f8e9eb 0,transparent 35%),linear-gradient(180deg,#fff 0,#fafafa 100%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:800;color:var(--red);margin-bottom:18px}.hero h1{font-size:clamp(44px,5vw,72px);line-height:1.02;letter-spacing:-.055em;margin:0 0 22px}.hero h1 span{color:#777}.hero-title{font-size:25px;font-weight:800;margin:0 0 12px}.hero-text{font-size:18px;color:#56565b;max-width:620px;margin:0 0 28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:9px;padding:16px 22px;font-weight:800;transition:.2s}.button-primary{background:var(--red);color:#fff;box-shadow:0 12px 30px rgba(227,6,32,.18)}.button-primary:hover{background:var(--red2);transform:translateY(-1px)}.microcopy{font-size:12px;color:#777;margin:10px 0 30px}.stats{display:flex;gap:28px;border-top:1px solid var(--line);padding-top:24px}.stats div{display:flex;flex-direction:column}.stats strong{font-size:25px;letter-spacing:-.04em}.stats span{font-size:12px;color:#777}.video-card{background:#111;border-radius:22px;overflow:hidden;box-shadow:0 28px 70px rgba(0,0,0,.18)}.video-card video{display:block;width:100%;aspect-ratio:16/10;background:#111}.video-card p{color:#bbb;font-size:12px;padding:14px 18px;margin:0}.section{padding:110px 0}.intro{text-align:center}.intro h2,.audience h2,.curriculum h2,.offer h2,.faq h2{font-size:clamp(36px,4vw,58px);line-height:1.05;letter-spacing:-.05em;margin:0 0 22px}.intro p{font-size:19px;color:#5e5e63;max-width:720px;margin:auto}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}.audience{background:var(--soft)}.two-col p{font-size:18px;color:#5d5d62}.check-list{padding:0;margin:25px 0;list-style:none}.check-list li{padding:13px 0 13px 30px;border-bottom:1px solid #ddd;position:relative}.check-list li:before{content:'✓';position:absolute;left:0;color:var(--red);font-weight:900}.note{border-left:3px solid var(--red);padding:14px 18px;background:#fff;color:#666;font-size:13px}.curriculum{background:#111;color:#fff}.curriculum .eyebrow{color:#ff4c5e}.lead{color:#aaa;font-size:18px}.modules{margin-top:50px;border-top:1px solid #333}.module{display:grid;grid-template-columns:80px 1fr;gap:30px;padding:30px 0;border-bottom:1px solid #333}.module-no{font-size:18px;font-weight:900;color:var(--red)}.module h3{margin:0 0 15px;font-size:21px}.module h3 span{display:block;color:#777;font-size:12px;font-weight:500;margin-top:4px}.module ol{margin:0;padding-left:20px;color:#bbb}.module li{padding:3px 0}.offer{background:linear-gradient(135deg,#fff,#f5f5f5)}.offer-grid{display:grid;grid-template-columns:1fr 420px;gap:100px;align-items:center}.offer h2 span{color:var(--red)}.offer p{color:#666;font-size:18px;max-width:550px}.price-card{background:#fff;border:1px solid #e3e3e5;border-radius:20px;padding:34px;box-shadow:0 22px 60px rgba(0,0,0,.09)}.price-card h3{font-size:27px;line-height:1.1;margin:0 0 18px}.price{font-size:44px;font-weight:900;letter-spacing:-.05em}.price-card>p{font-size:13px;margin:4px 0 20px}.price-card ul{padding-left:18px;color:#555;font-size:14px}.price-card li{margin:9px 0}.full{width:100%;margin-top:12px}.price-card small{display:block;text-align:center;color:#888;margin-top:10px;font-size:11px}.faq details{border-top:1px solid var(--line);padding:20px 0}.faq details:last-child{border-bottom:1px solid var(--line)}summary{cursor:pointer;font-weight:700;list-style:none;display:flex;justify-content:space-between;gap:20px}summary:after{content:'+';color:var(--red);font-size:22px;line-height:1}details[open] summary:after{content:'−'}.faq details p{color:#666;max-width:700px;margin:14px 0 0}footer{background:#111;color:#aaa;padding:42px 0}.footer-inner{display:flex;align-items:center;gap:30px}.footer-inner img{width:110px}.footer-inner strong{color:#fff}.footer-inner span{font-size:11px}@media(max-width:850px){.nav{height:70px}.brand span,.nav nav a:not(.nav-cta){display:none}.hero{padding:70px 0 55px}.hero-grid,.two-col,.offer-grid{grid-template-columns:1fr;gap:45px}.hero h1{font-size:48px}.section{padding:75px 0}.offer-grid{gap:40px}.price-card{max-width:520px}.module{grid-template-columns:48px 1fr;gap:18px}}@media(max-width:520px){.container{width:min(var(--max),calc(100% - 28px))}.hero h1{font-size:39px}.hero-title{font-size:21px}.hero-text{font-size:16px}.stats{gap:16px}.stats strong{font-size:21px}.stats span{font-size:10px}.nav-cta{padding:9px 12px;font-size:12px}.video-card{border-radius:14px}.section{padding:62px 0}.intro h2,.audience h2,.curriculum h2,.offer h2,.faq h2{font-size:38px}.price{font-size:38px}}
