:root {
  --ink: #172025;
  --muted: #647178;
  --paper: #fffaf1;
  --white: #ffffff;
  --aqua: #00aebd;
  --aqua-dark: #007989;
  --red: #d51d25;
  --red-dark: #9d1117;
  --sun: #ffc857;
  --line: rgba(23, 32, 37, 0.14);
  --shadow: 0 24px 70px rgba(23, 32, 37, 0.18);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Nunito Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

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

button {
  cursor: pointer;
}

.scroll-meter {
  position: fixed;
  inset: 0 auto auto 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--aqua), var(--sun));
  z-index: 100;
}

.site-header {
  position: fixed;
  z-index: 90;
  top: 18px;
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  width: min(calc(100% - 32px), var(--max));
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 50px rgba(23, 32, 37, 0.12);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: top 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled {
  top: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 42px rgba(23, 32, 37, 0.18);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-family: Archivo, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--red-dark);
  letter-spacing: 0;
}

.brand img {
  width: 58px;
  height: 52px;
  object-fit: contain;
}

.brand span {
  white-space: nowrap;
  font-size: 0.85rem;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 8px;
  color: rgba(23, 32, 37, 0.78);
  font-weight: 800;
  font-size: 0.92rem;
  transition: background 180ms ease, color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(0, 174, 189, 0.12);
  color: var(--aqua-dark);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1;
}

.header-cta {
  padding: 0 16px;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 12px 28px rgba(213, 29, 37, 0.28);
}

.header-cta svg,
.button svg,
.floating-call svg,
.trust-strip svg,
.contact-list svg,
.slider-btn svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
  flex: 0 0 auto;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  min-height: 92svh;
  padding: 146px max(24px, calc((100vw - var(--max)) / 2)) 74px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  align-items: end;
  gap: 42px;
  overflow: hidden;
  color: var(--white);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #172025;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 17, 22, 0.86) 0%, rgba(9, 17, 22, 0.6) 45%, rgba(9, 17, 22, 0.18) 100%),
    linear-gradient(0deg, rgba(23, 32, 37, 0.88) 0%, rgba(23, 32, 37, 0.2) 42%);
}

.hero-content {
  max-width: 760px;
  padding-bottom: 32px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--aqua);
  font-family: Archivo, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.82rem;
}

.hero h1,
.section h2,
.visual-band h2 {
  margin: 0;
  font-family: Archivo, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 0.96;
}

.hero h1 {
  max-width: 790px;
  font-size: clamp(3.2rem, 8vw, 7.8rem);
  text-wrap: balance;
}

.hero-copy {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.22rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-proof span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.86rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.button {
  padding: 0 20px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.label-mobile {
  display: none;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 18px 38px rgba(213, 29, 37, 0.32);
}

.button.secondary {
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 18px 38px rgba(23, 32, 37, 0.12);
}

.button.mini {
  min-height: 40px;
  padding: 0 14px;
  color: var(--white);
  background: var(--ink);
}

.hero-booking {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.hero-booking-head {
  display: grid;
  gap: 7px;
}

.hero-booking-head span {
  width: fit-content;
  padding: 7px 9px;
  border-radius: 8px;
  color: var(--red-dark);
  background: rgba(213, 29, 37, 0.09);
  font-family: Archivo, Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-booking-head strong {
  display: block;
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.55rem;
  line-height: 1;
}

.hero-booking-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.quick-field-grid {
  display: grid;
  gap: 12px;
}

.quick-field-grid label {
  gap: 6px;
  font-size: 0.84rem;
}

.quick-field-grid input,
.quick-field-grid select {
  min-height: 44px;
  padding: 10px 12px;
}

.hero-booking-submit {
  width: 100%;
  min-height: 50px;
}

.hero-booking small {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
}

.trust-strip {
  width: min(calc(100% - 32px), var(--max));
  margin: -32px auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: 0 18px 54px rgba(23, 32, 37, 0.1);
}

.trust-strip div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 82px;
  padding: 18px;
  background: var(--white);
  font-weight: 900;
}

.trust-strip svg {
  color: var(--red);
}

.route-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.95), rgba(255, 255, 255, 0.9)),
    repeating-linear-gradient(90deg, rgba(23, 32, 37, 0.05) 0 1px, transparent 1px 64px);
}

.route-copy p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.route-card-grid {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.route-area-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 4px 14px;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(23, 32, 37, 0.08);
}

.route-area-card span {
  grid-row: span 2;
  color: var(--red);
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
}

.route-area-card h3 {
  margin: 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.04rem;
}

.route-area-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.98rem;
}

.map-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 174, 189, 0.16), rgba(213, 29, 37, 0.1)),
    #fffdf9;
  box-shadow: var(--shadow);
}

.map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23, 32, 37, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 32, 37, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2));
}

.map-route {
  position: absolute;
  inset: 38px 28px 118px;
  width: calc(100% - 56px);
  height: calc(100% - 156px);
}

.route-path {
  fill: none;
  stroke: var(--aqua-dark);
  stroke-width: 12;
  stroke-linecap: round;
  stroke-dasharray: 22 18;
  opacity: 0.52;
}

.route-path-alt {
  stroke: var(--red);
  opacity: 0.26;
}

.map-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 28px;
  height: 28px;
  border: 4px solid var(--white);
  border-radius: 999px;
  background: var(--aqua);
  box-shadow: 0 12px 28px rgba(23, 32, 37, 0.22);
  transform: translate(-50%, -50%);
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: -13px;
  border: 2px solid rgba(0, 174, 189, 0.22);
  border-radius: inherit;
}

.map-pin.active {
  background: var(--red);
}

.map-pin.active::after {
  border-color: rgba(213, 29, 37, 0.32);
}

.map-pin span {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  min-width: 124px;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  opacity: 0;
  transform: translate(-50%, 5px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.map-pin:hover span,
.map-pin.active span {
  opacity: 1;
  transform: translate(-50%, 0);
}

.map-van {
  position: absolute;
  left: 47%;
  top: 46%;
  width: 152px;
  height: 92px;
  border-radius: 8px;
  background: transparent;
  box-shadow: 0 18px 42px rgba(23, 32, 37, 0.18);
  transform: translate(-50%, -50%) rotate(-4deg);
}

.van-body {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 106px;
  height: 52px;
  border: 3px solid #161b1f;
  border-radius: 8px 6px 6px 8px;
  background: linear-gradient(135deg, var(--red), #a90e15);
}

.van-body::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  width: 24px;
  height: 22px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.94);
}

.van-body::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 42%, var(--white) 0 16%, transparent 17%),
    radial-gradient(circle at 36% 57%, var(--white) 0 14%, transparent 15%),
    radial-gradient(circle at 64% 57%, var(--white) 0 14%, transparent 15%),
    radial-gradient(circle at 50% 70%, var(--white) 0 22%, transparent 23%);
}

