:root{--brand:#8b1e3f;--accent:#f5c6d1}
    body{font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; color:#333}
    .hero{background: linear-gradient(180deg, rgba(139,30,63,0.06), rgba(245,198,209,0.02)); padding:4rem 0}
    .brand{color:var(--brand); font-weight:700}
    .lead-compact{font-size:1.05rem}
    .benefit-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #eee}
    .testimonial{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 6px 18px rgba(18,18,18,0.06)}
    .cta-bar{background:linear-gradient(90deg,var(--brand),#b43254); color:#fff;padding:1.2rem;border-radius:12px}
    footer{background:#111; color:#ddd;padding:2rem 0}
    @media(min-width:992px){ .hero{padding:6rem 0} }