:root{--accent-warm: #f97316;--accent-yellow: #eab308}.gradient-text{background:linear-gradient(135deg,var(--accent) 0%,#a78bfa 50%,var(--accent-warm) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-text-warm{background:linear-gradient(135deg,var(--accent-warm) 0%,#fb923c 50%,var(--accent-yellow) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-white{color:var(--text-primary)}.highlight{color:var(--accent);font-weight:500}.highlight-warm{color:var(--accent-warm);font-weight:500}.section-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#7c5cff1a;border:1px solid rgba(124,92,255,.3);border-radius:9999px;font-size:.875rem;color:#9580ff;margin-bottom:1.5rem}.section-badge svg{opacity:.8}.badge-light{background:#7c5cff26}.sparkle{position:absolute;color:var(--accent);opacity:.4;animation:twinkle 3s ease-in-out infinite}.sparkle-1{top:15%;right:10%}.sparkle-2{bottom:20%;left:8%;animation-delay:1.5s}@keyframes twinkle{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:10rem 2rem 6rem;position:relative;overflow:hidden}.glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,var(--accent-glow) 0%,transparent 70%);border-radius:50%;filter:blur(100px);animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.hero h1{font-size:4rem;font-weight:700;margin-bottom:2rem;position:relative;line-height:1.1}.tagline{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2.5rem;position:relative;max-width:550px;line-height:1.7}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--accent);color:#fff;font-size:1.125rem;font-weight:600;border-radius:9999px;text-decoration:none;transition:all .2s ease;position:relative}.cta-button:hover{background:#6b4fd4;transform:translateY(-2px);box-shadow:0 10px 30px #7c5cff4d}.cta-icon{opacity:.9}.demo-section{padding:6rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center}.demo-section h2{font-size:2.5rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.section-subtitle{font-size:1.125rem;color:var(--text-secondary);margin-bottom:3rem}.demo-card{background:var(--bg-secondary);border-radius:16px;border:1px solid rgba(255,255,255,.1);max-width:700px;width:100%;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.demo-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.05);background:#0003}.window-dots{display:flex;gap:.5rem}.dot{width:12px;height:12px;border-radius:50%}.dot-red{background:#ff5f57}.dot-yellow{background:#febc2e}.dot-purple{background:var(--accent)}.demo-title{font-size:.875rem;color:var(--text-secondary)}.restart-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--text-secondary);font-size:.875rem;cursor:pointer;transition:all .2s ease}.restart-btn:hover{background:#ffffff0d;color:var(--text-primary)}.progress-bar{height:3px;background:#ffffff1a}.progress-fill{height:100%;width:33%;background:var(--accent);transition:width .3s ease}.demo-content{padding:2rem;text-align:left}.story-text{font-size:1.125rem;line-height:1.8;color:var(--text-secondary);margin-bottom:2rem;transition:opacity .2s ease}.choices{display:flex;flex-direction:column;gap:.75rem;transition:opacity .2s ease}.demo-card .choice-btn{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:var(--text-primary);font-size:1rem;text-align:left;cursor:pointer;transition:all .2s ease;width:100%}.demo-card .choice-btn:hover{background:#7c5cff1a;border-color:#7c5cff4d}.demo-card .choice-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-warm) 100%);border-radius:8px;font-size:.875rem;font-weight:600;color:#fff;flex-shrink:0}.demo-card .choice-text{flex:1}.demo-card .choice-arrow{opacity:.5;transition:all .2s ease}.demo-card .choice-btn:hover .choice-arrow{opacity:1;transform:translate(4px)}.how-it-works{padding:6rem 2rem;max-width:1200px;margin:0 auto;text-align:center}.how-it-works h2{font-size:2.5rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.how-it-works-subtitle{font-size:1.125rem;color:var(--text-secondary);margin-bottom:3rem}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.step-card{background:var(--bg-secondary);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem 1.5rem;text-align:left;position:relative}.step-badge{position:absolute;top:-10px;left:-10px;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:#fff}.step-badge-purple{background:var(--accent)}.step-badge-orange{background:#f97316}.step-badge-yellow{background:#eab308}.step-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.step-icon-purple{background:#7c5cff26;color:var(--accent)}.step-icon-orange{background:#f9731626;color:#f97316}.step-icon-yellow{background:#eab30826;color:#eab308}.step-icon-purple-light{background:#a78bfa26;color:#a78bfa}.step-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.step-card p{color:var(--text-secondary);font-size:.9375rem;line-height:1.5}.step-arrow{position:absolute;right:-22px;top:50%;transform:translateY(-50%);width:32px;height:32px;background:var(--bg-primary);border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);z-index:1}.trailblazer{padding:5rem 2rem;background:var(--bg-secondary)}.trailblazer-content{max-width:700px;margin:0 auto;text-align:center}.trailblazer h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--accent) 0%,#a78bfa 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.trailblazer-description{color:var(--text-secondary);font-size:1.25rem;line-height:1.8}.what-if{padding:6rem 2rem}.what-if-content{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.what-if-visual{position:relative}.path-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;position:relative}.path-svg{width:100%;height:auto}.path-label{position:absolute;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500}.path-not-taken{top:1rem;left:1rem;background:#a78bfa33;color:#a78bfa}.path-journey{bottom:1rem;right:1rem;background:#f9731633;color:#f97316}.rewind-icon{position:absolute;bottom:1rem;left:1rem;width:40px;height:40px;background:var(--accent);border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center}.what-if-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.what-if-intro{color:var(--text-secondary);font-size:1.125rem;line-height:1.7;margin-bottom:1rem}.what-if-description{color:var(--text-secondary);font-size:1.0625rem;line-height:1.7;margin-bottom:2rem}.what-if-features{display:flex;flex-direction:column;gap:1rem}.what-if-feature{display:flex;align-items:flex-start;gap:1rem}.feature-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon-purple{background:#7c5cff26;color:var(--accent)}.feature-icon-orange{background:#f9731626;color:#f97316}.what-if-feature strong{display:block;color:var(--text-primary);font-size:1rem;margin-bottom:.25rem}.what-if-feature span{color:var(--text-secondary);font-size:.9375rem}.badge-warm{background:#f973161a;border-color:#f973164d;color:#f97316}.ever-growing{padding:6rem 2rem}.ever-growing-content{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.ever-growing-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.ever-growing-text p{color:var(--text-secondary);font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem}.ever-growing-text strong{color:var(--text-primary)}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.feature-item{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary);font-size:.9375rem}.feature-item svg{color:var(--accent-warm);flex-shrink:0}.ever-growing-visual{position:relative}.branch-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;text-align:center}.branch-svg{width:100%;max-width:300px;height:auto}.branch-caption{color:var(--text-secondary);font-size:.875rem;margin-top:1rem}.sparkle-visual{position:absolute;top:-10px;right:-10px;color:var(--accent-warm)}.tokens-section{padding:6rem 2rem}.tokens-content{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.tokens-visual{position:relative}.tokens-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem}.token-flow{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.token-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1}.token-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center}.token-free .token-icon{background:#22c55e26;color:#22c55e}.token-explore .token-icon{background:#eab30826;color:#eab308}.token-revisit .token-icon{background:#7c5cff26;color:var(--accent)}.token-label{font-size:.875rem;color:var(--text-secondary)}.token-badge{padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500}.token-badge-free{background:#22c55e26;color:#22c55e}.token-badge-token{background:#eab30826;color:#eab308}.token-arrow{color:var(--text-secondary);opacity:.4;flex-shrink:0}.tokens-caption{color:var(--text-secondary);font-size:.875rem;text-align:center;margin-top:1.5rem}.tokens-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.tokens-intro{color:var(--text-secondary);font-size:1.125rem;line-height:1.7;margin-bottom:1rem}.tokens-description{color:var(--text-secondary);font-size:1.0625rem;line-height:1.7;margin-bottom:2rem}.highlight-yellow{color:#eab308;font-weight:500}.tokens-features{display:flex;flex-direction:column;gap:1rem}.tokens-feature{display:flex;align-items:flex-start;gap:1rem}.tokens-feature strong{display:block;color:var(--text-primary);font-size:1rem;margin-bottom:.25rem}.tokens-feature span{color:var(--text-secondary);font-size:.9375rem}.feature-icon-yellow{background:#eab30826;color:#eab308}.badge-yellow{background:#eab3081a;border-color:#eab3084d;color:#eab308}.faq{padding:6rem 2rem;max-width:750px;margin:0 auto;text-align:center}.faq h2{font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--text-primary)}.faq-list{display:flex;flex-direction:column;gap:1rem;text-align:left}.faq-item{background:var(--bg-secondary);border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 1.5rem;background:transparent;border:none;color:var(--text-primary);font-size:1.0625rem;font-weight:500;text-align:left;cursor:pointer;transition:background .2s ease}.faq-question:hover{background:#ffffff08}.faq-chevron{transition:transform .2s ease;flex-shrink:0;opacity:.5}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{color:var(--text-secondary);font-size:1rem;line-height:1.7;margin-bottom:.75rem}.faq-answer p:last-child{margin-bottom:0}.faq-answer em{color:var(--accent);font-style:normal}@media(max-width:900px){.ever-growing-content,.what-if-content,.tokens-content{grid-template-columns:1fr;gap:3rem}.ever-growing-visual,.what-if-visual,.tokens-visual{order:-1}.token-flow{flex-wrap:wrap;gap:1rem}.token-arrow{display:none}.token-step{min-width:80px}}@media(max-width:1024px){.steps{grid-template-columns:repeat(2,1fr);gap:2rem}.step-arrow{display:none}}@media(max-width:600px){.hero{padding:6rem 1.5rem 4rem}.hero h1{font-size:2.5rem}.tagline{font-size:1rem}.cta-button{padding:.875rem 1.5rem;font-size:1rem}.demo-section{padding:4rem 1.5rem}.demo-section h2,.how-it-works h2,.trailblazer h2,.ever-growing-text h2,.tokens-section h2,.faq h2{font-size:2rem}.demo-content{padding:1.5rem}.story-text{font-size:1rem}.choice-btn{padding:.875rem 1rem;font-size:.9375rem}.how-it-works{padding:4rem 1.5rem}.steps{grid-template-columns:1fr;gap:1.5rem}.step-card{padding:1.5rem 1.25rem}.trailblazer{padding:4rem 1.5rem}.trailblazer-description{font-size:1.0625rem}.what-if,.ever-growing{padding:4rem 1.5rem}.feature-grid{grid-template-columns:1fr}.tokens-section{padding:4rem 1.5rem}.tokens-text h2{font-size:2rem}.token-icon{width:48px;height:48px}.faq{padding:4rem 1.5rem}.faq-question{padding:1rem 1.25rem;font-size:1rem}}
