/* ── VARIABLES (single light theme) ── */
:root {
  --teal:      #2563eb;
  --teal2:     #3b82f6;
  --teal-lt:   #dbeafe;
  --navy:      #0B236B;
  --amber:     #FFD200;
  --amber2:    #FFD633;
  --text:      #111827;
  --muted:     #6b7280;
  --light:     #f0f4fa;
  --white:     #fefefe;
  --border:    #93c5fd;
  --radius:    24px;
  --shadow:    0 4px 24px rgba(0,0,0,0.07);
  --shadow-lg: 0 12px 48px rgba(0,0,0,0.10);
  --nav-treatments:       #ef4444;
  --nav-treatments-hover: #dc2626;
  /* Sampled from images/logo.webp — matches logo red */
  --logo-red:       #DE0402;
  --logo-red-hover: #E61F1F;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ── CONTAINER ── */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ── TYPOGRAPHY ── */
h1, h2, h3 { font-family: 'Playfair Display', serif; line-height: 1.1; letter-spacing: -0.5px; }
h1 { font-size: clamp(3rem, 6vw, 5rem); font-weight: 900; }
h1 em { font-style: normal; color: var(--amber); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 900; color: var(--navy); margin-bottom: 12px; }
h3 { font-size: 1.15rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
p { color: var(--muted); line-height: 1.75; }

.eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 10px;
}

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--amber);
  color: var(--navy);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: var(--radius);
  transition: all 0.2s;
  box-shadow: 0 4px 16px rgba(255,210,0,0.35);
  white-space: nowrap;
}
.btn-primary:hover { background: var(--amber2); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,210,0,0.45); }
.btn-primary.large { padding: 18px 36px; font-size: 1rem; }
.btn-secondary.large { padding: 18px 36px; font-size: 1rem; }
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--logo-red);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 14px 20px;
  border: 1.5px solid var(--logo-red);
  border-radius: var(--radius);
  transition: all 0.2s;
}
.btn-secondary:hover {
  background: var(--logo-red-hover);
  color: #ffffff;
  border-color: var(--logo-red-hover);
}
.btn-secondary .phone-icon { display:inline-flex; align-items:center; margin-right:6px; }
.btn-secondary .phone-icon svg { width:1em; height:1em; stroke:currentColor; fill:none; }
/* Phone call CTAs: optional mask when icon is not inline SVG */
a.btn-secondary[href^="tel:"] {
  color: #ffffff;
  background: var(--logo-red);
  border-color: var(--logo-red);
}
a.btn-secondary[href^="tel:"]:hover {
  color: #ffffff;
  background: var(--logo-red-hover);
  border-color: var(--logo-red-hover);
}
a.btn-secondary[href^="tel:"] .phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.1em;
  height: 1.1em;
  font-size: 0 !important;
  line-height: 0;
  overflow: hidden;
  position: relative;
  vertical-align: -0.12em;
}
a.btn-secondary[href^="tel:"] .phone-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
a.btn-secondary[href^="tel:"] .phone-icon:has(svg) {
  font-size: inherit !important;
  width: auto;
  height: auto;
  line-height: 0;
  overflow: visible;
  position: relative;
  vertical-align: middle;
}
a.btn-secondary[href^="tel:"] .phone-icon:has(svg)::before {
  content: none;
  display: none;
}
.step-icon { margin-bottom: 14px; }
.step-icon svg { stroke: var(--teal); }
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: var(--teal);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 13px 24px;
  border: 1.5px solid var(--teal);
  border-radius: var(--radius);
  transition: all 0.2s;
}
.btn-outline:hover { background: var(--teal); color: white; }

/* ── SECTION BASE ── */
.section { padding: 96px 0; }
.section-header { text-align: center; max-width: 600px; margin: 0 auto 56px; }
.section-header p { font-size: 1rem; margin-top: 12px; }
.section-header.light h2 { color: white; }
.section-header.light p { color: rgba(255,255,255,0.65); }
.section-header.light .eyebrow { color: var(--amber); }

.page-hero {
  background-color: var(--navy);
  position: relative;
  text-align: center;
}

