﻿:root {
  --ink: #080808;
  --ink-2: #171717;
  --paper: #f7f3ea;
  --paper-2: #fffdf8;
  --muted: #686158;
  --line: rgba(8, 8, 8, 0.12);
  --gold: #c79a36;
  --gold-2: #e0bd64;
  --gold-3: #8d6420;
  --sage: #0d6b5e;
  --sage-soft: #e5f2ed;
  --white: #ffffff;
  --danger: #b84736;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  --shadow-soft: 0 12px 35px rgba(0, 0, 0, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  background:
    linear-gradient(120deg, rgba(199, 154, 54, 0.06), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f5f6f3 100%);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

button,
input,
select {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

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

.brand-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px clamp(16px, 4vw, 44px);
  background: rgba(255, 253, 248, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: flex;
  align-items: center;
  width: min(240px, 42vw);
  text-decoration: none;
}

.brand-mark img {
  width: 100%;
  height: auto;
}

.brand-proof {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.brand-proof span,
.micro-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.call-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.assessment-page {
  padding: clamp(16px, 3vw, 36px);
}

.assessment-shell {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(420px, 1fr);
  gap: clamp(18px, 3vw, 34px);
  max-width: 1240px;
  min-height: calc(100vh - 106px);
  margin: 0 auto;
  align-items: stretch;
}

.brand-panel,
.form-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.82);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.brand-panel {
  display: grid;
  grid-template-rows: minmax(420px, 1fr) auto auto;
}

.media-frame {
  position: relative;
  min-height: clamp(420px, 50vh, 560px);
  background: var(--ink);
  isolation: isolate;
  overflow: hidden;
}

.media-frame img {
  width: 100%;
  height: 100%;
  min-height: clamp(420px, 50vh, 560px);
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.015);
  transition:
    opacity 220ms ease,
    filter 180ms ease,
    transform 220ms ease;
}

.media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.06) 48%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 18%, rgba(0, 0, 0, 0.56) 100%);
}

.media-frame::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 22px;
  right: 22px;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, rgba(231, 191, 83, 0.78), rgba(255, 255, 255, 0.12), transparent);
}

.media-badge {
  position: absolute;
  left: clamp(18px, 3vw, 28px);
  right: clamp(18px, 3vw, 28px);
  bottom: clamp(18px, 3vw, 28px);
  z-index: 3;
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(10, 10, 8, 0.42), rgba(20, 17, 12, 0.26)),
    rgba(0, 0, 0, 0.06);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: var(--white);
  backdrop-filter: blur(18px) saturate(1.12);
}

.media-badge-kicker {
  color: rgba(244, 212, 125, 0.96);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
  text-transform: uppercase;
}

.media-badge strong {
  display: flex;
  align-items: flex-end;
  font-family: "Inter Tight", Arial, sans-serif;
  max-width: 13ch;
  min-height: clamp(92px, 7vw, 112px);
  font-size: clamp(44px, 4.2vw, 60px);
  line-height: 0.86;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.46);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.media-badge span {
  display: block;
  max-width: 40ch;
  min-height: 48px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.42;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.brand-panel.is-brand-swapping .media-frame img {
  animation: brandImageFade 360ms ease both;
}

.brand-panel.is-brand-swapping .media-badge strong,
.brand-panel.is-brand-swapping .media-badge > span {
  animation: brandTextFade 300ms ease both;
}

.media-badge-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.media-badge-proof em {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.media-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 50px;
  margin-top: 6px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  box-shadow: 0 16px 34px rgba(204, 162, 55, 0.28);
  color: var(--ink);
  font-size: 16px;
  font-weight: 950;
  text-decoration: none;
}

.media-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 44px rgba(204, 162, 55, 0.34);
}

.brand-copy {
  padding: 24px;
}

.eyebrow,
.step-kicker {
  margin: 0 0 10px;
  color: var(--gold-3);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-copy h1,
.step h2 {
  margin: 0;
  font-family: "Inter Tight", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
}

.brand-copy h1 {
  max-width: 10ch;
  font-size: 66px;
}

.brand-copy p:last-child,
.step-copy {
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.6;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.trust-grid div {
  min-height: 120px;
  padding: 18px;
  border-right: 1px solid var(--line);
}

.trust-grid div:last-child {
  border-right: 0;
}

.trust-grid b {
  display: block;
  margin-bottom: 8px;
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 18px;
}

.trust-grid span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.form-panel {
  display: flex;
  flex-direction: column;
  padding: clamp(16px, 3vw, 26px);
}

.mobile-hero {
  display: none;
}

.mobile-trust-strip {
  display: none;
}

.form-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.form-topline div:first-child {
  display: grid;
  gap: 4px;
}

.form-topline span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.form-topline b {
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 22px;
}

.fit-meter {
  width: 78px;
  height: 78px;
  padding: 7px;
  border-radius: 50%;
  background: conic-gradient(var(--sage) 0deg, var(--line) 0deg);
}

.fit-meter i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--paper-2);
}

