@import url("https://fonts.googleapis.com/css2?family=Anton&family=Oswald:wght@400;500;600;700&display=swap");

:root {
  --hwx-black: #101010;
  --hwx-charcoal: #1a1d1f;
  --hwx-graphite: #2c3033;
  --hwx-gold: #fad201;
  --hwx-road-yellow: #fad201;
  --hwx-gold-dark: #d8ae00;
  --hwx-red: #a71921;
  --hwx-blue: #276da5;
  --hwx-green: #267a3d;
  --hwx-green-dark: #1a1d1f;
  --hwx-rust: #9f3f1f;
  --hwx-soil: #5a3a22;
  --hwx-cream: #f2f2ef;
  --hwx-paper: #f7f7f4;
  --hwx-white: #ffffff;
  --hwx-border: #d7d7d2;
  --hwx-muted: #5f625f;
  --hwx-text: #151515;
  --hwx-shadow: 0 22px 70px rgba(0, 0, 0, .16);
  --hwx-soft-shadow: 0 14px 42px rgba(0, 0, 0, .11);
  --hwx-radius: 22px;
  --hwx-radius-sm: 12px;
  --hwx-container: 1180px;
  --hwx-wide: 1380px;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(250, 210, 1, .05), transparent 360px),
    linear-gradient(135deg, #f7f8f4 0%, var(--hwx-cream) 46%, #eceee8 100%);
  color: var(--hwx-text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--hwx-gold);
  outline-offset: 4px;
}

.site-shell {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .78) 0, rgba(255, 255, 255, 0) 260px),
    linear-gradient(135deg, var(--hwx-cream) 0%, #f4f5ef 46%, #e9ece5 100%);
}

.container {
  width: calc(100% - 40px);
  max-width: var(--hwx-container);
  margin-inline: auto;
}

.wide {
  width: calc(100% - 32px);
  max-width: var(--hwx-wide);
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--hwx-gold);
  font-family: Oswald, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.kicker {
  margin: 0 0 14px;
  color: var(--hwx-red);
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

h1,
h2,
h3,
.display {
  max-width: 100%;
  margin: 0;
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: .98;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

h1 {
  max-width: 760px;
  font-size: 76px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 28px;
}

p {
  margin: 0;
}

.lead {
  max-width: 670px;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
}

.section-lead {
  max-width: 920px;
  color: var(--hwx-muted);
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.45;
}

.btn {
  display: inline-flex;
  min-width: 158px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0 24px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--hwx-gold);
  color: var(--hwx-black);
}

.btn-primary:hover {
  background: var(--hwx-gold-dark);
}

.btn-instant {
  border-color: rgba(255, 255, 255, .18);
  background: var(--hwx-green);
  color: var(--hwx-white);
}

.btn-instant:hover {
  background: #1f6c35;
  color: var(--hwx-white);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, .42);
  color: var(--hwx-white);
}

.btn-dark {
  background: var(--hwx-black);
  color: var(--hwx-white);
}

.topbar {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 24px;
}

.nav {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  padding: 14px 18px 14px 24px;
  background: rgba(8, 8, 8, .76);
  color: var(--hwx-white);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  min-width: 300px;
  align-items: center;
  gap: 16px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.brand img {
  width: 62px;
  height: 62px;
  border-radius: 10px;
  object-fit: cover;
}

.brand-word {
  display: inline-flex;
  gap: 0;
  white-space: nowrap;
}

.brand-accent {
  color: var(--hwx-gold);
}

.nav-links {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 30px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-links a {
  color: rgba(255, 255, 255, .82);
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--hwx-gold);
}

.nav-item {
  position: relative;
  display: flex;
  min-height: 66px;
  align-items: center;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.nav-link::after {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
}

.services-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% - 2px);
  left: 50%;
  display: grid;
  width: min(1040px, calc(100vw - 48px));
  min-width: 760px;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  padding: 18px;
  background: rgba(10, 10, 8, .98);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .35);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease;
}

.services-menu::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 10px;
  content: "";
}

.services-menu-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(128px, 1fr));
  gap: 14px;
}

.services-menu-group {
  display: grid;
  align-content: start;
  gap: 4px;
  min-width: 0;
}

.services-menu-group h3 {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, .94);
  font-family: Oswald, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
}

.services-menu-group-secondary h3,
.services-menu-group-support h3 {
  color: rgba(255, 255, 255, .68);
}

.services-menu a {
  border-radius: 10px;
  padding: 10px 11px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.15;
  white-space: normal;
}

.services-menu a:hover,
.services-menu a[aria-current="page"] {
  background: rgba(255, 210, 0, .12);
  color: var(--hwx-gold);
}

.services-menu-group-primary a {
  color: rgba(255, 255, 255, .92);
}

.services-menu-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 12px;
}

.services-menu .services-menu-cta {
  border: 1px solid rgba(255, 255, 255, .22);
  padding: 10px 14px;
  color: rgba(255, 255, 255, .92);
  font-size: 13px;
}

.services-menu .services-menu-cta-primary {
  border-color: rgba(255, 210, 0, .45);
  background: var(--hwx-green);
  color: var(--hwx-white);
}

.nav-item:hover .services-menu,
.nav-item:focus-within .services-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav > .btn {
  min-height: 66px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 19px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: var(--hwx-white);
  font-family: Oswald, Arial, sans-serif;
  font-weight: 700;
}

/* Universal hero standard: one left .hero-card, one right .rating-card, three .hero-actions buttons, and the image only on .hero. */
.hero {
  position: relative;
  min-height: var(--hero-min-height, 700px);
  display: grid;
  align-items: end;
  padding: 118px 0 0;
  background-color: #101010;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
  color: var(--hwx-white);
}

.hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .48), rgba(0, 0, 0, .18));
  content: "";
  pointer-events: none;
}

.hero::after {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  height: 220px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .66));
  content: "";
  pointer-events: none;
}

.hero-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(340px, 390px);
  min-width: 0;
  gap: 34px;
  align-items: stretch;
  justify-content: space-between;
  padding-top: var(--hero-content-padding-top, 62px);
  padding-bottom: var(--hero-content-padding-bottom, 66px);
}

.hero-card,
.rating-card {
  min-height: 430px;
}

.hero-card {
  width: 100%;
  min-width: 0;
  max-width: 720px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 30px;
  padding: 34px;
  background: rgba(8, 8, 8, .25);
  box-shadow: var(--hwx-shadow);
  backdrop-filter: blur(14px) saturate(120%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .72);
}

.hero-side {
  display: flex;
  align-self: stretch;
}

.rating-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 390px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 26px;
  padding: 24px;
  background: rgba(255, 250, 241, .95);
  color: var(--hwx-text);
  box-shadow: var(--hwx-shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}

.rating-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .24);
}

.rating-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.proof-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.proof-star {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--hwx-white);
  color: var(--hwx-black);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
}

.rating-score {
  font-family: Anton, Impact, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.stars {
  color: var(--hwx-gold);
  font-size: 30px;
  line-height: 1;
}

.rating-title {
  margin-top: 10px;
  color: var(--hwx-black);
  font-size: 34px;
  line-height: .98;
}

.rating-card p {
  margin-top: 14px;
  color: var(--hwx-muted);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.34;
}

.review-quote {
  border-left: 3px solid var(--hwx-gold);
  padding-left: 12px;
}

.rating-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--hwx-red);
  font-family: Oswald, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-actions .btn,
.section-actions .btn {
  min-width: 182px;
  min-height: 56px;
  padding-right: 26px;
  padding-left: 26px;
  font-size: 15px;
  text-shadow: none;
}

.proof-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: -48px;
}

.proof-card {
  min-height: 112px;
  border: 1px solid var(--hwx-border);
  border-radius: var(--hwx-radius-sm);
  padding: 20px;
  background: var(--hwx-white);
  box-shadow: var(--hwx-soft-shadow);
}

.proof-card strong {
  display: block;
  margin-bottom: 7px;
  font-family: Anton, Impact, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.proof-card span {
  display: block;
  color: var(--hwx-muted);
  font-size: 13px;
  line-height: 1.35;
}

.band {
  padding: 84px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .58), rgba(236, 239, 231, .62));
}

.band.white {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(246, 248, 242, .92));
}

.band.dark {
  background:
    linear-gradient(135deg, rgba(17, 22, 20, .98), rgba(33, 39, 36, .98)),
    var(--hwx-black);
  color: var(--hwx-white);
}

.band.paper {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, .96), rgba(239, 241, 233, .92));
}

.band.white {
  background-color: var(--hwx-white);
}

.section-head {
  display: block;
  margin-bottom: 34px;
}

.section-head > div {
  max-width: 1220px;
  min-width: 0;
}

.section-head h1,
.section-head h2 {
  max-width: 1220px;
  color: var(--hwx-black);
  font-size: clamp(56px, 6vw, 96px);
}

.section-head > .section-lead {
  margin-top: 22px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 52px;
  align-items: center;
}

.panel {
  border: 1px solid var(--hwx-border);
  border-radius: var(--hwx-radius);
  padding: 30px;
  background: var(--hwx-white);
  box-shadow: var(--hwx-soft-shadow);
}

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

