/* ApexMed V3.7.1 — reference-match frontend
   Visual target: bright modern medical UI from user-provided reference.
*/
:root{
  --v371-blue:#1746e8;
  --v371-blue-2:#214fe5;
  --v371-navy:#0c1748;
  --v371-navy-2:#111f58;
  --v371-ink:#10183f;
  --v371-muted:#66718f;
  --v371-line:#e6ebf6;
  --v371-soft:#f2f6ff;
  --v371-soft-2:#eaf1ff;
  --v371-white:#fff;
  --v371-radius:24px;
  --v371-shadow:0 20px 60px rgba(28,65,147,.10);
  --v371-shadow-sm:0 10px 28px rgba(30,62,128,.08);
}
html{scroll-behavior:smooth}
body.v371-site{background:#fff;color:var(--v371-ink);font-family:Roboto,Arial,sans-serif;overflow-x:hidden}
body.v371-site *{box-sizing:border-box}
body.v371-site .container{width:min(1180px,calc(100% - 48px));margin-inline:auto}
body.v371-site a{text-decoration:none}
body.v371-site img{max-width:100%;display:block}

/* Header — matches reference: clean white, small logo, centered nav, blue CTA */
body.v371-site .topbar{display:none!important}
body.v371-site .site-header{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(222,229,244,.9);box-shadow:none;transition:.28s ease}
body.v371-site .site-header.is-scrolled{box-shadow:0 10px 30px rgba(22,42,96,.08);background:rgba(255,255,255,.98)}
body.v371-site .site-header .nav{min-height:76px;display:grid;grid-template-columns:170px 1fr auto;align-items:center;gap:26px}
body.v371-site .site-header .brand{display:flex;align-items:center;min-width:0}
body.v371-site .site-header .brand img{width:150px;height:auto;max-height:50px;object-fit:contain;object-position:left center}
body.v371-site .main-nav{display:flex;align-items:center;justify-content:center;gap:24px}
body.v371-site .main-nav>a,body.v371-site .main-nav>.nav-dropdown>button{position:relative;border:0;background:none;padding:27px 0 24px;color:#283253;font-weight:600;font-size:14px;line-height:1;white-space:nowrap;cursor:pointer}
body.v371-site .main-nav>a.active::after,body.v371-site .main-nav>a:hover::after,body.v371-site .main-nav>.nav-dropdown>button:hover::after{content:"";position:absolute;left:0;right:0;bottom:17px;height:2px;border-radius:2px;background:var(--v371-blue)}
body.v371-site .main-nav>a.active{color:var(--v371-blue)}
body.v371-site .nav-dropdown{position:relative}
body.v371-site .dropdown-panel{top:64px;border:1px solid var(--v371-line);border-radius:16px;box-shadow:0 18px 45px rgba(19,36,91,.12);overflow:hidden;padding:8px;background:#fff}
body.v371-site .dropdown-panel a{border-radius:10px;padding:11px 13px;font-size:13px;color:var(--v371-ink)}
body.v371-site .dropdown-panel a:hover{background:var(--v371-soft);color:var(--v371-blue)}
body.v371-site .nav-actions{display:flex;align-items:center;gap:10px}
body.v371-site .nav-actions .hotline,body.v371-site .nav-actions .site-search-btn{display:none!important}
body.v371-site .nav-actions .btn{height:44px;border:0;border-radius:999px;padding:0 21px;background:linear-gradient(135deg,#1746e8,#2457f2);color:#fff;font-size:13px;font-weight:800;box-shadow:0 8px 20px rgba(23,70,232,.20)}
body.v371-site .menu-toggle{border:0;background:var(--v371-soft);color:var(--v371-blue);width:42px;height:42px;border-radius:12px}

/* Home hero */
.v371-home-main{background:#fff}
.v371-hero{position:relative;min-height:590px;background:linear-gradient(115deg,#f9fbff 0%,#f2f6ff 52%,#eef4ff 100%);overflow:visible}
.v371-hero-media{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.v371-hero-media::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(249,251,255,1) 0%,rgba(249,251,255,.98) 26%,rgba(249,251,255,.72) 42%,rgba(249,251,255,.20) 62%,rgba(249,251,255,0) 80%)}
.v371-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center right;filter:saturate(.93) contrast(.98)}
.v371-hero-glow{position:absolute;border-radius:50%;filter:blur(0);opacity:.5;pointer-events:none}
.v371-hero-glow-a{width:340px;height:340px;left:-170px;top:80px;border:1px solid rgba(66,109,238,.12);box-shadow:0 0 0 52px rgba(66,109,238,.025),0 0 0 110px rgba(66,109,238,.018)}
.v371-hero-glow-b{width:200px;height:200px;right:10%;top:-90px;background:radial-gradient(circle,rgba(87,126,242,.10),transparent 70%)}
.v371-hero-inner{position:relative;z-index:2;min-height:590px;display:flex;align-items:center;padding-top:5px;padding-bottom:72px}
.v371-hero-copy{width:48%;max-width:570px;padding-top:8px}
.v371-pill{display:inline-flex;align-items:center;gap:9px;border-radius:999px;background:#edf2ff;color:#4260c7;padding:8px 13px;font-size:12px;font-weight:800;letter-spacing:.01em;margin-bottom:18px}
.v371-pill i{font-size:12px;color:#1746e8}
.v371-hero h1{font-size:clamp(43px,4.25vw,66px);line-height:1.03;letter-spacing:-.045em;margin:0;color:#10143d;font-weight:900;max-width:610px}
.v371-hero h1 span{color:var(--v371-blue)}
.v371-hero p{font-size:15px;line-height:1.72;color:#5e6887;max-width:505px;margin:20px 0 0}
.v371-hero-actions{display:flex;align-items:center;gap:12px;margin-top:26px}
.v371-btn{height:48px;border-radius:10px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:14px;font-weight:800;font-size:13px;transition:.25s ease;border:1px solid transparent}
.v371-btn-primary{background:linear-gradient(135deg,#1746e8,#204ff1);color:#fff;box-shadow:0 10px 24px rgba(23,70,232,.22)}
.v371-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(23,70,232,.28);color:#fff}
.v371-btn-ghost{border-color:#9cb0ec;background:rgba(255,255,255,.72);color:#1f3b96}
.v371-btn-ghost:hover{background:#fff;border-color:#1746e8;color:#1746e8;transform:translateY(-2px)}
.v371-stat-wrap{position:absolute;z-index:5;left:50%;bottom:-50px;transform:translateX(-50%)}
.v371-stat-rail{margin-left:auto;margin-right:auto;width:min(900px,100%);min-height:105px;background:#fff;border:1px solid #edf0f8;border-radius:20px;box-shadow:0 20px 48px rgba(30,61,127,.13);display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:18px 25px}
.v371-stat{display:flex;align-items:center;justify-content:center;gap:14px;min-width:0;position:relative;padding:0 8px}
.v371-stat:not(:last-child)::after{content:"";position:absolute;right:-1px;top:10%;bottom:10%;width:1px;background:#edf0f7}
.v371-stat-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#edf2ff;color:#1746e8;font-size:17px;flex:0 0 auto}
.v371-stat div{display:flex;flex-direction:column;min-width:0}
.v371-stat strong{font-size:24px;line-height:1.1;color:#10183f;font-weight:900;letter-spacing:-.03em}
.v371-stat small{font-size:11px;color:#69738f;margin-top:5px;white-space:nowrap}

/* General home section rhythm */
.v371-section{padding:86px 0}
.v371-about{padding-top:125px;padding-bottom:70px}
.v371-kicker{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:900;color:#1746e8;background:#edf2ff;border-radius:999px;padding:7px 11px;margin-bottom:14px;letter-spacing:.01em}
.v371-kicker.is-light{background:rgba(255,255,255,.10);color:#a9c5ff}
.v371-about-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:54px;align-items:center}
.v371-about-media{border-radius:0 28px 28px 0;overflow:hidden;min-height:360px;box-shadow:0 18px 45px rgba(21,53,115,.08)}
.v371-about-media img{width:100%;height:100%;min-height:360px;object-fit:cover}
.v371-about-copy h2,.v371-section-head h2,.v371-doctor-intro h2,.v371-facility-copy h2{margin:0;font-size:clamp(34px,3vw,48px);line-height:1.05;letter-spacing:-.035em;color:#111845;font-weight:900}
.v371-about-copy h2 span,.v371-section-head h2 span,.v371-doctor-intro h2 span{color:var(--v371-blue)}
.v371-about-copy>p{font-size:14px;line-height:1.75;color:#6a738f;margin:18px 0 22px;max-width:520px}
.v371-about-features{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:22px 0 20px}
.v371-about-features>div{min-width:0}
.v371-about-features i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#1746e8;background:#f0f4ff;font-size:15px;margin-bottom:9px}
.v371-about-features b{font-size:11px;display:block;color:#222b52;line-height:1.35}
.v371-about-features small{display:block;font-size:10px;color:#7d86a1;line-height:1.4;margin-top:3px}
.v371-text-link,.v371-section-head>a,.v371-facility-copy>a{display:inline-flex;align-items:center;gap:9px;color:#1746e8;font-weight:800;font-size:12px}
.v371-text-link:hover,.v371-section-head>a:hover,.v371-facility-copy>a:hover{gap:13px}

/* Services */
.v371-services{padding-top:44px;padding-bottom:36px}
.v371-soft-panel{background:#f6f8ff;border:1px solid #eef2fb;border-radius:28px;padding:32px 34px 34px}
.v371-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}
.v371-section-head h2{font-size:32px;max-width:650px}
.v371-section-head .v371-kicker{margin-bottom:10px}
.v371-service-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.v371-service-card{position:relative;background:#fff;border:1px solid #edf0f7;border-radius:14px;overflow:hidden;min-width:0;color:var(--v371-ink);transition:.28s cubic-bezier(.2,.8,.2,1);box-shadow:0 5px 14px rgba(37,68,125,.04)}
.v371-service-card:hover{transform:translateY(-8px);box-shadow:0 18px 35px rgba(30,69,150,.15);border-color:#d9e2fa}
.v371-service-card>img{width:100%;height:112px;object-fit:cover;background:#eaf1ff;transition:transform .5s ease}
.v371-service-card:hover>img{transform:scale(1.055)}
.v371-service-badge{position:absolute;left:50%;top:92px;transform:translateX(-50%);width:36px;height:36px;border-radius:50%;background:#fff;color:#1746e8;display:grid;place-items:center;box-shadow:0 7px 16px rgba(31,70,150,.13);font-size:14px}
.v371-service-card b{display:block;text-align:center;padding:27px 8px 3px;font-size:12px;line-height:1.25}
.v371-service-card small{display:block;text-align:center;color:#8790a9;font-size:9px;padding:0 7px 14px}

/* Doctors */
.v371-doctors{padding-top:42px;padding-bottom:46px}
.v371-doctor-panel{border-radius:28px;background:linear-gradient(135deg,#eef3ff,#f5f7ff);padding:30px 28px;display:grid;grid-template-columns:275px 1fr;gap:26px;align-items:center;overflow:hidden}
.v371-doctor-intro{padding:12px 10px 12px 8px}
.v371-doctor-intro h2{font-size:34px}
.v371-doctor-intro p{font-size:13px;line-height:1.65;color:#6d7690;margin:14px 0 21px}
.v371-doctor-intro .v371-btn{height:42px;border-radius:9px;font-size:11px;padding:0 15px}
.v371-doctor-slider-wrap{position:relative;min-width:0;padding:0 32px}
.v371-doctor-swiper{overflow:hidden}
.v371-doctor-swiper .swiper-wrapper{display:flex;gap:14px}
.v371-doctor-swiper .swiper-slide{width:calc((100% - 42px)/4);flex:0 0 calc((100% - 42px)/4)}
.v371-doctor-card{display:block;background:#fff;border-radius:13px;overflow:hidden;border:1px solid #e7ebf5;box-shadow:0 8px 20px rgba(34,64,130,.06);color:#151d43;transition:.28s ease;height:100%}
.v371-doctor-card:hover{transform:translateY(-7px);box-shadow:0 18px 34px rgba(26,63,139,.15)}
.v371-doctor-card>img{width:100%;height:210px;object-fit:cover;object-position:center 22%;background:#edf3ff;transition:transform .45s ease}
.v371-doctor-card:hover>img{transform:scale(1.035)}
.v371-doctor-card>div{padding:11px 11px 13px;text-align:center}
.v371-doctor-card b{display:block;font-size:11px;line-height:1.35;min-height:30px}
.v371-doctor-card small{display:block;color:#7e88a3;font-size:9px;line-height:1.4;margin-top:3px;min-height:25px}
.v371-doctor-card span{display:inline-flex;gap:5px;align-items:center;margin-top:5px;color:#1746e8;font-size:9px;font-weight:800;opacity:.85}
.v371-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:34px;height:34px;border:0;border-radius:50%;background:#fff;color:#1746e8;box-shadow:0 8px 20px rgba(32,66,137,.12);display:grid;place-items:center;cursor:pointer}
.v371-slider-arrow.is-prev{left:0}.v371-slider-arrow.is-next{right:0}
.v371-slider-arrow:hover{background:#1746e8;color:#fff}

/* Facilities — navy band like reference */
.v371-facilities{padding:34px 0;background:linear-gradient(130deg,#07173e 0%,#0e2d67 48%,#143a7c 100%);position:relative;overflow:hidden}
.v371-facilities::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 30%,rgba(84,130,255,.25),transparent 28%),radial-gradient(circle at 92% 10%,rgba(62,128,255,.18),transparent 34%);pointer-events:none}
.v371-facility-layout{position:relative;z-index:1;display:grid;grid-template-columns:250px 1fr;gap:28px;align-items:center}
.v371-facility-copy h2{font-size:31px;color:#fff;line-height:1.08}
.v371-facility-copy h2 span{color:#b7caff}
.v371-facility-copy p{font-size:11px;color:#b8c5e3;line-height:1.65;margin:12px 0 17px}
.v371-facility-copy>a{color:#cfe0ff}
.v371-facility-rail{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;min-width:0}
.v371-facility-rail a{position:relative;border-radius:13px;overflow:hidden;height:170px;border:1px solid rgba(255,255,255,.26);color:#fff;background:#10285a;transition:.3s ease}
.v371-facility-rail a:hover{transform:translateY(-6px);border-color:#8fb0ff;box-shadow:0 16px 34px rgba(0,0,0,.24)}
.v371-facility-rail img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.v371-facility-rail a:hover img{transform:scale(1.07)}
.v371-facility-rail a::after{content:"";position:absolute;inset:auto 0 0;height:54%;background:linear-gradient(transparent,rgba(3,14,44,.85))}
.v371-facility-rail span{position:absolute;z-index:2;left:12px;right:12px;bottom:11px;font-size:10px;font-weight:800}

/* News · ApexMed editorial block inspired by premium hospital information architecture */
.apx-news-section{padding-top:64px;padding-bottom:56px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);overflow:hidden}
.apx-news-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:20px}
.apx-news-head>div{max-width:760px}.apx-news-head h2{margin:7px 0 10px;font-size:clamp(32px,3vw,46px);line-height:1.06;letter-spacing:-.035em;color:#111845;font-weight:900}.apx-news-head h2 span{color:#1d55d8}.apx-news-head p{margin:0;max-width:700px;color:#69738d;font-size:13px;line-height:1.7}
.apx-news-all{flex:none;display:inline-flex;align-items:center;gap:10px;color:#163c9d;font-size:12px;font-weight:900;padding:10px 0}.apx-news-all i{transition:.25s}.apx-news-all:hover i{transform:translateX(4px)}
.apx-news-tabs{display:flex;gap:8px;overflow:auto;padding:2px 1px 18px;scrollbar-width:none}.apx-news-tabs::-webkit-scrollbar{display:none}.apx-news-tabs button{flex:none;border:1px solid #dce6f8;background:#fff;color:#50607e;border-radius:999px;padding:9px 15px;font:800 11px/1 Roboto,sans-serif;cursor:pointer;transition:.22s}.apx-news-tabs button:hover{border-color:#9fb9ef;color:#153f9f}.apx-news-tabs button.active{border-color:#153f9f;background:#153f9f;color:#fff;box-shadow:0 8px 20px rgba(21,63,159,.16)}
.apx-news-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(330px,.8fr);gap:20px;align-items:stretch}.apx-news-main{min-width:0;display:grid;grid-template-rows:auto auto;gap:16px}.apx-news-feature{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(260px,.78fr);min-height:340px;border:1px solid #e3eaf7;background:#fff;border-radius:24px;overflow:hidden;color:#10183e;box-shadow:0 18px 45px rgba(25,61,126,.07);transition:.32s cubic-bezier(.2,.8,.2,1)}.apx-news-feature:hover{transform:translateY(-5px);box-shadow:0 24px 54px rgba(25,61,126,.12)}
.apx-news-feature-media{position:relative;min-height:340px;overflow:hidden;background:#eaf1fb}.apx-news-feature-media img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.8,.2,1)}.apx-news-feature:hover img{transform:scale(1.035)}.apx-news-feature-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(9,25,62,.16));pointer-events:none}.apx-news-badge{position:absolute;z-index:2;left:18px;top:18px;display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);color:#1645b7;font-size:9px;font-weight:900;box-shadow:0 5px 18px rgba(22,69,183,.13)}.apx-news-feature-copy{padding:28px 26px;display:flex;flex-direction:column;justify-content:center}.apx-news-meta{display:flex;align-items:center;gap:8px;color:#8b95aa;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.055em}.apx-news-meta i{font-size:8px;color:#d3d9e5}.apx-news-feature-copy h3{margin:13px 0 12px;font-size:25px;line-height:1.22;letter-spacing:-.025em;color:#111845}.apx-news-feature-copy p{margin:0;color:#66718b;font-size:12px;line-height:1.72;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.apx-news-read{display:inline-flex;align-items:center;gap:9px;margin-top:20px;color:#1749bf;font-size:10px;font-weight:900}.apx-news-read i{transition:.25s}.apx-news-feature:hover .apx-news-read i{transform:translateX(4px)}
.apx-news-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.apx-news-mini-card{min-width:0;border:1px solid #e7edf7;background:#fff;border-radius:18px;overflow:hidden;color:#10183e;transition:.28s ease}.apx-news-mini-card:hover{transform:translateY(-4px);box-shadow:0 15px 32px rgba(31,66,135,.09)}.apx-news-mini-card img{display:block;width:100%;height:108px;object-fit:cover;transition:.45s}.apx-news-mini-card:hover img{transform:scale(1.045)}.apx-news-mini-card>div{padding:12px 13px 14px}.apx-news-mini-card small{display:block;color:#1b51ca;font-weight:900;font-size:8px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:7px}.apx-news-mini-card b{display:block;font-size:11px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.apx-news-side{border:1px solid #e3eaf7;background:#eef5ff;border-radius:24px;padding:20px;min-width:0}.apx-news-side-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid #d8e5f7}.apx-news-side-head strong{font-size:15px;color:#10285f}.apx-news-side-head span{font-size:8px;font-weight:900;letter-spacing:.07em;color:#e85e8e;background:#fff;border-radius:999px;padding:5px 8px}.apx-news-side-list{display:grid}.apx-news-side-card{display:grid;grid-template-columns:92px 1fr;gap:12px;align-items:center;padding:15px 0;border-bottom:1px solid #d8e5f7;color:#10285f;transition:.23s}.apx-news-side-card:last-child{border-bottom:0}.apx-news-side-card:hover{transform:translateX(3px)}.apx-news-side-card img{width:92px;height:72px;object-fit:cover;border-radius:12px;background:#dfe9f8}.apx-news-side-card small{display:block;color:#5271ae;font-weight:800;font-size:8px;margin-bottom:6px}.apx-news-side-card b{display:block;font-size:10.5px;line-height:1.44;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.apx-news-side-card time{display:block;margin-top:6px;font-size:8px;color:#929db2}
.apx-news-empty{grid-column:1/-1;min-height:240px;border:1px dashed #ccdaef;border-radius:24px;background:#f8fbff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:36px;color:#7b879d}.apx-news-empty i{font-size:32px;color:#3970db;margin-bottom:13px}.apx-news-empty strong{color:#15326f;font-size:15px;margin-bottom:6px}.apx-news-empty span{font-size:11px}
@media(max-width:980px){.apx-news-layout{grid-template-columns:1fr}.apx-news-side{padding:18px}.apx-news-feature{grid-template-columns:1.15fr .85fr}.apx-news-mini-card img{height:130px}}
@media(max-width:720px){.apx-news-section{padding-top:48px;padding-bottom:44px}.apx-news-head{align-items:flex-start;flex-direction:column;gap:8px}.apx-news-head h2{font-size:31px}.apx-news-head p{font-size:12px}.apx-news-all{padding:3px 0}.apx-news-tabs{margin-right:-20px;padding-right:20px}.apx-news-feature{grid-template-columns:1fr;min-height:0;border-radius:20px}.apx-news-feature-media{min-height:230px}.apx-news-feature-copy{padding:20px}.apx-news-feature-copy h3{font-size:22px}.apx-news-feature-copy p{-webkit-line-clamp:3}.apx-news-mini-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;margin-right:-20px;padding-right:20px;padding-bottom:4px}.apx-news-mini-card{flex:0 0 76%;scroll-snap-align:start}.apx-news-side{border-radius:20px}.apx-news-side-card{grid-template-columns:100px 1fr}.apx-news-side-card img{width:100px;height:76px}}

/* CTA */
.v371-help{padding-top:28px;padding-bottom:60px}
.v371-help-panel{min-height:156px;border-radius:24px;overflow:hidden;background:linear-gradient(118deg,#0c2d82,#1238a1 56%,#1d52e8);display:grid;grid-template-columns:1fr 360px;gap:30px;align-items:center;padding:28px 32px;position:relative;color:#fff;box-shadow:0 18px 42px rgba(21,54,143,.17)}
.v371-help-panel::before{content:"";position:absolute;left:40%;top:-120px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.13),transparent 68%)}
.v371-help-copy{position:relative;z-index:1}
.v371-help-copy h2{margin:0;font-size:30px;letter-spacing:-.025em}
.v371-help-copy p{font-size:11px;color:#d8e3ff;margin:8px 0 14px}
.v371-help-mini{display:flex;gap:16px;flex-wrap:wrap}
.v371-help-mini span{font-size:9px;color:#e5ecff;display:inline-flex;gap:6px;align-items:center}
.v371-help-box{position:relative;z-index:1;background:#fff;border-radius:16px;padding:16px 18px;color:#17336f}
.v371-help-box>span{font-size:9px;color:#8791aa;text-transform:uppercase;letter-spacing:.09em;font-weight:800}
.v371-help-box>a:first-of-type{display:flex;align-items:center;gap:12px;color:#1746e8;margin-top:5px}
.v371-help-box>a:first-of-type i{font-size:24px}.v371-help-box strong{font-size:23px;letter-spacing:-.03em}
.v371-help-book{display:flex;align-items:center;justify-content:space-between;background:#1746e8;color:#fff;border-radius:9px;padding:9px 11px;font-size:10px;font-weight:800;margin-top:11px}

/* Footer upgraded */
body.v371-site .footer{background:#08163c;color:#c9d3ee;border:0;padding-top:46px}
body.v371-site .footer .footer-simple-grid{gap:44px}
body.v371-site .footer h4{color:#fff;font-size:13px;margin-bottom:14px}
body.v371-site .footer p,body.v371-site .footer a,body.v371-site .footer span{font-size:11px;line-height:1.7;color:#b9c5e5}
body.v371-site .footer .brand img{filter:brightness(0) invert(1);opacity:.96;max-width:145px}
body.v371-site .footer-legal{border-color:rgba(255,255,255,.12)}

/* Shared visual system for ALL subpages */
body.v371-site:not(.v371-home) main{background:#fff;padding-top:16px}
body.v371-site:not(.v371-home) .page-hero,body.v371-site:not(.v371-home) .doctor-directory-hero,body.v371-site:not(.v371-home) .legal-hero,body.v371-site:not(.v371-home) .article-hero,body.v371-site:not(.v371-home) .news-article-hero,body.v371-site:not(.v371-home) .qa-detail-hero,body.v371-site:not(.v371-home) .about-hero-full,body.v371-site:not(.v371-home) .facility-hero-full{width:min(1180px,calc(100% - 48px));margin:18px auto 40px;border-radius:28px;overflow:hidden;background:linear-gradient(135deg,#f3f7ff,#e8f1ff);box-shadow:none;border:1px solid #e9eef9}
body.v371-site:not(.v371-home) .page-hero-grid{min-height:420px;display:grid;grid-template-columns:1fr 1fr;align-items:center}
body.v371-site:not(.v371-home) .page-hero .hero-copy{padding:48px 48px;max-width:none}
body.v371-site:not(.v371-home) .page-hero h1,body.v371-site:not(.v371-home) .doctor-directory-heading h1,body.v371-site:not(.v371-home) .legal-hero h1,body.v371-site:not(.v371-home) .article-hero h1{font-size:clamp(40px,4vw,62px);line-height:1.03;letter-spacing:-.04em;color:#10183f}
body.v371-site:not(.v371-home) .page-hero p,body.v371-site:not(.v371-home) .doctor-directory-heading p{color:#6d7793;line-height:1.7}
body.v371-site:not(.v371-home) .page-hero-media{height:100%;min-height:420px;border-radius:0;overflow:hidden}
body.v371-site:not(.v371-home) .page-hero-media img{width:100%;height:100%;object-fit:cover}
body.v371-site:not(.v371-home) .section{padding:64px 0}
body.v371-site:not(.v371-home) .section-title{font-size:clamp(32px,3vw,46px);line-height:1.06;letter-spacing:-.035em;color:#10183f}
body.v371-site:not(.v371-home) .section-lead{color:#6d7690;line-height:1.75}
body.v371-site:not(.v371-home) .service-card,body.v371-site:not(.v371-home) .doctor-card,body.v371-site:not(.v371-home) .branch-card,body.v371-site:not(.v371-home) .blog-card,body.v371-site:not(.v371-home) .promo-card,body.v371-site:not(.v371-home) .contact-card,body.v371-site:not(.v371-home) .qa-card{border:1px solid #e8edf7;border-radius:18px;background:#fff;box-shadow:0 8px 25px rgba(31,62,126,.06);overflow:hidden;transition:.28s ease}
body.v371-site:not(.v371-home) .service-card:hover,body.v371-site:not(.v371-home) .doctor-card:hover,body.v371-site:not(.v371-home) .branch-card:hover,body.v371-site:not(.v371-home) .blog-card:hover,body.v371-site:not(.v371-home) .promo-card:hover{transform:translateY(-7px);box-shadow:0 20px 38px rgba(30,64,139,.13)}
body.v371-site:not(.v371-home) .form-card,body.v371-site:not(.v371-home) .v37-booking-form,body.v371-site:not(.v371-home) .v37-profile-panel{border:1px solid #e7ecf6;border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(28,60,130,.07)}
body.v371-site:not(.v371-home) input,body.v371-site:not(.v371-home) textarea,body.v371-site:not(.v371-home) select{border:1px solid #dfe6f4;border-radius:11px;background:#fbfcff;min-height:46px}
body.v371-site:not(.v371-home) input:focus,body.v371-site:not(.v371-home) textarea:focus,body.v371-site:not(.v371-home) select:focus{outline:0;border-color:#7699f7;box-shadow:0 0 0 4px rgba(23,70,232,.08)}
body.v371-site:not(.v371-home) .btn-primary{background:#1746e8;border-color:#1746e8;box-shadow:0 9px 22px rgba(23,70,232,.18)}
body.v371-site:not(.v371-home) .btn-outline{border-color:#9db1ef;color:#1746e8;background:#fff}
body.v371-site:not(.v371-home) .doctor-grid,body.v371-site:not(.v371-home) .branch-grid,body.v371-site:not(.v371-home) .blog-grid{gap:18px}
body.v371-site:not(.v371-home) .facility-gallery-main,body.v371-site:not(.v371-home) .facility-gallery-side img,body.v371-site:not(.v371-home) .branch-detail-gallery img{border-radius:18px}
body.v371-site:not(.v371-home) .article-shell,body.v371-site:not(.v371-home) .news-article-layout,body.v371-site:not(.v371-home) .qa-answer-layout{gap:34px}
body.v371-site:not(.v371-home) .article-body,body.v371-site:not(.v371-home) .article-main-section{font-size:16px;line-height:1.85;color:#39425f}

/* subtle animated decorative dots */
.v371-home-main::before{content:"";position:fixed;width:360px;height:360px;border-radius:50%;right:-200px;top:35%;border:1px solid rgba(35,76,207,.05);box-shadow:0 0 0 50px rgba(35,76,207,.02),0 0 0 105px rgba(35,76,207,.015);pointer-events:none;z-index:0}

/* animation initial states — JS/Gsap reveals */
.v371-reveal,.v371-reveal-left,.v371-reveal-right{will-change:transform,opacity}
.v371-fallback-ready .v371-reveal,.v371-fallback-ready .v371-reveal-left,.v371-fallback-ready .v371-reveal-right{animation:v371fade .65s ease both}
@keyframes v371fade{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@keyframes v371float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.v371-stat-icon{animation:v371float 4.5s ease-in-out infinite}
.v371-stat:nth-child(2) .v371-stat-icon{animation-delay:.6s}.v371-stat:nth-child(3) .v371-stat-icon{animation-delay:1.2s}.v371-stat:nth-child(4) .v371-stat-icon{animation-delay:1.8s}

/* Responsive */
@media(max-width:1100px){
  body.v371-site .site-header .nav{grid-template-columns:150px 1fr auto;gap:14px}.main-nav{gap:15px}.main-nav>a,.main-nav>.nav-dropdown>button{font-size:12px!important}
  .v371-hero-copy{width:52%}.v371-service-grid{grid-template-columns:repeat(3,1fr)}.v371-service-card>img{height:150px}.v371-service-badge{top:130px}
  .v371-doctor-panel{grid-template-columns:240px 1fr}.v371-doctor-swiper .swiper-slide{width:calc((100% - 28px)/3);flex-basis:calc((100% - 28px)/3)}
  .v371-facility-layout{grid-template-columns:210px 1fr}.v371-facility-rail{grid-template-columns:repeat(4,1fr)}.v371-facility-rail a:last-child{display:none}
}
@media(max-width:900px){
  body.v371-site .container{width:min(100% - 32px,1180px)}
  body.v371-site .site-header .nav{grid-template-columns:1fr auto;min-height:68px}.main-nav,.nav-actions{display:none!important}.site-header .brand img{width:135px!important}.menu-toggle{display:grid!important;place-items:center}
  .v371-hero{min-height:690px}.v371-hero-media{top:250px}.v371-hero-media::before{background:linear-gradient(180deg,#f8fbff 0%,rgba(248,251,255,.96) 28%,rgba(248,251,255,.42) 50%,rgba(248,251,255,0) 76%)}.v371-hero-media img{object-position:63% center}.v371-hero-inner{align-items:flex-start;min-height:690px;padding-top:58px}.v371-hero-copy{width:100%;max-width:650px}.v371-hero h1{font-size:48px}.v371-hero p{max-width:570px}.v371-stat-wrap{bottom:-115px}.v371-stat-rail{grid-template-columns:repeat(2,1fr);gap:20px 0;padding:18px 10px}.v371-stat:nth-child(2)::after{display:none}.v371-stat strong{font-size:21px}.v371-stat small{white-space:normal}
  .v371-about{padding-top:165px}.v371-about-grid{grid-template-columns:1fr;gap:28px}.v371-about-media{border-radius:22px;min-height:300px}.v371-about-media img{min-height:300px}.v371-about-features{grid-template-columns:repeat(2,1fr)}
  .v371-soft-panel{padding:25px 20px}.v371-section-head{align-items:flex-start}.v371-section-head h2{font-size:31px}.v371-service-grid{grid-template-columns:repeat(3,1fr)}
  .v371-doctor-panel{grid-template-columns:1fr;padding:24px}.v371-doctor-intro{max-width:520px}.v371-doctor-swiper .swiper-slide{width:calc((100% - 28px)/3);flex-basis:calc((100% - 28px)/3)}
  .v371-facility-layout{grid-template-columns:1fr}.v371-facility-copy{max-width:560px}.v371-facility-rail{grid-template-columns:repeat(3,1fr)}.v371-facility-rail a:nth-child(4){display:none}
  .v371-help-panel{grid-template-columns:1fr}.v371-help-box{max-width:440px}
  body.v371-site:not(.v371-home) .page-hero,body.v371-site:not(.v371-home) .doctor-directory-hero,body.v371-site:not(.v371-home) .legal-hero,body.v371-site:not(.v371-home) .article-hero,body.v371-site:not(.v371-home) .news-article-hero,body.v371-site:not(.v371-home) .qa-detail-hero,body.v371-site:not(.v371-home) .about-hero-full,body.v371-site:not(.v371-home) .facility-hero-full{width:calc(100% - 32px)}
  body.v371-site:not(.v371-home) .page-hero-grid{grid-template-columns:1fr}.page-hero-media{min-height:320px!important}.page-hero .hero-copy{padding:38px 28px!important}
}
@media(max-width:620px){
  body.v371-site .container{width:calc(100% - 26px)}
  .v371-hero{min-height:720px}.v371-hero-inner{padding-top:38px}.v371-hero h1{font-size:39px;line-height:1.02}.v371-hero p{font-size:13px;line-height:1.65}.v371-pill{font-size:10px}.v371-hero-actions{flex-direction:column;align-items:stretch;max-width:310px}.v371-btn{width:100%}.v371-hero-media{top:315px;height:405px}.v371-hero-media img{object-position:69% center}.v371-stat-wrap{bottom:-144px}.v371-stat-rail{border-radius:18px;min-height:170px;gap:22px 0}.v371-stat{justify-content:flex-start;padding-left:17px}.v371-stat-icon{width:36px;height:36px;font-size:14px}.v371-stat strong{font-size:18px}.v371-stat small{font-size:9px}
  .v371-about{padding-top:198px;padding-bottom:40px}.v371-section{padding:48px 0}.v371-about-copy h2,.v371-section-head h2,.v371-doctor-intro h2,.v371-facility-copy h2{font-size:30px}.v371-about-features{grid-template-columns:repeat(2,1fr);gap:16px}.v371-about-media,.v371-about-media img{min-height:240px}.v371-about-media{border-radius:18px}
  .v371-section-head{flex-direction:column;gap:12px}.v371-section-head>a{align-self:flex-start}.v371-service-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:8px;margin-right:-20px}.v371-service-card{flex:0 0 72%;scroll-snap-align:start}.v371-service-card>img{height:160px}.v371-service-badge{top:140px}
  .v371-doctor-panel{padding:22px 16px}.v371-doctor-slider-wrap{padding:0 26px}.v371-doctor-swiper .swiper-slide{width:78%;flex-basis:78%}.v371-doctor-card>img{height:310px}.v371-slider-arrow{width:30px;height:30px}
  .v371-facilities{padding:30px 0}.v371-facility-rail{display:flex;overflow:auto;scroll-snap-type:x mandatory}.v371-facility-rail a,.v371-facility-rail a:nth-child(4),.v371-facility-rail a:last-child{display:block;flex:0 0 74%;height:210px;scroll-snap-align:start}
    .v371-help{padding-top:16px;padding-bottom:50px}.v371-help-panel{padding:24px 20px;border-radius:20px}.v371-help-copy h2{font-size:26px}.v371-help-mini{gap:10px}.v371-help-box strong{font-size:21px}
  body.v371-site:not(.v371-home) .page-hero,body.v371-site:not(.v371-home) .doctor-directory-hero,body.v371-site:not(.v371-home) .legal-hero,body.v371-site:not(.v371-home) .article-hero,body.v371-site:not(.v371-home) .news-article-hero,body.v371-site:not(.v371-home) .qa-detail-hero,body.v371-site:not(.v371-home) .about-hero-full,body.v371-site:not(.v371-home) .facility-hero-full{width:calc(100% - 24px);border-radius:20px}
  body.v371-site:not(.v371-home) .page-hero h1,body.v371-site:not(.v371-home) .doctor-directory-heading h1,body.v371-site:not(.v371-home) .legal-hero h1,body.v371-site:not(.v371-home) .article-hero h1{font-size:38px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.v371-stat-icon{animation:none!important}*,*::before,*::after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
/* V3.7.1 home uses real measured section sizes; disable legacy intrinsic placeholder. */
body.v371-home main.v371-home-main > section{content-visibility:visible!important;contain-intrinsic-size:auto!important}
