/* Comparion — David Thommes Premium Site */
:root {
  --purple-dark: #1C164C;
  --purple-mid: #2A2366;
  --purple-muted: #3E386B;
  --teal: #7CE3E1;
  --teal-hover: #5FD4D2;
  --teal-glow: rgba(124, 227, 225, 0.2);
  --light-teal: #F2FCFC;
  --white: #FFFFFF;
  --off-white: #F8F9FC;
  --gray-100: #F1F3F8;
  --gray-200: #E5E8EF;
  --text: #1A1D26;
  --text-muted: #5A6175;
  --shadow-sm: 0 1px 3px rgba(28, 22, 76, 0.06);
  --shadow-md: 0 8px 32px rgba(28, 22, 76, 0.1);
  --shadow-lg: 0 20px 60px rgba(28, 22, 76, 0.14);
  --radius: 12px;
  --radius-lg: 20px;
  --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --max-width: 1140px;
  --header-height: 76px;
  --font-serif: 'DM Serif Display', Georgia, serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  line-height: 1.65;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

body.has-sticky-cta { padding-bottom: 72px; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.diamond {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--teal);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.diamond--purple { background: var(--purple-dark); }

/* ── Header ── */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  height: var(--header-height);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid transparent;
  transition: var(--transition);
}

.header.is-scrolled {
  border-color: var(--gray-200);
  box-shadow: var(--shadow-sm);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}

.header__logo img { height: 38px; width: auto; }

.header__nav { display: none; gap: 28px; }

.header__nav a {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--purple-muted);
  transition: color var(--transition);
}

.header__nav a:hover { color: var(--purple-dark); }

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

.header__phone {
  display: none;
  font-weight: 700;
  color: var(--purple-dark);
  font-size: 0.9375rem;
}

.mobile-menu-btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}

.mobile-menu-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--purple-dark);
  border-radius: 2px;
}

.mobile-nav {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--white);
  padding: 20px 24px;
  border-bottom: 1px solid var(--gray-200);
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: var(--transition);
}

.mobile-nav.is-open { opacity: 1; visibility: visible; transform: none; }

.mobile-nav a {
  display: block;
  padding: 12px 0;
  font-weight: 600;
  color: var(--purple-dark);
  border-bottom: 1px solid var(--gray-100);
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.9375rem;
  transition: var(--transition);
  white-space: nowrap;
  border: 2px solid transparent;
}

.btn--primary {
  background: var(--teal);
  color: var(--purple-dark);
}

.btn--primary:hover {
  background: var(--teal-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px var(--teal-glow);
}

.btn--outline {
  border-color: var(--gray-200);
  color: var(--purple-dark);
  background: var(--white);
}

.btn--outline:hover { border-color: var(--teal); box-shadow: var(--shadow-sm); }

.btn--ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--white);
}

.btn--ghost:hover { background: rgba(255, 255, 255, 0.08); }

.btn--outline-dark {
  border-color: var(--gray-200);
  color: var(--purple-dark);
  background: var(--white);
}

.btn--outline-dark:hover { border-color: var(--teal); }

.btn--white-ghost {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--white);
}

.btn--white-ghost:hover { background: rgba(255, 255, 255, 0.1); }

.btn--sm { padding: 9px 18px; font-size: 0.8125rem; }
.btn--lg { padding: 16px 28px; font-size: 1rem; }

/* ── Hero ── */
.hero {
  position: relative;
  padding-top: var(--header-height);
  background: linear-gradient(165deg, #FAF8F2 0%, #FDFCF8 50%, #F4F9F8 100%);
  overflow: hidden;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  background: url('../assets/lifestyle/naperville-riverwalk.jpg') center 28% / cover no-repeat;
  pointer-events: none;
}

.hero__backdrop::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 1050px 620px at 62% 47%, rgba(253, 252, 248, 0.96) 0%, rgba(253, 252, 248, 0.85) 32%, rgba(253, 252, 248, 0.45) 58%, rgba(253, 252, 248, 0.04) 82%),
    radial-gradient(ellipse 620px 520px at 30% 58%, rgba(253, 252, 248, 0.55) 0%, rgba(253, 252, 248, 0) 68%),
    linear-gradient(to bottom, rgba(253, 252, 248, 0.5) 0%, rgba(253, 252, 248, 0.08) 35%, rgba(253, 252, 248, 0.12) 100%);
}

