@font-face {
  font-family: "Soehne";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/soehne-700.woff2") format("woff2");
}

@font-face {
  font-family: "Soehne";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/soehne-800.woff2") format("woff2");
}

@font-face {
  font-family: "Soehne";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("assets/fonts/soehne-900.woff2") format("woff2");
}

@font-face {
  font-family: "Uni Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/uni-sans-book-400.woff2") format("woff2");
}

@font-face {
  font-family: "Uni Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/uni-sans-regular-500.woff2") format("woff2");
}

@font-face {
  font-family: "Uni Sans";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/uni-sans-regular-500-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Uni Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/uni-sans-semibold-600.woff2") format("woff2");
}

@font-face {
  font-family: "Uni Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/uni-sans-bold-700.woff2") format("woff2");
}

@font-face {
  font-family: "Uni Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/uni-sans-heavy-800.woff2") format("woff2");
}

@font-face {
  font-family: "Uni Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("assets/fonts/uni-sans-heavy-800.woff2") format("woff2");
}

/* Secure SMS return page */
.resume-page {
  min-height: 100vh;
  background: #062249;
}

.resume-page::before {
  position: fixed;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(6, 34, 73, 0.86), rgba(6, 34, 73, 0.94)),
    url("assets/securi-panes-hero.webp") center 34% / cover no-repeat;
  pointer-events: none;
}

.resume-page > * {
  position: relative;
}

.resume-main {
  min-height: calc(100vh - 172px);
  padding: clamp(34px, 5.5vw, 58px) 0 clamp(54px, 7vw, 78px);
}

.resume-hero {
  max-width: 780px;
  text-align: center;
  color: #fff;
}

.resume-eyebrow,
.resume-step {
  margin: 0 0 8px;
  color: #b42a22;
  font-size: 14px;
  font-weight: 600;
}

.resume-hero .resume-eyebrow {
  margin-bottom: 10px;
  color: #f6b73c;
  font-size: 15px;
  opacity: 1;
}

.resume-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(36px, 5.2vw, 56px);
  font-weight: 700;
  line-height: 1.06;
}

.resume-hero > p:last-child {
  max-width: 620px;
  margin: 14px auto 0;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.86);
}

.resume-layout {
  max-width: 740px;
  margin-top: clamp(24px, 3.5vw, 34px);
}

.resume-card {
  position: relative;
  padding: clamp(28px, 4.5vw, 40px);
  overflow: hidden;
  border: 1px solid #cfdae5;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 12, 34, 0.24);
}

.resume-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: #b62a21;
  content: "";
}

.resume-loading {
  display: flex;
  min-height: 190px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #0c2b55;
}

.resume-loading[hidden] {
  display: none;
}

.resume-spinner {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border: 3px solid #d8e0e9;
  border-top-color: #c7352d;
  border-radius: 50%;
  animation: resume-spin 0.8s linear infinite;
}

.resume-loading-copy {
  display: grid;
  gap: 4px;
  text-align: left;
}

.resume-loading-copy strong {
  font-size: 18px;
  font-weight: 600;
}

.resume-loading-copy small {
  color: #657386;
  font-size: 14px;
}

@keyframes resume-spin {
  to { transform: rotate(360deg); }
}

.resume-card-heading,
.resume-confirm,
.resume-error {
  text-align: center;
}

.resume-card h2 {
  margin: 0;
  color: #0c2b55;
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  line-height: 1.12;
}

.resume-card h2:focus {
  outline: 0;
}

.resume-card-heading > p,
.resume-confirm > p,
.resume-error > p {
  max-width: 580px;
  margin: 10px auto 0;
  color: #5c6878;
  font-size: 17px;
  line-height: 1.5;
}

.resume-address-field {
  display: grid;
  gap: 9px;
  margin-top: 24px;
  color: #0c2b55;
  font-weight: 600;
  text-align: left;
}

.resume-address-field input {
  width: 100%;
  min-height: 58px;
  padding: 0 16px;
  border: 1px solid #bfcddd;
  border-radius: 12px;
  color: #10233d;
  background: #f8fafc;
  font: inherit;
  font-size: 18px;
}

.resume-address-field input:focus {
  border-color: #1e67b1;
  outline: 3px solid rgba(30, 103, 177, 0.16);
}

.resume-location {
  margin: 9px 0 0;
  color: #657386;
  font-size: 15px;
  text-align: left;
}

.resume-submit {
  width: 100%;
  min-height: 56px;
  margin-top: 22px;
}

.resume-status {
  margin: 14px 0 0;
  text-align: center;
  color: #5c6878;
}

.resume-confirm-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}

.resume-error {
  padding: 8px 0 4px;
}

.resume-reassurance {
  display: grid;
  width: min(100% - 24px, 680px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.82);
}

.resume-reassurance-item {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 2px 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 13px;
  text-align: center;
}

.resume-reassurance-item:first-child {
  border-left: 0;
}

.resume-reassurance-check {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.resume-reassurance-item strong {
  color: inherit;
  font-weight: 600;
}

@media (max-width: 600px) {
  .resume-main {
    min-height: calc(100vh - 133px);
    padding: 26px 0 48px;
  }

  .resume-hero {
    width: min(100% - 28px, 780px);
  }

  .resume-hero .resume-eyebrow {
    margin-bottom: 7px;
    font-size: 13px;
  }

  .resume-hero h1 {
    font-size: clamp(31px, 8.7vw, 36px);
    line-height: 1.08;
  }

  .resume-hero > p:last-child {
    max-width: 350px;
    margin-top: 11px;
    font-size: 16px;
  }

  .resume-layout {
    width: min(100% - 20px, 740px);
    margin-top: 20px;
  }

  .resume-card {
    padding: 28px 18px 24px;
    border-radius: 16px;
  }

  .resume-card h2 {
    font-size: 26px;
  }

  .resume-card-heading > p,
  .resume-confirm > p,
  .resume-error > p {
    font-size: 16px;
  }

  .resume-confirm-actions {
    grid-template-columns: 1fr;
  }

  .resume-reassurance {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
  }

  .resume-reassurance-item {
    gap: 4px;
    padding: 1px 5px;
    font-size: 10.5px;
    line-height: 1.2;
  }

  .resume-reassurance-check {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .resume-spinner {
    animation: none;
  }
}

/* 2026-08-15 conversion hierarchy and device ergonomics */
body[data-page="landing"].direct-response .hero-inner {
  max-width: 900px;
  padding-block: 36px 76px;
}

body[data-page="landing"].direct-response .hero-copy {
  margin-bottom: 26px;
}

body[data-page="landing"].direct-response .form-stack {
  max-width: 780px;
}

body[data-page="landing"].direct-response .form-panel {
  position: relative;
  z-index: 2;
  border: 1px solid #cbd5df;
  background: #fff;
  box-shadow: 0 24px 58px rgba(0, 15, 40, 0.38);
}

/* Credentials read as a quiet reassurance line, not a second form card. */
body[data-page="landing"].direct-response .form-trust-row {
  max-width: 720px;
  margin: 46px auto 0;
  overflow: visible;
  color: rgba(255, 255, 255, 0.78);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body[data-page="landing"].direct-response .form-trust-chip {
  min-height: 28px;
  padding: 4px 18px;
  color: inherit;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.22);
  font-size: 13px;
  font-weight: 620;
}

body[data-page="landing"].direct-response .form-trust-chip strong {
  color: #fff;
}

/* Google review uses Google's familiar visual grammar and a smaller footprint. */
.google-review-card {
  max-width: 650px;
  margin-inline: auto;
  padding: 18px 20px 19px;
  color: #202124;
  background: #fff;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 12px 30px rgba(0, 15, 40, 0.2);
  text-align: left;
}

body[data-page="landing"].direct-response .form-review,
body[data-page="schedule"].direct-response .schedule-review {
  max-width: 650px;
  margin-top: 26px;
  padding: 18px 20px 19px;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 12px 30px rgba(0, 15, 40, 0.2);
  text-align: left;
}

.google-review-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
}

.google-review-card .reviewer-avatar {
  display: block;
  width: 44px;
  height: 44px;
}

.google-review-card .reviewer-avatar img {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: cover;
  border: 1px solid #dadce0;
  border-radius: 50%;
}

.google-review-person,
.google-review-source {
  display: flex;
}

.google-review-person {
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.google-review-person strong {
  overflow: hidden;
  color: #202124;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.google-review-person small {
  margin-top: 3px;
  color: #70757a;
  font-size: 12px;
  line-height: 1.2;
}

.google-review-source {
  align-items: center;
  gap: 5px;
  color: #5f6368;
  font-size: 12px;
  font-weight: 600;
}

.google-review-source svg {
  width: 20px;
  height: 20px;
  display: block;
}

.google-review-stars {
  margin: 11px 0 7px;
  color: #fbbc04;
  font-size: 18px;
  letter-spacing: 0.055em;
  line-height: 1;
}

.google-review-card blockquote,
body[data-page="landing"].direct-response .form-review blockquote,
body[data-page="schedule"].direct-response .schedule-review blockquote {
  margin: 0;
  color: #3c4043;
  font-size: 14.5px;
  font-style: normal;
  line-height: 1.48;
  text-align: left;
}

/* The calendar is the sole high-contrast action surface on step two. */
body[data-page="schedule"].direct-response .inner-hero {
  max-width: 920px;
  padding-block: 42px 27px;
}

body[data-page="schedule"].direct-response .schedule-layout {
  max-width: 860px;
  padding-bottom: 0;
}

body[data-page="schedule"].direct-response .calendar-card {
  border: 1px solid #cbd5df;
  box-shadow: 0 24px 58px rgba(0, 15, 40, 0.38);
}

body[data-page="schedule"].direct-response .preview-calendar {
  padding: 22px;
}

body[data-page="schedule"] .month-day {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
}

body[data-page="schedule"] .month-navigation button,
body[data-page="schedule"] .preview-calendar .time-choice,
body[data-page="schedule"] .preview-calendar .calendar-submit {
  min-height: 48px;
}

.schedule-flex-note {
  margin-top: 20px;
  font-size: 14px;
}

.schedule-trust {
  padding: 44px 0 76px;
}

.schedule-trust-grid {
  display: flex;
  max-width: 720px;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: visible;
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  border: 0;
  border-radius: 0;
}

.schedule-trust-item,
.schedule-trust-item:first-child {
  min-height: 30px;
  padding: 3px 22px;
  color: inherit;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.schedule-trust-item:first-child {
  border-left: 0;
}

.schedule-trust-icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.58);
  font-size: 10px;
}

.schedule-trust-item strong,
.schedule-trust-item small {
  color: inherit;
}

.schedule-trust-item strong {
  font-size: 13px;
  font-weight: 650;
}

.schedule-trust-item small {
  display: inline;
  margin: 0 0 0 3px;
  font-size: inherit;
  font-weight: inherit;
}

body[data-page="schedule"].direct-response .schedule-review {
  margin-top: 28px;
}

@media (min-width: 621px) and (max-width: 900px) {
  body[data-page="landing"].direct-response .hero-inner {
    max-width: 780px;
    padding-block: 32px 68px;
  }

  body[data-page="landing"].direct-response .form-stack,
  body[data-page="schedule"].direct-response .schedule-layout {
    max-width: 720px;
  }

  body[data-page="landing"].direct-response .form-trust-row,
  .schedule-trust-grid {
    max-width: 680px;
  }

  body[data-page="schedule"].direct-response .inner-hero {
    max-width: 760px;
  }
}

@media (max-width: 620px) {
  body[data-page="landing"].direct-response .hero-inner {
    max-width: none;
    padding-block: 14px 64px;
  }

  body[data-page="landing"].direct-response .hero-copy {
    margin-bottom: 15px;
  }

  body[data-page="landing"].direct-response .form-stack {
    width: 100%;
    max-width: none;
  }

  body[data-page="landing"].direct-response .preview-form,
  body[data-page="landing"].direct-response .form-panel[data-active-step]:not([data-active-step="count"]) .preview-form {
    height: 382px;
    min-height: 382px;
    padding: 15px 13px 13px;
  }

  body[data-page="landing"].direct-response .form-question {
    margin-bottom: 13px;
    font-size: 20px;
  }

  body[data-page="landing"].direct-response .option-card-visual > span {
    min-height: 112px;
  }

  body[data-page="landing"].direct-response .form-actions,
  body[data-page="landing"].direct-response .form-actions .button {
    min-height: 50px;
  }

  body[data-page="landing"].direct-response .field input,
  body[data-page="landing"].direct-response .field select {
    height: 50px;
    min-height: 50px;
  }

  body[data-page="landing"].direct-response .form-trust-row {
    width: calc(100% - 12px);
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 38px;
  }

  body[data-page="landing"].direct-response .form-trust-chip {
    min-height: 34px;
    justify-content: center;
    padding: 5px 8px;
    border: 0;
    font-size: 11.5px;
  }

  body[data-page="landing"].direct-response .form-trust-chip:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  body[data-page="landing"].direct-response .form-review,
  body[data-page="schedule"].direct-response .schedule-review,
  .google-review-card {
    width: calc(100% - 12px);
    max-width: none;
    margin-top: 25px;
    padding: 16px;
  }

  .google-review-card .reviewer-avatar,
  .google-review-card .reviewer-avatar img {
    width: 42px;
    height: 42px;
  }

  .google-review-source span {
    display: none;
  }

  .google-review-card blockquote,
  body[data-page="landing"].direct-response .form-review blockquote,
  body[data-page="schedule"].direct-response .schedule-review blockquote {
    font-size: 13.5px;
  }

  body[data-page="schedule"].direct-response .inner-hero {
    max-width: none;
    padding-block: 24px 18px;
  }

  body[data-page="schedule"].direct-response .inner-hero h1 {
    font-size: 29px;
  }

  body[data-page="schedule"].direct-response .schedule-layout {
    width: min(100% - 20px, 600px);
    max-width: none;
  }

  body[data-page="schedule"].direct-response .preview-calendar {
    padding: 15px 12px 16px;
  }

  body[data-page="schedule"] .scheduler-body,
  body[data-page="schedule"] .scheduler-calendar-view,
  body[data-page="schedule"] .scheduler-time-view {
    min-height: 334px;
  }

  body[data-page="schedule"] .month-navigation button,
  body[data-page="schedule"] .month-day {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  body[data-page="schedule"] .preview-calendar .time-choice,
  body[data-page="schedule"] .preview-calendar .calendar-submit {
    min-height: 52px;
  }

  .schedule-flex-note {
    max-width: 330px;
    margin-top: 17px;
    font-size: 12.5px;
  }

  .schedule-trust {
    padding: 40px 0 68px;
  }

  .schedule-trust-grid {
    width: min(100% - 44px, 390px);
    max-width: none;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 9px;
  }

  .schedule-trust-item,
  .schedule-trust-item:first-child {
    min-height: 28px;
    justify-content: flex-start;
    padding: 0;
    border: 0;
    text-align: left;
  }

  .schedule-trust-item strong {
    font-size: 12.5px;
  }

  body[data-page="schedule"].direct-response .schedule-review {
    margin-top: 27px;
  }
}

/* Mobile conversion pass: compact first view and a fixed interaction stage. */
.direct-response .site-header {
  border-top: 0;
}

.calendar-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  text-align: left;
}

.calendar-intro strong {
  color: var(--navy);
  font-size: 21px;
}

.calendar-intro span {
  color: var(--muted);
  font-size: 14px;
}

.calendar-selection {
  min-height: 24px;
  margin-top: 18px;
  color: var(--slate);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.calendar-submit-status {
  margin: 14px 0 0;
  color: var(--red-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

body[data-page="schedule"] .preview-calendar .date-row {
  grid-template-columns: repeat(7, minmax(82px, 1fr));
  overflow-x: auto;
  padding: 2px 2px 10px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

body[data-page="schedule"] .preview-calendar .date-choice {
  min-height: 74px;
  scroll-snap-align: start;
}

body[data-page="schedule"] .preview-calendar .time-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 620px) {
  .direct-response {
    --container: min(100% - 20px, 1180px);
  }

  .direct-response .header-inner {
    min-height: 64px;
  }

  .direct-response .brand-logo {
    width: 150px;
    max-height: 46px;
  }

  .header-google {
    width: 21px;
    height: 21px;
  }

  .header-review strong {
    font-size: 12px;
  }

  .header-review small {
    font-size: 9.5px;
  }

  body[data-page="landing"].direct-response .hero-inner {
    padding-block: 13px 34px;
  }

  body[data-page="landing"].direct-response .hero-copy {
    margin-bottom: 12px;
  }

  body[data-page="landing"].direct-response .hero-copy h1 {
    max-width: 390px;
    font-size: clamp(28px, 7.65vw, 34px);
    line-height: 1.01;
    letter-spacing: -0.045em;
    text-wrap: balance;
  }

  body[data-page="landing"].direct-response .form-panel {
    box-shadow: 0 14px 34px rgba(0, 12, 32, 0.28);
  }

  body[data-page="landing"].direct-response .form-panel[data-active-step] .form-head,
  body[data-page="landing"].direct-response .form-panel[data-active-step]:not([data-active-step="count"]) .form-head {
    display: grid;
    min-height: 49px;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    text-align: left;
  }

  body[data-page="landing"].direct-response .form-head h2 {
    margin: 0;
    font-size: 16px;
    white-space: nowrap;
  }

  body[data-page="landing"].direct-response .form-head p:last-child {
    gap: 4px;
    font-size: 11.5px;
    white-space: nowrap;
  }

  body[data-page="landing"].direct-response .form-head p svg {
    width: 15px;
    height: 15px;
  }

  body[data-page="landing"].direct-response .form-panel[data-active-step] .form-progress-shell,
  body[data-page="landing"].direct-response .form-panel[data-active-step]:not([data-active-step="count"]) .form-progress-shell {
    padding: 0 12px;
  }

  body[data-page="landing"].direct-response .form-progress {
    height: 3px;
  }

  body[data-page="landing"].direct-response .preview-form,
  body[data-page="landing"].direct-response .form-panel[data-active-step]:not([data-active-step="count"]) .preview-form {
    height: 350px;
    min-height: 350px;
    padding: 13px 12px 12px;
  }

  body[data-page="landing"].direct-response .form-step:not([hidden]) {
    display: flex;
    height: 100%;
    flex-direction: column;
  }

  body[data-page="landing"].direct-response .form-question {
    margin-bottom: 11px;
    font-size: 19px;
    line-height: 1.12;
  }

  body[data-page="landing"].direct-response .form-hint {
    margin: -3px 0 11px;
    font-size: 12.5px;
  }

  body[data-page="landing"].direct-response .option-grid-visual {
    gap: 7px;
  }

  body[data-page="landing"].direct-response .option-card-visual > span {
    min-height: 104px;
    border-radius: 5px;
    box-shadow: 0 3px 0 #d5dee6;
  }

  body[data-page="landing"].direct-response .choice-illustration {
    width: 91px;
    height: 65px;
    margin: 1px auto;
  }

  body[data-page="landing"].direct-response .option-card-visual > span > strong {
    min-height: 34px;
    padding: 6px 3px;
    font-size: 12.5px;
  }

  body[data-page="landing"].direct-response .form-actions {
    min-height: 48px;
    margin-top: auto;
    padding-top: 10px;
  }

  body[data-page="landing"].direct-response .form-actions .button {
    min-height: 48px;
    padding: 10px 18px;
    font-size: 15px;
  }

  body[data-page="landing"].direct-response .back-button {
    font-size: 14px;
  }

  body[data-page="landing"].direct-response .minimum-explainer {
    margin: -2px auto 8px;
    gap: 5px;
    font-size: 11.5px;
    line-height: 1.25;
  }

  body[data-page="landing"].direct-response .minimum-explainer p {
    gap: 1px;
    padding-bottom: 4px;
  }

  body[data-page="landing"].direct-response .minimum-explainer strong {
    font-size: 12px;
  }

  body[data-page="landing"].direct-response .minimum-choice > span {
    min-height: 108px;
    padding: 5px 4px 7px;
  }

  body[data-page="landing"].direct-response .minimum-choice img {
    width: 62px;
    height: 62px;
  }

  body[data-page="landing"].direct-response .minimum-choice > span strong {
    font-size: 13px;
  }

  body[data-page="landing"].direct-response .minimum-choice > span small {
    margin-top: 2px;
    font-size: 10.5px;
  }

  body[data-page="landing"].direct-response .form-fields {
    gap: 8px;
  }

  body[data-page="landing"].direct-response .field label {
    margin-bottom: 3px;
    font-size: 11.5px;
  }

  body[data-page="landing"].direct-response .field input,
  body[data-page="landing"].direct-response .field select {
    height: 47px;
    font-size: 16px;
  }

  body[data-page="landing"].direct-response .service-confirm-note {
    margin-top: 8px;
    font-size: 11px;
  }

  body[data-page="landing"].direct-response .option-card-icon > span {
    min-height: 74px;
  }

  body[data-page="landing"].direct-response .form-trust-row {
    margin-top: 24px;
  }

  body[data-page="schedule"].direct-response .inner-hero {
    padding-block: 20px 13px;
  }

  body[data-page="schedule"].direct-response .inner-hero h1 {
    font-size: 30px;
  }

  body[data-page="schedule"].direct-response .preview-calendar {
    padding: 18px 14px 20px;
  }

  .calendar-intro {
    display: block;
    margin-bottom: 12px;
  }

  .calendar-intro strong,
  .calendar-intro span {
    display: block;
  }

  .calendar-intro strong {
    font-size: 18px;
  }

  .calendar-intro span {
    margin-top: 2px;
    font-size: 12px;
  }

  body[data-page="schedule"] .preview-calendar .date-row {
    grid-template-columns: repeat(14, 74px);
    gap: 7px;
  }

  body[data-page="schedule"] .preview-calendar .date-choice {
    min-height: 66px;
    padding: 7px 4px;
  }

  body[data-page="schedule"] .preview-calendar .time-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body[data-page="schedule"] .preview-calendar .time-choice {
    min-height: 50px;
  }

  .calendar-selection {
    margin-top: 12px;
    font-size: 13px;
  }
}

:root {
  --navy: #062249;
  --navy-2: #0a315f;
  --red: #a5241c;
  --red-dark: #811a15;
  --mist: #edf3f7;
  --mist-2: #f6f8fa;
  --ink: #182330;
  --muted: #5b6877;
  --line: #d8e1e8;
  --white: #ffffff;
  --gold: #f6b91a;
  --success: #2f6e52;
  --shadow: 0 22px 60px rgba(6, 34, 73, 0.16);
  --shadow-soft: 0 12px 32px rgba(6, 34, 73, 0.09);
  --font-display: "Soehne", Arial, sans-serif;
  --display: "Soehne", Arial, sans-serif;
  --body: "Uni Sans", Arial, sans-serif;
  --container: min(1180px, calc(100vw - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

:focus-visible {
  outline: 3px solid #50a7ff;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 10px 16px;
  color: var(--white);
  background: var(--navy);
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 30;
  background: var(--white);
  border-top: 4px solid var(--navy);
  box-shadow: 0 1px 0 rgba(6, 34, 73, 0.1);
}

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

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}

.brand-logo {
  width: 82px;
  height: 65px;
  object-fit: contain;
}

.brand-copy {
  line-height: 1.15;
}

.brand-name {
  display: block;
  color: var(--navy);
  font-family: var(--display);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.license {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.header-proof {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.header-proof svg {
  flex: 0 0 auto;
}

.header-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  line-height: 1.05;
}

.header-status svg {
  flex: 0 0 auto;
}

.header-status strong,
.header-status small {
  display: block;
}

.header-status strong {
  font-size: 14px;
  font-weight: 800;
}

.header-status small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.call-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.call-link small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}

.call-link strong {
  display: block;
  margin-top: 4px;
  line-height: 1;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 0;
  border-radius: 5px;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 8px 18px rgba(165, 36, 28, 0.2);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  background: var(--red-dark);
  box-shadow: 0 10px 24px rgba(165, 36, 28, 0.28);
  transform: translateY(-2px);
}

.button-navy {
  background: var(--navy);
  box-shadow: none;
}

.button-navy:hover {
  background: var(--navy-2);
}

.button-ghost {
  color: var(--navy);
  background: transparent;
  border: 1px solid var(--line);
  box-shadow: none;
}

.button-ghost:hover {
  color: var(--white);
  background: var(--navy);
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero-media,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.hero-scrim {
  background: linear-gradient(90deg, rgba(4, 27, 58, 0.9) 0%, rgba(6, 34, 73, 0.88) 52%, rgba(6, 34, 73, 0.87) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(410px, 0.86fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: center;
  padding-block: 72px 88px;
}

.form-stack {
  display: grid;
  min-width: 0;
  gap: 12px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 2px;
  background: currentColor;
  content: "";
}

.hero .eyebrow {
  color: #ffddd9;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--navy);
  font-family: var(--display);
  font-weight: 800;
  line-height: 0.98;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(52px, 6.2vw, 84px);
  letter-spacing: -0.025em;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(42px, 4.5vw, 62px);
  letter-spacing: -0.02em;
}

h3 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.05;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.5;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 650px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.hero-points strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 18px;
}

.form-panel {
  position: relative;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #d8e0e7;
  border-radius: 0;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.form-head {
  padding: 25px 30px 18px;
  color: var(--navy);
  background: #f4f7fa;
  border-bottom: 1px solid #dce3ea;
  text-align: center;
}

.form-head h2 {
  margin: 0 0 8px;
  color: var(--navy);
  font-family: var(--body);
  font-size: 29px;
  font-weight: 800;
  line-height: 1.1;
}

.form-head p:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  color: #718096;
  font-size: 14px;
}

.form-head p svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.form-progress-shell {
  display: block;
  padding: 0 30px;
  background: var(--white);
  border: 0;
}

.form-progress {
  height: 4px;
  overflow: hidden;
  background: #e4e9ef;
  border-radius: 999px;
}

.form-progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--red), #d44738);
  border-radius: inherit;
  transition: width 240ms ease;
}

.preview-form {
  min-height: 360px;
  padding: 30px 30px 28px;
}

.form-step {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

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

.form-step:not([hidden]) {
  animation: question-in 180ms ease both;
}

@keyframes question-in {
  from {
    opacity: 0;
    transform: translateY(7px);
  }

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

.form-question {
  margin-bottom: 22px;
  color: var(--ink);
  font-family: var(--body);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.18;
  text-align: center;
}

.form-hint {
  margin: -10px 0 19px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

.service-confirm .form-question {
  margin-bottom: 14px;
}

.service-confirm .form-hint {
  margin: 0 0 20px;
}

.service-confirm-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
  text-align: center;
}

.service-confirm .form-actions {
  margin-top: 24px;
}

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

.option-card {
  position: relative;
  cursor: pointer;
}

.option-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.option-card > span {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--ink);
  background: var(--white);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.2;
  transition: border-color 150ms ease, background 150ms ease, color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.option-card > span strong,
.option-card > span small {
  display: block;
}

.option-card > span strong {
  color: var(--navy);
  font-size: 16px;
  line-height: 1.15;
}

.option-card > span small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.2;
}

.option-card input:checked + span {
  color: var(--navy);
  background: #eff6fc;
  border-color: var(--navy);
  box-shadow: inset 4px 0 0 var(--red);
}

.option-card input:checked + span small {
  color: #445f7d;
}

.option-card input:focus-visible + span {
  outline: 3px solid #50a7ff;
  outline-offset: 2px;
}

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

.option-card-visual > span {
  position: relative;
  min-height: 164px;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 2px solid #d5dee6;
  border-radius: 8px;
  background: #f5f7f9;
  box-shadow: 0 4px 0 #d5dee6;
  text-align: center;
}

.choice-illustration {
  display: block;
  width: 148px;
  height: 105px;
  margin: 5px auto 4px;
  object-fit: contain;
  overflow: visible;
}

.option-card-visual > span > strong {
  display: grid;
  width: 100%;
  min-height: 45px;
  place-items: center;
  padding: 9px 5px;
  color: var(--white);
  background: var(--navy);
  font-size: 15px;
  line-height: 1.1;
}

.option-card-visual input:checked + span {
  color: var(--navy);
  background: #eff6fc;
  border-color: var(--navy);
  box-shadow: 0 3px 0 var(--navy), 0 0 0 2px rgba(6, 34, 73, 0.1);
  transform: translateY(-2px);
}

.option-card-visual input:checked + span > strong {
  color: var(--white);
  background: var(--navy);
}

.option-card-visual input:checked + span::after {
  position: absolute;
  top: 7px;
  right: 7px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--white);
  background: var(--success);
  border-radius: 50%;
  content: "✓";
  font-size: 12px;
  font-weight: 900;
}

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

.option-card-icon > span {
  min-height: 74px;
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 12px;
  align-content: center;
}

.option-card-icon > span .choice-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  align-self: center;
  color: var(--navy);
  background: var(--mist);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 900;
}

.option-card-icon > span .choice-icon-yes {
  color: var(--white);
  background: var(--success);
}

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

.form-fields-zip {
  width: min(100%, 320px);
  margin-inline: auto;
}

.zip-lookup-status {
  width: min(100%, 420px);
  min-height: 24px;
  margin: 12px auto 0;
  color: var(--slate);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.zip-lookup-status.is-success {
  color: var(--success);
}

.zip-lookup-status.is-error {
  color: var(--red);
}

.confirmed-location {
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  margin: -5px auto 16px;
  padding: 8px 12px;
  color: var(--navy);
  background: #eef7f1;
  border: 1px solid #bad9c6;
  border-radius: 7px;
  font-size: 14px;
}

.confirmed-location[hidden] {
  display: none;
}

.confirmed-location > span {
  color: var(--success);
  font-weight: 900;
}

.confirmed-location button {
  padding: 0;
  color: var(--slate);
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  font: inherit;
  cursor: pointer;
}

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

.field label {
  display: block;
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 750;
}

.field input,
.field select {
  width: 100%;
  height: 52px;
  padding: 0 12px;
  border: 1px solid #b8c5d0;
  border-radius: 4px;
  color: var(--ink);
  background: var(--white);
}

.field input:focus,
.field select:focus {
  border-color: var(--navy);
  outline: 3px solid rgba(80, 167, 255, 0.25);
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.form-actions-choice .button {
  width: 100%;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

.form-panel .form-actions .button,
.form-panel .form-actions .button-navy {
  background: var(--red);
  box-shadow: 0 8px 18px rgba(165, 36, 28, 0.2);
}

.form-panel .form-actions .button:hover:not(:disabled),
.form-panel .form-actions .button-navy:hover:not(:disabled) {
  background: var(--red-dark);
}

.form-panel .form-actions .button:disabled {
  color: rgba(255, 255, 255, 0.94);
  background: var(--red);
  box-shadow: none;
  opacity: 0.42;
}

body[data-page="landing"] .preview-form[data-active-step="zip"],
body[data-page="landing"] .preview-form[data-active-step="service-confirm"] {
  min-height: 0;
  padding-bottom: 28px;
}

body[data-page="landing"] [data-step-id="zip"] .form-actions {
  display: grid;
  grid-template-columns: auto minmax(150px, 190px);
  width: min(100%, 390px);
  margin: 18px auto 0;
}

body[data-page="landing"] [data-step-id="zip"] .form-actions .button {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 11px 18px;
  font-size: 15px;
}

.form-submit-status {
  margin: 12px 0 0;
  padding: 9px 11px;
  color: #7a1b16;
  background: #fff1ef;
  border: 1px solid #efc0bc;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.form-declined {
  min-height: 360px;
  padding: 34px 12px;
  text-align: center;
}

.form-declined h3 {
  margin-bottom: 14px;
  font-size: 38px;
}

.form-declined p {
  max-width: 410px;
  margin: 0 auto 24px;
  color: var(--muted);
  font-size: 15px;
}

.declined-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  place-items: center;
  color: var(--white);
  background: var(--success);
  border-radius: 50%;
  font-size: 24px;
  font-weight: 900;
}

.form-actions .button {
  min-width: 152px;
}

.back-button {
  min-height: 44px;
  padding: 8px 4px;
  border: 0;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 12px;
  background: var(--white);
  border: 1px solid #d8e0e7;
  border-radius: 7px;
  box-shadow: 0 8px 22px rgba(3, 23, 47, 0.16);
}

.form-trust-chip {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 10px;
  color: #53627a;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}

.form-trust-chip strong {
  color: var(--navy);
  font-weight: 800;
}

.form-trust-chip:last-child {
  border-right: 0;
}

.form-review {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-left: 4px solid var(--red);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(3, 23, 47, 0.22);
  text-align: center;
}

.form-review-top,
.form-review-meta,
.form-review-rating {
  display: flex;
  align-items: center;
}

.form-review-top {
  gap: 10px;
  justify-content: center;
}

.reviewer-avatar {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  overflow: hidden;
  background: #062b58;
  border: 2px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(6, 34, 73, 0.16);
}

.reviewer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-review-meta {
  align-items: center;
  flex-direction: column;
  gap: 3px;
}

.form-review-name {
  color: var(--navy);
  font-size: 14px;
  line-height: 1.1;
}

.form-review-rating {
  gap: 7px;
  justify-content: center;
}

.form-review-stars {
  color: #f4b400;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
}

.form-review-top small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.form-review blockquote {
  margin: 0;
  color: #24364d;
  font-size: 15px;
  font-style: italic;
  line-height: 1.42;
}

.embed-frame {
  display: block;
  width: 100%;
  border: 0;
  background: var(--white);
}

.embed-frame--form {
  min-height: 940px;
}

.embed-frame--calendar {
  min-height: 0;
}

[data-embed-kind="calendar"] {
  position: relative;
}

.embed-frame--pending {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.calendar-embed-loader {
  display: grid;
  min-height: 650px;
  place-content: center;
  gap: 16px;
  color: var(--navy);
  text-align: center;
}

.calendar-embed-error p {
  margin: -6px 0 4px;
  color: var(--muted);
  font-size: 15px;
}

.calendar-loader-spinner {
  width: 42px;
  height: 42px;
  margin-inline: auto;
  border: 4px solid var(--line);
  border-top-color: var(--navy);
  border-radius: 50%;
  animation: calendar-loading 800ms linear infinite;
}

@keyframes calendar-loading {
  to {
    transform: rotate(360deg);
  }
}

.preview-mode {
  display: none;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  color: #5c4b00;
  background: #fff5c7;
  border: 1px solid #ead275;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.form-panel .preview-mode {
  position: absolute;
  top: 18px;
  right: 16px;
}

.proof-band {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  color: var(--white);
  background: var(--navy);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-item {
  display: grid;
  min-height: 94px;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  align-items: center;
  padding: 20px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.proof-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.proof-mark {
  display: grid;
  width: 54px;
  height: 42px;
  place-items: center;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.proof-mark-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #e24a3b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.proof-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.proof-mark-google img {
  width: 54px;
  height: 42px;
}

.proof-mark-bbb {
  width: 72px;
}

.proof-mark-bbb img {
  width: 72px;
  height: auto;
}

.proof-mark-veteran svg {
  width: 34px;
  height: 34px;
}

.proof-item > div > strong,
.proof-item > div > span {
  display: block;
}

.proof-item strong {
  font-size: 16px;
  line-height: 1.15;
}

.proof-item > div > span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.2;
}

.section {
  padding-block: 106px;
}

.section-mist {
  background: var(--mist-2);
}

.section-head {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-head.centered {
  margin-inline: auto;
  text-align: center;
}

.section-head.centered .eyebrow {
  justify-content: center;
}

.section-head > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 20px;
}

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

.benefit-card {
  min-height: 290px;
  padding: 28px 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--navy);
  border-radius: 6px;
  box-shadow: var(--shadow-soft);
}

.benefit-number {
  display: block;
  margin-bottom: 46px;
  color: var(--red);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.proof-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(48px, 7vw, 88px);
  align-items: center;
}

.showcase-copy > p {
  max-width: 620px;
  color: var(--muted);
  font-size: 19px;
}

.showcase-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
}

.showcase-list li {
  position: relative;
  padding-left: 32px;
  color: var(--navy);
  font-weight: 750;
}

.showcase-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--white);
  background: var(--success);
  border-radius: 50%;
  content: "✓";
  font-size: 12px;
  font-weight: 900;
}

.showcase-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: end;
}

.showcase-image {
  position: relative;
  height: 430px;
  margin: 0;
  overflow: hidden;
  background: var(--navy);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.showcase-image-tall {
  height: 510px;
}

.showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-image figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  color: var(--white);
  background: rgba(6, 34, 73, 0.88);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.reputation-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.reputation-card {
  display: grid;
  min-height: 92px;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
  text-decoration: none;
}

a.reputation-card:hover {
  border-color: #afbdc9;
  box-shadow: var(--shadow-soft);
}

.reputation-card img {
  width: 72px;
  height: 54px;
  object-fit: contain;
}

.reputation-card strong,
.reputation-card small {
  display: block;
  line-height: 1.2;
}

.reputation-card strong {
  color: var(--navy);
  font-size: 14px;
}

.reputation-card small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.process-heading {
  margin-bottom: 42px;
}

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

.process-card {
  position: relative;
  min-height: 210px;
  padding: 34px 30px 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
  box-shadow: var(--shadow-soft);
}

.process-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  place-items: center;
  color: var(--white);
  background: var(--navy);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 800;
}

.process-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.4;
}

.owner-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(46px, 7vw, 92px);
  align-items: center;
}

.owner-photo {
  position: relative;
}

.owner-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: 50% 32%;
  border-radius: 7px;
}

.owner-photo::before,
.owner-photo::after {
  position: absolute;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.owner-photo::before {
  inset: 8% -18px -18px 9%;
  z-index: -1;
  border: 2px solid var(--red);
  border-radius: 7px;
}

.owner-photo::after {
  top: 0;
  bottom: 0;
  left: 48%;
  width: 2px;
  background: rgba(255, 255, 255, 0.68);
}

.owner-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 19px;
}

.owner-promise {
  margin: 30px 0;
  padding: 22px 0 22px 24px;
  border-left: 4px solid var(--red);
  color: var(--navy);
  font-family: var(--display);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
}

.owner-signoff {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  line-height: 1.2;
}

.owner-signoff strong,
.owner-signoff span {
  display: block;
}

.owner-signoff strong {
  color: var(--navy);
  font-size: 17px;
}

.owner-signoff span {
  color: var(--muted);
}

.medallion {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--white);
  background: var(--navy);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 800;
}

.owner-avatar {
  position: relative;
  flex: 0 0 48px;
  overflow: hidden;
  background: var(--navy);
  border: 2px solid var(--white);
  box-shadow: 0 0 0 1px rgba(6, 34, 73, 0.18), 0 5px 14px rgba(6, 34, 73, 0.14);
}

.owner-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-page="landing"] main > .section {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 72px;
  align-items: start;
}

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

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

.faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px 0;
  color: var(--navy);
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

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

.faq-list summary::after {
  color: var(--red);
  content: "+";
  font-family: var(--display);
  font-size: 28px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "×";
}

.faq-list details p {
  max-width: 760px;
  margin: -4px 0 22px;
  color: var(--muted);
  font-size: 16px;
}

.cta-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  padding: 48px 54px;
  color: var(--white);
  background: var(--navy);
  border-radius: 7px;
  box-shadow: var(--shadow-soft);
}

