.hero{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding:120px 48px 80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#1a1f1a2e 1.5px,#0000 1.5px);background-size:40px 40px;position:absolute;inset:0}.hero-blob{pointer-events:none;background:radial-gradient(circle,#2a5c3f0d 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:-200px;right:-200px}.hero-blob2{pointer-events:none;background:radial-gradient(circle,#2a5c3f0a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-100px;left:-100px}.hero-inner{text-align:center;z-index:1;flex-direction:column;align-items:center;width:100%;max-width:1300px;margin:0 auto;display:flex;position:relative}.hero-copy{width:100%}.hero-tag{background:var(--g-dim);border:1px solid var(--g-border);border-radius:100px;align-items:center;gap:10px;max-width:100%;margin-bottom:32px;padding:10px 18px;display:inline-flex}.hero-tag-dot{background:var(--g-accent);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero-tag span{color:var(--g);letter-spacing:.01em;font-size:13px;font-weight:600;line-height:1.4}.hero h1{letter-spacing:-.045em;color:var(--ink);margin-bottom:24px;font-size:clamp(38px,5.5vw,80px);font-weight:900;line-height:1}.hero h1 em{color:var(--g);font-style:normal}.hero-sub{color:var(--ink-light);text-align:center;max-width:680px;margin:0 auto 36px;font-size:18px;font-weight:400;line-height:1.65}.hero-ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:12px;display:flex}.btn-primary{background:var(--ink);color:var(--white);cursor:pointer;border:none;border-radius:100px;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary:hover{background:var(--g);transform:translateY(-2px);box-shadow:0 8px 30px #2a5c3f40}.btn-ghost{color:var(--ink-light);cursor:pointer;background:0 0;border:1.5px solid #1a1f1a33;border-radius:100px;align-items:center;padding:14px 28px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-ghost:hover{color:var(--ink);background:var(--surface);border-color:#1a1f1a59}.hero-fine{color:var(--ink-faint);font-size:12px}.hero-stats{justify-content:center;gap:48px;margin-top:56px;display:flex}.hero-stat-num{letter-spacing:-.04em;color:var(--ink);font-size:28px;font-weight:800}.hero-stat-num em{color:var(--g);font-style:normal}.hero-stat-label{color:var(--ink-faint);margin-top:2px;font-size:12px}.ticker-wrap{background:var(--dark);padding:14px 0;position:relative;overflow:hidden}.ticker-wrap:before,.ticker-wrap:after{content:"";z-index:2;width:100px;position:absolute;top:0;bottom:0}.ticker-wrap:before{background:linear-gradient(to right, var(--dark), transparent);left:0}.ticker-wrap:after{background:linear-gradient(to left, var(--dark), transparent);right:0}.ticker-track{white-space:nowrap;will-change:transform;animation:50s linear infinite ticker;display:flex}.ticker-item{letter-spacing:.06em;text-transform:uppercase;color:#ffffff80;flex-shrink:0;align-items:center;font-size:12px;font-weight:500;display:inline-flex}.ticker-item:after{content:"";background:#ffffff40;border-radius:50%;width:4px;height:4px;margin:0 28px;display:inline-block}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{padding:100px 48px}.section-inner{max-width:1200px;margin:0 auto}.eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--g);margin-bottom:14px;font-size:12px;font-weight:700}.section-title{letter-spacing:-.04em;color:var(--ink);font-size:clamp(32px,3.5vw,48px);font-weight:800;line-height:1.06}.section-title em{color:var(--g);font-style:normal}.section-sub{color:var(--ink-light);max-width:520px;margin-top:14px;font-size:17px;line-height:1.65}.modules-section{background:var(--surface);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.modules-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:56px;display:flex}.modules-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.module-card{background:var(--bg);border:1.5px solid var(--rule);border-radius:20px;padding:40px;transition:all .25s;position:relative;overflow:hidden}.module-card:before{content:"";background:var(--g-accent);opacity:0;height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.module-card:hover{border-color:var(--g-border);transform:translateY(-3px);box-shadow:0 8px 40px #2a5c3f14}.module-card:hover:before{opacity:1}.module-icon{margin-bottom:20px;font-size:28px}.module-label{letter-spacing:.1em;text-transform:uppercase;color:var(--g);margin-bottom:10px;font-size:10px;font-weight:700}.module-card h3{letter-spacing:-.03em;color:var(--ink);margin-bottom:12px;font-size:22px;font-weight:800}.module-card p{color:var(--ink-light);margin-bottom:20px;font-size:14px;line-height:1.75}.module-pills{flex-wrap:wrap;gap:6px;display:flex}.module-pill{color:var(--g);background:var(--g-dim);border:1px solid var(--g-border);border-radius:100px;padding:3px 10px;font-size:11px;font-weight:600}.how-section{background:var(--bg)}.how-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:56px;display:grid}.how-card{background:var(--surface);border:1.5px solid var(--rule);border-radius:16px;padding:36px 32px;transition:all .25s;position:relative}.how-card:hover{border-color:var(--g-border);transform:translateY(-3px);box-shadow:0 4px 32px #2a5c3f14}.how-num{color:var(--bg2);letter-spacing:-.05em;font-size:56px;font-weight:900;line-height:1;position:absolute;top:20px;right:24px}.how-icon{background:var(--g-dim);border:1px solid var(--g-border);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;font-size:22px;display:flex}.how-step{letter-spacing:.1em;text-transform:uppercase;color:var(--g);margin-bottom:10px;font-size:11px;font-weight:700}.how-card h3{letter-spacing:-.03em;color:var(--ink);margin-bottom:10px;font-size:20px;font-weight:700}.how-card p{color:var(--ink-light);font-size:14px;line-height:1.7}.certs-section{background:var(--dark)}.certs-section .section-title{color:var(--white)}.certs-section .section-sub{color:#ffffff73}.certs-section .eyebrow{color:var(--g-accent)}.certs-grid{background:#ffffff0f;border:1px solid #ffffff0f;border-radius:16px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:56px;display:grid;overflow:hidden}.cert-card{background:var(--dark);cursor:pointer;padding:36px 32px;transition:background .25s;position:relative}.cert-card:hover{background:var(--dark2)}.cert-card:after{content:"";background:var(--g-accent);opacity:0;height:2px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.cert-card:hover:after{opacity:1}.cert-card-code{letter-spacing:.1em;text-transform:uppercase;color:var(--g-accent);margin-bottom:14px;font-size:10px;font-weight:700}.cert-card h3{letter-spacing:-.02em;color:var(--white);margin-bottom:10px;font-size:18px;font-weight:700}.cert-card p{color:#fff6;margin-bottom:20px;font-size:13px;line-height:1.65}.cert-tags{flex-wrap:wrap;gap:6px;margin-bottom:20px;display:flex}.cert-tag{letter-spacing:.06em;text-transform:uppercase;color:#ffffff80;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:600}.cert-amount{letter-spacing:-.04em;color:var(--white);align-items:baseline;gap:6px;font-size:26px;font-weight:900;display:flex}.cert-amount span{color:#ffffff4d;font-size:12px;font-weight:400}.certs-browse{text-align:center;margin-top:32px}.certs-browse a{color:var(--g-accent);border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:8px;padding:12px 28px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.certs-browse a:hover{border-color:var(--g-accent);background:#2a5c3f1a}.stats-section{background:var(--g);padding:72px 48px}.stats-inner{grid-template-columns:repeat(3,1fr);max-width:1200px;margin:0 auto;display:grid}.stat-block{text-align:center;border-right:1px solid #ffffff26;padding:0 40px}.stat-block:first-child{padding-left:0}.stat-block:last-child{border-right:none;padding-right:0}.stat-num{letter-spacing:-.04em;color:var(--white);font-size:56px;font-weight:900;line-height:1}.stat-num em{color:#ffffff80;font-style:normal}.stat-label{color:#ffffff8c;margin-top:8px;font-size:13px;font-weight:400}.hero-shot{width:100%;max-width:1200px;margin-top:40px}.hero-shot-card{border:1.5px solid var(--rule);border-radius:16px;overflow:hidden;box-shadow:0 16px 64px #0000001a}.hero-shot-card img{width:100%;height:auto;display:block}@media (width<=720px){.hero-shot{margin-top:32px}.hero-shot-card{border-radius:10px}}.cta-section{background:var(--bg);padding:100px 48px}.cta-box{background:var(--dark);border-radius:24px;justify-content:space-between;align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:72px 80px;display:flex;position:relative;overflow:hidden}.cta-box:before{content:"GO";letter-spacing:-.06em;color:#ffffff04;pointer-events:none;white-space:nowrap;font-size:380px;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-content{z-index:1;position:relative}.cta-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--g-accent);margin-bottom:16px;font-size:12px;font-weight:700}.cta-title{letter-spacing:-.04em;color:var(--white);margin-bottom:14px;font-size:clamp(32px,3.5vw,48px);font-weight:800;line-height:1.06}.cta-title em{color:var(--g-accent);font-style:normal}.cta-sub{color:#ffffff73;max-width:420px;font-size:16px;line-height:1.65}.cta-actions{z-index:1;flex-direction:column;flex-shrink:0;align-items:flex-start;gap:12px;display:flex;position:relative}.btn-primary-lg{background:var(--g);color:var(--white);cursor:pointer;white-space:nowrap;border:none;border-radius:100px;align-items:center;gap:10px;padding:16px 36px;font-size:16px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary-lg:hover{background:var(--g-light);transform:translateY(-2px);box-shadow:0 8px 30px #2a5c3f66}.cta-fine{color:#ffffff40;font-size:12px}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(24px)}.reveal.in{opacity:1;transform:translateY(0)}@media (width<=1024px){.hero{padding:120px 32px 80px}.modules-grid{grid-template-columns:1fr}.how-grid,.certs-grid{grid-template-columns:repeat(2,1fr)}.stats-inner{gap:0}.stat-block{padding:0 24px}.cta-box{gap:40px;padding:56px 48px}.section{padding:80px 32px}.modules-header{flex-direction:column;align-items:flex-start}}@media (width<=720px){.hero{min-height:auto;padding:100px 20px 64px;overflow:visible}.hero-blob,.hero-blob2{display:none}.hero-inner{text-align:center;align-items:center}.hero-tag{margin-bottom:22px;padding:10px 18px}.hero-tag span{font-size:12px}.hero h1{margin-bottom:18px;font-size:clamp(34px,9vw,52px)}.hero-sub{margin-bottom:28px;font-size:16px}.hero-ctas{flex-direction:column;gap:10px;margin-bottom:0}.btn-primary,.btn-ghost{text-align:center;justify-content:center;width:100%}.hero-fine{margin-top:14px}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:36px;padding-top:28px;display:grid}.hero-stats>div{border:1px solid var(--rule);background:#ffffffa6;border-radius:16px;min-width:0;padding:14px 10px}.hero-stat-num{font-size:20px}.hero-stat-label{font-size:11px;line-height:1.4}.ticker-wrap:before,.ticker-wrap:after{width:48px}.modules-grid{grid-template-columns:1fr}.module-card{padding:28px 24px}.how-grid,.certs-grid{grid-template-columns:1fr}.stats-section{padding:56px 20px}.stats-inner{grid-template-columns:1fr}.stat-block{text-align:center;border-bottom:1px solid #ffffff1a;border-right:none;padding:20px 0}.stat-block:first-child{padding-top:0}.stat-block:last-child{border-bottom:none;padding-bottom:0}.cta-section{padding:64px 20px}.cta-box{text-align:center;flex-direction:column;gap:32px;padding:40px 24px}.cta-sub{max-width:100%}.cta-actions{align-items:center;width:100%}.btn-primary-lg{justify-content:center;width:100%}.section{padding:72px 20px}}@media (width<=480px){.hero{padding-top:88px}.hero-tag{justify-content:center}.hero h1{font-size:clamp(30px,10vw,40px)}.hero-stats{grid-template-columns:1fr;gap:8px}.hero-stats>div{border-radius:12px;justify-content:space-between;align-items:center;padding:14px;display:flex}.hero-stat-label{text-align:right}.stat-num{font-size:48px}}
