:root {
  --cyan: #00d9ff;
  --cyan-soft: #a8f3ff;
  --navy: #071827;
  --black: #03070b;
  --ice: #f4fcff;
  --steel: #8fa3b2;
  --ink: #10202d;
  --muted: #607483;
  --line: rgba(143, 163, 178, 0.24);
  --card: #ffffff;
  --warning: #f4b63f;
  --success: #34c98f;
  --shadow: 0 22px 60px rgba(3, 7, 11, 0.18);
  --glow: 0 0 28px rgba(0, 217, 255, 0.28);
  --radius: 8px;
  --header-height: 78px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

body.brand-loader-active {
  overflow: hidden;
}

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

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

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

button {
  cursor: pointer;
}

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--black);
  background: var(--cyan);
  border-radius: var(--radius);
  transform: translateY(-140%);
}

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

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

.narrow {
  width: min(850px, calc(100% - 40px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(3, 7, 11, 0.82);
  border-bottom: 1px solid rgba(168, 243, 255, 0.14);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-header.is-minimal .header-inner {
  justify-content: center;
}

.site-header.is-minimal .brand {
  margin: 0 auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  color: #fff;
}

.brand-mark {
  position: relative;
  width: 46px;
  height: 56px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
}

.brand-mark img {
  width: 42px;
  height: 50px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(0, 217, 255, 0.26));
}

.brand-wordmark {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.05;
}

.brand small {
  color: var(--steel);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(244, 252, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav a {
  padding: 12px 0;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: #fff;
}

.button {
  position: relative;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 20px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
  color: var(--black);
  background: linear-gradient(135deg, var(--cyan), var(--cyan-soft));
  box-shadow: 0 0 0 1px rgba(168, 243, 255, 0.44), var(--glow);
}

.button-secondary {
  color: #fff;
  border-color: rgba(168, 243, 255, 0.32);
  background: rgba(244, 252, 255, 0.08);
}

.button-small {
  min-height: 42px;
  padding-inline: 14px;
  font-size: 14px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  place-items: center;
  border: 1px solid rgba(168, 243, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(244, 252, 255, 0.08);
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  display: block;
  background: #fff;
  border-radius: 2px;
}

.menu-toggle span + span {
  margin-top: 4px;
}

.mobile-nav {
  display: none;
}

.section {
  padding: 96px 0;
}

.section-dark {
  color: #fff;
  background: linear-gradient(135deg, var(--black), var(--navy) 54%, #0d2232);
}

.section-light {
  background: var(--ice);
}

.section-white {
  background: #fff;
}

.brand-button > span,
.brand-button > svg {
  position: relative;
  z-index: 1;
}

.button-light-sweep {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 0;
  width: 38%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
  opacity: 0;
  transform: translateX(-130%);
  will-change: transform, opacity;
}

.button-star {
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  opacity: 0;
  transform: scale(0.45);
  will-change: transform, opacity;
}

.brand-star-svg,
.button-star-svg,
.countdown-star-svg,
.transition-star-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: currentColor;
  stroke: none;
}

.brand-isotype-frame {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: clamp(56px, 8vw, 92px);
  aspect-ratio: 1200 / 1412;
  color: #fff;
}

.brand-isotype-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.isotype-shine-star {
  position: absolute;
  right: 21%;
  top: 44%;
  width: 24%;
  height: 24%;
  color: #fff;
  filter: drop-shadow(0 0 16px rgba(168, 243, 255, 0.84));
  will-change: transform, opacity;
}

.loader-screen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(3, 7, 11, 0.98), rgba(7, 24, 39, 0.98)),
    #03070b;
}

.loader-content {
  display: grid;
  place-items: center;
  gap: 16px;
}

.loader-isotype {
  width: clamp(92px, 14vw, 148px);
  filter: drop-shadow(0 0 28px rgba(0, 217, 255, 0.28));
  will-change: transform, opacity;
}

.loader-content p {
  margin: 0;
  color: rgba(244, 252, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.star-transition-layer {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: none;
  place-items: center;
  pointer-events: none;
}

.transition-star-svg {
  position: absolute;
  width: 120px;
  height: 120px;
  color: #f4fcff;
  filter: drop-shadow(0 0 34px rgba(255, 255, 255, 0.84));
  will-change: transform, opacity;
}

.hero::after,
.offer-band::before,
.booking::before,
.final-cta::before,
.site-footer::before {
  content: "";
  position: absolute;
  pointer-events: none;
  background: currentColor;
  opacity: 0.055;
  -webkit-mask: url("../assets/shining-headlights-isotype.svg") center / contain no-repeat;
  mask: url("../assets/shining-headlights-isotype.svg") center / contain no-repeat;
}

.hero::after {
  right: max(24px, 4vw);
  bottom: 8%;
  width: min(32vw, 360px);
  aspect-ratio: 1200 / 1412;
  color: var(--cyan-soft);
  opacity: 0.075;
  transform: rotate(-8deg);
}

.offer-band::before {
  right: 4%;
  top: -32px;
  width: min(28vw, 260px);
  aspect-ratio: 1200 / 1412;
  color: var(--cyan);
}

.booking::before {
  left: -54px;
  top: 64px;
  width: min(26vw, 250px);
  aspect-ratio: 1200 / 1412;
  color: var(--navy);
  opacity: 0.042;
}

.final-cta::before,
.site-footer::before {
  right: 4vw;
  top: 50%;
  width: min(30vw, 310px);
  aspect-ratio: 1200 / 1412;
  color: var(--cyan-soft);
  opacity: 0.052;
  transform: translateY(-50%) rotate(7deg);
}

.hero .container,
.offer-band > *,
.booking > *,
.final-cta > *,
.site-footer > * {
  position: relative;
  z-index: 1;
}

.hero {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  overflow: hidden;
  padding: 48px 0 50px;
  display: flex;
  align-items: flex-start;
}

.page-hero,
.eofy-hero {
  position: relative;
  overflow: hidden;
}

.page-hero .container,
.eofy-hero .container {
  position: relative;
  z-index: 1;
}

.center {
  text-align: center;
}

.center .hero-actions {
  justify-content: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 7, 11, 0.9) 0%, rgba(3, 7, 11, 0.72) 44%, rgba(3, 7, 11, 0.2) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 28px);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  align-items: start;
  gap: 46px;
}

.hero-brand-lockup,
.footer-brand-lockup,
.final-brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}

.hero-brand-lockup {
  margin-bottom: 16px;
}

.center-brand-lockup {
  justify-content: center;
  margin-inline: auto;
  margin-bottom: 18px;
  text-align: left;
}

.hero-brand-lockup img,
.footer-brand-lockup img,
.final-brand-lockup img {
  width: 58px;
  height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(0, 217, 255, 0.26));
}

.hero-brand-lockup strong,
.footer-brand-lockup strong,
.final-brand-lockup strong {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, "Segoe UI", Roboto, sans-serif;
  line-height: 1.05;
}

.hero-brand-lockup strong {
  max-width: 330px;
  font-size: 24px;
}

.hero-brand-lockup small,
.footer-brand-lockup small,
.final-brand-lockup small {
  display: block;
  margin-top: 4px;
  color: var(--cyan-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan-soft);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, "Segoe UI", Roboto, sans-serif;
  margin: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  font-size: 58px;
  line-height: 1.02;
}

h2 {
  font-size: 42px;
  line-height: 1.08;
}

h3 {
  font-size: 18px;
  line-height: 1.28;
}

p {
  line-height: 1.7;
}

.hero-lede {
  max-width: 630px;
  margin: 18px 0 0;
  color: rgba(244, 252, 255, 0.82);
  font-size: 20px;
}

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

.trust-line {
  margin: 18px 0 0;
  color: rgba(244, 252, 255, 0.7);
  font-weight: 800;
}

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

.value-chip {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(168, 243, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(244, 252, 255, 0.07);
}

.value-chip strong,
.value-chip span span {
  display: block;
}

.value-chip strong {
  font-size: 13px;
}

.value-chip span span,
.value-chip > span:last-child {
  color: rgba(244, 252, 255, 0.7);
  font-size: 12px;
  line-height: 1.35;
}

.icon-badge {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-grid;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(0, 217, 255, 0.34);
  border-radius: var(--radius);
  background: rgba(0, 217, 255, 0.09);
}

.icon-badge.warning {
  color: #935d04;
  border-color: rgba(244, 182, 63, 0.34);
  background: rgba(244, 182, 63, 0.14);
}

.hero-media {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  border: 1px solid rgba(168, 243, 255, 0.26);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.44), var(--glow);
  background: var(--black);
}

.hero-values {
  grid-column: 1;
  grid-row: 2;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
}

.hero-media figcaption {
  position: absolute;
  inset: 14px 14px auto;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.hero-media figcaption span,
.label,
.result-pair figcaption {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(244, 252, 255, 0.3);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(3, 7, 11, 0.64);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-band {
  position: relative;
  overflow: hidden;
  padding: 0 0 72px;
  margin-top: -1px;
}

.offer-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border: 1px solid rgba(168, 243, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(244, 252, 255, 0.08);
  box-shadow: var(--glow);
  backdrop-filter: blur(18px);
}

.offer-card h2 {
  font-size: 30px;
}

.offer-card p {
  margin: 10px 0 0;
  color: rgba(244, 252, 255, 0.78);
}

.offer-card small {
  display: block;
  margin-top: 10px;
  color: rgba(244, 252, 255, 0.62);
}

.countdown-wrap {
  min-width: 270px;
}

.countdown-wrap p {
  margin: 0 0 10px;
  color: rgba(244, 252, 255, 0.82);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.countdown {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  gap: 8px;
}

.countdown-brand-star {
  position: absolute;
  right: -8px;
  top: -10px;
  z-index: 2;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: #fff;
  filter: drop-shadow(0 0 14px rgba(168, 243, 255, 0.82));
  pointer-events: none;
}

.countdown span {
  min-width: 76px;
  min-height: 78px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(168, 243, 255, 0.22);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(244, 252, 255, 0.14), rgba(244, 252, 255, 0.05));
}

.countdown strong {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.countdown small {
  margin: 0;
  color: var(--steel);
  font-size: 11px;
  font-weight: 900;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  gap: 56px;
  align-items: center;
}

.section-copy p,
.section-heading p {
  color: var(--muted);
}

.section-dark .section-copy p,
.section-dark .section-heading p {
  color: rgba(244, 252, 255, 0.76);
}

.section-copy small {
  display: block;
  color: var(--muted);
  font-weight: 700;
}

.section-heading {
  max-width: 740px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading p {
  max-width: 670px;
  margin: 14px auto 0;
}

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

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

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

.info-card,
.pricing-card,
.contact-card,
.booking-form,
.area-panel,
.comparison-card,
.result-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 12px 34px rgba(7, 24, 39, 0.06);
}

.info-card {
  min-height: 170px;
  padding: 22px;
}

.problem .info-card {
  background: #fff;
}

.info-card h3 {
  margin-top: 18px;
}

.info-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.inline-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--navy);
  font-weight: 900;
  border-bottom: 2px solid var(--cyan);
}

.before-after {
  overflow: hidden;
}

.before-after-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(300px, 0.76fr);
  gap: 18px;
}

.comparison-card {
  grid-row: span 2;
  padding: 10px;
  background: rgba(244, 252, 255, 0.06);
  border-color: rgba(168, 243, 255, 0.22);
}

.comparison-slider {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--black);
}

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

