:root {
  --navy-950: #03142f;
  --navy-900: #062554;
  --navy-800: #073b7a;
  --blue-700: #075bc2;
  --blue-500: #1197ed;
  --aqua: #58d7ff;
  --orange: #ff6b00;
  --orange-dark: #e84c00;
  --ink: #071b37;
  --muted: #58708d;
  --line: #d9e8f5;
  --white: #ffffff;
  --off-white: #f5fbff;
  --shadow: 0 24px 70px rgba(0, 34, 79, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.metro-water-page {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.metro-water-landing [hidden] {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

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

.promo-bar {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 22px;
  background: linear-gradient(90deg, #ee4e00, #ff7800);
  color: #fff;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.promo-bar strong {
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.site-header {
  position: relative;
  z-index: 20;
  width: min(1180px, calc(100% - 40px));
  min-height: 94px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px 1fr 220px;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 245px;
  height: 76px;
  overflow: hidden;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-header nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #244768;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--blue-700);
}

.header-call {
  display: flex;
  flex-direction: column;
  text-align: right;
  line-height: 1.2;
}

.header-call span {
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.header-call strong {
  margin-top: 5px;
  font-size: 1.12rem;
  color: var(--navy-800);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.78fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
  min-height: 720px;
  padding: 74px max(32px, calc((100vw - 1180px) / 2)) 88px;
  background:
    radial-gradient(circle at 8% 20%, rgba(37, 184, 255, 0.28), transparent 30%),
    linear-gradient(135deg, #03162f 0%, #063b78 56%, #087ac8 100%);
  color: #fff;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(116, 221, 255, 0.27);
  border-radius: 50%;
}

.hero::before {
  width: 520px;
  height: 520px;
  left: -270px;
  bottom: -250px;
  box-shadow:
    0 0 0 42px rgba(69, 202, 255, 0.06),
    0 0 0 96px rgba(69, 202, 255, 0.035);
}

.hero::after {
  width: 180px;
  height: 180px;
  right: 38%;
  top: -80px;
  box-shadow: 0 0 0 32px rgba(69, 202, 255, 0.05);
}

.hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(2px);
}

.hero-glow-one {
  width: 540px;
  height: 120px;
  left: 13%;
  bottom: 6%;
  transform: rotate(-12deg);
  background: linear-gradient(90deg, transparent, rgba(0, 196, 255, 0.28), transparent);
}

.hero-glow-two {
  width: 210px;
  height: 210px;
  right: 2%;
  top: 6%;
  background: rgba(45, 192, 255, 0.12);
  filter: blur(55px);
}

.hero-content {
  position: relative;
  max-width: 690px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #85e5ff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: var(--orange);
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(3.2rem, 5.9vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 9px 22px rgba(0, 9, 26, 0.24);
}

.hero h1 span {
  color: var(--aqua);
}

.hero-lede {
  max-width: 650px;
  margin: 26px 0 0;
  color: #d8efff;
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.67;
}

.complaint-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.complaint-card {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 14px 10px 9px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(3, 21, 49, 0.48);
  backdrop-filter: blur(8px);
  font-size: 0.87rem;
  font-weight: 800;
  text-transform: uppercase;
}

.complaint-number {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  font-size: 1.25rem;
  box-shadow: 0 8px 22px rgba(255, 84, 0, 0.3);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 31px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  padding: 13px 20px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button:focus-visible,
input:focus-visible,
select:focus-visible,
a:focus-visible {
  outline: 3px solid #7de3ff;
  outline-offset: 3px;
}

.button-orange {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 12px 32px rgba(255, 83, 0, 0.28);
}

.button-orange:hover {
  box-shadow: 0 15px 36px rgba(255, 83, 0, 0.36);
}

.button-blue {
  color: #fff;
  background: linear-gradient(135deg, #0577df, #03469b);
  box-shadow: 0 12px 32px rgba(2, 81, 170, 0.24);
}

.button-ghost {
  color: #e6f7ff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.text-link {
  color: #eefaff;
  font-size: 0.93rem;
  font-weight: 700;
}

.text-link span {
  color: var(--aqua);
  font-size: 1.2rem;
}

.micro-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 24px;
  color: #ccecff;
  font-size: 0.75rem;
  font-weight: 700;
}

.price-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 520px;
  justify-self: end;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  color: var(--ink);
  box-shadow: 0 32px 90px rgba(0, 14, 42, 0.37);
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(90deg, var(--orange), #ffad00);
}

.price-card-topline {
  color: var(--orange-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.price-card h2 {
  margin: 11px 0 10px;
  color: var(--navy-950);
  font-size: clamp(1.65rem, 2.3vw, 2.15rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.price-card > p {
  margin: 0 0 21px;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

.lead-form {
  display: grid;
  gap: 13px;
}

.field-row {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: 12px;
}

.lead-form label {
  display: grid;
  gap: 6px;
  color: #294a6b;
  font-size: 0.76rem;
  font-weight: 800;
}

.lead-form input:not([type="checkbox"]),
.lead-form select {
  width: 100%;
  height: 48px;
  border: 1px solid #c8dbe9;
  border-radius: 10px;
  padding: 0 13px;
  color: #102f50;
  background: #fbfdff;
  font-size: 0.95rem;
  font-weight: 500;
}

.lead-form input:hover,
.lead-form select:hover {
  border-color: #78bce9;
}

.consent-row {
  grid-template-columns: 18px 1fr !important;
  align-items: start;
  gap: 9px !important;
  margin-top: 2px;
  color: #6d8094 !important;
  font-size: 0.67rem !important;
  font-weight: 500 !important;
  line-height: 1.45;
}

.consent-row input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: var(--orange);
}

.form-submit {
  width: 100%;
  margin-top: 2px;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-privacy {
  margin: -3px 0 0;
  color: #8291a1;
  font-size: 0.67rem;
  line-height: 1.4;
  text-align: center;
}

.form-privacy a,
.form-error a {
  color: var(--blue-700);
  text-decoration: underline;
}

.form-error {
  margin: 0;
  padding: 10px 12px;
  border-radius: 9px;
  color: #8d2500;
  background: #fff0e8;
  font-size: 0.78rem;
  line-height: 1.45;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.price-reveal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 340px;
  justify-content: center;
  padding: 26px;
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(56, 202, 255, 0.3), transparent 32%),
    linear-gradient(145deg, #041c40, #0752a0);
}

.price-reveal > span {
  color: #9fe7ff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-reveal > strong {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(3rem, 6vw, 4.6rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.price-reveal p {
  margin: 18px 0 0;
  color: #d7efff;
  font-size: 0.82rem;
  line-height: 1.6;
}

.reveal-actions {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.proof-strip {
  position: relative;
  z-index: 4;
  width: min(1180px, calc(100% - 40px));
  margin: -34px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(8, 76, 148, 0.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.proof-strip > div {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 25px;
  border-right: 1px solid var(--line);
}

.proof-strip > div:last-child {
  border-right: 0;
}

.proof-strip strong {
  color: var(--navy-800);
  font-size: 0.97rem;
}

.proof-strip span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.79rem;
}

.offer-preview {
  width: min(1120px, calc(100% - 40px));
  margin: 112px auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(55px, 8vw, 100px);
  align-items: center;
}

.offer-image-wrap {
  position: relative;
  max-width: 440px;
  justify-self: center;
}

.offer-image-wrap::before {
  content: "";
  position: absolute;
  inset: 7% -12% -5%;
  z-index: -1;
  border-radius: 44% 56% 46% 54% / 45% 45% 55% 55%;
  background: linear-gradient(145deg, #c4f2ff, #eefaff);
}

.offer-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border: 8px solid #fff;
  border-radius: 26px;
  box-shadow: 0 28px 75px rgba(2, 56, 115, 0.22);
}

.offer-copy .section-kicker {
  margin-bottom: 16px;
  color: var(--blue-700);
}

.offer-copy h2 {
  max-width: 650px;
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(2.3rem, 4.5vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.offer-copy > p {
  max-width: 680px;
  margin: 23px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.72;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 31px;
  color: #294968;
  line-height: 1.5;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue-700);
  font-size: 0.72rem;
  font-weight: 900;
}

.offer-box {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 22px;
  padding: 15px 22px;
  border-left: 5px solid var(--orange);
  border-radius: 0 12px 12px 0;
  background: #fff4ea;
}

.offer-box span {
  color: #9b4b14;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-box strong {
  margin-top: 3px;
  color: var(--orange-dark);
  font-size: 1.18rem;
}

.section-heading h2,
.data-copy h2,
.finance-copy h2,
.reviews-heading h2,
.faq-heading h2,
.final-cta h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(2.3rem, 4.4vw, 4.15rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.centered-heading {
  max-width: 840px;
  margin: 0 auto 52px;
  text-align: center;
}

.centered-heading .section-kicker {
  justify-content: center;
  color: var(--blue-700);
}

.centered-heading > p,
.faq-heading > p {
  margin: 21px auto 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.72;
}

.decision-section {
  padding: 108px max(24px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 90% 15%, rgba(38, 190, 255, 0.14), transparent 28%),
    var(--off-white);
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.decision-grid article {
  position: relative;
  min-height: 274px;
  overflow: hidden;
  padding: 31px 26px;
  border: 1px solid #d9e9f6;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 42px rgba(0, 61, 124, 0.08);
}

.decision-grid article::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -46px;
  bottom: -52px;
  border-radius: 50%;
  border: 18px solid rgba(40, 179, 239, 0.08);
}

.decision-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #0a7ddb, #064a9c);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 24px rgba(5, 92, 184, 0.2);
}

.decision-grid h3 {
  margin: 24px 0 10px;
  color: var(--navy-900);
  font-size: 1.16rem;
}

.decision-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.data-section {
  display: grid;
  grid-template-columns: minmax(350px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(60px, 8vw, 110px);
  align-items: center;
  padding: 116px max(30px, calc((100vw - 1180px) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 16% 50%, rgba(30, 187, 255, 0.28), transparent 28%),
    linear-gradient(140deg, #02152f, #05346c 60%, #076dad);
}

.data-visual {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
}

.data-drop {
  position: relative;
  z-index: 2;
  width: 270px;
  height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 58% 42% 59% 41% / 67% 44% 56% 33%;
  transform: rotate(45deg);
  color: #fff;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.46), transparent 12%),
    linear-gradient(145deg, #53dcff, #0787dd 48%, #0353a8);
  box-shadow:
    inset -25px -30px 55px rgba(0, 34, 90, 0.24),
    0 35px 75px rgba(0, 7, 29, 0.34);
}

.data-drop > * {
  transform: rotate(-45deg);
}

.data-drop span {
  margin: -18px 0 18px -52px;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.data-drop strong {
  margin: -2px 0 0 10px;
  font-size: 2.8rem;
  line-height: 0.8;
  letter-spacing: -0.06em;
}

.data-drop small {
  margin: 17px 0 0 73px;
  color: #c8f2ff;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.25em;
}

.data-orbit {
  position: absolute;
  border: 1px solid rgba(130, 225, 255, 0.35);
  border-radius: 50%;
}

.data-orbit::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 24px rgba(255, 106, 0, 0.8);
}

.data-orbit-one {
  width: 420px;
  height: 420px;
}

.data-orbit-one::after {
  left: 22px;
  top: 88px;
}

.data-orbit-two {
  width: 520px;
  height: 520px;
  border-color: rgba(130, 225, 255, 0.14);
}

.data-orbit-two::after {
  right: 38px;
  bottom: 104px;
  background: #61ddff;
}

.data-stat {
  position: absolute;
  z-index: 3;
  width: 154px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 13px;
  background: rgba(1, 23, 53, 0.74);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 42px rgba(0, 8, 28, 0.22);
}

.data-stat strong {
  display: block;
  color: #74e1ff;
  font-size: 1.18rem;
}

.data-stat span {
  display: block;
  margin-top: 3px;
  color: #d6f3ff;
  font-size: 0.7rem;
}

.data-stat-one {
  left: 0;
  top: 78px;
}

.data-stat-two {
  right: 0;
  bottom: 88px;
}

.data-copy .section-kicker,
.finance-copy .section-kicker,
.final-cta .section-kicker {
  color: #7be3ff;
}

.data-copy h2,
.finance-copy h2,
.final-cta h2 {
  color: #fff;
}

.data-copy > p {
  margin: 22px 0 26px;
  color: #ccecff;
  line-height: 1.7;
}

.resource-list {
  display: grid;
  gap: 10px;
}

.resource-list a {
  display: grid;
  grid-template-columns: 58px 1fr 24px;
  gap: 14px;
  align-items: center;
  min-height: 78px;
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.resource-list a:hover,
.resource-list a:focus-visible {
  transform: translateX(4px);
  border-color: rgba(125, 227, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
}

.resource-badge {
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(145deg, #0ca5e9, #075db7);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-align: center;
}

.resource-list strong,
.resource-list small {
  display: block;
}

.resource-list strong {
  font-size: 0.9rem;
}

.resource-list small {
  margin-top: 4px;
  color: #b9ddf1;
  font-size: 0.7rem;
  line-height: 1.4;
}

.resource-list b {
  color: #7fe4ff;
  font-size: 1.1rem;
}

.data-note {
  margin-top: 18px !important;
  padding-left: 16px;
  border-left: 3px solid var(--orange);
  color: #a9d0e8 !important;
  font-size: 0.75rem;
}

.finance-section {
  width: min(1180px, calc(100% - 40px));
  margin: 110px auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(50px, 7vw, 92px);
  align-items: center;
  overflow: hidden;
  padding: clamp(42px, 6vw, 72px);
  border-radius: 26px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 10%, rgba(29, 189, 255, 0.32), transparent 35%),
    linear-gradient(135deg, #031631, #063d7c);
  box-shadow: 0 28px 80px rgba(0, 40, 87, 0.2);
}

.finance-copy > p {
  margin: 21px 0 0;
  color: #cce8f8;
  line-height: 1.7;
}

.finance-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.finance-copy > small {
  display: block;
  margin-top: 22px;
  color: #8ebbd7;
  font-size: 0.68rem;
  line-height: 1.55;
}

.finance-steps {
  display: grid;
  gap: 12px;
}

.finance-steps > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.finance-steps span {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--orange);
  font-size: 1.1rem;
  font-weight: 900;
}

.finance-steps strong {
  font-size: 0.96rem;
}

.finance-steps p {
  margin: 5px 0 0;
  color: #bcdcf0;
  font-size: 0.74rem;
  line-height: 1.45;
}

.reviews-section {
  padding: 108px max(24px, calc((100vw - 1180px) / 2));
  background: var(--off-white);
}

.reviews-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.reviews-heading .section-kicker,
.faq-heading .section-kicker {
  color: var(--blue-700);
}

.review-summary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 34px 0 24px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
}

.google-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #2c69dd;
  background: #f2f7ff;
  font-size: 1.4rem;
  font-weight: 900;
}

.review-summary > div:last-child {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 9px;
  align-items: center;
}

.review-summary strong {
  color: var(--navy-900);
  font-size: 0.9rem;
}

.review-summary span {
  grid-column: 1 / 3;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.65rem;
}

.stars {
  color: #ffad00;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.review-grid article {
  min-height: 218px;
  padding: 24px;
  border: 1px solid #dceaf5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 45px rgba(2, 61, 121, 0.08);
}

.review-card-top {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 11px;
  align-items: center;
}

.review-initial {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #0c85df, #054797);
  font-weight: 900;
}

.review-card-top strong,
.review-card-top small {
  display: block;
}

.review-card-top strong {
  color: var(--navy-900);
  font-size: 0.87rem;
}

.review-card-top small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.64rem;
}

.review-card-top b {
  color: #ffad00;
  font-size: 0.67rem;
  letter-spacing: -0.02em;
}

.review-grid blockquote {
  margin: 25px 0 0;
  color: #294a68;
  font-size: 1rem;
  line-height: 1.64;
}

.faq-section {
  width: min(1040px, calc(100% - 40px));
  margin: 112px auto;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(50px, 8vw, 100px);
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 30px;
}

.faq-heading > p {
  font-size: 0.9rem;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr 34px;
  gap: 18px;
  align-items: center;
  cursor: pointer;
  color: var(--navy-900);
  font-size: 1rem;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary b {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--blue-700);
  background: #ecf7ff;
  font-size: 1.35rem;
  transition: transform 160ms ease;
}

.faq-list details[open] summary b {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: -2px 54px 24px 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  align-items: center;
  padding: 88px max(30px, calc((100vw - 1180px) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 85% 30%, rgba(61, 209, 255, 0.24), transparent 28%),
    linear-gradient(135deg, #03142e, #064c91);
}

.final-cta > div:first-child {
  max-width: 780px;
}

.final-cta p {
  max-width: 730px;
  margin: 20px 0 0;
  color: #c9e9f9;
  line-height: 1.65;
}

.final-actions {
  display: flex;
  flex-direction: column;
  gap: 11px;
  min-width: 230px;
}

footer {
  padding: 62px max(30px, calc((100vw - 1180px) / 2)) 28px;
  color: #aac6dc;
  background: #020e21;
}

.footer-top {
  display: grid;
  grid-template-columns: 250px 1fr 240px;
  gap: 50px;
  align-items: center;
}

.footer-brand {
  height: 90px;
  display: flex;
  align-items: center;
}

.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-top p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.7;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  color: #d8efff;
  font-size: 0.86rem;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.65rem;
}

.mobile-sticky {
  display: none;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 210px 1fr;
  }

  .brand {
    width: 195px;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 58px;
  }

  .hero-content {
    max-width: 760px;
    text-align: center;
    justify-self: center;
  }

  .eyebrow {
    justify-content: center;
  }

  .hero h1,
  .hero-lede {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions,
  .micro-trust {
    justify-content: center;
  }

  .price-card {
    max-width: 680px;
    justify-self: center;
  }

  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-strip > div:nth-child(2) {
    border-right: 0;
  }

  .proof-strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .decision-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .data-section {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .data-visual {
    width: min(560px, 100%);
    min-height: 500px;
    justify-self: center;
  }

  .data-copy {
    max-width: 760px;
    margin: 0 auto;
  }

  .finance-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .finance-section {
    gap: 40px;
  }

  .faq-heading {
    position: static;
    max-width: 720px;
  }

  .final-cta {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .final-actions {
    max-width: 500px;
    flex-direction: row;
  }

  .footer-top {
    grid-template-columns: 220px 1fr;
  }

  .footer-contact {
    grid-column: 1 / 3;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}

@media (max-width: 720px) {
  body.metro-water-page {
    padding-bottom: 66px;
  }

  .promo-bar {
    flex-direction: column;
    gap: 2px;
    min-height: 52px;
    font-size: 0.64rem;
  }

  .promo-bar strong {
    padding-left: 0;
    border-left: 0;
  }

  .site-header {
    width: calc(100% - 28px);
    min-height: 76px;
    grid-template-columns: 170px 1fr;
  }

  .brand {
    width: 165px;
    height: 64px;
  }

  .header-call span {
    display: none;
  }

  .header-call strong {
    font-size: 0.82rem;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    padding: 48px 16px 74px;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .hero-lede {
    font-size: 0.98rem;
  }

  .complaint-grid {
    grid-template-columns: 1fr;
  }

  .complaint-card {
    min-height: 54px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .micro-trust {
    flex-direction: column;
    gap: 7px;
  }

  .price-card {
    padding: 28px 20px;
    border-radius: 19px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    width: calc(100% - 28px);
    margin-top: -28px;
    grid-template-columns: 1fr;
  }

  .proof-strip > div {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-strip > div:last-child {
    border-bottom: 0;
  }

  .offer-preview {
    width: calc(100% - 32px);
    margin: 82px auto;
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .offer-image-wrap {
    max-width: 350px;
  }

  .offer-copy h2 {
    font-size: 2.45rem;
  }

  .decision-section,
  .reviews-section {
    padding: 82px 16px;
  }

  .centered-heading {
    margin-bottom: 36px;
  }

  .decision-grid {
    grid-template-columns: 1fr;
  }

  .decision-grid article {
    min-height: 0;
  }

  .data-section {
    gap: 26px;
    padding: 76px 16px;
  }

  .data-visual {
    min-height: 370px;
    overflow: hidden;
  }

  .data-drop {
    width: 190px;
    height: 235px;
  }

  .data-drop span {
    margin: -10px 0 12px -38px;
  }

  .data-drop strong {
    font-size: 2rem;
  }

  .data-drop small {
    margin: 12px 0 0 51px;
  }

  .data-orbit-one {
    width: 300px;
    height: 300px;
  }

  .data-orbit-two {
    width: 360px;
    height: 360px;
  }

  .data-stat {
    width: 126px;
    padding: 10px 12px;
  }

  .data-stat-one {
    left: 3px;
    top: 38px;
  }

  .data-stat-two {
    right: 3px;
    bottom: 40px;
  }

  .resource-list a {
    grid-template-columns: 50px 1fr 18px;
    gap: 10px;
    padding: 12px;
  }

  .finance-section {
    width: calc(100% - 28px);
    margin: 76px auto;
    padding: 34px 22px;
  }

  .finance-actions,
  .final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .finance-actions .button,
  .final-actions .button {
    width: 100%;
  }

  .reviews-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-summary {
    width: 100%;
  }

  .review-summary > div:last-child {
    grid-template-columns: 1fr;
  }

  .review-summary span {
    grid-column: 1;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .faq-section {
    width: calc(100% - 32px);
    margin: 82px auto;
    gap: 38px;
  }

  .faq-list details p {
    margin-right: 0;
  }

  .final-cta {
    padding: 76px 16px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-brand {
    width: 220px;
  }

  .footer-contact {
    grid-column: auto;
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .reveal-actions {
    width: 100%;
    flex-direction: column;
  }

  .mobile-sticky {
    position: fixed;
    z-index: 99;
    inset: auto 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 62px;
    padding: 7px;
    gap: 7px;
    background: rgba(3, 20, 47, 0.98);
    box-shadow: 0 -10px 30px rgba(0, 18, 45, 0.2);
  }

  .mobile-sticky a {
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
  }

  .mobile-sticky a:first-child {
    border: 1px solid rgba(255, 255, 255, 0.28);
  }

  .mobile-sticky a:last-child {
    background: var(--orange);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