/* Treatment / self-service style heroes: less gap under fixed nav; optional copy + image split on desktop */
.page-hero.treatment-hero-split {
  padding-top: 140px !important;
  padding-bottom: 72px !important;
}

.page-hero.treatment-hero-split .treatment-hero-inner--single {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 769px) {
  .page-hero.treatment-hero-split .treatment-hero-inner--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(32px, 4vw, 56px);
    align-items: center;
    max-width: 1140px;
  }
  .page-hero.treatment-hero-split .treatment-hero-inner--split .treatment-hero-copy {
    text-align: left;
  }
  .page-hero.treatment-hero-split .treatment-hero-inner--split .treatment-hero-media {
    justify-self: end;
  }
  .page-hero.treatment-hero-split .treatment-hero-inner--split .treatment-hero-media .hero-img-stack {
    max-width: 440px;
    width: 100%;
  }
  .page-hero.treatment-hero-split .treatment-hero-inner--split .treatment-hero-media .hero-img-main {
    border-radius: 12px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  }
}

.page-hero.treatment-hero-split .treatment-hero-media {
  overflow: visible;
}
.treatment-hero-media .hero-img-stack {
  position: relative;
  display: inline-block;
  max-width: 440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.treatment-hero-media .hero-img-secondary {
  width: 140px;
  height: 180px;
  object-fit: contain;
  background: none;
  padding: 0;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.treatment-hero-media .hero-img-main {
  width: 100%;
  max-width: 440px;
  height: auto;
  aspect-ratio: 520 / 420;
  max-height: 420px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Geo location pages: picture-in-picture hero stack (matches homepage / treatment) */
.geo-hero-img .hero-img-stack {
  position: relative;
  display: inline-block;
  width: 100%;
}
.geo-hero-img .hero-img-main {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 48px rgba(0,0,0,0.12);
}
.geo-hero-img .hero-img-secondary {
  position: absolute;
  bottom: -24px;
  left: -24px;
  width: 160px;
  height: 120px;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  z-index: 2;
}
.geo-hero-img .geo-secondary-machine {
  object-fit: contain;
  background: none;
  padding: 0;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 120px;
}

/* ── HEADER / NAV ── */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  background: rgba(248,250,255,0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(37,99,235,0.15);
  height: 105px;
  transition: height 0.3s ease;
}
.site-header.scrolled { height: 70px; }
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 105px;
}
.site-header.scrolled .nav { height: 70px; }
.nav-logo-img { height: 66px; width: auto; transition: height 0.3s ease; }
.site-header.scrolled .nav-logo-img { height: 44px; }
.announce-bar {
  position: fixed;
  top: 105px;
  left: 0;
  right: 0;
  z-index: 199;
  height: 40px;
  background: var(--navy);
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: top 0.3s ease;
  border-top: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.site-header.scrolled ~ .announce-bar { top: 70px; }

.announce-track-wrap {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.announce-track {
  display: inline-block;
  white-space: nowrap;
  animation: announce-ticker 22s linear infinite;
}

.announce-line-1,
.announce-line-2 {
  display: inline;
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.78rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.announce-line-2 { display: none; }

/* Start with "NEW:" roughly centered, then loop by exactly one copy (50% of track = two duplicate spans) */
@keyframes announce-ticker {
  0%   { transform: translateX(calc(50vw - 2.5ch)); }
  100% { transform: translateX(calc(50vw - 2.5ch - 50%)); }
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 28px);
}
.nav-links a {
  font-size: clamp(0.98rem, 0.95vw + 0.76rem, 1.12rem);
  font-weight: 500;
  color: var(--navy);
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--teal); }
/* Top-level Treatments — matches palette (NEW badge / accent) on every page */
.nav-links > li > a[href$="treatment.html"],
.nav-links > li.nav-dropdown > a[href$="treatment.html"] {
  color: var(--nav-treatments) !important;
  font-weight: 700 !important;
}
.nav-links > li > a[href$="treatment.html"] .dropdown-arrow,
.nav-links > li.nav-dropdown > a[href$="treatment.html"] .dropdown-arrow {
  color: inherit;
}
.nav-links > li > a[href$="treatment.html"]:hover,
.nav-links > li.nav-dropdown > a[href$="treatment.html"]:hover {
  color: var(--nav-treatments-hover) !important;
}
.nav-treatments-callout {
  color: var(--nav-treatments) !important;
  font-weight: 700 !important;
}
.nav-treatments-callout:hover { color: var(--nav-treatments-hover) !important; }
.nav-book {
  background: var(--amber) !important;
  color: var(--navy) !important;
  font-weight: 700 !important;
  font-size: clamp(0.98rem, 0.95vw + 0.76rem, 1.12rem) !important;
  padding: 11px 20px;
  border-radius: var(--radius);
  transition: background 0.2s !important;
}
.nav-book:hover { background: var(--amber2) !important; }
.nav-dropdown { position: relative; }
.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 8px 0;
  min-width: 180px;
  box-shadow: var(--shadow-lg);
  padding-top: 16px;
  margin-top: 0;
  z-index: 300;
}
@media (min-width: 769px) {
  .nav-dropdown:hover .dropdown { display: block; }
}
@media (max-width: 768px) {
  .nav-dropdown:hover .dropdown { display: none !important; }
  .nav-dropdown.open .dropdown {
    display: block !important;
    position: static;
    transform: none;
    left: auto;
    margin-top: 10px;
    margin-bottom: 4px;
    padding: 8px 0 8px 16px;
    box-shadow: none;
    border: none;
    border-left: 3px solid var(--teal-lt);
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
.nav-dropdown.open .dropdown { display: block; }

.dropdown-arrow {
  font-size: 0.65rem;
  margin-left: 4px;
  display: inline-block;
  transition: transform 0.2s ease;
}
.nav-dropdown.open .dropdown-arrow { transform: rotate(180deg); }
.dropdown li a {
  display: block;
  padding: 9px 18px;
  font-size: 0.85rem;
  color: var(--text) !important;
  transition: background 0.15s;
}
.dropdown li a:hover { background: var(--teal-lt); color: var(--teal) !important; }
.nav-new-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ef4444;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 999px;
  line-height: 1;
  position: relative;
  top: -1px;
  flex-shrink: 0;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; }

/* ── HERO ── */
.hero {
  background: #f8faff;
  padding-top: 140px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 50%, rgba(37,99,235,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
}
/* Home index: game pill in top band of right column (between nav zone and image) */
.hero-inner--home {
  grid-template-rows: 1fr auto;
  column-gap: 60px;
  row-gap: 12px;
  align-items: start;
}
.hero-inner--home .hero-game-pill {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  z-index: 2;
}
.hero-inner--home .hero-content {
  grid-column: 1;
  grid-row: 1 / -1;
}
.hero-inner--home .hero-media {
  grid-column: 2;
  grid-row: 2;
}
.hero-content { position: relative; z-index: 1; }
.hero-content .eyebrow {
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.hero-content .eyebrow::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--teal);
  border-radius: 50%;
}
.hero-content .eyebrow--no-dot {
  padding-left: 0;
  font-size: 0.95rem;
}
.hero-content .eyebrow--no-dot::before {
  display: none;
  content: none;
}
.hero-content h1 { color: var(--navy); margin-bottom: 16px; }
.hero-content h1.hero-title {
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  line-height: 1.12;
  letter-spacing: -0.4px;
}
.hero-title-line {
  display: block;
}
.hero-sub {
  font-size: 1.05rem;
  color: rgba(19,78,74,0.7);
  margin-bottom: 32px;
  max-width: 440px;
}
.hero-sub--dark { color: var(--navy) !important; opacity: 0.85; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; align-items: center; }
/* Home hero: Book + phone row, guarantee pill centered below (index only) */
.hero-cta-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 32px;
}
.hero-cta-stack .hero-ctas {
  margin-bottom: 0;
  justify-content: flex-start;
}
.hero-cta-stack .hero-guarantee {
  align-self: center;
  margin: 0;
}
.hero-guarantee {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin: 20px auto 0;
  background: rgba(37,99,235,0.06);
  border: 1px solid rgba(37,99,235,0.2);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 0.82rem;
  color: rgba(19,78,74,0.85);
  white-space: nowrap;
}
.guarantee-icon { font-size: 1.6rem; flex-shrink: 0; }
.hero-guarantee strong { color: var(--navy); font-weight: 700; }
.hero-guarantee span { color: rgba(19,78,74,0.5); }
.hero-media {
  position: relative;
}
.hero-game-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 60px;
  background: var(--amber);
  color: var(--navy);
  font-weight: 700;
  font-size: 0.82rem;
  text-decoration: none;
  line-height: 1.3;
  text-align: center;
  transition: transform 0.2s ease;
  flex-shrink: 0;
  max-width: 100%;
}
.hero-game-pill:hover {
  transform: translateY(-2px);
}
.hero-img-stack {
  position: relative;
  width: 100%;
}
.hero-badge-float {
  position: absolute;
  top: -16px; right: 0;
  background: #ffffff;
  color: var(--navy);
  font-weight: 800;
  font-size: 0.78rem;
  padding: 8px 16px;
  border-radius: 60px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 4px 16px rgba(11, 35, 107, 0.35);
  z-index: 2;
  animation: float 3s ease-in-out infinite;
}
.hero-badge-float-2 {
  position: absolute;
  top: -16px;
  left: 0;
  background: #ffffff;
  color: var(--navy);
  font-weight: 800;
  font-size: 0.78rem;
  padding: 8px 16px;
  border-radius: 60px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 4px 16px rgba(11, 35, 107, 0.35);
  z-index: 2;
  animation: float 3s ease-in-out infinite;
}
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }
.hero-img-main {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.hero-img-secondary {
  position: absolute;
  bottom: -24px; left: -24px;
  width: 190px; height: 150px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 4px solid white;
  box-shadow: var(--shadow);
}
.hero-stat {
  position: absolute;
  top: 24px; left: -20px;
  background: white;
  border-radius: 60px;
  padding: 10px 18px;
  box-shadow: var(--shadow);
  text-align: center;
}
.stat-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--teal);
  line-height: 1;
}
.stat-label { font-size: 0.68rem; color: var(--muted); font-weight: 600; white-space: nowrap; }

