body.dental-page {
  --dental-ink: #102f35;
  --dental-muted: #65767b;
  --dental-soft: #eef8f7;
  --dental-card: rgba(255, 255, 255, 0.78);
  --dental-line: rgba(24, 83, 91, 0.12);
  --dental-teal: #0f9693;
  --dental-teal-dark: #075f61;
  --dental-mint: #dff5ef;
  --dental-cream: #fbf7ef;
  --dental-coral: #c94f45;
  color: var(--dental-ink);
  background:
    radial-gradient(circle at 12% 18%, rgba(165, 226, 219, 0.72), transparent 28rem),
    radial-gradient(circle at 88% 6%, rgba(255, 224, 206, 0.72), transparent 32rem),
    linear-gradient(180deg, #f4fbfb 0%, #fbf7ef 48%, #f3fbf7 100%);
}

body.dental-page .site-nav.scrolled {
  background: rgba(250, 253, 252, 0.78);
  border-bottom-color: var(--dental-line);
}

body.dental-page .brand,
body.dental-page .nav-links a,
body.dental-page .mobile-link {
  color: var(--dental-ink);
}

body.dental-page .brand small,
body.dental-page .nav-links a:not(.is-active) {
  color: rgba(16, 47, 53, 0.62);
}

body.dental-page .brand-mark {
  background: linear-gradient(135deg, #0fb5b0, #075f61);
  box-shadow: 0 16px 38px rgba(15, 150, 147, 0.22);
}

body.dental-page .nav-links a:hover,
body.dental-page .nav-links a.is-active {
  color: var(--dental-ink);
  background: rgba(15, 150, 147, 0.1);
}

body.dental-page .nav-cta,
body.dental-page .btn-primary {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #18bcb8, #075f61);
  box-shadow: 0 18px 40px rgba(15, 150, 147, 0.24);
}

body.dental-page .btn-secondary,
body.dental-page .btn-ghost,
body.dental-page .lang-switch button {
  color: var(--dental-ink);
  background: rgba(255, 255, 255, 0.66);
  border-color: var(--dental-line);
}

body.dental-page .nav-toggle span {
  background: var(--dental-ink);
}

body.dental-page .mobile-menu {
  background: rgba(16, 47, 53, 0.25);
}

body.dental-page .mobile-menu-panel {
  background: rgba(249, 253, 251, 0.98);
  border-left-color: var(--dental-line);
}

body.dental-page .mobile-menu-close {
  color: var(--dental-ink);
  background: rgba(255,255,255,0.72);
}

.dental-shell {
  width: min(1180px, calc(100vw - 36px));
  margin: 0 auto;
}

.dental-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--dental-teal);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.dental-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.dental-title {
  margin: 14px 0 0;
  color: var(--dental-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.dental-lede {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--dental-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.24rem);
  line-height: 1.65;
}

.dental-hero {
  position: relative;
  min-height: 100vh;
  padding: 150px 0 90px;
  overflow: hidden;
}

.dental-hero::before {
  content: "";
  position: absolute;
  inset: 8% 8% auto auto;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  background: rgba(22, 184, 178, 0.18);
  filter: blur(60px);
}

.dental-topline {
  width: min(1180px, calc(100vw - 36px));
  margin: 0 auto 34px;
  display: flex;
  justify-content: center;
}

.proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 16px;
  border: 1px solid var(--dental-line);
  border-radius: 999px;
  color: var(--dental-ink);
  background: rgba(255,255,255,0.58);
  box-shadow: 0 18px 42px rgba(21, 69, 69, 0.08);
  backdrop-filter: blur(16px);
}

.proof-pill b {
  color: var(--dental-teal-dark);
}

.hero-center {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hero-center .dental-lede {
  margin-inline: auto;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.hero-tags,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

.hero-tags span,
.trust-row span,
.mini-tag {
  padding: 9px 13px;
  border: 1px solid var(--dental-line);
  border-radius: 999px;
  color: rgba(16, 47, 53, 0.78);
  background: rgba(255,255,255,0.62);
  font-size: 0.82rem;
  font-weight: 750;
}

.hero-showcase {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.44fr 1fr;
  align-items: end;
  gap: 18px;
  margin: 58px auto 0;
  max-width: 960px;
}

.screen-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 34px;
  background: rgba(255,255,255,0.72);
  box-shadow: 0 34px 90px rgba(28, 82, 82, 0.16);
}

.screen-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.screen-card--phone {
  max-width: 220px;
  justify-self: center;
  border-radius: 38px;
  transform: translateY(28px);
}

.screen-card--desktop {
  aspect-ratio: 16 / 10;
}

.screen-card--desktop img {
  object-fit: cover;
  object-position: top center;
}

.section-pad {
  padding: 96px 0;
}

.section-head {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-head h2,
.feature-copy h2,
.page-hero h1 {
  margin: 14px 0 0;
  color: var(--dental-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.4vw, 4.15rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.section-head p,
.feature-copy p,
.page-hero p {
  color: var(--dental-muted);
  line-height: 1.68;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.included-card,
.support-card,
.process-card,
.testimonial-card,
.faq-card,
.direct-card,
.service-card {
  border: 1px solid rgba(255,255,255,0.82);
  border-radius: 30px;
  background: var(--dental-card);
  box-shadow: 0 26px 70px rgba(28, 82, 82, 0.1);
  backdrop-filter: blur(18px);
}

.included-card {
  min-height: 185px;
  padding: 26px;
}

.included-card span,
.process-card span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #18bcb8, #075f61);
  font-size: 0.82rem;
  font-weight: 850;
}

.included-card h3,
.support-card h3,
.process-card h3,
.testimonial-card h3,
.service-card h3 {
  margin: 24px 0 8px;
  color: var(--dental-ink);
  font-size: 1.12rem;
  letter-spacing: -0.025em;
}

.included-card p,
.support-card p,
.process-card p,
.testimonial-card p,
.service-card p {
  margin: 0;
  color: var(--dental-muted);
  line-height: 1.55;
}

.feature-band {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
}

.feature-band.alt {
  background: linear-gradient(90deg, rgba(222, 244, 239, 0.56), rgba(255,255,255,0.08));
}

.feature-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  align-items: center;
  gap: clamp(34px, 7vw, 96px);
}

.feature-grid.reverse {
  grid-template-columns: 1fr 0.85fr;
}

.feature-grid.reverse .feature-copy {
  order: 2;
}

.feature-copy ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
}

.feature-copy li {
  position: relative;
  padding-left: 26px;
  color: rgba(16,47,53,0.8);
  line-height: 1.5;
}

.feature-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--dental-teal);
}

.visual-stack {
  position: relative;
  min-height: 520px;
}

.visual-stack .screen-card {
  position: absolute;
}

.visual-stack .wide {
  inset: 0 0 auto 0;
}

.visual-stack .phone {
  right: 5%;
  bottom: 0;
  width: min(220px, 42%);
}

.visual-stack .small-wide {
  left: 0;
  bottom: 32px;
  width: 58%;
}

.ai-mock {
  padding: 26px;
  border: 1px solid rgba(255,255,255,0.82);
  border-radius: 34px;
  background: rgba(255,255,255,0.78);
  box-shadow: 0 34px 90px rgba(28, 82, 82, 0.14);
}

.chat-row {
  max-width: 82%;
  margin: 12px 0;
  padding: 14px 16px;
  border-radius: 20px;
  color: var(--dental-ink);
  background: #edf7f5;
  line-height: 1.45;
}

.chat-row.user {
  margin-left: auto;
  color: #fff;
  background: linear-gradient(135deg, #18bcb8, #075f61);
}

.chat-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.chat-actions span {
  padding: 12px;
  border-radius: 16px;
  text-align: center;
  color: var(--dental-teal-dark);
  background: rgba(15, 150, 147, 0.1);
  font-size: 0.9rem;
  font-weight: 800;
}

.support-grid,
.process-grid,
.testimonial-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.support-card,
.process-card,
.testimonial-card,
.service-card {
  padding: 28px;
}

.process-card span {
  margin-bottom: 34px;
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.gallery-item {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.82);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(28, 82, 82, 0.1);
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
}

.desktop-shot img {
  aspect-ratio: 16 / 11;
}

.testimonial-card p {
  font-size: 0.98rem;
}

.testimonial-card h3 {
  margin-top: 20px;
}

.guarantee-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 32px;
  background: rgba(255,255,255,0.68);
  box-shadow: 0 28px 70px rgba(28, 82, 82, 0.1);
}

.guarantee-bar div {
  padding: 24px;
  background: rgba(255,255,255,0.42);
}

.guarantee-bar strong {
  display: block;
  color: var(--dental-ink);
}

.guarantee-bar span {
  display: block;
  margin-top: 5px;
  color: var(--dental-muted);
  font-size: 0.9rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.faq-card {
  padding: 24px;
}

.faq-card h3 {
  margin: 0 0 8px;
  color: var(--dental-ink);
}

.faq-card p {
  margin: 0;
  color: var(--dental-muted);
  line-height: 1.55;
}

.final-cta {
  padding: 110px 0;
  text-align: center;
}

.final-cta-card {
  padding: clamp(36px, 7vw, 78px);
  border: 1px solid rgba(255,255,255,0.86);
  border-radius: 44px;
  background:
    radial-gradient(circle at 20% 20%, rgba(22,184,178,0.16), transparent 24rem),
    rgba(255,255,255,0.72);
  box-shadow: 0 38px 100px rgba(28, 82, 82, 0.14);
}

.lang-switch {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--dental-line);
  border-radius: 999px;
  background: rgba(255,255,255,0.62);
}

.lang-switch button {
  min-height: 34px;
  padding: 0 11px;
  border-radius: 999px;
  cursor: pointer;
}

.lang-switch button.is-active {
  color: #fff;
  background: var(--dental-teal-dark);
}

.page-hero {
  padding: 150px 0 70px;
  text-align: center;
}

.page-hero p {
  max-width: 720px;
  margin: 22px auto 0;
  font-size: 1.12rem;
}

.page-showcase {
  padding-bottom: 90px;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.showcase-grid .screen-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.work-grid .gallery-item img {
  aspect-ratio: 16 / 11;
}

.work-grid .gallery-item.mobile img {
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.sticky-consult {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 90;
  display: none;
  transform: translateX(-50%);
  white-space: nowrap;
}

body.dental-page .site-footer {
  color: rgba(16, 47, 53, 0.72);
  background: rgba(255,255,255,0.42);
  border-top-color: var(--dental-line);
}

body.dental-page .site-footer a {
  color: var(--dental-ink);
}

@media (max-width: 940px) {
  .included-grid,
  .support-grid,
  .process-grid,
  .testimonial-grid,
  .service-grid,
  .gallery-strip,
  .guarantee-bar,
  .faq-grid,
  .showcase-grid,
  .work-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-grid,
  .feature-grid.reverse {
    grid-template-columns: 1fr;
  }

  .feature-grid.reverse .feature-copy {
    order: 0;
  }

  .hero-showcase {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .screen-card--phone {
    transform: none;
  }
}

@media (max-width: 640px) {
  .dental-hero,
  .page-hero {
    padding-top: 122px;
  }

  .dental-shell,
  .dental-topline {
    width: min(100% - 26px, 1180px);
  }

  .included-grid,
  .support-grid,
  .process-grid,
  .testimonial-grid,
  .service-grid,
  .gallery-strip,
  .guarantee-bar,
  .faq-grid,
  .showcase-grid,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .visual-stack {
    min-height: 430px;
  }

  .hero-actions,
  .section-actions {
    flex-direction: column;
  }

  .hero-actions a,
  .section-actions a,
  .hero-actions button,
  .section-actions button {
    width: 100%;
  }

  .sticky-consult {
    display: inline-flex;
  }
}

/* ── Mechamey premium dark theme override ─────────────────────────────── */
body.dental-page {
  --dental-ink: #f8fafc;
  --dental-muted: #a1a8b5;
  --dental-soft: rgba(255, 255, 255, 0.055);
  --dental-card: linear-gradient(180deg, rgba(255,255,255,0.078), rgba(255,255,255,0.028));
  --dental-line: rgba(255, 255, 255, 0.095);
  --dental-teal: #8ab4ff;
  --dental-teal-dark: #5b8cff;
  --dental-mint: rgba(91, 140, 255, 0.1);
  --dental-cream: #090a0d;
  --dental-coral: #55d38a;
  color: var(--text-primary);
  background:
    radial-gradient(circle at 50% -12%, rgba(91, 140, 255, 0.2), transparent 34rem),
    radial-gradient(circle at 10% 24%, rgba(85, 211, 138, 0.075), transparent 30rem),
    radial-gradient(circle at 88% 36%, rgba(138, 180, 255, 0.09), transparent 28rem),
    linear-gradient(180deg, #090a0d 0%, #07080a 54%, #08090b 100%);
}

body.dental-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 10%, black, transparent 74%);
  -webkit-mask-image: radial-gradient(circle at 50% 10%, black, transparent 74%);
}

body.dental-page .site-nav.scrolled {
  background: rgba(8, 9, 11, 0.78);
  border-bottom-color: var(--border-subtle);
  box-shadow: 0 16px 48px rgba(0,0,0,0.24);
}

body.dental-page .brand,
body.dental-page .nav-links a,
body.dental-page .mobile-link {
  color: var(--text-primary);
}

body.dental-page .brand small,
body.dental-page .nav-links a:not(.is-active) {
  color: rgba(248, 250, 252, 0.64);
}

body.dental-page .brand-mark {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0.04)),
    linear-gradient(135deg, #2f6dff, #7aa7ff);
  box-shadow: var(--shadow-glow);
}

body.dental-page .nav-links a:hover,
body.dental-page .nav-links a.is-active {
  color: #fff;
  background: rgba(91, 140, 255, 0.12);
}

body.dental-page .nav-cta,
body.dental-page .btn-primary {
  border: 1px solid rgba(91, 140, 255, 0.46);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0)),
    linear-gradient(135deg, #3e72f4, #6f9cff);
  box-shadow:
    0 18px 46px rgba(91, 140, 255, 0.26),
    inset 0 1px 0 rgba(255,255,255,0.24);
}

body.dental-page .btn-secondary,
body.dental-page .btn-ghost,
body.dental-page .lang-switch button {
  color: rgba(248, 250, 252, 0.86);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--border-subtle);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.dental-page .btn-secondary:hover,
body.dental-page .btn-ghost:hover,
body.dental-page .lang-switch button:hover {
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.075);
}