.van-body span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #161b1f;
}

.van-body span:first-child {
  left: 46px;
}

.van-body span:last-child {
  left: 72px;
}

.van-cab {
  position: absolute;
  right: 8px;
  top: 25px;
  width: 38px;
  height: 45px;
  border: 3px solid #161b1f;
  border-left: 0;
  border-radius: 0 9px 7px 0;
  background: linear-gradient(135deg, #f03b42, var(--red-dark));
}

.van-cab::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 7px;
  width: 16px;
  height: 14px;
  border-radius: 3px;
  background: var(--white);
}

.van-wheel {
  position: absolute;
  bottom: 9px;
  width: 19px;
  height: 19px;
  border: 4px solid #161b1f;
  border-radius: 999px;
  background: var(--white);
}

.van-wheel.one {
  left: 34px;
}

.van-wheel.two {
  right: 24px;
}

.map-van strong {
  position: absolute;
  left: 34px;
  top: 39px;
  color: var(--white);
  font-family: Archivo, Arial, sans-serif;
  font-size: 0.86rem;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}

.route-metrics {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.route-metrics span {
  min-height: 86px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
  font-weight: 900;
  line-height: 1.35;
}

.route-metrics strong {
  display: block;
  color: var(--red-dark);
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.15rem;
}

.visit-section {
  position: relative;
  overflow: hidden;
  grid-template-columns: 0.92fr 1.08fr;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 82% 18%, rgba(0, 174, 189, 0.2), transparent 32%),
    linear-gradient(90deg, rgba(213, 29, 37, 0.08), transparent 42%);
}

.visit-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23, 32, 37, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 32, 37, 0.045) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.75), transparent);
  pointer-events: none;
}

.visit-copy,
.visit-dashboard {
  position: relative;
  z-index: 1;
}

.visit-steps {
  display: grid;
  gap: 12px;
  margin: 28px 0 22px;
}

.visit-steps article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 4px 14px;
  padding: 16px 18px;
  border: 1px solid rgba(23, 32, 37, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 42px rgba(23, 32, 37, 0.07);
}

.visit-steps article span {
  grid-row: span 2;
  color: var(--red);
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 900;
}

.visit-steps article strong {
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.08rem;
}

.visit-steps article p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.48;
}

.route-book {
  width: fit-content;
}

.dashboard-shell {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(23, 32, 37, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 241, 0.86)),
    linear-gradient(135deg, rgba(0, 174, 189, 0.13), rgba(213, 29, 37, 0.12));
  box-shadow: var(--shadow);
}

.dashboard-shell::before {
  content: "";
  position: absolute;
  inset: 76px 0 auto;
  height: 270px;
  background:
    repeating-linear-gradient(0deg, transparent 0 48px, rgba(23, 32, 37, 0.06) 49px 50px),
    repeating-linear-gradient(90deg, transparent 0 66px, rgba(23, 32, 37, 0.06) 67px 68px);
  opacity: 0.72;
}

.dashboard-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
}

.live-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--aqua);
  box-shadow: 0 0 0 7px rgba(0, 174, 189, 0.18);
}

.dashboard-top strong {
  font-family: Archivo, Arial, sans-serif;
}

.dashboard-top em {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.68);
  font-style: normal;
  font-weight: 900;
}

.drive-lane {
  position: relative;
  z-index: 1;
  height: 250px;
  margin: 26px 0 18px;
  border: 1px solid rgba(23, 32, 37, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 24%, rgba(0, 174, 189, 0.14), transparent 26%),
    radial-gradient(circle at 84% 74%, rgba(213, 29, 37, 0.12), transparent 28%),
    rgba(255, 255, 255, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.lane-line,
.lane-progress {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 52%;
  height: 16px;
  border-radius: 999px;
}

.lane-line {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0 20px, rgba(255, 255, 255, 0.34) 20px 34px),
    linear-gradient(90deg, rgba(23, 32, 37, 0.28), rgba(23, 32, 37, 0.18));
  box-shadow:
    0 18px 38px rgba(0, 121, 137, 0.14),
    inset 0 0 0 1px rgba(23, 32, 37, 0.08);
}

.lane-progress {
  right: auto;
  width: 0;
  background: linear-gradient(90deg, var(--aqua-dark), var(--aqua), var(--red));
  box-shadow: 0 10px 28px rgba(0, 121, 137, 0.22);
  animation: routeProgress 7s ease-in-out infinite;
}

.lane-progress::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--sun);
  box-shadow: 0 0 0 8px rgba(255, 200, 87, 0.18);
  transform: translateY(-50%);
}

.lane-point {
  position: absolute;
  top: 52%;
  width: 30px;
  height: 30px;
  border: 5px solid var(--white);
  border-radius: 999px;
  background: var(--aqua);
  box-shadow: 0 12px 26px rgba(23, 32, 37, 0.2);
  transform: translate(-50%, -34%);
}

.lane-point::before {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 11px);
  min-width: 86px;
  padding: 7px 9px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(23, 32, 37, 0.86);
  font-size: 0.74rem;
  font-weight: 900;
  text-align: center;
  transform: translateX(-50%);
}

.lane-point::after {
  content: "";
  position: absolute;
  inset: -16px;
  border: 2px solid rgba(0, 174, 189, 0.26);
  border-radius: inherit;
}

.lane-point.start {
  left: 9%;
}

.lane-point.start::before {
  content: "Confirm";
}

.lane-point.middle {
  left: 50%;
}

.lane-point.middle::before {
  content: "En route";
}

.lane-point.end {
  left: 91%;
  background: var(--red);
}

.lane-point.end::before {
  content: "Driveway";
}

.moving-van {
  position: absolute;
  left: 9%;
  top: 52%;
  width: 160px;
  height: 92px;
  transform: translate(-50%, -96%);
  animation: routeDrive 7s ease-in-out infinite;
}

