:root{--primary:#0d6efd;--muted:#6c757d}
body{font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;margin:0;background:#fff;color:#212529}
.hero .carousel-caption{background:rgba(0,0,0,0.35);padding:1rem;border-radius:6px}
.client-thumb{height:60px;object-fit:cover;border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,0.12)}
.membership-thumb{height:64px;object-fit:cover;border-radius:4px}
.hover-rise{transition:transform .18s ease,box-shadow .18s ease}
.hover-rise:hover{transform:translateY(-6px);box-shadow:0 12px 24px rgba(13,110,253,.12)}
footer{font-size:.9rem}
.container h2{letter-spacing:.2px}

@media (max-width:576px){.carousel-caption{display:none}}