body.dental-page .lang-switch {
  border-color: var(--border-subtle);
  background: rgba(255,255,255,0.04);
  box-shadow:
    0 16px 40px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.dental-page .lang-switch button.is-active {
  color: #fff;
  background: rgba(91, 140, 255, 0.36);
  border-color: rgba(138, 180, 255, 0.34);
}

body.dental-page .nav-toggle,
body.dental-page .mobile-menu-close {
  border-color: var(--border-subtle);
  background: rgba(255,255,255,0.045);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.dental-page .nav-toggle span {
  background: #fff;
}

body.dental-page .mobile-menu {
  background: rgba(4, 5, 7, 0.64);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.dental-page .mobile-menu-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025)),
    rgba(8, 9, 11, 0.96);
  border-left-color: var(--border-subtle);
  box-shadow: -24px 0 72px rgba(0, 0, 0, 0.5);
}

body.dental-page .mobile-menu-close {
  color: #fff;
}

.dental-hero {
  isolation: isolate;
}

.dental-hero::before,
.dental-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(90px);
}

.dental-hero::before {
  inset: -14rem 4vw auto auto;
  width: 34rem;
  height: 34rem;
  background: rgba(91, 140, 255, 0.22);
}

.dental-hero::after {
  left: -10rem;
  bottom: 8rem;
  width: 30rem;
  height: 30rem;
  background: rgba(85, 211, 138, 0.085);
}

