/* Apollo marketing site styles */
@import url('./colors_and_type.css');

* { box-sizing: border-box; margin: 0; padding: 0; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }

html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--color-fg);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ============ BUTTONS ============ */
.btn {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 12px 22px;
  border-radius: 8px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 220ms cubic-bezier(.22,1,.36,1);
  text-decoration: none;
  white-space: nowrap;
}
.btn:active { transform: scale(0.98); }
.btn:disabled { opacity: .35; cursor: not-allowed; }
.btn-lg { padding: 16px 28px; font-size: 15px; }
.btn-sm { padding: 9px 16px; font-size: 13px; }

.btn-primary { background: var(--apollo-navy); color: #fff; }
.btn-primary:hover { background: #243558; }
.btn-primary:focus-visible { outline: 2px solid var(--apollo-gold); outline-offset: 2px; }

.btn-gold { background: var(--apollo-gold); color: var(--apollo-navy); }
.btn-gold:hover { background: #b8973f; }

.btn-secondary { background: #fff; color: var(--apollo-navy); border-color: var(--apollo-navy); }
.btn-secondary:hover { background: var(--apollo-navy); color: #fff; }

.btn-ghost { background: transparent; color: var(--apollo-navy); }
.btn-ghost:hover { color: var(--apollo-gold-700); }

/* ============ FORM FIELDS ============ */
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-family: var(--font-display); font-size: 12px; font-weight: 600; color: var(--apollo-navy); letter-spacing: 0.04em; }
.field input, .field textarea, .field select {
  font-family: var(--font-body); font-size: 15px; padding: 13px 14px;
  border: 1px solid var(--color-border); border-radius: 8px; background: #fff; color: var(--apollo-navy);
  transition: all 220ms cubic-bezier(.22,1,.36,1);
}
.field input:focus, .field textarea:focus, .field select:focus { outline: 2px solid var(--apollo-gold); outline-offset: 2px; border-color: transparent; }
.field .hint, .hint-inline { font-size: 12px; color: var(--apollo-gray-500); font-weight: 400; letter-spacing: 0; }
.hint-inline { margin-left: 6px; text-transform: none; }

/* ============ BADGES ============ */
.badge { font-family: var(--font-display); font-size: 11px; font-weight: 600; padding: 6px 12px; border-radius: 999px; letter-spacing: 0.08em; text-transform: uppercase; display:inline-flex; align-items:center; gap: 6px; }
.b-navy { background: var(--apollo-navy); color: #fff; }
.b-gold { background: var(--apollo-gold); color: var(--apollo-navy); }
.b-soft { background: var(--apollo-cream); color: var(--apollo-gold-700); border: 1px solid var(--apollo-gold-300); }

/* ============ HEADER ============ */
.apollo-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: all 220ms cubic-bezier(.22,1,.36,1);
}
.apollo-header__inner {
  max-width: 1280px; margin: 0 auto; padding: 16px 32px;
  display: flex; align-items: center; gap: 24px;
  transition: padding 220ms cubic-bezier(.22,1,.36,1);
}
.apollo-header.scrolled {
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid var(--color-border);
}
.apollo-header.scrolled .apollo-header__inner { padding: 10px 32px; }

.apollo-header__brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--apollo-navy); }
.apollo-header__mark { width: 40px; height: 40px; }
.apollo-header__wordmark { display: flex; flex-direction: column; line-height: 1; }
.apollo-header__name { font-family: var(--font-display); font-weight: 600; font-size: 17px; letter-spacing: 0.08em; color: var(--apollo-navy); }
.apollo-header__sub { font-family: var(--font-display); font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--apollo-gray-600); margin-top: 3px; }

.apollo-header__nav { display: flex; gap: 28px; margin-left: auto; }
.apollo-header__nav a {
  font-family: var(--font-display); font-size: 14px; font-weight: 500;
  color: var(--apollo-navy); text-decoration: none; padding: 4px 0;
  position: relative; transition: color 220ms;
}
.apollo-header__nav a:hover { color: var(--apollo-gold-700); }
.apollo-header__nav a.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -6px;
  height: 1.5px; background: var(--apollo-gold);
}

