/* ═══════════════════════════════════════════════
   DR. JULIA MOLINA — Global Design System
   Primary: English · Secondary: Spanish
   Palette: Black / White / Off-white
   ═══════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@200;300;400;500;600&family=DM+Sans:ital,opsz,wght@0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

:root {
  --black:   #080808;
  --black2:  #111111;
  --black3:  #181818;
  --black4:  #222222;
  --white:   #F2F0EB;
  --white2:  #FFFFFF;
  --off:     #E8E4DC;
  --grey:    #9A9A9A;
  --grey2:   #555555;
  --grey3:   #2E2E2E;
  --border:  rgba(255,255,255,0.07);
  --border2: rgba(255,255,255,0.12);
  --nav-h:   80px;
  /* Navy accent */
  --navy:    #0C2D52;
  --navy2:   #1A4A7A;
  --navy3:   #2563A8;
}

body {
  background: var(--black);
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  cursor: none;
}

/* ── Cursor ───────────────────────── */
#cur-tooth {
  position: fixed; pointer-events: none; z-index: 9999;
  transform: translate(-50%,-50%);
  width: 26px; height: 26px;
  transition: transform 0.15s;
}
#cur-tooth svg { width:100%; height:100%; }
#cur-ring {
  position: fixed; pointer-events: none; z-index: 9998;
  width: 44px; height: 44px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  transform: translate(-50%,-50%);
  transition: width .3s, height .3s, border-color .3s;
}
body.hovering #cur-ring { width:60px; height:60px; border-color:rgba(255,255,255,0.4); }
body.hovering #cur-tooth { transform:translate(-50%,-50%) scale(1.15); }

/* ── Scrollbar ───────────────────── */
::-webkit-scrollbar { width: 2px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--grey2); }

/* ── NAV ─────────────────────────── */
#site-nav {
  position: fixed; top:0; left:0; right:0; z-index: 1000;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px;
  background: rgba(8,8,8,0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: background 0.3s;
}
.nav-logo {
  font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--white2); text-decoration: none; cursor: none;
  line-height: 1.5;
}
.nav-logo em {
  display: block; font-style: normal; font-weight: 200;
  font-size: 9px; letter-spacing: 0.4em; opacity: 0.4;
}
.nav-links {
  display: flex; align-items: center; gap: 0;
}
.nav-links a {
  font-family: 'Inter', sans-serif;
  font-size: 10px; font-weight: 400;
  letter-spacing: 0.18em; text-transform: uppercase;
  text-decoration: none; color: rgba(255,255,255,0.5);
  padding: 10px 14px; cursor: none;
  transition: color 0.2s;
  position: relative;
}
.nav-links a:hover, .nav-links a.active { color: var(--white2); }
.nav-links a.active::after {
  content: ''; position: absolute; bottom: 4px; left: 14px; right: 14px;
  height: 1px; background: var(--white2);
}
/* Dropdown */
.nav-drop { position: relative; }
.nav-drop-menu {
  position: absolute; top: 100%; left: 0;
  background: rgba(8,8,8,0.97); backdrop-filter: blur(20px);
  border: 1px solid var(--border2);
  min-width: 220px; padding: 8px 0;
  opacity: 0; visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s ease;
}
.nav-drop:hover .nav-drop-menu { opacity:1; visibility:visible; transform:translateY(0); }
.nav-drop-menu a {
  display: block; padding: 10px 20px;
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.5) !important;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.nav-drop-menu a:hover { color: var(--white2) !important; background: rgba(255,255,255,0.03); }
.nav-drop-menu a:last-child { border-bottom: none; }
.nav-right { display: flex; align-items: center; gap: 20px; }
.nav-lang { display: flex; gap: 4px; align-items: center; }
.lang-btn {
  background: none; border: none; padding: 4px 6px; cursor: none;
  font-family: 'Inter', sans-serif; font-size: 10px; letter-spacing: 0.2em;
  color: rgba(255,255,255,0.3); transition: color 0.2s;
}
.lang-btn.on { color: var(--white2); font-weight: 500; }
.lang-sep { color: rgba(255,255,255,0.12); font-size: 10px; }
.btn-nav {
  font-family: 'Inter', sans-serif;
  font-size: 10px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--black); background: var(--white2);
  padding: 10px 22px; text-decoration: none; cursor: none;
  border-radius: 1px; transition: opacity 0.2s;
  white-space: nowrap;
}
.btn-nav:hover { opacity: 0.85; }
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: none; background: none; border: none; padding: 4px;
}
.hamburger span { display: block; width: 22px; height: 1px; background: var(--white2); }