.progress-track {
  height: 8px;
  margin-bottom: clamp(20px, 4vw, 34px);
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.09);
  overflow: hidden;
}

.progress-track span {
  display: block;
  width: 8%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--sage));
  transition: width 220ms ease;
}

.smart-form {
  display: flex;
  flex: 1;
  flex-direction: column;
}

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

.step {
  display: none;
  animation: fadeUp 220ms ease both;
}

.step.is-active {
  display: block;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes brandImageFade {
  from {
    opacity: 0.42;
    filter: saturate(0.94) contrast(1.02);
    transform: scale(1.035);
  }

  to {
    opacity: 1;
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.015);
  }
}

@keyframes brandTextFade {
  from {
    opacity: 0;
    transform: translateY(7px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.step h2 {
  max-width: 12ch;
  font-size: 72px;
}

.step[data-step-name="contact"] h2 {
  max-width: 10.8ch;
}

.step-copy {
  max-width: 640px;
  margin: 16px 0 22px;
}

.zip-control,
.field-grid label {
  display: grid;
  gap: 8px;
}

.zip-control span,
.field-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.zip-control input {
  width: 100%;
  height: 86px;
  padding: 0 24px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 68px;
  font-weight: 900;
  letter-spacing: 0.02em;
  outline: none;
  box-shadow: var(--shadow-soft);
}

.zip-control input::placeholder {
  color: rgba(8, 8, 8, 0.28);
  font-size: 46px;
  font-weight: 850;
  letter-spacing: 0;
}

.area-result {
  position: relative;
  display: grid;
  gap: 5px;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.area-result strong {
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 20px;
}

.area-result span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.area-result.is-good {
  padding: 18px 18px 18px 56px;
  border-color: rgba(13, 107, 94, 0.42);
  background:
    linear-gradient(135deg, rgba(224, 189, 100, 0.2), transparent 56%),
    linear-gradient(180deg, #effbf4 0%, #d9f4e8 100%);
  box-shadow:
    0 16px 34px rgba(13, 107, 94, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.area-result.is-good::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 17px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, var(--sage), #17a06f);
  box-shadow:
    0 0 0 6px rgba(13, 107, 94, 0.12),
    0 10px 20px rgba(13, 107, 94, 0.2);
}

.area-result.is-good::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  width: 8px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

.area-result.is-loading::before {
  background:
    conic-gradient(from 90deg, var(--sage), rgba(13, 107, 94, 0.18), var(--gold), var(--sage));
  animation: areaLookupSpin 850ms linear infinite;
}

.area-result.is-loading::after {
  display: none;
}

.area-result.is-good strong {
  color: #053d35;
  font-size: 21px;
  line-height: 1.08;
}

.area-result.is-good span {
  color: #335d50;
  font-weight: 850;
}

.area-result.is-warning {
  border-color: rgba(184, 71, 54, 0.34);
  background: #fff1ed;
}

@keyframes areaLookupSpin {
  to {
    transform: rotate(360deg);
  }
}

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

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

.project-selection-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: -4px 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(13, 107, 94, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(13, 107, 94, 0.08), rgba(224, 189, 100, 0.12)),
    var(--white);
}

.project-selection-note b {
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.project-selection-note span {
  color: #5f584f;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  text-align: right;
}

.services-grid.is-maxed .option-card:not(.is-selected) {
  animation: maxedProjectNudge 420ms ease both;
}

@media (min-width: 761px) {
  .services-grid {
    grid-auto-rows: minmax(156px, 1fr);
    align-items: stretch;
  }

  .services-grid .option-card {
    grid-template-rows: 26px minmax(52px, auto) 1fr;
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .services-grid .option-card small {
    grid-row: 1;
  }

  .services-grid .option-card b {
    grid-row: 2;
    align-self: end;
  }

  .services-grid .option-card span {
    grid-row: 3;
    align-self: start;
  }
}

.option-card,
.preference-grid button {
  position: relative;
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 128px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  text-align: left;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.option-card:hover,
.preference-grid button:hover {
  transform: translateY(-2px);
  border-color: rgba(199, 154, 54, 0.58);
  box-shadow: var(--shadow-soft);
}

.option-card.is-selected,
.preference-grid button.is-selected {
  border-color: var(--ink);
  background: linear-gradient(135deg, #111 0%, #29231a 100%);
  color: var(--white);
  box-shadow: var(--shadow);
}

.option-card b {
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 26px;
  line-height: 1;
}

.compact-grid .option-card b {
  font-size: 22px;
}

.option-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
}

.option-card.is-selected span {
  color: rgba(255, 255, 255, 0.74);
}

.option-card small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  min-width: 34px;
  height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(199, 154, 54, 0.16);
  color: var(--gold-3);
  font-size: 11px;
  font-weight: 900;
}

.option-card.is-selected small {
  background: rgba(224, 189, 100, 0.2);
  color: var(--gold-2);
}

.services-grid .option-card.is-primary::after {
  content: "Main";
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 9px;
  border: 1px solid rgba(224, 189, 100, 0.34);
  border-radius: 999px;
  background: rgba(224, 189, 100, 0.18);
  color: var(--gold-2);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@keyframes maxedProjectNudge {
  0%,
  100% {
    border-color: var(--line);
  }

  42% {
    border-color: rgba(199, 154, 54, 0.88);
    box-shadow: 0 0 0 4px rgba(199, 154, 54, 0.14);
  }
}

.preferences-step h2 {
  max-width: 11ch;
  font-size: 68px;
}

.preference-note {
  display: grid;
  gap: 5px;
  margin: 0 0 16px;
  padding: 15px;
  border: 1px solid rgba(199, 154, 54, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(199, 154, 54, 0.14), rgba(13, 107, 94, 0.08)),
    var(--white);
}

.preference-note b {
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 18px;
}

.preference-note span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

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

.preference-grid button {
  display: grid;
  align-content: center;
  gap: 6px;
  min-height: 92px;
  padding: 16px;
  font-weight: 900;
}

.preference-grid button b {
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 26px;
  line-height: 1;
}

.preference-grid button span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.preference-grid button.is-selected span {
  color: rgba(255, 255, 255, 0.72);
}

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

.field-grid input,
.field-grid select {
  width: 100%;
  height: 58px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  outline: none;
  font-weight: 800;
}

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

.places-note {
  display: block;
  margin-top: 7px;
  color: #5d5a52;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

.places-suggestions {
  display: grid;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid rgba(12, 11, 9, 0.12);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.13);
}

.places-suggestions[hidden] {
  display: none;
}

.place-suggestion {
  display: grid;
  width: 100%;
  gap: 3px;
  padding: 13px 15px;
  border: 0;
  border-top: 1px solid rgba(12, 11, 9, 0.08);
  background: var(--white);
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.place-suggestion:first-child {
  border-top: 0;
}

.place-suggestion:hover,
.place-suggestion:focus {
  background: rgba(224, 189, 100, 0.16);
  outline: none;
}

.place-suggestion strong {
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.place-suggestion span {
  color: #5f584f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

.city-field {
  align-self: start;
}

.city-field small {
  display: block;
  margin-top: 7px;
  color: #5d6d66;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

.locked-city {
  position: relative;
}

.locked-city input[readonly] {
  padding-right: 112px;
  border-color: rgba(13, 107, 94, 0.28);
  background:
    linear-gradient(135deg, rgba(13, 107, 94, 0.09), rgba(199, 154, 54, 0.08)),
    var(--white);
  color: var(--ink);
  box-shadow: inset 4px 0 0 rgba(13, 107, 94, 0.74);
  cursor: default;
}

.locked-city em {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 32px;
  padding: 0 11px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  pointer-events: none;
}

.locked-city em::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(224, 189, 100, 0.18);
}

.address-hint {
  display: grid;
  gap: 5px;
  margin-top: 14px;
  padding: 15px;
  border: 1px solid rgba(13, 107, 94, 0.18);
  border-radius: var(--radius);
  background: var(--sage-soft);
}

.address-hint b {
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 18px;
}

.address-hint span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.field-grid input[readonly]:not(#projectCity) {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.58);
}

.locked-city input[readonly]:focus {
  border-color: rgba(13, 107, 94, 0.48);
  box-shadow:
    inset 4px 0 0 rgba(13, 107, 94, 0.74),
    0 0 0 4px rgba(13, 107, 94, 0.12);
}

.field-grid input:focus,
.field-grid select:focus,
.zip-control input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(199, 154, 54, 0.16);
}

.pac-container {
  z-index: 99999 !important;
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid rgba(12, 11, 9, 0.12);
  border-radius: 14px;
  background: #fffdf8;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.2);
  font-family: "Manrope", Arial, sans-serif;
}

.pac-item {
  display: grid;
  gap: 2px;
  min-height: 54px;
  padding: 11px 14px;
  border-top: 1px solid rgba(12, 11, 9, 0.08);
  color: #5f584f;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
}

.pac-item:first-child {
  border-top: 0;
}

.pac-item:hover,
.pac-item-selected {
  background: rgba(199, 154, 54, 0.12);
}

.pac-icon {
  display: none;
}

.pac-item-query {
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
}

.consent-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.consent-line input {
  width: 18px;
  height: 18px;
  accent-color: var(--sage);
}

.review-carousel {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(199, 154, 54, 0.28);
  border-radius: 16px;
  background:
    radial-gradient(circle at 15% 0%, rgba(224, 189, 100, 0.2), transparent 36%),
    linear-gradient(135deg, rgba(13, 107, 94, 0.13), rgba(8, 8, 8, 0.05)),
    rgba(255, 255, 255, 0.92);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.review-carousel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 11px;
}

.review-carousel-head > span {
  color: var(--gold-3);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-controls {
  display: flex;
  gap: 7px;
}

.review-controls button {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(12, 11, 9, 0.16);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}

.review-controls button:hover {
  transform: translateY(-1px);
  border-color: rgba(199, 154, 54, 0.7);
  background: #201b12;
}

.review-track {
  min-height: 236px;
}

.review-card {
  position: relative;
  display: none;
  grid-template-columns: 86px 1fr;
  gap: 16px;
  align-items: start;
  min-height: 236px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(12, 11, 9, 0.08);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 242, 0.96)),
    var(--white);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
}

.review-card::before {
  content: "\201C";
  position: absolute;
  top: 6px;
  right: 14px;
  color: rgba(199, 154, 54, 0.18);
  font-family: Georgia, serif;
  font-size: 78px;
  line-height: 1;
}

.review-card.is-active {
  display: grid;
  animation: reviewFade 220ms ease both;
}

.review-card img {
  position: relative;
  z-index: 1;
  width: 86px;
  height: 86px;
  border: 3px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  object-fit: cover;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(199, 154, 54, 0.24);
}

.review-card > div:not(.review-tags) {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
}

.review-stars {
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 0;
  font-weight: 950;
  letter-spacing: 0.05em;
}

.review-stars::before {
  content: "\2605\2605\2605\2605\2605";
  font-size: 14px;
}

.review-card p {
  max-width: 58ch;
  margin: 0 0 12px;
  color: #312e29;
  font-size: 15px;
  font-weight: 820;
  line-height: 1.48;
}

.review-card b {
  display: block;
  margin-bottom: 2px;
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 16px;
  font-weight: 950;
}

.review-card span {
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 850;
}

.review-card span::before {
  content: "";
}

.review-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.review-tags em {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(13, 107, 94, 0.18);
  border-radius: 999px;
  background: rgba(13, 107, 94, 0.07);
  color: #245a50;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.review-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 11px;
}

.review-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(12, 11, 9, 0.22);
}

.review-dots button.is-active {
  width: 24px;
  background: var(--sage);
}

body.thank-you-body {
  min-height: 100vh;
  background:
    linear-gradient(140deg, rgba(13, 107, 94, 0.09), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f6f3 100%);
}

.thank-you-page {
  min-height: 100vh;
  padding: clamp(18px, 4vw, 44px);
}

.thank-you-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.thank-you-hero {
  overflow: hidden;
  border: 1px solid rgba(8, 8, 8, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.42)),
    url("assets/done-right-assessment-hero.png") center / cover;
  color: var(--white);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
}

.thank-you-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(18px, 3vw, 30px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
}

.thank-you-header img {
  width: min(260px, 48vw);
}

.thank-you-header a {
  display: inline-grid;
  place-items: center;
  min-height: 64px;
  padding: 10px 22px;
  border: 1px solid rgba(8, 8, 8, 0.18);
  border-radius: 10px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(199, 154, 54, 0.3);
}

.thank-you-header a span {
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.thank-you-header a b {
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.thank-you-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(18px, 4vw, 48px);
  align-items: end;
  min-height: clamp(440px, 55vw, 620px);
  padding: clamp(28px, 5vw, 64px);
}

.thank-you-copy {
  max-width: 730px;
}

.thank-you-copy .step-kicker {
  color: var(--gold-2);
}

.thank-you-copy h1 {
  margin: 0;
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: clamp(58px, 9vw, 116px);
  font-weight: 900;
  line-height: 0.86;
}

.thank-you-copy p {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
  line-height: 1.35;
}

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

.thank-you-main-actions .primary-action,
.thank-you-main-actions .ghost-action {
  min-width: 220px;
  border-radius: 10px;
}

.thank-you-main-actions .ghost-action {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.thank-you-next-card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 4px solid var(--gold);
  border-radius: 12px;
  background: rgba(12, 11, 9, 0.58);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.thank-you-next-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.thank-you-next-card ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.36;
}

.thank-you-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.thank-you-summary div {
  min-height: 142px;
  padding: 20px;
  border: 1px solid rgba(8, 8, 8, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.09);
}

.thank-you-summary span,
.thank-you-section-title span,
.thank-you-call-band span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-3);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.thank-you-summary b {
  display: block;
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  line-height: 0.94;
}

.thank-you-call-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding: 22px;
  border: 1px solid rgba(13, 107, 94, 0.2);
  border-left: 5px solid var(--sage);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(13, 107, 94, 0.13), rgba(255, 255, 255, 0.96)),
    var(--white);
  box-shadow: 0 20px 54px rgba(13, 107, 94, 0.1);
}

.thank-you-call-band b {
  display: block;
  max-width: 720px;
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: clamp(26px, 3.5vw, 46px);
  font-weight: 900;
  line-height: 0.98;
}

.thank-you-call-band a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 62px;
  padding: 0 24px;
  border-radius: 10px;
  background: var(--ink);
  color: var(--white);
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.thank-you-projects {
  margin-top: 22px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid rgba(8, 8, 8, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.08);
}

.thank-you-section-title {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.thank-you-section-title h2 {
  max-width: 780px;
  margin: 0;
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 900;
  line-height: 0.92;
}

@keyframes reviewFade {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.result-card div {
  min-height: 112px;
  padding: 16px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
}

.result-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.result-card b {
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.thank-you-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(13, 107, 94, 0.22);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(224, 189, 100, 0.28), transparent 40%),
    linear-gradient(135deg, rgba(13, 107, 94, 0.13), rgba(255, 255, 255, 0.9)),
    var(--white);
  box-shadow: 0 16px 34px rgba(13, 107, 94, 0.1);
}

.thank-you-callout span {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-3);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.thank-you-callout b {
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
}

.thank-you-callout a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.thank-you-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 8px 0 22px;
}

.thank-you-gallery figure {
  position: relative;
  min-height: 132px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(12, 11, 9, 0.1);
  border-radius: 12px;
  background: var(--ink);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.1);
}

.thank-you-gallery img {
  width: 100%;
  height: 100%;
  min-height: 132px;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(1.06) contrast(1.03);
}

.thank-you-gallery figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 7px 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.58);
  color: var(--white);
  font-size: 10.5px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.result-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.primary-action,
.ghost-action,
.next-button,
.submit-button,
.back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0 22px;
  border-radius: var(--radius);
  border: 0;
  font-weight: 950;
  text-decoration: none;
}

.primary-action,
.next-button,
.submit-button {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--ink);
  box-shadow: 0 14px 28px rgba(199, 154, 54, 0.28);
}

.ghost-action,
.back-button {
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
}

.form-actions {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  margin-top: auto;
  padding-top: 24px;
}

.submit-button {
  display: none;
}

.smart-form.is-contact .next-button {
  display: none;
}

.smart-form.is-contact .submit-button {
  display: inline-flex;
}

.smart-form.is-first .back-button,
.smart-form.is-result .form-actions {
  display: none;
}

.next-button:disabled,
.submit-button:disabled {
  cursor: not-allowed;
  filter: grayscale(0.8);
  opacity: 0.55;
  box-shadow: none;
}

.micro-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
  padding-top: 4px;
}

