:root{--blue:#0067d8;--blue2:#003d85;--red:#e51c2a;--green:#0a9a43;--text:#10233f;--muted:#66758c;--bg:#f4f9ff;--line:#dfeaf6;--soft:#eef7ff;--shadow:0 16px 35px rgba(0,55,120,.11);--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,Tahoma,sans-serif;color:var(--text);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.topbar{height:34px;background:#eef7ff;border-bottom:1px solid #d8ebff;font-size:13px;color:#203a59}.topbar-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px;white-space:nowrap}.topbar .hotline{font-weight:900;color:var(--red)}.site-header{background:#fff;position:sticky;top:0;z-index:70;box-shadow:0 8px 22px rgba(0,44,95,.08)}.header-inner{height:86px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:12px;min-width:300px}.brand img{width:62px;height:62px;object-fit:contain;flex:none}.brand strong{display:block;color:var(--blue2);font-size:17px;line-height:1.08;letter-spacing:.1px}.brand strong b{color:var(--red);font-size:24px}.brand em{display:block;color:var(--green);font-size:13px;font-style:italic;font-weight:700;margin-top:3px}.main-nav{display:flex;align-items:stretch;gap:2px;margin-left:auto;height:100%}.main-nav a{display:flex;align-items:center;padding:0 14px;font-weight:800;color:#172b45;font-size:14px;border-bottom:3px solid transparent;white-space:nowrap}.main-nav a.active,.main-nav a:hover{color:var(--blue);border-bottom-color:var(--blue)}.search-box{width:230px;border:1px solid #dbe6f3;border-radius:12px;height:42px;display:flex;align-items:center;background:#fff;margin-left:8px}.search-box input{border:0;outline:0;flex:1;min-width:0;padding:0 0 0 14px;color:#526174}.search-box button{border:0;background:transparent;color:#60728a;font-size:22px;width:42px}.lang{display:flex;align-items:center;gap:6px;font-weight:800;color:#203957}.nav-toggle{display:none;border:0;background:#fff;color:#102d4d;font-size:30px;line-height:1}.mobile-menu{display:none}.hero{min-height:520px;background:linear-gradient(90deg,#f8fcff 0%,#edf8ff 43%,rgba(238,247,255,.62) 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('../images/hero-home.jpg') right center/62% 100% no-repeat;opacity:.95}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f8fcff 0%,#f8fcff 38%,rgba(248,252,255,.75) 50%,rgba(248,252,255,.05) 100%)}.hero-inner{position:relative;z-index:2;padding:72px 0 100px;max-width:620px}.hero h1{margin:0;text-transform:uppercase;line-height:1.05;color:var(--red);font-size:58px;letter-spacing:.2px}.hero h1 span{display:block;color:var(--blue2);font-size:30px;margin-bottom:8px}.slogan{margin:16px 0 20px;color:var(--green);font-size:24px;font-weight:800;font-style:italic}.hero p{font-size:17px;color:#30425a;margin:0 0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--blue);border-radius:12px;padding:12px 20px;color:var(--blue);background:#fff;font-weight:900;box-shadow:0 4px 12px rgba(0,82,181,.05)}.btn.primary,.btn.red{background:var(--blue);color:#fff}.btn.red{background:var(--red);border-color:var(--red)}.btn:hover{transform:translateY(-1px)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.trust-list{display:flex;gap:22px;flex-wrap:wrap;margin-top:22px;color:#1f3954}.quick-strip{margin-top:-52px;position:relative;z-index:3}.quick-grid{background:#fff;border:1px solid #dbe8f6;border-radius:18px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.quick-item{padding:28px 30px;border-right:1px solid var(--line);display:flex;gap:16px;align-items:center}.quick-item:last-child{border-right:0}.icon{width:58px;height:58px;border-radius:18px;background:#eaf5ff;color:var(--blue);display:grid;place-items:center;font-size:30px;font-weight:900;flex:none}.quick-item b{display:block;color:var(--blue2);font-size:17px}.quick-item small{color:var(--muted)}.section{padding:48px 0}.section-title{text-align:center;margin:0 0 26px;font-size:28px;text-transform:uppercase;color:#0b2f5c}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;gap:16px}.section-head h2{color:#0b2f5c;text-transform:uppercase;margin:0;font-size:26px}.link{color:var(--blue);font-weight:900}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.specialty-card,.doctor-card,.post-card,.soft-card{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 20px rgba(0,52,112,.06)}.specialty-card{text-align:center;padding:22px}.specialty-card .icon{margin:0 auto 12px;border-radius:50%;font-size:30px}.specialty-card h3,.doctor-card h3,.post-card h3{color:var(--blue2);margin:8px 0}.specialty-card p,.post-card p{color:#52667c;margin:0}.doctor-row,.doctor-page-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.doctor-card{padding:14px}.doctor-photo{height:230px;border-radius:14px;background:linear-gradient(180deg,#f7fbff,#edf7ff);display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e3edf8}.doctor-photo img{width:100%;height:100%;object-fit:cover;object-position:top center}.doctor-photo img.placeholder{object-fit:contain;padding:22px;background:#f2f8ff}.doctor-card h3{font-size:17px;margin-top:14px}.doctor-meta{color:#52667c;font-size:14px;min-height:72px}.rating{color:#f5a400;font-weight:900;margin:8px 0}.rating span{color:var(--blue2)}.doctor-card .btn{width:100%;padding:10px}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.step{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;text-align:center;font-weight:800;color:#28425e;box-shadow:0 8px 20px rgba(0,52,112,.04)}.why-test{display:grid;grid-template-columns:1fr 1fr;gap:22px}.soft-card{padding:24px}.benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.benefit{display:flex;gap:10px;align-items:flex-start}.benefit b{color:var(--blue2)}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.testimonials p{background:#f7fbff;border:1px solid #e1edf8;border-radius:14px;padding:16px;margin:0}.post-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.post-card{padding:14px}.post-card img{height:175px;width:100%;object-fit:cover;border-radius:13px}.post-card h3{font-size:17px}.page-hero{position:relative;overflow:hidden;background:#f3f9ff;min-height:270px;display:flex;align-items:center}.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f8fcff 0%,#f8fcff 38%,rgba(248,252,255,.74) 54%,rgba(248,252,255,.08) 100%),var(--cover) right center/58% 100% no-repeat}.page-hero .container{position:relative;z-index:1}.page-hero h1{font-size:46px;color:var(--blue2);margin:0 0 10px;text-transform:uppercase}.page-hero p{font-size:18px;color:#455b75;max-width:560px}.breadcrumb{font-size:14px;color:#56708e;margin-bottom:16px;font-weight:700}.layout{display:grid;grid-template-columns:280px 1fr;gap:24px}.sidebar{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;height:max-content;box-shadow:0 8px 20px rgba(0,52,112,.05)}.sidebar h3{margin:0 0 14px;color:#0b2f5c;text-transform:uppercase}.side-list a{display:flex;justify-content:space-between;align-items:center;padding:12px 10px;border-radius:10px;color:#29415b;font-weight:800}.side-list a:hover{background:#f0f7ff;color:var(--blue)}.specialty-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.specialty-list .specialty-card{text-align:left}.specialty-list .specialty-card .icon{margin:0 0 12px}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.stat{text-align:center}.stat strong{font-size:30px;color:var(--blue)}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery img{height:220px;width:100%;object-fit:cover;border-radius:16px;border:1px solid var(--line)}.booking-wrap{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:var(--shadow)}.booking-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}.field label{font-weight:800}.field input,.field select,.field textarea{width:100%;border:1px solid #d9e5f2;border-radius:10px;padding:13px 14px;font-size:15px;font-family:inherit}.field textarea{min-height:110px}.time-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.time-grid label{border:1px solid #d9e5f2;border-radius:9px;padding:10px;text-align:center;cursor:pointer}.time-grid input{display:none}.time-grid input:checked+span{color:var(--blue);font-weight:900}.alert{border-radius:14px;padding:15px 18px;margin:16px 0}.alert.success{background:#e8fff2;color:#08713b}.alert.error{background:#fff0f1;color:#9f1520}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.map{width:100%;height:360px;border:0;border-radius:18px}.footer{background:#005fc8;color:#fff;margin-top:50px}.footer-grid{display:grid;grid-template-columns:1.35fr 1.2fr 1fr 1fr;gap:32px;padding:42px 20px}.footer a{display:block;color:#e8f4ff;margin:7px 0}.footer p{color:#e8f4ff}.footer h3,.footer h4{margin:0 0 12px;color:#fff}.socials{display:flex;gap:9px}.socials a{background:#fff;color:var(--blue);border-radius:50px;padding:8px 11px;font-weight:900}.legal-badge{background:#139447;border-radius:12px;padding:12px;margin-top:12px}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.2);padding:14px}.float-zalo{position:fixed;right:18px;bottom:90px;z-index:40;background:#0077ff;color:#fff;border-radius:50%;width:62px;height:62px;display:grid;place-items:center;font-weight:900;box-shadow:var(--shadow)}.bottom-cta{display:none}.hide{display:none!important}.article-content{font-size:17px}.article-content h2{color:var(--blue2)}@media(max-width:1120px){.search-box{display:none}.main-nav a{padding:0 10px}}@media(max-width:900px){.container{width:100%;padding:0 18px}.topbar-inner{font-size:12px;gap:16px;overflow:auto;justify-content:flex-start}.main-nav,.search-box{display:none}.lang{margin-left:auto}.nav-toggle{display:block}.header-inner{height:82px}.brand{min-width:0}.brand img{width:56px;height:56px}.brand strong{font-size:14px}.brand strong b{font-size:20px}.brand em{font-size:11px}.hero{min-height:auto;background:#f6fbff}.hero:before{background:url('../images/hero-home.jpg') right top/100% auto no-repeat;opacity:.45}.hero:after{background:linear-gradient(180deg,rgba(246,251,255,.72),#f6fbff 42%,#f6fbff 100%)}.hero-inner{padding:210px 0 34px;max-width:none}.hero h1{font-size:34px}.hero h1 span{font-size:22px}.slogan{font-size:18px}.hero p{font-size:15px}.hero-actions .btn{flex:1;min-width:150px}.trust-list{gap:10px;font-size:14px}.quick-strip{margin:0;padding:14px 0}.quick-grid{grid-template-columns:1fr 1fr;border-radius:16px}.quick-item{padding:14px;border-right:0;border-bottom:1px solid var(--line)}.quick-item b{font-size:15px}.quick-item small{font-size:12px}.icon{width:48px;height:48px;font-size:24px}.section{padding:34px 0}.section-head h2{font-size:20px}.card-grid{grid-template-columns:1fr 1fr;gap:12px}.specialty-card{padding:16px}.doctor-row{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.doctor-card{min-width:78%;scroll-snap-align:start}.steps{grid-template-columns:1fr}.why-test,.about-grid,.contact-grid,.layout,.booking-grid{grid-template-columns:1fr}.testimonials,.post-row,.specialty-list,.doctor-page-grid{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:1fr}.time-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.page-hero{min-height:260px}.page-hero:before{background:linear-gradient(180deg,rgba(248,252,255,.65),#f8fcff 68%),var(--cover) center top/100% auto no-repeat}.page-hero .container{padding-top:140px}.page-hero h1{font-size:34px}.mobile-menu{position:fixed;inset:0;background:#fff;z-index:100;display:none;overflow:auto}.mobile-menu.open{display:block}.mobile-menu-head{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;padding:18px;border-bottom:1px solid var(--line)}.mobile-menu-head button{border:0;background:#fff;font-size:44px;color:#0b3260}.mobile-menu>a{display:flex;justify-content:space-between;align-items:center;padding:22px 26px;border-bottom:1px solid var(--line);font-size:22px;font-weight:750;color:#0b2f5c}.float-zalo{bottom:110px}.bottom-cta{display:block;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);z-index:35;padding:10px 14px}.bottom-cta a{display:block;text-align:center;background:var(--blue);color:#fff;padding:14px;border-radius:12px;font-weight:900}.footer{padding-bottom:70px}}@media(max-width:520px){.quick-grid,.card-grid{grid-template-columns:1fr 1fr}.specialty-card h3{font-size:15px}.specialty-card p{font-size:13px}.quick-grid{grid-template-columns:1fr}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.btn{padding:11px 12px}.doctor-photo{height:210px}.topbar span:first-child{display:none}.page-hero p{font-size:15px}}

/* ===== Trường Sinh v4 refinement ===== */
*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,Roboto,"Be Vietnam Pro",Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.site-header{background:#fff;border-bottom:1px solid #e7f0fb;position:sticky;top:0;z-index:30}.header-inner{height:88px;align-items:center}.brand{min-width:270px;gap:10px;overflow:visible}.brand img{width:66px!important;height:66px!important;object-fit:contain!important;object-position:center!important;flex:0 0 66px;padding:3px}.brand strong{font-size:16px;line-height:1.03}.brand strong b{font-size:24px;line-height:1}.brand em{font-size:12px;line-height:1.25;max-width:210px}.main-nav{margin-left:24px}.main-nav a{font-size:14px;padding:0 12px}.search-box button:before{content:"";display:block;width:14px;height:14px;border:2px solid #6a7c90;border-radius:50%;margin:0 auto;position:relative}.search-box button:after{content:"";display:block;width:7px;height:2px;background:#6a7c90;transform:rotate(45deg);margin:-2px 0 0 24px;border-radius:2px}.lang{display:none!important}.nav-toggle{width:42px;height:42px;border-radius:10px;background:#f4f9ff;align-items:center;justify-content:center;gap:5px;flex-direction:column}.nav-toggle span{display:block;width:22px;height:2px;border-radius:2px;background:#0b2f5c}.mobile-menu{display:none}.mobile-menu.open{display:block}.mobile-menu .lang{display:none!important}
.hero-redesign{min-height:auto;background:linear-gradient(115deg,#f8fcff 0%,#edf8ff 100%);padding:54px 0 76px;position:relative;overflow:hidden}.hero-redesign:before,.hero-redesign:after{display:none!important}.hero-layout{display:grid;grid-template-columns:minmax(430px,0.9fr) minmax(520px,1.1fr);gap:48px;align-items:center}.hero-copy{position:relative;z-index:2}.hero-copy .hero-kicker{display:block;text-transform:uppercase;color:var(--blue2);font-weight:900;font-size:28px;letter-spacing:.3px}.hero-copy h1{margin:6px 0 0;text-transform:uppercase;line-height:.95;color:var(--red);font-size:64px;letter-spacing:.2px}.hero-copy .slogan{margin:18px 0 22px;color:var(--green);font-size:24px;font-weight:900;font-style:italic}.hero-copy p{font-size:17px;line-height:1.75;color:#2e4057;max-width:610px;margin:0 0 24px}.hero-media{position:relative;border-radius:28px;min-height:420px;box-shadow:0 20px 52px rgba(0,62,135,.16);overflow:hidden;background:#dff2ff;border:1px solid #d7e8f7}.hero-slider{height:100%;min-height:420px;position:relative}.hero-slider img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;animation:heroFade 15s infinite}.hero-slider img:nth-child(1){animation-delay:0s;object-position:center 54%}.hero-slider img:nth-child(2){animation-delay:5s;object-position:center 48%}.hero-slider img:nth-child(3){animation-delay:10s;object-position:center 55%}.hero-media:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(255,255,255,.82) 0%,rgba(255,255,255,.18) 45%,rgba(255,255,255,.02) 100%);pointer-events:none}.hero-media-badge{position:absolute;z-index:2;left:24px;bottom:24px;background:rgba(255,255,255,.93);border:1px solid rgba(204,224,242,.9);border-radius:18px;padding:14px 18px;box-shadow:0 12px 26px rgba(15,67,119,.15);display:grid;gap:3px}.hero-media-badge strong{color:var(--blue);font-size:18px}.hero-media-badge span{color:#3b526c;font-size:13px}@keyframes heroFade{0%{opacity:0;transform:scale(1.035)}6%{opacity:1}28%{opacity:1}34%{opacity:0;transform:scale(1.0)}100%{opacity:0}}
.btn,.submit-appointment,button{font-family:Inter,Roboto,"Be Vietnam Pro",Arial,sans-serif!important;letter-spacing:0;line-height:1.2}.confirm-card{margin-top:18px}.submit-appointment{width:100%!important;font-size:18px!important;border-radius:12px!important;min-height:56px}.quick-grid{margin-top:0}.quick-item .icon,.specialty-card .icon{font-family:Inter,Roboto,"Be Vietnam Pro",Arial,sans-serif}.page-hero{min-height:360px;background:#f4faff;display:flex;align-items:center;margin-bottom:18px}.page-hero:before{background:linear-gradient(90deg,#f8fcff 0%,#f8fcff 39%,rgba(248,252,255,.86) 53%,rgba(248,252,255,.14) 100%),var(--cover) right center/cover no-repeat!important}.page-hero .container{padding-top:0}.page-hero h1{font-size:48px;line-height:1.1}.page-hero p{font-size:19px;line-height:1.7}.breadcrumb{color:#315b88}.doctor-photo{height:245px;background:#f4f9ff}.doctor-photo img{object-fit:cover!important;object-position:top center!important}.doctor-card .btn{font-weight:900}.success-modal{position:fixed;inset:0;z-index:200;display:none;place-items:center;background:rgba(7,25,45,.52);padding:20px}.success-modal.open{display:grid}.success-modal__box{position:relative;width:min(620px,100%);background:#fff;border-radius:24px;padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.25);text-align:center}.success-modal__close{position:absolute;right:16px;top:14px;width:38px;height:38px;border:0;border-radius:50%;background:#eef6ff;color:#123b68;font-size:28px;line-height:1;cursor:pointer}.success-modal__icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;background:#e7fff1;color:#098c49;font-size:42px;font-weight:900}.success-modal h2{margin:0 0 10px;color:#0b2f5c;font-size:30px}.success-modal p{color:#496179;line-height:1.65}.appointment-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0;text-align:left}.appointment-summary div{background:#f5faff;border:1px solid #dcecff;border-radius:14px;padding:12px}.appointment-summary span{display:block;color:#63778f;font-size:13px}.appointment-summary b{display:block;color:#0b2f5c;margin-top:3px}.email-note{border-radius:14px;padding:12px 14px;text-align:left;font-size:14px;line-height:1.5}.email-note.sent{background:#eafff3;color:#096f3c}.email-note.pending{background:#fff8e6;color:#815700}.modal-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:20px}.float-zalo{font-family:Inter,Roboto,"Be Vietnam Pro",Arial,sans-serif}.bottom-cta a{font-family:Inter,Roboto,"Be Vietnam Pro",Arial,sans-serif!important}.bottom-cta a:before{content:""}
@media(max-width:1180px){.hero-layout{grid-template-columns:1fr;gap:28px}.hero-media{min-height:380px}.hero-slider{min-height:380px}.brand{min-width:250px}.main-nav a{padding:0 9px}.search-box{width:210px}}
@media(max-width:900px){.site-header{position:sticky}.header-inner{height:80px}.brand img{width:58px!important;height:58px!important;flex-basis:58px}.brand strong{font-size:14px}.brand strong b{font-size:20px}.main-nav,.search-box{display:none!important}.nav-toggle{display:flex}.hero-redesign{padding:28px 0 34px}.hero-layout{display:flex;flex-direction:column}.hero-copy{order:1}.hero-media{order:0;width:100%;min-height:260px;border-radius:20px}.hero-slider{min-height:260px}.hero-copy .hero-kicker{font-size:22px}.hero-copy h1{font-size:42px}.hero-copy .slogan{font-size:18px}.hero-copy p{font-size:15px}.quick-strip{margin:0;padding:18px 0}.page-hero{min-height:280px}.page-hero:before{background:linear-gradient(180deg,rgba(248,252,255,.58),#f8fcff 76%),var(--cover) center/cover no-repeat!important}.page-hero .container{padding-top:80px}.page-hero h1{font-size:34px}.appointment-summary{grid-template-columns:1fr}.success-modal__box{padding:28px 18px}.modal-actions .btn{width:100%}.mobile-menu-head{grid-template-columns:1fr auto}.mobile-menu-head .brand{min-width:0}.mobile-menu-head .brand img{width:64px!important;height:64px!important;flex-basis:64px}}
@media(min-width:901px){.nav-toggle{display:none!important}.mobile-menu{display:none!important}.header-inner{overflow:visible}}
@media(max-width:520px){.hero-actions{grid-template-columns:1fr 1fr}.hero-media{min-height:230px}.hero-slider{min-height:230px}.page-hero{min-height:250px}.page-hero .container{padding-top:70px}.brand em{max-width:180px}.topbar-inner{white-space:nowrap}.topbar span:first-child{display:none}.submit-appointment{font-size:16px!important}}
.icon-calendar:before{content:"";width:24px;height:24px;border:3px solid currentColor;border-radius:6px;display:block;box-shadow:inset 0 6px 0 rgba(0,116,215,.12)}.icon-headset:before{content:"";width:24px;height:18px;border:3px solid currentColor;border-bottom:0;border-radius:18px 18px 0 0;display:block;position:relative}.icon-headset:after{content:"";width:8px;height:12px;border-radius:5px;background:currentColor;display:block;margin-top:-7px;margin-left:22px}.icon-check:before{content:"";width:25px;height:14px;border-left:4px solid currentColor;border-bottom:4px solid currentColor;display:block;transform:rotate(-45deg);margin-top:-4px}.benefit i{width:18px;height:18px;border-radius:50%;background:#e9fff2;border:1px solid #b8efd0;display:inline-grid;place-items:center;flex:none;margin-top:2px}.benefit i:before{content:"";width:8px;height:5px;border-left:2px solid #139447;border-bottom:2px solid #139447;transform:rotate(-45deg)}
.hero-redesign + .quick-strip{margin-top:-44px;position:relative;z-index:4}.hero-redesign + .quick-strip .quick-grid{box-shadow:0 18px 45px rgba(0,61,130,.12)}

/* V5: stable SVG icons, no emoji/icon-font dependency */
.icon{font-size:0;line-height:0;overflow:hidden}
.icon svg{width:30px;height:30px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.quick-item .icon{background:#eaf5ff;color:#0067d8}
.specialty-card .icon{background:#eef7ff;color:#0067d8}
.specialty-card:nth-child(2n) .icon{background:#fff0f5;color:#e33172}
.specialty-card:nth-child(3n) .icon{background:#edfff2;color:#12a150}
.specialty-card:nth-child(4n) .icon{background:#fff5e9;color:#ed7a18}
.specialty-card:nth-child(5n) .icon{background:#effcff;color:#0099a8}
.specialty-card:nth-child(6n) .icon{background:#f7efff;color:#7738c8}
.icon-calendar:before,.icon-calendar:after,.icon-headset:before,.icon-headset:after,.icon-check:before,.icon-check:after{display:none!important;content:none!important}
.submit-appointment{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,Tahoma,sans-serif!important;font-size:18px!important;letter-spacing:0!important;line-height:1.2!important}
.btn,.quick-item b,.specialty-card h3,.main-nav a{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,Tahoma,sans-serif!important}
.hero-media{padding:12px;background:linear-gradient(180deg,#ffffff,#f3f9ff)}
.hero-slider{border-radius:20px;overflow:hidden}
.hero-slider img{object-fit:cover;object-position:center}

/* V6: SVN Gilroy integration + compact header/logo/search */
@font-face{font-family:'SVN-Gilroy';src:url('../fonts/SVN-Gilroy Regular.otf') format('opentype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'SVN-Gilroy';src:url('../fonts/SVN-Gilroy Medium.otf') format('opentype');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'SVN-Gilroy';src:url('../fonts/SVN-Gilroy SemiBold.otf') format('opentype');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'SVN-Gilroy';src:url('../fonts/SVN-Gilroy Bold.otf') format('opentype');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'SVN-Gilroy';src:url('../fonts/SVN-Gilroy XBold.otf') format('opentype');font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:'SVN-Gilroy';src:url('../fonts/SVN-Gilroy Heavy.otf') format('opentype');font-weight:900;font-style:normal;font-display:swap}
:root{--font-main:'SVN-Gilroy',Arial,Tahoma,sans-serif}
html,body,input,button,select,textarea,a,.btn,.quick-item b,.specialty-card h3,.doctor-card h3,.post-card h3,.main-nav a,.submit-appointment{font-family:var(--font-main)!important}
.site-header{z-index:90}.header-inner{height:82px;gap:22px}.brand.brand-logo-only{min-width:300px;width:300px;max-width:300px;overflow:visible;display:flex;align-items:center}.brand.brand-logo-only img{width:300px!important;height:auto!important;max-height:72px!important;object-fit:contain!important;object-position:left center!important;padding:0!important;flex:0 0 auto}.main-nav{gap:4px;margin-left:auto}.main-nav a{font-size:16px!important;font-weight:800!important;letter-spacing:-.1px;padding:0 13px}.search-box.search-icon-only{width:46px!important;height:46px!important;min-width:46px!important;border-radius:50%!important;justify-content:center;overflow:hidden;transition:width .25s ease,border-radius .25s ease;background:#fff}.search-box.search-icon-only input{width:0;flex:0;padding:0;opacity:0;pointer-events:none}.search-box.search-icon-only button{width:46px;height:46px;cursor:pointer;position:relative;flex:none}.search-box.search-icon-only button:before{width:17px;height:17px;border-width:2px;margin:0 auto}.search-box.search-icon-only button:after{width:8px;height:2px;margin:-1px 0 0 28px}.search-box.search-icon-only.is-open,.search-box.search-icon-only:focus-within{width:250px!important;border-radius:14px!important;justify-content:flex-start}.search-box.search-icon-only.is-open input,.search-box.search-icon-only:focus-within input{flex:1;width:auto;opacity:1;pointer-events:auto;padding:0 0 0 15px}.search-box.search-icon-only.is-open button,.search-box.search-icon-only:focus-within button{width:46px}.topbar{font-family:var(--font-main)!important}.hero-copy .hero-kicker{font-weight:900}.hero-copy h1{font-weight:900;letter-spacing:-1.5px}.slogan{font-weight:800}.btn{font-weight:800}.doctor-photo{height:250px;background:#f6fbff}.doctor-photo img{object-fit:cover!important;object-position:top center!important}.doctor-card h3{font-size:19px}.doctor-meta{font-size:15px}.specialty-card h3{font-size:18px}.quick-item b{font-size:18px}
@media(max-width:1180px){.brand.brand-logo-only{min-width:250px;width:250px;max-width:250px}.brand.brand-logo-only img{width:250px!important}.main-nav a{font-size:15px!important;padding:0 8px}.search-box.search-icon-only{width:44px!important;min-width:44px!important}.search-box.search-icon-only.is-open{width:210px!important}}
@media(max-width:900px){.brand.brand-logo-only{min-width:235px;width:235px;max-width:235px}.brand.brand-logo-only img{width:235px!important;max-height:62px!important}.nav-toggle{display:flex!important}.main-nav,.search-box{display:none!important}.mobile-menu-head .brand.brand-logo-only{min-width:250px;width:250px;max-width:250px}.mobile-menu-head .brand.brand-logo-only img{width:250px!important;max-height:70px!important}}
@media(max-width:520px){.brand.brand-logo-only{min-width:220px;width:220px;max-width:220px}.brand.brand-logo-only img{width:220px!important}.header-inner{gap:10px}}


/* V7 fixes: larger nav, clean search icon, updated doctor portraits */
.main-nav a {
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: -0.25px;
}
.search-box.search-icon-only {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
}
.search-box.search-icon-only button {
    width: 48px !important;
    height: 48px !important;
    border: 1px solid #d5e6f8 !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 22px 22px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7' stroke='%230B3260' stroke-width='2.2'/%3E%3Cpath d='M16.2 16.2L21 21' stroke='%230B3260' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    box-shadow: 0 8px 22px rgba(0,74,160,.10) !important;
}
.search-box.search-icon-only button:before,
.search-box.search-icon-only button:after {
    display: none !important;
    content: none !important;
}
.search-box.search-icon-only.is-open,
.search-box.search-icon-only:focus-within {
    width: 260px !important;
    min-width: 260px !important;
    height: 48px !important;
    border: 1px solid #d5e6f8 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(0,74,160,.08) !important;
}
.search-box.search-icon-only.is-open button,
.search-box.search-icon-only:focus-within button {
    border: 0 !important;
    box-shadow: none !important;
}
.doctor-photo {
    height: 260px !important;
    background: #f8fcff !important;
}
.doctor-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important;
}
.doctor-card {
    overflow: hidden;
}
.hero-redesign .hero-media,
.hero-media {
    padding: 0 !important;
    overflow: hidden;
}
.hero-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media(max-width:1180px){
    .main-nav a{font-size:16px!important;padding:0 8px!important;}
}
@media(max-width:900px){
    .main-nav a{font-size:18px!important;}
    .search-box.search-icon-only{display:none!important;}
}


/* V8 public polish: full-width hero banner, mobile header, compact search */
.hero-full-banner{min-height:560px;padding:0!important;background:#eef8ff;position:relative;overflow:hidden;display:block}
.hero-full-banner .hero-bg-slider{position:absolute;inset:0;z-index:0;overflow:hidden;background:#eaf6ff}
.hero-full-banner .hero-bg-slider:after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,rgba(248,252,255,.98) 0%,rgba(248,252,255,.92) 27%,rgba(248,252,255,.62) 43%,rgba(248,252,255,.12) 68%,rgba(248,252,255,0) 100%);pointer-events:none}
.hero-full-banner .hero-bg-slider img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;animation:heroFullFade 12s infinite;transform:scale(1.01)}
.hero-full-banner .hero-bg-slider img:nth-child(1){animation-delay:0s;object-position:center center}
.hero-full-banner .hero-bg-slider img:nth-child(2){animation-delay:6s;object-position:center center}
@keyframes heroFullFade{0%{opacity:0}8%{opacity:1}45%{opacity:1}53%{opacity:0}100%{opacity:0}}
.hero-full-banner .hero-layout{position:relative;z-index:3;display:flex!important;align-items:center;min-height:560px;grid-template-columns:none!important}
.hero-full-banner .hero-copy{max-width:610px;padding:80px 0 125px!important;position:relative;z-index:4}
.hero-full-banner .hero-media{display:none!important}
.hero-full-banner .hero-copy .hero-kicker{font-size:30px!important;color:#003d85!important;font-weight:900!important;letter-spacing:.2px}
.hero-full-banner .hero-copy h1{font-size:64px!important;line-height:.96!important;color:#e51c2a!important;font-weight:900!important;letter-spacing:-1.3px!important}
.hero-full-banner .hero-copy .slogan{font-size:25px!important;line-height:1.32!important;max-width:620px}
.hero-full-banner .hero-copy p{font-size:17px!important;max-width:570px;color:#243b57!important}
.hero-full-banner + .quick-strip{margin-top:-58px!important;position:relative;z-index:8}
.hero-full-banner + .quick-strip .quick-grid{max-width:1180px;margin:0 auto;border-radius:20px;box-shadow:0 22px 52px rgba(0,62,135,.14)}
.search-box.search-icon-only{margin-left:12px!important;width:44px!important;min-width:44px!important;height:44px!important;border:0!important;background:transparent!important;box-shadow:none!important}
.search-box.search-icon-only button{width:44px!important;height:44px!important;border:1px solid #cfe1f5!important;border-radius:50%!important;background-color:#fff!important;background-size:20px 20px!important;box-shadow:0 6px 18px rgba(0,74,160,.08)!important;transition:.2s ease!important}
.search-box.search-icon-only button:hover{border-color:#0b73e8!important;box-shadow:0 8px 22px rgba(0,103,216,.18)!important;transform:translateY(-1px)}
.search-box.search-icon-only.is-open,.search-box.search-icon-only:focus-within{width:260px!important;min-width:260px!important;height:44px!important;border:1px solid #cfe1f5!important;border-radius:14px!important;background:#fff!important}
@media(max-width:900px){
  .topbar{display:none!important}
  .site-header{top:0!important}
  .header-inner{height:76px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding-top:0!important;padding-bottom:0!important}
  .brand.brand-logo-only{min-width:220px!important;width:220px!important;max-width:220px!important;height:auto!important;display:flex!important;align-items:center!important;overflow:visible!important}
  .brand.brand-logo-only img{width:220px!important;max-height:58px!important;height:auto!important;object-fit:contain!important;object-position:left center!important}
  .nav-toggle{display:flex!important;width:46px!important;height:46px!important;border-radius:14px!important;background:#f0f7ff!important;align-items:center!important;justify-content:center!important;gap:5px!important;flex-direction:column!important;margin-left:auto!important;box-shadow:0 8px 20px rgba(0,65,140,.08)!important}
  .nav-toggle span{width:22px!important;height:2px!important;background:#0b2f5c!important;border-radius:2px!important;display:block!important}
  .hero-full-banner{min-height:auto!important;padding:0 0 28px!important;background:#f6fbff!important}
  .hero-full-banner .hero-bg-slider{position:relative!important;display:block!important;height:250px!important;inset:auto!important;border-radius:0 0 22px 22px;overflow:hidden}
  .hero-full-banner .hero-bg-slider:after{background:linear-gradient(180deg,rgba(255,255,255,0) 35%,#f6fbff 100%)!important}
  .hero-full-banner .hero-bg-slider img{height:250px!important;object-position:center!important}
  .hero-full-banner .hero-layout{display:block!important;min-height:auto!important;margin-top:-18px!important}
  .hero-full-banner .hero-copy{padding:0 0 8px!important;max-width:none!important}
  .hero-full-banner .hero-copy .hero-kicker{font-size:21px!important}
  .hero-full-banner .hero-copy h1{font-size:42px!important}
  .hero-full-banner .hero-copy .slogan{font-size:18px!important}
  .hero-full-banner + .quick-strip{margin-top:0!important;padding-top:12px!important}
  .mobile-menu-head .brand.brand-logo-only{min-width:240px!important;width:240px!important;max-width:240px!important}
  .mobile-menu-head .brand.brand-logo-only img{width:240px!important;max-height:62px!important}
}
@media(max-width:520px){
  .brand.brand-logo-only{min-width:205px!important;width:205px!important;max-width:205px!important}
  .brand.brand-logo-only img{width:205px!important;max-height:54px!important}
  .hero-full-banner .hero-bg-slider{height:220px!important}
  .hero-full-banner .hero-bg-slider img{height:220px!important}
}

/* V9: hero content, doctor cards, mobile balance */
.hero-badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;margin:24px 0 18px;max-width:560px}
.hero-badges span{display:flex;align-items:center;gap:9px;background:rgba(255,255,255,.76);border:1px solid rgba(0,103,216,.16);border-radius:999px;padding:10px 13px;color:#073b78;font-weight:800;font-size:15px;box-shadow:0 10px 24px rgba(0,58,125,.06);backdrop-filter:blur(6px)}
.hero-badges svg{width:21px;height:21px;flex:none;fill:none;stroke:#0072e8;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;max-width:620px;margin-top:14px}
.hero-stats div{background:rgba(255,255,255,.88);border:1px solid rgba(0,103,216,.14);border-radius:16px;padding:12px 10px;text-align:center;box-shadow:0 12px 26px rgba(0,58,125,.08);backdrop-filter:blur(6px)}
.hero-stats b{display:block;font-size:22px;line-height:1;color:#0067d8;font-weight:900;letter-spacing:-.4px}
.hero-stats span{display:block;font-size:13px;color:#334e6d;font-weight:700;margin-top:4px;line-height:1.25}
.hero-full-banner .hero-copy{max-width:680px!important}.hero-full-banner .hero-copy p{margin-bottom:18px!important}.hero-full-banner .hero-actions{margin-bottom:0!important}.trust-list{display:none!important}
.doctor-card{height:100%;min-height:560px!important;display:flex!important;flex-direction:column!important;overflow:hidden}.doctor-row .doctor-card{min-height:500px!important}.doctor-photo{width:100%!important;height:auto!important;aspect-ratio:3/4!important;border-radius:16px!important;overflow:hidden!important;background:#f3f8ff!important;border:1px solid #dbeafb!important}.doctor-photo img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:top center!important;display:block!important}.doctor-card h3{margin:16px 0 8px!important;line-height:1.25!important}.doctor-meta,.doctor-desc{display:-webkit-box!important;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden!important;min-height:116px}.doctor-row .doctor-meta{min-height:74px;-webkit-line-clamp:3}.rating,.doctor-rating{display:none!important}.doctor-card .actions,.doctor-card .doctor-actions{margin-top:auto!important;display:flex;flex-direction:column;gap:10px}.doctor-card>.btn.primary{margin-top:auto!important}.doctor-page-grid{align-items:stretch}.doctor-page-grid .doctor-card{min-height:620px}.doctor-page-grid .doctor-photo{aspect-ratio:3/4!important}.doctor-page-grid .doctor-card .btn{width:100%}
@media(max-width:900px){.hero-badges{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:18px 0 12px}.hero-badges span{border-radius:14px;padding:9px 10px;font-size:13px;line-height:1.25}.hero-badges svg{width:18px;height:18px}.hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.hero-stats div{padding:10px 8px;border-radius:14px}.hero-stats b{font-size:18px}.hero-stats span{font-size:12px}.hero-full-banner .hero-copy p{font-size:15px!important}.hero-full-banner .hero-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:10px}.hero-full-banner .hero-actions .btn{width:100%;padding-left:8px;padding-right:8px}.doctor-card{min-height:auto!important}.doctor-page-grid .doctor-card{min-height:auto!important}.doctor-photo{max-height:none!important}.doctor-meta,.doctor-desc{min-height:auto!important;-webkit-line-clamp:4}.doctor-card .actions{display:grid;grid-template-columns:1fr 1fr}.doctor-card .actions .btn{min-height:44px}.doctor-row{grid-template-columns:1fr!important}}
@media(max-width:480px){.hero-badges{grid-template-columns:1fr 1fr}.hero-badges span{font-size:12px;gap:6px;padding:8px}.hero-stats b{font-size:17px}.hero-stats span{font-size:11.5px}.hero-full-banner .hero-bg-slider{height:210px!important}.hero-full-banner .hero-bg-slider img{height:210px!important}.hero-full-banner .hero-copy .hero-kicker{font-size:20px!important}.hero-full-banner .hero-copy h1{font-size:40px!important}.hero-full-banner .hero-copy .slogan{font-size:17px!important}.quick-strip{margin-top:0!important}.quick-grid{transform:none!important}}