/* Mobile nav */
.mob-nav {
  position: fixed; inset: 0; z-index: 997;
  background: var(--black);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.76,0,0.24,1);
}
.mob-nav.open { transform: translateX(0); }
.mob-nav a {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px; letter-spacing: 0.04em;
  color: var(--white); text-decoration: none; cursor: none;
  transition: opacity 0.2s;
}
.mob-nav a:hover { opacity: 0.4; }

/* ── Mobile Services submenu ── */
.mob-svc-wrap { display:flex; flex-direction:column; align-items:center; gap:0; }
.mob-svc-toggle {
  background:none; border:none; padding:0; margin:0;
  font-family:'Bebas Neue',sans-serif; font-size:36px; letter-spacing:0.04em;
  color:var(--white); cursor:pointer; transition:opacity 0.2s;
}
.mob-svc-toggle:hover { opacity:0.4; }
.mob-lang-btn {
  background:none; border:none; padding:0;
  font-family:'Inter',sans-serif; font-size:13px; font-weight:500;
  letter-spacing:0.25em; text-transform:uppercase;
  color:rgba(255,255,255,0.3); cursor:pointer; transition:color 0.2s;
}
.mob-lang-btn.mob-lang-on { color:var(--white); }
.mob-lang-btn:hover { color:var(--white); }
.mob-svc-sub {
  display:flex; flex-direction:column; align-items:center;
  gap:16px; overflow:hidden;
  max-height:0; transition:max-height 0.35s ease, margin 0.3s ease;
  margin-top:0;
}
.mob-svc-sub.open { max-height:400px; margin-top:16px; }
.mob-svc-sub a {
  font-size:20px !important; letter-spacing:0.06em;
  color:rgba(255,255,255,0.55) !important;
  transition:color 0.2s;
}
.mob-svc-sub a:hover { color:var(--white) !important; opacity:1 !important; }

/* ── TICKER ─────────────────────── */
.ticker {
  border-bottom: 1px solid var(--border);
  padding: 14px 0; overflow: hidden; white-space: nowrap;
  background: var(--black);
}
.ticker-track {
  display: inline-flex; gap: 56px;
  animation: tick 32s linear infinite;
}
.ticker-track span {
  font-family: 'Inter', sans-serif;
  font-size: 9px; font-weight: 300;
  letter-spacing: 0.38em; text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}
.ticker-track .dot { color: rgba(255,255,255,0.12); }
@keyframes tick { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ── PAGE HERO (inner pages) ──────── */
.page-hero {
  padding-top: var(--nav-h);
  min-height: 50vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  position: relative; overflow: hidden;
}
.page-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(0.45);
}
.page-hero-content {
  position: relative; z-index: 2;
  padding: 60px 48px 64px;
  max-width: 1400px; margin: 0 auto; width: 100%;
}
.breadcrumb {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(255,255,255,0.25); margin-bottom: 20px;
}
.breadcrumb a { color: inherit; text-decoration: none; transition: color 0.2s; cursor: none; }
.breadcrumb a:hover { color: rgba(255,255,255,0.6); }
.breadcrumb-sep { opacity: 0.3; }
.page-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(52px, 7vw, 100px);
  line-height: 0.9; letter-spacing: 0.01em; color: var(--white2);
}
.page-title .outline { color: rgba(255,255,255,0.13); }
.page-subtitle {
  font-size: 15px; font-weight: 200; line-height: 1.7;
  color: rgba(255,255,255,0.45); max-width: 560px;
  margin-top: 16px; letter-spacing: 0.02em;
}

/* ── LAYOUT HELPERS ─────────────── */
.container { max-width: 1400px; margin: 0 auto; padding: 0 48px; }
.section { padding: 72px 0; }
.section-sm { padding: 44px 0; }
.section-label {
  display: flex; align-items: center; gap: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 9px; font-weight: 400;
  letter-spacing: 0.42em; text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  margin-bottom: 20px;
}
.section-label::before {
  content: ''; display: block;
  width: 28px; height: 1px; background: rgba(255,255,255,0.25);
}
.display {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(44px, 6vw, 88px);
  line-height: 0.92; letter-spacing: 0.01em; color: var(--white2);
}
.display .dim { color: rgba(255,255,255,0.18); }
.display .outline { color: rgba(255,255,255,0.13); }
.display-sm {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 0.95; letter-spacing: 0.01em; color: var(--white2);
}
.body-copy {
  font-size: 14px; font-weight: 300; line-height: 1.85;
  color: rgba(255,255,255,0.5); letter-spacing: 0.015em;
}
.body-lg {
  font-size: 17px; font-weight: 200; line-height: 1.8;
  color: rgba(255,255,255,0.55);
}
.divider { width:100%; height:1px; background: var(--border); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }

/* ── BUTTONS ───────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 10px; font-weight: 500; letter-spacing: 0.25em; text-transform: uppercase;
  text-decoration: none; cursor: none;
  padding: 14px 30px; border-radius: 1px;
  transition: opacity 0.2s, transform 0.2s;
}
.btn:hover { opacity: 0.85; transform: translateY(-1px); }
.btn-primary { background: var(--white2); color: var(--black); border: none; }
.btn-outline {
  background: transparent; color: var(--white);
  border: 1px solid rgba(255,255,255,0.2);
}
.btn-outline:hover { border-color: rgba(255,255,255,0.6); }
.btn-wa { background: #1A4A7A; color: #fff; border: none; }
.btn-navy { background: var(--navy2); color: #fff; border: none; }
.btn-navy:hover { opacity: 0.88; }
/* navy outline variant */
.btn-navy-outline {
  background: transparent; color: var(--white);
  border: 1px solid var(--navy2);
}
.btn-navy-outline:hover { background: var(--navy2); }
.btn-ghost {
  background: none; border: none; padding: 0;
  font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(255,255,255,0.4); cursor: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: color 0.2s;
}
.btn-ghost:hover { color: var(--white2); }

/* ── CARDS ──────────────────────── */
.card {
  background: var(--black2);
  border: 1px solid var(--border);
  padding: 40px;
  transition: border-color 0.3s;
}
.card:hover { border-color: var(--border2); }
.card-img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  filter: grayscale(15%); margin-bottom: 24px;
}

/* ── SERVICE ROW ────────────────── */
.svc-row {
  display: grid; grid-template-columns: 56px 1fr 1fr auto;
  align-items: center; gap: 40px;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
  cursor: none; transition: background 0.2s;
}
.svc-row:hover { background: rgba(255,255,255,0.02); }
.svc-row:hover .svc-arrow { opacity:1; transform:translateX(0); }
.svc-num { font-family:'Inter',sans-serif; font-size:10px; color:rgba(255,255,255,0.18); letter-spacing:0.2em; }
.svc-name { font-family:'Bebas Neue',sans-serif; font-size:clamp(24px,3vw,44px); color:var(--white2); letter-spacing:0.02em; line-height:1; }
.svc-desc { font-size:12px; font-weight:300; color:rgba(255,255,255,0.35); line-height:1.7; max-width:320px; }
.svc-arrow { opacity:0; transform:translateX(-8px); color:rgba(255,255,255,0.5); font-size:18px; transition:all 0.25s; }

/* ── STAT BOX ───────────────────── */
.stat-box { padding: 32px; border: 1px solid var(--border); }
.stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 5vw, 64px); color: var(--white2);
  line-height: 1; letter-spacing: 0.02em;
}
.stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(255,255,255,0.3); margin-top: 8px;
}

/* ── VIDEO CARD ─────────────────── */
.video-card {
  position: relative; background: var(--black2);
  border: 1px solid var(--border);
  overflow: hidden; cursor: none;
}
.video-card iframe {
  width: 100%; aspect-ratio: 9/16;
  border: none; display: block;
  pointer-events: auto;
}
.video-card-info {
  padding: 20px 24px;
  border-top: 1px solid var(--border);
}
.video-card-name {
  font-family: 'Inter', sans-serif;
  font-size: 13px; font-weight: 400; color: var(--white2);
  margin-bottom: 3px;
}
.video-card-sub { font-size: 11px; font-weight: 300; color: rgba(255,255,255,0.3); }

/* ── TESTIMONIAL CARD ───────────── */
.testi-card {
  background: var(--black3);
  border: 1px solid var(--border);
  padding: 40px;
  transition: border-color 0.3s;
}
.testi-card:hover { border-color: var(--border2); }
.testi-stars { display:flex; gap:3px; margin-bottom:20px; }
.testi-stars span { color:var(--white2); font-size:11px; opacity:0.6; }
.testi-text {
  font-size: 14px; font-weight: 200; font-style: italic;
  line-height: 1.85; color: rgba(255,255,255,0.5); margin-bottom: 28px;
}
.testi-author { display:flex; gap:12px; align-items:center; }
.testi-avatar { width:40px; height:40px; border-radius:50%; object-fit:cover; filter:grayscale(20%); }
.testi-name { font-size:13px; font-weight:400; color:var(--white2); }
.testi-location { font-size:11px; color:rgba(255,255,255,0.3); }