.hero__aurora {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__aurora span {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  will-change: transform;
}

.hero__aurora span:nth-child(1) {
  width: 640px;
  height: 520px;
  top: -12%;
  right: -8%;
  background: radial-gradient(circle, rgba(124, 227, 225, 0.26) 0%, transparent 65%);
  animation: aurora-drift-a 16s ease-in-out infinite alternate;
}

.hero__aurora span:nth-child(2) {
  width: 520px;
  height: 480px;
  bottom: -18%;
  left: -10%;
  background: radial-gradient(circle, rgba(62, 56, 107, 0.1) 0%, transparent 65%);
  animation: aurora-drift-b 20s ease-in-out infinite alternate;
}

.hero__aurora span:nth-child(3) {
  width: 420px;
  height: 380px;
  top: 30%;
  left: 34%;
  background: radial-gradient(circle, rgba(255, 214, 165, 0.16) 0%, transparent 65%);
  animation: aurora-drift-c 24s ease-in-out infinite alternate;
}

@keyframes aurora-drift-a {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(-70px, 50px) scale(1.12); }
}

@keyframes aurora-drift-b {
  from { transform: translate(0, 0) scale(1.08); }
  to { transform: translate(60px, -40px) scale(1); }
}

@keyframes aurora-drift-c {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(50px, 35px) scale(1.15); }
}

@keyframes hero-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

.hero__badge, .hero__title, .hero__lead, .hero__actions, .hero__meta {
  animation: hero-rise 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__badge { animation-delay: 0.05s; }
.hero__title { animation-delay: 0.14s; }
.hero__lead { animation-delay: 0.23s; }
.hero__actions { animation-delay: 0.32s; }
.hero__meta { animation-delay: 0.41s; }

.hero__visual {
  animation: hero-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

@media (prefers-reduced-motion: reduce) {
  .hero__aurora span,
  .hero__badge, .hero__title, .hero__lead,
  .hero__actions, .hero__meta, .hero__visual { animation: none; }
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top, var(--white), transparent);
  pointer-events: none;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  padding: 48px 0 72px;
  min-height: calc(100svh - var(--header-height));
}

.hero__visual { display: flex; flex-direction: column; align-items: center; }

.hero__photo-wrap { position: relative; }

.hero__photo {
  width: min(300px, 85vw);
  height: min(300px, 85vw);
  border-radius: var(--radius-lg);
  object-fit: cover;
  object-position: center 12%;
  box-shadow: var(--shadow-lg);
  border: 4px solid var(--white);
}

.hero__credentials {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
}

.hero__credential {
  padding: 5px 11px;
  background: var(--purple-dark);
  color: var(--white);
  font-size: 0.6875rem;
  font-weight: 800;
  border-radius: 100px;
  box-shadow: var(--shadow-md);
  white-space: nowrap;
}

.hero__content { color: var(--text); }

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin-bottom: 20px;
  background: var(--white);
  border: 1px solid rgba(124, 227, 225, 0.6);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--purple-muted);
  letter-spacing: 0.02em;
  box-shadow: var(--shadow-sm);
}

.hero__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  color: var(--purple-dark);
}

.hero__title em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  color: #2A6968;
}

.hero__lead {
  font-size: 1.0625rem;
  color: var(--text-muted);
  max-width: 520px;
  margin-bottom: 28px;
  line-height: 1.7;
}

