@import "https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Poppins:wght@400;500;600;700&display=swap";html,body,#root{background:#fff;min-width:100%;min-height:100%;margin:0;font-family:Poppins,Segoe UI,sans-serif}body{min-height:100vh}.app-shell{background:#fff;flex-direction:column;height:auto;min-height:100vh;display:flex;overflow:visible}.site-header{z-index:20;background:#fff;flex:none;position:sticky;top:0}.page-content{scroll-behavior:smooth;flex:auto;min-height:0;overflow:visible}.page-section{background:linear-gradient(135deg,#f4fbf1 0%,#fff 58%,#fff5e8 100%);flex-direction:column;justify-content:center;min-height:100%;padding:clamp(56px,10vw,140px) clamp(20px,8vw,120px);display:flex}.page-section h1{color:#24245f;max-width:760px;margin:8px 0 20px;font-family:Poppins,sans-serif;font-size:clamp(32px,5vw,72px)}.page-section p{color:#3b4660;max-width:620px;font-size:18px;line-height:1.7}.page-section .page-eyebrow{color:#237d3b;letter-spacing:.12em;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:13px;font-weight:700}@media (width<=600px){.page-section{min-height:100%;padding:56px 20px}.page-section p{font-size:16px}}:root{--theramax-green:#48a942;--theramax-dark-green:#237d3b;--theramax-navy:#24245f;--theramax-orange:#f7941d;--theramax-soft-green:#e5f4df;--theramax-pale-green:#f4fbf1;--theramax-line:#c7d9c2}*{box-sizing:border-box;margin:0;padding:0;font-family:Lato,sans-serif}.site-header{z-index:1000;border-bottom:.1px solid var(--theramax-green);background:var(--theramax-pale-green);flex-direction:column;justify-content:center;width:100%;height:auto;display:flex;position:sticky;top:0;box-shadow:0 4px 14px #24245f14}.hours-ticker{background:var(--theramax-dark-green);color:#fff;letter-spacing:.02em;white-space:nowrap;width:100%;font-family:Poppins,sans-serif;font-size:13px;font-weight:700;overflow:hidden}.hours-ticker-track{width:max-content;min-width:100%;animation:24s linear infinite saturday-hours-scroll;display:flex}.hours-ticker-track span{padding:8px 48px;display:block}.hours-ticker-icon{vertical-align:-2px;width:15px;height:15px;margin-right:8px}.hours-ticker:hover .hours-ticker-track{animation-play-state:paused}@keyframes saturday-hours-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.hours-ticker-track{justify-content:center;width:100%;animation:none}.hours-ticker-track span:last-child{display:none}}.header-main-section{flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1440px;height:auto;padding:24px 24px 6px;display:flex}.head-logo-img{object-fit:cover;cursor:pointer;width:150px;height:auto}.header-nav{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:500px;text-decoration:none;display:flex}.menu-toggle{border:1px solid var(--theramax-green);background:var(--theramax-pale-green);cursor:pointer;border-radius:8px;flex-direction:column;justify-content:space-between;width:42px;height:38px;padding:8px;display:none}.mobile-header-controls{display:none}.mobile-call-button{border:1px solid var(--theramax-green);background:var(--theramax-orange);width:42px;height:38px;color:var(--theramax-navy);border-radius:8px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.mobile-call-button svg{width:19px;height:19px}.menu-toggle span{background:var(--theramax-navy);width:100%;height:2px;transition:transform .16s,opacity .16s}.menu-toggle.open span:first-child{transform:translateY(10px)rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-10px)rotate(-45deg)}.nav-item{color:var(--theramax-navy);cursor:pointer;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;text-decoration:none}.header-nav>.nav-item:not(.services-nav),.services-trigger{transition:color .16s,transform .16s;position:relative}.header-nav>.nav-item:not(.services-nav):after,.services-trigger:after{content:"";background:var(--theramax-orange);transform-origin:50%;border-radius:2px;height:2px;transition:transform .16s;position:absolute;bottom:-3px;left:0;right:0;transform:scaleX(0)}.header-nav>.nav-item:not(.services-nav):hover,.header-nav>.nav-item:not(.services-nav):focus-visible,.services-trigger:hover,.services-trigger:focus-visible{color:var(--theramax-dark-green);transform:translateY(-2px)}.header-nav>.nav-item:not(.services-nav):hover:after,.header-nav>.nav-item:not(.services-nav):focus-visible:after,.services-trigger:hover:after,.services-trigger:focus-visible:after,.services-nav[open] .services-trigger:after{transform:scaleX(1)}.header-nav>.nav-item.active:not(.services-nav),.services-nav.active .services-trigger{color:var(--theramax-dark-green)}.header-nav>.nav-item.active:not(.services-nav):after,.services-nav.active .services-trigger:after{transform:scaleX(1)}.services-nav{position:relative}.services-nav summary::-webkit-details-marker{display:none}.services-trigger{color:var(--theramax-navy);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;list-style:none;display:flex}.services-chevron{border-right:1px solid var(--theramax-green);border-bottom:1px solid var(--theramax-green);width:8px;height:8px;transition:transform .16s;transform:rotate(45deg)translateY(-2px)}.services-nav[open] .services-chevron{transform:rotate(225deg)translate(-2px,-2px)}.services-dropdown{z-index:10;border:1.5px solid var(--theramax-green);visibility:hidden;opacity:0;background:#fff;border-radius:8px;flex-direction:row;justify-content:center;width:300px;height:auto;padding:0;transition:opacity .16s,transform .16s,visibility .16s;display:flex;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%,-8px)}.services-nav[open] .services-dropdown,.services-nav:hover .services-dropdown,.services-nav:focus-within .services-dropdown{visibility:visible;opacity:1;transform:translate(-50%)}.services-nav[open] .service-items,.services-nav:hover .service-items{visibility:visible;opacity:1;display:flex}.services-categories{border-right:1px solid var(--theramax-line);flex:0 0 285px}.service-category-block{width:100%}.service-category{cursor:pointer;border:0;border-bottom:1px solid var(--theramax-line);background:var(--theramax-pale-green);width:100%;min-height:58px;color:var(--theramax-navy);text-align:left;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;display:flex}.service-category.active{background:var(--theramax-navy);color:#fff}.service-category:hover,.service-category:focus-visible{background:var(--theramax-soft-green);color:var(--theramax-dark-green)}.service-category.active:hover,.service-category.active:focus-visible{background:var(--theramax-dark-green);color:#fff}.category-arrow{font-size:24px;font-weight:400;line-height:1;transition:transform .16s}.service-category.active .category-arrow{transform:rotate(90deg)}.service-items{background:var(--theramax-pale-green);flex-direction:column;flex:auto;gap:0;height:auto;display:flex}.service-items h3{border-bottom:1px solid var(--theramax-line);color:var(--theramax-navy);padding:7px;font-family:Poppins,sans-serif;font-size:18px}.service-item{color:var(--theramax-navy);cursor:pointer;padding:8px;font-family:Lato,sans-serif;font-size:16px;line-height:1.35;text-decoration:none;transition:background-color .15s,color .15s,padding-left .15s}.service-item:hover{background:var(--theramax-soft-green);color:var(--theramax-dark-green);padding-left:18px;font-family:Poppins,sans-serif;font-weight:500}.header-btn-section{flex-direction:row;gap:10px;display:flex}.mobile-header-actions{display:none}.btn-call,.btn-book-appointment{cursor:pointer;white-space:nowrap;isolation:isolate;border:none;border-radius:10px;justify-content:center;align-items:center;gap:12px;padding:11px 14px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;text-decoration:none;transition:background-color .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s;display:inline-flex;position:relative;overflow:hidden}.btn-call svg,.btn-book-appointment svg{flex:none;width:16px;height:16px;display:block}.btn-call:after,.btn-book-appointment:after{content:"";z-index:-1;background:var(--theramax-orange);transition:transform .24s;position:absolute;inset:0;transform:translate(-105%)}.btn-call:hover,.btn-call:focus-visible,.btn-book-appointment:hover,.btn-book-appointment:focus-visible{transform:translateY(-3px);box-shadow:0 6px #24245f2e}.btn-call:hover:after,.btn-call:focus-visible:after,.btn-book-appointment:hover:after,.btn-book-appointment:focus-visible:after{transform:translate(0)}.btn-call:active,.btn-book-appointment:active{box-shadow:none;transform:translateY(0)}.btn-call{border:1px solid var(--theramax-navy);background:var(--theramax-navy);color:#fff;justify-content:center;align-items:center;gap:12px;display:flex}.btn-call svg{transition:transform .18s}.btn-call:hover svg,.btn-call:focus-visible svg{transform:translate(2px)rotate(-8deg)}.btn-book-appointment{border:1px solid var(--theramax-dark-green);background:var(--theramax-green);color:#fff;flex-direction:row;justify-content:center;align-items:center;gap:12px;display:flex}.btn-call:hover,.btn-call:focus-visible{background:#1a7ec3}.btn-book-appointment:hover,.btn-book-appointment:focus-visible{border-color:var(--theramax-dark-green);background:var(--theramax-dark-green);color:#fff}.mobile-service-items{display:none}@media (width<=1200px){.header-main-section{padding:22px 20px 6px}.head-logo-img{width:140px}.header-nav{max-width:360px}.services-dropdown{width:280px}}@media (width<=1024px){.header-main-section{gap:16px}.header-nav{gap:10px;max-width:330px}.services-categories{flex-basis:220px}.service-category{min-height:54px;font-size:13px}.service-items h3{font-size:17px}.service-item{font-size:15px}}@media (width<=800px){.header-main-section{background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:start;height:auto;padding:16px}.header-main-section.menu-open-active{background:#fff;align-content:flex-start;height:auto;min-height:100vh}.head-logo-img{width:135px}.header-btn-section{gap:6px}.btn-call,.btn-book-appointment{padding:9px 10px;font-size:10px}.header-nav{flex:100%;order:3;justify-content:space-around;max-width:500px}.menu-toggle{margin-left:0;display:flex}.mobile-header-controls{align-items:center;gap:8px;margin-left:auto;display:flex}.mobile-call-button{color:#fff;background:#f7941d;border-color:#f7941d;box-shadow:0 5px 12px #24245f2e}.mobile-call-button:hover,.mobile-call-button:focus-visible{background:#1a7ec3;border-color:#1a7ec3}.mobile-header-controls .menu-toggle{border-color:var(--theramax-navy);background:var(--theramax-navy);box-shadow:0 5px 12px #24245f2e}.mobile-header-controls .menu-toggle span{background:#fff}.header-nav{border-top:1px solid var(--theramax-line);background:#fff;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;width:100%;max-width:none;max-height:none;display:none;overflow:visible}.header-nav.menu-open{display:flex}.header-nav>.nav-item,.header-nav>.services-nav{border-bottom:1px solid var(--theramax-line);width:100%;padding:0;font-size:15px}.header-nav>.nav-item:not(.services-nav){padding:15px 12px}.header-nav>.nav-item:not(.services-nav):after,.services-trigger:after{height:2px;display:none;bottom:0;left:12px;right:12px}.header-nav>.nav-item.active:not(.services-nav):after,.services-nav.active .services-trigger:after{display:block}.header-nav>.nav-item:not(.services-nav):hover:after,.services-trigger:hover:after{transform:scaleX(0)}.header-nav>.nav-item:not(.services-nav):hover,.services-trigger:hover{color:var(--theramax-navy);transform:none}.header-nav>.nav-item.active:not(.services-nav),.services-nav.active .services-trigger{color:var(--theramax-dark-green);background-color:#247d3b0d}.header-btn-section{display:none}.mobile-header-actions{border-top:1px solid var(--theramax-line);background:var(--theramax-pale-green);flex-direction:column;gap:10px;padding:18px 12px 20px;display:flex}.mobile-header-actions .btn-call,.mobile-header-actions .btn-book-appointment{justify-content:center;width:100%;padding:12px;font-size:13px}.services-trigger{justify-content:space-between;width:100%;min-height:52px;padding:15px 12px}.nav-item,.services-trigger{font-size:15px}.services-dropdown{visibility:visible;opacity:1;border:0;border-radius:0;flex-direction:column;align-self:stretch;width:100%;min-width:100%;max-height:none;display:none;position:static;overflow:visible;transform:none}.services-nav[open] .services-dropdown{flex-direction:column;width:100%;min-height:0;visibility:visible!important;opacity:1!important;height:auto!important;display:flex!important;position:static!important;overflow:visible!important}.services-nav[open]{height:auto}.services-categories{border-right:0;border-top:1px solid var(--theramax-line);flex:none}.service-category-block{border-bottom:1px solid var(--theramax-line)}.service-category{background:var(--theramax-pale-green);min-height:48px;padding:12px 14px;font-size:13px}.service-items{background:#fff;flex-direction:column;flex:none;align-self:stretch;gap:6px;width:100%;max-width:none;min-height:auto;padding:6px 16px 14px;visibility:visible!important;opacity:1!important;height:auto!important;display:flex!important}.service-items h3{padding:4px 8px 12px;font-size:16px}.service-item{color:#24245f;visibility:visible;opacity:1;width:100%;padding:12px 8px;font-size:16px;font-weight:600;line-height:1.25;display:block}.services-nav[open] .services-dropdown>.service-items,.services-nav[open] .services-dropdown>.service-items>.service-item{visibility:visible!important;opacity:1!important;display:flex!important;position:static!important}.services-nav[open] .services-dropdown>.service-items>.service-item{background:#fff;flex:none;align-items:center;min-height:44px;color:var(--theramax-navy)!important}.mobile-service-items{background:var(--theramax-soft-green);flex-direction:column;padding:6px 14px 10px 24px;display:flex}.services-nav[open] .mobile-service-items{visibility:visible!important;opacity:1!important;display:flex!important}.mobile-service-items .service-item{padding:10px 8px;font-family:Poppins,sans-serif;font-size:13px;font-weight:500}.btn-call{display:flex}}@media (width<=600px){.hours-ticker{font-size:10px}.hours-ticker-icon{width:11px;height:11px;margin-right:5px}.header-main-section{justify-content:space-between;align-items:start;padding:16px 12px 8px}.head-logo-img{width:115px}.header-btn-section{order:2}.btn-call{font-size:0;overflow:hidden}.btn-call svg{flex:none;width:17px;height:17px;font-size:16px;display:block}.btn-book-appointment{text-overflow:ellipsis;width:100%;overflow:hidden}.header-nav{gap:6px}.services-dropdown{flex-direction:column;gap:0;width:100%;max-width:none;max-height:none;left:0;overflow:visible}.services-categories{border-right:0;flex:none}.mobile-service-items{background:var(--theramax-soft-green);padding:6px 14px 10px 24px}.mobile-service-items .service-item{padding:10px 8px}.service-category{min-height:46px;padding:10px 12px;font-size:12px}.service-items{min-height:auto;padding:4px 12px 12px}.service-items h3{padding:4px 8px 10px;font-size:14px}.service-item{padding:8px;font-size:12px}}@media (width<=480px){.head-logo-img{width:100px}.nav-item,.services-trigger{font-size:13px}.services-dropdown{width:100%}.mobile-call-button,.menu-toggle{width:38px;height:32px}.menu-toggle{padding:6px}.nav-item,.services-trigger{font-size:13px;font-weight:500}}@media (width<=360px){.header-main-section{padding-left:8px;padding-right:8px}.head-logo-img{width:88px}.header-nav{gap:3px}.nav-item,.services-trigger{font-size:12px}.mobile-call-button,.menu-toggle{width:32px;height:31px}.menu-toggle{padding:6px}}.site-footer{color:#fff;background:#123b4a;width:100%;padding:58px 22px;font-family:Lato,sans-serif}.footer-main{justify-content:space-between;gap:clamp(28px,5vw,84px);max-width:1440px;margin:0 auto;display:flex}.footer-brand-section{flex:34%;min-width:220px}.footer-logo{box-sizing:border-box;background:#fff;border-radius:8px;width:180px;max-width:100%;height:auto;margin-bottom:22px;padding:10px 14px}.footer-tagline{color:#d6e3e8;max-width:330px;font-family:poppins,sans-serif;font-size:18px;font-weight:500;line-height:1.8}.footer-socials{gap:14px;margin-top:26px;display:flex}.footer-social-link{background:var(--theramax-blue,#fafbfc);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .16s,background-color .16s;display:flex}.footer-social-link:hover,.footer-social-link:focus-visible{transform:translateY(-3px)}.footer-social-link svg{fill:currentColor;stroke:#f22b2b;stroke-width:1.7px;width:42px;height:42px}.footer-social-link:first-child svg{stroke:#2141df;fill:#2141df}.footer-social-link[aria-label=LinkedIn] svg{stroke:none;fill:#0a66c2}.footer-social-link[aria-label=YouTube] svg{stroke:none;fill:red}.footer-column{flex-direction:column;flex:18%;align-items:flex-start;gap:14px;display:flex}.footer-column h2{color:#fff;letter-spacing:.12em;text-transform:uppercase;border-bottom:2px solid #f4a000;margin:0 0 10px;font-family:Poppins,sans-serif;font-size:16px;font-weight:600}.footer-column a{color:#d9eee8;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:1.35;text-decoration:none;transition:color .14s,padding-left .14s}.footer-column a:hover,.footer-column a:focus-visible{color:var(--theramax-orange,#f7941d);padding-left:5px}.footer-hours .hours-list{flex-direction:column;gap:10px;width:100%;font-family:Poppins,sans-serif;font-weight:500;display:flex}.footer-hours .hours-list p{color:#d9eee8;flex-direction:column;gap:2px;margin:0;font-size:15px;line-height:1.5;display:flex}.footer-hours .hours-list span{color:#a9d7cd;letter-spacing:.08em;text-transform:uppercase;opacity:.9;font-size:12px;font-weight:700}.footer-hours .hours-list strong{color:#fff;font-size:16px;font-weight:600}.footer-column address{flex-direction:column;gap:14px;font-style:normal;display:flex}.footer-bottom{color:#c7e2dc;border-top:1px solid #ffffff2e;justify-content:center;align-items:center;gap:20px;max-width:1440px;margin:58px auto 0 0;padding-top:24px;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;display:flex}@media (width<=900px){.footer-main{flex-wrap:wrap;gap:42px 28px}.footer-brand-section{flex-basis:100%}.footer-column{flex-basis:20%}}@media (width<=600px){.site-footer{padding:24px}.footer-socials{margin-top:12px}.footer-main{flex-direction:column;gap:18px}.footer-brand-section,.footer-column{flex-basis:auto}.footer-logo{width:155px}.footer-tagline{width:100%;max-width:600px;font-size:15px}.footer-column{gap:6px}.footer-column h2{margin-bottom:2px}.footer-bottom{text-align:center;flex-direction:column;gap:8px;margin-top:20px;font-size:12px}}.floating-book-btn{z-index:9;color:#fff;cursor:pointer;background:linear-gradient(135deg,#7a8be1 0%,#16b378 100%);border:none;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:auto;height:auto;padding:10px 15px;font-size:12px;font-weight:600;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;position:fixed;bottom:120px;right:20px;box-shadow:0 4px 12px #1e9d754d}.floating-book-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #1e9d7566}.floating-book-btn:active{transform:scale(.95)}.floating-btn-icon{font-size:24px;display:block}.floating-btn-text{text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}@media (width<=768px){.floating-book-btn{display:flex}}@media (width<=480px){.floating-book-btn{border-radius:12px;width:auto;height:auto;padding:10px 15px;bottom:120px;right:15px}.floating-btn-icon{font-size:22px}.floating-btn-text{font-size:10px}}.home-page{color:#1f2c46;background:#fff;width:100%;min-height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.hero-section{background:linear-gradient(135deg,#f0fbf7 0%,#f4f9ff 100%);border-bottom:2px solid #e0f0ea;padding:30px 24px}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:48px;max-width:1180px;margin:0 auto;display:grid}.hero-text h1{color:#1b3556;margin:0 0 20px;font-size:clamp(2.2rem,4.5vw,3.6rem);font-weight:800;line-height:1.15}.hero-text>p{color:#4f647a;max-width:500px;margin:0 0 28px;font-size:1.1rem;line-height:1.7}.hero-cta{flex-wrap:wrap;gap:16px;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;padding:16px 28px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background-color .2s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(90deg,#1e9d75 0%,#1a7ec3 100%);box-shadow:0 8px 20px #1e9d7540}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 28px #1e9d7559}.btn-secondary{color:#1b3556;background:#fff;border:2px solid #48a942;box-shadow:0 4px 12px #48a9421a}.btn-secondary:hover{background:#f4fbf1;border-color:#237d3b;transform:translateY(-2px)}.btn-primary.large{padding:18px 36px;font-size:1.1rem}.hero-visual{perspective:1000px;justify-content:center;align-items:center;display:flex}.hero-shape{width:100%;max-width:320px;padding-bottom:44px;animation:6s ease-in-out infinite floatAnimation;position:relative}.hero-shape svg{filter:drop-shadow(0 20px 30px #1e9d7526);width:100%;height:auto}.hero-tag{color:#1e9d75;letter-spacing:.08em;text-transform:uppercase;z-index:2;background:#ffffffe6;border:1px solid #1e9d7533;border-radius:999px;padding:8px 14px;font-size:.72rem;font-weight:800;position:absolute;top:18px;left:-12px;box-shadow:0 8px 20px #1e9d751f}.hero-image{object-fit:cover;filter:drop-shadow(0 20px 30px #1e9d7526);border-radius:24px;width:100%;height:auto;display:block}.hero-floating-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2;background:#fffffff0;border:1px solid #215a8c14;border-radius:16px;flex-direction:column;gap:4px;padding:12px 14px;display:flex;position:absolute;box-shadow:0 12px 24px #1a7ec31f}.hero-floating-card strong{color:#1b3556;font-size:1.1rem;line-height:1}.hero-floating-card span{color:#4f647a;font-size:.72rem;font-weight:700}.hero-floating-card-top{bottom:120px;right:-16px}.hero-floating-card-bottom{bottom:20px;left:-18px}.hero-visual-link{color:#1e9d75;white-space:nowrap;justify-content:center;align-items:center;font-size:1rem;font-weight:700;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero-visual-link:hover{color:#1a7ec3;transform:translate(2px)}@keyframes floatAnimation{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.services-overview-section{max-width:1180px;margin:0 auto;padding:20px 24px}.section-header{flex-direction:column;justify-content:center;align-items:center;max-width:1440px;margin-bottom:26px;display:flex}.section-eyebrow{color:#1f7bb5;letter-spacing:.15em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:800;display:inline-block}.section-eyebrow.alt{color:#1e9d75}.section-header h2{color:#1b3556;margin:0 0 16px;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;line-height:1.2}.section-subtitle{color:#4f647a;max-width:600px;margin:0 auto;font-size:1.05rem;line-height:1.6}.services-grid{flex-direction:row;justify-content:space-between;gap:28px;max-width:1440px;display:flex}.service-card-home{background:#fff;border:1.5px solid #dfeaf3;border-radius:18px;flex-direction:column;width:100%;max-width:340px;height:auto;padding:0 0 12px;transition:transform .3s,box-shadow .3s,border-color .3s;animation:.6s ease-out both fadeInUp;display:flex;position:relative}.service-card-home:first-child{animation-delay:.1s}.service-card-home:nth-child(2){animation-delay:.2s}.service-card-home:nth-child(3){animation-delay:.3s}.service-card-home:nth-child(4){animation-delay:.4s}.service-card-badge{color:#1d8f5c;letter-spacing:.04em;text-transform:uppercase;z-index:1;background:linear-gradient(135deg,#ebfff0 0%,#dffcf1 100%);border:1px solid #1f9d7533;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:.72rem;font-weight:800;display:inline-flex;position:absolute;top:12px;right:12px;box-shadow:0 6px 14px #1e9d751a}.service-card-body{flex-direction:column;flex:1;gap:10px;padding:0 18px 8px;display:flex}.service-card-body h3{color:#243d5a;margin:0;padding-top:8px;font-size:1.3rem;font-weight:700}.service-card-description{color:#4f5c70;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;line-height:1.6;transition:all .25s;display:-webkit-box;overflow:hidden}.service-card-description.expanded{-webkit-line-clamp:unset;display:block;overflow:visible}.service-card-toggle{color:#1e9d75;cursor:pointer;background:0 0;border:none;margin:0 auto;padding:0;font-size:1.6rem;font-weight:800;line-height:1;transition:transform .2s,color .2s}.service-card-toggle:hover{color:#1a7ec3;transform:translateY(-1px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.servie-icon-wrap-home{border-radius:18px 18px 0 0;justify-content:start;align-items:start;width:100%;height:120px;display:flex;overflow:hidden}.service-icon{object-fit:cover;border-radius:18px 18px 0 0;width:100%;height:100%;min-height:120px;transition:transform .45s,filter .45s;display:block}.service-card-home:hover .service-icon,.service-card-home:focus-within .service-icon{filter:saturate(1.08)brightness(1.03);transform:scale(1.08)}.service-card h3{color:#243d5a;font-size:1.3rem;font-weight:700}.service-card p{color:#4f5c70;margin:0 0 20px;font-size:.95rem;line-height:1.6}.service-link{color:#1e9d75;margin:10px 16px;font-weight:700;text-decoration:none;transition:color .2s,transform .2s;display:inline-block}.service-link:hover{color:#1a7ec3;transform:translate(4px)}.services-footer{justify-content:center;margin-top:48px;animation:.8s ease-out .5s both fadeInUp;display:flex}.services-footer .btn-primary{padding:14px 32px;font-size:.95rem;display:inline-block}.benefits-section{background:linear-gradient(#f8fbfc 0%,#eef7fb 100%);padding:20px 24px}.benefits-inner{max-width:1180px;margin:0 auto}.benefits-header{text-align:center;margin-bottom:26px}.benefits-header h2{color:#1b3556;margin:0 0 16px;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;line-height:1.2}.benefits-header p{color:#4f647a;max-width:600px;margin:0 auto;font-size:1.05rem;line-height:1.6}.benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 28px;display:grid}.benefit-item{--benefit-accent:#1e9d75;border:1px solid #dfeaf3;border-left:4px solid var(--benefit-accent);background:#ffffffd1;border-radius:18px;align-items:flex-start;gap:18px;min-width:0;padding:20px 22px;transition:transform .3s,box-shadow .3s;animation:.65s ease-out both benefitReveal;display:flex;position:relative;box-shadow:0 8px 18px #1e5a780d}.benefit-item:nth-child(2){--benefit-accent:#f4a000}.benefit-item:nth-child(3){--benefit-accent:#1a7ec3}.benefit-item:nth-child(4){--benefit-accent:#d45b78}.benefit-item:first-child{animation-delay:.1s}.benefit-item:nth-child(2){animation-delay:.2s}.benefit-item:nth-child(3){animation-delay:.3s}.benefit-item:nth-child(4){animation-delay:.4s}.benefit-item:hover{transform:translateY(-5px);box-shadow:0 14px 28px #1e5a781f}.benefit-item:nth-child(2n){border-left-color:var(--benefit-accent)}.benefit-image-wrap{border:2px solid #fff;border-radius:12px;flex:0 0 104px;width:104px;height:104px;overflow:hidden;box-shadow:0 5px 12px #1e5a7829}.benefit-image{object-fit:cover;object-position:center;width:100%;height:100%;margin:0;transition:transform .3s;display:block}.benefit-image-wrap:hover .benefit-image,.benefit-image-wrap:focus-within .benefit-image{transform:scale(1.16)}.benefit-content{min-width:0}.benefit-item h3{color:#243d5a;margin:0 0 12px;font-size:1.15rem;font-weight:700}.benefit-item p{color:#4f5c70;margin:0;font-size:.95rem;line-height:1.6}@keyframes benefitReveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.stats-section{background:#f8fbfc;padding:24px;overflow:hidden}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;max-width:1000px;margin:0 auto;display:grid}.stat-item{--stat-accent:#1e9d75;--stat-tint:#eef8f4;border:1px solid color-mix(in srgb, var(--stat-accent) 16%, white);border-left:5px solid var(--stat-accent);background:var(--stat-tint);text-align:left;color:#1b3556;cursor:pointer;border-radius:4px;flex:200px;max-width:220px;height:auto;min-height:150px;padding:24px;transition:transform .25s,background-color .25s,box-shadow .25s;animation:.6s ease-out both fadeInUp;position:relative;overflow:hidden}.stat-item:nth-child(2){--stat-accent:#f4a000;--stat-tint:#fff8e9}.stat-item:nth-child(3){--stat-accent:#1a7ec3;--stat-tint:#eef7fd}.stat-item:nth-child(4){--stat-accent:#d45b78;--stat-tint:#fff1f4}.stat-item:first-child{animation-delay:.1s}.stat-item:nth-child(2){animation-delay:.2s}.stat-item:nth-child(3){animation-delay:.3s}.stat-item:nth-child(4){animation-delay:.4s}.stat-number{color:var(--stat-accent);margin-bottom:12px;font-size:clamp(2.2rem,5vw,3.2rem);font-weight:800;line-height:1;transition:color .25s}.stat-label{color:#4f647a;letter-spacing:.05em;margin:0;font-size:1rem;font-weight:700;transition:color .25s}.stat-description{color:#5c7185;max-width:220px;margin:14px 0 0;font-size:.76rem;line-height:1.3;display:none}.stat-item:hover,.stat-item:focus-within{background:color-mix(in srgb, var(--stat-accent) 18%, white);border-color:var(--stat-accent);box-shadow:0 12px 24px color-mix(in srgb, var(--stat-accent) 18%, transparent);transform:translateY(-4px)}.stat-item:hover .stat-number,.stat-item:hover .stat-label,.stat-item:focus-within .stat-number,.stat-item:focus-within .stat-label{color:var(--stat-accent)}.stat-item:hover .stat-description,.stat-item:focus-within .stat-description{color:#4f647a;display:block}@keyframes stats-carousel{0%,20%{transform:translate(0)}25%,45%{transform:translate(-100%)}50%,70%{transform:translate(-200%)}75%,95%{transform:translate(-300%)}to{transform:translate(0)}}.patient-stories-section{background:linear-gradient(135deg,#f8fcff 0%,#f3f9f7 100%);padding:24px 0;position:relative;overflow:hidden}.patient-stories-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#1e9d750d 0%,#0000 50%),radial-gradient(circle at 80% 80%,#1a7ec30d 0%,#0000 50%);position:absolute;inset:0}.patient-stories-section .section-header{text-align:center;z-index:1;max-width:1440px;margin-left:auto;margin-right:auto;padding:0 24px;position:relative}.patient-stories-section .section-eyebrow{color:#1e9d75;letter-spacing:.12em;text-transform:uppercase;background:#1e9d751a;border-radius:50px;margin-bottom:12px;padding:6px 16px;font-size:.85rem;font-weight:700;display:inline-block}.patient-stories-section h2{color:#1b3556;letter-spacing:-.02em;margin:0;font-size:clamp(2.2rem,3.5vw,3rem);font-weight:800;line-height:1.3}.stories-scroll-wrapper{z-index:2;justify-self:center;width:100%;max-width:1440px;margin:0;display:flex;position:relative;overflow:hidden}.stories-scroll-container{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;gap:18px;width:fit-content;padding:10px 0;animation:80s linear infinite scroll-continuous;display:flex;overflow:visible}.stories-scroll-container:hover{animation-play-state:paused}.stories-scroll-container::-webkit-scrollbar{display:none}@keyframes scroll-continuous{0%{transform:translate(0)}50%{transform:translate(-50%)}50.01%{transform:translate(0)}to{transform:translate(-50%)}}.patient-story-card{cursor:pointer;background:linear-gradient(135deg,#fff 0%,#f8fbfe 100%);border:1px solid #e0e9f0cc;border-radius:20px;flex-direction:column;flex-shrink:0;justify-content:space-between;width:100%;max-width:420px;min-height:240px;padding:28px;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s cubic-bezier(.25,.46,.45,.94),border-color .3s;display:flex;box-shadow:0 12px 32px #1e9d751a,0 4px 12px #0000000d}.patient-story-card:hover{border-color:#1e9d754d;transform:translateY(-10px)scale(1.02);box-shadow:0 16px 40px #1e9d7526,0 6px 16px #00000014}.patient-story-card:focus-visible{outline-offset:4px;outline:3px solid #1a7ec373}.story-header{margin-bottom:16px}.story-stars{gap:4px;display:flex}.star{color:#ffc107;text-shadow:0 2px 4px #ffc10733;filter:drop-shadow(0 1px 1px #ffc1071a);font-size:1.6rem;display:inline-block}.story-review{color:#3a4a5c;flex-grow:1;margin:0 0 16px;font-size:.95rem;font-weight:500;line-height:1.7}.story-name{color:#1b3556;letter-spacing:.03em;margin:0;font-size:.95rem;font-weight:700}.google-review-action{z-index:2;justify-content:center;margin-top:12px;display:flex;position:relative}.google-review-button{color:#8a5700;background:#fff8e9;border:1px solid #f4a000;border-radius:8px;align-self:flex-start;align-items:center;gap:8px;margin-top:18px;padding:9px 13px;font-size:.8rem;font-weight:800;text-decoration:none;transition:transform .2s,background-color .2s,color .2s;display:inline-flex}.google-review-button:hover,.google-review-button:focus-visible{color:#fff;background:#f4a000;transform:translateY(-2px)}.faq-section{padding:80px 24px}.faq-wrapper{max-width:900px;margin:0 auto}.faq-header{text-align:center;margin-bottom:48px;animation:.6s ease-out fadeInDown}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.faq-header .section-eyebrow{color:#1e9d75;letter-spacing:.12em;text-transform:uppercase;background:#1e9d751a;border-radius:50px;margin-bottom:12px;padding:6px 16px;font-size:.85rem;font-weight:700;display:inline-block}.faq-header h2{color:#1b3556;margin:0 0 14px;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;line-height:1.2}.faq-header p{color:#4f647a;margin:0;font-size:1rem;line-height:1.6}.faq-container{flex-direction:column;gap:12px;display:flex}.faq-item{background:#fff;border:1.5px solid #dfeaf3;border-radius:16px;transition:all .3s cubic-bezier(.25,.46,.45,.94);animation:.6s ease-out both fadeInUp;overflow:hidden}.faq-item:first-child{animation-delay:.1s}.faq-item:nth-child(2){animation-delay:.2s}.faq-item:nth-child(3){animation-delay:.3s}.faq-item:nth-child(4){animation-delay:.4s}.faq-item.open{background:linear-gradient(#fff 0%,#f8fbfe 100%);border-color:#1e9d75;box-shadow:0 12px 32px #1e9d751f}.faq-item:hover{border-color:#b7d9ef;box-shadow:0 8px 20px #1e9d7514}.faq-question{cursor:pointer;color:#1b3556;text-align:left;background:0 0;border:none;align-items:center;gap:16px;width:100%;padding:20px 24px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.faq-question:hover{background:#1e9d750a}.faq-item.open .faq-question{color:#1e9d75}.faq-number{color:#1e9d75;background:linear-gradient(135deg,#e5f4df 0%,#dff3f6 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:800;transition:all .3s;display:inline-flex}.faq-item.open .faq-number{color:#fff;background:linear-gradient(135deg,#1e9d75 0%,#16b378 100%);box-shadow:0 6px 16px #1e9d7540}.faq-text{text-align:left;flex:1;line-height:1.4;transition:all .3s}.faq-toggle{color:#1e9d75;background:#f0f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.4rem;font-weight:300;line-height:1;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:inline-flex}.faq-item.open .faq-toggle{color:#1e9d75;background:linear-gradient(135deg,#1e9d7526 0%,#16b3781a 100%);transform:rotate(45deg)}.faq-answer{border-top:1px solid #b1d1c5;height:auto;transition:max-height .4s cubic-bezier(.25,.46,.45,.94),padding .4s;overflow:hidden}.faq-item.open .faq-answer{max-height:500px;padding:0 24px 20px}.faq-answer-content{color:#4f5c70;font-size:.95rem;font-weight:500;line-height:1.8;animation:.5s ease-out .1s both fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.insurance-section{background:linear-gradient(#f9fcff 0%,#f0f9f7 100%);padding:80px 24px;position:relative}.insurance-wrapper{z-index:1;max-width:1180px;margin:0 auto;position:relative}.insurance-header{text-align:center;margin-bottom:52px;animation:.6s ease-out fadeInDown}.insurance-header .section-eyebrow{color:#1e9d75;background:#1e9d751a;border-radius:50px;padding:8px 18px;display:inline-block}.insurance-header h2{color:#1b3556;margin:0 0 14px;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;line-height:1.2}.insurance-header p{color:#4f647a;margin:0;font-size:1rem;line-height:1.6}.insurance-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:22px;margin-bottom:40px;display:grid}.insurance-card{text-align:center;cursor:pointer;background:#fff;border:2px solid #dfeaf3;border-radius:16px;padding:28px 20px;transition:all .3s cubic-bezier(.25,.46,.45,.94);animation:.6s ease-out both fadeInUp;box-shadow:0 4px 12px #1e9d750f}.insurance-card:first-child{animation-delay:50ms}.insurance-card:nth-child(2){animation-delay:.1s}.insurance-card:nth-child(3){animation-delay:.15s}.insurance-card:nth-child(4){animation-delay:.2s}.insurance-card:nth-child(5){animation-delay:.25s}.insurance-card:nth-child(6){animation-delay:.3s}.insurance-card:nth-child(7){animation-delay:.35s}.insurance-card:nth-child(8){animation-delay:.4s}.insurance-card:hover{background:linear-gradient(#fff 0%,#f8fbfe 100%);border-color:#1e9d75;transform:translateY(-8px);box-shadow:0 12px 28px #1e9d751f}.insurance-logo{filter:drop-shadow(0 2px 4px #1e9d751a);margin-bottom:12px;font-size:3rem;transition:transform .3s;display:block}.insurance-card:hover .insurance-logo{transform:scale(1.2)rotateY(10deg)}.insurance-name{color:#243d5a;letter-spacing:.02em;margin:0;font-size:.95rem;font-weight:700;line-height:1.4}.insurance-footer{text-align:center;background:linear-gradient(135deg,#e8f5f1 0%,#ecf5fb 100%);border:2px solid #dfeaf3;border-radius:18px;padding:28px 32px;animation:.8s ease-out .45s both fadeInUp}.insurance-footer p{color:#243d5a;margin:0;font-size:.95rem;line-height:1.7}.insurance-footer strong{color:#1e9d75;font-weight:700}.cta-section{text-align:center;background:linear-gradient(135deg,#f0fbf7 0%,#f4f9ff 100%);border-top:2px solid #e0f0ea;padding:80px 24px}.cta-content{max-width:700px;margin:0 auto}.cta-content h2{color:#1b3556;margin:0 0 16px;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;line-height:1.2}.cta-content p{color:#4f647a;margin:0 0 32px;font-size:1.1rem;line-height:1.6}@media (width<=1100px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.stat-item{max-width:none}}@media (width<=768px){.hero-content{grid-template-columns:1fr;gap:36px;padding:20px 0}.hero-text h1{font-size:52px}.hero-text>p{font-size:1rem}.services-overview-section,.benefits-inner{padding:30px 0}.benefits-section{padding:30px 24px}.section-header{margin-bottom:10px}.services-grid,.benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.services-grid{padding:24px}.benefits-grid{gap:20px}.service-card-home{min-width:0;max-width:none}.benefit-item{border-right:0;padding-bottom:18px;padding-left:18px;padding-right:18px}.benefit-image{width:100%;height:100%}.benefit-image-wrap{flex-basis:84px;width:84px;height:84px}.services-footer{margin-top:36px}.stats-grid{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x;flex-wrap:nowrap;justify-content:flex-start;gap:14px;width:100%;padding:4px 2px 12px;display:flex;overflow-x:auto}.stats-grid::-webkit-scrollbar{display:none}.stat-item{scroll-snap-align:start;flex:0 0 min(86vw,320px);max-width:none;min-height:124px;padding:18px 14px}.stat-number{font-size:clamp(1.8rem,7vw,2.5rem)}.stat-label{font-size:.82rem;line-height:1.3}.patient-story-card{width:400px}.patient-stories-section{padding:30px 0}.cta-section{padding:60px 24px}.faq-section{padding:60px 0}.faq-wrapper{max-width:100%}.faq-header{margin-bottom:36px}.faq-header h2{font-size:clamp(1.8rem,3.5vw,2.4rem)}.faq-question{gap:12px;padding:18px 20px;font-size:.95rem}.faq-number{width:36px;height:36px;font-size:1rem}.faq-toggle{width:28px;height:28px;font-size:1.2rem}.insurance-section{padding:60px 0}.insurance-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:32px}.insurance-card{padding:22px 16px}.insurance-logo{font-size:2.6rem}.insurance-name{font-size:.9rem}.insurance-footer{padding:20px 24px}.insurance-footer p{font-size:.9rem}}@media (width<=480px){.hero-section{padding:0 16px}.hero-text h1{margin-bottom:16px;font-size:34px}.patient-stories-section{padding:30px 16px}.hero-text>p{margin-bottom:20px;font-size:.95rem}.hero-cta{flex-direction:column}.btn-primary,.btn-secondary{text-align:center;width:100%;padding:14px 20px;font-size:.95rem}.services-overview-section,.benefits-inner,.benefits-section{padding:20px 16px}.section-header{margin-bottom:28px}.section-header h2{font-size:clamp(1.6rem,2.5vw,2rem)}.services-grid,.benefits-grid{grid-template-columns:1fr}.benefit-item,.benefit-item:nth-child(2n){border-top:4px solid var(--benefit-accent);text-align:left;border-right:0;flex-direction:column}.benefit-image-wrap{flex-basis:88px;width:88px;height:88px}.service-card-home{width:100%}.stats-grid{gap:12px;padding-right:8px}.stats-section{padding:18px 12px}.stat-item{flex-basis:calc(100vw - 44px);min-height:112px;padding:16px 10px}.stat-label{font-size:.76rem}.cta-section{padding:40px 16px}.cta-content h2{font-size:clamp(1.6rem,2.5vw,2rem)}.services-footer{margin-top:28px}.services-footer .btn-primary{width:100%;padding:14px 20px}.insurance-section{padding:40px 16px}.insurance-header{margin-bottom:36px}.insurance-header h2{font-size:clamp(1.5rem,3vw,2rem)}.insurance-header p{font-size:.9rem}.insurance-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:14px;margin-bottom:28px}.insurance-card{padding:20px 14px}.insurance-logo{margin-bottom:10px;font-size:2.2rem}.insurance-name{font-size:.85rem}.insurance-footer{padding:18px 20px}.insurance-footer p{font-size:.85rem}}.about-page{color:#12294a;background:#dfeef3;width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.about-story,.faq-section{max-width:1440px;margin:0 auto;padding-left:32px;padding-right:32px}.about-hero{background:linear-gradient(135deg,#edf7f3 0%,#f5fbff 42%,#eaf3ff 100%);border-bottom:1px solid #10487e14;flex-direction:column;align-items:center;padding:64px 30px 32px 64px;display:flex;box-shadow:inset 0 -8px 18px #112a4c05}.about-label,.section-kicker{color:#123d66;letter-spacing:.15em;text-transform:uppercase;background:#1e9d751f;border:1px solid #1e9d752e;border-radius:999px;width:fit-content;margin:0 0 18px;padding:8px 14px;font-size:.8rem;font-weight:800}.about-label{display:none}.about-hero-row{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.about-title-block h1{color:#112b4d;letter-spacing:-.06em;margin:0;font-size:clamp(3rem,4.8vw,6rem);font-weight:900;line-height:.95}.about-title-block h1 span{color:#f4a000}.about-intro{color:#2a4567;justify-self:end;margin:0;font-size:1.12rem;line-height:1.8}.tanya-profile-section{flex-direction:row;justify-content:space-between;align-items:center;gap:52px;max-width:1440px;margin:0 auto;padding:20px;display:flex}.tanya-profile-visual{background:linear-gradient(#f0f4f8 0%,#e6f4ee 100%);border-radius:28px;min-height:560px;position:relative;overflow:hidden;box-shadow:0 28px 60px #112a4c1f}.tanya-profile-image{object-fit:cover;width:100%;height:100%;min-height:560px;display:block}.tanya-profile-copy{flex-direction:column;gap:20px;display:flex}.tanya-name-row{align-items:center;gap:20px;margin-top:8px;display:flex}.tanya-avatar{background:#dfeef3;border:3px solid #fff;border-radius:50%;width:84px;height:84px;overflow:hidden;box-shadow:0 12px 24px #112a4c1f}.tanya-avatar img{object-fit:cover;width:100%;height:100%;display:block}.tanya-profile-copy h2{letter-spacing:-.06em;color:#112b4d;margin:0;font-size:clamp(2.4rem,4vw,4.5rem);line-height:.95}.tanya-name,.tanya-credentials{display:block}.tanya-name{color:#112b4d}.tanya-credentials{color:#fff;letter-spacing:.12em;background:#f4a000;border-radius:8px;width:fit-content;margin-top:16px;padding:8px 14px;font-size:.9rem;font-weight:800;line-height:1}.tanya-intro,.tanya-story{color:#32557d;margin:0;font-size:1.1rem;line-height:1.8}.tanya-stats-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;margin-top:10px;display:flex}.tanya-stat-card{--stat-accent:#1e9d75;--stat-tint:#eef8f4;border:1px solid color-mix(in srgb, var(--stat-accent) 18%, white);border-left:4px solid var(--stat-accent);text-align:left;background:#ffffff9e;border-radius:10px;flex-direction:column;justify-content:center;align-items:flex-start;min-height:94px;padding:18px 20px;transition:background-color .25s,border-color .25s,box-shadow .25s,transform .25s;display:flex;box-shadow:0 8px 20px #112a4c0a}.tanya-stat-card strong{color:var(--stat-accent);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:900;line-height:1;transition:color .25s}.tanya-stat-card span{color:#4d6988;margin-top:6px;font-size:.88rem;font-weight:700;line-height:1.35}.tanya-stat-card.highlight{background:var(--stat-tint)}.tanya-stat-card:first-child{--stat-accent:#1e9d75;--stat-tint:#eef8f4}.tanya-stat-card:nth-child(2){--stat-accent:#f4a000;--stat-tint:#fff7e6}.tanya-stat-card:nth-child(3){--stat-accent:#1a7ec3;--stat-tint:#edf6fd}.tanya-stat-card:nth-child(4){--stat-accent:#d45b78;--stat-tint:#fff0f4}.tanya-stat-card:hover{background:var(--stat-accent);border-color:var(--stat-accent);box-shadow:0 12px 24px color-mix(in srgb, var(--stat-accent) 24%, transparent);transform:translateY(-4px)}.tanya-stat-card:hover strong,.tanya-stat-card:hover span{color:#fff}.about-story{justify-content:center;align-items:center;gap:54px;padding-top:32px;padding-bottom:28px;display:flex}.story-copy,.story-visual-wrap{flex:1 1 0;min-width:0}.story-card{aspect-ratio:4/3;background:#d4dfe3;border-radius:28px;width:100%;max-width:600px;position:relative;overflow:hidden;box-shadow:0 28px 60px #112a4c1f}.story-card img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.story-badge{color:#fff;z-index:1;background:#0f8958e6;border-radius:12px;flex-direction:column;gap:4px;padding:16px 18px;display:inline-flex;position:absolute;top:0;left:0;box-shadow:0 14px 28px #0f895840}.story-badge strong{font-size:2.1rem;font-weight:900;line-height:1}.story-badge span{width:100px;font-size:.7rem;font-weight:700;line-height:1.35}.story-copy h2{color:#112b4d;letter-spacing:-.05em;margin:0 0 18px;font-size:clamp(2.4rem,3vw,4rem);line-height:1.08}.story-text{color:#33547c;margin:0 0 24px;font-size:1.14rem;line-height:1.8}.story-feature-list{flex-direction:column;gap:14px;display:flex}.story-feature{background:#fff6;border:1px solid #112a4c14;border-radius:18px;align-items:flex-start;gap:16px;padding:16px 18px;display:flex}.feature-icon{background:#e9f5fd;border-radius:50%;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:1.25rem;display:grid}.story-feature h3{color:#112b4d;margin:0 0 4px;font-size:1.12rem}.story-feature p{color:#4b6788;margin:0;font-size:.97rem;line-height:1.6}.doctor-card{color:inherit;cursor:pointer;background:#ffffff61;border:1px solid #112a4c14;border-radius:16px;align-items:center;gap:16px;margin-top:28px;padding:18px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.doctor-card:hover{transform:translateY(-2px);box-shadow:0 18px 30px #112a4c14}.doctor-avatar{background:linear-gradient(135deg,#1f9eda,#4db6d8);border-radius:50%;flex-shrink:0;width:72px;height:72px;overflow:hidden}.doctor-avatar img{object-fit:cover;width:100%;height:100%;display:block}.doctor-copy{flex:1}.doctor-name-row{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:8px;display:flex}.doctor-name-row h3{color:#112b4d;margin:0;font-size:1.06rem}.doctor-name-row span{color:#1f7cc2;font-size:.82rem;font-weight:700}.doctor-copy p{color:#446284;margin:0;line-height:1.6}.promise-section{padding-top:44px;padding-bottom:48px}.section-heading.center{text-align:center;margin-bottom:28px}.section-heading.center h2{color:#112b4d;letter-spacing:-.05em;margin:0;font-size:clamp(2.3rem,3vw,3.4rem);line-height:1.15}.promise-grid{flex-wrap:wrap;justify-content:center;justify-self:center;align-items:center;gap:22px;width:100%;max-width:1440px;padding:12px 32px;display:flex}.promise-card{--promise-accent:#1e9d75;background:#ffffff85;border:1px solid #112a4c12;border-radius:18px;width:100%;max-width:320px;padding:24px 20px;transition:background-color .24s,border-color .24s,box-shadow .24s,transform .24s;animation:.65s ease-out both promiseReveal}.promise-card:first-child{animation-delay:80ms}.promise-card:nth-child(2){--promise-accent:#f4a000;animation-delay:.16s}.promise-card:nth-child(3){--promise-accent:#1a7ec3;animation-delay:.24s}.promise-card:nth-child(4){--promise-accent:#d45b78;animation-delay:.32s}@keyframes promiseReveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.promise-index{background:color-mix(in srgb, var(--promise-accent) 14%, white);width:52px;height:52px;color:var(--promise-accent);border-radius:50%;place-items:center;margin-bottom:18px;font-size:1.35rem;font-weight:800;transition:transform .22s,background-color .22s;display:grid}.promise-card:hover .promise-index{background:color-mix(in srgb, var(--promise-accent) 24%, white);transform:scale(1.08)rotate(-6deg)}.promise-card:hover{background:color-mix(in srgb, var(--promise-accent) 8%, white);border-color:color-mix(in srgb, var(--promise-accent) 34%, white);box-shadow:0 14px 28px color-mix(in srgb, var(--promise-accent) 18%, transparent);transform:translateY(-5px)}.promise-card:hover h3{color:var(--promise-accent)}.promise-card:hover p{color:color-mix(in srgb, var(--promise-accent) 72%, #112b4d)}@media (prefers-reduced-motion:reduce){.promise-card{animation:none}}.promise-card h3{color:#112b4d;margin:0 0 12px;font-size:1.2rem}.promise-card p{color:#49687f;margin:0;line-height:1.7}.about-locations-section{background:linear-gradient(135deg,#f5fbff 0%,#edf7f3 100%);width:100%;height:100%;padding:0 0 20px}.locations-intro{color:#49687f;max-width:560px;margin:12px auto 0;line-height:1.7}.about-locations-grid{justify-content:space-between;justify-self:center;align-items:center;gap:22px;width:100%;max-width:1440px;padding:24px;display:flex}.about-location-card{background:#ffffffb8;border:1px solid #112a4c17;border-top:4px solid #1e9d75;border-radius:14px;flex-direction:row;align-items:center;gap:22px;width:100%;max-width:600px;padding:20px;display:flex;position:relative;box-shadow:0 14px 28px #112a4c0f}.location-card-copy{max-width:320px}.about-location-card:nth-child(2){border-top-color:#f4a000}.location-marker{color:#0d6cb8;background:#d9f0ff;border-radius:50%;place-items:center;width:38px;height:38px;margin-bottom:18px;font-size:1.5rem;font-weight:700;display:grid}.location-marker svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:21px;height:21px}.about-location-card h3{text-transform:uppercase;margin:0 0 6px;font-size:.8rem}.location-city{color:#0d6cb8;margin:0 0 12px;font-size:1.45rem;font-weight:800}.about-location-card address{color:#49687f;min-height:52px;margin:0 0 10px;font-style:normal;line-height:1.7}.location-phone{color:#0f5baf;font-weight:800;text-decoration:none}.location-phone:hover{color:#0f8958}.location-map{background:#d9e6ea;border:1px solid #112a4c1f;border-radius:10px;width:100%;max-width:250px;height:150px;overflow:hidden}.location-map iframe{border:0;width:100%;height:100%;display:block}.faq-section{align-items:flex-start;gap:34px;padding-top:30px;padding-bottom:54px;display:flex;background-color:#0000!important}.faq-copy h2{color:#112b4d;letter-spacing:-.05em;max-width:420px;margin:0 0 22px;font-size:28px;line-height:1.08}.faq-rating{color:#112b4d;align-items:center;gap:12px;margin-bottom:18px;font-size:1.1rem;font-weight:800;display:flex}.stars{color:#f4a000;letter-spacing:.18em}.faq-note{color:#456280;max-width:440px;margin:0 0 22px;font-size:1.02rem;line-height:1.7}.contact-cta,.primary-button,.secondary-button{border-radius:999px;justify-content:center;align-items:center;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.contact-cta,.primary-button{color:#fff;background:linear-gradient(135deg,#0f5baf,#0d3e73);padding:16px 28px;box-shadow:0 12px 24px #0f5baf2e}.secondary-button{color:#0d2348;background:linear-gradient(135deg,#f5a623,#ea9a1f);padding:16px 26px;box-shadow:0 12px 24px #f5a62333}.contact-cta:hover,.primary-button:hover,.secondary-button:hover{transform:translateY(-2px)}.faq-list{flex-direction:column;flex:auto;gap:18px;display:flex}.faq-item.open{background:#fff;box-shadow:0 18px 34px #112a4c12}.faq-item button{text-align:left;cursor:pointer;color:#112b4d;width:100%;font:inherit;background:0 0;border:none;align-items:center;gap:16px;padding:16px;display:flex}.faq-number{color:#fff;background:#0f5baf;border-radius:12px;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:.95rem;font-weight:600;display:grid}.faq-question-about{flex:1;padding:0;font-size:16px;font-weight:600;line-height:1.4}.faq-toggle{color:#fff;background:#0f5baf;border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:1.8rem;font-weight:700;line-height:1;display:grid}.faq-item.open .faq-answer{display:block}.about-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#0b3358 0%,#0d3d6d 100%);margin:0;padding-top:70px;padding-bottom:90px;width:100%!important}.about-cta h2{letter-spacing:-.06em;margin:0 0 18px;font-size:clamp(2.6rem,4vw,5rem);line-height:1.05}.about-cta p{color:#ffffffd1;max-width:760px;margin:0 auto 30px;font-size:1.08rem;line-height:1.8}.about-cta p span{margin-top:4px;display:block}.about-cta-actions{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}@media (width<=980px){.about-story,.faq-section{flex-direction:column}.faq-copy{flex-direction:column;justify-content:center;align-items:start;width:100%;max-width:980px;display:flex}.contact-cta{display:none}.faq-note{max-width:100%}.about-intro{justify-self:start}.promise-grid{flex-wrap:wrap;justify-content:center;display:flex}.about-location-card{max-width:500px}.location-map{width:100%;max-width:630px;height:100%;min-height:130px;max-height:230px}.tanya-profile-section{flex-direction:column-reverse;gap:28px;padding:20px}.tanya-profile-copy{padding:12px}}@media (width<=800px){.about-locations-grid{flex-direction:column;display:flex}.about-location-card{grid-template-columns:1fr;max-width:800px;display:grid}.promise-card{max-width:280px;height:100%;min-height:240px}}@media (width<=640px){.about-hero,.about-story,.faq-section,.about-cta{padding-left:18px;padding-right:18px}.about-hero{padding-top:40px}.about-title-block h1{font-size:2.7rem}.story-card img{aspect-ratio:4/3;height:auto}.story-copy h2,.faq-copy h2,.section-heading.center h2,.about-cta h2{font-size:2.2rem}.promise-grid{flex-direction:column}.about-locations-grid{grid-template-columns:1fr}.doctor-name-row{flex-direction:column;align-items:flex-start;gap:6px}.faq-item button{gap:12px;padding:12px}.faq-number{width:32px;height:32px}.faq-answer{padding-left:16px;padding-right:16px}.about-cta-actions{flex-direction:column}.contact-cta,.primary-button,.secondary-button{width:100%}.tanya-profile-section{padding:18px}.tanya-profile-copy{padding:0}.promise-card{max-width:580px;height:100%;min-height:140px}}@media (width<=480px){.doctor-card{flex-direction:column;align-items:center;gap:12px}.doctor-copy{text-align:center;flex-direction:column;align-items:center;display:flex}.doctor-name-row{flex-direction:column;align-items:center;gap:6px}.tanya-profile-visual{min-height:360px}.tanya-profile-image{height:100%;min-height:360px}.faq-toggle{width:20px!important;height:20px!important;font-size:16px!important}.faq-number{width:24px;height:24px;font-size:10px}.faq-question-about{font-size:10px}.faq-answer{font-size:12px}.about-cta{padding:24px}.about-cta h2{font-size:30px}.primary-button{padding:14px}.promise-section{padding:0}.section-heading.center{margin:0;padding:12px}.section-heading p{margin:0}.section-heading.center h2{font-size:22px}.section-kicker{font-size:12px}.faq-copy h2{margin:0;font-size:20px}.faq-note{margin:0;font-size:12px;line-height:1.1}.faq-section{gap:16px}.story-badge{display:none}}@media (width<=360px){.tanya-stat-card{align-items:center;width:100%}}.thank-you-page{background:linear-gradient(135deg,#f4fbf1 0%,#f7fbff 100%);place-items:center;min-height:70vh;padding:72px 20px;display:grid}.thank-you-card{text-align:center;background:#fff;border:1px solid #48a9422e;border-radius:24px;width:min(100%,620px);padding:52px 36px;box-shadow:0 18px 42px #24245f1a}.thank-you-icon{color:#237d3b;background:#e5f4df;border-radius:50%;place-items:center;width:72px;height:72px;margin:0 auto 22px;font-size:42px;font-weight:800;display:grid}.thank-you-card h1{color:#24245f;margin:8px 0 14px;font-size:clamp(32px,5vw,52px)}.thank-you-message{color:#4d5b75;max-width:500px;margin:0 auto 28px;font-size:17px;line-height:1.7}.thank-you-back-button{color:#fff;cursor:pointer;font:inherit;background:linear-gradient(135deg,#1f8f63 0%,#1e6bb7 100%);border:0;border-radius:999px;padding:13px 22px;font-weight:700}.thank-you-back-button:hover{transform:translateY(-2px)}.contact-page{color:#1f2c46;background:linear-gradient(#f7fbff 0%,#ecf7f3 100%);width:100%;min-height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;animation:.7s ease-out fadeInPage}@keyframes fadeInPage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.contact-page-header{background:linear-gradient(#0a2100 100%);border-bottom:1px solid #dfeae8;animation:.7s ease-out slideUp;box-shadow:inset 0 -1px #18604e0f}@keyframes slideUp{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}.contact-page-header-inner{text-align:center;max-width:1180px;margin:0 auto;padding:52px 24px 30px}.header-badge{color:#5c5f5c;letter-spacing:.12em;text-transform:uppercase;background:#fff;border-radius:999px;margin-bottom:14px;padding:8px 18px;font-size:12px;font-weight:800;display:inline-block}.contact-page-header-inner h1{color:#f5f6f7;margin:0;font-size:clamp(2.4rem,4vw,4rem);font-weight:800;line-height:1.08}.contact-page-header-inner p{color:#dcddde;max-width:700px;margin:16px auto 0;font-size:1.02rem;line-height:1.7}.contact-locations-wrapper{max-width:1180px;margin:0 auto;padding:48px 24px 20px}.contact-header{text-align:center;margin-bottom:26px}.contact-header .eyebrow{color:#1f7bb5;letter-spacing:.15em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:700}.contact-header h2{color:#1f2f4f;margin:0;font-size:clamp(2.4rem,3vw,4rem);font-weight:800;line-height:1.15}.contact-header .subtitle{color:#4f5c70;max-width:700px;margin:14px auto 0;font-size:1rem}.location-grid{flex-wrap:wrap;gap:22px;margin-top:18px;display:flex}.location-grid .location-card{flex:calc(50% - 11px);min-width:280px}.location-card{background:#ffffffdb;border-left:5.5px solid #f7941d;border-radius:18px;grid-template-columns:minmax(0,1fr) 150px;align-items:center;gap:22px;min-height:165px;padding:22px;transition:transform .25s,box-shadow .25s,border-color .25s;animation:.8s ease-out both cardFloat;display:grid;position:relative;box-shadow:0 8px 22px #27568314}.location-card:nth-child(2){border-left-color:#f7941d}.location-card:first-child{border-left-color:#1e9d75}.location-card-copy{min-width:0}.location-card:hover{border-color:#b7d9ef;transform:translateY(-6px);box-shadow:0 16px 24px #245c881f}.location-card:nth-child(2){animation-delay:.12s}@keyframes cardFloat{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.marker-badge{color:#0d6cb8;background:#d9f0ff;border-radius:50%;place-items:center;width:38px;height:38px;margin-bottom:18px;font-size:1.5rem;font-weight:700;display:grid}.marker-badge svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:21px;height:21px}.location-city{color:#0d6cb8;letter-spacing:.12em;text-transform:uppercase;margin:0 0 6px;font-size:.8rem;font-weight:800}.location-name{color:#112b4d;margin:0 0 12px;font-size:1.45rem;font-weight:700;line-height:1.2}.location-address,.location-phone{color:#49687f;margin:0;font-size:.96rem;line-height:1.6;text-decoration:none}.location-address{min-height:52px;margin-bottom:10px;font-style:normal}.location-phone{color:#0f5baf;font-weight:800}.location-map-cont{background:#d9e6ea;border:1px solid #112a4c1f;border-radius:10px;max-width:150px;height:150px;overflow:hidden}.location-map-cont iframe{border:0;width:100%;height:100%;display:block}.support-phone-link{color:#fff;text-decoration:none}.support-phone-list{flex-direction:column;gap:3px;display:flex}.support-strip{color:#fff;background:linear-gradient(90deg,#1e9d75 0%,#1a7ec3 100%);border-radius:20px;flex-wrap:wrap;gap:12px;margin-top:22px;padding:18px 24px;animation:.8s ease-out .15s both fadeInUp;display:flex;box-shadow:0 14px 28px #1167592e}.support-strip .support-item{flex:calc(50% - 6px);min-width:200px}.support-item{justify-content:center;align-items:center;gap:14px;padding:6px 12px;display:flex}.support-icon{background:#ffffff2e;border-radius:50%;place-items:center;width:46px;height:46px;font-size:1.4rem;font-weight:700;display:grid}.support-text{flex-direction:column;gap:2px;display:flex}.support-text span{letter-spacing:.08em;text-transform:uppercase;opacity:.9;font-size:.82rem}.support-text strong{font-size:1rem;font-weight:700}.support-email-list{flex-direction:column;gap:3px;display:flex}.support-email-list a{color:#fff;font-size:.92rem;font-weight:700;text-decoration:none}.support-email-list a:hover,.support-email-list a:focus-visible{text-decoration:underline}.appointment-wrapper{width:100%;padding:24px 0}.section-heading{background:linear-gradient(90deg,#1e9d75 0%,#1a7ec3 100%);flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:20px;display:flex}.section-heading .eyebrow{color:#f39c35;letter-spacing:.15em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:700}.section-heading .eyebrow.dark{color:#f59e0b;background-color:#e6e1bd1a;padding:4px 12px}.section-heading h2{color:#213d66;margin:0;font-size:clamp(2.2rem,3vw,3.1rem);line-height:1.2}.section-heading p{color:#e8ecf1;text-align:center;max-width:800px;margin:14px auto 0;font-size:1rem}.appointment-box{background:#ecf4faf2;border:1px solid #dfeaf0;border-radius:22px;flex-flow:wrap;justify-content:center;align-items:center;gap:24px;width:100%;max-width:1440px;padding:28px;transition:transform .25s,box-shadow .25s;animation:.9s ease-out .2s both fadeInUp;display:flex;box-shadow:0 12px 28px #143c600f}.appointment-box .appointment-visual-panel{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:420px;height:100%;display:flex}.appointment-box .appointment-form-panel,.appointment-box .contact-info-panel{flex-direction:column;width:100%;max-width:600px;height:auto;display:flex}.appointment-box:hover{transform:translateY(-3px);box-shadow:0 18px 32px #143c601a}.appointment-visual-panel{background:linear-gradient(#d8eff5 0%,#b8dfe7 100%);border:1px solid #dfeaf3;border-radius:18px;height:100%;transition:transform .28s,box-shadow .28s;position:relative;overflow:hidden}.appointment-visual-panel:hover{transform:translateY(-4px)scale(1.01);box-shadow:0 14px 28px #265c701a}.appointment-visual-panel img{object-fit:cover;width:100%;max-width:420px;height:100%;transition:transform .35s;display:block}.appointment-visual-panel:hover img{transform:scale(1.04)}.appointment-form-panel,.contact-info-panel{background:#fff;border:1px solid #dfeaf3;border-radius:18px;padding:24px 22px}.appointment-form-panel{background:linear-gradient(#fff 0%,#f1faf8 100%);transition:transform .25s,box-shadow .25s}.appointment-form-panel:hover{transform:translateY(-2px);box-shadow:0 10px 22px #235c7c12}.appointment-form-panel h3,.contact-info-panel h3{color:#243d5a;margin:0 0 20px;font-size:2rem}.appointment-form{flex-direction:column;gap:18px;display:flex}.form-grid{flex-wrap:wrap;gap:18px;display:flex}.form-grid .field-group{flex:calc(50% - 9px);min-width:200px}.field-group{flex-direction:column;gap:8px;display:flex}.field-group.full-width{flex:100%}.field-group label{color:#2c3a4d;font-size:.9rem;font-weight:700}.field-group input,.field-group select,.field-group textarea{color:#243d5a;background:#fff;border:1px solid #d4dfe9;border-radius:12px;width:100%;padding:12px 14px;font-size:.98rem;transition:border-color .2s,box-shadow .2s}.select-wrap{width:100%;position:relative}.select-wrap:after{content:"▾";color:#355c7a;pointer-events:none;font-size:1rem;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.select-wrap select{appearance:none;padding-right:36px}.field-group input:focus,.field-group select:focus,.field-group textarea:focus{border-color:#2d9be6;outline:none;box-shadow:0 0 0 4px #2d9be61a}.field-group textarea{resize:vertical;min-height:100px}.form-message{border-radius:12px;margin-bottom:20px;padding:14px 16px;font-size:.95rem;font-weight:600;animation:.3s ease-out slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-message.success{color:#1e6b3d;background:#d4f4dd;border:1px solid #9ee4b8}.form-message.error{color:#c1342f;background:#fde2e2;border:1px solid #f4b8b8}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#1d9d76 0%,#1d5fb7 100%);border:none;border-radius:12px;padding:16px 18px;font-size:1.05rem;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s;box-shadow:0 10px 18px #18765a38}.submit-btn:hover:not(:disabled){transform:translateY(-1px)scale(1.01);box-shadow:0 14px 22px #18765a40}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.contact-info-panel{background:#eaf5ff;flex-direction:column;gap:20px;display:flex}.therapy-header-row{justify-content:center;margin-bottom:6px;display:flex}.therapy-visual{background:linear-gradient(135deg,#76d2c62e,#2680bc14);border-radius:50%;place-items:center;width:120px;height:120px;display:grid;box-shadow:inset 0 0 0 1px #1f85a914}.therapy-visual svg{width:100%;height:100%;display:block}.contact-info-panel>p{color:#4d596c;margin:0;line-height:1.6}.contact-info-list,.location-block{flex-direction:column;gap:18px;display:flex}.contact-item{align-items:flex-start;gap:12px;padding:8px 0;display:flex}.mini-icon{color:#1d7ac4;background:#fff;border-radius:50%;place-items:center;width:38px;height:38px;font-size:1.1rem;display:inline-grid;box-shadow:0 4px 14px #20629f1f}.contact-item strong,.location-item strong{color:#243d5a;margin-bottom:2px;display:block}.contact-item p,.location-item p,.location-item span{color:#4d596c;margin:0;line-height:1.5}.location-block{padding-top:8px}.location-item{border-top:1px solid #415e7a24;padding-top:16px}@media (width<=1024px){.contact-page-header-inner{padding:48px 20px 28px}.contact-page-header-inner h1{font-size:clamp(2rem,5vw,2.8rem)}.contact-locations-wrapper,.appointment-wrapper{padding:40px 20px 60px}.location-grid{gap:18px}.location-grid .location-card{flex-direction:column;align-items:start;display:flex}.location-map-cont{max-width:550px;height:150px}.appointment-box{flex-direction:row;gap:20px;padding:24px}.appointment-box .appointment-visual-panel{flex:auto}.appointment-box .appointment-form-panel,.appointment-box .contact-info-panel{flex:.9 auto}.appointment-visual-panel{min-height:400px}}@media (width<=768px){.contact-page-header-inner{padding:40px 18px 24px}.contact-page-header-inner h1{font-size:clamp(1.8rem,4.5vw,2.4rem)}.contact-page-header-inner p{font-size:.96rem;line-height:1.6}.contact-header h2{font-size:clamp(2rem,4vw,2.6rem)}.contact-header .subtitle{font-size:.96rem}.location-grid{gap:16px}.location-card{border-top:5.5px solid #f7941d;border-left:none;flex-direction:column;min-height:auto;padding:22px 20px}.location-card:nth-child(2){border-top-color:#f7941d}.location-card:first-child{border-top-color:#1e9d75}.marker-badge{width:64px;min-width:64px;height:64px;margin-bottom:12px;margin-right:0;font-size:1.6rem}.location-copy h2{font-size:1.6rem}.support-strip{flex-direction:column;gap:12px;padding:16px 18px}.support-strip .support-item{flex:100%}.support-item{justify-content:flex-start;padding:12px 8px}.appointment-box{flex-direction:column;gap:18px;padding:20px}.appointment-box .appointment-visual-panel,.appointment-box .appointment-form-panel,.appointment-box .contact-info-panel{flex:100%}.appointment-visual-panel{order:-1;min-height:320px}.section-heading h2{font-size:clamp(1.8rem,3.5vw,2.4rem)}.form-grid{flex-direction:column}.form-grid .field-group{flex:100%}}@media (width<=640px){.contact-page{background:linear-gradient(#f9fcff 0%,#f0f9f6 100%)}.contact-page-header{padding:0}.contact-page-header-inner{padding:32px 16px 20px}.contact-page-header-inner h1{margin-bottom:12px;font-size:clamp(1.6rem,3.8vw,2.2rem)}.contact-page-header-inner p{max-width:100%;font-size:.92rem}.header-badge{margin-bottom:10px;padding:6px 14px;font-size:10px}.contact-locations-wrapper,.appointment-wrapper{padding:32px 16px 50px}.contact-header{margin-bottom:20px}.contact-header .eyebrow{font-size:11px}.contact-header h2{margin-bottom:12px;font-size:clamp(1.6rem,3.5vw,2.2rem)}.contact-header .subtitle{margin-top:10px;font-size:.92rem}.location-grid{flex-direction:column;gap:14px;display:flex}.location-card{text-align:start;min-height:auto;padding:18px 16px;animation:.6s ease-out both cardFloat;display:flex;flex-direction:row!important;align-items:center!important}.location-card:nth-child(2){animation-delay:80ms}.marker-badge{width:56px;min-width:56px;height:56px;font-size:1.4rem}.location-copy h2{margin-bottom:4px;font-size:1.3rem}.location-name{margin-bottom:8px;font-size:.92rem}.location-address,.location-phone{font-size:.88rem}.support-strip{border-radius:14px;flex-direction:column;margin-top:16px;padding:14px}.support-strip .support-item{flex:100%}.support-item{justify-content:flex-start;gap:12px;padding:10px 8px}.support-icon{width:40px;height:40px;font-size:1.2rem}.support-text span{font-size:.78rem}.support-text strong{font-size:.94rem}.section-heading{margin-bottom:20px}.section-heading .eyebrow{font-size:11px}.section-heading h2{font-size:clamp(1.5rem,3.2vw,2rem)}.section-heading p{max-width:100%;font-size:.92rem}.appointment-box{border-radius:16px;flex-direction:column-reverse;gap:16px;padding:18px}.appointment-box .appointment-visual-panel,.appointment-box .appointment-form-panel,.appointment-box .contact-info-panel{flex:100%}.appointment-form-panel,.contact-info-panel{border-radius:14px;padding:18px 16px}.appointment-form-panel h3,.contact-info-panel h3{text-align:center;margin-bottom:16px;font-size:1.6rem}.appointment-visual-panel{border-radius:14px;order:-1;min-height:280px}.form-grid{flex-direction:column;gap:14px}.form-grid .field-group{flex:100%}.field-group label{font-size:.88rem}.field-group input,.field-group select,.field-group textarea{border-radius:10px;padding:10px 12px;font-size:.96rem}.submit-btn{border-radius:10px;margin-top:8px;padding:14px 16px;font-size:1rem}}@media (width<=480px){.contact-page-header-inner{padding:28px 14px 18px}.contact-page-header-inner h1{font-size:clamp(1.4rem,3.2vw,1.8rem)}.contact-page-header-inner p{font-size:.88rem}.contact-locations-wrapper,.appointment-wrapper{padding:28px 14px 42px}.contact-header h2{font-size:clamp(1.4rem,3vw,1.9rem)}.contact-header .subtitle{font-size:.88rem}.location-card{padding:16px 14px}.marker-badge{width:50px;min-width:50px;height:50px;font-size:1.2rem}.location-copy h2{font-size:1.2rem}.location-name,.location-address,.location-phone{font-size:.86rem}.support-strip{border-radius:12px;padding:12px}.support-item{padding:8px 6px}.appointment-box{gap:14px;padding:0}.appointment-form-panel,.contact-info-panel{padding:16px 14px}.appointment-visual-panel{min-height:240px}.section-heading h2{font-size:clamp(1.3rem,2.8vw,1.8rem)}.field-group input,.field-group select,.field-group textarea{padding:9px 11px;font-size:.94rem}.submit-btn{padding:12px 14px;font-size:.96rem}.location-card{text-align:start;min-height:auto;padding:12px;display:flex;flex-direction:column!important;align-items:start!important}}.service-page{color:#1f2a37;background:linear-gradient(#f8fbff 0%,#fff 100%);width:min(1220px,100% - 28px);margin:0 auto;padding:clamp(50px,6vw,96px) 0 clamp(72px,8vw,110px)}.service-hero{background:linear-gradient(135deg,#1078a214,#fffffff5,#1f8f6314);border:1px solid #185fa014;border-radius:32px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:28px;margin-bottom:34px;padding:clamp(28px,4vw,46px);display:flex;position:relative;overflow:hidden;box-shadow:0 18px 50px #12274212}.service-hero:after{content:"";background:#1f8f6314;border-radius:50%;width:220px;height:220px;position:absolute;top:-60px;right:-60px}.hero-copy{flex:620px;max-width:700px}.service-hero h1,.service-group-header h2{color:#1d2a4d;margin:0;font-size:clamp(34px,5vw,62px);line-height:1.08}.intro-text{color:#4d5b75;max-width:640px;margin-top:16px;font-size:clamp(17px,1.9vw,20px);line-height:1.7}.hero-stats{flex-wrap:wrap;flex:320px;justify-content:center;gap:16px;display:flex}.stat-box{text-align:center;background:#fffc;border:1px solid #1d2a4d0f;border-radius:18px;flex-direction:column;flex:100px;gap:8px;padding:20px 14px;display:flex;box-shadow:inset 0 1px #ffffffb3}.stat-box strong{color:#1d2a4d;font-size:clamp(24px,3vw,34px)}.stat-box span{color:#4d5b75;font-size:13px;line-height:1.5}.service-section-list{flex-direction:column;gap:34px;display:flex}.service-section-block{background:#fffc;border:1px solid #185fa014;border-radius:26px;flex-direction:column;gap:22px;padding:clamp(18px,2.2vw,28px);display:flex;box-shadow:0 12px 28px #0d1f3a0a}.service-group-header{flex-direction:column;gap:8px;display:flex}.group-tag{color:#1867a6;letter-spacing:.08em;text-transform:uppercase;background:#1379b414;border-radius:999px;align-self:flex-start;padding:8px 12px;font-size:11px;font-weight:800;display:inline-flex}.service-group-header h2{font-size:clamp(24px,2.6vw,36px);line-height:1.2}.service-grid{flex-wrap:wrap;gap:24px;display:flex}.service-card{color:inherit;border:1px solid #14467814;border-radius:24px;flex-direction:column;justify-content:space-between;max-width:360px;min-height:auto;padding:0 0 24px;text-decoration:none;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 28px #0d1f3a0f}.service-card:before{content:"";background:linear-gradient(90deg,#1d8e67,#1f75c7);width:100%;height:4px;position:absolute;inset:0 auto auto 0}.service-card:hover{border-color:#1f75c729;transform:translateY(-6px);box-shadow:0 18px 36px #0a1c3f1f}.service-icon-wrap{border-radius:22px;justify-content:center;align-items:center;width:100%;height:100%;max-height:280px;display:flex;box-shadow:inset 0 1px #fffc}.service-icon{object-fit:cover;width:100%;height:100%;max-height:280px}.service-content{text-align:start;flex-direction:column;padding:0 18px;display:flex}.service-content h3{color:#1d2a4d;margin:0 0 12px;font-size:clamp(20px,2vw,27px);line-height:1.3}.service-content p{color:#4d5b75;min-height:94px;margin:0;font-size:15px;line-height:1.7}.service-link{color:#1b7ec5;text-align:center;background:#1b7ec50f;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-weight:750;text-decoration:none;transition:all .2s;display:inline-flex}.service-link:hover{color:#fff;background:linear-gradient(135deg,#1f8f63 0%,#1e6bb7 100%);transform:translateY(-2px)}.service-cta{text-align:center;background:linear-gradient(135deg,#eafaf1 0%,#f7fbff 50%,#fff4e7 100%);border:1px solid #237d3b1f;border-radius:28px;margin-top:54px;padding:clamp(28px,4.5vw,52px);position:relative;box-shadow:0 18px 40px #0f29460f}.cta-badge{color:#167a57;letter-spacing:.08em;text-transform:uppercase;background:#1c8f621a;border-radius:999px;margin-bottom:14px;padding:8px 14px;font-size:12px;font-weight:800;display:inline-block}.service-cta h2{color:#1d2a4d;margin:0 0 12px;font-size:clamp(28px,4vw,42px)}.service-cta p{color:#4d5b75;max-width:760px;margin:0 auto 24px;font-size:17px;line-height:1.7}.book-button{color:#fff;background:linear-gradient(135deg,#1f8f63 0%,#1e6bb7 100%);border-radius:999px;justify-content:center;align-items:center;min-width:190px;padding:16px 28px;font-size:16px;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 12px 28px #1f8f6338}.book-button:hover{transform:translateY(-2px);box-shadow:0 16px 32px #1f8f6347}.view-service-page{color:#1f2a37;width:min(1220px,100% - 28px);margin:0 auto;padding:clamp(48px,5vw,90px) 0 clamp(72px,8vw,110px)}.view-service-header{flex-direction:column;gap:20px;margin-bottom:24px;display:flex}.service-detail-card{background:#fff;border:1px solid #185fa014;border-radius:28px;flex-direction:column;gap:26px;padding:clamp(22px,3vw,36px);display:flex;box-shadow:0 18px 38px #0d1f3a0d}.service-detail-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.detail-copy{width:100%;max-width:640px}.detail-copy h2{color:#1d2a4d;margin:0 0 12px;font-size:clamp(26px,3vw,42px)}.service-detail-image{object-fit:cover;border-radius:24px;flex:320px;width:100%;max-width:420px;box-shadow:0 18px 30px #12274214}.article-section{flex-direction:column;gap:12px;display:flex}.article-section h3,.final-cta h3{color:#1d2a4d;margin:0;font-size:clamp(22px,2.4vw,30px)}.condition-list,.faq-list{flex-wrap:wrap;gap:12px;margin:0;padding:0;list-style:none;display:flex}.condition-list li,.faq-list li{color:#33415d;background:#f7fbff;border:1px solid #185fa014;border-radius:12px;flex:220px;padding:12px 14px;font-weight:600}.benefits-row{flex-wrap:wrap;gap:18px;display:flex}.benefit-box{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #185fa014;border-radius:18px;flex-direction:column;flex:220px;gap:10px;padding:18px 18px 16px;display:flex}.final-cta{background:linear-gradient(135deg,#eafaf1 0%,#f7fbff 50%,#fff4e7 100%);border:1px solid #237d3b1a;border-radius:22px;flex-direction:column;gap:16px;padding:clamp(22px,3vw,30px);display:flex}.call-button{color:#1d2a4d;background:#fff;border:1px solid #1b7ec533;border-radius:999px;justify-content:center;align-items:center;padding:16px 24px;font-weight:800;text-decoration:none;display:inline-flex}@media (width<=960px){.service-hero{flex-direction:column;align-items:flex-start}.hero-copy,.hero-stats{flex:100%;width:100%}.service-grid{gap:18px}.service-detail-top{flex-direction:column;align-items:flex-start}}@media (width<=640px){.service-page,.view-service-page{width:min(100% - 18px,1200px)}.service-hero,.service-card,.service-cta,.service-section-block,.service-detail-card{border-radius:22px}.hero-stats,.help-contact-strip,.final-actions{flex-direction:column;align-items:flex-start}.service-card{flex-basis:100%;max-width:100%}.service-content p{min-height:auto}}.view-service-page{color:#1f2a37;background:linear-gradient(#f8fbff 0%,#fff 100%);width:100%;max-width:1440px;margin:0;padding:0}.view-service-header{z-index:100;background:linear-gradient(#f8fbff 0%,#fff 100%);flex-direction:column;gap:20px;margin-bottom:0;padding:16px;display:flex;position:sticky;top:0;box-shadow:0 4px 12px #00000014}.view-service-header>h2{color:#d66925;text-transform:uppercase;background-color:#57ff73;border-radius:12px;width:fit-content;padding:4px 8px;font-size:12px;line-height:1.08}.service-header-copy{flex-direction:column;gap:10px;display:flex}.section-eyebrow{color:#237d3b;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:12px;font-weight:800}.service-header-copy h1{color:#1d2a4d;margin:0;font-size:clamp(32px,4vw,56px);line-height:1.08}.service-header-links{flex-wrap:wrap;gap:12px;display:flex}.service-hero-banner{background:linear-gradient(135deg,#0e5ea014,#1f8f631f,#ffffffe6);border:1px solid #185fa014;justify-content:space-between;align-items:center;margin-bottom:24px;padding:clamp(24px,3vw,36px);display:flex;box-shadow:0 18px 38px #0d1f3a0a}.service-hero-copy{flex-direction:column;gap:8px;display:flex}.service-hero-copy h2{color:#1d2a4d;margin:0;font-size:clamp(28px,3vw,44px)}.service-hero-copy p{color:#4d5b75;max-width:760px;margin:0;font-size:17px;line-height:1.7}.service-pill-link{color:#1d2a4d;background:#fff;border:1px solid #185fa01f;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.service-pill-link.active{color:#0d2d4d;background:#6be37a;border-color:#6be37a;box-shadow:0 8px 18px #34a8532e}.service-pill-link:hover{background:#f1faf5;border-color:#1d8e673d;transform:translateY(-2px)}.service-pill-link.active:hover{background:#63d96f;border-color:#63d96f;transform:translateY(-1px)}.help-contact-strip{background:linear-gradient(135deg,#eef9f3 0%,#f9fbff 100%);border:1px solid #237d3b1a;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:18px 20px;display:flex}.help-block{flex-direction:column;gap:8px;display:flex}.help-block h3{color:#1d2a4d;margin:0;font-size:clamp(18px,2vw,24px)}.phone-list{flex-wrap:wrap;gap:12px;display:flex}.phone-list a,.appointment-link{color:#1e6bb7;font-weight:700;text-decoration:none}.service-detail-card{background:linear-gradient(#fff 0%,#f9fbff 100%);border:1px solid #185fa014;flex-direction:column;padding:12px 8px;display:flex;box-shadow:0 18px 38px #0d1f3a0d}.service-detail-top{grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:center;gap:40px;padding:24px 24px 0;display:grid}.detail-copy{flex-direction:column;gap:12px;width:auto;height:auto;display:flex}.detail-kicker{color:#237d3b;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:12px;font-weight:200}.detail-copy h2{color:#1d2a4d;text-transform:uppercase;font-size:24px;font-weight:800}.detail-copy p,.article-section p,.benefit-box p,.final-cta p{color:#4d5b75;margin:0;font-size:17px;line-height:1.8}.service-detail-image{aspect-ratio:4/3;object-fit:cover;object-position:center;border-radius:24px;width:100%;max-width:none;height:auto;box-shadow:0 18px 30px #12274214}.article-section{flex-direction:column;gap:12px;padding:24px;display:flex}.what-is-app{background-color:#f7fbff;border:1px solid #185fa014;border-radius:12px;flex-direction:column;justify-content:center;align-items:start;gap:8px;margin-top:20px;padding:12px 16px;display:flex}.what-is-app>h3{color:#1d2a4d;font-size:clamp(22px,2.4vw,30px)}.what-is-app>span{background-color:#49ae1d;border-radius:2px;width:260px;height:3px}.what-is-app>p{color:#33415d;max-width:900px;padding-top:6px;font-weight:400}.article-section h3,.final-cta h3{color:#1d2a4d;margin:0;font-size:clamp(22px,2.4vw,30px)}.faq-list{gap:12px;margin:0;padding:0;list-style:none;display:flex}.con-dit-sec{background-color:#f7fbff;border:1px solid #185fa014;flex-direction:column;align-items:center;padding:12px 16px;display:flex}.con-dit-sec>h3{color:#3b01af}.con-dit-sec>span{background-color:#d7e355;border-radius:2px;width:260px;height:3px}.con-dit-sec>p{color:#33415d;text-align:center;max-width:800px;font-weight:400}.condition-list{grid-template-columns:repeat(3,1fr);gap:12px;width:100%;max-width:900px;margin:16px auto 0;padding:0;list-style:none;display:grid}.condition-item{color:#33415d;background:#c5d8eb;border:1px solid #185fa014;border-radius:12px;flex-direction:row;align-items:center;gap:8px;width:100%;padding:12px 14px;font-weight:600;display:flex}.faq-list li{color:#33415d;background:#f7fbff;border:1px solid #185fa014;border-radius:12px;flex:220px;padding:12px 14px;font-weight:600}.faq-accordion-wrap{background-color:#f0ffee;flex-direction:column;gap:18px;display:flex}.faq-accordion{flex-direction:column;gap:16px;display:flex}.faq-item{background:#fff;border:1px solid #185fa014;border-radius:16px;overflow:hidden}.faq-question{cursor:pointer;color:#1d2a4d;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;font-size:20px;font-weight:700;display:flex}.faq-toggle{color:#fff;background:#0a3b7d;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:28px;font-weight:500;line-height:1;display:inline-flex}.faq-item.active .faq-toggle{background:#ef9d2f}.faq-question-text{font-size:18px;font-weight:600}.faq-answer{color:#4d5b75;padding:0 20px 20px;font-size:17px;line-height:1.8;display:none}.faq-item.active .faq-answer{display:block}.why-choose-benefits{flex-direction:column;justify-content:center;align-items:center;gap:6px;margin-top:20px;padding:12px 16px;display:flex}.why-choose-benefits>h1{color:#1d2a4d;text-transform:capitalize;text-align:center;font-size:clamp(22px,2.4vw,30px)}.why-choose-benefits>span{background-color:#bac389;border-radius:2px;width:260px;height:3px}.benefits-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;margin-top:12px;display:flex}.benefit-box{--benefit-accent:#1f8f63;border-top:4px solid var(--benefit-accent);background:linear-gradient(#fff 0%,#f8fbff 100%);border-radius:12px;flex-direction:column;gap:10px;max-width:320px;padding:18px 18px 16px;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;box-shadow:0 14px 24px #0d1f3a0a}.benefit-box:hover{transform:translateY(-6px);box-shadow:0 18px 28px #0d1f3a14}.benefit-icon-span{background:color-mix(in srgb, var(--benefit-accent) 18%, #fff);width:40px;height:40px;color:var(--benefit-accent);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--benefit-accent) 30%, transparent);border-radius:12px;justify-content:center;align-items:center;font-size:18px;transition:transform .22s,background .22s,color .22s;display:inline-flex}.benefit-box:hover .benefit-icon-span{background:color-mix(in srgb, var(--benefit-accent) 28%, #fff);transform:scale(1.08)rotate(-4deg)}.benefit-box h4{color:#1d2a4d;margin:0;font-size:20px}.final-cta{background:linear-gradient(135deg,#eafaf1 0%,#f7fbff 50%,#fff4e7 100%);border:1px solid #237d3b1a;border-radius:22px;flex-direction:column;align-items:center;gap:16px;padding:clamp(22px,3vw,30px);display:flex}.final-actions{flex-wrap:wrap;gap:14px;display:flex}.book-button,.call-button{border-radius:999px;justify-content:center;align-items:center;min-width:190px;padding:16px 28px;font-weight:800;text-decoration:none;transition:transform .2s;display:inline-flex}.book-button{color:#fff;background:linear-gradient(135deg,#1f8f63 0%,#1e6bb7 100%);box-shadow:0 12px 28px #1f8f6338}.call-button{color:#1d2a4d;background:#fff;border:1px solid #1b7ec533}.book-button:hover,.call-button:hover{transform:translateY(-2px)}@media (width<=960px){.service-detail-top{grid-template-columns:1fr;gap:24px}.help-contact-strip{flex-direction:column;align-items:flex-start}}@media (width<=800px){.view-service-header{padding:16px 0 16px 16px}.service-header-links{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:10px;margin-right:0;padding:0 0 12px;display:flex;overflow:auto hidden}.service-header-links::-webkit-scrollbar{height:3px}.service-header-links::-webkit-scrollbar-track{background:0 0}.service-header-links::-webkit-scrollbar-thumb{background:#1f8f6399;border-radius:10px}.service-header-links::-webkit-scrollbar-thumb:hover{background:#1f8f63e6}.service-pill-link{white-space:nowrap;flex-shrink:0;margin-right:8px}.service-detail-image{width:100%;max-width:800px}.condition-list{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.view-service-page{width:100%;overflow-x:hidden}.phone-list,.final-actions,.help-contact-strip{flex-direction:column;align-items:flex-start}.book-button,.call-button,.appointment-link{width:100%}.service-detail-card{border-radius:22px}.condition-list{grid-template-columns:1fr}}