/* ── BEFORE/AFTER ───────────────── */
.ba-card { position:relative; overflow:hidden; aspect-ratio:3/4; cursor:none; }
.ba-card img { width:100%; height:100%; object-fit:cover; filter:grayscale(15%); transition:transform 0.6s,filter 0.4s; }
.ba-card:hover img { transform:scale(1.04); filter:grayscale(0); }
.ba-overlay {
  position:absolute; inset:0;
  background:linear-gradient(to top, rgba(8,8,8,0.88) 0%, transparent 50%);
  display:flex; flex-direction:column; justify-content:flex-end; padding:28px 24px;
}
.ba-cat { font-family:'Inter',sans-serif; font-size:9px; letter-spacing:0.35em; text-transform:uppercase; color:rgba(255,255,255,0.35); margin-bottom:6px; }
.ba-title { font-family:'Bebas Neue',sans-serif; font-size:20px; letter-spacing:0.04em; color:var(--white2); }

/* Comparison slider */
.cs {
  position:relative; overflow:hidden; aspect-ratio:4/3;
  cursor:ew-resize; user-select:none;
}
.cs-b, .cs-a { position:absolute; inset:0; }
.cs-b img, .cs-a img { width:100%; height:100%; object-fit:cover; display:block; }
.cs-a { clip-path:inset(0 50% 0 0); }
.cs-line { position:absolute; top:0; bottom:0; left:50%; width:1px; background:rgba(255,255,255,0.5); transform:translateX(-50%); z-index:3; }
.cs-btn {
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  width:36px; height:36px; background:var(--white2); border-radius:50%;
  display:flex; align-items:center; justify-content:center; z-index:4;
}
.cs-btn svg { width:14px; height:14px; color:var(--black); }
.cs-lbl { position:absolute; bottom:14px; font-family:'Inter',sans-serif; font-size:9px; letter-spacing:0.28em; text-transform:uppercase; padding:5px 10px; background:rgba(8,8,8,0.7); backdrop-filter:blur(8px); }
.cs-lbl-b { left:14px; color:rgba(255,255,255,0.4); }
.cs-lbl-a { right:14px; color:var(--white2); }

/* ── FAQ ───────────────────────── */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%; background: none; border: none; text-align: left;
  padding: 24px 0; display: flex; align-items: center; justify-content: space-between;
  font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 300;
  color: var(--white); cursor: none; transition: color 0.2s;
}
.faq-q:hover { color: var(--white2); }
.faq-icon { font-size: 20px; color: rgba(255,255,255,0.3); transition: transform 0.3s; flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  font-size: 14px; font-weight: 200; line-height: 1.85;
  color: rgba(255,255,255,0.45);
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 24px; }

/* ── FORM ───────────────────────── */
.form-box {
  background: var(--black2);
  border: 1px solid var(--border);
  padding: 48px;
}
.fgroup { margin-bottom: 18px; }
.fgroup label {
  display: block; font-family: 'Inter', sans-serif;
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(255,255,255,0.25); margin-bottom: 10px;
}
.fgroup input, .fgroup select, .fgroup textarea {
  width: 100%; background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 13px 16px; color: var(--white);
  font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 300;
  outline: none; appearance: none; transition: border-color 0.2s;
}
.fgroup input:focus, .fgroup select:focus, .fgroup textarea:focus { border-color: rgba(255,255,255,0.3); }
.fgroup select option { background: #1a1a1a; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fsub {
  width: 100%; background: var(--white2); color: var(--black);
  border: none; padding: 16px;
  font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 500;
  letter-spacing: 0.28em; text-transform: uppercase;
  cursor: none; transition: opacity 0.2s; margin-top: 8px;
}
.fsub:hover { opacity: 0.85; }