/* Location bar */
.hero-locations {
  background: rgba(37,99,235,0.06);
  border-top: 1px solid rgba(37,99,235,0.15);
  padding: 14px 0;
}
.locations-bar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.loc-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  background: rgba(37,99,235,0.07);
  border: 1px solid rgba(37,99,235,0.2);
  border-radius: 60px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--navy);
  transition: all 0.2s;
  cursor: pointer;
}
.loc-pill:hover { background: rgba(37,99,235,0.14); color: var(--navy); border-color: rgba(37,99,235,0.35); transform: translateY(-1px); }
.loc-pill span { color: rgba(19,78,74,0.45); font-weight: 700; font-size: 0.9rem; }

.hero .btn-primary {
  background: var(--amber);
  color: var(--navy);
  box-shadow: 0 4px 16px rgba(255,210,0,0.35);
}
.hero .btn-primary:hover {
  background: var(--amber2);
  box-shadow: 0 8px 24px rgba(255,210,0,0.45);
}
.hero .btn-secondary:not([href^="tel:"]) {
  background: transparent;
  color: var(--navy);
  border-color: rgba(11,35,107,0.3);
}
.hero .btn-secondary:not([href^="tel:"]):hover {
  background: transparent;
  border-color: var(--teal);
  color: var(--teal);
}