.check-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  color: var(--hwx-muted);
}

.check-list li::before {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--hwx-gold);
  color: var(--hwx-black);
  content: "✓";
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 24px;
  text-align: center;
}

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

.service-card,
.article-card,
.review-card,
.video-card,
.step-card {
  overflow: hidden;
  border: 1px solid var(--hwx-border);
  border-radius: var(--hwx-radius);
  background: var(--hwx-white);
  box-shadow: var(--hwx-soft-shadow);
}

.service-card img,
.article-card img,
.video-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.service-card .card-body,
.article-card .card-body,
.video-card .card-body,
.review-card,
.step-card {
  padding: 24px;
}

.service-card h3,
.article-card h3,
.video-card h3 {
  margin-bottom: 10px;
  font-size: 31px;
}

.service-card p,
.article-card p,
.video-card p,
.review-card p,
.step-card p {
  color: var(--hwx-muted);
  font-size: 15px;
}

.tag {
  display: inline-flex;
  margin-bottom: 10px;
  border-radius: 999px;
  padding: 6px 9px;
  background: var(--hwx-gold);
  color: var(--hwx-black);
  font-family: Oswald, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.proof-page {
  background: #f5efe3;
}

.proof-page .topbar {
  position: absolute;
}

.proof-lead {
  padding: 74px 0 64px;
  background: #f7f4ed;
}

.proof-lead .section-head {
  display: block;
  max-width: 1120px;
  text-align: center;
}

.proof-lead h1 {
  max-width: 1000px;
  margin: 0 auto 18px;
  color: #151515;
  font-size: clamp(52px, 6.2vw, 92px);
  line-height: .96;
}

.proof-lead .section-lead {
  max-width: 900px;
  margin: 0 auto;
  color: #555;
  font-size: 22px;
  text-align: center;
}

.case-tabs {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 54px 0 44px;
}

.case-tab {
  min-width: 150px;
  border: 0;
  padding: 18px 24px;
  background: #111;
  color: rgba(255, 255, 255, .72);
  cursor: pointer;
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.case-tab.is-active {
  background: var(--hwx-gold);
  color: var(--hwx-black);
}

.case-panel {
  display: none;
}

.case-panel.is-active {
  display: block;
}

.compare-frame {
  position: relative;
  overflow: hidden;
  border: 3px solid #ddd;
  background: #111;
  aspect-ratio: 16 / 9;
}

.compare-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.compare-before,
.compare-after {
  position: absolute;
  inset: 0;
}

.compare-after {
  overflow: hidden;
  width: 100%;
  clip-path: inset(0 0 0 var(--compare, 50%));
}

.compare-range {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.compare-handle {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: var(--compare, 50%);
  width: 3px;
  background: var(--hwx-gold);
  transform: translateX(-50%);
  pointer-events: none;
}

.compare-handle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  border-radius: 2px;
  background: var(--hwx-gold);
  color: var(--hwx-black);
  content: "↔";
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 58px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.compare-label {
  position: absolute;
  z-index: 4;
  top: 24px;
  padding: 10px 16px;
  background: #111;
  color: var(--hwx-white);
  font-family: Oswald, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.compare-label.after {
  right: 24px;
  background: var(--hwx-gold);
  color: var(--hwx-black);
}

.compare-label.before {
  left: 24px;
}

.drag-tag {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 50%;
  padding: 9px 18px;
  background: rgba(17, 17, 17, .8);
  color: rgba(255, 255, 255, .8);
  font-family: Oswald, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  transform: translateX(-50%);
  pointer-events: none;
}

.case-details {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(380px, .9fr);
  gap: 44px;
  align-items: start;
  margin-top: 50px;
  text-align: left;
}

.case-details h2 {
  margin-bottom: 14px;
  color: #1a1a1a;
  font-size: 44px;
}

.case-details .section-lead {
  max-width: none;
  text-align: left;
}

.case-location {
  display: inline-flex;
  margin-left: 12px;
  padding: 6px 12px;
  background: rgba(255, 210, 0, .16);
  color: #a16f00;
  font-family: Oswald, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  vertical-align: middle;
}

.case-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.case-stat strong {
  display: block;
  color: var(--hwx-gold);
  font-family: Oswald, Arial, sans-serif;
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
}

.case-stat span {
  display: block;
  margin-top: 8px;
  color: #333;
  font-family: Oswald, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.review-count-card {
  display: grid;
  grid-template-columns: .7fr 1fr;
  gap: 28px;
  align-items: center;
  border-radius: 28px;
  padding: 34px;
  background: var(--hwx-black);
  color: var(--hwx-white);
}

.review-stats-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0 auto 28px;
  overflow: hidden;
  border: 2px solid var(--hwx-black);
  border-radius: 24px;
  background: var(--hwx-black);
  box-shadow: 0 20px 52px rgba(64, 42, 11, .14);
}

.review-stat {
  padding: 24px;
  background: var(--hwx-road-yellow);
  color: var(--hwx-black);
  text-align: center;
}

.review-stat strong {
  display: block;
  font-family: Anton, Oswald, Arial, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: .95;
}

.review-stat span {
  display: block;
  margin-top: 8px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.review-count-card strong {
  display: block;
  color: var(--hwx-gold);
  font-family: Oswald, Arial, sans-serif;
  font-size: 76px;
  line-height: .9;
}

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

.home-review-grid .review-card {
  min-height: 220px;
}

.review-actions {
  justify-content: center;
  margin-top: 28px;
}

.review-card {
  min-height: 245px;
}

.review-card .stars {
  margin-bottom: 14px;
  color: var(--hwx-gold);
  font-size: 21px;
  letter-spacing: .02em;
}

.review-card .reviewer {
  display: block;
  margin-bottom: 4px;
  color: #111;
  font-family: Oswald, Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
}

.review-card .review-source {
  display: block;
  margin-bottom: 14px;
  color: var(--hwx-muted);
  font-family: Oswald, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.review-card.rating-4 .stars {
  color: #3c7a45;
}

.review-card.rating-3 .stars {
  color: #a16f00;
}

.review-card.rating-1 .stars {
  color: var(--hwx-red);
}

.review-card.rating-3 {
  background: #fff9eb;
}

.review-card.rating-1 {
  border-color: rgba(167, 25, 33, .4);
  background: #fff3f3;
}

.review-card.rating-1 .reviewer,
.review-card.rating-1 p {
  color: #241111;
}

.area-page {
  background: var(--hwx-cream);
}

.area-overview-card {
  display: grid;
  grid-template-columns: minmax(320px, .42fr) minmax(0, .58fr);
  overflow: hidden;
  border: 1px solid rgba(221, 212, 191, .86);
  border-radius: 28px;
  background: var(--hwx-white);
  box-shadow: 0 24px 70px rgba(11, 11, 11, .12);
}

.area-overview-copy {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: 42px;
}

.area-overview-copy .kicker,
.county-copy > .kicker {
  color: var(--hwx-red);
  font-size: clamp(18px, 1.25vw, 24px);
}

.area-overview-copy h2,
.county-copy h2 {
  max-width: 1220px;
  color: var(--hwx-black);
  font-size: clamp(48px, 5.3vw, 86px);
}

.area-overview-copy > p:not(.kicker) {
  max-width: 560px;
  color: var(--hwx-muted);
  font-size: 19px;
  line-height: 1.5;
}

.area-legend {
  display: grid;
  gap: 14px;
  margin-top: 8px;
  color: var(--hwx-text);
  font-family: Oswald, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.area-legend span {
  display: flex;
  align-items: center;
  gap: 14px;
}

.area-legend i {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 6px;
}

.legend-yellow {
  background: var(--hwx-road-yellow);
}

.legend-tan {
  background: #d8c194;
}

.area-callout {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px 16px;
  border: 1px solid var(--hwx-border);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, .52);
}

.area-callout span {
  grid-row: span 2;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--hwx-road-yellow);
  color: var(--hwx-black);
  font-size: 20px;
}

.area-callout strong {
  color: var(--hwx-text);
  font-family: Oswald, Arial, sans-serif;
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
}

.area-callout p {
  font-size: 15px;
  line-height: 1.35;
}

.area-map-card,
.county-map {
  margin: 0;
}

.area-map-card img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.county-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: stretch;
}

.county-block.reverse {
  grid-template-columns: 1fr;
}

.county-block.reverse .county-copy {
  order: initial;
}

.county-block.reverse .county-map {
  order: initial;
}

.county-copy,
.county-map {
  border: 1px solid var(--hwx-border);
  border-radius: 28px;
  background: var(--hwx-white);
  box-shadow: var(--hwx-soft-shadow);
}

.county-copy {
  padding: 34px;
}

.county-copy > p:not(.kicker) {
  max-width: 1120px;
  margin-top: 18px;
  color: var(--hwx-muted);
  font-size: 18px;
  line-height: 1.5;
}

.county-map {
  overflow: hidden;
}

.county-map img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

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

.town-columns ul {
  display: grid;
  gap: 8px;
  margin: 0;
  border: 1px solid var(--hwx-border);
  border-radius: 18px;
  padding: 18px 20px;
  background: var(--hwx-paper);
  list-style: none;
}

.town-columns li {
  color: var(--hwx-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.22;
}

.town-columns li::before {
  margin-right: 8px;
  color: var(--hwx-road-yellow);
  content: "■";
  font-size: 9px;
  vertical-align: 2px;
}

.request-page {
  background: var(--hwx-cream);
}

.request-hero {
  padding: 72px 0 46px;
  background: linear-gradient(180deg, var(--hwx-white), var(--hwx-cream));
  text-align: center;
}

.request-hero .kicker {
  color: var(--hwx-red);
}

.request-hero h1 {
  max-width: 1000px;
  margin: 0 auto 18px;
  color: var(--hwx-black);
  font-size: clamp(52px, 6.2vw, 92px);
  line-height: .96;
}

.request-hero p {
  max-width: 900px;
  margin: 0 auto;
  color: var(--hwx-muted);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.request-band {
  padding: 30px 0 84px;
}

.request-form {
  width: min(100% - 40px, 920px);
  margin: 0 auto;
  border: 1px solid rgba(8, 8, 8, .08);
  border-radius: 28px;
  padding: 48px;
  background: var(--hwx-white);
  box-shadow: 0 24px 80px rgba(64, 42, 11, .1);
}

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

.request-progress {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 38px;
}

.request-progress span {
  width: 148px;
  height: 8px;
  border-radius: 999px;
  background: var(--hwx-border);
}

.request-progress span.is-active {
  background: var(--hwx-green-dark);
}

.request-step h2 {
  margin-bottom: 20px;
  color: var(--hwx-green-dark);
  font-size: 32px;
}

.request-intro {
  max-width: 720px;
  margin-bottom: 34px;
  color: var(--hwx-muted);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.request-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.request-grid.single {
  grid-template-columns: 1fr;
  margin-top: 22px;
}

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

.request-fieldset {
  margin: 0 0 24px;
  border: 1px solid #d8dee2;
  border-radius: 16px;
  padding: 18px;
}

.request-fieldset legend {
  padding: 0 8px;
  color: var(--hwx-green-dark);
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.request-choice-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 12px;
  max-width: 360px;
}

.request-choice-row label {
  position: relative;
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--hwx-border);
  border-radius: 14px;
  padding: 12px 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8f4 100%);
  color: var(--hwx-green-dark);
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, transform .18s ease;
}

.request-choice-row label:hover,
.request-choice-row label:focus-within {
  border-color: rgba(44, 139, 69, .72);
  box-shadow: 0 10px 24px rgba(18, 53, 34, .12);
  transform: translateY(-1px);
}

.request-choice-row label:has(input:checked) {
  border-color: var(--hwx-green);
  background: linear-gradient(180deg, #ecffe7 0%, #dff6d7 100%);
  box-shadow: inset 0 0 0 1px rgba(44, 139, 69, .22);
}

.request-choice-row input {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.site-address-fields {
  margin-bottom: 30px;
}

.conditional-field[hidden],
.site-address-fields[hidden] {
  display: none;
}

.request-form label,
.request-label {
  display: grid;
  gap: 8px;
  color: var(--hwx-muted);
  font-size: 16px;
  font-weight: 700;
}

.request-form input,
.request-form textarea,
.request-form select {
  width: 100%;
  min-height: 58px;
  border: 1px solid #d8dee2;
  border-radius: 10px;
  padding: 12px 16px;
  color: #203742;
  font: 17px Arial, Helvetica, sans-serif;
}

.request-form textarea {
  min-height: 122px;
  resize: vertical;
}

.sms-consent {
  align-items: start;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  border: 1px solid rgba(38, 122, 61, .18);
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(244, 255, 240, .74);
  color: #203742;
  line-height: 1.35;
}

.request-form .sms-consent,
.estimate-capture-grid .sms-consent {
  display: grid;
}

.request-form .sms-consent input[type="checkbox"],
.estimate-capture-grid .sms-consent input[type="checkbox"] {
  width: 20px;
  min-height: 20px;
  margin-top: 2px;
  padding: 0;
  accent-color: var(--hwx-green-dark);
}

.sms-consent a {
  color: var(--hwx-green-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.estimate-capture-grid .sms-consent {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .78);
}

.estimate-capture-grid .sms-consent a {
  color: var(--hwx-gold);
}

.service-checks {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid #d8dee2;
  border-radius: 12px;
  background: var(--hwx-white);
}

.service-checks label {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #edf0f1;
  padding: 14px 18px;
  color: #203742;
  font-size: 18px;
}

.service-checks label > span {
  display: grid;
  gap: 4px;
  line-height: 1.25;
}

.service-checks label strong {
  color: #203742;
  font-size: 18px;
}

.service-checks label small {
  max-width: 860px;
  color: var(--hwx-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.service-checks label:last-child {
  border-bottom: 0;
}

.service-checks input {
  width: 24px;
  min-height: 24px;
  accent-color: var(--hwx-green-dark);
}

.request-review {
  display: grid;
  gap: 14px;
  color: #203742;
}

.request-review div {
  border-bottom: 1px solid #edf0f1;
  padding-bottom: 12px;
}

.request-review strong {
  display: block;
  margin-bottom: 4px;
  color: var(--hwx-green-dark);
}

.request-disclaimer {
  margin-top: 24px;
  color: var(--hwx-muted);
  font-size: 14px;
  line-height: 1.45;
}

.request-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 42px;
}

.request-status {
  margin-top: 24px;
  border: 2px solid rgba(44, 139, 69, .28);
  border-radius: 18px;
  padding: 20px 22px;
  background: linear-gradient(180deg, #f4fff0 0%, #e4f7dc 100%);
  color: var(--hwx-green-dark);
  font-size: 17px;
  line-height: 1.45;
}

.request-status.is-error,
.capture-status.is-error {
  border-color: rgba(163, 29, 42, .28);
  background: #fff1f2;
  color: var(--hwx-red);
}

.request-status strong {
  display: block;
  margin-bottom: 6px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}

.request-status code {
  color: var(--hwx-green-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.request-helper {
  margin-top: 34px;
  border: 1px solid rgba(250, 210, 1, .55);
  border-radius: 20px;
  padding: 22px 26px;
  background: #fff5df;
  color: #4c3d2a;
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.request-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.request-cards article {
  border: 1px solid var(--hwx-border);
  border-radius: 18px;
  padding: 24px;
  background: #f4eee2;
}

.request-cards strong {
  display: block;
  margin-bottom: 12px;
  color: var(--hwx-black);
  font-family: Oswald, Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

.request-cards span {
  color: var(--hwx-muted);
  font-size: 18px;
}

.review-note {
  margin-top: 24px;
}

.review-note p {
  border: 1px solid var(--hwx-border);
  border-radius: 22px;
  padding: 22px 26px;
  background: var(--hwx-paper);
  color: var(--hwx-muted);
  font-size: 18px;
  line-height: 1.45;
}

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

.service-directory .service-card {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
}

.service-directory .service-card img {
  height: 100%;
  min-height: 260px;
}

.service-expansion-note {
  margin-top: 24px;
}

.service-expansion-note h3 {
  margin-bottom: 10px;
  font-size: clamp(34px, 4vw, 58px);
}

.service-expansion-note .section-actions {
  align-items: center;
}

.service-expansion-note .section-lead {
  max-width: 620px;
  margin: 0;
  font-size: 17px;
}

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

.step-number {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--hwx-black);
  color: var(--hwx-gold);
  font-family: Anton, Impact, sans-serif;
  font-size: 22px;
}

.process-showcase {
  background: var(--hwx-cream);
}

.process-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(420px, 1fr);
  gap: 58px;
  align-items: center;
}

.process-copy h2 {
  max-width: 790px;
  color: var(--hwx-green-dark);
  font-size: clamp(50px, 5.2vw, 88px);
  line-height: .9;
}

.process-copy .section-lead {
  max-width: 790px;
  margin-top: 14px;
  color: #667268;
  font-size: 21px;
  line-height: 1.48;
}

.process-stack {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.process-step {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  border: 1px solid var(--hwx-border);
  border-radius: 24px;
  padding: 24px 26px;
  background: rgba(255, 255, 255, .72);
}

.process-number {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: var(--hwx-green-dark);
  color: var(--hwx-white);
  font-family: Oswald, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.process-step h3 {
  margin: 0 0 4px;
  color: var(--hwx-green-dark);
  font-size: 28px;
  line-height: 1.05;
}

.process-step p {
  margin: 0;
  color: #667268;
  font-size: 20px;
  line-height: 1.38;
}

.process-visual {
  position: relative;
  display: grid;
  min-height: 520px;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--hwx-border);
  border-radius: 30px;
  background: var(--hwx-black);
  box-shadow: var(--hwx-shadow);
}

.process-visual::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 4px);
  width: 8px;
  background: var(--hwx-white);
  content: "";
  z-index: 2;
}

.process-image,
.process-image img {
  width: 100%;
  height: 100%;
}

.process-image img {
  object-fit: cover;
}

.process-label {
  position: absolute;
  top: 24px;
  z-index: 3;
  border-radius: 999px;
  padding: 9px 16px;
  background: rgba(15, 43, 29, .96);
  color: var(--hwx-white);
  font-family: Oswald, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.process-label-before {
  left: 24px;
}

.process-label-after {
  right: 24px;
}

.feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.image-frame {
  overflow: hidden;
  min-height: 360px;
  border-radius: var(--hwx-radius);
  background: var(--hwx-graphite);
  box-shadow: var(--hwx-shadow);
}

.image-frame img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.quote-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  border-radius: 30px;
  padding: 34px;
  background: var(--hwx-black);
  color: var(--hwx-white);
  box-shadow: var(--hwx-shadow);
}

.quote-band h2 {
  max-width: 760px;
}

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

.faq-item {
  overflow: hidden;
  border: 1px solid var(--hwx-border);
  border-radius: var(--hwx-radius-sm);
  background: var(--hwx-white);
}

.faq-button {
  display: flex;
  width: 100%;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  padding: 18px 22px;
  background: transparent;
  color: var(--hwx-text);
  font-family: Oswald, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.faq-button span {
  flex: none;
  color: var(--hwx-red);
  font-size: 24px;
}

.faq-panel {
  display: none;
  padding: 0 22px 22px;
  color: var(--hwx-muted);
}

.faq-panel p + p,
.faq-panel p + ul,
.faq-panel ul + p {
  margin-top: 12px;
}

.faq-panel ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.faq-panel li + li {
  margin-top: 6px;
}

.faq-panel a {
  color: var(--hwx-red);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-item.is-open .faq-panel {
  display: block;
}

.faq-item.is-open .faq-button span {
  transform: rotate(45deg);
}

.footer {
  padding: 74px 0 28px;
  background: var(--hwx-black);
  color: var(--hwx-white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 44px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer h3 {
  margin-bottom: 14px;
  color: var(--hwx-gold);
  font-size: 22px;
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.footer a {
  display: block;
  margin-bottom: 8px;
}

.footer .footer-phone {
  margin-top: 14px;
  color: rgba(255, 255, 255, .86);
  font-weight: 900;
}

.footer .footer-phone a {
  display: inline;
  color: var(--hwx-gold);
}

.legal-shell {
  max-width: var(--hwx-container);
}

.legal-intro,
.legal-section {
  border: 1px solid rgba(16, 24, 32, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 22px 54px rgba(16, 24, 32, .08);
}

.legal-intro {
  margin-bottom: 22px;
  padding: 30px;
}

.legal-intro h2,
.legal-section h2 {
  margin-bottom: 12px;
  color: var(--hwx-black);
}

.legal-intro p,
.legal-section p,
.legal-section li {
  color: var(--hwx-muted);
  font-size: 18px;
  line-height: 1.7;
}

.legal-section {
  margin-bottom: 18px;
  padding: 28px 30px;
}

.legal-section strong {
  color: var(--hwx-black);
}

.legal-section a,
.legal-intro a {
  color: var(--hwx-red);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-contact {
  background: linear-gradient(135deg, rgba(255, 204, 0, .18), rgba(215, 245, 210, .46));
}

.fineprint {
  margin-top: 32px;
  color: rgba(255, 255, 255, .46);
  font-size: 12px;
}

.estimator {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 22px;
  align-items: start;
}

.progress-card,
.wizard-card,
.result-card {
  border: 1px solid var(--hwx-border);
  border-radius: var(--hwx-radius);
  padding: 24px;
  background: var(--hwx-white);
  box-shadow: var(--hwx-soft-shadow);
}

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

.progress-list li {
  border-radius: 999px;
  padding: 11px 14px;
  background: var(--hwx-cream);
  color: var(--hwx-muted);
  font-family: Oswald, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.progress-list li.is-active {
  background: var(--hwx-black);
  color: var(--hwx-gold);
}

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

.choice {
  min-height: 120px;
  border: 2px solid var(--hwx-border);
  border-radius: var(--hwx-radius-sm);
  padding: 16px;
  background: var(--hwx-paper);
  color: var(--hwx-text);
  cursor: pointer;
  text-align: left;
}

.choice.is-selected {
  border-color: var(--hwx-gold);
  background: #fff5bd;
}

.choice strong {
  display: block;
  margin-bottom: 6px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
}

.choice span {
  color: var(--hwx-muted);
  font-size: 13px;
}

.result-card {
  margin-top: 18px;
  background: var(--hwx-black);
  color: var(--hwx-white);
}

.result-card .display {
  margin: 10px 0;
  color: var(--hwx-gold);
  font-size: 48px;
}

.estimate-page {
  background: var(--hwx-cream);
}

.estimate-page .topbar {
  position: relative;
  padding: 24px 0;
  background: linear-gradient(90deg, var(--hwx-black), var(--hwx-green-dark));
}

.pricing-main {
  overflow-anchor: none;
  background:
    radial-gradient(circle at 50% 0, rgba(250, 210, 1, .13), transparent 34%),
    var(--hwx-cream);
}

.pricing-stage {
  min-height: calc(100vh - 92px);
  display: flex;
  align-items: flex-start;
  padding: 8px 0 clamp(34px, 4vh, 58px);
}

.pricing-container {
  width: min(100% - 40px, 1060px);
  margin-inline: auto;
}

.pricing-conversion-header {
  display: grid;
  gap: 16px;
  margin: 0 0 24px;
  border: 1px solid rgba(38, 122, 61, .18);
  border-radius: 28px;
  padding: 30px 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(246, 255, 241, .92)),
    var(--hwx-white);
  box-shadow: 0 22px 58px rgba(64, 42, 11, .09);
}

.pricing-conversion-header .kicker {
  margin: 0;
}

.pricing-conversion-header h1 {
  max-width: 560px;
  margin: 0;
  color: var(--hwx-green-dark);
  font-size: 42px;
  line-height: .98;
}

.pricing-conversion-header p {
  max-width: 850px;
  margin: 0;
  color: var(--hwx-muted);
  font-size: 20px;
  line-height: 1.35;
}

.pricing-conversion-header ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.pricing-conversion-header li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--hwx-green-dark);
  font-size: 16px;
  font-weight: 900;
}

.pricing-conversion-header li::before {
  color: var(--hwx-green);
  content: "✓";
  font-size: 19px;
  line-height: 1;
}

.pricing-progress {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 92px;
  align-items: center;
  gap: 12px 26px;
  border: 1px solid var(--hwx-border);
  border-radius: 28px;
  padding: 20px 32px;
  background: rgba(255, 250, 241, .9);
  box-shadow: 0 20px 60px rgba(64, 42, 11, .09);
}

.pricing-progress span,
.pricing-progress strong {
  color: var(--hwx-muted);
  font-size: 19px;
  font-weight: 500;
}

.pricing-progress > div {
  display: contents;
}

.pricing-progress > div > span {
  grid-column: 1;
  grid-row: 1;
}

.pricing-progress > strong {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}

.pricing-bar {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(8, 8, 8, .08);
}

.pricing-bar span {
  display: block;
  width: 16.666%;
  height: 100%;
  border-radius: inherit;
  background: var(--hwx-road-yellow);
  transition: width .24s ease;
}

.pricing-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1060px;
  margin: clamp(24px, 3.2vh, 36px) auto 0;
  text-align: center;
}

.pricing-step[hidden] {
  display: none;
}

.pricing-step h1 {
  width: 100%;
  margin: 0;
  color: var(--hwx-green-dark);
  font-size: 46px;
  line-height: .94;
  text-align: center;
}

.pricing-step h2.quick-title {
  margin: 34px 0 20px;
  color: var(--hwx-green-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: none;
}

.pricing-intro {
  max-width: 850px;
  margin: 20px auto 0;
  color: var(--hwx-muted);
  font-size: 20px;
  line-height: 1.36;
}

.pricing-intro strong {
  color: var(--hwx-graphite);
  font-weight: 800;
}

.pricing-note {
  margin: 10px auto 0;
  color: var(--hwx-muted);
  font-size: 18px;
}

.pricing-warning {
  display: inline-flex;
  max-width: 760px;
  align-items: center;
  justify-content: center;
  margin: 14px auto 0;
  border: 1px solid rgba(38, 122, 61, .22);
  border-radius: 999px;
  padding: 11px 20px;
  background: linear-gradient(180deg, rgba(240, 255, 236, .95), rgba(229, 247, 225, .95));
  color: var(--hwx-green-dark);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.service-select-grid,
.three-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.three-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 981px) {
  .pricing-step[data-step="1"] {
    max-width: 1220px;
  }

  .service-select-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
  }

  .service-select-grid .image-option {
    min-height: 342px;
  }

  .service-select-grid .image-option img {
    height: 145px;
  }

  .service-select-grid .option-body {
    padding: 22px 24px 24px;
  }

  .service-select-grid .option-body strong {
    font-size: 26px;
  }

  .service-select-grid .option-body span {
    font-size: 15.5px;
    line-height: 1.34;
  }

  .pricing-step[data-step="5"] {
    max-width: 1220px;
  }

  .addon-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1120px;
    width: 100%;
  }

  .addon-option {
    display: flex;
    min-height: 382px;
    flex-direction: column;
  }

  .addon-option img {
    height: 165px;
  }

  .addon-content {
    flex: 1;
    padding: 18px 20px 22px;
  }

  .addon-content strong {
    font-size: 24px;
  }

  .addon-content > span:not(.pill) {
    font-size: 15px;
  }

  .addon-content em {
    font-size: 14px;
  }

  .pill {
    font-size: 13px;
  }

  .addon-action {
    align-self: stretch;
    justify-self: auto;
    min-width: 0;
    margin: 0 20px 20px;
    padding: 13px 16px;
  }

  .pricing-step[data-step="6"] {
    max-width: 980px;
  }

  .pricing-step[data-step="6"] .summary-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 900px;
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  .pricing-stage {
    min-height: calc(100vh - 76px);
    padding: 10px 0 30px;
  }

  .pricing-progress {
    min-height: 72px;
    border-radius: 22px;
    padding: 14px 28px;
  }

  .pricing-progress span,
  .pricing-progress strong {
    font-size: 17px;
  }

  .pricing-bar {
    height: 8px;
    margin-top: 9px;
  }

  .pricing-step {
    margin-top: 18px;
  }

  .pricing-step h1 {
    font-size: 40px;
  }

  .pricing-intro {
    margin-top: 12px;
    font-size: 18px;
  }

  .pricing-note {
    font-size: 16px;
  }

  .pricing-warning {
    margin-top: 10px;
    padding: 8px 16px;
    font-size: 14px;
  }

  .service-select-grid,
  .three-card-grid {
    gap: 18px;
    margin-top: 22px;
  }

  .service-select-grid .image-option {
    min-height: 300px;
  }

  .service-select-grid .image-option img {
    height: 118px;
  }

  .service-select-grid .option-body {
    padding: 18px 20px 20px;
  }

  .service-select-grid .option-body strong {
    font-size: 23px;
  }

  .service-select-grid .option-body span {
    font-size: 14px;
  }

  .three-card-grid .image-option {
    min-height: 326px;
  }

  .three-card-grid .image-option img {
    height: 130px;
  }

  .option-body {
    padding: 20px 24px 22px;
  }

  .option-body strong {
    font-size: 26px;
  }

  .option-body span {
    font-size: 16px;
  }

  .popular-ribbon {
    min-width: 128px;
    padding: 7px 14px;
    font-size: 15px;
  }

  .selected-mark {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    font-size: 26px;
  }

  .pricing-step h2.quick-title {
    margin: 24px 0 16px;
    font-size: 24px;
  }

  .area-grid {
    gap: 14px;
  }

  .area-option {
    min-height: 74px;
    font-size: 27px;
  }

  .custom-acreage {
    margin-top: 28px;
  }

  .custom-acreage label {
    margin-bottom: 12px;
    font-size: 21px;
  }

  .custom-acreage input {
    min-height: 50px;
  }

  .acreage-help {
    margin-top: 14px;
    padding: 16px 20px;
    font-size: 15px;
  }

  .pricing-step[data-step="5"] .addon-stack {
    margin-top: 18px;
  }

  .pricing-step[data-step="5"] .addon-option {
    min-height: 326px;
  }

  .pricing-step[data-step="5"] .addon-option img {
    height: 130px;
  }

  .pricing-step[data-step="5"] .addon-content {
    padding: 14px 16px 10px;
  }

  .pricing-step[data-step="5"] .addon-content strong {
    font-size: 20px;
  }

  .pricing-step[data-step="5"] .addon-content > span:not(.pill) {
    font-size: 13.25px;
  }

  .pricing-step[data-step="5"] .addon-action {
    margin: 0 16px 16px;
    padding: 8px 12px;
  }

  .estimate-result {
    gap: 18px;
    margin-top: 20px;
    padding: 20px;
  }

  .estimate-result [data-price-range] {
    font-size: 46px;
  }

  .estimate-result p {
    font-size: 15px;
  }

  .summary-table {
    gap: 10px;
    margin-top: 16px;
  }

  .price-samples div,
  .summary-table div {
    padding: 11px 14px;
  }

  .pricing-cta-row {
    margin-top: 16px;
  }

  .pricing-actions {
    margin-top: 16px;
    padding-top: 12px;
  }

  .wizard-nav {
    min-height: 46px;
  }
}

.pricing-option {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  border: 1px solid var(--hwx-border);
  border-radius: 22px;
  background: var(--hwx-white);
  color: var(--hwx-green-dark);
  cursor: pointer;
  font: inherit;
  text-align: left;
  box-shadow: 0 22px 58px rgba(64, 42, 11, .08);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.pricing-option:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 64px rgba(64, 42, 11, .12);
}

.pricing-option.is-selected {
  border-color: var(--hwx-green);
  background: linear-gradient(180deg, #f4fff0 0%, #e4f7dc 100%);
  box-shadow: 0 28px 70px rgba(38, 122, 61, .2);
}

.image-option {
  display: flex;
  min-height: 398px;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
}

.image-option img {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  height: 190px;
  margin: 0;
  border-radius: 22px 22px 0 0;
  object-fit: cover;
}

.image-option img.service-image-hillside {
  object-position: 45% 55%;
}

.image-option img.service-image-trails {
  object-position: center;
}

.image-option img.service-image-brushhog {
  object-position: 42% 48%;
}

.image-option img.density-image-light {
  object-position: 50% 56%;
}

.image-option img.density-image-medium {
  object-position: center;
}

.image-option img.density-image-dense {
  object-position: center;
}

.image-option img.terrain-image-flat {
  object-position: 50% 52%;
}

.image-option img.terrain-image-rolling {
  object-position: center;
}

.image-option img.terrain-image-steep {
  object-position: center;
}

.three-card-grid .image-option {
  min-height: 382px;
}

.three-card-grid .image-option img {
  height: 165px;
}

.option-body {
  display: block;
  padding: 24px 28px 28px;
}

.option-body strong {
  display: block;
  margin-bottom: 10px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.02;
  text-transform: uppercase;
}

.option-body span {
  display: block;
  color: var(--hwx-muted);
  font-size: 17px;
  line-height: 1.35;
}

.option-body .terrain-condition-label {
  margin-bottom: 8px;
  color: var(--hwx-rust);
  font-family: Oswald, Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}

.option-body .terrain-adjustment {
  display: inline-block;
  margin-bottom: 12px;
  border-radius: 999px;
  padding: 7px 12px;
  background: #eaf7e8;
  color: var(--hwx-green);
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.option-body .terrain-description {
  color: var(--hwx-muted);
}

.pricing-option.is-selected .option-body span {
  color: var(--hwx-graphite);
  font-family: Oswald, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pricing-option.is-selected .option-body .terrain-condition-label {
  color: var(--hwx-rust);
}

.pricing-option.is-selected .option-body .terrain-description {
  color: var(--hwx-graphite);
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.popular-ribbon {
  position: absolute;
  z-index: 2;
  top: -1px;
  left: -1px;
  min-width: 142px;
  padding: 8px 16px;
  border-radius: 20px 0 0 0;
  background: var(--hwx-road-yellow);
  color: #111;
  font-family: Oswald, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.selected-mark {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--hwx-green);
  color: var(--hwx-white);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.pricing-option.is-selected .selected-mark {
  display: flex;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.area-option {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 18px;
  color: var(--hwx-green-dark);
  font-family: Oswald, Arial, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.area-option.contact-area {
  color: #595959;
  font-size: 22px;
  letter-spacing: .08em;
  line-height: 1.18;
  text-transform: uppercase;
}

.custom-acreage {
  max-width: 660px;
  margin: 48px auto 0;
  text-align: left;
}

.custom-acreage label {
  display: block;
  margin-bottom: 16px;
  color: var(--hwx-green-dark);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.custom-acreage input {
  width: 100%;
  min-height: 58px;
  border: 1px solid var(--hwx-border);
  border-radius: 16px;
  padding: 0 24px;
  background: rgba(255, 250, 241, .92);
  color: var(--hwx-text);
  font-size: 19px;
}

.acreage-help {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 16px;
  margin-top: 18px;
  border: 1px solid var(--hwx-border);
  border-radius: 12px;
  padding: 22px 24px;
  background: rgba(255, 250, 241, .7);
  color: var(--hwx-muted);
  font-family: Oswald, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.35;
}

.acreage-help span {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--hwx-red);
  border-radius: 999px;
  color: var(--hwx-red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.addon-stack {
  display: grid;
  gap: 24px;
  max-width: 930px;
  margin: 30px auto 0;
}

.addon-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  overflow: hidden;
  padding: 0;
}

.addon-option img {
  grid-column: 1 / -1;
  width: 100%;
  height: 168px;
  object-fit: cover;
}

.addon-content {
  display: block;
  padding: 24px 28px 28px;
}

.addon-content strong {
  display: block;
  margin: 8px 0 10px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.addon-content > span:not(.pill) {
  display: block;
  color: var(--hwx-muted);
  font-size: 16.5px;
  line-height: 1.36;
}

.addon-content em {
  display: block;
  margin-top: 14px;
  color: var(--hwx-red);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}

.pill {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 14px;
  background: #e4f7dc;
  color: var(--hwx-green);
  font-size: 15px;
  font-weight: 800;
}

.addon-action {
  align-self: center;
  justify-self: center;
  min-width: 74px;
  border: 1px solid var(--hwx-border);
  border-radius: 20px;
  padding: 16px 18px;
  background: var(--hwx-white);
  color: var(--hwx-green-dark);
  font-size: 20px;
  text-align: center;
}

.addon-option.is-selected .addon-action {
  background: var(--hwx-road-yellow);
  color: var(--hwx-black);
}

.addon-tier-card {
  grid-template-columns: 1fr;
  border: 1px solid var(--hwx-border);
  border-radius: 22px;
  background: var(--hwx-white);
  box-shadow: 0 22px 58px rgba(64, 42, 11, .08);
}

.addon-tier-card .addon-content {
  padding-bottom: 30px;
}

.grapple-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.grapple-choice {
  display: grid;
  min-width: 0;
  gap: 8px;
  padding: 22px;
}

.grapple-choice strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.05;
}

.grapple-choice em {
  color: var(--hwx-rust);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.grapple-choice span:not(.selected-mark) {
  color: var(--hwx-muted);
  font-size: 15px;
  line-height: 1.35;
}

.grapple-choice.is-selected span:not(.selected-mark) {
  color: var(--hwx-graphite);
}

.site-review-request-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  width: min(100%, 980px);
  margin: 24px auto 0;
  padding: 22px 26px;
  align-items: center;
}

.site-review-copy {
  display: grid;
  gap: 8px;
}

.site-review-copy strong {
  color: var(--hwx-green-dark);
  font-family: Oswald, Arial, sans-serif;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
}

.site-review-copy span,
.site-review-copy small {
  color: var(--hwx-muted);
  font-size: 15px;
  line-height: 1.35;
}

.site-review-copy small {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(250, 210, 1, .42);
  color: var(--hwx-red);
  font-weight: 900;
}

.site-review-request-option em {
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--hwx-green);
  color: var(--hwx-white);
  font-family: Oswald, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.site-review-request-option.is-selected .site-review-copy span,
.site-review-request-option.is-selected .site-review-copy small {
  color: var(--hwx-graphite);
}

.site-review-request-option.is-selected .site-review-copy small {
  color: var(--hwx-red);
}

.estimate-result {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 22px;
  margin-top: 28px;
  border: 1px solid var(--hwx-border);
  border-radius: 26px;
  padding: 26px;
  background: var(--hwx-white);
  text-align: left;
  box-shadow: 0 26px 70px rgba(64, 42, 11, .1);
}

.estimate-line-items {
  display: grid;
  gap: 10px;
}

.estimate-line-items div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(132px, .25fr);
  gap: 14px;
  align-items: center;
  border: 1px solid var(--hwx-border);
  border-radius: 14px;
  padding: 13px 14px;
  background: var(--hwx-paper);
  color: var(--hwx-muted);
}

.estimate-line-items .line-head {
  background: var(--hwx-green-dark);
  color: var(--hwx-white);
  font-family: Oswald, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.estimate-line-items .line-head span,
.estimate-line-items .line-head strong {
  font-family: Oswald, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.estimate-line-items div:not(.line-head) span {
  color: var(--hwx-graphite);
  font-weight: 800;
}

.estimate-line-items strong {
  color: var(--hwx-green-dark);
  font-family: Oswald, Arial, sans-serif;
  font-size: 18px;
  text-align: right;
}

.estimate-line-items .line-head strong {
  color: var(--hwx-white);
}

.full-day-block-note,
.site-review-note {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  border: 1px solid rgba(38, 122, 61, .24);
  border-radius: 18px;
  padding: 18px;
  background: #f4fff0;
  color: var(--hwx-green-dark);
}

.full-day-block-note[hidden],
.site-review-note[hidden] {
  display: none;
}

.full-day-block-note strong,
.site-review-note strong {
  color: var(--hwx-green-dark);
  font-family: Oswald, Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}

.full-day-block-note p,
.site-review-note p {
  margin: 0;
  color: var(--hwx-muted);
  font-size: 15px;
  line-height: 1.4;
}

.estimate-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 980px;
  margin: 20px auto 0;
  text-align: left;
}

.estimate-benefit {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--hwx-muted);
  font-size: 15px;
  line-height: 1.35;
}

.estimate-benefit::before {
  grid-row: 1 / span 2;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--hwx-green);
  color: var(--hwx-white);
  content: "✓";
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
}

.pricing-info {
  max-width: 980px;
  margin: 20px auto 0;
  border: 1px solid var(--hwx-border);
  border-radius: 22px;
  padding: 22px;
  background: var(--hwx-paper);
  text-align: left;
}

.pricing-info h3 {
  margin-bottom: 12px;
  color: var(--hwx-green-dark);
  font-size: 28px;
}

.pricing-info p {
  margin: 0;
  color: var(--hwx-muted);
  font-size: 17px;
  line-height: 1.45;
}

.estimate-lead-form {
  display: grid;
  max-width: 980px;
  margin: 22px auto 0;
  border: 1px solid var(--hwx-border);
  border-radius: 24px;
  padding: 24px;
  background: var(--hwx-white);
  text-align: left;
  box-shadow: 0 22px 60px rgba(64, 42, 11, .1);
}

.estimate-lead-form h2 {
  margin-bottom: 18px;
  font-size: 36px;
  line-height: 1;
}

.estimate-lead-form small {
  display: block;
  margin-top: 14px;
  color: var(--hwx-muted);
}

.estimate-lead-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.estimate-lead-form label {
  display: grid;
  gap: 8px;
  color: var(--hwx-green-dark);
  font-family: Oswald, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.estimate-lead-form input,
.estimate-lead-form textarea {
  width: 100%;
  border: 1px solid var(--hwx-border);
  border-radius: 14px;
  padding: 14px 16px;
  color: var(--hwx-text);
  font: 16px Arial, Helvetica, sans-serif;
}

.estimate-lead-form textarea {
  min-height: 88px;
  resize: vertical;
}

.estimate-lead-form .full {
  grid-column: 1 / -1;
}

.btn-muted {
  border-color: var(--hwx-green-dark);
  background: #e7dfcf;
  color: var(--hwx-green-dark);
}

.result-label {
  margin: 0 0 10px;
  color: var(--hwx-red);
  font-family: Oswald, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.estimate-result [data-price-range] {
  display: block;
  color: var(--hwx-green);
  font-family: Anton, Oswald, Arial, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: .95;
}

.estimate-result [data-price-range].is-site-review {
  color: var(--hwx-red);
  font-family: Oswald, Arial, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.estimate-total [data-hours-copy] {
  margin-top: 15px;
}

.estimate-terms-note {
  margin-top: 16px;
  border-left: 5px solid var(--hwx-gold);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(255, 204, 0, .13);
  color: var(--hwx-graphite);
  font-weight: 700;
  line-height: 1.45;
}

.estimate-terms-note a {
  color: var(--hwx-red);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.estimate-result p {
  color: var(--hwx-muted);
  font-size: 17px;
}

.price-samples {
  display: grid;
  gap: 12px;
}

.price-samples div,
.summary-table div {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid var(--hwx-border);
  border-radius: 14px;
  padding: 14px 16px;
  background: var(--hwx-paper);
  color: var(--hwx-muted);
}

.price-samples strong,
.summary-table strong {
  color: var(--hwx-green-dark);
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  white-space: nowrap;
}

.summary-table {
  display: grid;
  gap: 12px;
  max-width: 780px;
  margin: 20px auto 0;
  text-align: left;
}

.pricing-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}

.pricing-actions {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  border-top: 1px solid rgba(102, 100, 94, .2);
  padding-top: 24px;
}

.wizard-nav {
  display: inline-flex;
  min-width: 160px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid var(--hwx-border);
  border-radius: 20px;
  padding: 0 30px;
  background: var(--hwx-white);
  color: var(--hwx-green-dark);
  cursor: pointer;
  font-family: Oswald, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.wizard-nav.continue {
  border-color: var(--hwx-road-yellow);
  background: var(--hwx-road-yellow);
}

.wizard-nav:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.wizard-nav.continue:disabled {
  border-color: rgba(250, 210, 1, .35);
  background: rgba(250, 210, 1, .35);
  color: rgba(8, 8, 8, .55);
  opacity: 1;
}

@media (min-width: 981px) {
  .pricing-step[data-step="5"] .pricing-intro {
    margin-top: 14px;
  }

  .pricing-step[data-step="5"] .addon-stack {
    margin-top: 22px;
  }

  .pricing-step[data-step="5"] .addon-option {
    display: flex;
    min-height: 382px;
    flex-direction: column;
  }

  .pricing-step[data-step="5"] .addon-option img {
    height: 165px;
  }

  .pricing-step[data-step="5"] .addon-content {
    flex: 1;
    padding: 16px 18px 12px;
  }

  .pricing-step[data-step="5"] .addon-content strong {
    font-size: 22px;
  }

  .pricing-step[data-step="5"] .addon-content > span:not(.pill) {
    font-size: 14.25px;
    line-height: 1.24;
  }

  .pricing-step[data-step="5"] .addon-content em {
    margin-top: 8px;
    font-size: 14px;
  }

  .pricing-step[data-step="5"] .addon-action {
    align-self: stretch;
    justify-self: auto;
    min-width: 0;
    margin: 0 18px 18px;
    padding: 10px 14px;
    font-size: 17px;
  }
}

.pricing-progress.is-complete .pricing-bar span {
  background: linear-gradient(90deg, #1c8f3a, #35b761);
}

@media (min-width: 981px) {
  .pricing-step[data-step="5"],
  .pricing-step[data-step="6"] {
    max-width: 1060px;
  }

  .pricing-step[data-step="5"] .addon-stack {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 980px;
    width: 100%;
    gap: 26px;
  }

  .pricing-step[data-step="5"] .addon-option {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 142px;
    min-height: 0;
  }

  .pricing-step[data-step="5"] .addon-tier-card {
    grid-template-columns: 1fr;
  }

  .pricing-step[data-step="5"] .addon-option img {
    grid-column: 1 / -1;
    height: 176px;
  }

  .pricing-step[data-step="5"] .addon-content {
    padding: 24px 30px 28px;
  }

  .pricing-step[data-step="5"] .addon-content strong {
    font-size: 28px;
  }

  .pricing-step[data-step="5"] .addon-content > span:not(.pill) {
    font-size: 16px;
    line-height: 1.36;
  }

  .pricing-step[data-step="5"] .addon-content em {
    margin-top: 14px;
    font-size: 16px;
  }

  .pricing-step[data-step="5"] .addon-action {
    align-self: center;
    justify-self: center;
    width: auto;
    min-width: 96px;
    margin: 0 28px 28px 0;
    padding: 16px 20px;
    font-size: 18px;
  }
}

.estimate-result {
  display: block;
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
  padding: 28px;
  background: var(--hwx-white);
}

.estimate-total {
  margin: 0 0 18px;
  border-bottom: 1px solid var(--hwx-border);
  padding-bottom: 20px;
}

.estimate-line-items {
  display: grid;
  width: 100%;
  gap: 10px;
}

.estimate-line-items div {
  grid-template-columns: minmax(0, 1fr) minmax(150px, .24fr);
  width: 100%;
}

.summary-table,
.estimate-benefits {
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
  border: 1px solid var(--hwx-border);
  border-radius: 24px;
  padding: 22px;
  background: var(--hwx-paper);
  box-shadow: 0 18px 50px rgba(16, 16, 16, .05);
}

.summary-table {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.summary-table div {
  min-width: 0;
  background: var(--hwx-white);
}

.summary-table span,
.summary-table strong {
  min-width: 0;
}

.summary-table strong {
  white-space: normal;
  text-align: right;
}

.estimate-benefits {
  grid-template-columns: 1fr;
  gap: 18px;
}

.estimate-benefit {
  min-width: 0;
}

.estimate-benefit strong {
  grid-column: 2;
  display: block;
  margin-bottom: 5px;
  color: var(--hwx-graphite);
  font-weight: 900;
}

.estimate-benefit span {
  grid-column: 2;
  display: block;
  max-width: none;
}

.pricing-info {
  width: 100%;
}

.estimate-capture-modal[hidden] {
  display: none;
}

.estimate-capture-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 14px;
}

.estimate-capture-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(16, 16, 16, .74);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.estimate-capture-card {
  position: relative;
  z-index: 1;
  width: min(100%, 640px);
  max-height: calc(100dvh - 28px);
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  padding: 22px;
  background: var(--hwx-black);
  color: var(--hwx-white);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .45);
}

.estimate-capture-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: var(--hwx-white);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.estimate-capture-card h2 {
  margin: 2px 44px 6px 0;
  color: var(--hwx-white);
  font-size: 28px;
  line-height: 1;
}

.estimate-capture-card .kicker {
  margin: 0 44px 6px 0;
  font-size: 20px;
}

.capture-intro,
.estimate-capture-card small {
  color: rgba(255, 255, 255, .68);
}

.estimate-capture-card small {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.25;
}

.capture-intro {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.25;
}

.estimate-capture-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  margin-top: 14px;
}

.estimate-capture-grid label {
  display: grid;
  gap: 5px;
  color: rgba(255, 255, 255, .8);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.estimate-capture-grid .full {
  grid-column: 1 / -1;
}

.estimate-capture-grid input,
.estimate-capture-grid textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, .06);
  color: var(--hwx-white);
  font: 15px Arial, Helvetica, sans-serif;
}

.estimate-capture-grid textarea {
  min-height: 56px;
  resize: vertical;
}

.estimate-capture-card .btn {
  width: 100%;
  min-height: 46px;
  margin-top: 12px;
}

@media (max-height: 720px) {
  .estimate-capture-card {
    padding: 16px;
  }

  .estimate-capture-card .kicker {
    margin-bottom: 4px;
    font-size: 18px;
  }

  .estimate-capture-card h2 {
    margin-bottom: 4px;
    font-size: 24px;
  }

  .capture-intro {
    font-size: 14px;
  }

  .estimate-capture-grid {
    gap: 8px 10px;
    margin-top: 10px;
  }

  .estimate-capture-grid input,
  .estimate-capture-grid textarea {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 14px;
  }

  .estimate-capture-grid textarea {
    min-height: 48px;
  }

  .estimate-capture-card .btn {
    min-height: 42px;
    margin-top: 10px;
  }
}

.capture-status {
  margin: 14px 0 0;
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(53, 183, 97, .16);
  color: #b7f6ca;
  font-weight: 800;
}

.capture-status strong {
  display: block;
  margin-bottom: 6px;
  color: var(--hwx-white);
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.capture-status p {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, .76);
  font-weight: 700;
  line-height: 1.35;
}

.capture-status.is-error {
  background: rgba(163, 29, 42, .22);
  color: var(--hwx-white);
}

.newsletter-band {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: 54px;
  background:
    radial-gradient(circle at 96% 6%, rgba(90, 58, 34, .86) 0 14%, transparent 15%),
    radial-gradient(circle at 89% 18%, rgba(250, 210, 1, .13) 0 10%, transparent 19%),
    linear-gradient(135deg, var(--hwx-black), var(--hwx-charcoal) 58%, var(--hwx-graphite));
  color: var(--hwx-white);
  box-shadow: 0 26px 70px rgba(8, 8, 8, .18);
}

.newsletter-band::before {
  position: absolute;
  top: -64px;
  right: -38px;
  width: 310px;
  height: 310px;
  border-radius: 999px;
  background: rgba(159, 63, 31, .22);
  content: "";
}

.newsletter-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 520px);
  gap: 52px;
  align-items: center;
}

.newsletter-band .kicker {
  color: var(--hwx-road-yellow);
}

.newsletter-band h2 {
  max-width: 650px;
  color: var(--hwx-white);
  font-size: 58px;
  line-height: .98;
}

.newsletter-band p {
  max-width: 680px;
  color: rgba(255, 255, 255, .78);
  font-size: 22px;
  line-height: 1.46;
}

.newsletter-points {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.newsletter-points li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 16px;
  color: rgba(255, 255, 255, .88);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.32;
}

.newsletter-points li::before {
  color: var(--hwx-road-yellow);
  content: "✓";
  font-size: 24px;
  line-height: 1;
}

.newsletter-form {
  border-radius: 30px;
  padding: 34px;
  background: rgba(255, 255, 255, .96);
  color: var(--hwx-text);
}

.newsletter-form label {
  display: block;
  margin-bottom: 10px;
  color: var(--hwx-charcoal);
  font-family: Oswald, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.newsletter-form input {
  width: 100%;
  min-height: 62px;
  margin-bottom: 20px;
  border: 1px solid var(--hwx-border);
  border-radius: 16px;
  padding: 0 22px;
  color: var(--hwx-text);
  font-size: 19px;
}

.newsletter-form .btn {
  width: 100%;
  min-height: 66px;
  border: 0;
  cursor: pointer;
}

.newsletter-form small {
  display: block;
  margin-top: 16px;
  color: var(--hwx-muted);
  font-size: 14px;
  line-height: 1.45;
}

.newsletter-success {
  display: grid;
  min-height: 300px;
  align-content: center;
  gap: 14px;
  border: 2px solid rgba(38, 122, 61, .24);
  border-radius: 24px;
  padding: 28px;
  background: linear-gradient(180deg, var(--hwx-white) 0%, #f4fff0 100%);
  color: var(--hwx-charcoal);
}

.newsletter-success.is-error {
  border-color: rgba(172, 29, 36, .34);
  background: linear-gradient(180deg, var(--hwx-white) 0%, #fff3f1 100%);
}

.newsletter-success strong {
  font-family: Oswald, Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.newsletter-success p {
  margin: 0;
  color: var(--hwx-muted);
  font-size: 17px;
  line-height: 1.45;
}

.exit-intent-open {
  overflow: hidden;
}

.exit-intent-modal {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.exit-intent-modal[hidden] {
  display: none;
}

.exit-intent-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(6, 8, 8, .66);
  cursor: pointer;
}

.exit-intent-card {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 24px;
  padding: 32px;
  background:
    linear-gradient(135deg, rgba(16, 16, 16, .96), rgba(24, 34, 28, .96)),
    var(--hwx-black);
  color: var(--hwx-white);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .38);
}

.exit-intent-card h2 {
  margin-bottom: 12px;
  font-size: clamp(42px, 7vw, 66px);
}

.exit-intent-card p {
  max-width: 420px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.42;
}

.exit-intent-card .btn {
  margin-top: 12px;
}

.exit-intent-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: var(--hwx-white);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.mini-table {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.mini-table div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  padding-bottom: 8px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

@media (max-width: 980px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 42px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    position: absolute;
    right: 14px;
  }

  .nav-links {
    position: absolute;
    top: 112px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-radius: 20px;
    padding: 12px;
    background: rgba(8, 8, 8, .96);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 15px 14px;
  }

  .nav-item {
    display: grid;
    min-height: 0;
  }

  .nav-link {
    padding: 15px 14px;
  }

  .services-menu {
    position: static;
    width: auto;
    min-width: 0;
    max-height: min(66vh, 620px);
    overflow-y: auto;
    border-radius: 14px;
    padding: 12px;
    background: rgba(255, 255, 255, .05);
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .services-menu-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .services-menu-group {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 10px;
  }

  .services-menu-group:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .services-menu-group h3 {
    margin-left: 14px;
    font-size: 13px;
  }

  .services-menu a {
    padding: 11px 14px;
    font-size: 14px;
  }

  .services-menu-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .nav .btn {
    display: none;
  }

  .brand {
    min-width: auto;
    flex-shrink: 1;
    font-size: 24px;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .nav {
    justify-content: flex-start;
  }

  .section-head,
  .split,
  .feature-block,
  .quote-band,
  .estimator,
  .newsletter-grid,
  .case-details,
  .review-count-card,
  .review-stats-band,
  .hero-content,
  .footer-grid,
  .request-grid,
  .request-cards,
  .area-overview-card,
  .county-block,
  .county-block.reverse {
    grid-template-columns: 1fr;
  }

  .county-block.reverse .county-copy,
  .county-block.reverse .county-map {
    order: initial;
  }

  .hero-content {
    width: calc(100% - 40px);
    max-width: var(--hwx-container);
    gap: 24px;
    padding-top: 112px;
  }

  .hero-card,
  .rating-card {
    height: auto;
    min-height: 0;
  }

  .hero-card h1 {
    font-size: 56px;
  }

  .hero-card .lead {
    font-size: 18px;
  }

  .rating-card {
    max-width: none;
  }

  .review-stats-band {
    max-width: 560px;
  }

  .request-form {
    padding: 32px;
  }

  .area-overview-copy,
  .county-copy {
    padding: 24px;
  }

  .area-overview-copy p,
  .county-copy > p {
    font-size: 16px;
  }

  .area-map-card img,
  .county-map img {
    min-height: 280px;
  }

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

  .request-progress span {
    width: 110px;
  }

  .process-showcase-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .process-copy h2,
  .process-copy .section-lead {
    max-width: none;
  }

  .process-visual {
    min-height: 420px;
  }

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

  .card-grid,
  .review-grid,
  .service-directory {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-directory .service-card {
    grid-template-columns: 1fr;
  }

  .service-directory .service-card img {
    height: 230px;
    min-height: 0;
  }

  .proof-lead {
    padding-top: 74px;
  }

  .case-tabs {
    flex-wrap: wrap;
    gap: 8px;
    margin: 34px 0 28px;
  }

  .case-tab {
    min-width: 0;
    flex: 1;
    padding: 14px 10px;
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  .menu-toggle {
    position: absolute;
    right: 14px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    z-index: 50;
  }
}

@media (max-width: 640px) {
  .container,
  .wide {
    width: calc(100% - 24px);
  }

  .hero {
    min-height: 690px;
  }

  .hero.compact {
    min-height: 500px;
  }

  .hero-card {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 24px;
  }

  .hero-card h1 {
    font-size: 36px;
  }

  .hero-card .lead {
    font-size: 16px;
  }

  .rating-card,
  .hero-side {
    min-height: 0;
    max-width: none;
  }

  .rating-card {
    padding: 24px;
  }

  .proof-mark {
    gap: 10px;
    font-size: 20px;
  }

  .proof-star {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .rating-score {
    font-size: 42px;
  }

  .stars {
    font-size: 30px;
  }

  .rating-title {
    font-size: 34px;
  }

  .rating-card p {
    font-size: 17px;
  }

  .rating-link {
    font-size: 17px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  .lead {
    font-size: 16px;
  }

  .proof-strip,
  .card-grid,
  .steps,
  .choice-grid,
  .review-grid,
  .service-directory,
  .case-stats {
    grid-template-columns: 1fr;
  }

  .proof-lead h1 {
    font-size: 39px;
  }

  .proof-lead .section-lead {
    font-size: 18px;
  }

  .process-copy h2 {
    font-size: 42px;
  }

  .process-copy .section-lead {
    font-size: 18px;
  }

  .process-step {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
    border-radius: 18px;
  }

  .process-number {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 26px;
  }

  .process-step h3 {
    font-size: 23px;
  }

  .process-step p {
    font-size: 16px;
  }

  .process-visual {
    min-height: 320px;
    border-radius: 22px;
  }

  .process-label {
    top: 14px;
    padding: 7px 11px;
    font-size: 13px;
  }

  .process-label-before {
    left: 14px;
  }

  .process-label-after {
    right: 14px;
  }

  .case-details {
    gap: 28px;
  }

  .case-details h2 {
    font-size: 32px;
  }

  .compare-label {
    top: 12px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .compare-label.before {
    left: 12px;
  }

  .compare-label.after {
    right: 12px;
  }

  .compare-handle::after {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }

  .band {
    padding: 62px 0;
  }

  .brand {
    font-size: 20px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .nav {
    gap: 10px;
    min-height: 66px;
    padding: 9px 11px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
    margin-left: auto;
    font-size: 12px;
  }

  .hero-actions .btn {
    flex: 1 1 155px;
    min-width: 0;
    min-height: 54px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .pricing-stage {
    padding-top: 46px;
  }

  .pricing-progress,
  .pricing-conversion-header,
  .estimate-result,
  .estimate-benefits,
  .estimate-lead-grid {
    grid-template-columns: 1fr;
  }

  .pricing-step h1 {
    font-size: 42px;
  }

  .service-select-grid,
  .three-card-grid {
    grid-template-columns: 1fr;
  }

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

  .addon-option {
    grid-template-columns: 1fr;
  }

  .grapple-choice-grid {
    grid-template-columns: 1fr;
  }

  .addon-action {
    width: calc(100% - 68px);
    margin: 0 34px 34px;
  }

  .summary-table,
  .estimate-benefits,
  .estimate-capture-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .pricing-container {
    width: calc(100% - 24px);
  }

  .pricing-stage {
    min-height: auto;
    padding: 34px 0 62px;
  }

  .pricing-progress {
    min-height: 92px;
    border-radius: 20px;
    padding: 20px;
  }

  .pricing-conversion-header {
    border-radius: 22px;
    padding: 24px;
  }

  .pricing-conversion-header h1 {
    font-size: 31px;
  }

  .pricing-conversion-header p {
    font-size: 18px;
  }

  .pricing-progress {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .pricing-progress > div > span,
  .pricing-progress > strong,
  .pricing-bar {
    grid-column: 1;
  }

  .pricing-progress > strong {
    justify-self: start;
  }

  .pricing-progress span,
  .pricing-progress strong {
    font-size: 17px;
  }

  .pricing-step {
    margin-top: 38px;
  }

  .pricing-step h1 {
    font-size: 34px;
  }

  .pricing-intro {
    font-size: 18px;
  }

  .area-grid {
    gap: 12px;
  }

  .area-option {
    min-height: 78px;
    font-size: 24px;
  }

  .image-option {
    min-height: auto;
  }

  .image-option img,
  .three-card-grid .image-option img {
    height: 190px;
  }

  .option-body {
    padding: 24px;
  }

  .option-body strong,
  .addon-content strong {
    font-size: 28px;
  }

  .estimate-result {
    padding: 24px;
  }

  .estimate-line-items div {
    grid-template-columns: 1fr;
  }

  .estimate-line-items strong {
    text-align: left;
  }

  .estimate-result [data-price-range] {
    font-size: 42px;
  }

  .estimate-result [data-price-range].is-site-review {
    font-size: 30px;
  }

  .pricing-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .wizard-nav {
    width: 100%;
  }

  .newsletter-band {
    border-radius: 22px;
    padding: 28px;
  }

  .newsletter-band h2 {
    font-size: 34px;
  }

  .newsletter-band p,
  .newsletter-points li {
    font-size: 17px;
  }

  .newsletter-form {
    padding: 24px;
  }

}

@media (min-width: 981px) and (max-height: 820px) {
  .pricing-actions {
    margin-top: 16px;
    padding-top: 12px;
  }

  .wizard-nav {
    min-height: 46px;
  }
}