.dental-eyebrow {
  color: var(--accent-strong);
}

.dental-title,
.section-head h2,
.feature-copy h2,
.page-hero h1 {
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 780;
  letter-spacing: -0.075em;
}

.dental-lede,
.section-head p,
.feature-copy p,
.page-hero p,
.feature-copy li,
.included-card p,
.support-card p,
.process-card p,
.testimonial-card p,
.service-card p,
.faq-card p,
.guarantee-bar span {
  color: var(--text-secondary);
}

.proof-pill,
.hero-tags span,
.trust-row span,
.mini-tag,
.included-card,
.support-card,
.process-card,
.testimonial-card,
.faq-card,
.direct-card,
.service-card,
.final-cta-card,
.guarantee-bar,
.screen-card,
.gallery-item,
.ai-mock {
  border: 1px solid var(--border-subtle);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.078), rgba(255,255,255,0.028)),
    rgba(13, 15, 20, 0.72);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255,255,255,0.06);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.screen-card,
.gallery-item {
  border-color: rgba(255,255,255,0.12);
  background: rgba(7, 9, 13, 0.82);
}

.screen-card img,
.gallery-item img {
  opacity: 0.94;
}

.included-card,
.support-card,
.process-card,
.testimonial-card,
.faq-card,
.service-card,
.screen-card,
.gallery-item,
.ai-mock {
  transition:
    transform 260ms var(--ease),
    border-color 260ms var(--ease),
    background 260ms var(--ease),
    box-shadow 260ms var(--ease);
}

