:root {
  --navy-950: #03142f;
  --navy-900: #062554;
  --navy-800: #073b7a;
  --blue-700: #075bc2;
  --blue-500: #1197ed;
  --aqua: #69dcff;
  --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);
}

body.metro-ac-template {
  margin: 0;
  min-width: 320px;
  background: #fff;
}

body.metro-ac-template.admin-bar .site-header {
  top: 0;
}

.metro-ac-page {
  overflow: clip;
}

.metro-ac-page img {
  max-width: 100%;
}

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

.metro-ac-page .form-status {
  min-height: 0;
  margin: 0;
  border-radius: 9px;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.metro-ac-page .form-status:not(:empty) {
  padding: 10px 12px;
  color: #073b35;
  background: #e8fbf5;
  border: 1px solid #9fe1cd;
}

.metro-ac-page .form-status.is-error:not(:empty) {
  color: #7c1f1f;
  background: #fff1f1;
  border-color: #f0b1b1;
}

.metro-ac-page .submit-button[disabled] {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.metro-ac-page .consent a {
  color: #075bc2;
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 18px;
}

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

body,
button,
input,
select {
  font-family: Arial, Helvetica, sans-serif;
}

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, #e94d00, #ff7800);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

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

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

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

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

.site-header nav {
  display: flex;
  justify-content: center;
  gap: 25px;
  color: #244768;
  font-size: 0.88rem;
  font-weight: 800;
}

.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.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

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

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.76fr) minmax(390px, 0.83fr);
  gap: clamp(28px, 3.4vw, 58px);
  align-items: center;
  min-height: 760px;
  padding: 72px max(32px, calc((100vw - 1320px) / 2)) 88px;
  color: #fff;
  background:
    radial-gradient(circle at 5% 18%, rgba(25, 172, 242, 0.3), transparent 29%),
    radial-gradient(circle at 60% 78%, rgba(0, 178, 255, 0.18), transparent 28%),
    linear-gradient(132deg, #03142f 0%, #062d63 48%, #076aa9 100%);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 620px;
  height: 620px;
  left: -325px;
  bottom: -330px;
  border: 1px solid rgba(103, 219, 255, 0.24);
  border-radius: 50%;
  box-shadow:
    0 0 0 52px rgba(85, 205, 255, 0.06),
    0 0 0 116px rgba(85, 205, 255, 0.03);
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 660px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 17px;
  color: #8ce7ff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

.hero h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 10px 25px rgba(0, 9, 26, 0.25);
}

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

.hero-lede {
  max-width: 640px;
  margin: 25px 0 0;
  color: #d9efff;
  font-size: clamp(1.04rem, 1.55vw, 1.18rem);
  line-height: 1.65;
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.hero-benefits span {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 13px;
  background: rgba(3, 20, 47, 0.48);
  color: #d8efff;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.hero-benefits b {
  flex: 0 0 auto;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
}

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

.button {
  min-height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  padding: 13px 21px;
  cursor: pointer;
  font-weight: 900;
  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.3);
}

.button-orange:hover {
  box-shadow: 0 16px 38px rgba(255, 83, 0, 0.38);
}

.text-link {
  color: #eefaff;
  font-size: 0.91rem;
  font-weight: 800;
}

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

.micro-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 24px;
  color: #caebff;
  font-size: 0.72rem;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  z-index: 2;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.system-halo {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(76, 207, 255, 0.28), rgba(20, 137, 218, 0.05) 58%, transparent 72%);
  filter: blur(2px);
}

.hero-system {
  position: relative;
  z-index: 2;
  width: min(125%, 520px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 34px 38px rgba(0, 5, 19, 0.42));
  transform: translateX(-1%);
}

.fit-chip {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  width: max-content;
  min-width: 210px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  background: rgba(2, 24, 56, 0.76);
  box-shadow: 0 18px 30px rgba(0, 16, 42, 0.28);
  backdrop-filter: blur(12px);
}

.fit-chip img {
  width: 76px;
  height: auto;
}

.fit-chip span {
  color: #d9f4ff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lead-card {
  position: relative;
  z-index: 5;
  padding: 29px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 28px 70px rgba(0, 12, 35, 0.32);
}

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

