:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6;--accent: #6c63ff;--accent-light: #9d97ff;--bg: #0a0a0f;--surface: rgba(255, 255, 255, .04);--surface-hover: rgba(255, 255, 255, .07);--border: rgba(255, 255, 255, .08);--text: #f0f0f5;--text-muted: rgba(255, 255, 255, .55);--radius: .75rem}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:var(--bg);color:var(--text)}body{-webkit-font-smoothing:antialiased}.page{display:flex;flex-direction:column;min-height:100vh}.container{width:min(1120px,100% - 2rem);margin-inline:auto}section{padding:5rem 0}.navbar{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0fbf;border-bottom:1px solid var(--border)}.navbar .container{display:flex;align-items:center;justify-content:space-between;height:3.5rem}.nav-logo{font-weight:700;font-size:1.15rem;letter-spacing:-.02em;color:var(--text);text-decoration:none}.nav-logo span{color:var(--accent-light)}.nav-links{display:flex;gap:1.5rem;list-style:none}.nav-links a{font-size:.875rem;color:var(--text-muted);text-decoration:none;transition:color .2s}.nav-links a:hover,.nav-links a:focus-visible{color:var(--text)}.hero{position:relative;text-align:center;padding:8rem 0 6rem;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 50% at 50% 0%,rgba(108,99,255,.18) 0%,transparent 70%),radial-gradient(ellipse 50% 40% at 30% 20%,rgba(99,179,255,.1) 0%,transparent 60%),radial-gradient(ellipse 50% 40% at 70% 30%,rgba(168,99,255,.08) 0%,transparent 60%);pointer-events:none}.hero>.container{position:relative}.hero h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;margin-bottom:1.25rem}.hero h1 .gradient-text{background:linear-gradient(135deg,var(--accent-light),#63c8ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero p{max-width:36rem;margin:0 auto 2rem;font-size:1.125rem;color:var(--text-muted);line-height:1.7}.hero-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;text-decoration:none;transition:background .2s,transform .1s}.btn:focus-visible{outline:2px solid var(--accent-light);outline-offset:2px}.btn:active{transform:scale(.97)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-light)}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--surface-hover)}.section-header{text-align:center;margin-bottom:3rem}.section-header .tag{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent-light);border:1px solid rgba(108,99,255,.3);padding:.2rem .6rem;border-radius:.25rem;margin-bottom:.75rem}.section-header h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.section-header p{color:var(--text-muted);max-width:32rem;margin-inline:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1.5rem}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;transition:background .2s,border-color .2s}.feature-card:hover{background:var(--surface-hover);border-color:#ffffff24}.feature-icon{width:2.75rem;height:2.75rem;display:grid;place-items:center;border-radius:.5rem;background:#6c63ff1f;color:var(--accent-light);font-size:1.25rem;margin-bottom:1rem}.feature-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.4rem}.feature-card p{font-size:.9rem;color:var(--text-muted);line-height:1.65}.pricing{background:linear-gradient(180deg,transparent 0%,rgba(108,99,255,.04) 50%,transparent 100%)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1.5rem;align-items:start}.pricing-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column}.pricing-card.featured{border-color:#6c63ff66;background:#6c63ff0f;position:relative}.pricing-card.featured:before{content:"Most Popular";position:absolute;top:-.7rem;left:50%;transform:translate(-50%);font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:var(--accent);color:#fff;padding:.2rem .75rem;border-radius:1rem}.pricing-tier{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.5rem}.pricing-price{font-size:2.5rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.25rem}.pricing-price span{font-size:.9rem;font-weight:400;color:var(--text-muted)}.pricing-desc{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.75rem;flex-grow:1}.pricing-features li{font-size:.875rem;color:#ffffffb3;display:flex;align-items:center;gap:.5rem}.pricing-features li:before{content:"✓";color:var(--accent-light);font-weight:700;font-size:.8rem;flex-shrink:0}.pricing-card .btn{width:100%;justify-content:center}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1.5rem}.testimonial-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem}.testimonial-card blockquote{font-size:.9rem;color:#ffffffbf;line-height:1.7;margin-bottom:1.25rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:2.25rem;height:2.25rem;border-radius:50%;background:linear-gradient(135deg,var(--accent),#63c8ff);display:grid;place-items:center;font-size:.75rem;font-weight:700;color:#fff;flex-shrink:0}.testimonial-info strong{display:block;font-size:.85rem;font-weight:600}.testimonial-info span{font-size:.75rem;color:var(--text-muted)}.footer{margin-top:auto;border-top:1px solid var(--border);padding:2.5rem 0}.footer .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.8rem;color:var(--text-muted)}.footer-links{display:flex;gap:1.25rem;list-style:none}.footer-links a{font-size:.8rem;color:var(--text-muted);text-decoration:none;transition:color .2s}.footer-links a:hover,.footer-links a:focus-visible{color:var(--text)}@media(max-width:640px){section{padding:3.5rem 0}.hero{padding:5rem 0 3.5rem}.nav-links{display:none}}
