/* ============================================================
   DR AMINE BEN AYED — ORTHODONTISTE
   Combined stylesheet — generated 2026-04-30
   Source order:
     01 tokens.css        07 services.css      13 reviews.css
     02 buttons.css       08 why.css           14 appointment.css
     03 icons.css         09 qualifications.css 15 contact.css
     04 navbar.css        10 treatments.css    16 footer.css
     05 hero.css          11 oralign.css       17 whatsapp.css
     06 about.css         12 gallery.css       18 reveal.css
                                               19 confirmation-dialog.css
                                               20 tooltip.css
                                               21 rtl.css
                                               22 responsive.css
   NOTE: Google Fonts @import removed — load via <link rel="preload">
   in HTML <head> instead.
   ============================================================ */

/* === tokens.css === */
/* ============================================================
   DR AMINE BEN AYED — ORTHODONTISTE
   Premium Luxury Healthcare CSS
   ============================================================ */

/* ── DESIGN TOKENS ── */
:root {
  --primary:        #111111;
  --primary-light:  #2a2a2a;
  --primary-dark:   #000000;

  --secondary:      #f8f5ef;
  --secondary-light:#ffffff;
  --secondary-dark: #e8dfd2;

  --tertiary:       #d8c7aa;
  --tertiary-light: #eee3d0;
  --tertiary-dark:  #b89b5e;

  --accent:         #b89b5e;
  --accent-soft:    rgba(184,155,94,0.14);

  --neutral-50:  #fafafa;
  --neutral-100: #f4f4f4;
  --neutral-200: #e8e8e8;
  --neutral-300: #d1d1d1;
  --neutral-500: #737373;
  --neutral-700: #404040;
  --neutral-900: #171717;

  --surface:     #ffffff;
  --surface-alt: #f8f5ef;
  --text-main:   #171717;
  --text-muted:  #6f6f6f;
  --border:      rgba(17,17,17,0.10);

  --font-heading: 'Playfair Display', serif;
  --font-body:    'Jost', sans-serif;
  --font-arabic:  'Cairo', sans-serif;

  --container:       1180px;
  --section-padding: clamp(4rem, 8vw, 7rem);

  --radius-sm:   10px;
  --radius-md:   18px;
  --radius-lg:   28px;
  --radius-xl:   40px;
  --radius-pill: 999px;

  --shadow-soft:   0 20px 60px rgba(0,0,0,0.07);
  --shadow-medium: 0 30px 80px rgba(0,0,0,0.11);
  --shadow-card:   0 4px 24px rgba(0,0,0,0.06);

  --transition: 0.28s ease;
  --transition-slow: 0.5s ease;
}

/* ── RESET ── */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box }
html { scroll-behavior:smooth; -webkit-text-size-adjust:100% }
body {
  font-family: var(--font-body);
  background: var(--surface);
  color: var(--text-main);
  line-height: 1.7;
  overflow-x: hidden;
}
[dir="rtl"] body { font-family: var(--font-arabic) }
[dir="rtl"] h1,[dir="rtl"] h2,[dir="rtl"] h3,
[dir="rtl"] h4,[dir="rtl"] h5,[dir="rtl"] h6 {
  font-family: var(--font-arabic);
  font-weight: 700;
}
img { max-width:100%; height:auto; display:block }
a { text-decoration:none; color:inherit }
button { cursor:pointer; border:none; background:none; font-family:inherit }
ul, ol { list-style:none }
input, select, textarea { font-family:inherit }

/* ── REDUCED MOTION ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ── FOCUS STATES ── */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ── UTILITY ── */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 3rem);
}
.section-pad { padding-block: var(--section-padding) }
.text-center { text-align: center }
.sr-only {
  position:absolute; width:1px; height:1px;
  padding:0; margin:-1px; overflow:hidden;
  clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

/* ── SECTION LABELS & HEADINGS ── */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}
.section-label::before {
  content: '';
  display: block;
  width: 1.8rem;
  height: 1px;
  background: var(--accent);
}
[dir="rtl"] .section-label::before { display: none }
[dir="rtl"] .section-label::after {
  content: '';
  display: block;
  width: 1.8rem;
  height: 1px;
  background: var(--accent);
}
h1, h2, h3 {
  font-family: var(--font-heading);
  line-height: 1.15;
  font-weight: 500;
}
.section-title {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  color: var(--primary);
  margin-bottom: 1rem;
}
.section-title em { font-style: italic; color: var(--accent) }
.section-sub {
  font-size: 1rem;
  color: var(--text-muted);
  font-weight: 300;
  max-width: 560px;
  line-height: 1.8;
}

/* ── PRODUCTION TOKENS / LUXURY REFACTOR ── */
:root {
  --container: 1240px;
  --nav-height: 84px;
  --lux-ink: #111315;
  --lux-ink-soft: #30343a;
  --lux-cream: #fbf6ee;
  --lux-cream-2: #efe2cf;
  --lux-gold: #b79252;
  --lux-gold-dark: #8f6f37;
  --lux-line: rgba(17,19,21,.105);
  --lux-line-dark: rgba(255,255,255,.13);
  --lux-shadow: 0 28px 80px rgba(17,19,21,.12);
  --lux-shadow-strong: 0 42px 120px rgba(17,19,21,.17);
  --lux-ease: cubic-bezier(.2,.8,.2,1);
}

html { scroll-padding-top: calc(var(--nav-height) + 18px); }
body { overflow-x: clip; }
body.nav-open { overflow: hidden; }
* { min-width: 0; }
::selection { background: rgba(183,146,82,.22); color: var(--lux-ink); }
.container { max-width: min(100% - 2rem, var(--container)); padding-inline: clamp(1rem, 3vw, 2.5rem); }
.section-pad { padding-block: clamp(4.8rem, 8vw, 8rem); }
.section-title { letter-spacing: -.035em; text-wrap: balance; }
.section-sub, .hero-subtitle, .about-text, .service-card p, .why-card p, .review-text, .appt-info p { text-wrap: pretty; }
img, svg { flex-shrink: 0; }
a, button, .btn, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button, .btn, .lang-btn, .nav-hamburger, .treat-tab { min-height: 44px; }
[aria-invalid="true"] { border-color: rgba(180, 48, 48, .65) !important; box-shadow: 0 0 0 4px rgba(180, 48, 48, .08) !important; }
.section-label.centered { justify-content: center; }
.section-sub.centered { margin-inline: auto; }

/* ── PERFORMANCE / CONTAINMENT ── */
#services,
#why,
#qualifications,
#treatments,
#oralign,
#gallery,
#reviews,
#appointment,
#contact {
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}

@supports not (overflow: clip) {
  body { overflow-x: hidden; }
}

/* === buttons.css === */
/* buttons.css — premium CTA system */
.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .58rem;
  min-height: 48px;
  max-width: 100%;
  padding: .86rem 2rem;
  overflow: hidden;
  border: 1.5px solid transparent;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .085em;
  line-height: 1.18;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
  user-select: none;
  transition: transform .22s var(--lux-ease),
              box-shadow .22s var(--lux-ease),
              background .22s var(--lux-ease),
              color .22s var(--lux-ease),
              border-color .22s var(--lux-ease);
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(255,255,255,.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity .22s var(--lux-ease);
  pointer-events: none;
  z-index: 1;
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.18) 48%, transparent 56%);
  transform: translateX(-130%);
  transition: transform .7s var(--lux-ease);
  pointer-events: none;
}

.btn:hover::before,
.btn:focus-visible::before {
  opacity: 1;
}

.btn:hover::after,
.btn:focus-visible::after {
  transform: translateX(130%);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn:active {
  transform: translateY(0);
  transition-duration: .1s;
}

.btn-primary {
  background: var(--lux-ink, var(--primary));
  border-color: var(--lux-ink, var(--primary));
  color: #fff;
  box-shadow: 0 14px 32px rgba(17,19,21,.16), inset 0 1px 0 rgba(255,255,255,.12);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--lux-gold, var(--accent));
  border-color: var(--lux-gold, var(--accent));
  color: #111;
  box-shadow: 0 18px 44px rgba(183,146,82,.28), inset 0 1px 0 rgba(255,255,255,.28);
}

.btn-outline {
  background: rgba(255,255,255,.56);
  border-color: rgba(17,19,21,.26);
  color: var(--lux-ink, var(--primary));
  box-shadow: 0 12px 26px rgba(17,19,21,.055);
}

.btn-outline:hover,
.btn-outline:focus-visible {
  background: var(--lux-ink, var(--primary));
  border-color: var(--lux-ink, var(--primary));
  color: #fff;
  box-shadow: 0 18px 42px rgba(17,19,21,.16);
}