.cta-panel h2 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: clamp(40px, 4vw, 54px);
}

.cta-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer {
  padding-block: 44px;
  color: rgba(255, 255, 255, 0.62);
  background: #03172f;
  font-size: 13px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  text-underline-offset: 3px;
}

.mobile-sticky {
  display: none;
}

/* Inner funnel pages */
.inner-page {
  min-height: 100vh;
  background: var(--mist-2);
}

.funnel-progress {
  color: var(--white);
  background: var(--navy);
}

.progress-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 74px;
  align-items: center;
}

.progress-step {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.progress-step::before {
  display: grid;
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  content: attr(data-step);
  font-size: 12px;
}

.progress-step.is-complete,
.progress-step.is-current {
  color: var(--white);
}

.progress-step.is-complete::before {
  color: var(--navy);
  background: var(--white);
  border-color: var(--white);
  content: "✓";
}

.progress-step.is-current::before {
  background: var(--red);
  border-color: var(--red);
}

.inner-hero {
  padding-block: 44px 28px;
  text-align: center;
}

.inner-hero .eyebrow {
  justify-content: center;
}

.inner-hero h1 {
  max-width: 900px;
  margin-inline: auto;
  color: var(--navy);
  font-size: clamp(48px, 6vw, 76px);
}

.inner-hero > p:last-child {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 20px;
}

.schedule-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(300px, 0.62fr);
  gap: 28px;
  align-items: start;
  padding-bottom: 92px;
}

.calendar-card,
.expect-card,
.confirmation-card,
.next-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.calendar-card {
  min-height: 650px;
  overflow: hidden;
}

.calendar-card-head {
  position: relative;
  padding: 27px 30px;
  border-bottom: 1px solid var(--line);
}

.calendar-card-head h2 {
  margin: 0 0 4px;
  font-size: 36px;
}

.calendar-card-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.calendar-card-head .preview-mode {
  position: absolute;
  top: 26px;
  right: 24px;
}

.preview-calendar {
  padding: 28px 30px 32px;
}

.date-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 28px;
}

.date-choice,
.time-choice {
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--navy);
  background: var(--white);
  cursor: pointer;
  font-weight: 700;
}

.date-choice {
  min-height: 78px;
  padding: 10px 6px;
  line-height: 1.12;
}

.date-choice span,
.date-choice strong {
  display: block;
}

.date-choice span {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.date-choice strong {
  font-size: 18px;
}

.date-choice.is-selected,
.time-choice.is-selected {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.date-choice.is-selected span {
  color: rgba(255, 255, 255, 0.7);
}

.time-heading {
  margin-bottom: 12px;
  color: var(--navy);
  font-weight: 800;
}

.time-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.time-choice {
  min-height: 48px;
  padding: 8px 10px;
  font-size: 14px;
}

.calendar-submit {
  width: 100%;
  margin-top: 28px;
}

.calendar-submit:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

.expect-card {
  overflow: hidden;
}

.expect-photo {
  position: relative;
  min-height: 0;
  aspect-ratio: 5 / 3;
  background: var(--navy);
  overflow: hidden;
}

.expect-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 34, 73, 0.92) 0%, rgba(6, 34, 73, 0.58) 45%, rgba(6, 34, 73, 0.04) 78%);
  content: "";
}

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

.expect-photo-copy {
  position: relative;
  z-index: 2;
  width: 54%;
  padding: 24px 0 0 24px;
  color: var(--white);
  font-family: var(--display);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.05;
}

.expect-body {
  padding: 26px;
}

.expect-body h2 {
  font-size: 34px;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 13px 0 13px 29px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
}

.check-list li::before {
  position: absolute;
  top: 13px;
  left: 0;
  color: var(--red);
  content: "✓";
  font-weight: 900;
}

.expect-call {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.expect-call a {
  color: var(--navy);
  font-weight: 800;
}

/* Thank-you page */
.confirmation-hero {
  position: relative;
  padding-block: 86px 116px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
  text-align: center;
}

.confirmation-check {
  display: grid;
  width: 74px;
  height: 74px;
  margin: 0 auto 26px;
  place-items: center;
  color: var(--navy);
  background: var(--white);
  border-radius: 50%;
  font-size: 34px;
  font-weight: 900;
}

.confirmation-hero h1 {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(54px, 7vw, 88px);
}

.confirmation-hero p {
  max-width: 650px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.74);
  font-size: 20px;
}

.confirmation-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 28px;
  margin-top: -58px;
  padding-bottom: 98px;
}

.confirmation-card,
.next-card {
  padding: 34px;
}

.appointment-label {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.appointment-value {
  margin: 0 0 18px;
  color: var(--navy);
  font-family: var(--display);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.04;
}

.appointment-meta {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
}

.confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.confirmation-actions [hidden] {
  display: none !important;
}

.next-card h2 {
  font-size: 38px;
}

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

.next-step {
  padding-top: 17px;
  border-top: 3px solid var(--navy);
}

.next-step strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 15px;
}

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

.reschedule-note {
  margin: 26px 0 0;
  padding-top: 18px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.trust-message {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 60px;
  align-items: center;
}

.trust-portrait {
  position: relative;
  min-height: 0;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  background: var(--navy);
  border-radius: 8px;
}

.trust-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
}

.trust-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 19px;
}

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

  .hero-inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(390px, 0.85fr);
    gap: 36px;
  }

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

  .proof-showcase {
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
    gap: 40px;
  }

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

}