/* ── TRUST BAR ── */
.trust-bar { background: var(--teal-lt); border-bottom: 1px solid var(--border); padding: 24px 0; }
.trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 32px;
  text-align: center;
  min-height: 64px;
}
.trust-item strong { font-size: 0.95rem; color: var(--teal); font-weight: 700; }
.trust-item span { font-size: 0.78rem; color: var(--muted); margin-top: 2px; }
.trust-divider { width: 1px; height: 36px; background: var(--border); }

/* ── HOW IT WORKS ── */
.how-it-works { background: var(--white); }
.steps-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 40px;
}
.step {
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: all 0.25s;
}
.step:hover { border-color: var(--teal2); box-shadow: var(--shadow); transform: translateY(-4px); }
.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 900;
  color: var(--border);
  line-height: 1;
  margin-bottom: 12px;
}
.step-icon { font-size: 1.8rem; margin-bottom: 12px; }
.step p { font-size: 0.9rem; }
.step-arrow { font-size: 1.5rem; color: var(--border); align-self: center; padding-top: 20px; }
.how-cta { display: flex; gap: 16px; justify-content: center; }

/* ── PHOTO STRIP ── */
.photo-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 348px;
  overflow: hidden;
}
.photo-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
  transition: transform 0.4s;
}
.photo-strip img:hover { transform: scale(1.04); }

