:root{
  --aq-ink:#071d26;
  --aq-navy:#062b36;
  --aq-navy-2:#0b3945;
  --aq-brand:#087b88;
  --aq-brand-dark:#05606a;
  --aq-blue:#69b5dd;
  --aq-cyan:#45cad2;
  --aq-mint:#dff7f3;
  --aq-sky:#edf8fc;
  --aq-cloud:#f6fafb;
  --aq-white:#ffffff;
  --aq-line:rgba(7,29,38,.11);
  --aq-muted:#60747c;
  --aq-soft-text:#8aa0a7;
  --aq-green:#22c76a;
  --aq-shadow:0 28px 80px rgba(4,38,48,.12);
  --aq-shadow-sm:0 14px 38px rgba(4,38,48,.09);
  --aq-radius:30px;
  --aq-radius-md:22px;
  --aq-radius-sm:15px;
  --container:1240px;
  --font-body:'Nunito',Arial,sans-serif;
  --font-display:'Poppins',Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--aq-white);color:var(--aq-ink);font-family:var(--font-body);font-size:16px;line-height:28px;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.is-locked{overflow:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
::selection{background:var(--aq-cyan);color:var(--aq-ink)}
.container{width:100%;max-width:1280px;padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:10px;left:10px;background:#fff;padding:10px 14px;z-index:9999;transform:translateY(-150%);border-radius:8px}
.skip-link:focus{transform:none}

h1,h2,h3,h4,p{margin-top:0}
h1,h2{letter-spacing:-1px}
h1{font-size:68px;line-height:76px;font-weight:700}
h2{font-size:50px;line-height:60px;font-weight:700}
h3{font-size:22px;line-height:30px;font-weight:700}
p{color:var(--aq-muted)}
.eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px;color:var(--aq-brand);font-size:14px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}
.eyebrow:before{content:"";width:22px;height:2px;border-radius:3px;background:currentColor}
.eyebrow--light{color:#96f0e5}
.mini-label{display:block;font-size:14px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--aq-brand);margin-bottom:8px}
.section{padding:110px 0;position:relative}
.section--soft{background:linear-gradient(180deg,#f8fbfc 0%,#edf8fa 100%)}
.section--intro{padding-top:125px}
.section-center{text-align:center;margin-top:34px}
.content-narrow{max-width:820px}
.prose{font-size:17px}
.prose h2{font-size:40px;margin:42px 0 14px}
.prose h3{margin:30px 0 10px}
.prose p,.prose li{color:#50666e}
.prose ul,.prose ol{padding-left:22px}
.prose a{color:var(--aq-brand);text-decoration:underline;text-underline-offset:3px}

.btn{min-height:50px;padding:0 22px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:700;font-size:14px;line-height:20px;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease,border-color .25s ease;white-space:nowrap}
.btn:hover{transform:translateY(-2px)}
.btn--primary{background:linear-gradient(135deg,var(--aq-brand),#0e95a3);color:#fff;box-shadow:0 12px 30px rgba(8,123,136,.24)}
.btn--primary:hover{box-shadow:0 16px 36px rgba(8,123,136,.32)}
.btn--soft{background:#e8f5f7;color:var(--aq-navy);border:1px solid rgba(8,123,136,.12)}
.btn--dark{background:var(--aq-ink);color:#fff}
.btn--light{background:#fff;color:var(--aq-navy);box-shadow:0 12px 30px rgba(0,0,0,.08)}
.btn--ghost-light{border:1px solid rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.06)}
.btn--small{min-height:44px;padding:0 18px;font-size:14px}
.btn--full{width:100%}
.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--aq-brand-dark);font-size:14px;font-weight:700}
.text-link svg{transition:transform .25s ease}
.text-link:hover svg{transform:translateX(4px)}
.phone-link{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:14px;color:var(--aq-brand-dark)}
.phone-link--light{color:#fff}
.inline-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:28px}
.icon-button{width:42px;height:42px;border:1px solid var(--aq-line);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--aq-ink);transition:.25s ease}
.icon-button:hover{background:var(--aq-sky);border-color:rgba(8,123,136,.25)}

.topbar{background:var(--aq-ink);color:#dff1f4;font-size:14px}
.topbar__inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar__left,.topbar__right{display:flex;align-items:center;gap:20px}
.topbar a,.topbar__right{color:#d9ebee}
.topbar__left a:first-child{display:inline-flex;align-items:center;gap:7px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(7,29,38,.07);transition:box-shadow .25s ease,background .25s ease}
.site-header.is-scrolled{box-shadow:0 14px 40px rgba(4,38,48,.09);background:rgba(255,255,255,.96)}
.site-header__inner{height:82px;display:flex;align-items:center;gap:28px}
.site-brand{width:234px;flex:0 0 auto;display:flex;align-items:center}
.site-brand img,.site-brand .custom-logo{width:100%;height:auto;max-height:50px;object-fit:contain;object-position:left center}
.desktop-nav{margin-left:auto}
.desktop-nav__list{list-style:none;display:flex;align-items:center;gap:28px;margin:0;padding:0}
.desktop-nav__list>li{position:relative}
.desktop-nav__list>li>a{font-size:14px;font-weight:700;color:#27464f;padding:30px 0;display:block;position:relative}
.desktop-nav__list>li>a:after{content:"";position:absolute;left:0;right:100%;bottom:22px;height:2px;background:var(--aq-brand);transition:right .25s ease}
.desktop-nav__list>li>a:hover:after,.desktop-nav__list>.current-menu-item>a:after{right:0}
.desktop-nav__list .sub-menu{position:absolute;top:72px;left:-22px;min-width:230px;padding:12px;margin:0;list-style:none;background:#fff;border:1px solid var(--aq-line);border-radius:16px;box-shadow:var(--aq-shadow-sm);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease}
.desktop-nav__list li:hover>.sub-menu{opacity:1;visibility:visible;transform:none}
.desktop-nav__list .sub-menu a{display:block;padding:10px 12px;border-radius:10px;font-size:14px;font-weight:600;color:#34505a}
.desktop-nav__list .sub-menu a:hover{background:var(--aq-sky);color:var(--aq-brand)}
.site-header__actions{display:flex;align-items:center;gap:10px}
.mobile-app-nav,.mobile-sheet{display:none}

.search-modal{position:fixed;inset:0;z-index:700;display:none}
.search-modal.is-open{display:block}
.search-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(3,20,27,.64);backdrop-filter:blur(8px);width:100%;height:100%}
.search-modal__dialog{position:relative;z-index:2;width:calc(100% - 40px);max-width:780px;margin:80px auto 0;background:#fff;border-radius:28px;padding:34px;box-shadow:0 40px 100px rgba(0,0,0,.24)}
.search-modal__top{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:22px}
.search-modal__top h2{font-size:36px;margin-bottom:0}
.site-search__field{height:62px;display:flex;align-items:center;gap:12px;border:1px solid rgba(8,123,136,.2);background:#f8fbfc;border-radius:17px;padding:0 8px 0 18px}
.site-search__field input{flex:1;border:0;outline:0;background:transparent;font-size:16px;color:var(--aq-ink);min-width:0}
.site-search__field button{height:46px;padding:0 22px;border-radius:12px;border:0;background:var(--aq-brand);color:#fff;font-weight:700}
.search-modal__quick{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}
.search-modal__quick a{padding:8px 12px;background:var(--aq-sky);border-radius:999px;font-size:14px;font-weight:700;color:var(--aq-brand-dark)}

/* Home hero */
.home-hero{position:relative;overflow:hidden;padding:82px 0 0;background:radial-gradient(circle at 85% 18%,rgba(69,202,210,.2),transparent 28%),radial-gradient(circle at 15% 0%,rgba(105,181,221,.15),transparent 25%),linear-gradient(180deg,#f9fdfe 0%,#edf8fa 100%)}
.home-hero__mesh{position:absolute;inset:0;opacity:.33;background-image:linear-gradient(rgba(8,123,136,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(8,123,136,.05) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000,transparent 85%)}
.home-hero__grid{display:flex;align-items:center;gap:62px;position:relative;z-index:2}
.home-hero__content{padding-bottom:72px}
.hero-trust-pill{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.78);border:1px solid rgba(8,123,136,.13);box-shadow:0 12px 30px rgba(4,38,48,.06);border-radius:999px;padding:8px 13px;margin-bottom:24px;color:#31535c;font-size:14px;font-weight:700}
.pulse-dot{width:8px;height:8px;border-radius:50%;background:#22b96a;box-shadow:0 0 0 0 rgba(34,185,106,.3);animation:pulse 2s infinite}
.home-hero h1{max-width:720px;margin-bottom:24px}
.home-hero__lead{font-size:18px;line-height:31px;max-width:690px;color:#536d76;margin-bottom:30px}
.home-hero__actions{display:flex;gap:12px;flex-wrap:wrap}
.home-hero__mini-stats{display:flex;gap:34px;margin-top:38px;padding-top:28px;border-top:1px solid rgba(7,29,38,.09)}
.home-hero__mini-stats div{display:flex;flex-direction:column}
.home-hero__mini-stats strong{font-size:25px;line-height:29px;color:var(--aq-navy)}
.home-hero__mini-stats span{font-size:14px;color:#738890;margin-top:5px;font-weight:600}
.home-hero__visual{min-height:610px;display:flex;align-items:flex-end;justify-content:center;position:relative}
.hero-photo-wrap{position:relative;width:100%;height:590px;display:flex;align-items:flex-end;justify-content:center}
.hero-photo-shape{position:absolute;width:485px;height:485px;border-radius:52% 48% 48% 52%/55% 55% 45% 45%;background:linear-gradient(145deg,#bfeef0 0%,#90cfdf 52%,#55a9d2 100%);bottom:15px;right:20px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.4),0 40px 100px rgba(8,123,136,.18);animation:blob 9s ease-in-out infinite}
.hero-photo-wrap>img{position:relative;z-index:2;max-height:590px;width:auto;max-width:95%;object-fit:contain;filter:drop-shadow(0 24px 30px rgba(7,29,38,.13))}
.floating-card{position:absolute;z-index:4;display:flex;align-items:center;gap:12px;width:220px;padding:13px 15px;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);border-radius:17px;box-shadow:0 16px 45px rgba(4,38,48,.13);color:var(--aq-brand)}
.floating-card strong{display:block;color:var(--aq-ink);font-size:14px;line-height:17px}
.floating-card span{display:block;color:#748a91;font-size:14px;margin-top:3px;line-height:15px}
.floating-card--top{right:0;top:100px;animation:float 4.7s ease-in-out infinite}
.floating-card--bottom{left:14px;bottom:76px;animation:float 5.2s ease-in-out infinite .4s}
.hero-marquee{position:relative;z-index:3;border-top:1px solid rgba(7,29,38,.08);height:54px;overflow:hidden}
.hero-marquee__track{height:100%;display:flex;align-items:center;gap:90px;width:max-content;animation:marquee 22s linear infinite;color:#527079;font-size:14px;font-weight:700;letter-spacing:1.7px;text-transform:uppercase}
.hero-marquee__track span{white-space:nowrap}
.hero-marquee__track span:after{content:'✦';margin-left:90px;color:var(--aq-brand)}

.trust-ribbon{background:#fff;border-bottom:1px solid var(--aq-line)}
.trust-ribbon__grid{display:flex;}
.trust-item{display:flex;align-items:center;gap:14px;padding:26px 24px;border-right:1px solid var(--aq-line)}
.trust-item:first-child{padding-left:0}.trust-item:last-child{border-right:0}
.trust-item>span{width:42px;height:42px;border-radius:13px;background:var(--aq-sky);display:flex;align-items:center;justify-content:center;color:var(--aq-brand);flex:0 0 auto}
.trust-item strong{display:block;font-size:14px}.trust-item small{display:block;font-size:14px;color:#82949a;margin-top:2px}

.split-story{display:flex;gap:85px;align-items:center}
.split-story--reverse .split-story__content{order:1}.split-story--reverse .split-story__media{order:2}
.image-frame{position:relative;border-radius:var(--aq-radius);padding:14px;background:#fff;box-shadow:var(--aq-shadow)}
.image-frame:before{content:"";position:absolute;width:42%;height:42%;left:-26px;bottom:-24px;border-radius:26px;background:linear-gradient(135deg,var(--aq-cyan),var(--aq-blue));z-index:-1;opacity:.8}
.image-frame img{width:100%;height:520px;object-fit:cover;border-radius:22px}
.image-frame--portrait img{height:590px}
.image-frame__badge{position:absolute;right:-30px;bottom:34px;min-width:205px;padding:17px 20px;background:var(--aq-ink);border-radius:18px;box-shadow:var(--aq-shadow-sm);color:#fff}
.image-frame__badge strong{display:block;font-size:15px}.image-frame__badge span{font-size:14px;color:#a9c7ce}
.split-story__content>h2{margin-bottom:22px;max-width:610px}
.split-story__content>p{font-size:17px;line-height:30px;max-width:620px}
.check-list{display:flex;gap:12px 18px;margin-top:25px}
.check-list span{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:700;color:#38545c}
.check-list svg{color:var(--aq-brand);background:var(--aq-mint);border-radius:50%;padding:2px}

.section-head{margin-bottom:44px}
.section-head--spread{display:flex;gap:90px;align-items:end}
.section-head--spread h2{margin-bottom:0}
.section-head--spread>div:last-child p{margin-bottom:15px}
.section-head--center{text-align:center;max-width:800px;margin-inline:auto;margin-bottom:50px}
.section-head--center h2{margin-bottom:18px}.section-head--center p{max-width:690px;margin-inline:auto}
.section--services{background:#f8fbfc}
.services-grid{display:flex;gap:22px}
.service-card{border:1px solid rgba(7,29,38,.08);border-radius:24px;background:#fff;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;min-width:0}
.service-card:hover{transform:translateY(-7px);box-shadow:var(--aq-shadow-sm);border-color:rgba(8,123,136,.18)}
.service-card__media{display:block;height:225px;overflow:hidden;position:relative;background:var(--aq-sky)}
.service-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.service-card:hover .service-card__media img{transform:scale(1.05)}
.service-card__icon{position:absolute;left:18px;bottom:18px;width:48px;height:48px;border-radius:15px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);color:var(--aq-brand);box-shadow:0 8px 24px rgba(7,29,38,.12)}
.service-card__body{padding:24px}
.service-card__body h3{margin-bottom:10px}.service-card__body p{font-size:14px;line-height:23px;min-height:65px;margin-bottom:16px}
.services-grid--all{}

.diagnostic-showcase{background:var(--aq-ink);overflow:hidden;color:#fff}
.diagnostic-showcase:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;right:-210px;top:-270px;background:radial-gradient(circle,rgba(69,202,210,.2),transparent 65%)}
.diagnostic-showcase__grid{position:relative;z-index:2;display:flex;gap:80px;align-items:center}
.diagnostic-showcase__content h2{color:#fff;margin-bottom:20px}.diagnostic-showcase__content p{color:#a8c1c7;font-size:16px;max-width:560px;margin-bottom:28px}
.diagnostic-showcase__cards{display:flex;gap:14px}
.diagnostic-showcase__cards a{min-height:185px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.06);border-radius:22px;padding:22px;display:flex;flex-direction:column;justify-content:flex-end;transition:.25s ease}
.diagnostic-showcase__cards a:hover{background:rgba(255,255,255,.1);transform:translateY(-4px);border-color:rgba(105,181,221,.35)}
.diagnostic-showcase__cards span{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:rgba(69,202,210,.13);color:#80e8e8;margin-bottom:auto}
.diagnostic-showcase__cards strong{font-size:17px}.diagnostic-showcase__cards small{color:#9bb4bb;font-size:14px;margin-top:4px}

.stats-section{padding-bottom:30px}
.stats-shell{display:flex;gap:70px;background:linear-gradient(135deg,#edf9fa,#f8fbfc);border:1px solid rgba(8,123,136,.09);border-radius:32px;padding:46px 50px}
.stats-shell__intro h2{font-size:38px;margin-bottom:14px}.stats-shell__intro p{font-size:14px;margin-bottom:0}
.stats-grid{display:flex;border-left:1px solid var(--aq-line)}
.stats-grid div{padding:15px 30px;border-bottom:1px solid var(--aq-line)}.stats-grid div:nth-last-child(-n+2){border-bottom:0}.stats-grid div:nth-child(odd){border-right:1px solid var(--aq-line)}
.stats-grid strong{display:block;font-size:34px;color:var(--aq-brand-dark);line-height:39px}.stats-grid small{font-size:14px;color:#73858c}

.doctors-grid{display:flex;gap:20px}
.doctor-card{background:#fff;border:1px solid var(--aq-line);border-radius:24px;overflow:hidden;transition:.3s ease;min-width:0}
.doctor-card:hover{transform:translateY(-6px);box-shadow:var(--aq-shadow-sm)}
.doctor-card__media{height:340px;display:block;position:relative;background:linear-gradient(180deg,#e9f7f8,#cfe8ee);overflow:hidden}
.doctor-card__media img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .5s ease}
.doctor-card:hover .doctor-card__media img{transform:scale(1.025)}
.doctor-card__status{position:absolute;left:14px;bottom:14px;border-radius:999px;padding:7px 11px;background:rgba(255,255,255,.9);font-size:14px;font-weight:700;color:var(--aq-brand-dark)}
.doctor-card__body{padding:21px}.doctor-card__body h3{font-size:19px;margin-bottom:8px}.doctor-card__body p{font-size:14px;line-height:20px;min-height:58px}.doctors-grid--all{}

.process-section{background:#f8fbfc}
.process-grid{display:flex;gap:16px}
.process-card{position:relative;background:#fff;border:1px solid var(--aq-line);border-radius:22px;padding:26px;min-height:260px;overflow:hidden}
.process-card>span{position:absolute;right:18px;top:8px;font-size:46px;font-weight:700;color:#e8f2f4;letter-spacing:-1px}
.process-card__icon{width:48px;height:48px;border-radius:15px;background:var(--aq-sky);display:flex;align-items:center;justify-content:center;color:var(--aq-brand);margin-bottom:34px}
.process-card h3{font-size:18px;margin-bottom:9px}.process-card p{font-size:14px;line-height:21px;margin:0}

.reviews-section{overflow:hidden}
.reviews-track{display:flex;gap:18px;overflow-x:auto;scrollbar-width:none;padding:8px 2px 22px;cursor:grab;scroll-snap-type:x proximity}.reviews-track::-webkit-scrollbar{display:none}.reviews-track.is-dragging{cursor:grabbing;scroll-snap-type:none}
.review-card{flex:0 0 390px;border:1px solid var(--aq-line);border-radius:24px;padding:25px;background:#fff;scroll-snap-align:start;box-shadow:0 10px 30px rgba(4,38,48,.04)}
.review-card__stars{display:flex;gap:3px;color:#e8a80c;margin-bottom:18px}.review-card__stars svg{fill:currentColor;stroke:currentColor}
.review-card blockquote{margin:0 0 24px;font-size:14px;line-height:25px;color:#3e5861;min-height:126px}
.review-card__author{display:flex;align-items:center;gap:11px}.review-card__author>span{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--aq-sky);color:var(--aq-brand);font-weight:700}.review-card__author strong{display:block;font-size:14px}.review-card__author small{display:block;color:#84969c;font-size:14px;margin-top:2px}
.reviews-masonry{display:flex;flex-wrap:wrap;gap:20px}.review-card--static{display:inline-block;width:100%;margin:0 0 20px;break-inside:avoid}.review-card--static blockquote{min-height:0}

.instant-care__shell{min-height:470px;border-radius:34px;background:linear-gradient(135deg,#07313d,#075563);color:#fff;display:flex;overflow:hidden;position:relative}
.instant-care__shell:before{content:"";position:absolute;width:450px;height:450px;border-radius:50%;left:-180px;bottom:-280px;background:rgba(69,202,210,.12)}
.instant-care__content{padding:62px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.instant-care__content h2{color:#fff;margin-bottom:18px}.instant-care__content p{color:#b0c8ce;max-width:600px}.instant-care__visual{min-height:470px;position:relative}.instant-care__visual:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#075563 0%,transparent 38%);z-index:1}.instant-care__visual img{width:100%;height:100%;object-fit:cover}

.posts-grid{display:flex;gap:22px}.posts-grid--archive{row-gap:34px}
.post-card{border:1px solid var(--aq-line);border-radius:24px;overflow:hidden;background:#fff;transition:.3s ease}.post-card:hover{transform:translateY(-5px);box-shadow:var(--aq-shadow-sm)}
.post-card__media{height:245px;display:block;position:relative;overflow:hidden;background:var(--aq-sky)}.post-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.post-card:hover .post-card__media img{transform:scale(1.04)}.post-card__media span{position:absolute;top:14px;left:14px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.92);font-size:14px;font-weight:700;color:var(--aq-brand-dark)}
.post-card__body{padding:24px}.post-card__meta{font-size:14px;font-weight:700;color:#8b9ca1;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.post-card__body h3{font-size:19px;margin-bottom:10px}.post-card__body p{font-size:14px;line-height:21px;margin-bottom:15px}

.appointment-section{background:linear-gradient(180deg,#f7fbfc 0%,#eef8fa 100%)}
.appointment-shell{display:flex;gap:60px;align-items:center}
.appointment-shell__copy h2{margin-bottom:20px}.appointment-shell__copy>p{font-size:16px;max-width:560px}.appointment-points{display:flex;flex-direction:column;gap:11px;margin-top:25px}.appointment-points span{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:700;color:#436068}.appointment-points svg{color:var(--aq-brand)}
.appointment-shell__form{background:#fff;border:1px solid var(--aq-line);box-shadow:var(--aq-shadow-sm);border-radius:28px;padding:30px}.appointment-shell--page{align-items:start}.appointment-shell--page .appointment-shell__copy{position:sticky;top:130px}
.aq-form{display:flex;flex-direction:column;gap:17px}.aq-form__grid{display:flex;gap:15px}.aq-form label{display:flex;flex-direction:column;gap:7px}.aq-form label>span{font-size:14px;font-weight:700;color:#4b646c}.aq-form input,.aq-form select,.aq-form textarea{width:100%;border:1px solid rgba(7,29,38,.12);border-radius:13px;background:#fafcfd;color:var(--aq-ink);outline:0;padding:13px 14px;transition:.2s ease}.aq-form input:focus,.aq-form select:focus,.aq-form textarea:focus{border-color:rgba(8,123,136,.5);box-shadow:0 0 0 4px rgba(8,123,136,.07);background:#fff}.aq-form textarea{resize:vertical}.aq-form__note{font-size:14px;line-height:17px;margin:0;color:#85979d}.aq-form__hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}

/* Generic page hero */
.page-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7fcfd 0%,#eef8fa 100%);border-bottom:1px solid rgba(7,29,38,.07);padding:84px 0}
.page-hero__orb{position:absolute;border-radius:50%;filter:blur(2px)}.page-hero__orb--one{width:380px;height:380px;right:-100px;top:-170px;background:radial-gradient(circle,rgba(69,202,210,.22),transparent 70%)}.page-hero__orb--two{width:280px;height:280px;left:-130px;bottom:-180px;background:radial-gradient(circle,rgba(105,181,221,.18),transparent 70%)}
.page-hero__grid{display:flex;gap:70px;align-items:center;position:relative;z-index:2}.page-hero__content h1{font-size:60px;margin:0 0 20px;max-width:780px}.page-hero__content>p{max-width:690px;font-size:16px;margin-bottom:0}.breadcrumbs{display:flex;align-items:center;gap:6px;font-size:14px;color:#80949a;font-weight:700;margin-bottom:24px}.breadcrumbs a{color:var(--aq-brand-dark)}
.page-hero__visual{display:flex;justify-content:flex-end}.page-hero__visual>img{width:100%;height:320px;object-fit:cover;border-radius:26px;box-shadow:var(--aq-shadow-sm)}.page-hero__medical-card{min-height:280px;width:100%;border-radius:28px;padding:30px;background:linear-gradient(145deg,var(--aq-navy),#0b5662);color:#fff;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--aq-shadow);position:relative;overflow:hidden}.page-hero__medical-card:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:rgba(69,202,210,.16);top:-80px;right:-70px}.page-hero__medical-icon{width:58px;height:58px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);color:#91f2ed;margin-bottom:auto}.page-hero__medical-card span{font-size:14px;text-transform:uppercase;letter-spacing:1.3px;color:#95c6cc;font-weight:700}.page-hero__medical-card strong{font-size:20px;line-height:29px;max-width:300px;margin-top:8px}

.values-grid{display:flex;gap:20px}.value-card{position:relative;border:1px solid var(--aq-line);background:#fff;border-radius:24px;padding:30px;min-height:310px;overflow:hidden}.value-card>span{position:absolute;right:18px;top:5px;font-size:60px;font-weight:700;color:#eef5f6}.value-card__icon{width:50px;height:50px;border-radius:15px;background:var(--aq-sky);display:flex;align-items:center;justify-content:center;color:var(--aq-brand);margin-bottom:45px}.value-card h3{font-size:22px}.value-card p{font-size:14px;line-height:23px}
.founder-section{padding-top:0}.founder-shell{display:flex;gap:30px;background:linear-gradient(135deg,var(--aq-ink),#0b4b58);color:#fff;border-radius:30px;padding:52px}.founder-shell__mark{font-family:var(--font-display);font-size:145px;line-height:116px;color:#79e5df;opacity:.45}.founder-shell blockquote{font-family:var(--font-display);font-size:34px;line-height:46px;margin:0 0 20px}.founder-shell p{color:#a9c5ca;margin:0;max-width:800px}
.care-router{display:flex;align-items:center;justify-content:space-between;gap:40px;background:#fff;border:1px solid var(--aq-line);border-radius:26px;padding:35px}.care-router h2{font-size:34px;margin-bottom:10px}.care-router p{font-size:14px;margin-bottom:0;max-width:680px}.care-router__actions{display:flex;gap:10px;flex:0 0 auto}
.info-callout{display:flex;align-items:center;gap:18px;background:#fff;border:1px solid var(--aq-line);border-radius:20px;padding:24px 26px}.info-callout>span{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--aq-sky);border-radius:16px;color:var(--aq-brand);flex:0 0 auto}.info-callout h3{margin:0 0 4px;font-size:17px}.info-callout p{margin:0;font-size:14px}.info-callout .btn{margin-left:auto}
.diagnostic-steps .mini-cards{display:flex;gap:18px}.mini-cards article{background:#fff;border:1px solid var(--aq-line);border-radius:20px;padding:25px}.mini-cards article>span{width:45px;height:45px;border-radius:14px;background:var(--aq-sky);color:var(--aq-brand);display:flex;align-items:center;justify-content:center;margin-bottom:22px}.mini-cards h3{font-size:17px}.mini-cards p{font-size:14px;margin-bottom:0}
.guide-grid{display:flex;gap:20px}.guide-card{position:relative;border:1px solid var(--aq-line);border-radius:24px;padding:30px;background:#fff}.guide-card>span{position:absolute;right:22px;top:13px;color:#eaf3f5;font-size:50px;font-weight:700}.guide-card>svg{color:var(--aq-brand);margin-bottom:35px}.guide-card h2{font-size:25px}.guide-card p{font-size:14px;margin-bottom:0}
.feature-grid{display:flex;gap:18px}.feature-card{border:1px solid var(--aq-line);border-radius:22px;padding:27px;background:#fff}.feature-card>svg{color:var(--aq-brand);margin-bottom:28px}.feature-card h3{font-size:18px}.feature-card p{font-size:14px;margin-bottom:0}

.faq-layout{display:flex;gap:75px;align-items:start}.faq-layout__intro{position:sticky;top:130px}.faq-layout__intro h2{font-size:42px}.faq-layout__intro p{font-size:14px}.faq-list{border-top:1px solid var(--aq-line)}.faq-item{border-bottom:1px solid var(--aq-line)}.faq-item__question{width:100%;border:0;background:transparent;padding:21px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;text-align:left;color:var(--aq-ink);font-weight:700}.faq-item__question span{font-size:15px}.faq-item__question b{font-size:23px;font-weight:500;color:var(--aq-brand);transition:transform .25s ease}.faq-item.is-open .faq-item__question b{transform:rotate(45deg)}.faq-item__answer{display:flex;max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item__answer>p{overflow:hidden;margin:0;font-size:14px;line-height:23px}.faq-item.is-open .faq-item__answer{max-height:500px}.faq-item.is-open .faq-item__answer>p{padding:0 35px 20px 0}

.gallery-grid{display:flex;gap:14px}.gallery-item{margin:0;border-radius:20px;overflow:hidden;background:var(--aq-sky)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-item--1{}.gallery-item--2{}.gallery-item--3{}.gallery-item--4{}.gallery-item--5{}.gallery-item:nth-child(n+6){}

.reports-section{background:linear-gradient(180deg,#fff,#f2f9fa)}.reports-shell{display:flex;gap:50px;align-items:start}.reports-search{background:var(--aq-ink);color:#fff;border-radius:28px;padding:34px;position:sticky;top:130px}.reports-search h2{font-size:38px}.reports-search>p{color:#a9c3c9;font-size:14px}.reports-search>small{color:#79969e;font-size:14px}.report-form{margin:26px 0 14px}.report-form label{display:block;font-size:14px;font-weight:700;color:#9cb8be;margin-bottom:8px}.report-form>div{display:flex;gap:8px}.report-form input{min-width:0;flex:1;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.08);color:#fff;border-radius:13px;padding:0 14px;outline:0}.reports-result{display:flex;flex-direction:column;gap:16px}.empty-state{border:1px dashed rgba(8,123,136,.22);border-radius:24px;padding:50px 30px;text-align:center;background:#fff}.empty-state>svg{color:var(--aq-brand);margin-inline:auto;margin-bottom:16px}.empty-state h3{font-size:19px}.empty-state p{font-size:14px;max-width:450px;margin-inline:auto}.report-card{border:1px solid var(--aq-line);border-radius:22px;padding:25px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.report-card h3{font-size:17px;margin:0}.report-card__files{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}

.contact-grid{display:flex;gap:70px;align-items:start}.contact-info h2{max-width:550px}.contact-info>p{max-width:570px}.contact-cards{display:flex;gap:12px;margin-top:30px}.contact-cards>a,.contact-cards>div{border:1px solid var(--aq-line);border-radius:17px;padding:16px;display:flex;gap:12px;align-items:flex-start;background:#fff}.contact-cards svg{color:var(--aq-brand);flex:0 0 auto}.contact-cards small,.contact-cards strong{display:block}.contact-cards small{font-size:14px;color:#8b9ca1;text-transform:uppercase;letter-spacing:1px;font-weight:700}.contact-cards strong{font-size:14px;color:#36535c;margin-top:4px;word-break:break-word}.map-placeholder{display:flex;gap:50px;align-items:center}.map-placeholder h2{font-size:40px}.map-placeholder__visual{height:300px;border-radius:26px;background:radial-gradient(circle at 60% 30%,rgba(69,202,210,.22),transparent 25%),linear-gradient(135deg,#dceff2,#c5e5eb);display:flex;align-items:center;justify-content:center;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:var(--aq-brand-dark);position:relative;overflow:hidden}.map-placeholder__visual:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(8,123,136,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(8,123,136,.07) 1px,transparent 1px);background-size:32px 32px}.map-placeholder__visual svg,.map-placeholder__visual span{position:relative;z-index:2}.map-placeholder__visual span{font-weight:700;font-size:14px}

/* Single service */
.service-hero{padding:80px 0 30px;background:linear-gradient(180deg,#f8fcfd,#edf8fa)}.service-hero__grid{display:flex;gap:70px;align-items:center}.service-hero__content h1{font-size:60px;margin-bottom:20px}.service-hero__content>p{font-size:16px;max-width:620px}.service-hero__image{position:relative}.service-hero__image>img{width:100%;height:480px;object-fit:cover;border-radius:30px;box-shadow:var(--aq-shadow)}.service-hero__badge{position:absolute;left:22px;bottom:22px;border-radius:16px;background:rgba(255,255,255,.93);padding:12px 15px;display:flex;align-items:center;gap:10px;color:var(--aq-brand);box-shadow:var(--aq-shadow-sm)}.service-hero__badge span{color:var(--aq-ink);font-size:14px;font-weight:700}.service-detail-grid{display:flex;gap:70px;align-items:start}.service-side{position:sticky;top:130px}.service-side__card{border:1px solid var(--aq-line);border-radius:22px;padding:24px;background:#f8fbfc}.service-side__card h3{font-size:17px}.service-side__card ul{list-style:none;padding:0;margin:18px 0 24px;display:flex;flex-direction:column;gap:12px}.service-side__card li{display:flex;gap:9px;align-items:flex-start;font-size:14px;color:#48636b}.service-side__card li svg{color:var(--aq-brand);flex:0 0 auto;margin-top:2px}

/* Doctor single */
.doctor-profile-hero{background:linear-gradient(180deg,#f7fcfd,#edf7fa);padding:70px 0}.doctor-profile-hero__grid{display:flex;gap:75px;align-items:center}.doctor-profile-hero__image{position:relative}.doctor-profile-hero__image img{width:100%;height:520px;object-fit:cover;object-position:top;border-radius:28px;background:#dceff2;box-shadow:var(--aq-shadow)}.doctor-profile-hero__chip{position:absolute;bottom:18px;left:18px;border-radius:999px;background:rgba(255,255,255,.93);padding:9px 13px;display:flex;align-items:center;gap:7px;font-size:14px;font-weight:700;color:var(--aq-brand-dark)}.doctor-profile-hero__content h1{font-size:60px;margin-bottom:16px}.doctor-profile-hero__qual{font-size:15px;color:#31545d;font-weight:700;max-width:750px}.doctor-profile-hero__content>p:last-of-type{font-size:15px;max-width:720px}.doctor-detail-grid{display:flex;gap:70px;align-items:start}.doctor-specialties{border:1px solid var(--aq-line);background:#f8fbfc;border-radius:22px;padding:25px}.doctor-specialties h3{font-size:18px}.doctor-specialties ul{list-style:none;padding:0;margin:18px 0;display:flex;flex-direction:column;gap:11px}.doctor-specialties li{display:flex;align-items:flex-start;gap:9px;font-size:14px;color:#466169}.doctor-specialties li svg{color:var(--aq-brand);margin-top:2px;flex:0 0 auto}.doctor-disclaimer{font-size:14px!important;border-top:1px solid var(--aq-line);padding-top:15px;margin:18px 0 0!important}

/* Article single */
.article-hero{padding:85px 0 115px;background:linear-gradient(180deg,#f7fcfd,#eef8fa);text-align:center}.article-hero__inner{max-width:950px}.article-hero .breadcrumbs{justify-content:center}.article-hero h1{font-size:60px;margin-bottom:18px}.article-hero__inner>p{font-size:16px;max-width:750px;margin:0 auto}.article-meta{display:flex;justify-content:center;gap:18px;margin-top:24px;color:#82949a;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.article-cover{margin-top:-70px;position:relative;z-index:2}.article-cover img{width:100%;height:560px;object-fit:cover;border-radius:28px;box-shadow:var(--aq-shadow-sm)}.article-layout{display:flex;gap:70px;padding-top:70px;padding-bottom:110px;align-items:start}.article-content{max-width:780px}.article-note{margin-top:40px;padding:20px;border-radius:16px;background:var(--aq-sky);border:1px solid rgba(8,123,136,.1)}.article-note strong{font-size:14px}.article-note p{font-size:14px;margin:5px 0 0}.article-aside{position:sticky;top:130px}.article-aside__card{background:var(--aq-ink);color:#fff;border-radius:22px;padding:25px}.article-aside__card h3{font-size:23px}.article-aside__card p{font-size:14px;color:#a8c1c7}

.search-results-list{display:flex;flex-direction:column;gap:16px;max-width:900px}.search-result{padding:25px;border:1px solid var(--aq-line);border-radius:20px}.search-result>span{font-size:14px;text-transform:uppercase;letter-spacing:1.2px;color:var(--aq-brand);font-weight:700}.search-result h2{font-size:25px;margin:8px 0}.search-result p{font-size:14px}.pagination-wrap{margin-top:45px}.nav-links{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.nav-links a,.nav-links span{min-width:38px;height:38px;padding:0 12px;border-radius:10px;border:1px solid var(--aq-line);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.nav-links .current{background:var(--aq-brand);color:#fff;border-color:var(--aq-brand)}

.thank-you,.error-page{min-height:620px;display:flex;align-items:center;background:linear-gradient(180deg,#f7fcfd,#eef8fa)}.thank-card{max-width:720px;margin:auto;text-align:center;background:#fff;border:1px solid var(--aq-line);border-radius:30px;padding:50px;box-shadow:var(--aq-shadow-sm)}.thank-card__icon{width:68px;height:68px;border-radius:22px;display:flex;align-items:center;justify-content:center;background:var(--aq-mint);color:var(--aq-brand);margin:0 auto 24px}.thank-card h1,.thank-card h2{font-size:42px}.thank-card p{font-size:14px}.thank-card__actions{display:flex;justify-content:center;gap:10px;margin-top:25px}.error-number{font-size:100px;line-height:100px;font-weight:700;color:#dceff2;letter-spacing:-2px}

/* Footer */
.site-footer{position:relative;overflow:hidden;background:#061b24;color:#fff;padding:90px 0 0}.site-footer__glow{position:absolute;width:550px;height:550px;border-radius:50%;right:-280px;top:-260px;background:radial-gradient(circle,rgba(69,202,210,.13),transparent 70%)}
.footer-cta{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:50px;padding:0 0 55px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-cta h2{font-size:38px;margin-bottom:10px}.footer-cta p{color:#9db7bd;font-size:14px;margin:0;max-width:650px}.footer-cta__actions{display:flex;gap:10px;flex:0 0 auto}
.footer-grid{display:flex;gap:55px;padding:60px 0}.footer-brand img{width:230px;filter:brightness(0) invert(1);opacity:.95}.footer-brand>p{max-width:390px;color:#8eaab0;font-size:14px;margin:22px 0}.footer-badge{display:flex;align-items:flex-start;gap:9px;color:#b3cbd0;font-size:14px;max-width:360px}.footer-badge svg{color:#7be1dd;flex:0 0 auto;margin-top:2px}.footer-grid h3{font-size:14px;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:19px;color:#dcebed}.footer-menu,.footer-contact,.legal-menu{list-style:none;padding:0;margin:0}.footer-menu{display:flex;flex-direction:column;gap:9px}.footer-menu a{font-size:14px;color:#91aeb4;transition:color .2s ease}.footer-menu a:hover{color:#fff}.footer-contact{display:flex;flex-direction:column;gap:12px}.footer-contact li span{display:block;font-size:14px;text-transform:uppercase;letter-spacing:1px;color:#66858c;font-weight:700}.footer-contact li a{font-size:14px;color:#9fbbc1}.footer-bottom{min-height:68px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-bottom p{margin:0;color:#63858d;font-size:14px}.legal-menu{display:flex;align-items:center;gap:18px}.legal-menu a{color:#78979e;font-size:14px}

/* Animation */
.reveal{opacity:1;transform:none}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(34,185,106,.35)}70%{box-shadow:0 0 0 10px rgba(34,185,106,0)}100%{box-shadow:0 0 0 0 rgba(34,185,106,0)}}
@keyframes blob{0%,100%{border-radius:52% 48% 48% 52%/55% 55% 45% 45%;transform:rotate(0deg)}50%{border-radius:45% 55% 58% 42%/46% 51% 49% 54%;transform:rotate(2deg)}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.hero-photo-shape,.floating-card,.hero-marquee__track,.pulse-dot{animation:none!important}}


/* =========================================================
   FLEXBOX LAYOUT CONTRACT
   All theme layout uses Flexbox. Typography/spacing uses px.
========================================================= */
.icon-button,.trust-item>span,.service-card__icon,.diagnostic-showcase__cards span,.process-card__icon,.review-card__author>span,.page-hero__medical-icon,.value-card__icon,.info-callout>span,.mini-cards article>span,.map-placeholder__visual,.nav-links a,.nav-links span,.thank-card__icon{align-items:center;justify-content:center}

.home-hero__grid{display:flex;align-items:center;gap:62px}.home-hero__content,.home-hero__visual{width:calc(50% - 31px)}
.trust-ribbon__grid{display:flex;flex-wrap:wrap}.trust-item{width:25%}
.split-story{display:flex;align-items:center;gap:85px}.split-story__content,.split-story__media{width:calc(50% - 43px)}
.check-list{display:flex;flex-wrap:wrap;gap:12px 18px}.check-list span{width:calc(50% - 9px)}
.section-head--spread{display:flex;align-items:flex-end;gap:70px}.section-head--spread>div:first-child{width:60%}.section-head--spread>div:last-child{width:40%}
.services-grid{display:flex;flex-wrap:wrap;gap:22px}.services-grid .service-card{width:calc(33.333% - 15px)}
.diagnostic-showcase__grid{display:flex;align-items:center;gap:80px}.diagnostic-showcase__content{width:40%}.diagnostic-showcase__cards{width:60%;display:flex;flex-wrap:wrap;gap:14px}.diagnostic-showcase__cards a{width:calc(50% - 7px)}
.stats-shell{display:flex;align-items:stretch;gap:70px}.stats-shell__intro{width:38%}.stats-grid{width:62%;display:flex;flex-wrap:wrap}.stats-grid div{width:50%}
.doctors-grid{display:flex;flex-wrap:wrap;gap:20px}.doctors-grid .doctor-card{width:calc(25% - 15px)}
.process-grid{display:flex;flex-wrap:wrap;gap:16px}.process-grid .process-card{width:calc(25% - 12px)}
.reviews-masonry{display:flex;flex-wrap:wrap;gap:20px}.reviews-masonry .review-card--static{width:calc(33.333% - 14px);margin:0}
.instant-care__shell{display:flex}.instant-care__content,.instant-care__visual{width:50%}
.posts-grid{display:flex;flex-wrap:wrap;gap:22px}.posts-grid .post-card{width:calc(33.333% - 15px)}
.appointment-shell{display:flex;align-items:center;gap:60px}.appointment-shell__copy{width:40%}.appointment-shell__form{width:60%}
.aq-form__grid{display:flex;flex-wrap:wrap;gap:15px}.aq-form__grid label{width:calc(50% - 8px)}
.page-hero__grid{display:flex;align-items:center;gap:70px}.page-hero__content{width:64%}.page-hero__visual{width:36%}
.values-grid{display:flex;flex-wrap:wrap;gap:20px}.values-grid .value-card{width:calc(33.333% - 14px)}
.founder-shell{display:flex;gap:30px}.founder-shell__mark{width:130px;flex:0 0 130px}
.diagnostic-steps .mini-cards{display:flex;flex-wrap:wrap;gap:18px}.diagnostic-steps .mini-cards article{width:calc(33.333% - 12px)}
.guide-grid{display:flex;flex-wrap:wrap;gap:20px}.guide-grid .guide-card{width:calc(50% - 10px)}
.feature-grid{display:flex;flex-wrap:wrap;gap:18px}.feature-grid .feature-card{width:calc(33.333% - 12px)}
.faq-layout{display:flex;align-items:flex-start;gap:75px}.faq-layout__intro{width:38%}.faq-layout .faq-list{width:62%}
.gallery-grid{display:flex;flex-wrap:wrap;gap:14px}.gallery-item{width:calc(33.333% - 10px);height:280px}.gallery-item--1{width:calc(58% - 7px);height:420px}.gallery-item--2{width:calc(42% - 7px);height:420px}
.reports-shell{display:flex;align-items:flex-start;gap:50px}.reports-search{width:42%}.reports-result{width:58%}
.contact-grid{display:flex;align-items:flex-start;gap:70px}.contact-info{width:44%}.contact-grid>.appointment-shell__form{width:56%}.contact-cards{display:flex;flex-wrap:wrap;gap:12px}.contact-cards>a,.contact-cards>div{width:calc(50% - 6px)}
.map-placeholder{display:flex;align-items:center;gap:50px}.map-placeholder>div:first-child{width:58%}.map-placeholder__visual{width:42%}
.service-hero__grid{display:flex;align-items:center;gap:70px}.service-hero__content,.service-hero__image{width:calc(50% - 35px)}
.service-detail-grid{display:flex;align-items:flex-start;gap:70px}.service-main{flex:1}.service-side{width:360px;flex:0 0 360px}
.doctor-profile-hero__grid{display:flex;align-items:center;gap:75px}.doctor-profile-hero__image{width:430px;flex:0 0 430px}.doctor-profile-hero__content{flex:1}
.doctor-detail-grid{display:flex;align-items:flex-start;gap:70px}.doctor-detail-grid>.prose{flex:1}.doctor-specialties{width:360px;flex:0 0 360px}
.article-layout{display:flex;align-items:flex-start;gap:70px}.article-content{flex:1}.article-aside{width:330px;flex:0 0 330px}
.footer-grid{display:flex;gap:55px;padding:60px 0}.footer-grid>div:nth-child(1){width:35%}.footer-grid>div:nth-child(2){width:16%}.footer-grid>div:nth-child(3){width:20%}.footer-grid>div:nth-child(4){width:29%}
.mobile-app-nav{display:none}
.footer-developer{font-size:14px;line-height:18px;color:#9fbac0;transition:color .2s ease}.footer-developer:hover{color:#ffffff}

/* More comfortable inner-page sizing */
.page-hero__content>p,.service-hero__content>p,.doctor-profile-hero__content>p,.contact-info>p,.faq-layout__intro p{font-size:17px;line-height:28px}
.prose{font-size:17px;line-height:29px}.prose p,.prose li{font-size:17px;line-height:29px}
.service-card__body p,.doctor-card__body p,.process-card p,.mini-cards p,.guide-card p,.feature-card p,.post-card__body p{font-size:15px;line-height:24px}
.service-card__body h3,.doctor-card__body h3,.process-card h3,.mini-cards h3,.feature-card h3{font-size:20px;line-height:28px}

/* Testimonial page load-more */
.testimonial-summary{display:flex;gap:18px;margin-bottom:42px}.testimonial-summary>div{width:33.333%;border:1px solid var(--aq-line);border-radius:20px;padding:22px;background:#f8fbfc}.testimonial-summary strong{display:block;font-size:18px;line-height:25px;color:var(--aq-ink);margin-bottom:5px}.testimonial-summary span{display:block;font-size:14px;line-height:22px;color:var(--aq-muted)}
.testimonial-load-wrap{text-align:center;margin-top:42px}.testimonial-load-status{font-size:14px;line-height:20px;margin:12px 0 0}.btn.is-loading{opacity:.65;pointer-events:none}.testimonial-story-card{width:calc(50% - 43px);background:var(--aq-ink);color:#fff;border-radius:28px;padding:38px}.testimonial-story-card>span{display:flex;width:58px;height:58px;border-radius:18px;align-items:center;justify-content:center;background:rgba(69,202,210,.14);color:#7be1dd;margin-bottom:30px}.testimonial-story-card h3{font-size:30px;line-height:40px}.testimonial-story-card p{font-size:16px;line-height:27px;color:#a9c5ca}


/* =========================================================
   RESPONSIVE + STABILITY
   Clean single responsive system. No CSS Grid, no rem/em/clamp.
========================================================= */
html{scrollbar-gutter:stable}
html.is-locked,body.is-locked{overflow:hidden;overscroll-behavior:none}
body{min-width:320px}
.container{width:100%;max-width:1280px;padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto}
.site-header__inner{padding-top:0;padding-bottom:0}
.desktop-nav{min-width:0}
.desktop-nav__list{gap:18px;white-space:nowrap}
.desktop-nav__list>li>a{font-size:14px;line-height:18px}
.footer-menu,.footer-contact,.legal-menu,.desktop-nav__list,.mobile-menu__list{list-style:none}
.site-footer .container{position:relative;z-index:2}
.footer-brand{overflow:visible}
.footer-brand img{display:block;overflow:visible}
.section:first-child:not(.home-hero):not(.page-hero):not(.service-hero):not(.doctor-profile-hero):not(.article-hero){padding-top:90px}
.testimonial-page-section{padding-top:90px}

/* Progressive enhancement: content stays visible even if JS fails. */
.reveal{opacity:1;transform:none}
.js .reveal{opacity:0;transform:translateY(18px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}
.js .reveal--delay{transition-delay:.1s}
.js .reveal.is-visible{opacity:1;transform:none}

/* Original site typography */
:root{--font-body:'Nunito',Arial,sans-serif;--font-display:'Nunito',Arial,sans-serif}
body,h1,h2,h3,h4,h5,h6,a,button,input,select,textarea{font-family:'Nunito',Arial,sans-serif}
p,.prose li,.prose ol,.prose ul{font-family:'Poppins',Arial,sans-serif}

/* Logo sizing */
.site-brand a{display:flex;align-items:center;height:70px;overflow:visible}
.site-brand img,.site-brand .custom-logo{display:block;width:225px;height:62px;max-width:100%;max-height:none;object-fit:contain;object-position:left center;overflow:visible}
.site-header,.site-header__inner{overflow:visible}
.footer-brand img{width:250px;height:74px;max-width:100%;max-height:none;object-fit:contain;object-position:left center;filter:none;opacity:1}

@media (max-width:1180px) and (min-width:901px){
  .site-header__inner{gap:16px}
  .site-brand{width:190px}
  .site-brand img,.site-brand .custom-logo{width:190px;height:54px}
  .desktop-nav__list{gap:11px}
  .desktop-nav__list>li>a{font-size:14px;line-height:17px}
  .site-header__actions .btn{display:none}
  .home-hero__grid{gap:34px}
  .home-hero__content,.home-hero__visual{width:calc(50% - 17px)}
  .hero-photo-wrap{height:530px}
  .hero-photo-shape{width:430px;height:430px}
  .hero-photo-wrap>img{max-height:530px}
  .section{padding-top:90px;padding-bottom:90px}
  .services-grid .service-card,.doctors-grid .doctor-card{width:calc(50% - 11px)}
  .process-grid .process-card{width:calc(50% - 8px)}
  .footer-grid{flex-wrap:wrap}
  .footer-grid>div:nth-child(1){width:45%}
  .footer-grid>div:nth-child(2),.footer-grid>div:nth-child(3){width:22%}
  .footer-grid>div:nth-child(4){width:100%}
}

@media (max-width:900px){
  html{scrollbar-gutter:auto}
  body{padding-bottom:84px}
  .container{padding-left:18px;padding-right:18px}
  .topbar,.desktop-nav,.site-header__actions{display:none}
  .site-header{position:relative;top:auto;left:auto;right:auto;transform:translateY(0);transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
  .site-header__inner{height:76px;justify-content:center}
  .site-brand{width:215px}
  .site-brand a{height:62px}
  .site-brand img,.site-brand .custom-logo{width:210px;height:58px;max-height:none;object-position:center}

  .mobile-app-nav{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:600;background:rgba(255,255,255,.98);backdrop-filter:blur(18px);box-shadow:0 -12px 35px rgba(7,29,38,.13);border-top:1px solid rgba(7,29,38,.07);border-radius:16px 16px 0 0;padding:8px 6px 10px;min-height:78px}
  .mobile-app-nav>a,.mobile-app-nav>button{width:25%;flex:0 0 25%;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#586d75;font-size:12px;line-height:14px;font-weight:600;min-width:0;padding:3px 0;white-space:nowrap}
  .mobile-app-nav svg{color:#71858d}
  .mobile-app-nav__book svg{color:var(--aq-brand)!important}
  .mobile-app-nav__whatsapp svg{color:var(--aq-green)!important;fill:rgba(34,199,106,.08)}

  .mobile-sheet{display:block;position:fixed;inset:0;z-index:650;pointer-events:none;height:100%}
  .mobile-sheet__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(4,24,31,.58);opacity:0;transition:opacity .3s ease;touch-action:none}
  .mobile-sheet__panel{position:absolute;left:0;right:0;bottom:0;top:45px;max-height:calc(100% - 45px);overflow-y:auto;background:#fff;border-radius:28px 28px 0 0;padding:22px 20px 102px;transform:translateY(100%);transition:transform .32s cubic-bezier(.2,.8,.2,1);box-shadow:0 -24px 70px rgba(0,0,0,.2);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;will-change:transform}
  .mobile-sheet.is-open{pointer-events:auto}
  .mobile-sheet.is-open .mobile-sheet__backdrop{opacity:1}
  .mobile-sheet.is-open .mobile-sheet__panel{transform:translateY(0)}
  .mobile-sheet__head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid var(--aq-line)}
  .mobile-sheet__head img{width:195px;height:58px;max-height:none;object-fit:contain;object-position:left center}
  .mobile-sheet__eyebrow{font-size:14px;line-height:15px;text-transform:uppercase;letter-spacing:1.2px;color:#8a9ca2;font-weight:700;margin:22px 0 10px}
  .mobile-menu__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}
  .mobile-menu__list>li>a{display:flex;align-items:center;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--aq-line);font-size:17px;line-height:25px;font-weight:700;color:var(--aq-ink)}
  .mobile-menu__list .sub-menu{list-style:none;padding:4px 0 8px 16px;margin:0;border-bottom:1px solid var(--aq-line)}
  .mobile-menu__list .sub-menu a{display:block;padding:8px 0;font-size:14px;line-height:18px;color:#5e757d;font-weight:600}
  .mobile-sheet__contact{display:flex;gap:10px;margin-top:20px}
  .mobile-sheet__contact a{width:50%;display:flex;align-items:center;gap:10px;background:var(--aq-sky);border-radius:15px;padding:13px;color:var(--aq-brand)}
  .mobile-sheet__contact small,.mobile-sheet__contact span{display:block}
  .mobile-sheet__contact small{font-size:14px;line-height:14px;color:#8a9da3;text-transform:uppercase;letter-spacing:1px}
  .mobile-sheet__contact span{font-size:14px;line-height:17px;font-weight:700;color:#2d4e57}

  .search-modal__dialog{margin:55px auto 0;padding:24px}
  .search-modal__top h2{font-size:30px;line-height:38px}

  .home-hero{padding-top:55px}
  .home-hero__grid,.split-story,.diagnostic-showcase__grid,.stats-shell,.instant-care__shell,.appointment-shell,.page-hero__grid,.faq-layout,.reports-shell,.contact-grid,.map-placeholder,.service-hero__grid,.service-detail-grid,.doctor-profile-hero__grid,.doctor-detail-grid,.article-layout,.footer-cta{flex-direction:column}
  .home-hero__content,.home-hero__visual,.split-story__content,.split-story__media,.diagnostic-showcase__content,.diagnostic-showcase__cards,.stats-shell__intro,.stats-grid,.instant-care__content,.instant-care__visual,.appointment-shell__copy,.appointment-shell__form,.page-hero__content,.page-hero__visual,.faq-layout__intro,.faq-layout .faq-list,.reports-search,.reports-result,.contact-info,.contact-grid>.appointment-shell__form,.map-placeholder>div:first-child,.map-placeholder__visual,.service-hero__content,.service-hero__image,.service-main,.doctor-profile-hero__content,.article-content{width:100%}
  .home-hero__grid{text-align:center;gap:30px}
  .home-hero__content{padding-bottom:10px}
  .hero-trust-pill{margin-left:auto;margin-right:auto}
  .home-hero h1{font-size:52px;line-height:60px;margin-left:auto;margin-right:auto}
  .home-hero__lead{margin-left:auto;margin-right:auto}
  .home-hero__actions,.home-hero__mini-stats{justify-content:center}
  .home-hero__visual{min-height:560px}
  .hero-photo-wrap{height:550px}
  .hero-photo-shape{right:50%;transform:translateX(50%);width:470px;height:470px}
  .hero-photo-wrap>img{max-height:550px}
  .floating-card--top{right:4%}
  .floating-card--bottom{left:5%}
  .hero-marquee{margin-top:15px}

  .section-head--spread{flex-direction:column;align-items:flex-start;gap:16px}
  .section-head--spread>div:first-child,.section-head--spread>div:last-child{width:100%;max-width:650px}
  .trust-item{width:50%}
  .check-list span{width:calc(50% - 9px)}
  .values-grid .value-card,.feature-grid .feature-card{width:calc(50% - 10px)}
  .posts-grid .post-card{width:calc(50% - 11px)}
  .reviews-masonry .review-card--static{width:calc(50% - 10px)}
  .doctor-profile-hero__image{width:340px;flex:0 0 auto}
  .doctor-specialties,.article-aside,.service-side{width:100%;flex:0 0 auto}
  .service-side,.article-aside,.faq-layout__intro,.reports-search,.appointment-shell--page .appointment-shell__copy{position:static}
  .page-hero__visual{display:none}
  .testimonial-story-card{width:100%}
  .testimonial-summary{flex-wrap:wrap}
  .testimonial-summary>div{width:calc(50% - 9px)}
  .footer-cta{align-items:flex-start}
  .footer-grid{flex-wrap:wrap}
  .footer-grid>div:nth-child(1),.footer-grid>div:nth-child(2),.footer-grid>div:nth-child(3),.footer-grid>div:nth-child(4){width:calc(50% - 28px)}
}

@media (max-width:640px){
  .container{padding-left:14px;padding-right:14px}
  .section{padding-top:72px;padding-bottom:72px}
  .section--intro{padding-top:80px}
  h1{font-size:44px;line-height:50px}
  h2{font-size:36px;line-height:44px}
  h3{font-size:20px;line-height:28px}
  .eyebrow{font-size:14px;line-height:16px}
  .btn{min-height:48px;padding:0 18px;font-size:14px;line-height:18px}
  .page-hero__content h1,.service-hero__content h1,.doctor-profile-hero__content h1,.article-hero h1{font-size:42px;line-height:50px}
  .site-header__inner{height:70px}
  .site-brand{width:195px}
  .site-brand a{height:58px}
  .site-brand img,.site-brand .custom-logo{width:190px;height:54px}
  .mobile-app-nav{min-height:76px}
  .mobile-app-nav>a,.mobile-app-nav>button{font-size:12px;line-height:14px}
  .mobile-app-nav svg{width:21px;height:21px}
  .mobile-sheet__panel{padding-left:16px;padding-right:16px}
  .mobile-sheet__head img{width:180px;height:54px}
  .search-modal__dialog{width:calc(100% - 22px);padding:20px;border-radius:22px}
  .search-modal__top h2{font-size:25px;line-height:32px}
  .site-search__field{height:auto;min-height:58px;flex-wrap:wrap;padding:8px 8px 8px 14px}
  .site-search__field input{min-width:160px}
  .site-search__field button{padding:0 16px}

  .home-hero{padding-top:42px}
  .home-hero__content{padding-bottom:0}
  .hero-trust-pill{font-size:14px;line-height:15px}
  .home-hero h1{font-size:44px;line-height:50px;margin-bottom:18px}
  .home-hero__lead{font-size:15px;line-height:26px}
  .home-hero__actions .btn{flex:1}
  .home-hero__mini-stats{gap:11px;justify-content:space-between}
  .home-hero__mini-stats div{flex:1}
  .home-hero__mini-stats strong{font-size:20px;line-height:26px}
  .home-hero__mini-stats span{font-size:14px;line-height:14px}
  .home-hero__visual{min-height:450px}
  .hero-photo-wrap{height:450px}
  .hero-photo-shape{width:360px;height:360px}
  .hero-photo-wrap>img{max-height:450px;max-width:110%}
  .floating-card{width:178px;padding:10px 11px;border-radius:14px}
  .floating-card strong{font-size:14px;line-height:15px}
  .floating-card span{font-size:14px;line-height:14px}
  .floating-card svg{width:19px}
  .floating-card--top{top:75px;right:-6px}
  .floating-card--bottom{left:-5px;bottom:45px}
  .hero-marquee{height:48px}
  .hero-marquee__track{font-size:14px;gap:55px}
  .hero-marquee__track span:after{margin-left:55px}

  .trust-item{width:50%;padding:18px 10px;gap:9px}
  .trust-item:first-child{padding-left:10px}
  .trust-item>span{width:36px;height:36px;border-radius:11px}
  .trust-item strong{font-size:14px;line-height:15px}
  .trust-item small{font-size:14px;line-height:14px}
  .image-frame{padding:9px;border-radius:22px}
  .image-frame img,.image-frame--portrait img{height:390px;border-radius:16px}
  .image-frame__badge{right:10px;bottom:20px;min-width:175px}
  .split-story__content>p{font-size:15px;line-height:26px}
  .inline-actions{gap:13px}

  .section-head{margin-bottom:30px}
  .section-head--center{margin-bottom:35px}
  .service-card__media{height:220px}
  .service-card__body p{min-height:0}
  .diagnostic-showcase__cards{gap:10px}
  .diagnostic-showcase__cards a{width:calc(50% - 5px);min-height:160px;padding:16px}
  .diagnostic-showcase__cards strong{font-size:14px;line-height:20px}
  .diagnostic-showcase__cards small{font-size:14px;line-height:14px}
  .stats-shell{padding:28px 20px;border-radius:24px;gap:25px}
  .stats-shell__intro h2{font-size:30px;line-height:38px}
  .stats-grid div{padding:15px 12px}
  .stats-grid strong{font-size:27px;line-height:34px}
  .stats-grid small{font-size:14px;line-height:14px}
  .doctor-card__media{height:450px}
  .process-card{min-height:220px}
  .review-card{flex-basis:calc(100% - 28px)}
  .instant-care__content{padding:35px 24px}
  .instant-care__visual{min-height:260px}
  .posts-grid .post-card:last-child{max-width:none}
  .post-card__media{height:230px}
  .appointment-shell__form{padding:22px;border-radius:22px}
  .aq-form__grid label{width:100%}

  .page-hero{padding:58px 0}
  .page-hero__content h1{font-size:42px;line-height:50px}
  .page-hero__content>p{font-size:14px;line-height:24px}
  .breadcrumbs{margin-bottom:18px;overflow-x:auto;white-space:nowrap}
  .founder-shell{padding:30px 24px}
  .founder-shell__mark{font-size:90px;line-height:90px;height:40px}
  .founder-shell blockquote{font-size:26px;line-height:36px}
  .care-router{padding:26px 22px}
  .care-router h2{font-size:29px;line-height:38px}
  .care-router__actions{width:100%;flex-direction:column}
  .care-router__actions .btn{width:100%}
  .info-callout{align-items:flex-start;flex-wrap:wrap}
  .info-callout .btn{width:100%;margin-left:0}
  .faq-layout__intro h2{font-size:34px;line-height:42px}
  .reviews-masonry{display:flex;flex-direction:column}
  .report-form>div{flex-direction:column}
  .report-form input{min-height:52px}
  .report-card{align-items:flex-start;flex-direction:column}
  .report-card__files{justify-content:flex-start}
  .map-placeholder h2{font-size:34px;line-height:42px}
  .map-placeholder__visual{height:250px}

  .service-hero{padding-top:55px}
  .service-hero__content h1{font-size:42px;line-height:50px}
  .service-hero__image>img{height:330px;border-radius:22px}
  .service-hero__badge{left:12px;right:12px;bottom:12px}
  .service-detail-grid{gap:35px}
  .doctor-profile-hero{padding:50px 0}
  .doctor-profile-hero__image{max-width:420px}
  .doctor-profile-hero__image img{height:480px}
  .doctor-profile-hero__content h1{font-size:43px;line-height:51px}
  .article-hero{padding:60px 0 90px}
  .article-hero h1{font-size:39px;line-height:47px}
  .article-cover{margin-top:-55px}
  .article-cover img{height:320px;border-radius:20px}
  .article-layout{padding-top:45px;padding-bottom:75px}
  .thank-card{padding:34px 22px}
  .thank-card h1,.thank-card h2{font-size:34px;line-height:42px}
  .thank-card__actions{flex-direction:column}
  .error-number{font-size:80px;line-height:80px}

  .check-list span,.services-grid .service-card,.doctors-grid .doctor-card,.process-grid .process-card,.values-grid .value-card,.feature-grid .feature-card,.posts-grid .post-card,.reviews-masonry .review-card--static,.diagnostic-steps .mini-cards article,.guide-grid .guide-card,.contact-cards>a,.contact-cards>div,.testimonial-summary>div{width:100%}
  .gallery-item,.gallery-item--1,.gallery-item--2{width:100%;height:280px}
  .footer-cta{padding-bottom:42px}
  .footer-cta h2{font-size:32px;line-height:40px}
  .footer-cta__actions{flex-direction:column;width:100%}
  .footer-cta__actions .btn{width:100%}
  .footer-grid{flex-direction:column;padding:45px 0;gap:35px}
  .footer-grid>div:nth-child(1),.footer-grid>div:nth-child(2),.footer-grid>div:nth-child(3),.footer-grid>div:nth-child(4){width:100%}
  .footer-bottom{align-items:flex-start;flex-direction:column;padding:20px 0;min-height:110px}
  .legal-menu{gap:12px;flex-wrap:wrap}
  .testimonial-story-card{padding:28px 22px}
  .testimonial-story-card h3{font-size:26px;line-height:34px}
}


/* =========================================================
   LIVE-SITE RECOVERY
   Defensive reset + dependable content visibility.
========================================================= */
body.aqmc-site{
  width:100%!important;
  max-width:none!important;
  min-width:320px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
  background:#ffffff!important;
}
body.aqmc-site #main,
body.aqmc-site .topbar,
body.aqmc-site .site-header,
body.aqmc-site .site-footer{
  width:100%!important;
  max-width:none!important;
}
body.aqmc-site .container{
  width:100%!important;
  max-width:1280px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:20px!important;
  padding-right:20px!important;
}

/* Content must never disappear when a browser/plugin blocks observers. */
.reveal,
.js .reveal,
.js .reveal--delay,
.js .reveal.is-visible{
  opacity:1!important;
  transform:none!important;
}

.review-card[hidden],
[data-load-reviews][hidden]{
  display:none!important;
}
.reviews-empty-state,
.blog-empty-state{
  width:100%;
  border:1px solid var(--aq-line);
  border-radius:24px;
  padding:34px;
  background:#f8fbfc;
}
.reviews-empty-state h3,
.blog-empty-state h3{
  margin-bottom:8px;
  font-size:24px;
  line-height:32px;
}
.reviews-empty-state p,
.blog-empty-state p{
  margin-bottom:0;
  font-size:15px;
  line-height:25px;
}
.blog-archive-section .posts-grid--archive{
  align-items:stretch;
}
.blog-archive-section .post-card{
  display:flex;
  flex-direction:column;
}
.blog-archive-section .post-card__body{
  display:flex;
  flex-direction:column;
  flex:1;
}

@media (max-width:900px){
  body.aqmc-site .container{
    padding-left:18px!important;
    padding-right:18px!important;
  }
}
@media (max-width:640px){
  body.aqmc-site .container{
    padding-left:14px!important;
    padding-right:14px!important;
  }
}
body.aqmc-site{
  color:var(--aq-ink)!important;
  font-family:'Nunito',Arial,sans-serif!important;
  font-size:16px!important;
  line-height:28px!important;
}

/* =========================================================
   INTERACTION + STABILITY FIXES
========================================================= */

/* Prevent the browser's default blue click-focus rectangle while keeping a
   clear keyboard-only focus treatment. */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus{
  outline:0;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible{
  outline:2px solid #087b88;
  outline-offset:3px;
}
.desktop-nav__list>li>a:focus,
.desktop-nav__list>li>a:active{
  outline:0;
  box-shadow:none;
}

/* Home patient review Slick slider */
.home-reviews-slider.slick-initialized{
  display:block;
  overflow:visible;
  cursor:default;
  padding:8px 44px 40px;
}
.home-reviews-slider .slick-list{
  overflow:hidden;
  margin-left:-9px;
  margin-right:-9px;
}
.home-reviews-slider .slick-track{
  display:flex;
  align-items:stretch;
}
.home-reviews-slider .slick-slide{
  height:auto;
  margin-left:9px;
  margin-right:9px;
}
.home-reviews-slider .slick-slide>div{
  height:100%;
}
.home-reviews-slider .review-card{
  width:auto;
  height:100%;
  min-height:300px;
  margin:0;
  display:flex!important;
  flex-direction:column;
}
.home-reviews-slider .review-card blockquote{
  flex:1;
}
.aq-slick-arrow{
  position:absolute;
  top:45%;
  width:42px;
  height:42px;
  margin-top:-21px;
  border:1px solid rgba(7,29,38,.12);
  border-radius:50%;
  background:#ffffff;
  color:#087b88;
  font-size:30px;
  line-height:36px;
  z-index:5;
  box-shadow:0 10px 26px rgba(4,38,48,.10);
}
.aq-slick-arrow:hover{
  background:#087b88;
  color:#ffffff;
}
.aq-slick-prev{left:0}
.aq-slick-next{right:0}
.home-reviews-slider .slick-dots{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  list-style:none;
  margin:0;
  padding:0;
}
.home-reviews-slider .slick-dots li{
  margin:0;
  padding:0;
}
.home-reviews-slider .slick-dots button{
  display:block;
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#bfd4d8;
  font-size:0;
  line-height:14px;
}
.home-reviews-slider .slick-dots .slick-active button{
  width:24px;
  border-radius:8px;
  background:#087b88;
}

/* Testimonial page progressive load-more */
.testimonial-load-wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.testimonial-load-wrap .btn{
  min-width:210px;
}
.testimonial-load-status{
  min-height:20px;
}

/* Real Google Map */
.contact-map-shell{
  display:flex;
  align-items:center;
  gap:58px;
}
.contact-map-copy{
  flex:1;
  min-width:0;
}
.contact-map-copy h2{
  font-size:40px;
  line-height:50px;
}
.contact-map-copy>p{
  max-width:610px;
}
.contact-map-frame{
  width:560px;
  flex:0 0 560px;
  overflow:hidden;
  border:1px solid rgba(7,29,38,.10);
  border-radius:28px;
  background:#dceff2;
  box-shadow:0 18px 50px rgba(4,38,48,.10);
}
.contact-map-frame iframe{
  display:block;
  width:100%;
  height:420px;
  border:0;
}

/* Keep WordPress fatal/error-page styles from shrinking a normal site page. */
body.aqmc-site{
  width:100%!important;
  max-width:none!important;
  min-width:320px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
  background:#ffffff!important;
  color:#071d26!important;
  font-family:'Nunito',Arial,sans-serif!important;
  font-size:16px!important;
  line-height:28px!important;
}
body.aqmc-site h1,
body.aqmc-site h2,
body.aqmc-site h3,
body.aqmc-site h4,
body.aqmc-site h5,
body.aqmc-site h6{
  font-family:'Poppins',Arial,sans-serif;
}

@media (max-width:1024px){
  .home-reviews-slider.slick-initialized{
    padding-left:42px;
    padding-right:42px;
  }
  .contact-map-shell{
    flex-direction:column;
    align-items:stretch;
  }
  .contact-map-frame{
    width:100%;
    flex:0 0 auto;
  }
}

@media (max-width:640px){
  .home-reviews-slider.slick-initialized{
    padding-left:0;
    padding-right:0;
    padding-bottom:50px;
  }
  .home-reviews-slider .slick-list{
    margin-left:0;
    margin-right:0;
  }
  .home-reviews-slider .slick-slide{
    margin-left:0;
    margin-right:0;
    padding-left:0;
    padding-right:0;
  }
  .aq-slick-arrow{
    top:auto;
    bottom:0;
    margin-top:0;
  }
  .aq-slick-prev{left:calc(50% - 58px)}
  .aq-slick-next{right:calc(50% - 58px)}
  .home-reviews-slider .slick-dots{
    bottom:13px;
    pointer-events:none;
  }
  .contact-map-copy h2{
    font-size:34px;
    line-height:42px;
  }
  .contact-map-frame{
    border-radius:22px;
  }
  .contact-map-frame iframe{
    height:340px;
  }
}

a,button{
  -webkit-tap-highlight-color:transparent;
}


/* =========================================================
    SPACING, TYPOGRAPHY & CONTENT REFINEMENT
========================================================= */

/* One predictable vertical rhythm across normal site sections. */
.section{
  padding-top:80px!important;
  padding-bottom:80px!important;
}

/* Requested homepage hero title size. */
.home-hero h1{
  font-size:60px;
  line-height:70px;
}

/* Give each Slick review its own breathing room. */
.home-reviews-slider .slick-list{
  margin-left:-14px;
  margin-right:-14px;
}
.home-reviews-slider .slick-slide{
  margin-left:0;
  margin-right:0;
  padding-left:14px;
  padding-right:14px;
}
.home-reviews-slider .review-card{
  border-radius:24px;
}
.home-reviews-slider .slick-dots button{
  font-size:14px;
  line-height:14px;
  color:transparent;
  text-indent:-999px;
  overflow:hidden;
}

/* About owner / director message image field. */
.founder-shell--with-image{
  align-items:stretch;
  gap:0;
  padding:0;
  overflow:hidden;
}
.founder-shell__photo{
  width:34%;
  flex:0 0 34%;
  min-height:420px;
  background:#0b4b58;
}
.founder-shell__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.founder-shell__content{
  display:flex;
  gap:30px;
  align-items:flex-start;
  flex:1;
  padding:52px;
}
.founder-shell__role{
  display:block;
  margin-top:20px;
  color:#96f0e5;
  font-size:14px;
  line-height:22px;
  font-weight:700;
}

/* Diagnostic intro CTA needs clear separation from the checklist above it. */
.diagnostics-page .split-story__content>.btn{
  margin-top:28px;
}

/* Keep normal site text at 14px or above; the mobile app bar is the only 12px exception. */
body.aqmc-site .topbar,
body.aqmc-site .topbar a,
body.aqmc-site small,
body.aqmc-site .mini-label,
body.aqmc-site .eyebrow,
body.aqmc-site .text-link,
body.aqmc-site .phone-link,
body.aqmc-site .desktop-nav__list a,
body.aqmc-site .mobile-app-nav a,
body.aqmc-site .mobile-app-nav button,
body.aqmc-site .footer-menu a,
body.aqmc-site .legal-menu a,
body.aqmc-site .footer-contact a,
body.aqmc-site .footer-contact span,
body.aqmc-site .footer-bottom p{
  font-size:14px;
}

@media (max-width:1024px){
  .section{
    padding-top:70px!important;
    padding-bottom:70px!important;
  }
  .home-hero h1{
    font-size:50px;
    line-height:60px;
  }
  .founder-shell--with-image{
    flex-direction:column;
  }
  .founder-shell__photo{
    width:100%;
    flex:0 0 auto;
    height:440px;
    min-height:0;
  }
  .founder-shell__content{
    width:100%;
  }
}

@media (max-width:640px){
  .section{
    padding-top:60px!important;
    padding-bottom:60px!important;
  }
  .home-hero h1{
    font-size:44px;
    line-height:52px;
  }
  .home-reviews-slider .slick-list{
    margin-left:0;
    margin-right:0;
  }
  .home-reviews-slider .slick-slide{
    margin-left:0;
    margin-right:0;
    padding-left:0;
    padding-right:0;
  }
  .founder-shell__photo{
    height:360px;
  }
  .founder-shell__content{
    flex-direction:column;
    gap:12px;
    padding:30px 24px;
  }
  .diagnostics-page .split-story__content>.btn{
    margin-top:24px;
  }
}

/* Prevent the Reviews → Instant Care transition from doubling the standard section gap. */
.reviews-section{
  padding-bottom:40px!important;
}
.reviews-section + .instant-care{
  padding-top:40px!important;
}
@media (max-width:1024px){
  .reviews-section{
    padding-bottom:35px!important;
  }
  .reviews-section + .instant-care{
    padding-top:35px!important;
  }
}
@media (max-width:640px){
  .reviews-section{
    padding-bottom:30px!important;
  }
  .reviews-section + .instant-care{
    padding-top:30px!important;
  }
}

/* =========================================================
   LIVE MOBILE HEADER + REVIEW CARD SPACING
========================================================= */

/* The wrapper is the Slick slide. The card sits inside it, so the transparent
   wrapper padding creates a real visible gap between card borders. */
.home-reviews-slider.slick-initialized .slick-list{
  margin-left:-12px;
  margin-right:-12px;
}
.home-reviews-slider .review-slide{
  box-sizing:border-box;
  padding-left:12px;
  padding-right:12px;
}
.home-reviews-slider .review-slide .review-card{
  width:100%;
  max-width:none;
  height:100%;
  margin:0;
  flex:0 0 auto;
}
.home-reviews-slider.slick-initialized .slick-track{
  display:flex;
  align-items:stretch;
}
.home-reviews-slider.slick-initialized .slick-slide{
  height:auto;
}
.home-reviews-slider.slick-initialized .slick-slide > div{
  height:100%;
}

/* Mobile bottom actions are intentionally compact; this is the only 12px
   interface text exception in the custom theme. */
@media (max-width:900px){
  .mobile-app-nav>a,
  .mobile-app-nav>button,
  .mobile-app-nav span{
    font-size:12px!important;
    line-height:14px!important;
  }

  /* At the top the header belongs to normal document flow. It only becomes
     fixed after an upward scroll, then hides again on a downward scroll. */
  .site-header{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%;
    transform:translateY(0);
  }
  .site-header.is-mobile-floating{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    z-index:590;
    width:100%;
    transform:translateY(0);
    box-shadow:0 12px 34px rgba(4,38,48,.12);
  }
  .site-header.is-mobile-floating.is-mobile-hidden{
    transform:translateY(-115%);
  }
  body.admin-bar .site-header.is-mobile-floating{
    top:32px!important;
  }
}

@media (max-width:782px){
  body.admin-bar .site-header.is-mobile-floating{
    top:46px!important;
  }
}

@media (max-width:640px){
  .home-reviews-slider.slick-initialized .slick-list{
    margin-left:-8px;
    margin-right:-8px;
  }
  .home-reviews-slider .review-slide{
    padding-left:8px;
    padding-right:8px;
  }
}