.after-layer {
  position: absolute;
  inset: 0;
  width: var(--position);
  overflow: hidden;
}

.after-layer img {
  width: calc(100% / (var(--position) / 100));
  max-width: none;
}

.slider-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--position);
  width: 3px;
  transform: translateX(-50%);
  background: var(--cyan);
  box-shadow: 0 0 22px rgba(0, 217, 255, 0.72);
  pointer-events: none;
}

.slider-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  transform: translate(-50%, -50%);
  border: 2px solid var(--cyan-soft);
  border-radius: 50%;
  background: rgba(3, 7, 11, 0.72);
}

.comparison-slider input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.label {
  position: absolute;
  top: 14px;
  z-index: 2;
}

.before-label {
  left: 14px;
}

.after-label {
  right: 14px;
}

.result-card {
  padding: 10px;
  background: rgba(244, 252, 255, 0.06);
  border-color: rgba(168, 243, 255, 0.22);
}

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

.result-pair figure {
  position: relative;
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--black);
}

.result-pair img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.result-pair figcaption {
  position: absolute;
  left: 10px;
  top: 10px;
}

.real-results-grid {
  display: grid;
  gap: 22px;
}

.real-result-card {
  padding: clamp(14px, 3vw, 22px);
  border: 1px solid rgba(168, 243, 255, 0.16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 217, 255, 0.12), transparent 34%),
    rgba(7, 24, 39, 0.72);
  box-shadow: 0 28px 80px rgba(3, 7, 11, 0.28);
}

.real-result-card h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(20px, 3vw, 28px);
}

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

.real-result-pair figure {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(168, 243, 255, 0.14);
  border-radius: var(--radius);
  background: var(--black);
}

.real-result-pair img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
}

.real-result-pair figcaption {
  position: absolute;
  top: 12px;
  left: 12px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(244, 252, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 7, 11, 0.72);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.landing-real-pair figure,
.landing-real-pair img {
  min-height: clamp(340px, 42vw, 560px);
}

.cta-support {
  margin: 0 0 14px;
  color: rgba(244, 252, 255, 0.76);
  font-weight: 800;
}

.service-proof-section {
  background:
    radial-gradient(circle at 16% 0%, rgba(0, 217, 255, 0.12), transparent 34%),
    #020817;
}

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

.service-proof-card,
.proof-strip figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(168, 243, 255, 0.14);
  border-radius: var(--radius);
  background: var(--black);
  box-shadow: 0 24px 70px rgba(3, 7, 11, 0.28);
}

.service-proof-card {
  min-height: 390px;
}

.service-proof-card img,
.proof-strip img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.service-proof-card img {
  min-height: 390px;
}

.service-proof-card figcaption {
  position: absolute;
  inset: auto 10px 10px;
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid rgba(244, 252, 255, 0.14);
  border-radius: 12px;
  background: rgba(3, 7, 11, 0.76);
  backdrop-filter: blur(14px);
}

.service-proof-card span,
.proof-strip figcaption {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-proof-card strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.proof-strip figure {
  min-height: 210px;
}

.proof-strip img {
  min-height: 210px;
}

.proof-strip figcaption {
  position: absolute;
  left: 9px;
  bottom: 9px;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(3, 7, 11, 0.76);
}

.section-cta {
  margin-top: 34px;
  text-align: center;
}

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

.steps::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 30px;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 217, 255, 0), rgba(0, 217, 255, 0.55), rgba(52, 201, 143, 0.45), rgba(0, 217, 255, 0));
}

.step {
  position: relative;
  min-height: 210px;
  padding: 74px 22px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.step span {
  position: absolute;
  top: 16px;
  left: 22px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--black);
  border-radius: var(--radius);
  background: var(--cyan);
  font-weight: 900;
  box-shadow: var(--glow);
}

.step p {
  color: var(--muted);
}

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

.pricing-card {
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.pricing-card.featured {
  color: #fff;
  border-color: rgba(168, 243, 255, 0.36);
  background: linear-gradient(160deg, var(--navy), #0b2538);
  box-shadow: var(--shadow), var(--glow);
}

.pricing-card .badge {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: var(--radius);
  color: var(--black);
  background: var(--cyan);
  font-size: 12px;
  font-weight: 900;
}

.pricing-card h3 {
  padding-right: 90px;
}

.pricing-card .best-for {
  min-height: 54px;
  color: var(--muted);
}

.pricing-card.featured .best-for,
.pricing-card.featured li,
.pricing-card.featured p {
  color: rgba(244, 252, 255, 0.78);
}

.price {
  margin: 18px 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.pricing-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.pricing-card li {
  display: flex;
  gap: 10px;
  color: var(--muted);
}

.pricing-card li::before {
  content: "✓";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 3px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--success);
  border: 1px solid rgba(52, 201, 143, 0.42);
  background: rgba(52, 201, 143, 0.09);
  font-size: 12px;
  font-weight: 900;
}

.pricing-card .button {
  margin-top: auto;
}

.pricing-note {
  margin: 18px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 14px;
}

.legal-content {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 24, 39, 0.06);
}

.legal-content h2 {
  margin: 30px 0 10px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.25;
}

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

.legal-content p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.legal-content .legal-intro {
  color: var(--ink);
  font-weight: 750;
}

.area-panel {
  padding: 18px;
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.area-map {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 217, 255, 0.1), rgba(52, 201, 143, 0.08)),
    linear-gradient(135deg, #eef8fb, #fff);
}

.map-route {
  position: absolute;
  inset: 24px;
  border: 2px solid rgba(0, 217, 255, 0.34);
  border-radius: 48% 52% 42% 58%;
  transform: rotate(-14deg);
}

.map-pin {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 6px rgba(0, 217, 255, 0.16), var(--shadow);
}

.map-pin.main {
  left: 48%;
  top: 48%;
  background: var(--success);
}

.map-pin.north {
  left: 36%;
  top: 24%;
}

.map-pin.south {
  left: 63%;
  top: 68%;
  background: var(--warning);
}

.area-tags {
  display: flex;
  align-content: start;
  flex-wrap: wrap;
  gap: 10px;
}

.area-tags span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--navy);
  background: #fff;
  font-weight: 800;
}

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

