/* ==========================================================================
   Cleanse Force UK — design system
   Brand: navy #001F54 / blue #054A91 / orange #FF8600 on white.
   Font: Mulish (close free match to the brand's Atten New).
   ========================================================================== */

:root {
  /* Brand */
  --navy: #001f54;
  --navy-900: #001a45;
  --blue: #054a91;
  --blue-600: #0a5aad;
  --orange: #ff8600;
  --orange-600: #e97600;
  --orange-tint: #fff4e6;

  /* Neutrals */
  --ink: #29303d;
  --body: #4c4c4c;
  --muted: #66738a;
  --line: #e4e9f2;
  --line-strong: #cfd8e6;
  --bg: #ffffff;
  --bg-alt: #f6f8fc;
  --bg-navy: #001f54;
  --white: #ffffff;

  /* Feedback */
  --star: #ff8600;

  /* Type — Satoshi (display) + Mulish (body). Premium, professional pairing. */
  --font: "Mulish", "Segoe UI", system-ui, -apple-system, Helvetica, Arial, sans-serif;
  --font-display: "Satoshi", "Mulish", "Segoe UI", system-ui, sans-serif;
  --h1: clamp(2.15rem, 1.4rem + 3vw, 3.5rem);
  --h2: clamp(1.65rem, 1.2rem + 1.7vw, 2.4rem);
  --h3: clamp(1.2rem, 1.05rem + 0.6vw, 1.45rem);

  /* Layout */
  --container: 1180px;
  --container-narrow: 820px;
  --radius: 16px;
  --radius-sm: 10px;
  --radius-pill: 999px;
  --gap: clamp(1rem, 0.6rem + 1.6vw, 2rem);
  --section-y: clamp(3rem, 2rem + 4vw, 5.5rem);

  /* Shadow */
  --shadow-sm: 0 1px 2px rgba(0, 31, 84, 0.06), 0 1px 3px rgba(0, 31, 84, 0.08);
  --shadow: 0 6px 24px rgba(0, 31, 84, 0.08);
  --shadow-lg: 0 18px 50px rgba(0, 31, 84, 0.14);
}

/* ---- Reset ---- */
*,
*::before,
*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--navy); text-decoration: underline; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--navy);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 0.5em;
  text-wrap: balance;
}
h1 { font-weight: 800; }
h1 { font-size: var(--h1); }
h2 { font-size: var(--h2); }
h3 { font-size: var(--h3); font-weight: 700; }
p { margin: 0 0 1rem; }
ul, ol { margin: 0 0 1rem; padding-left: 1.25rem; }
strong { color: var(--ink); font-weight: 700; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; border-radius: 4px; }