.btn-accent {
  background: var(--lux-gold, var(--accent));
  border-color: var(--lux-gold, var(--accent));
  color: #111;
  box-shadow: 0 16px 36px rgba(183,146,82,.22), inset 0 1px 0 rgba(255,255,255,.24);
}

.btn-accent:hover,
.btn-accent:focus-visible {
  background: var(--lux-gold-dark, var(--tertiary-dark));
  border-color: var(--lux-gold-dark, var(--tertiary-dark));
  color: #fff;
  box-shadow: 0 20px 48px rgba(143,111,55,.26);
}

.btn-sm {
  min-height: 42px;
  padding: .62rem 1.42rem;
  font-size: .74rem;
}

.btn:disabled {
  opacity: .62;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

#oralign .btn-outline,
footer .btn-outline {
  border-color: rgba(255,255,255,.32);
  color: #fff;
  background: rgba(255,255,255,.06);
}

#oralign .btn-outline:hover,
footer .btn-outline:hover {
  background: #fff;
  border-color: #fff;
  color: var(--lux-ink);
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .btn::after { transition: none; }
  .btn:hover,
  .btn:focus-visible { transform: none; }
}

/* === icons.css === */
/* icons.css — reusable monochrome SVG icon primitives */
.ui-icon,
.trust-icon,
.hero-proof-icon,
.about-highlight-icon,
.service-icon,
.qual-icon,
.oralign-feat-icon,
.contact-icon,
.insta-icon,
.founder-mark,
.founder-icon,
.treat-card-icon,
.ba-handle {
  display: inline-grid;
  place-items: center;
  color: currentColor;
}

.ui-icon svg,
.trust-icon svg,
.hero-proof-icon svg,
.about-highlight-icon svg,
.service-icon svg,
.qual-icon svg,
.oralign-feat-icon svg,
.contact-icon svg,
.insta-icon svg,
.founder-mark svg,
.founder-icon svg,
.treat-card-icon svg,
.ba-handle svg {
  width: 1em;
  height: 1em;
  display: block;
  pointer-events: none;
}

.service-icon,
.qual-icon,
.about-highlight-icon,
.contact-icon,
.oralign-feat-icon,
.hero-proof-icon,
.treat-card-icon,
.founder-icon,
.insta-icon {
  color: var(--lux-gold, var(--accent));
}

.icon-muted { color: rgba(17,19,21,.58); }
.icon-light { color: rgba(255,255,255,.78); }

/* === navbar.css === */
/* navbar.css — fixed, accessible navigation */
#navbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1200;
  width: 100%;
  background: rgba(255,255,255,.86);
  border-bottom: 1px solid rgba(17,19,21,.075);
  backdrop-filter: blur(22px) saturate(1.15);
  -webkit-backdrop-filter: blur(22px) saturate(1.15);
  transition: background .24s var(--lux-ease), box-shadow .24s var(--lux-ease), border-color .24s var(--lux-ease);
}

#navbar > .container {
  width: 100%;
  padding-inline: clamp(1rem, 3vw, 2.5rem);
  max-width: none;
}

#navbar.scrolled,
body.nav-open #navbar {
  background: rgba(255,255,255,.97);
  box-shadow: 0 18px 52px rgba(17,19,21,.085);
}

body.nav-open {
  overflow: hidden;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-height);
  width: 100%;
  gap: clamp(1.2rem, 2.5vw, 3rem);
}

.nav-logo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  text-decoration: none;
  transition: opacity .24s var(--lux-ease), transform .24s var(--lux-ease);
}

.nav-logo:hover {
  opacity: .85;
  transform: scale(1.02);
}

.nav-logo img {
  width: auto;
  height: clamp(52px, 5.5vw, 72px);
  max-width: min(240px, 45vw);
  object-fit: contain;
  filter: brightness(1) contrast(1.05) drop-shadow(0 2px 4px rgba(0,0,0,.08));
  image-rendering: crisp-edges;
}

.nav-links {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 1.8vw, 2rem);
}

.nav-links a {
  position: relative;
  padding: .55rem .08rem;
  color: var(--text-muted);
  font-size: clamp(.68rem, .72vw, .78rem);
  font-weight: 600;
  letter-spacing: .105em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color .2s var(--lux-ease);
}

