:root {
  --green: #004f46;
  --green-deep: #003f38;
  --green-soft: #e8f4f0;
  --teal: #007263;
  --orange: #e23b22;
  --orange-dark: #bf2f19;
  --gold: #d99522;
  --ink: #102827;
  --muted: #5d706d;
  --line: #dce8e4;
  --line-strong: #c8d8d4;
  --soft: #f6f8f6;
  --surface: #ffffff;
  --surface-warm: #fbfaf7;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(5, 44, 39, .08);
  --shadow-soft: 0 12px 32px rgba(5, 44, 39, .055);
  --shadow-lift: 0 24px 56px rgba(5, 44, 39, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #fbfcfb;
  font-size: 16px;
  line-height: 1.55;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0; line-height: 1.12; color: var(--green-deep); letter-spacing: 0; }
h1 { font-size: clamp(2.35rem, 4vw, 3.85rem); }
h2 { font-size: clamp(1.7rem, 2.8vw, 2.5rem); }
h3 { font-size: 1.08rem; }
.container { width: min(1680px, calc(100% - 80px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 10px; background: var(--green); color: white; padding: 10px 14px; z-index: 20; }
.skip-link:focus { left: 10px; }
.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 7px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 14px 28px rgba(8, 54, 48, .12); }
.btn--primary { background: linear-gradient(135deg, var(--orange), #f05a32); color: white; border-color: var(--orange); }
.btn--primary:hover { background: linear-gradient(135deg, var(--orange-dark), var(--orange)); }
.btn--ghost { border-color: #d9903a; background: white; color: var(--green-deep); }
.btn--outline-light { border-color: rgba(255,255,255,.7); color: white; background: rgba(255,255,255,.04); }
.btn--full { width: 100%; }
.top-bar {
  position: relative;
  z-index: 18;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(135deg, #003d36 0%, var(--green) 54%, #006c60 100%);
  background-size: 86px 100%, auto;
  color: white;
  font-size: .92rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.top-bar::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(217,149,34,.12), transparent 32%, rgba(255,255,255,.08)); pointer-events: none; }
.top-bar__inner { position: relative; z-index: 1; min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.top-bar__contacts { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.top-link { display: inline-flex; align-items: center; gap: 8px; min-height: 28px; padding: 0 12px; border-radius: 999px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.93); font-weight: 750; }
.top-link span { width: 22px; height: 22px; display: inline-grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); color: var(--gold); }
.top-link .icon { width: 14px; height: 14px; }
.top-bar__emergency { display: inline-flex; align-items: center; justify-content: flex-end; gap: 8px; margin-left: auto; color: white; font-size: .9rem; line-height: 1.25; text-align: right; }
.top-bar__emergency .icon { width: 16px; height: 16px; color: var(--gold); }
.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(220,232,228,.9); position: sticky; top: 0; z-index: 15; box-shadow: 0 16px 34px rgba(5,44,39,.07); backdrop-filter: blur(14px); }
.site-header__inner { min-height: 100px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; min-width: 0; padding: 10px 0; }
.brand img { width: 245px; height: auto; filter: drop-shadow(0 10px 20px rgba(5,44,39,.08)); }
.header-navigation { justify-self: center; min-width: 0; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 4px; padding: 7px; border: 1px solid #d8e8e3; border-radius: 999px; background: linear-gradient(180deg, #ffffff, #f8fbfa); box-shadow: inset 0 0 0 1px rgba(255,255,255,.7), 0 12px 28px rgba(5,44,39,.055); font-size: .84rem; font-weight: 950; }
.main-nav__item { position: relative; display: flex; align-items: center; }
.main-nav__link { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 0 15px; border-radius: 999px; color: #153532; white-space: nowrap; transition: color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease; }
.main-nav__link:hover,
.main-nav__item:focus-within > .main-nav__link { color: var(--green); background: #eef8f4; transform: translateY(-1px); }
.main-nav__link.active { color: white; background: linear-gradient(135deg, var(--green), #006b5f); box-shadow: 0 10px 22px rgba(0,79,70,.18); }
.nav-caret { display: none; }
.main-nav__item--has-mega::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 44;
  display: none;
  width: min(760px, calc(100vw - 48px));
  height: 26px;
  transform: translateX(-50%);
  background: transparent;
  pointer-events: auto;
}
.main-nav__item--has-mega:hover::after,
.main-nav__item--has-mega:focus-within::after,
.main-nav__item--has-mega.is-open::after { display: block; }
.mega-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 45;
  width: min(760px, calc(100vw - 48px));
  padding: 24px;
  border: 1px solid rgba(211,226,221,.95);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(250,253,252,.98)),
    radial-gradient(circle at 0 0, rgba(217,149,34,.12), transparent 42%);
  box-shadow: 0 34px 90px rgba(5,44,39,.2), 0 14px 34px rgba(5,44,39,.1);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 12px);
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}
.mega-menu::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  width: 18px;
  height: 18px;
  background: rgba(255,255,255,.98);
  border-left: 1px solid rgba(211,226,221,.95);
  border-top: 1px solid rgba(211,226,221,.95);
  transform: translateX(-50%) rotate(45deg);
}
.mega-menu--air,
.mega-menu--plumbing { width: min(430px, calc(100vw - 48px)); }
.main-nav__item--has-mega:hover .mega-menu,
.main-nav__item--has-mega:focus-within .mega-menu,
.main-nav__item--has-mega.is-open .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.mega-menu__header { position: relative; display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.mega-menu__lead-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 16px;
  color: var(--orange);
  background: linear-gradient(135deg, #fff4e1, #fff);
  border: 1px solid #f2dcb8;
  box-shadow: inset 0 0 0 7px rgba(255,246,229,.74);
}
.mega-menu__lead-icon .icon { width: 31px; height: 31px; stroke-width: 2.1; }
.mega-menu__header strong { display: block; color: #112a27; font-size: 1.22rem; line-height: 1.15; font-weight: 950; }
.mega-menu__header small { display: block; margin-top: 5px; color: #526866; font-size: .92rem; line-height: 1.35; font-weight: 650; }
.mega-menu__grid { display: grid; grid-template-columns: repeat(var(--mega-columns), minmax(0, 1fr)); gap: 12px 14px; }
.mega-menu__service {
  min-height: 66px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 13px;
  padding: 12px 14px;
  border: 1px solid #ddeae6;
  border-radius: 8px;
  color: #132f2c;
  background: linear-gradient(180deg, #fff, #fbfdfc);
  box-shadow: 0 10px 24px rgba(5,44,39,.055);
  white-space: normal;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}
.mega-menu__service:hover,
.mega-menu__service:focus-visible {
  color: var(--green);
  border-color: rgba(217,149,34,.48);
  background: linear-gradient(180deg, #fff, #fffaf0);
  box-shadow: 0 18px 38px rgba(5,44,39,.1);
  transform: translateY(-2px);
}
.mega-menu__service-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--green);
  background: #eef8f4;
  border: 1px solid #d6e8e3;
}
.mega-menu__service-icon .icon { width: 23px; height: 23px; stroke-width: 2; }
.mega-menu__service span:nth-child(2) { font-size: .9rem; line-height: 1.25; font-weight: 900; }
.mega-menu__service i { color: var(--orange); }
.mega-menu__service i .icon { width: 16px; height: 16px; stroke-width: 2.5; }
.mega-menu__all { display: none; }
.header-actions { display: flex; gap: 12px; align-items: center; justify-self: end; }
.header-actions .btn { min-height: 54px; padding-inline: 20px; font-size: .95rem; border-radius: 8px; }
.header-call { border-color: #e6bd82; background: linear-gradient(180deg, #ffffff, #fffaf1); box-shadow: 0 10px 22px rgba(5,44,39,.045); }
.header-call .icon { width: 21px; height: 21px; color: var(--green); }
.header-quote { position: relative; overflow: hidden; min-width: 188px; padding: 0 16px 0 22px; justify-content: space-between; border-color: rgba(191,47,25,.42); background: linear-gradient(135deg, #f45a37 0%, var(--orange) 48%, #c8321b 100%); box-shadow: 0 18px 36px rgba(226,59,34,.24), 0 8px 18px rgba(5,44,39,.08); font-weight: 950; }
.header-quote::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, transparent 0%, rgba(255,255,255,.22) 46%, transparent 72%); transform: translateX(-115%); transition: transform .5s ease; }
.header-quote:hover::before { transform: translateX(115%); }
.header-quote span, .header-quote b { position: relative; z-index: 1; }
.header-quote b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.28); }
.header-quote b .icon { width: 17px; height: 17px; }
.menu-toggle { display: none; width: 50px; height: 50px; border: 1px solid #d8e8e3; border-radius: 8px; background: linear-gradient(180deg, #ffffff, #f7fbfa); align-items: center; justify-content: center; flex-direction: column; gap: 6px; margin-left: auto; box-shadow: 0 12px 24px rgba(5,44,39,.06); }
.menu-toggle span { width: 22px; height: 2px; border-radius: 999px; background: var(--green); }
.hero--home .container,
.home-intro-section .container {
  width: min(1680px, calc(100% - 80px));
}
.hero { background: linear-gradient(90deg, #fff 0%, #faf8f5 100%); overflow: hidden; }
.hero-grid { min-height: 420px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr); align-items: stretch; gap: 64px; }
.hero-copy { padding: 58px 0; align-self: center; position: relative; z-index: 2; }
.hero-copy p { font-size: 1.18rem; max-width: 680px; color: #203b39; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 28px; }
.hero-media { margin: 0; position: relative; min-height: 320px; align-self: stretch; }
.hero-media::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,72,63,0) 52%, rgba(0,72,63,.2) 100%); z-index: 1; pointer-events: none; }
.hero-media::after { content: ""; position: absolute; inset: 14px; z-index: 2; border: 1px solid rgba(255,255,255,.34); border-radius: 6px; pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero--home {
  --home-hero-height: clamp(680px, 39vw, 820px);
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: var(--home-hero-height);
  padding: clamp(92px, 6.4vw, 132px) 0 clamp(74px, 5vw, 104px);
  background: #071f1b;
  color: white;
}
.home-hero-background {
  position: absolute;
  inset: 0;
  z-index: -2;
  margin: 0;
  background: #071f1b;
}
.home-hero-background img { width: 100%; height: 100%; object-fit: cover; object-position: center center; filter: saturate(1.02) contrast(1.04); }
.hero--home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,34,30,.97) 0%, rgba(0,43,37,.9) 31%, rgba(0,48,42,.62) 52%, rgba(0,0,0,.12) 76%, rgba(0,0,0,.03) 100%),
    linear-gradient(180deg, rgba(0,0,0,.34) 0%, rgba(0,0,0,.08) 44%, rgba(0,0,0,.16) 100%);
}
.hero--home::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 14%, rgba(255,255,255,.1), transparent 27%),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: auto, 94px 100%;
  opacity: .42;
}
.home-hero-shell { position: relative; display: grid; align-items: center; }
.hero-copy--home { max-width: 940px; padding: 0; }
.hero-copy--home h1 {
  max-width: 960px;
  margin: 0;
  color: white;
  font-size: clamp(3rem, 3.55vw, 4.25rem);
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 4px 26px rgba(0,0,0,.32);
}
.hero--home .home-hero-standfirst {
  max-width: 780px;
  margin-top: 22px;
  margin-bottom: 0;
  color: rgba(255,255,255,.94);
  font-size: clamp(1.04rem, 1.08vw, 1.2rem);
  font-weight: 750;
  line-height: 1.56;
  text-shadow: 0 3px 20px rgba(0,0,0,.3);
}
.home-hero-services {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.home-hero-services span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #dde9e5;
  background: linear-gradient(180deg, #ffffff, #fbfdfc);
  color: var(--green-deep);
  font-size: .82rem;
  font-weight: 950;
  box-shadow: 0 10px 22px rgba(5,44,39,.045);
  white-space: nowrap;
}
.home-hero-services .icon { width: 18px; height: 18px; color: #f39b17; }
.home-hero-actions { margin-top: 34px; }
.home-hero-actions .btn { min-height: 58px; padding-inline: 26px; border-radius: 8px; font-size: 1rem; }
.home-hero-actions .btn--ghost { border-color: rgba(255,255,255,.85); background: rgba(0,29,25,.42); color: white; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 18px 36px rgba(0,0,0,.22); backdrop-filter: blur(8px); }
.home-hero-actions .btn--ghost .icon { color: white; }
.home-intro-section {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 5.4vw, 104px) 0 clamp(38px, 3.6vw, 62px);
  background:
    repeating-linear-gradient(135deg, rgba(0,86,76,.035) 0 1px, transparent 1px 24px),
    linear-gradient(180deg, #ffffff 0%, #f5faf8 100%);
}
.home-intro-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,86,76,.18), transparent);
}
.home-intro-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, .82fr);
  grid-template-areas:
    "copy image"
    "trust trust";
  gap: 22px 28px;
  align-items: stretch;
}
.home-intro-layout > * { min-width: 0; }
.home-intro-card {
  position: relative;
  overflow: hidden;
  grid-area: copy;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 3.4vw, 54px);
  border: 1px solid #dce9e5;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(250,253,252,.96) 58%, rgba(239,248,245,.92) 100%);
  box-shadow: 0 28px 76px rgba(5,44,39,.11);
}
.home-intro-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--gold), var(--orange));
}
.home-intro-card .detail-kicker { width: fit-content; margin-bottom: 16px; }
.home-intro-card h2 {
  max-width: 920px;
  margin-bottom: 18px;
  font-size: clamp(2rem, 2.6vw, 3.05rem);
  line-height: 1.04;
  letter-spacing: 0;
  color: var(--green-deep);
}
.home-intro-card__copy {
  display: grid;
  gap: 16px;
  padding-left: 22px;
  border-left: 4px solid #f39b17;
}
.home-intro-card__copy p {
  max-width: 900px;
  margin: 0;
  color: #263f3c;
  font-size: clamp(1.02rem, 1.03vw, 1.12rem);
  line-height: 1.7;
}
.home-intro-image {
  position: relative;
  overflow: hidden;
  grid-area: image;
  margin: 0;
  min-height: 340px;
  border-radius: 8px;
  border: 1px solid #dce9e5;
  background: #e9f2ef;
  box-shadow: 0 26px 70px rgba(5,44,39,.13);
}
.home-intro-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 42%, rgba(0,57,50,.82) 100%);
  pointer-events: none;
}
.home-intro-image::after { content: ""; position: absolute; inset: 12px; z-index: 2; border: 1px solid rgba(255,255,255,.42); border-radius: 6px; pointer-events: none; }
.home-intro-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; transition: transform .45s ease; }
.home-intro-image:hover img { transform: scale(1.025); }
.home-intro-image figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  display: grid;
  gap: 4px;
  color: white;
}
.home-intro-image figcaption strong { font-size: 1.05rem; line-height: 1.15; }
.home-intro-image figcaption span { color: rgba(255,255,255,.84); line-height: 1.45; }
.home-intro-trust {
  position: relative;
  z-index: 2;
  grid-area: trust;
  width: 100%;
  margin-top: 0;
}
.trust-strip.trust-strip--home {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: none;
  margin-top: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  height: auto;
  counter-reset: home-trust;
}
.trust-strip.trust-strip--home .trust-item {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  min-height: 134px;
  padding: 24px 22px 22px;
  border: 1px solid #d8e8e3;
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 8%, rgba(224,242,237,.9), transparent 33%),
    linear-gradient(145deg, rgba(255,255,255,.99) 0%, rgba(250,253,252,.96) 70%, rgba(242,249,247,.94) 100%);
  box-shadow: 0 20px 54px rgba(5,44,39,.095);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.trust-strip.trust-strip--home .trust-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--gold), var(--orange));
  z-index: -1;
}
.trust-strip.trust-strip--home .trust-item::after {
  counter-increment: home-trust;
  content: "0" counter(home-trust);
  position: absolute;
  right: 16px;
  bottom: -9px;
  color: rgba(0,86,76,.055);
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 950;
  pointer-events: none;
}
.trust-strip.trust-strip--home .trust-item:hover {
  transform: translateY(-3px);
  border-color: rgba(217,149,34,.42);
  box-shadow: 0 28px 68px rgba(5,44,39,.13);
}
.trust-strip.trust-strip--home .trust-item .icon {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  padding: 12px;
  border-radius: 16px;
  color: var(--orange);
  background: linear-gradient(145deg, #fff8ec, #fff);
  border: 1px solid #f0d6ac;
  box-shadow: inset 0 0 0 7px rgba(255,246,229,.74), 0 12px 24px rgba(217,149,34,.12);
}
.trust-strip.trust-strip--home .trust-item div { position: relative; z-index: 1; padding-top: 3px; }
.trust-strip.trust-strip--home .trust-item strong { font-size: 1.08rem; line-height: 1.08; }
.trust-strip.trust-strip--home .trust-item span { margin-top: 6px; font-size: .93rem; line-height: 1.42; }
.hero-grid > *, .home-boiler-panel > *, .boiler-panel > *, .service-with-cta > *, .story-grid > *, .choose-homeowners > *, .coverage-grid > *, .contact-grid > *, .map-grid > *, .rating-panel > *, .split-section__grid > *, .gas-safe-registration-card > * { min-width: 0; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 30px; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); overflow: hidden; max-width: 780px; }
.trust-item { display: flex; gap: 12px; align-items: center; padding: 18px 16px; border-right: 1px solid var(--line); min-width: 0; }
.trust-item:last-child { border-right: 0; }
.trust-item .icon { color: var(--gold); }
.trust-item div { min-width: 0; }
.trust-item strong { display: block; color: var(--green-deep); line-height: 1.15; }
.trust-item span { display: block; font-size: .82rem; color: var(--muted); overflow-wrap: anywhere; }
.section { padding: 46px 0; }
.section-heading { margin-bottom: 26px; }
.section-heading.centered { text-align: center; }
.section-heading p { max-width: 760px; margin: 8px auto 0; color: var(--muted); }
.legal-hero .hero-grid { min-height: 500px; }
.legal-hero__copy { align-self: center; max-width: 860px; }
.legal-hero__copy p { max-width: 760px; color: #294844; font-size: 1.08rem; line-height: 1.68; }
.legal-updated { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; margin: 12px 0 18px; padding: 0 13px; border: 1px solid #e7d5b3; border-radius: 999px; background: #fff8ea; color: #8b5c16; font-weight: 900; font-size: .86rem; }
.legal-updated .icon { width: 18px; height: 18px; }
.legal-hero__points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 900px; }
.legal-hero__points article { min-width: 0; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; align-items: center; padding: 15px; border: 1px solid #dce9e5; border-radius: 8px; background: rgba(255,255,255,.9); box-shadow: 0 18px 44px rgba(5,44,39,.06); }
.legal-hero__points .icon { width: 42px; height: 42px; padding: 10px; border-radius: 14px; background: var(--green-soft); color: var(--green); border: 1px solid #cfe5de; }
.legal-hero__points strong { display: block; color: var(--green-deep); line-height: 1.16; }
.legal-hero__points small { display: block; margin-top: 3px; color: var(--muted); line-height: 1.35; }
.legal-section-wrap { position: relative; overflow: hidden; background: radial-gradient(circle at 9% 12%, rgba(224,242,237,.72), transparent 30%), radial-gradient(circle at 92% 20%, rgba(217,149,34,.13), transparent 28%), linear-gradient(180deg, #ffffff 0%, #f5faf8 100%); }
.legal-layout { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(330px, .58fr); gap: 28px; align-items: start; }
.legal-main { display: grid; gap: 18px; }
.legal-section, .legal-summary-card, .legal-action-card { position: relative; overflow: hidden; border: 1px solid #dbe9e5; border-radius: 8px; background: rgba(255,255,255,.94); box-shadow: 0 22px 60px rgba(5,44,39,.065); }
.legal-section { padding: 30px; }
.legal-section::before, .legal-summary-card::before, .legal-action-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--green), var(--gold), var(--orange)); }
.legal-section h2, .legal-action-card h2 { font-size: clamp(1.32rem, 1.7vw, 1.85rem); margin-bottom: 12px; }
.legal-section p { color: #324d49; line-height: 1.72; margin-bottom: 12px; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; padding: 15px 0 0; margin: 4px 0 0; }
.legal-list li { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; color: #294946; line-height: 1.48; }
.legal-list .icon { width: 19px; height: 19px; color: var(--green); margin-top: 2px; }
.legal-side { position: sticky; top: 122px; display: grid; gap: 18px; }
.legal-summary-card { padding: 28px; }
.legal-summary-card dl { display: grid; gap: 0; margin: 0; }
.legal-summary-card div { display: grid; gap: 4px; padding: 14px 0; border-bottom: 1px solid #e5efeb; }
.legal-summary-card div:last-child { border-bottom: 0; padding-bottom: 0; }
.legal-summary-card dt { color: var(--muted); font-size: .78rem; font-weight: 950; letter-spacing: .04em; text-transform: uppercase; }
.legal-summary-card dd { margin: 0; color: var(--green-deep); font-weight: 850; line-height: 1.42; }
.legal-summary-card a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.legal-action-card { padding: 30px; background: linear-gradient(145deg, #00483f 0%, #006f62 100%); color: white; }
.legal-action-card > .icon { width: 54px; height: 54px; padding: 13px; border-radius: 18px; margin-bottom: 18px; color: #ffe0a4; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); }
.legal-action-card h2 { color: white; }
.legal-action-card p { color: rgba(255,255,255,.84); line-height: 1.62; }
.legal-action-card .btn { margin-top: 8px; width: 100%; justify-content: center; }
.legal-table-wrap { overflow-x: auto; border: 1px solid #e0ece8; border-radius: 8px; background: white; }
.legal-table { width: 100%; border-collapse: collapse; min-width: 740px; }
.legal-table th, .legal-table td { padding: 15px; text-align: left; border-bottom: 1px solid #e6efec; vertical-align: top; }
.legal-table th { color: var(--green-deep); background: #eef7f4; font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; }
.legal-table td { color: #324d49; line-height: 1.5; }
.legal-table tr:last-child td { border-bottom: 0; }
.home-service-showcase {
  position: relative;
  overflow: hidden;
  padding: 68px 0 76px;
  background: repeating-linear-gradient(135deg, rgba(0,86,76,.035) 0 1px, transparent 1px 24px), linear-gradient(180deg, #ffffff 0%, #f7fbf9 100%);
  border-top: 1px solid #e1eee9;
  border-bottom: 1px solid #e1eee9;
}
.home-service-showcase::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 80px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(0,86,76,.22), rgba(217,149,34,.34), transparent);
}
.home-service-showcase__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}
.home-service-showcase__header h2 { max-width: 880px; margin-top: 10px; }
.home-service-showcase__header p { max-width: 860px; margin: 12px 0 0; color: #425956; font-size: 1.04rem; line-height: 1.62; }
.home-service-showcase__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid #d9e8e3;
  background: white;
  color: var(--green-deep);
  font-size: .9rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(5,44,39,.045);
}
.home-service-showcase__link .icon { width: 17px; height: 17px; color: var(--gold); }
.home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.home-service-card {
  position: relative;
  min-height: 304px;
  border: 1px solid #dbe9e4;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(251,254,252,.96));
  box-shadow: 0 22px 56px rgba(5,44,39,.07);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.home-service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--green), var(--teal), var(--gold));
  opacity: .9;
}
.home-service-card::after {
  content: "";
  position: absolute;
  inset: 5px 0 auto;
  height: 92px;
  background: linear-gradient(180deg, rgba(232,244,240,.72), rgba(255,255,255,0));
  pointer-events: none;
}
.home-service-card > a {
  position: relative;
  z-index: 1;
  min-height: 304px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 28px;
}
.home-service-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}
.home-service-card__icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: var(--green);
  background: linear-gradient(145deg, #effaf6, #dcefe9);
  border: 1px solid #cfe3dc;
  box-shadow: inset 0 0 0 8px rgba(255,255,255,.56), 0 16px 32px rgba(5,44,39,.08);
}
.home-service-card__icon .icon { width: 32px; height: 32px; stroke-width: 1.75; }
.home-service-card__number {
  color: rgba(0,79,70,.1);
  font-size: 4.2rem;
  font-weight: 950;
  line-height: .78;
  letter-spacing: 0;
}
.home-service-card__copy span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 10px;
  border-radius: 999px;
  background: #edf7f3;
  color: var(--green);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.home-service-card h3 { margin-top: 16px; font-size: 1.35rem; line-height: 1.16; }
.home-service-card p { margin: 12px 0 0; color: #425956; font-size: .98rem; line-height: 1.62; }
.home-service-card em {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: auto;
  padding-top: 22px;
  color: var(--gold);
  font-size: .92rem;
  font-style: normal;
  font-weight: 950;
}
.home-service-card em .icon { width: 17px; height: 17px; }
.home-service-card:hover {
  transform: translateY(-4px);
  border-color: #c9dfd8;
  box-shadow: 0 30px 78px rgba(5,44,39,.12);
}
.home-service-card:hover .home-service-card__icon { color: white; background: linear-gradient(145deg, var(--green), var(--teal)); border-color: rgba(255,255,255,.2); box-shadow: inset 0 0 0 8px rgba(255,255,255,.1), 0 18px 36px rgba(5,44,39,.16); }
.home-service-card:hover em { color: var(--orange); }
.gas-safe-registration-section {
  position: relative;
  overflow: hidden;
  padding: 56px 0;
  background:
    linear-gradient(90deg, rgba(0,79,70,.028) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f7fbf9 100%);
  background-size: 96px 100%, auto;
  border-bottom: 1px solid #e1eee9;
}
.gas-safe-registration-section--about { background: linear-gradient(180deg, #f7fbf9 0%, #ffffff 100%); border-top: 1px solid #e1eee9; }
.gas-safe-registration-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(160px, 210px) minmax(0, 1fr) minmax(230px, 270px);
  grid-template-areas: "mark content note";
  align-items: center;
  gap: 22px;
  padding: 30px;
  border: 1px solid #d4e5df;
  border-radius: 8px;
  background:
    radial-gradient(circle at 7% 18%, rgba(255,240,0,.16), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(217,149,34,.13), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #fbfdfc 58%, #fffaf0 100%);
  box-shadow: 0 30px 78px rgba(5,44,39,.105);
}
.gas-safe-registration-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: linear-gradient(90deg, var(--green), #fff000, var(--orange)); z-index: 2; }
.gas-safe-registration-card__mark {
  position: relative;
  grid-area: mark;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  align-self: center;
  min-height: 0;
  width: 100%;
  padding: 22px;
  border: 1px solid rgba(213, 174, 48, .34);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255,255,255,.82), rgba(255,255,255,.36) 34%, transparent 66%),
    linear-gradient(145deg, rgba(255,240,0,.96) 0%, rgba(255,248,157,.88) 44%, rgba(255,255,255,.96) 100%);
  box-shadow: 0 18px 42px rgba(5,44,39,.08);
}
.gas-safe-registration-card__mark::after { content: ""; position: absolute; inset: auto 0 0; height: 44%; background: linear-gradient(180deg, rgba(0,79,70,0), rgba(0,79,70,.08)); pointer-events: none; }
.gas-safe-registration-card__mark span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  width: min(100%, 210px);
  padding: 8px 16px 9px;
  border-radius: 999px;
  background: rgba(0,79,70,.88);
  color: white;
  font-size: .72rem;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: center;
}
.gas-safe-registration-card__logo {
  position: relative;
  z-index: 1;
  width: 138px;
  max-width: 72%;
  height: auto;
  filter: drop-shadow(0 16px 18px rgba(0,0,0,.18));
}
.gas-safe-registration-card__content {
  grid-area: content;
  align-self: center;
  padding: 4px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gas-safe-registration-card__content h2 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(2rem, 2.25vw, 2.65rem);
  line-height: 1.04;
}
.gas-safe-registration-card__content p {
  max-width: 820px;
  color: #334d4a;
  font-size: 1rem;
  line-height: 1.6;
}
.gas-safe-registration-card__content ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}
.gas-safe-registration-card__content li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 104px;
  padding: 14px;
  border: 1px solid #dce9e5;
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  color: #25433f;
  font-weight: 800;
  line-height: 1.38;
  box-shadow: 0 12px 28px rgba(5,44,39,.045);
}
.gas-safe-registration-card__content li .icon {
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 12px;
  background: #eaf7f3;
  color: var(--green);
  border: 1px solid #d0e5de;
}
.gas-safe-registration-card__note {
  position: relative;
  grid-area: note;
  display: grid;
  gap: 12px;
  align-self: center;
  align-content: center;
  width: 100%;
  margin: 0;
  padding: 24px 22px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), transparent 35%),
    linear-gradient(145deg, var(--green-deep) 0%, var(--green) 64%, #00695d 100%);
  color: rgba(255,255,255,.88);
}
.gas-safe-registration-card__note::before { content: ""; position: absolute; inset: 12px auto 12px 12px; width: 3px; border-radius: 999px; background: linear-gradient(180deg, #fff000, var(--gold)); opacity: .9; }
.gas-safe-registration-card__note strong {
  color: white;
  padding-left: 14px;
  font-size: 1.18rem;
  line-height: 1.1;
}
.gas-safe-registration-card__note p {
  grid-column: 1;
  padding-left: 14px;
  margin: 0;
  color: rgba(255,255,255,.82);
  line-height: 1.48;
}
.gas-safe-registration-card__note a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 8px;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.22);
  color: #fff4d6;
  font-weight: 950;
}
.gas-safe-registration-card__note a .icon { width: 17px; height: 17px; color: var(--gold); }
.mini-card-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; align-items: stretch; grid-auto-rows: 1fr; }
.mini-card, .value-card, .service-card, .review-card, .area-card, .mini-feature, .contact-details, .enquiry-form, .rating-panel, .quote-card, .where-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--surface), #fdfefd);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}
.mini-card, .value-card, .service-card, .review-card, .area-card, .mini-feature, .faq-item, .pill {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.mini-card:hover, .value-card:hover, .service-card:hover, .review-card:hover, .area-card:hover, .mini-feature:hover, .faq-item:hover, .pill:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-lift);
}
.mini-card { padding: 26px 22px; min-height: 218px; height: 100%; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.mini-card > .icon, .mini-feature > .icon, .value-card > .icon, .area-card > .icon {
  color: var(--green);
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 50%;
  background: var(--green-soft);
  border: 1px solid #d6e8e2;
  margin-bottom: 4px;
}
.mini-card h3, .mini-feature h3, .value-card h3, .area-card h3 { line-height: 1.2; }
.mini-card p, .mini-feature p, .value-card p, .area-card p { color: #324a48; font-size: .94rem; line-height: 1.5; }
.mini-card a, .service-card a, .center-link a, .small-note a { margin-top: auto; display: inline-flex; gap: 8px; align-items: center; color: var(--gold); font-weight: 800; font-size: .9rem; }
.mini-card a .icon, .service-card a .icon, .center-link .icon, .small-note .icon { width: 16px; height: 16px; }
.home-boiler-quote-section { padding: 64px 0; background: linear-gradient(180deg, #fbfcfb 0%, #ffffff 42%, #f6faf8 100%); }
.home-boiler-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(420px, .92fr) minmax(410px, 1fr);
  gap: 24px;
  align-items: center;
  padding: 30px;
  border: 1px solid #d6e5e0;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96) 0%, rgba(255,253,248,.98) 44%, rgba(241,249,246,.96) 100%),
    linear-gradient(90deg, rgba(0,79,70,.08), rgba(217,149,34,.08));
  box-shadow: 0 30px 72px rgba(5,44,39,.09);
}
.home-boiler-panel::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: linear-gradient(90deg, var(--green), var(--gold), var(--orange)); }
.home-boiler-panel__media { position: relative; margin: 0; min-height: 330px; height: 100%; overflow: hidden; border: 1px solid #d8e8e3; border-radius: 8px; box-shadow: 0 22px 48px rgba(5,44,39,.12); }
.home-boiler-panel__media::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(180deg, rgba(0,79,70,0), rgba(0,79,70,.2)); pointer-events: none; }
.home-boiler-panel__media img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.home-boiler-panel__copy { position: relative; z-index: 1; }
.home-boiler-panel__copy h2 { font-size: clamp(2rem, 3vw, 3rem); margin-bottom: 8px; }
.home-boiler-panel__copy p { color: #314a48; font-size: 1rem; line-height: 1.58; }
.home-boiler-panel__lead { max-width: 620px; margin-bottom: 12px; }
.home-boiler-panel__lead strong { color: var(--green-deep); font-size: 1.1rem; line-height: 1.38; }
.home-boiler-panel__assurance { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin: 22px 0 24px; }
.home-boiler-panel__assurance span { display: flex; align-items: center; gap: 9px; min-height: 42px; padding: 9px 12px; border: 1px solid #d8e8e3; border-radius: 8px; background: rgba(255,255,255,.82); color: var(--green-deep); font-size: .88rem; font-weight: 850; box-shadow: 0 10px 22px rgba(5,44,39,.045); }
.home-boiler-panel__assurance .icon { width: 17px; height: 17px; color: var(--gold); }
.home-boiler-panel__quote { position: relative; min-height: 62px; padding: 0 18px 0 24px; overflow: hidden; border-color: rgba(191,47,25,.42); background: linear-gradient(135deg, #f45a37 0%, var(--orange) 48%, #c8321b 100%); box-shadow: 0 18px 36px rgba(226,59,34,.24), 0 8px 18px rgba(5,44,39,.09); font-size: 1rem; }
.home-boiler-panel__quote::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, transparent 0%, rgba(255,255,255,.24) 46%, transparent 72%); transform: translateX(-115%); transition: transform .5s ease; }
.home-boiler-panel__quote:hover::before { transform: translateX(115%); }
.home-boiler-panel__quote span, .home-boiler-panel__quote b { position: relative; z-index: 1; }
.home-boiler-panel__quote b { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.28); }
.home-boiler-panel__quote b .icon { width: 17px; height: 17px; }
.home-boiler-process { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.home-boiler-process article { position: relative; min-height: 184px; padding: 22px 20px 20px; border: 1px solid #d8e8e3; border-radius: 8px; background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%); box-shadow: 0 18px 40px rgba(5,44,39,.06); }
.home-boiler-process article::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--green), var(--gold)); opacity: .88; }
.home-boiler-process__number { position: absolute; right: 16px; top: 14px; min-width: 34px; height: 30px; display: inline-grid; place-items: center; border-radius: 999px; background: #fff6e8; border: 1px solid #f0dfbf; color: #b87518; font-weight: 900; font-size: .78rem; }
.home-boiler-process i { width: 56px; height: 56px; margin-bottom: 18px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(145deg, #ffffff, #eaf7f3); border: 1px solid #cfe5de; color: var(--green); box-shadow: inset 0 0 0 7px rgba(224,242,237,.68), 0 14px 28px rgba(5,44,39,.08); font-style: normal; }
.home-boiler-process i .icon { width: 27px; height: 27px; stroke-width: 1.85; }
.home-boiler-process h3 { margin-bottom: 8px; font-size: 1.05rem; }
.home-boiler-process p { margin: 0; color: #536966; font-size: .94rem; line-height: 1.48; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; grid-auto-rows: 1fr; }
.process article { position: relative; text-align: center; padding: 18px 10px; height: 100%; }
.process span { position: absolute; left: 12px; top: 8px; width: 30px; height: 30px; border-radius: 50%; display: inline-grid; place-items: center; background: var(--green); color: white; font-weight: 900; }
.process article:nth-child(even) span { background: var(--gold); }
.process .icon { width: 48px; height: 48px; color: var(--green); margin: 0 auto 10px; padding: 10px; border: 1px solid var(--line); border-radius: 50%; }
.process p { color: var(--muted); font-size: .9rem; }
.why-choose-section { position: relative; overflow: hidden; padding: 78px 0; background: linear-gradient(180deg, #ffffff 0%, #f6faf8 54%, #ffffff 100%); border-top: 1px solid rgba(220,232,228,.7); border-bottom: 1px solid rgba(220,232,228,.7); }
.why-choose-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,79,70,.045) 1px, transparent 1px), linear-gradient(180deg, rgba(217,149,34,.04) 1px, transparent 1px); background-size: 92px 92px; opacity: .55; pointer-events: none; }
.why-choose-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(350px, .74fr) minmax(0, 1.55fr); gap: 28px; align-items: stretch; }
.why-choose-intro { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 100%; padding: 38px; border-radius: 8px; background: linear-gradient(145deg, var(--green-deep) 0%, var(--green) 56%, #00695d 100%); color: rgba(255,255,255,.9); box-shadow: 0 28px 70px rgba(5,44,39,.18); }
.why-choose-intro::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, rgba(255,255,255,.09) 0 1px, transparent 1px 18px); opacity: .38; pointer-events: none; }
.why-choose-intro > * { position: relative; z-index: 1; }
.why-choose-intro .detail-kicker { color: #fff7e8; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.18); }
.why-choose-intro h2 { color: white; font-size: clamp(2rem, 3vw, 3.25rem); margin: 0 0 18px; }
.why-choose-intro p { color: rgba(255,255,255,.84); font-size: 1.02rem; line-height: 1.66; margin-bottom: 28px; }
.why-choose-proof { display: grid; gap: 0; padding: 0; margin: auto 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.why-choose-proof li { display: grid; grid-template-columns: minmax(78px, auto) 1fr; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.why-choose-proof li:last-child { border-bottom: 0; padding-bottom: 0; }
.why-choose-proof strong { display: block; color: #ffd891; font-size: 1.35rem; line-height: 1; letter-spacing: 0; }
.why-choose-proof span { color: rgba(255,255,255,.82); font-size: .94rem; line-height: 1.4; }
.why-choose-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; grid-auto-rows: auto; }
.why-card { position: relative; overflow: hidden; min-height: 230px; padding: 26px; border: 1px solid #d8e8e3; border-radius: 8px; background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%); box-shadow: 0 18px 42px rgba(5,44,39,.06); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.why-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--green), var(--gold), var(--orange)); opacity: .9; }
.why-card::after { content: ""; position: absolute; right: -42px; bottom: -52px; width: 150px; height: 150px; border: 1px solid rgba(0,79,70,.08); transform: rotate(18deg); pointer-events: none; }
.why-card:hover { transform: translateY(-4px); border-color: #c4dbd4; box-shadow: 0 30px 72px rgba(5,44,39,.11); }
.why-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 28px; }
.why-card__icon { position: relative; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; color: var(--green); background: linear-gradient(145deg, #ffffff, #eaf7f3); border: 1px solid #cfe5de; box-shadow: inset 0 0 0 8px rgba(224,242,237,.66), 0 14px 28px rgba(5,44,39,.08); }
.why-card__icon .icon { width: 29px; height: 29px; stroke-width: 1.85; }
.why-card__number { min-width: 38px; height: 32px; display: inline-grid; place-items: center; border-radius: 999px; background: #fff6e8; border: 1px solid #f0dfbf; color: #b87518; font-size: .78rem; font-weight: 950; }
.why-card h3 { max-width: 260px; margin-bottom: 10px; font-size: 1.18rem; line-height: 1.16; }
.why-card p { position: relative; z-index: 1; margin: 0; color: #48615e; font-size: .96rem; line-height: 1.55; }
.why-card--1 { grid-column: span 2; min-height: 260px; background: linear-gradient(145deg, #004f46 0%, #00665a 100%); border-color: rgba(255,255,255,.14); box-shadow: 0 28px 68px rgba(5,44,39,.18); }
.why-card--1::after { border-color: rgba(255,255,255,.12); }
.why-card--1 .why-card__icon { color: #fff7e8; background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.18); box-shadow: inset 0 0 0 8px rgba(255,255,255,.06), 0 18px 32px rgba(0,0,0,.12); }
.why-card--1 .why-card__number { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.18); color: #ffd891; }
.why-card--1 h3 { color: white; font-size: 1.45rem; }
.why-card--1 p { color: rgba(255,255,255,.84); max-width: 680px; }
.why-card--6 { grid-column: 1 / -1; min-height: 190px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; column-gap: 24px; align-items: center; }
.why-card--6 .why-card__top { margin: 0; display: contents; }
.why-card--6 .why-card__icon { grid-column: 1; grid-row: 1 / span 2; }
.why-card--6 .why-card__number { grid-column: 3; grid-row: 1 / span 2; align-self: start; }
.why-card--6 h3 { grid-column: 2; margin: 0 0 8px; max-width: none; font-size: 1.35rem; }
.why-card--6 p { grid-column: 2; max-width: 920px; }
.feature-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; align-items: stretch; grid-auto-rows: 1fr; }
.mini-feature { padding: 24px 20px; min-height: 178px; height: 100%; }
.areas-pills { padding-top: 16px; }
.pill-row { display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px; }
.pill { display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--line); border-radius: 7px; min-height: 46px; background: white; color: #273b39; font-weight: 800; box-shadow: 0 8px 20px rgba(5,44,39,.035); }
.pill .icon { width: 16px; height: 16px; color: var(--gold); }
.center-link { text-align: center; margin-top: 14px; }
.boiler-brand-carousel-section {
  position: relative;
  overflow: hidden;
  padding: 12px 0 52px;
  background:
    radial-gradient(circle at 8% 0%, rgba(224,242,237,.7), transparent 30%),
    radial-gradient(circle at 92% 24%, rgba(217,149,34,.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7fbf9 100%);
}
.boiler-brand-carousel-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,79,70,.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(217,149,34,.035) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: .45;
  pointer-events: none;
}
.boiler-brand-carousel-panel {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(320px, .42fr) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 28px;
  border: 1px solid #d8e8e3;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,253,248,.94) 48%, rgba(242,250,247,.96)),
    linear-gradient(90deg, rgba(0,79,70,.07), rgba(217,149,34,.08));
  box-shadow: 0 28px 72px rgba(5,44,39,.085);
}
.boiler-brand-carousel-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--green), var(--gold), var(--orange));
}
.boiler-brand-carousel-panel__intro { min-width: 0; }
.boiler-brand-carousel-panel__intro h2 { margin: 10px 0 10px; font-size: clamp(1.55rem, 2.1vw, 2.3rem); }
.boiler-brand-carousel-panel__intro p { max-width: 560px; margin: 0; color: #3e5754; line-height: 1.6; }
.boiler-brand-carousel {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 10px 0;
  border-radius: 8px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
}
.boiler-brand-carousel::before,
.boiler-brand-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 76px;
  z-index: 2;
  pointer-events: none;
}
.boiler-brand-carousel::before { left: 0; background: linear-gradient(90deg, rgba(251,253,252,.95), rgba(251,253,252,0)); }
.boiler-brand-carousel::after { right: 0; background: linear-gradient(270deg, rgba(251,253,252,.95), rgba(251,253,252,0)); }
.boiler-brand-carousel__track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: boilerBrandScroll 38s linear infinite;
  will-change: transform;
}
.boiler-brand-carousel__item {
  flex: 0 0 220px;
  height: 96px;
  display: grid;
  place-items: center;
  padding: 20px 24px;
  border: 1px solid #dce9e5;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,253,252,.96)),
    radial-gradient(circle at 50% 0%, rgba(224,242,237,.5), transparent 62%);
  box-shadow: 0 16px 34px rgba(5,44,39,.055);
}
.boiler-brand-carousel__item img {
  width: 100%;
  max-width: 174px;
  max-height: 54px;
  object-fit: contain;
  filter: saturate(.96) contrast(1.02);
}
@keyframes boilerBrandScroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .boiler-brand-carousel__track { animation: none; }
}
.split-section__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; align-items: start; }
.split-section .review-grid { grid-template-columns: repeat(3, 1fr); }
.faq-list { display: grid; gap: 13px; }
.faq-item { position: relative; overflow: hidden; border: 1px solid #dce9e5; border-radius: 8px; background: linear-gradient(145deg, #ffffff 0%, #fbfdfc 64%, #f6fbf9 100%); box-shadow: 0 16px 38px rgba(5,44,39,.055); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.faq-item::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(180deg, var(--green), var(--gold)); opacity: 0; transition: opacity .18s ease; }
.faq-item:hover { border-color: #c4dbd4; box-shadow: 0 20px 46px rgba(5,44,39,.085); transform: translateY(-1px); }
.faq-item:hover::before, .faq-item[open]::before { opacity: 1; }
.faq-item[open] { border-color: #b8d6cd; box-shadow: 0 24px 54px rgba(5,44,39,.11); }
.faq-item summary { min-height: 70px; display: grid; grid-template-columns: 46px minmax(0, 1fr) 40px; align-items: center; gap: 16px; cursor: pointer; font-weight: 900; color: var(--green-deep); padding: 0 16px 0 18px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #fff6e8; border: 1px solid #f2debd; color: #b17215; font-size: .78rem; line-height: 1; letter-spacing: .04em; }
.faq-item summary span { line-height: 1.25; }
.faq-item summary i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); border: 1px solid #d3e7e0; color: var(--green); font-style: normal; transition: background .18s ease, color .18s ease, transform .18s ease; }
.faq-item summary i .icon { width: 17px; height: 17px; transition: transform .18s ease; }
.faq-item[open] summary i { background: var(--green); color: white; border-color: var(--green); transform: rotate(45deg); }
.faq-item[open] summary i .icon { transform: rotate(45deg); }
.faq-item__answer { padding: 0 22px 20px 80px; }
.faq-item__answer p { color: #405a57; line-height: 1.65; padding: 16px 0 0; border-top: 1px solid #edf4f1; }
.faq-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 72px;
  background:
    radial-gradient(circle at 8% 16%, rgba(232,244,240,.96), transparent 32%),
    radial-gradient(circle at 92% 4%, rgba(217,149,34,.14), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7fbf9 58%, #fff9ef 100%);
  border-bottom: 1px solid #dce9e5;
}
.faq-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,79,70,.05) 1px, transparent 1px), linear-gradient(180deg, rgba(0,79,70,.04) 1px, transparent 1px); background-size: 92px 92px; opacity: .55; pointer-events: none; }
.faq-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, .72fr); gap: 44px; align-items: center; }
.faq-hero-copy { max-width: 820px; }
.faq-hero-copy h1 { max-width: 820px; margin: 12px 0 18px; font-size: clamp(2.65rem, 5vw, 5.1rem); line-height: .98; letter-spacing: 0; }
.faq-hero-copy p { max-width: 760px; font-size: 1.15rem; line-height: 1.72; color: #334f4b; }
.faq-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.faq-search-card {
  position: relative;
  padding: 28px;
  border: 1px solid #d7e7e2;
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 28px 64px rgba(5,44,39,.12);
  backdrop-filter: blur(12px);
}
.faq-search-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; border-radius: 8px 8px 0 0; background: linear-gradient(90deg, var(--green), var(--gold), var(--orange)); }
.faq-search-card__head { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 14px; align-items: center; margin-bottom: 18px; }
.faq-search-card__head > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); border: 1px solid #d4e8e1; color: var(--green); }
.faq-search-card__head .icon { width: 24px; height: 24px; }
.faq-search-card__head strong { display: block; color: var(--green-deep); font-size: 1.2rem; }
.faq-search-card__head small { display: block; margin-top: 3px; color: var(--muted); line-height: 1.45; }
.faq-search-field { min-height: 60px; display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 12px; align-items: center; padding: 0 17px; border: 1px solid #d5e5df; border-radius: 8px; background: linear-gradient(145deg, #ffffff, #f8fbfa); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 16px 34px rgba(5,44,39,.06); color: var(--green); }
.faq-search-field .icon { width: 22px; height: 22px; }
.faq-search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-weight: 760; }
.faq-search-field input::placeholder { color: #78908c; font-weight: 700; }
.faq-category-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.faq-category-filter button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d9e8e3;
  border-radius: 999px;
  padding: 0 15px;
  background: #ffffff;
  color: var(--green-deep);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(5,44,39,.05);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.faq-category-filter button .icon { width: 16px; height: 16px; color: var(--gold); }
.faq-category-filter button:hover { transform: translateY(-1px); border-color: #bdd9d0; box-shadow: 0 16px 30px rgba(5,44,39,.08); }
.faq-category-filter button.active { background: var(--green); border-color: var(--green); color: white; box-shadow: 0 16px 34px rgba(0,79,70,.18); }
.faq-category-filter button.active .icon { color: var(--gold); }
.faq-search-count { margin: 18px 0 0; color: var(--muted); font-size: .94rem; font-weight: 760; }
.faq-overview-section { padding: 42px 0 0; background: white; }
.faq-overview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.faq-overview-card {
  position: relative;
  min-height: 176px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px;
  border: 1px solid #dce9e5;
  border-radius: 8px;
  background: linear-gradient(145deg, #ffffff 0%, #fbfdfc 64%, #f5faf8 100%);
  box-shadow: 0 20px 46px rgba(5,44,39,.065);
  color: inherit;
  overflow: hidden;
}
.faq-overview-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--green), var(--gold)); opacity: .85; }
.faq-overview-card > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); border: 1px solid #d7e9e3; color: var(--green); }
.faq-overview-card > span .icon { width: 24px; height: 24px; }
.faq-overview-card strong { color: var(--green-deep); font-size: 1.12rem; }
.faq-overview-card small { color: var(--muted); line-height: 1.5; }
.faq-overview-card em { margin-top: 6px; color: #c17912; font-style: normal; font-weight: 900; display: inline-flex; align-items: center; gap: 7px; }
.faq-overview-card em .icon { width: 16px; height: 16px; }
.faq-overview-card:hover { transform: translateY(-2px); box-shadow: 0 28px 58px rgba(5,44,39,.105); }
.faq-directory-section { padding-top: 42px; background: white; }
.faq-directory { display: grid; gap: 30px; }
.faq-category-panel {
  position: relative;
  padding: 30px;
  border: 1px solid #dce9e5;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(247,251,249,.98)),
    radial-gradient(circle at 100% 0%, rgba(217,149,34,.12), transparent 34%);
  box-shadow: 0 24px 56px rgba(5,44,39,.075);
  overflow: hidden;
}
.faq-category-panel::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--green), var(--gold), var(--orange)); }
.faq-category-panel.is-hidden { display: none; }
.faq-category-panel__head { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 18px; align-items: center; margin-bottom: 24px; }
.faq-category-panel__head > span { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); border: 1px solid #d6e8e2; color: var(--green); box-shadow: inset 0 0 0 8px rgba(255,255,255,.55); }
.faq-category-panel__head > span .icon { width: 30px; height: 30px; }
.faq-category-panel__head h2 { margin: 7px 0 6px; font-size: clamp(1.8rem, 2.6vw, 2.65rem); }
.faq-category-panel__head p { max-width: 760px; margin: 0; color: var(--muted); line-height: 1.62; }
.faq-category-panel__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; align-items: start; }
.faq-page-item { box-shadow: 0 14px 30px rgba(5,44,39,.045); }
.faq-page-item.is-hidden { display: none; }
.faq-empty-state {
  justify-items: center;
  text-align: center;
  padding: 46px 24px;
  border: 1px solid #dce9e5;
  border-radius: 8px;
  background: linear-gradient(145deg, #ffffff, #f6fbf9);
  box-shadow: 0 22px 54px rgba(5,44,39,.075);
}
.faq-empty-state .icon { width: 56px; height: 56px; padding: 14px; border-radius: 50%; color: var(--green); background: var(--green-soft); border: 1px solid #d6e8e2; }
.faq-empty-state h2 { margin: 16px 0 8px; }
.faq-empty-state p { max-width: 560px; margin: 0 0 20px; color: var(--muted); line-height: 1.6; }
@media (max-width: 980px) {
  .faq-hero { padding: 58px 0 54px; }
  .faq-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .faq-search-card { padding: 22px; }
  .faq-overview-grid, .faq-category-panel__list { grid-template-columns: 1fr; }
  .faq-category-panel { padding: 24px; }
}
@media (max-width: 640px) {
  .faq-hero-copy h1 { font-size: clamp(2.25rem, 13vw, 3.2rem); }
  .faq-hero-copy p { font-size: 1rem; }
  .faq-search-card__head { grid-template-columns: 46px minmax(0, 1fr); }
  .faq-search-card__head > span { width: 46px; height: 46px; }
  .faq-category-filter button { width: 100%; justify-content: center; }
  .faq-overview-card { min-height: 0; padding: 20px; }
  .faq-category-panel__head { grid-template-columns: 1fr; gap: 13px; }
  .faq-category-panel__head > span { width: 54px; height: 54px; }
  .faq-page-item summary { grid-template-columns: 38px minmax(0, 1fr) 34px; }
}
.page-services .hero { background: linear-gradient(100deg, #ffffff 0%, #fbfaf6 48%, #f5f0e9 100%); }
.page-services .hero-grid { min-height: 500px; grid-template-columns: minmax(0, 1fr) minmax(500px, .92fr); gap: 72px; }
.page-services .hero-copy .eyebrow { margin-bottom: 18px; }
.page-services .hero-copy p { max-width: 760px; }
.page-services .trust-strip { max-width: 920px; }
.service-tabs { display: grid; grid-template-columns: repeat(4, 1fr); transform: translateY(-18px); background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); overflow: hidden; }
.service-tabs a { min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid var(--line); font-weight: 900; color: var(--green-deep); }
.service-tabs a:last-child { border-right: 0; }
.service-tabs a.active, .service-tabs a:hover { color: var(--green); box-shadow: inset 0 -3px 0 var(--gold); }
.service-tabs--directory {
  transform: translateY(-32px);
  gap: 18px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.service-tabs--directory a {
  min-height: 104px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow-soft);
}
.service-tabs--directory a:last-child { border-right: 1px solid var(--line); }
.service-tabs--directory a.active, .service-tabs--directory a:hover {
  border-color: rgba(217,149,34,.55);
  box-shadow: var(--shadow-lift);
}
.service-tabs--directory a > .icon {
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 50%;
  color: var(--green);
  background: var(--green-soft);
  border: 1px solid #d6e8e2;
}
.service-tabs--directory span { display: grid; gap: 3px; }
.service-tabs--directory small { color: var(--muted); font-size: .82rem; font-weight: 650; line-height: 1.35; }
.service-overview-band { padding-top: 0; }
.service-overview-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #f7fbf9, #fffaf4);
  box-shadow: var(--shadow-soft);
}
.service-overview-card p { max-width: 800px; color: #304946; }
.overview-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; grid-auto-rows: 1fr; }
.overview-metrics article {
  padding: 22px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 26px rgba(5,44,39,.04);
  height: 100%;
}
.overview-metrics .icon, .category-panel__icon, .category-highlights .icon {
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 50%;
  color: var(--green);
  background: var(--green-soft);
  border: 1px solid #d6e8e2;
}
.overview-metrics strong, .category-highlights strong { display: block; margin-top: 14px; color: var(--green-deep); line-height: 1.2; }
.overview-metrics span, .category-highlights span { display: block; color: var(--muted); font-size: .9rem; line-height: 1.45; margin-top: 4px; }
.service-section { padding-top: 10px; scroll-margin-top: 120px; }
.service-category-panel {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, white, #fbfdfc);
  box-shadow: var(--shadow-soft);
}
.category-panel__head {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(420px, 1.04fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 28px;
}
.category-panel__head p { max-width: 820px; color: #304946; }
.category-panel__icon { display: inline-flex; margin-bottom: 14px; }
.category-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; grid-auto-rows: 1fr; }
.category-highlights article { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 26px rgba(5,44,39,.035); height: 100%; }
.service-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; align-items: stretch; grid-auto-rows: 1fr; }
.page-services .service-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.page-services .service-card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.page-services .service-card-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-card { overflow: hidden; display: flex; flex-direction: column; height: 100%; min-height: 392px; border-color: #dce9e5; }
.service-card figure { margin: 0; aspect-ratio: 16 / 9; position: relative; overflow: visible; flex: 0 0 auto; background: #eef4f2; }
.page-services .service-card figure { aspect-ratio: 16 / 9; }
.service-card__image { height: 100%; overflow: hidden; background: #eef4f2; border-bottom: 1px solid #e3eeea; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.service-card:hover img { transform: scale(1.04); }
.service-card__badge { position: absolute; left: 20px; bottom: -26px; width: 54px; height: 54px; border-radius: 50%; background: white; border: 1px solid #dce9e5; display: grid; place-items: center; color: var(--green); box-shadow: 0 12px 28px rgba(0,0,0,.13); z-index: 2; }
.service-card__badge .icon { width: 25px; height: 25px; }
.service-card__body { padding: 44px 22px 24px; display: flex; flex-direction: column; flex: 1; gap: 10px; }
.service-card__body h3 { min-height: 2.4em; display: flex; align-items: flex-start; }
.service-card__body p { color: var(--muted); font-size: .94rem; line-height: 1.5; }
.service-with-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: end; }
.page-services .service-with-cta--air { grid-template-columns: 1fr; align-items: start; gap: 24px; }
.page-services .service-with-cta--air .service-card-grid { align-items: start; grid-auto-rows: auto; }
.page-services .service-with-cta--air .service-card { height: auto; min-height: 0; }
.page-services .service-with-cta--air .service-card__body { flex: 0 0 auto; }
.page-services .service-with-cta--air .service-card__body h3 { min-height: 0; }
.page-services .service-with-cta--air .service-card a { margin-top: 14px; }
.page-services .service-with-cta--air .quote-card--services { align-self: stretch; display: grid; grid-template-columns: minmax(240px, 360px) minmax(0, 1fr); min-height: 0; }
.page-services .service-with-cta--air .quote-card--services img { width: 100%; height: 100%; min-height: 210px; aspect-ratio: auto; object-fit: cover; }
.page-services .service-with-cta--air .quote-card--services div { padding: 30px 34px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px 28px; align-items: center; }
.page-services .service-with-cta--air .quote-card--services .eyebrow { grid-column: 1 / -1; justify-self: start; margin-bottom: 0; }
.page-services .service-with-cta--air .quote-card--services h2 { margin: 0; font-size: clamp(2rem, 2.5vw, 2.8rem); }
.page-services .service-with-cta--air .quote-card--services p { max-width: 650px; margin: 0; }
.page-services .service-with-cta--air .quote-card--services .btn { margin-top: 0; white-space: nowrap; }
.quote-card { overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: linear-gradient(120deg, #f9f8f4, #fff); }
.quote-card img { height: 100%; object-fit: cover; }
.quote-card div { padding: 28px; }
.quote-card--services { grid-template-columns: 1fr; }
.quote-card--services img { width: 100%; aspect-ratio: 16 / 9; height: auto; }
.quote-card--services div { padding: 30px; }
.quote-card--services .btn { margin-top: 8px; }
.services-process-section { background: linear-gradient(180deg, #fbfcfb, #f3f8f6); }
.services-process-card {
  padding: 36px 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow-soft);
}
.process--services { gap: 20px; }
.process--services article {
  text-align: left;
  min-height: 230px;
  height: 100%;
  padding: 26px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fbfdfc);
  box-shadow: 0 10px 28px rgba(5,44,39,.045);
}
.process--services span {
  position: static;
  margin-bottom: 18px;
}
.process--services .icon {
  margin: 0 0 16px;
  background: var(--green-soft);
  border-color: #d6e8e2;
}
.process--services p { font-size: .94rem; line-height: 1.5; }
.hero--service-detail { padding: 34px 0 38px; background: radial-gradient(circle at 10% 16%, rgba(224,242,237,.72), transparent 30%), radial-gradient(circle at 48% 8%, rgba(217,149,34,.12), transparent 24%), linear-gradient(100deg, #ffffff 0%, #fbfaf6 58%, #f5f0e9 100%); border-bottom: 1px solid #e6eee9; }
.service-hero-shell { display: grid; gap: 22px; }
.service-hero-main { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(410px, .62fr); gap: 56px; align-items: center; }
.service-hero-copy { padding: 0; max-width: 820px; }
.service-hero-media-panel { justify-self: end; display: grid; gap: 12px; width: 100%; max-width: 640px; }
.hero--service-detail .hero-media { justify-self: end; align-self: center; width: 100%; max-width: none; aspect-ratio: 16 / 9; min-height: 0; height: auto; overflow: hidden; border-radius: 8px; border: 1px solid #d8e7e2; background: #e9f2ef; box-shadow: 0 28px 74px rgba(5,44,39,.14), 0 0 0 12px rgba(255,255,255,.68); }
.hero--service-detail .hero-media img { object-position: center; }
.service-hero-media-proof { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.service-hero-media-proof span { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 12px; border: 1px solid #d9e8e3; border-radius: 8px; background: rgba(255,255,255,.84); color: var(--green-deep); font-size: .82rem; font-weight: 850; box-shadow: 0 12px 28px rgba(5,44,39,.055); text-align: center; }
.service-hero-media-proof .icon { width: 17px; height: 17px; color: var(--gold); flex: 0 0 auto; }
.inline-breadcrumb { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .9rem; margin-bottom: 18px; }
.inline-breadcrumb a { color: var(--green-deep); }
.inline-breadcrumb strong { color: var(--green-deep); }
.service-hero-label { display: inline-flex; align-items: center; gap: 9px; min-height: 32px; padding: 0 12px; margin-bottom: 16px; border-radius: 999px; background: rgba(224,242,237,.8); color: var(--green); border: 1px solid #d3e7e0; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.service-hero-label .icon { width: 17px; height: 17px; }
.hero--service-detail h1 { max-width: 820px; margin-bottom: 14px; }
.hero--service-detail .hero-copy p strong { font-weight: 900; color: var(--ink); }
.service-hero-standfirst { margin: 0 0 14px; font-size: 1.2rem; line-height: 1.45; max-width: 760px; }
.service-hero-intro { margin: 0; font-size: 1.05rem; line-height: 1.62; max-width: 780px; color: #263f3d; }
.service-hero-bottom { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, .42fr); grid-template-areas: "content action" "points action"; gap: 16px; align-items: stretch; }
.service-hero-content { grid-area: content; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: none; margin: 0; padding: 20px 22px; border: 1px solid #dce9e5; border-left: 4px solid rgba(217,149,34,.8); border-radius: 8px; background: rgba(255,255,255,.86); box-shadow: 0 18px 44px rgba(5,44,39,.06); }
.service-hero-content p { max-width: none; margin: 0; color: #34504d; font-size: .95rem; line-height: 1.55; }
.service-hero-points { grid-area: points; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: none; margin: 0; }
.service-hero-points article { min-width: 0; min-height: 0; display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 12px; align-items: center; padding: 12px 13px; border: 1px solid #dce9e5; border-radius: 8px; background: rgba(255,255,255,.86); box-shadow: 0 18px 44px rgba(5,44,39,.055); }
.service-hero-points b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #fff6e7; border: 1px solid #f0deb9; color: #ad7018; font-size: .74rem; letter-spacing: .04em; }
.service-hero-points span { display: grid; gap: 3px; min-width: 0; }
.service-hero-points strong { color: var(--green-deep); line-height: 1.18; }
.service-hero-points small { color: var(--muted); font-size: .82rem; line-height: 1.35; }
.service-hero-action-card { grid-area: action; display: flex; flex-direction: column; justify-content: space-between; gap: 14px; padding: 18px; border: 1px solid #d8e8e3; border-radius: 8px; background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(247,252,250,.92)); box-shadow: 0 18px 44px rgba(5,44,39,.06); }
.service-hero-action-copy { display: grid; gap: 5px; }
.service-hero-action-copy span { color: var(--gold); font-size: .74rem; font-weight: 950; letter-spacing: .05em; text-transform: uppercase; }
.service-hero-action-copy strong { color: var(--green-deep); line-height: 1.28; }
.service-hero-action-card .hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; }
.service-hero-action-card .btn { width: 100%; justify-content: center; }
.trust-strip--service-hero { max-width: none; margin-top: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); border-radius: 8px; box-shadow: none; background: rgba(255,255,255,.72); }
.trust-strip--service-hero .trust-item { min-height: 58px; padding: 9px 10px; gap: 8px; background: transparent; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip--service-hero .trust-item:nth-child(2n) { border-right: 0; }
.trust-strip--service-hero .trust-item:nth-last-child(-n+2) { border-bottom: 0; }
.trust-strip--service-hero .trust-item .icon { width: 18px; height: 18px; }
.trust-strip--service-hero .trust-item strong { font-size: .78rem; }
.trust-strip--service-hero .trust-item span { font-size: .7rem; }
.service-detail-section { background: radial-gradient(circle at 8% 18%, rgba(224,242,237,.55), transparent 30%), linear-gradient(180deg, #fff, #f4faf7); }
.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "included image"
    "benefits process";
  gap: 24px;
  align-items: stretch;
}
.detail-card { position: relative; height: 100%; min-height: 0; overflow: hidden; border: 1px solid #dbe9e5; background: linear-gradient(180deg, white, #fdfefd); border-radius: 8px; box-shadow: 0 26px 70px rgba(5,44,39,.075); padding: 30px; }
.detail-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--green), var(--gold), var(--orange)); opacity: .95; }
.detail-card h2 { font-size: 1.45rem; margin-bottom: 18px; }
.detail-kicker { display: inline-flex; align-items: center; min-height: 26px; padding: 0 10px; margin-bottom: 12px; border-radius: 999px; background: var(--green-soft); color: var(--green); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.detail-card__lead { margin: -4px 0 18px; color: var(--muted); line-height: 1.55; font-size: .96rem; }
.detail-card--included { grid-area: included; display: flex; flex-direction: column; padding: 30px; background: linear-gradient(135deg, #ffffff 0%, #f8fcfa 100%); }
.detail-card__copy { min-height: 100%; display: flex; flex-direction: column; padding: 34px; }
.detail-card--included .detail-card__copy { padding: 0; }
.detail-card--included h2 { margin-bottom: 16px; }
.detail-card--image { grid-area: image; padding: 0; display: flex; min-height: 100%; background: linear-gradient(145deg, #e8f1ee, #ffffff); }
.detail-card--image::before { z-index: 3; }
.detail-card__media { align-self: stretch; width: 100%; height: 100%; margin: 0; position: relative; min-height: 420px; background: #edf4f1; overflow: hidden; border-radius: 0; box-shadow: none; }
.detail-card__media img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.detail-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,70,62,0) 48%, rgba(0,70,62,.82) 100%); pointer-events: none; }
.detail-card__media figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 1; color: white; }
.detail-card__media figcaption strong { display: block; color: white; line-height: 1.15; }
.detail-card__media figcaption span { display: block; margin-top: 4px; font-size: .86rem; color: rgba(255,255,255,.84); line-height: 1.35; }
.tick-list, .benefit-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.tick-list li { display: flex; align-items: flex-start; gap: 10px; color: #2f4744; }
.tick-list .icon { width: 18px; height: 18px; color: var(--green); margin-top: 2px; }
.tick-list--included { flex: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; grid-auto-rows: auto; }
.tick-list--included li { align-items: center; min-height: 54px; padding: 10px 0; border-bottom: 1px solid #edf3f1; }
.tick-list--included li:last-child { border-bottom: 0; }
.tick-list--included span { color: #2f4744; line-height: 1.45; }
.detail-card__assurance { margin-top: 16px; display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; padding: 13px 14px; border: 1px solid #dcece7; border-radius: 8px; background: linear-gradient(135deg, #f2faf7, #ffffff); color: #26443f; font-size: .9rem; line-height: 1.42; box-shadow: 0 10px 24px rgba(5,44,39,.035); }
.detail-card__assurance .icon { width: 38px; height: 38px; padding: 9px; border-radius: 12px; color: var(--green); background: var(--green-soft); border: 1px solid #d7e9e4; }
.detail-card__assurance--gold { border-color: #f1dfbb; background: linear-gradient(135deg, #fff8ea, #ffffff); }
.detail-card__assurance--gold .icon { color: var(--gold); background: #fff7e8; border-color: #f0dfbf; }
.detail-card__assurance--process { margin-top: 16px; }
.detail-card--benefits { grid-area: benefits; display: flex; flex-direction: column; padding: 30px; }
.detail-card--process {
  grid-area: process;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
  padding: 30px;
}
.detail-card--process .detail-kicker,
.detail-card--process h2,
.detail-card--process .detail-card__lead,
.detail-card--process .detail-card__assurance { grid-column: 1; }
.detail-card--benefits .detail-card__assurance, .detail-card--process .detail-card__assurance { margin-top: auto; width: 100%; }
.benefit-list { flex: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; counter-reset: benefits; grid-auto-rows: auto; }
.benefit-list li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: start; min-height: 84px; padding: 12px; border: 1px solid #edf2f0; border-radius: 8px; background: linear-gradient(180deg, #fff, #fbfdfc); box-shadow: 0 8px 20px rgba(5,44,39,.035); }
.benefit-list b { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: #fff7e8; color: var(--gold); font-size: .82rem; letter-spacing: .04em; }
.benefit-list span { color: #2f4744; line-height: 1.42; }
.step-list { grid-column: 1; grid-row: auto; flex: none; list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; grid-auto-rows: 1fr; }
.step-list li { position: relative; display: grid; grid-template-columns: 34px 50px minmax(0, 1fr); grid-template-rows: auto; gap: 12px; align-items: center; min-height: 126px; padding: 16px; border: 1px solid #edf2f0; border-radius: 8px; background: linear-gradient(180deg, #fff, #fbfdfc); box-shadow: 0 10px 24px rgba(5,44,39,.035); }
.step-list li::after { display: none; }
.step-list li > span { position: relative; z-index: 1; width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, var(--green), #006b5f); color: white; display: grid; place-items: center; font-weight: 900; box-shadow: 0 10px 20px rgba(0,86,76,.22); }
.process-icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; color: var(--green); border: 1px solid #d3e6e0; background: radial-gradient(circle at 30% 25%, #ffffff 0%, #ffffff 38%, #edf8f4 100%); box-shadow: inset 0 0 0 6px rgba(224,242,237,.7), 0 12px 26px rgba(5,44,39,.08); }
.process-icon .icon { width: 25px; height: 25px; stroke-width: 1.9; }
.step-list li div { grid-column: auto; }
.step-list p { color: var(--muted); font-size: .9rem; margin: 4px 0 0; line-height: 1.45; }
.service-proof { padding-top: 0; background: linear-gradient(180deg, #f4faf7 0%, #ffffff 74%); }
.service-proof-grid { display: grid; grid-template-columns: minmax(300px, .76fr) minmax(0, 1.34fr); gap: 24px; align-items: stretch; }
.service-choice-panel { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 360px; padding: 34px; border: 1px solid #dce9e4; border-radius: 8px; background: linear-gradient(145deg, #ffffff 0%, #f7fbf9 100%); box-shadow: 0 22px 62px rgba(5,44,39,.075); }
.service-choice-panel::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--green), var(--gold)); }
.service-choice-panel h2 { margin-bottom: 12px; }
.service-choice-panel p { color: var(--muted); line-height: 1.58; margin-bottom: 20px; }
.service-choice-panel .tick-list { gap: 14px; margin-top: 4px; }
.service-choice-panel .tick-list li { align-items: flex-start; color: #294946; }
.service-choice-panel .tick-list .icon { flex: 0 0 19px; width: 19px; height: 19px; margin-top: 2px; color: var(--green); }
.service-choice-panel a { display: inline-flex; align-items: center; gap: 8px; width: fit-content; color: var(--gold); font-weight: 900; margin-top: auto; padding-top: 24px; }
.service-choice-panel a .icon { width: 16px; height: 16px; }
.service-highlight-card { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, .96fr) minmax(380px, 1fr); overflow: hidden; min-height: 360px; border-radius: 8px; border: 1px solid rgba(0,86,76,.16); background: linear-gradient(135deg, #00483f 0%, #007060 74%); color: white; box-shadow: 0 24px 70px rgba(5,44,39,.16); }
.service-highlight-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(115deg, rgba(255,255,255,.12), transparent 36%), linear-gradient(90deg, rgba(0,55,49,.52), transparent 72%); }
.service-highlight-card__copy { display: flex; flex-direction: column; justify-content: center; padding: 38px; }
.service-highlight-card h2 { color: white; font-size: clamp(1.95rem, 2.7vw, 3rem); line-height: 1.03; margin-bottom: 14px; max-width: 620px; }
.service-highlight-card p { color: rgba(255,255,255,.88); line-height: 1.58; max-width: 660px; }
.detail-kicker--light { background: rgba(224,242,237,.14); color: #d9fff4; border: 1px solid rgba(224,242,237,.24); }
.proof-location-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 18px; }
.proof-location-row span { display: inline-flex; align-items: center; min-height: 31px; padding: 0 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.94); font-size: .83rem; font-weight: 800; }
.proof-service-list { gap: 10px; margin-top: 2px; }
.proof-service-list li { color: rgba(255,255,255,.91); }
.proof-service-list .icon { width: 18px; height: 18px; color: var(--gold); }
.service-highlight-card__media { position: relative; margin: 0; min-height: 100%; background: #e8f0ed; }
.service-highlight-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,72,63,.32) 0%, rgba(0,72,63,0) 24%), linear-gradient(180deg, rgba(0,0,0,0) 58%, rgba(0,48,42,.68) 100%); pointer-events: none; }
.service-highlight-card__media img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.service-highlight-card__media figcaption { position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 1; color: white; text-shadow: 0 8px 22px rgba(0,0,0,.35); }
.service-highlight-card__media figcaption strong { display: block; color: white; line-height: 1.15; font-size: 1rem; }
.service-highlight-card__media figcaption span { display: block; margin-top: 4px; color: rgba(255,255,255,.82); font-size: .86rem; }
.service-insight-section { position: relative; overflow: hidden; padding: 76px 0; background: radial-gradient(circle at 10% 12%, rgba(224,242,237,.82), transparent 30%), radial-gradient(circle at 92% 18%, rgba(217,149,34,.16), transparent 28%), linear-gradient(180deg, #ffffff 0%, #f4faf8 100%); border-top: 1px solid #e2eee9; border-bottom: 1px solid #e2eee9; }
.service-insight-section::before { content: ""; position: absolute; top: 0; left: 50%; width: min(1120px, calc(100% - 48px)); height: 1px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, rgba(0,86,76,.22), rgba(217,149,34,.32), transparent); pointer-events: none; }
.service-insight-card { position: relative; display: grid; grid-template-columns: minmax(0, .86fr) minmax(620px, 1.14fr); gap: 44px; align-items: center; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.eyebrow { display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; border-radius: 999px; background: var(--green-soft); color: var(--green); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 14px; }
.service-insight-copy h2 { max-width: 760px; margin-bottom: 14px; }
.service-insight-lead, .service-insight-closing { color: #324a48; max-width: 760px; line-height: 1.65; }
.service-insight-note { margin: 24px 0 18px; padding: 20px; border: 1px solid #dce9e5; border-radius: 8px; background: rgba(255,255,255,.9); box-shadow: 0 18px 44px rgba(5,44,39,.06); }
.service-insight-note span { display: inline-flex; align-items: center; min-height: 26px; padding: 0 10px; border-radius: 999px; background: #fff6e7; color: #a96c12; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 10px; }
.service-insight-note p { margin: 0; color: #2c4744; line-height: 1.6; }
.service-insight-checks { list-style: none; padding: 0; margin: 0 0 20px; display: grid; gap: 10px; max-width: 760px; }
.service-insight-checks li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; color: #2f4744; line-height: 1.45; }
.service-insight-checks .icon { width: 20px; height: 20px; margin-top: 2px; color: var(--green); }
.insight-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; grid-auto-rows: 1fr; }
.insight-point { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 330px; height: 100%; padding: 30px 28px; border: 1px solid #d9e8e3; border-radius: 8px; background: linear-gradient(145deg, #ffffff 0%, #fbfdfc 58%, #f4faf7 100%); box-shadow: 0 24px 64px rgba(5,44,39,.08); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.insight-point:hover { transform: translateY(-3px); border-color: #bfd9d1; box-shadow: 0 30px 76px rgba(5,44,39,.12); }
.insight-point::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--green), var(--gold), var(--orange)); }
.insight-point::after { content: ""; position: absolute; right: -92px; bottom: -92px; width: 190px; height: 190px; border-radius: 50%; background: radial-gradient(circle, rgba(224,242,237,.82), rgba(224,242,237,.28) 56%, transparent 72%); pointer-events: none; }
.insight-point__top { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; margin-bottom: 26px; }
.insight-point__icon { position: relative; width: 66px; height: 66px; display: grid; place-items: center; border-radius: 18px; color: var(--green); background: linear-gradient(145deg, #ffffff 0%, #e9f7f2 100%); border: 1px solid #cfe5de; box-shadow: inset 0 0 0 8px rgba(224,242,237,.65), 0 16px 34px rgba(5,44,39,.1); }
.insight-point__icon::after { content: ""; position: absolute; inset: 9px; border-radius: 13px; border: 1px solid rgba(0,86,76,.12); pointer-events: none; }
.insight-point__icon .icon { width: 31px; height: 31px; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: currentColor; stroke-width: 1.85; }
.insight-point b { position: relative; z-index: 1; color: rgba(0,72,63,.1); font-size: 3.3rem; line-height: .82; font-weight: 900; letter-spacing: -.02em; }
.insight-point h3 { position: relative; z-index: 1; margin-bottom: 12px; font-size: 1.2rem; line-height: 1.2; }
.insight-point p { position: relative; z-index: 1; color: #36514e; font-size: .98rem; line-height: 1.62; }
.service-bottom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.service-bottom-grid .review-grid { grid-template-columns: repeat(2, 1fr); }
.feedback-faq-section { position: relative; overflow: hidden; padding: 78px 0 84px; background: radial-gradient(circle at 8% 8%, rgba(224,242,237,.82), transparent 30%), radial-gradient(circle at 94% 18%, rgba(214,145,37,.16), transparent 30%), linear-gradient(180deg, #ffffff 0%, #f4faf8 100%); }
.feedback-faq-section::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, #d2e6df, transparent); }
.feedback-faq-section::after { content: ""; position: absolute; left: 50%; top: 26px; width: min(1120px, calc(100% - 48px)); height: 1px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, rgba(0,86,76,.18), rgba(217,149,34,.28), transparent); pointer-events: none; }
.feedback-faq-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(430px, .86fr); gap: 34px; align-items: start; }
.feedback-faq-grid--home { grid-template-columns: minmax(0, 1.15fr) minmax(430px, .85fr); }
.feedback-panel, .faq-panel { position: relative; min-width: 0; }
.feedback-panel .section-heading, .faq-panel .section-heading { text-align: left; margin-bottom: 22px; }
.feedback-panel .section-heading h2, .faq-panel .section-heading h2 { margin-top: 8px; }
.feedback-panel .section-heading p, .faq-panel .section-heading p { margin-left: 0; margin-right: 0; max-width: 690px; }
.feedback-panel .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feedback-faq-grid--home .feedback-panel .review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feedback-panel .small-note { margin-top: 20px; }
.review-summary-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 24px; align-items: center; padding: 24px; margin-bottom: 18px; border: 1px solid #d8e7e2; border-radius: 8px; background: linear-gradient(135deg, #004f46 0%, #006a5d 58%, #075c52 100%); color: white; box-shadow: 0 28px 72px rgba(5,44,39,.14); }
.review-summary-card::before { content: ""; position: absolute; width: 220px; height: 220px; right: -88px; top: -112px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.2), transparent 68%); pointer-events: none; }
.review-summary-card__score, .review-summary-card__copy { position: relative; z-index: 1; }
.review-summary-card__score { display: grid; gap: 7px; padding-right: 22px; border-right: 1px solid rgba(255,255,255,.2); }
.review-summary-card__score span { color: rgba(255,255,255,.78); font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; }
.review-summary-card__score strong { font-size: 3.25rem; line-height: .9; letter-spacing: -.03em; }
.review-summary-card__score .stars { color: var(--gold); }
.review-summary-card__score .stars .icon { width: 18px; height: 18px; }
.review-summary-card h3 { color: white; margin-bottom: 6px; font-size: 1.28rem; }
.review-summary-card p { color: rgba(255,255,255,.86); line-height: 1.55; max-width: 620px; }
.review-summary-card__meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.review-summary-card__meta span { display: inline-flex; align-items: center; gap: 7px; min-height: 32px; padding: 0 11px; border-radius: 999px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.92); font-size: .84rem; font-weight: 850; }
.review-summary-card__meta .icon { width: 15px; height: 15px; color: var(--gold); }
.review-summary-card__link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-top: 16px; padding: 11px 14px; border-radius: 999px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.24); color: white; font-size: .9rem; font-weight: 900; text-decoration: none; box-shadow: 0 12px 28px rgba(0,0,0,.08); }
.review-summary-card__link .icon { width: 16px; height: 16px; color: var(--gold); }
.faq-panel__support { position: relative; display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; gap: 22px; align-items: center; margin-top: 24px; min-height: 196px; padding: 24px 26px; overflow: hidden; border: 1px solid rgba(217,149,34,.72); border-radius: 9px; color: #fff; background: linear-gradient(135deg, #004d42 0%, #006d5e 58%, #00463d 100%); box-shadow: 0 24px 54px rgba(5,44,39,.18); }
.faq-panel__support::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 35%, rgba(217,149,34,.14), transparent 34%), repeating-radial-gradient(circle at 94% 48%, rgba(255,255,255,.16) 0 1px, transparent 1px 10px); opacity: .65; pointer-events: none; }
.faq-panel__support::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,183,67,.45); border-radius: 7px; pointer-events: none; }
.faq-panel__support > * { position: relative; z-index: 1; }
.faq-panel__support-icon { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; color: #f3a51f; background: rgba(255,255,255,.08); border: 1px solid rgba(255,183,67,.72); box-shadow: inset 0 0 0 8px rgba(255,255,255,.035), 0 16px 30px rgba(0,0,0,.18); }
.faq-panel__support-icon .icon { width: 33px; height: 33px; }
.faq-panel__support-copy strong { display: block; color: #fff; font-size: clamp(1.1rem, 1.6vw, 1.38rem); line-height: 1.16; margin-bottom: 7px; }
.faq-panel__support-copy span { display: block; color: rgba(255,255,255,.84); line-height: 1.48; font-size: .97rem; max-width: 360px; }
.faq-panel__support-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 24px; border-radius: 999px; color: #073d36; font-weight: 900; background: linear-gradient(135deg, #ffd36d 0%, #f1a521 54%, #db8d12 100%); box-shadow: 0 16px 30px rgba(217,149,34,.28); white-space: nowrap; }
.faq-panel__support-cta .icon { width: 17px; height: 17px; transition: transform .2s ease; }
.faq-panel__support-cta:hover { color: #073d36; transform: translateY(-2px); box-shadow: 0 20px 38px rgba(217,149,34,.34); }
.faq-panel__support-cta:hover .icon { transform: translateX(3px); }
@media (min-width: 981px) {
  .feedback-faq-grid--service { align-items: start; }
  .feedback-faq-grid--service .faq-list { gap: 13px; }
  .feedback-faq-grid--service .faq-item summary { min-height: 64px; }
  .feedback-faq-grid--service .faq-panel__support { margin-top: 24px; }
}
.related-services-section { position: relative; overflow: hidden; padding: 64px 0 72px; background: radial-gradient(circle at 14% 8%, rgba(224,242,237,.78), transparent 31%), radial-gradient(circle at 88% 18%, rgba(214,145,37,.14), transparent 30%), linear-gradient(180deg, #ffffff 0%, #f5faf8 100%); }
.related-services-section::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, #d8e8e3, transparent); }
.related-services-heading { margin-bottom: 30px; }
.related-services-heading .detail-kicker { margin-bottom: 12px; }
.related-services-heading p { max-width: 650px; }
.related-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; counter-reset: related; }
.related-service-card { position: relative; min-height: 330px; height: 100%; border: 1px solid #d9e8e3; border-radius: 8px; background: linear-gradient(145deg, #ffffff 0%, #fbfdfc 64%, #f3faf7 100%); box-shadow: 0 24px 70px rgba(5,44,39,.08); overflow: hidden; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.related-service-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--green), var(--gold), var(--orange)); opacity: .94; }
.related-service-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -78px; bottom: -88px; border-radius: 50%; background: radial-gradient(circle, rgba(224,242,237,.8) 0%, rgba(224,242,237,.36) 48%, transparent 70%); pointer-events: none; }
.related-service-card:hover { transform: translateY(-4px); border-color: #bed7cf; box-shadow: 0 30px 82px rgba(5,44,39,.13); }
.related-service-card > a { position: relative; z-index: 1; display: flex; flex-direction: column; height: 100%; padding: 30px; color: inherit; text-decoration: none; }
.related-service-card__top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 28px; }
.related-service-card__icon { position: relative; width: 68px; height: 68px; display: grid; place-items: center; border-radius: 18px; color: var(--green); background: linear-gradient(145deg, #ffffff 0%, #e9f7f2 100%); border: 1px solid #cfe5de; box-shadow: inset 0 0 0 8px rgba(224,242,237,.65), 0 16px 34px rgba(5,44,39,.1); }
.related-service-card__icon::after { content: ""; position: absolute; inset: 9px; border-radius: 13px; border: 1px solid rgba(0,86,76,.12); pointer-events: none; }
.related-service-card__icon .icon { width: 31px; height: 31px; stroke-width: 1.85; }
.related-service-card__number { color: rgba(0,72,63,.09); font-size: 3.8rem; line-height: .82; font-weight: 900; letter-spacing: -.02em; }
.related-service-card__copy { flex: 1; }
.related-service-card__kicker { display: inline-flex; align-items: center; min-height: 26px; padding: 0 10px; margin-bottom: 13px; border-radius: 999px; background: #f6efe2; color: #996412; font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.related-service-card h3 { margin-bottom: 12px; font-size: 1.22rem; line-height: 1.18; color: var(--green-deep); }
.related-service-card p { color: #36514e; line-height: 1.58; font-size: .98rem; max-width: 34rem; }
.related-service-card__cta { display: inline-flex; align-items: center; gap: 9px; width: fit-content; margin-top: 26px; padding: 12px 15px; border-radius: 999px; background: white; border: 1px solid #e2ebe8; color: var(--gold); font-size: .9rem; font-weight: 900; box-shadow: 0 10px 24px rgba(5,44,39,.045); transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.related-service-card__cta .icon { width: 16px; height: 16px; }
.related-service-card:hover .related-service-card__cta { color: var(--orange); border-color: #f0d1b8; transform: translateX(2px); }
.story-grid, .choose-homeowners, .coverage-grid, .contact-grid, .map-grid { display: grid; gap: 38px; align-items: center; }
.story-grid { grid-template-columns: .85fr 1.15fr; }
.story-grid figure, .choose-homeowners figure, .coverage-grid figure, .map-grid figure { margin: 0; }
.story-grid img, .choose-homeowners img, .coverage-grid img, .map-grid img { border-radius: 8px; box-shadow: var(--shadow); width: 100%; object-fit: cover; }
.choose-homeowners { grid-template-columns: .9fr 1.1fr; margin-top: 28px; }
.check-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; }
.check-list .icon { color: var(--green); width: 20px; height: 20px; margin-top: 2px; }
.stats-strip { padding: 24px 0 72px; }
.about-credentials-section { background: linear-gradient(180deg, #ffffff 0%, #f4faf8 100%); }
.about-credentials-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: 30px;
  align-items: stretch;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: linear-gradient(135deg, #003f38 0%, #005f54 54%, #074f48 100%);
  box-shadow: 0 30px 80px rgba(5,44,39,.18);
}
.about-credentials-panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(255,255,255,.12), transparent 34%), repeating-linear-gradient(135deg, rgba(255,255,255,.045) 0 1px, transparent 1px 18px); pointer-events: none; }
.about-credentials-intro, .about-credentials-grid { position: relative; z-index: 1; }
.about-credentials-intro { display: flex; flex-direction: column; justify-content: center; padding: 6px 10px 6px 0; }
.about-credentials-intro h2 { color: white; font-size: clamp(2rem, 2.7vw, 3.05rem); line-height: 1.02; max-width: 660px; margin-bottom: 14px; }
.about-credentials-intro p { color: rgba(255,255,255,.84); max-width: 640px; font-size: 1.04rem; line-height: 1.6; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; grid-auto-rows: 1fr; }
.about-credentials-grid { gap: 14px; }
.about-credentials-grid article {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 226px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.09);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 18px 42px rgba(0,0,0,.12);
  color: white;
  backdrop-filter: blur(10px);
}
.about-credentials-grid article::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg, var(--gold), var(--orange)); opacity: .9; }
.about-stat-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #dffff6;
  background: rgba(224,242,237,.13);
  border: 1px solid rgba(224,242,237,.26);
}
.about-stat-icon .icon { width: 29px; height: 29px; stroke-width: 1.9; }
.about-credentials-grid strong { display: block; color: white; font-size: clamp(1.45rem, 1.55vw, 2.08rem); line-height: 1.02; letter-spacing: -.01em; margin-bottom: 8px; }
.about-credentials-grid span:not(.about-stat-icon) { display: block; color: rgba(255,255,255,.86); font-weight: 850; line-height: 1.22; }
.about-credentials-grid p { margin-top: 12px; color: rgba(255,255,255,.72); font-size: .9rem; line-height: 1.45; }
.about-values-section { position: relative; overflow: hidden; padding: 78px 0; background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 52%, #f5faf8 100%); border-top: 1px solid #e2eee9; border-bottom: 1px solid #e2eee9; }
.about-values-section::before { content: ""; position: absolute; top: 0; left: 50%; width: min(1120px, calc(100% - 48px)); height: 1px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, rgba(0,86,76,.2), rgba(217,149,34,.3), transparent); }
.about-values-shell { display: grid; grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr); gap: 32px; align-items: start; }
.about-values-heading {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid #d9e8e3;
  border-radius: 8px;
  background: linear-gradient(145deg, #ffffff 0%, #f4faf7 100%);
  box-shadow: 0 24px 64px rgba(5,44,39,.08);
}
.about-values-heading::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: linear-gradient(90deg, var(--green), var(--gold), var(--orange)); }
.about-values-heading h2 { font-size: clamp(2.2rem, 3vw, 3.25rem); margin-bottom: 14px; }
.about-values-heading p { color: #334d4a; line-height: 1.68; font-size: 1.02rem; }
.about-values-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; align-items: stretch; grid-auto-rows: 1fr; }
.value-card--about {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 248px;
  height: 100%;
  padding: 26px;
  border-color: #d9e8e3;
  background: linear-gradient(145deg, #ffffff 0%, #fbfdfc 64%, #f4faf7 100%);
  box-shadow: 0 22px 58px rgba(5,44,39,.075);
  grid-column: span 3;
}
.value-card--about::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--green), var(--gold)); opacity: .88; }
.value-card--feature, .about-values-grid .value-card--about:nth-child(2) { grid-column: span 6; }
.value-card--feature { background: linear-gradient(135deg, #004f46 0%, #006a5d 100%); border-color: #006a5d; color: white; box-shadow: 0 28px 76px rgba(5,44,39,.16); }
.value-card__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; margin-bottom: 24px; }
.value-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--green);
  background: linear-gradient(145deg, #ffffff 0%, #e9f7f2 100%);
  border: 1px solid #cfe5de;
  box-shadow: inset 0 0 0 7px rgba(224,242,237,.65), 0 14px 30px rgba(5,44,39,.08);
}
.value-card__icon .icon { width: 27px; height: 27px; stroke-width: 1.9; }
.value-card__top b { color: rgba(0,72,63,.11); font-size: 3.2rem; line-height: .82; font-weight: 900; letter-spacing: -.02em; }
.value-card--feature .value-card__icon { color: #dffff6; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.22); box-shadow: inset 0 0 0 7px rgba(255,255,255,.08), 0 14px 32px rgba(0,0,0,.14); }
.value-card--feature .value-card__top b { color: rgba(255,255,255,.16); }
.value-card--about h3 { margin-bottom: 12px; font-size: 1.22rem; }
.value-card--about p { color: #36514e; line-height: 1.6; font-size: .98rem; }
.value-card--feature h3, .value-card--feature p { color: white; }
.value-card--feature p { color: rgba(255,255,255,.86); max-width: 640px; }
.about-services-section { position: relative; overflow: hidden; padding: 78px 0 84px; background: repeating-linear-gradient(135deg, rgba(0,86,76,.035) 0 1px, transparent 1px 22px), linear-gradient(180deg, #ffffff 0%, #f4faf8 100%); }
.about-services-header { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, .78fr); gap: 34px; align-items: end; margin-bottom: 30px; }
.about-services-header h2 { max-width: 780px; font-size: clamp(2rem, 3vw, 3.2rem); }
.about-services-header p { color: #334d4a; line-height: 1.66; max-width: 720px; }
.about-service-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 22px; align-items: stretch; grid-auto-rows: 1fr; }
.about-service-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  height: 100%;
  padding: 30px;
  border: 1px solid #d9e8e3;
  border-radius: 8px;
  background: linear-gradient(145deg, #ffffff 0%, #fbfdfc 60%, #f4faf7 100%);
  box-shadow: 0 24px 70px rgba(5,44,39,.08);
  color: inherit;
  text-decoration: none;
  grid-column: span 3;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.about-service-card:hover { transform: translateY(-4px); border-color: #bed7cf; box-shadow: 0 30px 82px rgba(5,44,39,.13); }
.about-service-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--green), var(--gold), var(--orange)); }
.about-service-card--featured, .about-service-grid .about-service-card:nth-child(2) { grid-column: span 6; }
.about-service-card--featured { background: linear-gradient(135deg, #004f46 0%, #006a5d 56%, #075c52 100%); border-color: #006a5d; box-shadow: 0 30px 86px rgba(5,44,39,.18); }
.about-service-card__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; margin-bottom: 26px; }
.about-service-card__top span {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 19px;
  color: var(--green);
  background: linear-gradient(145deg, #ffffff 0%, #e9f7f2 100%);
  border: 1px solid #cfe5de;
  box-shadow: inset 0 0 0 8px rgba(224,242,237,.65), 0 16px 34px rgba(5,44,39,.1);
}
.about-service-card__top .icon { width: 31px; height: 31px; stroke-width: 1.9; }
.about-service-card__top b { color: rgba(0,72,63,.1); font-size: 3.65rem; line-height: .82; font-weight: 900; letter-spacing: -.02em; }
.about-service-card--featured .about-service-card__top span { color: #dffff6; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.22); box-shadow: inset 0 0 0 8px rgba(255,255,255,.08), 0 16px 34px rgba(0,0,0,.14); }
.about-service-card--featured .about-service-card__top b { color: rgba(255,255,255,.16); }
.about-service-card small { width: fit-content; min-height: 27px; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 999px; background: #fff6e7; color: #a96c12; font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 16px; }
.about-service-card h3 { font-size: 1.35rem; margin-bottom: 12px; }
.about-service-card p { color: #36514e; line-height: 1.62; font-size: .98rem; max-width: 640px; }
.about-service-card em { display: inline-flex; align-items: center; gap: 9px; width: fit-content; margin-top: auto; padding-top: 24px; color: var(--gold); font-style: normal; font-size: .92rem; font-weight: 900; }
.about-service-card em .icon { width: 16px; height: 16px; }
.about-service-card--featured small { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); color: #ffe0a6; }
.about-service-card--featured h3, .about-service-card--featured p { color: white; }
.about-service-card--featured p { color: rgba(255,255,255,.86); }
.about-service-card--featured em { color: #ffe0a6; }
.breadcrumb { padding: 34px 0 0; font-size: .9rem; display: flex; gap: 10px; align-items: center; color: var(--muted); }
.breadcrumb strong { color: var(--green-deep); }
.local-strip { padding: 24px 0; border-bottom: 1px solid var(--line); }
.local-strip__grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 24px; align-items: center; }
.local-main { display: flex; gap: 22px; align-items: center; }
.local-main > .icon { width: 72px; height: 72px; color: var(--green); padding: 18px; border-radius: 50%; background: var(--green-soft); }
.local-main h2 { font-size: 1.12rem; }
.local-strip article { border-left: 1px solid var(--line); padding-left: 24px; }
.local-strip article .icon { color: var(--green); margin-bottom: 12px; }
.local-strip p { color: var(--muted); font-size: .93rem; }
.coverage-section { background: linear-gradient(180deg, #fbfdfc 0%, #f2f8f6 100%); }
.coverage-shell { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.26fr); gap: 30px; align-items: stretch; }
.coverage-map-card {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid #dce9e5;
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}
.coverage-map-frame { position: absolute; inset: 0; }
.coverage-map-frame iframe { width: 100%; height: 100%; min-height: 680px; border: 0; display: block; filter: saturate(.88) contrast(1.05); }
.coverage-map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(0,70,62,.04) 45%, rgba(0,70,62,.28) 100%);
}
.coverage-map-overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 22px 48px rgba(5,44,39,.18);
  backdrop-filter: blur(12px);
}
.coverage-map-overlay h2 { font-size: 1.42rem; margin-bottom: 8px; }
.coverage-map-overlay p { color: #2d4542; margin-bottom: 14px; }
.coverage-map-overlay a { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-weight: 900; }
.coverage-map-overlay a .icon { width: 16px; height: 16px; }
.coverage-panel {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdfc 58%, #fff8ed 100%);
  box-shadow: var(--shadow-soft);
}
.coverage-panel .section-heading { margin-bottom: 20px; }
.coverage-panel .section-heading p { max-width: 760px; }
.coverage-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 20px 0 22px; }
.coverage-stats article {
  padding: 17px 16px;
  border: 1px solid #e1eee9;
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 24px rgba(5,44,39,.04);
}
.coverage-stats strong { display: block; color: var(--green-deep); font-size: 1.55rem; line-height: 1; }
.coverage-stats span { display: block; margin-top: 6px; color: var(--muted); font-size: .86rem; line-height: 1.35; font-weight: 700; }
.location-group-grid { display: grid; gap: 16px; }
.location-group {
  display: grid;
  grid-template-columns: minmax(190px, .72fr) minmax(0, 1.28fr);
  gap: 20px;
  align-items: start;
  padding: 22px;
  border: 1px solid #e0ece8;
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 28px rgba(5,44,39,.045);
}
.location-group > div > .icon { width: 48px; height: 48px; padding: 12px; border-radius: 16px; color: var(--green); background: var(--green-soft); border: 1px solid #d6e8e2; margin-bottom: 14px; }
.location-group h3 { margin-bottom: 8px; }
.location-group p { color: var(--muted); font-size: .92rem; line-height: 1.5; }
.location-group ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 14px; }
.location-group li { display: flex; gap: 8px; align-items: center; min-width: 0; color: #284340; font-weight: 800; }
.location-group li .icon { width: 17px; height: 17px; flex: 0 0 auto; color: var(--gold); }
.location-group li span { overflow-wrap: anywhere; line-height: 1.2; }
.coverage-note {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #d9e9e4;
  border-radius: 8px;
  background: linear-gradient(135deg, #f0faf6, #ffffff);
}
.coverage-note > .icon { width: 46px; height: 46px; padding: 11px; border-radius: 14px; color: var(--green); background: var(--green-soft); border: 1px solid #d6e8e2; }
.coverage-note p { margin: 0; color: #2d4542; line-height: 1.5; }
.coverage-note a { color: var(--gold); font-weight: 900; white-space: nowrap; }
.coverage-note a .icon { width: 16px; height: 16px; vertical-align: -3px; }
.coverage-grid { grid-template-columns: .72fr 1fr; }
.area-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; grid-auto-rows: 1fr; }
.area-card { padding: 24px 18px; text-align: center; height: 100%; }
.area-card > .icon { margin-left: auto; margin-right: auto; }
.small-note { margin-top: 18px; color: #2d4542; }
.services-band { background: linear-gradient(90deg, #eff8f5, #fff); }
.rating-panel { display: grid; grid-template-columns: .8fr 1fr 1.6fr; gap: 30px; padding: 34px; align-items: stretch; }
.rating-panel > article { border-right: 1px solid var(--line); padding-right: 28px; }
.rating-panel > article:last-child { border-right: 0; padding-right: 0; }
.rating-panel > article:first-child > strong { font-size: 2.8rem; color: var(--green-deep); display: flex; align-items: center; gap: 10px; }
.stars { display: inline-flex; gap: 2px; color: var(--gold); vertical-align: middle; }
.stars .icon { width: 22px; height: 22px; fill: currentColor; stroke: currentColor; }
.google-word { font-size: 1.55rem; font-weight: 800; letter-spacing: 0; }
.google-word span:nth-child(1), .google-word span:nth-child(4) { color: #4285f4; }
.google-word span:nth-child(2), .google-word span:nth-child(6) { color: #ea4335; }
.google-word span:nth-child(3) { color: #fbbc05; }
.google-word span:nth-child(5) { color: #34a853; }
.google-reviews-widget-section { padding-top: 0; }
.google-reviews-widget {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) minmax(260px, .62fr);
  gap: 28px;
  align-items: center;
  padding: 30px;
  border: 1px solid #d7e9e3;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbf9 55%, #fff4e4 100%);
  box-shadow: 0 30px 82px rgba(5,44,39,.11);
}
.google-reviews-widget::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, #4285f4, #34a853, #fbbc05, #ea4335); }
.google-reviews-widget::after { content: ""; position: absolute; right: -110px; top: -132px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.92), rgba(224,242,237,.55) 48%, transparent 70%); pointer-events: none; }
.google-reviews-widget > * { position: relative; z-index: 1; min-width: 0; }
.google-reviews-widget__score { padding: 24px; border: 1px solid #e3eee9; border-radius: 8px; background: rgba(255,255,255,.88); box-shadow: 0 18px 46px rgba(5,44,39,.07); }
.google-reviews-widget__score strong { display: block; margin: 10px 0 6px; color: var(--green-deep); font-size: 3.55rem; line-height: .9; letter-spacing: -.035em; }
.google-reviews-widget__score .stars { color: var(--gold); }
.google-reviews-widget__score p { margin-top: 10px; color: #314946; font-weight: 800; line-height: 1.4; }
.google-reviews-widget__copy h2 { margin: 10px 0 10px; font-size: clamp(1.8rem, 2.6vw, 2.8rem); line-height: 1.02; }
.google-reviews-widget__copy p { color: #2e4946; line-height: 1.68; max-width: 760px; }
.google-reviews-widget__actions { display: grid; gap: 12px; }
.google-reviews-widget__actions span { display: flex; align-items: center; gap: 10px; padding: 13px 14px; border-radius: 8px; background: white; border: 1px solid #e0ece8; color: #173a36; font-weight: 850; box-shadow: 0 10px 24px rgba(5,44,39,.045); }
.google-reviews-widget__actions span .icon { width: 19px; height: 19px; color: var(--green); }
.google-reviews-widget__actions .btn { justify-content: center; width: 100%; margin-top: 4px; }
.home-google-review-widget {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 22px;
  padding: 30px;
  border: 1px solid #d6e8e2;
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(251,188,5,.18), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #f8fcfa 54%, #eef8f4 100%);
  box-shadow: 0 30px 82px rgba(5,44,39,.1);
}
.home-google-review-widget::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, #4285f4 0 22%, #34a853 22% 47%, #fbbc05 47% 72%, #ea4335 72% 100%); }
.home-google-review-widget::after { content: ""; position: absolute; right: -74px; bottom: -86px; width: 210px; height: 210px; border-radius: 50%; background: radial-gradient(circle, rgba(224,242,237,.92), rgba(224,242,237,.42) 54%, transparent 72%); pointer-events: none; }
.home-google-review-widget > * { position: relative; z-index: 1; min-width: 0; }
.home-google-review-widget__header { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.home-google-review-widget__main { display: grid; grid-template-columns: minmax(174px, .44fr) minmax(0, 1fr); gap: 22px; align-items: stretch; }
.home-google-review-widget__score {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 192px;
  padding: 24px;
  border-radius: 8px;
  background: linear-gradient(145deg, #004f46 0%, #006f61 100%);
  color: white;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 18px 42px rgba(5,44,39,.16);
}
.home-google-review-widget__score span { color: rgba(255,255,255,.76); font-size: .78rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.home-google-review-widget__score strong { color: white; font-size: clamp(3.3rem, 5vw, 5.15rem); line-height: .88; letter-spacing: -.04em; }
.home-google-review-widget__score .stars { color: var(--gold); }
.home-google-review-widget__score .stars .icon { width: 20px; height: 20px; }
.home-google-review-widget__score small { color: rgba(255,255,255,.84); font-weight: 800; line-height: 1.36; }
.home-google-review-widget__copy {
  display: grid;
  align-content: center;
  padding: 24px;
  border: 1px solid #e1eee9;
  border-radius: 8px;
  background: rgba(255,255,255,.82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
}
.home-google-review-widget__copy h3 { margin-bottom: 10px; font-size: clamp(1.38rem, 1.9vw, 2rem); line-height: 1.1; color: var(--green-deep); }
.home-google-review-widget__copy p { color: #334d49; font-size: 1rem; line-height: 1.65; }
.home-google-review-widget__features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.home-google-review-widget__features span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #dcebe6;
  border-radius: 8px;
  background: #ffffff;
  color: #173d38;
  font-size: .86rem;
  font-weight: 850;
  line-height: 1.25;
  box-shadow: 0 10px 24px rgba(5,44,39,.045);
}
.home-google-review-widget__features .icon { flex: 0 0 auto; width: 18px; height: 18px; color: var(--green); }
.home-google-review-widget__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--orange) 0%, #d92d1e 100%);
  color: white;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(226,59,37,.24);
  transition: transform .18s ease, box-shadow .18s ease;
}
.home-google-review-widget__cta:hover { transform: translateY(-2px); box-shadow: 0 22px 46px rgba(226,59,37,.3); }
.home-google-review-widget__cta .icon { width: 18px; height: 18px; }
.recommend { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--green); }
.rating-highlights div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }
.rating-highlights span { display: grid; gap: 8px; text-align: center; justify-items: center; }
.rating-highlights .icon { color: var(--green); }
.rating-highlights strong { overflow-wrap: anywhere; font-size: .88rem; line-height: 1.2; color: var(--green-deep); }
.rating-highlights em { font-style: normal; color: var(--green-deep); font-weight: 900; }
.review-tools { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.filter-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.filter-chips button, .review-tools select { min-height: 42px; border: 1px solid var(--line); background: white; border-radius: 999px; padding: 0 18px; font-weight: 800; color: var(--green-deep); }
.filter-chips button.active { background: var(--green); color: white; border-color: var(--green); }
.review-tools select { border-radius: 7px; min-width: 170px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; grid-auto-rows: 1fr; }
.review-card { position: relative; overflow: hidden; padding: 26px; min-height: 304px; height: 100%; display: flex; flex-direction: column; border: 1px solid #d9e8e3; border-radius: 8px; background: linear-gradient(145deg, #ffffff 0%, #fbfdfc 58%, #f4faf7 100%); box-shadow: 0 24px 62px rgba(5,44,39,.08); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.review-card:hover { transform: translateY(-3px); border-color: #bfd9d1; box-shadow: 0 30px 74px rgba(5,44,39,.12); }
.review-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--gold), var(--orange), var(--green)); }
.review-card::after { content: ""; position: absolute; width: 170px; height: 170px; right: -86px; bottom: -88px; border-radius: 50%; background: radial-gradient(circle, rgba(224,242,237,.78), rgba(224,242,237,.3) 56%, transparent 72%); pointer-events: none; }
.review-card__top { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 12px; align-items: center; color: var(--muted); font-size: .84rem; margin-bottom: 16px; }
.review-source { display: inline-flex; align-items: center; gap: 6px; min-height: 30px; padding: 0 11px; border-radius: 999px; background: #f3faf7; border: 1px solid #dcece7; color: var(--green); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }
.review-source .icon { width: 14px; height: 14px; color: var(--gold); fill: currentColor; stroke: currentColor; }
.review-card__rating { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.review-card__rating .stars { display: inline-flex; gap: 2px; color: #d8911d; }
.review-card__rating .stars .icon { width: 18px; height: 18px; fill: currentColor; stroke-width: 1.6; }
.review-card__rating strong { display: inline-flex; align-items: center; min-height: 30px; padding: 0 10px; border-radius: 999px; background: #fff7ea; border: 1px solid #f1ddba; color: #9b650f; font-size: .86rem; font-weight: 950; }
.review-card__quote { position: absolute; right: 24px; top: 74px; color: rgba(0,86,76,.07); font-size: 5.8rem; line-height: 1; font-weight: 900; pointer-events: none; }
.review-card h3 { position: relative; z-index: 1; margin-bottom: 10px; font-size: 1.1rem; line-height: 1.27; }
.review-card p { position: relative; z-index: 1; color: #273c3a; line-height: 1.6; }
.review-card__google-link { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-top: 16px; padding: 10px 12px; border-radius: 999px; background: white; border: 1px solid #e2ece8; color: var(--gold); font-size: .86rem; font-weight: 900; text-decoration: none; box-shadow: 0 10px 22px rgba(5,44,39,.045); transition: color .18s ease, border-color .18s ease, transform .18s ease; }
.review-card__google-link .icon { width: 15px; height: 15px; }
.review-card:hover .review-card__google-link { color: var(--orange); border-color: #f0d1b8; transform: translateX(2px); }
.reviewer { position: relative; z-index: 1; margin-top: auto; padding-top: 20px; display: grid; grid-template-columns: 44px 1fr auto; column-gap: 12px; align-items: center; }
.reviewer span { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(145deg, #eaf7f3, #ffffff); color: var(--green); border: 1px solid #d1e6df; box-shadow: inset 0 0 0 6px rgba(224,242,237,.58); font-weight: 900; }
.reviewer div { min-width: 0; display: grid; gap: 2px; }
.reviewer small { color: var(--muted); }
.reviewer em { align-self: center; font-style: normal; font-weight: 900; color: #4285f4; padding: 6px 8px; border-radius: 999px; background: white; border: 1px solid #e8eef5; box-shadow: 0 8px 18px rgba(5,44,39,.035); }
.contact-grid { grid-template-columns: .86fr 1.14fr; align-items: stretch; gap: 28px; }
.contact-details, .enquiry-form {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid #dcebe6;
  background: linear-gradient(145deg, #ffffff 0%, #fbfdfc 55%, #f4faf7 100%);
  box-shadow: 0 28px 70px rgba(5,44,39,.08);
}
.contact-details::before, .enquiry-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--green), var(--gold), var(--orange));
}
.contact-card-head, .form-head { position: relative; z-index: 1; }
.contact-card-head h2, .form-head h2 { margin-bottom: 8px; }
.contact-card-head p, .form-head p { color: var(--muted); line-height: 1.55; max-width: 680px; }
.contact-quick-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0; }
.contact-quick-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #d5e8e2;
  border-radius: 8px;
  background: white;
  color: var(--green-deep);
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(5,44,39,.04);
}
.contact-quick-actions a:first-child { background: linear-gradient(135deg, var(--green), #006b5f); color: white; border-color: transparent; }
.contact-quick-actions .icon { width: 18px; height: 18px; }
.contact-method {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid #e6f0ed;
}
.contact-method > .icon {
  width: 58px;
  height: 58px;
  padding: 15px;
  border-radius: 18px;
  background: linear-gradient(145deg, #eaf7f3, #ffffff);
  border: 1px solid #d5e8e2;
  color: var(--green);
  box-shadow: inset 0 0 0 6px rgba(229,246,241,.7), 0 12px 26px rgba(5,44,39,.06);
}
.contact-method span { color: var(--green); font-weight: 900; font-size: .78rem; text-transform: uppercase; letter-spacing: .045em; }
.contact-method strong { display: block; color: var(--green-deep); font-size: 1.15rem; line-height: 1.25; margin: 4px 0; overflow-wrap: anywhere; }
.contact-method p { color: var(--muted); font-size: .92rem; line-height: 1.45; }
.contact-assurance {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  margin-top: 20px;
  padding: 16px;
  border: 1px solid #e6d7b8;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff8ea, #ffffff);
  color: #2d4542;
  font-weight: 700;
  line-height: 1.45;
}
.contact-assurance .icon { width: 42px; height: 42px; padding: 10px; border-radius: 14px; background: #fff0d1; color: var(--gold); border: 1px solid #f0dfbf; }
.form-head { display: flex; justify-content: space-between; gap: 22px; align-items: flex-start; margin-bottom: 26px; }
.form-badge {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #d9ebe5;
  background: var(--green-soft);
  color: var(--green);
  font-size: .82rem;
  font-weight: 900;
  white-space: nowrap;
}
.form-badge .icon { width: 17px; height: 17px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 9px; margin: 0 0 18px; color: #334846; font-weight: 800; font-size: .9rem; }
.form-field--full { margin-bottom: 18px; }
.field-label { display: flex; align-items: center; gap: 4px; color: var(--green-deep); }
.field-label em { color: var(--orange); font-style: normal; }
input, select, textarea {
  width: 100%;
  border: 1px solid #dbe8e4;
  border-radius: 8px;
  min-height: 54px;
  padding: 13px 15px;
  font: inherit;
  color: var(--ink);
  background: linear-gradient(180deg, #fff, #fbfdfc);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 9px 22px rgba(5,44,39,.035);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
textarea { min-height: 158px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: 0;
  border-color: var(--gold);
  background: white;
  box-shadow: 0 0 0 4px rgba(217,149,34,.14), 0 12px 28px rgba(5,44,39,.055);
}
input::placeholder, textarea::placeholder { color: #83928f; font-weight: 700; }
.turnstile-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 2px 0 18px;
  padding: 16px;
  border: 1px solid #dbe8e4;
  border-radius: 8px;
  background: linear-gradient(135deg, #fbfdfc 0%, #f3faf7 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 14px 34px rgba(5,44,39,.045);
}
.turnstile-field__copy { display: grid; gap: 5px; min-width: 0; }
.turnstile-field__copy span { display: inline-flex; align-items: center; gap: 7px; width: fit-content; color: var(--green); font-size: .78rem; font-weight: 950; letter-spacing: .045em; text-transform: uppercase; }
.turnstile-field__copy span .icon { width: 16px; height: 16px; color: var(--gold); }
.turnstile-field__copy strong { color: var(--green-deep); line-height: 1.35; font-size: .96rem; }
.cf-turnstile { min-height: 65px; display: flex; align-items: center; justify-content: flex-end; }
.form-submit-row {
  display: grid;
  grid-template-columns: minmax(220px, .42fr) 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 4px;
  padding-top: 20px;
  border-top: 1px solid #e5f0ec;
}
.form-submit-row .btn { min-height: 54px; }
.safe-note { color: var(--muted); font-size: .9rem; margin: 0; display: flex; justify-content: flex-start; gap: 8px; align-items: center; line-height: 1.4; }
.safe-note .icon { width: 18px; height: 18px; color: var(--green); flex: 0 0 auto; }
.form-hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: var(--green);
  font-weight: 850;
  line-height: 1.45;
}
.form-status.is-error { color: var(--orange-dark); }
.enquiry-form.is-sending button[type="submit"] {
  opacity: .82;
  cursor: wait;
  pointer-events: none;
}
.form-popup {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}
.form-popup.is-open { opacity: 1; visibility: visible; }
.form-popup[hidden] { display: none; }
.form-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 31, 27, .62);
  backdrop-filter: blur(8px);
}
.form-popup__panel {
  position: relative;
  width: min(520px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,253,251,.98)),
    linear-gradient(135deg, rgba(0,79,70,.08), transparent);
  box-shadow: 0 36px 100px rgba(0,31,27,.28);
  transform: translateY(18px) scale(.98);
  transition: transform .2s ease;
}
.form-popup.is-open .form-popup__panel { transform: translateY(0) scale(1); }
.form-popup__panel::before {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, var(--green), var(--gold), var(--orange));
}
.form-popup__content {
  padding: 30px;
  display: grid;
  gap: 14px;
}
.form-popup__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--green);
  background: var(--green-soft);
  border: 1px solid #d3e7e0;
  box-shadow: inset 0 0 0 7px rgba(224,242,237,.68), 0 16px 34px rgba(5,44,39,.09);
}
.form-popup__icon .icon { width: 28px; height: 28px; }
.form-popup h2 { font-size: clamp(1.7rem, 3vw, 2.2rem); }
.form-popup p { color: var(--muted); line-height: 1.58; margin: 0; }
.form-popup__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 10px; }
.form-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #dbe9e5;
  border-radius: 8px;
  background: white;
  color: var(--green);
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(5,44,39,.055);
}
.form-popup__close .icon { width: 19px; height: 19px; }
.emergency-panel { display: grid; grid-template-columns: 110px 1fr auto; gap: 26px; align-items: center; padding: 26px 32px; border-radius: 8px; background: linear-gradient(90deg, #fff3ee, #fff); border: 1px solid #f0ded4; box-shadow: var(--shadow-soft); }
.emergency-icon { width: 90px; height: 90px; border: 2px solid var(--orange); color: var(--orange); border-radius: 50%; display: grid; place-items: center; font-size: 1.6rem; font-weight: 900; }
.map-grid { grid-template-columns: 280px 1fr; align-items: stretch; }
.where-card { padding: 24px; }
.where-card ul { padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.where-card li { display: flex; gap: 8px; align-items: center; font-weight: 700; }
.where-card .icon { width: 17px; height: 17px; color: var(--green); }
.map-grid figure { min-height: 220px; }
.map-grid img { height: 100%; object-fit: cover; }
.contact-map-frame { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: var(--shadow); }
.contact-map-frame iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; filter: saturate(.9) contrast(1.04); }
.contact-coverage-section {
  background:
    linear-gradient(180deg, #fbfdfc 0%, #eef7f4 100%);
}
.contact-coverage-heading { max-width: 860px; margin-left: auto; margin-right: auto; }
.contact-coverage-card {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid #d9e9e4;
  border-radius: 8px;
  background: white;
  box-shadow: 0 30px 80px rgba(5,44,39,.11);
}
.contact-map-showcase {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background: #e9f1ef;
}
.contact-map-showcase iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 660px;
  border: 0;
  display: block;
  filter: saturate(.86) contrast(1.08);
}
.contact-map-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,70,62,.06) 0%, rgba(255,255,255,0) 44%, rgba(0,70,62,.2) 100%),
    linear-gradient(180deg, rgba(255,255,255,.02) 30%, rgba(0,70,62,.38) 100%);
}
.contact-map-panel {
  position: absolute;
  z-index: 1;
  left: 26px;
  right: 26px;
  bottom: 26px;
  max-width: 560px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 24px 58px rgba(5,44,39,.2);
  backdrop-filter: blur(14px);
}
.contact-map-panel h3 { font-size: 1.55rem; margin-bottom: 8px; }
.contact-map-panel p { color: #304946; line-height: 1.55; }
.contact-map-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 18px 0; }
.contact-map-stats span {
  min-height: 64px;
  display: grid;
  align-content: center;
  padding: 12px;
  border: 1px solid #e0ece8;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fcfa);
  color: var(--muted);
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.25;
}
.contact-map-stats strong { display: block; color: var(--green-deep); font-size: 1.35rem; line-height: 1; }
.contact-map-panel a { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-weight: 900; }
.contact-map-panel a .icon { width: 16px; height: 16px; }
.contact-coverage-content {
  position: relative;
  padding: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(217,149,34,.12), transparent 28%),
    linear-gradient(145deg, #ffffff 0%, #fbfdfc 58%, #f6fbf9 100%);
}
.contact-coverage-intro h3 { font-size: 1.7rem; margin-bottom: 10px; }
.contact-coverage-intro p { color: var(--muted); line-height: 1.6; }
.contact-area-chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.contact-area-chip-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #dcebe6;
  border-radius: 999px;
  background: white;
  color: var(--green-deep);
  font-weight: 900;
  font-size: .84rem;
  box-shadow: 0 8px 20px rgba(5,44,39,.035);
}
.contact-area-chip-row .icon { width: 15px; height: 15px; color: var(--gold); }
.contact-zone-grid { display: grid; gap: 14px; }
.contact-zone {
  padding: 18px;
  border: 1px solid #e0ece8;
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 28px rgba(5,44,39,.045);
}
.contact-zone > div { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; }
.contact-zone > div > .icon { width: 42px; height: 42px; padding: 10px; border-radius: 14px; background: var(--green-soft); border: 1px solid #d6e8e2; color: var(--green); }
.contact-zone h4 { color: var(--green-deep); font-size: 1rem; margin: 0; }
.contact-zone ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 12px; }
.contact-zone li { display: flex; align-items: center; gap: 7px; min-width: 0; color: #2c4643; font-weight: 800; font-size: .9rem; }
.contact-zone li .icon { width: 15px; height: 15px; color: var(--gold); flex: 0 0 auto; }
.contact-zone li span { overflow-wrap: anywhere; line-height: 1.2; }
.contact-coverage-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
  padding: 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), #006b5f);
  color: white;
  box-shadow: 0 18px 44px rgba(0,86,76,.18);
}
.contact-coverage-cta > div { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; }
.contact-coverage-cta > div > .icon { width: 42px; height: 42px; padding: 10px; border-radius: 14px; color: var(--gold); border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.08); }
.contact-coverage-cta p { color: rgba(255,255,255,.9); margin: 0; line-height: 1.45; }
.contact-coverage-cta .btn { white-space: nowrap; }
.cta-band { padding: 8px 0 34px; }
.cta-band__inner {
  position: relative;
  overflow: hidden;
  min-height: 132px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(135deg, #003f38 0%, #006b5f 58%, #004e46 100%);
  color: white;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, auto);
  align-items: center;
  gap: 34px;
  padding: 30px 34px 30px 38px;
  box-shadow: 0 26px 70px rgba(5,44,39,.18), inset 0 1px 0 rgba(255,255,255,.14);
}
.cta-band__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.1), transparent 28%, rgba(255,255,255,.07)), repeating-linear-gradient(135deg, rgba(255,255,255,.052) 0 1px, transparent 1px 22px);
  pointer-events: none;
}
.cta-band__inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #f3c16f, var(--gold), var(--orange));
  box-shadow: 0 0 28px rgba(217,149,34,.34);
}
.cta-band__content, .cta-band__panel { position: relative; z-index: 1; }
.cta-band__content { max-width: 880px; }
.cta-band__eyebrow, .cta-band__panel-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.1);
  color: #ffe3ae;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cta-band h2 { color: white; margin: 12px 0 0; font-size: clamp(1.85rem, 2.3vw, 2.75rem); letter-spacing: 0; }
.cta-band p { max-width: 760px; margin: 8px 0 0; color: rgba(255,255,255,.88); font-size: 1.05rem; line-height: 1.5; }
.cta-band__trust {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
}
.cta-band__trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.9);
  font-size: .88rem;
  font-weight: 800;
}
.cta-band__trust .icon { width: 17px; height: 17px; color: #ffd99d; }
.cta-band__panel {
  justify-self: end;
  min-width: 360px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(0,54,49,.38);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 18px 42px rgba(0,0,0,.14);
}
.cta-band__panel-label { margin-bottom: 12px; background: rgba(255,255,255,.12); }
.cta-band__actions { display: flex; gap: 12px; align-items: center; position: relative; z-index: 1; }
.cta-band__call {
  min-height: 54px;
  padding-inline: 19px;
  border-color: rgba(255,255,255,.36);
  background: rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.cta-band__call:hover { background: rgba(255,255,255,.17); border-color: rgba(255,255,255,.58); }
.cta-band__quote {
  position: relative;
  overflow: hidden;
  min-height: 58px;
  padding-inline: 26px 18px;
  border-color: #ff7352;
  background: linear-gradient(135deg, #ff5a38 0%, #e43d24 58%, #c92f1d 100%);
  box-shadow: 0 18px 34px rgba(227,61,36,.34), inset 0 1px 0 rgba(255,255,255,.22);
}
.cta-band__quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 22%, rgba(255,255,255,.24) 38%, transparent 55%);
  transform: translateX(-120%);
  transition: transform .45s ease;
}
.cta-band__quote span, .cta-band__quote .icon { position: relative; z-index: 1; }
.cta-band__quote .icon {
  width: 30px;
  height: 30px;
  padding: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}
.cta-band__quote:hover {
  background: linear-gradient(135deg, #ff6b43 0%, #ef4a2f 58%, #d93721 100%);
  box-shadow: 0 22px 42px rgba(227,61,36,.42), inset 0 1px 0 rgba(255,255,255,.24);
}
.cta-band__quote:hover::before { transform: translateX(120%); }
.cta-flame { position: absolute; right: 24px; bottom: -28px; color: rgba(255,224,166,.18); transform: rotate(-8deg); pointer-events: none; }
.cta-flame .icon { width: 118px; height: 118px; stroke-width: 1.25; }
.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(255,224,166,.16), transparent 30%),
    radial-gradient(circle at 90% 18%, rgba(255,255,255,.09), transparent 26%),
    linear-gradient(135deg, #002f2a 0%, var(--green-deep) 48%, #00675b 100%);
  color: rgba(255,255,255,.88);
  padding-top: 54px;
}
.site-footer::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(180deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 96px 96px; opacity: .45; pointer-events: none; }
.site-footer::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 6px; background: linear-gradient(90deg, var(--green), var(--gold), var(--orange)); }
.site-footer > .container { position: relative; z-index: 1; }
.footer-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.35fr) minmax(265px, 1.25fr) minmax(130px, .72fr) minmax(150px, .85fr) minmax(145px, .78fr) minmax(160px, .82fr);
  gap: 20px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.footer-grid h2 { color: white; font-size: 1rem; margin-bottom: 16px; letter-spacing: .01em; }
.footer-grid h2::after { content: ""; display: block; width: 38px; height: 2px; margin-top: 9px; border-radius: 999px; background: linear-gradient(90deg, var(--gold), rgba(217,149,34,0)); }
.footer-grid p, .footer-grid li { font-size: .9rem; color: rgba(255,255,255,.78); }
.footer-grid ul { padding: 0; list-style: none; margin: 0; display: grid; gap: 8px; }
.footer-grid a { color: rgba(255,255,255,.82); }
.footer-grid a:hover { color: white; }
.footer-brand-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.footer-logo {
  display: block;
  width: min(248px, 100%);
  height: auto;
  margin-bottom: 4px;
  filter: drop-shadow(0 16px 28px rgba(0,0,0,.18));
}
.footer-brand-panel p { max-width: 360px; line-height: 1.6; margin: 0; }
.footer-brand-panel__promise {
  display: grid;
  gap: 8px;
  width: min(100%, 360px);
}
.footer-brand-panel__promise span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.9);
  font-size: .88rem;
  font-weight: 850;
}
.footer-brand-panel__promise .icon { width: 18px; height: 18px; color: var(--gold); }
.socials { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 6px; }
.socials a {
  position: relative;
  isolation: isolate;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.2), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.045));
  font-weight: 850;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 16px 32px rgba(0,0,0,.16);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}
.socials a::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,.28), rgba(217,149,34,.52), rgba(255,255,255,.08));
  opacity: 0;
  z-index: -1;
  transition: opacity .2s ease;
}
.socials a::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: inherit;
  background: rgba(0,78,67,.45);
  z-index: -1;
  transition: background .2s ease, transform .2s ease;
}
.social-icon {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
  transition: transform .2s ease;
}
.social-icon--instagram { fill: currentColor; }
.socials a:hover,
.socials a:focus-visible {
  transform: translateY(-3px);
  color: #fff7df;
  border-color: rgba(255,216,145,.56);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 20px 38px rgba(0,0,0,.22), 0 0 0 4px rgba(217,149,34,.08);
}
.socials a:hover::before,
.socials a:focus-visible::before { opacity: 1; }
.socials a:hover::after,
.socials a:focus-visible::after { background: rgba(217,149,34,.22); transform: scale(.92); }
.socials a:hover .social-icon,
.socials a:focus-visible .social-icon { transform: scale(1.08); }
.footer-quote-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: min(100%, 360px);
  min-height: 56px;
  margin-top: 4px;
  padding: 0 12px 0 20px;
  border: 1px solid rgba(255,183,93,.5);
  border-radius: 8px;
  color: white !important;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.24), transparent 30%),
    linear-gradient(135deg, #f7633d 0%, var(--orange) 48%, #c8321b 100%);
  box-shadow: 0 22px 48px rgba(226,59,34,.22), 0 12px 26px rgba(0,0,0,.14);
  font-size: .95rem;
  font-weight: 950;
  letter-spacing: .005em;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.footer-quote-button::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.2) 38%, rgba(255,255,255,.52) 50%, rgba(255,255,255,.18) 62%, transparent 100%);
  transform: translateX(-118%) skewX(-14deg);
  animation: footerQuoteSheen 5.4s ease-in-out infinite;
}
.footer-quote-button::after {
  content: "";
  position: absolute;
  inset: 9px;
  z-index: -2;
  border-radius: 7px;
  border: 1px solid rgba(255,255,255,.16);
  opacity: .78;
}
.footer-quote-button span,
.footer-quote-button b { position: relative; z-index: 1; }
.footer-quote-button b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: inset 0 0 0 6px rgba(255,255,255,.08);
  transition: transform .22s ease, background .22s ease;
}
.footer-quote-button b .icon { width: 17px; height: 17px; stroke-width: 2.5; }
.footer-quote-button:hover,
.footer-quote-button:focus-visible {
  color: white !important;
  transform: translateY(-3px);
  border-color: rgba(255,217,151,.82);
  box-shadow: 0 28px 60px rgba(226,59,34,.3), 0 18px 34px rgba(0,0,0,.18);
}
.footer-quote-button:hover b,
.footer-quote-button:focus-visible b { transform: translateX(3px); background: rgba(255,255,255,.24); }
@keyframes footerQuoteSheen {
  0%, 42% { transform: translateX(-118%) skewX(-14deg); }
  58%, 100% { transform: translateX(118%) skewX(-14deg); }
}
.footer-contact-panel {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: 0 24px 60px rgba(0,0,0,.12);
}
.footer-contact-list { gap: 0; }
.footer-contact-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.11);
}
.footer-contact-list li:first-child { padding-top: 0; }
.footer-contact-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.footer-contact-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.18);
  color: #ffd891;
  box-shadow: inset 0 0 0 6px rgba(255,255,255,.035);
}
.footer-contact-icon .icon { width: 20px; height: 20px; stroke-width: 1.9; }
.footer-contact-list strong { display: block; color: white; font-size: .78rem; font-weight: 950; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 3px; }
.footer-contact-list a, .footer-contact-list span { color: rgba(255,255,255,.9); font-weight: 850; line-height: 1.35; }
.footer-contact-list small { display: block; margin-top: 4px; color: rgba(255,255,255,.64); font-size: .78rem; line-height: 1.38; }
.footer-links-panel li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.35;
}
.footer-links-panel li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(217,149,34,.72);
  box-shadow: 0 0 0 4px rgba(217,149,34,.08);
}
.footer-gas-safe-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
}
.footer-gas-safe-logo {
  display: block;
  width: 118px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 16px 20px rgba(0,0,0,.24));
}
.footer-gas-safe-panel p { margin: 0; line-height: 1.48; }
.footer-gas-safe-panel a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #fff4d6;
  font-size: .88rem;
  font-weight: 900;
}
.footer-gas-safe-panel a .icon { width: 16px; height: 16px; color: var(--gold); }
.footer-bottom {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  font-size: .84rem;
}
.footer-bottom p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.55; }
.footer-bottom nav { display: flex; align-items: center; gap: 30px; white-space: nowrap; }
.footer-bottom nav a,
.footer-bottom nav button {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(255,255,255,.78);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}
.footer-bottom nav a:hover,
.footer-bottom nav button:hover { color: white; }

.cookie-consent {
  position: fixed;
  left: clamp(18px, 2.2vw, 34px);
  bottom: clamp(18px, 2.2vw, 34px);
  z-index: 90;
  width: min(430px, calc(100vw - 36px));
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
}
.cookie-consent.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.cookie-card,
.cookie-centre {
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(0,79,70,.16);
  box-shadow: 0 28px 72px rgba(5,44,39,.22);
}
.cookie-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 24px;
}
.cookie-card::before {
  content: "";
  position: absolute;
  right: -45px;
  top: -45px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(217,149,34,.2) 0 2px, transparent 2px) 0 0 / 14px 14px,
    radial-gradient(circle, rgba(232,244,240,.92), rgba(232,244,240,0) 70%);
}
.cookie-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--green), var(--gold), var(--orange));
}
.cookie-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--green);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cookie-card__mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: linear-gradient(145deg, #eff8f5, #fff);
  border: 1px solid rgba(0,79,70,.12);
  box-shadow: inset 0 0 0 7px rgba(232,244,240,.72);
}
.cookie-card__mark .icon { width: 21px; height: 21px; stroke-width: 2; }
.cookie-card h2,
.cookie-centre h2 {
  position: relative;
  z-index: 1;
  color: var(--green-deep);
  font-size: clamp(1.35rem, 1.8vw, 1.85rem);
  line-height: 1.05;
}
.cookie-card p,
.cookie-centre p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #415a57;
  font-size: .95rem;
  line-height: 1.5;
}
.cookie-card__small { color: var(--muted); font-weight: 700; }
.cookie-card__actions,
.cookie-centre__actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .9fr 1.05fr .9fr;
  gap: 9px;
  margin-top: 18px;
}
.cookie-btn {
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--green-deep);
  background: #fff;
  font: inherit;
  font-size: .86rem;
  font-weight: 900;
  line-height: 1.05;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
}
.cookie-btn:hover,
.cookie-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(5,44,39,.13);
}
.cookie-btn:focus-visible,
.cookie-switch input:focus-visible + span,
.cookie-centre__close:focus-visible,
.footer-bottom nav button:focus-visible,
.cookie-embed-placeholder button:focus-visible,
.whatsapp-button:focus-visible,
.whatsapp-panel__close:focus-visible,
.whatsapp-topic:focus-visible,
.whatsapp-primary:focus-visible,
.back-to-top:focus-visible {
  outline: 3px solid rgba(217,149,34,.32);
  outline-offset: 3px;
}
.cookie-btn--solid {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #f35a37);
  box-shadow: 0 12px 24px rgba(226,59,34,.2);
}
.cookie-btn--green {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--teal));
  box-shadow: 0 12px 24px rgba(0,79,70,.18);
}
.cookie-btn--outline { border-color: rgba(217,149,34,.42); color: var(--green); background: #fffdf8; }
.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}
.cookie-modal.is-open { opacity: 1; visibility: visible; }
.cookie-modal[hidden] { display: none; }
.cookie-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5,44,39,.68);
  backdrop-filter: blur(6px);
}
.cookie-centre {
  position: relative;
  width: min(860px, calc(100vw - 32px));
  max-height: min(840px, calc(100vh - 36px));
  overflow: auto;
  border-radius: 8px;
  padding: clamp(24px, 3vw, 38px);
}
.cookie-modal-open { overflow: hidden; }
.cookie-centre__close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--green);
  background: var(--green-soft);
  cursor: pointer;
}
.cookie-centre__close .icon { width: 20px; height: 20px; stroke-width: 2.4; }
.cookie-centre__header { padding-right: 46px; }
.cookie-centre__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: .8rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cookie-centre__eyebrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 20px 0 0 var(--green), 40px 0 0 var(--orange);
  margin-right: 42px;
}
.cookie-status {
  margin-top: 20px;
  padding: 14px 18px;
  border-radius: 7px;
  border: 1px solid rgba(0,79,70,.12);
  border-left: 5px solid var(--gold);
  background: #fbfaf4;
  color: #344d49;
  font-weight: 750;
}
.cookie-options {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.cookie-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  border: 1px solid #e4eeeb;
  border-radius: 8px;
  padding: 20px;
  background: linear-gradient(135deg, #fff, #fbfdfc);
}
.cookie-option--locked { background: linear-gradient(135deg, #fffdf7, #f7fbf9); }
.cookie-option h3 {
  margin: 0 0 7px;
  color: var(--green-deep);
  font-size: 1.1rem;
  line-height: 1.1;
}
.cookie-option p { margin: 0; font-size: .95rem; }
.cookie-option small {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: .86rem;
}
.cookie-pill {
  min-width: 104px;
  min-height: 40px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  padding: 0 16px;
  color: white;
  background: var(--green);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.cookie-switch {
  min-width: 116px;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--green-deep);
  cursor: pointer;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.cookie-switch input { position: absolute; opacity: 0; pointer-events: none; }
.cookie-switch span {
  position: relative;
  width: 64px;
  height: 36px;
  border-radius: 999px;
  background: #dce8e4;
  box-shadow: inset 0 0 0 2px rgba(0,79,70,.08);
  transition: background .18s ease;
}
.cookie-switch span::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 12px rgba(5,44,39,.18);
  transition: transform .18s ease;
}
.cookie-switch input:checked + span { background: linear-gradient(135deg, var(--green), var(--teal)); }
.cookie-switch input:checked + span::before { transform: translateX(28px); }
.cookie-embed-placeholder {
  position: absolute;
  inset: 22px;
  z-index: 2;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(247,251,249,.92));
  color: var(--green-deep);
  text-align: center;
  box-shadow: 0 24px 60px rgba(5,44,39,.18);
  backdrop-filter: blur(10px);
}
.cookie-embed-placeholder span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: var(--green-soft);
}
.cookie-embed-placeholder span .icon { width: 26px; height: 26px; }
.cookie-embed-placeholder h3 { font-size: 1.3rem; }
.cookie-embed-placeholder p { max-width: 330px; color: var(--muted); }
.cookie-embed-placeholder button {
  min-height: 44px;
  border: 0;
  border-radius: 7px;
  padding: 0 18px;
  color: white;
  background: linear-gradient(135deg, var(--green), var(--teal));
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.cookie-embed-placeholder.is-hidden { display: none; }
[data-cookie-embed]:not([src]) { opacity: 0; }
.contact-map-showcase .cookie-embed-placeholder { max-width: 420px; inset: auto 30px 230px 30px; margin: auto; }
.gg-scroll-progress {
  --gg-scroll-progress: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 4px;
  pointer-events: none;
  opacity: 0;
  transform: scaleX(var(--gg-scroll-progress));
  transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--green-deep) 0%, var(--green) 32%, var(--gold) 62%, var(--orange) 82%, var(--red) 100%);
  box-shadow: 0 8px 20px rgba(217,149,34,.18), 0 1px 0 rgba(255,255,255,.38);
  transition: opacity .22s ease;
}
.gg-scroll-progress.is-active { opacity: .96; }
html.gg-reveal-ready [data-gg-reveal] {
  --gg-reveal-y: 14px;
  opacity: .001;
  transform: translate3d(0, var(--gg-reveal-y), 0);
  transition:
    opacity .86s cubic-bezier(.22, 1, .36, 1),
    transform 1s cubic-bezier(.16, 1, .3, 1);
  transition-delay: var(--gg-reveal-delay, 0ms);
  will-change: opacity, transform;
}
html.gg-reveal-ready [data-gg-reveal="hero"] { --gg-reveal-y: 10px; }
html.gg-reveal-ready [data-gg-reveal="section"] { --gg-reveal-y: 12px; }
html.gg-reveal-ready [data-gg-reveal="panel"] { --gg-reveal-y: 16px; }
html.gg-reveal-ready [data-gg-reveal="item"] { --gg-reveal-y: 12px; }
html.gg-reveal-ready [data-gg-reveal="media"] { --gg-reveal-y: 18px; }
html.gg-reveal-ready [data-gg-reveal].is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
html.gg-reveal-ready [data-gg-reveal].is-reveal-complete { will-change: auto; }
.whatsapp-widget {
  position: fixed;
  right: clamp(18px, 2vw, 34px);
  bottom: clamp(104px, 7.2vw, 126px);
  z-index: 76;
  display: grid;
  justify-items: end;
  gap: 14px;
  pointer-events: none;
}
.whatsapp-widget * { box-sizing: border-box; }
.whatsapp-panel {
  width: min(390px, calc(100vw - 36px));
  overflow: hidden;
  border: 1px solid rgba(0,79,70,.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(248,253,251,.98)),
    radial-gradient(circle at 100% 0, rgba(217,149,34,.12), transparent 42%);
  color: var(--ink);
  box-shadow: 0 28px 76px rgba(5,44,39,.24);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(.98);
  transform-origin: right bottom;
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  pointer-events: auto;
}
.whatsapp-panel[hidden] { display: none; }
.whatsapp-widget.is-open .whatsapp-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.whatsapp-panel__head {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 14px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(0,79,70,.97), rgba(0,114,99,.96)),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: auto, 44px 100%;
  color: white;
}
.whatsapp-panel__badge {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: inset 0 0 0 7px rgba(255,255,255,.05);
}
.whatsapp-panel__badge svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-panel__head > div > span {
  display: block;
  color: #fff0c8;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.whatsapp-panel__head strong {
  display: block;
  margin-top: 3px;
  font-size: 1.2rem;
  line-height: 1.12;
  font-weight: 950;
}
.whatsapp-panel__close {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  background: rgba(255,255,255,.1);
  cursor: pointer;
}
.whatsapp-panel__close .icon { width: 18px; height: 18px; stroke-width: 2.4; }
.whatsapp-panel__body { padding: 18px; }
.whatsapp-panel__body p {
  margin: 0;
  color: #415a57;
  font-size: .95rem;
  line-height: 1.48;
}
.whatsapp-topic-grid {
  display: grid;
  gap: 9px;
  margin: 16px 0;
}
.whatsapp-topic {
  width: 100%;
  min-height: 52px;
  border: 1px solid #dce9e5;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 11px;
  padding: 9px 12px;
  color: var(--green-deep);
  background: linear-gradient(180deg, #fff, #fbfdfc);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.whatsapp-topic:hover,
.whatsapp-topic:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(217,149,34,.5);
  background: linear-gradient(180deg, #fff, #fffaf0);
  box-shadow: 0 14px 30px rgba(5,44,39,.09);
}
.whatsapp-topic i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--green-soft);
  color: var(--green);
  border: 1px solid #d8ebe5;
}
.whatsapp-topic i .icon { width: 20px; height: 20px; stroke-width: 2; }
.whatsapp-topic strong {
  display: block;
  font-size: .92rem;
  line-height: 1.18;
  font-weight: 950;
}
.whatsapp-topic small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.25;
  font-weight: 700;
}
.whatsapp-topic b { display: grid; place-items: center; color: var(--orange); }
.whatsapp-topic b .icon { width: 16px; height: 16px; stroke-width: 2.5; }
.whatsapp-note {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin-top: 14px;
  padding: 12px;
  border-radius: 8px;
  color: #51452b;
  background: #fff9eb;
  border: 1px solid #f0dbad;
  font-size: .82rem;
  line-height: 1.38;
}
.whatsapp-note .icon {
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 50%;
  color: var(--gold);
  background: white;
  border: 1px solid #f0dbad;
}
.whatsapp-primary {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  color: white;
  background: linear-gradient(135deg, #0b8d62, #006b5f 52%, var(--green-deep));
  box-shadow: 0 18px 34px rgba(0,79,70,.2);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease;
}
.whatsapp-primary:hover,
.whatsapp-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(0,79,70,.24);
}
.whatsapp-primary .icon { width: 18px; height: 18px; stroke-width: 2.4; }
.whatsapp-button {
  position: relative;
  min-height: 62px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 18px 8px 8px;
  color: white;
  background:
    linear-gradient(135deg, #0a8f63 0%, #006b5f 54%, var(--green-deep) 100%);
  box-shadow: 0 20px 44px rgba(5,44,39,.26), inset 0 0 0 1px rgba(255,255,255,.16);
  cursor: pointer;
  overflow: hidden;
  pointer-events: auto;
  transition: transform .18s ease, box-shadow .18s ease;
}
.whatsapp-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.22) 44%, transparent 68%);
  transform: translateX(-120%);
  animation: whatsappSheen 5.5s ease-in-out infinite;
}
.whatsapp-button__icon {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.26);
  box-shadow: inset 0 0 0 7px rgba(255,255,255,.05);
}
.whatsapp-button__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-button__copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1px;
  text-align: left;
}
.whatsapp-button__copy strong { font-size: .98rem; line-height: 1.05; font-weight: 950; }
.whatsapp-button__copy small { color: rgba(255,255,255,.78); font-size: .74rem; line-height: 1.1; font-weight: 750; }
.whatsapp-button:hover,
.whatsapp-button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 26px 54px rgba(5,44,39,.3), inset 0 0 0 1px rgba(255,255,255,.22);
}
.whatsapp-pulse {
  position: absolute;
  inset: -5px;
  border-radius: inherit;
  border: 2px solid rgba(217,149,34,.35);
  animation: whatsappPulse 2.8s ease-in-out infinite;
}
body.has-cookie-banner .whatsapp-widget { bottom: clamp(118px, 8.2vw, 148px); }
@keyframes whatsappSheen {
  0%, 55% { transform: translateX(-120%); }
  75%, 100% { transform: translateX(120%); }
}
@keyframes whatsappPulse {
  0%, 100% { opacity: .28; transform: scale(.98); }
  50% { opacity: .75; transform: scale(1.04); }
}
.back-to-top {
  position: fixed;
  right: clamp(18px, 2vw, 34px);
  bottom: clamp(18px, 2vw, 34px);
  z-index: 70;
  width: 74px;
  height: 74px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding: 0;
  color: white;
  background: radial-gradient(circle at 34% 24%, #f3b24a, var(--orange) 42%, var(--green) 100%);
  box-shadow: 0 20px 40px rgba(5,44,39,.28), inset 0 0 0 2px rgba(255,255,255,.5);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px) scale(.9);
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease, box-shadow .22s ease;
}
.back-to-top::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 2px solid rgba(255,255,255,.56);
  border-radius: inherit;
}
.back-to-top::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 8px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #ffe0a6;
  box-shadow: -44px 36px 0 -5px rgba(255,255,255,.32);
}
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.back-to-top:hover,
.back-to-top:focus-visible {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 26px 52px rgba(5,44,39,.32), inset 0 0 0 2px rgba(255,255,255,.68);
}
.back-to-top__halo {
  position: absolute;
  inset: -7px;
  border: 2px dashed rgba(217,149,34,.34);
  border-radius: inherit;
}
.back-to-top__icon,
.back-to-top__label { position: relative; z-index: 1; }
.back-to-top__icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-top: 5px;
}
.back-to-top__icon .icon { width: 30px; height: 30px; stroke-width: 2.8; }
.back-to-top__label {
  align-self: start;
  margin-top: -6px;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 1320px) {
  .service-card-grid { grid-template-columns: repeat(5, 1fr); }
  .page-services .service-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .page-services .service-card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .page-services .service-card-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .area-card-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 1280px) {
  .site-header__inner { position: relative; grid-template-columns: auto 1fr auto auto; min-height: 92px; gap: 16px; }
  .brand img { width: 220px; }
  .header-navigation { position: static; justify-self: stretch; }
  .main-nav { position: absolute; left: 0; right: 0; top: calc(100% - 4px); z-index: 50; display: none; flex-direction: column; align-items: stretch; gap: 8px; max-height: calc(100vh - 118px); overflow: auto; padding: 16px; border-radius: 8px; background: rgba(255,255,255,.98); border: 1px solid var(--line); box-shadow: 0 28px 70px rgba(5,44,39,.18); font-size: .92rem; }
  .main-nav.open { display: flex; }
  .main-nav__item { width: 100%; display: block; }
  .main-nav__link { justify-content: space-between; min-height: 48px; width: 100%; padding: 0 16px; border-radius: 8px; }
  .main-nav__link:hover,
  .main-nav__item:focus-within > .main-nav__link { transform: none; }
  .nav-caret {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    border: 1px solid #d6e8e3;
    border-radius: 50%;
    background: #f4fbf8;
  }
  .nav-caret::before,
  .nav-caret::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform .18s ease, opacity .18s ease;
  }
  .nav-caret::after { transform: rotate(90deg); }
  .main-nav__item--has-mega.is-open .nav-caret::after { transform: rotate(90deg) scaleX(0); opacity: 0; }
  .main-nav__item--has-mega:hover .mega-menu,
  .main-nav__item--has-mega:focus-within .mega-menu {
    transform: none;
  }
  .main-nav__item--has-mega::after { display: none !important; }
  .mega-menu {
    position: static;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    transition: max-height .25s ease, padding .25s ease;
  }
  .mega-menu::before { display: none; }
  .main-nav__item--has-mega.is-open .mega-menu { max-height: 900px; padding-top: 8px; }
  .mega-menu__header {
    margin: 0 0 8px;
    padding: 12px 12px 6px;
    gap: 10px;
  }
  .mega-menu__lead-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    box-shadow: inset 0 0 0 4px rgba(255,246,229,.76);
  }
  .mega-menu__lead-icon .icon { width: 20px; height: 20px; }
  .mega-menu__header strong { font-size: .98rem; }
  .mega-menu__header small { font-size: .78rem; }
  .mega-menu__grid { grid-template-columns: 1fr; gap: 7px; padding: 0 0 0 18px; border-left: 1px solid #dce9e5; }
  .mega-menu__service {
    min-height: 42px;
    grid-template-columns: 30px minmax(0, 1fr) 15px;
    gap: 10px;
    padding: 7px 10px;
    border-radius: 8px;
    box-shadow: none;
  }
  .mega-menu__service:hover,
  .mega-menu__service:focus-visible { transform: none; box-shadow: none; }
  .mega-menu__service-icon { width: 29px; height: 29px; border-radius: 9px; }
  .mega-menu__service-icon .icon { width: 17px; height: 17px; }
  .mega-menu__service span:nth-child(2) { font-size: .82rem; }
  .mega-menu__all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    margin: 8px 0 0 18px;
    padding: 0 12px;
    border: 1px solid #ddeae6;
    border-radius: 8px;
    background: #fbfdfc;
    color: var(--green);
    font-weight: 900;
  }
  .mega-menu__all .icon { width: 15px; height: 15px; color: var(--orange); }
  .menu-toggle { display: inline-flex; }
  .header-actions .header-call { display: none; }
  .header-actions .btn { min-height: 50px; }
}

