:root {
  --page-bg: #010c1c;
  --page-glow: #14b8a6;
  --page-iris: #5f8dff;
}

body.site-body {
  background-color: #f6f8fb;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(20, 184, 166, 0.12), transparent 40%),
    radial-gradient(circle at 88% 10%, rgba(15, 118, 110, 0.08), transparent 45%);
  min-height: 100vh;
  color: #0f172a;
  position: relative;
}

body.site-body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    repeating-linear-gradient(90deg, rgba(148, 163, 184, 0.06) 0, rgba(148, 163, 184, 0.06) 1px, transparent 1px, transparent 140px),
    repeating-linear-gradient(0deg, rgba(148, 163, 184, 0.04) 0, rgba(148, 163, 184, 0.04) 1px, transparent 1px, transparent 140px);
  opacity: 0.35;
  pointer-events: none;
  z-index: -2;
}

.site-main {
  position: relative;
  z-index: 0;
}

.site-main::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 60%);
  pointer-events: none;
  z-index: -1;
}

header.sticky, header.fixed {
  backdrop-filter: blur(14px);
}

.internal-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.hero-section {
  min-height: 52vh;
  position: relative;
  isolation: isolate;
  padding-bottom: clamp(1rem, 2.5vw, 1.75rem);
}

.hero-section + .section-glow {
  padding-top: clamp(1rem, 3vw, 1.75rem);
}

.hero-section::before,
.hero-section::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.hero-section--photo {
  background: none;
  color: #f8fafc;
}

.hero-section--photo::before,
.hero-section--photo::after {
  background: none;
}

.hero-section--photo h1,
.hero-section--photo h2,
.hero-section--photo p,
.hero-section--photo .text-slate-900,
.hero-section--photo .text-slate-700,
.hero-section--photo .text-slate-600 {
  color: #f8fafc !important;
}

.hero-section--photo .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.65rem;
  font-weight: 600;
}

.hero-section--photo {
  min-height: 70vh;
  padding-top: clamp(7rem, 14vw, 9.5rem);
  padding-bottom: clamp(3rem, 8vw, 5.5rem);
  position: relative;
  overflow: hidden;
}

.hero-section--photo .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(135deg, rgba(4, 22, 30, 0.78), rgba(6, 46, 60, 0.62)),
    var(--hero-image, linear-gradient(135deg, #0b1f2a 0%, #0f4c5c 55%, #0f766e 100%));
  background-size: cover;
  background-position: center;
}

.hero-section--photo .hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 22, 30, 0.35) 0%, rgba(4, 22, 30, 0.75) 100%);
}

.hero-section--photo .hero-content-wrapper {
  position: relative;
  z-index: 1;
}

.hero-section--photo .hero-title {
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  line-height: 1.1;
}

.hero-section--photo .hero-lead {
  color: rgba(248, 250, 252, 0.85);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 34rem;
}

.hero-section--photo .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.hero-section--photo .hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  background: #14b8a6;
  color: #f8fafc;
  font-weight: 600;
  box-shadow: 0 18px 40px rgba(20, 184, 166, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-section--photo .hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 45px rgba(20, 184, 166, 0.4);
}

.hero-section--photo .hero-cta--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: none;
}

.reference-page .reference-section {
  padding: clamp(3.5rem, 8vw, 5rem) 0;
}

.reference-page .reference-section__heading {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2.5rem;
}

.reference-page .reference-section__label {
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #0f766e;
  font-weight: 600;
}

.reference-page .reference-section__title {
  font-size: clamp(1.85rem, 3vw, 2.4rem);
  font-family: 'Poppins', sans-serif;
  color: #0f172a;
}

.reference-page .reference-card-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.reference-page .reference-card {
  background: #fff;
  border-radius: 24px;
  padding: 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.reference-page .reference-dark {
  background: #0f2f36;
  color: #f8fafc;
  border-radius: 32px;
  padding: clamp(2rem, 6vw, 3.5rem);
}

.reference-page .reference-dark h2,
.reference-page .reference-dark p,
.reference-page .reference-dark li {
  color: #f8fafc;
}

.hero-section::before {
  background: radial-gradient(circle at 18% 20%, rgba(20, 184, 166, 0.22), transparent 55%);
  opacity: 0.65;
}

.hero-section::after {
  background: radial-gradient(circle at 80% 10%, rgba(15, 118, 110, 0.16), transparent 60%);
  opacity: 0.45;
}

.hero-media {
  z-index: 0;
}

.hero-content-wrapper {
  position: relative;
  z-index: 2;
}

.hero-panel {
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: 32px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.12);
}