.nav-links a::after {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: .2rem;
  height: 1px;
  background: var(--lux-gold, var(--accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s var(--lux-ease);
}

[dir="rtl"] .nav-links a::after {
  transform-origin: right;
}

.nav-links a:hover,
.nav-links a.active,
.nav-links a:focus-visible {
  color: var(--lux-ink, var(--primary));
}

.nav-links a:hover::after,
.nav-links a.active::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 1rem;
}

.nav-actions .btn-sm {
  padding-inline: clamp(.9rem, 1.35vw, 1.55rem);
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: .25rem;
  flex-shrink: 0;
  padding: .22rem .3rem;
  border: 1px solid rgba(17,19,21,.075);
  border-radius: 999px;
  background: rgba(17,19,21,.045);
}

.lang-btn {
  min-height: 36px;
  padding: .28rem .65rem;
  border-radius: 999px;
  background: transparent;
  color: var(--text-muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  transition: background .2s var(--lux-ease), color .2s var(--lux-ease), transform .2s var(--lux-ease);
}

.lang-btn:hover:not(.active),
.lang-btn:focus-visible:not(.active) {
  background: rgba(255,255,255,.76);
  color: var(--lux-ink, var(--primary));
}

.lang-btn.active {
  background: var(--lux-ink, var(--primary));
  color: #fff;
}

.nav-hamburger {
  position: relative;
  z-index: 1301;
  display: none;
  width: 46px;
  height: 46px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(17,19,21,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 24px rgba(17,19,21,.055);
}

.nav-hamburger span {
  display: block;
  width: 18px;
  height: 1.5px;
  border-radius: 2px;
  background: var(--lux-ink, var(--primary));
  transform-origin: center;
  transition: transform .24s var(--lux-ease), opacity .18s var(--lux-ease);
}

.nav-hamburger.open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.nav-hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav-hamburger.open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.nav-backdrop {
  position: fixed;
  inset: var(--nav-height) 0 0;
  z-index: 1100;
  background: rgba(17,19,21,.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity .26s var(--lux-ease);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.nav-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.nav-mobile {
  position: fixed;
  top: calc(var(--nav-height) + .65rem);
  left: 1rem;
  right: 1rem;
  z-index: 1300;

  display: flex;
  flex-direction: column;

  width: auto;
  max-width: none;
  max-height: min(76vh, 620px);

  padding: .75rem;
  overflow-y: auto;
  overscroll-behavior: contain;

  border: 1px solid rgba(17,19,21,.10);
  border-radius: 28px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 34px 90px rgba(17,19,21,.18);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(-10px) scale(.985);
  transition:
    opacity .24s var(--lux-ease),
    transform .24s var(--lux-ease),
    visibility .24s;

  backdrop-filter: blur(24px) saturate(1.1);
  -webkit-backdrop-filter: blur(24px) saturate(1.1);
}

.nav-mobile.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.nav-mobile a:not(.btn) {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: .82rem 1rem;
  border-radius: 16px;
  color: var(--lux-ink, var(--primary));
  font-weight: 600;
  line-height: 1.25;
}

.nav-mobile a:not(.btn):hover,
.nav-mobile a:not(.btn):focus-visible {
  background: rgba(183,146,82,.10);
  color: var(--lux-ink, var(--primary));
}

.nav-mobile .btn {
  width: 100%;
  min-height: 50px;
  margin: .75rem 0 .45rem;
}

.nav-mobile .lang-switcher {
  width: 100%;
  margin: .35rem 0 .25rem;
  justify-content: center;
  padding: .35rem;
}

.nav-mobile .lang-btn {
  flex: 1;
}

/* Stable current-section states */
.nav-mobile a.active:not(.btn),
.nav-mobile a[aria-current="page"]:not(.btn) {
  background: rgba(183,146,82,.12);
  color: var(--lux-ink, var(--primary));
}

@media (min-width: 981px) {
  .nav-mobile,
  .nav-backdrop {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .nav-links,
  .nav-actions {
    display: none;
  }

  .nav-hamburger {
    display: flex;
  }

  .nav-inner {
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  .nav-inner {
    justify-content: center;
    position: relative;
  }

  .nav-hamburger {
    position: absolute;
    right: 0;
  }

  .nav-mobile {
    top: calc(var(--nav-height) + .5rem);
    left: .75rem;
    right: .75rem;
    border-radius: 24px;
  }

  .nav-mobile a:not(.btn) {
    min-height: 46px;
    padding: .78rem .9rem;
  }

  .nav-mobile .btn {
    width: 100%;
    margin-inline: 0;
  }

  .nav-mobile .lang-switcher {
    width: 100%;
    margin-inline: 0;
  }
}

[dir="rtl"] .nav-hamburger {
  right: auto;
  left: 0;
}

/* === hero.css === */
/* hero.css — premium first viewport */
#hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
  min-height: 100svh;
  padding-top: var(--nav-height);
  background:
    radial-gradient(circle at 78% 14%, rgba(183,146,82,.22), transparent 30rem),
    radial-gradient(circle at 12% 84%, rgba(183,146,82,.12), transparent 28rem),
    linear-gradient(135deg, #fffdf8 0%, #f7efe2 48%, #ffffff 100%);
}

#hero::before {
  content: '';
  position: absolute;
  inset: 10% auto auto 50%;
  width: min(45vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(183,146,82,.16);
  border-radius: 999px;
  transform: translateX(-10%) rotate(-18deg);
  pointer-events: none;
  z-index: -2;
}

#hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17,19,21,.12), transparent);
  pointer-events: none;
}

#hero > .container {
  min-height: calc(100svh - var(--nav-height));
  max-width: min(100% - 2rem, 1340px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  align-items: center;
  gap: clamp(2.25rem, 5.5vw, 6rem);
  padding-block: clamp(3rem, 7vw, 6.4rem);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  max-width: 100%;
  margin-bottom: clamp(1.25rem, 2vw, 1.85rem);
  padding: .55rem .88rem;
  border: 1px solid rgba(183,146,82,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 12px 30px rgba(17,19,21,.045);
  color: #8c6b31;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-eyebrow-dot {
  width: .42rem;
  height: .42rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 .34rem rgba(183,146,82,.12);
  flex: 0 0 auto;
}

.hero-title {
  max-width: 12ch;
  margin: 0 0 clamp(1.1rem, 1.8vw, 1.55rem);
  color: var(--lux-ink, var(--primary));
  font-size: clamp(3rem, 6vw, 6.15rem);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.07em;
  text-wrap: balance;
}

.hero-title em {
  position: relative;
  z-index: 1;
  color: var(--lux-gold, var(--accent));
  font-style: italic;
  white-space: nowrap;
}

.hero-title em::after {
  content: '';
  position: absolute;
  inset-inline: .08em;
  bottom: .055em;
  height: .18em;
  z-index: -1;
  border-radius: 999px;
  background: rgba(183,146,82,.17);
}

.hero-subtitle {
  max-width: 650px;
  margin-bottom: clamp(1.8rem, 3vw, 2.65rem);
  color: #57534d;
  font-size: clamp(1rem, 1.18vw, 1.16rem);
  font-weight: 300;
  line-height: 1.86;
  text-wrap: pretty;
}

.hero-ctas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .85rem;
  margin-bottom: clamp(1.85rem, 3vw, 3.1rem);
}

.hero-ctas .btn { min-width: min(100%, 214px); }

.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, auto));
  align-items: stretch;
  gap: .72rem;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 44px;
  padding: .54rem .78rem;
  border: 1px solid rgba(17,19,21,.075);
  border-radius: 999px;
  background: rgba(255,255,255,.66);
  color: #4f4a44;
  box-shadow: 0 10px 24px rgba(17,19,21,.035);
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.25;
}

.trust-icon {
  width: 1.18rem;
  height: 1.18rem;
  color: var(--lux-gold, var(--accent));
  flex: 0 0 auto;
}

.hero-visual {
  position: relative;
  min-height: clamp(520px, 57vw, 735px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: clamp(2rem, 4vw, 3.5rem);
  z-index: 1;
}

.hero-visual::before {
  content: '';
  position: absolute;
  inset: 8% 4% auto auto;
  width: min(78%, 430px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(183,146,82,.2), rgba(255,255,255,0));
  filter: blur(2px);
  z-index: -2;
}

.hero-visual::after {
  content: '';
  position: absolute;
  inset: auto auto 13% 6%;
  width: min(42%, 230px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(255,255,255,.44);
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: 0 28px 80px rgba(17,19,21,.08);
  z-index: -1;
}

.hero-img-wrap {
  position: relative;
  width: min(96%, 536px);
  aspect-ratio: 4 / 5.18;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 44px 44px 112px 44px;
  background: #e8ded0;
  box-shadow: 0 44px 110px rgba(17,19,21,.19);
  transform: translateY(0) rotate(-1.05deg);
  transition: transform .42s var(--lux-ease), box-shadow .42s var(--lux-ease);
}

.hero-visual:hover .hero-img-wrap {
  transform: translateY(-5px) rotate(0deg);
  box-shadow: 0 54px 132px rgba(17,19,21,.22);
}

.hero-photo,
.hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 11%;
  transform: scale(1.015);
}

.hero-proof-panel {
  position: absolute;
  inset-inline: 50% auto;
  inset-block-end: clamp(.7rem, 3vw, 1.4rem);
  z-index: 4;
  /* Badelna l'900px b 1200px lena 👇 */
  width: min(120%, 760px); 
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: .55rem;
  padding: .58rem;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 28px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 24px 70px rgba(17,19,21,.15);
  backdrop-filter: blur(22px) saturate(1.08);
  -webkit-backdrop-filter: blur(22px) saturate(1.08);
  transform: translateX(-50%);
}

.hero-proof-item {
  min-width: 140px;
  display: flex;
  align-items: center;
  gap: .58rem;
  padding: .74rem .68rem;
  border-radius: 20px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(17,19,21,.055);
}

.hero-proof-icon {
  width: 2.05rem;
  height: 2.05rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: var(--lux-gold, var(--accent));
  background: rgba(183,146,82,.10);
}

.hero-proof-icon svg {
  width: 1.05rem;
  height: 1.05rem;
}

.hero-proof-icon--brand {
  background: rgba(183,146,82,.10);
  padding: .18rem;
}

.hero-proof-icon--brand img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.hero-proof-copy {
  min-width: 0;
  display: grid;
  gap: .12rem;
}

.hero-proof-copy strong {
  color: var(--lux-ink, var(--primary));
  font-size: clamp(.86rem, .95vw, .98rem);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.08;
  white-space: normal;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.hero-proof-copy small {
  color: #6d665e;
  font-size: .67rem;
  font-weight: 600;
  line-height: 1.18;
  overflow-wrap: anywhere;
  hyphens: auto;
}

@media (max-width: 1160px) {
  #hero > .container { grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); }
  .hero-title { font-size: clamp(2.75rem, 5.7vw, 5.1rem); }
  .hero-trust { grid-template-columns: 1fr; max-width: 440px; }
  .hero-proof-panel {
    width: min(100%, 640px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  #hero > .container {
    grid-template-columns: 1fr;
    gap: clamp(1rem, 4vw, 2rem);
    text-align: center;
    padding-block: clamp(3rem, 8vw, 5.5rem) clamp(2.2rem, 6vw, 4rem);
  }

  .hero-content { margin-inline: auto; }
  .hero-title,
  .hero-subtitle { margin-inline: auto; }
  .hero-title { max-width: 13ch; }
  .hero-ctas,
  .hero-trust { justify-content: center; margin-inline: auto; }
  .hero-trust { max-width: 620px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trust-item { justify-content: center; }
  .hero-visual {
    order: 2;
    min-height: clamp(430px, 70vw, 610px);
    padding-block: 1.2rem 0;
  }
  .hero-img-wrap { width: min(76vw, 460px); border-radius: 36px 36px 84px 36px; }
  .hero-proof-panel { width: min(90vw, 680px); grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  #hero > .container { max-width: min(100% - 1.25rem, 1340px); }
  .hero-eyebrow { font-size: .66rem; letter-spacing: .12em; }
  .hero-title { font-size: clamp(2.45rem, 12vw, 4.15rem); letter-spacing: -.055em; }
  .hero-title em { white-space: normal; }
  .hero-ctas { display: grid; grid-template-columns: 1fr; width: min(100%, 430px); }
  .hero-ctas .btn { width: 100%; }
  .hero-trust { grid-template-columns: 1fr; width: min(100%, 430px); }
  .hero-visual { min-height: clamp(360px, 86vw, 520px); }
  .hero-img-wrap { width: min(82vw, 380px); }
  .hero-proof-panel {
    position: static;
    transform: none;
    width: min(100%, 430px);
    margin: 1rem auto 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .hero-proof-item { justify-content: center; }
}

@media (max-width: 420px) {
  .hero-title { font-size: clamp(2.16rem, 13.5vw, 3.25rem); }
  .hero-subtitle { font-size: .98rem; line-height: 1.72; }
  .hero-eyebrow { align-items: flex-start; text-align: start; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-visual:hover .hero-img-wrap,
  .hero-img-wrap { transform: none; }
}

/* === about.css === */
/* ── ABOUT ── */
#about { background: linear-gradient(180deg, #fff 0%, #fbf7ef 100%); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 5rem;
  align-items: center;
}
#about .about-grid { grid-template-columns: minmax(310px, .84fr) minmax(0, 1.16fr); gap: clamp(1.8rem, 5vw, 5.5rem); align-items: stretch; }
#about .about-img-wrap { align-self: center; }
.about-img-wrap {
  position: relative;
}
.about-img-box {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-medium);
}
.about-img-box img, .about-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.about-img-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(160deg, var(--secondary) 0%, var(--tertiary-light) 100%);
  display: flex; align-items:center; justify-content:center;
  flex-direction: column; gap: 1rem;
}
.about-img-placeholder svg { opacity:.25; width:60px }
.about-img-placeholder p { font-size:.7rem; color:var(--text-muted); letter-spacing:.12em; text-transform:uppercase }
.about-accent-box {
  position: absolute;
  bottom: -2.5rem;
  inset-inline-end: -2rem;
  background: var(--primary);
  color: var(--secondary-light);
  border-radius: var(--radius-md);
  padding: 1.5rem 1.8rem;
  text-align: center;
  box-shadow: var(--shadow-medium);
}
.about-accent-num {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  color: var(--tertiary-light);
  display: block;
}
.about-accent-label {
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .7;
  margin-top: .3rem;
}
.about-content { padding-block-end: 2rem }
.about-text {
  font-size: .97rem;
  line-height: 1.85;
  color: var(--text-muted);
  font-weight: 300;
  margin-bottom: 1.4rem;
}
.about-kicker { font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1.2rem; color: var(--accent); }

@media (max-width: 980px) {
  .about-accent-box {
    inset-inline-end: 0.75rem;
    bottom: 0.75rem;
  }
}

/* === services.css === */
/* ── SERVICES ── */
#services { background: var(--surface-alt) }
.services-header { max-width: 780px; margin-inline: auto; margin-bottom: 3.5rem; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  align-items: stretch;
}
.service-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 2.4rem 2rem;
  border: 1px solid var(--border);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  box-shadow: 0 22px 70px rgba(17,19,21,.065);
}
.service-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--tertiary));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition-slow);
}
[dir="rtl"] .service-card::before { transform-origin: right }
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--lux-shadow);
  border-color: rgba(184,155,94,.25);
}
.service-card:hover::before { transform: scaleX(1) }
.service-card-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.05;
  z-index: 0;
  transition: opacity 0.4s ease-in-out;
}
.service-card:hover .service-card-bg-img {
  opacity: 1;
}
.service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
}
.service-card:hover::after {
  opacity: 1;
}
.service-icon {
  width: 56px; height: 56px;
  border-radius: var(--radius-md);
  background: var(--accent-soft);
  display: flex; align-items:center; justify-content:center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  transition: opacity 0.4s ease-in-out, background var(--transition);
  z-index: 2;
  color: var(--lux-gold);
}
.service-icon svg { width: 1.35rem; height: 1.35rem; }
.service-card:hover .service-icon {
  opacity: 0;
  background: var(--accent);
  color: #fff;
}
.service-card h3 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: .7rem;
  z-index: 2;
  transition: opacity 0.4s ease-in-out;
}
.service-card:hover h3 {
  opacity: 0;
}
.service-card p {
  font-size: .88rem;
  color: var(--text-muted);
  line-height: 1.75;
  font-weight: 300;
  z-index: 2;
  transition: opacity 0.4s ease-in-out;
}
.service-card:hover p {
  opacity: 0;
}

