
/* Locations page — scoped via .thc-locations-page wrapper, no global leak */
.thc-locations-page{color:#1e293b;font-family:inherit;background:#fff;line-height:1.6;overflow:hidden}
.thc-locations-page .thc-loc-eyebrow{font-size:11px;font-weight:700;letter-spacing:2.8px;text-transform:uppercase;color:#c9a777;margin:0 0 14px}
.thc-locations-page .thc-loc-eyebrow.centered{text-align:center;color:#8a6f4a;margin-bottom:14px}
.thc-locations-page .thc-loc-h2{font-size:42px;font-weight:600;color:#0a1a2e;text-align:center;margin:0 0 48px;line-height:1.12;letter-spacing:-1px}

/* HERO */
.thc-locations-page .thc-loc-hero{background:linear-gradient(135deg,#0a1a2e 0%,#152a4a 60%,#1a3358 100%);position:relative;overflow:hidden;padding:80px 24px 100px}
.thc-locations-page .thc-loc-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 0%,rgba(201,167,119,.08),transparent 50%);pointer-events:none}
.thc-locations-page .thc-loc-hero-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center;position:relative;z-index:2}
.thc-locations-page .thc-loc-hero-text{color:#fff}
.thc-locations-page .thc-loc-title{font-size:62px;font-weight:700;line-height:1.04;margin:0 0 24px;color:#fff;letter-spacing:-1.8px}
.thc-locations-page .thc-loc-gold{background:linear-gradient(95deg,#f0d4a8 0%,#c9a777 60%,#a8814b 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}
.thc-locations-page .thc-loc-subtitle{font-size:16px;line-height:1.7;color:rgba(255,255,255,.74);margin:0 0 34px;max-width:500px}
.thc-locations-page .thc-loc-hero-cta{display:flex;gap:14px;flex-wrap:wrap}

/* Buttons */
.thc-locations-page .thc-loc-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;font-size:12px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;border-radius:6px;text-decoration:none!important;transition:all .25s cubic-bezier(.2,.7,.3,1);cursor:pointer;border:1px solid transparent;white-space:nowrap}
.thc-locations-page .thc-loc-btn-primary{background:linear-gradient(135deg,#c9a777 0%,#a8814b 100%);color:#fff!important;box-shadow:0 6px 18px rgba(168,129,75,.35)}
.thc-locations-page .thc-loc-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(168,129,75,.5)}
.thc-locations-page .thc-loc-btn-outline{background:transparent;color:#fff!important;border-color:rgba(255,255,255,.32)}
.thc-locations-page .thc-loc-btn-outline:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.6);transform:translateY(-2px)}
.thc-locations-page .thc-loc-btn-whatsapp{background:#25d366;color:#fff!important;box-shadow:0 6px 18px rgba(37,211,102,.3)}
.thc-locations-page .thc-loc-btn-whatsapp:hover{background:#1eb853;transform:translateY(-2px);box-shadow:0 10px 26px rgba(37,211,102,.45)}

/* Worldmap */
.thc-locations-page .thc-loc-hero-map{position:relative;width:100%;aspect-ratio:1280/836;max-width:640px;margin-left:auto}
.thc-locations-page .thc-worldmap-bg{position:absolute;inset:0;background-image:var(--wpr-bg-429f0960-9ed5-416d-98f8-15b4d29bc4b4);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.9}
.thc-locations-page .thc-worldmap-pins{position:absolute;inset:0;pointer-events:none}
.thc-locations-page .thc-pin{position:absolute;transform:translate(-50%,-50%);width:0;height:0}
.thc-locations-page .thc-pin i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:11px;height:11px;border-radius:50%;background:#f0d4a8;box-shadow:0 0 0 3px rgba(240,212,168,.35),0 0 14px rgba(240,212,168,.6);display:block}
.thc-locations-page .thc-pin i::before,.thc-locations-page .thc-pin i::after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:11px;height:11px;border-radius:50%;border:1px solid #f0d4a8}
.thc-locations-page .thc-pin i::before{animation:thcLocPinRing 2.4s ease-out infinite}
.thc-locations-page .thc-pin i::after{animation:thcLocPinRing 2.4s ease-out infinite;animation-delay:1.2s}
.thc-locations-page .thc-pin b{position:absolute;left:50%;top:14px;transform:translateX(-50%);font-size:10px;letter-spacing:1.6px;color:#f0d4a8;font-weight:700;white-space:nowrap;text-shadow:0 1px 4px rgba(0,0,0,.75);font-style:normal}
@keyframes thcLocPinRing{0%{width:11px;height:11px;opacity:.85}100%{width:34px;height:34px;opacity:0}}

/* CLINICS GRID (non-clickable) */
.thc-locations-page .thc-clinics-section{padding:80px 24px;background:#f7f8fb}
.thc-locations-page .thc-clinics-inner{max-width:1280px;margin:0 auto}
.thc-locations-page .thc-clinics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.thc-locations-page .thc-clinic-card{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;color:inherit;box-shadow:0 4px 16px rgba(10,26,46,.07);transition:box-shadow .3s ease;border:1px solid #ecedf2}
.thc-locations-page .thc-clinic-img{height:200px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}
.thc-locations-page .thc-clinic-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,26,46,0) 50%,rgba(10,26,46,.45) 100%)}
.thc-locations-page .thc-c-usa .thc-clinic-img{background-image:var(--wpr-bg-47496537-b360-4aca-9505-03ad2092e974)}
.thc-locations-page .thc-c-uk  .thc-clinic-img{background-image:var(--wpr-bg-4c138222-e02c-434a-864d-334643d716a9)}
.thc-locations-page .thc-c-id  .thc-clinic-img{background-image:var(--wpr-bg-f4bdb15c-04d3-4873-a3e7-ba6d3f339336)}
.thc-locations-page .thc-c-ng  .thc-clinic-img{background-image:var(--wpr-bg-d7909cc6-80ca-4ad4-9828-edd50e1c4c36)}
.thc-locations-page .thc-c-ke  .thc-clinic-img{background-image:var(--wpr-bg-8c58635e-3436-4d45-bc92-79f637e33646)}
.thc-locations-page .thc-c-ma  .thc-clinic-img{background-image:var(--wpr-bg-9c348ff7-e76c-4aaa-83db-e899a25e552b)}
.thc-locations-page .thc-clinic-body{padding:20px 22px;display:flex;align-items:center;gap:14px;background:#fff;position:relative;z-index:1}
.thc-locations-page .thc-clinic-flag{font-size:32px;line-height:1;flex-shrink:0;filter:drop-shadow(0 2px 6px rgba(0,0,0,.14))}
.thc-locations-page .thc-clinic-info{flex:1;min-width:0}
.thc-locations-page .thc-clinic-country{font-size:19px;font-weight:700;color:#0a1a2e;margin:0;line-height:1.2;letter-spacing:-.3px}
.thc-locations-page .thc-clinic-city{font-size:10.5px;color:#8a6f4a;margin:5px 0 0;letter-spacing:1.6px;text-transform:uppercase;font-weight:700}

/* STATS */
.thc-locations-page .thc-loc-stats{background:#fff;padding:60px 24px}
.thc-locations-page .thc-loc-stats-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding:38px 32px;background:linear-gradient(135deg,#0a1a2e 0%,#152a4a 100%);border-radius:16px;box-shadow:0 8px 28px rgba(10,26,46,.18);position:relative;overflow:hidden}
.thc-locations-page .thc-loc-stats-inner::before{content:"";position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(ellipse,rgba(201,167,119,.1),transparent 60%);pointer-events:none}
.thc-locations-page .thc-stat{display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px 14px;border-right:1px solid rgba(255,255,255,.1);text-align:center;position:relative;z-index:1}
.thc-locations-page .thc-stat:last-child{border-right:none}
.thc-locations-page .thc-stat-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;color:#d4b88a;margin-bottom:4px;border-radius:50%;background:rgba(212,184,138,.12)}
.thc-locations-page .thc-stat-icon svg{width:24px;height:24px}
.thc-locations-page .thc-stat-num{font-size:30px;font-weight:700;color:#fff;letter-spacing:-1px;line-height:1}
.thc-locations-page .thc-stat-lbl{font-size:10px;color:rgba(255,255,255,.65);letter-spacing:2px;text-transform:uppercase;font-weight:700;margin-top:4px;max-width:140px}

/* CTA — image side-by-side, no overflow into footer */
.thc-locations-page .thc-loc-cta{padding:0;background:#0a1a2e;color:#fff;position:relative;overflow:hidden;display:block;margin:0}
.thc-locations-page .thc-loc-cta-inner{max-width:100%;margin:0;display:grid;grid-template-columns:.95fr 1.05fr;align-items:stretch}
.thc-locations-page .thc-loc-cta-image{background-image:linear-gradient(120deg,rgba(10,26,46,.35),rgba(10,26,46,.05)),var(--wpr-bg-aca94c07-3828-462b-9f85-21555ff1a1f8);background-size:cover;background-position:center;background-repeat:no-repeat;align-self:stretch}
.thc-locations-page .thc-loc-cta-content{padding:70px 60px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#0a1a2e 0%,#152a4a 100%);position:relative}
.thc-locations-page .thc-loc-cta-content::before{content:"";position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,rgba(212,184,138,.08),transparent 70%);pointer-events:none}
.thc-locations-page .thc-loc-cta-content h2{font-size:40px;font-weight:600;margin:0 0 16px;line-height:1.12;letter-spacing:-1px;color:#fff;position:relative}
.thc-locations-page .thc-loc-cta-content p{margin:0 0 32px;color:rgba(255,255,255,.72);font-size:16.5px;line-height:1.6;position:relative}
.thc-locations-page .thc-loc-cta-buttons{display:flex;gap:14px;flex-wrap:wrap;position:relative}

/* Responsive */
@media (max-width:980px){
  .thc-locations-page .thc-loc-hero{padding:52px 20px 64px}
  .thc-locations-page .thc-loc-hero-inner{grid-template-columns:1fr;text-align:center;gap:32px}
  .thc-locations-page .thc-loc-title{font-size:40px;letter-spacing:-1.3px}
  .thc-locations-page .thc-loc-subtitle{margin-left:auto;margin-right:auto;max-width:none;font-size:14.5px}
  .thc-locations-page .thc-loc-hero-cta{justify-content:center}
  .thc-locations-page .thc-loc-hero-map{margin-left:auto;margin-right:auto;max-width:520px;order:-1;opacity:.95}
  .thc-locations-page .thc-pin b{font-size:8px;letter-spacing:1.2px;top:11px}
  .thc-locations-page .thc-loc-h2{font-size:30px;margin-bottom:34px}
  .thc-locations-page .thc-clinics-section{padding:55px 18px}
  .thc-locations-page .thc-clinics-grid{grid-template-columns:1fr;gap:14px;max-width:500px;margin:0 auto}
  .thc-locations-page .thc-clinic-img{height:180px}
  .thc-locations-page .thc-clinic-body{padding:16px 18px}
  .thc-locations-page .thc-loc-stats{padding:36px 16px}
  .thc-locations-page .thc-loc-stats-inner{grid-template-columns:repeat(2,1fr);gap:0;padding:22px 16px}
  .thc-locations-page .thc-stat{padding:16px 8px;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}
  .thc-locations-page .thc-stat:nth-child(2n){border-right:none}
  .thc-locations-page .thc-stat:nth-last-child(-n+1){grid-column:span 2;border-bottom:none;border-right:none}
  .thc-locations-page .thc-stat-num{font-size:24px}
  .thc-locations-page .thc-stat-lbl{font-size:9.5px;letter-spacing:1.6px}
  .thc-locations-page .thc-stat-icon{width:38px;height:38px;margin-bottom:2px}
  .thc-locations-page .thc-stat-icon svg{width:20px;height:20px}
  .thc-locations-page .thc-loc-cta-inner{grid-template-columns:1fr}
  .thc-locations-page .thc-loc-cta-image{height:240px;align-self:auto}
  .thc-locations-page .thc-loc-cta-content{padding:44px 26px;text-align:center}
  .thc-locations-page .thc-loc-cta-content h2{font-size:28px}
  .thc-locations-page .thc-loc-cta-buttons{justify-content:center}
  .thc-locations-page .thc-loc-btn{padding:13px 22px;font-size:11.5px;letter-spacing:1.5px}
}
@media (max-width:480px){
  .thc-locations-page .thc-loc-hero{padding:40px 16px 50px}
  .thc-locations-page .thc-loc-title{font-size:34px;line-height:1.08}
  .thc-locations-page .thc-loc-subtitle{font-size:13.5px}
  .thc-locations-page .thc-loc-hero-map{max-width:360px}
  .thc-locations-page .thc-pin i{width:9px;height:9px}
  .thc-locations-page .thc-pin b{font-size:7px;letter-spacing:1px;top:9px}
  .thc-locations-page .thc-clinics-section{padding:45px 14px}
  .thc-locations-page .thc-clinic-img{height:160px}
  .thc-locations-page .thc-loc-h2{font-size:26px}
  .thc-locations-page .thc-loc-cta-content h2{font-size:24px}
  .thc-locations-page .thc-loc-cta-buttons .thc-loc-btn{width:100%;padding:14px}
}