.process-list span {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0 18px 0 54px;
  border: 1px solid rgba(168, 243, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(244, 252, 255, 0.07);
  position: relative;
  font-weight: 800;
}

.process-list span::before {
  content: "";
  position: absolute;
  left: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: var(--glow);
}

.booking-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(540px, 1.2fr);
  gap: 48px;
  align-items: start;
}

.booking {
  position: relative;
  overflow: hidden;
}

.contact-card {
  margin-top: 28px;
  padding: 22px;
}

.contact-card span,
.contact-card strong,
.contact-card a {
  display: block;
}

.contact-card span {
  color: var(--muted);
}

.contact-card strong {
  margin-top: 4px;
}

.contact-card a {
  margin-top: 12px;
  color: var(--navy);
  font-weight: 900;
}

.booking-form {
  padding: 24px;
}

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

label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(143, 163, 178, 0.42);
  border-radius: var(--radius);
  padding: 12px;
  color: var(--ink);
  background: #fff;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(0, 217, 255, 0.14);
}

input[aria-invalid="true"],
select[aria-invalid="true"] {
  border-color: #d74747;
}

.form-submit {
  width: 100%;
}

.form-loader {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 217, 255, 0.24);
  border-radius: var(--radius);
  color: var(--navy);
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.08), rgba(255, 255, 255, 0.92));
  font-weight: 900;
}

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

.form-isotype {
  width: 38px;
  flex: 0 0 38px;
  color: #fff;
}

.form-status {
  min-height: 26px;
  margin: 14px 0 0;
  color: var(--navy);
  font-weight: 800;
}

.form-state-success .form-status {
  color: #167552;
}

.form-state-error .form-status {
  color: #9e4a35;
}

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

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 20px;
  border: 0;
  color: var(--navy);
  background: #fff;
  font-weight: 900;
  text-align: left;
}

.faq-question svg {
  flex: 0 0 20px;
  transition: transform 180ms ease;
}

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

.faq-answer {
  display: none;
  padding: 0 20px 20px;
  color: var(--muted);
}

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

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
}

.final-panel {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(168, 243, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(244, 252, 255, 0.07);
}

.final-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(168, 243, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(244, 252, 255, 0.07);
}

.final-brand-lockup {
  min-width: 220px;
}

.final-brand-lockup strong {
  font-size: 20px;
}

.final-panel p {
  color: rgba(244, 252, 255, 0.74);
}

.final-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 54px 0 98px;
  color: rgba(244, 252, 255, 0.76);
  background: var(--black);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 34px;
}

.footer-brand-lockup {
  margin-bottom: 14px;
}

.footer-brand-lockup strong {
  font-size: 18px;
}

.site-footer h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 16px;
}

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

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--cyan-soft);
}

.footer-note {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(168, 243, 255, 0.16);
  font-size: 13px;
}

.footer-note p {
  max-width: 760px;
  margin: 0;
}

.mobile-sticky-cta {
  display: none;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

.animations-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ctaPulse {
  0%,
  100% {
    box-shadow: 0 0 0 1px rgba(168, 243, 255, 0.44), 0 0 18px rgba(0, 217, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 0 1px rgba(168, 243, 255, 0.62), 0 0 30px rgba(0, 217, 255, 0.36);
  }
}

.button-primary {
  animation: ctaPulse 2600ms ease-in-out infinite;
}

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

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

@media (max-width: 1080px) {
  .desktop-nav {
    display: none;
  }

  .header-cta {
    margin-left: auto;
  }

  .menu-toggle {
    display: grid;
  }

  .mobile-nav {
    position: fixed;
    inset: var(--header-height) 0 auto;
    display: grid;
    gap: 2px;
    padding: 18px 20px 24px;
    border-bottom: 1px solid rgba(168, 243, 255, 0.18);
    background: rgba(3, 7, 11, 0.96);
    pointer-events: none;
    transform: translateY(calc(-100% - var(--header-height) - 32px));
    transition: transform 220ms ease;
  }

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

  .mobile-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 800;
  }

  .hero-grid,
  .split-layout,
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-media,
  .hero-values {
    grid-column: auto;
    grid-row: auto;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 36px;
  }

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

  .countdown-wrap {
    min-width: 0;
  }

  .four-col,
  .pricing-grid,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps::before {
    display: none;
  }

  .before-after-grid {
    grid-template-columns: 1fr;
  }

  .comparison-card {
    grid-row: auto;
  }

  .comparison-slider,
  .comparison-slider img {
    min-height: 430px;
  }

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

  .final-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 70px;
  }

  .container,
  .narrow {
    width: min(100% - 28px, 1160px);
  }

  .section {
    padding: 72px 0;
  }

  .site-header {
    bottom: auto;
  }

  .header-inner {
    gap: 10px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 40px;
    height: 48px;
    flex-basis: 40px;
  }

  .brand-mark img {
    width: 36px;
    height: 44px;
  }

  .brand strong {
    font-size: 12px;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding: 44px 0 38px;
  }

  .hero-brand-lockup img {
    width: 46px;
    height: 54px;
  }

  .hero-brand-lockup strong {
    font-size: 19px;
  }

  h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  h2 {
    font-size: 31px;
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero-actions,
  .final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
    min-height: 52px;
  }

  .value-row,
  .two-col,
  .four-col,
  .pricing-grid,
  .steps,
  .form-row,
  .footer-grid,
  .area-panel {
    grid-template-columns: 1fr;
  }

  .hero-media img {
    aspect-ratio: 1 / 0.82;
  }

  .offer-band {
    padding-bottom: 52px;
  }

  .offer-card {
    padding: 18px;
  }

  .countdown span {
    min-width: 0;
    min-height: 72px;
  }

  .countdown strong {
    font-size: 25px;
  }

  .comparison-slider,
  .comparison-slider img {
    min-height: 360px;
  }

  .result-pair {
    grid-template-columns: 1fr;
  }

  .result-pair figure,
  .result-pair img {
    min-height: 230px;
  }

  .real-result-pair {
    grid-template-columns: 1fr;
  }

  .real-result-pair figure,
  .real-result-pair img {
    min-height: 360px;
  }

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

  .service-proof-card,
  .service-proof-card img {
    min-height: 430px;
  }

  .proof-strip figure,
  .proof-strip img {
    min-height: 320px;
  }

  .area-map {
    min-height: 220px;
  }

  .booking-form {
    padding: 18px;
  }

  .footer-note {
    display: block;
  }

  .footer-note p + p {
    margin-top: 12px;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 45;
    min-height: 54px;
    display: none;
    place-items: center;
    color: var(--black);
    border-radius: var(--radius);
    background: linear-gradient(135deg, var(--cyan), var(--cyan-soft));
    box-shadow: 0 14px 32px rgba(3, 7, 11, 0.28), var(--glow);
    font-weight: 900;
  }

  .landing-home .mobile-sticky-cta {
    display: grid !important;
  }

  .booking-page .mobile-sticky-cta {
    display: none !important;
  }
}