/* === why.css === */
/* ── WHY CHOOSE ── */
#why { background: var(--primary) }
.why-header { margin-bottom: 3.5rem }
.why-header .section-label { color: var(--tertiary-light) }
.why-header .section-title { color: var(--secondary-light) }
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  align-items: stretch;
}
.why-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg);
  padding: 2rem 1.8rem;
  transition: all var(--transition);
  min-height: 100%;
}
.why-card:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(184,155,94,.4);
  transform: translateY(-4px);
}
.why-num {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 500;
  color: rgba(184,155,94,.2);
  line-height: 1;
  margin-bottom: 1rem;
}
.why-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #fffaf0;
  margin-bottom: .6rem;
}
.why-card p {
  font-size: .85rem;
  color: rgba(248,245,239,.76);
  line-height: 1.82;
  font-weight: 400;
}
.why-icon { color: var(--lux-gold); }

/* === qualifications.css === */
/* ── QUALIFICATIONS ── */
#qualifications { background: var(--surface) }
.qual-header { margin-bottom: 3rem; }
.qual-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}
.qual-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.2rem 1.4rem;
  border-radius: var(--radius-md);
  background: var(--surface-alt);
  border: 1px solid var(--border);
  transition: all var(--transition);
  min-height: 100%;
}
.qual-item:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-card);
}
.qual-item.is-featured { border-color: rgba(183,146,82,.35); background: rgba(183,146,82,.05); }
.qual-item.is-wide { grid-column: 1 / -1; }
.qual-icon {
  width: 38px; height: 38px; flex-shrink: 0;
  border-radius: 8px;
  background: var(--accent-soft);
  display:flex; align-items:center; justify-content:center;
  font-size: .9rem;
  color: var(--accent);
}
.qual-icon svg { width: 1.1rem; height: 1.1rem; }
.qual-icon.is-star { background: var(--accent-soft); color: var(--lux-gold); font-size: .8rem; font-weight: 700; }
.qual-text { font-size: .87rem; color: var(--text-main); line-height: 1.5 }
.qual-text strong { display:block; font-size:.9rem; margin-bottom:.15rem }
.qual-text span { font-size:.78rem; color:var(--text-muted) }
.qual-strong-accent { color: var(--accent); }

/* === treatments.css === */
/* treatments.css — premium tabbed treatment cards */
#treatments {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 50% 0%, rgba(183,146,82,.13), transparent 26rem),
    linear-gradient(180deg, #fff 0%, #fbf6ee 100%);
}

#treatments::before {
  content: '';
  position: absolute;
  inset: 6rem auto auto 50%;
  width: min(680px, 86vw);
  aspect-ratio: 1;
  border: 1px solid rgba(183,146,82,.13);
  border-radius: 999px;
  transform: translateX(-50%);
  pointer-events: none;
}

.treatments-header {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto clamp(1.8rem, 4vw, 3.2rem);
}

.treat-tabs {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: .68rem;
  max-width: 1040px;
  margin: 0 auto clamp(1.9rem, 4vw, 3rem);
  padding: .35rem;
  border-radius: 999px;
}

.treat-tab {
  min-height: 44px;
  padding: .62rem 1.08rem;
  border: 1px solid rgba(17,19,21,.09);
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,.76);
  box-shadow: 0 10px 26px rgba(17,19,21,.045);
  color: #68615a;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1.15;
  text-transform: uppercase;
  transition: transform .22s var(--lux-ease), background .22s var(--lux-ease), color .22s var(--lux-ease), border-color .22s var(--lux-ease), box-shadow .22s var(--lux-ease);
}

.treat-tab:hover,
.treat-tab:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(183,146,82,.35);
  color: var(--lux-ink, var(--primary));
  box-shadow: 0 16px 38px rgba(17,19,21,.08);
}

.treat-tab.active,
.treat-tab[aria-selected="true"] {
  background: var(--lux-ink, var(--primary));
  border-color: var(--lux-ink, var(--primary));
  color: #fff;
  box-shadow: 0 18px 44px rgba(17,19,21,.17);
}

.treat-panel {
  position: relative;
  z-index: 1;
  display: none;
  max-width: 1120px;
  margin-inline: auto;
}

.treat-panel.active {
  display: block;
}

.treat-cards,
.treat-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(.9rem, 1.6vw, 1.15rem);
  width: 100%;
  margin-inline: auto;
}

.treat-card,
.treat-tag {
  flex: 0 1 calc(33.333% - 1.1rem);
  min-width: 210px;
  min-height: 132px;
  display: grid;
  place-items: center;
  gap: .82rem;
  padding: 1.18rem 1.05rem;
  border: 1px solid rgba(17,19,21,.075);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.72));
  color: var(--lux-ink, var(--primary));
  box-shadow: 0 18px 46px rgba(17,19,21,.065);
  text-align: center;
  transition: transform .25s var(--lux-ease), box-shadow .25s var(--lux-ease), border-color .25s var(--lux-ease), background .25s var(--lux-ease);
}

