.page-header{position:relative;padding:140px 24px 80px;text-align:center;overflow:hidden}.page-header-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 80%,rgba(232,96,28,.12) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(45,122,58,.1) 0%,transparent 40%),linear-gradient(180deg,var(--blue-deeper) 0%,var(--blue-dark) 60%,var(--blue-deeper) 100%);z-index:0}.page-header-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.page-header .section-label{font-family:"Press Start 2P",monospace;font-size:10px;color:var(--orange-bright);letter-spacing:3px;text-transform:uppercase;margin-bottom:16px;display:block}.page-header h1{font-family:"Press Start 2P",monospace;font-size:clamp(24px,4vw,40px);line-height:1.3;margin-bottom:16px;text-shadow:3px 3px 0 rgba(0,0,0,.4)}.page-header h1 .accent{color:var(--orange-bright)}.page-header p{font-size:17px;color:var(--gray);line-height:1.7;max-width:560px;margin:0 auto}.progress-section{padding:0 24px;margin-top:-40px;position:relative;z-index:2}.progress-card{max-width:700px;margin:0 auto;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:28px 32px;text-align:center}.progress-label{font-family:"Press Start 2P",monospace;font-size:9px;color:var(--gray);letter-spacing:2px;margin-bottom:16px;display:block}.progress-bar-track{width:100%;height:16px;background:#ffffff0f;border-radius:8px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.06)}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--green-turf),var(--green-dark) 60%,rgba(45,122,58,.4));border-radius:8px;position:relative;transition:width 1.5s cubic-bezier(.22,1,.36,1);width:0}.progress-bar-fill:after{content:"";position:absolute;right:0;top:0;bottom:0;width:3px;background:var(--yellow);box-shadow:0 0 12px var(--yellow-glow),0 0 4px var(--yellow);border-radius:2px}.progress-markers{display:flex;justify-content:space-between;margin-top:10px;padding:0 2px}.progress-marker{font-family:"Press Start 2P",monospace;font-size:7px;color:var(--gray);letter-spacing:1px}.progress-marker.active{color:var(--yellow)}.progress-stat{margin-top:14px;font-family:"Press Start 2P",monospace;font-size:11px;color:var(--orange-bright)}.roadmap{padding:80px 0 100px}.roadmap .container{max-width:900px}.quarter{position:relative;margin-bottom:64px}.quarter:last-child{margin-bottom:0}.quarter:before{content:"";position:absolute;left:20px;top:56px;bottom:-64px;width:2px;background:#ffffff0f}.quarter:last-child:before{display:none}.quarter-header{display:flex;align-items:center;gap:16px;margin-bottom:28px}.quarter-dot{width:42px;height:42px;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;position:relative;z-index:1}.quarter-dot.completed{background:var(--green-turf);box-shadow:0 0 16px #2d7a3a66}.quarter-dot.in-progress{background:var(--orange);box-shadow:0 0 16px #e8601c66;animation:dot-pulse 2s ease-in-out infinite}.quarter-dot.upcoming{background:#ffffff14;border:2px solid rgba(255,255,255,.15)}@keyframes dot-pulse{0%,to{box-shadow:0 0 16px #e8601c66}50%{box-shadow:0 0 28px #e8601c99}}.quarter-info{flex:1}.quarter-label{font-family:"Press Start 2P",monospace;font-size:clamp(13px,2vw,16px);margin-bottom:4px;line-height:1.4}.quarter-dates{font-size:14px;color:var(--gray);letter-spacing:.5px}.badge{font-family:"Press Start 2P",monospace;font-size:7px;letter-spacing:1.5px;padding:5px 10px;border-radius:4px;flex-shrink:0;text-transform:uppercase}.badge-completed{color:#2d7a3a;background:#2d7a3a26;border:1px solid rgba(45,122,58,.3)}.badge-in-progress{color:var(--orange-bright);background:#e8601c1f;border:1px solid rgba(232,96,28,.3);animation:badge-glow 2s ease-in-out infinite}@keyframes badge-glow{0%,to{box-shadow:none}50%{box-shadow:0 0 12px #e8601c33}}.badge-upcoming{color:var(--gray);background:#ffffff0a;border:1px solid rgba(255,255,255,.1)}.quarter-versions{font-family:"Press Start 2P",monospace;font-size:8px;color:var(--yellow);letter-spacing:1px;margin-top:4px}.feature-list{margin-left:20px;padding-left:38px;border-left:2px solid rgba(255,255,255,.06)}.feature-item{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.03);transition:background .2s}.feature-item:last-child{border-bottom:none}.feature-item:hover{background:#ffffff03;margin:0 -12px;padding-left:12px;padding-right:12px;border-radius:6px}.feature-check{width:24px;height:24px;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px;transition:all .3s}.feature-check.done{background:var(--green-turf);box-shadow:0 0 8px #2d7a3a4d}.feature-check.done svg{width:12px;height:12px;stroke:var(--white);stroke-width:3;fill:none}.feature-check.pending{background:transparent;border:2px solid rgba(255,255,255,.12)}.feature-check.pending svg{display:none}.feature-text h4{font-size:15px;font-weight:700;line-height:1.4;margin-bottom:3px;letter-spacing:.3px}.feature-text h4.checked{color:#f0ede680}.feature-text p{font-size:14px;color:var(--gray);line-height:1.6}.feature-text p.checked{color:#8a8a8a80}.post-launch{padding:80px 0 100px;text-align:center;position:relative;overflow:hidden;background:radial-gradient(ellipse at center,rgba(107,47,160,.08) 0%,transparent 60%),var(--blue-deeper)}.post-launch .section-label{font-family:"Press Start 2P",monospace;font-size:10px;color:var(--purple);letter-spacing:3px;text-transform:uppercase;margin-bottom:12px;display:block}.post-launch .section-title{font-family:"Press Start 2P",monospace;font-size:clamp(18px,3vw,28px);line-height:1.4;margin-bottom:20px;text-shadow:3px 3px 0 rgba(0,0,0,.3)}.post-launch .section-desc{font-size:16px;color:var(--gray);max-width:560px;line-height:1.7;margin:0 auto 40px}.teaser-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;max-width:800px;margin:0 auto}.teaser-card{background:#ffffff08;border:1px solid rgba(107,47,160,.2);border-radius:10px;padding:28px 20px;text-align:center;transition:border-color .3s,transform .3s}.teaser-card:hover{border-color:#6b2fa080;transform:translateY(-3px)}.teaser-card .teaser-icon{font-size:28px;margin-bottom:14px}.teaser-card h4{font-family:"Press Start 2P",monospace;font-size:9px;line-height:1.5;margin-bottom:8px}.teaser-card p{font-size:13px;color:var(--gray);line-height:1.6}.cta-section .section-title{font-family:"Press Start 2P",monospace;font-size:clamp(18px,3vw,28px);line-height:1.4;margin-bottom:16px;text-shadow:3px 3px 0 rgba(0,0,0,.3)}.cta-section .section-desc{font-size:16px;color:var(--gray);max-width:480px;line-height:1.7;margin:0 auto}@media(max-width:700px){.page-header{padding:110px 20px 60px}.progress-card{padding:24px 20px}.quarter-header{flex-wrap:wrap}.quarter-header .badge{order:3;margin-left:58px;margin-top:-8px}.feature-list{margin-left:10px;padding-left:28px}.teaser-grid{grid-template-columns:1fr}}