@media (max-width: 860px) {
  :root {
    --container: min(100% - 32px, 720px);
  }

  body {
    font-size: 17px;
  }

  .header-inner {
    min-height: 72px;
  }

  .brand-logo {
    width: 66px;
    height: 56px;
  }

  .brand-name,
  .call-link small {
    display: none;
  }

  .header-actions {
    gap: 10px;
  }

  .call-link {
    min-height: 44px;
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: 4px;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding-block: 58px 70px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-points {
    max-width: none;
  }

  .form-panel {
    max-width: 620px;
  }

  .form-stack {
    max-width: 620px;
  }

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

  .proof-item:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

  .owner-grid,
  .faq-layout,
  .proof-showcase,
  .schedule-layout,
  .confirmation-wrap,
  .trust-message {
    grid-template-columns: 1fr;
  }

  .faq-layout {
    gap: 24px;
  }

  .proof-showcase {
    gap: 42px;
  }

  .cta-panel {
    grid-template-columns: 1fr;
  }

  .schedule-layout {
    max-width: 720px;
  }

  .confirmation-wrap {
    max-width: 720px;
  }
}

@media (max-width: 620px) {
  :root {
    --container: calc(100% - 26px);
  }

  .site-header {
    border-top-width: 3px;
  }

  .header-inner {
    gap: 8px;
    justify-content: flex-start;
  }

  .brand-logo {
    width: 60px;
    height: 52px;
  }

  .brand {
    gap: 10px;
  }

  .brand-name {
    display: block;
    font-size: 19px;
    letter-spacing: 0.015em;
  }

  .license,
  .header-actions {
    display: none;
  }

  .hero-inner {
    gap: 18px;
    padding-block: 20px 30px;
  }

  .hero-media img {
    object-position: center 48%;
  }

  .hero-scrim {
    background: rgba(6, 34, 73, 0.92);
  }

  .hero-copy h1 {
    margin-bottom: 0;
    font-size: clamp(36px, 10vw, 43px);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(38px, 12vw, 50px);
  }

  .hero-copy > p {
    display: none;
  }

  .hero-points {
    display: none;
  }

  .form-head {
    padding: 20px 18px 13px;
  }

  .form-head h2 {
    max-width: none;
    margin-bottom: 6px;
    font-size: 24px;
  }

  .form-head p:last-child {
    font-size: 13px;
  }

  .form-panel .preview-mode {
    top: 15px;
    right: 12px;
    padding-inline: 8px;
    font-size: 9px;
  }

  .preview-form {
    min-height: 400px;
    padding: 24px 16px;
  }

  .form-progress-shell {
    padding: 0 18px;
  }

  .form-question {
    margin-bottom: 18px;
    font-size: 21px;
    line-height: 1.2;
  }

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

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

  .option-card > span {
    min-height: 68px;
    padding: 10px;
    font-size: 15px;
  }

  .option-card-visual > span {
    min-height: 152px;
    padding: 0;
  }

  .choice-illustration {
    width: 138px;
    height: 94px;
    margin: 5px auto 3px;
  }

  .option-card-visual > span > strong {
    min-height: 44px;
    padding: 8px 4px;
    font-size: 14px;
  }

  .option-card-icon > span {
    min-height: 72px;
    grid-template-columns: 34px 1fr;
    gap: 8px;
    padding-inline: 10px;
  }

  .option-card-icon > span .choice-icon {
    width: 32px;
    height: 32px;
  }

  .option-card-icon > span strong {
    font-size: 14px;
  }

  .form-fields {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .field-full,
  .form-fields .field:last-child {
    grid-column: auto;
  }

  .field input,
  .field select {
    height: 56px;
    padding-inline: 14px;
    border-radius: 7px;
    font-size: 16px;
  }

  [data-step-id="zip"] .form-actions,
  [data-step-id="contact"] .form-actions,
  [data-step-id="address"] .form-actions,
  [data-step-id="service-confirm"] .form-actions {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    margin-top: 18px;
  }

  [data-step-id="zip"] .form-actions .button,
  [data-step-id="contact"] .form-actions .button,
  [data-step-id="address"] .form-actions .button,
  [data-step-id="service-confirm"] .form-actions .button {
    min-height: 56px;
    padding-inline: 12px;
    font-size: 15px;
  }

  .form-actions-choice .button,
  [data-step-id="minimum"] .form-actions .button,
  [data-step-id="service-confirm"] .form-actions .button {
    min-height: 54px;
  }

  .service-confirm .option-card-icon > span {
    min-height: 60px;
  }

  .form-declined {
    min-height: 330px;
    padding-inline: 0;
  }

  .form-trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }

  .form-trust-chip {
    min-height: 44px;
    gap: 3px;
    padding: 7px 6px;
    font-size: 12px;
  }

  .form-trust-chip:nth-child(2) {
    border-right: 0;
  }

  .form-trust-chip:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .form-review {
    gap: 8px;
    padding: 15px 16px;
  }

  .form-review blockquote {
    font-size: 14px;
    line-height: 1.38;
  }

  .embed-frame--form {
    min-height: 1120px;
  }

  .embed-frame--calendar {
    min-height: 0;
  }

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

  .proof-item {
    min-height: 84px;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 8px;
    padding: 12px 10px;
  }

  .proof-mark {
    width: 42px;
    height: 34px;
  }

  .proof-mark-icon svg,
  .proof-mark-veteran svg {
    width: 27px;
    height: 27px;
  }

  .proof-mark-google img {
    width: 42px;
    height: 33px;
  }

  .proof-mark-bbb {
    width: 50px;
  }

  .proof-mark-bbb img {
    width: 50px;
  }

  .proof-item strong {
    font-size: 14px;
  }

  .proof-item > div > span {
    margin-top: 3px;
    font-size: 10.5px;
  }

  .section {
    padding-block: 76px;
  }

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

  .section-head > p:last-child {
    font-size: 17px;
  }

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

  .showcase-copy > p {
    font-size: 17px;
  }

  .showcase-images {
    gap: 9px;
  }

  .showcase-image,
  .showcase-image-tall {
    height: 330px;
  }

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

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

  .process-card {
    min-height: 0;
    padding: 24px;
  }

  .process-card > span {
    margin-bottom: 18px;
  }

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

  .benefit-number {
    margin-bottom: 26px;
  }

  .owner-photo::before {
    right: -8px;
    bottom: -10px;
  }

  .cta-panel {
    padding: 34px 26px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-sticky {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px 10px max(8px, env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.97);
    border-top: 1px solid var(--line);
    box-shadow: 0 -8px 22px rgba(6, 34, 73, 0.12);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  body[data-page="landing"] .mobile-sticky,
  body[data-page="schedule"] .mobile-sticky {
    display: none;
  }

  body[data-page="landing"] .site-footer,
  body[data-page="schedule"] .site-footer {
    padding-bottom: 44px;
  }

  .mobile-sticky.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(115%);
  }

  .mobile-sticky .button {
    min-height: 46px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .site-footer {
    padding-bottom: 92px;
  }

  .progress-inner {
    min-height: 64px;
  }

  .progress-step {
    justify-content: center;
    font-size: 0;
  }

  .progress-step::before {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .inner-hero {
    padding-block: 26px 18px;
  }

  .inner-hero h1 {
    margin-bottom: 16px;
    font-size: clamp(42px, 12.5vw, 52px);
  }

  .inner-hero > p:last-child {
    font-size: 16px;
  }

  .calendar-card-head,
  .preview-calendar,
  .confirmation-card,
  .next-card {
    padding-inline: 20px;
  }

  .calendar-card-head .preview-mode {
    position: static;
    margin-top: 10px;
  }

  .date-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .date-choice {
    min-height: 70px;
    padding-inline: 4px;
  }

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

  .confirmation-hero {
    padding-block: 70px 100px;
  }

  .confirmation-wrap {
    margin-top: -48px;
    padding-bottom: 48px;
  }

  .confirmation-actions {
    flex-direction: column;
  }

  .next-steps {
    grid-template-columns: 1fr;
  }

  .trust-message {
    gap: 30px;
  }

  body[data-page="thank-you"] .section-mist {
    padding-top: 48px;
  }

  body[data-page="thank-you"] .site-footer {
    padding-bottom: 44px;
  }

  .trust-portrait {
    min-height: 0;
    aspect-ratio: 5 / 4;
  }
}

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

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

/* Direct-response funnel: restrained branding, one clear conversion path */
.direct-response {
  background: var(--white);
}

.direct-response .site-header {
  border-top-width: 3px;
  box-shadow: 0 1px 0 #dedfdc;
}

.direct-response .header-inner {
  min-height: 94px;
}

.direct-response .brand {
  flex-direction: row;
  gap: 0;
  align-items: center;
}

.direct-response .brand-logo {
  width: 300px;
  height: auto;
  max-height: 76px;
}

.direct-response .brand-copy {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  text-align: center;
}

.direct-response .brand-name {
  color: var(--navy);
  font-family: var(--display);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.08;
  text-transform: none;
  white-space: nowrap;
}

.direct-response .brand .license {
  display: block;
  margin-top: 6px;
  color: var(--navy);
  font-size: 12px;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
}

.header-review {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
  color: var(--navy);
  line-height: 1.05;
}

.header-review > span:last-child,
.header-review strong,
.header-review small {
  display: block;
}

.header-review strong {
  font-size: 16px;
}

.header-review strong span {
  color: #f2aa00;
  letter-spacing: 0.03em;
}

.header-review small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.header-google {
  display: block;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}

.header-complete {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  font-size: 15px;
}

.header-complete span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--white);
  background: var(--success);
  border-radius: 50%;
  font-weight: 900;
}

body[data-page="landing"].direct-response .hero {
  min-height: 0;
  color: var(--white);
  background-color: var(--navy);
  background-image:
    linear-gradient(180deg, rgba(6, 34, 73, 0.92), rgba(6, 34, 73, 0.87)),
    url("assets/securi-panes-hero.webp");
  background-position: center 42%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
}

body[data-page="landing"].direct-response .hero-inner {
  display: block;
  max-width: 820px;
  padding-block: 42px 56px;
}

body[data-page="landing"].direct-response .hero-copy {
  margin: 0 auto 28px;
  text-align: center;
}

body[data-page="landing"].direct-response .hero-copy h1 {
  max-width: 820px;
  margin: 0 auto 14px;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(46px, 5.6vw, 70px);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

body[data-page="landing"].direct-response .hero-copy h1 span {
  color: #f23b2f;
}

body[data-page="landing"].direct-response .hero-copy > p:not(.eyebrow) {
  max-width: none;
  margin: 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.35;
}

.offer-note {
  display: block;
  margin-top: 7px;
  color: #747d86;
  font-size: 13px;
  font-weight: 650;
}

body[data-page="landing"].direct-response .form-stack {
  max-width: 720px;
  margin-inline: auto;
  gap: 0;
}

body[data-page="landing"].direct-response .form-panel {
  border-color: #d8dde1;
  border-radius: 0;
  box-shadow: 0 22px 54px rgba(0, 12, 32, 0.34);
}

body[data-page="landing"].direct-response .form-head {
  padding: 25px 30px 18px;
  background: #f4f7fa;
}

body[data-page="landing"].direct-response .form-head h2 {
  font-size: 25px;
}

body[data-page="landing"].direct-response .form-review {
  margin-top: 18px;
  border-color: #dfe3e6;
  border-left-width: 1px;
  border-radius: 6px;
  box-shadow: none;
  text-align: center;
}

body[data-page="landing"].direct-response .form-review-top small {
  font-size: 13px;
}

body[data-page="landing"].direct-response .form-review blockquote {
  color: #24364d;
  font-size: 15px;
  font-style: normal;
  line-height: 1.45;
}

body[data-page="landing"].direct-response .form-trust-row {
  margin-top: 32px;
  border-color: var(--line);
  border-radius: 7px;
  box-shadow: 0 8px 22px rgba(3, 23, 47, 0.16);
}

body[data-page="landing"].direct-response .form-trust-chip {
  font-size: 14px;
}

body[data-page="landing"].direct-response [data-step-heading]:focus {
  outline: none;
}

body[data-page="landing"].direct-response .form-panel[data-active-step]:not([data-active-step="count"]) .form-head {
  display: none;
}

body[data-page="landing"].direct-response .form-panel[data-active-step]:not([data-active-step="count"]) .form-progress-shell {
  padding-top: 18px;
}

body[data-page="landing"].direct-response .form-panel[data-active-step]:not([data-active-step="count"]) .preview-form {
  min-height: 0;
}

body[data-page="landing"].direct-response .form-panel .form-actions .button:disabled {
  color: #ffffff;
  background: #b8c3cf;
  box-shadow: none;
  opacity: 1;
}

.minimum-explainer {
  max-width: 560px;
  margin: -8px auto 18px;
  display: grid;
  gap: 9px;
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
}

.minimum-explainer p {
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr);
  gap: 12px;
  margin: 0;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--line);
}

.minimum-explainer p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.minimum-explainer strong,
.minimum-explainer span {
  display: block;
}

.minimum-explainer strong {
  color: var(--navy);
  font-size: 15px;
  line-height: 1.25;
}

.minimum-explainer span {
  color: var(--muted);
}

.minimum-options-visual {
  gap: 14px;
}

.minimum-choice > span {
  min-height: 208px;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 13px 12px 15px;
  background: #f7f9fb;
  border: 2px solid var(--line);
  text-align: center;
}

.minimum-choice img {
  width: 124px;
  height: 124px;
  margin-bottom: 4px;
  object-fit: contain;
}

.minimum-choice > span strong {
  font-size: 18px;
}

.minimum-choice > span small {
  margin-top: 4px;
  font-size: 13px;
}

.minimum-choice-exit > span {
  border-color: #efc4c0;
}

.minimum-choice-proceed > span {
  border-color: #b9d8c9;
}

.minimum-choice-exit input:checked + span {
  color: var(--red-dark);
  background: #fff4f3;
  border-color: var(--red);
  box-shadow: inset 4px 0 0 var(--red);
}

.minimum-choice-proceed input:checked + span {
  color: #1f5d43;
  background: #f1f8f4;
  border-color: var(--success);
  box-shadow: inset 4px 0 0 var(--success);
}

.minimum-choice-exit input:checked + span strong,
.minimum-choice-exit input:checked + span small {
  color: var(--red-dark);
}

.minimum-choice-proceed input:checked + span strong,
.minimum-choice-proceed input:checked + span small {
  color: #1f5d43;
}

.compact-proof {
  color: var(--white);
  background: var(--navy);
}

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

.compact-proof-grid > div {
  padding: 24px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
}

.compact-proof-grid > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.compact-proof-grid strong,
.compact-proof-grid span {
  display: block;
}

.compact-proof-grid strong {
  font-size: 18px;
}

.compact-proof-grid span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.direct-response .section {
  padding-block: 84px;
}

.direct-response .compact-heading {
  max-width: 760px;
  margin: 0 auto 36px;
}

.direct-response .compact-heading h2,
.direct-response .process-heading h2,
.direct-response .faq-layout h2 {
  font-size: clamp(38px, 4vw, 52px);
}

.project-section {
  background: var(--white);
}

.project-grid {
  display: grid;
  max-width: 900px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-inline: auto;
}

.project-grid figure {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.project-grid img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.project-grid figcaption {
  padding: 14px 18px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 800;
}

.direct-response .owner-grid {
  max-width: 1040px;
  grid-template-columns: 440px minmax(0, 1fr);
  gap: 48px;
}

.direct-response .owner-photo {
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-radius: 4px;
}

.direct-response .owner-photo img {
  border-radius: 4px;
}

.direct-response .owner-photo::before,
.direct-response .owner-photo::after {
  display: none;
}

.direct-response .owner-copy h2 {
  font-size: clamp(40px, 4vw, 52px);
}

.direct-response .owner-copy > p {
  margin-bottom: 20px;
  font-size: 19px;
}

.direct-response .owner-signoff {
  margin-top: 0;
  padding-top: 18px;
}

.direct-response .section-mist {
  background: var(--white);
  border-block: 1px solid var(--line);
}

.direct-response .process-grid {
  max-width: 900px;
  margin-inline: auto;
  gap: 0;
  border-block: 1px solid var(--line);
}

.direct-response .process-card {
  min-height: 0;
  padding: 28px 26px;
  border: 0;
  border-left: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.direct-response .process-card:first-child {
  border-left: 0;
}

.direct-response .process-card > span {
  width: fit-content;
  height: auto;
  margin-bottom: 14px;
  display: block;
  color: var(--red);
  background: transparent;
  border-radius: 0;
  font-family: var(--body);
  font-size: 14px;
}

.direct-response .process-card h3 {
  font-size: 26px;
}

.direct-response .process-card p {
  font-size: 16px;
}

.direct-response .faq-layout {
  max-width: 900px;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 44px;
}

.direct-response .faq-list details {
  box-shadow: none;
}

.direct-response .faq-list summary {
  font-size: 18px;
}

.direct-response .faq-list details p {
  font-size: 17px;
}

.direct-response .final-cta-section {
  padding-top: 0;
}

.direct-response .cta-panel {
  max-width: 900px;
  padding: 34px 38px;
  border-radius: 4px;
  box-shadow: none;
}

.direct-response .site-footer {
  padding-block: 28px;
  text-align: center;
}

.direct-response .footer-inner {
  justify-content: center;
  font-size: 14px;
}

body[data-page="schedule"].direct-response .inner-hero {
  max-width: 820px;
  padding-block: 38px 22px;
}

body[data-page="schedule"].direct-response main {
  color: var(--white);
  background-color: var(--navy);
  background-image:
    linear-gradient(180deg, rgba(6, 34, 73, 0.93), rgba(6, 34, 73, 0.88)),
    url("assets/securi-panes-hero.webp");
  background-position: center 38%;
  background-repeat: no-repeat;
  background-size: cover;
}

body[data-page="schedule"].direct-response .inner-hero h1,
body[data-page="schedule"].direct-response .inner-hero > p:last-child {
  color: var(--white);
}

.final-step-label {
  margin: 0 0 7px;
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-page="schedule"].direct-response .inner-hero h1 {
  margin-bottom: 12px;
  font-family: var(--display);
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

body[data-page="schedule"].direct-response .schedule-layout {
  display: block;
  max-width: 780px;
  padding-bottom: 28px;
  text-align: center;
}

body[data-page="schedule"].direct-response .calendar-card {
  min-height: 0;
  color: var(--ink);
  border-radius: 4px;
  box-shadow: 0 22px 54px rgba(0, 12, 32, 0.34);
}

.schedule-flex-note {
  max-width: 620px;
  margin: 17px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

body[data-page="schedule"].direct-response .calendar-card-head p {
  font-size: 16px;
}

body[data-page="schedule"].direct-response .time-heading {
  font-size: 17px;
  text-align: center;
}

.schedule-trust {
  padding-bottom: 64px;
}

.schedule-trust-grid {
  display: grid;
  max-width: 780px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-inline: auto;
  overflow: hidden;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.schedule-trust-item {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 13px;
  border-left: 1px solid var(--line);
  text-align: center;
}

.schedule-trust-item:first-child {
  border-left: 0;
}

.schedule-trust-icon {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  color: var(--white);
  background: var(--red);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.schedule-trust-item strong {
  color: var(--navy);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
}

.schedule-trust-item small {
  display: block;
  margin-top: 2px;
  color: var(--slate);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.025em;
}

.schedule-review {
  max-width: 780px;
  margin: 18px auto 0;
  padding: 18px 21px 20px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  text-align: left;
}

.schedule-review-head,
.schedule-review-rating {
  display: flex;
  align-items: center;
}

.schedule-review-head {
  gap: 12px;
}

.schedule-review-head img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  object-fit: cover;
  border: 2px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--line);
}

.schedule-review-head strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.1;
}

.schedule-review-rating {
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 4px;
}

.schedule-review-rating > span {
  color: #f2ac16;
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1;
}

.schedule-review-rating small {
  color: var(--slate);
  font-size: 12px;
  font-weight: 650;
}

.schedule-review blockquote {
  margin: 13px 0 0;
  color: #263950;
  font-size: 16px;
  line-height: 1.5;
}

body[data-page="thank-you"].direct-response .confirmation-hero {
  padding-block: 54px 78px;
  color: var(--white);
  background-color: var(--navy);
  background-image:
    linear-gradient(180deg, rgba(6, 34, 73, 0.93), rgba(6, 34, 73, 0.88)),
    url("assets/securi-panes-hero.webp");
  background-position: center 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

body[data-page="thank-you"].direct-response .confirmation-check {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  font-size: 27px;
}

body[data-page="thank-you"].direct-response .confirmation-hero h1 {
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(44px, 6vw, 66px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

body[data-page="thank-you"].direct-response .confirmation-hero p {
  color: rgba(255, 255, 255, 0.84);
}

body[data-page="thank-you"].direct-response .confirmation-wrap {
  max-width: 960px;
  margin-top: -42px;
  padding-bottom: 48px;
  text-align: center;
}

body[data-page="thank-you"].direct-response .confirmation-actions {
  justify-content: center;
}

body[data-page="thank-you"].direct-response .appointment-label {
  font-size: 14px;
}

body[data-page="thank-you"].direct-response .appointment-meta,
body[data-page="thank-you"].direct-response .reschedule-note {
  font-size: 16px;
}

body[data-page="thank-you"].direct-response .next-step strong {
  font-size: 17px;
}

body[data-page="thank-you"].direct-response .next-step span {
  font-size: 15px;
}

.owner-reassurance {
  padding-block: 44px 64px;
  background: var(--white);
}

.owner-reassurance-inner {
  display: flex;
  max-width: 760px;
  align-items: center;
  flex-direction: column;
  gap: 22px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  text-align: center;
}

.owner-reassurance-inner > img {
  width: 100px;
  height: 100px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.owner-reassurance h2 {
  margin-bottom: 6px;
  font-size: 34px;
}

.owner-reassurance p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.4;
}

.owner-reassurance strong {
  color: var(--navy);
  font-size: 15px;
}

@media (max-width: 620px) {
  .direct-response {
    --container: min(100% - 26px, 1180px);
  }

  .direct-response .header-inner {
    min-height: 76px;
    gap: 10px;
  }

  .direct-response .brand {
    gap: 0;
  }

  .direct-response .brand-logo {
    width: 185px;
    height: auto;
    max-height: 55px;
  }

  .direct-response .brand-name {
    font-size: 16px;
  }

  .direct-response .brand .license {
    display: block;
    margin-top: 4px;
    font-size: 10px;
  }

  .header-review {
    gap: 6px;
  }

  .header-google {
    width: 24px;
    height: 24px;
  }

  .header-review strong {
    font-size: 13px;
  }

  .header-review small {
    margin-top: 3px;
    font-size: 11px;
  }

  .header-complete {
    font-size: 12px;
  }

  .header-complete span {
    width: 24px;
    height: 24px;
  }

  body[data-page="landing"].direct-response .hero-inner {
    padding-block: 24px 48px;
  }

  body[data-page="landing"].direct-response .hero,
  body[data-page="schedule"].direct-response main,
  body[data-page="thank-you"].direct-response .confirmation-hero {
    background-image:
      linear-gradient(180deg, rgba(6, 34, 73, 0.93), rgba(6, 34, 73, 0.89)),
      url("assets/securi-panes-hero.webp");
    background-position: center 40%;
  }

  body[data-page="landing"].direct-response .hero-copy {
    margin-bottom: 20px;
  }

  body[data-page="landing"].direct-response .hero-copy h1 {
    font-size: clamp(34px, 9.1vw, 39px);
    line-height: 1.04;
  }

  body[data-page="landing"].direct-response .hero-copy > p:not(.eyebrow) {
    display: block;
    font-size: 17px;
  }

  .offer-note {
    font-size: 11px;
  }

  body[data-page="landing"].direct-response .form-head {
    padding: 22px 18px 17px;
  }

  body[data-page="landing"].direct-response .form-head h2 {
    font-size: 20px;
  }

  body[data-page="landing"].direct-response .form-panel[data-active-step]:not([data-active-step="count"]) .form-progress-shell {
    padding-top: 15px;
  }

  body[data-page="landing"].direct-response .form-panel[data-active-step]:not([data-active-step="count"]) .preview-form {
    padding-top: 27px;
    padding-bottom: max(38px, calc(24px + env(safe-area-inset-bottom)));
  }

  body[data-page="landing"].direct-response .preview-form[data-active-step="contact"] .form-fields,
  body[data-page="landing"].direct-response .preview-form[data-active-step="address"] .form-fields {
    gap: 14px;
  }

  body[data-page="landing"].direct-response .preview-form[data-active-step="contact"] .form-actions,
  body[data-page="landing"].direct-response .preview-form[data-active-step="address"] .form-actions {
    margin-top: 24px;
  }

  body[data-page="landing"].direct-response .form-trust-row {
    margin-top: 32px;
  }

  body[data-page="landing"].direct-response .form-review {
    margin-top: 20px;
    padding: 14px 16px 15px;
  }

  body[data-page="landing"].direct-response .form-review blockquote {
    font-size: 13px;
    line-height: 1.42;
  }

  .minimum-explainer {
    margin-bottom: 14px;
    gap: 8px;
    font-size: 13px;
  }

  .minimum-explainer p {
    grid-template-columns: 1fr;
    gap: 3px;
    padding-bottom: 7px;
  }

  .minimum-explainer strong {
    font-size: 14px;
  }

  .minimum-options-visual {
    gap: 9px;
  }

  .minimum-choice > span {
    min-height: 190px;
    padding: 10px 7px 12px;
  }

  .minimum-choice img {
    width: 108px;
    height: 108px;
  }

  .minimum-choice > span strong {
    font-size: 16px;
  }

  .minimum-choice > span small {
    font-size: 12px;
  }

  .compact-proof-grid {
    grid-template-columns: 1fr;
    padding-block: 5px;
  }

  .compact-proof-grid > div,
  .compact-proof-grid > div:last-child {
    padding: 13px 18px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .compact-proof-grid > div:first-child {
    border-top: 0;
  }

  .compact-proof-grid strong {
    font-size: 16px;
  }

  .compact-proof-grid span {
    font-size: 13px;
  }

  .direct-response .section {
    padding-block: 56px;
  }

  .direct-response .compact-heading {
    margin-bottom: 28px;
  }

  .direct-response .compact-heading h2,
  .direct-response .process-heading h2,
  .direct-response .faq-layout h2 {
    font-size: 36px;
  }

  .project-grid {
    gap: 10px;
  }

  .project-grid img {
    height: 190px;
  }

  .project-grid figcaption {
    padding: 10px;
    font-size: 14px;
    text-align: center;
  }

  .direct-response .owner-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }

  .direct-response .owner-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .direct-response .owner-photo img {
    object-position: 50% 32%;
  }

  .direct-response .owner-copy h2 {
    margin-bottom: 9px;
    font-size: 34px;
  }

  .direct-response .owner-copy > p {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
  }

  .direct-response .owner-signoff {
    gap: 8px;
    padding-top: 10px;
  }

  .direct-response .owner-signoff .owner-avatar {
    display: none;
  }

  .direct-response .owner-signoff strong {
    font-size: 15px;
  }

  .direct-response .owner-signoff span span {
    font-size: 13px;
  }

  .direct-response .process-grid {
    gap: 0;
  }

  .direct-response .process-card {
    min-height: 0;
    padding: 18px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .direct-response .process-card:first-child {
    border-top: 0;
  }

  .direct-response .process-card > span {
    margin-bottom: 9px;
  }

  .direct-response .process-card h3 {
    font-size: 23px;
  }

  .direct-response .process-card p {
    font-size: 15px;
  }

  .direct-response .faq-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .direct-response .faq-list summary {
    min-height: 64px;
    padding: 18px;
    font-size: 17px;
  }

  .direct-response .faq-list details p {
    font-size: 16px;
  }

  .direct-response .footer-inner {
    font-size: 13px;
    line-height: 1.5;
  }

  .direct-response .cta-panel {
    display: block;
    padding: 26px 22px;
    text-align: center;
  }

  .direct-response .cta-panel h2 {
    font-size: 34px;
  }

  .direct-response .cta-panel .button {
    width: 100%;
    margin-top: 18px;
  }

  body[data-page="schedule"].direct-response .inner-hero {
    padding-block: 26px 17px;
  }

  body[data-page="schedule"].direct-response .inner-hero h1 {
    font-size: 36px;
  }

  body[data-page="schedule"].direct-response .inner-hero > p:last-child {
    font-size: 15px;
  }

  body[data-page="schedule"].direct-response .schedule-layout {
    width: calc(100% - 18px);
    padding-bottom: 18px;
  }

  body[data-page="schedule"].direct-response .calendar-card {
    min-height: 0;
    border-radius: 8px;
  }

  .schedule-flex-note {
    width: calc(100% - 22px);
    margin-top: 14px;
    font-size: 14px;
  }

  .schedule-trust {
    padding-bottom: 38px;
  }

  .schedule-trust-grid {
    width: calc(100% - 18px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .schedule-trust-item,
  .schedule-trust-item:first-child {
    min-height: 78px;
    flex-direction: column;
    gap: 5px;
    padding: 9px 5px;
    border: 0;
    border-left: 1px solid var(--line);
  }

  .schedule-trust-item:first-child {
    border-left: 0;
  }

  .schedule-trust-item strong {
    font-size: 12px;
    line-height: 1.15;
  }

  .schedule-trust-item small {
    font-size: 9px;
  }

  .schedule-review {
    width: calc(100% - 18px);
    margin-top: 14px;
    padding: 15px 16px 17px;
    border-radius: 5px;
  }

  .schedule-review-head img {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .schedule-review-head strong {
    font-size: 17px;
  }

  .schedule-review-rating {
    gap: 6px;
  }

  .schedule-review-rating > span {
    font-size: 15px;
  }

  .schedule-review-rating small {
    font-size: 11px;
  }

  .schedule-review blockquote {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.45;
  }

  body[data-page="thank-you"].direct-response .confirmation-hero {
    padding-block: 42px 68px;
  }

  body[data-page="thank-you"].direct-response .confirmation-hero h1 {
    font-size: 40px;
  }

  body[data-page="thank-you"].direct-response .confirmation-wrap {
    padding-bottom: 30px;
  }

  .owner-reassurance {
    padding-block: 34px 44px;
  }

  .owner-reassurance-inner {
    align-items: center;
    gap: 14px;
    padding: 18px;
  }

  .owner-reassurance-inner > img {
    width: 76px;
    height: 76px;
  }

  .owner-reassurance h2 {
    font-size: 27px;
  }

  .owner-reassurance p {
    font-size: 16px;
  }

  .owner-reassurance strong {
    font-size: 14px;
  }
}

/* Final mobile conversion overrides. Kept last so the form stage stays stable. */
.direct-response .site-header { border-top: 0; }
.calendar-intro { display:flex; align-items:end; justify-content:space-between; gap:18px; margin-bottom:18px; text-align:left; }
.calendar-intro strong { color:var(--navy); font-size:21px; }
.calendar-intro span { color:var(--muted); font-size:14px; }
.calendar-selection { min-height:24px; margin-top:18px; color:var(--slate); font-size:15px; font-weight:700; text-align:center; }
.calendar-submit-status { margin:14px 0 0; color:var(--red-dark); font-size:14px; font-weight:700; line-height:1.4; text-align:center; }
.calendar-empty { grid-column:1 / -1; margin:0; padding:15px; color:var(--muted); font-weight:700; text-align:center; }
body[data-page="schedule"] .preview-calendar .date-row { grid-template-columns:repeat(7,minmax(82px,1fr)); overflow-x:auto; padding:2px 2px 10px; scroll-snap-type:x proximity; scrollbar-width:thin; }
body[data-page="schedule"] .preview-calendar .date-choice { min-height:74px; scroll-snap-align:start; }
body[data-page="schedule"] .preview-calendar .time-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }

/* Calendar-led scheduler. HighLevel remains the availability and booking engine. */
body[data-page="schedule"] .preview-calendar {
  padding: 24px;
  text-align: left;
  overflow-anchor: none;
}

body[data-page="schedule"] .scheduler-heading {
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

body[data-page="schedule"] .scheduler-heading > div > span {
  display: block;
  margin-top: 2px;
}

.scheduler-step {
  flex: 0 0 auto;
  padding: 5px 9px;
  border: 1px solid #ccd7e2;
  border-radius: 999px;
  color: var(--slate);
  background: #f6f8fa;
  font-size: 12px;
  font-weight: 800;
}

.scheduler-body {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  min-height: 326px;
  border: 1px solid var(--line);
  background: #fff;
}

.scheduler-calendar-view,
.scheduler-time-view {
  padding: 18px 20px;
}

.scheduler-time-view {
  border-left: 1px solid var(--line);
  background: #f8fafc;
}

.month-navigation {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.month-navigation strong {
  color: var(--navy);
  font-size: 18px;
  text-align: center;
}

.month-navigation button {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--navy);
  background: #fff;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.month-navigation button:disabled {
  opacity: .25;
  cursor: default;
}

.month-navigation button:not(:disabled):hover,
.month-day.is-available:hover,
body[data-page="schedule"] .scheduler-time-view .time-choice:hover {
  border-color: var(--navy);
}

.month-navigation button:focus-visible,
.month-day:focus-visible,
.calendar-back:focus-visible,
body[data-page="schedule"] .scheduler-time-view .time-choice:focus-visible {
  outline: 3px solid rgba(48, 126, 213, .35);
  outline-offset: 2px;
}

.calendar-weekdays,
.month-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-weekdays {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.month-grid {
  row-gap: 3px;
}

.month-day {
  position: relative;
  width: 40px;
  height: 40px;
  justify-self: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #a7b0bb;
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}

.month-day.is-available {
  color: var(--navy);
  background: #edf3f8;
  cursor: pointer;
}

.month-day.is-available::after {
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--red);
  content: "";
  transform: translateX(-50%);
}

.month-day.is-selected {
  color: #fff;
  background: var(--navy);
}

.month-day.is-selected::after {
  background: #fff;
}

.month-day.is-outside-month {
  visibility: hidden;
}

.calendar-key {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.calendar-key span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
}

.calendar-back {
  display: none;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  color: var(--slate);
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

body[data-page="schedule"] .scheduler-time-view .time-heading {
  min-height: 48px;
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.25;
}

body[data-page="schedule"] .scheduler-time-view .time-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

body[data-page="schedule"] .scheduler-time-view .time-choice {
  min-height: 52px;
  border-color: #c9d5e0;
  background: #fff;
  font-size: 15px;
}

body[data-page="schedule"] .scheduler-time-view .time-choice.is-selected {
  color: #fff;
  border-color: var(--navy);
  background: var(--navy);
}

.calendar-time-prompt,
.calendar-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

body[data-page="schedule"] .preview-calendar .calendar-selection {
  min-height: 22px;
  margin: 15px 0 0;
}

body[data-page="schedule"] .preview-calendar .calendar-submit {
  min-height: 54px;
  margin-top: 12px;
}

@media (max-width: 620px) {
  .direct-response { --container:min(100% - 20px,1180px); }
  .direct-response .header-inner { min-height:64px; }
  .direct-response .brand-logo { width:150px; max-height:46px; }
  .header-google { width:21px; height:21px; }
  .header-review strong { font-size:12px; }
  .header-review small { font-size:9.5px; }
  body[data-page="landing"].direct-response .hero-inner { padding-block:13px 34px; }
  body[data-page="landing"].direct-response .hero-copy { margin-bottom:12px; }
  body[data-page="landing"].direct-response .hero-copy h1 { max-width:390px; font-size:clamp(28px,7.65vw,34px); line-height:1.01; letter-spacing:-.045em; text-wrap:balance; }
  body[data-page="landing"].direct-response .form-panel { box-shadow:0 14px 34px rgba(0,12,32,.28); }
  body[data-page="landing"].direct-response .form-panel[data-active-step] .form-head,
  body[data-page="landing"].direct-response .form-panel[data-active-step]:not([data-active-step="count"]) .form-head { display:grid; min-height:49px; grid-template-columns:1fr auto; align-items:center; gap:10px; padding:8px 12px; text-align:left; }
  body[data-page="landing"].direct-response .form-head h2 { margin:0; font-size:16px; white-space:nowrap; }
  body[data-page="landing"].direct-response .form-head p:last-child { gap:4px; font-size:11.5px; white-space:nowrap; }
  body[data-page="landing"].direct-response .form-head p svg { width:15px; height:15px; }
  body[data-page="landing"].direct-response .form-panel[data-active-step] .form-progress-shell,
  body[data-page="landing"].direct-response .form-panel[data-active-step]:not([data-active-step="count"]) .form-progress-shell { padding:0 12px; }
  body[data-page="landing"].direct-response .form-progress { height:3px; }
  body[data-page="landing"].direct-response .preview-form,
  body[data-page="landing"].direct-response .form-panel[data-active-step]:not([data-active-step="count"]) .preview-form { height:350px; min-height:350px; padding:13px 12px 12px; }
  body[data-page="landing"].direct-response .form-step:not([hidden]) { display:flex; height:100%; flex-direction:column; }
  body[data-page="landing"].direct-response .form-question { margin-bottom:11px; font-size:19px; line-height:1.12; }
  body[data-page="landing"].direct-response .form-hint { margin:-3px 0 11px; font-size:12.5px; }
  body[data-page="landing"].direct-response .option-grid-visual { gap:7px; }
  body[data-page="landing"].direct-response .option-card-visual > span { min-height:104px; border-radius:5px; box-shadow:0 3px 0 #d5dee6; }
  body[data-page="landing"].direct-response .choice-illustration { width:91px; height:65px; margin:1px auto; }
  body[data-page="landing"].direct-response .option-card-visual > span > strong { min-height:34px; padding:6px 3px; font-size:12.5px; }
  body[data-page="landing"].direct-response .form-actions { min-height:48px; margin-top:auto; padding-top:10px; }
  body[data-page="landing"].direct-response .form-actions .button { min-height:48px; padding:10px 18px; font-size:15px; }
  body[data-page="landing"].direct-response .back-button { font-size:14px; }
  body[data-page="landing"].direct-response .minimum-explainer { margin:-2px auto 8px; gap:5px; font-size:11.5px; line-height:1.25; }
  body[data-page="landing"].direct-response .minimum-explainer p { gap:1px; padding-bottom:4px; }
  body[data-page="landing"].direct-response .minimum-explainer strong { font-size:12px; }
  body[data-page="landing"].direct-response .minimum-choice > span { min-height:108px; padding:5px 4px 7px; }
  body[data-page="landing"].direct-response .minimum-choice img { width:62px; height:62px; }
  body[data-page="landing"].direct-response .minimum-choice > span strong { font-size:13px; }
  body[data-page="landing"].direct-response .minimum-choice > span small { margin-top:2px; font-size:10.5px; }
  body[data-page="landing"].direct-response .form-fields { gap:8px; }
  body[data-page="landing"].direct-response .form-fields-contact { grid-template-columns:repeat(2,minmax(0,1fr)); }
  body[data-page="landing"].direct-response .form-fields-contact .field-full { grid-column:1 / -1; }
  body[data-page="landing"].direct-response .field label { margin-bottom:3px; font-size:11.5px; }
  body[data-page="landing"].direct-response .field input,
  body[data-page="landing"].direct-response .field select { height:47px; font-size:16px; }
  body[data-page="landing"].direct-response .service-confirm-note { margin-top:8px; font-size:11px; }
  body[data-page="landing"].direct-response .option-card-icon > span { min-height:74px; }
  body[data-page="landing"].direct-response .form-trust-row { margin-top:24px; }
  body[data-page="schedule"].direct-response .inner-hero { padding-block:20px 13px; }
  body[data-page="schedule"].direct-response .inner-hero h1 { font-size:30px; }
  body[data-page="schedule"].direct-response .preview-calendar { padding:18px 14px 20px; }
  .calendar-intro { display:block; margin-bottom:12px; }
  .calendar-intro strong,.calendar-intro span { display:block; }
  .calendar-intro strong { font-size:18px; }
  .calendar-intro span { margin-top:2px; font-size:12px; }
  body[data-page="schedule"] .preview-calendar .date-row { grid-template-columns:repeat(14,74px); gap:7px; }
  body[data-page="schedule"] .preview-calendar .date-choice { min-height:66px; padding:7px 4px; }
  body[data-page="schedule"] .preview-calendar .time-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
  body[data-page="schedule"] .preview-calendar .time-choice { min-height:50px; }
  .calendar-selection { margin-top:12px; font-size:13px; }

  body[data-page="schedule"] .preview-calendar {
    padding: 14px;
  }

  body[data-page="schedule"] .scheduler-heading {
    display: flex;
    margin-bottom: 12px;
    padding-bottom: 11px;
  }

  body[data-page="schedule"] .scheduler-heading strong {
    font-size: 17px;
  }

  body[data-page="schedule"] .scheduler-heading > div > span {
    font-size: 11px;
  }

  .scheduler-body {
    display: block;
    min-height: 320px;
  }

  .scheduler-calendar-view,
  .scheduler-time-view {
    min-height: 320px;
    padding: 13px 12px 11px;
  }

  .scheduler-time-view {
    display: none;
    border: 0;
    background: #fff;
  }

  .preview-calendar.has-date .scheduler-calendar-view {
    display: none;
  }

  .preview-calendar.has-date .scheduler-time-view {
    display: block;
  }

  .calendar-back {
    display: block;
  }

  .month-navigation {
    margin-bottom: 8px;
  }

  .month-navigation strong {
    font-size: 17px;
  }

  .month-navigation button {
    width: 38px;
    height: 38px;
  }

  .calendar-weekdays {
    font-size: 10px;
  }

  .month-grid {
    row-gap: 1px;
  }

  .month-day {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .calendar-key {
    margin-top: 6px;
    font-size: 11px;
  }

  body[data-page="schedule"] .scheduler-time-view .time-heading {
    min-height: auto;
    margin-bottom: 14px;
    font-size: 19px;
    text-align: center;
  }

  body[data-page="schedule"] .preview-calendar .calendar-selection {
    margin-top: 10px;
    font-size: 12px;
  }

  body[data-page="schedule"] .preview-calendar .calendar-submit {
    min-height: 50px;
    margin-top: 9px;
    font-size: 15px;
  }
}

/* Final cascade: keep the action surfaces dominant and the proof secondary. */
body[data-page="landing"].direct-response .hero-inner { max-width:900px; padding-block:36px 76px; }
body[data-page="landing"].direct-response .hero-copy { margin-bottom:26px; }
body[data-page="landing"].direct-response .form-stack { max-width:780px; }
body[data-page="landing"].direct-response .form-panel { position:relative; z-index:2; border:1px solid #cbd5df; background:#fff; box-shadow:0 24px 58px rgba(0,15,40,.38); }
body[data-page="landing"].direct-response .form-trust-row { max-width:720px; margin:46px auto 0; overflow:visible; color:rgba(255,255,255,.78); background:transparent; border:0; border-radius:0; box-shadow:none; }
body[data-page="landing"].direct-response .form-trust-chip { min-height:28px; padding:4px 18px; color:inherit; background:transparent; border-color:rgba(255,255,255,.22); font-size:13px; font-weight:620; }
body[data-page="landing"].direct-response .form-trust-chip strong { color:#fff; }

body[data-page="landing"].direct-response .form-review,
body[data-page="schedule"].direct-response .schedule-review,
.google-review-card { max-width:650px; margin-inline:auto; padding:18px 20px 19px; color:#202124; background:#fff; border:0; border-radius:5px; box-shadow:0 12px 30px rgba(0,15,40,.2); text-align:left; }
body[data-page="landing"].direct-response .form-review { margin-top:34px; }
body[data-page="schedule"].direct-response .schedule-review { margin-top:36px; }
.google-review-head { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:11px; }
.google-review-card .reviewer-avatar,
.google-review-card .reviewer-avatar img { display:block; width:44px; height:44px; }
.google-review-card .reviewer-avatar img { object-fit:cover; border:1px solid #dadce0; border-radius:50%; }
.google-review-person { min-width:0; display:flex; flex-direction:column; align-items:flex-start; }
.google-review-person strong { overflow:hidden; color:#202124; font-size:15px; font-weight:700; line-height:1.2; text-overflow:ellipsis; white-space:nowrap; }
.google-review-person small { margin-top:3px; color:#70757a; font-size:12px; line-height:1.2; }
.google-review-source { display:flex; align-items:center; gap:5px; color:#5f6368; font-size:12px; font-weight:600; }
.google-review-source svg { width:20px; height:20px; display:block; }
.google-review-stars { margin:11px 0 7px; color:#fbbc04; font-size:18px; letter-spacing:.055em; line-height:1; }
.google-review-card blockquote,
body[data-page="landing"].direct-response .form-review blockquote,
body[data-page="schedule"].direct-response .schedule-review blockquote { margin:0; color:#3c4043; font-size:14.5px; font-style:normal; line-height:1.48; text-align:left; }

body[data-page="schedule"].direct-response .inner-hero { max-width:920px; padding-block:42px 27px; }
body[data-page="schedule"].direct-response .schedule-layout { max-width:860px; padding-bottom:0; }
body[data-page="schedule"].direct-response .calendar-card { border:1px solid #cbd5df; box-shadow:0 24px 58px rgba(0,15,40,.38); }
body[data-page="schedule"].direct-response .preview-calendar { padding:22px; }
body[data-page="schedule"] .month-day { width:44px; height:44px; min-width:44px; min-height:44px; }
body[data-page="schedule"] .month-navigation button,
body[data-page="schedule"] .preview-calendar .time-choice,
body[data-page="schedule"] .preview-calendar .calendar-submit { min-height:48px; }
.schedule-flex-note { margin-top:20px; font-size:14px; }
.schedule-trust { padding:44px 0 76px; }
.schedule-trust-grid { display:flex; max-width:720px; align-items:center; justify-content:center; gap:0; overflow:visible; color:rgba(255,255,255,.8); background:transparent; border:0; border-radius:0; }
.schedule-trust-item,
.schedule-trust-item:first-child { min-height:30px; padding:3px 22px; color:inherit; background:transparent; border:0; border-left:1px solid rgba(255,255,255,.22); }
.schedule-trust-item:first-child { border-left:0; }
.schedule-trust-icon { width:18px; height:18px; flex-basis:18px; color:#fff; background:transparent; border:1px solid rgba(255,255,255,.58); font-size:10px; }
.schedule-trust-item strong,
.schedule-trust-item small { color:inherit; }
.schedule-trust-item strong { font-size:13px; font-weight:650; }
.schedule-trust-item small { display:inline; margin:0 0 0 3px; font-size:inherit; font-weight:inherit; }

@media (min-width:621px) and (max-width:900px) {
  body[data-page="landing"].direct-response .hero-inner { max-width:780px; padding-block:32px 68px; }
  body[data-page="landing"].direct-response .form-stack,
  body[data-page="schedule"].direct-response .schedule-layout { max-width:720px; }
  body[data-page="landing"].direct-response .form-panel { width:100%; max-width:none; }
  body[data-page="landing"].direct-response .form-trust-row,
  .schedule-trust-grid { max-width:680px; }
  body[data-page="schedule"].direct-response .inner-hero { max-width:760px; }
}

@media (max-width:620px) {
  body[data-page="landing"].direct-response .hero-inner { max-width:none; padding-block:14px 64px; }
  body[data-page="landing"].direct-response .hero-copy { margin-bottom:15px; }
  body[data-page="landing"].direct-response .form-stack { width:100%; max-width:none; }
  body[data-page="landing"].direct-response .preview-form,
  body[data-page="landing"].direct-response .form-panel[data-active-step]:not([data-active-step="count"]) .preview-form { height:382px; min-height:382px; padding:15px 13px 13px; }
  body[data-page="landing"].direct-response .form-question { margin-bottom:13px; font-size:20px; }
  body[data-page="landing"].direct-response .option-card-visual > span { min-height:112px; }
  body[data-page="landing"].direct-response .form-actions,
  body[data-page="landing"].direct-response .form-actions .button { min-height:50px; }
  body[data-page="landing"].direct-response .field input,
  body[data-page="landing"].direct-response .field select { height:50px; min-height:50px; }
  body[data-page="landing"].direct-response .form-trust-row { width:calc(100% - 12px); max-width:none; grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:38px; }
  body[data-page="landing"].direct-response .form-trust-chip { min-height:34px; justify-content:center; padding:5px 8px; border:0; font-size:11.5px; }
  body[data-page="landing"].direct-response .form-trust-chip:nth-child(even) { border-left:1px solid rgba(255,255,255,.2); }
  body[data-page="landing"].direct-response .form-review,
  body[data-page="schedule"].direct-response .schedule-review,
  .google-review-card { width:calc(100% - 28px); max-width:none; padding:16px; }
  body[data-page="landing"].direct-response .form-review { margin-top:32px; }
  .google-review-card .reviewer-avatar,
  .google-review-card .reviewer-avatar img { width:42px; height:42px; }
  .google-review-source span { display:none; }
  .google-review-card blockquote,
  body[data-page="landing"].direct-response .form-review blockquote,
  body[data-page="schedule"].direct-response .schedule-review blockquote { font-size:13.5px; }
  body[data-page="schedule"].direct-response .inner-hero { max-width:none; padding-block:24px 18px; }
  body[data-page="schedule"].direct-response .inner-hero h1 { font-size:29px; }
  body[data-page="schedule"].direct-response .schedule-layout { width:min(100% - 20px,600px); max-width:none; }
  body[data-page="schedule"].direct-response .preview-calendar { padding:15px 12px 16px; }
  body[data-page="schedule"] .scheduler-body,
  body[data-page="schedule"] .scheduler-calendar-view,
  body[data-page="schedule"] .scheduler-time-view { min-height:334px; }
  body[data-page="schedule"] .month-navigation button,
  body[data-page="schedule"] .month-day { width:44px; height:44px; min-width:44px; min-height:44px; }
  body[data-page="schedule"] .preview-calendar .time-choice,
  body[data-page="schedule"] .preview-calendar .calendar-submit { min-height:52px; }
  .schedule-flex-note { max-width:330px; margin-top:17px; font-size:12.5px; }
  .schedule-trust { padding:40px 0 68px; }
  .schedule-trust-grid { width:min(100% - 44px,390px); max-width:none; display:grid; grid-template-columns:1fr; justify-items:start; gap:9px; }
  .schedule-trust-item,
  .schedule-trust-item:first-child { min-height:28px; justify-content:flex-start; padding:0; border:0; text-align:left; }
  .schedule-trust-item strong { font-size:12.5px; }
  body[data-page="schedule"].direct-response .schedule-review { margin-top:34px; }
}

/* Focused mobile UX and safe-area pass. This block intentionally wins the legacy cascade above. */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  scroll-padding-top: calc(12px + env(safe-area-inset-top));
  scroll-padding-bottom: calc(76px + env(safe-area-inset-bottom));
}

body {
  padding-bottom: env(safe-area-inset-bottom);
}

.site-header {
  padding-top: env(safe-area-inset-top);
}

.form-actions,
.calendar-submit {
  scroll-margin-bottom: calc(76px + env(safe-area-inset-bottom));
}

body[data-page="landing"].direct-response .form-review,
body[data-page="schedule"].direct-response .schedule-review,
.google-review-card {
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 8px 20px rgba(0, 15, 40, 0.14);
}

@media (max-width: 620px) {
  .direct-response {
    --container: min(
      calc(100% - max(10px, env(safe-area-inset-left)) - max(10px, env(safe-area-inset-right))),
      1180px
    );
  }

  .direct-response .header-inner {
    min-height: 56px;
  }

  .direct-response .brand-logo {
    width: 136px;
    max-height: 42px;
  }

  .header-review {
    gap: 5px;
  }

  .header-google {
    width: 19px;
    height: 19px;
  }

  .header-review strong {
    font-size: 11.5px;
  }

  .header-review small {
    font-size: 9px;
  }

  body[data-page="landing"].direct-response .hero-inner {
    padding-block: 10px max(46px, calc(30px + env(safe-area-inset-bottom)));
  }

  body[data-page="landing"].direct-response .hero-copy {
    margin-bottom: 10px;
  }

  body[data-page="landing"].direct-response .hero-copy h1 {
    font-size: clamp(26px, 7.2vw, 31px);
    line-height: 1;
    letter-spacing: -0.04em;
  }

  body[data-page="landing"].direct-response .preview-form,
  body[data-page="landing"].direct-response .form-panel[data-active-step]:not([data-active-step="count"]) .preview-form {
    height: auto;
    min-height: 360px;
    padding: 12px;
  }

  body[data-page="landing"].direct-response .form-step:not([hidden]) {
    height: auto;
    min-height: 336px;
  }

  body[data-page="landing"].direct-response .form-question {
    margin-bottom: 10px;
    font-size: 19px;
  }

  body[data-page="landing"].direct-response .option-card-visual > span {
    min-height: 104px;
  }

  body[data-page="landing"].direct-response .field input,
  body[data-page="landing"].direct-response .field select {
    height: 46px;
    min-height: 46px;
    font-size: 16px;
  }

  body[data-page="landing"].direct-response .form-actions,
  body[data-page="landing"].direct-response .form-actions .button {
    min-height: 48px;
  }

  body[data-page="landing"].direct-response .minimum-explainer {
    margin-bottom: 7px;
    line-height: 1.22;
  }

  body[data-page="landing"].direct-response .minimum-choice > span {
    min-height: 104px;
  }

  body[data-page="landing"].direct-response .form-trust-row {
    margin-top: 28px;
  }

  body[data-page="landing"].direct-response .form-review,
  body[data-page="schedule"].direct-response .schedule-review,
  .google-review-card {
    width: calc(100% - 40px);
    padding: 15px;
  }

  body[data-page="landing"].direct-response .form-review {
    margin-top: 27px;
  }

  body[data-page="schedule"].direct-response .inner-hero {
    padding-block: 16px 11px;
  }

  body[data-page="schedule"].direct-response .inner-hero h1 {
    font-size: 27px;
    line-height: 1.03;
  }

  body[data-page="schedule"].direct-response .inner-hero > p:last-child {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.35;
  }

  body[data-page="schedule"].direct-response .preview-calendar {
    padding: 12px 12px max(16px, calc(10px + env(safe-area-inset-bottom)));
  }

  body[data-page="schedule"] .scheduler-heading {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  body[data-page="schedule"] .scheduler-body,
  body[data-page="schedule"] .scheduler-calendar-view,
  body[data-page="schedule"] .scheduler-time-view {
    min-height: 324px;
  }

  body[data-page="schedule"] .preview-calendar.has-date .scheduler-body,
  body[data-page="schedule"] .preview-calendar.has-date .scheduler-time-view {
    min-height: 250px;
  }

  body[data-page="schedule"] .preview-calendar.has-date .scheduler-time-view {
    padding-bottom: 14px;
  }

  body[data-page="schedule"] .preview-calendar .calendar-selection {
    margin-top: 9px;
  }

  body[data-page="schedule"] .preview-calendar .calendar-submit {
    margin-top: 8px;
  }

  .schedule-trust {
    padding-bottom: max(54px, calc(38px + env(safe-area-inset-bottom)));
  }
}

@media (max-width: 900px) and (max-height: 500px) and (orientation: landscape) {
  .direct-response {
    --container: min(
      calc(100% - max(10px, env(safe-area-inset-left)) - max(10px, env(safe-area-inset-right))),
      1180px
    );
  }

  .direct-response .header-inner {
    min-height: 52px;
  }

  .direct-response .brand-logo {
    width: 136px;
    max-height: 40px;
  }

  .header-google {
    width: 19px;
    height: 19px;
  }

  body[data-page="landing"].direct-response .hero-inner,
  body[data-page="schedule"].direct-response .inner-hero {
    padding-top: 8px;
  }

  body[data-page="landing"].direct-response .hero-copy h1,
  body[data-page="schedule"].direct-response .inner-hero h1 {
    font-size: 25px;
  }

  body[data-page="schedule"].direct-response .inner-hero > p:last-child {
    display: none;
  }

  body[data-page="landing"].direct-response .hero-copy {
    margin-bottom: 8px;
  }

  body[data-page="landing"].direct-response .preview-form,
  body[data-page="landing"].direct-response .form-panel[data-active-step]:not([data-active-step="count"]) .preview-form {
    height: auto;
    min-height: 360px;
    padding: 12px;
  }

  body[data-page="landing"].direct-response .form-step:not([hidden]) {
    display: flex;
    height: auto;
    min-height: 336px;
    flex-direction: column;
  }

  body[data-page="landing"].direct-response .form-question {
    margin-bottom: 10px;
    font-size: 19px;
  }

  body[data-page="landing"].direct-response .option-card-visual > span {
    min-height: 104px;
  }

  body[data-page="landing"].direct-response .choice-illustration {
    width: 91px;
    height: 65px;
  }

  body[data-page="landing"].direct-response .form-actions {
    min-height: 48px;
    margin-top: auto;
  }

  body[data-page="schedule"] .preview-calendar {
    padding: 12px;
  }

  body[data-page="schedule"] .scheduler-body {
    display: block;
    min-height: 324px;
  }

  body[data-page="schedule"] .scheduler-calendar-view,
  body[data-page="schedule"] .scheduler-time-view {
    min-height: 324px;
    padding: 13px 12px;
  }

  body[data-page="schedule"] .scheduler-time-view {
    display: none;
    border: 0;
  }

  body[data-page="schedule"] .preview-calendar.has-date .scheduler-calendar-view {
    display: none;
  }

  body[data-page="schedule"] .preview-calendar.has-date .scheduler-time-view,
  body[data-page="schedule"] .calendar-back {
    display: block;
  }
}

@media (max-width: 620px) and (max-height: 650px) {
  body[data-page="schedule"].direct-response .inner-hero {
    padding-block: 10px 8px;
  }

  body[data-page="schedule"].direct-response .inner-hero > p:last-child {
    display: none;
  }
}

@media (max-width: 340px) {
  body[data-page="schedule"].direct-response .schedule-layout {
    width: 100%;
  }

  body[data-page="schedule"].direct-response .calendar-card {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  body[data-page="schedule"].direct-response .preview-calendar {
    padding-right: 4px;
    padding-left: 4px;
  }

  body[data-page="schedule"] .scheduler-body {
    border-right: 0;
    border-left: 0;
  }

  body[data-page="schedule"] .scheduler-calendar-view {
    padding-right: 0;
    padding-left: 0;
  }

  body[data-page="schedule"] .month-navigation,
  body[data-page="schedule"] .calendar-weekdays,
  body[data-page="schedule"] .calendar-key {
    margin-right: 6px;
    margin-left: 6px;
  }
}

/* Mobile scheduler and confirmation polish. */
body[data-page="thank-you"] .header-inner-confirmation {
  justify-content: flex-start;
}

body[data-page="thank-you"] .owner-reassurance-inner {
  display: grid;
  max-width: 920px;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
}

.owner-reassurance-photo {
  align-self: stretch;
  background: var(--navy);
}

.owner-reassurance-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 286px;
  object-fit: cover;
  object-position: center;
}

.owner-reassurance-copy {
  align-self: center;
  padding: 34px 38px;
}

@media (max-width: 620px) {
  body[data-page="schedule"].direct-response .schedule-layout {
    width: min(100% - 12px, 600px);
  }

  body[data-page="schedule"].direct-response .calendar-card {
    border-radius: 10px;
  }

  body[data-page="schedule"].direct-response .preview-calendar {
    padding: 12px 8px max(16px, calc(10px + env(safe-area-inset-bottom)));
  }

  body[data-page="schedule"] .scheduler-calendar-view {
    min-height: 360px;
    padding: 13px 4px 12px;
  }

  body[data-page="schedule"] .month-navigation {
    grid-template-columns: 44px 1fr 44px;
    margin: 0 3px 10px;
  }

  body[data-page="schedule"] .month-navigation strong {
    font-size: 18px;
  }

  body[data-page="schedule"] .month-navigation button {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 10px;
    font-size: 28px;
  }

  body[data-page="schedule"] .calendar-weekdays {
    margin-bottom: 6px;
    padding-inline: 1px;
    font-size: 10.5px;
    letter-spacing: 0.025em;
  }

  body[data-page="schedule"] .month-grid {
    column-gap: 2px;
    row-gap: 4px;
  }

  body[data-page="schedule"] .month-day,
  body[data-page="schedule"] .preview-calendar .month-day {
    width: 100%;
    height: 48px;
    min-width: 0;
    min-height: 48px;
    border-radius: 9px;
    font-size: 15px;
  }

  body[data-page="schedule"] .month-day.is-available {
    border: 1px solid #d7e1ea;
    background: #f1f5f8;
    box-shadow: inset 0 -2px 0 rgba(6, 34, 73, 0.05);
  }

  body[data-page="schedule"] .month-day.is-available::after {
    bottom: 5px;
    width: 5px;
    height: 5px;
  }

  body[data-page="schedule"] .month-day.is-selected {
    border-color: var(--navy);
    background: var(--navy);
    box-shadow: 0 0 0 3px rgba(6, 34, 73, 0.14);
  }

  body[data-page="schedule"] .calendar-key {
    margin-top: 9px;
    font-size: 11.5px;
  }

  body[data-page="schedule"] .scheduler-time-view {
    min-height: 276px;
    padding: 13px 10px 16px;
  }

  body[data-page="schedule"] .calendar-back {
    min-height: 44px;
    margin: -4px 0 8px;
    padding: 0 4px;
    font-size: 14px;
  }

  body[data-page="schedule"] .scheduler-time-view .time-heading {
    margin-bottom: 15px;
    font-size: 20px;
  }

  body[data-page="schedule"] .scheduler-time-view .time-grid {
    gap: 10px;
  }

  body[data-page="schedule"] .scheduler-time-view .time-choice,
  body[data-page="schedule"] .preview-calendar .time-choice {
    min-height: 58px;
    border-width: 1px;
    border-radius: 9px;
    font-size: 16px;
    box-shadow: 0 2px 0 rgba(6, 34, 73, 0.06);
  }

  body[data-page="schedule"] .scheduler-time-view .time-choice.is-selected {
    border-color: var(--navy);
    box-shadow: 0 0 0 3px rgba(6, 34, 73, 0.14);
  }

  body[data-page="schedule"] .preview-calendar .calendar-submit {
    min-height: 56px;
    border-radius: 7px;
    font-size: 16px;
  }

  body[data-page="thank-you"] .header-inner-confirmation {
    justify-content: center;
  }

  body[data-page="thank-you"] .header-inner-confirmation .brand-logo {
    width: 166px;
    max-height: 49px;
  }

  body[data-page="thank-you"].direct-response .confirmation-hero {
    padding-block: 34px 62px;
  }

  body[data-page="thank-you"].direct-response .confirmation-check {
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
  }

  body[data-page="thank-you"].direct-response .confirmation-hero h1 {
    font-size: clamp(34px, 10vw, 40px);
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  body[data-page="thank-you"].direct-response .appointment-value {
    font-size: clamp(29px, 8.6vw, 36px);
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  body[data-page="thank-you"] .owner-reassurance-inner {
    width: min(100% - 20px, 560px);
    grid-template-columns: 1fr;
  }

  .owner-reassurance-photo img {
    height: auto;
    min-height: 0;
    aspect-ratio: 5 / 4;
  }

  .owner-reassurance-copy {
    padding: 24px 22px 26px;
    text-align: left;
  }
}

/* Scheduler hierarchy and trust treatment. */
body[data-page="schedule"] .scheduler-heading {
  min-height: 38px;
}

body[data-page="schedule"] .scheduler-heading > div > span {
  margin-top: 0;
  font-size: 14px;
  font-weight: 650;
}

.google-review-source-rating {
  gap: 8px;
  white-space: nowrap;
}

.google-review-source-rating .google-review-stars {
  display: block;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.045em;
}

body[data-page="schedule"] .schedule-review blockquote {
  margin-top: 14px;
}

@media (max-width: 620px) {
  body[data-page="schedule"] .scheduler-heading {
    min-height: 34px;
  }

  body[data-page="schedule"] .scheduler-heading > div > span {
    font-size: 12.5px;
  }

  body[data-page="schedule"] .schedule-trust-grid {
    width: min(100% - 36px, 390px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    justify-items: stretch;
  }

  body[data-page="schedule"] .schedule-trust-item,
  body[data-page="schedule"] .schedule-trust-item:first-child {
    width: 100%;
    min-height: 38px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    padding: 0;
    border: 0;
    text-align: left;
  }

  body[data-page="schedule"] .schedule-trust-icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  body[data-page="schedule"] .schedule-trust-item strong {
    font-size: 13.5px;
  }

  body[data-page="schedule"] .schedule-trust-item small {
    display: inline;
    margin: 0 0 0 3px;
    color: inherit;
    font-size: inherit;
  }

  .google-review-source-rating {
    gap: 6px;
  }

  .google-review-source-rating .google-review-stars,
  .google-review-source .google-review-stars {
    display: block;
    font-size: 15px;
    letter-spacing: 0.025em;
  }

  body[data-page="schedule"] .schedule-review blockquote {
    margin-top: 13px;
  }
}

/* Familiar mobile scheduling rhythm: circular dates and stacked times. */
@media (max-width: 620px) {
  body[data-page="schedule"] .month-grid {
    column-gap: 4px;
    row-gap: 7px;
  }

  body[data-page="schedule"] .month-day,
  body[data-page="schedule"] .preview-calendar .month-day {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    justify-self: center;
    border: 0;
    border-radius: 50%;
    font-size: 15px;
    box-shadow: none;
  }

  body[data-page="schedule"] .month-day.is-available {
    border: 0;
    background: #edf3f8;
    box-shadow: none;
  }

  body[data-page="schedule"] .month-day.is-available::after {
    bottom: 3px;
    width: 4px;
    height: 4px;
  }

  body[data-page="schedule"] .month-day.is-selected {
    border: 0;
    background: var(--navy);
    box-shadow: 0 0 0 3px rgba(6, 34, 73, 0.14);
  }

  body[data-page="schedule"] .scheduler-calendar-view {
    min-height: 348px;
  }

  body[data-page="schedule"] .scheduler-time-view {
    min-height: 350px;
  }

  body[data-page="schedule"] .scheduler-time-view .time-grid,
  body[data-page="schedule"] .preview-calendar .time-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body[data-page="schedule"] .scheduler-time-view .time-choice,
  body[data-page="schedule"] .preview-calendar .time-choice {
    width: 100%;
    min-height: 58px;
    border: 1.5px solid #aebdca;
    border-radius: 7px;
    color: var(--navy);
    background: #fff;
    box-shadow: none;
    font-size: 16px;
  }

  body[data-page="schedule"] .scheduler-time-view .time-choice.is-selected {
    color: #fff;
    border-color: var(--navy);
    background: var(--navy);
    box-shadow: 0 0 0 3px rgba(6, 34, 73, 0.14);
  }
}

/* Landing proof rhythm: keep the form compact while giving supporting trust room. */
body[data-page="landing"] .form-review blockquote {
  margin-top: 16px;
}

@media (max-width: 620px) {
  body[data-page="landing"].direct-response .hero-inner {
    padding-top: clamp(20px, 5vw, 30px);
    padding-bottom: max(66px, calc(48px + env(safe-area-inset-bottom)));
  }

  body[data-page="landing"].direct-response .hero-copy {
    margin-bottom: clamp(20px, 4.2vw, 26px);
  }

  body[data-page="landing"].direct-response .hero-copy h1 {
    font-size: clamp(30px, 7.8vw, 38px);
    line-height: 1.04;
  }

  body[data-page="landing"].direct-response .form-panel[data-active-step="count"] .form-head {
    display: grid;
    min-height: clamp(92px, 18vw, 104px);
    grid-template-columns: 1fr;
    align-content: center;
    justify-items: center;
    gap: 8px;
    padding: 18px 16px 16px;
    text-align: center;
  }

  body[data-page="landing"].direct-response .form-head h2 {
    margin: 0;
    font-size: clamp(22px, 4.6vw, 25px);
    line-height: 1.08;
    white-space: normal;
  }

  body[data-page="landing"].direct-response .form-head p:last-child {
    justify-content: center;
    font-size: clamp(13.5px, 3.2vw, 14px);
    white-space: normal;
  }

  body[data-page="landing"].direct-response .form-head p svg {
    width: 18px;
    height: 18px;
  }

  body[data-page="landing"].direct-response .preview-form,
  body[data-page="landing"].direct-response .form-panel[data-active-step]:not([data-active-step="count"]) .preview-form {
    min-height: clamp(404px, calc(326px + 20vw), 450px);
    padding: 20px 16px 18px;
  }

  body[data-page="landing"].direct-response .form-step:not([hidden]) {
    min-height: clamp(366px, calc(288px + 20vw), 412px);
  }

  body[data-page="landing"].direct-response .form-question {
    margin-bottom: 18px;
    font-size: clamp(20px, 4.6vw, 23px);
    line-height: 1.16;
  }

  body[data-page="landing"].direct-response .option-grid-visual {
    gap: 10px;
  }

  body[data-page="landing"].direct-response .option-card-visual > span {
    min-height: clamp(108px, 22vw, 136px);
  }

  body[data-page="landing"].direct-response .form-fields {
    gap: 12px;
  }

  body[data-page="landing"].direct-response .field input,
  body[data-page="landing"].direct-response .field select {
    height: 50px;
    min-height: 50px;
  }

  body[data-page="landing"].direct-response .form-actions {
    min-height: 52px;
    margin-top: auto;
    padding-top: 16px;
  }

  body[data-page="landing"].direct-response .form-actions .button {
    min-height: 52px;
  }

  body[data-page="landing"].direct-response .form-trust-row {
    margin-top: 36px;
    row-gap: 6px;
  }

  body[data-page="landing"].direct-response .form-review {
    margin-top: 38px;
    padding: 17px;
  }

  body[data-page="landing"].direct-response .form-panel[data-active-step]:not([data-active-step="count"]) .form-head {
    display: none;
  }

  body[data-page="landing"].direct-response .form-panel[data-active-step]:not([data-active-step="count"]) .form-progress-shell {
    padding: 12px 12px 0;
  }
}

/* Project-size decision: keep the rule specific, brief, and visually branded. */
body[data-page="landing"].direct-response .choice-illustration-wide {
  width: auto;
  height: 105px;
  max-width: min(100%, 238px);
}

body[data-page="landing"].direct-response .minimum-explainer {
  width: min(100%, 620px);
  max-width: none;
  margin: -2px auto 16px;
  gap: 10px;
}

body[data-page="landing"].direct-response .minimum-threshold {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 12px 14px;
  background: #f2f6fa;
  border: 1px solid #d3dee8;
  border-radius: 8px;
  text-align: left;
}

body[data-page="landing"].direct-response .minimum-window-icon {
  display: block;
  position: relative;
  width: 64px;
  height: 42px;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
}

body[data-page="landing"].direct-response .minimum-window-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  max-width: none;
  height: 42px;
  filter: contrast(1.45) saturate(1.08);
  object-fit: contain;
  mix-blend-mode: multiply;
  transform: translate(-50%, -50%);
}

body[data-page="landing"].direct-response .minimum-threshold strong,
body[data-page="landing"].direct-response .minimum-reassurance strong {
  color: var(--navy);
  font-size: 15px;
  line-height: 1.2;
}

body[data-page="landing"].direct-response .minimum-threshold > div > span,
body[data-page="landing"].direct-response .minimum-reassurance span {
  margin-top: 3px;
  color: var(--muted);
  line-height: 1.32;
}

body[data-page="landing"].direct-response .minimum-reassurance {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  background: #f1f7f4;
  border: 1px solid #c5ddcf;
  border-radius: 8px;
  text-align: left;
}

body[data-page="landing"].direct-response .minimum-reassurance .minimum-check {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin-top: 0;
  color: #fff;
  background: var(--success);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

body[data-page="landing"].direct-response .minimum-choice > span {
  min-height: 176px;
  position: relative;
  justify-content: space-between;
  gap: 0;
  padding: 0;
  overflow: hidden;
  background: #f5f7f9;
  border-color: #d5dee6;
  border-radius: 8px;
  box-shadow: 0 4px 0 #d5dee6;
}

body[data-page="landing"].direct-response .minimum-choice img {
  width: 94px;
  height: 94px;
  margin: 7px auto 3px;
}

body[data-page="landing"].direct-response .minimum-choice-copy {
  display: grid;
  width: 100%;
  min-height: 57px;
  place-content: center;
  gap: 2px;
  padding: 7px 5px 8px;
  color: #fff;
  background: var(--navy);
  text-align: center;
}

body[data-page="landing"].direct-response .minimum-choice-copy strong,
body[data-page="landing"].direct-response .minimum-choice-copy small {
  margin: 0;
  color: #fff;
}

body[data-page="landing"].direct-response .minimum-choice-copy small {
  color: rgba(255, 255, 255, 0.78);
}

body[data-page="landing"].direct-response .minimum-choice-exit > span,
body[data-page="landing"].direct-response .minimum-choice-proceed > span {
  border-color: #d5dee6;
}

body[data-page="landing"].direct-response .minimum-choice-exit input:checked + span {
  background: #fff4f3;
  border-color: var(--red);
  box-shadow: 0 3px 0 var(--red), 0 0 0 2px rgba(173, 45, 37, 0.1);
  transform: translateY(-2px);
}

body[data-page="landing"].direct-response .minimum-choice-proceed input:checked + span {
  background: #f1f8f4;
  border-color: var(--success);
  box-shadow: 0 3px 0 var(--success), 0 0 0 2px rgba(28, 126, 84, 0.1);
  transform: translateY(-2px);
}

body[data-page="landing"].direct-response .minimum-choice-exit input:checked + span .minimum-choice-copy {
  background: var(--red-dark);
}

body[data-page="landing"].direct-response .minimum-choice-proceed input:checked + span .minimum-choice-copy {
  background: #1f5d43;
}

body[data-page="landing"].direct-response .minimum-choice-exit input:checked + span .minimum-choice-copy strong,
body[data-page="landing"].direct-response .minimum-choice-exit input:checked + span .minimum-choice-copy small,
body[data-page="landing"].direct-response .minimum-choice-proceed input:checked + span .minimum-choice-copy strong,
body[data-page="landing"].direct-response .minimum-choice-proceed input:checked + span .minimum-choice-copy small {
  color: #fff;
}

body[data-page="landing"].direct-response .minimum-actions {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

body[data-page="landing"].direct-response .minimum-actions .button,
body[data-page="landing"].direct-response .minimum-choice-prompt {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}

body[data-page="landing"].direct-response .minimum-actions .button:disabled {
  visibility: hidden;
}

body[data-page="landing"].direct-response .minimum-choice-prompt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

body[data-page="landing"].direct-response .minimum-actions .button:not(:disabled) + .minimum-choice-prompt {
  display: none;
}

/* Confirmation page: appointment first, then human reassurance, preparation, and proof. */
body[data-page="thank-you"].direct-response .confirmation-hero {
  padding-block: 44px 82px;
}

body[data-page="thank-you"].direct-response .confirmation-check {
  width: auto;
  height: auto;
  margin-bottom: 14px;
  color: #77c99c;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: 50px;
  line-height: 1;
}

body[data-page="thank-you"].direct-response .confirmation-check.is-unavailable {
  color: #ff817a;
  box-shadow: none;
}

body[data-page="thank-you"] .confirmation-flow {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100% - 40px, 900px);
  gap: 28px;
  margin: -44px auto 0;
  padding-bottom: 70px;
}

body[data-page="thank-you"] .confirmation-primary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: 32px 36px 34px;
  border-top: 4px solid var(--red);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 15, 40, 0.16);
  text-align: left;
}

body[data-page="thank-you"] .confirmation-primary [hidden] {
  display: none !important;
}

body[data-page="thank-you"] .confirmation-summary {
  min-width: 0;
}

body[data-page="thank-you"] .appointment-label {
  margin-bottom: 7px;
  font-size: 12px;
}

body[data-page="thank-you"] .appointment-value {
  margin-bottom: 12px;
  font-size: clamp(34px, 5vw, 46px);
}

body[data-page="thank-you"] .appointment-address {
  margin: 0 0 9px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

body[data-page="thank-you"] .appointment-meta {
  max-width: 520px;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

body[data-page="thank-you"] .confirmation-primary .confirmation-actions {
  width: 220px;
  justify-content: stretch;
}

body[data-page="thank-you"] .confirmation-primary .button {
  width: 100%;
  min-height: 54px;
}

body[data-page="thank-you"] .confirmation-owner {
  display: grid;
  grid-template-columns: minmax(230px, 0.82fr) minmax(0, 1.18fr);
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

body[data-page="thank-you"] .confirmation-owner .owner-reassurance-photo {
  min-height: 240px;
}

body[data-page="thank-you"] .confirmation-owner .owner-reassurance-photo img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  object-position: center;
}

body[data-page="thank-you"] .confirmation-owner .owner-reassurance-copy {
  align-self: center;
  padding: 32px 36px;
  text-align: left;
}

body[data-page="thank-you"] .owner-reassurance-label {
  margin: 0 0 7px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

body[data-page="thank-you"] .confirmation-owner h2 {
  margin-bottom: 11px;
  font-size: clamp(31px, 4vw, 42px);
}

body[data-page="thank-you"] .confirmation-owner p:not(.owner-reassurance-label) {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.45;
}

body[data-page="thank-you"] .confirmation-owner strong {
  display: block;
  font-size: 14px;
  line-height: 1.35;
}

body[data-page="thank-you"] .visit-prep-card {
  padding: 28px 32px 25px;
  background: var(--mist-2);
  border-color: var(--line);
  box-shadow: none;
  text-align: left;
}

body[data-page="thank-you"] .visit-prep-card h2 {
  margin-bottom: 21px;
  font-size: 32px;
  text-align: center;
}

body[data-page="thank-you"] .visit-prep-card .next-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 0;
}

body[data-page="thank-you"] .visit-prep-card .next-step {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  padding: 0;
  border: 0;
}

body[data-page="thank-you"] .next-step-icon {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--white);
  background: var(--navy);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

body[data-page="thank-you"] .visit-prep-card .next-step strong {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.25;
}

body[data-page="thank-you"] .visit-prep-card .next-step span:not(.next-step-icon) {
  font-size: 13.5px;
  line-height: 1.4;
}

body[data-page="thank-you"] .visit-prep-card .reschedule-note {
  margin-top: 22px;
  padding-top: 17px;
  font-size: 14px;
  text-align: center;
}

body[data-page="thank-you"] .confirmation-review {
  width: min(100%, 650px);
  margin: 4px auto 0;
}

body[data-page="thank-you"] .reviewer-avatar-initial {
  display: grid;
  place-items: center;
  color: var(--white);
  background: #147d87;
  border: 1px solid #0e6972;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 700px) {
  body[data-page="thank-you"].direct-response .confirmation-hero {
    padding-block: 32px 64px;
  }

  body[data-page="thank-you"] .confirmation-flow {
    width: min(100% - 20px, 560px);
    gap: 20px;
    margin-top: -34px;
    padding-bottom: 48px;
  }

  body[data-page="thank-you"] .confirmation-primary {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 25px 20px 23px;
    text-align: center;
  }

  body[data-page="thank-you"] .appointment-value {
    font-size: clamp(30px, 9vw, 38px);
  }

  body[data-page="thank-you"] .appointment-address,
  body[data-page="thank-you"] .appointment-meta {
    margin-inline: auto;
  }

  body[data-page="thank-you"] .confirmation-primary .confirmation-actions {
    width: 100%;
  }

  body[data-page="thank-you"] .confirmation-owner {
    grid-template-columns: 1fr;
  }

  body[data-page="thank-you"] .confirmation-owner .owner-reassurance-photo,
  body[data-page="thank-you"] .confirmation-owner .owner-reassurance-photo img {
    min-height: 0;
  }

  body[data-page="thank-you"] .confirmation-owner .owner-reassurance-photo img {
    height: auto;
    aspect-ratio: 5 / 4;
  }

  body[data-page="thank-you"] .confirmation-owner .owner-reassurance-copy {
    padding: 24px 22px 26px;
  }

  body[data-page="thank-you"] .visit-prep-card {
    padding: 24px 20px 21px;
  }

  body[data-page="thank-you"] .visit-prep-card h2 {
    margin-bottom: 20px;
    font-size: 29px;
  }

  body[data-page="thank-you"] .visit-prep-card .next-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body[data-page="thank-you"] .visit-prep-card .next-step {
    padding-block: 15px;
    border-top: 1px solid var(--line);
  }

  body[data-page="thank-you"] .visit-prep-card .next-step:first-child {
    padding-top: 0;
    border-top: 0;
  }

  body[data-page="thank-you"] .visit-prep-card .next-step:last-child {
    padding-bottom: 0;
  }

  body[data-page="thank-you"] .confirmation-review {
    width: 100%;
    margin-top: 2px;
  }
}

@media (max-width: 620px) {
  body[data-page="landing"].direct-response .choice-illustration-wide {
    width: auto;
    height: clamp(65px, 15vw, 78px);
    max-width: calc(100% - 8px);
  }

  body[data-page="landing"].direct-response .form-panel[data-active-step="minimum"] .preview-form {
    padding-top: 17px;
  }

  body[data-page="landing"].direct-response .form-panel[data-active-step="minimum"] .form-question {
    margin-bottom: 13px;
  }

  body[data-page="landing"].direct-response .minimum-explainer {
    margin: 0 auto 12px;
    gap: 8px;
    font-size: 12.5px;
    line-height: 1.25;
  }

  body[data-page="landing"].direct-response .minimum-threshold {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 9px;
    padding: 8px 10px;
  }

  body[data-page="landing"].direct-response .minimum-window-icon {
    width: 52px;
    height: 34px;
  }

  body[data-page="landing"].direct-response .minimum-window-icon img {
    width: 52px;
    height: 34px;
  }

  body[data-page="landing"].direct-response .minimum-threshold strong,
  body[data-page="landing"].direct-response .minimum-reassurance strong {
    font-size: 13px;
  }

  body[data-page="landing"].direct-response .minimum-reassurance {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 8px;
    padding: 8px 10px;
  }

  body[data-page="landing"].direct-response .minimum-reassurance .minimum-check {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  body[data-page="landing"].direct-response .minimum-options-visual {
    gap: 9px;
  }

  body[data-page="landing"].direct-response .minimum-choice > span {
    min-height: 112px;
    padding: 0;
  }

  body[data-page="landing"].direct-response .minimum-choice img {
    width: 62px;
    height: 62px;
    margin: 4px auto 1px;
  }

  body[data-page="landing"].direct-response .minimum-choice-copy {
    min-height: 45px;
    gap: 1px;
    padding: 5px 3px 6px;
  }

  body[data-page="landing"].direct-response .minimum-choice > span strong {
    font-size: 13.5px;
  }

  body[data-page="landing"].direct-response .minimum-choice > span small {
    font-size: 10.5px;
  }

  body[data-page="landing"].direct-response .minimum-choice-prompt {
    max-width: 150px;
    font-size: 11.5px;
    line-height: 1.2;
    text-align: right;
  }
}

/* Option-card treatment A: flat rails without a bottom ledge or lifted state. */
body[data-page="landing"].direct-response .option-card-visual > span,
body[data-page="landing"].direct-response .minimum-choice > span {
  border: 1.5px solid #cbd7e1;
  border-radius: 7px;
  box-shadow: none;
}

body[data-page="landing"].direct-response .option-card-visual input:checked + span {
  border-color: var(--navy);
  box-shadow: 0 0 0 2px rgba(6, 34, 73, 0.12);
  transform: none;
}

body[data-page="landing"].direct-response .minimum-choice-exit input:checked + span {
  border-color: var(--red);
  box-shadow: 0 0 0 2px rgba(173, 45, 37, 0.1);
  transform: none;
}

body[data-page="landing"].direct-response .minimum-choice-proceed input:checked + span {
  border-color: var(--success);
  box-shadow: 0 0 0 2px rgba(28, 126, 84, 0.1);
  transform: none;
}

/* Airy unified form shell: one calm surface with an inset progress track. */
body[data-page="landing"].direct-response .form-panel {
  overflow: hidden;
  border: 1px solid #d3dde7;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(0, 15, 40, 0.28);
}

body[data-page="landing"].direct-response .form-panel[data-active-step="count"] .form-head,
body[data-page="landing"].direct-response .form-panel:not([data-active-step]) .form-head {
  padding: 32px 30px 23px;
  background: #fff;
  border-bottom: 0;
}

body[data-page="landing"].direct-response .form-panel[data-active-step="count"] .form-progress-shell,
body[data-page="landing"].direct-response .form-panel:not([data-active-step]) .form-progress-shell {
  padding: 0 30px 4px;
  background: #fff;
  border: 0;
}

body[data-page="landing"].direct-response .form-panel[data-active-step="count"] .preview-form,
body[data-page="landing"].direct-response .form-panel:not([data-active-step]) .preview-form {
  padding-top: 30px;
  background: #fff;
}

@media (max-width: 620px) {
  body[data-page="landing"].direct-response .form-panel[data-active-step="count"] .form-head,
  body[data-page="landing"].direct-response .form-panel:not([data-active-step]) .form-head {
    padding: 25px 18px 21px;
  }

  body[data-page="landing"].direct-response .form-panel[data-active-step="count"] .form-progress-shell,
  body[data-page="landing"].direct-response .form-panel:not([data-active-step]) .form-progress-shell {
    padding: 0 18px 4px;
  }

  body[data-page="landing"].direct-response .form-panel[data-active-step="count"] .preview-form,
  body[data-page="landing"].direct-response .form-panel:not([data-active-step]) .preview-form {
    padding-top: 26px;
  }
}

/* Preserve the recognizable BBB accreditation mark in the credential row. */
body[data-page="landing"].direct-response .form-trust-chip-bbb {
  padding-block: 0;
}

body[data-page="landing"].direct-response .form-trust-chip-bbb img {
  display: block;
  width: auto;
  height: 30px;
}

@media (max-width: 620px) {
  body[data-page="landing"].direct-response .form-trust-chip-bbb img {
    height: 27px;
  }
}

/* Value cues use a warm, optimistic accent; red remains reserved for brand details. */
body[data-page="landing"].direct-response .hero-copy h1 span {
  color: #f6b73c;
}

/* The minimum-project illustration is native vector artwork with no baked-in background. */
body[data-page="landing"].direct-response .minimum-window-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Keep the credential strip as one quiet reassurance line at every phone width. */
@media (max-width: 620px) {
  body[data-page="landing"].direct-response .form-trust-row {
    display: grid;
    width: calc(100% - 8px);
    grid-template-columns: minmax(0, 1.34fr) minmax(0, .88fr) minmax(0, .96fr) minmax(66px, .82fr);
    column-gap: 0;
    row-gap: 0;
    margin-top: 36px;
  }

  body[data-page="landing"].direct-response .form-trust-chip {
    min-width: 0;
    min-height: 32px;
    justify-content: center;
    padding: 3px clamp(2px, 1.25vw, 6px);
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, .2);
    font-size: clamp(8px, 2.35vw, 10.5px);
    line-height: 1.12;
    white-space: nowrap;
  }

  body[data-page="landing"].direct-response .form-trust-chip:first-child {
    border-left: 0;
  }

  body[data-page="landing"].direct-response .form-trust-chip-bbb {
    padding-inline: clamp(2px, 1vw, 5px);
  }

  body[data-page="landing"].direct-response .form-trust-chip-bbb img {
    max-width: 100%;
    height: auto;
    max-height: 24px;
  }
}

/* Form fields use a precise inset frame instead of a detached browser-style halo. */
body[data-page="landing"].direct-response .field input:focus,
body[data-page="landing"].direct-response .field input:focus-visible,
body[data-page="landing"].direct-response .field select:focus,
body[data-page="landing"].direct-response .field select:focus-visible,
.resume-address-field input:focus,
.resume-address-field input:focus-visible {
  border-color: var(--navy);
  outline: 0;
  box-shadow: inset 0 0 0 1px rgba(6, 34, 73, .42);
}

/* Keep autofilled contact details on the same clean white field surface. */
body[data-page="landing"].direct-response .field input:-webkit-autofill,
body[data-page="landing"].direct-response .field input:-webkit-autofill:hover,
body[data-page="landing"].direct-response .field input:-webkit-autofill:focus,
.resume-address-field input:-webkit-autofill,
.resume-address-field input:-webkit-autofill:hover,
.resume-address-field input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--ink);
  caret-color: var(--ink);
  -webkit-box-shadow: inset 0 0 0 1000px var(--white);
  box-shadow: inset 0 0 0 1000px var(--white);
  transition: background-color 9999s ease-out 0s;
}

body[data-page="landing"].direct-response .field input:autofill,
.resume-address-field input:autofill {
  color: var(--ink);
  background: var(--white) !important;
}

/* All funnel footers remain centered even when the mobile flex direction changes. */
.direct-response .footer-inner {
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.direct-response .footer-inner > * {
  margin-inline: auto;
}

/* Keep the first mobile question on one calm line at current iPhone widths. */
@media (max-width: 620px) {
  body[data-page="landing"].direct-response [data-step-id="count"] .form-question {
    font-size: clamp(18px, 4.5vw, 20px);
    line-height: 1.1;
    letter-spacing: -.025em;
  }
}

/* Schedule reassurance mirrors the landing-page credential rail. */
body[data-page="schedule"].direct-response .schedule-trust-grid {
  width: min(100% - 32px, 720px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  justify-items: stretch;
  gap: 0;
}

body[data-page="schedule"].direct-response .schedule-trust-item,
body[data-page="schedule"].direct-response .schedule-trust-item:first-child {
  width: 100%;
  min-width: 0;
  min-height: 34px;
  justify-content: center;
  gap: 7px;
  padding: 5px 14px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, .22);
  text-align: center;
}

body[data-page="schedule"].direct-response .schedule-trust-item:first-child {
  border-left: 0;
}

body[data-page="schedule"].direct-response .schedule-trust-icon {
  display: inline-block;
  width: auto;
  height: auto;
  flex: 0 0 auto;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  line-height: 1;
}

body[data-page="schedule"].direct-response .schedule-trust-item strong {
  min-width: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.15;
  white-space: nowrap;
}

@media (max-width: 620px) {
  body[data-page="schedule"].direct-response .schedule-trust {
    padding-top: 36px;
  }

  body[data-page="schedule"].direct-response .schedule-trust-grid {
    width: min(100% - 20px, 430px);
  }

  body[data-page="schedule"].direct-response .schedule-trust-item,
  body[data-page="schedule"].direct-response .schedule-trust-item:first-child {
    min-height: 32px;
    flex-direction: row;
    padding: 4px clamp(4px, 1.8vw, 8px);
  }

  body[data-page="schedule"].direct-response .schedule-trust-icon {
    font-size: 13px;
  }

  body[data-page="schedule"].direct-response .schedule-trust-item strong {
    font-size: clamp(10px, 2.75vw, 12px);
  }
}

/* Calendly-inspired scheduling clarity, tailored to an Eastern-time in-home visit. */
body[data-page="schedule"] .month-navigation button:focus-visible,
body[data-page="schedule"] .month-day:focus-visible,
body[data-page="schedule"] .calendar-back:focus-visible,
body[data-page="schedule"] .scheduler-time-view .time-choice:focus-visible,
body[data-page="schedule"] .preview-calendar .calendar-submit:focus-visible {
  outline: 3px solid rgba(178, 48, 38, .38);
  outline-offset: 2px;
}

body[data-page="schedule"] .scheduler-time-view .time-heading:focus {
  outline: 0;
}

body[data-page="schedule"] .scheduler-time-heading-copy {
  min-width: 0;
}

body[data-page="schedule"] .calendar-timezone,
body[data-page="schedule"] .calendar-time-instruction {
  margin: 0;
}

body[data-page="schedule"] .calendar-timezone {
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 700;
}

body[data-page="schedule"] .calendar-time-instruction {
  display: none;
  margin: 16px 0 10px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

body[data-page="schedule"] .preview-calendar.has-date .calendar-time-instruction {
  display: block;
}

@media (max-width: 620px) {
  body[data-page="schedule"] .scheduler-time-header {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
  }

  body[data-page="schedule"] .calendar-back {
    display: grid;
    grid-column: 1;
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 1px solid #cfdae7;
    border-radius: 50%;
    color: #0d4f9f;
    background: #fff;
    box-shadow: 0 1px 2px rgba(8, 38, 76, .04);
  }

  body[data-page="schedule"] .calendar-back:hover {
    border-color: #9eb6cf;
    background: #f7faff;
  }

  body[data-page="schedule"] .scheduler-time-heading-copy {
    grid-column: 2;
    text-align: center;
  }

  body[data-page="schedule"] .scheduler-time-view .time-heading {
    min-height: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.18;
  }

  body[data-page="schedule"] .calendar-timezone {
    margin-top: 5px;
    font-size: 12px;
  }

  body[data-page="schedule"] .calendar-time-instruction {
    margin: 0 0 11px;
    font-size: 14px;
    text-align: center;
  }

  body[data-page="schedule"] .preview-calendar.has-date .calendar-selection {
    display: none;
  }

  body[data-page="schedule"] .preview-calendar.has-date .calendar-submit {
    margin-top: 14px;
  }
}

/* Final scheduling hierarchy: one progress accent, one availability cue, one clear task per screen. */
body[data-page="schedule"] .calendar-submit[hidden] {
  display: none !important;
}

body[data-page="schedule"].direct-response .schedule-hero-accent {
  color: #f6b73c;
  white-space: nowrap;
}

body[data-page="schedule"].direct-response .schedule-hero-action {
  display: block;
  color: #fff;
}

body[data-page="schedule"] .scheduler-body {
  border: 0;
}

body[data-page="schedule"] .scheduler-time-view .time-grid,
body[data-page="schedule"] .preview-calendar .scheduler-time-view .time-grid {
  grid-template-columns: 1fr;
}

body[data-page="schedule"] .calendar-view-title {
  margin: 0 0 20px;
  color: var(--navy);
  font-family: var(--display);
  font-size: clamp(26px, 3.5vw, 30px);
  line-height: 1.15;
  text-align: center;
}

body[data-page="schedule"] .month-navigation {
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 12px;
  margin-bottom: 18px;
}

body[data-page="schedule"] .month-navigation strong {
  font-size: 20px;
  line-height: 1.2;
}

body[data-page="schedule"] .month-navigation button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #46698c;
  background: transparent;
  font-size: 0;
}

body[data-page="schedule"] .month-navigation button:not(:disabled):hover {
  border-color: transparent;
  background: #f2f6fa;
}

body[data-page="schedule"] .calendar-chevron {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.25;
}

body[data-page="schedule"] .calendar-back-icon {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

body[data-page="schedule"] .month-day.is-available::after {
  content: none;
}

body[data-page="schedule"] .month-day.is-today::after {
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--navy);
  content: "";
  transform: translateX(-50%);
}

body[data-page="schedule"] .month-day.is-today.is-selected::after {
  background: #fff;
}

@media (max-width: 620px) {
  body[data-page="schedule"].direct-response .inner-hero h1 {
    font-size: clamp(25px, 7.2vw, 30px);
  }

  body[data-page="schedule"].direct-response .schedule-hero-action {
    white-space: nowrap;
  }

  body[data-page="schedule"] .calendar-view-title {
    margin: 2px 0 20px;
    font-size: 28px;
  }

  body[data-page="schedule"] .month-navigation {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 10px;
    margin-bottom: 16px;
  }

  body[data-page="schedule"] .month-navigation strong {
    font-size: 19px;
  }

  body[data-page="schedule"] .calendar-weekdays {
    font-size: 11px;
  }

  body[data-page="schedule"] .month-grid {
    row-gap: 5px;
  }

  body[data-page="schedule"] .month-day,
  body[data-page="schedule"] .preview-calendar .month-day {
    font-size: 16px;
  }
}

/* Söhne is wider than the previous condensed display face; preserve the
   landing offer's deliberate two-line desktop hierarchy without affecting
   the compact mobile composition. */
@media (min-width: 621px) {
  body[data-page="landing"].direct-response .hero-inner {
    max-width: 980px;
  }

  body[data-page="landing"].direct-response .hero-copy h1 {
    max-width: 940px;
    font-size: clamp(46px, 4.9vw, 64px);
    font-weight: 800;
    line-height: 1.01;
    letter-spacing: -0.04em;
  }
}

/* Söhne typography hierarchy
   Söhne has a naturally compact, confident shape. Use weight and size for
   hierarchy instead of the compressed tracking inherited from the former
   condensed display face. */
body.direct-response {
  letter-spacing: normal;
}

body[data-page="landing"].direct-response .hero-copy h1 {
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: normal;
}

body[data-page="schedule"].direct-response .inner-hero h1,
body[data-page="thank-you"].direct-response .confirmation-hero h1,
body[data-page="resume"].direct-response .resume-hero h1 {
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: normal;
}

body[data-page="landing"].direct-response .form-head h2,
body[data-page="landing"].direct-response .form-question,
body[data-page="schedule"] .calendar-view-title,
body[data-page="thank-you"] .appointment-value,
body[data-page="thank-you"] .owner-reassurance-copy h2,
body[data-page="thank-you"] .visit-prep-card h2,
body[data-page="resume"] .resume-card h2 {
  font-weight: 700;
  letter-spacing: normal;
}

body[data-page="landing"].direct-response .form-head h2 {
  line-height: 1.15;
}

body[data-page="landing"].direct-response .form-question {
  line-height: 1.2;
}

body[data-page="landing"].direct-response [data-step-id="count"] .form-question {
  letter-spacing: normal;
}

body[data-page="landing"].direct-response .preview-form label,
body[data-page="landing"].direct-response .preview-form strong,
body[data-page="landing"].direct-response .option-card > span strong,
body[data-page="landing"].direct-response .option-card-visual > span > strong,
body[data-page="landing"].direct-response .minimum-threshold strong,
body[data-page="landing"].direct-response .minimum-reassurance strong,
body[data-page="landing"].direct-response .minimum-choice-copy strong,
body[data-page="landing"].direct-response .form-trust-chip,
body[data-page="landing"].direct-response .form-trust-chip strong {
  font-weight: 600;
  letter-spacing: normal;
}

body[data-page="landing"].direct-response .option-card > span strong,
body[data-page="landing"].direct-response .option-card-visual > span > strong,
body[data-page="landing"].direct-response .minimum-choice-copy strong {
  line-height: 1.2;
}

body.direct-response .button,
body[data-page="schedule"] .calendar-submit {
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: normal;
}

body.direct-response .header-review strong {
  font-weight: 700;
  letter-spacing: normal;
}

body.direct-response .header-review small {
  font-weight: 500;
  letter-spacing: normal;
}

body[data-page="schedule"] .calendar-view-title {
  line-height: 1.2;
}

body[data-page="schedule"] .month-navigation strong,
body[data-page="schedule"] .calendar-weekdays,
body[data-page="schedule"] .month-day,
body[data-page="schedule"] .preview-calendar .month-day,
body[data-page="schedule"] .scheduler-time-view .time-choice,
body[data-page="schedule"] .scheduler-time-view .time-heading,
body[data-page="schedule"] .calendar-timezone,
body[data-page="schedule"] .calendar-time-instruction,
body[data-page="schedule"].direct-response .schedule-trust-item strong {
  font-weight: 600;
  letter-spacing: normal;
}

body[data-page="schedule"] .schedule-flex-note,
body[data-page="schedule"] .schedule-trust-item small {
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: normal;
}

body[data-page="thank-you"] .appointment-label,
body[data-page="thank-you"] .owner-reassurance-label,
body[data-page="thank-you"] .next-step strong,
body[data-page="resume"] .resume-eyebrow,
body[data-page="resume"] .resume-step,
body[data-page="resume"] .resume-address-field > span {
  font-weight: 600;
  letter-spacing: normal;
}

body[data-page="thank-you"] .appointment-value,
body[data-page="thank-you"] .owner-reassurance-copy h2,
body[data-page="thank-you"] .visit-prep-card h2,
body[data-page="resume"] .resume-card h2 {
  line-height: 1.12;
}

body[data-page="thank-you"] .next-step span,
body[data-page="thank-you"] .owner-reassurance-copy p,
body[data-page="thank-you"] .visit-prep-card p,
body[data-page="resume"] .resume-card p {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
}

@media (min-width: 621px) {
  body[data-page="landing"].direct-response .hero-copy h1 {
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: normal;
  }
}

/* Content-density guardrail: pages with an active form or scheduler get one
   page heading and one task heading. Supporting copy is reserved for details
   that prevent an input error, not repeated orientation or instructions. */
body[data-page="schedule"].direct-response .inner-hero {
  max-width: 860px;
  padding-block: 30px 22px;
}

body[data-page="schedule"].direct-response .inner-hero h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(34px, 4.4vw, 48px);
  line-height: 1.08;
}

body[data-page="resume"] .resume-main {
  padding-top: clamp(28px, 4.5vw, 46px);
}

body[data-page="resume"] .resume-hero h1 {
  font-size: clamp(34px, 4.6vw, 46px);
  line-height: 1.1;
}

body[data-page="resume"] .resume-layout {
  margin-top: clamp(20px, 3vw, 28px);
}

body[data-page="resume"] .resume-card-heading h2 {
  font-size: clamp(27px, 3.5vw, 32px);
}

body[data-page="resume"] .resume-address-field {
  margin-top: 24px;
}

@media (max-width: 620px) {
  body[data-page="schedule"].direct-response .inner-hero {
    padding-block: 22px 17px;
  }

  body[data-page="schedule"].direct-response .inner-hero h1 {
    font-size: clamp(28px, 8vw, 32px);
  }

  body[data-page="resume"] .resume-main {
    padding-top: 24px;
  }

  body[data-page="resume"] .resume-hero h1 {
    font-size: clamp(29px, 8vw, 34px);
  }

  body[data-page="resume"] .resume-layout {
    margin-top: 18px;
  }

  body[data-page="resume"] .resume-card-heading h2 {
    font-size: 24px;
  }
}

/* Authentic Google profile images are clipped by the avatar itself. */
.google-review-card .reviewer-avatar {
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}

.google-review-card .reviewer-avatar .reviewer-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* Calendly-weight calendar typography: the scheduler should feel calm and
   utilitarian, not compete with the funnel's page-level headline. */
body[data-page="schedule"] .calendar-view-title {
  margin: 0 0 18px;
  font-family: var(--body);
  font-size: clamp(22px, 3vw, 25px);
  font-weight: 600;
  line-height: 1.2;
}

body[data-page="schedule"] .month-navigation {
  width: min(100%, 430px);
  grid-template-columns: 44px minmax(150px, 1fr) 44px;
  gap: 8px;
  margin: 0 auto 20px;
}

body[data-page="schedule"] .month-navigation strong {
  font-family: var(--body);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

body[data-page="schedule"] .calendar-chevron {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

body[data-page="schedule"] .calendar-weekdays {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.015em;
  text-transform: none;
}

body[data-page="schedule"] .month-day,
body[data-page="schedule"] .preview-calendar .month-day {
  font-size: 15px;
  font-weight: 500;
}

body[data-page="schedule"] .month-day.is-selected {
  font-weight: 600;
}

@media (max-width: 620px) {
  body[data-page="schedule"] .calendar-view-title {
    margin: 2px 0 17px;
    font-size: 23px;
  }

  body[data-page="schedule"] .month-navigation {
    width: min(100% - 24px, 390px);
    grid-template-columns: 44px minmax(140px, 1fr) 44px;
    margin-bottom: 18px;
  }

  body[data-page="schedule"] .month-navigation strong {
    font-size: 17px;
  }

  body[data-page="schedule"] .calendar-weekdays {
    font-size: 10.5px;
  }

  body[data-page="schedule"] .month-day,
  body[data-page="schedule"] .preview-calendar .month-day {
    font-size: 15px;
  }
}

/* 2026-08-16 iPhone alignment pass
   Keep page-level hierarchy centered and compact without shrinking any of the
   form or calendar's 44px touch targets. */
body[data-page="landing"].direct-response .hero-copy h1 .offer-line {
  display: block;
  color: #fff !important;
  white-space: nowrap;
}

body[data-page="landing"].direct-response .hero-copy h1 .offer-line-value > span {
  color: #f6b73c !important;
}

.direct-response .footer-lockup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3px 8px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

.direct-response .footer-lockup > span {
  white-space: nowrap;
}

@media (max-width: 620px) {
  body[data-page="landing"].direct-response .hero-copy h1 {
    width: 100%;
    max-width: none;
    font-size: clamp(23px, 6.15vw, 25.5px);
    line-height: 1.08;
    text-align: center;
  }

  body[data-page="landing"].direct-response .hero-copy h1 .offer-line + .offer-line {
    margin-top: 3px;
  }

  /* The ZIP step has one short field. Let its card follow its content instead
     of inheriting the taller visual-choice step's reserved height. */
  body[data-page="landing"].direct-response .form-panel[data-active-step="zip"] .preview-form {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 20px;
  }

  body[data-page="landing"].direct-response .form-panel[data-active-step="zip"] .form-step:not([hidden]) {
    min-height: 0 !important;
  }

  body[data-page="landing"].direct-response .form-panel[data-active-step="zip"] .form-actions {
    min-height: 52px;
    margin-top: 28px;
    padding-top: 0;
  }

  /* Four equal cells make the rail truly centered. Type and logo scale inside
     each cell rather than shifting the entire row toward the long license. */
  body[data-page="landing"].direct-response .form-trust-row {
    width: calc(100% - 16px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-inline: auto;
  }

  body[data-page="landing"].direct-response .form-trust-chip {
    width: 100%;
    padding-inline: 2px;
    font-size: clamp(8.8px, 2.35vw, 10px);
    text-align: center;
  }

  body[data-page="landing"].direct-response .form-trust-chip-bbb img {
    max-width: 86%;
    max-height: 23px;
    margin-inline: auto;
  }

  body[data-page="schedule"].direct-response .inner-hero {
    width: 100%;
    max-width: none;
    padding: 20px 18px 18px;
    text-align: center;
  }

  body[data-page="schedule"].direct-response .inner-hero h1 {
    width: 100%;
    max-width: 390px;
    margin-inline: auto;
    font-size: clamp(24px, 6.35vw, 27px);
    line-height: 1.1;
    text-align: center;
    text-wrap: balance;
  }

body[data-page="schedule"].direct-response .schedule-hero-accent,
body[data-page="schedule"].direct-response .schedule-hero-action {
    display: block;
    width: 100%;
    white-space: normal;
  }

  body[data-page="schedule"].direct-response .schedule-hero-action {
    margin-top: 2px;
  }

  body[data-page="schedule"].direct-response .schedule-layout {
    width: min(100% - 24px, 600px);
    margin-inline: auto;
  }

  body[data-page="schedule"].direct-response .preview-calendar {
    padding: 16px 13px 17px;
  }

  body[data-page="schedule"] .scheduler-calendar-view {
    padding-inline: 0;
  }

  body[data-page="schedule"].direct-response .schedule-trust-grid {
    width: min(100% - 24px, 430px);
    margin-inline: auto;
  }

  .direct-response .site-footer {
    padding-block: 17px max(17px, env(safe-area-inset-bottom));
  }

  .direct-response .footer-inner {
    padding-inline: 12px;
    font-size: clamp(10px, 2.75vw, 11.5px);
    line-height: 1.3;
  }

  .direct-response .footer-lockup {
    flex-direction: column;
    gap: 2px;
  }
}

@media (max-width: 370px) {
  body[data-page="landing"].direct-response .hero-copy h1 {
    font-size: 22.5px;
  }

  body[data-page="landing"].direct-response .form-trust-chip {
    font-size: 8.5px;
  }
}

/* Optional estimate-detail review shared by the main calendar and SMS recovery. */
.estimate-ticket {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  width: 100%;
  margin: 0 0 14px;
  padding: 13px 15px;
  overflow: hidden;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(207, 218, 229, 0.95);
  border-radius: 12px;
  box-shadow: 0 9px 24px rgba(0, 14, 38, 0.16);
  text-align: left;
}

.estimate-ticket[hidden],
.details-boundary-confirm[hidden],
.details-status[hidden] {
  display: none;
}

.estimate-ticket::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--red);
  content: "";
}

.estimate-ticket-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.estimate-ticket-copy {
  display: grid;
  min-width: 0;
  gap: 1px;
  line-height: 1.3;
}

.estimate-ticket-copy strong,
.estimate-ticket-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.estimate-ticket-copy strong {
  color: var(--navy);
  font-size: 14px;
  font-weight: 750;
}

.estimate-ticket-copy small {
  color: #617083;
  font-size: 11.5px;
}

.estimate-ticket-edit {
  min-height: 40px;
  padding: 6px 3px;
  color: var(--red);
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  font-size: 12.5px;
  font-weight: 750;
  white-space: nowrap;
}

.estimate-ticket-resume {
  margin-top: 16px;
  background: #f7f9fb;
  border-color: #d7e0e8;
  box-shadow: none;
}

.details-dialog {
  width: min(720px, calc(100% - 28px));
  max-width: 720px;
  max-height: min(90dvh, 860px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border: 0;
  border-radius: 20px;
  box-shadow: 0 28px 90px rgba(0, 12, 34, 0.42);
}

.details-dialog::backdrop {
  background: rgba(0, 18, 43, 0.72);
  backdrop-filter: blur(3px);
}

.details-form {
  display: flex;
  max-height: min(90dvh, 860px);
  flex-direction: column;
}

.details-dialog-head {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 26px 21px;
  color: var(--white);
  background: var(--navy);
  border-top: 4px solid var(--red);
}

.details-kicker {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.details-dialog-head h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(25px, 4vw, 34px);
  line-height: 1.05;
}

.details-dialog-head p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13.5px;
  line-height: 1.4;
}

.details-close {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  padding: 0 0 3px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.details-form-body {
  min-height: 0;
  padding: 6px 26px 10px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.details-fieldset {
  margin: 0;
  padding: 17px 0 19px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.details-fieldset legend {
  margin: 0 0 10px;
  padding: 0;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.details-grid-property {
  grid-template-columns: 150px minmax(0, 1fr);
}

.details-field {
  display: grid;
  gap: 5px;
  color: var(--navy);
  font-size: 12.5px;
  font-weight: 700;
}

.details-field input,
.details-field select {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  color: var(--ink);
  background: #f8fafc;
  border: 1px solid #bdcad6;
  border-radius: 7px;
  font-size: 16px;
}

.details-field input:focus,
.details-field select:focus {
  border-color: var(--navy);
  outline: 3px solid rgba(80, 167, 255, 0.22);
}

.details-location-readout {
  min-height: 18px;
  margin: 7px 0 0;
  color: #667486;
  font-size: 12px;
}

.details-boundary-confirm {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 15px 0 4px;
  padding: 12px 13px;
  color: #5e241e;
  background: #fff4ef;
  border: 1px solid #e9b5a9;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.details-boundary-confirm input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin: 1px 0 0;
}

.details-status {
  margin: 13px 0 2px;
  padding: 10px 12px;
  color: #7d2019;
  background: #fff3f1;
  border-radius: 7px;
  font-size: 13px;
  line-height: 1.4;
}

.details-dialog-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  flex: 0 0 auto;
  gap: 11px;
  padding: 15px 26px max(15px, env(safe-area-inset-bottom));
  background: #f6f8fa;
  border-top: 1px solid var(--line);
}

.details-dialog-actions .button {
  min-height: 49px;
  font-size: 14px;
}

@media (max-width: 620px) {
  .estimate-ticket {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 9px 11px;
    padding: 11px 12px 10px 14px;
  }

  .estimate-ticket-mark {
    width: 38px;
    height: 38px;
  }

  .estimate-ticket-edit {
    grid-column: 2;
    width: max-content;
    min-height: 28px;
    margin-top: -5px;
    padding: 2px 0;
  }

  .details-dialog {
    width: 100%;
    max-width: none;
    max-height: 93dvh;
    margin: auto 0 0;
    border-radius: 20px 20px 0 0;
  }

  .details-form {
    max-height: 93dvh;
  }

  .details-dialog-head {
    padding: 19px 18px 17px;
  }

  .details-dialog-head p {
    max-width: 285px;
    font-size: 12.5px;
  }

  .details-close {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .details-form-body {
    padding: 3px 18px 8px;
  }

  .details-fieldset {
    padding-block: 14px 16px;
  }

  .details-grid,
  .details-grid-property {
    grid-template-columns: 1fr;
    gap: 10px;
  }

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

  .details-dialog-actions {
    grid-template-columns: 1fr 1.2fr;
    padding: 12px 18px max(12px, env(safe-area-inset-bottom));
  }

  .details-dialog-actions .button {
    min-height: 48px;
    padding-inline: 10px;
    font-size: 12.5px;
  }
}

@media (max-width: 370px) {
  .details-grid-project,
  .details-dialog-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .details-dialog::backdrop {
    backdrop-filter: none;
  }
}

/* Securi Panes brand layer: coastal glass, shield blue, and safety yellow. */
:root {
  --navy: #07163b;
  --navy-2: #0a3f91;
  --red: #f7bd1f;
  --red-dark: #d79b00;
  --mist: #edf7fc;
  --mist-2: #f7fbfd;
  --ink: #13213a;
  --muted: #5d6879;
  --line: #ccdce9;
  --gold: #f7bd1f;
  --success: #23734e;
  --shadow: 0 22px 60px rgba(7, 22, 59, 0.18);
  --shadow-soft: 0 12px 32px rgba(7, 22, 59, 0.1);
}

.direct-response .site-header {
  border-top: 3px solid var(--navy);
  box-shadow: 0 1px 0 rgba(7, 22, 59, 0.16);
}

.direct-response .brand-logo {
  width: 190px;
  height: 72px;
  object-fit: contain;
}

.button:not(.button-navy):not(.button-secondary),
.button-red {
  color: var(--navy);
  box-shadow: 0 8px 18px rgba(176, 122, 0, 0.24);
}

.button:not(.button-navy):not(.button-secondary):hover,
.button-red:hover {
  color: var(--navy);
}

body[data-page="landing"].direct-response .hero {
  background-image:
    linear-gradient(180deg, rgba(7, 22, 59, 0.86), rgba(7, 22, 59, 0.91)),
    url("assets/securi-panes-hero.webp");
  background-position: center 48%;
}

body[data-page="landing"].direct-response .hero-copy h1 .offer-line-value > span {
  color: #ffd45e !important;
}

.resume-page::before {
  background:
    linear-gradient(180deg, rgba(7, 22, 59, 0.87), rgba(7, 22, 59, 0.95)),
    url("assets/securi-panes-hero.webp") center 48% / cover no-repeat;
}

.owner-reassurance-photo img {
  object-position: center;
}

@media (max-width: 620px) {
  .direct-response .brand-logo {
    width: 136px;
    height: 56px;
  }

  body[data-page="landing"].direct-response .hero-copy h1 .offer-line {
    white-space: normal;
  }
}

/* Coastal Shield window-survey experience.
   This final layer changes presentation only; the live form fields and data
   attributes remain the source of truth for funnel behavior. */
body[data-page="landing"].direct-response .hero {
  position: relative;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(232, 246, 249, 0.94) 0%, rgba(224, 242, 247, 0.84) 54%, rgba(218, 238, 245, 0.76) 100%),
    url("assets/securi-panes-hero.webp") center 48% / cover no-repeat;
  background-color: #eaf6f8;
}

body[data-page="landing"].direct-response .hero::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  content: "";
  background: linear-gradient(#79cbe7 0 66%, #d7a21d 66%);
}

body[data-page="landing"].direct-response .hero-inner {
  width: min(100% - 40px, 1240px);
  max-width: 1240px;
  padding-block: 24px 44px;
}

body[data-page="landing"].direct-response .hero-copy {
  max-width: 1180px;
  margin: 0 auto 16px;
  text-align: left;
}

body[data-page="landing"].direct-response .hero-copy h1 {
  max-width: none;
  margin: 0;
  color: #072e58;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 800;
  line-height: 0.96;
}

body[data-page="landing"].direct-response .hero-copy h1 .offer-line {
  display: inline;
  color: #072e58 !important;
  white-space: normal;
}

body[data-page="landing"].direct-response .hero-copy h1 .offer-line + .offer-line {
  margin-left: 0.18em;
}

body[data-page="landing"].direct-response .hero-copy h1 .offer-line-value > span {
  color: #bd8411 !important;
}

body[data-page="landing"].direct-response .form-stack {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
}

.survey-shell-live {
  position: relative;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  overflow: hidden;
  border: 7px solid #072e58;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(7, 46, 88, 0.2), inset 0 0 0 1px #79cbe7;
}

.survey-shell-live::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, #0a5ca8 0 20%, #d7a21d 20% 22%, #c6e8f1 22%);
  pointer-events: none;
}

.survey-rail-live {
  position: relative;
  z-index: 3;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 23px 20px 20px;
  color: #fff;
  background: #072e58;
}

.survey-rail-live::after {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 1px;
  content: "";
  background: #79cbe7;
}

.survey-rail-heading-live span,
.survey-rail-heading-live strong {
  display: block;
}

.survey-rail-heading-live span {
  color: #79cbe7;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.survey-rail-heading-live strong {
  max-width: 130px;
  margin-top: 5px;
  color: #fff;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 800;
  line-height: 0.98;
}

.survey-steps-live {
  position: relative;
  display: grid;
  gap: 7px;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}

.survey-steps-live::before {
  position: absolute;
  top: 19px;
  bottom: 19px;
  left: 13px;
  width: 1px;
  content: "";
  background: rgba(121, 203, 231, 0.34);
}

.survey-steps-live li {
  position: relative;
  display: grid;
  min-height: 38px;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  color: #9cb0c1;
}

.survey-steps-live i {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #456987;
  color: #b9c9d5;
  background: #072e58;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.survey-steps-live span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.survey-steps-live li.is-current {
  color: #fff;
}

.survey-steps-live li.is-current i {
  color: #072e58;
  border-color: #d7a21d;
  background: #d7a21d;
}

.survey-steps-live li.is-complete i {
  color: #072e58;
  border-color: #79cbe7;
  background: #79cbe7;
}

.survey-rail-live > small {
  margin-top: auto;
  color: #8eb1c7;
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-page="landing"].direct-response .survey-shell-live .form-panel {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  align-self: stretch;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: linear-gradient(120deg, rgba(214, 238, 246, 0.18), transparent 38%), #fff;
  box-shadow: none;
}

body[data-page="landing"].direct-response .survey-shell-live .form-head,
body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step="count"] .form-head,
body[data-page="landing"].direct-response .survey-shell-live .form-panel:not([data-active-step]) .form-head {
  display: grid;
  min-height: 58px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 14px 24px 8px;
  border: 0;
  background: transparent;
  text-align: left;
}

body[data-page="landing"].direct-response .survey-shell-live .form-head h2 {
  margin: 0;
  color: #072e58;
  font-size: 22px;
  font-weight: 700;
}

body[data-page="landing"].direct-response .survey-shell-live .form-head p:last-child {
  justify-content: flex-end;
  color: #5a7285;
  font-size: 11px;
}

body[data-page="landing"].direct-response .survey-shell-live .form-progress-shell {
  display: none !important;
}

body[data-page="landing"].direct-response .survey-shell-live .preview-form,
body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step="count"] .preview-form,
body[data-page="landing"].direct-response .survey-shell-live .form-panel:not([data-active-step]) .preview-form {
  height: auto;
  min-height: 0;
  padding: 8px 24px 20px;
  background: transparent;
}

body[data-page="landing"].direct-response .survey-shell-live .form-question {
  margin-bottom: 13px;
  color: #072e58;
  font-size: clamp(24px, 2.3vw, 32px);
  line-height: 1.02;
  text-align: left;
}

body[data-page="landing"].direct-response .survey-shell-live .option-grid-visual {
  gap: 0;
  padding: 4px;
  border: 5px solid #072e58;
  border-radius: 2px;
  background: #072e58;
  box-shadow: inset 0 0 0 1px #79cbe7;
}

body[data-page="landing"].direct-response .survey-shell-live .option-card-visual > span {
  min-height: 96px;
  align-content: center;
  justify-content: center;
  gap: 1px;
  padding: 6px 8px 7px;
  overflow: hidden;
  border: 1px solid #bed7e2;
  border-radius: 0;
  color: #102545;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(214, 239, 247, 0.72)), #f0f8fa;
  box-shadow: none;
  transform: none;
}

body[data-page="landing"].direct-response .survey-shell-live .choice-illustration,
body[data-page="landing"].direct-response .survey-shell-live .choice-illustration-wide {
  width: 100%;
  height: 50px;
  margin: 0 auto 2px;
  object-fit: contain;
}

body[data-page="landing"].direct-response .survey-shell-live .option-card-visual > span > strong {
  min-height: 0;
  padding: 0;
  color: #072e58;
  background: transparent;
  font-size: 15px;
  line-height: 1.1;
}

body[data-page="landing"].direct-response .survey-shell-live .option-card-visual input:checked + span {
  color: #07163b;
  border-color: #d7a21d;
  background: #dff2f7;
  box-shadow: inset 0 -5px #d7a21d, inset 0 0 0 2px #d7a21d;
  transform: none;
}

body[data-page="landing"].direct-response .survey-shell-live .option-card-visual input:checked + span > strong {
  color: #072e58;
  background: transparent;
}

body[data-page="landing"].direct-response .survey-shell-live .option-card-visual input:checked + span::after {
  display: none;
}

body[data-page="landing"].direct-response .survey-shell-live .form-actions-choice {
  margin-top: 13px;
}

body[data-page="landing"].direct-response .survey-shell-live .form-actions .button,
body[data-page="landing"].direct-response .survey-shell-live .form-actions .button-navy {
  min-height: 50px;
  color: #fff;
  border-radius: 1px;
  background: #0a5ca8;
  box-shadow: inset -8px 0 #d7a21d;
}

body[data-page="landing"].direct-response .survey-shell-live .form-actions .button:hover:not(:disabled),
body[data-page="landing"].direct-response .survey-shell-live .form-actions .button-navy:hover:not(:disabled) {
  background: #084b89;
}

body[data-page="landing"].direct-response .survey-shell-live .form-actions .button:disabled {
  color: rgba(255, 255, 255, 0.9);
  background: #8fa9bc;
  box-shadow: inset -8px 0 #c8a34d;
  opacity: 1;
}

body[data-page="landing"].direct-response .form-trust-row {
  max-width: 920px;
  margin-top: 26px;
  color: #49667c;
}

body[data-page="landing"].direct-response .form-trust-chip {
  color: inherit;
  border-color: rgba(7, 46, 88, 0.2);
}

body[data-page="landing"].direct-response .form-trust-chip strong {
  color: #072e58;
}

body[data-page="landing"].direct-response .form-review {
  margin-top: 24px;
  box-shadow: 0 12px 30px rgba(7, 46, 88, 0.12);
}

@media (max-width: 760px) {
  body[data-page="landing"].direct-response .hero::before {
    width: 4px;
  }

  body[data-page="landing"].direct-response .hero-inner {
    width: 100%;
    max-width: none;
    padding: 12px 8px 36px;
  }

  body[data-page="landing"].direct-response .hero-copy {
    margin: 0 8px 9px;
  }

  body[data-page="landing"].direct-response .hero-copy h1 {
    width: 100%;
    max-width: none;
    font-size: clamp(25px, 7.5vw, 31px);
    font-weight: 800;
    line-height: 0.98;
    text-align: left;
  }

  body[data-page="landing"].direct-response .hero-copy h1 .offer-line {
    display: block;
  }

  body[data-page="landing"].direct-response .hero-copy h1 .offer-line + .offer-line {
    margin: 2px 0 0;
  }

  body[data-page="landing"].direct-response .form-stack {
    width: 100%;
    max-width: none;
  }

  .survey-shell-live {
    display: block;
    min-height: 0;
    border-width: 4px;
    box-shadow: 0 14px 30px rgba(7, 46, 88, 0.18), inset 0 0 0 1px #79cbe7;
  }

  .survey-shell-live::after {
    height: 4px;
  }

  .survey-rail-live {
    display: grid;
    min-height: 54px;
    grid-template-columns: minmax(92px, 0.8fr) minmax(150px, 1.2fr);
    align-items: center;
    gap: 10px;
    padding: 7px 9px;
  }

  .survey-rail-live::after {
    top: auto;
    right: 0;
    bottom: -1px;
    left: 0;
    width: auto;
    height: 1px;
  }

  .survey-rail-heading-live span {
    font-size: 7px;
  }

  .survey-rail-heading-live strong {
    margin-top: 2px;
    font-size: 14px;
  }

  .survey-steps-live {
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
    margin: 0;
  }

  .survey-steps-live::before,
  .survey-steps-live span,
  .survey-rail-live > small {
    display: none;
  }

  .survey-steps-live li {
    display: block;
    min-height: 0;
  }

  .survey-steps-live i {
    width: 100%;
    height: 27px;
    font-size: 8px;
  }

  body[data-page="landing"].direct-response .survey-shell-live .form-head,
  body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step="count"] .form-head,
  body[data-page="landing"].direct-response .survey-shell-live .form-panel:not([data-active-step]) .form-head {
    min-height: 52px;
    gap: 8px;
    padding: 9px 10px 6px;
  }

  body[data-page="landing"].direct-response .survey-shell-live .form-head h2 {
    font-size: 16px;
    white-space: nowrap;
  }

  body[data-page="landing"].direct-response .survey-shell-live .form-head p:last-child {
    gap: 4px;
    font-size: 10px;
    white-space: nowrap;
  }

  body[data-page="landing"].direct-response .survey-shell-live .form-head p svg {
    width: 14px;
    height: 14px;
  }

  body[data-page="landing"].direct-response .survey-shell-live .preview-form,
  body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step="count"] .preview-form,
  body[data-page="landing"].direct-response .survey-shell-live .form-panel:not([data-active-step]) .preview-form {
    height: auto !important;
    min-height: 0 !important;
    padding: 8px 10px 11px;
  }

  body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step]:not([data-active-step="count"]) .preview-form {
    height: 382px !important;
    min-height: 382px !important;
    padding: 14px 12px 12px;
  }

  body[data-page="landing"].direct-response .survey-shell-live .form-question {
    margin-bottom: 9px;
    font-size: clamp(20px, 5.8vw, 23px);
    line-height: 1.05;
    text-align: left;
  }

  body[data-page="landing"].direct-response .survey-shell-live .option-grid-visual {
    gap: 0;
    padding: 3px;
    border-width: 4px;
  }

  body[data-page="landing"].direct-response .survey-shell-live .option-card-visual > span {
    min-height: 84px;
    padding: 4px 4px 5px;
  }

  body[data-page="landing"].direct-response .survey-shell-live .choice-illustration,
  body[data-page="landing"].direct-response .survey-shell-live .choice-illustration-wide {
    width: 100%;
    height: 45px;
    margin-bottom: 0;
  }

  body[data-page="landing"].direct-response .survey-shell-live .option-card-visual > span > strong {
    font-size: 12px;
  }

  body[data-page="landing"].direct-response .survey-shell-live .form-actions-choice {
    min-height: 52px;
    margin-top: 9px;
  }

  body[data-page="landing"].direct-response .survey-shell-live .form-actions-choice .button {
    min-height: 52px;
    font-size: 14px;
  }

  body[data-page="landing"].direct-response .form-trust-row {
    width: calc(100% - 16px);
    margin-top: 24px;
    color: #49667c;
  }

  body[data-page="landing"].direct-response .form-trust-chip {
    border-color: rgba(7, 46, 88, 0.2);
  }
}

/* Restraint pass: keep color for meaning, not decoration. */
body[data-page="landing"].direct-response .hero::before,
.survey-shell-live::after {
  display: none;
}

.survey-shell-live {
  border: 1px solid rgba(121, 203, 231, 0.58);
  border-radius: 6px;
  box-shadow: 0 20px 48px rgba(0, 10, 32, 0.3);
}

body[data-page="landing"].direct-response .survey-shell-live .option-grid-visual {
  padding: 3px;
  border-width: 3px;
  box-shadow: none;
}

body[data-page="landing"].direct-response .survey-shell-live .option-card-visual input:checked + span {
  box-shadow: inset 0 0 0 2px #d7a21d;
}

body[data-page="landing"].direct-response .survey-shell-live .form-actions .button,
body[data-page="landing"].direct-response .survey-shell-live .form-actions .button-navy,
body[data-page="landing"].direct-response .survey-shell-live .form-actions .button:disabled {
  box-shadow: none;
}

body[data-page="landing"].direct-response .survey-shell-live [data-step-id="count"] {
  min-height: 0 !important;
}

@media (max-width: 390px) {
  body[data-page="landing"].direct-response .hero-inner {
    padding-inline: 6px;
  }

  body[data-page="landing"].direct-response .hero-copy h1 {
    font-size: 25px;
  }

  .survey-rail-live {
    grid-template-columns: 84px 1fr;
  }

  body[data-page="landing"].direct-response .survey-shell-live .option-card-visual > span {
    min-height: 82px;
  }
}

/* Original Coastal Shield composition: the approved deep-blue photographic
   atmosphere returns, while the later window-survey interaction remains. */
body[data-page="landing"].direct-response .hero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 20, 51, 0.96) 0%, rgba(5, 28, 66, 0.91) 48%, rgba(5, 33, 72, 0.82) 100%),
    url("assets/securi-panes-hero.webp") center 48% / cover no-repeat;
  background-color: #07163b;
}

body[data-page="landing"].direct-response .hero-copy {
  text-align: center;
}

body[data-page="landing"].direct-response .hero-copy h1 {
  color: #fff;
}

body[data-page="landing"].direct-response .hero-copy h1 .offer-line {
  display: block;
  color: #fff !important;
}

body[data-page="landing"].direct-response .hero-copy h1 .offer-line + .offer-line {
  margin: 4px 0 0;
}

body[data-page="landing"].direct-response .hero-copy h1 .offer-line-value > span {
  color: #f2b51d !important;
}

body[data-page="landing"].direct-response .form-trust-row {
  color: rgba(255, 255, 255, 0.82);
}

body[data-page="landing"].direct-response .form-trust-chip {
  color: inherit;
  border-color: rgba(255, 255, 255, 0.22);
}

body[data-page="landing"].direct-response .form-trust-chip strong {
  color: #fff;
}

@media (min-width: 1100px) {
  body[data-page="landing"].direct-response .hero-inner {
    display: grid;
    width: min(100% - 56px, 1300px);
    max-width: 1300px;
    grid-template-columns: minmax(330px, 0.72fr) minmax(760px, 1.58fr);
    align-items: start;
    gap: clamp(36px, 4vw, 58px);
    padding-block: 34px 48px;
  }

  body[data-page="landing"].direct-response .hero-copy {
    align-self: start;
    margin: 86px 0 0;
    text-align: left;
  }

  body[data-page="landing"].direct-response .hero-copy h1 {
    max-width: 410px;
    font-size: clamp(46px, 4.2vw, 64px);
    line-height: 0.96;
  }

  body[data-page="landing"].direct-response .form-stack {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .survey-shell-live {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .survey-rail-live {
    padding-inline: 18px;
  }

  body[data-page="landing"].direct-response .form-trust-row {
    width: 100%;
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  body[data-page="landing"].direct-response .hero-copy {
    text-align: left;
  }

  body[data-page="landing"].direct-response .hero-copy h1 {
    color: #fff;
  }
}

/* Quiet conversion card: preserve the coastal character in the page while
   reducing the questionnaire itself to one clear, familiar interaction. */
body[data-page="landing"].direct-response .header-inner {
  justify-content: center;
}

body[data-page="landing"].direct-response .brand {
  margin-inline: auto;
}

body[data-page="landing"].direct-response .survey-shell-live {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(7, 46, 88, 0.14);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(0, 10, 32, 0.26);
}

body[data-page="landing"].direct-response .survey-rail-live {
  display: none !important;
}

body[data-page="landing"].direct-response .survey-shell-live .form-panel {
  background: #fff;
}

body[data-page="landing"].direct-response .survey-shell-live .form-head,
body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step="count"] .form-head,
body[data-page="landing"].direct-response .survey-shell-live .form-panel:not([data-active-step]) .form-head {
  padding: 18px 24px 10px;
  border-bottom: 0;
}

body[data-page="landing"].direct-response .survey-shell-live .form-progress-shell,
body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step] .form-progress-shell,
body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step]:not([data-active-step="count"]) .form-progress-shell,
body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step="count"] .form-progress-shell,
body[data-page="landing"].direct-response .survey-shell-live .form-panel:not([data-active-step]) .form-progress-shell {
  display: block !important;
  padding: 0 24px 4px;
  background: #fff;
}

body[data-page="landing"].direct-response .survey-shell-live .form-progress {
  height: 3px;
  background: #e5ecf1;
}

body[data-page="landing"].direct-response .survey-shell-live .form-progress span {
  background: #0a5ca8;
}

body[data-page="landing"].direct-response .survey-shell-live .option-grid-visual {
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="landing"].direct-response .survey-shell-live .option-card-visual > span {
  min-height: 96px;
  padding: 7px 8px 8px;
  border: 1px solid #d7e0e7;
  border-radius: 8px;
  background: #f7fafc;
  box-shadow: none;
}

body[data-page="landing"].direct-response .survey-shell-live .option-card-visual:hover > span {
  border-color: #98b8ce;
  background: #f2f8fb;
}

body[data-page="landing"].direct-response .survey-shell-live .option-card-visual input:checked + span {
  border-color: #0a5ca8;
  background: #edf7fc;
  box-shadow: inset 0 0 0 1px #0a5ca8;
}

body[data-page="landing"].direct-response .survey-shell-live .form-actions .button,
body[data-page="landing"].direct-response .survey-shell-live .form-actions .button-navy,
body[data-page="landing"].direct-response .survey-shell-live .form-actions .button:disabled {
  border-radius: 6px;
  box-shadow: none;
}

body[data-page="landing"].direct-response .survey-shell-live .form-actions .button:disabled {
  color: rgba(255, 255, 255, 0.92);
  background: #9aafbe;
}

body[data-page="landing"].direct-response .below-form-proof {
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.86);
}

body[data-page="landing"].direct-response .below-form-rating {
  gap: 8px;
  margin: 0;
  padding: 0 18px 0 0;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

body[data-page="landing"].direct-response .below-form-rating .header-google {
  width: 27px;
  height: 27px;
}

body[data-page="landing"].direct-response .below-form-rating strong {
  color: #fff;
  font-size: 14px;
}

body[data-page="landing"].direct-response .below-form-rating small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}

body[data-page="landing"].direct-response .below-form-proof .form-trust-row {
  display: flex;
  width: auto;
  max-width: none;
  align-items: center;
  grid-template-columns: none;
  margin: 0;
  padding: 0 0 0 6px;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body[data-page="landing"].direct-response .below-form-proof .form-trust-chip {
  min-height: 34px;
  padding: 4px 12px;
  color: inherit;
  border: 0;
  font-size: 12px;
  font-weight: 650;
}

body[data-page="landing"].direct-response .below-form-proof .form-trust-chip-bbb {
  padding-right: 0;
}

body[data-page="landing"].direct-response .below-form-proof .form-trust-chip-bbb img {
  width: auto;
  height: 30px;
}

@media (max-width: 620px) {
  body[data-page="landing"].direct-response .survey-shell-live .form-head,
  body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step="count"] .form-head,
  body[data-page="landing"].direct-response .survey-shell-live .form-panel:not([data-active-step]) .form-head {
    min-height: 50px;
    padding: 10px 12px 6px;
  }

  body[data-page="landing"].direct-response .survey-shell-live .form-progress-shell,
  body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step] .form-progress-shell,
  body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step]:not([data-active-step="count"]) .form-progress-shell,
  body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step="count"] .form-progress-shell,
  body[data-page="landing"].direct-response .survey-shell-live .form-panel:not([data-active-step]) .form-progress-shell {
    padding: 0 12px 3px;
  }

  body[data-page="landing"].direct-response .survey-shell-live .option-grid-visual {
    gap: 7px;
  }

  body[data-page="landing"].direct-response .survey-shell-live .option-card-visual > span {
    min-height: 82px;
    padding: 4px 5px 5px;
    border-radius: 7px;
  }

  body[data-page="landing"].direct-response .below-form-proof {
    margin-top: 14px;
  }

  body[data-page="landing"].direct-response .below-form-rating {
    padding-right: 10px;
  }

  body[data-page="landing"].direct-response .below-form-proof .form-trust-row {
    padding-left: 2px;
  }

  body[data-page="landing"].direct-response .below-form-proof .form-trust-chip {
    padding-inline: 7px;
    font-size: 10.5px;
  }

  body[data-page="landing"].direct-response .below-form-proof .form-trust-chip-bbb img {
    height: 26px;
  }
}

/* Typeform-inspired guided survey. The one-question flow carries the
   interaction; the surrounding chrome stays intentionally quiet. */
body[data-page="landing"].direct-response .survey-shell-live .form-kicker {
  margin: 0;
  color: #0a5ca8;
  font-family: var(--body);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

body[data-page="landing"].direct-response .survey-shell-live .form-head p:last-child {
  margin: 0;
}

body[data-page="landing"].direct-response .survey-shell-live .form-question {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(27px, 2.5vw, 35px);
  letter-spacing: -0.025em;
}

body[data-page="landing"].direct-response .survey-shell-live .form-step:not([hidden]) {
  animation: typeform-question-in 260ms cubic-bezier(0.2, 0.72, 0.28, 1) both;
}

@keyframes typeform-question-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body[data-page="landing"].direct-response .typeform-hint {
  margin: 9px 0 0;
  color: #6f8291;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.015em;
  text-align: right;
}

body[data-page="landing"].direct-response .typeform-hint::before {
  margin-right: 5px;
  color: #0a5ca8;
  content: "↳";
}

body[data-page="landing"].direct-response .typeform-auto-advance,
body[data-page="landing"].direct-response .minimum-choice-prompt {
  display: none !important;
}

body[data-page="landing"].direct-response .typeform-actions-only {
  display: none;
}

body[data-page="landing"].direct-response .minimum-actions {
  min-height: 28px;
  margin-top: 7px;
}

body[data-page="landing"].direct-response .back-button {
  min-height: 28px;
  padding: 3px 2px;
  color: #617687;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 12px;
  font-weight: 700;
}

body[data-page="landing"].direct-response .back-button:hover {
  color: #0a5ca8;
  background: transparent;
}

@media (max-width: 620px) {
  body[data-page="landing"].direct-response .survey-shell-live .form-kicker {
    font-size: 9px;
  }

  body[data-page="landing"].direct-response .survey-shell-live .form-question {
    margin-bottom: 10px;
    font-size: clamp(21px, 5.8vw, 24px);
    line-height: 1.06;
  }

  body[data-page="landing"].direct-response .typeform-hint {
    margin-top: 7px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="landing"].direct-response .survey-shell-live .form-step:not([hidden]) {
    animation: none;
  }
}

/* Final restraint pass: proof and review become typography, not containers. */
body[data-page="landing"].direct-response .survey-shell-live {
  border-color: rgba(7, 46, 88, 0.12);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 10, 32, 0.18);
}

body[data-page="landing"].direct-response .survey-shell-live .form-head,
body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step="count"] .form-head,
body[data-page="landing"].direct-response .survey-shell-live .form-panel:not([data-active-step]) .form-head {
  min-height: 42px;
  grid-template-columns: 1fr;
  padding-block: 15px 8px;
}

body[data-page="landing"].direct-response .survey-shell-live .option-card-visual > span {
  border-color: #dce4e9;
  background: #fff;
}

body[data-page="landing"].direct-response .survey-shell-live .choice-illustration,
body[data-page="landing"].direct-response .survey-shell-live .choice-illustration-wide {
  height: 42px;
}

body[data-page="landing"].direct-response .below-form-proof {
  gap: 9px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

body[data-page="landing"].direct-response .below-form-proof strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

body[data-page="landing"].direct-response .below-form-proof strong span {
  margin-left: 2px;
  letter-spacing: 0.02em;
}

body[data-page="landing"].direct-response .below-form-proof i {
  color: rgba(255, 255, 255, 0.34);
  font-style: normal;
}

body[data-page="landing"].direct-response .inline-review {
  max-width: 720px;
  margin: 12px auto 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.68);
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
  text-align: center;
}

body[data-page="landing"].direct-response .inline-review > span {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  letter-spacing: 0.04em;
}

body[data-page="landing"].direct-response .inline-review cite {
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.52);
  font-style: normal;
  white-space: nowrap;
}

@media (max-width: 620px) {
  body[data-page="landing"].direct-response .survey-shell-live .form-head,
  body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step="count"] .form-head,
  body[data-page="landing"].direct-response .survey-shell-live .form-panel:not([data-active-step]) .form-head {
    min-height: 34px;
    padding: 9px 12px 5px;
  }

  body[data-page="landing"].direct-response .survey-shell-live .choice-illustration,
  body[data-page="landing"].direct-response .survey-shell-live .choice-illustration-wide {
    height: 40px;
  }

  body[data-page="landing"].direct-response .below-form-proof {
    flex-wrap: wrap;
    gap: 4px 7px;
    margin-top: 11px;
    font-size: 10.5px;
  }

  body[data-page="landing"].direct-response .inline-review {
    width: calc(100% - 18px);
    margin-top: 9px;
    font-size: 10.5px;
    line-height: 1.35;
  }
}

/* The first question is intentionally text-only; the ranges are clearer than
   decorative window counts and keep the opening interaction immediate. */
body[data-page="landing"].direct-response .survey-shell-live .option-card-count > span {
  min-height: 90px;
  padding: 10px;
}

body[data-page="landing"].direct-response .survey-shell-live .option-card-count > span > strong {
  display: grid;
  gap: 2px;
  place-items: center;
}

body[data-page="landing"].direct-response .survey-shell-live .option-card-count > span > strong > span {
  color: #072e58;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1;
}

body[data-page="landing"].direct-response .survey-shell-live .option-card-count > span > strong > small {
  color: #6c7e8d;
  font-family: var(--body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

body[data-page="landing"].direct-response .survey-shell-live .option-card-count input:checked + span > strong > span,
body[data-page="landing"].direct-response .survey-shell-live .option-card-count input:checked + span > strong > small {
  color: #0a5ca8;
}

@media (max-width: 620px) {
  body[data-page="landing"].direct-response .survey-shell-live .option-card-count > span {
    min-height: 82px;
  }

  body[data-page="landing"].direct-response .survey-shell-live .option-card-count > span > strong > span {
    font-size: 25px;
  }
}

body[data-page="landing"].direct-response .form-fields-address {
  width: min(100%, 520px);
  margin-inline: auto;
}

@media (max-width: 620px) {
  body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step="zip"] .preview-form {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 16px;
  }

  body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step="zip"] .form-step:not([hidden]) {
    min-height: 0 !important;
  }

  body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step="zip"] .form-actions {
    margin-top: 16px;
  }
}

/* Quiet question hierarchy: centered prompt, no visual progress track, and a
   compact counter that stays out of the homeowner's reading path. */
body[data-page="landing"].direct-response .survey-shell-live .form-head,
body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step="count"] .form-head,
body[data-page="landing"].direct-response .survey-shell-live .form-panel:not([data-active-step]) .form-head {
  display: flex;
  min-height: 28px;
  justify-content: flex-end;
  padding: 10px 16px 0;
}

body[data-page="landing"].direct-response .survey-shell-live .form-kicker {
  color: #8493a0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body[data-page="landing"].direct-response .survey-shell-live .form-progress-shell,
body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step] .form-progress-shell,
body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step]:not([data-active-step="count"]) .form-progress-shell,
body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step="count"] .form-progress-shell,
body[data-page="landing"].direct-response .survey-shell-live .form-panel:not([data-active-step]) .form-progress-shell {
  display: none !important;
}

body[data-page="landing"].direct-response .survey-shell-live .form-question,
body[data-page="landing"].direct-response [data-step-id="count"] .form-question {
  max-width: none;
  margin-bottom: 14px;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.08;
  text-align: center;
}

body[data-page="landing"].direct-response .survey-shell-live .form-hint {
  max-width: 560px;
  margin-inline: auto;
  text-align: center;
}

@media (max-width: 620px) {
  body[data-page="landing"].direct-response .survey-shell-live .form-head,
  body[data-page="landing"].direct-response .survey-shell-live .form-panel[data-active-step="count"] .form-head,
  body[data-page="landing"].direct-response .survey-shell-live .form-panel:not([data-active-step]) .form-head {
    min-height: 24px;
    padding: 8px 10px 0;
  }

  body[data-page="landing"].direct-response .survey-shell-live .form-question,
  body[data-page="landing"].direct-response [data-step-id="count"] .form-question {
    margin-bottom: 11px;
    font-size: 20px;
    line-height: 1.1;
  }
}
