*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', system-ui, sans-serif; background: #080b14; color: #e2e8f0; overflow-x: hidden; }

/* NAV */
nav { position: sticky; top: 0; z-index: 100; background: rgba(8,11,20,0.9); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.06); padding: 14px 24px; display: flex; justify-content: space-between; align-items: center; }
.logo { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.logo-chip { background: rgba(99,102,241,0.12); border: 1px solid rgba(99,102,241,0.25); border-radius: 8px; padding: 5px; display: flex; }
.logo-wordmark { font-size: 16px; font-weight: 800; color: #f1f5f9; }
.logo-gr { color: #818cf8; }
.btn-cta { background: #6366f1; color: #fff; font-size: 13px; font-weight: 600; padding: 8px 18px; border-radius: 8px; text-decoration: none; display: flex; align-items: center; gap: 6px; }
.btn-cta:hover { background: #4f46e5; }

/* HERO */
.hero { padding: 80px 24px 60px; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.06); max-width: 820px; margin: 0 auto; }
.badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(99,102,241,0.1); border: 1px solid rgba(99,102,241,0.25); color: #818cf8; font-size: 12px; font-weight: 600; padding: 5px 14px; border-radius: 20px; margin-bottom: 24px; }
.badge-dot { width: 6px; height: 6px; background: #818cf8; border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }
h1 { font-size: clamp(32px, 5vw, 52px); font-weight: 900; line-height: 1.1; color: #f1f5f9; margin-bottom: 20px; }
.gradient-text { background: linear-gradient(135deg, #818cf8, #a78bfa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero p { font-size: 18px; color: #64748b; line-height: 1.7; max-width: 560px; margin: 0 auto 32px; }
.hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: #6366f1; color: #fff; font-size: 15px; font-weight: 700; padding: 14px 28px; border-radius: 10px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.btn-primary:hover { background: #4f46e5; }
.btn-secondary { border: 1px solid rgba(99,102,241,0.4); color: #818cf8; font-size: 15px; font-weight: 600; padding: 14px 28px; border-radius: 10px; text-decoration: none; background: transparent; }
.btn-secondary:hover { background: rgba(99,102,241,0.08); }

/* PAIN POINTS */
.pain { padding: 80px 24px; max-width: 720px; margin: 0 auto; border-bottom: 1px solid rgba(255,255,255,0.06); }
.section-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #475569; margin-bottom: 12px; text-align: center; }
.pain h2 { font-size: 28px; font-weight: 800; color: #f1f5f9; text-align: center; margin-bottom: 40px; }
.pain-list { display: flex; flex-direction: column; gap: 14px; }
.pain-item { background: #111827; border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 20px 24px; display: flex; gap: 16px; align-items: flex-start; }
.pain-x { color: #f43f5e; font-size: 20px; font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.pain-item h3 { font-size: 16px; font-weight: 700; color: #e2e8f0; margin-bottom: 4px; }
.pain-item p { font-size: 14px; color: #475569; line-height: 1.6; }

/* DEMO */
.demo { padding: 80px 24px; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.06); }
.demo h2 { font-size: 28px; font-weight: 800; color: #f1f5f9; margin-bottom: 12px; }
.demo p { color: #64748b; font-size: 15px; margin-bottom: 32px; }

/* PRICING */
.pricing { padding: 80px 24px; }
.pricing .section-header { text-align: center; margin-bottom: 16px; }
.pricing .section-header h2 { font-size: 28px; font-weight: 800; color: #f1f5f9; }
.pricing .section-header p { color: #64748b; font-size: 15px; margin-top: 10px; }
.monthly-chip { background: rgba(16,185,129,0.1); border: 1px solid rgba(16,185,129,0.25); color: #34d399; font-size: 13px; font-weight: 600; padding: 6px 16px; border-radius: 50px; display: inline-block; margin-bottom: 40px; }
.pricing-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.plan-card { background: rgba(15,20,40,0.7); border: 1px solid rgba(255,255,255,0.07); border-radius: 24px; padding: 36px 28px; backdrop-filter: blur(12px); transition: transform .3s, border-color .3s; position: relative; display: flex; flex-direction: column; }
.plan-card:hover { transform: translateY(-4px); }
.plan-card.featured { background: rgba(99,102,241,0.1); border-color: rgba(99,102,241,0.4); box-shadow: 0 0 50px rgba(99,102,241,0.15); }
.popular-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg,#6366f1,#8b5cf6); color: white; font-size: 12px; font-weight: 700; padding: 4px 18px; border-radius: 50px; white-space: nowrap; box-shadow: 0 0 20px rgba(99,102,241,0.5); }
.popular-badge svg { vertical-align: middle; margin-right: 4px; }
.plan-icon { width: 52px; height: 52px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; flex-shrink: 0; }
.plan-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.plan-starter .plan-icon { background: rgba(16,185,129,0.12); border: 1px solid rgba(16,185,129,0.22); color: #34d399; }
.plan-pro     .plan-icon { background: rgba(99,102,241,0.14); border: 1px solid rgba(99,102,241,0.28); color: #818cf8; }
.plan-premium .plan-icon { background: rgba(245,158,11,0.12); border: 1px solid rgba(245,158,11,0.22); color: #fbbf24; }
.plan-name { font-size: 20px; font-weight: 800; color: #f1f5f9; margin-bottom: 6px; }
.plan-desc { font-size: 13px; color: #64748b; margin-bottom: 28px; line-height: 1.5; }
.plan-pricing { margin-bottom: 28px; }
.setup-row { display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 12px 16px; margin-bottom: 10px; }
.setup-row.featured-row { border-color: rgba(99,102,241,0.2); background: rgba(99,102,241,0.08); }
.setup-label { font-size: 12px; color: #64748b; font-weight: 500; }
.setup-price { font-size: 24px; font-weight: 900; color: #f1f5f9; letter-spacing: -1px; }
.monthly-row { display: flex; align-items: center; justify-content: space-between; padding: 4px; }
.monthly-label { font-size: 12px; color: #64748b; }
.monthly-price { font-size: 15px; font-weight: 700; color: #94a3b8; }
.plan-divider { border: none; border-top: 1px solid rgba(255,255,255,0.05); margin: 20px 0; }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 10px; flex-grow: 1; margin-bottom: 28px; }
.plan-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #94a3b8; line-height: 1.4; }
.plan-features li.extra { color: #c084fc; }
.plan-features li.extra .check { color: #c084fc; }
.check { display: inline-flex; align-items: center; justify-content: center; width: 17px; height: 17px; flex-shrink: 0; margin-top: 1px; }
.check svg { width: 14px; height: 14px; fill: none; stroke: #818cf8; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.check.green svg { stroke: #34d399; }
.check.star svg { stroke: #c084fc; }
.plan-btn { display: block; width: 100%; padding: 13px; text-align: center; text-decoration: none; font-size: 14px; font-weight: 700; border-radius: 50px; transition: transform .2s, box-shadow .2s; margin-top: auto; }
.plan-btn.btn-outline { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); color: #94a3b8; }
.plan-btn.btn-outline:hover { background: rgba(255,255,255,0.1); color: white; }
.plan-btn.btn-primary-plan { background: linear-gradient(135deg,#6366f1,#8b5cf6); color: white; box-shadow: 0 0 25px rgba(99,102,241,0.4); }
.plan-btn.btn-primary-plan:hover { transform: translateY(-2px); box-shadow: 0 0 40px rgba(99,102,241,0.6); }
.pricing-note { text-align: center; margin-top: 32px; color: #334155; font-size: 13px; }

/* FOOTER */
footer { padding: 32px 24px; border-top: 1px solid rgba(255,255,255,0.06); text-align: center; }
footer a { color: #818cf8; text-decoration: none; font-size: 14px; }
footer a:hover { color: #a5b4fc; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .hero { padding: 60px 20px 40px; }
  .pain, .demo, .pricing { padding: 60px 20px; }
}
