/* ============================================================
   WESTMARK HOME CARE — DESIGN TOKENS
   ============================================================ */
:root{
  /* Calming blues/teals */
  --teal-900:#0B3C46;
  --teal-800:#0E4E5A;
  --teal-700:#116273;   /* primary */
  --teal-600:#177A8E;
  --teal-500:#2596AC;
  --teal-100:#D7EEF3;
  --teal-50:#EFF8FA;
  /* Warm coral accent */
  --coral-700:#B03D20;  /* CTA (AA on white) */
  --coral-600:#C24728;  /* CTA hover base */
  --coral-500:#E4744F;  /* decorative */
  --coral-100:#FBE3DA;
  --coral-50:#FDF3EF;
  /* Warm gold (badges / stars) */
  --gold-500:#D99A2B;
  --gold-100:#F9EDD4;
  /* Neutrals */
  --ink:#152F38;
  --ink-soft:#3E5A64;
  --white:#FFFFFF;
  --off-white:#F7FAFB;
  --border:#DCE9EC;

  --radius-lg:24px;
  --radius-md:16px;
  --radius-sm:10px;
  --shadow-soft:0 6px 24px rgba(14,78,90,.10);
  --shadow-card:0 4px 16px rgba(14,78,90,.08);
  --shadow-lift:0 12px 32px rgba(14,78,90,.16);

  --font-head:'Figtree','Segoe UI',system-ui,sans-serif;
  --font-body:'Noto Sans','Segoe UI',system-ui,sans-serif;

  --header-h:76px;
}

/* ============================================================
   BASE
   ============================================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 12px)}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important}
}
body{
  font-family:var(--font-body);
  font-size:1.0625rem;            /* 17px body — easy reading for older visitors */
  line-height:1.65;
  color:var(--ink);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
}
img,svg{display:block;max-width:100%}
h1,h2,h3,h4{font-family:var(--font-head);line-height:1.15;color:var(--teal-900);letter-spacing:-.01em}
h1{font-size:clamp(2.1rem,5.2vw,3.4rem);font-weight:800}
h2{font-size:clamp(1.7rem,3.6vw,2.4rem);font-weight:700}
h3{font-size:1.3rem;font-weight:700}
p{max-width:65ch}
a{color:var(--teal-700)}
:focus-visible{outline:3px solid var(--teal-500);outline-offset:3px;border-radius:4px}
.container{width:min(1160px,100% - 2.5rem);margin-inline:auto}
section{padding:4.5rem 0}
@media(min-width:768px){section{padding:6rem 0}}

.skip-link{
  position:absolute;left:1rem;top:-100px;z-index:200;
  background:var(--teal-900);color:#fff;padding:.75rem 1.25rem;border-radius:var(--radius-sm);
  font-weight:600;text-decoration:none;transition:top .2s;
}
.skip-link:focus{top:1rem}

/* Section heading pattern */
.section-head{text-align:center;max-width:46rem;margin:0 auto 3rem}
.section-head .eyebrow{
  display:inline-block;font-family:var(--font-head);font-weight:700;font-size:.85rem;
  letter-spacing:.12em;text-transform:uppercase;color:var(--coral-700);
  background:var(--coral-50);border:1px solid var(--coral-100);
  padding:.35rem 1rem;border-radius:999px;margin-bottom:1rem;
}
.section-head p{margin:1rem auto 0;color:var(--ink-soft);font-size:1.1rem}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  font-family:var(--font-head);font-weight:700;font-size:1.05rem;
  padding:.9rem 1.75rem;min-height:52px;border-radius:999px;border:2px solid transparent;
  text-decoration:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn:active{transform:translateY(0)}
