/* Basic styles for SaaS landing page */
:root{--brand:#0d6efd;--muted:#6c757d}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f8fafc;color:#111827}
.hero{padding-top:4rem;padding-bottom:4rem}
.hero-preview{max-width:340px}
.hero-illustration{max-width:260px}
.feature-card{border-radius:12px}
.icon-placeholder{width:48px;height:48px;border-radius:8px;background:linear-gradient(135deg,#eef2ff,#e0f2fe);display:flex;align-items:center;justify-content:center;font-weight:700;color:#0d6efd}
.step-badge{width:56px;height:56px;border-radius:50%;background:#0d6efd;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700}
.persona-icon{width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;font-weight:700}
.footer{background:#0b1220;color:#fff}
@media(max-width:768px){.hero-preview{max-width:220px}}