.apollo-header__cta { display: flex; align-items: center; gap: 14px; }
.apollo-header__phone {
  font-family: var(--font-display); font-size: 13px; font-weight: 500;
  color: var(--apollo-navy); text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
}
.apollo-header__phone:hover { color: var(--apollo-gold-700); }
.apollo-header__menu { display: none; background: none; border: none; color: var(--apollo-navy); padding: 8px; }

/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: 720px;
  padding: 180px 0 100px;
  overflow: hidden;
  background: var(--apollo-cream);
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__photo {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 30%, rgba(255,255,255,0.5), transparent 60%),
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(234, 241, 248, 0.7), transparent 60%),
    var(--apollo-cream);
}
.hero__watermark {
  position: absolute;
  right: -100px; top: 50%;
  transform: translateY(-50%);
  width: 720px; height: 720px;
  opacity: 0.07;
  pointer-events: none;
}
.hero__photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(246,243,236,0.85) 0%, rgba(246,243,236,0.5) 50%, transparent 100%);
}

.hero__inner {
  max-width: 1240px; margin: 0 auto; padding: 0 32px;
  position: relative; z-index: 1;
}

.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px; background: rgba(255,255,255,0.7);
  border: 1px solid var(--apollo-gold-300); border-radius: 999px;
  font-size: 11px; margin-bottom: 28px;
}
.hero__eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--apollo-gold); box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.25); }

.hero__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(56px, 7vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: var(--apollo-navy);
  max-width: 14ch;
  margin-bottom: 28px;
}
.hero__title-italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  color: var(--apollo-gold-700);
  padding-right: 0.05em;
}

.hero__lede {
  font-family: var(--font-body);
  font-size: 19px;
  line-height: 1.6;
  color: var(--apollo-gray-700);
  max-width: 52ch;
  margin-bottom: 36px;
}

.hero__cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }

.hero__trust {
  display: flex; align-items: center; gap: 22px;
  flex-wrap: wrap;
}
.hero__trust-item { display: flex; align-items: center; gap: 10px; }
.hero__trust-stars { display: flex; gap: 1px; color: var(--apollo-gold); }
.hero__trust-text { font-family: var(--font-body); font-size: 13px; color: var(--apollo-gray-700); }
.hero__trust-text b { color: var(--apollo-navy); font-weight: 700; }
.hero__trust-sep { width: 1px; height: 22px; background: var(--apollo-gray-300); }

/* ============ SECTION HEAD ============ */
.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head--inverse { color: #fff; }
.section-head--inverse .section-title { color: #fff; }
.eyebrow {
  display: inline-block;
  font-family: var(--font-display); font-weight: 600; font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--apollo-gold-700); margin-bottom: 16px;
}
.eyebrow--gold { color: var(--apollo-gold); }
.section-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1; letter-spacing: -0.02em;
  color: var(--apollo-navy); margin-bottom: 18px;
}
.section-lede {
  font-family: var(--font-body); font-size: 17px; line-height: 1.6;
  color: var(--apollo-gray-700); max-width: 56ch; margin: 0 auto;
}