.hero__lead strong { color: var(--purple-dark); }

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.hero__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.hero__video-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--purple-dark);
  background: rgba(226, 229, 236, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 100px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.hero__video-link:hover {
  background: rgba(255, 255, 255, 0.92);
  border-color: var(--teal);
  box-shadow: var(--shadow-md);
}

.hero__google-card {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.hero__google-card:hover { border-color: var(--teal); box-shadow: var(--shadow-md); }

.hero__google-stars { color: #F5B301; font-size: 0.9375rem; }

.hero__google-stars strong { color: var(--purple-dark); margin-left: 4px; }

.hero__google-card span { font-size: 0.8125rem; color: var(--text-muted); display: block; }

/* ── Video section ── */
.video-section__grid {
  display: grid;
  gap: 36px;
  align-items: center;
}

.video-section__lead {
  color: var(--text-muted);
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.video-section__points {
  list-style: none;
  display: grid;
  gap: 10px;
}

.video-section__points li {
  position: relative;
  padding-left: 18px;
  font-size: 0.9375rem;
  color: var(--text-muted);
}

.video-section__points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background: var(--teal);
  transform: rotate(45deg);
}

.video-section__player {
  position: relative;
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: none;
  padding: 0;
  cursor: pointer;
  aspect-ratio: 16 / 9;
}

.video-section__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.video-section__player:hover .video-section__poster { transform: scale(1.03); }

.video-section__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: linear-gradient(180deg, rgba(28, 22, 76, 0.15) 0%, rgba(28, 22, 76, 0.55) 100%);
  transition: var(--transition);
}

.video-section__player:hover .video-section__overlay {
  background: linear-gradient(180deg, rgba(28, 22, 76, 0.25) 0%, rgba(28, 22, 76, 0.65) 100%);
}

.video-section__play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--purple-dark);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}

.video-section__play svg {
  width: 28px;
  height: 28px;
  margin-left: 4px;
}

.video-section__player:hover .video-section__play {
  transform: scale(1.06);
  background: var(--teal);
}

.video-section__label {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.02em;
}

/* ── Trust bar ── */
.trust-bar {
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
  padding: 28px 0;
  position: relative;
  z-index: 2;
}

.trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.trust-bar__item { text-align: center; }

.trust-bar__number {
  display: block;
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  font-weight: 800;
  color: var(--purple-dark);
  letter-spacing: -0.02em;
}

.trust-bar__label {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 500;
  margin-top: 2px;
}

/* ── Sections ── */
.section { padding: 88px 0; }
.section--gray { background: var(--off-white); }
.section--dark { background: var(--purple-dark); color: var(--white); }

.section__header { text-align: center; margin-bottom: 48px; }

.section__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--purple-muted);
  margin-bottom: 12px;
}

.section--dark .section__label { color: var(--teal); }

.section__title {
  font-size: clamp(1.75rem, 3.5vw, 2.375rem);
  font-weight: 800;
  color: var(--purple-dark);
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.section--dark .section__title { color: var(--white); }

.section__subtitle {
  margin-top: 14px;
  color: var(--text-muted);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.0625rem;
}

/* ── Value cards ── */
.value-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.value-card {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  transition: var(--transition);
}

.section--gray .value-card,
.value-card { background: var(--white); }

.value-card:hover {
  border-color: rgba(124, 227, 225, 0.5);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.value-card__icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--light-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--purple-dark);
}

.value-card__icon-wrap svg { width: 22px; height: 22px; }

.value-card h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--purple-dark);
  margin-bottom: 8px;
}

.value-card p { font-size: 0.9375rem; color: var(--text-muted); line-height: 1.65; }

/* ── Process ── */
.process { position: relative; overflow: hidden; }

.process::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 50%;
  height: 80%;
  background: radial-gradient(ellipse, var(--teal-glow), transparent 70%);
  pointer-events: none;
}

.process__steps {
  list-style: none;
  display: grid;
  gap: 20px;
  margin-bottom: 40px;
}

