.flyer-landing{--bg:#06080d;--surface:#0d1117;--surface-2:#151b26;--border:#1e2a3a;--text:#e2e8f0;--text-dim:#64748b;--accent:#38bdf8;--accent-2:#a78bfa;--accent-3:#f472b6;--glow:rgba(56,189,248,0.15);font-family:Outfit,"system-ui",sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;min-height:100vh}.flyer-landing *{box-sizing:border-box}.flyer-landing .bg-grid{position:fixed;inset:0;background-image:linear-gradient(rgba(56,189,248,.03) 1px,transparent 0),linear-gradient(90deg,rgba(56,189,248,.03) 1px,transparent 0);background-size:60px 60px;z-index:0;animation:flyerGridShift 20s linear infinite}@keyframes flyerGridShift{0%{transform:translate(0)}to{transform:translate(60px,60px)}}.flyer-landing .bg-glow{position:fixed;width:600px;height:600px;border-radius:50%;filter:blur(150px);opacity:.4;z-index:0;pointer-events:none}.flyer-landing .bg-glow-1{top:-200px;right:-100px;background:radial-gradient(circle,var(--accent) 0,transparent 70%);animation:flyerFloat1 12s ease-in-out infinite}.flyer-landing .bg-glow-2{bottom:-200px;left:-150px;background:radial-gradient(circle,var(--accent-2) 0,transparent 70%);animation:flyerFloat2 15s ease-in-out infinite}@keyframes flyerFloat1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-40px,30px) scale(1.1)}}@keyframes flyerFloat2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-40px) scale(1.1)}}.flyer-landing .content{position:relative;z-index:1}.flyer-landing nav{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;max-width:1200px;margin:0 auto;animation:flyerFadeDown .8s ease both}@keyframes flyerFadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.flyer-landing .logo{font-family:Space Mono,monospace;font-size:1.25rem;font-weight:700;color:var(--accent);text-decoration:none;letter-spacing:-.5px}.flyer-landing .logo span{color:var(--text-dim)}.flyer-landing .nav-right{display:flex;align-items:center;gap:.75rem}.flyer-landing .nav-login{font-size:.85rem;font-weight:500;color:var(--text-dim);text-decoration:none;padding:.45rem 1rem;border-radius:8px;transition:color .2s}.flyer-landing .nav-login:hover{color:var(--text)}.flyer-landing .nav-cta{font-size:.85rem;font-weight:600;color:#fff;text-decoration:none;padding:.45rem 1.1rem;border-radius:8px;background:linear-gradient(135deg,var(--accent),var(--accent-2));transition:opacity .2s}.flyer-landing .nav-cta:hover{opacity:.85}.flyer-landing .hero{max-width:1200px;margin:0 auto;padding:6rem 2rem 4rem;text-align:center}.flyer-landing .hero-badge{display:inline-flex;align-items:center;gap:.5rem;font-family:Space Mono,monospace;font-size:.75rem;color:var(--accent-2);background:rgba(167,139,250,.08);border:1px solid rgba(167,139,250,.2);padding:.4rem 1rem;border-radius:100px;margin-bottom:2rem;animation:flyerFadeUp .8s ease .2s both}@keyframes flyerFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.flyer-landing h1{font-size:clamp(2.8rem,7vw,5.5rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;margin-bottom:1.5rem;animation:flyerFadeUp .8s ease .35s both}.flyer-landing h1 .gradient{background:linear-gradient(135deg,var(--accent) 0,var(--accent-2) 50%,var(--accent-3) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.flyer-landing .hero-sub{font-size:clamp(1.05rem,2.2vw,1.35rem);font-weight:300;color:var(--text-dim);max-width:620px;margin:0 auto 3rem;line-height:1.7;animation:flyerFadeUp .8s ease .5s both}.flyer-landing .hero-sub strong{color:var(--text);font-weight:500}.flyer-landing .cta-group{display:flex;flex-direction:column;align-items:center;gap:1rem;animation:flyerFadeUp .8s ease .65s both}.flyer-landing .email-form{display:flex;gap:0;width:100%;max-width:460px;border-radius:14px;overflow:hidden;border:1px solid var(--border);background:var(--surface);transition:border-color .3s}.flyer-landing .email-form:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--glow)}.flyer-landing .email-form input{flex:1;padding:1rem 1.25rem;background:transparent;border:none;color:var(--text);font-family:Outfit,sans-serif;font-size:.95rem;outline:none}.flyer-landing .email-form input::placeholder{color:var(--text-dim)}.flyer-landing .email-form button{padding:1rem 1.75rem;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;border:none;font-family:Outfit,sans-serif;font-weight:600;font-size:.9rem;cursor:pointer;white-space:nowrap;transition:opacity .2s}.flyer-landing .email-form button:hover{opacity:.85}.flyer-landing .cta-note{font-size:.8rem;color:var(--text-dim)}.flyer-landing .terminal-section{max-width:780px;margin:5rem auto 0;padding:0 2rem;animation:flyerFadeUp .8s ease .8s both}.flyer-landing .terminal{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden}.flyer-landing .terminal-bar{display:flex;align-items:center;gap:6px;padding:.85rem 1.25rem;background:var(--surface-2);border-bottom:1px solid var(--border)}.flyer-landing .terminal-dot{width:10px;height:10px;border-radius:50%;background:var(--border)}.flyer-landing .terminal-dot:first-child{background:#f87171}.flyer-landing .terminal-dot:nth-child(2){background:#fbbf24}.flyer-landing .terminal-dot:nth-child(3){background:#34d399}.flyer-landing .terminal-title{margin-left:.75rem;font-family:Space Mono,monospace;font-size:.72rem;color:var(--text-dim)}.flyer-landing .terminal-body{padding:1.5rem;font-family:Space Mono,monospace;font-size:.78rem;line-height:1.85;overflow-x:auto}.flyer-landing .t-comment{color:var(--text-dim)}.flyer-landing .t-cmd{color:var(--accent)}.flyer-landing .t-str{color:var(--accent-2)}.flyer-landing .t-key{color:var(--accent-3)}.flyer-landing .t-out{color:#34d399}.flyer-landing .features{max-width:1200px;margin:6rem auto 0;padding:0 2rem}.flyer-landing .features-label{font-family:Space Mono,monospace;font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--accent);text-align:center;margin-bottom:1rem}.flyer-landing .features h2{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;text-align:center;letter-spacing:-.02em;margin-bottom:3.5rem}.flyer-landing .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem}.flyer-landing .feature-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:border-color .3s,transform .3s}.flyer-landing .feature-card:hover{border-color:rgba(56,189,248,.3);transform:translateY(-2px)}.flyer-landing .feature-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:1.25rem;background:var(--glow);border:1px solid rgba(56,189,248,.15)}.flyer-landing .feature-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.6rem}.flyer-landing .feature-card p{font-size:.9rem;color:var(--text-dim);line-height:1.65;font-weight:300}.flyer-landing .providers{max-width:1200px;margin:6rem auto 0;padding:0 2rem;text-align:center}.flyer-landing .providers-label{font-size:.8rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.12em;margin-bottom:2rem}.flyer-landing .provider-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;opacity:.5}.flyer-landing .provider-logos span{font-family:Space Mono,monospace;font-size:.85rem;color:var(--text-dim);padding:.65rem 1.25rem;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.flyer-landing footer{max-width:1200px;margin:8rem auto 0;padding:2.5rem 2rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.flyer-landing .footer-left{font-family:Space Mono,monospace;font-size:.75rem;color:var(--text-dim)}.flyer-landing .footer-right{display:flex;gap:1.5rem}.flyer-landing .footer-right a{font-size:.8rem;color:var(--text-dim);text-decoration:none;transition:color .2s}.flyer-landing .footer-right a:hover{color:var(--accent)}@media (max-width:640px){.flyer-landing .hero{padding:4rem 1.25rem 3rem}.flyer-landing .email-form{flex-direction:column;border-radius:14px}.flyer-landing .email-form button{border-radius:0 0 13px 13px;padding:.85rem}.flyer-landing nav{padding:1.25rem}.flyer-landing .features-grid{grid-template-columns:1fr}.flyer-landing footer{flex-direction:column;text-align:center}}.flyer-landing .reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.flyer-landing .reveal.visible{opacity:1;transform:translateY(0)}