.btn svg{width:20px;height:20px;flex:none}
.btn-coral{background:var(--coral-700);color:#fff;box-shadow:0 6px 18px rgba(176,61,32,.28)}
.btn-coral:hover{background:var(--coral-600);box-shadow:0 10px 24px rgba(176,61,32,.32)}
.btn-teal{background:var(--teal-700);color:#fff;box-shadow:0 6px 18px rgba(17,98,115,.25)}
.btn-teal:hover{background:var(--teal-600)}
.btn-outline{background:#fff;color:var(--teal-800);border-color:var(--teal-700)}
.btn-outline:hover{background:var(--teal-50)}
.btn-lg{font-size:1.12rem;padding:1.05rem 2.1rem}

/* ============================================================
   HEADER
   ============================================================ */
.site-header{
  position:sticky;top:0;z-index:100;height:var(--header-h);
  background:rgba(255,255,255,.94);backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border);
}
.header-inner{height:var(--header-h);display:flex;align-items:center;gap:1.5rem}
.logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;flex:none}
.logo-mark{
  width:42px;height:42px;border-radius:13px;flex:none;
  background:#175E54; /* Westmark brand green (from logo) */
  display:grid;place-items:center;color:#F7F6F1;
}
.logo-mark svg{width:26px;height:26px}
.logo-text{font-family:var(--font-head);font-weight:800;font-size:1.28rem;color:var(--teal-900);line-height:1.05}
.logo-text small{display:block;font-size:.68rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--coral-700)}
.main-nav{margin-left:auto}
.main-nav ul{display:flex;gap:.25rem;list-style:none}
.main-nav a{
  display:block;padding:.55rem .85rem;border-radius:999px;text-decoration:none;
  font-family:var(--font-head);font-weight:600;font-size:.98rem;color:var(--ink);
  transition:background .15s,color .15s;
}
.main-nav a:hover{background:var(--teal-50);color:var(--teal-800)}
.header-cta{display:flex;align-items:center;gap:1rem;flex:none}
.header-phone{display:flex;flex-direction:column;text-decoration:none;line-height:1.2;text-align:right}
.header-phone .num{font-family:var(--font-head);font-weight:800;font-size:1.05rem;color:var(--teal-900)}
.header-phone .lbl{font-size:.72rem;font-weight:600;color:var(--coral-700);letter-spacing:.06em;text-transform:uppercase}
.btn-call{padding:.65rem 1.4rem;min-height:46px;font-size:1rem}

/* Mobile nav */
.nav-toggle{
  display:none;margin-left:auto;background:var(--teal-50);border:1px solid var(--border);
  border-radius:12px;width:48px;height:48px;cursor:pointer;color:var(--teal-800);
  align-items:center;justify-content:center;
}
.nav-toggle svg{width:26px;height:26px}
.nav-toggle .icon-close{display:none}
@media(max-width:920px){
  .main-nav{
    position:fixed;inset:var(--header-h) 0 auto 0;background:#fff;
    border-bottom:1px solid var(--border);box-shadow:var(--shadow-soft);
    padding:1rem 1.25rem 1.5rem;display:none;
  }
  .main-nav.open{display:block}
  .main-nav ul{flex-direction:column;gap:.25rem}
  .main-nav a{font-size:1.1rem;padding:.85rem 1rem}
  .nav-toggle{display:flex}
  .nav-toggle[aria-expanded="true"] .icon-menu{display:none}
  .nav-toggle[aria-expanded="true"] .icon-close{display:block}
  .header-phone{display:none}
}
@media(max-width:520px){.btn-call span.txt{display:none}.btn-call{padding:.65rem .9rem}}

/* ============================================================
   HERO
   ============================================================ */
.hero{
  padding:3.5rem 0 4.5rem;
  background:
    radial-gradient(60rem 30rem at 110% -10%,var(--coral-50) 0%,transparent 55%),
    linear-gradient(180deg,var(--teal-50) 0%,#fff 100%);
  overflow:hidden;
}
.hero-grid{display:grid;gap:3rem;align-items:center}
@media(min-width:920px){.hero-grid{grid-template-columns:1.05fr .95fr;gap:4rem}}
.hero-kicker{
  display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-head);
  font-weight:700;font-size:.9rem;color:var(--teal-800);
  background:#fff;border:1px solid var(--teal-100);box-shadow:var(--shadow-card);
  padding:.45rem 1.1rem;border-radius:999px;margin-bottom:1.4rem;
}
.hero-kicker svg{width:18px;height:18px;color:var(--coral-600)}
.hero h1 .accent{color:var(--teal-700)}
.hero-sub{font-size:1.22rem;color:var(--ink-soft);margin:1.25rem 0 2rem;max-width:34rem}
.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}
.trust-badges{display:flex;flex-wrap:wrap;gap:.6rem 1.5rem;list-style:none}
.trust-badges li{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.95rem;color:var(--teal-800)}
.trust-badges svg{width:19px;height:19px;color:var(--gold-500);flex:none}

/* Hero illustration card (photo placeholder) */
.hero-media{position:relative}
.hero-photo{
  border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lift);
  border:6px solid #fff;background:var(--teal-100);
}
.hero-photo svg{width:100%;height:auto}
.hero-float{
  position:absolute;left:-.75rem;bottom:-1.25rem;background:#fff;border-radius:var(--radius-md);
  box-shadow:var(--shadow-lift);padding:.9rem 1.2rem;display:flex;align-items:center;gap:.8rem;
  border:1px solid var(--border);
}
.hero-float .ic{
  width:44px;height:44px;border-radius:12px;background:var(--coral-50);color:var(--coral-700);
  display:grid;place-items:center;flex:none;
}
.hero-float .ic svg{width:24px;height:24px}
.hero-float strong{font-family:var(--font-head);display:block;font-size:1rem;color:var(--teal-900)}
.hero-float span{font-size:.85rem;color:var(--ink-soft)}
@media(max-width:919px){.hero-float{left:.75rem}}