.included-card:hover,
.support-card:hover,
.process-card:hover,
.testimonial-card:hover,
.faq-card:hover,
.service-card:hover,
.screen-card:hover,
.gallery-item:hover,
.ai-mock:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.18);
  box-shadow:
    0 38px 110px rgba(0, 0, 0, 0.42),
    0 0 60px rgba(91, 140, 255, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

.gallery-item img,
.screen-card img {
  transition: transform 520ms var(--ease), opacity 260ms var(--ease);
}

.gallery-item:hover img,
.screen-card:hover img {
  transform: scale(1.018);
  opacity: 1;
}

.proof-pill,
.hero-tags span,
.trust-row span,
.mini-tag {
  color: rgba(248,250,252,0.78);
}

.included-card span,
.process-card span {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0)),
    linear-gradient(135deg, #3e72f4, #6f9cff);
  box-shadow: 0 18px 42px rgba(91, 140, 255, 0.18);
}

.included-card h3,
.support-card h3,
.process-card h3,
.testimonial-card h3,
.service-card h3,
.faq-card h3,
.guarantee-bar strong {
  color: #fff;
}

.feature-band {
  border-top: 1px solid var(--border-subtle);
}

.feature-band.alt {
  background:
    radial-gradient(circle at 78% 18%, rgba(91, 140, 255, 0.11), transparent 30rem),
    linear-gradient(180deg, rgba(255,255,255,0.018), transparent);
}