.process__step {
  padding: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(124, 227, 225, 0.12);
  border-radius: var(--radius-lg);
}

.process__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--teal);
  color: var(--purple-dark);
  font-weight: 800;
  border-radius: 50%;
  margin-bottom: 14px;
  font-size: 1rem;
}

.process__step h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.process__step p { color: rgba(255, 255, 255, 0.68); font-size: 0.9375rem; }

.process__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* ── Reviews ── */
.reviews__hero {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--gray-200);
}

.reviews__hero-score {
  display: flex;
  align-items: center;
  gap: 16px;
}

.reviews__hero-num {
  font-size: 3rem;
  font-weight: 800;
  color: var(--purple-dark);
  line-height: 1;
  display: block;
}

.reviews__hero-stars { color: var(--teal); font-size: 1.125rem; }

.reviews__hero-text p {
  color: var(--text-muted);
  margin-top: 6px;
  font-size: 0.9375rem;
}

.reviews__hero-text a {
  color: var(--purple-dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.reviews__featured {
  display: grid;
  gap: 20px;
  margin-bottom: 48px;
}

.review-spotlight {
  display: flex;
  flex-direction: column;
  padding: 32px;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
}

.review-spotlight__stars { color: var(--teal); font-size: 1rem; margin-bottom: 12px; }

.review-spotlight__text {
  font-family: var(--font-serif);
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  font-style: italic;
  color: var(--purple-dark);
  line-height: 1.55;
  margin-bottom: 16px;
}

.review-spotlight__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 0.8125rem;
  margin-top: auto;
}

.review-spotlight__footer cite { font-style: normal; font-weight: 700; color: var(--purple-dark); }

.review-spotlight__footer span { color: var(--text-muted); }

.reviews__more-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--purple-dark);
}

.reviews__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 12px;
}

.reviews__sort label { font-size: 0.8125rem; font-weight: 600; color: var(--text-muted); margin-right: 6px; }

.reviews__sort select {
  padding: 8px 12px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.8125rem;
  background: var(--white);
}

.reviews__list { display: grid; gap: 12px; }

.review-compact {
  padding: 18px 20px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
}

.review-compact__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.review-compact__author { font-weight: 700; font-size: 0.875rem; color: var(--purple-dark); }

.review-compact__meta { font-size: 0.75rem; color: var(--text-muted); }

.review-compact p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; }

.reviews__empty { text-align: center; color: var(--text-muted); padding: 24px; }

.reviews__pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
}

.reviews__pagination button {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--text-muted);
  transition: var(--transition);
}

.reviews__pagination button:hover,
.reviews__pagination button.is-active {
  background: var(--purple-dark);
  color: var(--white);
}

.reviews__pagination button:disabled { opacity: 0.35; cursor: not-allowed; }

/* ── About ── */
.about__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

.about__photo-stack {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}

.about__photo {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.about__photo--primary {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center 12%;
  border: 2px solid rgba(124, 227, 225, 0.35);
}

.about__bio p {
  color: var(--text-muted);
  font-size: 1.0625rem;
  margin-bottom: 16px;
  line-height: 1.7;
}

.about__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.about__highlights span {
  padding: 6px 14px;
  background: var(--light-teal);
  border-radius: 100px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--purple-dark);
}

.about-list {
  background: var(--off-white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin-bottom: 16px;
}

.about-list__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--purple-dark);
  margin-bottom: 12px;
}

.about-list__items { list-style: none; }

.about-list__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.about-list__item .diamond { width: 5px; height: 5px; }

.about-list__toggle {
  margin-top: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--purple-muted);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.about-list__toggle svg { width: 14px; height: 14px; }

.about-list__hidden { display: none; }
.about-list__hidden.is-visible { display: block; }

/* ── Products ── */
.products__grid {
  display: grid;
  gap: 20px;
}

.product-category {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
}

.product-category:hover { box-shadow: var(--shadow-sm); border-color: rgba(124, 227, 225, 0.4); }