/* ── CLINIC CARD ───────────────── */
.clinic-card {
  position: relative; overflow: hidden;
  min-height: 480px; display: flex; flex-direction: column; justify-content: flex-end;
  cursor: none;
}
.clinic-card img {
  position: absolute; inset: 0; width:100%; height:100%; object-fit:cover;
  filter: brightness(0.25) grayscale(20%);
  transition: transform 0.7s, filter 0.4s;
}
.clinic-card:hover img { transform:scale(1.04); filter:brightness(0.35) grayscale(10%); }
.clinic-info { position:relative; z-index:2; padding:40px; }
.clinic-city { font-family:'Bebas Neue',sans-serif; font-size:clamp(40px,5vw,72px); color:var(--white2); line-height:1; margin-bottom:12px; }
.clinic-addr { font-size:13px; font-weight:300; color:rgba(255,255,255,0.4); margin-bottom:4px; }
.clinic-hrs { font-size:12px; color:rgba(255,255,255,0.3); margin-bottom:28px; }

/* ── FOOTER ─────────────────────── */
#site-footer {
  background: var(--black2);
  border-top: 1px solid var(--border);
  padding: 72px 0 40px;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px; margin-bottom: 56px;
  padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.05);
}
.foot-brand-name { font-family:'Bebas Neue',sans-serif; font-size:26px; letter-spacing:0.04em; color:var(--white2); margin-bottom:6px; }
.foot-brand-sub { font-family:'Inter',sans-serif; font-size:9px; letter-spacing:0.35em; text-transform:uppercase; color:rgba(255,255,255,0.2); margin-bottom:18px; }
.foot-brand-desc { font-size:13px; font-weight:300; color:rgba(255,255,255,0.3); max-width:260px; line-height:1.8; }
.foot-socials { display:flex; gap:10px; margin-top:24px; }
.foot-soc {
  width:34px; height:34px; border:1px solid rgba(255,255,255,0.1); border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  text-decoration:none; color:rgba(255,255,255,0.35);
  transition:border-color 0.2s, color 0.2s; cursor:none;
}
.foot-soc:hover { border-color:rgba(255,255,255,0.4); color:var(--white2); }
.foot-soc svg { width:13px; height:13px; }
.foot-col h4 { font-family:'Inter',sans-serif; font-size:9px; letter-spacing:0.35em; text-transform:uppercase; color:rgba(255,255,255,0.22); margin-bottom:20px; }
.foot-col ul { list-style:none; display:flex; flex-direction:column; gap:11px; }
.foot-col ul a { font-size:13px; font-weight:300; text-decoration:none; color:rgba(255,255,255,0.35); transition:color 0.2s; cursor:none; }
.foot-col ul a:hover { color:var(--white2); }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; }
.foot-copy, .foot-links a { font-family:'Inter',sans-serif; font-size:10px; letter-spacing:0.1em; color:rgba(255,255,255,0.18); }
.foot-links { display:flex; gap:20px; }
.foot-links a { text-decoration:none; transition:color 0.2s; cursor:none; }
.foot-links a:hover { color:rgba(255,255,255,0.5); }