.treat-card:hover,
.treat-card:focus-visible,
.treat-tag:hover,
.treat-tag:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(183,146,82,.42);
  background: #fff;
  box-shadow: 0 26px 66px rgba(17,19,21,.10);
  outline: none;
}

.treat-card-icon {
  width: 2.9rem;
  height: 2.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(183,146,82,.10);
  border: 1px solid rgba(183,146,82,.16);
  color: var(--lux-gold, var(--accent));
}

.treat-card-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.treat-card-title {
  max-width: 16rem;
  color: var(--lux-ink, var(--primary));
  font-size: .94rem;
  font-weight: 750;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .treat-tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-inline: calc(var(--container-pad, 1rem) * -1);
    padding: .35rem var(--container-pad, 1rem) .9rem;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .treat-tabs::-webkit-scrollbar { display: none; }
  .treat-tab { flex: 0 0 auto; scroll-snap-align: center; }

  .treat-cards,
  .treat-tags {
    grid-template-columns: minmax(0, min(100%, 360px));
  }

  .treat-card,
  .treat-tag {
    min-height: 108px;
    grid-template-columns: auto 1fr;
    justify-items: start;
    text-align: start;
    padding: 1rem;
  }
}

/* === oralign.css === */
/* ── ORALIGN FEATURE ── */
#oralign {
  background: radial-gradient(circle at 82% 20%, rgba(183,146,82,.22), transparent 26rem), #111315;
  position: relative;
  overflow: hidden;
}

#oralign::before {
  content: '';
  position: absolute;
  top: -30%;
  inset-inline-start: -10%;
  width: 60vw;
  height: 160%;
  background: radial-gradient(ellipse at center, rgba(184,155,94,.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.oralign-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(4rem, 6vw, 8rem);
  align-items: center;
  position: relative;
  z-index: 2;
}

.oralign-content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.oralign-logo-wrap img {
  height: 64px;
  width: auto;
  margin-bottom: .8rem;
  filter: brightness(1.1) drop-shadow(0 2px 8px rgba(0,0,0,.2));
}

.oralign-founder-badge {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  width: fit-content;
  background: rgba(183,146,82,.15);
  border: 1px solid rgba(183,146,82,.35);
  border-radius: 999px;
  padding: .45rem 1.1rem;
}

.oralign-founder-badge span {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
}

.oralign-title {
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  font-weight: 600;
  color: var(--secondary-light);
  line-height: 1.1;
  letter-spacing: -.02em;
}

.oralign-title em {
  color: var(--accent);
  font-style: italic;
}

.oralign-desc {
  font-size: .98rem;
  color: rgba(248,245,239,.6);
  line-height: 1.88;
  font-weight: 300;
  max-width: 520px;
}

.oralign-desc strong {
  color: rgba(248,245,239,.9);
  font-weight: 500;
}

.oralign-founder-card {
  background: rgba(183,146,82,.08);
  border: 1px solid rgba(183,146,82,.25);
  border-radius: 16px;
  padding: 1.4rem 1.6rem;
  margin: .5rem 0;
}

.oralign-founder-card-head {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: .8rem;
}

.oralign-founder-card-title {
  font-size: .88rem;
  font-weight: 600;
  color: #fff;
}

.oralign-founder-card-sub {
  font-size: .75rem;
  color: rgba(248,245,239,.45);
}

.oralign-founder-card p {
  font-size: .82rem;
  color: rgba(248,245,239,.55);
  line-height: 1.65;
}

.oralign-founder-desc {
  font-size: .86rem !important;
  color: rgba(248,245,239,.75) !important;
  line-height: 1.75 !important;
  margin-top: .6rem !important;
  letter-spacing: 0.3px;
}

.oralign-feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1rem 0;
}

.oralign-feat {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .88rem;
  color: rgba(248,245,239,.8);
  padding: .6rem;
}

.oralign-feat-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(184,155,94,.15);
  border: 1px solid rgba(184,155,94,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  flex-shrink: 0;
}