.product-category__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.product-category__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-category:hover .product-category__image img { transform: scale(1.04); }

.product-category__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--purple-dark);
  margin-bottom: 8px;
  padding: 20px 28px 0;
}

.product-category__desc {
  font-size: 0.9375rem;
  color: var(--text-muted);
  margin-bottom: 16px;
  padding: 0 28px;
}

.product-category__list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 28px 28px; margin-top: auto; }

.product-tag {
  padding: 5px 12px;
  background: var(--light-teal);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--purple-dark);
}

/* ── Partners strip ── */
.partners-strip {
  padding: 48px 0;
  background: var(--white);
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}

.partners-strip__label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-bottom: 28px;
}

.partners-strip__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px 40px;
}

.partners-strip__logos img {
  height: 32px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  filter: grayscale(40%);
  opacity: 0.75;
  transition: var(--transition);
}

.partners-strip__logos img:hover { filter: none; opacity: 1; }

/* ── Team ── */
.team__grid { max-width: 560px; margin: 0 auto; }

.team-card {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.team-card__photo-wrap { aspect-ratio: 1; overflow: hidden; }

.team-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.team-card__body { padding: 28px; }

.team-card__name {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--purple-dark);
  margin-bottom: 4px;
}

.team-card__title { color: var(--text-muted); font-size: 0.875rem; margin-bottom: 12px; }

.team-card__bio { font-size: 0.9375rem; color: var(--text-muted); margin-bottom: 16px; line-height: 1.6; }

.team-card__contact { display: flex; flex-direction: column; gap: 6px; }

.team-card__contact a {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--purple-muted);
}

.team-card__contact a:hover { color: var(--teal-hover); }

/* ── Local / Contact ── */
.local-section {
  padding: 88px 0;
  background: var(--purple-dark);
  color: var(--white);
}

.local-section__grid {
  display: grid;
  gap: 40px;
  align-items: center;
}

.local-section .section__label { color: var(--teal); }

.local-section .section__title { color: var(--white); }

.local-section__desc {
  color: rgba(255, 255, 255, 0.7);
  margin: 12px 0 24px;
  font-size: 1rem;
}

.local-section__address {
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-bottom: 24px;
}

.local-section__details {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
}

.local-section__details div { display: grid; grid-template-columns: 80px 1fr; gap: 12px; }

.local-section__details dt {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--teal);
}

.local-section__details dd { font-size: 0.9375rem; color: rgba(255, 255, 255, 0.85); }

.local-section__details dd em { font-size: 0.8125rem; color: rgba(255, 255, 255, 0.5); }

.local-section__details a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }

.local-section__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.local-section__visual {
  display: grid;
  gap: 16px;
}

.local-section__photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(124, 227, 225, 0.15);
}

.local-section__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.local-section__map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(124, 227, 225, 0.15);
}

.local-section__map iframe { width: 100%; height: 100%; border: 0; }

/* ── Final CTA ── */
.cta-final {
  padding: 88px 0;
  background: linear-gradient(135deg, var(--light-teal) 0%, var(--white) 100%);
  text-align: center;
}

.cta-final__inner { max-width: 640px; margin: 0 auto; }

.cta-final h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  color: var(--purple-dark);
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.cta-final p {
  color: var(--text-muted);
  font-size: 1.0625rem;
  margin-bottom: 28px;
  line-height: 1.65;
}

.cta-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.cta-final .btn--white-ghost {
  border-color: var(--purple-dark);
  color: var(--purple-dark);
}

/* ── Footer ── */
.site-footer {
  background: #0c0a22;
  padding: 40px 0 32px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8125rem;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  margin-bottom: 20px;
}

.site-footer__links a { color: rgba(255, 255, 255, 0.65); }
.site-footer__links a:hover { color: var(--teal); }
.site-footer__divider { color: rgba(255, 255, 255, 0.2); }