/* ============ SERVICES ============ */
.services { padding: 120px 0; background: #fff; }
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.svc {
  position: relative;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 28px;
  display: flex; flex-direction: column;
  transition: all 220ms cubic-bezier(.22,1,.36,1);
}
.svc:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(27,42,74,0.08); border-color: var(--apollo-navy-100); }
.svc--featured { background: var(--apollo-navy); color: #fff; border-color: var(--apollo-navy); }
.svc--featured .svc__body { color: var(--apollo-navy-300); }
.svc--featured .svc__title { color: #fff; }
.svc--featured .svc__price { color: var(--apollo-gold); }
.svc--featured .svc__icon { background: rgba(255,255,255,0.08); color: var(--apollo-gold); }
.svc--featured .svc__link { color: var(--apollo-gold); }
.svc__ribbon {
  position: absolute; top: 20px; right: 20px;
  background: var(--apollo-gold); color: var(--apollo-navy);
  font-family: var(--font-display); font-size: 10px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 999px;
}
.svc__icon {
  width: 52px; height: 52px;
  border-radius: 12px; background: var(--apollo-cream);
  display: flex; align-items: center; justify-content: center;
  color: var(--apollo-gold-700);
  margin-bottom: 20px;
}
.svc__eyebrow {
  font-family: var(--font-display); font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--apollo-gold-700); margin-bottom: 8px;
}
.svc--featured .svc__eyebrow { color: var(--apollo-gold); }
.svc__title { font-family: var(--font-display); font-weight: 500; font-size: 22px; line-height: 1.2; color: var(--apollo-navy); margin-bottom: 10px; }
.svc__body { font-family: var(--font-body); font-size: 14.5px; line-height: 1.55; color: var(--apollo-gray-700); margin-bottom: 24px; flex: 1; }
.svc__foot {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 18px; border-top: 1px solid var(--color-border);
  margin-top: auto;
}
.svc--featured .svc__foot { border-top-color: rgba(255,255,255,0.1); }
.svc__price { font-family: var(--font-display); font-size: 14px; font-weight: 600; color: var(--apollo-navy); }
.svc__link {
  font-family: var(--font-display); font-size: 13px; font-weight: 500;
  color: var(--apollo-navy); text-decoration: none;
  display: inline-flex; align-items: center; gap: 2px;
}
.svc__link:hover { color: var(--apollo-gold-700); }

/* ============ PROCESS ============ */
.process { padding: 120px 0; background: var(--apollo-navy); position: relative; overflow: hidden; }
.process::before {
  content: ''; position: absolute;
  right: -200px; top: -200px;
  width: 600px; height: 600px;
  background: url('../../assets/logo-mark-onnavy.png') center/contain no-repeat;
  opacity: 0.06;
  pointer-events: none;
}
.process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative; z-index: 1;
}
.process__step { padding: 8px 8px 0; }
.process__num {
  font-family: var(--font-display); font-weight: 500; font-size: 14px;
  color: var(--apollo-gold); letter-spacing: 0.1em;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.3);
  margin-bottom: 20px;
}
.process__title { font-family: var(--font-display); font-weight: 500; font-size: 22px; color: #fff; margin-bottom: 12px; }
.process__body { font-family: var(--font-body); font-size: 14.5px; line-height: 1.6; color: var(--apollo-navy-300); }

/* ============ GUARANTEE ============ */
.guarantee { padding: 120px 0; background: var(--apollo-cream); }
.guarantee__inner {
  display: grid; grid-template-columns: 280px 1fr; gap: 64px;
  align-items: center;
}
.guarantee__mark { display: flex; justify-content: center; }
.guarantee__mark img { width: 220px; height: 220px; filter: drop-shadow(0 12px 40px rgba(27,42,74,0.15)); }
.guarantee__title { font-family: var(--font-display); font-weight: 400; font-size: clamp(28px, 3.4vw, 44px); line-height: 1.15; letter-spacing: -0.015em; color: var(--apollo-navy); margin: 12px 0 18px; }
.guarantee__lede { font-family: var(--font-body); font-size: 17px; line-height: 1.65; color: var(--apollo-gray-700); margin-bottom: 22px; max-width: 60ch; }
.guarantee__chips { display: flex; gap: 8px; flex-wrap: wrap; }

/* ============ REVIEWS ============ */
.reviews { padding: 120px 0; background: #fff; }
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 14px; padding: 28px;
  display: flex; flex-direction: column;
}
.review__stars { color: var(--apollo-gold); display: flex; gap: 2px; margin-bottom: 18px; }
.review__quote { font-family: var(--font-serif); font-style: italic; font-size: 19px; line-height: 1.5; color: var(--apollo-navy); margin-bottom: 22px; flex: 1; }
.review__meta { padding-top: 16px; border-top: 1px solid var(--color-border); }
.review__name { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--apollo-navy); margin-bottom: 4px; }
.review__place { font-family: var(--font-body); font-size: 12.5px; color: var(--apollo-gray-600); }
.reviews__foot {
  margin-top: 48px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-size: 14px; color: var(--apollo-gray-700);
}
.reviews__foot svg { color: var(--apollo-gold); }
.reviews__foot b { color: var(--apollo-navy); font-weight: 700; }