.oralign-cta-group {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.oralign-visual-container {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oralign-visual-bg {
  position: absolute;
  inset: 0;
  border-radius: 32px;
  background: radial-gradient(circle 400px at 50% 50%, rgba(183,146,82,.18), transparent 80%);
  background-size: 800px 800px;
  background-position: center;
  filter: blur(0px);
  transition: filter .3s ease, background-position .15s ease-out;
  pointer-events: none;
  z-index: 1;
}

.oralign-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.oralign-ring-outer {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 1px solid rgba(184,155,94,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 0 50px rgba(184,155,94,.2);
  transition: transform .5s var(--lux-ease), box-shadow .5s var(--lux-ease);
  animation: none !important;
  will-change: auto;
}

.oralign-ring-inner {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid rgba(184,155,94,.2);
  background: rgba(184,155,94,.06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .5s var(--lux-ease);
  animation: none !important;
  will-change: auto;
}

.oralign-center-badge {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(184,155,94,.12);
  border: 1.5px solid rgba(184,155,94,.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 8px 28px rgba(184,155,94,.2);
  transition: transform .4s var(--lux-ease);
}

.oralign-center-badge img {
  width: 75px;
  height: auto;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.3));
}

.oralign-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  background: var(--accent);
  border-radius: 50%;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 16px var(--accent), 0 0 32px rgba(183,146,82,.3);
}

.oralign-mark {
  height: 28px;
  width: auto;
}

/* ── HOVER & INTERACTION EFFECTS ── */
.oralign-visual-container:hover .oralign-visual-bg {
  filter: blur(12px);
}

.oralign-visual:hover .oralign-ring-outer {
  transform: scale(1.05) rotateY(5deg);
  box-shadow: 0 0 60px rgba(184,155,94,.3);
}

.oralign-visual:hover .oralign-ring-inner {
  transform: scale(1.03) rotateY(-5deg);
}

.oralign-visual:hover .oralign-center-badge {
  transform: scale(1.08);
}

@media (max-width: 1280px) {
  .oralign-grid {
    gap: clamp(3rem, 4vw, 5rem);
  }

  .oralign-ring-outer {
    width: 340px;
    height: 340px;
  }
}

@media (max-width: 1160px) {
  .oralign-grid {
    grid-template-columns: 1fr;
    gap: clamp(2.5rem, 5vw, 4rem);
  }

  .oralign-visual-container {
    order: 2;
    min-height: 420px;
  }

  .oralign-ring-outer {
    width: 320px;
    height: 320px;
  }

  .oralign-ring-inner {
    width: 240px;
    height: 240px;
  }

  .oralign-center-badge {
    width: 140px;
    height: 140px;
  }

  .oralign-center-badge img {
    width: 70px;
  }

  .oralign-feats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .oralign-grid {
    text-align: center;
    gap: clamp(2rem, 4vw, 3.5rem);
  }

  .oralign-content {
    margin-inline: auto;
  }

  .oralign-title {
    margin-inline: auto;
  }

  .oralign-desc {
    margin-inline: auto;
  }

  .oralign-cta-group {
    justify-content: center;
  }

  .oralign-feats {
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  .oralign-title {
    font-size: clamp(1.8rem, 5.5vw, 2.8rem);
  }

  .oralign-desc {
    font-size: .92rem;
  }

  .oralign-founder-card {
    padding: 1.1rem 1.3rem;
  }

  .oralign-visual-container {
    min-height: 360px;
    margin-top: 1.5rem;
  }

  .oralign-ring-outer {
    width: 280px;
    height: 280px;
  }

  .oralign-ring-inner {
    width: 210px;
    height: 210px;
  }

  .oralign-center-badge {
    width: 125px;
    height: 125px;
  }

  .oralign-center-badge img {
    width: 62px;
  }

  .oralign-feats {
    gap: .8rem;
  }

  .oralign-feat {
    font-size: .82rem;
  }

  .oralign-cta-group {
    flex-direction: column;
  }

  .oralign-cta-group .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .oralign-visual:hover .oralign-ring-outer,
  .oralign-visual:hover .oralign-ring-inner,
  .oralign-visual:hover .oralign-center-badge,
  .oralign-visual-container:hover .oralign-visual-bg {
    transform: none;
    filter: none;
  }
}

/* === gallery.css === */
/* ============================================================
   Gallery / before-after section
   ============================================================ */
#gallery {
  background:
    radial-gradient(circle at 12% 12%, rgba(183,146,82,.18), transparent 24rem),
    linear-gradient(180deg, #111315 0%, #171717 100%);
  color: var(--secondary-light);
}
#gallery .section-label { color: var(--tertiary-light); }
#gallery .section-title { color: var(--secondary-light); }
#gallery .section-sub { color: rgba(248,245,239,.56); }
#gallery [data-t="gallery.confidentialityNote"] {
  font-size: 0.79rem;
  color: rgba(248,245,239,.58);
  margin-top: 1.8rem;
  padding: 0.95rem 1.2rem;
  border: 1px solid rgba(183,146,82,.22);
  border-radius: 12px;
  background: rgba(183,146,82,.06);
  letter-spacing: 0.3px;
  line-height: 1.68;
  font-weight: 400;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-header { margin-bottom: .5rem; opacity: 1 !important; transform: none !important; visibility: visible !important; }
.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 2vw, 1.6rem);
  margin-top: 3rem;
}
.gallery-card {
  flex: 0 1 calc(33.333% - 1.1rem);
  min-width: 280px;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.045);
  transition: transform .32s var(--lux-ease), box-shadow .32s var(--lux-ease), border-color .32s var(--lux-ease);
  position: relative;
  box-shadow: 0 18px 52px rgba(0,0,0,.28);
}
.gallery-card:hover { transform: translateY(-6px); box-shadow: 0 30px 70px rgba(0,0,0,.42); border-color: rgba(183,146,82,.34); }
.gallery-card.is-wide { flex: 0 1 calc(33.333% - 1.1rem); }
.ba-wrap { position: relative; width: 100%; overflow: hidden; cursor: ew-resize; user-select: none; touch-action: pan-y; background: #0d0f11; --ba-pos: 50%; }
.ba-wrap:focus-visible { outline: 2px solid var(--accent); outline-offset: -4px; }
.ba-wrap img, .ba-img { width: 100%; height: clamp(220px, 21vw, 285px); object-fit: cover; display: block; pointer-events: none; }
.ba-after { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; clip-path: inset(0 calc(100% - var(--ba-pos, 50%)) 0 0); }
.ba-after img, .ba-after .ba-img { width: 100%; height: clamp(220px, 21vw, 285px); object-fit: cover; object-position: center; max-width: none; }
.ba-divider { position: absolute; top: 0; bottom: 0; left: var(--ba-pos, 50%); width: 2px; background: rgba(255,255,255,.94); transform: translateX(-50%); pointer-events: none; box-shadow: 0 0 0 1px rgba(183,146,82,.45); }
.ba-handle {
  position: absolute;
  top: 50%;
  left: var(--ba-pos, 50%);
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #000000;
  border: 1px solid rgba(17,19,21,.16);
  box-shadow: 0 12px 30px rgba(0,0,0,.36);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  font-size: 0;
  transition: transform .18s var(--lux-ease), box-shadow .18s var(--lux-ease);
}
.ba-handle svg { width: 1.05rem; height: 1.05rem; }
.ba-labels { position: absolute; top: .75rem; left: 0; right: 0; display: flex; justify-content: space-between; padding-inline: .8rem; pointer-events: none; z-index: 2; }
.ba-label { font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; background: rgba(0,0,0,.58); color: white; padding: .22rem .58rem; border-radius: 20px; backdrop-filter: blur(4px); }
.ba-label.after { background: rgba(183,146,82,.82); }
.gallery-info { padding: 1.2rem 1.4rem 1.35rem; }
.gallery-info h4 { font-family: var(--font-heading); font-size: 1.05rem; font-weight: 500; color: var(--secondary-light); margin-bottom: .3rem; }
.gallery-info p { font-size: .8rem; color: rgba(248,245,239,.48); }
.gallery-tag { display: inline-block; margin-top: .7rem; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; background: rgba(183,146,82,.15); border: 1px solid rgba(183,146,82,.25); color: var(--accent); padding: .22rem .72rem; border-radius: 20px; }
.gallery-insta-cta { margin-top: 3rem; display: flex; align-items: center; justify-content: center; gap: 1.5rem; flex-wrap: wrap; padding: clamp(1.45rem, 3vw, 2.5rem); border-radius: 32px; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.035); }
.insta-handle { display: flex; align-items: center; gap: .8rem; }
.insta-icon { width: 44px; height: 44px; border-radius: 14px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; font-size: 0; flex-shrink: 0; color: var(--accent); }
.insta-icon svg { width: 1.25rem; height: 1.25rem; }
.insta-handle-text strong { display: block; color: var(--secondary-light); font-size: .95rem; }
.insta-handle-text span { font-size: .78rem; color: rgba(248,245,239,.45); }

.ba-wrap:hover .ba-handle,
.ba-wrap.is-dragging .ba-handle {
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow: 0 16px 38px rgba(0,0,0,.44);
}

[dir="rtl"] .ba-after {
  clip-path: inset(0 0 0 calc(100% - var(--ba-pos, 50%)));
}

[dir="rtl"] .ba-divider,
[dir="rtl"] .ba-handle {
  left: auto;
  right: var(--ba-pos, 50%);
  transform: translate(50%, -50%);
}

[dir="rtl"] .ba-wrap:hover .ba-handle,
[dir="rtl"] .ba-wrap.is-dragging .ba-handle {
  transform: translate(50%, -50%) scale(1.06);
}
.ba-wrap.is-dragging .ba-after { will-change: clip-path; }

/* === reviews.css === */
/* ============================================================
   Reviews section
   ============================================================ */
