:root {
  --navy-950: #082b4f;
  --navy-900: #0b3158;
  --navy-850: #123e6b;
  --slate-25: #f3f5f8;
  --slate-50: #eef2f6;
  --slate-100: #e2e8ef;
  --slate-200: #ced8e3;
  --slate-300: #b7c6d6;
  --slate-500: #6f7d8f;
  --slate-700: #3f4c5d;
  --slate-900: #132b45;
  --orange-500: #f46008;
  --orange-600: #ea5500;
  --green-50: #eaf6ee;
  --green-300: #8cd09e;
  --green-700: #2c8147;
  --white: #ffffff;
  --shadow-md: 0 16px 36px rgba(10, 28, 50, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--slate-900);
  background: var(--slate-25);
  line-height: 1.45;
}

.skip-link {
  position: absolute;
  left: -999px;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 200;
  background: var(--white);
  padding: 0.55rem 0.8rem;
  border-radius: 0.4rem;
}

.container {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  background: var(--navy-950);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: sticky;
  top: 0;
  z-index: 90;
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  text-decoration: none;
  font-size: 2.55rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-ez {
  color: #e7f0fb;
}

.brand-gutters {
  color: var(--orange-500);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  text-decoration: none;
  background: var(--orange-500);
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 800;
  border-radius: 0.6rem;
  padding: 0.72rem 1.35rem;
  transition: background 140ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: var(--orange-600);
}

.hero-spotlight {
  background: linear-gradient(160deg, #072b4f 0%, #082b4f 64%, #0a365f 100%);
  color: var(--white);
}

.hero-spotlight-content {
  text-align: center;
  padding: 4rem 0 3.2rem;
}

.hero-badge {
  display: inline-block;
  margin: 0;
  background: var(--orange-500);
  color: var(--white);
  border-radius: 999px;
  font-size: 1.04rem;
  letter-spacing: 0.08em;
  font-weight: 800;
  padding: 0.38rem 1.2rem 0.44rem;
}

.spotlight-title {
  margin: 1.35rem 0 0;
  font-size: clamp(2.55rem, 6.2vw, 4.9rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.spotlight-title span {
  display: block;
  color: var(--orange-500);
}

.spotlight-subcopy {
  margin: 1.2rem auto 0;
  max-width: 56rem;
  color: #b9cce3;
  font-size: clamp(1.07rem, 2.2vw, 1.24rem);
  line-height: 1.42;
}

.main-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.95rem;
  text-decoration: none;
  background: var(--orange-500);
  color: var(--white);
  border-radius: 0.62rem;
  font-weight: 800;
  font-size: clamp(1.15rem, 2.35vw, 1.75rem);
  padding: 1rem 2.2rem;
}

.trust-points {
  margin: 1.85rem auto 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.15rem 2rem;
}

.trust-points li {
  color: #bfcde0;
  font-size: 1rem;
  white-space: nowrap;
}

.trust-points li span {
  color: var(--orange-500);
  font-weight: 900;
  margin-right: 0.22rem;
}

.stats-strip {
  border-top: 4px solid var(--orange-500);
  background: #dfe4eb;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  text-align: center;
  padding: 1.1rem 0 1.25rem;
}

.stat strong {
  display: block;
  color: var(--navy-900);
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  line-height: 1.02;
}

.stat p {
  margin: 0.26rem 0 0;
  color: #4f5e70;
  font-size: 0.95rem;
  font-weight: 700;
}

.overview {
  background: var(--slate-25);
  padding: 3.35rem 0 3.8rem;
}

.overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(350px, 0.98fr);
  gap: 1.4rem;
}

.overview-copy {
  padding: 0.35rem 0.35rem 0 0;
}

.overview-copy h2 {
  margin: 0;
  text-align: left;
  font-size: clamp(2.15rem, 4.7vw, 3.3rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.overview-subcopy {
  margin: 1rem 0 1.35rem;
  font-size: 1.02rem;
  max-width: 40rem;
  color: var(--slate-700);
}

.benefit-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--slate-200);
  max-width: 42rem;
}

.benefit-list li {
  position: relative;
  padding: 0.78rem 0.35rem 0.78rem 2.45rem;
  border-bottom: 1px solid var(--slate-200);
  font-size: 1rem;
  color: #212e3f;
}

.benefit-list li::before {
  content: "";
  position: absolute;
  left: 0.55rem;
  top: 50%;
  width: 1.08rem;
  height: 1.08rem;
  margin-top: -0.54rem;
  border-radius: 999px;
  background: var(--orange-500);
}

.benefit-list li::after {
  content: "";
  position: absolute;
  left: 0.98rem;
  top: 50%;
  width: 0.38rem;
  height: 0.2rem;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: translateY(-55%) rotate(-45deg);
}

.call-cta {
  margin-top: 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  text-decoration: none;
  color: var(--orange-500);
  border: 2px solid var(--orange-500);
  border-radius: 0.62rem;
  font-size: 1.05rem;
  font-weight: 800;
  padding: 0.88rem 1.55rem;
  background: var(--white);
}

.phone-icon {
  font-size: 1.25rem;
  line-height: 1;
}

.lead-card {
  border: 1px solid var(--slate-300);
  border-radius: 0.9rem;
  padding: 1.45rem 1.6rem 1.6rem;
  box-shadow: var(--shadow-md);
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.warranty-pill {
  margin: 0 0 1rem;
  background: var(--green-50);
  border: 2px solid var(--green-300);
  border-radius: 0.72rem;
  color: var(--green-700);
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.82rem 1rem;
}

.lead-card h2 {
  margin: 0;
  font-size: 2.45rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.lead-note {
  margin: 0.58rem 0 1.15rem;
  color: var(--slate-700);
  font-size: 1rem;
}

.estimate-form {
  display: grid;
  gap: 0.72rem;
}

.estimate-form label {
  font-size: 0.94rem;
  font-weight: 700;
  color: #243449;
}

.estimate-form input,
.estimate-form select,
.estimate-form textarea {
  width: 100%;
  border: 2px solid #b7c6d6;
  border-radius: 0.6rem;
  background: #f8fbff;
  color: #16283e;
  font: inherit;
  font-size: 1rem;
  padding: 0.75rem 0.9rem;
}

.estimate-form textarea {
  resize: vertical;
}

.estimate-form button {
  margin-top: 0.25rem;
  border: 0;
  border-radius: 0.62rem;
  background: var(--orange-500);
  color: var(--white);
  font: inherit;
  font-size: 1.18rem;
  font-weight: 800;
  padding: 0.95rem 1.2rem;
  cursor: pointer;
}

.privacy-note {
  margin: 0.22rem 0 0;
  text-align: center;
  color: var(--slate-500);
  font-size: 0.93rem;
}

.section {
  padding: clamp(3.5rem, 8vw, 6.4rem) 0;
}

.section h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(2rem, 4.4vw, 3.35rem);
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.section-sub {
  margin: 0.95rem auto 0;
  text-align: center;
  max-width: 45rem;
  font-size: 1.08rem;
}

.why {
  background: var(--navy-900);
  color: var(--white);
}

.why .section-sub {
  color: #a6bfdc;
}

.why-grid {
  margin-top: 2rem;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.why-card {
  background: rgba(18, 62, 107, 0.5);
  border: 1px solid #2b5f90;
  border-radius: 0.85rem;
  text-align: center;
  padding: 1.6rem 1.2rem;
}

.why-icon {
  margin: 0;
  font-size: 2rem;
}

.why-card h3 {
  margin: 0.72rem 0 0.45rem;
  font-size: 1.1rem;
}

.why-card p {
  margin: 0;
  font-size: 0.99rem;
  color: #b9d0ea;
}

.process {
  background: #f2f5f8;
}

.steps-top {
  margin-top: 2rem;
  display: grid;
  gap: 1.05rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step {
  text-align: center;
  position: relative;
  padding: 0 0.7rem;
}

.step:not(:last-child)::after {
  content: "->";
  position: absolute;
  right: -0.6rem;
  top: 2.35rem;
  color: #bcc6d4;
  font-size: 1.5rem;
  font-weight: 700;
}

.step-num {
  display: inline-flex;
  width: 3.36rem;
  height: 3.36rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--orange-500);
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 800;
}

.step h3 {
  margin: 1rem 0 0.42rem;
  font-size: 1.25rem;
}

.step p {
  margin: 0;
  color: #4b596c;
  font-size: 0.98rem;
}

.step-bottom {
  margin: 1.55rem auto 0;
  max-width: 29rem;
}

.step-bottom::after {
  content: none;
}

.testimonials {
  background: #f8fafc;
}

.testimonial-grid {
  margin-top: 1.8rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-card {
  background: #f3f6fa;
  border: 1px solid var(--slate-200);
  border-radius: 0.85rem;
  padding: 1.2rem;
}

.stars {
  margin: 0;
  font-size: 1.45rem;
  color: var(--orange-500);
  letter-spacing: 0.05em;
}

.testimonial-card blockquote {
  margin: 0.72rem 0 0;
  color: #283a51;
  font-size: 1.02rem;
  line-height: 1.42;
  font-style: italic;
}

.author {
  margin: 0.82rem 0 0;
  font-size: 1.09rem;
  font-weight: 800;
}

.location {
  margin: 0.1rem 0 0;
  color: var(--slate-500);
}

.areas {
  background: #dee4ec;
}

.area-pills {
  margin: 1.7rem auto 0;
  max-width: 58rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

.area-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.3rem;
  border: 2px solid #b8c7d7;
  border-radius: 999px;
  background: #edf2f7;
  color: var(--slate-900);
  font-size: 1rem;
  font-weight: 800;
  padding: 0.46rem 1.05rem;
}

.closing {
  background: var(--orange-500);
  color: var(--white);
}

.closing-wrap {
  text-align: center;
}

.closing h2 {
  color: var(--white);
}

.closing p {
  margin: 0.9rem auto 0;
  max-width: 45rem;
  font-size: 1.35rem;
  line-height: 1.35;
}

.closing-cta {
  margin-top: 1.6rem;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  border-radius: 0.7rem;
  background: var(--white);
  color: #dd4f00;
  font-size: 1.35rem;
  font-weight: 800;
  padding: 0.86rem 1.25rem;
}

.site-footer {
  background: #062749;
  color: #d2e2f5;
  padding: 1rem 0 calc(1rem + env(safe-area-inset-bottom));
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.94rem;
}

.footer-inner p {
  margin: 0;
}

.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  display: none;
  background: var(--orange-500);
  box-shadow: 0 -10px 26px rgba(0, 0, 0, 0.2);
}

.mobile-cta a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: var(--white);
  font-size: 1.28rem;
  font-weight: 800;
  padding: 0.9rem 1rem calc(0.9rem + env(safe-area-inset-bottom));
}

@media (max-width: 1080px) {
  .hero-spotlight-content {
    padding-top: 3.2rem;
  }

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

  .overview-copy {
    padding-right: 0;
  }
}

@media (max-width: 900px) {
  .why-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps-top {
    grid-template-columns: 1fr;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .step:not(:last-child)::after {
    content: none;
  }
}

@media (max-width: 680px) {
  .header-inner {
    min-height: 68px;
  }

  .brand {
    font-size: 2.2rem;
  }

  .header-cta {
    min-width: 132px;
    font-size: 1rem;
    padding: 0.68rem 1rem;
  }

  .hero-badge {
    font-size: 0.84rem;
    letter-spacing: 0.07em;
  }

  .spotlight-title {
    font-size: 2.1rem;
  }

  .spotlight-subcopy {
    font-size: 1rem;
  }

  .main-cta {
    width: 100%;
    font-size: 1.12rem;
  }

  .trust-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    justify-items: start;
    max-width: 18rem;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1rem;
  }

  .overview-copy h2 {
    font-size: 2.1rem;
  }

  .lead-card h2 {
    font-size: 2rem;
  }

  .why-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .closing p {
    font-size: 1.08rem;
  }

  .closing-cta {
    min-width: 100%;
    font-size: 1.15rem;
  }

  .footer-inner {
    flex-direction: column;
  }

  .mobile-cta {
    display: block;
  }

  body {
    padding-bottom: 4.2rem;
  }
}

.thanks-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #072b4f 0%, #082b4f 64%, #0a365f 100%);
  color: var(--white);
  text-align: center;
}

.thanks-card {
  background: rgba(8, 43, 79, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1.1rem;
  padding: 2.4rem 2.6rem;
  max-width: 560px;
  box-shadow: var(--shadow-md);
}

.thanks-card h1 {
  margin: 0 0 0.9rem;
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.thanks-card p {
  margin: 0 0 1.2rem;
  color: #c7d7ea;
}

.thanks-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--orange-500);
  color: var(--white);
  border-radius: 0.65rem;
  font-weight: 800;
  padding: 0.75rem 1.4rem;
}
