:root{--bg: #0a0a0f;--bg-card: #16161f;--bg-elevated: #1c1c28;--text: #ffffff;--text-muted: #9ca3af;--primary: #6366f1;--primary-glow: rgba(99, 102, 241, .4);--gradient: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 3rem;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 9999px;--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased}.page{min-height:100vh;display:flex;flex-direction:column;padding:var(--space-sm);max-width:600px;margin:0 auto}.header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-sm) 0;margin-bottom:var(--space-md)}.logo{display:flex;align-items:center;gap:var(--space-xs);font-weight:600;font-size:1.1rem}.logo svg{color:var(--primary)}.header-link{color:var(--text-muted);text-decoration:none;font-size:.875rem;font-weight:500;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);transition:color .2s}.header-link:hover{color:var(--text)}.badge{font-size:.65rem;font-weight:500;padding:.2rem .5rem;background:#6366f133;color:var(--primary);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.03em}.main{flex:1;display:flex;flex-direction:column;gap:var(--space-xl)}.hero{text-align:center;padding:var(--space-lg) 0}.hero h1{font-size:2.25rem;font-weight:700;line-height:1.1;margin-bottom:var(--space-sm)}.highlight{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{color:var(--text-muted);font-size:.9rem;margin-bottom:var(--space-lg)}.actions{display:flex;flex-direction:column;gap:var(--space-sm)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:.875rem var(--space-md);border-radius:var(--radius-md);font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s;cursor:pointer;border:none}.btn-icon{font-size:1.25rem}.btn-primary{background:var(--gradient);color:#fff;box-shadow:0 4px 20px var(--primary-glow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px var(--primary-glow)}.btn-large{padding:1rem var(--space-lg);font-size:1.1rem}.btn-secondary{background:var(--bg-card);color:var(--text);border:1px solid rgba(255,255,255,.1)}.btn-secondary:hover{background:var(--bg-elevated);border-color:#fff3}.values{display:flex;flex-direction:column;gap:var(--space-sm)}.value{display:flex;align-items:flex-start;gap:var(--space-sm);padding:var(--space-md);background:var(--bg-card);border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.05)}.value-icon{font-size:1rem;flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;border-radius:var(--radius-full);font-weight:700}.value div{display:flex;flex-direction:column;gap:.25rem}.value strong{font-size:.95rem}.value span{font-size:.85rem;color:var(--text-muted);line-height:1.4}.flow{padding:var(--space-md);background:var(--bg-elevated);border-radius:var(--radius-lg)}.flow h2{font-size:1.25rem;text-align:center;margin-bottom:var(--space-md)}.steps{display:flex;flex-direction:column;gap:var(--space-sm)}.step{display:flex;align-items:center;gap:var(--space-sm)}.step-num{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--gradient);border-radius:var(--radius-full);font-size:.9rem;font-weight:700;flex-shrink:0}.step p{font-size:.9rem;color:var(--text-muted)}.step p strong{color:var(--text)}.footer{margin-top:auto;padding:var(--space-lg) 0 var(--space-sm);text-align:center}.footer-tagline{font-size:.9rem;color:var(--text-muted);margin-bottom:var(--space-md);font-style:italic}.footer-links{display:flex;justify-content:center;gap:var(--space-md);margin-bottom:var(--space-sm);flex-wrap:wrap}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.8rem;transition:color .2s}.footer-links a:hover{color:var(--text)}.copyright{font-size:.75rem;color:var(--text-muted);opacity:.6}@media(min-width:640px){.page{padding:var(--space-md);max-width:700px}.hero h1{font-size:3rem}.tagline{font-size:1rem}.actions,.values{flex-direction:row;justify-content:center}.value{flex:1;max-width:200px;flex-direction:column;text-align:center;padding:var(--space-md)}.value div{align-items:center}.steps{flex-direction:row;justify-content:center;gap:var(--space-lg)}.step{flex-direction:column;text-align:center;flex:1;max-width:180px}}@media(min-width:1024px){.page{max-width:900px;padding:var(--space-lg)}.hero{padding:var(--space-xl) 0}.hero h1{font-size:3.5rem}.tagline{font-size:1.1rem}}