@media (max-width: 420px) {
  .brand-wordmark {
    max-width: 162px;
  }

  .brand strong {
    font-size: 11px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  .comparison-slider,
  .comparison-slider img {
    min-height: 300px;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   HAMBURGER MENU  — shown at all viewport widths
═══════════════════════════════════════════════════════════════════════════ */

/* Kill desktop nav and header CTA completely */
.desktop-nav,
.header-cta { display: none !important; }

/* Show toggle for every viewport */
.menu-toggle {
  display: grid !important;
  margin-left: auto;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  place-items: center;
  background: transparent;
  border: none;
  padding: 10px;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background 180ms ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible { background: rgba(244, 252, 255, 0.09); outline: none; }

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(244, 252, 255, 0.88);
  border-radius: 2px;
  transition: transform 240ms cubic-bezier(0.4, 0, 0.2, 1),
              opacity 240ms ease,
              width 240ms ease;
}

.menu-toggle span + span { margin-top: 5px; }

/* Animate to × when menu is open */
body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; width: 0; }
body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Ensure mobile nav works at ALL sizes */
.mobile-nav {
  display: grid !important;
  position: fixed;
  inset: var(--header-height) 0 auto;
  z-index: 40;
  gap: 2px;
  padding: 18px 20px 26px;
  border-bottom: 1px solid rgba(168, 243, 255, 0.16);
  background: rgba(3, 7, 11, 0.97);
  backdrop-filter: blur(18px);
  transform: translateY(calc(-100% - var(--header-height) - 32px));
  transition: transform 260ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

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

/* ═══════════════════════════════════════════════════════════════════════════
   MULTI-STEP BOOKING WIZARD
═══════════════════════════════════════════════════════════════════════════ */

#bookingWizard {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 12px 34px rgba(7, 24, 39, 0.06);
}

/* ── Step indicators ── */
.form-steps {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  gap: 0;
}

.form-step {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.step-num {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
  color: var(--muted);
  background: var(--ice);
  border: 2px solid var(--line);
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, "Segoe UI", Roboto, sans-serif;
}

.step-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  transition: color 220ms ease;
}

.form-step.active .step-num {
  background: var(--cyan);
  color: var(--black);
  border-color: var(--cyan);
}

.form-step.active .step-label { color: var(--ink); }

.form-step.completed .step-num {
  background: rgba(0, 217, 255, 0.12);
  color: var(--navy);
  border-color: rgba(0, 217, 255, 0.38);
}

.step-line {
  flex: 1;
  height: 2px;
  background: var(--line);
  margin: 0 10px;
  border-radius: 2px;
}

/* ── Panels ── */
.form-panel[hidden] { display: none; }

.panel-title {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: 19px;
  margin: 0 0 5px;
  color: var(--navy);
}

.panel-hint {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
}

/* ── Google service address ── */
.address-wrap { position: relative; margin-bottom: 14px; }

.address-input {
  width: 100%;
  min-height: 52px;
  border: 1.5px solid rgba(143, 163, 178, 0.42);
  border-radius: var(--radius);
  padding: 14px 16px;
  font-size: 15px;
  color: var(--ink);
  background: #fff;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.address-input:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(0, 217, 255, 0.12);
}

.address-input[aria-invalid="true"] { border-color: #d74747; }

.address-fallback {
  margin: -4px 0 14px;
  padding: 10px 12px;
  border: 1px solid rgba(244, 182, 63, 0.34);
  border-radius: var(--radius);
  color: #8a5a00;
  background: rgba(244, 182, 63, 0.12);
  font-size: 13px;
  font-weight: 700;
}

.address-fallback[hidden] { display: none; }

.map-preview {
  margin: 14px 0 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.map-preview[hidden] { display: none; }

.booking-map {
  width: 100%;
  height: 220px;
}

.map-label {
  margin: 0;
  padding: 9px 14px;
  font-size: 13px;
  color: var(--muted);
  background: var(--ice);
  border-top: 1px solid var(--line);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pac-container {
  z-index: 9999;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  border: 1px solid rgba(143, 163, 178, 0.42);
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: 0 14px 36px rgba(3, 7, 11, 0.16);
}

.pac-item {
  padding: 10px 14px;
  color: var(--ink);
  border-top: 1px solid rgba(143, 163, 178, 0.12);
  cursor: pointer;
}

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

/* ── Step navigation row ── */
.step-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
}

/* If only one button (first step), push it to the right */
.step-nav .button-primary:only-child { margin-left: auto; }

/* ── Optional label styling ── */
.label-optional small {
  font-weight: 400;
  color: var(--muted);
  margin-left: 4px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   PROMO CARD  — $99 Launch Offer
═══════════════════════════════════════════════════════════════════════════ */

.promo-card {
  display: block;
  margin-bottom: 14px;
  border: 2px solid rgba(0, 217, 255, 0.24);
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  position: relative;
}

.promo-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

/* Use JS class .is-selected as :has() fallback */
.promo-card:has(input:checked),
.promo-card.is-selected {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(0, 217, 255, 0.16), var(--glow);
}

.promo-inner {
  background: linear-gradient(155deg, var(--navy) 0%, #0d2539 100%);
  padding: 22px 22px 18px;
  color: #fff;
}

.promo-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: var(--radius);
  background: var(--cyan);
  color: var(--black);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

.eofy-badge {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 12px;
  border: 1px solid rgba(168, 243, 255, 0.28);
  border-radius: var(--radius);
  color: var(--cyan-soft);
  background: rgba(244, 252, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.promo-hero-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(168, 243, 255, 0.24);
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(155deg, rgba(7, 24, 39, 0.94), rgba(13, 37, 57, 0.9));
  box-shadow: var(--shadow), var(--glow);
}

.center-card {
  max-width: 560px;
  margin: 28px auto 0;
}

.promo-price-row {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.promo-save {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(52, 201, 143, 0.34);
  border-radius: var(--radius);
  color: #c5ffe8;
  background: rgba(52, 201, 143, 0.14);
  font-size: 12px;
  font-weight: 900;
}

.promo-note {
  margin: 0;
  color: rgba(244, 252, 255, 0.72);
}

.promo-prices { margin-bottom: 14px; }

.promo-was {
  display: block;
  font-size: 14px;
  color: rgba(244, 252, 255, 0.5);
  text-decoration: line-through;
  margin-bottom: 2px;
}

.promo-now {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: 52px;
  font-weight: 800;
  color: var(--cyan);
  line-height: 1;
}

.promo-now small {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgba(244, 252, 255, 0.6);
  margin-left: 6px;
}

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

.promo-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  color: rgba(244, 252, 255, 0.8);
}

.promo-list li::before {
  content: "\2713";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
  color: var(--success);
  border: 1px solid rgba(52, 201, 143, 0.38);
  background: rgba(52, 201, 143, 0.1);
  margin-top: 1px;
}

.promo-select-indicator {
  display: none;
  font-size: 13px;
  font-weight: 700;
  color: var(--cyan);
}

.promo-card:has(input:checked) .promo-select-indicator,
.promo-card.is-selected .promo-select-indicator { display: block; }

/* ── See other packages ── */
.other-plans-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 11px 0;
  background: transparent;
  border: none;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: color 160ms ease;
  font-family: inherit;
}

.other-plans-toggle:hover { color: var(--navy); }

.other-plans-toggle svg {
  transition: transform 220ms ease;
  flex-shrink: 0;
}

.other-plans-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }

.other-plans[hidden] { display: none; }

.other-plans { padding-bottom: 4px; }

[data-other-packages] { display: grid; gap: 8px; }

/* Mini package cards in "other plans" */
.mini-pkg-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.mini-pkg-card:has(input:checked) {
  border-color: var(--cyan);
  background: rgba(0, 217, 255, 0.04);
}

.mini-pkg-card input[type="radio"] { accent-color: var(--cyan); flex-shrink: 0; }

.mini-pkg-name { font-weight: 800; color: var(--navy); font-size: 14px; }
.mini-pkg-price { color: var(--muted); font-size: 13px; margin-top: 2px; }

/* ── Responsive tweaks ── */
@media (max-width: 760px) {
  #bookingWizard { padding: 20px 16px; }
  .promo-now { font-size: 44px; }
  .step-label { display: none; }
}

.pac-item:hover,
.pac-item-selected { background: var(--ice) !important; }

.pac-item-query {
  color: var(--navy);
  font-weight: 700;
  font-size: 14px;
}

.pac-matched { color: #00b8d9; font-weight: 800; }

.pac-icon { display: none; }

/* Address validation error */
.address-error {
  margin: 0 0 12px;
  padding: 10px 14px;
  border: 1px solid rgba(248, 113, 113, 0.3);
  border-radius: var(--radius);
  background: rgba(248, 113, 113, 0.07);
  color: #f87171;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.address-error[hidden] { display: none; }

/* ── Thank you page ───────────────────────────────────────────────────────── */
.thank-you-section {
  min-height: calc(100vh - 92px);
  display: grid;
  align-items: center;
}

.thank-you-shell {
  display: grid;
  place-items: center;
}

.thank-you-panel {
  width: min(100%, 760px);
  text-align: center;
  padding: clamp(34px, 6vw, 72px) 0;
}

.thank-you-panel h1 {
  margin: 16px 0 14px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
}

.thank-you-panel p {
  max-width: 620px;
  margin: 0 auto 14px;
  color: rgba(5, 24, 39, .76);
  font-size: 17px;
  line-height: 1.65;
}

.thank-you-panel .thank-you-lede {
  color: #071827;
  font-weight: 800;
  font-size: clamp(18px, 2.4vw, 24px);
}

.thank-you-panel .hero-actions {
  justify-content: center;
  margin-top: 28px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   MULTI-PAGE NAV + EOFY HOMEPAGE  (appended)
═══════════════════════════════════════════════════════════════════════════ */
.admin-btn{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:0 14px;margin-left:8px;
  border:1px solid rgba(168,243,255,.28);border-radius:var(--radius);color:#fff;background:rgba(244,252,255,.06);
  font-size:13px;font-weight:800;transition:border-color .18s ease,background .18s ease}
.admin-btn:hover,.admin-btn:focus-visible{border-color:var(--cyan);background:rgba(0,217,255,.1)}
.admin-btn svg{width:17px;height:17px}
.desktop-nav a.is-active{color:#fff}
.desktop-nav a.is-active::after{content:"";display:block;height:2px;margin-top:4px;border-radius:2px;background:var(--cyan)}
.mobile-nav a.is-active{color:var(--cyan)}
.mobile-admin{color:var(--steel)!important;font-weight:700;font-size:13px;border-top:1px solid rgba(168,243,255,.12);margin-top:6px;padding-top:14px!important}

@media (min-width:1024px){
  .desktop-nav{display:flex!important;margin-left:auto;gap:18px;align-items:center}
  .admin-btn{display:inline-flex!important}
  .menu-toggle{display:none!important}
  .mobile-nav{display:none!important}
}
@media (max-width:1023px){ .admin-btn{display:none!important} }

.eofy-hero{align-items:center}
.eofy-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.02fr);gap:46px;align-items:center}
.eofy-hero-side{display:grid;gap:18px;min-width:0}
.hero-support{margin:14px 0 0;color:rgba(244,252,255,.72);font-size:15px;max-width:560px}
.promo-cta{width:100%}
.promo-badge{display:inline-flex;align-items:center;min-height:26px;padding:0 11px;border-radius:var(--radius);
  background:var(--cyan);color:var(--black);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;width:max-content}
.promo-hero-card.compact{margin-top:16px;padding:18px;gap:12px}
.promo-hero-card.compact .promo-now{font-size:40px}
@media (max-width:980px){ .eofy-hero-grid{grid-template-columns:1fr;gap:28px} }

.page-hero.center,.container.center,.narrow.center{text-align:center;margin-inline:auto}
.hero-actions.center{justify-content:center}
.section-note{color:var(--muted);font-weight:600;margin:14px 0}

.four-benefits{grid-template-columns:repeat(4,minmax(0,1fr))}
.benefits .value-chip{background:#fff;border-color:var(--line)}
.benefits .value-chip strong{color:var(--navy)}
.benefits .value-chip > span:last-child{color:var(--muted)}
@media (max-width:900px){ .four-benefits{grid-template-columns:repeat(2,1fr)} }
@media (max-width:520px){ .four-benefits{grid-template-columns:1fr} }

.three-steps{grid-template-columns:repeat(3,minmax(0,1fr))}
@media (max-width:760px){ .three-steps{grid-template-columns:1fr} }

.review-rating{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:15px;margin-top:12px}
.review-rating strong{color:var(--navy)}
.stars{color:#f4b63f;letter-spacing:2px}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:8px}
.review-card{padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 12px 34px rgba(7,24,39,.06);margin:0}
.review-card .stars{font-size:14px}
.review-card blockquote{margin:12px 0;color:var(--ink);font-size:14px;line-height:1.6}
.review-card figcaption{color:var(--muted);font-weight:700;font-size:13px}
@media (max-width:820px){ .review-grid{grid-template-columns:1fr} }

/* ═══════════════════════════════════════════════════════════════════════════
   MOBILE-FIRST EOFY LANDING REDESIGN
═══════════════════════════════════════════════════════════════════════════ */
.landing-home {
  --black: #020817;
  --navy: #071b34;
  --cyan: #00d8ff;
  --cyan-soft: #7eefff;
  --ink: #ffffff;
  --muted: rgba(255, 255, 255, 0.7);
  --line: rgba(255, 255, 255, 0.08);
  color: #fff;
  background: #020817;
}

.landing-home .site-header {
  top: 0;
  width: 100%;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}

.landing-home .header-inner {
  min-height: 64px;
  width: min(100% - 28px, 1100px);
}

.landing-home .brand {
  gap: 8px;
}

.landing-home .brand-mark {
  width: 32px;
  height: 38px;
  flex-basis: 32px;
}

.landing-home .brand-mark img {
  width: 29px;
  height: 35px;
}

.landing-home .brand strong {
  font-size: 12px;
  letter-spacing: 0.08em;
}

.landing-home .brand small {
  max-width: 180px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  letter-spacing: 0.04em;
}

.landing-home .desktop-nav,
.landing-home .admin-btn {
  display: none !important;
}

.landing-home .menu-toggle {
  display: grid !important;
  margin-left: auto;
  border: 0;
  background: transparent;
}

.landing-home .mobile-nav {
  top: 76px;
  inset-inline: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(2, 8, 23, 0.94);
}

.landing-home .mobile-sticky-cta { display: none; }

.landing-home .button-primary {
  animation: none;
}

.eofy-landing-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 120px 0 72px;
  background:
    radial-gradient(circle at 82% 20%, rgba(0, 216, 255, 0.16), transparent 34%),
    linear-gradient(180deg, #020817 0%, #030b1f 54%, #020817 100%);
}

.hero-video-bg,
.hero-video-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-video-bg {
  z-index: 0;
  background: #020817;
}

.hero-video-bg video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0.92;
}

.hero-video-overlay {
  z-index: 1;
  background:
    radial-gradient(circle at 72% 42%, rgba(0, 216, 255, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(2, 8, 23, 0.9) 0%, rgba(2, 8, 23, 0.62) 44%, rgba(2, 8, 23, 0.38) 100%),
    rgba(2, 8, 23, 0.2);
}

.hero-ambient {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(126, 239, 255, 0.06), transparent 34%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 34px);
  opacity: 0.42;
}

.eofy-landing-inner {
  position: relative;
  z-index: 3;
}

.eofy-hero-copy {
  width: min(100%, 760px);
}

.sale-pill {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 13px;
  border: 1px solid rgba(126, 239, 255, 0.26);
  border-radius: 999px;
  color: #7eefff;
  background: rgba(255, 255, 255, 0.045);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eofy-landing-hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(52px, 13vw, 112px);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-direct {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 4.4vw, 28px);
  font-weight: 800;
}

.hero-direct span {
  color: #fff;
}

.eofy-countdown-card {
  position: relative;
  width: min(100%, 720px);
  margin-top: 32px;
  padding: clamp(18px, 4vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 34px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(22px);
}

.eofy-countdown-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(110deg, transparent, rgba(126, 239, 255, 0.12), transparent);
  transform: translateX(-70%);
  pointer-events: none;
}

.eofy-countdown-card p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.landing-countdown {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(8px, 2vw, 14px);
}

.landing-countdown span {
  min-width: 0;
  min-height: clamp(96px, 24vw, 132px);
  border-color: rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025));
}

.landing-countdown strong {
  font-size: clamp(42px, 11vw, 68px);
  letter-spacing: 0;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.landing-countdown small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-countdown .is-ticking {
  color: #7eefff;
  text-shadow: 0 0 26px rgba(0, 216, 255, 0.38);
}

.eofy-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

.was-price {
  color: rgba(255, 255, 255, 0.38);
  font-size: clamp(28px, 7vw, 48px);
  font-weight: 800;
  text-decoration: line-through;
}

.eofy-price strong {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(74px, 18vw, 128px);
  line-height: 0.86;
  font-weight: 900;
  letter-spacing: 0;
}

.save-pill {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(52, 201, 143, 0.35);
  border-radius: 999px;
  color: #b7ffdf;
  background: rgba(52, 201, 143, 0.14);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eofy-main-cta {
  min-height: 64px;
  margin-top: 26px;
  padding-inline: 26px;
  border-radius: 999px;
  color: #020817;
  background: linear-gradient(135deg, #00d8ff, #7eefff);
  box-shadow: 0 0 50px rgba(0, 216, 255, 0.3), 0 16px 42px rgba(0, 0, 0, 0.28);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-section {
  position: relative;
  padding: clamp(74px, 12vw, 132px) 0;
  color: #fff;
  background: #020817;
}

.landing-section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.landing-section-heading h2,
.landing-final-cta h2 {
  color: #fff;
  font-size: clamp(34px, 8vw, 72px);
  line-height: 0.98;
}

.landing-section .eyebrow,
.landing-final-cta .eyebrow {
  color: #7eefff;
}

.landing-card-grid,
.landing-review-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.landing-feature-card,
.landing-review-card,
.premium-comparison,
.final-eofy-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: #071b34;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.landing-feature-card {
  min-height: 210px;
  padding: 24px;
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 32px;
  border-radius: 16px;
  color: #7eefff;
  background: rgba(126, 239, 255, 0.1);
}

.feature-icon svg {
  width: 24px;
  height: 24px;
}

.landing-feature-card h3 {
  color: #fff;
  font-size: 22px;
}

.landing-feature-card p,
.landing-review-card blockquote,
.landing-review-card figcaption,
.landing-final-cta p {
  color: rgba(255, 255, 255, 0.7);
}

.landing-feature-card p {
  max-width: 280px;
  margin: 10px 0 0;
}

.premium-comparison {
  padding: 10px;
  overflow: hidden;
  background: rgba(7, 27, 52, 0.82);
}

.premium-comparison .comparison-slider,
.premium-comparison .comparison-slider img {
  min-height: clamp(380px, 66vw, 680px);
}

.premium-comparison .comparison-slider {
  border-radius: 16px;
}

.landing-review-card {
  margin: 0;
  padding: 24px;
}

.landing-review-card blockquote {
  margin: 18px 0;
  font-size: 17px;
  line-height: 1.65;
}

.landing-review-card figcaption {
  font-weight: 800;
}

.landing-final-cta {
  padding: clamp(78px, 12vw, 140px) 0;
  color: #fff;
  background:
    radial-gradient(circle at center top, rgba(0, 216, 255, 0.16), transparent 40%),
    #020817;
}

.final-eofy-panel {
  max-width: 920px;
  padding: clamp(28px, 7vw, 64px);
  text-align: center;
}

.final-eofy-panel p {
  margin: 16px auto 0;
  font-size: clamp(20px, 5vw, 32px);
  font-weight: 800;
}

.final-eofy-panel .eofy-main-cta {
  margin-inline: auto;
}

.landing-home .site-footer {
  padding: 24px 0 42px;
  background: #020817;
}

.landing-home .site-footer::before,
.landing-home .site-footer .footer-grid {
  display: none;
}

.landing-home .footer-note {
  justify-content: center;
  margin-top: 0;
  border-top-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.46);
  text-align: center;
}

.landing-home .footer-note p:first-child {
  display: none;
}

@media (min-width: 760px) {
  .landing-card-grid,
  .landing-review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .landing-home .site-header {
    top: 8px;
    width: calc(100% - 18px);
  }

  .landing-home .header-inner {
    width: min(100% - 22px, 1100px);
  }

  .landing-home .brand small {
    max-width: 150px;
  }

  .eofy-landing-hero {
    padding-top: 106px;
  }

  .landing-countdown {
    gap: 7px;
  }

  .landing-countdown span {
    border-radius: 14px;
  }
}

@media (min-width: 1081px) {
  .landing-home .site-header {
    width: min(100% - 64px, 1180px);
  }

  .landing-home .header-inner {
    width: min(100% - 48px, 1120px);
  }

  .landing-home .desktop-nav {
    display: flex !important;
  }

  .landing-home .admin-btn {
    display: inline-flex !important;
  }

  .landing-home .menu-toggle {
    display: none !important;
  }

  .eofy-landing-hero {
    min-height: 92vh;
    padding: 138px 0 88px;
  }

  .eofy-hero-copy {
    width: min(58vw, 720px);
  }

  .eofy-landing-hero h1 {
    max-width: 700px;
    font-size: clamp(72px, 7.8vw, 108px);
  }

  .hero-direct {
    font-size: 24px;
  }

  .eofy-countdown-card {
    width: min(100%, 660px);
    padding: 24px;
  }

  .landing-countdown span {
    min-height: 112px;
  }

  .landing-countdown strong {
    font-size: 54px;
  }

  .eofy-price strong {
    font-size: clamp(86px, 8vw, 118px);
  }

  .landing-section {
    padding: 108px 0;
  }

  .landing-section-heading {
    margin-bottom: 34px;
  }

  .landing-section-heading h2,
  .landing-final-cta h2 {
    max-width: 820px;
    font-size: clamp(48px, 4.8vw, 68px);
  }

  .landing-feature-card {
    min-height: 230px;
    padding: 28px;
  }

  .premium-comparison .comparison-slider,
  .premium-comparison .comparison-slider img {
    min-height: 560px;
  }

  .landing-review-card {
    min-height: 250px;
    display: flex;
    flex-direction: column;
  }

  .landing-review-card figcaption {
    margin-top: auto;
  }

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

  .real-result-pair figure,
  .real-result-pair img {
    min-height: 520px;
  }

  .service-proof-grid {
    grid-template-columns: 1.15fr .92fr .92fr .92fr .92fr;
  }

  .service-proof-card:first-child {
    grid-row: span 2;
    min-height: 794px;
  }

  .service-proof-card:first-child img {
    min-height: 794px;
  }

  .service-proof-card {
    min-height: 390px;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   SIMULATED PAYMENT STEP  (booking wizard)
═══════════════════════════════════════════════════════════════════════════ */
.pay-summary{display:flex;justify-content:space-between;align-items:center;gap:14px;
  padding:14px 16px;margin-bottom:16px;border:1px solid var(--line);border-radius:var(--radius);background:var(--ice)}
.pay-summary span{color:var(--muted);font-weight:700;font-size:14px}
.pay-summary strong{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display",system-ui,sans-serif;font-size:24px;color:var(--navy)}
.pay-note{margin:10px 0 0;font-size:12px;color:var(--muted);line-height:1.5}
.pay-submit{min-width:170px}
.booking-done{text-align:center;padding:14px 0}
.done-check{width:64px;height:64px;margin:0 auto 14px;display:grid;place-items:center;border-radius:50%;
  color:var(--success);background:rgba(52,201,143,.14);border:1px solid rgba(52,201,143,.4);font-size:30px;font-weight:900}
.pay-ref{margin:6px 0 18px;font-size:13px;font-weight:700;color:var(--muted)}
.pay-ref[hidden]{display:none}

/* ── Square payment step (booking wizard step 4) ─────────────────────────── */
.pay-summary {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 18px;
  margin-bottom: 18px;
  background: var(--ice);
}
.pay-summary-row,
.pay-summary-total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 0;
  font-size: 14px;
}
.pay-summary-row span { color: var(--muted); }
.pay-summary-row strong { color: var(--ink); text-align: right; }
.pay-summary-total {
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 17px;
}
.pay-summary-total span { color: var(--ink); font-weight: 700; }
.pay-summary-total strong { color: var(--navy); font-size: 19px; }

.square-card-field {
  min-height: 56px;
  margin: 4px 0 12px;
  padding: 4px 2px;
  border-radius: var(--radius);
}
.pay-secure-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--muted);
  margin: 4px 0 0;
}
.pay-secure-note svg { width: 16px; height: 16px; fill: var(--success); flex: none; }
.pay-card-block[hidden],
.pay-quote-block[hidden] { display: none; }

/* ── Premium checkout redesign ───────────────────────────────────────────── */
.booking-page {
  --checkout-bg: #f8fafc;
  --checkout-ink: #111827;
  --checkout-muted: #6b7280;
  --checkout-line: #e5e7eb;
  --checkout-blue: #0071e3;
  --checkout-blue-bright: #00b8ff;
  --checkout-green: #16a34a;
  background: var(--checkout-bg);
  color: var(--checkout-ink);
}

.booking-page .section.booking {
  min-height: calc(100svh - var(--header-height));
  padding: clamp(28px, 5vw, 64px) 0 clamp(48px, 7vw, 92px);
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 184, 255, 0.11), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(17, 24, 39, 0.06), transparent 26%),
    var(--checkout-bg);
}

.booking-page .booking-grid {
  width: min(1180px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(560px, 1fr);
  gap: clamp(40px, 6vw, 72px);
  align-items: start;
}

.booking-page .section-copy {
  position: sticky;
  top: calc(var(--header-height) + 34px);
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 22px;
}

.booking-page .eofy-badge {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #00a9dd;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.booking-page .section-copy h1 {
  max-width: 430px;
  margin: 0;
  color: var(--checkout-ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(42px, 5.4vw, 64px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

.booking-page .section-copy p {
  max-width: 410px;
  margin: 28px 0 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

.booking-page .promo-hero-card.compact {
  position: relative;
  width: min(100%, 370px);
  margin-top: 34px;
  padding: 24px;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(150deg, #06101f 0%, #082544 58%, #0b3657 100%);
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.24), 0 0 42px rgba(0, 184, 255, 0.12);
}

.booking-page .promo-hero-card.compact::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.17;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.55) 1px, transparent 0);
  background-size: 18px 18px;
}

.booking-page .promo-kicker {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.booking-page .promo-price-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-top: 8px;
}

.booking-page .promo-hero-card.compact .promo-now {
  color: #67e8ff;
  font-size: 52px;
  font-weight: 900;
  letter-spacing: 0;
}

.booking-page .promo-was {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  text-decoration-thickness: 1px;
}

.booking-page .promo-save {
  min-height: 30px;
  margin-bottom: 6px;
  border: 0;
  border-radius: 999px;
  color: #ecfdf5;
  background: rgba(22, 163, 74, 0.72);
  font-size: 12px;
  letter-spacing: 0;
}

.booking-page .promo-hero-card .countdown {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.booking-page .promo-hero-card .countdown span {
  min-width: 0;
  min-height: 64px;
  padding: 10px 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.booking-page .promo-hero-card .countdown strong {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.booking-page .promo-hero-card .countdown small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  letter-spacing: 0;
}

.booking-page #bookingWizard {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(229, 231, 235, 0.78);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.09), 0 2px 10px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(16px);
}

.booking-page .form-steps {
  margin-bottom: 36px;
}

.booking-page .form-step {
  min-width: 74px;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.booking-page .step-num {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #cfe3ef;
  color: #1f2937;
  background: #f8fafc;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.booking-page .form-step.completed .step-num {
  color: transparent;
  border-color: #bae6fd;
  background: #f0f9ff;
}

.booking-page .form-step.completed .step-num::after {
  content: "\2713";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #0284c7;
  font-size: 13px;
}

.booking-page .form-step.active .step-num {
  border-color: var(--checkout-blue);
  color: #fff;
  background: var(--checkout-blue);
  box-shadow: 0 8px 20px rgba(0, 113, 227, 0.25);
}

.booking-page .step-label {
  color: var(--checkout-muted);
  font-size: 12px;
  font-weight: 650;
}

.booking-page .form-step.active .step-label {
  color: #111827;
}

.booking-page .step-line {
  align-self: flex-start;
  height: 2px;
  margin: 15px -8px 0;
  background: #e5e7eb;
}

.booking-page .form-step.completed + .step-line {
  background: linear-gradient(90deg, #bae6fd, #e5e7eb);
}

.booking-page .panel-title {
  margin-bottom: 24px;
  color: #111827;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.18;
  font-weight: 850;
}

.booking-page .panel-hint {
  color: var(--checkout-muted);
  font-size: 15px;
  line-height: 1.6;
}

.booking-page label {
  color: #374151;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.booking-page input,
.booking-page select,
.booking-page textarea,
.booking-page .address-input {
  min-height: 52px;
  border: 1px solid var(--checkout-line);
  border-radius: 12px;
  color: #111827;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.booking-page input:focus,
.booking-page select:focus,
.booking-page textarea:focus,
.booking-page .address-input:focus {
  border-color: rgba(0, 122, 255, 0.58);
  box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.1), 0 10px 24px rgba(15, 23, 42, 0.05);
}

.booking-page [aria-invalid="true"] {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1) !important;
}

.booking-page .pay-summary {
  margin-bottom: 18px;
  padding: 28px;
  border: 1px solid rgba(229, 231, 235, 0.82);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.05);
}

.booking-page .summary-topline,
.booking-page .summary-meta-row {
  display: grid;
  grid-template-columns: 1.45fr 0.9fr 0.9fr;
  gap: 24px;
}

.booking-page .summary-meta-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #f1f5f9;
}

.booking-page .pay-summary span {
  display: block;
  color: var(--checkout-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
}

.booking-page .pay-summary strong {
  display: block;
  margin-top: 8px;
  color: #111827;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 800;
  text-align: left;
}

.booking-page .summary-location-row {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 14px;
  align-items: center;
  margin-top: 26px;
}

.booking-page .summary-location-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #64748b;
}

.booking-page .summary-location-icon svg {
  width: 20px;
  height: 20px;
}

.booking-page .summary-edit {
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #111827;
  background: #fff;
  font-size: 13px;
  font-weight: 750;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.booking-page .summary-edit:hover,
.booking-page .summary-edit:focus-visible {
  border-color: rgba(0, 122, 255, 0.35);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
  transform: translateY(-1px);
}

.booking-page .pay-card-block {
  margin-top: 20px;
  padding: 24px;
  border: 1px solid rgba(229, 231, 235, 0.82);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.04);
}

.booking-page .square-card-label {
  display: block;
  margin: 0 0 10px;
  color: #374151;
  font-size: 13px;
  font-weight: 750;
}

.booking-page .square-card-shell {
  position: relative;
  min-height: 98px;
  padding: 12px 14px;
  border: 1px solid var(--checkout-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.booking-page .square-card-shell:focus-within {
  border-color: rgba(0, 122, 255, 0.58);
  box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.1), 0 10px 24px rgba(15, 23, 42, 0.05);
}

.booking-page .square-card-field {
  min-height: 72px;
  margin: 0;
  padding: 0;
  border-radius: 10px;
}

.booking-page .pay-secure-note {
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.55;
}

.booking-page .pay-secure-note svg {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  color: #111827;
  fill: none;
  stroke: currentColor;
}

.booking-page .pay-secure-note strong {
  color: #374151;
}

.booking-page .step-nav {
  margin-top: 24px;
}

.booking-page .checkout-panel .step-nav {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
}

.booking-page .button {
  min-height: 56px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
}

.booking-page .button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--checkout-blue), #0068f5 46%, var(--checkout-blue-bright));
  box-shadow: 0 14px 32px rgba(0, 113, 227, 0.24);
}

.booking-page .button-primary:hover,
.booking-page .button-primary:focus-visible {
  box-shadow: 0 18px 42px rgba(0, 113, 227, 0.3);
}

.booking-page .button-secondary {
  color: #111827;
  border-color: #e5e7eb;
  background: #fff;
}

.booking-page #payButton {
  width: 100%;
}

.booking-page #payButton svg {
  width: 17px;
  height: 17px;
  margin-left: auto;
}

.booking-page .checkout-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-top: 18px;
  padding: 20px 8px 0;
  border-top: 1px solid #f1f5f9;
}

.booking-page .checkout-total span {
  color: #6b7280;
  font-size: 16px;
  font-weight: 600;
}

.booking-page .checkout-total strong {
  color: #111827;
  font-size: 20px;
  font-weight: 900;
}

.booking-page .form-status {
  margin: 18px 0 0;
  color: #6b7280;
  font-size: 14px;
  font-weight: 650;
}

.booking-page .pay-quote-block {
  padding: 20px;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  background: #eff6ff;
}

.booking-page .terms-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #dbeafe;
  border-radius: 14px;
  color: #374151;
  background: #f8fbff;
  font-size: 13px;
  line-height: 1.5;
  cursor: pointer;
}

.booking-page .terms-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  padding: 0;
  border-radius: 4px;
  accent-color: var(--checkout-blue);
  box-shadow: none;
}

.booking-page .terms-consent a {
  color: var(--checkout-blue);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.booking-page .terms-short {
  margin: 12px 0 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .booking-page .booking-grid {
    width: min(100% - 40px, 720px);
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .booking-page .section-copy {
    position: static;
    min-height: auto;
    padding-block: 0;
  }

  .booking-page .section-copy h1 {
    max-width: 600px;
    font-size: clamp(34px, 9vw, 48px);
  }

  .booking-page .promo-hero-card.compact {
    width: 100%;
    margin-top: 22px;
  }
}

@media (max-width: 640px) {
  .booking-page .section.booking {
    padding-top: 26px;
  }

  .booking-page .booking-grid {
    width: min(100% - 32px, 520px);
    gap: 22px;
  }

  .booking-page .section-copy p {
    margin-top: 16px;
    font-size: 14px;
  }

  .booking-page .promo-hero-card.compact {
    padding: 16px;
    border-radius: 8px;
  }

  .booking-page .promo-price-row {
    align-items: center;
  }

  .booking-page .promo-hero-card.compact .promo-now {
    font-size: 38px;
  }

  .booking-page .promo-was,
  .booking-page .promo-save {
    margin-bottom: 0;
  }

  .booking-page .promo-hero-card .countdown {
    gap: 7px;
  }

  .booking-page .promo-hero-card .countdown span {
    min-height: 58px;
    border-radius: 7px;
  }

  .booking-page .promo-hero-card .countdown strong {
    font-size: 19px;
  }

  .booking-page #bookingWizard {
    padding: 20px;
    border-radius: 20px;
  }

  .booking-page .form-steps {
    gap: 0;
    margin-bottom: 28px;
  }

  .booking-page .form-step {
    min-width: 40px;
  }

  .booking-page .step-label {
    display: none;
  }

  .booking-page .step-line {
    margin-inline: 6px;
  }

  .booking-page .panel-title {
    margin-bottom: 18px;
    font-size: 22px;
  }

  .booking-page .pay-summary,
  .booking-page .pay-card-block {
    padding: 18px;
    border-radius: 16px;
  }

  .booking-page .summary-topline,
  .booking-page .summary-meta-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .booking-page .summary-location-row {
    grid-template-columns: 22px 1fr;
  }

  .booking-page .summary-edit {
    grid-column: 2;
    width: max-content;
  }

  .booking-page .checkout-panel .step-nav {
    grid-template-columns: 1fr;
  }

  .booking-page .checkout-panel .step-back-btn {
    order: 2;
  }

  .booking-page .checkout-total {
    padding-inline: 0;
  }
}

/* ── Success / confirmation screen ───────────────────────────────────────── */
.success-card { text-align: center; }
.success-check {
  width: 76px; height: 76px;
  margin: 0 auto 18px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(52, 201, 143, 0.12);
  border: 1px solid rgba(52, 201, 143, 0.4);
}
.success-check svg { width: 48px; height: 48px; stroke: var(--success); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.success-check circle { stroke: rgba(52, 201, 143, 0.45); stroke-width: 2; }
.success-details {
  text-align: left;
  margin: 22px auto 24px;
  max-width: 420px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.success-details > div {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 11px 16px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.success-details > div:last-child { border-bottom: 0; }
.success-details dt { color: var(--muted); margin: 0; }
.success-details dd { margin: 0; color: var(--ink); font-weight: 600; text-align: right; }
.success-details .mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12.5px; }

/* ═══════════════════════════════════════════════════════════════════════════
   REDESIGNED HEADER NAV — button on the right + slide-out drawer (all viewports)
═══════════════════════════════════════════════════════════════════════════ */
/* Retire every legacy top-bar element so it can never reappear. */
.desktop-nav,
.admin-btn,
.mobile-nav,
.menu-toggle { display: none !important; }

.nav-toggle {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(168, 243, 255, 0.28);
  border-radius: 999px;
  background: rgba(244, 252, 255, 0.06);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}
.nav-toggle:hover,
.nav-toggle:focus-visible { border-color: var(--cyan); background: rgba(0, 217, 255, 0.1); outline: none; }
.nav-toggle-bars { display: inline-grid; gap: 4px; }
.nav-toggle-bars span {
  display: block; width: 20px; height: 2px; background: #fff; border-radius: 2px;
  transition: transform 260ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms ease;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.nav-toggle-label { line-height: 1; }

.drawer-backdrop {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(2, 6, 12, 0.55);
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  opacity: 0; transition: opacity 300ms ease;
}
.drawer-backdrop.is-visible { opacity: 1; }

.site-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 100;
  width: min(360px, 86vw);
  display: flex; flex-direction: column;
  padding: 88px 26px 34px;
  background: rgba(6, 12, 20, 0.98);
  border-left: 1px solid rgba(168, 243, 255, 0.16);
  box-shadow: -30px 0 60px rgba(0, 0, 0, 0.45);
  transform: translateX(105%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 320ms cubic-bezier(0.4, 0, 0.2, 1), visibility 320ms;
  overflow-y: auto;
}
.site-drawer.is-open { transform: translateX(0); visibility: visible; pointer-events: auto; }
.site-drawer-nav { display: grid; gap: 2px; }
.site-drawer-nav a {
  display: flex; align-items: center;
  min-height: 52px; padding: 0 6px;
  color: rgba(244, 252, 255, 0.86);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, "Segoe UI", Roboto, sans-serif;
  font-weight: 700; font-size: 18px;
  border-bottom: 1px solid rgba(168, 243, 255, 0.08);
  transition: color 160ms ease, padding-left 160ms ease;
}
.site-drawer-nav a:hover,
.site-drawer-nav a:focus-visible { color: #fff; padding-left: 12px; }
.site-drawer-nav a.is-active { color: var(--cyan); }
.drawer-cta { margin-top: 20px; width: 100%; }

/* Footer admin link (admin button moved out of the header) */
.footer-admin { margin-top: 10px; }
.footer-admin a { color: var(--steel); font-size: 12px; font-weight: 700; opacity: 0.72; }
.footer-admin a:hover,
.footer-admin a:focus-visible { opacity: 1; color: var(--cyan); }

/* ═══════════════════════════════════════════════════════════════════════════
   AUTO-SCROLLING REVIEWS (marquee)
═══════════════════════════════════════════════════════════════════════════ */
.reviews-rating { margin-top: 10px; color: var(--muted); font-weight: 700; font-size: 14px; }
.reviews-rating span { color: #f4b63f; letter-spacing: 2px; }
.reviews-marquee {
  margin-top: 30px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.reviews-track {
  display: flex;
  gap: 18px;
  width: max-content;
  padding: 6px 9px;
  animation: reviews-scroll 65s linear infinite;
}
.reviews-marquee:hover .reviews-track,
.reviews-marquee:focus-within .reviews-track { animation-play-state: paused; }
.reviews-track .landing-review-card {
  flex: 0 0 auto;
  width: 340px;
  margin: 0;
}
@keyframes reviews-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (max-width: 560px) {
  .reviews-track .landing-review-card { width: 82vw; }
  .reviews-track { animation-duration: 48s; }
}
@media (prefers-reduced-motion: reduce) {
  .site-drawer, .drawer-backdrop, .nav-toggle-bars span { transition: none !important; }
  .reviews-track { animation: none; overflow-x: auto; }
}

/* Remove the duplicate static "Claim Offer" button on the landing page (mobile). */
.landing-home .mobile-sticky-cta { display: none !important; }