.micro-proof span {
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 0 12px;
  border: 1px solid rgba(199, 154, 54, 0.42);
  background:
    linear-gradient(135deg, #171511 0%, #0d0d0b 100%),
    var(--ink);
  color: var(--white);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  box-shadow:
    0 16px 32px rgba(8, 8, 8, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.micro-proof span::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(224, 189, 100, 0.16);
}

@media (max-width: 1060px) {
  .brand-proof {
    display: none;
  }

  .assessment-shell {
    grid-template-columns: 1fr;
  }

  .brand-panel {
    grid-template-rows: auto;
  }

  .thank-you-hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .thank-you-next-card {
    max-width: 560px;
  }
}

@media (max-width: 760px) {
  :root {
    --mobile-gutter: clamp(14px, 4vw, 20px);
    --mobile-content: min(430px, calc(100vw - (var(--mobile-gutter) * 2)));
  }

  * {
    min-width: 0;
  }

  body {
    font-weight: 700;
  }

  body.thank-you-body {
    background:
      linear-gradient(180deg, #ffffff 0%, #f5f7f4 100%),
      #ffffff;
  }

  .thank-you-page {
    padding: max(12px, env(safe-area-inset-top)) 12px max(14px, env(safe-area-inset-bottom));
  }

  .thank-you-hero {
    border-radius: 12px;
    background:
      linear-gradient(rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.5)),
      url("assets/done-right-assessment-hero.png") center / cover;
  }

  .thank-you-header {
    gap: 12px;
    padding: 13px;
  }

  .thank-you-header img {
    width: min(190px, 47vw);
  }

  .thank-you-header a {
    min-width: 126px;
    min-height: 58px;
    padding: 8px 12px;
    border-radius: 10px;
  }

  .thank-you-header a span {
    font-size: 9px;
  }

  .thank-you-header a b {
    font-size: 19px;
  }

  .thank-you-hero-grid {
    gap: 22px;
    padding: 26px 18px 20px;
  }

  .thank-you-copy h1 {
    max-width: 8.5ch;
    font-size: 55px;
    line-height: 0.88;
  }

  .thank-you-copy p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.45;
  }

  .thank-you-main-actions {
    display: grid;
    gap: 10px;
  }

  .thank-you-main-actions .primary-action,
  .thank-you-main-actions .ghost-action {
    width: 100%;
    min-width: 0;
    min-height: 58px;
  }

  .thank-you-next-card {
    padding: 17px;
    border-radius: 10px;
  }

  .thank-you-next-card ol {
    gap: 10px;
    font-size: 14px;
  }

  .thank-you-summary {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 12px;
  }

  .thank-you-summary div {
    min-height: 96px;
    padding: 16px;
    border-radius: 12px;
  }

  .thank-you-summary b {
    font-size: 29px;
  }

  .thank-you-call-band {
    display: grid;
    gap: 16px;
    margin-top: 12px;
    padding: 18px;
    border-radius: 12px;
  }

  .thank-you-call-band b {
    font-size: 30px;
  }

  .thank-you-call-band a {
    width: 100%;
    min-height: 58px;
  }

  .thank-you-projects {
    margin-top: 14px;
    padding: 16px;
    border-radius: 12px;
  }

  .thank-you-section-title h2 {
    font-size: 38px;
    line-height: 0.94;
  }

  .form-panel {
    -webkit-font-smoothing: auto;
    text-rendering: geometricPrecision;
  }

  .brand-bar {
    display: none;
  }

  .assessment-page {
    width: 100%;
    max-width: 100vw;
    padding: 0;
    overflow-x: hidden;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 247, 244, 0.98)),
      radial-gradient(circle at top left, rgba(199, 154, 54, 0.09), transparent 42%);
  }

  .assessment-shell {
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
    gap: 0;
    overflow-x: hidden;
  }

  .brand-panel {
    display: none;
  }

  .form-panel {
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: max(12px, env(safe-area-inset-top)) var(--mobile-gutter) max(12px, env(safe-area-inset-bottom));
    overflow-x: hidden;
    align-items: center;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 248, 245, 0.99)),
      #fbfcfa;
  }

  .smart-form,
  .step {
    width: 100%;
    max-width: var(--mobile-content);
    margin-inline: auto;
  }

  .zip-control,
  .zip-control input,
  .area-result,
  .option-grid,
  .field-grid,
  .preference-grid,
  .preference-note,
  .review-carousel,
  .result-card,
  .address-hint {
    width: 100%;
    max-width: 100%;
  }

  .zip-control input,
  .area-result,
  .step-copy {
    width: 100%;
    max-width: 100%;
  }

  .mobile-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    max-width: var(--mobile-content);
    min-height: 104px;
    margin: 0 auto 12px;
    padding: 15px;
    border: 1px solid rgba(8, 8, 8, 0.1);
    border-left: 4px solid var(--gold);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(249, 246, 239, 0.96)),
      var(--paper-2);
    box-shadow:
      0 16px 32px rgba(0, 0, 0, 0.075),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  .mobile-hero img {
    width: clamp(164px, 44vw, 212px);
  }

  .mobile-hero a {
    display: inline-grid;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    min-height: 70px;
    padding: 10px 16px 11px;
    border-radius: 16px;
    border: 1px solid rgba(8, 8, 8, 0.22);
    background:
      linear-gradient(135deg, #111 0%, #262016 48%, #8d6420 140%),
      var(--ink);
    color: var(--white);
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 0.98;
    text-decoration: none;
    white-space: nowrap;
    box-shadow:
      0 16px 30px rgba(0, 0, 0, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }

  .mobile-hero a span {
    display: block;
    letter-spacing: 0;
  }

  .mobile-hero a small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 7px;
    color: var(--gold-2);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 10px;
    font-weight: 950;
    line-height: 1.05;
    text-transform: uppercase;
  }

  .mobile-hero a small::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--gold-2);
    box-shadow: 0 0 0 3px rgba(224, 189, 100, 0.15);
  }

  .mobile-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    max-width: var(--mobile-content);
    gap: 8px;
    margin: 0 auto 14px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .mobile-trust-strip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 48px;
    padding: 0 7px;
    border: 1px solid rgba(12, 11, 9, 0.12);
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 244, 237, 0.9)),
      var(--white);
    color: var(--ink);
    font-size: 11px;
    font-weight: 950;
    line-height: 1.14;
    text-align: center;
    text-transform: uppercase;
    box-shadow:
      0 12px 24px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
    white-space: nowrap;
  }

  .mobile-trust-strip span::before {
    content: "";
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: var(--sage);
    box-shadow:
      0 0 0 4px rgba(13, 107, 94, 0.1),
      inset 0 0 0 2px rgba(255, 255, 255, 0.44);
  }

  .mobile-trust-strip span:first-child {
    border-color: rgba(13, 107, 94, 0.28);
    background:
      linear-gradient(180deg, rgba(237, 248, 244, 0.96), rgba(255, 255, 255, 0.92)),
      var(--white);
  }

  .mobile-trust-strip span:nth-child(2)::before,
  .mobile-trust-strip span:nth-child(3)::before {
    background: var(--gold);
    box-shadow:
      0 0 0 4px rgba(199, 154, 54, 0.13),
      inset 0 0 0 2px rgba(255, 255, 255, 0.36);
  }

  .mobile-trust-strip span:last-child {
    border-color: rgba(199, 154, 54, 0.32);
    background:
      linear-gradient(180deg, rgba(255, 248, 229, 0.96), rgba(255, 255, 255, 0.9)),
      var(--white);
  }

  .form-topline {
    width: 100%;
    max-width: var(--mobile-content);
    margin: 0 auto 9px;
    padding: 10px 12px;
    border: 1px solid rgba(8, 8, 8, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  }

  .form-topline div:first-child {
    min-width: 0;
  }

  .form-topline b {
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
  }

  .form-topline span {
    color: #4f493f;
    font-weight: 950;
  }

  .fit-meter {
    display: none;
  }

  .progress-track {
    width: 100%;
    max-width: var(--mobile-content);
    height: 9px;
    margin: 0 auto 18px;
    background: rgba(8, 8, 8, 0.08);
  }

  .step h2 {
    max-width: 10.5ch;
    font-size: 44px;
    font-weight: 900;
    line-height: 0.98;
    overflow-wrap: break-word;
  }

  .step-copy {
    max-width: 100%;
    margin: 13px 0 17px;
    color: #5f584f;
    font-size: 15.5px;
    font-weight: 800;
    line-height: 1.5;
  }

  .project-selection-note {
    display: grid;
    gap: 5px;
    margin: -3px 0 14px;
    padding: 12px 13px;
  }

  .project-selection-note span {
    font-size: 12.5px;
    text-align: left;
  }

  .step-kicker {
    margin-bottom: 9px;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.075em;
  }

  .zip-control input {
    height: 80px;
    padding: 0 20px;
    border-radius: 14px;
    font-size: 56px;
    font-weight: 900;
  }

  .zip-control input::placeholder {
    color: rgba(8, 8, 8, 0.24);
    font-size: 34px;
    font-weight: 850;
  }

  .zip-control span,
  .field-grid span {
    color: #5b5348;
    font-size: 13px;
    font-weight: 950;
  }

  .services-grid,
  .option-grid,
  .field-grid,
  .result-card,
  .result-actions {
    grid-template-columns: 1fr;
  }

  .result-card {
    gap: 8px;
    margin: 16px 0;
  }

  .result-card div {
    min-height: 78px;
    padding: 14px;
  }

  .result-card b {
    font-size: 23px;
  }

  .thank-you-callout {
    display: grid;
    gap: 12px;
    margin-top: 18px;
    padding: 15px;
  }

  .thank-you-callout b {
    font-size: 22px;
  }

  .thank-you-callout a {
    width: 100%;
    min-height: 54px;
  }

  .thank-you-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 6px 0 18px;
  }

  .thank-you-gallery figure {
    min-height: 112px;
    border-radius: 10px;
  }

  .thank-you-gallery img {
    min-height: 112px;
  }

  .thank-you-gallery figcaption {
    left: 7px;
    right: 7px;
    bottom: 7px;
    padding: 6px;
    font-size: 9.5px;
  }

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

  .option-grid {
    gap: 10px;
  }

  .option-card {
    min-height: 86px;
    padding: 15px 16px;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.045);
  }

  .option-card:hover,
  .preference-grid button:hover {
    transform: none;
  }

  .option-card:active,
  .preference-grid button:active,
  .primary-action:active,
  .ghost-action:active,
  .next-button:active,
  .submit-button:active,
  .back-button:active {
    transform: scale(0.985);
  }

  .option-card.is-selected,
  .preference-grid button.is-selected {
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.14);
  }

  .option-card b {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.02;
  }

  .option-card span {
    color: #5f584f;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.32;
  }

  .services-grid .option-card,
  .compact-grid .option-card {
    min-height: 102px;
    padding: 13px;
  }

  .services-grid .option-card b,
  .compact-grid .option-card b {
    font-size: 20px;
  }

  .services-grid .option-card span,
  .compact-grid .option-card span {
    font-size: 11.5px;
    font-weight: 800;
    line-height: 1.25;
  }

  .services-grid .option-card small {
    justify-self: start;
    min-width: 0;
    height: 23px;
    padding: 0 7px;
    font-size: 9.5px;
  }

  .preference-grid button {
    min-height: 86px;
    padding: 12px;
  }

  .preference-grid button b {
    font-size: 19px;
    font-weight: 900;
  }

  .preference-grid button span {
    font-size: 11px;
    font-weight: 800;
  }

  .preferences-step h2 {
    max-width: 10ch;
    font-size: 42px;
  }

  .preference-note {
    padding: 12px;
    margin-bottom: 12px;
  }

  .field-grid input,
  .field-grid select {
    height: 68px;
    padding: 0 18px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 850;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.035);
  }

  .area-result strong,
  .address-hint b,
  .preference-note b {
    font-weight: 900;
  }

  .area-result span,
  .address-hint span,
  .preference-note span,
  .consent-line {
    color: #5f584f;
    font-weight: 800;
  }

  .field-grid input::placeholder {
    color: rgba(104, 97, 88, 0.68);
  }

  .area-result,
  .address-hint,
  .preference-note {
    border-radius: 14px;
  }

  .consent-line {
    padding: 12px;
    border: 1px solid rgba(8, 8, 8, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.68);
  }

  .step[data-step-name="contact"].is-active {
    display: flex;
    flex-direction: column;
  }

  .step[data-step-name="contact"] .review-carousel {
    order: 1;
  }

  .step[data-step-name="contact"] .field-grid {
    order: 2;
  }

  .step[data-step-name="contact"] .consent-line {
    order: 3;
  }

  .review-carousel {
    margin-top: 12px;
    margin-bottom: 16px;
    padding: 13px;
    border-radius: 14px;
  }

  .review-carousel-head {
    margin-bottom: 9px;
  }

  .review-carousel-head > span {
    font-size: 11px;
  }

  .review-controls button {
    width: 38px;
    height: 38px;
    font-size: 27px;
  }

  .review-track {
    min-height: 252px;
  }

  .review-card {
    grid-template-columns: 62px 1fr;
    gap: 12px;
    min-height: 252px;
    padding: 13px;
    border-radius: 13px;
  }

  .review-card img {
    width: 62px;
    height: 62px;
  }

  .review-stars {
    margin-bottom: 5px;
  }

  .review-stars::before {
    font-size: 11px;
  }

  .review-card p {
    margin-bottom: 9px;
    font-size: 12.8px;
    font-weight: 820;
    line-height: 1.42;
  }

  .review-card b,
  .review-card span {
    font-size: 11.5px;
  }

  .review-tags {
    gap: 5px;
    margin-top: 9px;
  }

  .review-tags em {
    min-height: 23px;
    padding: 0 8px;
    font-size: 10px;
  }

  .form-actions {
    position: sticky;
    bottom: 0;
    z-index: 10;
    width: 100%;
    max-width: var(--mobile-content);
    margin: auto auto -14px;
    padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.62), rgba(255, 253, 248, 0.98) 24%),
      rgba(255, 253, 248, 0.96);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(16px);
  }

  .primary-action,
  .ghost-action,
  .next-button,
  .submit-button,
  .back-button {
    min-height: 62px;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 950;
  }

  .next-button,
  .submit-button {
    font-weight: 950;
  }

  .back-button {
    min-width: 92px;
  }

  .micro-proof {
    display: none;
  }

  .micro-proof span {
    justify-content: center;
    min-height: 38px;
    padding: 6px 7px;
    text-align: center;
    white-space: normal;
    font-size: 10px;
    line-height: 1.15;
  }
}