/* ---- Utilities ---- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: clamp(1rem, 0.5rem + 2vw, 2rem); }
.narrow { max-width: var(--container-narrow); }
.section { padding-block: var(--section-y); }
.section--alt { background: var(--bg-alt); }
.section--navy { background: var(--bg-navy); color: #d7e0f0; }
.section--navy h2, .section--navy h3 { color: #fff; }
.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--orange-600);
  margin-bottom: 0.6rem;
}
.section--navy .eyebrow { color: var(--orange); }
.lede { font-size: 1.2rem; color: var(--ink); }
.center { text-align: center; }
.section__head { max-width: 720px; margin: 0 auto clamp(2rem, 1rem + 2vw, 3rem); text-align: center; }
.text-muted { color: var(--muted); }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
  padding: 0.95rem 1.6rem;
  border-radius: var(--radius-pill);
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.12s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn--primary { background: var(--orange); color: #fff; box-shadow: 0 6px 16px rgba(255, 134, 0, 0.28); }
.btn--primary:hover { background: var(--orange-600); color: #fff; }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-900); color: #fff; }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.7); }
.btn--ghost:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }
.btn--outline { background: #fff; color: var(--navy); border-color: var(--line-strong); }
.btn--outline:hover { border-color: var(--navy); color: var(--navy); }
.btn--lg { padding: 1.1rem 2rem; font-size: 1.05rem; }
.btn--block { width: 100%; }

/* ---- Top bar ---- */
.topbar { background: var(--navy); color: #cdd8ec; font-size: 0.9rem; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 40px; }
.topbar a { color: #fff; font-weight: 700; }
.topbar a:hover { color: var(--orange); text-decoration: none; }
.topbar__left { display: flex; align-items: center; gap: 1.25rem; }
.topbar__badge { display: inline-flex; align-items: center; gap: 0.4rem; color: #aebede; }
.topbar .dot { width: 8px; height: 8px; border-radius: 50%; background: #37d67a; box-shadow: 0 0 0 3px rgba(55, 214, 122, 0.25); }
@media (max-width: 640px) { .topbar__badge span.hide-sm { display: none; } }

/* ---- Header ---- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.96); backdrop-filter: saturate(180%) blur(8px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; }
.brand img { height: 40px; width: auto; }
.brand__text { font-weight: 900; color: var(--navy); font-size: 1.15rem; letter-spacing: -0.02em; }
.brand__text span { color: var(--orange); }
.nav__links { display: flex; align-items: center; gap: 0.3rem; list-style: none; margin: 0; padding: 0; }
.nav__links > li > a,
.nav__links > li > .navlink {
  display: inline-flex; align-items: center; gap: 0.3rem;
  padding: 0.6rem 0.85rem; border-radius: 10px;
  color: var(--ink); font-weight: 700; font-size: 0.98rem; cursor: pointer;
}
.nav__links > li > a:hover,
.nav__links li.has-menu:hover > .navlink { background: var(--bg-alt); color: var(--navy); text-decoration: none; }
.nav__cta { display: flex; align-items: center; gap: 0.6rem; }

/* Dropdown mega menu */
.has-menu { position: relative; }
.menu {
  position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(6px);
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: 1rem; width: min(720px, 86vw); opacity: 0; visibility: hidden; transition: opacity 0.15s ease, transform 0.15s ease; z-index: 60;
}
.has-menu:hover .menu, .has-menu:focus-within .menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.menu__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.15rem 1.25rem; }
.menu__col h4 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--orange-600); margin: 0.5rem 0.5rem 0.25rem; }
.menu a { display: block; padding: 0.45rem 0.5rem; border-radius: 8px; color: var(--ink); font-weight: 600; font-size: 0.95rem; }
.menu a:hover { background: var(--bg-alt); color: var(--navy); text-decoration: none; }
.menu__foot { margin-top: 0.75rem; padding-top: 0.75rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }

/* Mobile nav */
.nav__toggle { display: none; background: none; border: 0; padding: 0.5rem; cursor: pointer; }
.nav__toggle svg { width: 28px; height: 28px; stroke: var(--navy); }
@media (max-width: 960px) {
  .nav__toggle { display: inline-flex; }
  .nav__links {
    position: fixed; inset: 114px 0 0 0; flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; padding: 1rem clamp(1rem, 5vw, 2rem) 2rem; overflow-y: auto;
    transform: translateX(-100%); transition: transform 0.22s ease; box-shadow: var(--shadow-lg);
  }
  body.nav-open .nav__links { transform: translateX(0); }
  body.nav-open { overflow: hidden; }
  .nav__links > li { border-bottom: 1px solid var(--line); }
  .nav__links > li > a, .nav__links > li > .navlink { padding: 0.9rem 0.5rem; font-size: 1.05rem; }
  .menu { position: static; transform: none; opacity: 1; visibility: visible; width: auto; box-shadow: none; border: 0; padding: 0 0 0.5rem; }
  .menu__grid { grid-template-columns: 1fr; }
  .has-menu .menu { display: none; }
  .has-menu.open .menu { display: block; }
  .nav__cta .btn--nav-hide { display: none; }
}

/* ---- Hero ---- */
.hero { position: relative; color: #fff; overflow: hidden; isolation: isolate;
  background: radial-gradient(130% 120% at 82% -10%, #0a4a92 0%, #002a6b 40%, #001334 100%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2;
  background-image: var(--hero-img); background-size: cover; background-position: center;
  opacity: 0.20; mix-blend-mode: luminosity; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background-image: radial-gradient(rgba(255,255,255,0.07) 1px, transparent 1.2px);
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(175deg, #000 10%, transparent 70%);
  mask-image: linear-gradient(175deg, #000 10%, transparent 70%); }
.hero__inner { position: relative; z-index: 1; padding-block: clamp(3.5rem, 2rem + 7vw, 6.5rem); max-width: 780px; }
.hero h1 { color: #fff; }
.hero p { color: #cdd9f0; font-size: clamp(1.05rem, 1rem + 0.5vw, 1.28rem); max-width: 58ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.9rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.4rem; padding-top: 1.75rem; border-top: 1px solid rgba(255,255,255,0.14); }
.hero__trust div { min-width: 130px; flex: 1; }
.hero__trust strong { display: block; font-family: var(--font-display); color: #fff; font-size: 1.75rem; font-weight: 800; line-height: 1; letter-spacing: -0.02em; }
.hero__trust strong span { color: var(--orange); }
.hero__trust > div > span { color: #9fb2d6; font-size: 0.88rem; display: block; margin-top: 0.35rem; }
.hero__pill { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); color: #fff; font-weight: 700; font-size: 0.85rem; padding: 0.4rem 0.9rem; border-radius: var(--radius-pill); backdrop-filter: blur(6px); margin-bottom: 1.1rem; }
.hero__pill .dot { width: 8px; height: 8px; border-radius: 50%; background: #37d67a; box-shadow: 0 0 0 3px rgba(55,214,122,0.3); }

/* ---- Accreditation strip ---- */
.accred { background: #fff; border-block: 1px solid var(--line); }
.accred__inner { display: flex; align-items: center; justify-content: center; gap: clamp(1.5rem, 4vw, 3.5rem); flex-wrap: wrap; padding-block: 1.6rem; }
.accred img { height: 44px; width: auto; opacity: 0.65; filter: grayscale(1); transition: opacity 0.2s ease, filter 0.2s ease; }
.accred img:hover { opacity: 1; filter: grayscale(0); }
.accred .label { width: 100%; text-align: center; font-size: 0.78rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--muted); font-weight: 800; margin-bottom: 0.35rem; }

/* ---- Grid + cards ---- */
.grid { display: grid; gap: var(--gap); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 960px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.card__media { aspect-ratio: 16 / 10; background: var(--bg-alt) center/cover no-repeat; }
.card__body { padding: 1.25rem 1.35rem 1.4rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.card__body h3 { margin: 0; }
.card__body h3 a { color: var(--navy); text-decoration: none; }
.card__body h3 a:hover { color: var(--blue); }
.card__body p { margin: 0; color: var(--body); font-size: 0.98rem; }
.card__link { margin-top: auto; font-weight: 800; color: var(--orange-600); font-size: 0.95rem; }
.card__link::after { content: " →"; }
.card__tag { font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: var(--blue); }

/* Feature list */
.checks { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.6rem; }
.checks li { position: relative; padding-left: 2rem; }
.checks li::before {
  content: ""; position: absolute; left: 0; top: 0.15rem; width: 1.35rem; height: 1.35rem;
  background: var(--orange-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e97600' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/0.85rem no-repeat;
  border-radius: 50%;
}

/* Split feature section */
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(1.5rem, 1rem + 3vw, 3.5rem); align-items: center; }
.split--reverse .split__media { order: 2; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .split--reverse .split__media { order: 0; } }
.split__media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; object-fit: cover; }

/* ---- Breadcrumbs ---- */
.crumbs { font-size: 0.88rem; color: var(--muted); padding-top: 1.25rem; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.4rem; padding: 0; margin: 0; }
.crumbs li::after { content: "/"; margin-left: 0.4rem; color: var(--line-strong); }
.crumbs li:last-child::after { content: ""; }
.crumbs a { color: var(--muted); font-weight: 600; }
.crumbs a:hover { color: var(--navy); }
.crumbs li[aria-current] { color: var(--ink); font-weight: 700; }

/* ---- Article / rich text ---- */
.prose h2 { margin-top: 2.25rem; }
.prose h3 { margin-top: 1.6rem; }
.prose > p:first-of-type { font-size: 1.15rem; color: var(--ink); }
.prose ul { display: grid; gap: 0.4rem; }

/* Callout */
.callout { background: var(--orange-tint); border: 1px solid #ffd8a8; border-left: 4px solid var(--orange); border-radius: var(--radius-sm); padding: 1.25rem 1.4rem; }
.callout p { margin: 0; }

/* ---- FAQ ---- */
.faq { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:last-child { border-bottom: 0; }
.faq summary { list-style: none; cursor: pointer; padding: 1.1rem 1.35rem; font-weight: 700; color: var(--navy); display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--orange); font-weight: 400; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details[open] summary { color: var(--blue); }
.faq__a { padding: 0 1.35rem 1.2rem; margin: 0; color: var(--body); }

/* ---- CTA band ---- */
.cta-band { background: linear-gradient(120deg, var(--navy), var(--blue)); color: #fff; border-radius: var(--radius); padding: clamp(2rem, 1.4rem + 3vw, 3.25rem); text-align: center; box-shadow: var(--shadow); }
.cta-band h2 { color: #fff; }
.cta-band p { color: #cfdaf0; max-width: 56ch; margin-inline: auto; }
.cta-band__row { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: center; margin-top: 1.5rem; }

/* ---- Reviews ---- */
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow-sm); }
.stars { color: var(--star); letter-spacing: 2px; font-size: 1rem; }
.review p { font-size: 1rem; color: var(--ink); }
.review__by { font-weight: 700; color: var(--navy); font-size: 0.9rem; }

/* ---- Chips / area lists ---- */
.chips { display: flex; flex-wrap: wrap; gap: 0.55rem; padding: 0; margin: 0; list-style: none; }
.chips a { display: inline-block; padding: 0.5rem 0.9rem; border: 1px solid var(--line-strong); border-radius: var(--radius-pill); font-weight: 700; font-size: 0.9rem; color: var(--navy); background: #fff; }
.chips a:hover { border-color: var(--orange); color: var(--orange-600); text-decoration: none; }

.area-group { margin-bottom: 1.75rem; }
.area-group h3 { font-size: 1.05rem; color: var(--navy); border-bottom: 2px solid var(--line); padding-bottom: 0.5rem; margin-bottom: 0.9rem; }
.area-links { columns: 3 200px; column-gap: 1.5rem; padding: 0; margin: 0; list-style: none; }
.area-links li { break-inside: avoid; margin-bottom: 0.4rem; }
.area-links a { color: var(--body); font-weight: 600; }
.area-links a:hover { color: var(--orange-600); }

/* ---- Footer ---- */
.site-footer { background: var(--navy); color: #a9b8d6; padding-block: clamp(2.5rem, 2rem + 3vw, 4rem) 1.5rem; font-size: 0.95rem; }
.site-footer h4 { color: #fff; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; }
@media (max-width: 860px) { .footer__grid { grid-template-columns: 1fr 1fr; gap: 1.75rem; } }
@media (max-width: 520px) { .footer__grid { grid-template-columns: 1fr; } }
.site-footer a { color: #c4d0e8; }
.site-footer a:hover { color: var(--orange); text-decoration: none; }
.footer__links { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.55rem; }
.footer__brand img { height: 42px; margin-bottom: 1rem; background: #fff; padding: 6px 10px; border-radius: 8px; }
.footer__contact a { color: #fff; font-weight: 800; font-size: 1.05rem; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 2.5rem; padding-top: 1.25rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem; font-size: 0.85rem; color: #8698ba; }

/* Skip link */
.skip { position: absolute; left: -9999px; top: 0; background: var(--orange); color: #fff; padding: 0.6rem 1rem; z-index: 100; border-radius: 0 0 8px 0; font-weight: 700; }
.skip:focus { left: 0; }

/* Helpers */
.stack > * + * { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.badge-inline { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--orange-tint); color: var(--orange-600); font-weight: 800; font-size: 0.85rem; padding: 0.35rem 0.8rem; border-radius: var(--radius-pill); }

/* ---- Forms ---- */
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 560px) { .form__row { grid-template-columns: 1fr; } }
.field { margin-bottom: 1rem; display: flex; flex-direction: column; }
.field label { font-weight: 700; color: var(--navy); font-size: 0.92rem; margin-bottom: 0.35rem; }
.field input, .field textarea, .field select {
  font: inherit; color: var(--ink); background: #fff;
  border: 1.5px solid var(--line-strong); border-radius: var(--radius-sm);
  padding: 0.75rem 0.9rem; width: 100%; transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(5, 74, 145, 0.15);
}
.field textarea { resize: vertical; min-height: 120px; }

/* ==========================================================================
   Elevated components
   ========================================================================== */

/* Inline icons */
.ico { display: inline-block; vertical-align: middle; flex: none; }
.icon-chip { display: inline-grid; place-items: center; width: 3rem; height: 3rem; border-radius: 14px;
  background: var(--orange-tint); color: var(--orange-600); flex: none; }
.icon-chip--navy { background: #eaf0fb; color: var(--blue); }

/* Feature list (why-us) — icon-lead rows, not the boxed slop grid */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 1rem + 1.5vw, 2rem) clamp(1.5rem, 1rem + 2vw, 2.75rem); }
@media (max-width: 900px) { .features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .features { grid-template-columns: 1fr; } }
.feature { display: grid; grid-template-columns: auto 1fr; gap: 0.35rem 1rem; align-items: start; }
.feature .icon-chip { grid-row: span 2; }
.feature h3 { margin: 0.25rem 0 0; font-size: 1.08rem; }
.feature p { margin: 0.15rem 0 0; color: var(--body); font-size: 0.96rem; }

/* Process timeline — numbered steps with connector */
.process { display: grid; gap: 1.5rem; counter-reset: step; }
.process--row { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 780px) { .process--row { grid-template-columns: 1fr; } }
.step { position: relative; padding-left: 4rem; }
.step::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0;
  width: 2.9rem; height: 2.9rem; display: grid; place-items: center; border-radius: 50%;
  background: var(--navy); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1.15rem;
  box-shadow: 0 0 0 6px var(--bg-alt); }
.section--alt .step::before { box-shadow: 0 0 0 6px #eef2f9; }
.step h3 { margin: 0.35rem 0 0.35rem; }
.step p { margin: 0; color: var(--body); }
.process--row .step { padding-left: 0; padding-top: 3.75rem; }
.process--row .step::before { top: 0; }

/* Sticky mobile call bar (emergency intent) */
.callbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: none;
  grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line);
  box-shadow: 0 -6px 20px rgba(0,31,84,0.14); }
.callbar a { display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.95rem;
  font-weight: 800; font-size: 0.98rem; background: #fff; color: var(--navy); }
.callbar a:hover { text-decoration: none; }
.callbar a.callbar--primary { background: var(--orange); color: #fff; }
@media (max-width: 720px) { .callbar { display: grid; } body { padding-bottom: 56px; } }

/* Scroll reveal (respects reduced motion) */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
  .reveal.is-in { opacity: 1; transform: none; }
}

/* Card icon (cluster cards) */
.card--icon .card__body { gap: 0.35rem; }
.card__ico { margin-bottom: 0.4rem; }

/* Section divider accent */
.eyebrow::before { content: ""; display: inline-block; width: 1.4rem; height: 2px; background: var(--orange); vertical-align: middle; margin-right: 0.5rem; border-radius: 2px; }
.section__head .eyebrow::before { display: none; }

/* Stat row (numbers band) */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
@media (max-width: 720px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat { text-align: center; padding: 1.25rem 0.5rem; }
.stat strong { display: block; font-family: var(--font-display); font-size: clamp(1.8rem, 1.4rem + 1.5vw, 2.6rem); font-weight: 800; color: var(--navy); line-height: 1; letter-spacing: -0.02em; }
.stat span { color: var(--muted); font-size: 0.9rem; margin-top: 0.4rem; display: block; }
.section--navy .stat strong { color: #fff; }
.section--navy .stat span { color: #9fb2d6; }

/* Promise / trust bar (under hero) */
.promise { background: var(--bg-alt); border-bottom: 1px solid var(--line); }
.promise__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem 1.75rem; padding-block: 1.4rem; }
@media (max-width: 860px) { .promise__inner { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .promise__inner { grid-template-columns: 1fr; } }
.promise__item { display: flex; align-items: center; gap: 0.8rem; }
.promise__item .icon-chip { width: 2.6rem; height: 2.6rem; border-radius: 12px; }
.promise__item strong { display: block; color: var(--navy); font-size: 0.98rem; line-height: 1.2; }
.promise__item span { color: var(--muted); font-size: 0.83rem; }

/* Hero trust line */
.hero__trustline { display: flex; align-items: center; gap: 0.6rem; margin-top: 1.4rem; color: #b9c8e6; font-size: 0.9rem; font-weight: 600; }
.hero__trustline .ico { color: var(--orange); }
.hero__trustline strong { color: #fff; }

/* CTA microcopy */
.cta-note { color: var(--muted); font-size: 0.88rem; font-weight: 600; margin-top: 0.9rem; }
.cta-band .cta-note { color: #b7c5e2; }
.cta-note .ico { color: var(--orange); vertical-align: middle; }

/* Lead-capture quote card */
.quote-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: clamp(1.5rem, 1rem + 2vw, 2.25rem); }
.quote-card__title { margin: 0 0 0.35rem; font-size: 1.4rem; }
.quote-card__sub { color: var(--body); font-size: 0.95rem; margin-bottom: 1.25rem; }
.quote-card__note { display: flex; align-items: center; gap: 0.4rem; color: var(--muted); font-size: 0.82rem; margin: 0.8rem 0 0; justify-content: center; }
.quote-card__note .ico { color: var(--blue); }

/* Lead section (value props + form) */
.lead { background: linear-gradient(180deg, var(--bg-alt), #eef3fb); }
.lead__grid { display: grid; grid-template-columns: 1fr 0.95fr; gap: clamp(1.75rem, 1rem + 3vw, 3.5rem); align-items: center; }
@media (max-width: 880px) { .lead__grid { grid-template-columns: 1fr; } }
.lead__points { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: 1rem; }
.lead__points li { display: grid; grid-template-columns: auto 1fr; gap: 0.9rem; align-items: start; }
.lead__points .icon-chip { width: 2.5rem; height: 2.5rem; border-radius: 12px; }
.lead__points strong { display: block; color: var(--navy); }
.lead__points span { color: var(--body); font-size: 0.95rem; }

/* Aside quote CTA (service pages) */
.aside-cta { position: sticky; top: 96px; background: var(--navy); color: #d7e0f2; border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow); }
.aside-cta h3 { color: #fff; margin: 0 0 0.4rem; }
.aside-cta p { font-size: 0.92rem; margin: 0 0 1rem; }
.aside-cta .phone { display: block; font-family: var(--font-display); font-size: 1.7rem; font-weight: 800; color: #fff; letter-spacing: -0.02em; margin-bottom: 0.9rem; }
.aside-cta .phone:hover { color: var(--orange); text-decoration: none; }

/* Contextual inline link emphasis in prose */
.prose a { color: var(--blue); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(5,74,145,0.3); text-underline-offset: 2px; }
.prose a:hover { color: var(--navy); text-decoration-color: var(--navy); }

/* Rating / social proof line */
.rating-line { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 700; color: var(--navy); }
.rating-line .stars { color: var(--star); font-size: 1.05rem; }

/* ==========================================================================
   Editorial hero (shared) — used on service + location pages
   ========================================================================== */
.ed-kicker { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.8rem; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue); margin-bottom: 1.1rem; }
.ed-kicker::before { content: ""; width: 1.75rem; height: 2px; background: var(--orange); border-radius: 2px; }
.ed-h1 { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.035em; line-height: 1.0;
  font-size: clamp(2.4rem, 1.6rem + 3.4vw, 4rem); color: var(--navy); margin: 0 0 1.1rem; text-wrap: balance; }
.ed-lead { font-size: clamp(1.05rem, 1rem + 0.5vw, 1.28rem); color: #3b4657; max-width: 46ch; line-height: 1.55; }

.ed-hero { position: relative; background: linear-gradient(180deg, #fbfcfe, #f2f6fc); border-bottom: 1px solid var(--line); overflow: hidden; }
.ed-hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 1rem + 4vw, 4.5rem); align-items: center;
  padding-block: clamp(2.5rem, 1.5rem + 4vw, 4.5rem); }
@media (max-width: 900px) { .ed-hero__grid { grid-template-columns: 1fr; } }
.ed-hero__cta { display: flex; flex-wrap: wrap; gap: 0.8rem; margin: 1.9rem 0 1.4rem; }
.ed-hero__trust { display: flex; align-items: center; gap: 0.85rem; color: var(--muted); font-weight: 600; font-size: 0.9rem; flex-wrap: wrap; }
.ed-hero__trust .badges { display: flex; gap: 0.75rem; align-items: center; }
.ed-hero__trust img { height: 28px; width: auto; filter: grayscale(1); opacity: 0.65; }
.ed-hero__media { position: relative; }
.ed-photo { position: relative; z-index: 1; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 5 / 4; }
.ed-photo img { width: 100%; height: 100%; object-fit: cover; display: block; filter: contrast(1.02) saturate(1.03); }
.ed-hero__media::before { content: ""; position: absolute; top: -18px; right: -18px; width: 128px; height: 128px; background: var(--orange); opacity: 0.15; border-radius: 26px; z-index: 0; }
.ed-hero__media::after { content: ""; position: absolute; bottom: 34px; left: -22px; width: 92px; height: 92px; border: 2px solid rgba(0,31,84,0.15); border-radius: 22px; z-index: 0; }
@media (max-width: 900px) { .ed-photo { aspect-ratio: 16 / 10; } .ed-hero__media::before, .ed-hero__media::after { display: none; } }
.ed-hero__card { position: absolute; z-index: 2; left: -1.25rem; bottom: 1.25rem; background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 0.9rem 1.15rem; display: flex; align-items: center; gap: 0.8rem; max-width: 82%; }
@media (max-width: 900px) { .ed-hero__card { left: 0.75rem; } }
.ed-hero__card .icon-chip { width: 2.7rem; height: 2.7rem; }
.ed-hero__card strong { display: block; color: var(--navy); font-family: var(--font-display); font-size: 1rem; }
.ed-hero__card span { color: var(--muted); font-size: 0.8rem; }