/* ============ BOOKING ============ */
.booking { padding: 120px 0; background: var(--apollo-sky); }
.booking__inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: start; }
.booking__title { font-family: var(--font-display); font-weight: 400; font-size: clamp(34px, 3.8vw, 48px); line-height: 1.1; letter-spacing: -0.02em; color: var(--apollo-navy); margin: 12px 0 20px; }
.booking__lede { font-family: var(--font-body); font-size: 17px; line-height: 1.65; color: var(--apollo-gray-700); margin-bottom: 28px; max-width: 50ch; }
.booking__lede b { color: var(--apollo-navy); font-weight: 700; }
.booking__perks { display: flex; flex-direction: column; gap: 10px; }
.booking__perks li { display: flex; align-items: center; gap: 10px; font-family: var(--font-body); font-size: 15px; color: var(--apollo-navy); }
.booking__perks li svg { color: var(--apollo-gold); flex-shrink: 0; }

.booking__form {
  background: #fff;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 24px 60px rgba(27, 42, 74, 0.10), 0 6px 18px rgba(27, 42, 74, 0.05);
  border: 1px solid var(--color-border);
}

/* QuoteIQ embed wrapper — slightly tighter padding so the widget's own
   chrome doesn't double up on ours. */
.booking__form--embed { padding: 12px; min-height: 520px; }
.booking__form--embed #qiq-form { width: 100%; }
.booking__embed-placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  padding: 80px 24px;
  color: var(--apollo-gray-600);
  font-family: var(--font-body); font-size: 14px;
}
.booking__embed-placeholder a { color: var(--apollo-navy); text-decoration: none; border-bottom: 1px solid var(--apollo-gold); }
.booking__embed-spinner {
  width: 28px; height: 28px; border-radius: 50%;
  border: 2.5px solid var(--apollo-navy-100);
  border-top-color: var(--apollo-gold);
  animation: booking-spin 800ms linear infinite;
  margin-bottom: 14px;
}
@keyframes booking-spin { to { transform: rotate(360deg); } }
.booking__steps { display: flex; gap: 8px; margin-bottom: 24px; }
.booking__step {
  flex: 1;
  font-family: var(--font-display); font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--apollo-gray-500);
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-border);
  transition: all 220ms;
}
.booking__step.active { color: var(--apollo-navy); border-bottom-color: var(--apollo-gold); }

.booking__label { font-family: var(--font-display); font-size: 13px; font-weight: 600; color: var(--apollo-navy); margin-bottom: 14px; display: block; }
.booking__svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }
.booking__svc {
  background: #fff; border: 1.5px solid var(--color-border); border-radius: 10px;
  padding: 14px 16px; display: flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-size: 14px; font-weight: 500; color: var(--apollo-navy);
  text-align: left; transition: all 220ms cubic-bezier(.22,1,.36,1);
}
.booking__svc:hover { border-color: var(--apollo-navy-300); }
.booking__svc.on { border-color: var(--apollo-gold); background: var(--apollo-gold-50); }
.booking__svc svg { color: var(--apollo-gold-700); flex-shrink: 0; }
.booking__svc span:first-of-type { flex: 1; }
.booking__check {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--apollo-gold); color: var(--apollo-navy);
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
}
.booking__svc.on .booking__check { opacity: 1; }

.booking__next { width: 100%; margin-top: 18px; }
.booking__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.booking__form .field { margin-bottom: 14px; }
.booking__form textarea { resize: vertical; font-family: var(--font-body); }
.booking__actions { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; gap: 12px; }
.booking__small { font-family: var(--font-body); font-size: 12px; color: var(--apollo-gray-500); margin-top: 16px; text-align: center; }

.booking__success { text-align: center; padding: 24px 8px; }
.booking__success-mark {
  width: 80px; height: 80px; border-radius: 50%;
  background: var(--apollo-gold); color: var(--apollo-navy);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px;
}
.booking__success h3 { font-family: var(--font-display); font-weight: 500; font-size: 28px; color: var(--apollo-navy); margin-bottom: 14px; }
.booking__success p { font-family: var(--font-body); font-size: 15px; line-height: 1.55; color: var(--apollo-gray-700); margin: 0 auto 24px; max-width: 40ch; }
.booking__success p b { color: var(--apollo-navy); }

