/* Small helper styles for the landing and privacy */
:root{ --brand-color: #0ea5a4 }
body{background:var(--page-bg,#f3f6fb)}
.section-hero{background:linear-gradient(180deg,#ffffff 0%,#f3f6fb 100%)}
.section-features{background:#f8f9fa}
.section-testimonials{background:#f3f6fb}
.section-cta{background:linear-gradient(135deg,var(--brand-color),#0ea5a4 60%,#0b8b8a 100%); color:#fff}
.section-cta .btn-light{color:#0f172a; background-color:#ffffff; border-color:#ffffff}
.section-cta .btn-light:hover{background-color:#eef2f7}
.card{border-radius:8px}
.container{max-width:1100px}
