:root{--teal:#007c9d;--teal-700:#006b88;--teal-800:#00586f;--teal-900:#103f4d;--orange:#f58025;--orange-700:#dd6e1b;--ink:#17313a;--ink-soft:#435b63;--muted:#657a81;--line:#dbe8eb;--line-strong:#c7dce1;--soft:#f4f9fa;--soft-blue:#eaf6f8;--soft-orange:#fff4e9;--white:#fff;--shadow-sm:0 8px 28px rgba(11, 73, 89, 0.07);--shadow:0 20px 52px rgba(10, 70, 86, 0.12);--shadow-lg:0 34px 86px rgba(8, 61, 76, 0.16);--radius-sm:12px;--radius:20px;--radius-lg:30px;--teal:#007c9d;--teal-deep:#0f4554;--teal-soft:#eef8fa;--orange:#f58025;--orange-soft:#fff6ee;--ink:#17313a;--muted:#647a82;--line:#d9e7ea;--panel:#ffffff;--shadow-soft:0 10px 30px rgba(16, 73, 88, 0.07);--shadow-card:0 16px 42px rgba(10, 70, 86, 0.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,"Segoe UI",Arial,Helvetica,sans-serif;line-height:1.62;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}body.nav-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,input{font:inherit}button{color:inherit}::selection{color:var(--teal-900);background:#cceef5}.shell{width:min(1220px,calc(100% - 48px));margin-inline:auto}.header{position:sticky;top:0;z-index:140;border-bottom:1px solid rgba(201,222,227,.78);backdrop-filter:blur(18px) saturate(150%);transition:box-shadow .24s,background .24s}.header.scrolled{background:rgba(255,255,255,.985);box-shadow:0 10px 32px rgba(14,65,79,.1)}.nav-wrap{display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{object-fit:contain}.nav{margin-left:auto;display:flex;align-items:center;gap:3px;font-size:.91rem;font-weight:760}.nav a{transition:color .18s,background .18s}.nav a:hover,.nav a[aria-current=page]{color:var(--teal);background:var(--soft-blue)}.nav-cta{margin-left:3px;white-space:nowrap}.menu-toggle,.nav-backdrop{display:none}.btn{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 22px;border:1px solid transparent;border-radius:13px;font-weight:820;line-height:1.2;letter-spacing:.002em;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--orange),#ff9849);box-shadow:0 12px 26px rgba(245,128,37,.24)}.btn-primary:hover{background:linear-gradient(135deg,var(--orange-700),var(--orange));box-shadow:0 16px 34px rgba(245,128,37,.3)}.btn-secondary{color:var(--teal-700);background:#fff;border-color:#b6d3da;box-shadow:0 7px 20px rgba(14,84,103,.06)}.btn-secondary:hover{background:var(--soft-blue);border-color:#8fc2cc;box-shadow:0 11px 25px rgba(14,84,103,.1)}.hero{position:relative;isolation:isolate;overflow:hidden;border-bottom:1px solid var(--line)}.hero::before{content:"";position:absolute;z-index:-1;width:360px;height:360px;right:-150px;top:-130px;border:1px solid rgba(0,124,157,.13);border-radius:50%}.hero h1{max-width:850px;margin:.28em 0 .34em;color:#15313a;font-size:clamp(3.15rem, 5.2vw, 5.3rem);line-height:.98;letter-spacing:-.05em}.hero-media{position:relative}.hero-photo-main{position:absolute;inset:0 0 42px 32px;overflow:hidden;border:8px solid #fff;box-shadow:var(--shadow-lg)}.hero-photo-main::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(8,48,59,.28));pointer-events:none}.hero-photo-main img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-photo-main>span{position:absolute;z-index:2;left:22px;bottom:20px;padding:8px 12px;color:#fff;background:rgba(0,93,118,.9);border-radius:999px;font-size:.78rem;font-weight:820}.hero-photo-small{position:absolute;left:0;bottom:0;z-index:3;padding:10px 10px 14px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.hero-photo-small img{width:100%;object-fit:cover;object-position:center;border-radius:14px}.hero-photo-small small,.hero-photo-small strong{display:block;padding-inline:4px}.hero-photo-small strong{margin-top:10px;color:var(--teal-900);font-size:.92rem}.hero-photo-small small{margin-top:2px;color:var(--muted);font-size:.74rem}.grid{display:grid;gap:20px}.card{position:relative;background:rgba(255,255,255,.98);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:transform .24s,box-shadow .24s,border-color .24s}a.card{display:block}.card h3{margin:0 0 9px;color:#1e3b44;font-size:1.12rem;line-height:1.26;letter-spacing:-.018em}.card p{margin:0 0 18px;color:var(--muted)}a.card:hover{box-shadow:var(--shadow)}.service-card{overflow:hidden}.service-card::before{content:"";position:absolute;inset:0 24px auto;border-radius:0 0 8px 8px;background:linear-gradient(90deg,var(--teal),#31a8c3)}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#73868c;font-size:.84rem}.breadcrumbs b{margin-right:3px;color:#afbec2;font-weight:400}.breadcrumbs a{color:var(--teal-700);font-weight:760}.catalogue-note{color:#718289;font-size:.9rem}.catalogue-results{margin-top:20px;border-top:1px solid var(--line)}.catalogue-row{padding:15px 3px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #edf2f3}.catalogue-row strong{display:block;color:#29434c}.catalogue-row small{display:block;margin-top:2px;color:#7a8b91}.catalogue-row a{min-height:38px;padding:0 12px;display:inline-flex;align-items:center;color:var(--teal-800);background:#e8f5f8;border-radius:10px;font-weight:850;white-space:nowrap}.catalogue-row a:hover{color:#fff;background:var(--teal)}.footer{position:relative;overflow:hidden;margin-top:0;color:#fff;background:linear-gradient(145deg,#12343e,#0c2b34)}.footer::before{content:"";position:absolute;width:330px;height:330px;right:-130px;top:-190px;border:1px solid rgba(255,255,255,.08);border-radius:50%}.footer-grid{position:relative;display:grid;grid-template-columns:1.45fr 0.9fr 0.95fr 0.9fr;gap:46px}.footer h4{margin:0 0 16px;color:#b9dce3;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase}.footer p{max-width:390px;color:#d5e6e9}.footer a{display:block;margin:8px 0;color:#dfedef;transition:color .18s,transform .18s}.footer a:hover{color:#fff;transform:translateX(2px)}.footer span{display:block;margin-top:10px;color:#b8d0d5;font-size:.78rem}.footer-brand img{object-fit:contain;object-position:left center;background:#fff;border-radius:12px;padding:7px}.footer-direction{color:#fff3e6!important;font-weight:820}.footer-bottom{position:relative;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#adc7cd;border-top:1px solid rgba(255,255,255,.14);font-size:.82rem}.footer-bottom span{margin:0;font-size:inherit}.mobile-bar{display:none}@media (max-width:1120px){.nav{font-size:.87rem}.nav a{padding-inline:7px}.nav-wrap{gap:13px}.brand{width:168px}.nav-cta{padding-inline:16px}.hero-media{min-height:490px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr;gap:30px}}@media (max-width:1000px){.nav-wrap{justify-content:flex-start}.brand{margin-right:auto}.menu-toggle{z-index:151;width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;background:#fff;border:1px solid var(--line-strong);border-radius:13px;cursor:pointer}.menu-toggle span{width:20px;height:2px;display:block;background:var(--teal-900);border-radius:99px;transition:transform .24s,opacity .18s}.menu-toggle.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav{position:fixed;z-index:150;top:0;right:0;width:min(84vw,370px);height:100dvh;margin:0;padding:98px 22px 30px;display:flex;flex-direction:column;align-items:stretch;gap:7px;background:#fff;box-shadow:-24px 0 60px rgba(13,56,68,.18);visibility:hidden;transform:translateX(105%);transition:transform .27s,visibility .27s}.nav.is-open{visibility:visible;transform:translateX(0)}.nav a{padding:13px 15px;font-size:1.04rem}.nav-backdrop{position:fixed;z-index:120;inset:0;display:block;padding:0;background:rgba(9,36,43,.48);border:0;backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:opacity .24s,visibility .24s}.nav-backdrop.is-open{opacity:1;visibility:visible}.hero-media{min-height:570px}.hero-photo-main{inset:0 0 38px 50px}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:720px){.shell{width:min(100% - 28px,1220px)}.nav-wrap{min-height:72px;gap:10px}.brand{width:150px;height:58px}.nav-cta{display:none}.menu-toggle{width:44px;height:44px}.hero{padding:50px 0 48px}.hero h1{font-size:clamp(2.72rem, 12vw, 3.6rem)}.hero-media{min-height:420px}.hero-photo-main{inset:0 0 30px 18px;border-width:5px;border-radius:24px}.hero-photo-small{width:170px;padding:7px 7px 10px;border-radius:16px}.hero-photo-small img{height:88px;border-radius:11px}.hero-photo-small strong{font-size:.78rem}.hero-photo-small small{display:none}.section{padding:64px 0}.footer-grid{grid-template-columns:1fr}.card{padding:22px;border-radius:18px}.catalogue-row{align-items:flex-start;flex-direction:column}.catalogue-row a{width:100%;justify-content:center}.footer{padding-top:55px;padding-bottom:102px}.footer-grid{gap:28px}.footer-bottom{display:block}.footer-bottom span{margin:8px 0}.mobile-bar{position:fixed;z-index:170;left:0;right:0;bottom:0;display:grid;grid-template-columns:0.85fr 1.15fr 1fr;gap:7px;padding:8px 9px calc(8px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid var(--line);backdrop-filter:blur(14px) saturate(150%);box-shadow:0 -10px 30px rgba(11,62,76,.1)}.mobile-bar a{min-height:48px;display:grid;place-items:center;align-content:center;border-radius:11px;line-height:1.12}.mobile-bar b{font-size:.76rem}.mobile-bar small{margin-top:2px;font-size:.61rem}.mobile-call,.mobile-map{color:var(--teal-800);background:#fff;border:1px solid #a8cdd5}.mobile-wa{color:#fff;background:linear-gradient(135deg,var(--orange),#ff9747);box-shadow:0 8px 18px rgba(245,128,37,.21)}}@media (max-width:430px){.hero h1{font-size:2.65rem}.hero-media{min-height:355px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,::after,::before{scroll-behavior:auto!important;animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important}}.header{background:rgba(255,255,255,.985);border-bottom-color:#d8e7ea}.brand{width:108px!important;height:78px!important;min-width:108px!important;min-height:78px!important;display:flex!important;align-items:center!important;overflow:visible!important;flex:0 0 auto!important}.brand img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:left center!important}.nav-wrap{min-height:86px!important;align-items:center!important;gap:18px!important}.nav{gap:5px}.nav a{padding:9px 11px;border-radius:11px}.nav-cta{min-height:44px!important;padding-inline:20px;border-radius:13px}.footer-brand img{width:180px!important;height:auto!important;min-width:0!important;min-height:0!important;object-fit:contain!important;object-position:left center!important}.hero{padding:44px 0 52px;background:radial-gradient(circle at 9% 8%,rgba(0,124,157,.09),transparent 30%),radial-gradient(circle at 92% 8%,rgba(245,128,37,.09),transparent 28%),linear-gradient(135deg,#f6fbfc 0,#fff 55%,#fff8f2 100%)}.hero h1{margin-top:.24em;margin-bottom:.3em}.hero-media{min-height:455px}.hero-photo-main{inset:0 0 26px 22px;border-width:6px;border-radius:28px}.hero-photo-small{width:205px;border-radius:18px}.hero-photo-small img{height:104px}.section{padding:68px 0}.grid{gap:18px}.card{padding:23px;border-color:#d8e6e9;border-radius:18px;box-shadow:var(--shadow-soft)}a.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card);border-color:#b7d6dc}.service-card{padding-top:28px}.service-card::before{inset-inline:22px;height:3px}.breadcrumbs{margin-bottom:15px}.footer{padding:55px 0 20px}.footer-grid{gap:34px}.footer-bottom{margin-top:34px}@media (max-width:1120px){.hero-media{min-height:420px}.section{padding:60px 0}}@media (max-width:1000px){html{width:100%!important;min-width:100%!important;overflow-x:hidden!important}body{width:100%!important;min-width:100vw!important;max-width:100vw!important;overflow-x:hidden!important}.hero,body>.footer,body>.header,body>main,main>section{width:100vw!important;min-width:100vw!important;max-width:100vw!important;margin-left:0!important;margin-right:0!important}.shell{width:calc(100% - 28px)!important;max-width:1220px!important;margin-left:auto!important;margin-right:auto!important}.brand{width:82px!important;height:60px!important;min-width:82px!important;min-height:60px!important;margin-right:auto!important}.nav-wrap{min-height:72px!important;gap:10px!important}.menu-toggle{flex:0 0 auto!important}.hero{padding:32px 0 42px}.hero-media{min-height:390px}.hero-photo-main{inset:0 0 22px 14px;border-radius:22px}.section{padding:54px 0}}@media (max-width:720px){.hero{padding:30px 0 38px}.hero h1{font-size:clamp(2.45rem,11.2vw,3.3rem)}.section{padding:46px 0}.card{padding:19px;border-radius:16px}.grid{gap:14px}.footer{padding-top:48px}}@media (max-width:430px){.brand{width:70px!important;height:52px!important;min-width:70px!important;min-height:52px!important}.nav-wrap{min-height:64px!important}.hero{padding-top:24px;padding-bottom:36px}.hero h1{font-size:2.55rem}.section{padding:40px 0}.btn{min-height:48px}}@media(min-width:1001px){.hero-photo-main img,.hero-photo-small img{object-fit:contain!important;object-position:center!important;background:#f4f8f9}.hero-photo-main::after{display:none}}@media(max-width:780px){.catalogue-row strong{overflow-wrap:anywhere}.catalogue-row>*,.footer-grid>*,.grid>*{min-width:0}.breadcrumbs{overflow-x:auto;white-space:nowrap;scrollbar-width:none}.breadcrumbs::-webkit-scrollbar{display:none}.btn,.catalogue-row a,.menu-toggle{min-height:48px}}@media(max-width:520px){.mobile-bar a{min-width:0}.mobile-bar b,.mobile-bar small{overflow-wrap:anywhere;text-align:center}}.header .brand{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:205px!important;min-width:205px!important;height:76px!important;overflow:visible!important}.header .brand img{display:block!important;width:205px!important;height:76px!important;max-width:none!important;object-fit:contain!important;object-position:left center!important}.doctor-people-list{display:grid;gap:9px;padding:14px}.doctor-person-card{display:grid;grid-template-columns:1fr auto;gap:3px 12px;align-items:center;padding:14px 15px;border:1px solid #e0ebee;border-radius:13px;background:#fbfdfe;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s}.doctor-person-card:hover{transform:translateY(-2px);border-color:#9dcfd9;box-shadow:0 8px 18px rgba(10,70,86,.08)}.doctor-person-card strong{grid-column:1;color:#103f4d;font-size:1.05rem;line-height:1.25}.doctor-person-card span{grid-column:1;color:#687e85;font-size:.78rem;line-height:1.4}.doctor-person-card small{grid-column:2;grid-row:1/3;color:#007c9d;font-weight:850;white-space:nowrap}.package-conversion-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;scroll-margin-top:110px}.meta-package-card{display:flex;flex-direction:column;padding:22px;border:1px solid #d7e7ea;border-radius:19px;background:#fff;box-shadow:0 10px 28px rgba(10,70,86,.055)}.meta-package-card h3{margin:12px 0 4px;color:#103f4d;font-size:1.3rem;line-height:1.25}.contact-action-card{display:flex;min-width:0;min-height:156px;flex-direction:column;justify-content:center;padding:20px;border:1px solid #d7e7ea;border-radius:18px;background:#fff;text-decoration:none;box-shadow:0 9px 24px rgba(10,70,86,.05)}.contact-action-card small{color:#007c9d;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.contact-action-card strong{margin:7px 0 6px;color:#103f4d;font-size:1.12rem;overflow-wrap:anywhere}.contact-action-card span{color:#667c83;font-size:.8rem;line-height:1.45}a.contact-action-card:hover{border-color:#9ecfd9;transform:translateY(-2px)}@media(max-width:1100px){.header .brand{width:185px!important;min-width:185px!important;height:68px!important}.header .brand img{width:185px!important;height:68px!important}.nav-wrap{min-height:80px}}@media(max-width:900px){.package-conversion-grid{grid-template-columns:1fr}}@media(max-width:780px){.header .brand{width:165px!important;min-width:165px!important;height:60px!important}.header .brand img{width:165px!important;height:60px!important}.nav-wrap{min-height:70px}.doctor-person-card{grid-template-columns:1fr}.doctor-person-card small{grid-column:1;grid-row:auto;margin-top:5px}}@media(max-width:560px){.header .brand{width:150px!important;min-width:150px!important;height:54px!important}.header .brand img{width:150px!important;height:54px!important}.doctor-people-list{padding:11px}.meta-package-card{padding:18px}}body.template-modern-v3{background:#fff}body.template-modern-v3 .template-main{display:block}body.template-modern-v3 .contact-action-card,body.template-modern-v3 .meta-package-card{border-color:#d4e5e9;box-shadow:0 10px 28px rgba(10,70,86,.06)}body.template-modern-v3 .breadcrumbs{margin-bottom:15px}.btn,.footer a,.mobile-bar a,.nav a{transition:box-shadow .18s,transform .18s}.pharmacy-contact-card{padding:25px;border-radius:20px;background:#fff;color:#123d49}.pharmacy-contact-card small,.pharmacy-contact-card span,.pharmacy-contact-card strong{display:block}.pharmacy-contact-card strong{margin:6px 0 2px;color:#087c9b;font-size:1.65rem}.pharmacy-contact-card .btn{width:100%;margin-top:12px}.faq-section{padding:60px 0;background:#f7fbfc}.google-proof{padding:44px 0;background:#fff}.health-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}.health-hub-grid a{display:block;padding:22px;border:1px solid #d8e7ea;border-radius:16px;background:#fff;text-decoration:none}.health-hub-grid span,.health-hub-grid strong{display:block}.health-hub-grid strong{color:#123d49}.health-hub-grid span{margin-top:6px;color:#657b82;font-size:.85rem;line-height:1.5}@media(max-width:900px){.health-hub-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.health-hub-grid{grid-template-columns:1fr}.faq-section{padding:40px 0}.google-proof{padding:30px 0}}.footer-clean .footer-brand>span{display:block;margin-top:10px;color:#d7e8ec;font-size:.82rem}.footer-clean .footer-contact a{overflow-wrap:anywhere}.footer-clean .footer-review{margin-top:12px;font-weight:800;color:#fff}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}}.header .brand{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:188px!important;min-width:188px!important;height:68px!important;min-height:68px!important;overflow:visible!important}.header .brand img{display:block!important;width:188px!important;height:68px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:left center!important}.nav-wrap{min-height:82px!important}.footer-brand img{height:auto!important;aspect-ratio:auto!important}@media(max-width:1100px){.header .brand{width:172px!important;min-width:172px!important;height:62px!important;min-height:62px!important}.header .brand img{width:172px!important;height:62px!important}.nav-wrap{min-height:74px!important}}@media(max-width:780px){.header .brand{width:155px!important;min-width:155px!important;height:56px!important;min-height:56px!important}.header .brand img{width:155px!important;height:56px!important}.nav-wrap{min-height:66px!important}}@media(max-width:560px){.header .brand{width:145px!important;min-width:145px!important;height:52px!important;min-height:52px!important}.header .brand img{width:145px!important;height:52px!important}.nav-wrap{min-height:62px!important}}body.motion-depth-v1 .hero{position:relative;isolation:isolate;overflow:hidden}body.motion-depth-v1 .hero>.shell{position:relative;z-index:2}body.motion-depth-v1 .hero::after{content:"";position:absolute;pointer-events:none;z-index:1;width:clamp(130px,15vw,210px);aspect-ratio:1;right:clamp(-54px,3vw,42px);top:clamp(42px,9vw,118px);border-radius:50%;opacity:.62;background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.94) 0 7%,rgba(109,218,235,.72) 18%,rgba(0,124,157,.24) 48%,rgba(0,124,157,.06) 66%,transparent 68%);box-shadow:inset -22px -26px 42px rgba(4,88,111,.18),inset 14px 12px 30px rgba(255,255,255,.55),0 30px 55px rgba(7,82,101,.13);filter:saturate(1.08);animation:7.5s ease-in-out infinite md-float;transform-style:preserve-3d}body.motion-depth-v1 .hero-media::before{content:"";position:absolute;pointer-events:none;z-index:-1;width:76%;aspect-ratio:1;right:-7%;top:4%;border-radius:50%;border:1px solid rgba(0,124,157,.15);box-shadow:0 0 0 22px rgba(0,124,157,.035),0 0 0 48px rgba(245,128,37,.025);animation:9s ease-in-out infinite md-ring}body.motion-depth-v1 .hero-photo-main,body.motion-depth-v1 .hero-photo-small{transform:translate3d(var(--md-px,0),var(--md-py,0),0);transition:transform .28s cubic-bezier(.2,.7,.2,1)}body.motion-depth-v1 .motion-tilt{position:relative;isolation:isolate;transform-style:preserve-3d;--md-rx:0deg;--md-ry:0deg;--md-lift:0px;transform:perspective(1050px) translateY(var(--md-lift)) rotateX(var(--md-rx)) rotateY(var(--md-ry));transition:transform .2s,box-shadow .2s,border-color .2s}body.motion-depth-v1 .motion-tilt:hover{--md-lift:-4px;will-change:transform;box-shadow:0 18px 38px rgba(9,76,93,.12)!important}body.motion-depth-v1 .motion-tilt>:not(.motion-glow){position:relative;z-index:2;transform:translateZ(6px)}body.motion-depth-v1 .motion-glow{position:absolute;z-index:1;inset:0;border-radius:inherit;pointer-events:none;opacity:0;background:radial-gradient(circle at var(--md-mx,50%) var(--md-my,50%),rgba(255,255,255,.68),rgba(255,255,255,.11) 28%,transparent 54%);transition:opacity .2s}body.motion-depth-v1 .motion-tilt:hover .motion-glow{opacity:.5}body.motion-depth-v1 .btn{position:relative;overflow:hidden;transition:transform .18s,box-shadow .18s,background .18s}body.motion-depth-v1 .btn::after{content:"";position:absolute;inset:-2px auto -2px -45%;width:34%;pointer-events:none;background:linear-gradient(100deg,transparent,rgba(255,255,255,.42),transparent);transform:skewX(-18deg);transition:left .48s}body.motion-depth-v1 .btn:hover::after{left:118%}@keyframes md-float{0%,100%{transform:translate3d(0,0,0) rotate(0)}50%{transform:translate3d(-10px,12px,16px) rotate(4deg)}}@keyframes md-ring{0%,100%{transform:scale(1) rotate(0);opacity:.7}50%{transform:scale(1.035) rotate(4deg);opacity:1}}@media(max-width:900px){body.motion-depth-v1 .hero::after{width:125px;right:-45px;top:74px;opacity:.4;animation:none}body.motion-depth-v1 .hero-media::before{display:none}}@media(max-width:780px){body.motion-depth-v1 .motion-tilt{transform:none!important;will-change:auto}body.motion-depth-v1 .motion-tilt>:not(.motion-glow){transform:none}body.motion-depth-v1 .motion-glow{display:none}body.motion-depth-v1 .hero-photo-main,body.motion-depth-v1 .hero-photo-small{transform:none!important}}@media(prefers-reduced-motion:reduce){body.motion-depth-v1 *,body.motion-depth-v1 ::after,body.motion-depth-v1 ::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}body.motion-depth-v1 .hero-photo-main,body.motion-depth-v1 .hero-photo-small,body.motion-depth-v1 .motion-tilt{transform:none!important;will-change:auto!important}}main.template-main>section:first-child{padding-top:30px!important}.header .brand.header-location-brand{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;width:auto!important;min-width:0!important;height:60px!important;min-height:60px!important;overflow:visible!important;flex:0 0 auto!important}.header .brand.header-location-brand img{display:block!important;width:160px!important;height:60px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:left center!important}.header-location-name{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:5px 11px 5px 7px;border:1px solid rgba(0,115,150,.16);border-radius:999px;background:linear-gradient(135deg,#fff 0,#f4fbfc 58%,#fff7ef 100%);box-shadow:0 5px 14px rgba(9,78,95,.08);color:#124a58;font-size:.9rem;font-weight:900;line-height:1;letter-spacing:.015em;white-space:nowrap}.header-location-pin{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#fff;color:#f47721;box-shadow:0 2px 8px rgba(244,119,33,.18)}.header-location-pin svg{display:block;width:13px;height:13px;fill:currentColor}.header-location-name b{font:inherit;color:#0d6175}.nav-wrap{min-height:72px!important}@media(min-width:1101px){.template-home-v3 main.template-main>.hero{padding-top:18px!important;padding-bottom:20px!important}.template-home-v3 .hero-media{min-height:410px!important}}@media(max-width:1100px){main.template-main>section:first-child{padding-top:26px!important}.header .brand.header-location-brand{height:53px!important;min-height:53px!important;gap:8px!important}.header .brand.header-location-brand img{width:136px!important;height:51px!important}.header-location-name{min-height:31px;padding:4px 9px 4px 6px;font-size:.84rem;gap:6px}.header-location-pin{width:21px;height:21px}.header-location-pin svg{width:12px;height:12px}.nav-wrap{min-height:68px!important}}@media(max-width:780px){main.template-main>section:first-child{padding-top:22px!important}.header .brand.header-location-brand{height:48px!important;min-height:48px!important;gap:7px!important}.header .brand.header-location-brand img{width:121px!important;height:45px!important}.header-location-name{min-height:29px;padding:4px 8px 4px 5px;font-size:.78rem;gap:5px}.header-location-pin{width:20px;height:20px}.header-location-pin svg{width:11px;height:11px}.nav-wrap{min-height:63px!important}}@media(max-width:560px){main.template-main>section:first-child{padding-top:18px!important}.header .brand.header-location-brand{height:44px!important;min-height:44px!important;gap:6px!important}.header .brand.header-location-brand img{width:110px!important;height:41px!important}.header-location-name{min-height:27px;padding:3px 7px 3px 4px;font-size:.72rem;gap:4px}.header-location-pin{width:19px;height:19px}.header-location-pin svg{width:10px;height:10px}.nav-wrap{min-height:59px!important}}:root{--teal:#0083a3;--teal-700:#006f8a;--teal-800:#005d74;--teal-900:#103d49;--teal-deep:#103d49;--orange:#ff812d;--orange-700:#ea6d18;--ink:#123843;--ink-soft:#3f5d66;--muted:#667f87;--line:#d6e6ea;--line-strong:#bfd9df;--soft:#f5fafb;--soft-blue:#eaf6f8;--soft-orange:#fff4eb;--panel:#fff;--white:#fff;--shadow-sm:0 8px 24px rgba(12,75,91,.07);--shadow:0 18px 46px rgba(10,69,85,.11);--shadow-lg:0 28px 72px rgba(9,63,77,.15);--shadow-soft:0 10px 30px rgba(16,73,88,.07);--shadow-card:0 16px 42px rgba(10,70,86,.10);--radius-sm:13px;--radius:20px;--radius-lg:28px;--ui-font:Inter,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px;background:#fff}body{margin:0;overflow-x:hidden;color:var(--ink);background:#fff;font-family:var(--ui-font);font-size:16px;font-weight:400;line-height:1.62;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.nav-open{overflow:hidden}body,button,input{font-family:var(--ui-font)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}h1,h2,h3,h4{margin-top:0;color:var(--ink);font-family:var(--ui-font);font-weight:700;line-height:1.1;letter-spacing:-.025em;text-wrap:balance}h1{font-size:clamp(2.65rem,5vw,4.7rem)}h2{font-size:clamp(2rem,3.6vw,3.25rem)}h3{font-size:clamp(1.08rem,1.8vw,1.35rem);letter-spacing:-.012em}li,p{color:var(--ink-soft);text-wrap:pretty}b,strong{font-weight:650}::selection{background:#cfeef4;color:var(--ink)}.shell{width:min(1248px,calc(100% - 48px));margin-inline:auto}.template-main{background:#fff}.section{padding:72px 0}.header{position:sticky!important;z-index:1000!important;top:0!important;border-bottom:1px solid rgba(11,92,111,.11)!important;background:rgba(255,255,255,.97)!important;box-shadow:0 8px 26px rgba(11,65,78,.06)!important;backdrop-filter:blur(14px)}.header .nav-wrap{display:flex;align-items:center;min-height:78px!important;gap:24px!important}.header .brand.header-location-brand{display:flex!important;align-items:center!important;flex:0 0 auto!important;gap:13px!important;width:auto!important;min-width:0!important;height:64px!important;min-height:64px!important}.header .brand.header-location-brand img{width:164px!important;height:62px!important;object-fit:contain!important;object-position:left center!important}.header-location-name{display:inline-flex!important;align-items:center!important;gap:7px!important;min-height:38px!important;padding:6px 13px 6px 7px!important;border:1px solid rgba(0,131,163,.17)!important;border-radius:999px!important;background:linear-gradient(135deg,#fff,#f4fbfc 62%,#fff7f0)!important;box-shadow:var(--shadow-sm)!important;color:var(--teal-800)!important;font-size:.9rem!important;font-weight:700!important;letter-spacing:0!important;white-space:nowrap}.header-location-pin{display:grid!important;place-items:center!important;width:24px!important;height:24px!important;border-radius:50%!important;background:#fff!important;color:var(--orange)!important;box-shadow:0 3px 10px rgba(255,129,45,.2)!important}.nav{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-left:auto}.nav>a:not(.nav-cta){padding:10px 12px!important;border-radius:10px!important;color:var(--ink)!important;font-size:.91rem!important;font-weight:650!important;white-space:nowrap}.nav>a:not(.nav-cta):hover,.nav>a:not(.nav-cta)[aria-current=page]{color:var(--teal-700)!important;background:var(--soft-blue)!important}.nav .nav-cta{margin-left:10px!important;min-height:50px!important;padding:0 22px!important;border-color:var(--orange)!important;background:linear-gradient(135deg,var(--orange),#ff984f)!important;color:#fff!important;box-shadow:0 13px 28px rgba(234,109,24,.2)!important}.btn,.catalogue-results button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 19px;border:1px solid transparent;border-radius:13px;font-family:var(--ui-font);font-size:.94rem;font-weight:650;line-height:1.15;text-align:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.btn-primary,.catalogue-results button{border-color:var(--orange)!important;background:linear-gradient(135deg,var(--orange),#ff9447)!important;color:#fff!important;box-shadow:0 11px 25px rgba(234,109,24,.19)!important}.btn-secondary{border-color:#a9d0d9!important;background:#fff!important;color:var(--teal-800)!important;box-shadow:0 8px 20px rgba(8,90,110,.06)!important}.btn:hover,.catalogue-results button:hover{transform:translateY(-2px);box-shadow:0 16px 31px rgba(10,73,89,.15)!important}.grid{gap:18px!important}.card,.contact-action-card,.doctor-person-card,.health-hub-grid>a,.lp-package-card,.service-card{border:1px solid var(--line)!important;border-radius:var(--radius)!important;background:#fff!important;box-shadow:var(--shadow-sm)!important}.card,.contact-action-card,.doctor-person-card,.health-hub-grid>a,.service-card{position:relative;overflow:hidden;padding:22px!important}.card::before,.contact-action-card::before,.doctor-person-card::before,.health-hub-grid>a::before,.service-card::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--teal),#48b5ca)}.card:nth-child(2n)::before,.contact-action-card:nth-child(2n)::before,.doctor-person-card:nth-child(2n)::before,.service-card:nth-child(2n)::before{background:linear-gradient(90deg,var(--orange),#ffad70)}.card:hover,.contact-action-card:hover,.doctor-person-card:hover,.health-hub-grid>a:hover,.service-card:hover{transform:translateY(-3px)!important;border-color:var(--line-strong)!important;box-shadow:var(--shadow)!important}.card,.contact-action-card,.doctor-person-card,.health-hub-grid>a,.service-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important}.card h3,.contact-action-card strong,.doctor-person-card strong,.service-card h3{color:var(--ink)!important}.card p,.contact-action-card span,.doctor-person-card span,.service-card p{color:var(--muted)!important}.hero-photo-main,.hero-photo-small{overflow:hidden!important;border:6px solid #fff!important;border-radius:24px!important;background:#eaf3f5!important;box-shadow:var(--shadow-lg)!important}.hero-photo-main img,.hero-photo-small img{width:100%;height:100%;object-fit:cover!important;object-position:center;background:#eaf3f5}.template-home-v3 .hero{position:relative;overflow:hidden;padding:46px 0 40px!important;background:radial-gradient(circle at 10% 30%,rgba(0,142,175,.13),transparent 29%),radial-gradient(circle at 91% 20%,rgba(255,129,45,.12),transparent 31%),linear-gradient(105deg,#edf9fb 0,#fff 52%,#fff6ef 100%)!important}.template-home-v3 .hero-media{min-height:430px!important}.template-home-v3 .hero-photo-main{border-width:7px!important}.template-home-v3 .hero-photo-small{border-width:6px!important;border-radius:20px!important}.pharmacy-contact-card{border:1px solid rgba(255,255,255,.2)!important;border-radius:24px!important;box-shadow:var(--shadow)!important}.doctor-people-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;padding:7px!important}.doctor-person-card{margin:7px!important;min-height:148px!important}.doctor-person-card a{color:var(--teal-700)!important;font-weight:650!important}.catalogue-note{color:var(--muted)!important;font-size:.88rem!important;font-weight:600!important}.catalogue-results{display:grid;gap:10px;margin-top:18px}.catalogue-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:16px!important;padding:16px 17px!important;border:1px solid var(--line)!important;border-radius:14px!important;background:#fff!important;box-shadow:0 5px 16px rgba(10,70,86,.05)!important}.catalogue-row h3,.catalogue-row strong{margin:0!important;color:var(--ink)!important}.catalogue-row p,.catalogue-row small{color:var(--muted)!important}.contact-action-card{min-height:150px!important}.contact-action-card strong{display:block;margin:8px 0 5px;font-size:1.04rem}.health-hub-grid{gap:18px!important}.faq-section{padding:70px 0!important;background:linear-gradient(180deg,#f7fbfc,#eef7f9)!important}.faq-section h2{margin:9px 0 26px!important}.footer-clean{padding:62px 0 0!important;border-top:0!important;background:linear-gradient(145deg,#0b3541,#075c70)!important;color:#fff!important}.footer-clean .footer-grid{display:grid;grid-template-columns:1.35fr .75fr 1fr 1fr;gap:34px!important}.footer-clean .footer-brand img{width:184px!important;height:auto!important;padding:6px;border-radius:10px;background:#fff}.footer-clean h3,.footer-clean h4{margin:0 0 16px!important;color:#fff!important;font-size:1rem!important;letter-spacing:0!important}.footer-clean p,.footer-clean span{color:#cde1e6!important}.footer-clean a{display:block;margin:8px 0;color:#e9f5f7!important;font-size:.88rem!important;line-height:1.45!important}.footer-clean a:hover{color:#ffb273!important}.footer-clean .footer-direction,.footer-clean .footer-review{color:#ffab6b!important;font-weight:650!important}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:42px!important;padding:19px 0!important;border-top:1px solid rgba(255,255,255,.14)!important;font-size:.78rem!important}.mobile-bar{z-index:1100!important;border-top:1px solid rgba(9,79,96,.14)!important;background:rgba(255,255,255,.97)!important;box-shadow:0 -9px 30px rgba(10,61,75,.12)!important;backdrop-filter:blur(14px)}.mobile-bar a{color:var(--ink)!important}.mobile-bar .mobile-wa{color:var(--teal-700)!important}.mobile-bar .mobile-call{color:var(--orange-700)!important}body h1{font-weight:700!important}.faq-section h2,body h2{font-weight:700!important}body h3,body h4{font-weight:650!important}body b,body strong{font-weight:650!important}.btn,.catalogue-results button{font-weight:650!important}.card h3,.catalogue-row h3,.catalogue-row strong,.contact-action-card strong,.doctor-person-card strong,.lp-package-card h3,.service-card h3{font-weight:650!important}.motion-glow{display:none!important}body.motion-depth-v1 .motion-tilt,body.motion-depth-v1 [data-motion-tilt]{transform:none!important}body.motion-depth-v1 .hero::after{opacity:.2!important;filter:none!important;animation:none!important;box-shadow:none!important}@media(max-width:1100px){.header .nav-wrap{min-height:70px!important;gap:14px!important}.header .brand.header-location-brand{height:54px!important;min-height:54px!important;gap:8px!important}.header .brand.header-location-brand img{width:138px!important;height:52px!important}.header-location-name{min-height:32px!important;padding:4px 9px 4px 6px!important;font-size:.82rem!important}.nav>a:not(.nav-cta){padding:9px 8px!important;font-size:.84rem!important}.nav .nav-cta{min-height:44px!important;padding:0 14px!important}.doctor-people-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}.footer-clean .footer-grid{grid-template-columns:1.35fr 1fr 1fr!important}.footer-clean .footer-contact{grid-column:2/-1}}@media(max-width:900px){.shell{width:min(100% - 36px,1248px)}.section{padding:58px 0}.template-home-v3 .hero-media{width:min(100%,760px);min-height:410px!important}.footer-clean .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.footer-clean .footer-contact{grid-column:auto}}@media(max-width:780px){html{scroll-padding-top:70px}body{padding-bottom:74px}.shell{width:min(100% - 28px,1248px)}.section{padding:48px 0}.header .nav-wrap{min-height:64px!important}.header .brand.header-location-brand{height:49px!important;min-height:49px!important;gap:7px!important}.header .brand.header-location-brand img{width:122px!important;height:46px!important}.header-location-name{min-height:29px!important;font-size:.76rem!important}.nav{background:#fff!important}.nav>a:not(.nav-cta){width:100%;padding:12px 14px!important;font-size:.94rem!important}.nav .nav-cta{width:100%;margin:8px 0 0!important;min-height:48px!important}.template-home-v3 .hero{padding:31px 0 34px!important}.template-home-v3 .hero-media{min-height:350px!important}.doctor-people-list{grid-template-columns:1fr!important}.doctor-person-card{min-height:0!important}.footer-bottom{display:block}.footer-bottom span{display:block;margin:5px 0}.mobile-bar{padding-bottom:max(0px,env(safe-area-inset-bottom))}}@media(max-width:600px){.btn{width:100%}.template-home-v3 .hero-media{min-height:290px!important}.template-home-v3 .hero-photo-small{width:43%!important}.catalogue-row{grid-template-columns:1fr!important}.catalogue-row .btn,.catalogue-row button{width:100%}.footer-clean{padding-top:48px!important}.footer-clean .footer-grid{grid-template-columns:1fr!important;gap:26px!important}}@media(max-width:390px){.shell{width:min(100% - 22px,1248px)}.header .brand.header-location-brand img{width:109px!important;height:42px!important}.header-location-name{font-size:.7rem!important;padding-right:7px!important}.header-location-pin{width:19px!important;height:19px!important}}@media(prefers-reduced-motion:reduce){*,::after,::before{scroll-behavior:auto!important;transition-duration:0s!important;animation-duration:0s!important;animation-iteration-count:1!important}.btn:hover,.card:hover,.contact-action-card:hover,.doctor-person-card:hover,.service-card:hover{transform:none!important}}body.inner-package-ui main.template-main>section:first-child{margin-top:0!important;padding-top:44px!important;padding-bottom:42px!important}body.inner-package-ui .section{padding-top:56px!important;padding-bottom:56px!important}body.inner-package-ui .card,body.inner-package-ui .contact-action-card,body.inner-package-ui .doctor-person-card,body.inner-package-ui .service-card{border-radius:20px!important;box-shadow:0 12px 32px rgba(15,77,91,.07)!important}@media(max-width:900px){body.inner-package-ui main.template-main>section:first-child{padding-top:34px!important;padding-bottom:34px!important}body.inner-package-ui .section{padding-top:46px!important;padding-bottom:46px!important}}@media(max-width:600px){body.inner-package-ui main.template-main>section:first-child{padding-top:26px!important;padding-bottom:27px!important}body.inner-package-ui .section{padding-top:38px!important;padding-bottom:38px!important}}body.meta-ads-landing-v1 .meta-ad-floating-wa{position:fixed;z-index:960;right:22px;bottom:22px;display:flex;align-items:center;gap:9px;min-height:50px;padding:0 17px;border:1px solid rgba(0,124,157,.18);border-radius:999px;background:#fff;color:#075f74;font-size:.84rem;font-weight:750;box-shadow:0 14px 38px rgba(8,70,87,.18);transition:transform .18s ease,box-shadow .18s ease}body.meta-ads-landing-v1 .meta-ad-floating-wa::before{content:'↗';display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#e7f7ef;color:#147b4b;font-size:.9rem;font-weight:900}body.meta-ads-landing-v1 .meta-ad-floating-wa:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(8,70,87,.22)}body.meta-ads-landing-v1 .nav-cta[data-meta-ad-cta=header]{white-space:nowrap}@media(max-width:900px){body.meta-ads-landing-v1 .meta-ad-floating-wa{display:none!important}}@media(prefers-reduced-motion:reduce){body.meta-ads-landing-v1 .meta-ad-floating-wa{transition:none!important}}.template-doctors-v3 .doctor-people-list{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(205px,1fr))!important;gap:10px!important;padding:12px!important;align-items:start!important}.template-doctors-v3 .doctor-person-card{display:block!important;width:100%!important;min-width:0!important;min-height:0!important;height:auto!important;padding:13px 15px!important;overflow:hidden!important}.template-doctors-v3 .doctor-person-card strong{display:block!important;width:100%!important;margin:0!important;font-size:.98rem!important;line-height:1.18!important;overflow-wrap:break-word!important}.template-doctors-v3 .doctor-person-card span{display:block!important;width:100%!important;margin-top:5px!important;font-size:.77rem!important;line-height:1.3!important;overflow-wrap:break-word!important}.template-doctors-v3 .doctor-person-card small{display:block!important;width:100%!important;margin-top:8px!important;padding-top:0!important;font-size:.75rem!important;line-height:1.25!important;white-space:normal!important;overflow-wrap:break-word!important}@media(max-width:760px){.template-doctors-v3 .doctor-people-list{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important;gap:8px!important;padding:10px!important}.template-doctors-v3 .doctor-person-card{padding:12px 13px!important}}@media(max-width:480px){.template-doctors-v3 .doctor-people-list{grid-template-columns:1fr!important}}:root{--site-pad:clamp(14px,4vw,28px)}html{width:100%;max-width:100%;overflow-x:clip;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{width:100%;max-width:100%;overflow-x:clip}*,::after,::before{box-sizing:border-box}img,svg{max-width:100%}img{height:auto}.footer-grid,.grid,.nav-wrap,.shell,article,main,section{min-width:0}@media(max-width:900px){.shell{width:calc(100% - 28px)!important;max-width:none!important;margin-inline:auto!important}.nav-wrap{gap:8px!important}.header .nav{display:none!important}.header .nav-cta{display:none!important}.footer-grid{grid-template-columns:minmax(0,1fr)!important}.grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.card,.hero-media,.hero-photo-main,.hero-photo-small,.service-card{min-width:0!important;max-width:100%!important}.footer-grid{gap:30px 22px!important}}@media(max-width:640px){body{padding-bottom:max(72px,env(safe-area-inset-bottom))}.shell{width:calc(100% - 24px)!important}main.template-main>section:first-child{padding-top:14px!important}.header .brand.header-location-brand{min-width:0!important;max-width:calc(100vw - 48px)!important}.header .brand.header-location-brand img{width:112px!important;height:auto!important;max-width:112px!important}.header-location-name{font-size:.7rem!important;min-width:0!important;max-width:148px!important;white-space:normal!important;text-align:left!important;line-height:1.15!important}.grid{grid-template-columns:minmax(0,1fr)!important}h1{font-size:clamp(2rem,9.5vw,2.55rem)!important;line-height:1.08!important}h2{font-size:clamp(1.65rem,7.5vw,2.15rem)!important;line-height:1.12!important}h3{line-height:1.2!important}.hero{padding-block:18px 24px!important}.hero-media{min-height:0!important}.hero-photo-main,.hero-photo-small{border-radius:16px!important;overflow:hidden!important}.hero-photo-main img,.hero-photo-small img{width:100%!important;height:auto!important;max-height:none!important;object-fit:cover!important}.btn{width:100%!important;max-width:100%!important;min-height:46px!important;white-space:normal!important;text-align:center!important;justify-content:center!important;padding-inline:14px!important}.card,.service-card{padding:18px!important;border-radius:16px!important}.section{padding-block:38px!important}.footer{padding-bottom:20px!important}.footer-grid{grid-template-columns:minmax(0,1fr)!important;gap:26px!important}.footer-brand img{max-width:160px!important}.footer a,.footer-contact a{max-width:100%!important;overflow-wrap:anywhere!important}.mobile-bar{padding-bottom:env(safe-area-inset-bottom)!important}.mobile-bar a{min-width:0!important;padding-inline:6px!important}.mobile-bar b,.mobile-bar small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}input{font-size:16px!important;width:100%!important}details summary{min-height:44px!important;display:flex!important;align-items:center!important}code{max-width:100%!important;overflow-x:auto!important}}@media(max-width:420px){.shell{width:calc(100% - 20px)!important}.header-location-name{display:none!important}.header .brand.header-location-brand img{width:120px!important;max-width:120px!important}.mobile-bar small{font-size:.62rem!important}}@supports not (overflow:clip){body,html{overflow-x:hidden}}@media (max-width:900px){body.nav-open{overflow:hidden!important;touch-action:none}.header{z-index:170!important}.header .nav-wrap{min-height:64px!important;height:64px!important;gap:8px!important;position:relative!important}.header .brand.header-location-brand{height:48px!important;min-height:48px!important;max-width:calc(100vw - 76px)!important;margin-right:auto!important;gap:7px!important}.header .brand.header-location-brand img{width:122px!important;max-width:122px!important;height:46px!important;min-height:0!important;object-fit:contain!important}.header-location-name{min-height:28px!important;padding:4px 8px 4px 5px!important;font-size:.72rem!important;line-height:1.1!important}.header-location-pin{width:19px!important;height:19px!important}.header .nav-cta{display:none!important}.menu-toggle{display:inline-flex!important;flex:0 0 42px!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;margin:0 0 0 auto!important;padding:0!important;border:1px solid #bfd6dc!important;border-radius:12px!important;background:#fff!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:5px!important;z-index:190!important;box-shadow:0 4px 14px rgba(12,73,89,.06)!important}.menu-toggle span{display:block!important;width:19px!important;height:2px!important;flex:0 0 2px!important;border-radius:999px!important;background:#164653!important}.header .nav{display:flex!important;position:fixed!important;top:64px!important;right:0!important;bottom:0!important;left:auto!important;width:min(82vw,320px)!important;height:calc(100dvh - 64px)!important;max-height:calc(100dvh - 64px)!important;margin:0!important;padding:14px!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:5px!important;overflow-y:auto!important;overscroll-behavior:contain!important;background:#fff!important;border-left:1px solid #dce9ec!important;box-shadow:-18px 22px 46px rgba(11,57,70,.18)!important;z-index:180!important;transform:translateX(105%)!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;transition:transform .24s ease,opacity .2s ease,visibility .24s ease!important}.header .nav.is-open{transform:translateX(0)!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.header .nav a{display:flex!important;align-items:center!important;min-height:46px!important;width:100%!important;margin:0!important;padding:10px 13px!important;border-radius:11px!important;color:#173f4b!important;background:#fff!important;font-size:.96rem!important;font-weight:750!important;line-height:1.2!important;text-decoration:none!important}.header .nav a:focus-visible,.header .nav a:hover{background:#eff8fa!important;color:#007c9d!important}.nav-backdrop{display:block!important;position:fixed!important;inset:64px 0 0!important;z-index:150!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:rgba(7,37,45,.42)!important;backdrop-filter:blur(2px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .2s ease,visibility .2s ease!important}.nav-backdrop.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.footer-grid{grid-template-columns:minmax(0,1fr)!important}}@media (max-width:640px){body{padding-bottom:max(72px,env(safe-area-inset-bottom))!important}.shell{width:calc(100% - 28px)!important;max-width:none!important;margin-inline:auto!important}.header .nav-wrap{min-height:60px!important;height:60px!important}.header .brand.header-location-brand{height:44px!important;min-height:44px!important;max-width:calc(100vw - 70px)!important}.header .brand.header-location-brand img{width:116px!important;max-width:116px!important;height:42px!important}.header-location-name{font-size:.68rem!important;max-width:118px!important}.menu-toggle{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;flex-basis:40px!important;border-radius:11px!important}.header .nav{top:60px!important;height:calc(100dvh - 60px)!important;max-height:calc(100dvh - 60px)!important;width:min(86vw,310px)!important;padding:12px!important}.nav-backdrop{inset:60px 0 0!important}main.template-main>section:first-child{padding-top:0!important}.template-home-v3 main.template-main>.hero{padding:18px 0 20px!important;min-height:0!important}.template-home-v3 .hero-media{display:none!important}h1{font-size:clamp(1.95rem,8.8vw,2.42rem)!important;line-height:1.07!important}h2{font-size:clamp(1.55rem,7vw,2rem)!important;line-height:1.12!important}body.inner-package-ui main.template-main>section:first-child{padding-top:22px!important;padding-bottom:24px!important;min-height:0!important}.section,body.inner-package-ui .section{padding-top:32px!important;padding-bottom:32px!important}.card,.service-card{padding:16px!important;border-radius:15px!important}.grid{grid-template-columns:minmax(0,1fr)!important;gap:12px!important}.mobile-bar{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;left:0!important;right:0!important;bottom:0!important;min-height:68px!important;padding:6px 8px calc(6px + env(safe-area-inset-bottom))!important;gap:6px!important;background:rgba(255,255,255,.96)!important;border-top:1px solid #d6e6ea!important;box-shadow:0 -6px 22px rgba(10,59,72,.08)!important;backdrop-filter:blur(12px)!important}.mobile-bar a{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;min-width:0!important;min-height:52px!important;height:52px!important;padding:4px!important;border-radius:12px!important;line-height:1.05!important;text-decoration:none!important}.mobile-bar .mobile-call,.mobile-bar .mobile-map{background:#fff!important;border:1px solid #a9cbd4!important;color:#075f74!important;box-shadow:none!important}.mobile-bar .mobile-call b,.mobile-bar .mobile-map b{color:#075f74!important}.mobile-bar .mobile-call small,.mobile-bar .mobile-map small{color:#5e747b!important}.mobile-bar .mobile-wa{background:linear-gradient(135deg,#f47721 0,#ff913f 100%)!important;border:1px solid #f47721!important;color:#fff!important;box-shadow:0 7px 18px rgba(244,119,33,.22)!important}.mobile-bar .mobile-wa b,.mobile-bar .mobile-wa small{color:#fff!important}.mobile-bar b{font-size:.82rem!important;font-weight:750!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}.mobile-bar small{font-size:.62rem!important;line-height:1.05!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}.footer{padding-bottom:88px!important}input{font-size:16px!important;width:100%!important}}@media (max-width:420px){.shell{width:calc(100% - 22px)!important}.header .brand.header-location-brand{max-width:calc(100vw - 62px)!important;gap:5px!important}.header .brand.header-location-brand img{width:108px!important;max-width:108px!important}.header-location-name{display:inline-flex!important;flex:0 0 auto!important;min-height:25px!important;max-width:88px!important;padding:3px 7px 3px 4px!important;gap:4px!important;font-size:.62rem!important;line-height:1!important;white-space:nowrap!important}.header-location-pin{width:17px!important;height:17px!important;flex:0 0 17px!important}.header-location-pin svg{width:9px!important;height:9px!important}.mobile-bar b{font-size:.78rem!important}.mobile-bar small{font-size:.59rem!important}}.footer-brand .clinic-social-footer{display:grid;gap:9px;width:min(100%,390px);margin-top:18px;padding-top:14px;border-top:1px solid rgba(255,255,255,.14)}.footer-brand .clinic-social-copy{display:flex;align-items:baseline;gap:8px;min-width:0}.footer-brand .clinic-social-copy strong{color:#fff;font-size:.82rem;font-weight:800}.footer-brand .clinic-social-copy span{color:#abc7ce;font-size:.7rem}.clinic-social-links{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.clinic-social-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:40px;height:40px;border:0;border-radius:12px;text-decoration:none;box-shadow:0 7px 18px rgba(0,0,0,.12);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.clinic-social-link:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.18);filter:brightness(1.04)}.clinic-social-logo{display:grid;place-items:center;width:22px;height:22px;color:#fff}.clinic-social-logo svg{display:block;width:22px;height:22px;fill:currentColor}.clinic-social-linkedin{background:#0a66c2}.clinic-social-instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0 5%,#fdf497 5% 9%,#fd5949 44%,#d6249f 65%,#285aeb 90%)}.clinic-social-facebook{background:#1877f2}.clinic-social-x{background:#111}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.12)!important;margin-top:20px!important;padding-top:12px!important}@media(max-width:780px){.footer-brand .clinic-social-footer{width:100%;max-width:340px}.footer-brand .clinic-social-copy{display:grid;gap:2px}}@media(max-width:480px){.footer-brand .clinic-social-footer{margin-top:15px;padding-top:12px}.footer-brand .clinic-social-copy span{display:none}.clinic-social-links{gap:8px}.clinic-social-link{min-width:38px;height:38px;border-radius:11px}.clinic-social-logo,.clinic-social-logo svg{width:20px;height:20px}}@media(prefers-reduced-motion:reduce){.clinic-social-link{transition:none}}@media(min-width:901px){.footer .footer-brand{position:relative!important;overflow:visible!important}.footer .footer-brand .footer-social-wide{display:grid!important;grid-template-columns:minmax(285px,350px) max-content!important;align-items:center!important;column-gap:30px!important;width:min(820px,calc(100vw - 230px))!important;max-width:none!important;margin:14px 0 0!important;padding:14px 0 0!important;border-top:1px solid rgba(255,255,255,.15)!important}.footer .footer-brand .footer-social-wide .clinic-social-copy{display:flex!important;align-items:baseline!important;gap:9px!important;min-width:0!important;white-space:nowrap!important}.footer .footer-brand .footer-social-wide .clinic-social-copy strong{color:#fff!important;font-size:.88rem!important;font-weight:850!important;line-height:1.1!important}.footer .footer-brand .footer-social-wide .clinic-social-copy span{color:#bdd4da!important;font-size:.72rem!important;line-height:1.25!important}.footer .footer-brand .footer-social-wide .clinic-social-links{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;min-width:0!important}}.footer .footer-social-wide .clinic-social-link{width:52px!important;min-width:52px!important;height:52px!important;padding:0!important;border:0!important;border-radius:12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;background:0 0!important;box-shadow:none!important;filter:none!important}.footer .footer-social-wide .clinic-social-link:hover{transform:translateY(-2px)!important;filter:none!important}.footer .footer-social-wide .clinic-social-logo{display:grid!important;place-items:center!important;width:52px!important;height:52px!important;line-height:1!important}.footer .footer-social-wide .clinic-social-logo img{display:block!important;width:48px!important;height:48px!important;max-width:48px!important;max-height:48px!important;object-fit:contain!important;object-position:center!important;margin:0!important;padding:0!important;border:0!important;box-shadow:0 7px 18px rgba(0,0,0,.14)!important}.footer .footer-social-wide .clinic-social-logo-linkedin img{width:52px!important;max-width:52px!important;height:46px!important;max-height:46px!important;border-radius:0!important;box-shadow:none!important}.footer .footer-social-wide .clinic-social-logo-instagram img{border-radius:12px!important}.footer .footer-social-wide .clinic-social-logo-facebook img{border-radius:9px!important}.footer .footer-social-wide .clinic-social-logo-x img{border-radius:9px!important}.footer .footer-bottom{margin-top:14px!important}@media(max-width:900px){.footer .footer-brand .footer-social-wide{display:grid!important;gap:10px!important;width:100%!important;max-width:520px!important;margin:14px 0 0!important;padding:13px 0 0!important;border-top:1px solid rgba(255,255,255,.15)!important}.footer .footer-brand .footer-social-wide .clinic-social-copy{display:flex!important;align-items:baseline!important;gap:8px!important;flex-wrap:wrap!important}.footer .footer-brand .footer-social-wide .clinic-social-links{display:flex!important;gap:10px!important;justify-content:flex-start!important}}@media(max-width:480px){.footer .footer-social-wide .clinic-social-link,.footer .footer-social-wide .clinic-social-logo{width:46px!important;min-width:46px!important;height:46px!important}.footer .footer-social-wide .clinic-social-logo img{width:42px!important;height:42px!important;max-width:42px!important;max-height:42px!important}.footer .footer-social-wide .clinic-social-logo-linkedin img{width:46px!important;max-width:46px!important;height:40px!important;max-height:40px!important}.footer .footer-brand .footer-social-wide .clinic-social-copy span{display:none!important}}.footer .footer-social-wide .clinic-social-links{gap:9px!important}.footer .footer-social-wide .clinic-social-link,.footer .footer-social-wide .clinic-social-logo{width:46px!important;min-width:46px!important;height:46px!important}.footer .footer-social-wide .clinic-social-logo img{width:42px!important;height:42px!important;max-width:42px!important;max-height:42px!important;object-fit:contain!important;object-position:center!important;display:block!important;margin:auto!important}.footer .footer-social-wide .clinic-social-logo-linkedin{display:grid!important;place-items:center!important;background:0 0!important;border:0!important;outline:0!important;box-shadow:none!important}.footer .footer-social-wide .clinic-social-logo-linkedin img{width:42px!important;height:42px!important;max-width:42px!important;max-height:42px!important;object-fit:contain!important;object-position:center!important;margin:auto!important;border:0!important;outline:0!important;border-radius:7px!important;box-shadow:none!important;background:0 0!important}@media(min-width:1101px){.footer.footer-clean .footer-grid{grid-template-columns:minmax(390px,1.25fr) minmax(160px,.58fr) minmax(220px,.78fr) minmax(250px,.82fr)!important;gap:clamp(28px,2.5vw,44px)!important;align-items:start!important}.footer .footer-brand{min-width:0!important;max-width:520px!important}.footer .footer-brand .footer-social-wide{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;column-gap:18px!important;width:100%!important;max-width:520px!important;margin:12px 0 0!important;padding:12px 0 0!important}.footer .footer-brand .footer-social-wide .clinic-social-copy{display:block!important;min-width:0!important;white-space:normal!important}.footer .footer-brand .footer-social-wide .clinic-social-copy strong{display:block!important}.footer .footer-brand .footer-social-wide .clinic-social-copy span{display:block!important;margin-top:4px!important}.footer .footer-brand .footer-social-wide .clinic-social-links{justify-content:flex-end!important;min-width:max-content!important}.footer .footer-contact{min-width:0!important}.footer .footer-contact a{overflow-wrap:anywhere!important}}@media(max-width:480px){.footer .footer-social-wide .clinic-social-links{gap:8px!important}.footer .footer-social-wide .clinic-social-link,.footer .footer-social-wide .clinic-social-logo{width:42px!important;min-width:42px!important;height:42px!important}.footer .footer-social-wide .clinic-social-logo img,.footer .footer-social-wide .clinic-social-logo-linkedin img{width:38px!important;height:38px!important;max-width:38px!important;max-height:38px!important}}.ds-page{background:linear-gradient(180deg,#f7fbfc 0,#fff 34rem);color:#10384a}.ds-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.ds-breadcrumbs{padding:24px 0 14px}.ds-hero{display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;border:1px solid #d5e5ea;border-radius:28px;background:#fff;box-shadow:0 18px 48px rgba(17,74,96,.09)}.ds-hero-copy{padding:52px 52px 42px}.ds-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border-radius:999px;background:#eaf7fa;color:#087b98;font-size:.86rem;font-weight:800}.ds-kicker:before{content:'✦';font-size:.72rem}.ds-name{margin:20px 0 6px;font-size:clamp(2.55rem,5vw,4.65rem);line-height:.96;letter-spacing:-.045em;color:#0a3548}.ds-role{margin:0;color:#f36c21;font-size:clamp(1.35rem,2.4vw,2rem);font-weight:800}.ds-stat-row{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 22px}.ds-stat{min-width:180px;padding:14px 17px;border:1px solid #d9e8ec;border-radius:16px;background:#fbfdfe}.ds-stat strong{display:block;color:#066c88;font-size:1.15rem}.ds-stat span{display:block;margin-top:2px;color:#637f86;font-size:.9rem}.ds-intro{max-width:650px;margin:0 0 26px;color:#58717c;font-size:1.03rem;line-height:1.72}.ds-actions{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 24px}.ds-tags{display:flex;flex-wrap:wrap;gap:9px}.ds-tag{padding:9px 12px;border:1px solid #d9e8ec;border-radius:999px;background:#f8fcfd;color:#24576a;font-weight:700;font-size:.9rem}.ds-photo{position:relative;min-height:560px;background:#eaf6f8}.ds-photo:before{content:'';position:absolute;inset:0 auto 0 0;width:18px;background:linear-gradient(180deg,#0688a6,#0a6781);z-index:1}.ds-photo img{width:100%;height:100%;object-fit:cover;object-position:center 25%;display:block}.ds-content{padding:34px 0 60px}.ds-grid{display:grid;grid-template-columns:.86fr 1.07fr 1.07fr;gap:18px}.ds-card{border:1px solid #d9e8ec;border-radius:22px;background:#fff;padding:26px;box-shadow:0 10px 28px rgba(17,74,96,.055)}.ds-card h2,.ds-expertise h2{margin:0 0 18px;color:#0a5670;font-size:1.3rem}.ds-card p{margin:0;color:#5c747e;line-height:1.75}.ds-timeline{list-style:none;margin:0;padding:0}.ds-timeline li{position:relative;padding:0 0 21px 22px}.ds-timeline li:last-child{padding-bottom:0}.ds-timeline li:before{content:'';position:absolute;left:2px;top:7px;width:8px;height:8px;border-radius:50%;background:#087d9a}.ds-timeline li:not(:last-child):after{content:'';position:absolute;left:5px;top:18px;bottom:-1px;width:2px;background:#cfe3e8}.ds-timeline time{display:block;margin-bottom:4px;color:#f36c21;font-weight:900}.ds-timeline strong{display:block;color:#163f50}.ds-timeline span{display:block;margin-top:4px;color:#617a84;line-height:1.5}.ds-expertise{margin-top:18px;border:1px solid #d9e8ec;border-radius:22px;background:#fff;padding:28px;box-shadow:0 10px 28px rgba(17,74,96,.055)}.ds-expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ds-expertise-item{padding:20px;border-radius:18px;background:#f7fbfc}.ds-expertise-item strong{display:block;margin-bottom:8px;color:#086b87;font-size:1.02rem}.ds-expertise-item p{margin:0;color:#607985;line-height:1.6}.ds-booking{display:grid;grid-template-columns:1.4fr repeat(3,.8fr);gap:1px;margin-top:18px;overflow:hidden;border-radius:22px;background:#2e8299;box-shadow:0 14px 34px rgba(0,87,113,.13)}.ds-booking>div{background:#08728e;padding:24px 25px;color:#fff}.ds-booking strong{display:block;font-size:1.06rem}.ds-booking a,.ds-booking span{display:block;margin-top:5px;color:#e4f7fb;text-decoration:none;line-height:1.45}.ds-booking .ds-booking-lead{background:#075f79}.ds-booking-lead strong{font-size:1.3rem}.ds-note{margin-top:16px;color:#6b8088;font-size:.86rem;line-height:1.55}.ds-page .btn{white-space:nowrap}.ds-jump{display:flex;flex-wrap:wrap;gap:8px;margin:26px 0 6px}.ds-jump a{padding:9px 12px;border:1px solid #d8e8eb;border-radius:999px;background:#fff;color:#0a6179;font-size:.82rem;font-weight:800;text-decoration:none}.ds-section{margin-top:22px;border:1px solid #d9e8ec;border-radius:24px;background:#fff;padding:30px;box-shadow:0 12px 32px rgba(17,74,96,.055)}.ds-section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:22px}.ds-section-head>div{max-width:780px}.ds-section-kicker{display:block;margin-bottom:7px;color:#ef6f22;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ds-section h2{margin:0;color:#0a5670;font-size:clamp(1.55rem,2.7vw,2.25rem);letter-spacing:-.025em}.ds-section-head p{margin:8px 0 0;color:#607985;line-height:1.65}.ds-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.ds-service-card{position:relative;padding:20px;border:1px solid #dfecee;border-radius:18px;background:linear-gradient(145deg,#fff,#f8fcfd);overflow:hidden}.ds-service-card:before{content:'';position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#0784a2,#3ab0c8)}.ds-service-card:nth-child(2n):before{background:linear-gradient(90deg,#f47721,#ffae70)}.ds-service-card b{display:grid;place-items:center;width:34px;height:34px;margin-bottom:13px;border-radius:11px;background:#eaf7fa;color:#087d99}.ds-service-card h3{margin:0 0 8px;color:#164758;font-size:1.02rem}.ds-service-card p{margin:0;color:#647d86;font-size:.88rem;line-height:1.58}.ds-visual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ds-visual-card{overflow:hidden;border:1px solid #dce9ec;border-radius:18px;background:#fff}.ds-visual-card img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.ds-visual-card div{padding:15px 16px 17px}.ds-visual-card strong{display:block;color:#104d60}.ds-visual-card span{display:block;margin-top:4px;color:#6a8189;font-size:.84rem;line-height:1.45}.ds-symptom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.ds-symptom{display:flex;gap:10px;align-items:flex-start;padding:14px;border:1px solid #e1ecee;border-radius:15px;background:#fbfefe;color:#355f6d;font-size:.9rem;line-height:1.45}.ds-symptom:before{content:'✓';display:grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:#e7f5f8;color:#087d99;font-size:.72rem;font-weight:900}.ds-care-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.ds-copy-card{padding:24px;border:1px solid #dfeaec;border-radius:18px;background:#fbfefe}.ds-copy-card h3{margin:0 0 10px;color:#12566a}.ds-copy-card p{margin:0 0 12px;color:#607a84;line-height:1.72}.ds-copy-card p:last-child{margin-bottom:0}.ds-visit-steps{display:grid;gap:10px;counter-reset:steps}.ds-step{position:relative;padding:16px 16px 16px 54px;border:1px solid #dfeaec;border-radius:16px;background:#fff}.ds-step:before{counter-increment:steps;content:counter(steps);position:absolute;left:14px;top:14px;display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#087d99;color:#fff;font-size:.78rem;font-weight:900}.ds-step strong{display:block;color:#154d5e}.ds-step span{display:block;margin-top:4px;color:#657f88;font-size:.86rem;line-height:1.5}.ds-faq{display:grid;gap:10px}.ds-faq details{border:1px solid #dfeaec;border-radius:16px;background:#fff;padding:0 17px}.ds-faq summary{cursor:pointer;list-style:none;padding:17px 30px 17px 0;color:#154d5e;font-weight:850;position:relative}.ds-faq summary::-webkit-details-marker{display:none}.ds-faq summary:after{content:'+';position:absolute;right:0;top:14px;color:#087d99;font-size:1.3rem}.ds-faq details[open] summary:after{content:'–'}.ds-faq p{margin:0;padding:0 0 17px;color:#607a84;line-height:1.65}.ds-disclaimer{margin-top:14px;padding:14px 16px;border-radius:14px;background:#fff8f2;color:#6f665f;font-size:.84rem;line-height:1.55}.ds-cta-panel{display:grid;grid-template-columns:1.3fr auto;gap:20px;align-items:center;margin-top:22px;padding:26px 28px;border-radius:22px;background:linear-gradient(135deg,#075f79,#0787a5);color:#fff}.ds-cta-panel h2{margin:0;font-size:1.6rem;color:#fff}.ds-cta-panel p{margin:7px 0 0;color:#dff5fa;line-height:1.6}.ds-cta-panel .btn{background:#fff!important;color:#075f79!important;border-color:#fff!important}.ds-cta-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.ds-cta-actions a{min-height:46px}.ds-mini-note{margin-top:8px;color:#6d828a;font-size:.82rem;line-height:1.5}@media(max-width:980px){.ds-service-grid{grid-template-columns:repeat(2,1fr)}.ds-symptom-grid{grid-template-columns:repeat(2,1fr)}.ds-care-grid{grid-template-columns:1fr}.ds-cta-panel{grid-template-columns:1fr}.ds-cta-actions{justify-content:flex-start}}@media(max-width:900px){.ds-shell{width:min(100% - 24px,1180px)}.ds-hero{grid-template-columns:1fr}.ds-hero-copy{padding:34px 28px}.ds-photo{min-height:420px;order:-1}.ds-photo:before{inset:auto 0 0;width:auto;height:10px}.ds-grid{grid-template-columns:1fr}.ds-expertise-grid{grid-template-columns:1fr}.ds-booking{grid-template-columns:1fr 1fr}.ds-booking-lead{grid-column:1/-1}.ds-visual-grid{grid-template-columns:1fr 1fr}.ds-visual-card:last-child{grid-column:1/-1}.ds-section{padding:24px}}@media(max-width:560px){.ds-breadcrumbs{padding-top:16px}.ds-hero{border-radius:22px}.ds-hero-copy{padding:28px 20px 26px}.ds-photo{min-height:340px}.ds-stat{min-width:calc(50% - 8px);flex:1}.ds-actions .btn{width:100%;justify-content:center}.ds-card,.ds-expertise{padding:21px}.ds-booking{grid-template-columns:1fr}.ds-booking-lead{grid-column:auto}.ds-name{font-size:2.55rem}.ds-section{padding:20px;border-radius:19px}.ds-section-head{display:block}.ds-service-grid,.ds-symptom-grid,.ds-visual-grid{grid-template-columns:1fr}.ds-visual-card:last-child{grid-column:auto}.ds-cta-actions{display:grid;grid-template-columns:1fr;width:100%}.ds-cta-actions a{justify-content:center}.ds-jump{gap:6px}.ds-jump a{font-size:.75rem;padding:8px 10px}}.ds-practitioner-contact{display:grid;gap:4px;margin:0 0 22px;padding:15px 17px;border:1px solid #cfe5ea;border-radius:15px;background:#f5fbfc}.ds-practitioner-contact span{color:#416b78;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.ds-practitioner-contact a{color:#075f79;font-size:1.22rem;font-weight:900;text-decoration:none}.ds-practitioner-contact small{color:#607985;line-height:1.45}.ds-practitioner-contact a:hover{text-decoration:underline}.ds-page{position:relative;overflow:hidden;background:linear-gradient(180deg,#f1fafc 0,#fff 31rem)!important;color:#123d4b}.ds-page:after,.ds-page:before{content:'';position:absolute;z-index:0;border-radius:50%;pointer-events:none}.ds-page:before{top:-170px;right:-170px;width:520px;height:520px;background:radial-gradient(circle,rgba(244,119,33,.11) 0,rgba(244,119,33,0) 70%)}.ds-page:after{top:160px;left:-250px;width:540px;height:540px;background:radial-gradient(circle,rgba(0,124,157,.1) 0,rgba(0,124,157,0) 70%)}.ds-shell{position:relative;z-index:1;width:min(1200px,calc(100% - 48px))!important}.ds-breadcrumbs{padding:20px 0 14px!important}.ds-hero{position:relative;grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr)!important;gap:28px!important;align-items:stretch!important;min-height:0!important;padding:34px 0 0 40px!important;border:1px solid rgba(0,124,157,.14)!important;border-radius:32px!important;background:linear-gradient(135deg,rgba(255,255,255,.99) 0,rgba(247,252,253,.99) 58%,rgba(255,248,242,.98) 100%)!important;box-shadow:0 24px 68px rgba(15,77,91,.1)!important;overflow:hidden!important}.ds-hero:after{content:'';position:absolute;left:0;top:46px;bottom:46px;width:5px;border-radius:0 8px 8px 0;background:linear-gradient(180deg,#087f9d,#f47721)}.ds-hero-copy{padding:8px 6px 36px 16px!important;align-self:center!important}.ds-kicker{padding:8px 13px!important;border:1px solid #d7edf1!important;background:#eef9fb!important;color:#087b98!important;font-size:.81rem!important;letter-spacing:.01em!important}.ds-kicker:before{color:#f47721!important}.ds-name{max-width:590px!important;margin:18px 0 7px!important;font-size:clamp(3rem,4.55vw,4.35rem)!important;line-height:.98!important;letter-spacing:-.045em!important;color:#0a3548!important}.ds-role{font-size:clamp(1.35rem,2.1vw,1.78rem)!important;color:#ef6f22!important}.ds-stat-row{gap:10px!important;margin:23px 0 18px!important}.ds-stat{min-width:0!important;padding:12px 14px!important;border:1px solid #d7e8ec!important;border-radius:14px!important;background:rgba(255,255,255,.88)!important;box-shadow:0 8px 20px rgba(16,82,96,.04)!important}.ds-stat strong{font-size:1rem!important;color:#0a5870!important}.ds-stat span{font-size:.79rem!important;color:#71878f!important}.ds-intro{max-width:600px!important;margin:0 0 22px!important;font-size:.98rem!important;line-height:1.68!important;color:#58737e!important}.ds-actions{gap:10px!important;margin:0 0 21px!important}.ds-actions .btn{min-height:46px!important;padding:0 18px!important;border-radius:13px!important}.ds-tags{gap:8px!important}.ds-tag{padding:8px 11px!important;border:1px solid #dbe9ec!important;background:#fff!important;color:#315e6d!important;font-size:.82rem!important;box-shadow:0 4px 12px rgba(15,77,91,.03)!important}.ds-photo{position:relative!important;align-self:stretch!important;justify-self:stretch!important;width:100%!important;max-width:none!important;min-height:100%!important;height:auto!important;aspect-ratio:auto!important;margin:-34px 0 0!important;padding:0!important;border:0!important;border-radius:0 31px 0 0!important;background:0 0!important;box-shadow:none!important;overflow:hidden!important}.ds-photo:after,.ds-photo:before{display:none!important;content:none!important}.ds-photo img{position:absolute!important;top:0!important;right:0!important;bottom:auto!important;left:0!important;z-index:1!important;display:block!important;width:100%!important;height:calc(100% + 38px)!important;max-width:none!important;min-height:calc(100% + 38px)!important;object-fit:cover!important;object-position:center center!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:0 0!important;box-shadow:none!important;filter:none!important;opacity:1!important;visibility:visible!important;image-rendering:auto!important}.ds-content{padding:40px 0 64px!important}.ds-grid{grid-template-columns:1fr 1fr!important;gap:18px!important;align-items:start!important}.ds-grid>.ds-card:first-child{grid-column:1/-1!important;padding:29px 30px!important;background:linear-gradient(135deg,#fff 0,#f8fcfd 67%,#fff8f2 100%)!important}.ds-grid>.ds-card:first-child h2{font-size:1.42rem!important}.ds-grid>.ds-card:first-child p{max-width:980px!important;font-size:.98rem!important;line-height:1.76!important}.ds-card,.ds-expertise{border:1px solid #d9e8ec!important;border-radius:22px!important;background:#fff!important;box-shadow:0 12px 30px rgba(17,74,96,.055)!important}.ds-card{padding:25px!important}.ds-card h2,.ds-expertise h2{margin-bottom:16px!important;color:#0a5670!important}.ds-timeline li:before{box-shadow:0 0 0 4px #e9f7fa!important}.ds-timeline li:not(:last-child):after{background:#d7e7ea!important}.ds-expertise{margin-top:18px!important;padding:27px!important}.ds-expertise-grid{gap:14px!important}.ds-expertise-item{position:relative!important;overflow:hidden!important;padding:20px!important;border:1px solid #e2ecef!important;border-radius:18px!important;background:linear-gradient(145deg,#fff 0,#f7fbfc 100%)!important}.ds-expertise-item:before{content:'';position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#087f9d,#39aac3)}.ds-expertise-item:nth-child(2):before{background:linear-gradient(90deg,#f47721,#ffad69)}.ds-booking{margin-top:18px!important;border-radius:22px!important;box-shadow:0 14px 34px rgba(0,87,113,.13)!important}.ds-booking .ds-booking-lead{background:linear-gradient(135deg,#075f79,#087f9d)!important}.ds-note{margin-top:15px!important}@media(max-width:980px){.ds-shell{width:min(100% - 28px,1200px)!important}.ds-hero{grid-template-columns:1fr!important;padding:0 20px 0!important;gap:12px!important}.ds-hero:after{display:none}.ds-hero-copy{padding:18px 10px 28px!important}.ds-photo{order:-1!important;position:relative!important;justify-self:center!important;width:calc(100% + 40px)!important;max-width:none!important;min-height:0!important;height:auto!important;aspect-ratio:760/716!important;margin:0 -20px!important;border-radius:31px 31px 0 0!important}.ds-photo img{position:absolute!important;top:0!important;right:0!important;bottom:auto!important;left:0!important;width:100%!important;height:calc(100% + 28px)!important;min-height:calc(100% + 28px)!important;object-fit:cover!important;object-position:center center!important;border-radius:0!important}.ds-name{max-width:none!important}.ds-grid{grid-template-columns:1fr!important}.ds-grid>.ds-card:first-child{grid-column:auto!important}.ds-expertise-grid{grid-template-columns:1fr!important}.ds-booking{grid-template-columns:1fr 1fr!important}.ds-booking-lead{grid-column:1/-1!important}}@media(max-width:600px){.ds-shell{width:min(100% - 20px,1200px)!important}.ds-breadcrumbs{padding:13px 0 9px!important}.ds-hero{padding:0 10px 0!important;border-radius:23px!important}.ds-hero-copy{padding:18px 9px 24px!important}.ds-photo{width:calc(100% + 20px)!important;max-width:none!important;margin:0 -10px!important;border-radius:22px 22px 0 0!important}.ds-photo img{height:calc(100% + 22px)!important;min-height:calc(100% + 22px)!important}.ds-name{font-size:clamp(2.35rem,12vw,2.95rem)!important}.ds-intro{font-size:.92rem!important;line-height:1.6!important}.ds-stat{width:100%!important}.ds-actions{display:grid!important;grid-template-columns:1fr 1fr!important}.ds-actions .btn{justify-content:center!important}.ds-actions .btn:nth-child(3){grid-column:1/-1!important}.ds-card,.ds-expertise,.ds-grid>.ds-card:first-child{padding:20px!important}.ds-booking{grid-template-columns:1fr!important}.ds-booking-lead{grid-column:auto!important}}@media(min-width:981px){.ds-breadcrumbs{padding:14px 0 10px!important}.ds-hero{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr)!important;gap:22px!important;padding:24px 0 0 32px!important;border-radius:28px!important}.ds-hero:after{top:38px!important;bottom:38px!important}.ds-hero-copy{padding:4px 6px 26px 12px!important}.ds-kicker{padding:7px 12px!important;font-size:.79rem!important}.ds-name{max-width:560px!important;margin:14px 0 5px!important;font-size:clamp(2.72rem,4.15vw,3.92rem)!important;line-height:.98!important}.ds-role{font-size:clamp(1.22rem,1.9vw,1.62rem)!important}.ds-stat-row{gap:9px!important;margin:18px 0 14px!important}.ds-stat{padding:10px 12px!important;border-radius:13px!important}.ds-stat strong{font-size:.96rem!important}.ds-stat span{font-size:.76rem!important}.ds-intro{max-width:590px!important;margin:0 0 15px!important;font-size:.93rem!important;line-height:1.58!important}.ds-practitioner-contact{gap:3px!important;margin:0 0 14px!important;padding:12px 14px!important;border-radius:14px!important}.ds-practitioner-contact span{font-size:.74rem!important}.ds-practitioner-contact a{font-size:1.12rem!important}.ds-practitioner-contact small{font-size:.78rem!important;line-height:1.35!important}.ds-actions{gap:9px!important;margin:0 0 14px!important}.ds-actions .btn{min-height:42px!important;padding:0 15px!important;font-size:.86rem!important;border-radius:12px!important}.ds-tags{gap:7px!important}.ds-tag{padding:7px 10px!important;font-size:.78rem!important}.ds-photo{margin:-24px 0 0!important;border-radius:0 27px 0 0!important}.ds-photo img{height:calc(100% + 28px)!important;min-height:calc(100% + 28px)!important}}@media(min-width:601px) and (max-width:980px){.ds-breadcrumbs{padding:16px 0 10px!important}.ds-hero-copy{padding:14px 10px 24px!important}.ds-name{margin:14px 0 5px!important;font-size:clamp(2.6rem,7vw,3.45rem)!important}.ds-stat-row{margin:18px 0 14px!important}.ds-intro{margin-bottom:16px!important}.ds-practitioner-contact{margin-bottom:14px!important;padding:12px 14px!important}.ds-actions{margin-bottom:14px!important}.ds-photo{aspect-ratio:760/650!important}}@media(max-width:600px){.ds-breadcrumbs{padding:10px 0 7px!important}.ds-hero-copy{padding:15px 9px 21px!important}.ds-name{margin:12px 0 5px!important;font-size:clamp(2.2rem,11vw,2.72rem)!important}.ds-role{font-size:1.28rem!important}.ds-stat-row{margin:16px 0 12px!important}.ds-intro{margin-bottom:14px!important}.ds-practitioner-contact{margin-bottom:12px!important;padding:11px 12px!important}.ds-actions{margin-bottom:12px!important}.ds-photo{aspect-ratio:760/650!important}}.ds-photo{align-self:center!important;justify-self:stretch!important;width:100%!important;max-width:none!important;min-height:0!important;height:auto!important;aspect-ratio:1292/1217!important;margin:0!important;padding:0!important;border-radius:0 27px 27px 0!important;background:#fff!important;overflow:hidden!important}.ds-photo img{position:static!important;display:block!important;width:100%!important;height:auto!important;max-width:100%!important;min-height:0!important;aspect-ratio:1292/1217!important;object-fit:contain!important;object-position:center center!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#fff!important;filter:none!important;opacity:1!important;visibility:visible!important}@media(max-width:980px){.ds-photo{order:-1!important;width:100%!important;aspect-ratio:1292/1217!important;margin:0!important;border-radius:27px 27px 0 0!important}.ds-photo img{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:1292/1217!important;object-fit:contain!important;object-position:center center!important}}@media(max-width:600px){.ds-photo{width:100%!important;margin:0!important;border-radius:22px 22px 0 0!important}.ds-photo img{height:auto!important;min-height:0!important}}.local-search-context{padding-top:26px!important;padding-bottom:26px!important;background:linear-gradient(180deg,#fff,#f8fcfd)}.local-search-context-card{padding:22px 24px;border:1px solid #d4e6ea;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(10,70,86,.055)}.local-search-context-card h2{margin:0 0 8px;color:#123f4b;font-size:clamp(1.35rem,2.1vw,1.85rem);letter-spacing:-.025em}.local-search-context-card p{margin:0;color:#526b73;line-height:1.68}.local-keyword-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.local-keyword-links a{display:inline-flex;align-items:center;min-height:38px;padding:7px 11px;border:1px solid #cde3e8;border-radius:999px;background:#f6fbfc;color:#056d88;font-size:.82rem;font-weight:800}.local-keyword-links a:hover{background:#e9f7fa;border-color:#9dced8}@media(max-width:600px){.local-search-context-card{padding:18px;border-radius:16px}.local-keyword-links{gap:7px}.local-keyword-links a{width:100%;justify-content:center}}