/* small theme tweaks */
body{color:var(--text)}
h1,h2,h3{color:var(--text);margin:0 0 12px}
.lead{font-size:1.08rem;color:rgba(15,23,36,0.78)}
.hero-visual{max-width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(16,24,40,0.06)}
.service-title{font-weight:600}
.cta-bar{display:flex;gap:12px;align-items:center;justify-content:center;padding:28px;border-radius:12px;background:linear-gradient(90deg,var(--primary),var(--secondary));color:white;margin-top:28px}