.feature-copy li::before {
  background: var(--accent-strong);
  box-shadow: 0 0 18px rgba(138, 180, 255, 0.45);
}

.chat-row {
  color: rgba(248,250,252,0.9);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.chat-row.user {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0)),
    linear-gradient(135deg, #3e72f4, #6f9cff);
  border-color: rgba(138, 180, 255, 0.26);
}

.chat-actions span {
  color: rgba(248,250,252,0.88);
  background: rgba(91, 140, 255, 0.12);
  border: 1px solid rgba(138, 180, 255, 0.16);
}

.guarantee-bar {
  background: rgba(13, 15, 20, 0.72);
}

.guarantee-bar div {
  background: rgba(255,255,255,0.026);
}

.final-cta-card {
  background:
    radial-gradient(circle at 50% 0%, rgba(91, 140, 255, 0.2), transparent 28rem),
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025)),
    rgba(13, 15, 20, 0.74);
}

body.dental-page .site-footer {
  color: var(--text-muted);
  background: rgba(8, 9, 11, 0.72);
  border-top-color: var(--border-subtle);
}

body.dental-page .site-footer a {
  color: rgba(248,250,252,0.82);
}

/* ── Work gallery: macOS + iPhone device pairs ── */

.dental-work-page .work-section + .work-section {
  border-top: 1px solid rgba(255,255,255,0.06);
}

.work-pairs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
}

.work-pair {
  display: grid;
  gap: 14px;
  overflow: visible;
  padding: clamp(16px, 2.4vw, 22px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(91, 140, 255, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.018));
  box-shadow:
    0 22px 64px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.06);
  transition: transform 260ms var(--ease), border-color 260ms var(--ease), box-shadow 260ms var(--ease);
}