/* ============ FOOTER ============ */
.footer { background: var(--apollo-navy); color: #fff; padding: 80px 0 0; }
.footer__inner { display: grid; grid-template-columns: 1.2fr 2.5fr; gap: 64px; }
.footer__brand { display: flex; flex-direction: column; align-items: flex-start; }
.footer__mark { width: 64px; height: 64px; margin-bottom: 18px; }
.footer__name { font-family: var(--font-display); font-weight: 600; font-size: 22px; letter-spacing: 0.1em; color: #fff; }
.footer__sub { font-family: var(--font-display); font-size: 12px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--apollo-navy-300); margin-top: 4px; }
.footer__tagline { font-family: var(--font-display); font-size: 10px; letter-spacing: 0.2em; color: var(--apollo-gold); margin-top: 18px; }

.footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer__h { font-family: var(--font-display); font-weight: 600; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--apollo-gold); margin-bottom: 18px; }
.footer__cols ul { display: flex; flex-direction: column; gap: 10px; }
.footer__cols li, .footer__cols a {
  font-family: var(--font-body); font-size: 14px; color: var(--apollo-navy-300);
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
}
.footer__cols a:hover { color: #fff; }
.footer__cols svg { color: var(--apollo-gold); flex-shrink: 0; }

.footer__fine { border-top: 1px solid rgba(255,255,255,0.08); margin-top: 64px; padding: 22px 0; }
.footer__fine-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer__fine span, .footer__fine a {
  font-family: var(--font-body); font-size: 12px; color: var(--apollo-navy-300);
  text-decoration: none;
}
.footer__fine a:hover { color: var(--apollo-gold); }

/* ============ BUNDLE CALLOUT (under services grid) ============ */
.bundle {
  margin-top: 32px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 28px 32px;
  background: linear-gradient(98deg, var(--apollo-navy) 0%, #243558 100%);
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}
.bundle::before {
  content: ''; position: absolute;
  right: -100px; bottom: -120px;
  width: 320px; height: 320px;
  background: url('../../assets/logo-mark-onnavy.png') center/contain no-repeat;
  opacity: 0.07;
  pointer-events: none;
}
.bundle__mark {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--apollo-gold);
  color: var(--apollo-navy);
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 1;
}
.bundle__body { position: relative; z-index: 1; min-width: 0; }
.bundle__eyebrow {
  font-family: var(--font-display); font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--apollo-gold);
  margin-bottom: 6px;
}
.bundle__title {
  font-family: var(--font-display); font-weight: 500; font-size: 22px;
  color: #fff; line-height: 1.2; margin-bottom: 4px;
}
.bundle__lede {
  font-family: var(--font-body); font-size: 14px; line-height: 1.5;
  color: var(--apollo-navy-300); margin: 0; max-width: 60ch;
}
.bundle__tiers {
  display: flex; gap: 10px;
  position: relative; z-index: 1;
}
.bundle__tier {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  padding: 12px 16px;
  text-align: center;
  min-width: 88px;
}
.bundle__tier--hi {
  background: var(--apollo-gold);
  border-color: var(--apollo-gold);
}
.bundle__tier-pct {
  font-family: var(--font-display); font-weight: 500; font-size: 28px;
  line-height: 1; color: #fff;
  letter-spacing: -0.02em;
}
.bundle__tier--hi .bundle__tier-pct { color: var(--apollo-navy); }
.bundle__tier-pct span { font-size: 16px; margin-left: 2px; opacity: 0.85; }
.bundle__tier-label {
  font-family: var(--font-display); font-size: 11px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-top: 6px;
}
.bundle__tier--hi .bundle__tier-label { color: var(--apollo-navy); }

/* ============ BUNDLE NUDGE inside booking form ============ */
.booking__bundle {
  display: flex; align-items: center; gap: 14px;
  padding: 12px 16px;
  background: var(--apollo-gold-50);
  border: 1px solid var(--apollo-gold-300);
  border-radius: 10px;
  margin-top: 16px;
  animation: bundle-pop 280ms cubic-bezier(.22,1,.36,1);
}
@keyframes bundle-pop {
  0% { opacity: 0; transform: translateY(-4px); }
  100% { opacity: 1; transform: translateY(0); }
}
.booking__bundle-pct {
  font-family: var(--font-display); font-weight: 600; font-size: 22px;
  color: var(--apollo-navy);
  line-height: 1; letter-spacing: -0.02em;
  background: #fff;
  padding: 8px 12px; border-radius: 8px;
  border: 1px solid var(--apollo-gold);
  flex-shrink: 0;
}
.booking__bundle-pct span { font-size: 13px; margin-left: 1px; opacity: 0.7; }
.booking__bundle-text { display: flex; flex-direction: column; gap: 2px; }
.booking__bundle-text b {
  font-family: var(--font-display); font-weight: 600; font-size: 13.5px;
  color: var(--apollo-navy);
}
.booking__bundle-text span {
  font-family: var(--font-body); font-size: 12.5px; line-height: 1.4;
  color: var(--apollo-gray-700);
}