#reviews { background: var(--secondary); }
.reviews-header { margin-bottom: 3.5rem; }
.reviews-summary {
  display: grid;
  grid-template-columns: auto auto minmax(220px, 1fr) auto;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 3rem);
  padding: clamp(1.5rem, 3.5vw, 2.7rem) clamp(1.2rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 10% 20%, rgba(183,146,82,.24), transparent 18rem),
    var(--primary);
  border-radius: 34px;
  margin-bottom: 3rem;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--lux-shadow);
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.reviews-score { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.reviews-score-num { font-family: var(--font-heading); font-size: clamp(3.7rem, 7vw, 5rem); font-weight: 600; color: var(--secondary-light); line-height: 1; }
.reviews-stars-big { display: flex; gap: .3rem; margin: .4rem 0; }
.reviews-stars-big span { font-size: 1.4rem; color: var(--accent); }
.reviews-score-label { font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(248,245,239,.55); }
.reviews-count { font-size: .72rem; color: rgba(248,245,239,.44); margin-top: .3rem; }
.reviews-divider { width: 1px; height: 84px; background: rgba(255,255,255,.12); flex-shrink: 0; }
.reviews-stats { min-width: 0; display: flex; flex-direction: column; gap: .6rem; }
.rating-bar { display: flex; align-items: center; gap: .8rem; font-size: .8rem; color: rgba(248,245,239,.64); }
.rating-bar-label { width: 16px; text-align: right; flex-shrink: 0; }
.rating-bar-track { flex: 1; height: 5px; background: rgba(255,255,255,.1); border-radius: 3px; overflow: hidden; }
.rating-bar-fill { height: 100%; background: var(--accent); border-radius: 3px; }
.rating-bar-fill.is-95 { width: 95%; }
.rating-bar-fill.is-5 { width: 5%; }
.rating-bar-fill.is-0 { width: 0%; }
.reviews-cta-wrap { display: flex; flex-direction: column; align-items: center; gap: .8rem; flex-shrink: 0; }
.google-badge { display: flex; align-items: center; gap: .5rem; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-pill); padding: .4rem 1rem; font-size: .75rem; color: rgba(248,245,239,.72); }
.google-g { width: 20px; height: 20px; background: white; border-radius: 50%; display: flex; align-items:center; justify-content:center; font-size: .72rem; font-weight: 700; color: #333; flex-shrink: 0; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; margin-bottom: 2.5rem; }
.review-card { background: var(--surface); border-radius: 24px; padding: clamp(1.4rem, 2vw, 2rem); border: 1px solid var(--border); display: flex; flex-direction: column; gap: 1rem; transition: transform .3s var(--lux-ease), box-shadow .3s var(--lux-ease), border-color .3s var(--lux-ease); position: relative; }
.review-card:hover { transform: translateY(-4px); box-shadow: var(--lux-shadow); border-color: rgba(183,146,82,.22); }
.review-card.is-wide { grid-column: span 2; }
.review-card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.review-author { display: flex; align-items: center; gap: .8rem; min-width: 0; }
.review-avatar { width: 42px; height: 42px; border-radius: 50%; background: #f2eadf; border: 1px solid rgba(17,19,21,.08); display: flex; align-items:center; justify-content:center; font-size: 1rem; font-weight: 600; color: var(--lux-gold-dark); flex-shrink: 0; font-family: var(--font-heading); }
.review-name { font-size: .9rem; font-weight: 600; color: var(--primary); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.review-date { font-size: .73rem; color: var(--text-muted); }
.review-stars { display: flex; gap: .15rem; flex-shrink: 0; }
.review-stars span { color: var(--accent); font-size: .9rem; }
.review-text { font-size: .88rem; color: var(--text-muted); line-height: 1.75; font-weight: 300; font-style: italic; flex: 1; }
.review-text::before { content: '\201C'; color: var(--accent); font-size: 1.2rem; font-style: normal; }
.review-source { display: flex; align-items: center; gap: .4rem; font-size: .7rem; color: var(--neutral-300); margin-top: .5rem; }
.review-source-g { width: 14px; height: 14px; background: #f6f2eb; border: 1px solid rgba(17,19,21,.1); border-radius: 50%; display: flex; align-items:center; justify-content:center; font-size: .55rem; font-weight: 700; color: var(--lux-ink); flex-shrink:0; }
.reviews-footer { text-align: center; }
.reviews-footer p { font-size: .85rem; color: var(--text-muted); margin-bottom: 1rem; }
[dir="rtl"] .reviews-summary { direction: rtl; }

/* === appointment.css === */
/* ── reCAPTCHA badge — move to bottom-left ── */
.grecaptcha-badge {
  left: 14px !important;
  right: auto !important;
}

/* ── APPOINTMENT ── */
#appointment { background: linear-gradient(180deg, #fbf6ee 0%, #fff 100%); }
.appt-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(1.6rem, 4vw, 4rem);
  align-items: stretch;
}
.appt-info h2 { font-size: clamp(1.8rem,3vw,2.8rem); margin-bottom: 1rem }
.appt-info p {
  font-size: .95rem;
  color: var(--text-muted);
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.appt-bullets {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.appt-bullet {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}
.appt-bullet::before {
  content: '✓';
  color: var(--accent);
  font-weight: bold;
}
/* Form */
.appt-form-wrap {
  background: var(--surface);
  border-radius: var(--radius-xl);
  padding: 3rem;
  border: 1px solid rgba(17,19,21,.08);
  box-shadow: var(--lux-shadow);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}
.form-group.full { grid-column: 1 / -1 }
label {
  font-size: .73rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-muted);
}
input, select, textarea {
  width: 100%;
  padding: .8rem 1.1rem;
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: .9rem;
  color: var(--text-main);
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
  outline: none;
}
input:focus, select:focus, textarea:focus,
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: rgba(183,146,82,.55);
  box-shadow: 0 0 0 4px rgba(183,146,82,.11);
}
input::placeholder, textarea::placeholder { color: var(--neutral-300) }
textarea { resize: vertical; min-height: 110px }
select { appearance: none; cursor: pointer }
.honeypot { display: none !important }
.form-submit-wrap { margin-top: 1.5rem }
.form-submit-wrap .btn { width: 100%; padding: 1rem }
.form-message {
  margin-top: 1rem;
  padding: .9rem 1.2rem;
  border-radius: var(--radius-sm);
  font-size: .87rem;
  display: none;
  min-height: 1.2rem;
}
.form-message.success {
  background: rgba(34,197,94,.1);
  border: 1px solid rgba(34,197,94,.25);
  color: #166534;
  display: block;
}
.form-message.error {
  background: rgba(239,68,68,.08);
  border: 1px solid rgba(239,68,68,.2);
  color: #991b1b;
  display: block;
}
.form-privacy {
  font-size: .73rem;
  color: var(--text-muted);
  margin-top: .8rem;
  text-align: center;
  line-height: 1.5;
}
.appt-note {
  margin-top: 2rem;
  padding: 1rem;
  background-color: rgba(184, 155, 94, 0.05);
  border-left: 3px solid var(--accent);
  font-size: 0.85rem;
  color: var(--text-muted);
  font-style: normal;
  line-height: 1.6;
}

/* === contact.css === */
/* ── CONTACT ── */
#contact { background: var(--surface) }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}
.contact-items { display:flex; flex-direction:column; gap:1.2rem; margin-block: 2rem }
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contact-icon {
  width: 44px; height: 44px; flex-shrink:0;
  border-radius: var(--radius-sm);
  background: var(--accent-soft);
  border: 1px solid rgba(184,155,94,.2);
  display:flex; align-items:center; justify-content:center;
  font-size: 1rem;
}
.contact-item-text strong { display:block; font-size:.87rem; color:var(--primary); margin-bottom:.15rem }
.contact-item-text span { font-size:.83rem; color:var(--text-muted) }
.contact-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  min-height: 100%;
  background: var(--surface-alt);
  height: 100%;
}
.contact-map iframe,
.contact-map .map-frame {
  width: 100%;
  min-height: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.map-frame { width: 100%; height: 360px; border: 0; display: block; }
.social-links {
  display: flex; gap: .7rem; margin-top: 1.5rem;
}
.social-link {
  width: 40px; height: 40px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  display:flex; align-items:center; justify-content:center;
  color: inherit;
  font-size: .9rem;
  transition: all var(--transition);
}
.social-link:hover {
  background: var(--primary);
  color: var(--secondary-light);
  border-color: var(--primary);
  transform: translateY(-2px);
}
.contact-link-accent { color: var(--accent); }
.social-link.is-whatsapp { color: var(--lux-gold); border-color: rgba(183,146,82,.25); }

/* === footer.css === */
/* ══════════════════════════════════════════
   FOOTER — RESPONSIVE & PROFESSIONAL
══════════════════════════════════════════ */

footer {
  background: var(--primary-dark);
  color: rgba(248, 245, 239, 0.6);
  padding-block: clamp(3rem, 8vw, 5rem) clamp(1.5rem, 4vw, 2.5rem);
  margin-top: clamp(4rem, 10vw, 8rem);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(2rem, 5vw, 4rem);
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 2vw, 1.5rem);
  grid-column: 1;
}

.footer-logo {
  height: auto;
  width: clamp(140px, 30vw, 200px);
  margin: 0;
  filter: brightness(1) contrast(1.05) drop-shadow(0 2px 4px rgba(0,0,0,.15));
}

.footer-tagline {
  font-size: clamp(0.75rem, 1.5vw, 0.85rem);
  line-height: 1.8;
  max-width: 260px;
  color: rgba(248, 245, 239, 0.48);
  font-weight: 300;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 2vw, 1.2rem);
}

.footer-col h4 {
  font-size: clamp(0.7rem, 1.2vw, 0.8rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tertiary-light);
  margin: 0;
  transition: color 0.24s var(--lux-ease);
}

.footer-col:hover h4 {
  color: rgba(183, 146, 82, 0.9);
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 1.5vw, 0.75rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col ul li {
  margin: 0;
}

.footer-col ul li a {
  font-size: clamp(0.8rem, 1.4vw, 0.9rem);
  color: rgba(248, 245, 239, 0.48);
  text-decoration: none;
  transition: all 0.2s var(--lux-ease);
  position: relative;
  display: inline-block;
}

.footer-col ul li a::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--tertiary-light);
  transition: width 0.24s var(--lux-ease);
}

.footer-col ul li a:hover {
  color: var(--tertiary-light);
}

.footer-col ul li a:hover::before {
  width: 100%;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: clamp(1rem, 3vw, 2rem);
  flex-wrap: wrap;
  row-gap: 1.2rem;
}

.footer-copy {
  font-size: clamp(0.7rem, 1.2vw, 0.8rem);
  color: rgba(248, 245, 239, 0.35);
  margin: 0;
  line-height: 1.6;
}

.footer-url {
  color: var(--tertiary-light);
  text-decoration: none;
  transition: all 0.2s var(--lux-ease);
  font-weight: 500;
}

.footer-url:hover {
  color: rgba(183, 146, 82, 0.8);
}

.footer-accent {
  color: var(--accent);
}

@media (max-width: 768px) {
  footer {
    padding-block: clamp(2.5rem, 6vw, 3.5rem) clamp(1.2rem, 3vw, 2rem);
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 4vw, 2.5rem);
    padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
  }

  .footer-brand {
    padding-bottom: clamp(1rem, 3vw, 1.5rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    align-items: center;
    text-align: center;
  }

  .footer-logo {
    width: clamp(130px, 28vw, 170px);
    margin: 0 auto;
  }

  .footer-tagline {
    max-width: 100%;
  }

  .footer-col {
    gap: clamp(0.6rem, 1.5vw, 1rem);
    align-items: center;
    text-align: center;
  }

  .footer-col h4 {
    font-size: clamp(0.68rem, 1.1vw, 0.78rem);
  }

  .footer-col ul {
    align-items: center;
  }

  .footer-col ul li a::before {
    bottom: -3px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    row-gap: 0.8rem;
    gap: 0;
  }

  .footer-copy {
    width: 100%;
  }
}