.work-pair:hover {
  transform: translateY(-3px);
  border-color: rgba(138, 180, 255, 0.22);
  box-shadow:
    0 28px 80px rgba(0,0,0,0.36),
    0 0 0 1px rgba(91, 140, 255, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

.work-pair__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.work-pair__index {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: rgba(248,250,252,0.92);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: rgba(91, 140, 255, 0.14);
  border: 1px solid rgba(138, 180, 255, 0.2);
}

.work-pair__tag {
  color: rgba(248,250,252,0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.work-pair__tag--booking {
  color: rgba(138, 220, 200, 0.78);
}

.work-pair__devices {
  position: relative;
  display: block;
  min-height: clamp(220px, 28vw, 320px);
  padding-bottom: clamp(16px, 2.8vw, 28px);
}

/* macOS window frame */
.device {
  margin: 0;
}

.device--mac {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)),
    rgba(10, 12, 16, 0.92);
  box-shadow:
    0 18px 48px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.07);
}

.device__chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025)),
    rgba(18, 20, 26, 0.96);
}

.device__chrome span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.device__chrome span:nth-child(1) { background: #ff5f57; box-shadow: 0 0 0 1px rgba(0,0,0,0.18); }
.device__chrome span:nth-child(2) { background: #febc2e; box-shadow: 0 0 0 1px rgba(0,0,0,0.18); }
.device__chrome span:nth-child(3) { background: #28c840; box-shadow: 0 0 0 1px rgba(0,0,0,0.18); }

.device__chrome em {
  margin-left: auto;
  color: rgba(248,250,252,0.42);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.device--mac .device__viewport {
  overflow: hidden;
  background: #0a0c10;
  line-height: 0;
}

.device--mac .device__viewport img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

/* iPhone frame — overlaps mac on the right */
.device--iphone {
  position: absolute;
  right: clamp(10px, 4%, 22px);
  bottom: 0;
  z-index: 2;
  width: min(200px, 38%);
  padding: 8px 7px 10px;
  border-radius: clamp(22px, 4vw, 30px);
  background:
    linear-gradient(155deg, rgba(255,255,255,0.14), rgba(255,255,255,0.03) 38%, rgba(0,0,0,0.22)),
    linear-gradient(180deg, #2c2e34, #121318);
  border: 2px solid rgba(255,255,255,0.14);
  transform: translateY(clamp(14px, 2.4vw, 24px));
  box-shadow:
    0 20px 48px rgba(0,0,0,0.48),
    0 0 0 1px rgba(255,255,255,0.08),
    inset 0 1px 0 rgba(255,255,255,0.12);
}

.device__island {
  width: 42%;
  max-width: 58px;
  height: 14px;
  margin: 0 auto 7px;
  border-radius: 999px;
  background: #050608;
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.06);
}

.device--iphone .device__viewport {
  overflow: hidden;
  border-radius: clamp(16px, 3vw, 22px);
  background: #050608;
  line-height: 0;
  position: relative;
}

.device--iphone .device__viewport::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 34%;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
  pointer-events: none;
  z-index: 2;
}

.device--iphone .device__viewport img {
  width: 100%;
  display: block;
  aspect-ratio: 9 / 19.2;
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 980px) {
  .work-pairs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .work-pair__devices {
    min-height: clamp(210px, 54vw, 290px);
    padding-bottom: 18px;
  }

  .device--iphone {
    right: 3%;
    width: clamp(112px, 36%, 160px);
    transform: translateY(18px);
  }

  .device--iphone .device__viewport img {
    aspect-ratio: 9 / 17.5;
  }

  .device-showcase .work-pair__devices {
    min-height: clamp(200px, 56vw, 280px);
  }
}

/* ── Device showcase slider (landing) ── */

.device-showcase {
  position: relative;
  width: 100%;
}

.device-showcase::before {
  content: "";
  position: absolute;
  inset: 8% 10% 0 10%;
  border-radius: 999px;
  background: rgba(91, 140, 255, 0.12);
  filter: blur(90px);
  pointer-events: none;
}

.device-showcase__frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.078), rgba(255,255,255,0.028)),
    rgba(13, 15, 20, 0.82);
  box-shadow:
    0 34px 96px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255,255,255,0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.device-showcase__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025)),
    rgba(18, 20, 26, 0.96);
}