/* ============ ABOUT ============ */
.about { padding: 120px 0; background: #fff; }
.about__head { max-width: 780px; margin: 0 auto 64px; text-align: center; }
.about__split {
  display: grid; grid-template-columns: 1fr 1.25fr; gap: 56px;
  align-items: center; margin-bottom: 96px;
}
.about__photo-frame {
  position: relative;
  background: var(--apollo-cream);
  border-radius: 14px;
  aspect-ratio: 4 / 5;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--color-border);
  overflow: hidden;
}
.about__photo-frame img { width: 55%; height: auto; opacity: 0.22; }
.about__photo-cap {
  position: absolute; bottom: 14px; left: 14px;
  font-family: var(--font-display); font-size: 10px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--apollo-gray-600);
  background: rgba(255,255,255,0.9); padding: 6px 10px; border-radius: 999px;
  border: 1px solid var(--color-border);
}
.about__story p { font-family: var(--font-body); font-size: 16px; line-height: 1.65; color: var(--apollo-gray-700); margin-bottom: 16px; max-width: 56ch; }
.about__story .about__lede { font-size: 20px; line-height: 1.55; color: var(--apollo-navy); margin-bottom: 24px; }
.about__story em { font-family: var(--font-serif); font-style: italic; color: var(--apollo-gold-700); font-size: 1.05em; }
.about__sig { font-family: var(--font-serif); font-style: italic; font-size: 18px !important; color: var(--apollo-navy) !important; margin-top: 8px !important; }

.about__values {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  margin-bottom: 96px;
}
.about__value { padding: 24px; border: 1px solid var(--color-border); border-radius: 14px; background: #fff; }
.about__value-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--apollo-navy); color: var(--apollo-gold);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.about__value-title { font-family: var(--font-display); font-weight: 500; font-size: 17px; color: var(--apollo-navy); margin-bottom: 8px; }
.about__value-body { font-family: var(--font-body); font-size: 14px; line-height: 1.55; color: var(--apollo-gray-700); }

/* ----- Service area block (rewritten as full-width stack) ----- */
.about__area {
  background: var(--apollo-cream);
  border-radius: 18px;
  padding: 56px;
  display: flex; flex-direction: column;
  gap: 36px;
}
.about__area-head { max-width: 720px; }
.about__area-title { font-family: var(--font-display); font-weight: 400; font-size: clamp(28px, 3.4vw, 42px); line-height: 1.1; letter-spacing: -0.02em; color: var(--apollo-navy); margin: 8px 0 14px; }
.about__area-lede { font-family: var(--font-body); font-size: 17px; line-height: 1.6; color: var(--apollo-gray-700); max-width: 56ch; margin: 0; }

.about__area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px 32px;
  padding-top: 12px;
  border-top: 1px solid rgba(27, 42, 74, 0.08);
}
.about__area-region {
  font-family: var(--font-display); font-weight: 600; font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--apollo-gold-700); margin-bottom: 12px;
}
.about__area-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.about__area-chip {
  font-family: var(--font-display); font-size: 13px; font-weight: 500;
  padding: 5px 11px; border-radius: 999px;
  background: #fff; border: 1px solid var(--color-border); color: var(--apollo-navy);
}
.about__area-foot {
  font-family: var(--font-body); font-size: 14px; color: var(--apollo-gray-700);
  margin: 0; padding-top: 10px;
}
.about__area-foot a { color: var(--apollo-navy); font-weight: 600; }
.about__area-foot a:hover { color: var(--apollo-gold-700); }