.site-footer__disclaimer {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.7;
}

.site-footer__disclaimer a { color: var(--teal); }

.site-footer__copyright {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* ── Modal ── */
.modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(12, 10, 34, 0.88);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.modal.is-open { opacity: 1; visibility: visible; }

.modal__content {
  width: 100%;
  max-width: 900px;
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transform: scale(0.96);
  transition: transform var(--transition);
}

.modal.is-open .modal__content { transform: scale(1); }

.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__video { aspect-ratio: 16/9; }
.modal__video iframe { width: 100%; height: 100%; border: 0; }

.modal__content { position: relative; }

/* ── Sticky CTA ── */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  display: flex;
  padding: 12px 16px;
  gap: 10px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--gray-200);
  box-shadow: 0 -4px 24px rgba(28, 22, 76, 0.08);
  transform: translateY(100%);
  transition: transform 0.35s ease;
}

.sticky-cta.is-visible { transform: translateY(0); }

.sticky-cta__call,
.sticky-cta__quote {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.9375rem;
}

.sticky-cta__call {
  background: var(--off-white);
  color: var(--purple-dark);
  border: 1px solid var(--gray-200);
}

.sticky-cta__quote {
  background: var(--teal);
  color: var(--purple-dark);
}

/* ── Reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible { opacity: 1; transform: none; }

/* ── Responsive ── */
@media (min-width: 640px) {
  .trust-bar__grid { grid-template-columns: repeat(5, 1fr); }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews__featured { grid-template-columns: repeat(3, 1fr); }
  .reviews__hero { flex-direction: row; align-items: center; }
  .products__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 768px) {
  .header__nav { display: flex; }
  .header__phone { display: block; }
  .mobile-menu-btn { display: none; }
  .sticky-cta { display: none; }
  body.has-sticky-cta { padding-bottom: 0; }

  .hero__grid {
    grid-template-columns: auto 1fr;
    gap: 56px;
    padding: 56px 0 88px;
  }

  .hero__visual { align-items: flex-start; }

  .hero__photo {
    width: 340px;
    height: 340px;
  }

  .video-section__grid { grid-template-columns: 0.95fr 1.05fr; gap: 48px; }

  .process__steps { grid-template-columns: repeat(3, 1fr); }
  .about__layout {
    grid-template-columns: 320px 1fr;
    grid-template-rows: auto auto;
  }
  .about__visual { grid-row: 1 / 3; }
  .about__main { grid-column: 2; }
  .about__sidebar { grid-column: 2; }
  .local-section__grid { grid-template-columns: 1fr 1fr; }
  .team-card { grid-template-columns: 200px 1fr; }
  .team-card__photo-wrap { aspect-ratio: auto; }
  .value-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1024px) {
  .hero__title { font-size: 3.125rem; }
}

/* ── Preview gate (remove when going public) ── */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.preview-gate {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: linear-gradient(145deg, var(--navy-900, #0a1628) 0%, var(--navy-800, #132238) 100%);
}

.preview-gate__card {
  width: 100%;
  max-width: 400px;
  padding: 40px 32px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.preview-gate__logo { margin: 0 auto 20px; }

.preview-gate__title {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--navy-900);
  margin: 0 0 8px;
}

.preview-gate__desc {
  font-size: 0.9375rem;
  color: var(--gray-600);
  margin: 0 0 24px;
  line-height: 1.5;
}

.preview-gate__form { display: flex; flex-direction: column; gap: 12px; }

.preview-gate__input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  font: inherit;
  font-size: 1rem;
  transition: border-color 0.2s;
}

.preview-gate__input:focus {
  outline: none;
  border-color: var(--comparion-blue);
  box-shadow: 0 0 0 3px rgba(0, 102, 179, 0.15);
}

.preview-gate__error {
  margin: 0;
  font-size: 0.875rem;
  color: #c0392b;
}

.preview-gate__btn { width: 100%; margin-top: 4px; }

