: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,select{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%}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--teal-700);font-size:.76rem;font-weight:900;letter-spacing:.115em;text-transform:uppercase}.eyebrow::before{content:"";width:27px;height:2px;border-radius:999px;background:var(--orange)}.hero h1,.page-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}.section-soft{border-block:1px solid #e9f2f4}.text-link{display:inline-flex;align-items:center;gap:4px;color:var(--teal-700);font-weight:850;transition:color .18s,transform .18s}.text-link:hover{color:var(--orange-700);transform:translateX(3px)}.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)}.page-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line)}.page-hero::after{content:"";position:absolute;width:280px;height:280px;right:-110px;bottom:-160px;border:1px solid rgba(0,124,157,.11);border-radius:50%}.page-hero h1{font-size:clamp(2.5rem, 4.8vw, 4.35rem)}.page-hero p{max-width:900px;color:var(--muted);font-size:1.08rem;line-height:1.72}.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}.list{padding-left:20px}.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}.page-hero{padding:50px 0 46px}.page-hero h1{font-size:clamp(2.35rem, 10.5vw, 3.2rem)}.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}.section-soft{background:linear-gradient(180deg,#f9fcfd 0,#f2f9fa 100%);border-block-color:#e5f0f2}.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}.page-hero{padding:46px 0 42px;background:radial-gradient(circle at 88% 18%,rgba(245,128,37,.1),transparent 27%),linear-gradient(180deg,#eff9fa,#fcfefe)}.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}.page-hero{padding:36px 0 32px}}@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}.page-hero{padding:34px 0 31px}.page-hero p{font-size:1rem;line-height:1.6}.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}.page-hero{padding:30px 0 28px}.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,.page-hero h1{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}.page-hero h1{max-width:980px}.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-clean-section{padding-top:34px}.contact-clean-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.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)}.contact-location-card{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:16px;padding:28px;border-radius:21px;background:linear-gradient(135deg,#075a73,#087d99);color:#fff}.contact-location-card .eyebrow{color:#cfeff4}.contact-location-card h2{margin:6px 0 8px;color:#fff;font-size:2rem}.contact-location-card p{max-width:660px;margin:0 0 5px;color:#effafd}.contact-location-card small{color:#d2ecf1}.contact-location-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.contact-location-card .btn-secondary{background:#fff;border-color:#fff;color:#075a73}@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}.contact-clean-grid{grid-template-columns:1fr 1fr}}@media(max-width:900px){.package-conversion-grid{grid-template-columns:1fr}.contact-location-card{align-items:flex-start;flex-direction:column}.contact-location-actions{justify-content:flex-start}}@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}.contact-clean-section{padding-top:22px}.doctor-person-card{grid-template-columns:1fr}.doctor-person-card small{grid-column:1;grid-row:auto;margin-top:5px}.contact-location-card{padding:22px}}@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}.contact-clean-grid{grid-template-columns:1fr}.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 .page-hero{background:radial-gradient(circle at 88% 18%,rgba(245,128,37,.1),transparent 27%),linear-gradient(180deg,#eff9fa,#fcfefe);border-bottom:1px solid #dbe8eb}body.template-modern-v3 .page-hero .shell{position:relative;z-index:1}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 .section-soft{background:linear-gradient(180deg,#f9fcfd,#f2f9fa)}body.template-modern-v3 .breadcrumbs{margin-bottom:15px}.btn,.footer a,.mobile-bar a,.nav a{transition:box-shadow .18s,transform .18s}.map-embed{min-height:330px;border:1px solid #d6e7ea;border-radius:22px;overflow:hidden;background:#eef7f9;box-shadow:0 16px 36px rgba(10,82,99,.08)}.map-embed iframe{display:block;width:100%;height:100%;min-height:330px;border:0}.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}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px}.faq-grid details{padding:18px 20px;border:1px solid #d7e7ea;border-radius:16px;background:#fff}.faq-grid summary{cursor:pointer;color:#123d49;font-weight:900}.faq-grid p{margin:12px 0 0;color:#5e737a;line-height:1.6}.google-proof{padding:44px 0;background:#fff}.contact-form-section{padding:0 0 62px;background:#fff}.contact-form-wrap{display:grid;grid-template-columns:.75fr 1.25fr;gap:26px;align-items:start}.contact-form-copy{padding:28px;border-radius:20px;background:#eef9fb}.contact-form-copy h2{margin:7px 0 10px;color:#123d49}.contact-form-copy p{color:#61777e;line-height:1.65}.appointment-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:28px;border:1px solid #d7e7ea;border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(13,79,94,.06)}.form-field{display:flex;flex-direction:column;gap:6px}.form-field.full{grid-column:1/-1}.form-field label{font-size:.82rem;font-weight:900;color:#254b56}.form-field input,.form-field select,.form-field textarea{width:100%;min-height:48px;padding:11px 12px;border:1px solid #bcd4da;border-radius:10px;background:#fff;color:#173f49;font:inherit}.form-field textarea{min-height:100px;resize:vertical}.appointment-form button{grid-column:1/-1;border:0;cursor:pointer}.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){.contact-form-wrap{grid-template-columns:1fr}.health-hub-grid{grid-template-columns:1fr 1fr}.faq-grid{grid-template-columns:1fr}}@media(max-width:600px){.appointment-form{grid-template-columns:1fr;padding:18px}.appointment-form button,.form-field,.form-field.full{grid-column:1/-1}.health-hub-grid{grid-template-columns:1fr}.map-embed,.map-embed iframe{min-height:270px}.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,body.motion-depth-v1 .page-hero{position:relative;isolation:isolate;overflow:hidden}body.motion-depth-v1 .hero>.shell,body.motion-depth-v1 .page-hero>.shell{position:relative;z-index:2}body.motion-depth-v1 .hero::after,body.motion-depth-v1 .page-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 .page-hero::after{width:clamp(100px,12vw,165px);right:4%;top:30px;opacity:.32}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 .page-hero::after{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,select,textarea{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}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}.section-soft{background:linear-gradient(180deg,#f7fbfc 0,#eef7f9 100%)}.eyebrow{display:inline-flex!important;align-items:center;gap:10px;color:var(--teal-700)!important;font-size:.78rem!important;font-weight:650!important;line-height:1.2;letter-spacing:.13em!important;text-transform:uppercase}.eyebrow::before{content:"";width:32px;height:3px;border-radius:999px;background:var(--orange);flex:0 0 auto}.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}.appointment-form button,.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}.appointment-form button,.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}.appointment-form button:hover,.btn:hover,.catalogue-results button:hover{transform:translateY(-2px);box-shadow:0 16px 31px rgba(10,73,89,.15)!important}.text-link{display:inline-flex;align-items:center;gap:5px;color:var(--teal-700)!important;font-weight:650!important;line-height:1.35}.text-link:hover{color:var(--orange-700)!important}.contact-location-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.page-hero{position:relative!important;isolation:isolate;overflow:hidden;padding:56px 0 58px!important;border-bottom:1px solid rgba(0,131,163,.09)!important;background:radial-gradient(circle at 9% 35%,rgba(0,151,187,.12),transparent 28%),radial-gradient(circle at 91% 20%,rgba(255,129,45,.11),transparent 30%),linear-gradient(105deg,#eef9fb 0,#fff 53%,#fff7f1 100%)!important}.page-hero>.shell{position:relative;z-index:2}.page-hero .breadcrumbs{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin-bottom:18px;color:var(--muted);font-size:.82rem;font-weight:700}.page-hero .breadcrumbs a{color:var(--teal-700)}.page-hero h1{max-width:980px;margin:12px 0 15px;color:var(--ink)!important;font-size:clamp(2.8rem,5.2vw,4.75rem)!important;line-height:1.02!important;letter-spacing:-.04em!important}.page-hero p{max-width:900px;margin-bottom:0;color:var(--ink-soft)!important;font-size:1.04rem;line-height:1.72}.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}.list{padding-left:0!important;list-style:none}.hero-photo-main,.hero-photo-small,.map-embed{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}.map-embed{border-width:1px!important;min-height:360px}.map-embed iframe{display:block;width:100%;height:100%;min-height:360px;border:0}.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}.appointment-form input,.appointment-form select,.appointment-form textarea{width:100%!important;min-height:49px!important;padding:12px 14px!important;border:1px solid var(--line-strong)!important;border-radius:12px!important;background:#fff!important;color:var(--ink)!important;font-size:.95rem!important;outline:0!important;transition:border-color .2s ease,box-shadow .2s ease!important}.appointment-form input:focus,.appointment-form select:focus,.appointment-form textarea:focus{border-color:var(--teal)!important;box-shadow:0 0 0 4px rgba(0,131,163,.12)!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-clean-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.contact-action-card{min-height:150px!important}.contact-action-card strong{display:block;margin:8px 0 5px;font-size:1.04rem}.contact-location-card{grid-column:1/-1;padding:28px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:23px!important;background:linear-gradient(135deg,#0c4b5d,#0083a3)!important;color:#fff!important;box-shadow:var(--shadow)!important}.contact-location-card .eyebrow,.contact-location-card h2,.contact-location-card h3,.contact-location-card strong{color:#fff!important}.contact-location-card p,.contact-location-card span{color:#dceef2!important}.contact-form-wrap{display:grid!important;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)!important;gap:36px!important;align-items:start!important;padding:34px!important;border:1px solid var(--line)!important;border-radius:24px!important;background:linear-gradient(135deg,#f1fafb,#fff 55%,#fff8f2)!important;box-shadow:var(--shadow)!important}.appointment-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.appointment-form .full,.appointment-form button{grid-column:1/-1}.form-field label{display:block;margin-bottom:6px;color:var(--ink)!important;font-size:.83rem!important;font-weight:650!important}.appointment-form textarea{min-height:118px!important;resize:vertical}.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}.faq-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.faq-grid details{overflow:hidden;border:1px solid var(--line)!important;border-radius:15px!important;background:#fff!important;box-shadow:var(--shadow-sm)!important}.faq-grid summary{position:relative;padding:16px 45px 16px 18px!important;color:var(--ink)!important;font-weight:650!important;cursor:pointer;list-style:none}.faq-grid summary::-webkit-details-marker{display:none}.faq-grid summary::after{content:"+";position:absolute;right:17px;top:12px;color:var(--teal);font-size:1.45rem;font-weight:700}.faq-grid details[open] summary::after{content:"–"}.faq-grid details p{margin:0;padding:0 18px 18px!important;color:var(--muted)!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}.page-hero h1,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}.appointment-form button,.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}.contact-location-card strong{font-weight:700!important}.faq-grid details{min-height:0!important;padding:0!important}.faq-grid summary{min-height:58px!important;display:flex!important;align-items:center!important;font-size:.96rem!important;line-height:1.4!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,body.motion-depth-v1 .page-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}.contact-clean-grid{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}.contact-form-wrap{grid-template-columns:1fr!important}.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}.page-hero{padding:32px 0 39px!important}.page-hero h1{font-size:clamp(2.35rem,10vw,3.35rem)!important;line-height:1.03!important}.page-hero p{font-size:.96rem!important;line-height:1.62!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}.contact-form-wrap{padding:24px!important}.faq-grid{grid-template-columns:1fr!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){.eyebrow{font-size:.7rem!important;letter-spacing:.1em!important}.eyebrow::before{width:24px}.btn{width:100%}.contact-location-actions{display:grid;grid-template-columns:1fr;width:100%}.template-home-v3 .hero-media{min-height:290px!important}.template-home-v3 .hero-photo-small{width:43%!important}.appointment-form,.contact-clean-grid{grid-template-columns:1fr!important}.contact-location-card{grid-column:auto}.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)}.page-hero h1{font-size:2.22rem!important}.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 .page-hero{min-height:0!important;padding:44px 0 42px!important;border-bottom:1px solid #dcebed!important;background:radial-gradient(circle at 91% 0,rgba(244,119,33,.12),transparent 31%),radial-gradient(circle at 4% 30%,rgba(7,132,164,.11),transparent 30%),linear-gradient(135deg,#eef9fb 0,#fff 60%,#fff8f2 100%)!important}body.inner-package-ui .page-hero>.shell{width:min(1248px,calc(100% - 48px))!important}body.inner-package-ui .page-hero .breadcrumbs{margin:0 0 15px!important;font-size:.78rem!important}body.inner-package-ui .page-hero .eyebrow{font-size:.76rem!important;font-weight:800!important;letter-spacing:.11em!important}body.inner-package-ui .page-hero h1{max-width:820px!important;margin:12px 0 16px!important;font-size:clamp(2.7rem,4.8vw,4.45rem)!important;line-height:1.01!important;letter-spacing:-.045em!important}body.inner-package-ui .page-hero p{max-width:790px!important;margin-bottom:0!important;color:#5f747b!important;font-size:1rem!important;line-height:1.65!important}body.inner-package-ui .section{padding-top:56px!important;padding-bottom:56px!important}body.inner-package-ui .page-hero+.section,body.inner-package-ui .page-hero+.section-soft{padding-top:42px!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 .page-hero,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 .page-hero,body.inner-package-ui main.template-main>section:first-child{padding-top:26px!important;padding-bottom:27px!important}body.inner-package-ui .page-hero>.shell{width:min(1248px,calc(100% - 28px))!important}body.inner-package-ui .page-hero h1{font-size:clamp(2.15rem,10.2vw,2.75rem)!important;margin:9px 0 12px!important}body.inner-package-ui .page-hero p{font-size:.92rem!important;line-height:1.55!important}body.inner-package-ui .section{padding-top:38px!important;padding-bottom:38px!important}}body.meta-ads-landing-v1 .meta-ad-hero-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:22px}body.meta-ads-landing-v1 .meta-ad-hero-actions .btn{min-height:48px}body.meta-ads-landing-v1 .meta-ad-proof{display:inline-flex;align-items:center;min-height:44px;padding:0 4px;color:#006f8a;font-size:.84rem;font-weight:700;white-space:nowrap}body.meta-ads-landing-v1 .meta-ad-proof:hover{color:#ea6d18}body.meta-ads-landing-v1 .meta-ad-trust-row{display:flex;align-items:center;gap:9px 16px;flex-wrap:wrap;margin-top:14px;color:#5f747b;font-size:.78rem;font-weight:650}body.meta-ads-landing-v1 .meta-ad-trust-row a,body.meta-ads-landing-v1 .meta-ad-trust-row span{display:inline-flex;align-items:center;gap:6px}body.meta-ads-landing-v1 .meta-ad-trust-row a::before,body.meta-ads-landing-v1 .meta-ad-trust-row span::before{content:'✓';display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#e8f6f9;color:#007c9d;font-size:.67rem;font-weight:900}body.meta-ads-landing-v1 .meta-ad-trust-row a{color:#006f8a}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(max-width:600px){body.meta-ads-landing-v1 .meta-ad-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:17px}body.meta-ads-landing-v1 .meta-ad-hero-actions .meta-ad-primary{grid-column:1/-1}body.meta-ads-landing-v1 .meta-ad-proof{justify-content:center;padding:0 8px}body.meta-ads-landing-v1 .meta-ad-trust-row{gap:8px 12px;margin-top:11px;font-size:.72rem}}@media(prefers-reduced-motion:reduce){body.meta-ads-landing-v1 .meta-ad-floating-wa{transition:none!important}}body h1.hero-title-unified{line-height:1.02!important;letter-spacing:-.035em!important;color:#123843!important}body h1.hero-title-unified,body.inner-package-ui .page-hero h1.hero-title-unified{font-size:clamp(3rem,4.4vw,4.3rem)!important}@media(max-width:1100px){body h1.hero-title-unified,body.inner-package-ui .page-hero h1.hero-title-unified{font-size:clamp(2.8rem,6vw,4rem)!important}}@media(max-width:780px){body h1.hero-title-unified,body.inner-package-ui .page-hero h1.hero-title-unified{font-size:clamp(2.45rem,9vw,3.35rem)!important;line-height:1.04!important}}@media(max-width:560px){body h1.hero-title-unified,body.inner-package-ui .page-hero h1.hero-title-unified{font-size:clamp(2.25rem,10.8vw,2.9rem)!important;letter-spacing:-.025em!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}iframe,img,svg{max-width:100%}img{height:auto}iframe{width:100%;border:0}.footer-grid,.grid,.nav-wrap,.shell,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-2{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-2{grid-template-columns:minmax(0,1fr)!important}body h1.hero-title-unified,body.inner-package-ui .page-hero h1.hero-title-unified{font-size:clamp(2rem,9.6vw,2.55rem)!important;line-height:1.06!important;letter-spacing:-.025em!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,select,textarea{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}body h1.hero-title-unified,body.inner-package-ui .page-hero h1.hero-title-unified{font-size:clamp(1.95rem,8.8vw,2.42rem)!important;line-height:1.055!important;letter-spacing:-.025em!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}.page-hero,body.inner-package-ui .page-hero,body.inner-package-ui main.template-main>section:first-child{padding-top:22px!important;padding-bottom:24px!important;min-height:0!important}body.inner-package-ui .page-hero>.shell{width:calc(100% - 28px)!important}.page-hero .breadcrumbs{margin-bottom:10px!important;font-size:.74rem!important}.page-hero .eyebrow{font-size:.67rem!important}body.inner-package-ui .page-hero h1{margin:8px 0 10px!important}body.inner-package-ui .page-hero p{font-size:.9rem!important;line-height:1.5!important}.meta-ad-hero-actions{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:7px!important;margin-top:14px!important}.meta-ad-hero-actions .btn{width:100%!important;min-height:46px!important;padding:0 13px!important;font-size:.9rem!important}.meta-ad-proof{min-height:38px!important;font-size:.76rem!important}.meta-ad-trust-row{gap:6px 10px!important;margin-top:9px!important;font-size:.68rem!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-2{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,select,textarea{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}.clinic-social-with-label{justify-content:flex-start;min-width:126px;height:46px;padding:0 14px;color:#fff}.clinic-social-with-label .clinic-social-label{font-size:.8rem;font-weight:800;line-height:1;color:#fff}.social-connect-section{padding-top:34px!important;padding-bottom:34px!important}.social-connect-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px;border:1px solid #d9e8eb;border-radius:20px;background:linear-gradient(135deg,#f4fbfc 0,#fff 62%,#fff8f2 100%);box-shadow:0 10px 28px rgba(13,76,91,.06)}.social-connect-card h2{margin:5px 0 6px;color:#123f4b;font-size:clamp(1.35rem,2vw,1.8rem)}.social-connect-card p{max-width:610px;margin:0;color:#657a81;font-size:.88rem;line-height:1.55}.social-connect-section .clinic-social-links{justify-content:flex-end}.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}.social-connect-card{align-items:flex-start;flex-direction:column;gap:16px}.social-connect-section .clinic-social-links{justify-content:flex-start}}@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}.social-connect-card{padding:18px 15px;border-radius:17px}.social-connect-section{padding-top:28px!important;padding-bottom:28px!important}.social-connect-section .clinic-social-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.clinic-social-with-label{width:100%;min-width:0;height:44px}}@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}.social-connect-section .clinic-social-x .clinic-social-label{text-transform:uppercase!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}}.contact-location-card[data-nap=official] address{margin:10px 0 12px;color:#526c74;font-style:normal;line-height:1.6}.contact-location-card[data-nap=official] .contact-nap-line{margin:6px 0;color:#526c74}.contact-location-card[data-nap=official] .contact-nap-line strong{color:#173f4a}.contact-location-card[data-nap=official] .contact-nap-line a{color:#087c9b;font-weight:750;text-decoration:none}.contact-location-card[data-nap=official] .contact-nap-line a:hover{text-decoration:underline}.contact-location-card[data-nap=official] .contact-main-number{color:#173f4a;font-weight:850;letter-spacing:.01em}.contact-location-card[data-nap=official] address,.contact-location-card[data-nap=official] small{color:#dff3f7!important}.contact-location-card[data-nap=official] .contact-nap-line{color:#eaf8fb!important}.contact-location-card[data-nap=official] .contact-main-number,.contact-location-card[data-nap=official] .contact-nap-line strong{color:#fff!important}.contact-location-card[data-nap=official] .contact-nap-line a{color:#bfeefa!important;font-weight:800!important;text-decoration:none!important}.contact-location-card[data-nap=official] .contact-nap-line a:focus-visible,.contact-location-card[data-nap=official] .contact-nap-line a:hover{color:#fff!important;text-decoration:underline!important}.seo-audit-section{padding:56px 0;background:#fff}.seo-audit-section.seo-audit-soft{background:#f6fafb}.seo-audit-head{max-width:790px;margin-bottom:24px}.seo-audit-head h2{margin:0 0 10px;color:#123f4b;font-size:clamp(1.55rem,2.6vw,2.15rem);letter-spacing:-.025em}.seo-audit-head p{margin:0;color:#556e75;line-height:1.7}.seo-audit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.seo-audit-card{padding:19px;border:1px solid #d7e7ea;border-radius:17px;background:#fff;box-shadow:0 8px 22px rgba(12,72,86,.05)}.seo-audit-card h3{margin:0 0 8px;color:#153f4a;font-size:1.02rem}.seo-audit-card p{margin:0;color:#5b7178;line-height:1.58;font-size:.9rem}.seo-audit-card a{display:inline-block;margin-top:12px;color:#087c9b;font-weight:760;text-decoration:none}.seo-audit-note{margin-top:16px;padding:14px 16px;border-left:4px solid #087c9b;border-radius:10px;background:#f3fafb;color:#4e6970;line-height:1.6;font-size:.88rem}@media(max-width:820px){.seo-audit-grid{grid-template-columns:1fr 1fr}.seo-audit-section{padding:42px 0}}@media(max-width:560px){.seo-audit-grid{grid-template-columns:1fr}.seo-audit-section{padding:34px 0}.seo-audit-card{padding:16px}}