/* ----- Service area map (real Google Map) ----- */
.svcmap {
  border-radius: 14px;
  overflow: hidden;
  background: var(--apollo-sky);
  border: 1px solid rgba(27, 42, 74, 0.08);
  box-shadow: 0 8px 24px rgba(27, 42, 74, 0.06);
}
.svcmap__canvas {
  width: 100%;
  height: 440px;
  background: var(--apollo-cream);
  position: relative;
}
.svcmap__loading {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-display); font-size: 13px; font-weight: 500;
  color: var(--apollo-gray-600); letter-spacing: 0.04em;
}
.svcmap__loading-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--apollo-gold);
  animation: svcmap-pulse 1.4s ease-in-out infinite;
}
@keyframes svcmap-pulse {
  0%, 100% { opacity: 0.3; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1.2); }
}
.svcmap__legend {
  display: flex; flex-wrap: wrap; gap: 22px;
  padding: 14px 20px;
  background: #fff;
  border-top: 1px solid rgba(27, 42, 74, 0.08);
  font-family: var(--font-display); font-size: 12px; font-weight: 500;
  color: var(--apollo-navy);
}
.svcmap__legend span {
  display: inline-flex; align-items: center; gap: 8px;
}
.svcmap__dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--apollo-navy); border: 1.5px solid #fff;
  box-shadow: 0 0 0 1px var(--apollo-navy-300);
}
.svcmap__dot--hq {
  background: var(--apollo-gold); border-color: var(--apollo-navy);
  box-shadow: 0 0 0 1px var(--apollo-gold-700);
}
.svcmap__ring {
  width: 14px; height: 14px; border-radius: 50%;
  background: rgba(201, 168, 76, 0.18);
  border: 1.5px solid var(--apollo-gold);
}

/* ============ ADDRESS AUTOCOMPLETE ============ */
.addr { position: relative; }
.addr__inputwrap {
  position: relative;
  display: flex; align-items: center;
}
.addr__pin { position: absolute; left: 14px; color: var(--apollo-gold-700); pointer-events: none; }
.addr__input {
  width: 100%;
  font-family: var(--font-body); font-size: 15px;
  padding: 13px 110px 13px 40px;
  border: 1px solid var(--color-border); border-radius: 8px;
  background: #fff; color: var(--apollo-navy);
  transition: all 220ms cubic-bezier(.22,1,.36,1);
}
.addr__input:focus { outline: 2px solid var(--apollo-gold); outline-offset: 2px; border-color: transparent; }
.addr__verified {
  position: absolute; right: 10px;
  display: inline-flex; align-items: center; gap: 4px;
  background: #e8f3ed; color: #2f7d4f;
  font-family: var(--font-display); font-size: 11px; font-weight: 600;
  letter-spacing: 0.06em;
  padding: 4px 9px; border-radius: 999px;
}
.addr__dropdown {
  position: absolute; left: 0; right: 0; top: calc(100% + 6px);
  background: #fff; border: 1px solid var(--color-border); border-radius: 10px;
  box-shadow: 0 12px 32px rgba(27, 42, 74, 0.12), 0 4px 10px rgba(27, 42, 74, 0.06);
  z-index: 10; overflow: hidden;
}
.addr__option {
  display: flex; align-items: flex-start; gap: 10px;
  width: 100%; background: #fff; border: none;
  padding: 12px 14px; text-align: left;
  transition: background 180ms;
  border-bottom: 1px solid var(--apollo-gray-100);
}
.addr__option:hover { background: var(--apollo-cream); }
.addr__option svg { color: var(--apollo-gold-700); margin-top: 3px; flex-shrink: 0; }
.addr__option-main { font-family: var(--font-body); font-size: 14px; font-weight: 600; color: var(--apollo-navy); }
.addr__option-sub  { font-family: var(--font-body); font-size: 12.5px; color: var(--apollo-gray-600); margin-top: 1px; }
.addr__powered { font-family: var(--font-body); font-size: 10px; color: var(--apollo-gray-500); padding: 6px 14px; text-align: right; background: var(--apollo-gray-50); }

