:root{--bg: #0a0a0b;--bg-soft: #131316;--surface: #18181c;--surface-2: #1f1f25;--border: rgba(255, 255, 255, .08);--text: #f6f6f7;--text-muted: rgba(246, 246, 247, .65);--primary: #7c3aed;--primary-2: #3b82f6;--accent: linear-gradient(135deg, #7c3aed, #3b82f6);--radius: 12px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11";-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.hero{background:radial-gradient(1000px 500px at 20% 0%,rgba(124,58,237,.18),transparent 60%),radial-gradient(800px 400px at 80% 0%,rgba(59,130,246,.15),transparent 60%),var(--bg);border-bottom:1px solid var(--border);padding-bottom:4rem}.nav{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;max-width:1100px;margin:0 auto;gap:1rem}.logo{display:flex;align-items:center;gap:.6rem;font-weight:600}.logo-mark{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:var(--accent);color:#fff;font-weight:800}.nav-links{display:none;gap:1.5rem;font-size:.95rem;color:var(--text-muted)}@media(min-width:768px){.nav-links{display:flex}}.nav-links a:hover{color:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.2rem;border-radius:999px;font-weight:600;font-size:.95rem;transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease;cursor:pointer;border:1px solid transparent}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 8px 24px #7c3aed59}.btn-primary:hover{transform:translateY(-1px)}.btn-ghost{border-color:var(--border);color:var(--text);background:transparent}.btn-ghost:hover{background:#ffffff0a}.btn-block{width:100%}.hero-content{max-width:760px;margin:0 auto;padding:4rem 1.5rem 0;text-align:center}.eyebrow{display:inline-block;padding:.3rem .7rem;border-radius:999px;background:#7c3aed26;color:#c4b5fd;font-size:.8rem;font-weight:500;margin-bottom:1.25rem}.hero-content h1{font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.05;margin:0 0 1rem;letter-spacing:-.02em}.hero-content>p{font-size:1.1rem;color:var(--text-muted);max-width:580px;margin:0 auto 2rem;line-height:1.55}.hero-cta{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.trusted{font-size:.85rem;color:var(--text-muted)}.trusted strong{color:var(--text);margin-left:.4rem}.section{max-width:1100px;margin:0 auto;padding:5rem 1.5rem}.section-alt{background:var(--bg-soft);border-block:1px solid var(--border);max-width:none}.section-alt>h2,.section-alt>.grid-2,.section-alt>.pricing,.section-alt>.faq{max-width:1100px;margin-left:auto;margin-right:auto;padding-inline:1.5rem}.section h2{text-align:center;font-size:clamp(1.75rem,3.5vw,2.5rem);margin:0 0 3rem;letter-spacing:-.02em}.grid-3,.grid-2{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:transform .2s ease,border-color .2s ease}.card:hover{transform:translateY(-2px);border-color:#7c3aed66}.card h3{margin:.5rem 0 .75rem;font-size:1.15rem}.card p{margin:0;color:var(--text-muted);line-height:1.55;font-size:.95rem}.step{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--accent);color:#fff;border-radius:10px;font-weight:700}.feature h3:before{content:"✦";margin-right:.5rem;background:var(--accent);-webkit-background-clip:text;background-clip:text;color:transparent}.pricing{display:flex;justify-content:center}.pricing-card{max-width:380px;width:100%;text-align:center}.price{font-size:2.5rem;font-weight:700;margin:.75rem 0 1.25rem}.price span{font-size:1rem;color:var(--text-muted);font-weight:400}.pricing-card ul{text-align:left;list-style:none;margin:0 0 1.5rem;padding:0}.pricing-card li{padding:.6rem 0;border-bottom:1px dashed var(--border);color:var(--text-muted);font-size:.95rem}.pricing-card li:before{content:"✓ ";color:#22c55e;font-weight:700}.faq details{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:.75rem}.faq summary{cursor:pointer;font-weight:600;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";float:right;color:var(--text-muted);transition:transform .2s ease}.faq details[open] summary:after{content:"−"}.faq p{margin:.75rem 0 0;color:var(--text-muted);line-height:1.55}footer{border-top:1px solid var(--border);padding:2rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;align-items:center;justify-content:space-between;font-size:.85rem;color:var(--text-muted)}@media(min-width:768px){footer{flex-direction:row;max-width:1100px;margin:0 auto}}.footer-links{display:flex;gap:1.25rem}