/* ── WA FLOAT ─────────────────── */
.wa-float {
  position:fixed; bottom:24px; right:24px; z-index:900;
  width:50px; height:50px; border-radius:50%;
  background:#25D366;
  display:flex; align-items:center; justify-content:center;
  text-decoration:none; cursor:none;
  box-shadow:0 8px 24px rgba(26,74,122,0.3);
  transition:transform 0.2s;
  animation: wa-pulse 3s ease-in-out infinite;
}
.wa-float:hover { transform:scale(1.08); }
.wa-float svg { width:24px; height:24px; color:#fff; }
@keyframes wa-pulse {
  0%,100%{box-shadow:0 8px 24px rgba(26,74,122,0.3)}
  50%{box-shadow:0 8px 24px rgba(26,74,122,0.3),0 0 0 8px rgba(26,74,122,0.07)}
}

/* ── HIGHLIGHT BOX ──────────────── */
.highlight-box {
  border-left: 2px solid var(--white2);
  padding: 20px 24px;
  background: rgba(255,255,255,0.03);
}
.highlight-box p { font-size:14px; font-weight:200; line-height:1.8; color:rgba(255,255,255,0.6); }

/* ── CHECK LIST ─────────────────── */
.check-list { list-style:none; display:flex; flex-direction:column; gap:12px; }
.check-list li {
  display:flex; gap:14px; align-items:flex-start;
  font-size:14px; font-weight:300; line-height:1.7; color:rgba(255,255,255,0.55);
}
.check-list li::before {
  content:'→'; flex-shrink:0;
  color:rgba(255,255,255,0.35); font-size:12px; margin-top:2px;
}

/* ── PROCESS STEPS ──────────────── */
.steps { display:flex; flex-direction:column; gap:0; }
.step {
  display:grid; grid-template-columns:60px 1fr;
  gap:24px; padding:28px 0;
  border-bottom:1px solid var(--border);
  align-items:flex-start;
}
.step-num { font-family:'Bebas Neue',sans-serif; font-size:28px; color:rgba(255,255,255,0.15); line-height:1; }
.step-title { font-family:'Inter',sans-serif; font-size:14px; font-weight:500; color:var(--white2); margin-bottom:6px; }
.step-desc { font-size:13px; font-weight:300; color:rgba(255,255,255,0.4); line-height:1.75; }

/* ── PRICE TABLE ────────────────── */
.price-table { width:100%; border-collapse:collapse; }
.price-table th {
  font-family:'Inter',sans-serif; font-size:9px; letter-spacing:0.3em; text-transform:uppercase;
  color:rgba(255,255,255,0.25); text-align:left; padding:14px 20px;
  border-bottom:1px solid var(--border2);
}
.price-table td { padding:16px 20px; font-size:13px; font-weight:300; color:rgba(255,255,255,0.55); border-bottom:1px solid var(--border); }
.price-table tr:hover td { background:rgba(255,255,255,0.02); }
.price-col-us { color:rgba(255,255,255,0.3); text-decoration:line-through; }
.price-col-co { color:var(--white2); font-weight:400; }
.price-savings { color:rgba(120,220,120,0.8); font-size:11px; }

/* ── RESPONSIVE ─────────────────── */
@media (max-width:1100px) {
  .grid-2{grid-template-columns:1fr; gap:40px}
  .grid-3{grid-template-columns:1fr 1fr}
  .grid-4{grid-template-columns:1fr 1fr; gap:2px}
  .footer-grid{grid-template-columns:1fr 1fr; gap:40px}
  .svc-row{grid-template-columns:48px 1fr}
  .svc-desc,.svc-arrow{display:none}
}
@media (max-width:768px) {

  /* ════════════════════════════════
     GLOBALS
  ════════════════════════════════ */
  :root { --nav-h:64px }
  body { cursor:auto !important; }
  a, button { cursor:pointer !important; }
  #cur-tooth, #cur-ring { display:none !important; }

  #site-nav { padding:0 20px }
  .nav-links { display:none }
  .nav-right .nav-lang { display:none }
  .nav-right .btn-nav { display:none }
  .hamburger { display:flex }

  .container { padding:0 24px }
  .section { padding:60px 0 }
  .page-hero { min-height:38vh }
  .page-hero-content { padding:20px 24px 36px }
  .form-box { padding:28px 20px }
  .frow { grid-template-columns:1fr }
  .grid-2 { grid-template-columns:1fr !important; gap:0 !important }
  .grid-3 { grid-template-columns:1fr }
  .grid-4 { grid-template-columns:1fr 1fr }
  .footer-grid { grid-template-columns:1fr }

  /* Tipografía base */
  .display { font-size:clamp(36px,10vw,52px) !important; line-height:0.93 !important }
  .body-lg  { font-size:15px !important; line-height:1.75 !important }
  .body-copy { font-size:13px !important; line-height:1.8 !important }

  /* Cabeceras de sección (título + link en fila) */
  [style*="display:flex;align-items:flex-end;justify-content:space-between"] {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-bottom: 32px !important;
  }

  /* ════════════════════════════════
     HERO
  ════════════════════════════════ */
  #hero {
    min-height: 82svh !important;
    justify-content: flex-end !important;
    padding-top: var(--nav-h) !important;
  }
  #hero > div[style*="linear-gradient(to top"] {
    background: linear-gradient(to top, var(--black) 30%, rgba(8,8,8,0.7) 55%, rgba(8,8,8,0.15) 100%) !important;
  }
  #hero > img {
    width: 88vw !important;
    max-width: 380px !important;
    right: -10px !important; left:auto !important;
    bottom: 0 !important; top:auto !important;
    z-index: 3 !important;
    opacity: 1 !important;
    filter: drop-shadow(0 0 28px rgba(0,0,0,0.95)) !important;
  }
  #hero .container { position:relative; z-index:6 !important }
  #hero .container > div {
    grid-template-columns: 1fr !important;
    padding-bottom: 40px !important;
  }
  #hero .container > div > div:nth-child(2),
  #hero .container > div > div:nth-child(3) { display:none !important }
  #heroH1 {
    font-size: clamp(40px,11vw,58px) !important;
    margin-bottom: 10px !important;
    line-height: 0.9 !important;
  }
  #hero .section-label { margin-bottom:10px !important }
  #hero .body-copy {
    font-size:13px !important; margin-bottom:20px !important;
    max-width:100% !important; color:rgba(242,240,235,0.85) !important;
  }
  #hero .btn {
    width:100% !important; text-align:center !important;
    justify-content:center !important; padding:16px !important;
  }
  #hero div[style*="display:flex;gap:14px"] { margin-bottom:0 !important }

  /* ════════════════════════════════
     MANIFESTO (Because Your Smile)
     Texto superpuesto sobre imagen
  ════════════════════════════════ */
  section[style*="overflow:hidden;border-bottom"] > div {
    display: block !important;
    position: relative !important;
    min-height: 480px !important;
  }
  /* imagen: fondo absoluto full */
  section[style*="overflow:hidden;border-bottom"] > div > div:last-child {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
    min-height: unset !important;
    z-index: 0 !important;
  }
  /* texto: ocupa todo el ancho, superpuesto sobre imagen */
  section[style*="overflow:hidden;border-bottom"] > div > div:first-child {
    display: block !important;
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    padding: 52px 24px 56px !important;
    background: linear-gradient(to bottom, rgba(8,8,8,0.88) 0%, rgba(8,8,8,0.8) 65%, rgba(8,8,8,0.5) 100%) !important;
  }
  section[style*="overflow:hidden;border-bottom"] > div > div:first-child > div[style*="position:absolute"] {
    display: none !important;
  }
  section[style*="overflow:hidden;border-bottom"] > div > div:first-child h2 {
    font-size: clamp(38px, 10vw, 52px) !important;
    margin-bottom: 16px !important;
    line-height: 0.92 !important;
  }
  section[style*="overflow:hidden;border-bottom"] > div > div:first-child .body-lg {
    font-size: 14px !important;
    line-height: 1.65 !important;
    margin-top: 0 !important;
    margin-bottom: 24px !important;
    max-width: 100% !important;
  }
  section[style*="overflow:hidden;border-bottom"] > div > div:first-child .btn-ghost {
    font-size: 11px !important;
    letter-spacing: 0.2em !important;
  }

  /* ════════════════════════════════
     SERVICES
  ════════════════════════════════ */
  .svc-row {
    grid-template-columns: 40px 1fr auto !important;
    gap: 16px !important;
    padding: 20px 0 !important;
  }
  .svc-desc { display:none !important }
  .svc-name { font-size:clamp(22px,6vw,32px) !important }
  .svc-arrow { opacity:1 !important; transform:none !important; font-size:16px !important }
  #services > .container > div:first-child { margin-bottom:28px !important }
  .services-cta { margin-top:32px !important; padding-top:32px !important; }
  .services-cta .btn { width:100% !important; justify-content:center !important; }

  /* ── SERVICE DETAIL PAGES ── */
  .svc-gallery-grid { grid-template-columns: 1fr 1fr !important; gap: 3px; }
  .svc-cta-wrap { margin-top:24px !important; }
  .svc-cta-wrap .btn { width:100% !important; justify-content:center !important; }
  .zirconia-types-grid { grid-template-columns: 1fr !important; gap: 8px; }

  /* ════════════════════════════════
     MEDICAL TOURISM
  ════════════════════════════════ */
  section[style*="padding:100px 0"] { padding:60px 0 !important }
  section[style*="padding:100px 0"] .container > div[style*="grid-template-columns:1fr 1fr"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 36px !important;
  }
  section[style*="padding:100px 0"] .container h2 { margin-top:12px !important }
  section[style*="padding:100px 0"] .container .btn { width:100% !important; justify-content:center !important }
  .stat-box { padding:20px !important }
  .stat-box .stat-num { font-size:clamp(28px,8vw,40px) !important }

  /* ════════════════════════════════
     BEFORE & AFTER
  ════════════════════════════════ */
  .ba-card {
    aspect-ratio: unset !important;
    height: 280px !important;
  }
  .ba-card img {
    object-fit: contain !important;
    background: var(--black3);
  }
  /* galería completa: 2 columnas en mobile */
  .ba-full-grid { grid-template-columns: 1fr 1fr !important; gap: 3px !important; }
  .ba-full-grid .ba-card { height: 220px !important; }
  /* sliders antes/después: 1 columna full width */
  div[style*="grid-template-columns:1fr 1fr;gap:2px"] .cs { min-height:240px }
  div[style*="grid-template-columns:1fr 1fr;gap:2px"] {
    grid-template-columns: 1fr !important;
  }
  /* CTA before-after */
  .ba-cta-btn { width:100% !important; justify-content:center !important; }

  /* ════════════════════════════════
     TESTIMONIALS — slider swipeable
  ════════════════════════════════ */
  .vid-slider {
    display: flex !important;
    overflow-x: scroll !important;
    scroll-snap-type: x mandatory !important;
    gap: 0 !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none !important;
    padding-bottom: 0 !important;
  }
  .vid-slider::-webkit-scrollbar { display: none; }
  .vid-slider > div {
    flex: 0 0 88% !important;
    scroll-snap-align: center !important;
    margin-right: 12px !important;
  }
  .vid-slider > div:last-child { margin-right: 0 !important; }

  /* ════════════════════════════════
     CLINICS
  ════════════════════════════════ */
  .clinic-grid { grid-template-columns: 1fr !important; }
  .loc-contact-grid { grid-template-columns: 1fr !important; gap: 3px !important; }
  .loc-btn { width:100% !important; justify-content:center !important; font-size:11px !important; }

  /* ════════════════════════════════
     PÁGINA DE SERVICIOS
  ════════════════════════════════ */
  .img-dental { aspect-ratio:3/4 !important; object-position:center top !important }
  [style*="grid-template-columns:repeat(3,1fr)"] {
    grid-template-columns: 1fr !important;
  }

  /* ════════════════════════════════
     FOOTER
  ════════════════════════════════ */
  #site-footer { padding:48px 0 28px !important }
  .foot-col { margin-top:4px }
  /* CTA strip antes del footer */
  section[style*="background:var(--white2)"] > .container > div[style*="grid-template-columns"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }
  section[style*="background:var(--white2)"] .btn { width:100% !important; justify-content:center !important }

  /* ── ABOUT PAGE ── */
  .step { padding:20px 0; gap:16px }
  .step-num { font-size:22px }
  .step-title { font-size:13px }
  /* Bio section: stack col with breathing room */
  .grid-2 > div:last-child { padding-top:32px }
  /* CTA buttons en about full-width */
  .grid-2 ~ * .btn,
  div[style*="display:flex;gap:14px"] .btn { width:100% !important; justify-content:center !important }
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:0.01ms!important;transition-duration:0.01ms!important}
}