/* ============ BOOKING — property step controls ============ */
.booking__addons-label {
  display: flex; align-items: baseline; justify-content: space-between;
  margin: 20px 0 10px;
  font-family: var(--font-display); font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--apollo-gray-600);
}
.booking__addons-hint {
  font-family: var(--font-body); font-size: 11px; font-weight: 400;
  text-transform: none; letter-spacing: 0;
  color: var(--apollo-gray-500);
}
.booking__svc-grid--addons { gap: 8px; }
.booking__svc--addon {
  padding: 12px 14px;
  background: var(--apollo-gray-50);
  border-color: var(--apollo-gray-200);
  font-size: 13.5px;
}
.booking__svc--addon svg { color: var(--apollo-gray-600); }
.booking__svc--addon.on { background: var(--apollo-navy-50); border-color: var(--apollo-navy-300); }
.booking__svc--addon.on svg { color: var(--apollo-navy); }
.booking__svc--addon.on .booking__check { background: var(--apollo-navy); color: #fff; }
.booking__field-row {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--apollo-gray-100);
}
.booking__field-row:last-child { border-bottom: none; }
.booking__field-label { font-family: var(--font-body); font-size: 14.5px; color: var(--apollo-navy); display: flex; flex-direction: column; gap: 2px; }
.booking__field-hint { font-family: var(--font-body); font-size: 12px; color: var(--apollo-gray-500); }
.booking__num {
  width: 110px;
  font-family: var(--font-display); font-weight: 500; font-size: 16px;
  text-align: right;
  padding: 9px 12px;
  border: 1px solid var(--color-border); border-radius: 8px;
  background: #fff; color: var(--apollo-navy);
}
.booking__num:focus { outline: 2px solid var(--apollo-gold); outline-offset: 2px; border-color: transparent; }
.booking__cond {
  margin-top: 16px;
  background: var(--apollo-cream);
  border-radius: 10px;
  padding: 6px 16px;
}
.booking__cond-tag {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-display); font-size: 10px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--apollo-gold-700);
  background: #fff;
  padding: 4px 9px; border-radius: 999px;
  margin: 12px 0 4px;
  border: 1px solid var(--apollo-gold-300);
}
.booking__cond .booking__field-row { border-bottom-color: rgba(168, 138, 54, 0.18); }

.stepper {
  display: inline-flex; align-items: center;
  background: #fff; border: 1px solid var(--color-border); border-radius: 8px;
  overflow: hidden;
}
.stepper button {
  width: 36px; height: 36px;
  background: #fff; border: none;
  font-family: var(--font-display); font-size: 18px; font-weight: 500;
  color: var(--apollo-navy);
  transition: background 180ms;
}
.stepper button:hover { background: var(--apollo-cream); }
.stepper__val {
  padding: 0 14px; min-width: 50px; text-align: center;
  font-family: var(--font-display); font-size: 15px; font-weight: 500;
  color: var(--apollo-navy);
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  height: 36px; display: flex; align-items: center; justify-content: center;
}
.stepper__suf { font-size: 11px; color: var(--apollo-gray-600); font-weight: 400; margin-left: 2px; }

.yesno {
  display: inline-flex;
  background: var(--apollo-gray-100); border-radius: 999px; padding: 3px;
}
.yesno button {
  font-family: var(--font-display); font-size: 13px; font-weight: 500;
  padding: 7px 18px; border-radius: 999px; border: none; background: transparent;
  color: var(--apollo-gray-700);
  transition: all 180ms;
}
.yesno button.on { background: var(--apollo-navy); color: #fff; box-shadow: 0 2px 6px rgba(27,42,74,0.18); }

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .apollo-header__nav, .apollo-header__cta { display: none; }
  .apollo-header__menu { display: inline-flex; margin-left: auto; }
  .services__grid, .reviews__grid { grid-template-columns: 1fr; }
  .process__grid { grid-template-columns: 1fr 1fr; }
  .booking__inner, .guarantee__inner, .footer__inner { grid-template-columns: 1fr; gap: 40px; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
  .hero { padding: 140px 0 80px; min-height: auto; }
  .about__split { grid-template-columns: 1fr; gap: 32px; }
  .about__area { padding: 32px; }
  .about__values { grid-template-columns: 1fr 1fr; }
  .svcmap__canvas { height: 320px; }
  .bundle { grid-template-columns: 1fr; gap: 18px; padding: 24px; text-align: left; }
  .bundle__tiers { justify-content: flex-start; }
}
