* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --font-sans: "Inter", "Montserrat", Arial, Helvetica, sans-serif;
  --navy: #061a37;
  --navy-2: #082653;
  --blue: #075cec;
  --blue-2: #0047cc;
  --green: #078b13;
  --green-2: #0aaf2a;
  --ink: #071530;
  --muted: #4f5d73;
  --line: #d9e4f4;
  --soft: #f4f8ff;
  --yellow: #fff2cc;
  --shadow: 0 18px 45px rgba(7, 21, 48, 0.18);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: var(--ink);
  font-kerning: normal;
  line-height: 1.45;
  padding-bottom: 0;
  text-rendering: optimizeLegibility;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: calc(0.45rem + 6px) 1rem;
  background: #fff;
  transition:
    box-shadow 180ms ease,
    padding 180ms ease;
}

.logo {
  display: block;
  flex: 0 0 auto;
  text-decoration: none;
}

.logo picture {
  display: block;
  line-height: 0;
}

.logo-image {
  display: block;
  width: min(74vw, 18rem);
  height: auto;
  transition: transform 180ms ease;
}

.header-phone small {
  color: #6e7275;
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 0.26rem;
  text-transform: none;
}

.top-nav {
  display: none;
}

.header-phone {
  display: none;
  align-items: center;
  gap: 0.38rem;
  color: var(--blue);
  text-decoration: none;
}

.menu-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.28rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  color: var(--blue);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 1.8rem;
  height: 0.14rem;
  margin: 0 auto;
  background: currentColor;
  border-radius: 999px;
}

.mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 28;
  background: rgba(3, 12, 28, 0.34);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu {
  position: fixed;
  top: 4.35rem;
  right: 0.75rem;
  z-index: 29;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  width: min(76vw, 16.5rem);
  padding: 0.85rem;
  background: #fff;
  border: 1px solid rgba(6, 26, 55, 0.08);
  border-radius: 0.85rem;
  box-shadow: 0 18px 38px rgba(7, 21, 48, 0.22);
  transform: translateY(-0.35rem);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.mobile-menu.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu-links {
  display: grid;
  gap: 0.35rem;
}

.mobile-menu-links a {
  display: block;
  padding: 0.7rem 0.35rem;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid rgba(6, 26, 55, 0.08);
}

.mobile-menu-links a:hover,
.mobile-menu-links a:focus-visible {
  color: var(--blue);
}

.mobile-menu-links .book-now-btn {
  display: block;
  padding: 0.7rem 0.35rem;
  color: #078813;
  font-weight: 600;
  text-align: left;
}

.mobile-menu-links .book-now-btn:hover,
.mobile-menu-links .book-now-btn:focus-visible {
  color: var(--blue);
}

@media (max-width: 699px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 18;
    box-shadow: 0 2px 12px rgba(7, 21, 48, 0.1);
  }

  .site-header.scrolled {
    padding: 0.12rem 1rem;
    gap: 0.4rem;
    box-shadow: 0 4px 18px rgba(7, 21, 48, 0.1);
  }

  .site-header.scrolled .logo-image {
    transform: scale(0.88);
  }

  html {
    scroll-padding-top: 4rem;
  }

  :target {
    scroll-margin-top: 4rem;
  }
}

.mobile-menu-links a:last-child {
  border-bottom: 0;
}

.mobile-menu-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  padding: 0.8rem 0.35rem 0.3rem;
  color: var(--blue);
  text-decoration: none;
  border-top: 1px solid rgba(6, 26, 55, 0.08);
}

.mobile-menu-phone strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
}

.mobile-menu-phone small {
  display: block;
  margin-top: 0.14rem;
  color: #6e7275;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1;
}

.mobile-menu-phone .phone-mark {
  width: 1.45rem;
  height: 1.45rem;
  background: currentColor;
  -webkit-mask: url("assets/phone-sms-icon.svg") center / contain no-repeat;
  mask: url("assets/phone-sms-icon.svg") center / contain no-repeat;
}

.mobile-menu-phone .phone-mark::before {
  content: none;
}

.header-phone strong {
  display: block;
  font-size: 1.32rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1;
}

.header-phone span:not(.phone-mark) {
  text-align: center;
}

.phone-mark,
.calendar-mark {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
}

.phone-mark::before {
  content: "";
  position: absolute;
  inset: 0.1rem 0.2rem 0.1rem 0.1rem;
  border: 0.28rem solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-34deg);
}

.header-phone .phone-mark {
  width: 1.82rem;
  height: 1.82rem;
  background: currentColor;
  -webkit-mask: url("assets/phone-sms-icon.svg") center / contain no-repeat;
  mask: url("assets/phone-sms-icon.svg") center / contain no-repeat;
  transform: translateY(-0.08rem);
}

.header-phone .phone-mark::before {
  content: none;
}

.calendar-mark {
  border: 2px solid currentColor;
  border-radius: 0.2rem;
}

.calendar-mark::before {
  content: "";
  position: absolute;
  top: 0.28rem;
  left: 0;
  right: 0;
  border-top: 2px solid currentColor;
}

.hero {
  position: relative;
  min-height: 42rem;
  color: #fff;
  overflow: hidden;
  background: var(--navy);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  z-index: 0;
  overflow: hidden;
}

.hero-bg picture,
.hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-bg img {
  object-fit: cover;
  object-position: 50% 44%;
  filter: none;
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(6, 26, 55, 0.04),
      rgba(6, 26, 55, 0.2) 52%,
      rgba(6, 26, 55, 0.66)
    ),
    linear-gradient(
      90deg,
      rgba(3, 12, 28, 0.94),
      rgba(3, 12, 28, 0.62) 42%,
      rgba(3, 12, 28, 0.08) 72%
    );
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1.8rem;
  align-items: center;
  padding: 2.6rem 1rem 8.25rem;
}

.hero-copy {
  width: 100%;
  max-width: 31rem;
}