.mini-van-body {
  position: absolute;
  left: 14px;
  top: 19px;
  width: 110px;
  height: 52px;
  border: 3px solid #161b1f;
  border-radius: 8px 6px 6px 8px;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
}

.mini-van-body::before {
  content: "BTB";
  position: absolute;
  left: 14px;
  top: 16px;
  color: var(--white);
  font-family: Archivo, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
}

.mini-van-body::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 14px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--white);
  box-shadow: -26px 0 0 rgba(255, 255, 255, 0.95);
}

.mini-van-cab {
  position: absolute;
  right: 12px;
  top: 27px;
  width: 38px;
  height: 44px;
  border: 3px solid #161b1f;
  border-left: 0;
  border-radius: 0 9px 7px 0;
  background: linear-gradient(135deg, #f03b42, var(--red-dark));
}

.mini-van-cab::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 7px;
  width: 16px;
  height: 13px;
  border-radius: 3px;
  background: var(--white);
}

.mini-wheel {
  position: absolute;
  bottom: 8px;
  width: 20px;
  height: 20px;
  border: 4px solid #161b1f;
  border-radius: 999px;
  background: var(--white);
}

.mini-wheel.one {
  left: 31px;
}

.mini-wheel.two {
  right: 26px;
}

@keyframes routeProgress {
  0%, 8% {
    width: 0;
  }
  46% {
    width: 41%;
  }
  82%, 100% {
    width: 82%;
  }
}

@keyframes routeDrive {
  0%, 8% {
    left: 9%;
    transform: translate(-50%, -96%) rotate(-2deg);
  }
  46% {
    left: 50%;
    transform: translate(-50%, -106%) rotate(1deg);
  }
  82%, 100% {
    left: 91%;
    transform: translate(-50%, -96%) rotate(3deg);
  }
}

.appointment-preview {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.appointment-preview div {
  min-height: 116px;
  padding: 16px;
  border: 1px solid rgba(23, 32, 37, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.appointment-preview span,
.visit-checklist span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.appointment-preview strong {
  display: block;
  margin-top: 8px;
  color: var(--red-dark);
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.25;
}

.visit-checklist {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  padding: 18px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), #24343b);
}

.visit-checklist span {
  color: var(--sun);
}

.visit-checklist ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.visit-checklist li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.45;
}

.visit-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--aqua);
  box-shadow: 0 0 0 5px rgba(0, 174, 189, 0.18);
}

.section {
  scroll-margin-top: 108px;
  padding: 96px max(24px, calc((100vw - var(--max)) / 2));
}

.section-heading,
.section-copy {
  max-width: 720px;
  margin-bottom: 34px;
}

.section h2,
.visual-band h2 {
  font-size: clamp(2.2rem, 4.4vw, 4.5rem);
  text-wrap: balance;
}

.section-heading > p:last-child,
.section-copy + p,
.visual-band p,
.booking-info p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  align-items: start;
}

.intro-grid {
  display: grid;
  gap: 16px;
}

.feature-tile,
.service-card,
.review-card,
.booking-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(23, 32, 37, 0.08);
}

.feature-tile {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 10px 18px;
  padding: 24px;
}

.feature-tile span {
  grid-row: span 2;
  color: var(--red);
  font-family: Archivo, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.feature-tile h3,
.service-card h3 {
  margin: 0;
  font-family: Archivo, Arial, sans-serif;
}

.feature-tile p,
.service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.services {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.66)),
    repeating-linear-gradient(135deg, rgba(0, 174, 189, 0.08) 0 2px, transparent 2px 18px);
}

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

.service-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: start;
  min-height: 300px;
  padding: 24px;
  text-align: left;
  color: var(--ink);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 112px;
  height: 84px;
  border-radius: 0 8px 0 100%;
  background:
    radial-gradient(circle at 74% 28%, rgba(255, 200, 87, 0.55) 0 13px, transparent 14px),
    linear-gradient(135deg, rgba(0, 174, 189, 0.16), rgba(213, 29, 37, 0.1));
  opacity: 0.9;
  pointer-events: none;
}

.service-card:hover,
.service-card:focus-visible,
.service-card.active {
  transform: translateY(-5px);
  border-color: rgba(0, 174, 189, 0.55);
  box-shadow: 0 24px 70px rgba(0, 121, 137, 0.15);
}

.service-card.active::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 34px;
  height: 6px;
  border-radius: 999px;
  background: var(--red);
}

.service-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin-bottom: 24px;
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(135deg, var(--red), var(--sun), var(--aqua)) border-box;
  border: 2px solid transparent;
  box-shadow:
    0 16px 36px rgba(0, 121, 137, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.78);
}

.service-icon::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(213, 29, 37, 0.92), rgba(0, 174, 189, 0.94));
}

.service-icon::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 9px;
  width: 22px;
  height: 8px;
  border: solid var(--sun);
  border-width: 0 0 3px;
  border-radius: 0 0 999px 999px;
  opacity: 0.95;
}

.service-icon svg {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  fill: currentColor;
  color: var(--white);
  filter: drop-shadow(0 2px 0 rgba(23, 32, 37, 0.18));
}

.service-best {
  width: fit-content;
  margin: 10px 0 12px;
  padding: 7px 9px;
  border-radius: 8px;
  color: var(--aqua-dark);
  background: rgba(0, 174, 189, 0.12);
  font-size: 0.78rem;
  font-weight: 900;
}

.service-card:hover .service-icon,
.service-card:focus-visible .service-icon,
.service-card.active .service-icon {
  box-shadow:
    0 20px 46px rgba(213, 29, 37, 0.16),
    0 12px 34px rgba(0, 121, 137, 0.16);
}

.service-card.active .service-icon::before {
  background:
    linear-gradient(135deg, var(--red), var(--aqua-dark));
}

.service-card strong {
  display: block;
  align-self: end;
  margin-top: 22px;
  color: var(--red-dark);
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.18rem;
}

label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--ink);
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fffdf9;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--aqua);
  box-shadow: 0 0 0 4px rgba(0, 174, 189, 0.13);
}

.visual-band {
  padding: 86px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--white);
}

.van-story {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 44px;
  align-items: center;
}

.van-story img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.text-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--red-dark);
  font-weight: 900;
  border-bottom: 2px solid currentColor;
}

.gallery-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 250, 241, 0.95)),
    radial-gradient(circle at 12% 8%, rgba(0, 174, 189, 0.14), transparent 30%),
    radial-gradient(circle at 88% 22%, rgba(213, 29, 37, 0.1), transparent 28%);
}