.lead-card h2 {
  margin: 9px 0 0;
  color: var(--navy-900);
  font-size: clamp(1.55rem, 2.3vw, 2.1rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.lead-card > p {
  margin: 12px 0 18px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.lead-form label:not(.consent) {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lead-form label > span:first-child {
  color: #234766;
  font-size: 0.69rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 45px;
  border: 1px solid #c9ddea;
  border-radius: 9px;
  padding: 10px 11px;
  color: var(--ink);
  background: #fbfdff;
  font-size: 0.83rem;
}

.lead-form input::placeholder {
  color: #8194a7;
}

.full-field {
  grid-column: 1 / -1;
}

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
  color: #61758a;
  font-size: 0.65rem;
  line-height: 1.45;
}

.consent input {
  width: 17px;
  min-height: 17px;
  margin: 1px 0 0;
}

.consent span {
  color: #61758a !important;
  font-size: 0.65rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.submit-button {
  width: 100%;
  min-height: 51px;
}

.form-note {
  margin: -4px 0 0;
  color: #71869b;
  font-size: 0.65rem;
  line-height: 1.4;
  text-align: center;
}

.proof-strip {
  width: min(1160px, calc(100% - 40px));
  margin: -29px auto 0;
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

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

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

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

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

.section-heading {
  max-width: 780px;
}

.section-heading h2,
.slice-placeholder h2 {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.section-heading p,
.slice-placeholder > p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.warranty-intro {
  position: relative;
  overflow: hidden;
  margin-top: 86px;
  padding: 88px max(32px, calc((100vw - 1160px) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(20, 168, 235, 0.28), transparent 31%),
    linear-gradient(135deg, #03142f, #063d7a);
}

.light-heading h2,
.light-heading p {
  color: #fff;
}

.light-heading p {
  color: #cce9fb;
}

.warranty-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.warranty-grid article {
  min-height: 202px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
}

.warranty-grid b {
  color: var(--aqua);
  font-size: clamp(3rem, 4vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.warranty-grid span {
  margin-top: 14px;
  font-size: 1.02rem;
  font-weight: 900;
  text-transform: uppercase;
}

.warranty-grid small {
  margin-top: 8px;
  color: #bcdff4;
  font-size: 0.75rem;
}

.warranty-fineprint {
  max-width: 1000px;
  margin: 25px 0 0;
  color: #9fc8e1;
  font-size: 0.7rem;
  line-height: 1.55;
}

.slice-placeholder {
  max-width: 1160px;
  margin: 0 auto;
  padding: 96px 0 120px;
}

.slice-placeholder .section-kicker {
  color: var(--blue-700);
}

.slice-placeholder > p {
  max-width: 720px;
}

.centered-heading {
  margin: 0 auto;
  text-align: center;
}

.centered-heading .section-kicker,
.system-options .section-kicker,
.decision-section .section-kicker,
.reviews-section .section-kicker,
.faq-section .section-kicker,
.local-section .section-kicker {
  color: var(--blue-700);
}

.system-options {
  width: min(1240px, calc(100% - 42px));
  margin: 0 auto;
  padding: 112px 0 108px;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 50px;
}

.system-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(7, 60, 115, 0.1);
}

.featured-system-card {
  border-color: #60c9f2;
  box-shadow: 0 23px 55px rgba(0, 105, 186, 0.17);
}

.featured-flag {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--orange);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.system-card-media {
  position: relative;
  min-height: 238px;
  display: grid;
  place-items: center;
  padding: 29px;
  background:
    radial-gradient(circle at 50% 50%, rgba(71, 194, 241, 0.16), transparent 54%),
    linear-gradient(145deg, #f7fcff, #eaf5fc);
}

.system-card-media img {
  width: 100%;
  height: 205px;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(8, 49, 87, 0.18));
}

.central-media img {
  width: 72%;
}

.system-card-media > span {
  position: absolute;
  left: 18px;
  bottom: 15px;
  padding: 6px 9px;
  border: 1px solid rgba(5, 91, 173, 0.13);
  border-radius: 8px;
  color: var(--navy-800);
  background: rgba(255, 255, 255, 0.85);
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.system-card-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 27px 26px 29px;
}

.option-label {
  color: var(--orange-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.system-card h3 {
  margin: 8px 0 0;
  color: var(--navy-900);
  font-size: 1.65rem;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.system-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.system-card ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
}

.system-card li {
  position: relative;
  padding-left: 20px;
  color: #294a6a;
  font-size: 0.82rem;
  font-weight: 700;
}

.system-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue-700);
  font-weight: 900;
}

.system-card-copy > a {
  margin-top: auto;
  color: var(--blue-700);
  font-size: 0.84rem;
  font-weight: 900;
}

.system-card-copy > a span {
  color: var(--orange);
}

.spec-note {
  max-width: 880px;
  margin: 26px auto 0;
  color: #71869b;
  font-size: 0.7rem;
  line-height: 1.55;
  text-align: center;
}

.fit-feature {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.9fr);
  gap: 60px;
  align-items: center;
  padding: 104px max(32px, calc((100vw - 1240px) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 82% 40%, rgba(45, 186, 244, 0.25), transparent 35%),
    linear-gradient(135deg, #03142f, #073b78 68%, #076a9f);
}

.fit-feature::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 500px;
  right: -180px;
  bottom: -230px;
  border: 1px solid rgba(112, 222, 255, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(87, 207, 250, 0.04), 0 0 0 110px rgba(87, 207, 250, 0.025);
}

.fit-feature-copy h2,
.guarantee-intro h2,
.workmanship-copy h2,
.financing-copy h2,
.faq-intro h2,
.local-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4.5vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.fit-feature-copy > p {
  max-width: 680px;
  margin: 23px 0 0;
  color: #cde9f9;
  font-size: 1rem;
  line-height: 1.72;
}

.fit-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 31px;
}

.fit-benefit-grid > div {
  min-height: 142px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.fit-benefit-grid span {
  color: var(--aqua);
  font-size: 0.68rem;
  font-weight: 900;
}

.fit-benefit-grid strong {
  display: block;
  margin-top: 7px;
  font-size: 0.95rem;
}

.fit-benefit-grid p {
  margin: 7px 0 0;
  color: #bdddec;
  font-size: 0.78rem;
  line-height: 1.5;
}

.fit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

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

.button-blue {
  color: #fff;
  background: linear-gradient(135deg, #087bd9, #034a99);
  box-shadow: 0 12px 30px rgba(0, 75, 155, 0.22);
}

.fit-feature-visual {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fit-feature-visual > img {
  width: 115%;
  max-width: 690px;
  height: auto;
  filter: drop-shadow(0 40px 35px rgba(0, 9, 28, 0.38));
}

.metric-card {
  position: absolute;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 13px;
  background: rgba(2, 23, 53, 0.8);
  box-shadow: 0 16px 35px rgba(0, 13, 38, 0.24);
  backdrop-filter: blur(10px);
}

.metric-card b {
  color: #fff;
  font-size: 1.2rem;
}

.metric-card span {
  margin-top: 3px;
  color: #8cdfff;
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
}

.metric-one { left: 0; top: 20%; }
.metric-two { right: -12px; top: 45%; }
.metric-three { left: 12%; bottom: 13%; }

.decision-section {
  padding: 104px max(32px, calc((100vw - 1160px) / 2));
  background: var(--off-white);
}

.symptom-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 45px;
}

.symptom-grid article {
  min-height: 215px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}

.symptom-grid span,
.guarantee-grid > article > span {
  color: var(--orange);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.symptom-grid strong {
  display: block;
  margin-top: 17px;
  color: var(--navy-900);
  font-size: 1.16rem;
}

.symptom-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.58;
}

.decision-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 25px;
  padding: 22px 26px;
  border: 1px solid #c7e1f2;
  border-radius: 15px;
  background: #eaf7ff;
}

.decision-cta p {
  margin: 0;
  color: #294d6c;
}

.guarantee-section {
  padding: 108px max(32px, calc((100vw - 1160px) / 2));
  color: #fff;
  background: linear-gradient(145deg, #03142f, #062b5e);
}

.guarantee-intro {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 42px;
  align-items: center;
}

.guarantee-intro > div:last-child {
  max-width: 820px;
}

.guarantee-intro p {
  margin: 20px 0 0;
  color: #c9e6f7;
  font-size: 1rem;
  line-height: 1.7;
}

.guarantee-seal {
  position: relative;
  width: 178px;
  height: 198px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0, 92% 13%, 90% 65%, 50% 100%, 10% 65%, 8% 13%);
  color: #fff;
  background: linear-gradient(155deg, #0d8bd8, #034377);
  filter: drop-shadow(0 15px 25px rgba(0, 7, 24, 0.35));
}

.guarantee-seal::before {
  content: "";
  position: absolute;
  inset: 9px;
  clip-path: inherit;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
}

.guarantee-seal span,
.guarantee-seal small,
.guarantee-seal b {
  position: relative;
  z-index: 1;
}

.guarantee-seal span {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.guarantee-seal b {
  margin: 6px 0;
  color: var(--aqua);
  font-size: 4.4rem;
  line-height: 0.95;
}

.guarantee-seal small {
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.guarantee-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 48px;
}

.guarantee-grid article {
  min-height: 210px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.guarantee-grid h3 {
  margin: 15px 0 0;
  font-size: 1.12rem;
}

.guarantee-grid p {
  margin: 10px 0 0;
  color: #bcdced;
  font-size: 0.83rem;
  line-height: 1.58;
}

.workmanship-section {
  width: min(1160px, calc(100% - 42px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(390px, 0.82fr) minmax(0, 1fr);
  gap: 65px;
  align-items: center;
  padding: 112px 0;
}

.workmanship-photo {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.workmanship-photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.photo-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  padding: 17px 19px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 13px;
  color: #fff;
  background: rgba(3, 21, 48, 0.84);
  backdrop-filter: blur(10px);
}

.photo-caption span {
  color: var(--aqua);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.photo-caption strong {
  margin-top: 5px;
  font-size: 1.08rem;
}

.workmanship-copy .section-kicker {
  color: var(--blue-700);
}

.workmanship-copy h2 {
  color: var(--navy-900);
}

.workmanship-copy > p {
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.process-list {
  display: grid;
  gap: 18px;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.process-list li > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  font-size: 0.9rem;
  font-weight: 900;
}

.process-list strong {
  color: var(--navy-900);
  font-size: 0.95rem;
}

.process-list p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.credential-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.credential-row span {
  padding: 7px 10px;
  border-radius: 7px;
  color: var(--navy-800);
  background: #edf7fd;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.reviews-section {
  padding: 105px max(32px, calc((100vw - 1160px) / 2));
  background: var(--off-white);
}

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

.review-score {
  min-width: 185px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.review-score b {
  color: var(--navy-900);
  font-size: 3.6rem;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.review-score > span,
.stars {
  margin-top: 8px;
  color: #ff9a00;
  letter-spacing: 0.08em;
}

.review-score small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.7rem;
}

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

.review-card {
  min-height: 275px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(8, 61, 112, 0.08);
}

.review-card-top {
  display: grid;
  grid-template-columns: 44px 1fr 28px;
  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, #1089dc, #064f9d);
  font-weight: 900;
}

.review-card-top div {
  display: flex;
  flex-direction: column;
}

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

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

.google-g {
  color: #4285f4;
  font-size: 1.35rem;
  font-weight: 900;
}

.review-card blockquote {
  margin: 18px 0 0;
  color: #294a69;
  font-size: 0.94rem;
  line-height: 1.65;
}

.reviews-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 20px 24px;
  border: 1px solid #cbe2f0;
  border-radius: 14px;
  background: #fff;
}

.reviews-action p {
  margin: 0;
  color: var(--muted);
}

.financing-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(370px, 0.72fr);
  gap: 65px;
  align-items: center;
  padding: 100px max(32px, calc((100vw - 1160px) / 2));
  color: #fff;
  background: linear-gradient(135deg, #0550a0, #087bc1);
}

.financing-copy > p {
  max-width: 680px;
  margin: 21px 0 0;
  color: #d8effc;
  line-height: 1.7;
}

.finance-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 25px;
}

.finance-points span {
  padding: 8px 11px;
  border-radius: 8px;
  color: #e8f8ff;
  background: rgba(255, 255, 255, 0.09);
  font-size: 0.72rem;
  font-weight: 800;
}

.financing-card {
  display: flex;
  flex-direction: column;
  padding: 31px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  background: rgba(2, 31, 69, 0.44);
  box-shadow: 0 22px 50px rgba(0, 27, 72, 0.2);
}

.financing-card > span {
  color: var(--aqua);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.financing-card h3 {
  margin: 11px 0 23px;
  font-size: 1.45rem;
  line-height: 1.18;
}

.financing-card small {
  margin-top: 16px;
  color: #b6d7ea;
  font-size: 0.64rem;
  line-height: 1.5;
}

.faq-section {
  width: min(1160px, calc(100% - 42px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.2fr);
  gap: 70px;
  align-items: start;
  padding: 112px 0;
}

.faq-intro {
  position: sticky;
  top: 25px;
}

.faq-intro h2 {
  color: var(--navy-900);
}

.faq-intro p {
  margin: 21px 0 27px;
  color: var(--muted);
  line-height: 1.7;
}

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

.faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
}

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

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

.faq-list summary > span {
  color: var(--orange);
  font-size: 0.7rem;
}

.faq-list summary > b {
  color: var(--blue-700);
  font-size: 1.3rem;
  transition: transform 160ms ease;
}

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

.faq-list details > p {
  margin: 0;
  padding: 0 18px 21px 65px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.67;
}

.local-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 65px;
  align-items: center;
  padding: 94px max(32px, calc((100vw - 1160px) / 2));
  background: var(--off-white);
}

.local-copy h2 {
  color: var(--navy-900);
}

.local-copy p {
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.service-area-chips {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.service-area-chips span {
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--navy-800);
  background: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.service-area-chips span::before {
  content: "•";
  margin-right: 8px;
  color: var(--orange);
}

.final-cta {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: 42px;
  align-items: center;
  padding: 83px max(32px, calc((100vw - 1160px) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 10% 30%, rgba(32, 170, 230, 0.25), transparent 28%),
    linear-gradient(135deg, #03142f, #06366c);
}

.final-cta > img {
  width: 185px;
  height: auto;
}

.final-cta h2 {
  max-width: 710px;
  font-size: clamp(2.2rem, 3.8vw, 3.5rem);
}

.final-cta p {
  max-width: 710px;
  margin: 17px 0 0;
  color: #c5e4f6;
  line-height: 1.65;
}

.final-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer {
  padding: 46px max(32px, calc((100vw - 1160px) / 2)) 40px;
  color: #9ab8ce;
  background: #020e20;
}

.footer-main {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: 40px;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-main > img {
  width: 185px;
}

.footer-main > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.78rem;
}

.footer-main strong,
.footer-main a {
  color: #e6f5ff;
}

.site-footer > p {
  max-width: 1100px;
  margin: 27px 0 0;
  font-size: 0.63rem;
  line-height: 1.6;
}

.site-footer > small {
  display: block;
  margin-top: 16px;
  font-size: 0.61rem;
}

.mobile-sticky {
  display: none;
}

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

  .site-header nav {
    gap: 18px;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(370px, 0.76fr);
  }

  .hero-visual {
    position: absolute;
    width: 440px;
    height: 410px;
    min-height: 0;
    right: 28%;
    bottom: -85px;
    opacity: 0.42;
  }

  .fit-chip {
    display: none;
  }

  .site-header nav {
    gap: 13px;
    font-size: 0.8rem;
  }

  .fit-feature {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.75fr);
    gap: 35px;
  }

  .fit-feature-visual > img {
    width: 125%;
  }

  .final-cta {
    grid-template-columns: 150px 1fr auto;
    gap: 28px;
  }

  .final-cta > img {
    width: 145px;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 220px 1fr;
    width: min(100% - 30px, 760px);
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 64px max(25px, calc((100vw - 760px) / 2)) 84px;
  }

  .hero-content {
    max-width: 760px;
  }

  .hero-visual {
    display: none;
  }

  .lead-card {
    max-width: 760px;
  }

  .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);
  }

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

  .warranty-grid article {
    min-height: 160px;
  }

  .slice-placeholder {
    width: min(100% - 42px, 760px);
  }

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

  .system-card {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  }

  .featured-flag {
    left: 14px;
    right: auto;
  }

  .fit-feature,
  .workmanship-section,
  .financing-section,
  .faq-section,
  .local-section,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .fit-feature-visual {
    min-height: 500px;
  }

  .fit-feature-visual > img {
    width: min(100%, 660px);
  }

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

  .guarantee-intro {
    grid-template-columns: 160px 1fr;
  }

  .guarantee-seal {
    width: 154px;
    height: 174px;
  }

  .workmanship-photo {
    min-height: 520px;
  }

  .workmanship-section {
    gap: 45px;
  }

  .reviews-action,
  .decision-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .review-card {
    min-height: 0;
  }

  .faq-intro {
    position: static;
  }

  .final-cta > img {
    width: 185px;
  }

  .final-actions {
    flex-direction: row;
  }

  .footer-main {
    grid-template-columns: 180px 1fr;
  }

  .footer-main > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .promo-bar {
    gap: 8px;
    padding: 8px 13px;
    font-size: 0.61rem;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .promo-bar strong {
    padding-left: 8px;
  }

  .site-header {
    min-height: 78px;
    grid-template-columns: 150px 1fr;
  }

  .brand {
    width: 150px;
    height: 62px;
  }

  .header-call span {
    font-size: 0.58rem;
  }

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

  .hero {
    padding: 48px 19px 70px;
  }

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

  .hero-benefits {
    grid-template-columns: 1fr;
  }

  .hero-benefits span {
    min-height: 56px;
  }

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

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

  .text-link {
    text-align: center;
  }

  .lead-card {
    padding: 22px 18px;
    border-radius: 17px;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }

  .lead-form > * {
    grid-column: 1;
  }

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

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

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

  .warranty-intro {
    margin-top: 64px;
    padding: 70px 20px;
  }

  .warranty-grid article {
    padding: 23px;
  }

  .slice-placeholder {
    width: calc(100% - 40px);
    padding: 75px 0 95px;
  }

  body {
    padding-bottom: 66px;
  }

  .system-options {
    width: calc(100% - 30px);
    padding: 82px 0;
  }

  .system-card {
    display: flex;
  }

  .system-card-media {
    min-height: 215px;
  }

  .system-card-media img {
    height: 185px;
  }

  .fit-feature,
  .decision-section,
  .guarantee-section,
  .reviews-section,
  .financing-section,
  .local-section,
  .final-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fit-feature {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .fit-benefit-grid,
  .symptom-grid,
  .service-area-chips {
    grid-template-columns: 1fr;
  }

  .fit-actions,
  .final-actions {
    flex-direction: column;
  }

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

  .fit-feature-visual {
    min-height: 390px;
  }

  .metric-card {
    min-width: 126px;
    padding: 10px 12px;
  }

  .metric-one { left: 0; top: 16%; }
  .metric-two { right: 0; top: 50%; }
  .metric-three { left: 4%; bottom: 5%; }

  .decision-section,
  .guarantee-section,
  .reviews-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .decision-cta .button,
  .reviews-action .button {
    width: 100%;
  }

  .guarantee-intro {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .guarantee-seal {
    width: 138px;
    height: 155px;
  }

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

  .workmanship-section,
  .faq-section {
    width: calc(100% - 40px);
    padding: 78px 0;
  }

  .workmanship-photo {
    min-height: 430px;
  }

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

  .review-score {
    align-items: flex-start;
  }

  .financing-section {
    gap: 36px;
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .financing-card {
    padding: 24px 20px;
  }

  .faq-list summary {
    grid-template-columns: 27px 1fr 18px;
    gap: 9px;
    padding: 14px;
    font-size: 0.84rem;
  }

  .faq-list details > p {
    padding: 0 14px 19px 50px;
    font-size: 0.8rem;
  }

  .local-section {
    gap: 35px;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .final-cta {
    gap: 25px;
    padding-top: 65px;
    padding-bottom: 68px;
  }

  .final-cta > img {
    width: 165px;
  }

  .site-footer {
    padding: 38px 20px 35px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-main > div:last-child {
    grid-column: auto;
  }

  .mobile-sticky {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    height: 66px;
    display: grid;
    grid-template-columns: 0.84fr 1.16fr;
    padding: 7px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: #03142f;
    box-shadow: 0 -10px 28px rgba(0, 15, 38, 0.23);
  }

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

  .mobile-sticky a:last-child {
    background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  }
}

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

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