.hero h1 {
  width: 100%;
  max-width: 19rem;
  margin-bottom: 0.85rem;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.desktop-title-tail {
  display: inline;
}

.hero-copy p {
  max-width: 31rem;
  margin-bottom: 1.35rem;
  font-size: 1.05rem;
  line-height: 1.42;
  color: #eef5ff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.trust-list {
  display: grid;
  gap: 0.65rem;
  list-style: none;
  font-weight: 400;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.trust-list li::before {
  content: "";
  display: inline-block;
  width: 1.58rem;
  height: 1.58rem;
  background: var(--green-2);
  -webkit-mask: url("assets/round-checkmark.svg") center / contain no-repeat;
  mask: url("assets/round-checkmark.svg") center / contain no-repeat;
  flex: 0 0 auto;
}

.price-stack {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
}

.price-shield {
  position: relative;
  display: block;
  width: clamp(14.75rem, 70vw, 15.25rem);
  aspect-ratio: 1 / 1;
  text-align: center;
  color: #fff;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.35));
}

.price-shield-image {
  display: block;
  width: 100%;
  height: auto;
}

.price-shield-content {
  position: absolute;
  inset: 16% 11% 17%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.price {
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 0.95;
}

.price-label {
  margin-top: 0.2rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.05;
}

.stars {
  margin: 0.72rem 0 0;
  color: #ffc400;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

.price-note {
  max-width: 8.5rem;
  margin-top: 0.62rem;
  font-size: clamp(0.62rem, 2.7vw, 0.72rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
}

.price-note {
  max-width: 5.5rem;
}

.availability-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  padding: 0.7rem 1rem;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(180deg, #106cff, #004fd6);
  border-radius: 0.5rem;
  box-shadow: 0 12px 28px rgba(0, 58, 170, 0.36);
}

.badge-clock {
  position: relative;
  width: 1.43rem;
  height: 1.43rem;
  background: #fff;
  -webkit-mask: url("assets/shield-check.svg") center / contain no-repeat;
  mask: url("assets/shield-check.svg") center / contain no-repeat;
}

.conversion-band {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0;
  width: min(100% - 2rem, 72rem);
  margin: -5.4rem auto 0;
  padding-bottom: 1.1rem;
}

.booking-card,
.benefit-panel,
.radon-notice,
.service-area-placeholder,
.process-card,
.about-strip {
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: #fff;
  box-shadow: var(--shadow);
}

.booking-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.9rem 0.95rem;
  text-align: center;
  background: linear-gradient(180deg, #fefeff 0%, #f4f8ff 100%);
  border-color: #b9cff7;
  box-shadow: none;
}

.booking-card h2 {
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.1;
}

.booking-card > p {
  margin: 0.25rem 0 0.65rem;
  color: #25324b;
  font-size: 0.92rem;
}

.booking-form {
  display: grid;
  gap: 0;
}

:root {
  --btn-shadow: 0 8px 20px rgba(7, 21, 48, 0.12);
  --btn-shadow-hover: 0 12px 28px rgba(7, 21, 48, 0.14);
  --btn-shadow-active: 0 4px 10px rgba(7, 21, 48, 0.1);
  --btn-border-radius: 0.35rem;
  --btn-translate-hover: -1px;
  --btn-translate-active: 0;
  --green-3: #10b92a; /* slightly richer/brighter green for hover */
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  width: 100%;
  border: 0;
  border-radius: var(--btn-border-radius);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transform: translateY(0);
  will-change: transform, box-shadow;
  transition:
    transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 180ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background-color 180ms linear;
}

.btn-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 1.15em;
  height: 1.15em;
  background: currentColor;
}

.calendar-search-icon {
  -webkit-mask: url("assets/calendar-search25.svg") center / contain no-repeat;
  mask: url("assets/calendar-search25.svg") center / contain no-repeat;
}

/* Primary color variants keep existing gradients but add subtle elevation and interaction states */
.btn-green {
  background: linear-gradient(180deg, var(--green-2), var(--green));
  box-shadow:
    var(--btn-shadow),
    inset 0 -2px 0 rgba(0, 0, 0, 0.12);
}

.btn-blue {
  background: linear-gradient(180deg, var(--blue), var(--blue-2));
  box-shadow:
    var(--btn-shadow),
    inset 0 -2px 0 rgba(0, 0, 0, 0.12);
}

/* Apply the same interaction model to common CTA selectors used across the site */
a.book-now-btn,
.city-action.primary,
.availability-badge,
.hero .btn,
.sticky-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* Hover: lift slightly, richer green for primary, stronger shadow */
.btn:hover,
a.book-now-btn:hover,
.city-action.primary:hover,
.availability-badge:hover,
.sticky-cta:hover {
  transform: translateY(var(--btn-translate-hover));
  box-shadow:
    var(--btn-shadow-hover),
    inset 0 -2px 0 rgba(0, 0, 0, 0.06);
}

/* Tweak green variant specifically on hover to feel richer (still high contrast white text) */
.btn-green:hover,
a.book-now-btn.btn-green:hover,
.city-action.primary.btn-green:hover,
.availability-badge.btn-green:hover {
  background: linear-gradient(180deg, var(--green-3), var(--green-2));
}

/* Active / pressed: visually depress, reduce shadow, faster transition */
.btn:active,
a.book-now-btn:active,
.city-action.primary:active,
.availability-badge:active,
.sticky-cta:active {
  transform: translateY(var(--btn-translate-active));
  box-shadow:
    var(--btn-shadow-active),
    inset 0 -1px 0 rgba(0, 0, 0, 0.06);
  transition-duration: 80ms;
}

/* Focus-visible: preserve strong outline for keyboard users without disrupting the subtle elevation */
.btn:focus-visible,
a.book-now-btn:focus-visible,
.city-action.primary:focus-visible {
  outline: 3px solid rgba(10, 175, 42, 0.14);
  outline-offset: 3px;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .btn,
  a.book-now-btn,
  .city-action.primary,
  .availability-badge,
  .sticky-cta {
    transition: none;
    transform: none;
  }
}

.booking-card > .secure-note {
  margin-top: 1.1rem;
  color: #25324b;
  font-size: 0.94rem;
}

.secure-note::before {
  content: "";
  display: inline-block;
  width: 1.42em;
  height: 1.42em;
  margin-right: 0.3rem;
  vertical-align: -0.3em;
  background: var(--green);
  -webkit-mask: url("assets/coin-off.svg") center / contain no-repeat;
  mask: url("assets/coin-off.svg") center / contain no-repeat;
}

.benefit-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  box-shadow: none;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
}

.benefit-panel article {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.35rem;
  min-height: 10rem;
  padding: 1rem 0.8rem 0.95rem;
  text-align: center;
  border-top: 1px solid var(--line);
}

.benefit-panel article:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.benefit-panel h3 {
  max-width: 7.5rem;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.15;
}

.desktop-break {
  display: none;
}

.benefit-panel p {
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.42;
}

.benefit-icon {
  position: relative;
  display: block;
  width: 2.15rem;
  height: 2.15rem;
  color: var(--blue);
}

.stopwatch {
  background: currentColor;
  -webkit-mask: url("assets/timer.svg") center / contain no-repeat;
  mask: url("assets/timer.svg") center / contain no-repeat;
}

.shield::before {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask: url("assets/shield-check.svg") center / contain no-repeat;
  mask: url("assets/shield-check.svg") center / contain no-repeat;
}

.calendar {
  background: currentColor;
  -webkit-mask: url("assets/calendar-check.svg") center / contain no-repeat;
  mask: url("assets/calendar-check.svg") center / contain no-repeat;
}

.home {
  background: currentColor;
  -webkit-mask: url("assets/target-arrow.svg") center / contain no-repeat;
  mask: url("assets/target-arrow.svg") center / contain no-repeat;
}

.notice-process {
  display: grid;
  gap: 1rem;
  width: min(100% - 2rem, 72rem);
  margin: 0 auto 1rem;
}

.notice-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
}

.radon-notice {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  background: linear-gradient(180deg, #fff8df, var(--yellow));
  border-color: #f1d58e;
  box-shadow: none;
}

.service-area-placeholder {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  background: linear-gradient(180deg, #fefeff 0%, #f4f8ff 100%);
  border-color: #b9cff7;
  box-shadow: none;
}

.radon-notice h2 {
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.service-area-placeholder h2 {
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.service-area-placeholder p {
  color: var(--ink);
  font-size: 0.9rem;
}

.service-area-placeholder a,
.about-service-areas a,
.faq-service-areas a {
  color: var(--ink);
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: #8aa6d5;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.16em;
}

.metro-mark {
  position: relative;
  flex: 0 0 auto;
  width: 3.9rem;
  height: 3.9rem;
  background: #cfe2ff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.25rem rgba(255, 255, 255, 0.55);
}

.metro-mark::before {
  content: "";
  position: absolute;
  inset: 0.72rem;
  background: url("assets/desmoines-flag-icon.webp") center / contain no-repeat;
}

.radon-notice p {
  color: var(--ink);
  font-size: 0.9rem;
}

.radon-notice strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--blue);
  font-size: 0.9rem;
}

.radiation-mark {
  position: relative;
  flex: 0 0 auto;
  width: 3.9rem;
  height: 3.9rem;
  background: #ffce17;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
}

.radiation-mark::before {
  content: "";
  position: absolute;
  inset: 0.58rem;
  background: var(--navy);
  -webkit-mask: url("assets/radioactive.svg") center / contain no-repeat;
  mask: url("assets/radioactive.svg") center / contain no-repeat;
}

.radiation-mark::after {
  content: none;
}

.process-card {
  padding: 1rem;
  background: linear-gradient(180deg, #fefeff 0%, #f4f8ff 100%);
  border-color: #b9cff7;
  box-shadow: none;
}

.section-kicker {
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.process-card h2 {
  margin: 0.2rem 0 1rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.15;
}

.process-steps {
  display: grid;
  gap: 0.8rem;
}

.process-steps article {
  display: grid;
  grid-template-columns: 2rem 1fr;
  grid-template-rows: 1.6rem 1.6rem auto auto;
  column-gap: 0.65rem;
  row-gap: 0.15rem;
  align-items: start;
  align-content: start;
}

.process-steps span {
  display: grid;
  place-items: center;
  justify-self: center;
  width: 1.6rem;
  height: 1.6rem;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-weight: 900;
}

.process-icon {
  display: block;
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
  margin-top: 0.1rem;
  width: 1.45rem;
  height: 1.45rem;
  background: var(--green);
}

.process-steps h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  margin-top: 0.15rem;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.16;
}

.process-steps p {
  grid-column: 2;
  grid-row: 2 / span 2;
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.schedule-icon {
  -webkit-mask: url("assets/calendar-days.svg") center / contain no-repeat;
  mask: url("assets/calendar-days.svg") center / contain no-repeat;
}

.placement-icon {
  -webkit-mask: url("assets/house-heart.svg") center / contain no-repeat;
  mask: url("assets/house-heart.svg") center / contain no-repeat;
}

.measurement-icon {
  -webkit-mask: url("assets/timer.svg") center / contain no-repeat;
  mask: url("assets/timer.svg") center / contain no-repeat;
}

.report-icon {
  -webkit-mask: url("assets/check-check.svg") center / contain no-repeat;
  mask: url("assets/check-check.svg") center / contain no-repeat;
}

.about-strip {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1rem;
  width: min(100% - 2rem, 72rem);
  margin: 0 auto 1rem;
  padding: 1rem;
  background: linear-gradient(180deg, #fefeff 0%, #f4f8ff 100%);
  border-color: #b9cff7;
  box-shadow: none;
}

.about-strip h2 {
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.about-strip p {
  color: var(--muted);
  font-size: 0.88rem;
}

.about-badge {
  justify-self: center;
  width: 3.1rem;
  height: 3.5rem;
  background: linear-gradient(160deg, var(--blue), var(--navy));
  -webkit-mask: url("assets/about-shield-check.svg") center / contain no-repeat;
  mask: url("assets/about-shield-check.svg") center / contain no-repeat;
}

.site-footer {
  display: grid;
  gap: 0.8rem;
  padding: 1rem 1rem 1.45rem;
  color: #fff;
  background: var(--navy);
}

.site-footer > div:first-child {
  justify-self: center;
}

.site-footer strong {
  display: block;
  margin-bottom: 0.2rem;
}

.footer-logo {
  display: block;
  width: min(14rem, 100%);
  margin-bottom: 0;
  line-height: 0;
}

.footer-logo-link {
  display: block;
  width: fit-content;
  margin: 0 auto;
  justify-self: center;
}

.footer-logo-image {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer p {
  color: #d9e7ff;
  font-size: 0.92rem;
  line-height: 1.4;
}

.footer-links {
  display: grid;
  gap: 0.4rem;
  justify-items: center;
}

.footer-links a {
  color: #d9e7ff;
  text-decoration: none;
}

.footer-legal-group {
  display: inline-flex;
  justify-self: center;
  align-items: center;
  gap: 0.38rem;
  grid-column: auto;
  flex-wrap: nowrap;
}

.footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.footer-email {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.footer-phone-mark {
  display: inline-block;
  flex: 0 0 auto;
  width: 1.1rem;
  height: 1.1rem;
  background: currentColor;
  -webkit-mask: url("assets/phone-sms-icon.svg") center / contain no-repeat;
  mask: url("assets/phone-sms-icon.svg") center / contain no-repeat;
}

.footer-email-mark {
  display: inline-block;
  flex: 0 0 auto;
  width: 1.24rem;
  height: 1.24rem;
  background: currentColor;
  -webkit-mask: url("assets/footer-mail.svg") center / contain no-repeat;
  mask: url("assets/footer-mail.svg") center / contain no-repeat;
}

.footer-review-link {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  max-width: min(100%, 24rem);
  padding: 0.35rem 0.8rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}

.footer-review-logo-wrap {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.footer-review-logo {
  display: block;
  width: auto;
  height: 1.12rem;
  object-fit: contain;
}
.footer-review-link:hover,
.footer-review-link:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.36);
}
.footer-links .footer-legal {
  font-size: 0.74rem;
  line-height: 1.15;
  white-space: nowrap;
}

.city-main {
  background: linear-gradient(180deg, #f7fbff 0%, #fff 22rem);
}

.city-hero {
  width: min(100% - 2rem, 72rem);
  margin: 0 auto;
  padding: 2rem 0 1rem;
}

.city-hero-inner {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

.city-hero-copy,
.city-photo-placeholder,
.city-copy,
.city-card,
.city-cta,
.city-links-card {
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: #fff;
  box-shadow: none;
}

.city-hero-copy {
  padding: 1.25rem;
  background: linear-gradient(145deg, var(--navy), var(--navy-2));
  color: #fff;
}

.city-eyebrow {
  margin-bottom: 0.55rem;
  color: #bcd4ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.city-hero h1 {
  max-width: 35rem;
  margin-bottom: 0.75rem;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.05;
}

.city-hero p {
  max-width: 36rem;
  color: #e8f1ff;
  font-size: 1rem;
}

.city-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.city-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  border-radius: 0.4rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.city-action.primary {
  color: #fff;
  background: linear-gradient(180deg, var(--green-2), var(--green));
}

.city-action.secondary {
  color: #dce9ff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.city-action-outline {
  color: var(--blue);
  background: #fff;
  border: 1px solid #b9cff7;
}

.city-photo-placeholder {
  display: block;
  aspect-ratio: 3 / 2;
  min-height: 13rem;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(7, 92, 236, 0.12), rgba(10, 175, 42, 0.1)),
    linear-gradient(180deg, #fefeff 0%, #f4f8ff 100%);
  line-height: 0;
  overflow: hidden;
}

.city-photo-frame {
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 11rem;
  border: 1px dashed #a8c0ea;
  border-radius: 0.55rem;
  color: #4f6c9c;
  font-size: 0.85rem;
  font-weight: 400;
  text-align: center;
}

.city-photo-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  min-height: 11rem;
  object-fit: cover;
}

.city-content {
  display: grid;
  gap: 1rem;
  width: min(100% - 2rem, 72rem);
  margin: 0 auto 1rem;
}

.city-copy,
.city-card,
.city-cta,
.city-links-card {
  padding: 1rem;
}

.city-copy h2,
.city-card h2,
.city-cta h2,
.city-links-card h2 {
  margin-bottom: 0.65rem;
  font-size: 1.2rem;
  line-height: 1.15;
}

.city-copy p,
.city-card p,
.city-cta p,
.city-links-card p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

.city-copy p + p {
  margin-top: 0.8rem;
}

.city-card-list {
  display: grid;
  gap: 0.38rem;
  list-style: none;
}

.city-card-list li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.city-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.36rem;
  width: 0.65rem;
  height: 0.65rem;
  background: var(--green-2);
  border-radius: 50%;
}

.city-cta {
  scroll-margin-top: 5rem;
  background: linear-gradient(180deg, #fefeff 0%, #f4f8ff 100%);
  border-color: #b9cff7;
}

.city-cta .city-action {
  margin-top: 0;
}

.city-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.city-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.7rem;
  margin-top: 0.65rem;
}

.city-links a {
  color: var(--ink);
  font-size: 0.9rem;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: #8aa6d5;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.16em;
}

.about-hero-copy {
  max-width: 44rem;
  width: 100%;
}

.about-hero-copy .city-actions {
  display: grid;
  grid-template-columns: 1fr;
}

.about-hero-copy .city-action {
  width: 100%;
}

.about-values-grid,
.about-contact-grid {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.9rem;
}

.about-value-card,
.about-contact-card {
  padding: 0.9rem;
  border: 1px solid #dce6f5;
  border-radius: 0.7rem;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.about-contact-card {
  padding: 0.85rem 0.5rem;
}

.about-value-card h3,
.about-contact-card h3 {
  margin-bottom: 0.4rem;
  font-size: 1rem;
  line-height: 1.2;
}

.about-value-card p,
.about-contact-card p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.58;
}

.about-contact-link {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: var(--blue);
  font-size: 0.96rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.trademark-symbol {
  color: inherit;
  font-size: 0.48em;
  font-weight: inherit;
  line-height: 0;
  margin-left: 0.08em;
  position: relative;
  top: -0.45em;
}

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

.about-full-span {
  grid-column: 1 / -1;
}

.book-main {
  background: linear-gradient(180deg, #f7fbff 0%, #fff 24rem);
  overflow-x: hidden;
  padding: 1rem 0;
}

.book-hero,
.book-scheduler-card,
.book-reassurance {
  width: min(calc(100% - 2rem), 72rem);
  margin: 0 auto;
}

.book-hero {
  display: grid;
  gap: 1rem;
  align-items: stretch;
  padding: 1rem 0;
}

.book-hero-copy,
.book-summary-card,
.book-scheduler-card {
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: #fff;
  box-shadow: var(--shadow);
}

.book-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 1.45rem);
  min-height: calc(clamp(14.75rem, 70vw, 15.25rem) + 1.2rem + 2px);
  padding: 0.75rem;
  color: var(--ink);
  text-align: center;
  background: linear-gradient(180deg, #fefeff 0%, #f4f8ff 100%);
  border-color: #b9cff7;
  box-shadow: none;
}

.book-badge {
  margin-top: 0;
}

.book-hero h1 {
  max-width: 36rem;
  margin-bottom: 0;
  color: var(--navy);
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.05;
}

.book-hero p {
  max-width: 36rem;
  color: #25324b;
  font-size: 1rem;
  line-height: 1.5;
}

.book-summary-card {
  display: grid;
  justify-items: center;
  align-content: center;
  padding: 0.6rem 1rem;
  background: linear-gradient(180deg, #fefeff 0%, #f4f8ff 100%);
  border-color: #b9cff7;
  box-shadow: none;
}

.book-summary-card .price-stack {
  gap: 0;
}

.book-scheduler-card {
  margin-top: 0.25rem;
  padding: 0.75rem 1rem;
  background: linear-gradient(180deg, #fefeff 0%, #f4f8ff 100%);
  border-color: #b9cff7;
  box-shadow: none;
}

.book-scheduler-heading {
  max-width: 44rem;
  margin: 0 auto 0.75rem;
  text-align: center;
}

.book-scheduler-heading .section-kicker {
  font-size: 0.96rem;
}

.book-scheduler-heading h2 {
  margin: 0.2rem 0 0.45rem;
  font-size: 1.45rem;
  line-height: 1.15;
}

.book-scheduler-heading p:not(.section-kicker) {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.book-scheduler-note {
  white-space: normal;
}

.book-scheduler-frame {
  overflow: hidden;
  border: 1px solid #dce6f5;
  border-radius: 0.55rem;
  background: #fff;
}

.book-scheduler-frame iframe {
  display: block;
  width: 100%;
  min-height: 760px;
  border: 0;
}

.book-scheduler-frame iframe[hidden] {
  display: none;
}

.book-scheduler-placeholder {
  display: grid;
  place-items: center;
  gap: 1rem;
  min-height: 14rem;
  padding: 0;
  text-align: center;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.book-scheduler-placeholder p {
  margin: 0;
  color: var(--navy);
  font-size: 1.1rem;
  font-weight: 800;
}

.book-scheduler-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  color: var(--navy);
}

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

.book-scheduler-loading-text {
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
}

.book-scheduler-placeholder .booking-modal__fallback-title {
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.book-scheduler-placeholder .booking-modal__fallback-text {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
}

.book-scheduler-placeholder .booking-modal__fallback-actions {
  justify-items: center;
  width: auto;
  max-width: 100%;
}

.book-scheduler-placeholder .booking-modal__fallback-action {
  width: auto;
  max-width: 100%;
}

.book-reassurance {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.how-main {
  background: linear-gradient(180deg, #f7fbff 0%, #fff 22rem);
  padding: 1rem 0 0;
}

.how-layout {
  width: min(100% - 2rem, 72rem);
  margin: 0 auto;
}

.how-process-card {
  width: min(100% - 2rem, 72rem);
  margin: 0 auto 1rem;
  padding: 1.2rem 1rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: linear-gradient(180deg, #fefeff 0%, #f4f8ff 100%);
  border-color: #b9cff7;
  box-shadow: none;
}

.how-process-card .section-kicker {
  font-size: 0.92rem;
}

.how-process-card h2 {
  margin: 0.25rem auto 1.2rem;
  max-width: 26rem;
  font-size: 1.6rem;
}

.how-process-steps {
  display: grid;
  gap: 0.9rem;
}

.how-process-steps article {
  display: grid;
  grid-template-columns: 2.7rem 1fr;
  grid-template-rows: 2.2rem 2rem auto auto;
  column-gap: 0.85rem;
  row-gap: 0.2rem;
  align-items: start;
  align-content: start;
  padding: 0.45rem 0;
}

.how-process-steps span {
  display: grid;
  place-items: center;
  justify-self: center;
  width: 2.2rem;
  height: 2.2rem;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 900;
}

.how-process-steps .process-icon {
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
  margin-top: 0.1rem;
  width: 1.85rem;
  height: 1.85rem;
}

.how-process-steps h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0.15rem 0 0;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.18;
}

.how-process-steps p {
  grid-column: 2;
  grid-row: 2 / span 2;
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.legal-main {
  background: linear-gradient(180deg, #f7fbff 0%, #fff 18rem);
  padding: 1rem 0;
}

.legal-document {
  width: min(100% - 2rem, 58rem);
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: #fff;
  box-shadow: none;
}

.legal-hero {
  margin-bottom: 1rem;
  padding: 1.25rem;
  color: #fff;
  background: linear-gradient(145deg, var(--navy), var(--navy-2));
  border-radius: 0.55rem;
}

.legal-hero h1 {
  margin-bottom: 0.45rem;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.05;
}

.legal-hero p {
  color: #e8f1ff;
}

.legal-document section {
  padding: 1rem 0;
  border-top: 1px solid #e8eef8;
}

.legal-document section:first-of-type {
  border-top: 0;
}

.legal-document h2 {
  margin-bottom: 0.55rem;
  font-size: 1.2rem;
  line-height: 1.2;
}

.legal-document h3 {
  margin: 0.9rem 0 0.35rem;
  font-size: 1rem;
  line-height: 1.2;
}

.legal-document p,
.legal-document li {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

.legal-document p + p {
  margin-top: 0.7rem;
}

.legal-document ul {
  margin: 0.45rem 0 0.75rem 1.25rem;
}

.legal-document a {
  color: var(--ink);
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: #8aa6d5;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.16em;
}

.faq-main {
  background: linear-gradient(180deg, #f7fbff 0%, #fff 22rem);
  padding: 1rem 0 0;
}
.faq-document {
  width: min(100% - 2rem, 58rem);
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: #fff;
  box-shadow: none;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  scroll-margin-top: 5.5rem;
  border: 1px solid #dce6f5;
  border-radius: 0.7rem;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  list-style: none;
  padding: 1rem 3.2rem 1rem 1rem;
  font-size: 1.03rem;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
}

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

.faq-item summary::after,
.faq-item summary::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.1rem;
  width: 0.9rem;
  height: 0.12rem;
  background: var(--blue);
  border-radius: 999px;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.faq-item summary::before {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item[open] summary::before {
  transform: translateY(-50%) rotate(0deg);
}

.faq-answer {
  padding: 1rem;
  border-top: 1px solid #e8eef8;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.faq-answer p,
.faq-answer li {
  max-width: 100%;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

.faq-answer a {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.faq-answer p + p {
  margin-top: 0.7rem;
}

.faq-light-title {
  color: var(--text);
  font-weight: 600;
}

.faq-equipment-photo {
  display: block;
  width: min(100%, 22rem);
  height: auto;
  margin: 1rem auto 0;
  border-radius: 0.5rem;
}

.faq-info-link {
  display: inline-flex;
  align-items: center;
  margin-left: 0.25rem;
  color: var(--blue);
  line-height: 1;
  vertical-align: -0.12em;
}

.faq-inline-info-icon {
  display: inline-block;
  width: 1.16em;
  height: 1.16em;
  margin-right: 0.32rem;
  color: var(--blue);
  vertical-align: -0.2em;
}

.faq-inline-info-icon--tight {
  width: 1em;
  height: 1em;
  margin-right: 0.12rem;
  vertical-align: -0.16em;
}

.faq-inline-info-link {
  color: var(--blue);
  text-decoration: none;
}

.faq-icon-link-group {
  display: inline;
  white-space: normal;
}

.faq-inline-info-icon circle,
.faq-inline-info-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-mission-signature-shield {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0;
  color: var(--blue);
  vertical-align: -0.14em;
}

.faq-mission-signature-shield path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dotted-underline-link {
  color: var(--ink);
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: #8aa6d5;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.16em;
}

.standard-text-link {
  color: var(--ink);
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: #8aa6d5;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.16em;
}

.standard-text-link:hover,
.standard-text-link:focus-visible {
  color: var(--blue);
  text-decoration-color: currentColor;
}

.standard-text-link:focus-visible {
  outline: 2px solid rgba(7, 92, 236, 0.3);
  outline-offset: 2px;
}

.faq-info-icon {
  display: inline-block;
  width: 1.16em;
  height: 1.16em;
  background: currentColor;
  -webkit-mask: url("assets/info.svg") center / contain no-repeat;
  mask: url("assets/info.svg") center / contain no-repeat;
}

.stat-info-link {
  display: inline-flex;
  align-items: center;
  margin-left: 0.18rem;
  color: var(--blue);
  line-height: 1;
  vertical-align: -0.08em;
}

.stat-info-icon {
  display: inline-block;
  width: 0.78rem;
  height: 0.78rem;
  background: currentColor;
  -webkit-mask: url("assets/info.svg") center / contain no-repeat;
  mask: url("assets/info.svg") center / contain no-repeat;
}

.faq-answer ul {
  margin: 0.45rem 0 0.75rem 1.25rem;
}

.faq-answer .faq-resource-cards {
  display: grid;
  gap: 0.62rem;
  margin: 0.65rem 0 0.85rem;
  padding: 0;
  list-style: none;
}

.faq-answer .faq-resource-cards--after-intro {
  margin-top: 1.25rem;
}

.faq-resource-card {
  padding: 0.95rem 1rem;
  border: 1px solid #cfe0f8;
  border-radius: 0.7rem;
  background: #f4f8ff;
}

.faq-resource-card--mission {
  border-color: #b8d0f2;
  border-left-width: 3px;
}

.faq-answer .faq-resource-card__title {
  font-size: 1rem;
  font-weight: 700;
}

.faq-resource-card p {
  margin-top: 0.35rem;
}

.faq-resource-card p:first-child {
  margin-top: 0;
}

.faq-resource-card p + p {
  margin-top: 0.5rem;
}

.faq-resource-card p:nth-of-type(3) {
  margin-top: 0.9rem;
}

.faq-home-sections {
  padding-top: 1.2rem;
}

.conversion-band-static {
  margin: 0 auto 1rem;
  padding-bottom: 0;
}

@media (min-width: 700px) {
  body {
    padding-bottom: 0;
  }

  .menu-toggle,
  .mobile-menu,
  .mobile-menu-backdrop {
    display: none;
  }

  .site-header {
    padding: 0.5rem 2rem;
    gap: 2.25rem;
  }

  .logo-image {
    width: 14.25rem;
  }

  .top-nav {
    display: flex;
    flex: 1;
    justify-content: center;
    gap: 2.2rem;
  }

  .site-header .top-nav a {
    color: #1a2638;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
    transition: color 180ms ease;
  }

  .top-nav a:hover,
  .top-nav a:focus-visible {
    color: var(--blue);
  }

  .site-header .top-nav .book-now-btn {
    color: #078813;
    font-weight: 600;
    box-shadow: none;
  }

  .top-nav .book-now-btn:hover,
  .top-nav .book-now-btn:focus-visible,
  .top-nav a[href="/book/"]:hover,
  .top-nav a[href="/book/"]:focus-visible {
    color: var(--blue);
    box-shadow: none;
  }

  .desktop-break {
    display: inline;
  }

  .header-phone {
    display: inline-flex;
  }

  .city-cta {
    scroll-margin-top: 2rem;
  }

  .hero {
    width: min(100% - 2rem, 72rem);
    min-height: 26.75rem;
    margin: 0 auto;
  }

  .hero-bg {
    overflow: hidden;
  }

  .hero-bg img {
    object-position: 50% 48%;
    filter: brightness(1.16) saturate(1.16) contrast(1.04);
  }

  .hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(3, 12, 28, 0.96),
        rgba(3, 12, 28, 0.78) 24%,
        rgba(3, 12, 28, 0.18) 49%,
        rgba(3, 12, 28, 0) 68%
      ),
      linear-gradient(180deg, rgba(6, 26, 55, 0), rgba(6, 26, 55, 0.08));
  }

  .hero-inner {
    grid-template-columns: 1fr 0.95fr;
    width: min(100%, 74rem);
    margin: 0 auto;
    padding: 2rem 2rem 4.25rem;
  }

  .hero-copy {
    max-width: 36rem;
  }

  .hero h1 {
    max-width: 36rem;
    font-size: 2.7rem;
  }

  .price-shield {
    width: 15.5rem;
  }

  .stars {
    margin-top: 1.08rem;
  }

  .price-note {
    margin-top: 1.1rem;
  }

  .price-note {
    max-width: 8.5rem;
  }

  .conversion-band {
    grid-template-columns: 23.5rem 1fr;
    align-items: stretch;
    width: min(100% - 4rem, 68.5rem);
    margin-top: -1.75rem;
    padding: 0.42rem;
    background: #fff;
    border: 1px solid rgba(155, 189, 255, 0.72);
    border-radius: 0.95rem;
    box-shadow: 0 18px 38px rgba(7, 21, 48, 0.16);
  }

  .booking-card {
    padding-top: 0.58rem;
    padding-bottom: 0.58rem;
    border-radius: 0.7rem;
    border-color: #83aef8;
    background: linear-gradient(180deg, #f8fbff 0%, #eaf3ff 100%);
  }

  .benefit-panel {
    grid-template-columns: repeat(4, 1fr);
    border: 0;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.7rem;
    border-bottom-right-radius: 0.7rem;
    background: #fff;
  }

  .benefit-panel article {
    min-height: auto;
    padding: 0.55rem 0.8rem 0.48rem;
    border-top: 0;
    border-right: 1px solid #d8e3f6;
  }

  .benefit-panel article:last-child {
    border-right: 0;
  }

  .notice-process {
    grid-template-columns: 1.05fr 1fr;
    margin-top: 1rem;
  }

  .process-steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.65rem;
  }

  .process-steps article {
    grid-template-columns: 1.6rem 0.65rem 1.6rem 1fr;
    grid-template-rows: 1.6rem minmax(2.3em, auto) minmax(3.1em, auto);
    column-gap: 0;
    row-gap: 0;
    justify-items: start;
  }

  .process-steps span {
    grid-row: 1;
    justify-self: start;
  }

  .process-steps h3,
  .process-steps p {
    grid-column: 1 / -1;
  }

  .process-icon {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
    margin-top: 0;
    width: 1.6rem;
    height: 1.6rem;
  }

  .process-steps h3 {
    grid-row: 2;
    margin-top: 0.25rem;
    align-self: start;
  }

  .process-steps p {
    grid-row: 3;
    margin-top: 0.35rem;
    align-self: start;
  }

  .about-strip {
    grid-template-columns: 3.7rem 1fr;
    align-items: center;
  }

  .site-footer {
    position: relative;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 2rem max(1rem, calc((100% - 72rem) / 2 + 1rem));
  }

  .site-footer > div:first-child {
    justify-self: start;
  }

  .footer-logo {
    width: 14.375rem;
  }

  .footer-logo-link {
    margin: 0;
    justify-self: start;
  }

  .footer-links {
    grid-template-columns: repeat(2, max-content);
    justify-content: end;
    justify-items: center;
    align-items: center;
    column-gap: 1.15rem;
  }

  .footer-review-link {
    position: absolute;
    left: 50%;
    top: 2.35rem;
    transform: translateX(-50%);
  }

  .footer-legal-group {
    justify-self: end;
    grid-column: 1 / -1;
  }

  .faq-document {
    padding: 1.35rem;
  }

  .faq-item summary {
    padding: 1.1rem 3.6rem 1.1rem 1.15rem;
    font-size: 1.08rem;
  }

  .faq-answer {
    padding: 1.1rem 1.15rem;
  }

  .city-hero {
    padding-top: 2.4rem;
  }

  .city-hero-inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  }

  .city-hero-copy {
    padding: 2rem;
  }

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

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

  .about-hero-copy {
    max-width: none;
  }

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

  .about-hero-copy .city-actions {
    display: flex;
    grid-template-columns: none;
  }

  .about-hero-copy .city-action {
    width: auto;
  }

  .book-main {
    padding: 1rem 0 1.25rem;
  }

  .book-hero {
    grid-template-columns: minmax(0, 1.45fr) minmax(16rem, 0.55fr);
    padding: 1rem 0;
  }

  .book-hero-copy {
    padding: 1.3rem;
    min-height: calc(15.5rem + 1.3rem + 2px);
  }

  .book-hero h1 {
    font-size: 3rem;
  }

  .book-summary-card {
    padding: 0.65rem 0.75rem;
  }

  .book-scheduler-card {
    width: min(calc(100% - 4rem), 68.5rem);
    padding: 0.75rem 1rem;
  }

  .book-scheduler-heading h2 {
    font-size: 2rem;
  }

  .book-scheduler-note {
    white-space: nowrap;
  }

  .book-scheduler-frame iframe {
    min-height: 820px;
  }

  .book-reassurance {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(calc(100% - 4rem), 68.5rem);
  }

  .how-process-card {
    padding: 1.5rem 1.4rem;
  }

  .how-process-card h2 {
    max-width: none;
    margin-bottom: 1.4rem;
    font-size: 2rem;
  }

  .how-process-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }

  .how-process-steps article {
    grid-template-columns: 2.2rem 0.9rem 2.2rem 1fr;
    grid-template-rows: 2.2rem minmax(2.5em, auto) auto;
    column-gap: 0;
    row-gap: 0.2rem;
    padding: 0.25rem 0.2rem;
  }

  .how-process-steps span {
    grid-row: 1;
    justify-self: start;
  }

  .how-process-steps .process-icon {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
    width: 2rem;
    height: 2rem;
  }

  .how-process-steps h3,
  .how-process-steps p {
    grid-column: 1 / -1;
  }

  .how-process-steps h3 {
    grid-row: 2;
    margin-top: 0.55rem;
    font-size: 1.18rem;
  }

  .how-process-steps p {
    grid-row: 3;
    margin-top: 0.45rem;
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .city-hero h1 {
    font-size: 3rem;
  }

  .city-photo-placeholder {
    aspect-ratio: auto;
    min-height: auto;
  }

  .city-photo-image {
    height: 100%;
  }

  .city-content {
    grid-template-columns: 1.08fr 0.92fr;
    align-items: start;
  }

  .city-copy,
  .city-cta,
  .city-links-card {
    grid-column: 1 / -1;
  }

  .city-copy,
  .city-card,
  .city-cta,
  .city-links-card {
    padding: 1.25rem;
  }
}

@media (min-width: 700px) and (max-width: 1023px) {
  .site-header .menu-toggle {
    display: inline-flex;
  }

  .site-header .top-nav,
  .site-header .header-phone {
    display: none;
  }

  body .mobile-menu:not([hidden]) {
    display: flex;
  }

  body .mobile-menu-backdrop:not([hidden]) {
    display: block;
  }
}

@media (min-width: 1100px) {
  .site-header {
    padding-left: max(2rem, calc((100% - 70rem) / 2));
    padding-right: max(2rem, calc((100% - 70rem) / 2));
  }

  .logo-image {
    width: 19.5rem;
  }

  .top-nav {
    gap: 2.5rem;
  }

  .hero h1 {
    max-width: 38rem;
    font-size: 2.7rem;
  }

  .book-hero-copy {
    padding: 2rem;
    min-height: calc(18.2rem + 1.3rem + 2px);
  }

  .desktop-title-tail {
    display: block;
  }

  .hero-copy p {
    font-size: 1.22rem;
  }

  .price-shield {
    width: 18.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .top-nav a {
    transition: none;
  }
}

html.is-chromium-mac .price-stack {
  gap: 0.82rem;
}

html.is-chromium-mac .price-shield-content {
  inset: 16.2% 10.75% 15.3%;
  justify-content: center;
  gap: 0.34rem;
  padding-top: 0;
}

html.is-chromium-mac .price-label,
html.is-chromium-mac .stars,
html.is-chromium-mac .price-note {
  margin-top: 0;
}

html.is-chromium-mac .price {
  font-size: 3.16rem;
  line-height: 0.94;
}

html.is-chromium-mac .price-label {
  font-size: 1.54rem;
  line-height: 1;
}

html.is-chromium-mac .stars {
  margin-top: 0.42rem;
  font-size: 1.02rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

html.is-chromium-mac .price-note {
  margin-top: 0.9rem;
  font-size: 0.73rem;
  line-height: 1.18;
}

/* Booking modal */
body.booking-modal-open {
  overflow: hidden;
}

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

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.booking-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 12, 28, 0.58);
  opacity: 0;
  backdrop-filter: blur(7px);
  transition: opacity 220ms ease;
}

.booking-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 58rem);
  max-height: min(88vh, 48rem);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1rem;
  border: 1px solid rgba(217, 228, 244, 0.92);
  border-radius: 1.1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 30px 75px rgba(7, 21, 48, 0.28);
  opacity: 0;
  transform: translateY(1rem) scale(0.985);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
  outline: none;
}

.booking-modal.is-open .booking-modal__backdrop,
.booking-modal.is-open .booking-modal__panel {
  opacity: 1;
}

.booking-modal.is-open .booking-modal__panel {
  transform: translateY(0) scale(1);
}

.booking-modal__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid #dce7f6;
  border-radius: 999px;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 10px 24px rgba(7, 21, 48, 0.12);
  cursor: pointer;
}

.booking-modal__close span {
  position: absolute;
  width: 1rem;
  height: 0.12rem;
  border-radius: 999px;
  background: currentColor;
}

.booking-modal__close span:first-child {
  transform: rotate(45deg);
}

.booking-modal__close span:last-child {
  transform: rotate(-45deg);
}

.booking-modal__header {
  padding: 1rem 2.7rem 1rem 0.35rem;
}

.booking-modal__eyebrow {
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-modal__header h2 {
  margin-top: 0.25rem;
  color: var(--navy);
  font-size: clamp(1.7rem, 8vw, 2.45rem);
  line-height: 1.04;
}

.booking-modal__header p:last-child {
  max-width: 42rem;
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.booking-modal__content {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
  max-width: 100%;
}

.booking-modal__placeholder {
  display: grid;
  gap: 1rem;
  align-items: center;
  justify-items: center;
  min-height: 14rem;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 1.25rem;
  border: 1px solid #e2ebf7;
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 35px rgba(7, 21, 48, 0.08);
  text-align: center;
}

.booking-modal__placeholder[data-booking-loaded="true"] {
  gap: 0;
  align-items: stretch;
  justify-items: stretch;
  padding: 0.4rem;
}

.booking-modal__acuity-iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 760px;
  box-sizing: border-box;
  border: 0;
}

.booking-modal__placeholder[data-booking-loaded="true"] .booking-modal__acuity-iframe {
  border-radius: 0.65rem;
}

.booking-modal__acuity-iframe[hidden] {
  display: none;
}

.booking-modal__fallback {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  width: min(100%, 28rem);
}

.booking-modal__fallback[hidden] {
  display: none;
}

.booking-modal__loading[hidden] {
  display: none;
}

.booking-modal__fallback-title,
.booking-modal__fallback-text {
  margin: 0;
  max-width: 28rem;
}

.booking-modal__fallback-title {
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.booking-modal__fallback-text {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.booking-modal__fallback-note {
  margin: 0;
  max-width: 28rem;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
  text-align: center;
}

.booking-modal__mobile-break {
  display: none;
}

.booking-modal__fallback-actions {
  display: grid;
  gap: 0.65rem;
  width: min(100%, 23rem);
  margin-top: 0.25rem;
}

.booking-modal__fallback-action {
  min-width: 0;
  min-height: 3rem;
  padding: 0.78rem 1rem;
  font-size: clamp(0.98rem, 4vw, 1.08rem);
  overflow-wrap: anywhere;
}

.booking-modal__fallback-action--phone {
  font-size: clamp(1.06rem, 4.4vw, 1.16rem);
}

.booking-modal__fallback-action .footer-phone-mark,
.booking-modal__fallback-action .footer-email-mark {
  width: 1.28rem;
  height: 1.28rem;
}

.booking-modal__fallback-action .footer-email-mark {
  width: 1.38rem;
  height: 1.38rem;
}

@keyframes booking-modal-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.booking-modal__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1rem;
  text-align: center;
}

.booking-modal__loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.booking-modal__spinner {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid rgba(7, 92, 236, 0.2);
  border-top-color: var(--blue);
  border-radius: 50%;
  animation: booking-modal-spinner 0.8s linear infinite;
}

.booking-modal__loading-text {
  margin: 0;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 759px) {
  .booking-modal:not(.priority-modal) {
    padding: 0.55rem;
  }

  .booking-modal:not(.priority-modal) .booking-modal__panel:not(.priority-modal__panel) {
    display: flex;
    flex-direction: column;
    height: min(88vh, calc(100vh - 1.1rem));
    max-height: calc(100vh - 1.1rem);
    padding: 0.85rem;
  }

  .booking-modal:not(.priority-modal) .booking-modal__header {
    flex: 0 0 auto;
    padding: 0.85rem 2.65rem 0.85rem 0.25rem;
  }

  .booking-modal:not(.priority-modal) .booking-modal__content {
    flex: 1 1 auto;
    min-height: 0;
  }

  .booking-modal:not(.priority-modal) .booking-modal__placeholder {
    min-height: 100%;
    padding: 1rem;
  }

  .booking-modal:not(.priority-modal) .booking-modal__placeholder[data-booking-loaded="true"] {
    padding: 0.25rem;
  }

  .booking-modal__mobile-break {
    display: block;
  }

  @supports (height: 100dvh) {
    .booking-modal:not(.priority-modal) .booking-modal__panel:not(.priority-modal__panel) {
      height: min(88dvh, calc(100dvh - 1.1rem));
      max-height: calc(100dvh - 1.1rem);
    }
  }
}

@media (min-width: 760px) {
  .booking-modal {
    padding: 2rem;
  }

  .booking-modal__panel {
    padding: 1.35rem;
    border-radius: 1.25rem;
  }

  .booking-modal__placeholder {
    gap: 1.2rem;
    padding: 1.75rem;
  }

  .booking-modal__placeholder[data-booking-loaded="true"] {
    gap: 0;
    padding: 0.4rem;
  }

  .booking-modal__fallback-actions {
    width: min(100%, 24rem);
  }

  .booking-modal__spinner {
    width: 1.75rem;
    height: 1.75rem;
    border-width: 2.5px;
  }

  .booking-modal__loading-text {
    font-size: 1.02rem;
  }

  .booking-modal__header {
    padding: 1.2rem 3.1rem 1.35rem 0.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .booking-modal__backdrop,
  .booking-modal__panel {
    transition: none;
  }

  .booking-modal__spinner {
    animation: none;
  }
}