.gallery-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23, 32, 37, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 32, 37, 0.045) 1px, transparent 1px);
  background-size: 82px 82px;
  pointer-events: none;
}

.gallery-header,
.gallery-panel {
  position: relative;
  z-index: 1;
}

.gallery-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.gallery-header h2 {
  max-width: 780px;
  margin: 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: clamp(2.25rem, 4.6vw, 4.8rem);
  line-height: 0.98;
  text-wrap: balance;
}

.gallery-tabs {
  display: flex;
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(23, 32, 37, 0.08);
}

.gallery-tabs button {
  min-height: 42px;
  padding: 0 15px;
  border: 0;
  border-radius: 8px;
  color: var(--ink);
  background: transparent;
  font-weight: 900;
}

.gallery-tabs button.active {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 12px 26px rgba(213, 29, 37, 0.22);
}

.gallery-panel {
  display: none;
}

.gallery-panel.active {
  display: block;
}

.gallery-slider {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 50px;
  gap: 14px;
  align-items: center;
  justify-content: center;
  max-width: 1120px;
  margin-inline: auto;
}

.gallery-stage {
  position: relative;
  width: 100%;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(23, 32, 37, 0.88), rgba(0, 121, 137, 0.68)),
    var(--ink);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.gallery-track {
  display: flex;
  gap: 14px;
  padding: 14px;
  transition: transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.gallery-slide {
  position: relative;
  flex: 0 0 calc((100% - 28px) / 3);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 0 18px 48px rgba(23, 32, 37, 0.16);
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.gallery-slide.active {
  transform: none;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease, filter 300ms ease;
}

.gallery-slide:hover,
.gallery-slide:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(23, 32, 37, 0.2);
}

.gallery-slide:hover img,
.gallery-slide:focus-visible img {
  filter: saturate(1.05);
  transform: scale(1.035);
}

.gallery-slide span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 3;
  padding: 10px 13px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(23, 32, 37, 0.76);
  font-size: 0.88rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.gallery-arrow {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(23, 32, 37, 0.1);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  color: var(--red-dark);
  background: var(--white);
  transform: translateY(-2px);
}

.gallery-arrow svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.gallery-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.gallery-dots button {
  width: 34px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(23, 32, 37, 0.22);
  transition: width 180ms ease, background 180ms ease;
}

.gallery-dots button.active {
  width: 64px;
  background: var(--red);
}

.rainbow-slider .gallery-stage {
  min-height: 0;
  background:
    linear-gradient(135deg, rgba(213, 29, 37, 0.16), rgba(255, 200, 87, 0.14), rgba(0, 174, 189, 0.14)),
    rgba(255, 255, 255, 0.76);
}

.rainbow-slider .gallery-slide {
  flex-basis: calc((100% - 28px) / 3);
  border-radius: 8px;
}

.rainbow-slider .rainbow-card {
  min-height: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  grid-auto-rows: 245px;
  gap: 14px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 0 18px 48px rgba(23, 32, 37, 0.13);
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease, opacity 180ms ease;
}

.gallery-item span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(23, 32, 37, 0.78);
  font-size: 0.82rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.05);
  opacity: 0.88;
}

.rainbow-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)),
    linear-gradient(90deg, rgba(213, 29, 37, 0.14), rgba(255, 200, 87, 0.18), rgba(0, 174, 189, 0.16));
  box-shadow: 0 18px 44px rgba(23, 32, 37, 0.08);
}

.rainbow-intro span {
  color: var(--red-dark);
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.28rem;
  font-weight: 900;
}

.rainbow-intro p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.rainbow-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.rainbow-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(23, 32, 37, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(23, 32, 37, 0.88)),
    linear-gradient(135deg, #d51d25 0%, #ffc857 35%, #00aebd 72%, #ffffff 100%);
  box-shadow: 0 24px 64px rgba(23, 32, 37, 0.14);
  color: var(--white);
}

.rainbow-card::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto;
  height: 130px;
  border: 16px solid rgba(255, 255, 255, 0.58);
  border-bottom: 0;
  border-radius: 180px 180px 0 0;
  opacity: 0.72;
}

.rainbow-card::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 32px;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.88) 0 16%, transparent 17%),
    radial-gradient(circle at 36% 57%, rgba(255, 255, 255, 0.88) 0 14%, transparent 15%),
    radial-gradient(circle at 64% 57%, rgba(255, 255, 255, 0.88) 0 14%, transparent 15%),
    radial-gradient(circle at 50% 70%, rgba(255, 255, 255, 0.88) 0 22%, transparent 23%);
  opacity: 0.85;
}

.rainbow-mark {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

.rainbow-mark span {
  position: absolute;
  inset: 16px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 42%, var(--white) 0 16%, transparent 17%),
    radial-gradient(circle at 36% 57%, var(--white) 0 14%, transparent 15%),
    radial-gradient(circle at 64% 57%, var(--white) 0 14%, transparent 15%),
    radial-gradient(circle at 50% 70%, var(--white) 0 22%, transparent 23%);
}

.rainbow-card h3,
.rainbow-card p {
  position: relative;
  z-index: 1;
}

.rainbow-card h3 {
  margin: 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.58rem;
}

.rainbow-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.reviews {
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 250, 241, 0.8)),
    linear-gradient(90deg, rgba(213, 29, 37, 0.08), rgba(0, 174, 189, 0.09));
}

.reviews .section-heading {
  margin-inline: auto;
}

.review-shell {
  display: grid;
  grid-template-columns: 54px minmax(0, 760px) 54px;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.slider-btn {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  transition: transform 180ms ease;
}

.slider-btn:hover,
.slider-btn:focus-visible {
  transform: translateY(-2px);
}

.review-card {
  min-height: 250px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 38px;
}

.review-card p {
  margin: 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.2;
}

.review-card strong {
  color: var(--red-dark);
}

.review-card span {
  color: var(--muted);
  font-weight: 900;
}

.review-experience {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) 270px;
  gap: 18px;
  align-items: stretch;
  text-align: left;
}

.review-summary,
.review-feature-card,
.rail-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 58px rgba(23, 32, 37, 0.1);
}

.review-summary {
  display: grid;
  align-content: space-between;
  gap: 28px;
  min-height: 380px;
  padding: 24px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(23, 32, 37, 0.96), rgba(0, 121, 137, 0.92));
}

