:root { --primary: #6366f1; --primary-dark: #4f46e5; }
body { font-family: 'Inter', sans-serif; }
.navbar-brand { font-size: 1.5rem; font-weight: 900; color: #0f172a !important; letter-spacing: -0.5px; }
.navbar-brand span { color: var(--primary); }
.hero { background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 60%, #312e81 100%); color: #fff; padding: 100px 0 80px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 600px; height: 600px; border-radius: 50%; background: rgba(99,102,241,.15); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: -100px; left: -100px; width: 400px; height: 400px; border-radius: 50%; background: rgba(99,102,241,.1); pointer-events: none; }
.hero h1 { font-size: 3.5rem; font-weight: 900; line-height: 1.1; letter-spacing: -1px; }
.hero h1 span { color: #818cf8; }
.btn-primary { background: var(--primary); border-color: var(--primary); }
.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); }
.feature-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1rem; }
.feature-card { border: 1px solid #e2e8f0; border-radius: 16px; padding: 1.75rem; height: 100%; transition: .2s; }
.feature-card:hover { box-shadow: 0 10px 30px rgba(99,102,241,.12); transform: translateY(-3px); }
.steps { counter-reset: step; }
.step { counter-increment: step; }
.step::before { content: counter(step); display: inline-flex; width: 40px; height: 40px; border-radius: 50%; background: var(--primary); color: #fff; font-weight: 800; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: .75rem; }
.pricing-card { border: 2px solid #e2e8f0; border-radius: 16px; padding: 2rem; text-align: center; transition: .2s; }
.pricing-card.featured { border-color: var(--primary); background: linear-gradient(135deg, #eff6ff, #eef2ff); }
.price { font-size: 2.5rem; font-weight: 900; color: var(--primary); }
.testimonial-card { background: #f8fafc; border-radius: 16px; padding: 1.5rem; border: 1px solid #e2e8f0; }
.stat-box { text-align: center; padding: 1.5rem; }
.stat-box .num { font-size: 2.5rem; font-weight: 900; color: var(--primary); }
section { padding: 80px 0; }
section.bg-dark-soft { background: #f8fafc; }
.hero-stat-panel { background: rgba(255,255,255,.05); border-radius: 20px; padding: 2rem; border: 1px solid rgba(255,255,255,.1); }
.hero-stat-icon { font-size: 1.5rem; }
.cta-section { background: linear-gradient(135deg, #6366f1, #4f46e5); color: #fff; padding: 80px 0; }
footer { background: #0f172a; color: #94a3b8; padding: 40px 0; }
footer .brand { font-size: 1.3rem; font-weight: 900; color: #fff; }
footer .brand span { color: var(--primary); }
.footer-desc { color: #64748b; }
.footer-link { color: #64748b; text-decoration: none; }
.footer-link:hover { color: #94a3b8; }
.footer-copy { color: #475569; }
.testimonial-biz { font-size: .8rem; }
