*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0a0f1a;color:#e6edf3;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:100%;max-width:1100px;margin:0 auto;padding:24px}.site-shell{position:relative;min-height:100vh}.bg-effects{position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top,rgba(122,162,255,.08),transparent 60%);pointer-events:none;z-index:0}.site-header{position:sticky;top:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0f1ac7;border-bottom:1px solid rgba(255,255,255,.05);z-index:20}.header-inner{display:flex;justify-content:space-between;align-items:center;gap:18px}.brand-kicker{font-weight:700;letter-spacing:.06em;font-size:14px;text-transform:uppercase}.brand-subtitle{font-size:12px;color:#9aa7b2;margin-top:4px;max-width:520px;line-height:1.4}.site-nav{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.site-nav a{color:#cbd5e1;text-decoration:none;font-size:14px;white-space:nowrap}.site-nav a:hover{color:#7aa2ff}.featured-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:24px;margin-top:40px}.featured-card,.proof-card,.protocol-card,.faq-card,.cta-section{background:#111827;border:1px solid rgba(255,255,255,.05);border-radius:14px}.featured-card{padding:24px}.feature-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.feature-label{font-size:12px;color:#7aa2ff;text-transform:uppercase;letter-spacing:.08em}.status-live{font-size:12px;color:#22c55e;font-weight:600}.featured-card h2{font-size:34px;line-height:1.1;margin-bottom:14px}.feature-description{margin:12px 0;color:#cbd5e1;font-size:16px;line-height:1.65}.feature-legal{font-size:12px;color:#94a3b8;margin-top:12px;line-height:1.55}.feature-actions{margin-top:24px;display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap}.feature-price{font-size:28px;font-weight:800;line-height:1}.feature-meta{font-size:13px;color:#94a3b8;margin-top:8px}.button-group{display:flex;gap:10px;flex-wrap:wrap}.proof-card{padding:24px;align-self:start}.proof-label{font-size:12px;color:#7aa2ff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.proof-body{display:grid;gap:12px}.proof-body p{color:#cbd5e1;line-height:1.6}.proof-meta{margin-top:18px;font-size:12px;color:#94a3b8}.btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;border-radius:10px;border:none;cursor:pointer;font-weight:600;min-height:44px;min-width:44px;transition:opacity .15s ease,transform .15s ease,background .15s ease}.btn:hover{opacity:.94}.btn-primary{background:#7aa2ff;color:#08111f}.btn-secondary{background:transparent;border:1px solid rgba(255,255,255,.18);color:#e6edf3}.text-button{background:none;border:none;color:#7aa2ff;cursor:pointer;padding:0;font-weight:600;min-height:44px}.email-input{width:100%;padding:10px;border-radius:10px;border:1px solid #2a2f3a;background:#10131a;color:#f5f7fa;margin:12px 0}.protocols-section{margin-top:56px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px;flex-wrap:wrap}.section-heading h2{font-size:28px;margin-bottom:6px}.section-heading p{color:#9aa7b2;line-height:1.6}.section-badge{font-size:12px;color:#7aa2ff;text-transform:uppercase;letter-spacing:.08em}.protocol-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:20px}.protocol-card{grid-column:span 6;padding:18px}.protocol-topline{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}.protocol-status{font-size:12px;color:#22c55e;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.protocol-price{font-size:18px;font-weight:700}.protocol-card h3{margin:0 0 10px;font-size:22px;line-height:1.2}.protocol-card p{font-size:14px;color:#9aa7b2;line-height:1.65}.protocol-footer{margin-top:16px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.protocol-meta,.coming-note{font-size:13px;color:#94a3b8}.protocol-links{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.protocol-links a{color:#cbd5e1;font-size:14px}.faq-section{margin-top:56px}.faq-section h2{font-size:28px;margin-bottom:18px}.faq-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.faq-card{grid-column:span 6;padding:18px}.faq-card h3{margin-bottom:10px;font-size:18px}.faq-card p{color:#9aa7b2;line-height:1.65}.cta-section{margin-top:72px;text-align:center;padding:32px 24px}.cta-section h2{font-size:30px;margin-bottom:12px}.cta-section p{color:#9aa7b2;max-width:640px;margin:0 auto 22px;line-height:1.65}.button-group-center{justify-content:center}.site-footer{margin-top:60px;padding:24px;font-size:12px;color:#6b7280;text-align:center;line-height:1.6}@media (max-width: 900px){.featured-layout{grid-template-columns:1fr}.protocol-card,.faq-card{grid-column:span 12}.featured-card h2{font-size:30px}.section-heading h2,.faq-section h2,.cta-section h2{font-size:26px}}@media (max-width: 640px){.container{padding:16px}.header-inner{flex-direction:column;align-items:flex-start}.site-nav{gap:12px}.brand-subtitle{max-width:none}.featured-layout{margin-top:24px;gap:16px}.featured-card,.proof-card,.protocol-card,.faq-card,.cta-section{padding:16px;border-radius:12px}.featured-card h2{font-size:26px}.feature-description{font-size:15px}.feature-actions{align-items:stretch}.button-group{width:100%}.button-group .btn{flex:1 1 100%;width:100%}.section-heading{align-items:flex-start;margin-bottom:16px}.section-heading h2,.faq-section h2{font-size:24px}.protocol-card h3{font-size:20px}.protocol-footer{align-items:flex-start}.protocol-links{width:100%;justify-content:space-between}.cta-section{margin-top:56px;padding:24px 16px}.cta-section h2{font-size:24px}.site-footer{margin-top:40px;padding:20px 16px 32px}}