.review-summary > span {
  color: var(--sun);
  font-family: Archivo, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.review-summary > strong {
  font-family: Archivo, Arial, sans-serif;
  font-size: clamp(1.35rem, 1.6vw, 1.86rem);
  line-height: 1.12;
}

.review-mini-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.review-mini-stats div {
  min-height: 88px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.review-mini-stats b {
  display: block;
  color: var(--sun);
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.55rem;
}

.review-mini-stats small {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 900;
}

.review-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  gap: 12px;
  align-items: center;
}

.review-feature-card {
  min-height: 380px;
  display: grid;
  align-content: center;
  gap: 22px;
  padding: clamp(26px, 3vw, 42px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 241, 0.92));
}

.review-feature-card p {
  margin: 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: clamp(1.35rem, 2vw, 2.18rem);
  line-height: 1.16;
}

.review-author strong {
  display: block;
  color: var(--red-dark);
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.16rem;
}

.review-author span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-weight: 900;
}

.review-arrow {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(23, 32, 37, 0.08);
  transition: transform 180ms ease, background 180ms ease;
}

.review-arrow:hover,
.review-arrow:focus-visible {
  transform: translateY(-2px);
  background: rgba(0, 174, 189, 0.1);
}

.review-arrow svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.review-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.review-dots button {
  width: 32px;
  height: 7px;
  border: 0;
  border-radius: 999px;
  background: rgba(23, 32, 37, 0.2);
  transition: width 180ms ease, background 180ms ease;
}

.review-dots button.active {
  width: 58px;
  background: var(--red);
}

.review-rail {
  display: grid;
  gap: 12px;
}

.rail-card {
  display: grid;
  gap: 7px;
  min-height: 116px;
  padding: 16px;
  text-align: left;
  background: rgba(255, 255, 255, 0.84);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.rail-card:hover,
.rail-card:focus-visible,
.rail-card.active {
  transform: translateY(-3px);
  border-color: rgba(213, 29, 37, 0.44);
  background: var(--white);
}

.rail-card span {
  color: var(--sun);
}

.rail-card strong {
  color: var(--red-dark);
  font-family: Archivo, Arial, sans-serif;
}

.rail-card small {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
}

.google-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: left;
}

.google-review-card {
  display: grid;
  align-content: space-between;
  gap: 22px;
  min-height: 330px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 58px rgba(23, 32, 37, 0.1);
}

.google-review-card.feature-review {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(23, 32, 37, 0.96), rgba(0, 121, 137, 0.9));
  transform: translateY(-16px);
}

.stars {
  color: var(--sun);
  font-size: 1.1rem;
  letter-spacing: 0;
}

.google-review-card p {
  margin: 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: clamp(1.28rem, 1.6vw, 1.74rem);
  line-height: 1.22;
}

.google-review-card strong {
  display: block;
  color: var(--red-dark);
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.05rem;
}

.google-review-card.feature-review strong {
  color: var(--sun);
}

.google-review-card span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-weight: 900;
}

.google-review-card.feature-review span {
  color: rgba(255, 255, 255, 0.68);
}

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

.reviews {
  position: relative;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 110px;
  text-align: left;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.94), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 14% 22%, rgba(213, 29, 37, 0.13), transparent 30%),
    radial-gradient(circle at 86% 20%, rgba(0, 174, 189, 0.16), transparent 32%);
}

.reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23, 32, 37, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 32, 37, 0.045) 1px, transparent 1px);
  background-size: 88px 88px;
  pointer-events: none;
}

.reviews-inner {
  position: relative;
  z-index: 1;
}

.reviews-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.reviews-topline h2 {
  max-width: 780px;
  margin: 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.98;
  text-wrap: balance;
}

.rating-badge {
  display: grid;
  gap: 8px;
  min-height: 126px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), #24424a);
  box-shadow: 0 20px 58px rgba(23, 32, 37, 0.14);
}

.rating-badge span {
  color: var(--sun);
  font-size: 1.08rem;
}

.rating-badge strong {
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.15rem;
  line-height: 1.2;
}

.review-board {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr 54px;
  gap: 14px;
  align-items: center;
}

.review-card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.review-box {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 16px;
  min-height: 340px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 62px rgba(23, 32, 37, 0.1);
  transition: transform 260ms ease, background 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
  cursor: pointer;
}

.review-box::after {
  content: "";
  position: absolute;
  inset: auto 22px 18px auto;
  width: 44px;
  height: 6px;
  border-radius: 999px;
  background: rgba(23, 32, 37, 0.12);
}

.review-box.active {
  color: var(--white);
  border-color: rgba(0, 174, 189, 0.4);
  background: linear-gradient(135deg, rgba(23, 32, 37, 0.97), rgba(0, 121, 137, 0.92));
  box-shadow: 0 30px 78px rgba(0, 121, 137, 0.2);
  transform: translateY(-14px);
}

.review-box.active::after {
  background: var(--sun);
}

.review-box-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: var(--white);
  background: var(--red);
  font-family: Archivo, Arial, sans-serif;
  font-weight: 900;
}

.review-box-top strong {
  display: block;
  color: var(--red-dark);
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.05rem;
}

.review-box.active .review-box-top strong {
  color: var(--sun);
}

.review-box-top small {
  display: block;
  color: var(--muted);
  font-weight: 900;
}

.review-box.active .review-box-top small {
  color: rgba(255, 255, 255, 0.7);
}

.review-box p {
  margin: 0;
  color: var(--ink);
  font-family: Archivo, Arial, sans-serif;
  font-size: clamp(1.15rem, 1.42vw, 1.5rem);
  line-height: 1.22;
}

.review-box.active p {
  color: var(--white);
}

.review-tag {
  width: fit-content;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--aqua-dark);
  background: rgba(0, 174, 189, 0.12);
  font-size: 0.82rem;
  font-weight: 900;
}

.review-box.active .review-tag {
  color: var(--ink);
  background: var(--sun);
}

.review-nav {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(23, 32, 37, 0.1);
  transition: transform 180ms ease, background 180ms ease;
}

.review-nav:hover,
.review-nav:focus-visible {
  transform: translateY(-2px);
  background: rgba(0, 174, 189, 0.1);
}

.review-nav svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.review-footer-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
}

.review-footer-row .review-link {
  margin-top: 0;
}

.booking {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 42px;
  align-items: start;
  background: var(--white);
}