.video-wrapper:hover div[id="video-play-btn"] div {
  transform: scale(1.1);
}

/* ── ABOUT ── */
.about-section { background: var(--light); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.about-img-wrap { position: relative; }
.about-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.about-content p { margin-bottom: 16px; }
.about-list {
  margin: 20px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-list li { font-size: 0.9rem; color: var(--text); font-weight: 500; }

/* ── REVIEWS ── */
.reviews-section { background: white; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.review-card {
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  position: relative;
}
.stars { color: var(--amber); font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 16px; }
.review-card p { font-size: 0.9rem; font-style: italic; color: var(--text); margin-bottom: 20px; line-height: 1.7; }
.reviewer strong { display: block; font-size: 0.875rem; color: var(--navy); }
.reviewer span { font-size: 0.78rem; color: var(--muted); }
.reviews-cta { text-align: center; }

/* ── LOCATIONS ── */
.locations-section { background: var(--navy); }
.locations-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.location-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 24px 18px;
  text-align: center;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.location-card:hover { background: rgba(255,255,255,0.1); border-color: var(--amber); transform: translateY(-4px); }
.loc-name { font-weight: 700; color: white; font-size: 0.95rem; }
.loc-address { font-size: 0.78rem; color: rgba(255,255,255,0.4); line-height: 1.5; }
.loc-phone { font-size: 0.82rem; color: rgba(255,255,255,0.65); font-weight: 600; }
.loc-book { font-size: 0.75rem; font-weight: 700; color: var(--amber); letter-spacing: 0.5px; margin-top: 4px; }

/* ── CTA BANNER ── */
.cta-banner { background: var(--teal); padding: 72px 0; }
.cta-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.cta-banner h2 { color: white; margin-bottom: 8px; }
.cta-banner p { color: rgba(255,255,255,0.7); font-size: 1rem; }

/* ── FOOTER ── */
.site-footer { background: var(--navy); padding-top: 64px; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}
.footer-logo { height: 44px; width: auto; margin-bottom: 14px; }
.footer-brand p { font-size: 0.85rem; color: rgba(255,255,255,0.4); line-height: 1.7; max-width: 260px; margin-bottom: 16px; }
.footer-social { display: flex; gap: 16px; }
.footer-social a { font-size: 0.82rem; color: rgba(255,255,255,0.4); transition: color 0.2s; }
.footer-social a:hover { color: var(--amber); }
.footer-col h4 { font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase; color: var(--amber); margin-bottom: 14px; font-weight: 700; }
.footer-col a { display: block; font-size: 0.85rem; color: rgba(255,255,255,0.45); margin-bottom: 10px; transition: color 0.2s; }
.footer-col a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 20px 0; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; }
.footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.25); }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom div a { font-size: 0.78rem; color: rgba(255,255,255,0.25); transition: color 0.2s; }
.footer-bottom div a:hover { color: rgba(255,255,255,0.6); }

