/* === Reset & base === */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #1c1f2a;
  background: #fbfaf7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

/* === Layout === */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.section { padding: 80px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section-sub { color: #5a6072; margin-top: 12px; }
.section-sub-hint { color: #8a90a0; font-size: 0.88em; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 600;
  color: #fe841d;
  margin: 0 0 16px;
}
h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
  color: #14202e;
}
h1 { font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.08; }
h2 { font-size: clamp(2rem, 3.5vw, 2.8rem); line-height: 1.15; }
h3 { font-size: 1.45rem; }
h4 { font-size: 1.1rem; margin-bottom: 6px; }
p { margin: 0 0 18px; }
.accent { color: #fe841d; font-style: italic; }
.muted { color: #6b7180; font-size: 14px; }

/* === Buttons === */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  transition: all .25s ease;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
.btn-lg { padding: 17px 34px; font-size: 16px; }
.btn-primary {
  background: linear-gradient(180deg, #14202e, #0a1320);
  color: #fff;
  box-shadow: 0 8px 24px rgba(20,32,46,.18);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(20,32,46,.28); }
.btn-ghost {
  background: transparent;
  color: #14202e;
  border-color: rgba(20,32,46,.18);
}
.btn-ghost:hover { background: #14202e; color: #fff; border-color: #14202e; }

/* === Header === */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  background: rgba(251, 250, 247, 0.78);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, background .3s ease;
}
.site-header.scrolled {
  background: rgba(251, 250, 247, 0.94);
  border-bottom-color: rgba(20,32,46,.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #14202e;
}
.brand-mark { color: #fe841d; font-size: 1.4rem; }
.nav { display: flex; align-items: center; gap: 36px; }
.nav-link {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #2a3242;
  position: relative;
  transition: color .2s ease;
}
.nav-link:hover { color: #fe841d; }
.nav-link.active { color: #fe841d; }
.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -8px;
  height: 2px;
  background: #fe841d;
  border-radius: 2px;
}
.nav-cta { padding: 10px 22px; font-size: 14px; background: linear-gradient(180deg, #fe841d, #e06a00); box-shadow: 0 4px 16px rgba(254,132,29,.30); }
.nav-cta:hover { box-shadow: 0 8px 24px rgba(254,132,29,.40); }

/* Dropdown */
.nav-dropdown { position: relative; }
.dropdown-caret { font-size: 10px; opacity: .6; margin-left: 2px; }
.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(20,32,46,.14);
  min-width: 140px;
  padding: 6px 0;
  z-index: 200;
}
.nav-dropdown:hover .nav-dropdown-menu { display: block; }
.nav-dropdown-item {
  display: block;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #2a3242;
  text-decoration: none;
  white-space: nowrap;
  transition: color .15s, background .15s;
}
.nav-dropdown-item:hover { color: #fe841d; background: #fdf5ee; }

/* Blog article images */
.article-img {
  width: 100%;
  border-radius: 14px;
  margin: 32px 0;
  display: block;
  max-height: 420px;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(20,32,46,.10);
}
.article-img-caption {
  text-align: center;
  font-size: 13px;
  color: #8a90a0;
  margin-top: -20px;
  margin-bottom: 28px;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  width: 42px; height: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 22px; height: 2px;
  background: #14202e;
  border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* === Hero === */
.hero {
  position: relative;
  padding: 200px 0 140px;
  overflow: hidden;
  min-height: 92vh;
  display: flex;
  align-items: center;
  color: #fbfaf7;
  background: #0a1320;
}
.hero-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(100deg, rgba(10,19,32,.62) 0%, rgba(10,19,32,.30) 60%, rgba(10,19,32,.10) 100%),
    linear-gradient(180deg, rgba(10,19,32,.15) 0%, rgba(10,19,32,.45) 100%);
}
.hero-inner { max-width: 820px; position: relative; z-index: 2; }
.hero h1 { margin-top: 8px; color: #fff; text-shadow: 0 2px 30px rgba(0,0,0,.35); }
.hero .eyebrow { color: #ffb07a; }
.hero .accent { color: #ffb07a; }
.lede {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: rgba(251,250,247,.92);
  max-width: 620px;
  margin-bottom: 38px;
  text-shadow: 0 1px 14px rgba(0,0,0,.35);
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 64px; }
.hero .btn-ghost {
  color: #fff;
  border-color: rgba(255,255,255,.45);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(6px);
}
.hero .btn-ghost:hover { background: #fff; color: #14202e; border-color: #fff; }
.hero-stats {
  display: flex; flex-wrap: wrap; gap: 48px;
  list-style: none; padding: 0; margin: 0;
  border-top: 1px solid rgba(255,255,255,.22);
  padding-top: 36px;
  max-width: 620px;
}
.hero-stats li { display: flex; flex-direction: column; gap: 4px; }
.hero-stats strong {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  color: #fff;
}
.hero-stats span { font-size: 13px; color: rgba(251,250,247,.75); text-transform: uppercase; letter-spacing: .1em; }

@media (prefers-reduced-motion: reduce) {
  .hero-video-bg { display: none; }
  .hero { background: linear-gradient(135deg, #14202e, #0a1320); }
}

/* === About === */
.two-col {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}
.col-text p { color: #4a5263; }
.step-heading { margin-top: 40px; font-size: 1.1rem; text-transform: uppercase; letter-spacing: .12em; color: #14202e; font-family: 'Inter', sans-serif; font-weight: 600; }
.steps { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 22px; }
.steps li { display: flex; gap: 18px; align-items: flex-start; }
.step-num {
  flex-shrink: 0;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: #14202e;
  color: #fbfaf7;
  display: flex; align-items: center; justify-content: center;
  font-weight: 600;
  font-size: 14px;
}
.steps p { margin: 0; font-size: 15px; color: #5a6072; }

.col-image { position: relative; }
.image-card {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 24px;
  overflow: hidden;
  background: #14202e;
  box-shadow: 0 30px 60px -20px rgba(20,32,46,.25);
}
.image-card-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.image-card-badge {
  position: absolute;
  bottom: 22px; left: 22px;
  background: rgba(255,255,255,.95);
  padding: 14px 18px;
  border-radius: 14px;
  display: flex; flex-direction: column;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
}
.image-card-badge strong {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: #fe841d;
}
.image-card-badge span { font-size: 12px; color: #5a6072; }

/* === Reviews === */
.reviews { background: #14202e; color: #f5f1e6; }
.reviews .eyebrow { color: #ffa04d; }
.reviews h2, .reviews h3 { color: #fbfaf7; }
.reviews .section-sub { color: #c1c5cf; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 24px;
  align-items: stretch;
}
.review-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  padding: 28px;
  border-radius: 18px;
  display: flex; flex-direction: column;
  transition: transform .3s ease, background .3s ease;
}
.review-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.06); }
.review-stars { color: #f6c87b; letter-spacing: 2px; font-size: 14px; margin-bottom: 14px; }
.review-quote {
  flex-grow: 1;
  color: #e5e1d3;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 22px;
}
.review-author { display: flex; align-items: center; gap: 12px; }
.review-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fe841d, #ffa04d);
  color: #14202e;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
}
.review-name { font-weight: 600; font-size: 15px; color: #fbfaf7; }
.review-date { font-size: 12px; color: #98a0b3; }
.reviews-cta { text-align: center; margin-top: 56px; }
.reviews-cta .btn-ghost { color: #fbfaf7; border-color: rgba(255,255,255,.25); }
.reviews-cta .btn-ghost:hover { background: #fbfaf7; color: #14202e; border-color: #fbfaf7; }

/* === Services / Pricing === */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}
.price-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(20,32,46,.08);
  border-radius: 22px;
  padding: 38px 32px;
  display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
  box-shadow: 0 4px 14px rgba(20,32,46,.04);
}
.price-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px -10px rgba(20,32,46,.15); }
.price-card-featured {
  background: #14202e;
  color: #fbfaf7;
  border-color: #14202e;
  transform: translateY(-8px);
}
.price-card-featured h3 { color: #fbfaf7; }
.price-card-featured .price-sub,
.price-card-featured .price-features { color: #c1c5cf; }
.price-card-featured .strike { color: #98a0b3; }
.price-card-featured .amount { color: #f6c87b; }
.price-card-featured .btn-primary {
  background: #fbfaf7;
  color: #14202e;
}
.badge {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: #fe841d;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
}
.price-card header { margin-bottom: 22px; }
.price-sub { font-size: 14px; color: #6b7180; margin: 0; }
.price { display: flex; align-items: baseline; gap: 12px; margin: 6px 0 22px; }
.amount { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 700; color: #14202e; }
.strike { text-decoration: line-through; color: #98a0b3; font-size: 1.1rem; }
.price-features { list-style: none; padding: 0; margin: 0 0 32px; flex-grow: 1; }
.price-features li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(20,32,46,.06);
  font-size: 14.5px;
  color: #4a5263;
  position: relative;
  padding-left: 24px;
}
.price-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #fe841d;
  font-weight: 700;
}
.price-card-featured .price-features li { border-bottom-color: rgba(255,255,255,.08); }
.price-card .btn { width: 100%; }

/* === Compare === */
.compare { background: #fbfaf7; }

.compare-table {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px -16px rgba(20,32,46,.12);
  border: 1px solid rgba(20,32,46,.07);
}

.ct-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  align-items: stretch;
}

.ct-row:not(.ct-header):not(.ct-cta-row) {
  border-top: 1px solid rgba(20,32,46,.07);
}

.ct-label {
  padding: 22px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  background: #fff;
}

.ct-label-title {
  font-weight: 650;
  font-size: 15px;
  color: #14202e;
}

.ct-label-desc {
  font-size: 13px;
  color: #6b7180;
  line-height: 1.45;
}

.ct-col {
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13.5px;
  line-height: 1.4;
  gap: 6px;
  border-left: 1px solid rgba(20,32,46,.07);
}

/* Header row */
.ct-header { background: #fff; }
.ct-header .ct-label { background: #fff; }
.ct-header .ct-col { padding: 28px 18px 20px; background: #fff; }

.ct-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 4px 12px;
  border-radius: 20px;
  background: rgba(20,32,46,.08);
  color: #4a5263;
}

.ct-badge--us {
  background: #fe841d;
  color: #fff;
}

.ct-col-sub {
  margin: 0;
  font-size: 12px;
  color: #6b7180;
  font-weight: 500;
}

/* Featured (Us) column */
.ct-featured {
  background: rgba(254,132,29,.05);
  border-left: 2px solid #fe841d !important;
}

.ct-header .ct-featured {
  background: rgba(254,132,29,.08);
}

/* Value states */
.ct-good {
  color: #1a7a3e;
  font-weight: 600;
  font-size: 13.5px;
}

.ct-weak {
  color: #b07a10;
  font-weight: 500;
  font-size: 13.5px;
}

.ct-bad {
  color: #b03030;
  font-size: 13px;
  font-weight: 500;
}

/* CTA row */
.ct-cta-row { background: #fff; }
.ct-cta-row .ct-label,
.ct-cta-row .ct-col--strips,
.ct-cta-row .ct-col--dentist { background: #fff; }
.ct-cta-row .ct-featured {
  padding: 24px 18px;
  background: rgba(254,132,29,.06);
}
.ct-cta-row .btn { font-size: 14px; padding: 12px 24px; white-space: nowrap; }

/* Alternating row tint */
.ct-row:nth-child(even):not(.ct-header):not(.ct-cta-row) .ct-label,
.ct-row:nth-child(even):not(.ct-header):not(.ct-cta-row) .ct-col--strips,
.ct-row:nth-child(even):not(.ct-header):not(.ct-cta-row) .ct-col--dentist {
  background: #fafaf8;
}

/* Mobile: stack into card layout */
@media (max-width: 720px) {
  .compare-table { border-radius: 16px; }

  .ct-row { display: none; }
  .ct-header { display: grid; grid-template-columns: 1fr; }
  .ct-header .ct-label { display: none; }

  .compare-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .compare-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(20,32,46,.1);
    box-shadow: 0 8px 24px -8px rgba(20,32,46,.1);
  }

  .compare-card-head {
    padding: 18px 20px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .compare-card--us .compare-card-head { background: rgba(254,132,29,.08); border-bottom: 2px solid #fe841d; }

  .compare-card-body { background: #fff; }

  .compare-card-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 20px;
    border-top: 1px solid rgba(20,32,46,.07);
    font-size: 13.5px;
  }

  .ccr-label { color: #6b7180; font-size: 13px; }
  .ccr-val { text-align: right; font-weight: 500; }

  .compare-card--us .compare-card-body { background: rgba(254,132,29,.03); }
  .compare-card-cta { padding: 16px 20px; background: rgba(254,132,29,.06); text-align: center; }
  .compare-card-cta .btn { width: 100%; }
}

@media (min-width: 721px) {
  .compare-cards { display: none; }
}

/* === Contact === */
.contact { background: #f5f1e6; }
.contact-grid { gap: 60px; }
.contact-list { list-style: none; padding: 0; margin: 28px 0 36px; display: grid; gap: 22px; }
.contact-list li { display: flex; flex-direction: column; gap: 4px; }
.contact-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: #fe841d;
  font-weight: 600;
}
.contact-list a { color: #14202e; text-decoration: none; font-weight: 500; }
.contact-list a:hover { color: #fe841d; }
.col-map {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(20,32,46,.25);
  aspect-ratio: 4/5;
  background: #ddd;
}
.col-map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* === Footer === */
.site-footer {
  background: #0d1b2a;
  color: #a8b0be;
  padding: 72px 0 0;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1.4fr;
  gap: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.footer-col-heading {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: #fbfaf7;
  margin: 0 0 20px;
}

.brand-text-footer {
  font-family: 'Playfair Display', serif;
  color: #fbfaf7;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 10px;
}

.footer-tagline {
  font-size: 14px;
  line-height: 1.65;
  color: #7e8899;
  margin: 0 0 24px;
  max-width: 300px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #a8b0be;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.social-icon svg { width: 18px; height: 18px; }
.social-icon:hover { background: #fe841d; color: #fff; transform: translateY(-2px); }

.footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
}
.footer-nav a {
  color: #a8b0be;
  text-decoration: none;
  font-size: 14.5px;
  transition: color .2s ease, padding-left .2s ease;
}
.footer-nav a:hover { color: #fbfaf7; padding-left: 4px; }

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #a8b0be;
}
.footer-contact-list li svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  color: #fe841d;
}
.footer-contact-list a {
  color: #a8b0be;
  text-decoration: none;
  transition: color .2s;
}
.footer-contact-list a:hover { color: #fbfaf7; }

.footer-book-btn {
  font-size: 14px;
  padding: 12px 22px;
  display: inline-block;
  background: linear-gradient(180deg, #fe841d, #e06a00);
  box-shadow: 0 8px 24px rgba(254,132,29,.25);
}
.footer-book-btn:hover { box-shadow: 0 12px 28px rgba(254,132,29,.35); }

.footer-bottom {
  padding: 22px 0;
  text-align: center;
  font-size: 13px;
  color: #4e5768;
  border-top: none;
}

/* === Reveal === */
@keyframes reveal-fallback { to { opacity: 1; transform: none; } }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; animation: reveal-fallback 0s 2s forwards; }
.reveal.visible { opacity: 1; transform: none; animation: none; }

/* === Responsive === */
@media (max-width: 900px) {
  .two-col { grid-template-columns: 1fr; gap: 48px; }
  .col-image { order: -1; max-width: 420px; margin: 0 auto; width: 100%; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card-featured { transform: none; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .footer-tagline { max-width: 100%; }
  .section { padding: 60px 0; }
  .hero { padding: 140px 0 80px; }
  .hero-stats { gap: 28px; }
}

@media (max-width: 720px) {
  .menu-toggle { display: flex; }
  .nav {
    position: fixed;
    top: 80px;
    left: 0; right: 0;
    background: #fbfaf7;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px 24px 24px;
    border-bottom: 1px solid rgba(20,32,46,.08);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform .35s ease, opacity .25s ease;
  }
  .nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-link { padding: 14px 0; border-bottom: 1px solid rgba(20,32,46,.06); font-size: 16px; }
  .nav-link.active::after { display: none; }
  .nav-cta { margin-top: 16px; align-self: flex-start; }
  .hero-stats { gap: 22px; }
  .hero-stats strong { font-size: 1.5rem; }
}

/* === Gallery === */
.gallery { background: #f6f3ec; overflow: hidden; }
.gallery-slider {
  position: relative;
  width: 100%;
  margin-top: 8px;
}
.slider-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 28px max(24px, calc((100vw - 1180px) / 2 + 24px));
  cursor: grab;
  user-select: none;
}
.slider-track::-webkit-scrollbar { display: none; }
.slider-track.dragging { cursor: grabbing; scroll-behavior: auto; }
.slider-track.dragging * { pointer-events: none; }

.gallery-item {
  position: relative;
  flex: 0 0 auto;
  width: clamp(260px, 28vw, 380px);
  aspect-ratio: 1 / 1;
  border: 0;
  padding: 0;
  margin: 0;
  background: #14202e;
  border-radius: 18px;
  overflow: hidden;
  cursor: zoom-in;
  scroll-snap-align: center;
  box-shadow: 0 10px 28px rgba(20,32,46,.14);
  transition: transform .4s ease, box-shadow .4s ease;
}
.gallery-item:hover { transform: translateY(-6px); box-shadow: 0 22px 40px rgba(20,32,46,.22); }
.gallery-item:focus-visible { outline: 3px solid #fe841d; outline-offset: 3px; }
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
  pointer-events: none;
}
.gallery-item:hover img { transform: scale(1.06); }

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(20,32,46,.10);
  background: #fff;
  color: #14202e;
  font-size: 30px; line-height: 1;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(20,32,46,.18);
  transition: background .2s ease, transform .2s ease, opacity .2s ease;
}
.slider-btn:hover { background: #14202e; color: #fff; }
.slider-btn:disabled { opacity: .35; cursor: default; }
.slider-prev { left: 16px; }
.slider-next { right: 16px; }

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}
.slider-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  border: 0;
  background: rgba(20,32,46,.22);
  padding: 0;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, width .2s ease;
}
.slider-dot:hover { background: rgba(20,32,46,.45); }
.slider-dot.active { background: #fe841d; width: 22px; border-radius: 4px; }

.lightbox {
  position: fixed; inset: 0;
  background: rgba(8, 14, 24, .92);
  display: none;
  align-items: center; justify-content: center;
  z-index: 1000;
  padding: 24px;
}
.lightbox.open { display: flex; }
.lightbox-img {
  max-width: min(94vw, 1200px);
  max-height: 88vh;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}
.lightbox-close, .lightbox-nav {
  position: absolute;
  background: rgba(255,255,255,.10);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  font-size: 28px;
  line-height: 1;
  width: 48px; height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .2s ease, transform .2s ease;
}
.lightbox-close:hover, .lightbox-nav:hover { background: rgba(255,255,255,.22); }
.lightbox-close { top: 20px; right: 20px; }
.lightbox-nav { top: 50%; transform: translateY(-50%); }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

@media (max-width: 1024px) {
  .slider-track { padding-left: 24px; padding-right: 24px; }
  .gallery-item { width: 45vw; }
  .slider-btn { width: 44px; height: 44px; font-size: 24px; }
}
@media (max-width: 640px) {
  .gallery-item { width: 78vw; }
  .slider-prev { left: 8px; } .slider-next { right: 8px; }
  .lightbox-nav { width: 40px; height: 40px; font-size: 24px; }
  .lightbox-prev { left: 8px; } .lightbox-next { right: 8px; }
  .lightbox-close { top: 10px; right: 10px; }
}

/* === FAQ === */
.faq { background: #fbfaf7; }
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.faq-item {
  border-bottom: 1px solid rgba(20,32,46,.10);
}
.faq-item:first-child { border-top: 1px solid rgba(20,32,46,.10); }
.faq-q {
  width: 100%;
  background: none;
  border: 0;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #14202e;
  text-align: left;
  cursor: pointer;
  line-height: 1.4;
  transition: color .2s ease;
}
.faq-q:hover { color: #fe841d; }
.faq-icon {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 2px solid rgba(20,32,46,.18);
  display: inline-flex; align-items: center; justify-content: center;
  position: relative;
  transition: background .25s ease, border-color .25s ease, transform .35s ease;
}
.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: #14202e;
  border-radius: 2px;
  transition: transform .35s ease, opacity .25s ease, background .2s ease;
}
.faq-icon::before { width: 12px; height: 2px; }
.faq-icon::after  { width: 2px; height: 12px; }

.faq-q[aria-expanded="true"] .faq-icon {
  background: #fe841d;
  border-color: #fe841d;
  transform: rotate(45deg);
}
.faq-q[aria-expanded="true"] .faq-icon::before,
.faq-q[aria-expanded="true"] .faq-icon::after { background: #fff; }
.faq-q:hover .faq-icon { border-color: #fe841d; }

.faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height .4s ease;
}
.faq-a p {
  margin: 0;
  padding: 0 0 22px;
  color: #4a5568;
  font-size: 16px;
  line-height: 1.75;
  max-width: 700px;
}
