.btn{display:inline-block;padding:.75rem 2rem;border-radius:var(--r-btn);font-size:1rem;font-weight:700;border:2px solid transparent;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif;text-align:center}.btn-primary{background:#b8801a;color:#fff;border-color:#b8801a}.btn-primary:hover{background:#9a6b15;border-color:#9a6b15;transform:translateY(-1px)}.btn-outline-light{background:transparent;color:#fff;border-color:#fff6}.btn-outline-light:hover{background:#ffffff1a}.section-wrap{max-width:1160px;margin:0 auto;padding:0 1.5rem}.label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin-bottom:.6rem}.section-title{font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;letter-spacing:-.02em;line-height:1.2;color:var(--text-h);margin-bottom:1rem}.section-sub{font-size:1.05rem;color:var(--text-b);line-height:1.7;max-width:660px}.hero{background:var(--dark);color:var(--text-light);padding:6rem 1.5rem 5rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse at 70% 30%,rgba(232,160,32,.22) 0%,transparent 65%),radial-gradient(ellipse at 20% 80%,rgba(232,160,32,.1) 0%,transparent 60%)}.hero>*{position:relative;z-index:1}.hero .label{color:var(--primary)}.hero h1{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1.25rem;line-height:1.15}.hero h1 span{color:var(--primary)}.hero-sub{font-size:1.15rem;color:#ffffffb8;max-width:640px;margin:0 auto 2rem;line-height:1.7}.hero-btns{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-top:1.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.hero-stat-item{text-align:center}.hero-stat-num{font-size:1.75rem;font-weight:800;color:var(--primary)}.hero-stat-label{font-size:.8rem;color:#ffffff80;margin-top:.2rem}.course-overview{padding:5rem 1.5rem;background:var(--bg-white)}.module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem}.module-card{background:var(--bg-page);border:1px solid var(--border);border-radius:var(--r-card);padding:1.5rem}.module-num{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:.4rem}.module-card h3{font-size:.98rem;font-weight:700;margin-bottom:.4rem;color:var(--text-h)}.module-card p{font-size:.82rem;color:var(--text-b);line-height:1.55}.free-preview{padding:5rem 1.5rem;background:var(--bg-page)}.preview-box{background:var(--bg-white);border:2px solid var(--primary-lt);border-radius:var(--r-card);padding:2.5rem;max-width:800px}.preview-tag{display:inline-block;background:var(--primary-lt);color:var(--primary);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;padding:.3rem .8rem;border-radius:var(--r-btn);margin-bottom:1rem}.preview-box h3{font-size:1.4rem;font-weight:800;margin-bottom:1rem}.preview-box p{font-size:.93rem;color:var(--text-b);line-height:1.7;margin-bottom:1.25rem}.roadmap-steps{list-style:none;display:flex;flex-direction:column;gap:.85rem;margin:1.5rem 0 2rem}.roadmap-steps li{display:flex;align-items:flex-start;gap:1rem}.step-num{background:var(--primary);color:#fff;font-size:.72rem;font-weight:800;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.step-content h4{font-size:.92rem;font-weight:700;color:var(--text-h);margin-bottom:.15rem}.step-content p{font-size:.82rem;color:var(--text-b);line-height:1.5}.preview-checklist{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;background:var(--bg-page);border-radius:var(--r-card);margin-top:1.5rem}.preview-checklist li{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--text-b)}.preview-checklist li:before{content:"☐";color:var(--primary);font-size:1rem}.locked-section{padding:5rem 1.5rem;background:var(--bg-white)}.locked-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2.5rem;position:relative}.locked-grid:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,var(--bg-white) 70%);pointer-events:none}.locked-card{background:var(--bg-page);border:1px solid var(--border);border-radius:var(--r-card);padding:1.5rem;opacity:.55}.locked-card h3{font-size:.95rem;font-weight:700;color:var(--text-h);margin-bottom:.35rem}.locked-card p{font-size:.82rem;color:var(--text-b)}.lock-icon{font-size:1.1rem;margin-bottom:.5rem}.unlock-cta{text-align:center;margin-top:2rem;padding:2.5rem;background:var(--dark);border-radius:var(--r-card);color:var(--text-light)}.unlock-cta h3{font-size:1.35rem;font-weight:800;margin-bottom:.75rem}.unlock-cta p{font-size:.9rem;color:#ffffffa6;margin-bottom:1.5rem;max-width:480px;margin-left:auto;margin-right:auto}.unlock-price{font-size:1.75rem;font-weight:800;color:var(--primary);margin-bottom:1.25rem}.unlock-price span{font-size:.9rem;font-weight:500;color:#ffffff80}.prereqs{padding:5rem 1.5rem;background:var(--bg-page)}.prereq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2.5rem}.prereq-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--r-card);padding:2rem}.prereq-icon{font-size:2rem;margin-bottom:1rem}.prereq-card h3{font-size:1rem;font-weight:800;margin-bottom:.6rem}.prereq-card p{font-size:.87rem;color:var(--text-b);line-height:1.65}.trust{padding:4rem 1.5rem;background:var(--bg-white);text-align:center}.trust-grid{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-top:2rem}.trust-item{text-align:center;max-width:160px}.trust-icon{font-size:2rem;margin-bottom:.5rem}.trust-item p{font-size:.82rem;color:var(--text-b);line-height:1.5}.section-particles~*{position:relative;z-index:1}[data-theme=dark] .course-overview{background:var(--bg-page)}[data-theme=dark] .module-card{background:var(--bg-white);border-color:var(--border)}[data-theme=dark] .free-preview{background:var(--bg-page)}[data-theme=dark] .preview-box{background:var(--bg-white);border-color:#e8a02033}[data-theme=dark] .preview-checklist{background:#ffffff0a}[data-theme=dark] .locked-section{background:var(--bg-page)}[data-theme=dark] .locked-card{background:var(--bg-white);border-color:var(--border)}[data-theme=dark] .locked-grid:after{background:linear-gradient(to bottom,transparent 0%,var(--bg-page) 70%)}[data-theme=dark] .prereqs{background:var(--bg-page)}[data-theme=dark] .prereq-card{background:var(--bg-white);border-color:var(--border)}[data-theme=dark] .trust{background:var(--bg-page)}@media(max-width:960px){.module-grid{grid-template-columns:1fr 1fr}.prereq-grid{grid-template-columns:1fr}}@media(max-width:640px){.module-grid,.locked-grid{grid-template-columns:1fr}.hero-stats{gap:1.5rem}}