.device-showcase__bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.device-showcase__bar span:nth-child(1) { background: #ff5f57; box-shadow: 0 0 0 1px rgba(0,0,0,0.18); }
.device-showcase__bar span:nth-child(2) { background: #febc2e; box-shadow: 0 0 0 1px rgba(0,0,0,0.18); }
.device-showcase__bar span:nth-child(3) { background: #28c840; box-shadow: 0 0 0 1px rgba(0,0,0,0.18); }

.device-showcase__bar strong {
  margin-left: 8px;
  color: rgba(248,250,252,0.72);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.device-showcase__bar em {
  margin-left: auto;
  color: rgba(248,250,252,0.42);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.mechaport-slider-viewport {
  overflow: hidden;
}

.mechaport-slider-track {
  display: flex;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.mechaport-slide {
  min-width: 100%;
}

.device-showcase .mechaport-slide {
  padding: clamp(14px, 2.4vw, 22px);
}

.device-showcase .work-pair__devices {
  min-height: clamp(200px, 30vw, 320px);
}

.hero-center .device-showcase {
  margin: 58px auto 0;
  max-width: 920px;
}

.feature-grid .device-showcase {
  min-width: 0;
}

.mechaport-slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px 18px;
}

.mechaport-slider-controls button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  color: rgba(248,250,252,0.88);
  background: rgba(255,255,255,0.06);
  cursor: pointer;
  transition: background 180ms var(--ease), border-color 180ms var(--ease), transform 180ms var(--ease);
}

.mechaport-slider-controls button:hover {
  transform: translateY(-1px);
  border-color: rgba(138, 180, 255, 0.28);
  background: rgba(91, 140, 255, 0.14);
}

.mechaport-slider-dots {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 2px;
  scrollbar-width: none;
}

.mechaport-slider-dots::-webkit-scrollbar {
  display: none;
}

.mechaport-slider-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 180ms var(--ease), background 180ms var(--ease);
}

.mechaport-slider-dots button.is-active {
  transform: scale(1.35);
  background: rgba(138, 180, 255, 0.95);
}

.gallery-showcase-wrap {
  max-width: 920px;
  margin-inline: auto;
}

.page-hero .device-showcase {
  margin-top: clamp(36px, 5vw, 52px);
}

.page-hero .dental-shell.hero-center {
  padding-bottom: clamp(48px, 8vw, 88px);
}

.dental-page-websites .process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 940px) {
  .dental-page-websites .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .dental-page-websites .process-grid {
    grid-template-columns: 1fr;
  }
}

/* Compliance & integration models (booking landings) */
.compliance-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.compliance-grid .service-card h3 {
  margin-top: 0;
  font-size: 1.05rem;
}

.integration-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.integration-card {
  display: flex;
  flex-direction: column;
}

.integration-card__label {
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 14px;
  padding: 6px 12px;
  border: 1px solid rgba(138, 180, 255, 0.24);
  border-radius: 999px;
  color: rgba(248, 250, 252, 0.92);
  background: rgba(91, 140, 255, 0.14);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.integration-card h3 {
  margin-top: 0;
  color: #fff;
}

.integration-card .integration-promise {
  margin: 0 0 18px;
  color: rgba(248, 250, 252, 0.78);
  font-size: 0.95rem;
  line-height: 1.55;
}

.integration-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.integration-card li {
  position: relative;
  padding-left: 26px;
  color: rgba(248, 250, 252, 0.86);
  font-size: 0.92rem;
  line-height: 1.55;
}

.integration-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent-strong);
  box-shadow: 0 0 12px rgba(138, 180, 255, 0.35);
}

.compliance-regulations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.compliance-regulations span {
  padding: 9px 13px;
  border: 1px solid rgba(138, 180, 255, 0.22);
  border-radius: 999px;
  color: rgba(248, 250, 252, 0.88);
  background: rgba(91, 140, 255, 0.1);
  font-size: 0.78rem;
  font-weight: 750;
}

.compliance-trust-strip .section-head {
  margin-bottom: 22px;
}

.compliance-trust-strip .trust-row {
  margin-top: 0;
}

.dental-note {
  max-width: 640px;
  margin: 22px auto 0;
  text-align: center;
  color: rgba(248, 250, 252, 0.72);
  font-size: 0.92rem;
  line-height: 1.6;
}

.dental-note--disclaimer {
  margin-top: 12px;
  font-size: 0.82rem;
  color: var(--text-muted);
}

@media (max-width: 940px) {
  .compliance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .integration-compare-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .compliance-grid {
    grid-template-columns: 1fr;
  }
}