.hero-panel--plain {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.hero-panel--box {
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: 32px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.12);
}

.hero-section h1,
.hero-section h2 {
  color: #0f172a;
}

.hero-panel button,
.hero-panel a,
.btn-ghost,
.btn-primary {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-panel button:hover,
.hero-panel a:hover,
.btn-primary:hover,
.btn-ghost:hover {
  transform: translateY(-2px) scale(1.01);
}

.stats-ribbon {
  position: relative;
  background: linear-gradient(120deg, rgba(2, 10, 24, 0.95), rgba(6, 70, 99, 0.85) 55%, rgba(13, 148, 136, 0.65));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.stats-ribbon::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 50%, rgba(255, 255, 255, 0.18), transparent 45%);
  opacity: 0.7;
}

.section-glow {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.section-glow::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.08), rgba(15, 118, 110, 0.04));
  opacity: 0.7;
  mix-blend-mode: normal;
  z-index: 0;
  pointer-events: none;
}

.section-glow > * {
  position: relative;
  z-index: 1;
}

.trust-grid,
.glass-panel {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 32px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 25px 60px rgba(2, 15, 28, 0.08);
}

.glass-panel.dark {
  background: rgba(4, 18, 36, 0.9);
  color: #f5fbff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 35px 90px rgba(2, 8, 16, 0.45);
}

.glow-card,
.progress-card,
.fit-card,
.treatment-card,
.contact-card {
  border-radius: 24px;
  border: 1px solid rgba(94, 217, 204, 0.3);
  background: rgba(2, 12, 28, 0.65);
  box-shadow: 0 25px 60px rgba(1, 6, 14, 0.6);
}

.treatment-card,
.review-card,
.fit-card,
.contact-card {
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
}

.treatment-card:hover,
.review-card:hover,
.contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 184, 166, 0.4);
}

.section-intro {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.75rem;
}

.section-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 1rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.1);
  color: #0f766e;
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  font-weight: 600;
  text-transform: uppercase;
}

.section-intro__title {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-family: 'Poppins', sans-serif;
  color: #0f172a;
  margin-top: 1rem;
}

.section-intro__copy {
  margin-top: 0.85rem;
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.7;
}

.treatment-grid {
  display: grid;
  gap: 1.75rem;
}

@media (min-width: 768px) {
  .treatment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.treatment-card {
  padding: 2rem;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.treatment-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  font-weight: 600;
  color: #0f766e;
}

.treatment-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0f766e;
}

.cta-row {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.cta-row .btn-primary,
.cta-row .btn-ghost {
  padding: 0.85rem 1.8rem;
}

.treatment-card__icon,
.progress-card__icon,
.step-option__icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: rgba(20, 184, 166, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f766e;
}

.narrative-section,
.contact-section {
  background: linear-gradient(135deg, rgba(241, 245, 249, 0.9), rgba(226, 246, 245, 0.65));
}

.fit-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 10% 15%, rgba(20, 184, 166, 0.12), transparent 45%), #f5f7fb;
}

.fit-section::after {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.12);
  filter: blur(90px);
  right: -15%;
  top: 20%;
  z-index: 0;
}

.fit-panel {
  background: #ffffff;
  border-radius: 36px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  box-shadow: 0 35px 70px rgba(15, 23, 42, 0.12);
  position: relative;
  z-index: 1;
}

.fit-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.18);
  border: 1px solid rgba(20, 184, 166, 0.55);
  font-size: 0.78rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #0f766e;
}

.hero-badge {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.92);
}

.hero-badge .bg-brand-400 {
  box-shadow: 0 0 0 8px rgba(20, 184, 166, 0.22);
}