@media (max-width: 480px) {
  footer {
    padding-block: clamp(2rem, 5vw, 2.5rem) clamp(1rem, 2vw, 1.5rem);
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: clamp(1.2rem, 3vw, 1.8rem);
    text-align: center;
  }

  .footer-brand {
    padding-bottom: clamp(1rem, 3vw, 1.5rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    align-items: center;
  }

  .footer-logo {
    width: clamp(130px, 35vw, 160px);
    margin: 0 auto;
  }

  .footer-tagline {
    max-width: 100%;
    text-align: center;
  }

  .footer-col {
    gap: clamp(0.6rem, 1.5vw, 1rem);
    align-items: center;
  }

  .footer-col h4 {
    font-size: 0.7rem;
    margin-top: clamp(0.5rem, 1vw, 0.8rem);
  }

  .footer-col ul {
    align-items: center;
  }

  .footer-col ul li a {
    font-size: 0.8rem;
    justify-content: center;
  }

  .footer-col ul li a::before {
    bottom: -4px;
  }

  .footer-bottom {
    gap: 0;
    text-align: center;
    justify-content: center;
  }
}

[dir="rtl"] .footer-brand {
  grid-column: auto;
}

[dir="rtl"] .footer-col ul li a::before {
  right: 0;
  left: auto;
}

@media (prefers-reduced-motion: reduce) {
  .footer-col h4,
  .footer-col ul li a,
  .footer-url {
    transition: none !important;
  }
}

/* === whatsapp.css === */
/* ============================================================
   Floating WhatsApp contact button
   ============================================================ */
.whatsapp-float {
  position: fixed;
  bottom: max(1.35rem, env(safe-area-inset-bottom));
  inset-inline-end: max(1.35rem, env(safe-area-inset-right));
  z-index: 950;
  width: 56px;
  height: 56px;
  background: #111315;
  border: 1px solid rgba(183,146,82,.34);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 18px 42px rgba(17,19,21,.2);
  transition: transform .25s var(--lux-ease), box-shadow .25s var(--lux-ease), background .25s var(--lux-ease);
}
.whatsapp-float:hover, .whatsapp-float:focus-visible { transform: translateY(-3px) scale(1.04); background: var(--lux-gold); color: #111; box-shadow: 0 22px 54px rgba(183,146,82,.28); }

/* === reveal.css === */
/* ── SCROLL REVEAL ── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s ease, transform .75s ease;
  will-change: opacity, transform;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}
.reveal-d1 { transition-delay: .1s }
.reveal-d2 { transition-delay: .2s }
.reveal-d3 { transition-delay: .3s }
.reveal-d4 { transition-delay: .4s }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; } }

/* === confirmation-dialog.css === */
.confirmation-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.confirmation-dialog-content {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.confirmation-dialog-content h3 {
  margin-top: 0;
  color: #333;
}

.confirmation-dialog-content p {
  margin-bottom: 1.5rem;
  color: #666;
}

.confirmation-dialog-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

/* === tooltip.css === */
[data-tooltip] {
  position: relative;
  cursor: pointer;
}

[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  background-color: var(--surface-dark, #2c2c2c);
  color: var(--text-inverted, #fff);
  padding: 0.6rem 1rem;
  border-radius: var(--radius-md);
  font-size: 0.8rem;
  font-weight: 500;
  white-space: pre-wrap;
  max-width: 280px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 100;
  box-shadow: var(--shadow-lg);
}

[data-tooltip]:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

[data-tooltip]::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  border: 6px solid transparent;
  border-top-color: var(--surface-dark, #2c2c2c);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 101;
}

[data-tooltip]:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* === rtl.css === */
/* rtl.css — Arabic layout refinements */
[dir="rtl"] body {
  font-family: var(--font-arabic);
  direction: ltr;
  letter-spacing: 0;
}

[dir="rtl"] body > :not(script):not(style) {
  direction: rtl;
}

[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4,
[dir="rtl"] h5,
[dir="rtl"] h6 {
  font-family: var(--font-arabic);
  font-weight: 700;
  letter-spacing: -.025em;
}

[dir="rtl"] .section-label::before { display: none; }
[dir="rtl"] .section-label::after {
  content: '';
  display: block;
  width: 1.8rem;
  height: 1px;
  background: var(--accent);
}

[dir="rtl"] .hero-title { max-width: 13ch; line-height: 1.08; }
[dir="rtl"] .hero-title em { white-space: normal; }
[dir="rtl"] .hero-eyebrow { letter-spacing: .05em; }
[dir="rtl"] .hero-proof-panel {
  inset-inline: 50% auto;
  transform: translateX(50%);
}
[dir="rtl"] .nav-links a,
[dir="rtl"] .btn,
[dir="rtl"] .section-label { letter-spacing: .02em; }
[dir="rtl"] .nav-links a::after { transform-origin: right; }
[dir="rtl"] .footer-tagline { max-width: 280px; }
[dir="rtl"] .oralign-feat {
  flex-direction: row-reverse;
}
[dir="rtl"] .oralign-content {
  text-align: right;
}
[dir="rtl"] .oralign-feats {
  text-align: right;
}
[dir="rtl"] .oralign-cta-group {
  justify-content: flex-end;
}
[dir="rtl"] input,
[dir="rtl"] select,
[dir="rtl"] textarea { text-align: right; }
[dir="rtl"] .ba-labels { direction: ltr; }

@media (max-width: 980px) {
  [dir="rtl"] .hero-content,
  [dir="rtl"] .section-title,
  [dir="rtl"] .section-sub { text-align: center; }
}

/* === responsive.css === */
/* responsive.css — cross-device layout rules */
html, body {
  overflow-x: hidden;
  width: 100%;
}

body {
  overscroll-behavior-x: none;
}

@media (max-width: 1160px) {
  .nav-links { gap: .78rem; }
  .nav-actions { gap: .6rem; }
  .nav-actions .btn-sm { padding-inline: .95rem; }
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  :root { --nav-height: 78px; }
  .nav-links,
  .nav-actions { display: none; }
  .nav-hamburger { display: flex; }

  #about .about-grid,
  .oralign-grid,
  .appt-grid,
  .contact-grid { grid-template-columns: 1fr; }

  #about .about-img-wrap { max-width: 560px; margin-inline: auto; }
  #about .btn { align-self: center; }

  .reviews-summary { grid-template-columns: 1fr; text-align: center; }
  .reviews-divider { width: min(100%, 160px); height: 1px; min-height: 1px; margin-inline: auto; }
  .reviews-stats { width: 100%; max-width: 520px; margin-inline: auto; }
  .reviews-cta-wrap { width: 100%; }

  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-card.is-wide { grid-column: span 2; }
}

@media (max-width: 760px) {
  :root { --nav-height: 72px; }
  .container { max-width: min(100% - 1.25rem, var(--container)); }
  .section-pad { padding-block: clamp(4rem, 12vw, 5.6rem); }
  .nav-logo img { max-width: 166px; }
  .nav-mobile { left: .7rem; right: .7rem; top: calc(var(--nav-height) + .45rem); border-radius: 22px; }


  .services-grid,
  .why-grid,
  .qual-grid,
  .reviews-grid,
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card.is-wide,
  .review-card.is-wide,
  .qual-item.is-wide { grid-column: auto; }

  .treat-tabs { justify-content: flex-start; margin-inline: -.4rem; padding-inline: .4rem; overscroll-behavior-x: contain; }
  .treat-tab { flex: 0 0 auto; }
  .form-grid { grid-template-columns: 1fr; }
  .reviews-summary { border-radius: 26px; }
  .review-card-top { align-items: flex-start; }
  .gallery-insta-cta { align-items: stretch; text-align: center; }
  .insta-handle { justify-content: center; }
  .whatsapp-float { width: 52px; height: 52px; }
}

@media (max-width: 420px) {
  .container { max-width: min(100% - 1rem, var(--container)); }
  .section-title { font-size: clamp(2rem, 11vw, 2.75rem); }
  .btn { width: 100%; }
  .nav-logo img { max-width: 148px; }
  .lang-btn { padding-inline: .5rem; }
  .reviews-score-num { font-size: 3.4rem; }
}