.booking-upgrade {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 241, 0.88)),
    radial-gradient(circle at 12% 18%, rgba(213, 29, 37, 0.1), transparent 34%),
    radial-gradient(circle at 82% 30%, rgba(0, 174, 189, 0.14), transparent 32%);
}

.booking-upgrade::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23, 32, 37, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 32, 37, 0.045) 1px, transparent 1px);
  background-size: 92px 92px;
  pointer-events: none;
}

.booking-info,
.booking-form {
  position: relative;
  z-index: 1;
}

.route-check-card,
.booking-review,
.next-step-note,
.form-urgency,
.form-group {
  border: 1px solid var(--line);
  border-radius: 8px;
}

.route-check-card {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(0, 174, 189, 0.13), rgba(255, 200, 87, 0.12)),
    rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 48px rgba(23, 32, 37, 0.08);
}

.route-check-card span,
.form-group legend,
.next-step-note strong {
  color: var(--red-dark);
  font-family: Archivo, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.route-check-card strong {
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.15rem;
}

.route-check-card p {
  margin: 0;
  font-size: 0.98rem;
}

.booking-proof {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(23, 32, 37, 0.09);
}

.booking-proof img {
  width: 148px;
  height: 112px;
  object-fit: contain;
}

.booking-proof strong {
  display: block;
  margin-bottom: 6px;
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.1rem;
}

.booking-proof span {
  color: var(--muted);
  line-height: 1.55;
}

.booking-review {
  margin: 16px 0 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 48px rgba(23, 32, 37, 0.08);
}

.booking-review blockquote {
  margin: 8px 0 10px;
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.32;
}

.booking-review figcaption {
  color: var(--muted);
  font-weight: 900;
}

.booking-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.booking-steps span {
  min-height: 82px;
  padding: 13px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), #263841);
  font-weight: 900;
  line-height: 1.3;
}

.booking-steps strong {
  display: block;
  color: var(--sun);
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.35rem;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-list a,
.contact-list span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf9;
  font-weight: 900;
}

.contact-list svg {
  color: var(--aqua-dark);
}

.booking-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 241, 0.94));
}

.form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
}

.form-header span {
  font-family: Archivo, Arial, sans-serif;
  font-weight: 900;
}

.form-header strong {
  color: var(--sun);
  font-size: 0.86rem;
  text-align: right;
}

.form-urgency {
  margin: 0;
  padding: 13px 15px;
  color: var(--red-dark);
  background: rgba(255, 200, 87, 0.18);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.42;
}

.form-group {
  display: grid;
  gap: 16px;
  min-width: 0;
  margin: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.64);
}

.form-group legend {
  padding: 0 8px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.next-step-note {
  display: grid;
  gap: 5px;
  padding: 15px 16px;
  background: rgba(0, 174, 189, 0.11);
}

.next-step-note span {
  color: var(--muted);
  line-height: 1.45;
}

.form-submit {
  width: 100%;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 24px;
  padding: 34px max(24px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background: var(--ink);
}

.site-footer img {
  width: 88px;
}

.site-footer p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer a {
  font-weight: 900;
  color: var(--sun);
}

.social-links {
  align-items: center;
  gap: 10px;
}

.social-links a {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  transform: translateY(-2px);
  color: var(--white);
}

.social-links a:nth-child(1):hover,
.social-links a:nth-child(1):focus-visible {
  border-color: #1877f2;
  background: #1877f2;
}

.social-links a:nth-child(2):hover,
.social-links a:nth-child(2):focus-visible {
  border-color: #e4405f;
  background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #8134af);
}

.social-links a:nth-child(3):hover,
.social-links a:nth-child(3):focus-visible {
  border-color: #ff0050;
  background: #111;
  box-shadow: 4px 4px 0 rgba(0, 242, 234, 0.62), -4px -4px 0 rgba(255, 0, 80, 0.58);
}

.social-links svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.footer-legal {
  grid-column: 1 / -1;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.73rem;
  font-weight: 800;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: var(--sun);
}

.footer-credit {
  grid-column: 1 / -1;
  justify-self: center;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
  letter-spacing: 0;
}

.footer-credit:hover,
.footer-credit:focus-visible {
  color: var(--sun);
}

.cookie-banner {
  position: fixed;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 110;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 54px rgba(23, 32, 37, 0.22);
  backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.cookie-banner.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cookie-banner strong {
  display: block;
  margin-bottom: 4px;
  font-family: Archivo, Arial, sans-serif;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.45;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cookie-actions a {
  color: var(--aqua-dark);
  font-weight: 900;
  white-space: nowrap;
}

.cookie-actions .button {
  min-height: 44px;
  padding: 0 18px;
}

.thank-you-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(23, 32, 37, 0.68);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.thank-you-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.thank-you-card {
  position: relative;
  width: min(100%, 560px);
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 241, 0.96));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
  transform: translateY(12px) scale(0.98);
  transition: transform 180ms ease;
}

.thank-you-modal.open .thank-you-card {
  transform: translateY(0) scale(1);
}

.confetti-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.confetti-layer span {
  position: absolute;
  width: 10px;
  height: 16px;
  border-radius: 3px;
  opacity: 0;
  animation: confetti-pop 1.45s ease-out var(--delay) forwards;
  transform: translate3d(0, 0, 0) rotate(0deg);
}

@keyframes confetti-pop {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0.6);
  }

  12% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--x), var(--y), 0) rotate(var(--r)) scale(1);
  }
}

.thank-you-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.thank-you-close::before,
.thank-you-close::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 11px;
  width: 18px;
  height: 2px;
  background: var(--ink);
}

.thank-you-close::before {
  transform: rotate(45deg);
}

.thank-you-close::after {
  transform: rotate(-45deg);
}

.thank-you-icon {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 18px 38px rgba(213, 29, 37, 0.28);
}

.thank-you-icon svg {
  width: 38px;
  height: 38px;
  fill: currentColor;
}

.thank-you-card h2 {
  max-width: 460px;
  margin: 0 0 12px;
  font-family: Archivo, Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.thank-you-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

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

.thank-you-actions .button {
  min-height: 48px;
}

.modal-open {
  overflow: hidden;
}

.legal-body {
  background: var(--cream);
}

.legal-header {
  grid-template-columns: 1fr auto 1fr;
}

.legal-header .header-cta {
  justify-self: end;
}

.legal-nav {
  justify-self: center;
}

.legal-main {
  padding: 138px max(24px, calc((100vw - var(--max)) / 2)) 82px;
}

.legal-hero {
  display: grid;
  gap: 14px;
  max-width: 920px;
  padding: 34px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), #24424a);
  box-shadow: 0 18px 50px rgba(23, 32, 37, 0.12);
}