.fit-divider {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.25), rgba(15, 23, 42, 0));
  margin: 1.75rem 0;
}

.fit-note {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: #0f172a;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.05);
}

.confidence-section {
  background: radial-gradient(circle at 15% 20%, rgba(95, 141, 255, 0.2), transparent 45%), #ffffff;
  position: relative;
  overflow: hidden;
}

.confidence-section::after {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.18);
  filter: blur(80px);
  left: 60%;
  top: -20%;
  z-index: 0;
}

.progress-section {
  background: #010c1c;
  color: #e6f6ff;
  position: relative;
  overflow: hidden;
}

.progress-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 25%, rgba(20, 184, 166, 0.25), transparent 55%), radial-gradient(circle at 80% 10%, rgba(95, 141, 255, 0.25), transparent 50%);
  opacity: 0.7;
  z-index: 0;
}

.progress-callout,
.callout-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  padding: 1.25rem 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.dontwait-section,
.empathy-section {
  background: linear-gradient(120deg, #fef3c7, #fee2e2, #fdf2f8);
  position: relative;
  overflow: hidden;
}

.dontwait-panel,
.empathy-panel {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 32px;
  border: 1px solid rgba(248, 113, 113, 0.25);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  box-shadow: 0 35px 70px rgba(248, 113, 113, 0.25);
  position: relative;
  z-index: 1;
}

.treatments-section {
  background: radial-gradient(circle at 15% 20%, rgba(20, 184, 166, 0.15), transparent 50%), #0b1724;
  color: #f1fbff;
}

.treatments-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.frame-shadow {
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 30px 80px rgba(2, 15, 28, 0.18);
}

.showcase-section {
  background: radial-gradient(circle at 10% 10%, rgba(20, 184, 166, 0.1), transparent 40%), #ffffff;
}

.insurance-section .grid > div {
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 15px 30px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease;
}

.insurance-section .grid > div:hover {
  transform: translateY(-6px);
}

.cta-section,
.call-to-action {
  background: linear-gradient(120deg, #0f3a42, #0b2f3b 65%, #0d9488);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

.cta-section::before,
.call-to-action::before {
  content: '';
  position: absolute;
  inset: -60% 10% auto;
  height: 140%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent 65%);
  opacity: 0.5;
  filter: blur(30px);
  z-index: 0;
}

.decision-cta {
  background: rgba(4, 18, 36, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: 0 30px 70px rgba(2, 8, 16, 0.65);
  backdrop-filter: blur(14px);
}

.reviews-row {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
}

.reviews-row article {
  min-width: 320px;
  flex: 1;
  scroll-snap-align: start;
}

.reviews-row::-webkit-scrollbar {
  height: 8px;
}

.reviews-row::-webkit-scrollbar-thumb {
  background: rgba(15, 23, 42, 0.2);
  border-radius: 999px;
}

.reviews-row::-webkit-scrollbar-track {
  background: transparent;
}

.steps-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(6px);
}

.step-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(249, 251, 255, 0.8);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  cursor: pointer;
  text-align: left;
  width: 100%;
  color: inherit;
  appearance: none;
}

.step-option:hover {
  transform: translateX(4px);
  border-color: rgba(20, 184, 166, 0.5);
}

.step-option--active {
  background: linear-gradient(120deg, rgba(20, 184, 166, 0.18), rgba(95, 141, 255, 0.18));
  border-color: rgba(20, 184, 166, 0.45);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.15);
}

.steps-media {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 35px 80px rgba(15, 23, 42, 0.18);
}

.steps-media__caption {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 0.85rem;
  backdrop-filter: blur(8px);
}

.map-pin {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem;
  background: rgba(255, 255, 255, 0.96);
  color: #0f172a;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.16);
  transform: translate(-50%, -50%);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.map-pin::before {
  content: '';
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #0d9488;
  box-shadow: 0 0 0 8px rgba(13, 148, 136, 0.2);
}

.map-pin:hover {
  transform: translate(-50%, -50%) scale(1.04);
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.25);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #14b8a6, #0f766e);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 18px 32px rgba(13, 148, 136, 0.28);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 118, 110, 0.35);
  color: inherit;
}
