/* ---------- Hero ---------- */
.services-hero{position:relative;overflow:hidden;background:
  radial-gradient(38rem 26rem at 88% -10%,rgba(155,85,245,.18),transparent 65%),
  radial-gradient(30rem 22rem at -8% 110%,rgba(255,92,138,.14),transparent 60%),
  linear-gradient(160deg,#f6f3fd 0%,#f1eefa 55%,#ece9f7 100%)}
.services-hero::after{content:"";position:absolute;width:32rem;height:32rem;border-radius:50%;right:-14rem;top:-19rem;background:rgba(155,85,245,.16)}
.services-hero::before{content:"";position:absolute;width:22rem;height:22rem;border-radius:50%;left:-11rem;bottom:-13rem;background:rgba(255,92,138,.10)}
.services-hero .container{position:relative;z-index:1}
.services-hero h1{font-size:clamp(2.25rem,5vw,4rem);font-weight:800;line-height:1.12;max-width:15ch;margin-bottom:1.25rem}
.services-hero h1 span{background:linear-gradient(95deg,#5e17eb,#9a55e8);-webkit-background-clip:text;background-clip:text;color:transparent}
.services-hero .lead{max-width:42rem;color:var(--sg-muted);line-height:1.8}
.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.75rem}
.hero-dot{position:absolute;border-radius:50%;animation:svcFloaty 6s ease-in-out infinite;pointer-events:none}
.hero-dot.hd1{width:16px;height:16px;background:#7b3ff2;top:18%;right:8%}
.hero-dot.hd2{width:11px;height:11px;background:#ff8ab5;bottom:14%;left:4%;animation-delay:2s}
.hero-dot.hd3{width:9px;height:9px;background:#5aa9e6;top:60%;right:38%;animation-delay:4s}
@keyframes svcFloaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
.service-intro-card{position:relative;background:#fff;border:1px solid rgba(94,23,235,.12);border-radius:1.75rem;padding:2rem;box-shadow:0 25px 55px rgba(42,10,102,.12)}
.service-intro-card::before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(140deg,rgba(123,63,242,.35),rgba(255,92,138,.25) 55%,transparent 80%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
.service-intro-card h2{font-size:1.35rem;margin:.9rem 0}.service-intro-card p{color:var(--sg-muted);line-height:1.75}
.service-intro-card ul{list-style:none;padding:0;margin:1.25rem 0 0;display:grid;gap:.7rem}.service-intro-card li{display:flex;gap:.65rem;align-items:center;font-weight:600}.service-intro-card li i{color:var(--sg-purple)}
.intro-icon,.service-icon{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5e17eb,#9a55e8);color:#fff}
.intro-icon{width:4rem;height:4rem;border-radius:50%;font-size:1.65rem}

/* ---------- Services grid ---------- */
.services-grid-section{background:#fff;background-image:radial-gradient(rgba(94,23,235,.06) 1px,transparent 1px);background-size:24px 24px}
.section-heading{max-width:48rem}.section-heading h2,.care-values h2{font-size:clamp(1.8rem,4vw,2.7rem)}.section-heading>p:last-child{color:var(--sg-muted);line-height:1.8}
.service-card{--pad:1.75rem;position:relative;height:100%;display:flex;flex-direction:column;align-items:flex-start;padding:var(--pad);border:1px solid rgba(94,23,235,.14);border-radius:1.35rem;background:#fff;box-shadow:0 12px 30px rgba(42,10,102,.06);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;overflow:hidden}
.service-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#5e17eb,#ff5c8a 55%,#5aa9e6);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}
.service-card:hover{transform:translateY(-5px);box-shadow:0 22px 42px rgba(42,10,102,.12);border-color:rgba(94,23,235,.28)}
.service-card:hover::before{transform:scaleX(1)}
.service-card-featured{background:linear-gradient(145deg,#fff,#f8f5ff)}
.service-photo{margin:calc(var(--pad)*-1) calc(var(--pad)*-1) 1.4rem;height:172px;overflow:hidden}
.service-photo img{width:100%;height:100%;object-fit:cover;transition:transform .9s cubic-bezier(.22,1,.36,1)}
.service-card:hover .service-photo img{transform:scale(1.07)}
.service-icon{width:3.4rem;height:3.4rem;border-radius:1rem;font-size:1.35rem;margin-bottom:1.25rem;box-shadow:0 10px 22px rgba(94,23,235,.25)}
/* icon colour cycle: purple / pink / blue */
.row>[class*=col]:nth-child(3n+2) .service-icon{background:linear-gradient(135deg,#e8407c,#ff8ab5);box-shadow:0 10px 22px rgba(255,92,138,.28)}
.row>[class*=col]:nth-child(3n) .service-icon{background:linear-gradient(135deg,#2f7bd9,#5aa9e6);box-shadow:0 10px 22px rgba(90,169,230,.30)}
.service-card h3{font-size:1.16rem;line-height:1.4}.service-card p{color:var(--sg-muted);line-height:1.75}
.service-card a{display:inline-flex;gap:.45rem;align-items:center;font-weight:700;text-decoration:none;margin-top:auto;padding-top:.35rem}
.service-photo{align-self:stretch}
.service-card a i{transition:transform .2s}.service-card a:hover i{transform:translateX(4px)}

/* ---------- Care values ---------- */
.care-values{position:relative;overflow:hidden;background:linear-gradient(150deg,#f8f4ff 0%,#f4efff 60%,#f1ecfd 100%)}
.care-values::after{content:"";position:absolute;width:24rem;height:24rem;border-radius:50%;right:-12rem;bottom:-14rem;background:rgba(155,85,245,.10)}
.care-values .container{position:relative;z-index:1}
.care-values p{color:var(--sg-muted);line-height:1.8}
.value-list{display:grid;gap:1rem}
.value-list>div{display:flex;gap:1rem;align-items:flex-start;background:#fff;padding:1.15rem;border-radius:1rem;box-shadow:0 8px 22px rgba(42,10,102,.06);transition:transform .25s ease,box-shadow .25s ease}
.value-list>div:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(42,10,102,.10)}
.value-list i{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.8rem;height:2.8rem;border-radius:50%;background:#f0e9ff;color:var(--sg-purple);font-size:1.2rem}
.value-list>div:nth-child(2) i{background:#ffe9f0;color:#d63868}
.value-list>div:nth-child(3) i{background:#e7f2fc;color:#2f7bd9}
.value-list span{display:grid;color:var(--sg-muted);line-height:1.6}.value-list strong{color:var(--sg-ink)}

/* ---------- CTA ---------- */
.services-cta{position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:clamp(1.5rem,5vw,3rem);border-radius:1.75rem;color:#fff;background:linear-gradient(120deg,#2a0a66,#3d0e9e 55%,#4a11b8)}
.services-cta::before{content:"";position:absolute;width:20rem;height:20rem;border-radius:50%;top:-12rem;left:-8rem;background:radial-gradient(circle,rgba(123,63,242,.55),transparent 70%);pointer-events:none}
.services-cta::after{content:"";position:absolute;width:16rem;height:16rem;border-radius:50%;bottom:-10rem;right:-6rem;background:radial-gradient(circle,rgba(255,92,138,.4),transparent 70%);pointer-events:none}
.services-cta>div{position:relative;z-index:1}
.services-cta h2{color:#fff;font-size:clamp(1.5rem,3.5vw,2.35rem)}.services-cta p{margin:0;max-width:46rem;color:rgba(255,255,255,.82)}
.cta-actions{display:flex;flex:0 0 auto;flex-direction:column;align-items:center;gap:.8rem}
.btn-white{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;background:#fff;color:#3d0e9e!important;text-decoration:none;font-weight:700;border-radius:50rem;padding:.8rem 1.5rem;white-space:nowrap;transition:transform .25s ease,box-shadow .25s ease}
.btn-white:hover{background:#f3eafd;transform:translateY(-3px);box-shadow:0 14px 28px rgba(0,0,0,.25)}
.cta-phone{color:#fff!important;font-weight:700;text-decoration:none}
.medical-note{max-width:64rem;margin:1.5rem auto 0;color:#6b6179;font-size:.88rem;line-height:1.7;text-align:center}

@media(max-width:991.98px){.services-cta{align-items:flex-start;flex-direction:column}.cta-actions{align-items:flex-start}}
@media(max-width:575.98px){.hero-actions{display:grid}.services-hero .btn-sg,.services-hero .btn-sg-outline{width:100%}.service-card{--pad:1.35rem}.service-photo{height:150px}.cta-actions{width:100%}.btn-white{width:100%;white-space:normal;text-align:center}}
@media(prefers-reduced-motion:reduce){.service-card,.service-card a i,.service-photo img,.value-list>div,.btn-white{transition:none}.service-card:hover,.value-list>div:hover{transform:none}.hero-dot{animation:none}.service-card:hover .service-photo img{transform:none}}