@media (max-width: 1120px) {
  .boiler-brand-carousel-panel { grid-template-columns: 1fr; gap: 20px; }
  .boiler-brand-carousel-panel__intro p { max-width: 760px; }
  .site-header__inner { position: relative; grid-template-columns: auto 1fr auto auto; min-height: 92px; gap: 16px; }
  .brand img { width: 220px; }
  .header-navigation { position: static; justify-self: stretch; }
  .main-nav { position: absolute; left: 0; right: 0; top: calc(100% - 4px); z-index: 50; display: none; flex-direction: column; align-items: stretch; gap: 8px; padding: 16px; border-radius: 8px; background: rgba(255,255,255,.98); border: 1px solid var(--line); box-shadow: 0 28px 70px rgba(5,44,39,.18); font-size: .92rem; }
  .main-nav.open { display: flex; }
  .main-nav__link { justify-content: space-between; min-height: 48px; padding: 0 16px; border-radius: 8px; }
  .menu-toggle { display: inline-flex; }
  .header-actions .header-call { display: none; }
  .header-actions .btn { min-height: 50px; }
  .mini-card-grid, .feature-row, .value-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-row { border: 0; gap: 16px; background: transparent; }
  .mini-feature { border: 1px solid var(--line); border-radius: 8px; }
  .why-choose-section { padding: 64px 0; }
  .why-choose-layout { grid-template-columns: 1fr; gap: 22px; }
  .why-choose-intro { min-height: 0; }
  .why-choose-proof { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; border-top: 0; margin-top: 12px; }
  .why-choose-proof li { display: block; padding: 0 0 0 16px; border-bottom: 0; border-left: 1px solid rgba(255,255,255,.18); }
  .why-choose-proof strong { margin-bottom: 8px; }
  .home-boiler-panel { grid-template-columns: minmax(260px, 340px) minmax(0, 1fr); padding: 26px; gap: 24px; }
  .home-boiler-panel__media { min-height: 320px; }
  .home-boiler-panel__media img { min-height: 320px; }
  .home-boiler-panel__copy { max-width: 880px; }
  .home-boiler-process { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .boiler-panel { grid-template-columns: 1fr; }
  .boiler-panel img { height: 280px; }
  .pill-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .home-service-showcase__header { grid-template-columns: 1fr; align-items: start; }
  .home-service-showcase__link { justify-self: start; }
  .home-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gas-safe-registration-card {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    grid-template-areas:
      "mark content"
      "note content";
    align-items: stretch;
    gap: 18px;
    padding: 26px;
  }
  .gas-safe-registration-card__content ul { grid-template-columns: 1fr; gap: 10px; }
  .gas-safe-registration-card__content li { min-height: 0; }
  .gas-safe-registration-card__note { min-height: 0; padding: 20px; }
  .gas-safe-registration-card__note p { max-width: none; }
  .service-card-grid { grid-template-columns: repeat(3, 1fr); }
  .page-services .service-card-grid, .page-services .service-card-grid--four { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .page-services .service-card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .page-services .service-with-cta--air { grid-template-columns: 1fr; }
  .service-overview-card, .category-panel__head { grid-template-columns: 1fr; align-items: start; }
  .coverage-shell { grid-template-columns: 1fr; }
  .coverage-map-card, .coverage-map-frame iframe { min-height: 560px; }
  .contact-coverage-card { grid-template-columns: 1fr; }
  .contact-map-showcase, .contact-map-showcase iframe { min-height: 520px; }
  .service-tabs--directory { grid-template-columns: repeat(2, 1fr); }
  .service-insight-card { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-side { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legal-hero__points { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-credentials-panel, .about-values-shell, .about-services-header { grid-template-columns: 1fr; }
  .about-credentials-grid, .about-values-grid, .about-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .value-card--about, .value-card--feature, .about-values-grid .value-card--about:nth-child(2), .about-service-card, .about-service-card--featured, .about-service-grid .about-service-card:nth-child(2) { grid-column: auto; }
  .hero--home { --home-hero-height: 720px; min-height: var(--home-hero-height); padding: 96px 0 82px; }
  .hero-copy--home { max-width: 760px; padding: 0; }
  .home-intro-layout { grid-template-columns: 1fr; grid-template-areas: "copy" "image" "trust"; gap: 20px; }
  .home-intro-card { min-height: 0; }
  .home-intro-image { aspect-ratio: 16 / 7.5; min-height: 320px; }
  .home-intro-trust { width: 100%; margin-top: 0; }
  .trust-strip.trust-strip--home { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .trust-strip.trust-strip--home .trust-item { min-height: 124px; }
  .service-hero-main { grid-template-columns: 1fr; gap: 28px; }
  .service-hero-media-panel { justify-self: start; max-width: 720px; }
  .service-hero-bottom { grid-template-columns: 1fr; grid-template-areas: "content" "points" "action"; }
  .service-hero-action-card .hero-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-strip--service-hero { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .trust-strip--service-hero .trust-item { border-bottom: 0; }
  .trust-strip--service-hero .trust-item:nth-child(2n) { border-right: 1px solid var(--line); }
  .trust-strip--service-hero .trust-item:last-child { border-right: 0; }
  .cta-band__inner { grid-template-columns: 1fr; }
  .cta-band__content { max-width: none; }
  .cta-band__panel { justify-self: stretch; min-width: 0; }
  .cta-band__actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-brand-panel, .footer-contact-panel { grid-column: span 1; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 32px, 1180px); }
  .top-bar__inner { flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 8px; padding: 9px 0; }
  .top-bar__contacts { gap: 8px; }
  .top-link { min-height: 30px; padding: 0 10px; font-size: .86rem; }
  .top-bar__emergency { justify-content: flex-start; margin-left: 0; width: 100%; text-align: left; font-size: .86rem; }
  .site-header__inner { min-height: 82px; grid-template-columns: auto 1fr auto; gap: 12px; }
  .brand img { width: 190px; }
  .header-actions { display: none; }
  .main-nav { top: calc(100% - 2px); padding: 14px; }
  .main-nav__link { min-height: 44px; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hero--service-detail { padding: 38px 0 42px; }
  .service-hero-main { grid-template-columns: 1fr; gap: 28px; }
  .service-hero-copy { padding: 0; }
  .hero--service-detail .hero-media { justify-self: start; width: min(100%, 720px); height: auto; min-height: 0; aspect-ratio: 16 / 9; margin: 0; }
  .page-services .hero-grid { grid-template-columns: 1fr; gap: 0; min-height: auto; }
  .hero-copy { padding: 42px 0 24px; }
  .page-home .hero-copy { padding: 0; }
  .hero--home { --home-hero-height: 690px; min-height: var(--home-hero-height); padding: 84px 0 74px; }
  .home-hero-background img { object-position: 68% center; }
  .hero--home::before { background: linear-gradient(90deg, rgba(0,37,32,.98) 0%, rgba(0,48,42,.9) 38%, rgba(0,54,47,.62) 65%, rgba(0,0,0,.2) 100%), linear-gradient(180deg, rgba(0,0,0,.34) 0%, rgba(0,0,0,.1) 48%, rgba(0,0,0,.24) 100%); }
  .page-services .hero-copy .eyebrow { max-width: 100%; white-space: normal; }
  .hero-media { min-height: 280px; margin: 0 -16px; }
  .hero-media::before { display: none; }
  .hero--home .hero-media, .hero--service-detail .hero-media { min-height: 0; margin: 0; box-shadow: 0 22px 54px rgba(5,44,39,.12); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); max-width: none; }
  .service-hero-points { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: none; }
  .service-hero-points article { grid-template-columns: 38px minmax(0, 1fr); align-items: center; min-height: 0; }
  .boiler-panel, .service-with-cta, .story-grid, .choose-homeowners, .coverage-grid, .contact-grid, .map-grid, .split-section__grid, .service-detail-grid, .service-proof-grid, .service-bottom-grid, .feedback-faq-grid, .service-highlight-card, .service-insight-card, .service-overview-card, .category-panel__head, .google-reviews-widget, .home-google-review-widget__main { grid-template-columns: 1fr; }
  .service-detail-grid { grid-template-areas: "included" "image" "benefits" "process"; }
  .service-detail-grid .detail-card { min-height: 0; }
  .detail-card--image { min-height: 0; }
  .detail-card--image .detail-card__media { aspect-ratio: 16 / 9; min-height: 320px; margin: 0; }
  .detail-card--process { grid-template-columns: 1fr; padding: 28px; }
  .detail-card--process .detail-kicker,
  .detail-card--process h2,
  .detail-card--process .detail-card__lead,
  .detail-card--process .detail-card__assurance,
  .step-list { grid-column: 1; grid-row: auto; }
  .step-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step-list li { min-height: 0; }
  .tick-list--included, .benefit-list, .step-list { flex: none; grid-auto-rows: auto; }
  .service-choice-panel, .service-highlight-card { min-height: 0; }
  .service-highlight-card__media img { min-height: 320px; }
  .related-card-grid { grid-template-columns: 1fr; max-width: 680px; margin: 0 auto; }
  .related-service-card { min-height: 0; }
  .feedback-faq-section { padding: 54px 0; }
  .feedback-panel, .faq-panel { padding: 0; }
  .service-insight-section { padding: 60px 0; }
  .service-insight-card { gap: 30px; }
  .form-head { flex-direction: column; }
  .form-badge { align-self: flex-start; }
  .why-choose-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-card--1, .why-card--6 { grid-column: 1 / -1; }
  .why-card--6 { grid-template-columns: auto minmax(0, 1fr); }
  .why-card--6 .why-card__number { grid-column: 2; grid-row: 1; justify-self: end; align-self: start; }
  .why-card--6 h3 { grid-column: 2; }
  .why-card--6 p { grid-column: 2; }
  .home-boiler-quote-section { padding: 52px 0; }
  .home-boiler-panel { grid-template-columns: 1fr; }
  .home-boiler-panel__media { height: auto; min-height: 300px; aspect-ratio: 16 / 9; }
  .home-boiler-panel__media img { height: 100%; min-height: 0; }
  .home-boiler-panel__assurance { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-coverage-content { padding: 28px; }
  .contact-coverage-cta { grid-template-columns: 1fr; }
  .contact-coverage-cta .btn { justify-self: start; }
  .coverage-panel { padding: 28px; }
  .location-group { grid-template-columns: 1fr; }
  .page-services .service-with-cta--air .quote-card--services { grid-template-columns: 1fr; }
  .page-services .service-with-cta--air .quote-card--services img { height: auto; min-height: 0; aspect-ratio: 16 / 9; }
  .page-services .service-with-cta--air .quote-card--services div { grid-template-columns: 1fr; }
  .page-services .service-with-cta--air .quote-card--services .btn { justify-self: start; white-space: normal; }
  .process, .process--compact, .service-tabs, .pill-row, .stats-grid, .area-card-grid, .rating-panel { grid-template-columns: repeat(2, 1fr); }
  .overview-metrics, .category-highlights { grid-template-columns: repeat(3, 1fr); }
  .insight-card-grid { grid-template-columns: repeat(2, 1fr); }
  .rating-panel > article { border-right: 0; padding-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
  .rating-panel > article:last-child { border-bottom: 0; padding-bottom: 0; }
  .review-grid, .split-section .review-grid { grid-template-columns: 1fr; }
  .feedback-panel .review-grid, .feedback-faq-grid--home .feedback-panel .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-google-review-widget__features { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand-panel, .footer-contact-panel { grid-column: 1 / -1; }
  .footer-contact-panel { padding: 22px; }
  .footer-bottom { grid-template-columns: 1fr; align-items: start; padding: 18px 0; }
  .footer-bottom nav { flex-wrap: wrap; gap: 14px 24px; white-space: normal; }
  .cookie-card__actions, .cookie-centre__actions { grid-template-columns: 1fr; }
  .cookie-option { grid-template-columns: 1fr; }
  .cookie-switch { grid-template-columns: auto minmax(0, 1fr); justify-items: start; align-items: center; min-width: 0; }
  .cookie-switch em { font-style: normal; }
  .contact-map-showcase .cookie-embed-placeholder { inset: 24px; max-width: none; }
}

@media (max-width: 620px) {
  .boiler-brand-carousel-section { padding: 4px 0 34px; }
  .boiler-brand-carousel-panel { padding: 22px 16px; }
  .boiler-brand-carousel::before,
  .boiler-brand-carousel::after { width: 44px; }
  .boiler-brand-carousel__track { gap: 12px; animation-duration: 30s; }
  .boiler-brand-carousel__item { flex-basis: 170px; height: 78px; padding: 14px 18px; }
  .boiler-brand-carousel__item img { max-width: 132px; max-height: 42px; }
  h1 { font-size: 2.25rem; }
  .top-bar__inner { gap: 7px; padding: 8px 0; }
  .top-bar__contacts { display: flex; gap: 6px; }
  .top-bar__contacts .top-link:nth-child(3) { order: 2; }
  .top-bar__contacts .top-link:nth-child(2) { order: 3; flex: 1 1 100%; width: 100%; }
  .top-link { min-height: 26px; padding: 0 8px; font-size: .78rem; }
  .top-link span { width: 19px; height: 19px; }
  .top-link .icon { width: 12px; height: 12px; }
  .top-bar__emergency { font-size: .78rem; }
  .site-header__inner { min-height: 78px; }
  .brand img { width: 172px; }
  .menu-toggle { width: 48px; height: 48px; }
  .hero-actions, .cta-band__actions, .review-tools { flex-direction: column; align-items: stretch; }
  .hero-actions .btn, .cta-band__actions .btn { width: 100%; }
  .trust-strip, .mini-card-grid, .service-card-grid, .process, .process--compact, .feature-row, .pill-row, .stats-grid, .value-grid, .area-card-grid, .rating-panel, .rating-highlights div, .form-grid, .footer-grid, .detail-card--included, .service-bottom-grid .review-grid, .related-services-section .mini-card-grid, .insight-card-grid, .overview-metrics, .category-highlights, .google-reviews-widget, .home-google-review-widget__main, .home-google-review-widget__features { grid-template-columns: 1fr; }
  .google-reviews-widget { padding: 22px; gap: 16px; }
  .home-google-review-widget { padding: 22px; gap: 16px; }
  .home-google-review-widget__header { align-items: flex-start; flex-direction: column; }
  .home-google-review-widget__score { min-height: 0; padding: 22px; }
  .home-google-review-widget__copy { padding: 20px; }
  .home-google-review-widget__cta { width: 100%; }
  .page-services .service-card-grid, .page-services .service-card-grid--three, .page-services .service-card-grid--four { grid-template-columns: 1fr; }
  .page-services .service-card-grid--heating .service-card:first-child { grid-column: auto; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .service-tabs { transform: none; margin-top: 16px; }
  .service-tabs a { justify-content: flex-start; padding: 0 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-tabs--directory { grid-template-columns: 1fr; }
  .service-tabs--directory { gap: 12px; }
  .service-tabs--directory a { min-height: 86px; padding: 16px; border-bottom: 1px solid var(--line); }
  .hero--home { --home-hero-height: 660px; min-height: var(--home-hero-height); padding: 72px 0 64px; }
  .hero-copy--home { padding: 0; }
  .hero-copy--home h1 { font-size: 2.7rem; }
  .legal-hero__points, .legal-side, .legal-list { grid-template-columns: 1fr; }
  .legal-hero__points article { grid-template-columns: 38px minmax(0, 1fr); padding: 13px; }
  .legal-hero__points .icon { width: 38px; height: 38px; padding: 9px; }
  .legal-section, .legal-summary-card, .legal-action-card { padding: 22px; }
  .legal-table th, .legal-table td { padding: 12px; }
  .legal-table { min-width: 620px; }
  .home-hero-kicker { align-items: flex-start; min-height: 0; padding: 8px 12px; border-radius: 8px; line-height: 1.25; }
  .home-hero-standfirst { font-size: 1rem; line-height: 1.55; }
  .home-hero-support { grid-template-columns: 1fr; }
  .home-hero-copy-block { padding: 16px 0 16px 16px; }
  .home-hero-copy-block p { font-size: .96rem; }
  .home-hero-services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-hero-services span { border-radius: 8px; min-height: 42px; }
  .home-hero-services span { white-space: normal; line-height: 1.2; }
  .home-intro-section { padding: 48px 0 28px; }
  .home-intro-layout { gap: 14px; }
  .home-intro-card { min-height: 0; padding: 24px; }
  .home-intro-card h2 { font-size: 2rem; line-height: 1.08; }
  .home-intro-card__copy { gap: 18px; padding-left: 16px; }
  .home-intro-card__copy p { font-size: .98rem; line-height: 1.62; }
  .home-intro-image { min-height: 0; aspect-ratio: 16 / 9; }
  .home-intro-image figcaption { left: 18px; right: 18px; bottom: 18px; }
  .trust-strip.trust-strip--home { grid-template-columns: 1fr; gap: 12px; }
  .trust-strip.trust-strip--home .trust-item {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 0;
    padding: 20px;
    border: 1px solid #d8e8e3;
  }
  .trust-strip.trust-strip--home .trust-item .icon { width: 48px; height: 48px; padding: 11px; border-radius: 14px; }
  .trust-strip.trust-strip--home .trust-item::after { right: 12px; bottom: -7px; font-size: 3.2rem; }
  .hero--home .hero-media, .hero--service-detail .hero-media { height: auto; min-height: 0; aspect-ratio: 16 / 9; margin: 0; box-shadow: 0 18px 42px rgba(5,44,39,.11); }
  .hero-media::after { inset: 9px; }
  .service-hero-shell, .home-hero-shell { gap: 18px; }
  .service-hero-media-proof { grid-template-columns: 1fr; }
  .service-hero-bottom { gap: 12px; }
  .service-hero-content { grid-template-columns: 1fr; }
  .service-hero-content { padding: 18px; }
  .service-hero-action-card { padding: 16px; }
  .service-hero-action-card .hero-actions { grid-template-columns: 1fr; }
  .trust-strip--service-hero { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-strip--service-hero .trust-item { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .trust-strip--service-hero .trust-item:nth-child(2n) { border-right: 0; }
  .trust-strip--service-hero .trust-item:nth-last-child(-n+2) { border-bottom: 0; }
  .home-service-showcase { padding: 48px 0 56px; }
  .home-service-showcase__header { margin-bottom: 22px; }
  .home-service-showcase__header p { font-size: .98rem; }
  .home-service-grid { grid-template-columns: 1fr; gap: 16px; }
  .gas-safe-registration-section { padding: 46px 0; }
  .gas-safe-registration-card {
    grid-template-columns: 1fr;
    grid-template-areas: "content" "mark" "note";
    gap: 14px;
    padding: 18px;
  }
  .gas-safe-registration-card__mark { min-height: 0; padding: 20px; border-right: 0; border-bottom: 0; }
  .gas-safe-registration-card__content { padding: 0; }
  .gas-safe-registration-card__note { grid-template-columns: 1fr; padding: 20px; }
  .home-service-card { min-height: 355px; }
  .home-service-card > a { min-height: 355px; padding: 24px; }
  .home-service-card__top { margin-bottom: 20px; }
  .home-service-card__icon { width: 58px; height: 58px; border-radius: 18px; }
  .home-service-card__icon .icon { width: 28px; height: 28px; }
  .home-service-card__number { font-size: 3.25rem; }
  .gas-safe-registration-card__logo { width: 136px; }
  .gas-safe-registration-card__content h2 { font-size: 1.9rem; }
  .gas-safe-registration-card__content p { font-size: .96rem; }
  .gas-safe-registration-card__content ul { grid-template-columns: 1fr; gap: 10px; }
  .gas-safe-registration-card__content li { min-height: 0; grid-template-columns: 32px minmax(0, 1fr); gap: 10px; padding: 13px; font-size: .9rem; }
  .gas-safe-registration-card__content li .icon { width: 32px; height: 32px; padding: 7px; }
  .gas-safe-registration-card__note a { width: 100%; justify-content: space-between; }
  .why-choose-section { padding: 48px 0; }
  .why-choose-intro { padding: 24px; }
  .why-choose-intro h2 { font-size: 2rem; }
  .why-choose-proof { grid-template-columns: 1fr; gap: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .why-choose-proof li { display: grid; grid-template-columns: minmax(72px, auto) 1fr; gap: 14px; padding: 16px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .why-choose-grid { grid-template-columns: 1fr; gap: 14px; }
  .why-card, .why-card--1, .why-card--6 { grid-column: auto; min-height: 0; }
  .why-card { padding: 22px; }
  .why-card--6 { display: block; }
  .why-card--6 .why-card__top { display: flex; margin-bottom: 22px; }
  .why-card--6 .why-card__icon, .why-card--6 .why-card__number, .why-card--6 h3, .why-card--6 p { grid-column: auto; grid-row: auto; }
  .why-card__top { margin-bottom: 22px; }
  .why-card__icon { width: 56px; height: 56px; border-radius: 16px; }
  .why-card__icon .icon { width: 27px; height: 27px; }
  .home-boiler-quote-section { padding: 42px 0; }
  .home-boiler-panel { padding: 18px; gap: 20px; }
  .home-boiler-panel__media { min-height: 0; }
  .home-boiler-panel__media img { aspect-ratio: 16 / 10; min-height: 0; }
  .home-boiler-panel__copy h2 { font-size: 2rem; }
  .home-boiler-panel__assurance { grid-template-columns: 1fr; margin: 18px 0 20px; }
  .home-boiler-panel__quote { width: 100%; justify-content: space-between; min-height: 58px; white-space: normal; text-align: left; }
  .home-boiler-process { grid-template-columns: 1fr; gap: 12px; }
  .home-boiler-process article { min-height: 0; padding: 20px 18px; }
  .home-boiler-process i { width: 50px; height: 50px; border-radius: 16px; }
  .boiler-panel { padding: 14px; }
  .quote-card { grid-template-columns: 1fr; }
  .contact-quick-actions, .form-submit-row, .turnstile-field { grid-template-columns: 1fr; }
  .cf-turnstile { justify-content: flex-start; }
  .about-credentials-panel, .about-values-heading, .value-card--about, .about-service-card { padding: 22px; }
  .about-credentials-grid, .about-values-grid, .about-service-grid, .about-services-header { grid-template-columns: 1fr; }
  .about-credentials-grid article { min-height: 0; }
  .about-values-section, .about-services-section { padding: 52px 0; }
  .value-card--about, .about-service-card { min-height: 0; }
  .about-service-card__top span { width: 58px; height: 58px; border-radius: 16px; box-shadow: inset 0 0 0 7px rgba(224,242,237,.65), 0 12px 26px rgba(5,44,39,.08); }
  .about-service-card__top .icon { width: 27px; height: 27px; }
  .about-service-card__top b, .value-card__top b { font-size: 3rem; }
  .contact-method { grid-template-columns: 50px 1fr; gap: 14px; }
  .contact-method > .icon { width: 50px; height: 50px; padding: 13px; border-radius: 16px; }
  .contact-assurance { grid-template-columns: 38px 1fr; }
  .contact-assurance .icon { width: 38px; height: 38px; padding: 9px; }
  .contact-map-showcase, .contact-map-showcase iframe { min-height: 500px; }
  .contact-map-panel { left: 14px; right: 14px; bottom: 14px; padding: 18px; }
  .contact-map-stats, .contact-zone ul { grid-template-columns: 1fr; }
  .contact-coverage-content { padding: 22px; }
  .contact-zone { padding: 16px; }
  .contact-coverage-cta > div { grid-template-columns: 1fr; }
  .contact-coverage-cta .btn { width: 100%; }
  .coverage-panel { padding: 22px; }
  .coverage-map-card, .coverage-map-frame iframe { min-height: 480px; }
  .coverage-map-overlay { left: 14px; right: 14px; bottom: 14px; padding: 18px; }
  .coverage-stats, .location-group ul { grid-template-columns: 1fr; }
  .location-group { padding: 18px; }
  .coverage-note { grid-template-columns: 1fr; }
  .coverage-note > .icon { width: 42px; height: 42px; }
  .detail-card__copy, .detail-card--benefits, .detail-card--process { padding: 22px; }
  .service-hero-label { white-space: normal; line-height: 1.25; padding: 7px 11px; }
  .service-hero-standfirst { font-size: 1.05rem; }
  .service-hero-intro, .service-hero-content p { font-size: .98rem; }
  .service-hero-content { padding-left: 14px; }
  .service-hero-points { grid-template-columns: 1fr; gap: 10px; }
  .service-hero-points article { grid-template-columns: 40px minmax(0, 1fr); min-height: 0; padding: 14px; }
  .service-hero-points b { width: 40px; height: 40px; }
  .detail-card__lead { font-size: .94rem; margin-bottom: 16px; }
  .detail-card__assurance { grid-template-columns: 34px 1fr; padding: 12px; font-size: .88rem; }
  .detail-card__assurance .icon { width: 34px; height: 34px; padding: 8px; }
  .detail-card__media { margin: 0; border-radius: 0; box-shadow: none; }
  .detail-card__media img { min-height: 230px; }
  .detail-card__media figcaption { left: 14px; right: 14px; bottom: 14px; }
  .tick-list--included, .benefit-list { grid-template-columns: 1fr; }
  .benefit-list li { grid-template-columns: 38px 1fr; }
  .benefit-list b { width: 38px; height: 38px; }
  .step-list { grid-template-columns: 1fr; }
  .step-list li { grid-template-columns: 30px 44px minmax(0, 1fr); grid-template-rows: auto; gap: 11px; padding: 12px; }
  .step-list li::after { left: 27px; }
  .step-list li > span { width: 30px; height: 30px; }
  .step-list li div { grid-column: auto; }
  .process-icon { width: 44px; height: 44px; border-radius: 14px; box-shadow: inset 0 0 0 5px rgba(224,242,237,.72), 0 10px 20px rgba(5,44,39,.07); }
  .process-icon .icon { width: 22px; height: 22px; }
  .service-choice-panel, .service-highlight-card__copy { padding: 22px; }
  .service-choice-panel a { padding-top: 18px; }
  .service-highlight-card h2 { font-size: 2rem; }
  .proof-location-row { gap: 7px; margin: 18px 0 16px; }
  .proof-location-row span { min-height: 29px; padding: 0 9px; font-size: .78rem; }
  .service-highlight-card__media img { min-height: 260px; }
  .service-highlight-card__media figcaption { left: 14px; right: 14px; bottom: 14px; }
  .related-services-section { padding: 48px 0 56px; }
  .related-service-card > a { padding: 24px; }
  .related-service-card__top { margin-bottom: 20px; }
  .related-service-card__icon { width: 58px; height: 58px; border-radius: 16px; box-shadow: inset 0 0 0 7px rgba(224,242,237,.65), 0 12px 26px rgba(5,44,39,.08); }
  .related-service-card__icon .icon { width: 27px; height: 27px; }
  .related-service-card__number { font-size: 3rem; }
  .related-service-card__cta { margin-top: 20px; }
  .feedback-faq-section { padding: 44px 0 50px; }
  .feedback-panel, .faq-panel { padding: 0; }
  .feedback-panel .review-grid, .feedback-faq-grid--home .feedback-panel .review-grid { grid-template-columns: 1fr; }
  .review-summary-card { grid-template-columns: 1fr; gap: 18px; padding: 22px; }
  .review-summary-card__score { padding-right: 0; padding-bottom: 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .review-summary-card__score strong { font-size: 2.8rem; }
  .review-card { padding: 22px; min-height: 0; }
  .review-card__top { flex-direction: column; align-items: flex-start; gap: 8px; }
  .review-card__quote { right: 18px; top: 78px; font-size: 4.4rem; }
  .reviewer { grid-template-columns: 42px 1fr; row-gap: 10px; }
  .reviewer em { grid-column: 2; justify-self: start; }
  .faq-item summary { min-height: 64px; grid-template-columns: 38px minmax(0, 1fr) 34px; gap: 11px; padding: 0 12px 0 14px; }
  .faq-item summary b { width: 36px; height: 36px; font-size: .7rem; }
  .faq-item summary i { width: 34px; height: 34px; }
  .faq-item__answer { padding: 0 16px 16px 63px; }
  .faq-panel__support { grid-template-columns: 54px minmax(0, 1fr); gap: 14px; min-height: 0; padding: 18px; }
  .faq-panel__support-icon { width: 54px; height: 54px; box-shadow: inset 0 0 0 6px rgba(255,255,255,.04), 0 12px 24px rgba(0,0,0,.16); }
  .faq-panel__support-icon .icon { width: 25px; height: 25px; }
  .faq-panel__support-copy strong { font-size: 1.08rem; }
  .faq-panel__support-copy span { font-size: .9rem; }
  .faq-panel__support-cta { grid-column: 1 / -1; width: 100%; min-height: 46px; }
  .service-insight-section { padding: 48px 0; }
  .service-insight-card { padding: 0; }
  .service-insight-note { padding: 18px; }
  .insight-point { min-height: 0; padding: 24px; }
  .insight-point__top { margin-bottom: 20px; }
  .insight-point__icon { width: 58px; height: 58px; border-radius: 16px; box-shadow: inset 0 0 0 7px rgba(224,242,237,.65), 0 12px 26px rgba(5,44,39,.08); }
  .insight-point__icon .icon { width: 27px; height: 27px; }
  .insight-point b { font-size: 3rem; }
  .local-strip__grid { grid-template-columns: 1fr; }
  .local-strip article { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 16px; }
  .emergency-panel { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .where-card ul { grid-template-columns: 1fr; }
  .cta-band { padding: 0 0 24px; }
  .cta-band__inner { min-height: 0; padding: 24px 20px; gap: 22px; }
  .cta-band h2 { font-size: 1.9rem; }
  .cta-band p { font-size: .98rem; }
  .cta-band__trust { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .cta-band__trust li { justify-content: flex-start; border-radius: 8px; padding: 8px 10px; }
  .cta-band__panel { padding: 14px; }
  .cta-band__call, .cta-band__quote { min-height: 54px; white-space: normal; }
  .cta-band__quote .icon { width: 28px; height: 28px; }
  .cta-flame { right: 14px; bottom: -24px; }
  .cta-flame .icon { width: 92px; height: 92px; }
  .contact-details, .enquiry-form, .detail-card, .service-category-panel, .service-overview-card, .services-process-card { padding: 22px; }
  .footer-grid { gap: 18px; }
  .footer-brand-panel, .footer-contact-panel, .footer-gas-safe-panel { padding-inline: 0; }
  .footer-logo { width: min(230px, 100%); }
  .footer-contact-panel, .footer-gas-safe-panel { padding: 20px; }
  .footer-contact-list li { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; }
  .footer-contact-icon { width: 38px; height: 38px; }
  .footer-contact-icon .icon { width: 18px; height: 18px; }
  .footer-gas-safe-logo { width: 108px; }
  .footer-bottom { gap: 14px; font-size: .78rem; }
  .footer-bottom nav { gap: 12px 16px; flex-wrap: wrap; }
  .cookie-consent { left: 14px; right: 14px; bottom: 86px; width: auto; }
  .cookie-card { padding: 20px 18px 22px; }
  .cookie-card h2 { font-size: 1.32rem; }
  .cookie-card p { font-size: .92rem; }
  .cookie-card__top { font-size: .72rem; }
  .cookie-card__mark { width: 38px; height: 38px; }
  .cookie-modal { align-items: end; padding: 12px; }
  .cookie-centre { width: 100%; max-height: calc(100vh - 24px); padding: 24px 18px; }
  .cookie-centre__header { padding-right: 42px; }
  .cookie-option { padding: 17px; }
  .cookie-embed-placeholder { inset: 16px; padding: 20px; }
  .cookie-embed-placeholder span { width: 48px; height: 48px; }
  .cookie-embed-placeholder h3 { font-size: 1.12rem; }
  .cookie-embed-placeholder p { font-size: .9rem; }
  .back-to-top { right: 18px; bottom: 18px; width: 58px; height: 58px; }
  body.has-cookie-banner .back-to-top { bottom: 338px; }
  .back-to-top::before { inset: 7px; }
  .back-to-top::after { width: 14px; height: 14px; right: 4px; top: 6px; }
  .back-to-top__halo { inset: -5px; }
  .back-to-top__icon { width: 27px; height: 27px; margin-top: 4px; }
  .back-to-top__icon .icon { width: 24px; height: 24px; }
  .back-to-top__label { font-size: .62rem; margin-top: -5px; }
  .whatsapp-widget { right: 18px; bottom: 90px; }
  body.has-cookie-banner .whatsapp-widget { bottom: 406px; }
  .whatsapp-panel { width: calc(100vw - 28px); }
  .whatsapp-panel__head { grid-template-columns: 48px minmax(0, 1fr) 36px; padding: 16px; gap: 12px; }
  .whatsapp-panel__badge { width: 48px; height: 48px; }
  .whatsapp-panel__badge svg { width: 27px; height: 27px; }
  .whatsapp-panel__body { padding: 16px; }
  .whatsapp-topic { min-height: 50px; grid-template-columns: 36px minmax(0, 1fr) 16px; padding: 8px 10px; }
  .whatsapp-topic i { width: 36px; height: 36px; border-radius: 11px; }
  .whatsapp-button {
    width: 62px;
    height: 62px;
    min-height: 62px;
    padding: 7px;
    justify-content: center;
  }
  .whatsapp-button__copy { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .whatsapp-button__icon { width: 48px; height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-consent,
  .cookie-modal,
  .cookie-btn,
  .cookie-switch span,
  .cookie-switch span::before,
  .footer-quote-button,
  .footer-quote-button b,
  .whatsapp-panel,
  .whatsapp-button,
  .whatsapp-topic,
  .whatsapp-primary,
  .back-to-top {
    transition: none;
  }

  .footer-quote-button::before,
  .whatsapp-button::before,
  .whatsapp-pulse {
    animation: none;
  }

  .cookie-btn:hover,
  .cookie-btn:focus-visible,
  .footer-quote-button:hover,
  .footer-quote-button:focus-visible,
  .footer-quote-button:hover b,
  .footer-quote-button:focus-visible b,
  .whatsapp-button:hover,
  .whatsapp-button:focus-visible,
  .whatsapp-topic:hover,
  .whatsapp-topic:focus-visible,
  .whatsapp-primary:hover,
  .whatsapp-primary:focus-visible,
  .back-to-top,
  .back-to-top:hover,
  .back-to-top:focus-visible,
  .back-to-top.is-visible {
    transform: none;
  }

  .gg-scroll-progress {
    display: none !important;
  }

  html.gg-reveal-ready [data-gg-reveal],
  html.gg-reveal-ready [data-gg-reveal].is-revealed {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}