/* ============================================================
   SERVICES
   ============================================================ */
.services{background:#fff}
.svc-grid{display:grid;gap:1.5rem}
@media(min-width:900px){.svc-grid{grid-template-columns:repeat(3,1fr)}}
.svc-card{
  background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius-lg);
  padding:2rem 1.75rem;display:flex;flex-direction:column;gap:1rem;
  transition:transform .2s ease,box-shadow .2s ease;
}
.svc-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}
.svc-icon{
  width:60px;height:60px;border-radius:18px;display:grid;place-items:center;color:#fff;
  background:linear-gradient(135deg,var(--teal-500),var(--teal-700));
  box-shadow:0 6px 16px rgba(17,98,115,.25);
}
.svc-card:nth-child(2) .svc-icon{background:linear-gradient(135deg,var(--coral-500),var(--coral-700));box-shadow:0 6px 16px rgba(176,61,32,.25)}
.svc-card:nth-child(3) .svc-icon{background:linear-gradient(135deg,var(--gold-500),#B47716);box-shadow:0 6px 16px rgba(217,154,43,.25)}
.svc-icon svg{width:30px;height:30px}
.svc-card p{color:var(--ink-soft);font-size:1rem}
.svc-list{list-style:none;display:grid;gap:.5rem;margin-top:.25rem}
.svc-list li{display:flex;gap:.6rem;align-items:flex-start;font-size:.98rem}
.svc-list svg{width:19px;height:19px;color:var(--teal-600);flex:none;margin-top:.22rem}

/* Specialized care strip */
.special-strip{
  margin-top:2.5rem;background:linear-gradient(120deg,var(--teal-800),var(--teal-700));
  border-radius:var(--radius-lg);padding:2.25rem 2rem;color:#fff;box-shadow:var(--shadow-soft);
}
.special-strip h3{color:#fff;text-align:center;margin-bottom:1.5rem;font-size:1.35rem}
.special-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.special-item{
  background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.22);
  border-radius:var(--radius-md);padding:1.1rem 1.2rem;display:flex;align-items:center;gap:.9rem;
}
.special-item svg{width:26px;height:26px;color:#F8C97E;flex:none}
.special-item span{font-family:var(--font-head);font-weight:600;font-size:1.02rem}

/* ============================================================
   WHY WESTMARK
   ============================================================ */
.why{background:var(--teal-50)}
.why-grid{display:grid;gap:2.5rem;align-items:center}
@media(min-width:960px){.why-grid{grid-template-columns:.9fr 1.1fr;gap:4rem}}
.why-photo{
  border-radius:var(--radius-lg);overflow:hidden;border:6px solid #fff;
  box-shadow:var(--shadow-lift);background:var(--coral-100);
}
.why-photo svg{width:100%;height:auto}
.why-list{list-style:none;display:grid;gap:1.1rem;margin-top:1.75rem}
.why-list li{
  display:flex;gap:1rem;background:#fff;border:1px solid var(--border);
  border-radius:var(--radius-md);padding:1.15rem 1.3rem;box-shadow:var(--shadow-card);
}
.why-ic{
  width:46px;height:46px;border-radius:13px;background:var(--teal-100);color:var(--teal-800);
  display:grid;place-items:center;flex:none;
}
.why-ic svg{width:24px;height:24px}
.why-list strong{font-family:var(--font-head);font-size:1.08rem;color:var(--teal-900);display:block;margin-bottom:.15rem}
.why-list p{font-size:.97rem;color:var(--ink-soft)}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.steps-grid{display:grid;gap:1.5rem;counter-reset:step}
@media(min-width:820px){.steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}
.step-card{
  position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);
  padding:2.5rem 1.75rem 2rem;text-align:center;box-shadow:var(--shadow-card);
}
.step-num{
  width:58px;height:58px;margin:0 auto 1.2rem;border-radius:50%;
  background:linear-gradient(135deg,var(--coral-500),var(--coral-700));color:#fff;
  font-family:var(--font-head);font-weight:800;font-size:1.5rem;
  display:grid;place-items:center;box-shadow:0 6px 16px rgba(176,61,32,.3);
}
.step-card h3{margin-bottom:.5rem}
.step-card p{color:var(--ink-soft);font-size:1rem;margin-inline:auto}
.step-arrow{display:none}
@media(min-width:820px){
  .step-arrow{display:block;position:absolute;top:50%;right:-1.6rem;transform:translateY(-50%);color:var(--teal-500);z-index:2}
  .step-arrow svg{width:28px;height:28px}
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials{background:linear-gradient(180deg,#fff 0%,var(--coral-50) 100%)}
.t-grid{
  display:grid;grid-auto-flow:column;grid-auto-columns:min(85%,340px);gap:1.25rem;
  overflow-x:auto;scroll-snap-type:x mandatory;padding:0 .25rem 1.25rem;
  -webkit-overflow-scrolling:touch;
}
.t-grid::-webkit-scrollbar{height:8px}
.t-grid::-webkit-scrollbar-thumb{background:var(--teal-100);border-radius:99px}
@media(min-width:980px){
  .t-grid{grid-auto-flow:row;grid-template-columns:repeat(3,1fr);overflow:visible;gap:1.5rem}
}
.t-card{
  scroll-snap-align:start;background:#fff;border:1px solid var(--border);
  border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-card);
  display:flex;flex-direction:column;gap:.9rem;
}
.stars{display:flex;gap:.2rem;color:var(--gold-500)}
.stars svg{width:20px;height:20px}
.t-card blockquote{font-size:1rem;color:var(--ink);font-style:normal}
.t-card footer{margin-top:auto;display:flex;align-items:center;gap:.8rem}
.t-avatar{
  width:44px;height:44px;border-radius:50%;flex:none;color:#fff;
  font-family:var(--font-head);font-weight:700;display:grid;place-items:center;font-size:1rem;
}
.t-card footer strong{font-family:var(--font-head);color:var(--teal-900);display:block;font-size:.98rem;line-height:1.3}
.t-card footer span{font-size:.85rem;color:var(--ink-soft)}
.t-hint{text-align:center;color:var(--ink-soft);font-size:.9rem;margin:0 auto}
@media(min-width:980px){.t-hint{display:none}}

/* ============================================================
   AREAS
   ============================================================ */
.areas .area-wrap{display:grid;gap:2.5rem;align-items:center}
@media(min-width:960px){.areas .area-wrap{grid-template-columns:1fr 1fr;gap:4rem}}
.area-map{
  background:var(--teal-50);border:1px solid var(--teal-100);border-radius:var(--radius-lg);
  padding:1rem;box-shadow:var(--shadow-card);
}
.area-map svg{width:100%;height:auto}
.town-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.7rem;list-style:none;margin-top:1.5rem}
.town-grid li{
  display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--border);
  border-radius:999px;padding:.55rem 1rem;font-weight:600;font-size:.95rem;color:var(--teal-900);
  box-shadow:var(--shadow-card);
}
.town-grid svg{width:16px;height:16px;color:var(--coral-600);flex:none}
.town-more{margin-top:1.25rem;color:var(--ink-soft);font-size:1rem}

/* ============================================================
   CONTACT
   ============================================================ */
.contact{background:linear-gradient(120deg,var(--teal-900),var(--teal-700));color:#fff}
.contact .section-head h2,.contact .section-head p{color:#fff}
.contact .section-head .eyebrow{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);color:#FBD9A9}
.contact-grid{display:grid;gap:2.5rem}
@media(min-width:960px){.contact-grid{grid-template-columns:1.15fr .85fr;gap:3.5rem}}
.lead-form{
  background:#fff;border-radius:var(--radius-lg);padding:2rem 1.75rem;color:var(--ink);
  box-shadow:var(--shadow-lift);
}
@media(min-width:600px){.lead-form{padding:2.5rem}}
.form-row{display:grid;gap:1.2rem;margin-bottom:1.2rem}
@media(min-width:600px){.form-row.two{grid-template-columns:1fr 1fr}}
.field label{
  display:block;font-family:var(--font-head);font-weight:600;font-size:.95rem;
  color:var(--teal-900);margin-bottom:.4rem;
}
.field .req{color:var(--coral-700)}
.field input,.field select,.field textarea{
  width:100%;font:inherit;font-size:1rem;color:var(--ink);
  border:1.5px solid var(--border);border-radius:var(--radius-sm);
  padding:.8rem .95rem;min-height:50px;background:var(--off-white);
  transition:border-color .15s,background .15s;
}
.field textarea{min-height:120px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none;border-color:var(--teal-600);background:#fff;box-shadow:0 0 0 3px var(--teal-100);
}
.consent{
  display:flex;gap:.75rem;align-items:flex-start;background:var(--teal-50);
  border:1px solid var(--teal-100);border-radius:var(--radius-sm);padding:.9rem 1rem;margin:1.4rem 0;
}
.consent input{width:22px;height:22px;margin-top:.15rem;accent-color:var(--teal-700);flex:none;cursor:pointer}
.consent label{font-size:.88rem;color:var(--ink-soft);cursor:pointer}
.form-note{font-size:.85rem;color:var(--ink-soft);margin-top:1rem}
.form-success{
  display:none;background:#E8F6EE;border:1.5px solid #7BC89A;color:#14532D;
  border-radius:var(--radius-sm);padding:1rem 1.2rem;margin-top:1.25rem;font-weight:600;
}
.form-success.show{display:flex;gap:.6rem;align-items:center}
.form-success svg{width:22px;height:22px;flex:none}
.form-error{
  display:none;background:#FDECEA;border:1.5px solid #E8A69B;color:#7F1D1D;
  border-radius:var(--radius-sm);padding:1rem 1.2rem;margin-top:1.25rem;font-weight:600;
}
.form-error.show{display:flex;gap:.6rem;align-items:center}
.form-error svg{width:22px;height:22px;flex:none}

.contact-aside{display:flex;flex-direction:column;gap:1.25rem}
.aside-card{
  background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.22);
  border-radius:var(--radius-md);padding:1.5rem;
}
.aside-card h3{color:#fff;font-size:1.15rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.6rem}
.aside-card h3 svg{width:22px;height:22px;color:#F8C97E}
.aside-card p,.aside-card a{color:#DCEFF4;font-size:1rem}
.aside-card a{font-weight:600}
.aside-card .big-phone{
  display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-head);
  font-size:1.5rem;font-weight:800;color:#fff;text-decoration:none;margin:.25rem 0 .5rem;
}
.aside-card .big-phone svg{width:24px;height:24px;color:#F8C97E}
.hours-list{list-style:none;display:grid;gap:.4rem;font-size:.98rem}
.hours-list li{display:flex;justify-content:space-between;gap:1rem;color:#DCEFF4}
.hours-list strong{color:#fff;font-weight:700}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{background:var(--teal-900);color:#B9D8E0;padding:3.5rem 0 2rem}
.footer-grid{display:grid;gap:2.5rem;margin-bottom:2.5rem}
@media(min-width:820px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr}}
.site-footer .logo-text{color:#fff}
.site-footer .logo-text small{color:#F8C97E}
.footer-about p{font-size:.95rem;margin-top:1rem;max-width:30rem}
.social-row{display:flex;gap:.75rem;margin-top:1.25rem}
.social-row a{
  width:44px;height:44px;border-radius:12px;display:grid;place-items:center;
  background:rgba(255,255,255,.10);color:#fff;transition:background .15s;
}
.social-row a:hover{background:var(--coral-600)}
.social-row svg{width:20px;height:20px}
.site-footer h4{color:#fff;font-size:1.02rem;margin-bottom:1rem}
.footer-links{list-style:none;display:grid;gap:.55rem}
.footer-links a{color:#B9D8E0;text-decoration:none;font-size:.97rem}
.footer-links a:hover{color:#fff;text-decoration:underline}
.footer-contact{list-style:none;display:grid;gap:.8rem;font-size:.97rem}
.footer-contact li{display:flex;gap:.65rem;align-items:flex-start}
.footer-contact svg{width:19px;height:19px;color:#F8C97E;flex:none;margin-top:.2rem}
.footer-contact a{color:#fff;font-weight:600;text-decoration:none}
.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:1.5rem;font-size:.85rem}
.footer-bottom p{max-width:none;margin-bottom:.5rem}

/* ============================================================
   STICKY MOBILE CALL BAR
   ============================================================ */
.mobile-call{
  position:fixed;left:0;right:0;bottom:0;z-index:90;display:none;
  padding:.7rem 1rem calc(.7rem + env(safe-area-inset-bottom));
  background:rgba(255,255,255,.96);backdrop-filter:blur(10px);
  border-top:1px solid var(--border);box-shadow:0 -6px 24px rgba(14,78,90,.12);
  gap:.75rem;
}
.mobile-call .btn{flex:1;min-height:50px;font-size:1rem;padding:.7rem 1rem}
@media(max-width:767px){
  .mobile-call{display:flex}
  body{padding-bottom:78px}
}

/* ============================================================
   INNER PAGES — page hero + breadcrumbs
   ============================================================ */
.page-hero{
  padding:2.75rem 0 3.25rem;
  background:
    radial-gradient(50rem 24rem at 110% -10%,var(--coral-50) 0%,transparent 55%),
    linear-gradient(180deg,var(--teal-50) 0%,#fff 100%);
}
.breadcrumbs{list-style:none;display:flex;flex-wrap:wrap;gap:.35rem;font-size:.9rem;margin-bottom:1.25rem;color:var(--ink-soft)}
.breadcrumbs a{color:var(--teal-700);text-decoration:none;font-weight:600}
.breadcrumbs a:hover{text-decoration:underline}
.breadcrumbs li+li::before{content:"›";margin-right:.35rem;color:var(--ink-soft)}
.page-hero h1{max-width:24ch}
.page-hero .lede{font-size:1.18rem;color:var(--ink-soft);margin-top:1.1rem;max-width:46rem}
.page-hero .hero-ctas{margin-top:1.9rem;margin-bottom:0}

/* AEO quick-answer box */
.answer-box{
  background:var(--teal-50);border:1px solid var(--teal-100);border-left:6px solid var(--teal-600);
  border-radius:var(--radius-md);padding:1.35rem 1.5rem;margin:0 0 2.25rem;
}
.answer-box .ab-label{
  display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-head);font-weight:700;
  font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--teal-800);margin-bottom:.5rem;
}
.answer-box .ab-label svg{width:16px;height:16px}
.answer-box p{font-size:1.05rem;max-width:70ch}

/* Two-column content layout with sticky sidebar */
.page-grid{display:grid;gap:3rem;align-items:start}
@media(min-width:980px){.page-grid{grid-template-columns:minmax(0,1fr) 330px}}
.prose h2{margin:2.4rem 0 .9rem;font-size:clamp(1.4rem,2.6vw,1.75rem)}
.prose h2:first-child{margin-top:0}
.prose h3{margin:1.6rem 0 .6rem}
.prose p{margin-bottom:1rem}
.prose ul{margin:0 0 1.25rem 1.3rem;display:grid;gap:.45rem}
.prose li::marker{color:var(--teal-600)}
.prose .fact{color:var(--ink-soft);font-size:.95rem}
.check-cols{list-style:none !important;margin-left:0 !important;grid-template-columns:1fr;gap:.55rem}
@media(min-width:640px){.check-cols{grid-template-columns:1fr 1fr}}
.check-cols li{display:flex;gap:.55rem;align-items:flex-start}
.check-cols svg{width:19px;height:19px;color:var(--teal-600);flex:none;margin-top:.22rem}

.page-sidebar{display:flex;flex-direction:column;gap:1.25rem}
@media(min-width:980px){.page-sidebar{position:sticky;top:calc(var(--header-h) + 1.25rem)}}
.side-card{
  background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius-lg);
  padding:1.6rem;box-shadow:var(--shadow-card);
}
.side-card.accent{background:linear-gradient(135deg,var(--teal-800),var(--teal-600));color:#fff;border:none}
.side-card.accent h3{color:#fff}
.side-card.accent p{color:#DCEFF4}
.side-card h3{font-size:1.15rem;margin-bottom:.6rem}
.side-card p{font-size:.97rem;color:var(--ink-soft);margin-bottom:1rem}
.side-card .btn{width:100%}
.side-card .btn + .btn{margin-top:.7rem}
.side-links{list-style:none;display:grid;gap:.55rem}
.side-links a{display:flex;align-items:center;gap:.5rem;font-weight:600;text-decoration:none;color:var(--teal-800)}
.side-links a:hover{text-decoration:underline}
.side-links svg{width:16px;height:16px;flex:none;color:var(--coral-600)}

/* FAQ accordions */
.faq{display:grid;gap:.9rem;margin-top:1rem}
.faq details{
  background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);
  box-shadow:var(--shadow-card);overflow:hidden;
}
.faq summary{
  list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;
  font-family:var(--font-head);font-weight:700;font-size:1.05rem;color:var(--teal-900);
  padding:1.1rem 1.3rem;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"+";font-size:1.5rem;font-weight:600;color:var(--teal-600);line-height:1;flex:none;
  transition:transform .2s ease;
}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq details > div{padding:0 1.3rem 1.2rem;color:var(--ink-soft)}
.faq details > div p{margin-bottom:.6rem}

/* Learn-more link on homepage service cards */
.svc-more{
  margin-top:auto;display:inline-flex;align-items:center;gap:.4rem;
  font-family:var(--font-head);font-weight:700;text-decoration:none;color:var(--coral-700);
}
.svc-more:hover{text-decoration:underline}

/* ============================================================
   RATES PAGE
   ============================================================ */
.policy-banner{
  display:flex;gap:1.25rem;align-items:flex-start;
  background:linear-gradient(120deg,var(--teal-800),var(--teal-600));color:#fff;
  border-radius:var(--radius-lg);padding:1.75rem 1.9rem;box-shadow:var(--shadow-soft);margin:0 0 2.5rem;
}
.policy-banner .pb-ic{
  width:56px;height:56px;border-radius:16px;background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.28);display:grid;place-items:center;flex:none;color:#F8C97E;
}
.policy-banner .pb-ic svg{width:30px;height:30px}
.policy-banner h2{color:#fff;font-size:1.35rem;margin-bottom:.4rem}
.policy-banner p{color:#DCEFF4;font-size:1rem;max-width:60ch}
.policy-banner strong{color:#fff}

.rate-card{
  background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);
  box-shadow:var(--shadow-card);overflow:hidden;margin-bottom:1.75rem;
}
.rate-card header{
  display:flex;align-items:center;gap:.8rem;padding:1.15rem 1.4rem;
  background:var(--teal-50);border-bottom:1px solid var(--border);
}
.rate-card header svg{width:24px;height:24px;color:var(--teal-700);flex:none}
.rate-card h3{font-size:1.15rem}
.rate-table{width:100%;border-collapse:collapse}
.rate-table th,.rate-table td{padding:.9rem 1.4rem;text-align:left;font-size:1rem}
.rate-table thead th{
  font-family:var(--font-head);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;
  color:var(--ink-soft);border-bottom:1px solid var(--border);padding-block:.7rem;
}
.rate-table tbody tr+tr td{border-top:1px solid var(--border)}
.rate-table td:last-child{text-align:right;font-family:var(--font-head);font-weight:700;color:var(--teal-800);white-space:nowrap}
.rate-table .note-row td{font-size:.88rem;color:var(--ink-soft);font-family:var(--font-body);font-weight:400;text-align:left;background:var(--off-white);white-space:normal}
.rate-fineprint{font-size:.9rem;color:var(--ink-soft);margin-top:1.5rem;max-width:75ch}

/* ============================================================
   BOTTOM CTA BAND
   ============================================================ */
.cta-band{background:linear-gradient(120deg,var(--teal-900),var(--teal-700));color:#fff;text-align:center}
.cta-band h2{color:#fff;margin-bottom:.75rem}
.cta-band p{color:#DCEFF4;font-size:1.12rem;margin:0 auto 1.9rem;max-width:42rem}
.cta-band .hero-ctas{justify-content:center;margin-bottom:0}
.cta-band .btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}
.cta-band .btn-outline:hover{background:rgba(255,255,255,.12)}

/* ============================================================
   CARE ASSISTANT CHAT WIDGET
   ============================================================ */
.wm-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

/* Launcher */
.wm-chat-launcher{
  position:fixed;right:1.25rem;bottom:1.25rem;z-index:120;
  display:flex;align-items:center;gap:.55rem;
  background:#175E54;color:#F7F6F1;border:none;cursor:pointer;
  font-family:var(--font-head);font-weight:700;font-size:1rem;
  padding:.85rem 1.35rem;min-height:56px;border-radius:999px;
  box-shadow:0 8px 24px rgba(11,60,70,.30);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.wm-chat-launcher:hover{transform:translateY(-2px);background:#12504a;box-shadow:0 12px 30px rgba(11,60,70,.36)}
.wm-chat-launcher svg{width:24px;height:24px;flex:none}
.wm-chat-launcher .wm-ic-close{display:none}
.wm-chat-launcher[aria-expanded="true"] .wm-ic-chat{display:none}
.wm-chat-launcher[aria-expanded="true"] .wm-ic-close{display:block}
.wm-chat-launcher[aria-expanded="true"] .wm-chat-launcher-txt{display:none}
.wm-chat-launcher[aria-expanded="true"]{padding:.85rem;border-radius:50%}

/* Panel */
.wm-chat-panel{
  position:fixed;right:1.25rem;bottom:5.75rem;z-index:120;
  width:min(400px,calc(100vw - 2.5rem));height:min(560px,calc(100vh - 8rem));
  display:flex;flex-direction:column;overflow:hidden;
  background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);
  box-shadow:0 20px 56px rgba(11,60,70,.26);
  animation:wm-pop .2s ease-out;
}
.wm-chat-panel[hidden]{display:none}
@keyframes wm-pop{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}

.wm-chat-head{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;background:#175E54;color:#F7F6F1;flex:none}
.wm-chat-avatar{width:40px;height:40px;border-radius:11px;background:rgba(255,255,255,.15);display:grid;place-items:center;flex:none;color:#F7F6F1}
.wm-chat-avatar svg{width:22px;height:22px}
.wm-chat-title{display:flex;flex-direction:column;line-height:1.25;min-width:0}
.wm-chat-title strong{font-family:var(--font-head);font-size:1rem}
.wm-chat-title span{font-size:.78rem;opacity:.8}
.wm-chat-x{margin-left:auto;background:transparent;border:none;color:#F7F6F1;cursor:pointer;padding:.4rem;border-radius:8px;flex:none}
.wm-chat-x:hover{background:rgba(255,255,255,.15)}
.wm-chat-x svg{width:20px;height:20px;display:block}

/* Message log */
.wm-chat-log{flex:1;overflow-y:auto;padding:1.1rem 1rem .5rem;background:var(--teal-50);display:flex;flex-direction:column;gap:.75rem}
.wm-msg{display:flex;max-width:92%}
.wm-msg.wm-bot{align-self:flex-start}
.wm-msg.wm-user{align-self:flex-end}
.wm-bubble{
  padding:.75rem .95rem;border-radius:16px;font-size:.97rem;line-height:1.55;
  box-shadow:var(--shadow-card);word-wrap:break-word;overflow-wrap:anywhere;
}
.wm-bot .wm-bubble{background:#fff;color:var(--ink);border-bottom-left-radius:5px}
.wm-user .wm-bubble{background:#175E54;color:#F7F6F1;border-bottom-right-radius:5px}
.wm-bubble p{margin:0 0 .55rem;max-width:none}
.wm-bubble p:last-child{margin-bottom:0}
.wm-bubble ul,.wm-bubble ol{margin:.2rem 0 .6rem 1.15rem;display:grid;gap:.3rem}
.wm-bubble li{font-size:.95rem}
.wm-bubble a{color:var(--teal-700);font-weight:600}
.wm-bubble a.wm-chat-cta{
  display:inline-block;margin-top:.4rem;background:var(--coral-700);color:#fff;
  text-decoration:none;font-family:var(--font-head);padding:.6rem 1.1rem;border-radius:999px;
}
.wm-bubble a.wm-chat-cta:hover{background:var(--coral-600)}

/* Typing indicator */
.wm-typing .wm-bubble{display:flex;gap:4px;padding:.85rem 1rem}
.wm-typing span{width:7px;height:7px;border-radius:50%;background:var(--teal-500);animation:wm-blink 1.2s infinite}
.wm-typing span:nth-child(2){animation-delay:.2s}
.wm-typing span:nth-child(3){animation-delay:.4s}
@keyframes wm-blink{0%,60%,100%{opacity:.25}30%{opacity:1}}

/* Quick replies */
.wm-chat-chips{display:flex;flex-wrap:wrap;gap:.45rem;padding:.6rem 1rem;background:var(--teal-50);flex:none}
.wm-chip{
  background:#fff;border:1.5px solid var(--teal-100);color:var(--teal-800);
  font-family:var(--font-head);font-weight:600;font-size:.87rem;
  padding:.5rem .85rem;border-radius:999px;cursor:pointer;text-decoration:none;
  transition:background .15s,border-color .15s;
}
.wm-chip:hover{background:var(--teal-100);border-color:var(--teal-500)}
.wm-chip-call{background:var(--coral-50);border-color:var(--coral-100);color:var(--coral-700)}
.wm-chip-call:hover{background:var(--coral-100);border-color:var(--coral-500)}

/* Composer */
.wm-chat-form{display:flex;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border);background:#fff;flex:none}
.wm-chat-form input{
  flex:1;font:inherit;font-size:1rem;padding:.7rem .9rem;min-height:46px;
  border:1.5px solid var(--border);border-radius:999px;background:var(--off-white);color:var(--ink);
}
.wm-chat-form input:focus{outline:none;border-color:var(--teal-600);background:#fff;box-shadow:0 0 0 3px var(--teal-100)}
.wm-chat-form button{
  flex:none;width:46px;height:46px;border-radius:50%;border:none;cursor:pointer;
  background:var(--coral-700);color:#fff;display:grid;place-items:center;transition:background .15s;
}
.wm-chat-form button:hover{background:var(--coral-600)}
.wm-chat-form button svg{width:20px;height:20px}
.wm-chat-foot{
  font-size:.74rem;color:var(--ink-soft);text-align:center;
  padding:0 1rem .7rem;background:#fff;flex:none;max-width:none;
}

/* Mobile: clear the sticky call bar, go full-height */
@media(max-width:767px){
  .wm-chat-launcher{bottom:calc(78px + .9rem);right:1rem;padding:.8rem;border-radius:50%}
  .wm-chat-launcher .wm-chat-launcher-txt{display:none}
  .wm-chat-panel{
    right:0;left:0;bottom:0;width:100%;
    height:100dvh;max-height:100dvh;border-radius:0;border:none;
  }
  body.wm-chat-open .mobile-call{display:none}
  /* Panel is full-screen and has its own close button in the header — the floating
     launcher would otherwise sit on top of the send button. */
  body.wm-chat-open .wm-chat-launcher{display:none}
}
