:root{--ink:#07111f;--navy:#0b1d35;--gold:#f1b849;--gold2:#ffd98a;--paper:#f7f5ef;--muted:#637083;--line:#dce2ea;--white:#fff;--red:#c64040;--green:#0c8c68}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;background:#fff;color:var(--ink)}a{color:inherit;text-decoration:none}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,80px);border-bottom:1px solid #edf0f4;position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);z-index:20}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(145deg,var(--navy),#17395f);color:var(--gold);display:grid;place-items:center;font-weight:900;letter-spacing:-1px}.brand span:last-child{display:flex;flex-direction:column}.brand b{font-size:17px}.brand small{font-size:10px;color:var(--muted);letter-spacing:.08em}.site-header nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:650}.btn,.btn-small{display:inline-flex;align-items:center;justify-content:center;background:var(--navy);color:#fff;border:none;border-radius:12px;font-weight:800;cursor:pointer}.btn{padding:14px 22px}.btn-small{padding:9px 13px;font-size:13px}.btn.secondary{background:#fff;color:var(--navy);border:1px solid #cdd6e1}.full{width:100%}.hero{min-height:620px;padding:80px clamp(22px,6vw,100px);background:radial-gradient(circle at 88% 10%,#fff3d9 0,transparent 35%),linear-gradient(135deg,#f8fafc,#f5f0e5);display:grid;grid-template-columns:1.1fr .7fr;gap:70px;align-items:center}.eyebrow{font-size:12px;letter-spacing:.18em;color:#967024;font-weight:900}.hero h1,.page-hero h1,.course-hero h1{font-size:clamp(42px,6vw,78px);letter-spacing:-.055em;line-height:.98;margin:16px 0}.hero h1 em{font-style:normal;color:#bc8420}.hero p,.page-hero p,.course-hero p{color:var(--muted);font-size:18px;line-height:1.65;max-width:720px}.hero-actions{display:flex;gap:12px;margin:30px 0}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hero-stats div{padding:16px;border-top:1px solid #cfd6df}.hero-stats b,.hero-stats span{display:block}.hero-stats span{font-size:12px;color:var(--muted);margin-top:4px}.hero-panel{background:linear-gradient(150deg,#081a30,#163a61);color:#fff;border-radius:28px;padding:38px;box-shadow:0 24px 70px #12365b33}.panel-badge{font-size:11px;color:var(--gold2);letter-spacing:.2em}.hero-panel h2{font-size:35px;margin:18px 0}.hero-panel p{color:#c9d3e0;font-size:15px}.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}.mini-grid span{border:1px solid #ffffff25;padding:15px;border-radius:12px;font-size:13px}.section{padding:72px clamp(22px,6vw,100px)}.section.alt{background:#f7f8fa}.section.narrow{max-width:1040px;margin:auto}.section.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.section h2{font-size:36px;letter-spacing:-.035em}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.cat-tile{min-height:120px;border:1px solid var(--line);border-radius:18px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.cat-tile:hover{transform:translateY(-3px);border-color:#d1a44e}.cat-tile span{color:#c89027}.course-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.course-card{background:#fff;border:1px solid #e2e7ed;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;min-width:0}.thumb{height:170px;background:linear-gradient(135deg,#102845,#244c76);display:grid;place-items:center;color:var(--gold);font-size:42px;font-weight:900}.thumb img{width:100%;height:100%;object-fit:cover}.thumb.big{height:210px;border-radius:16px}.card-body{padding:20px;display:flex;flex-direction:column;flex:1}.card-body small{color:#b37b18;font-weight:800;font-size:10px;letter-spacing:.12em}.card-body h3{margin:8px 0;font-size:19px}.card-body p{color:var(--muted);font-size:13px;line-height:1.55;flex:1}.price-row{display:flex;align-items:center;gap:8px;margin-top:14px}.price-row .btn-small{margin-left:auto}.price{font-weight:900;font-size:19px}.price.free{color:var(--green)}del{color:#8a95a5}.live-box,.buy-card,.checkout-card,.auth-card{border:1px solid var(--line);border-radius:22px;padding:28px;background:#fff;box-shadow:0 12px 35px #0b1d3510}.live-row{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #eef1f5}.live-row small,.resource-row small{display:block;color:var(--muted);margin-top:4px}.live-dot{width:10px;height:10px;border-radius:50%;background:#e44;margin-top:6px;box-shadow:0 0 0 5px #fee}.page-hero{padding:72px clamp(22px,6vw,100px);background:#f6f4ee}.course-hero{padding:60px clamp(22px,6vw,100px);display:grid;grid-template-columns:1fr 360px;gap:60px;background:#f7f8fa}.course-hero h1{font-size:58px}.chips{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0}.chips span{background:#fff;border:1px solid var(--line);padding:8px 11px;border-radius:999px;font-size:12px}.buy-card ul{padding-left:18px;color:var(--muted);line-height:1.9;font-size:14px}.curriculum{border:1px solid var(--line);border-radius:16px;overflow:hidden;margin:14px 0}.curriculum h3{padding:16px 18px;margin:0;background:#f6f8fa}.lesson-row{display:grid;grid-template-columns:90px 1fr auto;gap:12px;padding:14px 18px;border-top:1px solid #edf0f4;align-items:center}.lesson-row span,.lesson-row em{font-size:10px;color:var(--muted);font-style:normal}.lesson-row em{color:#a06e15}.prose{line-height:1.8;color:#465365}.auth-wrap,.checkout-wrap{min-height:calc(100vh - 140px);display:grid;place-items:center;padding:50px 20px;background:#f5f6f8}.auth-card,.checkout-card{width:min(520px,100%)}.auth-card h1,.checkout-card h1{font-size:34px}.auth-card label,.checkout-card label{display:block;font-size:13px;font-weight:700;margin:15px 0}.auth-card input,.checkout-card input{width:100%;padding:13px;border:1px solid #cfd6df;border-radius:10px;margin-top:7px;font:inherit}.auth-card .btn{width:100%;margin-top:8px}.alert{background:#fff0f0;color:#9d2525;padding:11px;border-radius:10px}.coupon-row{display:flex;gap:8px}.coupon-row input{margin-top:0}.link-btn{border:0;background:transparent;color:#9c6a12;font-weight:800}.checkout-card #priceBox{background:#f7f8fa;border-radius:14px;padding:16px;margin:20px 0}.checkout-card #priceBox>div{display:flex;justify-content:space-between;padding:7px}.checkout-card .total{border-top:1px solid #dce2e8;margin-top:7px;padding-top:14px!important}.resource-row{display:grid;grid-template-columns:90px 1fr auto;gap:16px;align-items:center;border-bottom:1px solid #e7ebf0;padding:18px 0}.resource-row>span{background:#f1f3f6;padding:8px;border-radius:8px;font-size:11px;font-weight:900;text-align:center}.resource-row em{font-style:normal;color:var(--muted);font-size:12px}.hub-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.hub-tile{border:1px solid var(--line);border-radius:16px;padding:20px;min-height:130px}.hub-tile span,.hub-tile b,.hub-tile small{display:block}.hub-tile span{color:#c18b28}.hub-tile b{margin:14px 0 5px}.hub-tile small{color:var(--muted)}.my-course{display:grid;grid-template-columns:220px 1fr;gap:22px;border:1px solid var(--line);border-radius:18px;padding:18px;margin-bottom:14px}.my-course .thumb{height:130px;border-radius:12px}.empty{text-align:center;padding:60px;border:1px dashed #cbd3dd;border-radius:18px;color:var(--muted)}footer{padding:35px clamp(22px,6vw,100px);background:#07111f;color:#fff;display:flex;justify-content:space-between;gap:20px}footer span{color:#aeb8c5;font-size:13px}@media(max-width:1000px){.site-header nav a:not(.btn-small){display:none}.hero,.course-hero,.section.split{grid-template-columns:1fr}.cat-grid{grid-template-columns:repeat(3,1fr)}.course-grid{grid-template-columns:repeat(2,1fr)}.hub-grid{grid-template-columns:repeat(2,1fr)}.buy-card{max-width:520px}.hero{padding-top:55px}}@media(max-width:620px){.site-header{height:66px;padding:0 15px}.brand small{display:none}.hero{padding:45px 18px}.hero h1{font-size:48px}.hero-stats{grid-template-columns:1fr}.section,.page-hero,.course-hero{padding:45px 18px}.cat-grid{grid-template-columns:repeat(2,1fr)}.course-grid,.hub-grid{grid-template-columns:1fr}.section-head{align-items:start}.section-head h2{font-size:29px}.section-head>a{display:none}.course-hero h1{font-size:42px}.my-course{grid-template-columns:1fr}.lesson-row,.resource-row{grid-template-columns:70px 1fr}.lesson-row em,.resource-row em{grid-column:2}.hero-actions{flex-direction:column}.coupon-row{flex-wrap:wrap}footer{flex-direction:column}.site-header nav{gap:8px}}

.gc-video-shell{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:18px;overflow:hidden;box-shadow:0 18px 55px #07111f25}
.gc-video-shell iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.gc-watermark{position:absolute;left:4%;top:8%;z-index:3;color:#fff;background:#0007;border:1px solid #ffffff55;border-radius:8px;padding:6px 9px;font-size:11px;font-weight:800;pointer-events:none;animation:gc-wm-move 28s linear infinite}
.video-note{font-size:12px;color:var(--muted);margin-top:10px}
@keyframes gc-wm-move{0%{left:4%;top:8%}24%{left:70%;top:12%}49%{left:65%;top:78%}74%{left:8%;top:76%}100%{left:4%;top:8%}}