@media (max-width: 390px) {
  .thank-you-page {
    padding-inline: 10px;
  }

  .thank-you-header img {
    width: 156px;
  }

  .thank-you-header a {
    min-width: 112px;
    min-height: 54px;
    padding-inline: 10px;
  }

  .thank-you-header a b {
    font-size: 17px;
  }

  .thank-you-copy h1 {
    font-size: 46px;
  }

  .thank-you-copy p {
    font-size: 15px;
  }

  .thank-you-call-band b,
  .thank-you-summary b {
    font-size: 26px;
  }

  .form-panel {
    padding: 12px;
  }

  .mobile-hero img {
    width: 154px;
  }

  .mobile-hero {
    justify-content: space-between;
    min-height: 96px;
    padding: 13px;
  }

  .mobile-hero a {
    min-width: 126px;
    min-height: 64px;
    padding-inline: 12px;
    border-radius: 14px;
    font-size: 14.5px;
  }

  .mobile-hero a small {
    margin-top: 6px;
    font-size: 9px;
  }

  .mobile-trust-strip {
    gap: 6px;
  }

  .mobile-trust-strip span {
    min-height: 44px;
    padding: 0 5px;
    font-size: 9.5px;
  }

  .mobile-trust-strip span::before {
    width: 7px;
    height: 7px;
    box-shadow:
      0 0 0 3px rgba(13, 107, 94, 0.1),
      inset 0 0 0 2px rgba(255, 255, 255, 0.42);
  }

  .step h2 {
    font-size: 35px;
  }

  .option-card {
    min-height: 80px;
  }

  .option-card b {
    font-size: 22px;
  }

  .services-grid .option-card,
  .compact-grid .option-card {
    min-height: 98px;
    padding: 12px;
  }

  .services-grid .option-card b,
  .compact-grid .option-card b {
    font-size: 18px;
  }

  .preference-grid {
    gap: 10px;
  }

  .preference-grid button {
    min-height: 82px;
    padding: 11px;
  }

  .preference-grid button b {
    font-size: 18px;
  }

  .form-actions {
    grid-template-columns: 84px 1fr;
  }
}

@media (max-width: 520px) {
  .mobile-hero {
    justify-content: space-between;
  }

  .mobile-hero a {
    display: inline-grid;
  }
}