.legal-hero h1 {
  margin: 0;
  color: var(--white);
  font-family: Archivo, Arial, sans-serif;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.legal-hero p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 900;
}

.legal-content {
  display: grid;
  gap: 18px;
  max-width: 920px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(23, 32, 37, 0.08);
}

.legal-content h2 {
  margin: 18px 0 0;
  font-family: Archivo, Arial, sans-serif;
  font-size: 1.35rem;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.72;
}

.legal-content a {
  color: var(--red-dark);
  font-weight: 900;
}

.floating-call {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 75;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 18px 42px rgba(213, 29, 37, 0.34);
}

.mobile-cta-bar {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 95;
  display: none;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(23, 32, 37, 0.2);
  backdrop-filter: blur(16px);
}

.mobile-cta-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border-radius: 8px;
  font-weight: 900;
}

.mobile-cta-bar a:first-child {
  color: var(--ink);
  background: rgba(0, 174, 189, 0.12);
}

.mobile-cta-bar a:last-child {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 12px 28px rgba(213, 29, 37, 0.26);
}

.mobile-cta-bar svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(7, 12, 15, 0.86);
}

.lightbox.open {
  display: grid;
}

.lightbox img {
  max-width: min(940px, 94vw);
  max-height: 84vh;
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: contain;
}

.lightbox button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
}

.lightbox button::before,
.lightbox button::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 12px;
  width: 22px;
  height: 2px;
  background: var(--white);
}

.lightbox button::before {
  transform: rotate(45deg);
}