/* ── LARRY FLOAT (chat launcher) — stay above Mangomint chat iframe ── */
#larry-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10000000 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  transition: transform 0.2s;
  animation: larry-float 3s ease-in-out infinite;
  transform-origin: center bottom;
}
#larry-float .larry-chat-label {
  display: inline-block;
  background: #fff;
  color: var(--navy);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.12);
  line-height: 1.2;
  white-space: nowrap;
  flex-shrink: 0;
}
#larry-float img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid var(--logo-red);
  object-fit: cover;
  object-position: center 41%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  display: block;
}
@keyframes larry-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
#larry-float:hover {
  animation-play-state: paused;
  transform: scale(1.1);
  transform-origin: center bottom;
}
/* When chat is open, Larry shrinks to a small close button out of the way of the send area */
#larry-float.chat-is-open {
  width: 44px !important;
  height: 44px !important;
  bottom: auto !important;
  top: 16px !important;
  right: 16px !important;
  background: #fff !important;
  transition: all 0.25s ease !important;
}
#larry-float.chat-is-open img {
  display: none !important;
}
#larry-float.chat-is-open .larry-chat-label {
  display: none !important;
}
#larry-float.chat-is-open::after {
  content: "✕";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-content { animation: fadeUp 0.7s ease both; }
.hero-inner--home .hero-game-pill { animation: fadeUp 0.7s 0.1s ease both; }
.hero-media { animation: fadeUp 0.7s 0.15s ease both; }

/* ── MOBILE ── */
@media (max-width: 1024px) {
  .locations-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; position: fixed; top: 105px; left: 0; right: 0; background: white; padding: 24px 32px; border-bottom: 1px solid var(--border); gap: 16px; }
  .site-header.scrolled .nav-links { top: 70px; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }
  .hero-inner { grid-template-columns: 1fr; padding: 48px 0; gap: 40px; }
  .hero-inner--home {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "pill"
      "content"
      "media";
    row-gap: 20px;
    column-gap: 0;
  }
  .hero-inner--home .hero-game-pill {
    grid-area: pill;
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
    align-self: center;
    max-width: min(100%, 22rem);
  }
  .hero-inner--home .hero-content {
    grid-area: content;
    grid-column: auto;
    grid-row: auto;
  }
  .hero-inner--home .hero-media {
    grid-area: media;
    grid-column: auto;
    grid-row: auto;
  }
  .hero-img-secondary, .hero-stat { display: none; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-arrow { display: none; }
  .photo-strip { grid-template-columns: repeat(3, 1fr); height: 261px; }
  .photo-strip img:nth-child(1), .photo-strip img:nth-child(5) { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .locations-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-banner-inner { flex-direction: column; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .trust-bar-inner { gap: 0; }
  .trust-divider { display: none; }
  .trust-item { padding: 8px 16px; }
  .section { padding: 64px 0; }
  .container { padding: 0 20px; }

  .announce-bar {
    height: 40px;
  }
  .announce-track-wrap {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .announce-track {
    display: inline-block;
    white-space: nowrap;
    animation: announce-ticker 22s linear infinite;
    flex-direction: unset;
    gap: unset;
  }
  .announce-line-1 {
    display: inline;
    font-size: 0.88rem;
    letter-spacing: 1px;
    text-align: unset;
    white-space: nowrap;
  }
  .announce-line-2 {
    display: none;
  }
  #larry-float .larry-chat-label {
    font-size: 0.75rem;
    padding: 6px 12px;
  }
  .hero { padding-top: 157px; }
  .page-hero { padding-top: 157px !important; }
  .page-hero.treatment-hero-split {
    padding-top: 132px !important;
    padding-bottom: 56px !important;
  }
  .page-hero.treatment-hero-split .treatment-hero-inner--split {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .geo-hero { padding-top: 115px !important; }
  .hero-cta-stack {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-cta-stack .hero-ctas {
    justify-content: center;
  }
  .hero-ctas {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .hero-ctas .btn-primary,
  .hero-ctas .btn-secondary {
    flex: 0 1 auto;
    width: auto;
    padding: 12px 22px;
    font-size: 1.02rem;
    text-align: center;
    justify-content: center;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .locations-grid { grid-template-columns: 1fr; }
  .how-cta { flex-direction: column; align-items: center; }
}

/* ─────────────────────────────────────────────
   Hide Mangomint's default WebChat launcher
   Larry float is the only visible trigger.
   The chat iframe itself stays functional.
   ───────────────────────────────────────────── */
.mangomint-chat-bubble {
  display: none !important;
}