/* ── FULL-WIDTH IMAGE BREAK ─────── */
.img-break {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  position: relative;
}
.img-break::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(8,8,8,0.55) 0%, rgba(8,8,8,0.2) 50%, rgba(8,8,8,0.55) 100%);
}
@media(max-width:768px) {
  .img-break { height: 200px; }
}

/* ── SECTION WITH BG IMAGE ──────── */
.section-img-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}
.section-img-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8,8,8,0.88) 0%, rgba(8,8,8,0.72) 100%);
  pointer-events: none;
  z-index: 0;
}
.section-img-bg > * {
  position: relative;
  z-index: 1;
}

/* ── SERVICE PAGE SHARED ─────────── */
.svc-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 3px;
}
.svc-cta-wrap {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.zirconia-types-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2px;
}

/* ── DENTAL IMAGE AESTHETIC ─────── */
/* Moody editorial dental style — dark, high contrast */
.img-dental {
  filter: grayscale(15%) contrast(1.15) brightness(0.85);
  transition: filter 0.4s ease;
}
.img-dental:hover {
  filter: grayscale(0%) contrast(1.1) brightness(0.95);
}
.img-bw {
  filter: grayscale(100%) contrast(1.2) brightness(0.8);
  transition: filter 0.5s;
}
.img-bw:hover { filter: grayscale(40%) contrast(1.1) brightness(0.9); }
.img-dark { filter: grayscale(20%) contrast(1.25) brightness(0.7); }

/* ── SERVICE ROW IMAGE BG ───────── */
.svc-row { position: relative; overflow: hidden; }
.svc-row-bg {
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 52%;
  background-size: cover;
  background-position: center;
  opacity: 0.13;
  -webkit-mask-image: linear-gradient(to right, black 0%, black 30%, transparent 100%);
  mask-image: linear-gradient(to right, black 0%, black 30%, transparent 100%);
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.svc-row:hover .svc-row-bg { opacity: 0.22; }
