:root{
  --navy:#0c4565;
  --navy-2:#126184;
  --blue:#1b93cf;
  --blue-2:#22a9e5;
  --teal:#19b9dc;
  --mint:#e8f8f5;
  --ice:#f7fbfc;
  --cream:#fbf8f1;
  --ink:#102635;
  --muted:#5f7482;
  --line:#dce9ee;
  --white:#fff;
  --shadow:0 24px 70px rgba(8,42,62,.13);
  --shadow-soft:0 14px 38px rgba(8,42,62,.075);
  --radius:24px;
  --radius-lg:34px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.container{width:min(var(--max),calc(100% - 44px));margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:12px;z-index:99;background:#fff;color:var(--navy);padding:10px 14px;border-radius:12px;box-shadow:var(--shadow)}
.skip-link:focus{left:16px}

.topbar{background:linear-gradient(90deg,var(--navy),#0e4c68);color:#eaf7fb;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.14)}
.topbar .container{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:9px 0}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.topbar strong{color:#fff}.topbar a{font-weight:850}
.topbar-left span:last-child,.topbar-right a:last-child{border-left:1px solid rgba(255,255,255,.26);padding-left:14px}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(9,43,63,.09)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 0}
.brand{display:flex;align-items:center;gap:13px;min-width:270px}
.brand img{width:54px;height:54px;border-radius:50%;object-fit:cover;box-shadow:0 8px 20px rgba(7,35,52,.14)}
.brand-name{display:block;color:var(--navy);font-size:1.06rem;font-weight:950;letter-spacing:-.045em;line-height:1}
.brand-kicker{display:block;color:#667b88;text-transform:uppercase;font-size:.67rem;font-weight:850;letter-spacing:.14em;margin-top:6px}
.nav-panel{display:flex;align-items:center;gap:4px;margin-left:auto}
.nav-panel a:not(.btn){padding:11px 12px;border-radius:999px;color:#254455;font-weight:850;font-size:.94rem}
.nav-panel a:not(.btn):hover,.nav-panel a.active{background:#eef7f8;color:var(--blue)}
.nav-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--navy);font-size:1.4rem;font-weight:900}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:13px 20px;font-weight:950;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;line-height:1.1;white-space:nowrap}
.btn:hover{transform:translateY(-1px)}
.btn-primary{color:#fff;background:linear-gradient(135deg,#1591c7,#19b9dc);box-shadow:0 14px 32px rgba(18,111,153,.24)}
.btn-primary:hover{box-shadow:0 18px 40px rgba(18,111,153,.3)}
.btn-secondary{background:#fff;color:var(--navy);border-color:var(--line);box-shadow:0 10px 24px rgba(8,42,62,.08)}
.btn-dark{background:var(--navy);color:#fff}
.btn-light{background:#fff;color:var(--navy)}

.hero{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(90deg,rgba(255,255,255,.84) 0%,rgba(255,255,255,.70) 47%,rgba(255,255,255,.34) 100%),url("../img/home-abstract-bg.webp") center/cover no-repeat;padding:92px 0 54px}
.hero:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.50));pointer-events:none}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(380px,.98fr);gap:52px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:10px;border:1px solid #c7e9e6;background:rgba(255,255,255,.86);box-shadow:0 10px 26px rgba(8,42,62,.055);color:#08645e;border-radius:999px;padding:9px 14px;font-weight:950;font-size:.85rem}
.eyebrow .check{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:8px;background:var(--teal);color:#fff;font-size:.78rem}
.h1{font-size:clamp(3.05rem,5.4vw,5.65rem);line-height:.96;letter-spacing:-.08em;color:var(--navy);margin:20px 0 18px;max-width:780px}
.lead{font-size:clamp(1.06rem,1.45vw,1.22rem);color:#405b6b;max-width:675px;margin:0}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0 24px}
.hero-micro{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#45616f;font-weight:850;font-size:.92rem}
.hero-micro span{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.66);border:1px solid rgba(202,226,232,.82);border-radius:999px;padding:7px 11px}
.hero-micro i{width:12px;height:2px;background:var(--teal);border-radius:2px;display:inline-block}
.hero-panel{position:relative;background:linear-gradient(155deg,#0f537d 0%,#1b88c4 60%,#8edbf0 100%);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow);overflow:hidden;align-self:center}
.hero-panel:before{content:"";position:absolute;inset:20px;border:1px solid rgba(255,255,255,.20);border-radius:28px;pointer-events:none}
.hero-photo-wrap{position:relative;z-index:1;border-radius:26px;overflow:hidden;border:1px solid rgba(255,255,255,.22);box-shadow:0 20px 54px rgba(4,24,38,.23);aspect-ratio:1.45/1;background:#d9eef2}
.hero-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 39%;filter:saturate(1.02) contrast(1.03)}
.address-card{position:relative;z-index:2;margin:24px 8px 0;color:#fff;display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start}
.address-pin{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);font-size:1.35rem}
.address-card strong{display:block;font-size:2rem;line-height:1;font-weight:950;letter-spacing:-.05em}
.address-card p{margin:8px 0 0;font-size:1.13rem;line-height:1.42;color:#f0fbfd}
.panel-divider{height:1px;background:rgba(255,255,255,.22);margin:18px 8px}
.panel-bottom{position:relative;z-index:2;margin:0 8px;color:#daf3f7;display:flex;justify-content:space-between;gap:16px;align-items:center}
.availability{display:flex;align-items:center;gap:10px;font-weight:900}.pulse{width:18px;height:2px;border-radius:2px;background:#91f0dd;box-shadow:none}
.trust-band{margin-top:48px;background:linear-gradient(90deg,#0b486b,#156e9f);color:#fff;border-radius:28px;padding:0;box-shadow:var(--shadow);overflow:hidden}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch}
.trust-item{display:flex;gap:14px;align-items:center;padding:23px 26px;border-right:1px solid rgba(255,255,255,.13);min-height:100%}
.trust-item:last-child{border-right:0}
.trust-icon{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border-radius:15px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16)}
.trust-item strong{display:block;line-height:1.15}.trust-item span{display:block;color:#b8d4df;font-size:.88rem;margin-top:3px}

.section{padding:88px 0}.section-tight{padding:64px 0}.section-alt{background:var(--ice)}.section-cream{background:var(--cream)}
.section-head{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);align-items:end;gap:34px;margin-bottom:34px}
.section-label{color:#1398bd;text-transform:uppercase;letter-spacing:.14em;font-weight:950;font-size:.77rem;margin:0 0 12px}
.section-head h1,.section-head h2,.split-copy h2,.page-title h1,.cta h2{margin:0;color:var(--navy);font-size:clamp(2.15rem,3.75vw,3.7rem);line-height:1.03;letter-spacing:-.064em}
.section-head p,.page-title p,.split-copy p{color:var(--muted);font-size:1.06rem;max-width:670px;margin:0}.section-head p{margin-bottom:5px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;align-items:stretch}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:stretch}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:27px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column}
.card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--blue),var(--teal));opacity:0;transition:.2s ease}.card:hover:before{opacity:1}
.card h2,.card h3{color:var(--navy);letter-spacing:-.035em}.card h2{font-size:1.65rem;margin:0 0 12px}.card h3{margin:0 0 10px;font-size:1.22rem;line-height:1.18}.card p{margin:0;color:#617684}.card .icon{width:50px;height:50px;flex:0 0 50px;border-radius:17px;background:linear-gradient(135deg,#e9f8f7,#eaf4fb);display:grid;place-items:center;color:var(--blue);font-size:1.32rem;margin-bottom:18px}.card-link{display:inline-flex;margin-top:auto;padding-top:18px;color:var(--blue);font-weight:950}
.feature-card{background:linear-gradient(160deg,#0d4f74,#1b88c4);color:#fff;border-radius:var(--radius-lg);padding:42px;box-shadow:var(--shadow);position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;justify-content:center}.feature-card h2{margin:0 0 16px;font-size:clamp(2rem,2.8vw,3.2rem);letter-spacing:-.06em;line-height:1.04}.feature-card p{color:#d9eff5;margin:0}.check-list{display:grid;gap:13px;margin:24px 0}.check-list span{display:flex;gap:10px;color:#e5f7fb}.check-list span:before{content:"✓";display:inline-grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border-radius:8px;background:rgba(145,240,221,.18);color:#92f0df;font-weight:950;font-size:.82rem}.feature-card .btn{align-self:flex-start;margin-top:4px}
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:46px;align-items:center}.split.reverse{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.split-media{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:1.18/1;background:#d9eef2;max-height:500px}.split-media img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center}.split-media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(7,35,52,.40),transparent 56%)}
.media-badge{position:absolute;left:22px;bottom:22px;right:22px;z-index:2;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.62);border-radius:20px;padding:17px;box-shadow:0 16px 38px rgba(7,35,52,.17)}.media-badge strong{display:block;color:var(--navy);font-size:1.12rem;letter-spacing:-.03em}.media-badge span{color:var(--muted);font-weight:800;font-size:.9rem}.split-copy h2{margin-bottom:18px}.split-copy p{margin-bottom:18px}.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.pill{padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#315367;font-weight:850;font-size:.9rem}
.steps{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.step{counter-increment:step;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:29px;box-shadow:var(--shadow-soft);height:100%}.step:before{content:counter(step);width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;font-weight:950;display:grid;place-items:center;margin-bottom:22px}.step h3{margin:0 0 10px;color:var(--navy);letter-spacing:-.03em}.step p{margin:0;color:var(--muted)}

.page-hero{position:relative;overflow:hidden;padding:82px 0;background:linear-gradient(135deg,#f9fcfd 0%,#edf8f8 100%);border-bottom:1px solid var(--line)}
.page-title{position:relative;max-width:890px}.page-title .eyebrow{margin-bottom:18px}.breadcrumb{display:flex;gap:8px;color:#5c7180;font-weight:850;font-size:.9rem;margin-bottom:18px;flex-wrap:wrap}.breadcrumb a{color:var(--blue)}
.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:stretch}.mini-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:0 10px 26px rgba(8,42,62,.05);height:100%}.mini-card strong{display:block;color:var(--navy);font-size:1.05rem}.mini-card span{display:block;color:var(--muted);margin-top:5px;font-size:.94rem}.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:stretch}.stat{padding:24px;border:1px solid var(--line);border-radius:24px;background:#fff;text-align:center;box-shadow:var(--shadow-soft);height:100%}.stat strong{display:block;color:var(--navy);font-size:2rem;line-height:1;letter-spacing:-.06em}.stat span{display:block;color:var(--muted);font-weight:850;margin-top:7px}
.resource-card{display:flex;gap:18px;align-items:flex-start}.resource-card .icon{margin-bottom:0}.faq{display:grid;gap:12px}.faq details{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px 22px;box-shadow:0 10px 26px rgba(8,42,62,.05)}.faq summary{cursor:pointer;font-weight:950;color:var(--navy);letter-spacing:-.02em}.faq p{color:var(--muted);margin:12px 0 0}
.contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.88fr);gap:30px;align-items:start}.form-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:32px;box-shadow:var(--shadow);height:100%}.form-card h2{margin:0 0 8px;color:var(--navy);letter-spacing:-.05em;font-size:2rem}.form-card p{margin:0 0 24px;color:var(--muted)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-card input,.form-card textarea,.form-card select{width:100%;border:1px solid var(--line);border-radius:16px;background:#fbfdfe;padding:14px 15px;color:var(--ink);outline:none;margin-bottom:12px}.form-card input:focus,.form-card textarea:focus,.form-card select:focus{border-color:#78c8cf;box-shadow:0 0 0 4px rgba(18,168,157,.12)}.form-note{font-size:.88rem;color:#667b88;background:#f7fbfc;border:1px solid var(--line);border-radius:18px;padding:14px;margin-top:14px}.info-stack{display:grid;gap:18px}.map-card{background:linear-gradient(160deg,#0d4f74,#1b88c4);color:#fff;border-radius:30px;padding:30px;box-shadow:var(--shadow);overflow:hidden;position:relative}.map-card h3{font-size:1.62rem;margin:0 0 12px;letter-spacing:-.04em}.map-card p{color:#dff5f8}.map-card .btn{margin-top:10px}.hours{display:grid;gap:9px;margin-top:16px}.hours div{display:flex;justify-content:space-between;gap:12px;border-top:1px solid rgba(255,255,255,.15);padding-top:9px;color:#e8f7fb}.hours span:first-child{font-weight:900;color:#fff}
.cta{position:relative;isolation:isolate;background:linear-gradient(135deg,#0d4f74,#1b88c4 70%,#1ab6df);color:#fff;border-radius:var(--radius-lg);padding:46px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:var(--shadow);overflow:hidden}.cta>div,.cta>a{position:relative;z-index:1}.cta p{margin:12px 0 0;color:#dff3f7;max-width:700px}.cta h2{color:#fff}.cta .btn{flex:0 0 auto}
.footer{background:#083652;color:#d8e8ee;padding:62px 0 26px}.footer-top{display:grid;grid-template-columns:1.25fr .8fr .8fr .95fr;gap:34px;align-items:start}.footer h3,.footer h4{color:#fff;margin:0 0 12px;letter-spacing:-.035em}.footer p{margin:0 0 12px;color:#bdd1db}.footer a{display:block;color:#d8e8ee;margin:8px 0;font-weight:750}.footer a:hover{color:#fff}.footer-brand{display:grid;grid-template-columns:48px minmax(0,1fr);column-gap:14px;row-gap:10px;align-items:start;margin-bottom:14px}.footer-brand>div{display:contents}.footer-brand img{width:48px;height:48px;flex:0 0 48px;border-radius:50%;object-fit:cover;box-shadow:0 8px 18px rgba(7,35,52,.12);grid-column:1;grid-row:1}.footer-brand h3{grid-column:2;grid-row:1;align-self:center;margin-bottom:0}.footer-brand p{grid-column:1 / -1;grid-row:2;margin-bottom:0;max-width:34ch}.legal{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:22px;color:#9fb8c4;font-size:.88rem;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.legal-links{display:flex;gap:16px;flex-wrap:wrap}.legal-links a{display:inline;margin:0;color:#b7ccd6}.accent-line{height:1px;background:linear-gradient(90deg,transparent,var(--teal),transparent);margin:24px 0}

/* Footer refinement: cleaner left brand column balance */
.footer-top{grid-template-columns:1.08fr .82fr .82fr .95fr;gap:40px}
.footer-top>div:first-child{max-width:380px}
.footer-brand{column-gap:16px;row-gap:14px;margin-bottom:18px}
.footer-brand h3{font-size:1.02rem;line-height:1.2;letter-spacing:-.025em;font-weight:850}
.footer-brand p{font-size:.98rem;line-height:1.62;color:#c5d6df;max-width:32ch}
.footer-top>div:first-child>p{font-size:.97rem;line-height:1.66;color:#b2c7d2;max-width:31ch;margin-top:18px}


@media (max-width:1080px){
  .hero-grid,.split,.split.reverse,.contact-grid{grid-template-columns:1fr}.hero-panel{max-width:650px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item{border-bottom:1px solid rgba(255,255,255,.13)}.trust-item:nth-child(n+3){border-bottom:0}.grid-4{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr 1fr}.nav-toggle{display:inline-grid;place-items:center}.nav-panel{position:absolute;left:22px;right:22px;top:82px;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:var(--shadow)}.nav-panel.open{display:flex}.nav-panel a:not(.btn){padding:13px 14px}.nav-panel .btn{width:100%;margin-top:8px}.brand{min-width:0}.section-head{grid-template-columns:1fr}
}
@media (max-width:760px){
  .container{width:min(100% - 30px,var(--max))}.topbar .container{display:block}.topbar-right{margin-top:5px}.topbar-left span:last-child,.topbar-right a:last-child{border-left:0;padding-left:0}.hero{padding:56px 0 34px}.h1{font-size:3rem;letter-spacing:-.075em}.hero-grid{gap:34px}.hero-panel{padding:16px;border-radius:30px}.hero-panel:before{inset:16px;border-radius:24px}.hero-photo-wrap{border-radius:22px}.address-card{grid-template-columns:1fr;margin:22px 4px 0}.address-card strong{font-size:1.9rem}.address-card p{font-size:1.08rem}.panel-bottom{display:block}.panel-bottom .btn{margin-top:14px}.trust-band{border-radius:24px}.trust-grid,.grid-3,.grid-2,.grid-4,.steps,.stat-row,.service-list,.field-grid{grid-template-columns:1fr}.trust-item{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.13)!important}.trust-item:last-child{border-bottom:0!important}.section{padding:62px 0}.section-tight{padding:50px 0}.section-head{display:block}.section-head p{margin-top:14px}.feature-card,.cta{padding:30px;border-radius:28px;display:block}.cta .btn{margin-top:22px}.split-media{max-height:none;aspect-ratio:1.12/1}.footer-top{grid-template-columns:1fr}.legal{display:block}.brand-name{font-size:1rem}.brand-kicker{font-size:.62rem}.site-header{top:0}.page-hero{padding:56px 0}.form-card{padding:24px}.nav-panel{top:76px;left:15px;right:15px}.nav-wrap{padding:11px 0}
}
@media (max-width:430px){
  .hero-actions .btn{width:100%}.h1{font-size:2.62rem}.brand img{width:48px;height:48px;border-radius:50%}.brand-name{max-width:205px}.trust-item{padding:20px}.card{padding:24px}.footer-brand{grid-template-columns:48px minmax(0,1fr)}.footer-brand img{margin-bottom:0}
}

/* Final polish pass: blue navigation, tighter hero spacing, cleaner icon system, and refined photo/location card */
.topbar{
  background:linear-gradient(90deg,#1591bb,#18a7cf);
  color:#eaf8fb;
  border-bottom:1px solid rgba(255,255,255,.16);
}
.topbar .container{padding:8px 0}
.site-header{
  background:linear-gradient(90deg,#0c486b,#11618d);
  border-bottom:1px solid rgba(255,255,255,.14);
  box-shadow:0 14px 34px rgba(4,27,42,.15);
}
.nav-wrap{padding:10px 0}
.brand-name{color:#fff}
.brand-kicker{color:#b9d8e4}
.nav-panel a:not(.btn){color:#dceff5}
.nav-panel a:not(.btn):hover,.nav-panel a.active{background:rgba(255,255,255,.11);color:#fff}
.nav-panel .btn-primary{background:linear-gradient(135deg,#17a8d0,#13a89d);box-shadow:none;border-color:rgba(255,255,255,.18)}
.nav-toggle{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:#fff;gap:4px;padding:0}
.nav-toggle span{display:block;width:18px;height:2px;background:#fff;border-radius:3px;margin:3px auto}

.hero{padding:46px 0 42px;background:linear-gradient(90deg,rgba(255,255,255,.86) 0%,rgba(255,255,255,.74) 48%,rgba(255,255,255,.38) 100%),url("../img/home-abstract-bg.webp") center/cover no-repeat}
.hero-grid{gap:44px;align-items:center}
.h1{font-size:clamp(2.85rem,5vw,5.15rem);max-width:760px}
.hero-actions{margin:28px 0 20px}
.hero-micro span{background:rgba(255,255,255,.78)}
.eyebrow .check{position:relative;background:linear-gradient(135deg,#159fc8,#19b9dc)}
.eyebrow .check:before{content:"";width:10px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);margin-top:-1px}

.hero-panel{background:#fff;border:1px solid rgba(184,213,224,.75);border-radius:30px;padding:14px;box-shadow:0 22px 58px rgba(8,42,62,.14);overflow:hidden;max-width:610px;justify-self:end;width:100%}
.hero-panel:before{content:none!important}
.hero-photo-wrap{border-radius:23px;border:1px solid rgba(9,43,63,.12);box-shadow:none;aspect-ratio:1.72/1;background:#e8f4f7}
.hero-photo-wrap img{object-position:center 34%;filter:saturate(.88) contrast(1.03) brightness(1.04)}
.office-summary{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:18px 4px 2px}
.office-mark{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#e9f8f7,#edf6fb);border:1px solid #d5e8ee;position:relative;flex:0 0 48px}
.office-mark:before{content:"";position:absolute;inset:13px;border:2px solid #1b93cf;border-radius:6px}
.office-mark:after{content:"";position:absolute;left:23px;top:11px;width:2px;height:26px;background:#19b9dc;border-radius:2px;transform:rotate(45deg);opacity:.9}
.office-copy span{display:block;color:#1398bd;text-transform:uppercase;letter-spacing:.13em;font-size:.72rem;font-weight:950;margin-bottom:3px}
.office-copy strong{display:block;color:var(--navy);font-size:1.12rem;line-height:1.12;letter-spacing:-.035em}
.office-copy p{margin:5px 0 0;color:#607685;font-weight:800;line-height:1.2}
.office-summary .btn{padding:12px 18px;box-shadow:none;background:#f8fcfd}
.address-card,.panel-divider,.panel-bottom{display:none!important}

.trust-band{margin-top:32px;border-radius:24px;background:linear-gradient(90deg,#0c486b,#126894);box-shadow:0 18px 44px rgba(8,42,62,.12)}
.trust-item{padding:22px 24px;gap:14px;min-width:0}
.trust-icon{width:44px;height:44px;flex:0 0 44px;position:relative;display:grid;place-items:center;border-radius:15px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);overflow:hidden}
.trust-icon:before,.trust-icon:after{content:"";position:absolute;border-radius:3px;background:#91f0dd;opacity:.95}
.trust-icon:before{width:18px;height:3px;left:13px;top:20px}
.trust-icon:after{width:3px;height:18px;left:20px;top:13px}
.trust-shield:before{width:18px;height:18px;left:13px;top:12px;background:transparent;border:2px solid #91f0dd;border-radius:8px 8px 10px 10px;transform:skewY(-6deg)}
.trust-shield:after{width:10px;height:3px;left:17px;top:22px;transform:rotate(-38deg)}
.trust-location:before{width:17px;height:17px;left:13px;top:11px;background:transparent;border:2px solid #91f0dd;border-radius:10px 10px 10px 2px;transform:rotate(-45deg)}
.trust-location:after{width:10px;height:2px;left:17px;top:31px;background:#91f0dd}
.trust-item strong{font-size:1rem;letter-spacing:-.02em}.trust-item span{font-size:.86rem;line-height:1.35}

.card .icon{width:50px;height:50px;flex:0 0 50px;border-radius:17px;background:linear-gradient(135deg,#ecf8f8,#eef6fb);border:1px solid #d5e8ee;position:relative;color:transparent;font-size:0;margin-bottom:18px}
.card .icon:before,.card .icon:after{content:"";position:absolute;background:#1b93cf;border-radius:3px;left:50%;top:50%;transform:translate(-50%,-50%)}
.card .icon:before{width:20px;height:3px}.card .icon:after{width:3px;height:20px;background:#19b9dc}
.resource-card .icon{margin-bottom:0}

.section{padding:78px 0}.section-tight{padding:56px 0}.page-hero{padding:54px 0;background:linear-gradient(135deg,#f9fcfd 0%,#edf8f8 100%)}
.section-head{margin-bottom:30px}.grid-3,.grid-2,.grid-4,.steps,.stat-row,.service-list{align-items:stretch}.card,.step,.mini-card,.stat{height:100%}
.faq details{padding:18px 22px}.faq details[open]{border-color:#b9dbe2;box-shadow:0 14px 32px rgba(8,42,62,.08)}

@media (max-width:1080px){
  .hero-panel{justify-self:start}.nav-panel{background:linear-gradient(180deg,#0c486b,#11618d);border-color:rgba(255,255,255,.15)}
  .nav-panel a:not(.btn){color:#e9f6fa}.nav-panel a:not(.btn):hover,.nav-panel a.active{background:rgba(255,255,255,.11);color:#fff}
}
@media (max-width:760px){
  .hero{padding:36px 0 34px}.h1{font-size:2.78rem}.office-summary{grid-template-columns:auto 1fr;padding:16px 2px 2px}.office-summary .btn{grid-column:1/-1;width:100%}.trust-band{margin-top:26px}.trust-item{padding:20px}.section{padding:58px 0}.section-tight{padding:46px 0}.page-hero{padding:42px 0}.topbar .container{padding:7px 0}.nav-wrap{padding:9px 0}
}


/* Hero panel height refinement: make right-side image panel taller and closer to the left headline height */
.hero-grid{align-items:stretch}
.hero-panel{align-self:stretch;display:flex;flex-direction:column;justify-content:space-between}
.hero-photo-wrap{aspect-ratio:auto;min-height:430px}
.hero-photo-wrap img{object-position:center center}

@media (max-width: 900px){
  .hero-grid{align-items:center}
  .hero-panel{display:block;align-self:start}
  .hero-photo-wrap{min-height:320px;aspect-ratio:1.28/1}
}


/* Master hero spacing refinement */
.hero{padding:44px 0 34px}
.hero-grid{
  grid-template-columns:minmax(0,1.04fr) minmax(430px,.96fr);
  gap:42px;
  align-items:start;
}
.hero-panel{
  align-self:start;
  display:grid;
  grid-template-rows:auto auto;
  gap:14px;
  max-width:680px;
  padding:14px;
}
.hero-photo-wrap{
  aspect-ratio:1.14/1;
  min-height:0;
  border-radius:24px;
  overflow:hidden;
}
.hero-photo-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.office-summary{
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:16px;
  margin:0;
  padding:8px 4px 0;
}
.office-copy span{display:block;margin-bottom:6px}
.office-copy strong{line-height:1.06}
.office-copy p{margin:4px 0 0}
.office-summary .btn{
  grid-column:auto;
  width:auto;
  white-space:nowrap;
}
.hero-actions{margin-top:28px}
.hero-micro{margin-top:26px}

@media (max-width: 1180px){
  .hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(380px,.92fr);
    gap:34px;
  }
  .hero-photo-wrap{aspect-ratio:1.18/1}
}

@media (max-width: 900px){
  .hero{padding:38px 0 30px}
  .hero-grid{grid-template-columns:1fr;gap:28px;align-items:start}
  .hero-panel{max-width:100%;display:block;padding:14px}
  .hero-photo-wrap{aspect-ratio:1.2/1;min-height:0}
  .office-summary{grid-template-columns:auto 1fr;gap:14px;padding:14px 4px 2px}
  .office-summary .btn{grid-column:1/-1;width:100%}
}


/* Premium motion and depth pass: subtle glows, real-feeling movement, and refined background detail */
main{overflow:hidden}
.hero,.section,.section-alt,.section-cream,.page-hero{position:relative;isolation:isolate}
.section::before,.page-hero::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:999px;
  right:-180px;
  top:10%;
  background:radial-gradient(circle,rgba(18,168,157,.11),rgba(18,168,157,.035) 38%,transparent 68%);
  filter:blur(4px);
  z-index:-1;
  pointer-events:none;
}
.section-alt::before,.section-cream::before{
  left:-180px;
  right:auto;
  background:radial-gradient(circle,rgba(18,111,153,.10),rgba(18,111,153,.032) 40%,transparent 70%);
}
.hero::after{
  content:"";
  position:absolute;
  right:-7rem;
  bottom:-8rem;
  width:26rem;
  height:26rem;
  border-radius:50%;
  background:radial-gradient(circle,rgba(18,168,157,.13),rgba(18,168,157,.05) 38%,transparent 70%);
  z-index:-1;
  pointer-events:none;
}
.page-hero::after,.feature-card::after,.cta::after{
  content:"";
  position:absolute;
  background:url("../img/prime-logo-watermark.webp") center/contain no-repeat;
  opacity:.045;
  pointer-events:none;
  filter:saturate(.8);
}
.page-hero::after{width:210px;height:210px;right:7%;bottom:-70px}
.feature-card::after{width:190px;height:190px;right:22px;bottom:-58px;opacity:.07}
.cta::after{width:230px;height:230px;right:28px;bottom:-92px;opacity:.08;z-index:0}
.card,.step,.mini-card,.stat,.faq details,.form-card,.map-card,.hero-panel,.split-media,.feature-card,.cta{
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease,background .24s ease;
}
.card:hover,.step:hover,.mini-card:hover,.stat:hover,.faq details:hover,.form-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 48px rgba(8,42,62,.105);
  border-color:#c3dde5;
}
.hero-panel:hover,.split-media:hover{transform:translateY(-3px);box-shadow:0 26px 64px rgba(8,42,62,.16)}
.hero-photo-wrap img,.split-media img{transition:transform .7s ease,filter .3s ease}
.hero-panel:hover .hero-photo-wrap img,.split-media:hover img{transform:scale(1.025)}
.media-badge{
  backdrop-filter:blur(14px);
  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.66);
}
.eyebrow{position:relative;overflow:hidden}
.eyebrow::after{
  content:"";
  position:absolute;
  inset:-40% auto -40% -35%;
  width:34%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);
  transform:skewX(-18deg);
  animation:softSheen 4.8s ease-in-out infinite;
}
.office-mark,.trust-icon,.card .icon{box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 10px 24px rgba(18,111,153,.08)}
.btn-primary{position:relative;overflow:hidden}
.btn-primary::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);
  transform:translateX(-130%);
  transition:transform .55s ease;
}
.btn-primary:hover::after{transform:translateX(130%)}
.reveal-ready .reveal-item{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease;transition-delay:var(--reveal-delay,0ms)}
.reveal-ready .reveal-item.in-view{opacity:1;transform:none}
@keyframes softSheen{0%,58%,100%{transform:translateX(0) skewX(-18deg);opacity:0}68%{opacity:.75}86%{transform:translateX(420%) skewX(-18deg);opacity:0}}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  .reveal-ready .reveal-item{opacity:1!important;transform:none!important}
}
@media (max-width:760px){
  .section::before,.page-hero::before{width:280px;height:280px;right:-170px;top:12%}
  .page-hero::after,.feature-card::after,.cta::after{display:none}
  .card:hover,.step:hover,.mini-card:hover,.stat:hover,.faq details:hover,.form-card:hover,.hero-panel:hover,.split-media:hover{transform:none}
}


/* Removed side-copy blurbs from section headers for a cleaner, more polished page flow */
.section-head{
  display:block;
  grid-template-columns:1fr!important;
  max-width:920px;
  margin-bottom:34px;
}
.section-head>div{max-width:920px}
.section-head>p{display:none!important}


/* Section header refinement for Why Patients Choose Prime */
.choose-prime-section{
  position:relative;
}
.choose-prime-head{
  margin-bottom:28px;
}
.choose-prime-head .section-label{
  color:#1398bd;
}
.choose-prime-head h2{
  max-width:820px;
}
.choose-prime-grid{
  align-items:stretch;
}
.choose-prime-grid .feature-card{
  justify-content:center;
}
@media (max-width:900px){
  .choose-prime-head{
    margin-bottom:22px;
  }
}


/* Refined Why Patients Choose Prime section header */
.choose-prime-section{padding-top:56px}
.choose-prime-head{margin-bottom:18px}
.choose-prime-head .section-label{display:inline-block;margin:0;color:#1398bd;letter-spacing:.14em;font-weight:950;font-size:.77rem;text-transform:uppercase}
.choose-prime-grid{align-items:stretch;gap:24px}
.choose-prime-grid .grid-2{gap:22px}
.choose-prime-grid .feature-card{justify-content:center}

@media (max-width:900px){
  .choose-prime-section{padding-top:48px}
  .choose-prime-head{margin-bottom:16px}
}


/* Corrected Why Patients Choose Prime section to match site section hierarchy */
.choose-prime-section{padding-top:58px}
.choose-prime-head{display:block;max-width:980px;margin-bottom:30px}
.choose-prime-head .section-label{margin:0 0 12px;color:#1398bd}
.choose-prime-head h2{margin:0;color:var(--navy);font-size:clamp(2.85rem,5.2vw,4.9rem);line-height:.97;letter-spacing:-.08em;max-width:1120px}
.choose-prime-grid{gap:26px;align-items:stretch}
.choose-prime-feature{padding:44px 40px;justify-content:flex-start}
.choose-prime-feature .feature-kicker{margin:0 0 14px;color:#91f0df;text-transform:uppercase;letter-spacing:.14em;font-weight:900;font-size:.78rem}
.choose-prime-feature .choose-prime-intro{margin:0;color:#e0f2f7;font-size:1.06rem;line-height:1.72;max-width:39ch}
.choose-prime-feature .check-list{margin:26px 0 28px}
.choose-prime-cards .card{padding:30px 30px 28px}
.choose-prime-cards .card h3{font-size:1.14rem}
.choose-prime-cards .card p{font-size:1rem;line-height:1.65}

@media (max-width:1100px){
  .choose-prime-head h2{font-size:clamp(2.55rem,4.6vw,4.1rem)}
  .choose-prime-feature{padding:38px 34px}
}
@media (max-width:900px){
  .choose-prime-section{padding-top:50px}
  .choose-prime-head{margin-bottom:22px}
  .choose-prime-head h2{font-size:clamp(2.25rem,8.3vw,3.45rem);line-height:1.01}
  .choose-prime-feature{padding:32px 28px}
}


/* Designer correction: tighten Why Patients Choose Prime section so the heading fits naturally */
.choose-prime-section{padding-top:52px}
.choose-prime-head{
  display:block;
  max-width:980px;
  margin:0 0 26px;
}
.choose-prime-head .section-label{
  display:block;
  margin:0 0 12px;
  color:#1398bd;
  letter-spacing:.14em;
  font-weight:950;
  font-size:.78rem;
  text-transform:uppercase;
}
.choose-prime-head h2{
  margin:0;
  max-width:900px;
  color:var(--navy);
  font-size:clamp(2.7rem,4.5vw,4.15rem);
  line-height:1.02;
  letter-spacing:-.07em;
}
.choose-prime-grid{
  gap:28px;
  align-items:stretch;
}
.choose-prime-feature{
  padding:38px 36px;
  border-radius:30px;
}
.choose-prime-feature .feature-kicker{
  margin:0 0 12px;
  font-size:.76rem;
}
.choose-prime-feature .choose-prime-intro{
  max-width:37ch;
  font-size:1.02rem;
  line-height:1.68;
}
.choose-prime-feature .check-list{
  gap:14px;
  margin:24px 0 26px;
}
.choose-prime-cards{
  gap:22px;
}
.choose-prime-cards .card{
  padding:30px 30px 28px;
  border-radius:28px;
}
.choose-prime-cards .card h3{
  font-size:1.15rem;
  line-height:1.15;
  margin-bottom:12px;
}
.choose-prime-cards .card p{
  font-size:1rem;
  line-height:1.64;
}
@media (max-width:1200px){
  .choose-prime-head h2{max-width:820px;font-size:clamp(2.5rem,4.2vw,3.8rem)}
}
@media (max-width:900px){
  .choose-prime-section{padding-top:46px}
  .choose-prime-head{margin-bottom:20px}
  .choose-prime-head h2{max-width:none;font-size:clamp(2.2rem,8vw,3.2rem);line-height:1.03}
  .choose-prime-feature{padding:32px 28px}
}


/* Final designer pass for Why Patients Choose Prime */
.choose-prime-wrap{display:block}
.choose-prime-head{display:block;max-width:none!important;margin:0 0 28px!important}
.choose-prime-head>div{max-width:760px!important}
.choose-prime-head .section-label{display:block!important;margin:0 0 10px!important;color:#1398bd!important;letter-spacing:.14em!important;font-weight:950!important;font-size:.78rem!important;text-transform:uppercase!important}
.choose-prime-head h2{margin:0!important;max-width:760px!important;color:var(--navy)!important;font-size:clamp(2.45rem,4.1vw,3.95rem)!important;line-height:1.02!important;letter-spacing:-.067em!important}
.choose-prime-grid{grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr)!important;gap:28px!important;align-items:start!important}
.choose-prime-feature{padding:36px 34px!important;border-radius:30px!important;min-height:100%!important;justify-content:flex-start!important}
.choose-prime-feature .feature-kicker{margin:0 0 12px!important;color:#91f0df!important;text-transform:uppercase!important;letter-spacing:.14em!important;font-weight:900!important;font-size:.76rem!important}
.choose-prime-feature .choose-prime-intro{margin:0!important;max-width:35ch!important;color:#e0f2f7!important;font-size:1.02rem!important;line-height:1.7!important}
.choose-prime-feature .check-list{gap:14px!important;margin:24px 0 26px!important}
.choose-prime-feature .btn{margin-top:auto!important}
.choose-prime-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important;align-items:stretch!important}
.choose-prime-cards .card{padding:28px 28px 26px!important;border-radius:28px!important}
.choose-prime-cards .card h3{margin:0 0 12px!important;font-size:1.14rem!important;line-height:1.16!important}
.choose-prime-cards .card p{margin:0!important;font-size:1rem!important;line-height:1.62!important}

@media (max-width:1100px){
  .choose-prime-head>div,.choose-prime-head h2{max-width:680px!important}
  .choose-prime-head h2{font-size:clamp(2.3rem,3.9vw,3.55rem)!important}
  .choose-prime-grid{gap:24px!important}
  .choose-prime-feature{padding:32px 30px!important}
}
@media (max-width:900px){
  .choose-prime-head{margin-bottom:22px!important}
  .choose-prime-head>div,.choose-prime-head h2{max-width:none!important}
  .choose-prime-head h2{font-size:clamp(2.15rem,8vw,3.1rem)!important;line-height:1.03!important}
  .choose-prime-grid{grid-template-columns:1fr!important;gap:22px!important}
  .choose-prime-feature{padding:30px 26px!important}
  .choose-prime-cards{grid-template-columns:1fr!important}
}


/* About page premium remaster */
.about-hero{
  position:relative;
  overflow:hidden;
  padding:82px 0 70px;
  background:
    radial-gradient(circle at 12% 18%,rgba(18,168,157,.10),transparent 34%),
    radial-gradient(circle at 88% 14%,rgba(18,111,153,.10),transparent 35%),
    linear-gradient(135deg,#ffffff 0%,#f7fbfc 56%,#eef7f9 100%);
}
.about-hero:before{
  content:"";
  position:absolute;
  inset:auto -8% -28% auto;
  width:520px;
  height:520px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(18,168,157,.14),transparent 62%);
  pointer-events:none;
}
.about-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);
  gap:52px;
  align-items:center;
}
.about-hero-copy h1{
  margin:12px 0 18px;
  color:var(--navy);
  font-size:clamp(3.05rem,5.1vw,5.45rem);
  line-height:.96;
  letter-spacing:-.083em;
  max-width:860px;
}
.about-hero-copy .lead{max-width:720px}
.about-hero-card{
  background:#fff;
  border:1px solid rgba(184,213,224,.78);
  border-radius:34px;
  padding:14px;
  box-shadow:0 26px 76px rgba(8,42,62,.15);
  overflow:hidden;
}
.about-hero-image{
  border-radius:24px;
  overflow:hidden;
  aspect-ratio:1.28/1;
  background:#e8f4f7;
}
.about-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.about-hero-card-copy{
  padding:22px 20px 18px;
}
.about-hero-card-copy span,
.about-location-details span,
.feature-kicker{
  display:block;
  color:#1398bd;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:950;
  font-size:.76rem;
  margin-bottom:8px;
}
.about-hero-card-copy strong{
  display:block;
  color:var(--navy);
  font-size:1.35rem;
  line-height:1.16;
  letter-spacing:-.04em;
  max-width:430px;
}
.about-hero-card-copy p{margin:10px 0 0;color:var(--muted)}
.about-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:34px;
  align-items:start;
}
.about-intro-statement h2,
.about-location-copy h2{
  margin:0 0 18px;
  color:var(--navy);
  font-size:clamp(2.35rem,4vw,4rem);
  line-height:1.02;
  letter-spacing:-.07em;
}
.about-intro-statement p,
.about-location-copy p{color:var(--muted);font-size:1.06rem;max-width:680px}
.about-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.about-proof-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  padding:26px;
  box-shadow:var(--shadow-soft);
  min-height:100%;
}
.about-proof-card span{
  display:inline-grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:15px;
  background:#eef9f8;
  color:#1398bd;
  font-weight:950;
  margin-bottom:18px;
}
.about-proof-card h3{margin:0 0 10px;color:var(--navy);letter-spacing:-.035em;font-size:1.16rem}
.about-proof-card p{margin:0;color:var(--muted)}
.about-care-split{gap:48px;align-items:center}
.about-care-image{aspect-ratio:1.28/1;max-height:560px}
.about-care-copy h2{font-size:clamp(2.35rem,4vw,4rem)}
.about-care-list{display:grid;gap:12px;margin-top:24px}
.about-care-list span{
  position:relative;
  padding:15px 18px 15px 48px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  color:#234456;
  font-weight:850;
  box-shadow:0 10px 26px rgba(8,42,62,.045);
}
.about-care-list span:before{
  content:"";
  position:absolute;
  left:18px;
  top:50%;
  width:16px;
  height:16px;
  transform:translateY(-50%);
  border-radius:50%;
  background:linear-gradient(135deg,var(--teal),var(--blue));
  box-shadow:0 0 0 5px rgba(18,168,157,.12);
}
.about-section-head h2{
  max-width:950px;
}
.about-journey-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.about-step{padding:28px;border-radius:26px}
.about-step h3{font-size:1.12rem}
.about-values-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:28px;
  align-items:stretch;
}
.about-values-panel{padding:42px;justify-content:center}
.about-values-panel h2{
  color:#fff;
  margin:0 0 16px;
  font-size:clamp(2.1rem,3.2vw,3.35rem);
  line-height:1.03;
  letter-spacing:-.06em;
}
.about-values-panel p{color:#d9eff5;max-width:560px}
.about-values-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.about-values-cards .card{padding:28px}
.about-location-grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(400px,1.05fr);
  gap:42px;
  align-items:center;
}
.about-location-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.about-location-card{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  background:#fff;
  border:1px solid var(--line);
  padding:14px;
  box-shadow:var(--shadow);
}
.about-location-card img{
  width:100%;
  height:420px;
  object-fit:cover;
  object-position:center;
  border-radius:24px;
}
.about-location-details{
  position:absolute;
  left:34px;
  right:34px;
  bottom:34px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.7);
  border-radius:22px;
  padding:22px;
  box-shadow:0 18px 44px rgba(7,35,52,.16);
}
.about-location-details strong{display:block;color:var(--navy);font-size:1.32rem;letter-spacing:-.035em}
.about-location-details p{margin:4px 0 0;color:var(--muted);font-weight:850}
.about-final-cta .section-label{color:#91f0df}
.about-final-cta p{max-width:700px;color:#d9eff5}

@media (max-width:1050px){
  .about-hero-grid,.about-intro-grid,.about-values-grid,.about-location-grid{grid-template-columns:1fr}
  .about-hero-card{max-width:720px}
  .about-proof-grid,.about-journey-grid{grid-template-columns:repeat(2,1fr)}
  .about-location-card img{height:360px}
}
@media (max-width:760px){
  .about-hero{padding:56px 0 48px}
  .about-hero-grid{gap:30px}
  .about-hero-copy h1{font-size:clamp(2.55rem,12vw,3.4rem);line-height:1.01}
  .about-hero-card{border-radius:28px;padding:12px}
  .about-hero-image{border-radius:20px;aspect-ratio:1.12/1}
  .about-proof-grid,.about-journey-grid,.about-values-cards{grid-template-columns:1fr}
  .about-care-split{gap:30px}
  .about-location-card img{height:320px}
  .about-location-details{position:static;margin:12px 0 0;box-shadow:none;border-color:var(--line)}
}


/* Our Services page remaster */
.services-hero .page-title h1{
  max-width:900px;
}
.services-overview-section .section-head,
.service-category-section .section-head{
  max-width:980px;
}
.service-rectangle-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.service-rectangle{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:18px;
  align-items:flex-start;
  min-height:190px;
  padding:30px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:0 16px 38px rgba(8,42,62,.06);
  position:relative;
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-rectangle:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg,var(--blue),var(--teal));
  opacity:.88;
}
.service-rectangle:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 54px rgba(8,42,62,.10);
  border-color:#bfe0e8;
}
.service-rectangle-mark{
  width:48px;
  height:48px;
  border-radius:16px;
  background:linear-gradient(135deg,#edfafa,#eaf5fb);
  border:1px solid #d5e9ee;
  position:relative;
  flex:0 0 auto;
}
.service-rectangle-mark:before,
.service-rectangle-mark:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  border-radius:3px;
}
.service-rectangle-mark:before{
  width:21px;
  height:3px;
  background:#1b93cf;
}
.service-rectangle-mark:after{
  width:3px;
  height:21px;
  background:#19b9dc;
}
.service-rectangle h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:1.25rem;
  line-height:1.16;
  letter-spacing:-.035em;
}
.service-rectangle p{
  margin:0;
  color:var(--muted);
  line-height:1.68;
  font-size:1rem;
}
.service-section-list{
  display:grid;
  gap:16px;
}
.service-section-row{
  display:grid;
  grid-template-columns:76px 1fr;
  gap:24px;
  align-items:flex-start;
  padding:28px 30px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:0 14px 34px rgba(8,42,62,.055);
}
.service-section-number{
  width:62px;
  height:62px;
  border-radius:20px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#f6fbff 0%,#edf7fd 100%);
  border:1px solid #d6e6ee;
  box-shadow:0 10px 24px rgba(8,42,62,.06);
  position:relative;
}
.service-section-number::before{
  content:"";
  width:28px;
  height:28px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}
.service-icon-preventive::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b93cf' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l6 2v5c0 4.4-2.5 8.1-6 10-3.5-1.9-6-5.6-6-10V5l6-2z'/%3E%3Cpath d='M8.8 12.2l2 2 4.4-4.4'/%3E%3C/svg%3E");
}
.service-icon-problem::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b93cf' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M12 8v8M8 12h8'/%3E%3C/svg%3E");
}
.service-icon-followup::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b93cf' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16.5 8.2A6.5 6.5 0 0 0 5.7 9.5'/%3E%3Cpath d='M6 5.8v3.9h3.9'/%3E%3Cpath d='M7.5 15.8A6.5 6.5 0 0 0 18.3 14.5'/%3E%3Cpath d='M18 18.2v-3.9h-3.9'/%3E%3C/svg%3E");
}
.service-icon-coordination::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b93cf' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7' cy='8' r='2.2'/%3E%3Ccircle cx='17' cy='8' r='2.2'/%3E%3Ccircle cx='12' cy='16' r='2.2'/%3E%3Cpath d='M8.9 9.2l1.9 4M15.1 9.2l-1.9 4M9.2 8h5.6'/%3E%3C/svg%3E");
}
.service-section-row h3{
  margin:0 0 8px;
  color:var(--navy);
  font-size:1.28rem;
  letter-spacing:-.035em;
}
.service-section-row p{
  margin:0;
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.68;
}
.service-highlight-card{
  background:linear-gradient(160deg,#0d4f74,#1b88c4);
  color:#fff;
  border-radius:32px;
  padding:38px;
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
}
.service-highlight-card:after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border-radius:50%;
  right:-80px;
  bottom:-100px;
  border:34px solid rgba(145,240,221,.13);
}
.service-highlight-card .section-label{
  color:#91f0df;
  margin-bottom:20px;
}
.service-highlight-card ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:13px;
  position:relative;
  z-index:1;
}
.service-highlight-card li{
  display:flex;
  gap:12px;
  color:#e5f7fb;
  line-height:1.45;
  font-weight:800;
}
.service-highlight-card li:before{
  content:"✓";
  display:inline-grid;
  place-items:center;
  flex:0 0 24px;
  width:24px;
  height:24px;
  border-radius:8px;
  background:rgba(145,240,221,.18);
  color:#92f0df;
  font-weight:950;
  font-size:.82rem;
}

@media (max-width:900px){
  .service-rectangle-grid{grid-template-columns:1fr}
  .service-rectangle{padding:26px;min-height:auto}
  .service-section-row{grid-template-columns:1fr;gap:16px;padding:26px}
  .service-highlight-card{padding:30px}
}
@media (max-width:560px){
  .service-rectangle{grid-template-columns:1fr;gap:14px}
}


/* Services page remaster */
.services-page-header{
  position:relative;
  overflow:hidden;
  padding:62px 0 34px;
}
.services-page-header::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,#f8fcfd 0%,#edf8f8 100%);
  border-bottom:1px solid var(--line);
}
.services-page-header::after{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  right:-120px;
  top:34px;
  border-radius:50%;
  border:40px solid rgba(145,240,221,.10);
}
.services-page-header .container{position:relative;z-index:1}
.services-page-head{display:block;max-width:none;margin-bottom:22px}
.services-page-head>div{max-width:840px}
.services-page-head h1{margin:0;color:var(--navy);font-size:clamp(2.9rem,5vw,5rem);line-height:.98;letter-spacing:-.08em}
.services-page-head p{margin-top:16px;max-width:760px;font-size:1.12rem;line-height:1.7;color:var(--muted)}
.services-quick-pills{display:flex;flex-wrap:wrap;gap:12px}
.services-quick-pills span{display:inline-flex;align-items:center;padding:11px 15px;border-radius:999px;border:1px solid #cfe3e7;background:rgba(255,255,255,.8);color:#315367;font-weight:850;font-size:.92rem;box-shadow:0 10px 24px rgba(8,42,62,.04)}

.service-everyday-remaster .everyday-head{display:block;max-width:none;margin-bottom:28px}
.service-everyday-remaster .everyday-head>div{max-width:770px}
.service-everyday-remaster .everyday-head h2{max-width:760px}
.everyday-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:28px;align-items:stretch}
.everyday-content-card{background:#fff;border:1px solid var(--line);border-radius:32px;padding:34px;box-shadow:0 16px 38px rgba(8,42,62,.06);display:flex;flex-direction:column;min-height:100%;position:relative;overflow:hidden}
.everyday-content-card::before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--blue),var(--teal));opacity:.92}
.everyday-content-card h3{margin:4px 0 18px;color:var(--navy);font-size:1.45rem;letter-spacing:-.04em}
.everyday-pill-row{margin:0 0 22px}
.everyday-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:26px}
.everyday-check-item{padding:18px 18px 17px;border:1px solid #dbe9ed;border-radius:22px;background:#f9fcfd}
.everyday-check-item strong{display:block;margin:0 0 8px;color:var(--navy);font-size:1rem;letter-spacing:-.02em}
.everyday-check-item span{display:block;color:var(--muted);font-size:.96rem;line-height:1.58}
.everyday-content-card .btn{align-self:flex-start;margin-top:auto}
.everyday-side-stack{display:grid;gap:20px;align-items:stretch}
.everyday-media-card{aspect-ratio:1.18/1;max-height:none;border-radius:32px}
.everyday-media-card img{object-position:left center}
.everyday-callout-card{padding:32px;border-radius:32px}
.everyday-callout-card .section-label{margin-bottom:18px}
.everyday-callout-card ul{gap:14px}

@media (max-width: 1100px){
  .services-page-head h1{font-size:clamp(2.6rem,4.6vw,4.2rem)}
  .everyday-grid{grid-template-columns:1fr;gap:22px}
  .everyday-media-card{aspect-ratio:1.24/1}
}
@media (max-width: 900px){
  .services-page-header{padding:52px 0 28px}
  .services-page-head p{font-size:1.04rem}
  .everyday-content-card{padding:28px}
  .everyday-check-grid{grid-template-columns:1fr}
  .everyday-callout-card{padding:28px}
}
@media (max-width: 560px){
  .services-page-head h1{font-size:clamp(2.35rem,10vw,3.1rem)}
  .services-quick-pills span{padding:10px 14px;font-size:.88rem}
  .everyday-content-card,.everyday-callout-card{padding:24px}
}


/* Services cleanup: remove need for top hero and strengthen page entry */
.services-overview-section{padding-top:72px}
.services-overview-section .section-head{margin-bottom:30px}
.services-overview-section .section-head>div{max-width:860px}

/* Premium remaster for the What this usually includes card */
.premium-everyday-card{
  background:linear-gradient(180deg,#ffffff 0%,#fbfeff 100%);
  border:1px solid #d7e8ec;
  box-shadow:0 22px 48px rgba(8,42,62,.08);
  padding:36px;
}
.premium-everyday-card::after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-70px;
  top:-70px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(145,240,221,.22) 0%, rgba(145,240,221,0) 68%);
  pointer-events:none;
}
.everyday-card-top{position:relative;z-index:1}
.premium-everyday-card .section-label{margin-bottom:10px}
.premium-everyday-card h3{
  margin:0 0 12px;
  color:var(--navy);
  font-size:clamp(1.55rem,2.4vw,2rem);
  line-height:1.1;
  letter-spacing:-.05em;
  max-width:12.5ch;
}
.everyday-card-intro{
  margin:0;
  max-width:56ch;
  color:var(--muted);
  font-size:1rem;
  line-height:1.68;
}
.everyday-service-tags{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:22px 0 24px;
  position:relative;
  z-index:1;
}
.everyday-service-tags span{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  min-height:50px;
  padding:12px 14px;
  border-radius:18px;
  background:linear-gradient(180deg,#f7fcfd 0%,#eff8fa 100%);
  border:1px solid #d9eaee;
  color:#24475b;
  font-weight:850;
  font-size:.94rem;
  letter-spacing:-.01em;
}
.premium-everyday-card .everyday-check-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-bottom:24px;
  position:relative;
  z-index:1;
}
.premium-everyday-card .everyday-check-item{
  position:relative;
  padding:18px 18px 18px 48px;
  border:1px solid #dcebed;
  border-radius:20px;
  background:#ffffff;
  box-shadow:0 8px 20px rgba(8,42,62,.04);
}
.premium-everyday-card .everyday-check-item::before{
  content:"";
  position:absolute;
  left:18px;
  top:19px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--blue),var(--teal));
  box-shadow:0 0 0 6px rgba(18,168,157,.10);
}
.premium-everyday-card .everyday-check-item strong{margin-bottom:7px;font-size:.99rem}
.premium-everyday-card .everyday-check-item span{font-size:.95rem;line-height:1.58}
.everyday-card-footer{
  position:relative;
  z-index:1;
  padding-top:2px;
  margin-top:auto;
}

@media (max-width:1100px){
  .services-overview-section{padding-top:64px}
  .premium-everyday-card{padding:32px}
}
@media (max-width:900px){
  .services-overview-section{padding-top:56px}
  .everyday-service-tags{grid-template-columns:repeat(2,minmax(0,1fr))}
  .premium-everyday-card .everyday-check-grid{grid-template-columns:1fr}
}
@media (max-width:560px){
  .premium-everyday-card{padding:24px}
  .everyday-service-tags{grid-template-columns:1fr}
  .premium-everyday-card h3{max-width:none}
}


/* Center request appointment button in premium everyday card */
.everyday-card-footer{
  display:flex;
  justify-content:center;
  align-items:center;
}
.premium-everyday-card .btn,
.everyday-card-footer .btn{
  align-self:center !important;
  margin-left:auto;
  margin-right:auto;
}


/* Refine Patients Often Call For card to match the image above and use space better */
.everyday-side-stack > *{
  width:100%;
  box-sizing:border-box;
  align-self:stretch;
}
.everyday-callout-card{
  width:100%;
  min-height:330px;
  padding:38px 40px;
  border-radius:32px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.everyday-callout-card .section-label{
  margin-bottom:22px;
  font-size:.82rem;
  letter-spacing:.15em;
}
.everyday-callout-card ul{
  gap:18px;
  width:100%;
}
.everyday-callout-card li{
  gap:14px;
  align-items:flex-start;
  font-size:1.06rem;
  line-height:1.48;
  font-weight:850;
  max-width:none;
}
.everyday-callout-card li:before{
  flex:0 0 30px;
  width:30px;
  height:30px;
  border-radius:10px;
  font-size:.96rem;
  margin-top:1px;
}
.everyday-callout-card:after{
  width:280px;
  height:280px;
  right:-78px;
  bottom:-132px;
  border-width:38px;
  opacity:.9;
}

@media (max-width:1100px){
  .everyday-callout-card{
    min-height:300px;
    padding:34px 34px;
  }
}
@media (max-width:900px){
  .everyday-callout-card{
    min-height:auto;
    padding:30px 28px;
  }
  .everyday-callout-card li{
    font-size:1rem;
  }
}


/* Replace decorative ring in Patients Often Call For card with subtle logo in the corner */
.everyday-callout-card{
  position:relative;
  overflow:hidden;
}
.everyday-callout-card:after{
  content:"";
  position:absolute;
  right:18px;
  bottom:14px;
  width:250px;
  height:250px;
  border:none !important;
  border-radius:0;
  background-image:url('../img/prime-logo-watermark.webp');
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  opacity:.11;
  filter:saturate(.9) brightness(1.15);
  pointer-events:none;
}
.everyday-callout-card .section-label,
.everyday-callout-card ul,
.everyday-callout-card li{
  position:relative;
  z-index:1;
}

@media (max-width:900px){
  .everyday-callout-card:after{
    width:180px;
    height:180px;
    right:10px;
    bottom:8px;
    opacity:.10;
  }
}


/* Providers page */
.providers-hero{position:relative;overflow:hidden;padding:74px 0 56px;background:linear-gradient(135deg,#f9fcfd 0%,#eef8f8 100%);border-bottom:1px solid var(--line)}
.providers-hero:after{content:"";position:absolute;width:360px;height:360px;right:-120px;top:20px;border-radius:50%;border:42px solid rgba(145,240,221,.10)}
.providers-hero-inner{position:relative;z-index:1;text-align:center;max-width:940px}
.providers-hero h1{margin:0;color:var(--navy);font-size:clamp(3rem,5vw,5.2rem);line-height:.98;letter-spacing:-.08em}
.providers-hero p:not(.section-label){margin:18px auto 0;color:var(--muted);font-size:1.12rem;line-height:1.7;max-width:760px}
.provider-owner-grid{display:grid;grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);gap:34px;align-items:stretch}
.provider-owner-media{aspect-ratio:1.14/1;max-height:none;border-radius:32px}
.provider-owner-card{background:#fff;border:1px solid var(--line);border-radius:32px;padding:40px;box-shadow:0 18px 44px rgba(8,42,62,.07);position:relative;overflow:hidden}
.provider-owner-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--blue),var(--teal))}
.provider-owner-card h2{margin:0 0 16px;color:var(--navy);font-size:clamp(2rem,3.2vw,3.25rem);line-height:1.04;letter-spacing:-.06em}
.provider-owner-card p{color:var(--muted);line-height:1.72;margin:0}
.provider-detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:26px}
.provider-detail-list span{padding:14px;border:1px solid #dcebed;border-radius:18px;background:#f9fcfd;color:#24475b;font-weight:850;font-size:.94rem}
.providers-section-head{display:block;max-width:880px;margin-bottom:28px}
.provider-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}
.provider-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:30px;box-shadow:0 14px 34px rgba(8,42,62,.06);position:relative;overflow:hidden;min-height:250px}
.provider-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--blue),var(--teal));opacity:.85}
.provider-card span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:15px;background:#eef8f8;color:#1398bd;font-weight:950;margin-bottom:22px}
.provider-card h3{margin:0 0 12px;color:var(--navy);font-size:1.32rem;letter-spacing:-.035em}
.provider-card p{margin:0;color:var(--muted);line-height:1.65}
.provider-values-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:28px;align-items:stretch}
.provider-values-card{justify-content:center}
.provider-values-list{gap:20px}

/* Contact page remaster */
.contact-centered-hero{position:relative;overflow:hidden;padding:72px 0 34px;background:linear-gradient(135deg,#f9fcfd 0%,#eef8f8 100%)}
.contact-centered-hero:after{content:"";position:absolute;width:330px;height:330px;right:-100px;top:20px;border-radius:50%;border:42px solid rgba(145,240,221,.10)}
.contact-centered-title{position:relative;z-index:1;text-align:center;max-width:900px}
.contact-centered-title h1{margin:0;color:var(--navy);font-size:clamp(3rem,5vw,5.1rem);line-height:.98;letter-spacing:-.08em}
.contact-centered-title p:not(.section-label){max-width:700px;margin:18px auto 0;color:var(--muted);font-size:1.12rem;line-height:1.7}
.contact-method-section{padding-top:26px}
.contact-method-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:20px;align-items:stretch}
.contact-method-card{display:flex;flex-direction:column;gap:10px;background:#fff;border:1px solid var(--line);border-radius:30px;padding:30px;box-shadow:0 14px 34px rgba(8,42,62,.06);color:inherit;min-height:220px;position:relative;overflow:hidden}
.contact-method-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--blue),var(--teal));opacity:.85}
.contact-method-card:hover{transform:translateY(-3px);box-shadow:0 22px 54px rgba(8,42,62,.10);border-color:#bfe0e8}
.contact-method-icon{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#edfafa,#eaf5fb);border:1px solid #d5e9ee;position:relative;margin-bottom:8px}
.contact-method-icon:before,.contact-method-icon:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:3px}.contact-method-icon:before{width:21px;height:3px;background:#1b93cf}.contact-method-icon:after{width:3px;height:21px;background:#19b9dc}
.contact-method-card small{text-transform:uppercase;letter-spacing:.13em;color:#1398bd;font-weight:950;font-size:.76rem}
.contact-method-card strong{color:var(--navy);font-size:1.28rem;line-height:1.2;letter-spacing:-.035em;word-break:break-word}
.contact-method-card p{margin:0;color:var(--muted);line-height:1.6}
.contact-map-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:26px;align-items:stretch}
.google-map-card{background:#fff;border:1px solid var(--line);border-radius:32px;padding:12px;box-shadow:var(--shadow);min-height:460px;overflow:hidden}
.google-map-card iframe{width:100%;height:100%;min-height:436px;border:0;border-radius:24px;display:block}
.contact-office-card{border-radius:32px;min-height:460px;display:flex;flex-direction:column;justify-content:center}
.contact-office-card a:not(.btn){color:#fff;text-decoration:underline;text-underline-offset:3px}
.contact-form-section{padding-top:34px}

@media (max-width: 1050px){
  .provider-owner-grid,.provider-values-grid,.contact-map-layout{grid-template-columns:1fr}
  .contact-method-grid{grid-template-columns:1fr}
  .provider-card-grid{grid-template-columns:1fr}
  .provider-detail-list{grid-template-columns:1fr}
  .contact-office-card,.google-map-card{min-height:auto}
  .google-map-card iframe{min-height:360px}
}
@media (max-width: 720px){
  .providers-hero,.contact-centered-hero{padding:56px 0 30px}
  .providers-hero h1,.contact-centered-title h1{font-size:clamp(2.35rem,10vw,3.2rem)}
  .provider-owner-card,.provider-card,.contact-method-card{padding:26px}
}


/* Contact form section remaster: centered and balanced */
.contact-form-wrap{display:flex;justify-content:center}
.centered-form-card{width:min(100%,1080px);margin-inline:auto;padding:38px 40px;border-radius:34px;box-shadow:0 18px 44px rgba(8,42,62,.07)}
.contact-section-head{max-width:760px;margin:0 auto 24px;text-align:center}
.centered-form-card h2{font-size:clamp(2.2rem,3.4vw,3rem);line-height:1.02;margin:0 0 10px}
.centered-form-card>.contact-section-head p{margin:0 auto;max-width:760px;font-size:1.02rem;line-height:1.68}
.contact-inline-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0 0 26px}
.contact-inline-card{background:linear-gradient(180deg,#fbfeff 0%,#f7fbfc 100%);border:1px solid #dbe8ec;border-radius:24px;padding:22px 24px;min-height:100%}
.contact-inline-card h3{margin:0 0 10px;color:var(--navy);font-size:1.28rem;letter-spacing:-.04em}
.contact-inline-card p{margin:0;color:var(--muted);line-height:1.62}
.emergency-inline-card{position:relative;overflow:hidden}
.emergency-inline-card::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,var(--blue),var(--teal))}
.centered-form-card form{max-width:none}
.centered-form-card .field-grid{gap:14px}
.centered-form-card input,.centered-form-card textarea,.centered-form-card select{margin-bottom:14px;padding:15px 16px;border-radius:18px}
.contact-form-actions{display:flex;justify-content:center;align-items:center;margin-top:2px}
.contact-form-actions .btn{min-width:200px}
.centered-form-card .form-note{margin-top:18px;text-align:center;line-height:1.62}

@media (max-width:900px){.centered-form-card{padding:30px 26px}.contact-inline-info{grid-template-columns:1fr;gap:14px}.centered-form-card h2{font-size:clamp(2rem,7vw,2.55rem)}}
@media (max-width:560px){.centered-form-card{padding:24px 20px;border-radius:28px}.contact-inline-card{padding:18px 18px}}


/* Providers page remaster: Dr. Nitin Sawheny */
.provider-profile-section{
  position:relative;
  overflow:hidden;
  padding:64px 0 72px;
  background:linear-gradient(135deg,#f9fcfd 0%,#eef8f9 100%);
  border-bottom:1px solid var(--line);
}
.provider-profile-section:before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-150px;
  top:36px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(145,240,221,.18) 0%,rgba(145,240,221,0) 67%);
}
.provider-profile-section:after{
  content:"";
  position:absolute;
  width:300px;
  height:300px;
  left:-120px;
  bottom:-160px;
  border-radius:50%;
  border:38px solid rgba(18,168,157,.06);
}
.provider-profile-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(280px,.76fr) minmax(0,1.24fr);
  gap:46px;
  align-items:center;
}
.provider-photo-card{
  background:#fff;
  border:1px solid #d7e7eb;
  border-radius:34px;
  padding:16px;
  box-shadow:0 24px 62px rgba(8,42,62,.12);
  max-width:430px;
  justify-self:center;
  width:100%;
}
.provider-photo-frame{
  border-radius:28px;
  overflow:hidden;
  aspect-ratio:.9/1;
  background:#dcebee;
}
.provider-photo-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 36%;
  display:block;
}
.provider-photo-caption{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:17px 6px 2px;
}
.provider-photo-caption strong{
  color:var(--navy);
  font-size:1.08rem;
  letter-spacing:-.035em;
}
.provider-photo-caption span{
  color:#1398bd;
  font-weight:900;
  font-size:.86rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  text-align:right;
}
.provider-profile-copy h1{
  margin:0;
  color:var(--navy);
  font-size:clamp(3rem,5.5vw,5.5rem);
  line-height:.94;
  letter-spacing:-.085em;
}
.provider-title-line{
  margin:18px 0 0;
  color:#1398bd;
  font-weight:950;
  font-size:1.08rem;
  letter-spacing:.02em;
}
.provider-lead{
  max-width:720px;
  margin:22px 0 0;
  color:var(--muted);
  font-size:1.13rem;
  line-height:1.78;
}
.provider-action-row{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}
.provider-about-grid{
  display:grid;
  grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);
  gap:28px;
  align-items:stretch;
}
.provider-about-card{
  justify-content:center;
}
.provider-about-card h2{
  max-width:13ch;
}
.provider-about-card p{
  max-width:48ch;
  line-height:1.72;
}
.provider-details-stack{
  display:grid;
  gap:18px;
}
.provider-detail-card{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:18px;
  align-items:flex-start;
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
  box-shadow:0 14px 34px rgba(8,42,62,.055);
}
.provider-detail-card>span{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:linear-gradient(180deg,#f6fbff 0%,#edf7fd 100%);
  border:1px solid #d6e6ee;
  box-shadow:0 10px 24px rgba(8,42,62,.06);
  position:relative;
}
.provider-detail-card>span::before{
  content:"";
  width:28px;
  height:28px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}
.provider-detail-icon-medicine::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b93cf' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 4h6v4h4v12H5V8h4V4z'/%3E%3Cpath d='M10 12h4M12 10v4'/%3E%3C/svg%3E");
}
.provider-detail-icon-followup::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b93cf' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16.5 8.2A6.5 6.5 0 0 0 5.7 9.5'/%3E%3Cpath d='M6 5.8v3.9h3.9'/%3E%3Cpath d='M7.5 15.8A6.5 6.5 0 0 0 18.3 14.5'/%3E%3Cpath d='M18 18.2v-3.9h-3.9'/%3E%3C/svg%3E");
}
.provider-detail-icon-location::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b93cf' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20s-5.5-5.4-5.5-9.2A5.5 5.5 0 0 1 12 5.3a5.5 5.5 0 0 1 5.5 5.5C17.5 14.6 12 20 12 20z'/%3E%3Ccircle cx='12' cy='10.8' r='2.1'/%3E%3C/svg%3E");
}
.provider-detail-card h3{
  margin:0 0 8px;
  color:var(--navy);
  font-size:1.22rem;
  letter-spacing:-.035em;
}
.provider-detail-card p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
}
.provider-care-head{
  display:block;
  max-width:760px;
}
.provider-care-head h2{
  max-width:760px;
}
.provider-care-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
.provider-team-cta{
  position:relative;
}
@media(max-width:1000px){
  .provider-profile-grid,.provider-about-grid{grid-template-columns:1fr;gap:30px}
  .provider-photo-card{justify-self:start;max-width:380px}
  .provider-care-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .provider-profile-section{padding:46px 0 54px}
  .provider-profile-copy h1{font-size:clamp(2.55rem,13vw,3.5rem)}
  .provider-photo-caption{display:block}
  .provider-photo-caption span{display:block;text-align:left;margin-top:5px}
  .provider-action-row .btn{width:100%}
  .provider-detail-card{grid-template-columns:1fr;padding:24px}
}

.provider-identity-card{padding:12px;max-width:520px;background:rgba(255,255,255,.76);backdrop-filter:blur(8px);}
.provider-identity-card img{display:block;width:100%;height:auto;border-radius:26px;}
.provider-identity-card .provider-photo-frame,.provider-identity-card .provider-photo-caption{display:none;}
@media (min-width:901px){.provider-profile-grid{grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr);gap:54px;}.provider-profile-copy h1{font-size:clamp(3.1rem,5vw,5.2rem)}}
@media (max-width:900px){.provider-identity-card{max-width:560px}}


/* Approved provider profile card placement */
.provider-identity-card{
  max-width:640px;
  padding:10px;
}
.provider-identity-card img{
  width:100%;
  height:auto;
  border-radius:28px;
  display:block;
}
@media (min-width:901px){
  .provider-profile-grid{grid-template-columns:minmax(420px,1fr) minmax(0,1fr);gap:52px;align-items:center;}
}

/* Provider section final adjustment: clean hero area and slightly larger profile card */
.provider-profile-section{
  background:#f9fcfd;
}
.provider-profile-section:before,
.provider-profile-section:after{
  display:none;
}
.provider-identity-card{
  max-width:690px;
  padding:10px;
}
@media (min-width:901px){
  .provider-profile-grid{
    grid-template-columns:minmax(455px,1.05fr) minmax(0,.95fr);
    gap:48px;
    align-items:center;
  }
}
@media (max-width:1000px){
  .provider-identity-card{
    max-width:620px;
  }
}
@media (max-width:640px){
  .provider-identity-card{
    max-width:100%;
    padding:8px;
  }
  .provider-identity-card img{
    border-radius:24px;
  }
}


/* Final provider page image placement */
.provider-profile-image-section{
  padding:32px 0 42px;
  background:#f9fcfd;
  border-bottom:1px solid var(--line);
}
.provider-profile-image-section:before,
.provider-profile-image-section:after{display:none!important;}
.provider-profile-showcase{
  margin:0 auto;
  max-width:920px;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 20px 56px rgba(8,42,62,.10);
  background:#fff;
}
.provider-profile-showcase img{
  display:block;
  width:100%;
  height:auto;
}
@media (min-width:1280px){
  .provider-profile-showcase{max-width:960px;}
}
@media (max-width:760px){
  .provider-profile-image-section{padding:26px 0 34px;}
  .provider-profile-showcase{border-radius:22px;}
}

/* Contact page cleanup: remove decorative top background image/glow */
.contact-centered-hero{
  background:#fff !important;
}
.contact-centered-hero::before,
.contact-centered-hero::after{
  content:none !important;
  display:none !important;
  background:none !important;
}

/* Fix hero image crop: match the right hero frame to the 4:3 branded image so text is not cut off */
.hero-photo-wrap{
  aspect-ratio:4 / 3 !important;
  min-height:0 !important;
}
.hero-photo-wrap img{
  object-fit:cover !important;
  object-position:center center !important;
}
@media (max-width:1180px){
  .hero-photo-wrap{aspect-ratio:4 / 3 !important;}
}
@media (max-width:900px){
  .hero-photo-wrap{aspect-ratio:4 / 3 !important;}
}


/* Follow-up image refinement */
.split.reverse .split-media{
  aspect-ratio:1.3 / 1;
  max-height:none;
}
.split.reverse .split-media img{
  object-position:center top;
}
@media (max-width: 900px){
  .split.reverse .split-media{
    aspect-ratio:1.18 / 1;
  }
}


/* Services image crop fix for headline-safe framing */
.everyday-media-card img{object-fit:cover;}

/* Services page image final crop alignment */
.everyday-media-card img{
  object-position:left center;
}

/* Subtle blue background texture: adds a soft premium glow to white page areas */
body{
  background:
    radial-gradient(circle at 9% 16%, rgba(27,147,207,.055) 0, rgba(27,147,207,.028) 18rem, transparent 38rem),
    radial-gradient(circle at 92% 42%, rgba(25,185,220,.05) 0, rgba(25,185,220,.022) 20rem, transparent 40rem),
    linear-gradient(180deg,#ffffff 0%,#fbfeff 100%);
}
.section:not(.section-alt):not(.section-cream),
.provider-profile-section,
.provider-profile-image-section,
.contact-centered-hero{
  background:
    radial-gradient(circle at 8% 18%, rgba(27,147,207,.052) 0, rgba(27,147,207,.022) 17rem, transparent 37rem),
    radial-gradient(circle at 90% 78%, rgba(25,185,220,.045) 0, rgba(25,185,220,.018) 18rem, transparent 38rem),
    #ffffff;
}
.provider-profile-section,
.provider-profile-image-section{
  background:
    radial-gradient(circle at 12% 14%, rgba(27,147,207,.045) 0, transparent 34rem),
    radial-gradient(circle at 92% 70%, rgba(25,185,220,.04) 0, transparent 36rem),
    #f9fcfd;
}
.contact-centered-hero{
  background:
    radial-gradient(circle at 12% 18%, rgba(27,147,207,.052) 0, transparent 34rem),
    radial-gradient(circle at 88% 72%, rgba(25,185,220,.045) 0, transparent 36rem),
    #ffffff !important;
}


/* Final polish for readability and device fit */
img{max-width:100%;height:auto}
.hero-photo-wrap img,.split-media img,.everyday-media-card img{display:block}
@media (max-width:480px){
  .brand-name{max-width:190px}
  .brand-kicker{font-size:.58rem;letter-spacing:.12em}
  .hero-actions{gap:10px}
  .pill-row{gap:8px}
}


.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}


/* Privacy-safe healthcare launch updates */
.footer-top-safe{grid-template-columns:1.05fr .68fr .78fr .92fr .95fr;gap:32px}
.footer-privacy-note{font-size:.92rem;line-height:1.55;color:#b2c7d2;margin-top:12px!important}
.no-embed-layout{grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr)}
.privacy-card{background:#fff;border:1px solid var(--line);border-radius:32px;padding:34px;box-shadow:var(--shadow);min-height:460px;display:flex;flex-direction:column;justify-content:center}
.privacy-card h2{font-size:clamp(2rem,3vw,3.2rem);line-height:1.04;letter-spacing:-.065em;color:var(--navy);margin:0 0 16px}
.privacy-card p{color:var(--muted);line-height:1.7;margin:0 0 18px}
.safe-list{display:grid;gap:12px;margin:10px 0 24px;padding:0;list-style:none}
.safe-list li{position:relative;padding-left:34px;color:#476273;font-weight:780;line-height:1.55}
.safe-list li:before{content:"";position:absolute;left:0;top:.18em;width:22px;height:22px;border-radius:8px;background:linear-gradient(135deg,#e9f8f7,#eaf4fb);border:1px solid #d5e9ee}
.safe-list li:after{content:"";position:absolute;left:7px;top:.62em;width:8px;height:4px;border-left:2px solid #1498bd;border-bottom:2px solid #1498bd;transform:rotate(-45deg)}
.no-form-card{background:linear-gradient(180deg,#fff 0%,#fbfdfe 100%)}
.strong-note{border-color:#b9dbe5;background:#f2fbfd;color:#365467;line-height:1.65}
.no-form-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:22px}
.btn-outline{background:#fff;color:var(--blue);border-color:#cfe4eb;box-shadow:none}
.btn-outline:hover{background:#f6fbfd}
.legal-page-hero{padding:68px 0}
.legal-content{max-width:940px;background:#fff;border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow);padding:42px}
.legal-content h2{color:var(--navy);font-size:1.45rem;letter-spacing:-.035em;margin:28px 0 10px}
.legal-content h2:first-child{margin-top:0}
.legal-content p{color:#526d7d;line-height:1.75;margin:0 0 14px}
.legal-content a{color:var(--blue);font-weight:900}
.effective-date{margin-top:28px!important;font-weight:900;color:#7a8f9b!important}
.notice-alert{background:#fff7e8;border:1px solid #f1d49a;color:#6b4a0c;border-radius:20px;padding:18px 20px;line-height:1.6;margin-bottom:24px}
@media (max-width:1080px){.footer-top-safe{grid-template-columns:1fr 1fr}.no-embed-layout{grid-template-columns:1fr}.privacy-card{min-height:auto}}
@media (max-width:760px){.footer-top-safe{grid-template-columns:1fr}.privacy-card,.legal-content{padding:26px;border-radius:26px}.no-form-actions .btn{width:100%}}

.map-email-note{font-size:.9rem;color:var(--muted);line-height:1.55;margin-top:-4px!important}
.no-click-email{cursor:default;user-select:text;text-align:center}
.no-click-email:hover{transform:none}

/* Footer balance update */
.footer-top-balanced{
  grid-template-columns:minmax(300px,1.26fr) repeat(4,minmax(170px,1fr));
  gap:26px 28px;
  align-items:start;
}
.footer-top-balanced > div{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-self:start;
}
.footer-top-balanced .footer-main{max-width:355px;padding-right:10px}
.footer-top-balanced .footer-brand{margin-bottom:0;grid-template-columns:52px minmax(0,1fr);column-gap:16px;align-items:start}
.footer-top-balanced .footer-brand h3{line-height:1.08}
.footer-top-balanced .footer-brand p{max-width:30ch;line-height:1.56}
.footer-top-balanced h4{margin-bottom:14px;min-height:26px;display:flex;align-items:flex-end}
.footer-top-balanced a{line-height:1.28;margin:7px 0}
.footer-contact p{max-width:28ch;line-height:1.56}
.footer-contact strong{color:#fff}
.footer-safety-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:30px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.12);
  align-items:stretch;
}
.footer-safety-card{
  min-height:124px;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(255,255,255,.04);
  border-radius:22px;
  padding:20px 22px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.footer-safety-card strong{
  display:block;
  color:#fff;
  font-weight:900;
  letter-spacing:-.025em;
  margin-bottom:8px;
}
.footer-safety-card p{
  margin:0;
  color:#b9ced8;
  font-size:.92rem;
  line-height:1.6;
}
.footer-top-balanced + .footer-safety-grid + .legal{margin-top:26px}
@media (max-width:1180px){
  .footer-top-balanced{grid-template-columns:1.08fr 1fr 1fr;gap:30px 34px}
  .footer-top-balanced .footer-main{max-width:none;padding-right:0}
}
@media (max-width:820px){
  .footer-top-balanced{grid-template-columns:1fr 1fr;gap:28px}
  .footer-safety-grid{grid-template-columns:1fr}
}
@media (max-width:560px){
  .footer-top-balanced{grid-template-columns:1fr}
  .footer-safety-card{border-radius:18px;padding:16px}
}

/* Contact methods premium redesign */
.contact-method-section{
  padding:56px 0 78px !important;
  background:
    radial-gradient(circle at 10% 20%, rgba(25,185,220,.07) 0, transparent 30rem),
    radial-gradient(circle at 92% 80%, rgba(13,79,116,.06) 0, transparent 34rem),
    #fbfeff !important;
}
.contact-method-panel{
  display:grid;
  grid-template-columns:minmax(280px,.82fr) minmax(0,1.38fr);
  gap:24px;
  align-items:stretch;
}
.contact-method-intro{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  padding:36px 34px;
  background:linear-gradient(145deg,#063650 0%,#0d4f74 52%,#1688bb 100%);
  color:#fff;
  box-shadow:0 24px 70px rgba(8,42,62,.16);
  min-height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.contact-method-intro:before{
  content:"";
  position:absolute;
  width:310px;
  height:310px;
  right:-82px;
  bottom:-92px;
  border:0;
  border-radius:0;
  background-image:url('../img/prime-logo-watermark.webp');
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  opacity:.13;
  filter:saturate(.9) brightness(1.12);
  pointer-events:none;
}
.contact-method-intro > *{
  position:relative;
  z-index:1;
}
.contact-method-intro .section-label{
  color:#9ff2e2;
  margin-bottom:16px;
}
.contact-method-intro h2{
  position:relative;
  margin:0 0 16px;
  font-size:clamp(2.1rem,3vw,3.35rem);
  line-height:1.02;
  letter-spacing:-.07em;
  color:#fff;
}
.contact-method-intro p:not(.section-label){
  position:relative;
  margin:0;
  color:#d8eef5;
  line-height:1.7;
  font-size:1.02rem;
  max-width:44ch;
}
.contact-method-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:stretch !important;
}
.contact-method-card{
  display:flex !important;
  flex-direction:column;
  gap:11px !important;
  min-height:0 !important;
  height:100%;
  padding:26px 26px 24px !important;
  border-radius:28px !important;
  background:rgba(255,255,255,.94) !important;
  border:1px solid #dcebed !important;
  box-shadow:0 14px 42px rgba(8,42,62,.07) !important;
  color:inherit;
  position:relative;
  overflow:hidden;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.contact-method-card:before{
  content:"" !important;
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg,#1b93cf,#18cab8);
  opacity:.9;
}
.contact-method-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 64px rgba(8,42,62,.12) !important;
  border-color:#badde7 !important;
}
.contact-method-card-primary{
  background:linear-gradient(145deg,#ffffff 0%,#eefbfb 100%) !important;
  border-color:#bfe7ec !important;
}
.contact-method-icon{
  display:inline-grid !important;
  place-items:center;
  width:auto !important;
  min-width:58px;
  max-width:max-content;
  height:34px !important;
  padding:0 13px;
  margin:0 0 8px !important;
  border-radius:999px !important;
  background:#eefafa !important;
  border:1px solid #d1eaee !important;
  color:#0d779e !important;
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1;
}
.contact-method-icon:before,
.contact-method-icon:after{
  content:none !important;
  display:none !important;
}
.contact-method-card small{
  text-transform:uppercase;
  letter-spacing:.14em;
  color:#1192b4;
  font-weight:950;
  font-size:.72rem;
  line-height:1.35;
}
.contact-method-card strong{
  color:#063650;
  font-size:clamp(1.15rem,1.45vw,1.38rem);
  line-height:1.18;
  letter-spacing:-.045em;
  word-break:break-word;
}
.contact-method-card p{
  margin:0 !important;
  color:#516c7d;
  line-height:1.58 !important;
  font-size:.98rem;
}
.contact-card-action{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:auto;
  padding-top:8px;
  color:#0d779e;
  font-weight:950;
  font-size:.92rem;
}
.contact-card-action:after{
  content:"→";
  font-size:1.1rem;
  line-height:1;
}
@media (max-width:1100px){
  .contact-method-panel{grid-template-columns:1fr;}
  .contact-method-intro{min-height:auto;}
}
@media (max-width:760px){
  .contact-method-section{padding:34px 0 54px !important;}
  .contact-method-panel{gap:16px;}
  .contact-method-intro{border-radius:26px;padding:28px 24px;}
  .contact-method-grid{grid-template-columns:1fr !important;gap:14px !important;}
  .contact-method-card{border-radius:24px !important;padding:24px !important;}
}

/* Contact privacy/location split polish: tighten the blue office panel */
.contact-map-section{
  padding-top:42px !important;
}
.contact-map-layout.no-embed-layout{
  align-items:start !important;
  gap:32px !important;
}
.contact-map-layout.no-embed-layout .privacy-card{
  min-height:0 !important;
  justify-content:flex-start !important;
  padding:42px !important;
}
.contact-office-card{
  min-height:0 !important;
  align-self:start !important;
  justify-content:flex-start !important;
  padding:42px 42px 36px !important;
  border-radius:32px !important;
  box-shadow:0 24px 70px rgba(8,42,62,.16) !important;
}
.contact-office-card h3{
  margin-bottom:12px !important;
  font-size:clamp(1.65rem,2vw,2rem) !important;
}
.contact-office-card p{
  margin:0 0 18px !important;
  line-height:1.58 !important;
}
.contact-office-card p:first-of-type{
  max-width:36ch;
}
.contact-office-card .map-email-note{
  color:#dff5f8 !important;
  font-size:.96rem !important;
  margin:8px 0 22px !important;
  max-width:43ch;
}
.contact-office-card .btn{
  width:100%;
  margin:4px 0 20px !important;
}
.contact-office-card .hours{
  margin-top:0 !important;
  gap:0 !important;
  border-top:1px solid rgba(255,255,255,.20);
}
.contact-office-card .hours div{
  padding:15px 0 0 !important;
  margin-top:15px;
  border-top:0 !important;
}
@media (max-width:1080px){
  .contact-office-card{padding:34px !important;}
  .contact-map-layout.no-embed-layout .privacy-card{padding:34px !important;}
}
@media (max-width:760px){
  .contact-map-section{padding-top:28px !important;}
  .contact-office-card{padding:28px 24px !important;border-radius:26px !important;}
  .contact-map-layout.no-embed-layout .privacy-card{padding:28px 24px !important;}
  .contact-office-card .hours div{display:block !important;}
  .contact-office-card .hours span{display:block;}
  .contact-office-card .hours span + span{margin-top:5px;}
}

/* Premium remaster: Common visit types section */
.service-everyday-remaster{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 4% 18%, rgba(25,185,220,.10) 0, transparent 28rem),
    radial-gradient(circle at 92% 76%, rgba(13,79,116,.10) 0, transparent 34rem),
    linear-gradient(180deg,#f7fcfd 0%,#ffffff 48%,#f4fbfc 100%) !important;
}
.service-everyday-remaster::before{
  content:"";
  position:absolute;
  inset:auto -12% -18% auto;
  width:44rem;
  height:44rem;
  border-radius:50%;
  background:linear-gradient(135deg,rgba(25,185,220,.08),rgba(13,79,116,.03));
  pointer-events:none;
}
.service-everyday-remaster .container{
  position:relative;
  z-index:1;
}
.service-everyday-remaster .everyday-head{
  margin-bottom:34px !important;
}
.service-everyday-remaster .everyday-head h2{
  letter-spacing:-.075em;
}
.everyday-grid{
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr) !important;
  gap:34px !important;
  align-items:stretch !important;
}
.premium-everyday-card{
  position:relative;
  padding:48px 52px 46px !important;
  border-radius:40px !important;
  background:
    radial-gradient(circle at 96% 5%, rgba(145,240,221,.18) 0, transparent 19rem),
    linear-gradient(180deg,#ffffff 0%,#fbfeff 58%,#f8fdfe 100%) !important;
  border:1px solid rgba(188,218,226,.82) !important;
  box-shadow:
    0 28px 80px rgba(8,42,62,.10),
    inset 0 1px 0 rgba(255,255,255,.96) !important;
  overflow:hidden;
}
.premium-everyday-card::before{
  height:5px !important;
  background:linear-gradient(90deg,#0d4f74 0%,#1b93cf 46%,#18cab8 100%) !important;
}
.premium-everyday-card::after{
  width:360px !important;
  height:360px !important;
  right:-148px !important;
  top:-160px !important;
  background:
    radial-gradient(circle, rgba(25,185,220,.14) 0 0, rgba(25,185,220,.10) 38%, transparent 68%) !important;
}
.premium-everyday-card .section-label{
  color:#0e86ad !important;
  font-size:.82rem !important;
  letter-spacing:.22em !important;
  margin-bottom:20px !important;
}
.premium-everyday-card h3{
  margin:0 0 20px !important;
  max-width:13ch !important;
  font-size:clamp(2.55rem,4.6vw,4.85rem) !important;
  line-height:.98 !important;
  letter-spacing:-.085em !important;
  color:#063650 !important;
}
.everyday-card-intro{
  max-width:62ch !important;
  color:#5e7383 !important;
  font-size:1.12rem !important;
  line-height:1.72 !important;
  margin-bottom:0 !important;
}
.everyday-service-tags{
  gap:14px !important;
  margin:30px 0 30px !important;
}
.everyday-service-tags span{
  justify-content:flex-start !important;
  text-align:left !important;
  gap:14px;
  min-height:64px !important;
  padding:12px 18px !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbfc 100%) !important;
  border:1px solid #d5e8ee !important;
  color:#0c334c !important;
  font-size:.98rem !important;
  font-weight:950 !important;
  letter-spacing:-.025em !important;
  box-shadow:0 12px 28px rgba(8,42,62,.045) !important;
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.everyday-service-tags span:hover{
  transform:translateY(-3px);
  border-color:#b8dfe8 !important;
  background:linear-gradient(180deg,#ffffff 0%,#effafa 100%) !important;
  box-shadow:0 20px 42px rgba(8,42,62,.08) !important;
}
.everyday-service-tags span::before{
  content:"+";
  flex:0 0 38px;
  width:38px;
  height:38px;
  display:inline-grid;
  place-items:center;
  border-radius:14px;
  background:linear-gradient(145deg,#edf9fb,#e6f5f8);
  border:1px solid #d2e9ee;
  color:#1265b3;
  font-size:.92rem;
  font-weight:1000;
  letter-spacing:-.04em;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.everyday-service-tags span:nth-child(1)::before{content:"✓";}
.everyday-service-tags span:nth-child(2)::before{content:"T";}
.everyday-service-tags span:nth-child(3)::before{content:"Lab";font-size:.66rem;}
.everyday-service-tags span:nth-child(4)::before{content:"Rx";font-size:.74rem;}
.everyday-service-tags span:nth-child(5)::before{content:"Cal";font-size:.64rem;}
.everyday-service-tags span:nth-child(6)::before{content:"↗";font-size:1.05rem;}
.everyday-service-tags span:nth-child(7)::before{content:"BMI";font-size:.62rem;}
.everyday-service-tags span:nth-child(8)::before{content:"GLP";font-size:.62rem;}
.everyday-service-tags span:nth-child(9)::before{content:"M";}
.everyday-service-tags span:nth-child(10)::before{content:"Test";font-size:.58rem;}
.everyday-service-tags span:nth-child(11)::before{content:"♂";font-size:1.05rem;}
.everyday-service-tags span:nth-child(12)::before{content:"♀";font-size:1.05rem;}
.everyday-service-tags span:nth-child(13)::before{content:"B12";font-size:.66rem;}
.everyday-service-tags span:nth-child(14)::before{content:"Ear";font-size:.66rem;}
.premium-everyday-card .everyday-check-grid{
  gap:18px !important;
  margin-bottom:30px !important;
}
.premium-everyday-card .everyday-check-item{
  min-height:128px;
  padding:24px 24px 22px 74px !important;
  border-radius:24px !important;
  background:rgba(255,255,255,.96) !important;
  border:1px solid #d7e8ee !important;
  box-shadow:0 14px 34px rgba(8,42,62,.055) !important;
}
.premium-everyday-card .everyday-check-item::before{
  content:"✓" !important;
  left:24px !important;
  top:28px !important;
  width:34px !important;
  height:34px !important;
  display:grid;
  place-items:center;
  border-radius:50% !important;
  color:#fff;
  font-size:1.05rem;
  font-weight:1000;
  background:linear-gradient(135deg,#0069bc,#159fc8) !important;
  box-shadow:0 12px 28px rgba(0,105,188,.22),0 0 0 9px rgba(25,185,220,.09) !important;
}
.premium-everyday-card .everyday-check-item strong{
  font-size:1.08rem !important;
  color:#063650 !important;
  letter-spacing:-.035em !important;
}
.premium-everyday-card .everyday-check-item span{
  color:#637988 !important;
  font-size:.99rem !important;
  line-height:1.58 !important;
}
.everyday-card-footer{
  justify-content:flex-start !important;
}
.everyday-card-footer .btn{
  margin-left:0 !important;
  margin-right:0 !important;
  min-width:220px;
  justify-content:center;
}
.everyday-side-stack{
  gap:24px !important;
}
.everyday-media-card{
  border-radius:40px !important;
  box-shadow:0 30px 70px rgba(8,42,62,.14) !important;
  overflow:hidden;
  min-height:430px;
  position:relative;
}
.everyday-media-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(3,25,39,.04) 0%,rgba(3,25,39,.10) 100%);
  pointer-events:none;
}
.everyday-callout-card{
  border-radius:36px !important;
  padding:38px 40px !important;
  background:linear-gradient(145deg,#073a56 0%,#0d5b82 58%,#1486b6 100%) !important;
  box-shadow:0 28px 74px rgba(8,42,62,.16) !important;
}
.everyday-callout-card .section-label{
  color:#9ff2e2 !important;
}
.everyday-callout-card li{
  color:#edf9fb !important;
  font-size:1.04rem !important;
}
.everyday-callout-card li::before{
  background:rgba(145,240,221,.14) !important;
  color:#8ff4df !important;
  border:1px solid rgba(145,240,221,.18);
}
@media (max-width:1100px){
  .everyday-grid{grid-template-columns:1fr !important;}
  .premium-everyday-card h3{max-width:15ch !important;}
  .everyday-media-card{min-height:360px;}
}
@media (max-width:900px){
  .premium-everyday-card{padding:34px 30px !important;border-radius:32px !important;}
  .premium-everyday-card h3{font-size:clamp(2.35rem,8vw,3.5rem) !important;max-width:13ch !important;}
  .everyday-card-intro{font-size:1.04rem !important;}
  .everyday-service-tags{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .premium-everyday-card .everyday-check-grid{grid-template-columns:1fr !important;}
  .everyday-card-footer .btn{width:100%;}
}
@media (max-width:560px){
  .premium-everyday-card{padding:28px 22px !important;border-radius:28px !important;}
  .premium-everyday-card h3{font-size:clamp(2.1rem,12vw,2.85rem) !important;max-width:none !important;}
  .everyday-service-tags{grid-template-columns:1fr !important;gap:11px !important;}
  .everyday-service-tags span{min-height:58px !important;}
  .premium-everyday-card .everyday-check-item{padding:22px 20px 20px 68px !important;}
  .everyday-media-card{min-height:280px;border-radius:28px !important;}
  .everyday-callout-card{padding:28px 24px !important;border-radius:28px !important;}
}


/* remastered services overview left card */
.remastered-services-card{
  padding:40px 42px 36px !important;
}
.remastered-services-card .section-label{
  margin-bottom:12px !important;
}
.remastered-services-card h3{
  max-width:12ch !important;
  margin:0 0 16px !important;
  font-size:clamp(2.15rem,3.6vw,3.45rem) !important;
  line-height:1.02 !important;
  letter-spacing:-.07em !important;
}
.remastered-services-card .everyday-card-intro{
  max-width:60ch !important;
  font-size:1.02rem !important;
  line-height:1.72 !important;
}
.service-cluster-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin:28px 0 22px;
}
.service-cluster-card{
  position:relative;
  padding:20px 20px 18px;
  border-radius:24px;
  border:1px solid #d8e8ee;
  background:linear-gradient(180deg,#ffffff 0%,#f8fcfd 100%);
  box-shadow:0 12px 28px rgba(8,42,62,.045);
}
.service-cluster-card::before{
  content:"";
  position:absolute;
  left:20px;
  top:20px;
  width:42px;
  height:42px;
  border-radius:14px;
  background:linear-gradient(145deg,#eef8fb,#e5f5f8);
  border:1px solid #d2e8ed;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92);
}
.service-cluster-card:nth-child(1)::after{content:"✓";}
.service-cluster-card:nth-child(2)::after{content:"+";}
.service-cluster-card:nth-child(3)::after{content:"GLP";font-size:.66rem;letter-spacing:.02em;}
.service-cluster-card:nth-child(4)::after{content:"Care";font-size:.62rem;letter-spacing:.01em;}
.service-cluster-card::after{
  position:absolute;
  left:20px;
  top:20px;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  color:#0e6eb8;
  font-weight:950;
  z-index:1;
}
.service-cluster-card h4{
  margin:0 0 12px;
  padding-left:58px;
  color:#083850;
  font-size:1.04rem;
  line-height:1.25;
  letter-spacing:-.03em;
}
.service-cluster-card ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.service-cluster-card li{
  position:relative;
  padding-left:18px;
  color:#4b6473;
  font-size:.96rem;
  line-height:1.5;
}
.service-cluster-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.58em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#18a7c6;
  box-shadow:0 0 0 4px rgba(24,167,198,.11);
}
.everyday-key-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:0 0 26px;
}
.everyday-key-point{
  padding:18px 18px 17px;
  border-radius:20px;
  background:rgba(255,255,255,.94);
  border:1px solid #d9e8ee;
  box-shadow:0 10px 26px rgba(8,42,62,.04);
}
.everyday-key-point strong{
  display:block;
  margin:0 0 7px;
  color:#063650;
  font-size:1rem;
  letter-spacing:-.02em;
}
.everyday-key-point span{
  display:block;
  color:#637988;
  font-size:.94rem;
  line-height:1.58;
}
@media (max-width:900px){
  .remastered-services-card{padding:32px 28px 28px !important;}
  .remastered-services-card h3{font-size:clamp(2rem,7vw,3rem) !important;max-width:13ch !important;}
  .service-cluster-grid{grid-template-columns:1fr;}
  .everyday-key-points{grid-template-columns:1fr;}
}
@media (max-width:560px){
  .remastered-services-card{padding:26px 22px 24px !important;}
  .service-cluster-card{padding:18px 18px 16px;border-radius:20px;}
  .service-cluster-card::before,.service-cluster-card::after{left:18px;top:18px;width:38px;height:38px;}
  .service-cluster-card h4{padding-left:52px;font-size:1rem;}
}


/* homepage cleanup */
.hero-micro{
  margin-top:26px;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:nowrap;
  overflow:visible;
  width:max-content;
  max-width:calc(100vw - 30px);
  padding-bottom:0;
  font-size:clamp(.78rem,.72vw,.9rem);
}
.hero-micro span{
  white-space:nowrap;
  flex:0 0 auto;
  padding:7px 10px;
}
.section-head-wide{max-width:860px}
.section-support{margin-top:12px;color:#5f7483;max-width:64ch;line-height:1.7}
.homepage-service-grid{margin-top:6px}
.homepage-service-card{padding:28px 28px 26px}
.homepage-service-card h3{font-size:1.2rem;line-height:1.16;margin-bottom:12px}
.homepage-service-card p{font-size:1rem;line-height:1.66}
.homepage-services-action{display:flex;justify-content:center;margin-top:24px}
@media (max-width:900px){
  .hero-micro{flex-wrap:wrap;overflow:visible}
}


/* keep suite numbers together in footer/contact addresses */
.footer-contact p{word-break:normal;overflow-wrap:normal}


/* Membership option spotlight */
.membership-spotlight-section{
  padding-top:0;
}
.membership-spotlight{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);
  gap:24px;
  align-items:stretch;
  padding:36px;
  border-radius:34px;
  background:
    radial-gradient(circle at 93% 10%, rgba(145,240,221,.18) 0, transparent 24rem),
    linear-gradient(135deg,#073a56 0%,#0d5b82 62%,#168db9 100%);
  box-shadow:0 28px 78px rgba(8,42,62,.15);
  overflow:hidden;
  position:relative;
}
.membership-spotlight::after{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  border-radius:50%;
  right:-120px;
  bottom:-150px;
  border:42px solid rgba(255,255,255,.07);
  pointer-events:none;
}
.membership-copy,
.membership-card{
  position:relative;
  z-index:1;
}
.membership-copy .section-label{
  color:#a5f4e8;
  margin-bottom:14px;
}
.membership-copy h2{
  color:#fff;
  font-size:clamp(2rem,3.2vw,3.35rem);
  line-height:1.02;
  letter-spacing:-.065em;
  margin:0 0 14px;
}
.membership-copy p{
  color:#d8eef4;
  max-width:68ch;
  line-height:1.72;
  margin:0;
}
.membership-card{
  background:rgba(255,255,255,.96);
  border:1px solid rgba(255,255,255,.42);
  border-radius:28px;
  padding:28px;
  box-shadow:0 24px 58px rgba(3,25,39,.16);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.membership-card strong{
  display:block;
  color:#063650;
  font-size:1.26rem;
  line-height:1.15;
  letter-spacing:-.035em;
  margin-bottom:10px;
}
.membership-card p{
  color:#5b7280;
  line-height:1.64;
  margin:0 0 20px;
}
.membership-card .btn{
  align-self:flex-start;
  background:#0d4f74;
  color:#fff;
}
@media (max-width:900px){
  .membership-spotlight{grid-template-columns:1fr;padding:30px;border-radius:28px}
}
@media (max-width:560px){
  .membership-spotlight{padding:24px}
  .membership-card{padding:24px;border-radius:24px}
}


/* public-ready-polish */
.membership-card .btn{
  text-decoration:none;
}
.homepage-services-action .btn{
  min-width:190px;
  justify-content:center;
}
.footer-contact p:last-child{
  margin-bottom:0;
}


/* Services page membership spotlight spacing */
.services-membership-section{
  padding-top:12px;
}
.services-membership-section .membership-spotlight{
  margin-top:0;
}


.provider-secondary-profile-section{
  padding-top:10px;
}
.provider-team-head{
  max-width:920px;
  margin:0 auto 18px;
}
.provider-team-head .section-label{
  margin-bottom:10px;
}
.provider-team-head h2{
  margin-bottom:8px;
}
.provider-team-head p{
  margin:0;
  color:#647a89;
  font-size:1.04rem;
  line-height:1.65;
}


.provider-profiles-two-up-section{
  padding-top:34px;
}
.provider-profiles-head{
  max-width:980px;
  margin:0 auto 26px;
}
.provider-profiles-head p:last-child{
  margin:10px 0 0;
  color:#647a89;
  font-size:1.04rem;
  line-height:1.68;
}
.provider-profiles-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
  align-items:start;
}
.provider-profile-showcase-split{
  max-width:none;
}
@media (max-width:980px){
  .provider-profiles-grid{grid-template-columns:1fr;gap:22px;}
}


/* Larger, easier-to-read provider profile layout */
.provider-profiles-two-up-section{
  padding-top:42px !important;
  padding-bottom:64px !important;
}

.provider-profiles-two-up-section .container{
  width:min(100% - 56px, 1520px);
  max-width:none;
}

.provider-profiles-head{
  max-width:1180px !important;
  margin:0 auto 30px !important;
}

.provider-profiles-head h2{
  font-size:clamp(2.7rem,5vw,5.2rem);
  line-height:.98;
  letter-spacing:-.075em;
}

.provider-profiles-head p:last-child{
  max-width:760px;
  font-size:1.08rem;
}

.provider-profiles-grid{
  grid-template-columns:1fr !important;
  gap:34px !important;
  max-width:1320px;
  margin:0 auto;
}

.provider-profile-showcase-split{
  width:100%;
  max-width:none !important;
  border-radius:34px !important;
}

.provider-profile-showcase-split img{
  width:100%;
  height:auto;
  display:block;
}

@media (min-width:1720px){
  .provider-profiles-two-up-section .container{
    width:min(100% - 72px, 1760px);
  }
  .provider-profiles-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    max-width:none;
    gap:32px !important;
  }
}

@media (max-width:760px){
  .provider-profiles-two-up-section .container{
    width:min(100% - 24px, 100%);
  }
  .provider-profiles-head h2{
    font-size:clamp(2.2rem,11vw,3.2rem);
  }
  .provider-profile-showcase-split{
    border-radius:22px !important;
  }
}


/* Provider cards stacked, but reduced to a cleaner readable size */
.provider-profiles-two-up-section .container{
  width:min(100% - 42px, 1180px) !important;
  max-width:1180px !important;
}

.provider-profiles-head{
  max-width:920px !important;
  margin:0 auto 24px !important;
}

.provider-profiles-head h2{
  font-size:clamp(2.35rem,4vw,4rem) !important;
}

.provider-profiles-grid{
  grid-template-columns:1fr !important;
  max-width:920px !important;
  gap:26px !important;
  margin:0 auto !important;
}

.provider-profile-showcase-split{
  max-width:920px !important;
  border-radius:28px !important;
  margin:0 auto !important;
}

.provider-profile-showcase-split img{
  width:100% !important;
  height:auto !important;
}

@media (min-width:1720px){
  .provider-profiles-grid{
    grid-template-columns:1fr !important;
    max-width:920px !important;
  }
}

@media (max-width:760px){
  .provider-profiles-two-up-section .container{
    width:min(100% - 24px, 100%) !important;
  }
  .provider-profiles-grid{
    max-width:100% !important;
  }
  .provider-profile-showcase-split{
    max-width:100% !important;
    border-radius:22px !important;
  }
}


/* Align provider intro text with the stacked provider cards */
.provider-profiles-head{
  display:block !important;
  max-width:920px !important;
  width:100% !important;
  margin:0 auto 24px !important;
  text-align:left !important;
}

.provider-profiles-head > div{
  max-width:920px !important;
  width:100% !important;
  margin:0 !important;
}

.provider-profiles-head .section-label,
.provider-profiles-head h2,
.provider-profiles-head p{
  text-align:left !important;
  margin-left:0 !important;
}

.provider-profiles-head h2{
  max-width:920px !important;
}

.provider-profiles-head p:last-child{
  max-width:760px !important;
}

@media (max-width:760px){
  .provider-profiles-head{
    max-width:100% !important;
  }
}


/* FINAL FOOTER CLEANUP */
.footer{
  background:linear-gradient(180deg,#07324d 0%,#06314b 100%) !important;
  color:#d8e8ee !important;
  padding:70px 0 30px !important;
}

.footer .container{
  width:min(100% - 48px, 1420px) !important;
}

.footer-top-balanced,
.footer-top-safe.footer-top-balanced{
  display:grid !important;
  grid-template-columns:1.15fr .82fr .88fr 1.05fr 1.05fr !important;
  gap:34px !important;
  align-items:start !important;
}

.footer-top-balanced > div{
  min-width:0 !important;
}

.footer-brand{
  display:grid !important;
  grid-template-columns:58px minmax(0,1fr) !important;
  column-gap:16px !important;
  row-gap:16px !important;
  align-items:start !important;
  margin:0 !important;
}

.footer-brand img{
  width:58px !important;
  height:58px !important;
  grid-column:1 !important;
  grid-row:1 !important;
  border-radius:50% !important;
}

.footer-brand h3{
  grid-column:2 !important;
  grid-row:1 !important;
  align-self:center !important;
  margin:0 !important;
  color:#fff !important;
  font-size:1.04rem !important;
  line-height:1.18 !important;
  letter-spacing:-.03em !important;
  max-width:18ch !important;
}

.footer-brand p{
  grid-column:1 / -1 !important;
  grid-row:2 !important;
  margin:0 !important;
  max-width:32ch !important;
  color:#c1d5df !important;
  line-height:1.62 !important;
  font-size:.98rem !important;
}

.footer h4{
  margin:0 0 18px !important;
  min-height:0 !important;
  color:#fff !important;
  font-size:1rem !important;
  line-height:1.2 !important;
  letter-spacing:-.02em !important;
}

.footer a{
  display:block !important;
  margin:0 0 13px !important;
  color:#dcecf2 !important;
  font-weight:850 !important;
  line-height:1.25 !important;
  text-decoration:none !important;
}

.footer a:hover{
  color:#fff !important;
}

.footer p{
  color:#c1d5df !important;
  line-height:1.58 !important;
  margin:0 0 14px !important;
}

.footer-contact{
  max-width:310px !important;
}

.footer-contact p{
  max-width:100% !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
}

.footer-contact strong{
  display:block !important;
  color:#fff !important;
  font-weight:900 !important;
  margin-bottom:4px !important;
}

.footer-contact a[href^="tel"]{
  color:#fff !important;
  font-size:1.08rem !important;
  margin:16px 0 16px !important;
}

.footer-safety-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:20px !important;
  margin-top:40px !important;
  padding-top:30px !important;
  border-top:1px solid rgba(255,255,255,.14) !important;
}

.footer-safety-card{
  min-height:auto !important;
  padding:22px 24px !important;
  border-radius:20px !important;
  background:rgba(255,255,255,.045) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:none !important;
}

.footer-safety-card strong{
  color:#fff !important;
  font-size:1rem !important;
  margin-bottom:9px !important;
}

.footer-safety-card p{
  color:#c4d8e0 !important;
  font-size:.94rem !important;
  line-height:1.62 !important;
  margin:0 !important;
}

.footer .legal{
  border-top:1px solid rgba(255,255,255,.14) !important;
  margin-top:30px !important;
  padding-top:24px !important;
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:20px !important;
  color:#a9c1cc !important;
}

.footer .legal-links{
  display:flex !important;
  gap:18px !important;
}

.footer .legal-links a{
  display:inline !important;
  margin:0 !important;
  color:#dcecf2 !important;
  font-weight:900 !important;
}

@media (max-width:1180px){
  .footer-top-balanced,
  .footer-top-safe.footer-top-balanced{
    grid-template-columns:1.15fr 1fr 1fr !important;
    gap:34px 42px !important;
  }
  .footer-contact{
    max-width:none !important;
  }
}

@media (max-width:820px){
  .footer{
    padding:54px 0 28px !important;
  }
  .footer .container{
    width:min(100% - 30px, 100%) !important;
  }
  .footer-top-balanced,
  .footer-top-safe.footer-top-balanced{
    grid-template-columns:1fr 1fr !important;
    gap:30px !important;
  }
  .footer-safety-grid{
    grid-template-columns:1fr !important;
  }
  .footer .legal{
    display:block !important;
  }
  .footer .legal-links{
    margin-top:14px !important;
  }
}

@media (max-width:560px){
  .footer-top-balanced,
  .footer-top-safe.footer-top-balanced{
    grid-template-columns:1fr !important;
  }
  .footer-brand h3{
    max-width:none !important;
  }
}


/* Footer final: Privacy & Legal under brand */
.footer-top-balanced,
.footer-top-safe.footer-top-balanced{
  grid-template-columns:minmax(320px,1.26fr) minmax(190px,.86fr) minmax(210px,.92fr) minmax(290px,1.05fr) !important;
  gap:38px 46px !important;
  align-items:start !important;
}

.footer-main{
  max-width:380px !important;
}

.footer-inline-legal{
  margin-top:28px !important;
  padding-top:24px !important;
  border-top:1px solid rgba(255,255,255,.13) !important;
}

.footer-inline-legal h4{
  margin-bottom:14px !important;
}

.footer-inline-legal a{
  margin-bottom:11px !important;
}

@media (max-width:1180px){
  .footer-top-balanced,
  .footer-top-safe.footer-top-balanced{
    grid-template-columns:1.1fr 1fr !important;
    gap:34px 44px !important;
  }
  .footer-main{
    max-width:none !important;
  }
}

@media (max-width:650px){
  .footer-top-balanced,
  .footer-top-safe.footer-top-balanced{
    grid-template-columns:1fr !important;
  }
}


/* Services page image replacement: tall realistic clinic image */
.service-everyday-remaster .everyday-media-card{
  aspect-ratio:4 / 5 !important;
  min-height:0 !important;
  border-radius:40px !important;
  overflow:hidden !important;
}

.service-everyday-remaster .everyday-media-card img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}

.service-everyday-remaster .everyday-media-card .media-badge{
  display:none !important;
}

@media (max-width:900px){
  .service-everyday-remaster .everyday-media-card{
    aspect-ratio:4 / 5 !important;
    border-radius:30px !important;
  }
}


/* Restore services image to the original wider size and badge */
.service-everyday-remaster .everyday-media-card{
  aspect-ratio:1.18 / 1 !important;
  min-height:430px !important;
  border-radius:40px !important;
  overflow:hidden !important;
}

.service-everyday-remaster .everyday-media-card img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}

.service-everyday-remaster .everyday-media-card .media-badge{
  display:block !important;
}

@media (max-width:1100px){
  .service-everyday-remaster .everyday-media-card{
    min-height:360px !important;
  }
}

@media (max-width:900px){
  .service-everyday-remaster .everyday-media-card{
    aspect-ratio:1.24 / 1 !important;
    min-height:0 !important;
    border-radius:30px !important;
  }
}

@media (max-width:560px){
  .service-everyday-remaster .everyday-media-card{
    min-height:280px !important;
    border-radius:28px !important;
  }
}


/* Make the two middle footer columns taller and more vertically balanced */
@media (min-width: 651px){
  .footer-top-balanced > div:nth-child(2),
  .footer-top-balanced > div:nth-child(3),
  .footer-top-safe.footer-top-balanced > div:nth-child(2),
  .footer-top-safe.footer-top-balanced > div:nth-child(3){
    display:flex !important;
    flex-direction:column !important;
    justify-content:space-between !important;
    align-self:stretch !important;
    min-height:305px !important;
  }

  .footer-top-balanced > div:nth-child(2) h4,
  .footer-top-balanced > div:nth-child(3) h4,
  .footer-top-safe.footer-top-balanced > div:nth-child(2) h4,
  .footer-top-safe.footer-top-balanced > div:nth-child(3) h4{
    margin-bottom:6px !important;
  }

  .footer-top-balanced > div:nth-child(2) a,
  .footer-top-balanced > div:nth-child(3) a,
  .footer-top-safe.footer-top-balanced > div:nth-child(2) a,
  .footer-top-safe.footer-top-balanced > div:nth-child(3) a{
    margin:0 !important;
    padding:4px 0 !important;
  }
}

@media (max-width: 650px){
  .footer-top-balanced > div:nth-child(2),
  .footer-top-balanced > div:nth-child(3),
  .footer-top-safe.footer-top-balanced > div:nth-child(2),
  .footer-top-safe.footer-top-balanced > div:nth-child(3){
    min-height:0 !important;
  }
}


/* FINAL LAUNCH PASS: consistency, footer balance, responsive media */
img{max-width:100%;height:auto;}

.footer{
  background:linear-gradient(180deg,#07324d 0%,#062f49 100%) !important;
  color:#d8e8ee !important;
}

.footer .container{
  width:min(100% - 48px,1420px) !important;
}

.footer-top-balanced,
.footer-top-safe.footer-top-balanced{
  display:grid !important;
  grid-template-columns:minmax(330px,1.18fr) minmax(190px,.82fr) minmax(210px,.88fr) minmax(330px,1.08fr) !important;
  gap:42px 56px !important;
  align-items:stretch !important;
}

.footer-top-balanced > div,
.footer-top-safe.footer-top-balanced > div{
  min-width:0 !important;
}

.footer-top-balanced > div:nth-child(2),
.footer-top-balanced > div:nth-child(3),
.footer-top-safe.footer-top-balanced > div:nth-child(2),
.footer-top-safe.footer-top-balanced > div:nth-child(3){
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
  min-height:310px !important;
}

.footer-top-balanced > div:nth-child(2) a,
.footer-top-balanced > div:nth-child(3) a,
.footer-top-safe.footer-top-balanced > div:nth-child(2) a,
.footer-top-safe.footer-top-balanced > div:nth-child(3) a{
  margin:0 !important;
  padding:4px 0 !important;
}

.footer-brand h3{
  max-width:18ch !important;
}

.footer-inline-legal{
  margin-top:28px !important;
  padding-top:24px !important;
  border-top:1px solid rgba(255,255,255,.13) !important;
}

.footer-contact{
  max-width:350px !important;
}

.footer-contact p{
  overflow-wrap:normal !important;
  word-break:normal !important;
}

.footer-contact a[href^="tel"]{
  color:#fff !important;
  font-weight:950 !important;
}

.footer-safety-grid{
  margin-top:38px !important;
}

@media (max-width:1180px){
  .footer-top-balanced,
  .footer-top-safe.footer-top-balanced{
    grid-template-columns:1fr 1fr !important;
    gap:34px 44px !important;
    align-items:start !important;
  }
  .footer-top-balanced > div:nth-child(2),
  .footer-top-balanced > div:nth-child(3),
  .footer-top-safe.footer-top-balanced > div:nth-child(2),
  .footer-top-safe.footer-top-balanced > div:nth-child(3){
    min-height:0 !important;
    justify-content:flex-start !important;
  }
  .footer-top-balanced > div:nth-child(2) a,
  .footer-top-balanced > div:nth-child(3) a,
  .footer-top-safe.footer-top-balanced > div:nth-child(2) a,
  .footer-top-safe.footer-top-balanced > div:nth-child(3) a{
    margin:0 0 13px !important;
    padding:0 !important;
  }
}

@media (max-width:650px){
  .footer .container{
    width:min(100% - 30px,100%) !important;
  }
  .footer-top-balanced,
  .footer-top-safe.footer-top-balanced{
    grid-template-columns:1fr !important;
  }
}

/* Services page image stays original card size with badge visible */
.service-everyday-remaster .everyday-media-card{
  aspect-ratio:1.18 / 1 !important;
  min-height:430px !important;
  overflow:hidden !important;
}

.service-everyday-remaster .everyday-media-card .media-badge{
  display:block !important;
}

@media (max-width:900px){
  .service-everyday-remaster .everyday-media-card{
    aspect-ratio:1.24 / 1 !important;
    min-height:0 !important;
  }
}

/* Provider cards remain readable and aligned */
.provider-profiles-head{
  text-align:left !important;
}

.provider-profiles-head > div{
  margin-left:0 !important;
}

.provider-profiles-grid{
  grid-template-columns:1fr !important;
  max-width:920px !important;
  margin:0 auto !important;
  gap:26px !important;
}

.provider-profile-showcase-split{
  max-width:920px !important;
  margin:0 auto !important;
}


/* Embedded Notice of Privacy Practices PDF */
.npp-page-content .notice-alert-success{
  background:linear-gradient(135deg, rgba(13,79,116,.10), rgba(43,122,160,.08));
  border-color:rgba(13,79,116,.20);
}

.npp-pdf-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:20px 0 18px;
}

.npp-pdf-viewer{
  width:100%;
  min-height:760px;
  border:1px solid rgba(17,24,39,.16);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 45px rgba(8,38,58,.10);
}

.npp-pdf-viewer iframe{
  display:block;
  width:100%;
  height:min(82vh, 920px);
  min-height:760px;
  border:0;
  background:#fff;
}

.pdf-fallback{
  margin-top:14px;
  font-size:.95rem;
}

@media (max-width:700px){
  .npp-pdf-actions{
    flex-direction:column;
  }
  .npp-pdf-actions .btn{
    width:100%;
    justify-content:center;
  }
  .npp-pdf-viewer{
    min-height:560px;
    border-radius:14px;
  }
  .npp-pdf-viewer iframe{
    height:75vh;
    min-height:560px;
  }
}