.lightbox button::after {
  transform: rotate(-45deg);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 130;
  max-width: min(420px, calc(100% - 32px));
  padding: 14px 18px;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translate(-50%, 18px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 600ms ease, transform 600ms ease;
}

.can-reveal .reveal:not(.in-view) {
  opacity: 0;
  transform: translateY(22px);
}

.hero .reveal {
  opacity: 1;
  transform: none;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto auto;
  }

  .site-nav {
    position: fixed;
    top: 82px;
    left: 16px;
    right: 16px;
    display: grid;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .nav-toggle.open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero,
  .route-section,
  .intro,
  .van-story,
  .booking {
    grid-template-columns: 1fr;
  }

  .hero {
    align-items: end;
  }

  .hero-booking {
    max-width: 520px;
  }

  .hero-proof {
    max-width: 620px;
  }

  .booking {
    gap: 28px;
  }

  .route-check-card,
  .booking-review {
    max-width: 680px;
  }

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

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

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

  .gallery-header,
  .rainbow-gallery {
    grid-template-columns: 1fr;
  }

  .gallery-tabs {
    width: 100%;
  }

  .gallery-tabs button {
    flex: 1;
  }

  .gallery-slider {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-stage,
  .gallery-dots {
    grid-column: 1 / -1;
  }

  .gallery-stage {
    grid-row: 1;
  }

  .gallery-arrow {
    width: 100%;
  }

  .gallery-slide,
  .rainbow-slider .gallery-slide {
    flex-basis: calc((100% - 14px) / 2);
  }

  .rainbow-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-item.tall,
  .gallery-item.wide {
    grid-row: auto;
    grid-column: auto;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .reviews-topline {
    grid-template-columns: 1fr;
  }

  .rating-badge {
    width: min(100%, 360px);
  }

  .review-board {
    grid-template-columns: 1fr;
  }

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

  .review-box {
    min-height: 260px;
  }

  .review-box.active {
    transform: none;
  }

  .review-nav {
    display: none;
  }

  .review-footer-row {
    justify-content: flex-start;
  }

  .review-dots {
    display: none;
  }

  .site-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-footer nav,
  .footer-legal {
    justify-content: center;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .cookie-actions {
    justify-content: space-between;
  }
}

@media (max-width: 680px) {
  .site-header {
    width: calc(100% - 20px);
    top: 10px;
    gap: 8px;
  }

  .brand img {
    width: 50px;
    height: 46px;
  }

  .brand span {
    display: none;
  }

  .header-cta {
    width: 48px;
    min-height: 44px;
    padding: 0;
    font-size: 0;
    white-space: nowrap;
  }

  .header-cta svg {
    width: 17px;
    height: 17px;
  }

  .hero {
    min-height: auto;
    padding: 104px 18px 34px;
    align-items: end;
    gap: 0;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(9, 17, 22, 0.9) 0%, rgba(9, 17, 22, 0.68) 58%, rgba(9, 17, 22, 0.34) 100%),
      linear-gradient(0deg, rgba(23, 32, 37, 0.9) 0%, rgba(23, 32, 37, 0.18) 52%);
  }

  .hero .eyebrow {
    margin-bottom: 8px;
    font-size: 0.72rem;
  }

  .hero h1 {
    max-width: 9.8ch;
    font-size: clamp(2.65rem, 13.8vw, 4.05rem);
    line-height: 0.94;
  }

  .hero-copy {
    max-width: 34ch;
    margin-top: 14px;
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .button {
    width: 100%;
    min-height: 50px;
    padding: 12px 16px;
    line-height: 1.18;
    text-align: center;
  }

  .hero-actions {
    width: 100%;
    max-width: 360px;
    gap: 10px;
    margin-top: 20px;
  }

  .hero-actions {
    display: none;
  }

  .hero-actions .button.secondary {
    display: none;
  }

  .hero-actions .label-desktop {
    display: none;
  }

  .hero-actions .label-mobile {
    display: inline;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: calc(100vw - 36px);
    overflow: visible;
    gap: 8px;
    margin-top: 12px;
    padding-bottom: 2px;
  }

  .hero-proof span {
    justify-content: center;
    min-height: 34px;
    padding: 8px 10px;
    font-size: 0.74rem;
    text-align: center;
  }

  .hero-proof span:nth-child(2) {
    display: none;
  }

  .hero-content {
    padding-bottom: 0;
  }

  .hero-booking {
    gap: 12px;
    margin-top: 18px;
    padding: 16px;
  }

  .hero-booking-head {
    gap: 5px;
  }

  .hero-booking-head span {
    padding: 6px 8px;
    font-size: 0.7rem;
  }

  .hero-booking-head strong {
    font-size: 1.28rem;
  }

  .hero-booking-head p {
    display: none;
  }

  .quick-field-grid {
    gap: 10px;
  }

  .quick-field-grid label {
    font-size: 0.78rem;
  }

  .quick-field-grid input,
  .quick-field-grid select {
    min-height: 42px;
  }

  .hero-booking small {
    font-size: 0.76rem;
  }

  .trust-strip,
  .route-metrics,
  .appointment-preview,
  .booking-steps,
  .review-experience,
  .google-review-grid,
  .service-grid,
  .field-grid,
  .review-shell {
    grid-template-columns: 1fr;
  }

  .section,
  .visual-band {
    padding: 72px 20px;
  }

  .feature-tile {
    grid-template-columns: 1fr;
  }

  .route-area-card {
    grid-template-columns: 1fr;
  }

  .map-card {
    min-height: 480px;
  }

  .dashboard-shell {
    min-height: 0;
    padding: 18px;
  }

  .drive-lane {
    height: 220px;
    margin: 20px 0 16px;
  }

  .moving-van {
    width: 126px;
    height: 76px;
  }

  .mini-van-body {
    left: 10px;
    top: 17px;
    width: 88px;
    height: 42px;
  }

  .mini-van-body::before {
    left: 11px;
    top: 12px;
    font-size: 0.76rem;
  }

  .mini-van-body::after {
    right: 12px;
    top: 11px;
    width: 15px;
    height: 15px;
    box-shadow: -21px 0 0 rgba(255, 255, 255, 0.95);
  }

  .mini-van-cab {
    right: 10px;
    top: 23px;
    width: 31px;
    height: 36px;
  }

  .mini-van-cab::before {
    right: 6px;
    top: 6px;
    width: 13px;
    height: 11px;
  }

  .mini-wheel {
    bottom: 8px;
    width: 17px;
    height: 17px;
    border-width: 3px;
  }

  .mini-wheel.one {
    left: 25px;
  }

  .mini-wheel.two {
    right: 22px;
  }

  .lane-point::before {
    min-width: 72px;
    padding: 6px 7px;
    font-size: 0.68rem;
  }

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

  .route-book {
    width: 100%;
  }

  .service-card {
    min-height: 0;
    padding: 20px;
  }

  .service-card::before {
    width: 92px;
    height: 68px;
  }

  .service-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
  }

  .service-icon svg {
    width: 29px;
    height: 29px;
  }

  .service-best {
    max-width: 100%;
    margin: 8px 0 10px;
    white-space: normal;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
  }

  .gallery-stage {
    width: 100%;
    min-height: 0;
  }

  .rainbow-slider .gallery-stage {
    width: 100%;
    min-height: 0;
  }

  .gallery-track {
    gap: 12px;
    padding: 12px;
  }

  .gallery-slide,
  .rainbow-slider .gallery-slide {
    flex-basis: 82%;
  }

  .gallery-slide span {
    left: 14px;
    bottom: 14px;
  }

  .gallery-dots button {
    width: 26px;
  }

  .gallery-dots button.active {
    width: 46px;
  }

  .reviews {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .reviews-topline {
    gap: 18px;
    margin-bottom: 22px;
  }

  .reviews-topline h2 {
    font-size: clamp(2.25rem, 12vw, 3.45rem);
  }

  .rating-badge {
    width: 100%;
    min-height: 0;
    padding: 16px;
  }

  .review-card-row {
    gap: 12px;
  }

  .review-box {
    min-height: 0;
    gap: 12px;
    padding: 18px;
  }

  .review-box p {
    font-size: 1.04rem;
    line-height: 1.28;
  }

  .review-footer-row {
    margin-top: 18px;
  }

  .review-shell {
    gap: 10px;
  }

  .review-carousel {
    grid-template-columns: 1fr 1fr;
  }

  .review-feature-card {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 330px;
  }

  .review-arrow {
    width: 100%;
  }

  .slider-btn {
    width: 100%;
  }

  .booking-form {
    gap: 14px;
    padding: 18px;
  }

  .route-check-card,
  .booking-review,
  .next-step-note {
    padding: 15px;
  }

  .route-check-card {
    margin-top: 18px;
  }

  .route-check-card strong {
    font-size: 1.02rem;
    line-height: 1.3;
  }

  .booking-review blockquote {
    font-size: 1rem;
  }

  .booking-proof {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .booking-proof img {
    width: min(190px, 78%);
    height: auto;
    justify-self: center;
  }

  .booking-steps span {
    min-height: 70px;
  }

  .form-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .form-header strong {
    text-align: left;
  }

  .form-urgency {
    padding: 12px 13px;
    font-size: 0.9rem;
  }

  .form-group {
    gap: 14px;
    padding: 14px;
  }

  .form-group legend {
    padding: 0 6px;
    font-size: 0.78rem;
  }

  input,
  select,
  textarea {
    font-size: 16px;
  }

  .floating-call {
    display: none;
  }

  body.show-mobile-cta .mobile-cta-bar {
    display: grid;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 8px;
    right: 8px;
  }

  .mobile-cta-bar a {
    min-height: 50px;
    font-size: 0.92rem;
  }

  body {
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }

  .toast {
    bottom: calc(92px + env(safe-area-inset-bottom));
  }

  .cookie-banner {
    bottom: calc(92px + env(safe-area-inset-bottom));
    gap: 12px;
    padding: 14px;
  }

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

  .cookie-actions .button {
    width: 100%;
  }

  .thank-you-modal {
    padding: 16px;
  }

  .thank-you-card {
    max-height: calc(100svh - 32px);
    overflow-y: auto;
    padding: 24px 18px;
  }

  .thank-you-close {
    top: 12px;
    right: 12px;
  }

  .thank-you-icon {
    width: 58px;
    height: 58px;
  }

  .thank-you-card .eyebrow {
    margin-bottom: 8px;
    font-size: 0.72rem;
  }

  .thank-you-card h2 {
    max-width: 100%;
    font-size: clamp(1.65rem, 8.4vw, 2.2rem);
    line-height: 1.02;
  }

  .thank-you-card p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  .thank-you-actions {
    flex-direction: column;
  }

  .thank-you-actions .button {
    width: 100%;
  }

  .legal-main {
    padding: 112px 20px 64px;
  }

  .legal-content {
    padding: 22px;
  }

  .legal-nav {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
