:root {
  --est-bg: #faf8f5;
  --est-white: #ffffff;
  --est-surface: #f4eee7;
  --est-surface-2: #ece1d5;
  --est-ink: #292c2a;
  --est-text: #464941;
  --est-muted: #66685f;
  --est-blue: #a54722;
  --est-blue-dark: #843616;
  --est-navy: #30332e;
  --est-aqua: #746649;
  --est-line: #dfd8ce;
  --est-danger: #b91835;
  --est-shadow: 0 16px 42px rgba(61,55,50, .10);
  --est-container: 1320px;
  --est-gutter: clamp(20px, 3.5vw, 54px);
  --est-section: clamp(70px, 7vw, 104px);
  --est-header: 76px;
  --est-font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

/* The plugin owns the complete public page. This root establishes a clean,
   isolated canvas even when it is installed over a styled legacy theme. */
html body.estetdent-site {
  margin: 0 !important;
  padding: 0 !important;
  min-width: 320px;
  color: var(--est-text);
  background: var(--est-bg);
  font-family: var(--est-font);
  font-size: 16px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}
body.estetdent-site #estetdent-app.est-app {
  position: relative;
  z-index: 0;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100dvh;
  color: var(--est-text);
  background: var(--est-bg);
  font-family: var(--est-font);
  font-size: 16px;
  line-height: 1.62;
}
body.estetdent-site #estetdent-app.est-app,
body.estetdent-site #estetdent-app.est-app *,
body.estetdent-site #estetdent-app.est-app *::before,
body.estetdent-site #estetdent-app.est-app *::after { box-sizing: border-box; }

/* Chaty injects this SVG sprite after the app. Its own stylesheet is isolated,
   so keep the definitions available without letting the sprite add page height. */
html body.estetdent-site > svg.hide-cht-svg-bg {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* Cookie consent 4.8.4. Optional analytics and external embeds stay blocked until consent. */
.est-cookie-banner[hidden],
.est-cookie-preferences[hidden],
.est-cookie-external[hidden],
[data-cookie-external-content][hidden] { display: none !important; }

.est-footer-cookie-settings {
  margin: 0;
  padding: 0;
  color: var(--est-white);
  background: transparent;
  border: 0;
  font: inherit;
  text-decoration: underline;
  text-decoration-thickness: .07em;
  text-underline-offset: .18em;
}
.est-footer-cookie-settings:hover { color: #d9c1a6; }

.est-cookie-banner {
  position: fixed;
  z-index: 1900;
  left: 50%;
  bottom: max(20px,env(safe-area-inset-bottom));
  width: min(calc(100% - 32px),1040px);
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  overflow: auto;
  color: #fcf9f6;
  background: radial-gradient(circle at 8% 0,rgba(199,161,118,.2),transparent 32%),linear-gradient(135deg,#2a2522,#3b3531);
  border: 1px solid rgba(233,219,204,.42);
  border-radius: 20px;
  box-shadow: 0 28px 80px rgba(23,20,18,.42),inset 0 1px 0 rgba(255,255,255,.13);
  transform: translateX(-50%);
  overscroll-behavior: contain;
  scrollbar-width: thin;
}
.est-cookie-banner__summary {
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 28px;
  align-items: end;
}
.est-cookie-banner__copy { max-width: 650px; }
.est-cookie-banner__eyebrow {
  margin: 0 0 5px !important;
  color: #e0c5a6 !important;
  font-size: .75rem !important;
  font-weight: 750;
  letter-spacing: .09em;
  line-height: 1.3;
  text-transform: uppercase;
}
body.estetdent-site .est-cookie-banner h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.42rem;
  line-height: 1.2;
  text-wrap: wrap;
  overflow-wrap: normal;
}
body.estetdent-site .est-cookie-banner p {
  margin: 0;
  color: #ebe5de;
  font-size: 1rem;
  line-height: 1.55;
}
.est-cookie-banner a { color: #fff; font-weight: 680; }
.est-cookie-banner__actions {
  display: grid;
  grid-template-columns: repeat(3,max-content);
  gap: 9px;
}
body.estetdent-site .est-cookie-button {
  min-height: 46px;
  padding: 10px 17px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 10px;
  font-size: .875rem;
  font-weight: 730;
  line-height: 1.2;
  transition: background-color .18s ease,border-color .18s ease,transform .18s ease;
}
.est-cookie-button:hover { transform: translateY(-1px); }
body.estetdent-site .est-cookie-button--primary { background: #9a461f; border-color: #c39e73; box-shadow: 0 10px 28px rgba(20,18,16,.24); }
body.estetdent-site .est-cookie-button--primary:hover { background: #4a423c; }
body.estetdent-site .est-cookie-button--secondary { background: rgba(255,255,255,.07); }
body.estetdent-site .est-cookie-button--secondary:hover,body.estetdent-site .est-cookie-button--quiet:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.7); }
body.estetdent-site .est-cookie-button--quiet { color: #f7f1eb; border-color: rgba(224,208,189,.36); }

.est-cookie-preferences { padding: 24px; }
.est-cookie-preferences__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
body.estetdent-site .est-cookie-back {
  min-height: 42px;
  padding: 7px 12px;
  color: #fff;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 9px;
  font-size: .875rem;
  font-weight: 700;
}
body.estetdent-site .est-cookie-preferences__intro { max-width: 720px; margin: 4px 0 18px; }
.est-cookie-preferences__list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.est-cookie-choice {
  position: relative;
  min-width: 0;
  min-height: 128px;
  padding: 16px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 14px;
  align-items: start;
  color: #fff;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 13px;
  cursor: pointer;
}
.est-cookie-choice--required { cursor: default; }
.est-cookie-choice strong { display: block; margin-bottom: 5px; color: #fff; font-size: 1rem; line-height: 1.3; }
.est-cookie-choice small { display: block; color: #e6dfd6; font-size: .875rem; line-height: 1.45; }
.est-cookie-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.est-cookie-toggle {
  position: relative;
  width: 44px;
  height: 24px;
  margin-top: 1px;
  flex: 0 0 auto;
  background: #826e66;
  border: 1px solid rgba(255,255,255,.44);
  border-radius: 999px;
  transition: background-color .18s ease;
}
.est-cookie-toggle::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,.28);
  transition: transform .18s ease;
}
.est-cookie-choice input:checked + .est-cookie-toggle { background: #a44a20; }
.est-cookie-choice input:checked + .est-cookie-toggle::after { transform: translateX(20px); }
.est-cookie-choice input:focus-visible + .est-cookie-toggle { outline: 3px solid #e6d0b6; outline-offset: 3px; }
.est-cookie-choice input:disabled + .est-cookie-toggle { background: #8d5339; opacity: .78; }
.est-cookie-preferences__actions { margin-top: 14px; display: flex; justify-content: flex-end; gap: 9px; }

.est-cookie-external {
  width: 100%;
  min-height: 260px;
  padding: 28px;
  display: grid;
  place-items: center;
  color: var(--est-text);
  background: linear-gradient(145deg,rgba(255,255,255,.86),rgba(244,240,235,.82));
  border: 1px solid rgba(172,154,134,.44);
  border-radius: 18px;
  text-align: center;
}
.est-cookie-external > div { max-width: 570px; }
body.estetdent-site .est-cookie-external h3 { margin-bottom: 9px; color: var(--est-ink); font-size: 1.2rem; overflow-wrap: normal; }
body.estetdent-site .est-cookie-external p { margin-bottom: 18px; color: #6b5145; font-size: 1rem; line-height: 1.55; }
.est-map .est-cookie-external { min-height: 430px; border: 0; border-radius: 14px; }

@media (max-width: 900px) {
  .est-cookie-banner__summary { grid-template-columns: 1fr; align-items: stretch; }
  .est-cookie-banner__copy { max-width: none; }
  .est-cookie-banner__actions { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .est-cookie-preferences__list { grid-template-columns: 1fr; }
  .est-cookie-choice { min-height: 0; }
}

@media (max-width: 767px) {
  .est-cookie-banner {
    bottom: calc(69px + env(safe-area-inset-bottom));
    width: calc(100% - 18px);
    max-height: calc(100vh - 82px - env(safe-area-inset-bottom));
    max-height: calc(100dvh - 82px - env(safe-area-inset-bottom));
    border-radius: 16px;
  }
  .est-cookie-banner__summary,.est-cookie-preferences { padding: 18px; }
  .est-cookie-banner__summary { gap: 18px; }
  body.estetdent-site .est-cookie-banner h2 { font-size: 1.18rem; }
  body.estetdent-site .est-cookie-banner p { font-size: .9rem; line-height: 1.48; }
  .est-cookie-banner__eyebrow { font-size: .7rem !important; }
  .est-cookie-banner__actions { grid-template-columns: 1fr; }
  body.estetdent-site .est-cookie-button { width: 100%; min-height: 48px; font-size: .9rem; }
  .est-cookie-button--primary { order: -1; }
  .est-cookie-preferences__head { gap: 12px; }
  .est-cookie-back { min-width: max-content; }
  .est-cookie-choice { padding: 14px; gap: 12px; }
  .est-cookie-choice strong { font-size: .95rem; }
  .est-cookie-choice small { font-size: .82rem; }
  .est-cookie-preferences__actions { display: grid; grid-template-columns: 1fr; }
  .est-cookie-external { min-height: 230px; padding: 22px 17px; }
  .est-map .est-cookie-external { min-height: 344px; }
  body.estetdent-site .est-cookie-external h3 { font-size: 1.05rem; }
  body.estetdent-site .est-cookie-external p { font-size: .9rem; }
}

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--est-header) + 16px); }
body.estetdent-site { margin: 0; color: var(--est-text); background: var(--est-bg); font-family: var(--est-font); font-size: 16px; line-height: 1.62; overflow-x: hidden; overflow-x: clip; text-rendering: optimizeLegibility; }
body.estetdent-site::selection { color: var(--est-white); background: var(--est-blue); }
body.estetdent-site img, body.estetdent-site picture { display: block; max-width: 100%; }
body.estetdent-site button, body.estetdent-site input, body.estetdent-site textarea, body.estetdent-site select { font: inherit; }
body.estetdent-site button { cursor: pointer; }
body.estetdent-site h1, body.estetdent-site h2, body.estetdent-site h3, body.estetdent-site p, body.estetdent-site ul, body.estetdent-site ol, body.estetdent-site dl { margin-top: 0; }
body.estetdent-site h1, body.estetdent-site h2, body.estetdent-site h3 { color: var(--est-ink); font-family: var(--est-font); font-style: normal; font-weight: 700; letter-spacing: -.025em; line-height: 1.14; text-wrap: balance; overflow-wrap: anywhere; }
body.estetdent-site h1 { margin-bottom: 24px; font-size: clamp(2.4rem, 4.1vw, 3.65rem); }
body.estetdent-site h2 { margin-bottom: 20px; font-size: clamp(1.85rem, 3vw, 2.65rem); }
body.estetdent-site h3 { margin-bottom: 12px; font-size: clamp(1.18rem, 1.55vw, 1.45rem); }
body.estetdent-site h1 em, body.estetdent-site h2 em { color: inherit; font-style: normal; }
body.estetdent-site p { margin-bottom: 1.25em; }
body.estetdent-site a { color: inherit; text-decoration-thickness: .07em; text-underline-offset: .18em; }
body.estetdent-site a:focus-visible, body.estetdent-site button:focus-visible, body.estetdent-site input:focus-visible, body.estetdent-site textarea:focus-visible, body.estetdent-site select:focus-visible, body.estetdent-site summary:focus-visible { outline: 3px solid #cbad8a; outline-offset: 3px; }
.est-container { width: min(calc(100% - (var(--est-gutter) * 2)), var(--est-container)); margin-inline: auto; }
.est-narrow { width: min(calc(100% - (var(--est-gutter) * 2)), 840px); margin-inline: auto; }
.est-center { text-align: center; }
.screen-reader-text { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.est-skip { position: fixed; z-index: 99999; top: 8px; left: 8px; padding: 11px 16px; color: var(--est-white) !important; background: var(--est-navy); border-radius: 6px; transform: translateY(-150%); }
.est-skip:focus { transform: none; }

.est-topline { color: #705447; background: #f2eeea; border-bottom: 1px solid var(--est-line); font-size: 11px; }
.est-topline__inner { min-height: 32px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.est-topline__status { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.est-topline__status i { width: 7px; height: 7px; background: #2e9462; border-radius: 50%; animation: est-status 2.6s ease-in-out infinite; }
.est-topline__license { color: var(--est-muted); }
.est-topline a { justify-self: end; color: var(--est-blue-dark); font-weight: 600; text-decoration: none; }
.est-header { position: sticky; z-index: 1000; top: 0; width: 100%; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--est-line); backdrop-filter: blur(14px); transition: box-shadow .2s ease; }
.est-header.is-scrolled { box-shadow: 0 8px 28px rgba(61,55,50,.09); }
body.est-nav-open { overflow: hidden; }
.est-header__inner { min-height: var(--est-header); display: grid; grid-template-columns: 190px minmax(0,1fr) auto; align-items: center; gap: clamp(20px, 2.6vw, 38px); }
.est-logo { display: block; width: 190px; text-decoration: none; }
.est-logo img { width: 100%; height: auto; display: block; }
.est-nav > ul { display: flex; align-items: center; justify-content: center; gap: clamp(13px, 1.4vw, 23px); margin: 0; padding: 0; list-style: none; }
.est-nav li { position: relative; }
.est-nav a, .est-nav__link { display: inline-flex; align-items: center; gap: 5px; padding: 12px 0; color: var(--est-ink); background: none; border: 0; font-size: 13px; font-weight: 600; line-height: 1; text-decoration: none; white-space: nowrap; }
.est-nav a:hover, .est-nav__link:hover { color: var(--est-blue); }
.est-mega { position: absolute; top: calc(100% + 25px); left: -130px; width: min(720px, 78vw); padding: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px 38px; color: var(--est-white); background: var(--est-navy); border-radius: 0 0 12px 12px; box-shadow: var(--est-shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .22s ease; }
.est-mega::before { content: ""; position: absolute; inset: -26px 0 auto; height: 26px; }
.est-mega strong { display: block; margin-bottom: 10px; color: #c8bdb1; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.est-mega a { display: block; padding: 7px 0; color: var(--est-white); font-size: 14px; }
.est-mega a:hover { color: #e1cbb1; }
.est-mega .est-mega__all { grid-column: 1 / -1; padding: 15px 0 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.18); }
.est-nav__services:hover .est-mega, .est-nav__services:focus-within .est-mega, .est-mega.is-open { opacity: 1; visibility: visible; transform: none; }
.est-header__actions { display: flex; align-items: center; gap: 16px; }
.est-header__contact { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.2; }
.est-header__contact > span { margin-bottom: 4px; color: var(--est-muted); font-size: 9px; text-transform: uppercase; }
.est-header__phone { color: var(--est-ink); font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.est-nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: var(--est-white); border: 1px solid var(--est-line); border-radius: 8px; }
.est-nav-toggle > span:not(.screen-reader-text) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--est-ink); transition: .2s ease; }
.est-nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.est-nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.est-nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.est-btn, .est-btn:visited { min-height: 50px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: var(--est-white); border: 1px solid transparent; border-radius: 7px; font-size: 13px; font-weight: 700; line-height: 1; text-align: center; text-decoration: none; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.est-btn::after { content: "→"; font-size: 15px; }
.est-btn:hover { transform: translateY(-1px); }
.est-btn--accent, .est-btn--accent:visited, .est-btn--accent:hover, .est-btn--accent:focus-visible, button.est-btn--accent, input.est-btn--accent { color: var(--est-white) !important; background: var(--est-blue) !important; border-color: var(--est-blue) !important; }
.est-btn--accent:hover, .est-btn--accent:focus-visible { color: var(--est-white) !important; background: var(--est-blue-dark) !important; border-color: var(--est-blue-dark) !important; box-shadow: 0 10px 24px rgba(154,70,31,.22); }
.est-btn--dark, .est-btn--dark:visited, .est-btn--dark:hover, .est-btn--dark:focus-visible { color: var(--est-white) !important; background: var(--est-navy) !important; border-color: var(--est-navy) !important; }
.est-btn--dark:hover { color: var(--est-white) !important; background: #282421 !important; }
.est-header__cta { min-height: 42px; padding-inline: 17px; }
.est-header__cta::after { display: none; }
.est-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--est-blue-dark); font-size: 13px; font-weight: 700; text-decoration: none; }
.est-text-link span { transition: transform .2s ease; }
.est-text-link:hover span { transform: translateX(4px); }

.est-hero { padding: clamp(42px, 5vw, 70px) 0 0; background: var(--est-bg); }
.est-hero__grid { min-height: 570px; display: grid; grid-template-columns: minmax(0,.88fr) minmax(440px,1.12fr); gap: clamp(42px, 6vw, 84px); align-items: center; }
.est-hero__copy { padding: 30px 0 62px; }
.est-hero h1 { max-width: 680px; margin-bottom: 22px; color: var(--est-ink); font-size: clamp(2.55rem, 4.2vw, 3.8rem); line-height: 1.08; }
.est-lead { max-width: 760px; color: var(--est-text); font-size: clamp(1.02rem, 1.3vw, 1.18rem); line-height: 1.58; }
.est-eyebrow { margin-bottom: 15px !important; color: var(--est-blue); font-size: 11px; font-weight: 700; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.est-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.est-hero__actions .est-btn { min-width: 185px; min-height: 52px; }
.est-hero__facts { margin-top: 36px; padding-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; border-top: 1px solid var(--est-line); }
.est-hero__facts div { display: grid; gap: 3px; }
.est-hero__facts small { color: var(--est-muted); font-size: 10px; font-weight: 600; text-transform: uppercase; }
.est-hero__facts span, .est-hero__facts a { color: var(--est-ink); font-size: 13px; font-weight: 650; text-decoration: none; }
.est-hero__visual { position: relative; min-width: 0; align-self: stretch; }
.est-hero__picture { position: absolute; inset: 0; overflow: hidden; background: var(--est-surface-2); border-radius: 14px; }
.est-hero__picture img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; }
.est-hero__badge { position: absolute; z-index: 2; left: 22px; bottom: 22px; width: min(390px, calc(100% - 44px)); padding: 17px; display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; color: var(--est-ink); background: rgba(255,255,255,.96); border: 1px solid var(--est-line); border-radius: 10px; box-shadow: var(--est-shadow); }
.est-hero__badge-mark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--est-white); background: var(--est-aqua); border-radius: 50%; font-weight: 800; }
.est-hero__badge strong, .est-hero__badge div > span { display: block; }
.est-hero__badge strong { margin-bottom: 3px; font-size: 13px; }
.est-hero__badge div > span { color: var(--est-muted); font-size: 11px; line-height: 1.35; }
.est-hero__caption { position: absolute; z-index: 2; right: 16px; top: 16px; padding: 10px 12px; display: flex; gap: 8px; color: var(--est-ink); background: rgba(255,255,255,.93); border-radius: 7px; }
.est-hero__caption > span { color: #2e9462; font-size: 9px; }
.est-hero__caption p { margin: 0; font-size: 9px; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.est-hero__rail { min-height: 58px; display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid var(--est-line); border-bottom: 0; background: var(--est-white); border-radius: 10px 10px 0 0; overflow: hidden; }
.est-hero__rail span { padding: 18px 12px; color: var(--est-ink); border-right: 1px solid var(--est-line); font-size: 11px; font-weight: 650; text-align: center; }
.est-hero__rail span:last-child { border-right: 0; }

.est-section { position: relative; padding-block: var(--est-section); }
.est-section--sand { background: var(--est-surface); }
.est-section--dark { color: #ebe6e1; background: var(--est-navy); }
.est-section--dark h2, .est-section--dark h3 { color: var(--est-white); }
.est-section--dark .est-lead, .est-section--dark p { color: #e4dfd9; }
.est-section--dark .est-eyebrow { color: #d0b597; }
.est-section--form { background: var(--est-surface-2); }
.est-section__head { max-width: 820px; margin-bottom: clamp(32px, 4.5vw, 54px); }
.est-section__head > p:not(.est-eyebrow) { max-width: 650px; color: var(--est-muted); }
.est-section__head--split { max-width: none; display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.55fr); gap: clamp(36px, 7vw, 100px); align-items: end; }
.est-section__head--split h2 { margin-bottom: 0; }
.est-section__head--split > p { margin: 0; padding-left: 18px; border-left: 3px solid var(--est-blue); }

.est-service-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.est-service-card { position: relative; min-height: 270px; padding: 23px; display: flex; flex-direction: column; color: var(--est-ink); background: var(--est-white); border: 1px solid var(--est-line); border-radius: 10px; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; overflow: hidden; }
.est-service-card:hover { border-color: #c4b29e; transform: translateY(-3px); box-shadow: var(--est-shadow); }
.est-service-card__num { margin-bottom: 36px; color: var(--est-blue); font-size: 11px; font-weight: 800; }
.est-service-card h2, .est-service-card h3 { margin-bottom: 11px; font-size: clamp(1.25rem, 1.65vw, 1.55rem); }
.est-service-card p { color: var(--est-muted); font-size: 13px; line-height: 1.5; }
.est-service-card strong { margin-top: auto; color: var(--est-blue-dark); font-size: 13px; }
.est-card-arrow { position: absolute; right: 20px; top: 18px; width: 34px; height: 34px; display: grid; place-items: center; color: var(--est-blue); background: var(--est-surface); border-radius: 7px; }

.est-split { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(45px, 7vw, 92px); align-items: center; }
.est-split--reverse { grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); }
.est-rounded-photo { overflow: hidden; background: var(--est-surface-2); border-radius: 12px; box-shadow: var(--est-shadow); }
.est-rounded-photo img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.est-photo-stack { position: relative; min-height: 570px; }
.est-photo-stack__main { position: absolute; top: 0; right: 0; width: 84%; overflow: hidden; border-radius: 12px; }
.est-photo-stack__main img { width: 100%; aspect-ratio: 1/1.08; object-fit: cover; }
.est-photo-stack__side { position: absolute; left: 0; bottom: 5px; width: 46%; overflow: hidden; border: 7px solid var(--est-navy); border-radius: 12px; box-shadow: var(--est-shadow); }
.est-photo-stack__side img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.est-photo-stack__note { position: absolute; right: 16px; bottom: 18px; padding: 13px 15px; color: var(--est-ink); background: var(--est-white); border-radius: 7px; font-size: 10px; font-weight: 700; line-height: 1.4; }
.est-process { margin-top: 34px; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.est-process button { min-height: 76px; padding: 12px; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; color: #ded7ce; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18); border-radius: 7px; font-size: 11px; }
.est-process button span { color: #b6aa9d; font-size: 10px; }
.est-process button.is-active { color: var(--est-white); background: var(--est-blue); border-color: var(--est-blue); animation: est-pulse 2.3s ease-in-out infinite; }
.est-process button.is-active span { color: var(--est-white); }
.est-process__copy { grid-column: 1/-1; min-height: 70px; margin: 10px 0 0 !important; padding: 17px 18px; color: var(--est-white) !important; background: rgba(255,255,255,.07); border-left: 3px solid #ceae8a; border-radius: 0 7px 7px 0; font-size: 14px; }

.est-doctor-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 17px; }
.est-doctor-card { overflow: hidden; background: var(--est-white); border: 1px solid var(--est-line); border-radius: 10px; }
.est-doctor-card a { display: block; text-decoration: none; }
.est-doctor-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center top; background: #edebe9; }
.est-doctor-card div { padding: 18px; }
.est-doctor-card h2, .est-doctor-card h3 { margin-bottom: 7px; font-size: 1.2rem; }
.est-doctor-card p { margin-bottom: 7px; color: var(--est-muted); font-size: 12px; line-height: 1.45; }
.est-doctor-card span { color: var(--est-blue-dark); font-size: 11px; font-weight: 700; }
.est-section--team .est-center { margin-top: 32px; }

.est-project-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.est-project-card { min-width: 0; overflow: hidden; background: var(--est-white); border: 1px solid var(--est-line); border-radius: 10px; }
.est-project-card__body { padding: 20px; }
.est-project-card h3 { font-size: 1.25rem; }
.est-project-card p { color: var(--est-muted); font-size: 13px; }
.est-before-after { --split: 50%; position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--est-navy); }
.est-before-after picture, .est-before-after img { width: 100%; height: 100%; }
.est-before-after img { object-fit: cover; }
.est-before-after__before { position: absolute; inset: 0; }
.est-before-after__after { position: absolute; inset: 0; width: 100%; overflow: hidden; clip-path: inset(0 0 0 var(--split)); }
.est-before-after__after picture, .est-before-after__after img { width: 100%; max-width: none; }
.est-before-after__handle { position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--split); width: 2px; background: var(--est-white); transform: translateX(-1px); pointer-events: none; }
.est-before-after__handle::after { content: "↔"; position: absolute; top: 50%; left: 50%; width: 42px; height: 42px; display: grid; place-items: center; color: var(--est-blue-dark); background: var(--est-white); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.est-before-after input { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.est-before-after__label { position: absolute; z-index: 2; bottom: 12px; padding: 5px 8px; color: var(--est-white); background: rgba(52,47,43,.84); border-radius: 5px; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.est-before-after__label--before { left: 12px; }
.est-before-after__label--after { right: 12px; }

.est-section--clinic { background: var(--est-white); }
.est-clinic-photo { position: relative; }
.est-clinic-photo > span { position: absolute; right: 18px; bottom: 18px; padding: 13px 15px; color: var(--est-white); background: var(--est-blue); border-radius: 7px; font-size: 10px; font-weight: 700; line-height: 1.4; }
.est-facts { margin: 28px 0 34px; border-top: 1px solid var(--est-line); }
.est-facts > div { padding: 14px 0; display: grid; grid-template-columns: minmax(105px,.32fr) 1fr; gap: 17px; border-bottom: 1px solid var(--est-line); }
.est-facts dt { color: var(--est-muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.est-facts dd { margin: 0; color: inherit; font-size: 13px; font-weight: 600; overflow-wrap: anywhere; }

.est-offer-grid { display: grid; grid-template-columns: repeat(var(--est-offer-columns,3),minmax(0,1fr)); gap: 14px; }
.est-offer-grid--1 { --est-offer-columns: 1; max-width: 680px; margin-inline: auto; }
.est-offer-grid--2 { --est-offer-columns: 2; max-width: 940px; margin-inline: auto; }
.est-offer-grid--3 { --est-offer-columns: 3; }
.est-offer-card { min-height: 280px; padding: 24px; display: flex; flex-direction: column; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); border-radius: 9px; }
.est-offer-card > span { margin-bottom: 34px; color: #dac0a2; font-size: clamp(2.2rem, 3.7vw, 3.6rem); font-weight: 750; line-height: 1; }
.est-offer-card h3 { font-size: 1.35rem; }
.est-offer-card a { margin-top: auto; color: var(--est-white); font-size: 12px; font-weight: 700; }
.est-med-warning { display: block; margin: 14px 0; color: inherit; font-size: 10px; font-weight: 600; line-height: 1.45; }
.est-service-card .est-med-warning { margin-top: auto; color: var(--est-muted); }
.est-offer-card .est-med-warning, .est-offer-hero .est-med-warning { color: var(--est-white); }

.est-article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.est-article-card { min-width: 0; }
.est-article-card > a { display: block; text-decoration: none; }
.est-article-card__image { margin-bottom: 17px; overflow: hidden; background: var(--est-surface-2); border-radius: 9px; }
.est-article-card__image img { width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform .35s ease; }
.est-article-card:hover img { transform: scale(1.02); }
.est-article-card span { color: var(--est-blue); font-size: 10px; font-weight: 700; }
.est-article-card h2, .est-article-card h3 { margin-top: 8px; font-size: 1.3rem; }
.est-article-card p { color: var(--est-muted); font-size: 13px; }

.est-section--contact { background: var(--est-white); }
.est-contact-grid { display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); gap: clamp(40px, 6vw, 82px); align-items: stretch; }
.est-map { min-height: 470px; overflow: hidden; background: var(--est-surface-2); border: 1px solid var(--est-line); border-radius: 12px; }
.est-map iframe { display: block; width: 100%; height: 100%; min-height: 470px; border: 0; }

.est-form-layout { display: grid; grid-template-columns: minmax(0,.68fr) minmax(0,1.32fr); gap: clamp(42px, 7vw, 95px); align-items: start; }
.est-form-layout > div:first-child { position: sticky; top: calc(var(--est-header) + 28px); }
.est-form { padding: clamp(22px, 3vw, 36px); background: var(--est-white); border: 1px solid var(--est-line); border-radius: 10px; box-shadow: var(--est-shadow); }
.est-form__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.est-form label > span:first-child { display: block; margin-bottom: 6px; color: var(--est-ink); font-size: 11px; font-weight: 700; }
.est-form input:not([type="checkbox"]):not([type="file"]), .est-form textarea, .est-form select, .est-price-search input, .est-search input { width: 100%; min-height: 52px; padding: 12px 14px; color: var(--est-ink); background: var(--est-white); border: 1px solid #cdc6bf; border-radius: 7px; }
.est-form textarea { min-height: 112px; resize: vertical; }
.est-form select { appearance: none; padding-right: 43px; background-color: var(--est-white); background-image: linear-gradient(45deg,transparent 50%,var(--est-blue-dark) 50%),linear-gradient(135deg,var(--est-blue-dark) 50%,transparent 50%); background-position: calc(100% - 18px) 22px,calc(100% - 12px) 22px; background-size: 6px 6px,6px 6px; background-repeat: no-repeat; color: var(--est-ink); }
.est-form select option { color: var(--est-white); background: var(--est-navy); }
.est-form input:focus, .est-form textarea:focus, .est-form select:focus, .est-price-search input:focus, .est-search input:focus { border-color: var(--est-blue); box-shadow: 0 0 0 3px rgba(154,70,31,.12); outline: 0; }
.est-form__wide { grid-column: 1 / -1; }
.est-file input { width: 100%; padding: 11px; color: var(--est-muted); background: var(--est-bg); border: 1px dashed #b7afa6; border-radius: 7px; }
.est-check { margin-top: 16px; display: flex !important; align-items: center; gap: 10px; color: var(--est-muted); font-size: 12px; line-height: 1.4; }
.est-check input { flex: 0 0 auto; width: 18px; height: 18px; margin: 0; accent-color: var(--est-blue); }
.est-check > span { margin: 0 !important; font-size: 12px !important; font-weight: 500 !important; }
.est-form > .est-btn { width: 100%; margin-top: 21px; }
.est-form__error { padding: 11px 13px; color: #7c1a2d; background: #fae4e8; border-left: 4px solid var(--est-danger); border-radius: 5px; }
.est-hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.est-select-shell { position: relative; }
.est-select-shell .est-native-select { position: absolute; inset: 0; z-index: 1; opacity: 0; pointer-events: none; }
.est-select-button { position: relative; z-index: 2; width: 100%; min-height: 52px; padding: 12px 43px 12px 14px; color: var(--est-ink); background: var(--est-white); border: 1px solid #cdc6bf; border-radius: 7px; text-align: left; }
.est-select-button::after { content: "⌄"; position: absolute; right: 15px; top: 50%; color: var(--est-blue-dark); transform: translateY(-55%); }
.est-select-button[aria-expanded="true"] { border-color: var(--est-blue); box-shadow: 0 0 0 3px rgba(154,70,31,.12); }
.est-select-list { position: absolute; z-index: 40; top: calc(100% + 6px); right: 0; left: 0; max-height: 250px; margin: 0; padding: 6px; overflow-y: auto; color: var(--est-white); background: var(--est-navy); border: 1px solid rgba(255,255,255,.15); border-radius: 7px; box-shadow: 0 16px 38px rgba(52,47,43,.28); list-style: none; }
.est-select-list[hidden] { display: none; }
.est-select-option { padding: 9px 10px; color: var(--est-white) !important; border-radius: 5px; cursor: pointer; }
.est-select-option:hover, .est-select-option.is-focused, .est-select-option[aria-selected="true"] { color: var(--est-white) !important; background: rgba(255,255,255,.15); }
.est-select-shell.is-native .est-native-select { position: relative; opacity: 1; pointer-events: auto; }
.est-select-shell.is-native .est-select-button, .est-select-shell.is-native .est-select-list { display: none; }

.est-page-hero { padding: clamp(58px, 6vw, 84px) 0; background: var(--est-surface); border-bottom: 1px solid var(--est-line); }
.est-page-hero .est-container > h1 { max-width: 900px; margin-bottom: 20px; font-size: clamp(2.3rem, 4vw, 3.5rem); }
.est-page-hero .est-lead { max-width: 760px; }
.est-page-hero--media { padding-block: clamp(54px, 6vw, 80px); }
.est-page-hero__grid, .est-article-hero__grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(380px,1.05fr); gap: clamp(40px, 6vw, 84px); align-items: center; }
.est-breadcrumbs { margin-bottom: 25px; display: flex; flex-wrap: wrap; gap: 8px; color: var(--est-muted); font-size: 11px; }
.est-breadcrumbs a { color: var(--est-blue-dark); }
.est-content-layout { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: clamp(45px, 7vw, 95px); align-items: start; }
.est-prose { color: var(--est-text); }
.est-prose, .est-facts dd, .est-footer { overflow-wrap: anywhere; }
.est-prose h2 { margin-top: 1.55em; font-size: clamp(1.7rem, 2.7vw, 2.35rem); }
.est-prose h3 { margin-top: 1.65em; font-size: clamp(1.25rem, 1.8vw, 1.55rem); }
.est-prose p, .est-prose li { max-width: 76ch; }
.est-prose ul, .est-prose ol { margin: 0 0 1.5em; padding-left: 1.3em; }
.est-prose li { margin-bottom: .5em; }
.est-prose a { color: var(--est-blue-dark); }
.est-prose .est-btn { margin-top: 14px; color: var(--est-white); }
.est-aside, .est-article-aside { position: sticky; top: calc(var(--est-header) + 24px); padding: 22px; color: var(--est-white); background: var(--est-navy); border-radius: 9px; }
.est-aside > div { margin-bottom: 18px; }
.est-aside p, .est-article-aside p { margin: 6px 0 0; color: #e4ded8; font-size: 13px; }
.est-aside a:not(.est-btn), .est-article-aside a:not(.est-btn) { color: var(--est-white); }
.est-aside .est-btn, .est-article-aside .est-btn { width: 100%; margin-top: 16px; }
.est-accordion { border-top: 1px solid var(--est-line); }
.est-accordion details { border-bottom: 1px solid var(--est-line); }
.est-accordion summary { padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; color: var(--est-ink); font-size: clamp(1.02rem, 1.5vw, 1.2rem); font-weight: 700; list-style: none; cursor: pointer; }
.est-accordion summary::-webkit-details-marker { display: none; }
.est-accordion summary span { color: var(--est-blue); transition: transform .2s ease; }
.est-accordion details[open] summary span { transform: rotate(45deg); }
.est-accordion details > div { padding: 0 0 20px; color: var(--est-muted); }
.est-section--faq {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 7% 12%,rgba(196,119,83,.17),transparent 28%),linear-gradient(180deg,#faf8f6,#f3f0ec);
}
.est-section--faq::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -120px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(159,86,52,.16);
  border-radius: 44% 56% 61% 39%;
  transform: rotate(18deg);
  pointer-events: none;
}
.est-faq-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr);
  gap: clamp(24px,4.5vw,66px);
  align-items: start;
}
.est-faq-intro {
  position: sticky;
  top: 112px;
  padding: clamp(27px,3.5vw,43px);
  color: #fff;
  background: linear-gradient(145deg,rgba(40,35,32,.97),rgba(67,59,54,.91));
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 22px;
  box-shadow: 0 25px 65px rgba(39,34,32,.19),inset 0 1px 0 rgba(255,255,255,.13);
  backdrop-filter: blur(22px) saturate(135%);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
}
.est-faq-intro .est-eyebrow { color: #ddc7ae; }
body.estetdent-site .est-faq-intro h2 { max-width: 520px; margin-bottom: 17px; color: #fff; }
.est-faq-intro > p { margin: 0; color: #ede6df; font-size: 14px; line-height: 1.72; }
.est-faq-intro__note {
  margin-top: 27px;
  padding: 14px;
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  gap: 12px;
  align-items: center;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 13px;
}
.est-faq-intro__note > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #433b36;
  background: #f7f1eb;
  border-radius: 11px;
  font-size: 17px;
  font-weight: 800;
}
.est-faq-intro__note p { margin: 0; color: #f4efea; font-size: 11px; line-height: 1.55; }
.est-accordion--cards { border: 0; }
.est-accordion--cards details {
  margin-bottom: 12px;
  overflow: hidden;
  overflow: clip;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(175,156,135,.38);
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(56,50,45,.075),inset 0 1px 0 #fff;
  transition: border-color .22s ease,box-shadow .22s ease,background .22s ease;
}
.est-accordion--cards details:last-child { margin-bottom: 0; }
.est-accordion--cards details[open] {
  background: rgba(255,255,255,.96);
  border-color: rgba(160,88,55,.56);
  box-shadow: 0 17px 43px rgba(56,50,45,.12),inset 0 1px 0 #fff;
}
.est-accordion--cards summary {
  min-height: 78px;
  padding: 17px 18px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 42px;
  gap: 16px;
  align-items: center;
  color: #35302c;
  font-size: 1rem;
  font-weight: 650;
}
.est-accordion--cards summary:focus-visible { outline: 3px solid rgba(159,74,35,.42); outline-offset: -3px; border-radius: 15px; }
.est-faq-question { display: grid; grid-template-columns: 35px minmax(0,1fr); gap: 14px; align-items: center; }
.est-accordion--cards details[open] summary .est-faq-question { transform: none; }
.est-faq-question small {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  color: #814123;
  background: #f6f2ed;
  border: 1px solid #e6dcd1;
  border-radius: 10px;
  font-size: 9px;
  font-weight: 800;
}
.est-faq-question strong { color: #35302c; font-size: clamp(.98rem,1.25vw,1.08rem); font-weight: 680; line-height: 1.38; }
.est-accordion--cards summary .est-faq-toggle {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #904826;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(128,60,28,.2);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  transform: none;
}
.est-accordion--cards details[open] summary .est-faq-toggle { color: #413a35; background: #f5f0eb; border-color: #ddd0c2; transform: rotate(45deg); }
.est-accordion--cards details > .est-faq-answer {
  padding: 0 76px 23px;
  color: #64493d;
  font-size: 14px;
  line-height: 1.72;
}
.est-accordion--cards .est-faq-answer p { margin: 0; color: inherit; }
.est-accordion--cards .est-faq-answer p + p { margin-top: 12px; }
@media (hover:hover) {
  .est-accordion--cards details:not([open]):hover { border-color: rgba(160,88,55,.52); box-shadow: 0 16px 38px rgba(56,50,45,.11),inset 0 1px 0 #fff; }
}
@media (max-width: 767px) {
  .est-faq-layout { grid-template-columns: minmax(0,1fr); gap: 18px; }
  .est-faq-intro { position: relative; top: auto; padding: 23px 19px; border-radius: 17px; }
  body.estetdent-site .est-faq-intro h2 { margin-bottom: 13px; font-size: clamp(1.65rem,7vw,2rem); }
  .est-faq-intro > p { font-size: 13px; line-height: 1.62; }
  .est-faq-intro__note { margin-top: 19px; padding: 11px; grid-template-columns: 34px minmax(0,1fr); gap: 10px; }
  .est-faq-intro__note > span { width: 34px; height: 34px; }
  .est-accordion--cards details { margin-bottom: 9px; border-radius: 14px; }
  .est-accordion--cards summary { min-height: 68px; padding: 13px; grid-template-columns: minmax(0,1fr) 38px; gap: 10px; }
  .est-faq-question { grid-template-columns: 29px minmax(0,1fr); gap: 10px; }
  .est-faq-question small { width: 29px; height: 29px; border-radius: 8px; font-size: 8px; }
  .est-faq-question strong { font-size: 14px; line-height: 1.4; }
  .est-accordion--cards summary .est-faq-toggle { width: 38px; height: 38px; font-size: 19px; }
  .est-accordion--cards details > .est-faq-answer { padding: 0 14px 17px; font-size: 13.5px; line-height: 1.65; }
}
.est-case-focus { max-width: 980px; }
.est-case-focus .est-before-after { border-radius: 10px; box-shadow: var(--est-shadow); }
.est-case-note { max-width: 720px; margin: 18px auto 0; color: var(--est-muted); font-size: 12px; text-align: center; }
.est-doctor-hero { padding-bottom: 0; }
.est-doctor-hero__grid { display: grid; grid-template-columns: 1fr minmax(320px,.68fr); gap: clamp(40px, 7vw, 95px); align-items: end; }
.est-doctor-hero__experience { color: var(--est-blue-dark); font-weight: 700; }
.est-doctor-portrait { max-width: 500px; overflow: hidden; justify-self: end; background: var(--est-surface-2); border: 1px solid var(--est-line); border-radius: 12px 12px 0 0; }
.est-doctor-portrait img { width: 100%; height: auto; }
.est-offer-hero { color: var(--est-white); background: var(--est-navy); border: 0; }
.est-offer-hero h1, .est-offer-hero .est-breadcrumbs, .est-offer-hero .est-breadcrumbs a { color: var(--est-white); }
.est-offer-hero .est-lead { color: #e4ded8; }
.est-offer-hero__grid { display: grid; grid-template-columns: 1fr .45fr; gap: 45px; align-items: center; }
.est-offer-hero__discount { color: #d9c2a7; font-size: clamp(3rem, 5vw, 5rem); font-weight: 750; line-height: .95; text-align: center; }
.est-offer-hero__discount span { display: block; margin-top: 16px; color: var(--est-white); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.est-article-layout { display: grid; grid-template-columns: minmax(0,800px) 260px; gap: clamp(45px, 7vw, 95px); justify-content: center; align-items: start; }

.est-price-intro { margin-bottom: 42px; }
.est-price-search { max-width: 620px; margin-bottom: 20px; display: block; }
.est-price-search span { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 700; }
.est-price-nav { margin-bottom: 34px; display: flex; flex-wrap: wrap; gap: 8px; }
.est-price-nav a { padding: 8px 11px; color: var(--est-blue-dark); background: rgba(245,241,236,.86); border: 1px solid rgba(187,169,149,.52); border-radius: 999px; font-size: 10px; font-weight: 700; text-decoration: none; transition: background .2s ease,border-color .2s ease,color .2s ease; }
.est-price-nav a:hover { color: var(--est-white); background: var(--est-blue); border-color: var(--est-blue); }
.est-price-list { display: grid; gap: clamp(42px,6vw,70px); }
.est-price-group { scroll-margin-top: 130px; }
.est-price-group[hidden] { display: none; }
.est-price-group__head { margin-bottom: 13px; padding: 4px 0 4px 16px; display: grid; grid-template-columns: 34px minmax(0,1fr) auto; gap: 12px; align-items: center; border-left: 4px solid var(--est-aqua); }
.est-price-group__head > span { color: var(--est-blue); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.est-price-group__head h2 { margin: 0; color: var(--est-navy); font-size: clamp(1.35rem,2.3vw,1.85rem); font-weight: 680; line-height: 1.18; }
.est-price-group__head small { color: var(--est-muted); font-size: 10px; font-weight: 700; }
.est-price-table { overflow: hidden; background: var(--est-white); border: 1px solid var(--est-line); border-radius: 9px; }
.est-price-row { min-height: 66px; padding: 13px 17px; display: grid; grid-template-columns: 165px minmax(0,1fr) 135px; gap: 18px; align-items: center; border-bottom: 1px solid var(--est-line); }
.est-price-row:last-child { border-bottom: 0; }
.est-price-row > span:first-child { color: var(--est-muted); font-size: 11px; }
.est-price-row > span:last-child { color: var(--est-blue-dark); font-weight: 750; text-align: right; white-space: nowrap; }
.est-price-row--head { min-height: 48px; color: var(--est-white); background: var(--est-navy); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.est-price-row--head > span:first-child, .est-price-row--head > span:last-child { color: var(--est-white); }
.est-price-row[hidden] { display: none; }
.est-doc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.est-doc-card { min-height: 245px; padding: 22px; display: flex; flex-direction: column; color: var(--est-ink); background: var(--est-white); border: 1px solid var(--est-line); border-radius: 9px; text-decoration: none; }
.est-doc-card > span { align-self: flex-start; padding: 4px 8px; color: var(--est-white); background: var(--est-blue); border-radius: 5px; font-size: 9px; font-weight: 800; }
.est-doc-card h2 { margin-top: 25px; font-size: 1.3rem; }
.est-doc-card p { color: var(--est-muted); font-size: 12px; }
.est-doc-card strong { margin-top: auto; color: var(--est-blue-dark); font-size: 12px; }
.est-search { max-width: 680px; display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.est-search-results { display: grid; gap: 14px; }
.est-search-results article { padding: 24px; background: var(--est-white); border: 1px solid var(--est-line); border-radius: 9px; }
.est-search-results h2 { font-size: 1.55rem; }
.est-404 { min-height: 65svh; display: flex; align-items: center; }

.est-footer { padding: 68px 0 32px; color: #e8e3dd; background: #2a2522; }
.est-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: clamp(28px, 5vw, 68px); }
.est-footer__logo { width: 195px; height: auto; margin-bottom: 20px; display: block; }
.est-footer h2 { margin-bottom: 18px; color: #c5bbb0; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.est-footer p { color: #c2b9af; font-size: 12px; }
.est-footer__grid a { display: block; margin: 8px 0; color: var(--est-white); font-size: 13px; text-decoration: none; }
.est-footer__grid a:hover { color: #d9c1a6; }
.est-footer__legal { margin-top: 48px; padding-top: 22px; display: flex; justify-content: space-between; gap: 28px; border-top: 1px solid rgba(255,255,255,.14); }
.est-footer__legal p { margin: 0; }
.est-footer__legal a { color: var(--est-white); }
.est-mobile-actions { display: none; }

@media (prefers-reduced-motion: no-preference) {
  html.est-motion-ready .est-reveal:not(.is-visible) { opacity: 0; transform: translateY(22px); }
  .est-reveal { transition: opacity .55s ease, transform .55s ease; }
  .est-parallax { transform: translate3d(0,var(--est-parallax-y,0),0); transition: transform .08s linear; }
  @keyframes est-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(206,175,139,0); } 50% { box-shadow: 0 0 0 5px rgba(206,175,139,.13); } }
  @keyframes est-status { 0%,100% { opacity: .65; } 50% { opacity: 1; } }
}

@media (max-width: 1180px) {
  .est-header__inner { grid-template-columns: 175px minmax(0,1fr) auto; gap: 18px; }
  .est-logo { width: 175px; }
  .est-nav > ul { gap: 12px; }
  .est-nav a, .est-nav__link { font-size: 12px; }
  .est-header__contact { display: none; }
  .est-service-grid { grid-template-columns: repeat(3,1fr); }
  .est-doctor-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 1080px) {
  :root { --est-header: 68px; }
  .est-topline__inner { grid-template-columns: 1fr auto; }
  .est-topline__license { display: none; }
  .est-header__inner { grid-template-columns: 1fr auto auto; }
  .est-logo { width: 168px; }
  .est-nav-toggle { display: block; grid-column: 3; }
  .est-header__actions { grid-column: 2; grid-row: 1; }
  .est-header__cta { display: none; }
  .est-nav { position: absolute; inset: 100% 0 auto; max-height: calc(100svh - var(--est-header)); padding: 20px var(--est-gutter) 30px; overflow-y: auto; color: var(--est-white); background: var(--est-navy); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .22s ease; }
  .est-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .est-nav > ul { display: block; }
  .est-nav > ul > li { border-bottom: 1px solid rgba(255,255,255,.14); }
  .est-nav a, .est-nav__link { width: 100%; padding: 15px 0; justify-content: space-between; color: var(--est-white); font-size: 15px; }
  .est-mega { position: static; width: 100%; padding: 0 0 16px; display: none; grid-template-columns: 1fr 1fr; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .est-mega.is-open { display: grid; }
  .est-nav__services:hover .est-mega:not(.is-open), .est-nav__services:focus-within .est-mega:not(.is-open) { display: none; }
  .est-hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .est-hero__copy { max-width: 760px; padding-bottom: 8px; }
  .est-hero__visual, .est-hero__picture img { min-height: 560px; }
  .est-split, .est-split--reverse, .est-contact-grid, .est-form-layout { grid-template-columns: 1fr; }
  .est-split--reverse > :first-child { order: 2; }
  .est-form-layout > div:first-child { position: static; }
  .est-photo-stack { min-height: 620px; }
  .est-project-grid { grid-template-columns: repeat(2,1fr); }
  .est-page-hero__grid, .est-article-hero__grid { grid-template-columns: 1fr; }
  .est-content-layout, .est-article-layout { grid-template-columns: 1fr; }
  .est-aside, .est-article-aside { position: static; }
  .est-doc-grid { grid-template-columns: repeat(2,1fr); }
  .est-footer__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 782px) { body.admin-bar .est-header { top: 0; } }

@media (max-width: 767px) {
  :root { --est-gutter: 17px; --est-section: 62px; --est-header: 64px; }
  html { scroll-padding-top: 78px; }
  body.estetdent-site { padding-bottom: 61px; font-size: 15px; }
  body.estetdent-site h1 { font-size: clamp(2rem, 9vw, 2.45rem); }
  body.estetdent-site h2 { font-size: clamp(1.6rem, 7vw, 2rem); }
  .est-topline__inner { min-height: 30px; font-size: 9px; }
  .est-topline__status { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .est-topline a { white-space: nowrap; }
  .est-header__inner { min-height: var(--est-header); }
  .est-logo { width: min(155px, 53vw); }
  .est-mega { grid-template-columns: 1fr; gap: 10px; }
  .est-hero { padding-top: 32px; }
  .est-hero h1 { max-width: 520px; font-size: clamp(2.05rem, 9.4vw, 2.65rem); }
  .est-hero .est-lead { font-size: 1rem; }
  .est-hero__actions { display: grid; grid-template-columns: 1fr; }
  .est-hero__actions .est-btn { width: 100%; min-width: 0; min-height: 50px; }
  .est-hero__facts { grid-template-columns: 1fr; gap: 12px; margin-top: 29px; }
  .est-hero__visual, .est-hero__picture img { min-height: 420px; }
  .est-hero__badge { left: 12px; right: 12px; bottom: 12px; width: auto; padding: 13px; }
  .est-hero__caption { right: 10px; top: 10px; }
  .est-hero__rail { grid-template-columns: repeat(2,1fr); }
  .est-hero__rail span { padding: 13px 7px; border-bottom: 1px solid var(--est-line); }
  .est-section__head--split { grid-template-columns: 1fr; gap: 18px; }
  .est-section__head--split > p { margin: 0; }
  .est-service-grid, .est-project-grid, .est-article-grid, .est-offer-grid, .est-doc-grid { grid-template-columns: 1fr; }
  .est-service-card { min-height: 225px; }
  .est-service-card__num { margin-bottom: 25px; }
  .est-doctor-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .est-doctor-card div { padding: 13px; }
  .est-doctor-card h2, .est-doctor-card h3 { font-size: 1rem; }
  .est-doctor-card p, .est-doctor-card span { font-size: 10px; }
  .est-photo-stack { min-height: 430px; }
  .est-photo-stack__main { width: 92%; }
  .est-photo-stack__side { width: 52%; border-width: 5px; }
  .est-photo-stack__note { right: 0; bottom: 10px; }
  .est-process { grid-template-columns: repeat(2,1fr); }
  .est-form { padding: 20px 15px; }
  .est-form__grid { grid-template-columns: 1fr; }
  .est-form__wide { grid-column: auto; }
  .est-map, .est-map iframe { min-height: 370px; }
  .est-facts > div { grid-template-columns: 1fr; gap: 4px; }
  .est-page-hero { padding: 48px 0; }
  .est-page-hero .est-container > h1 { font-size: clamp(2rem, 9vw, 2.5rem); }
  .est-breadcrumbs { margin-bottom: 20px; }
  .est-doctor-hero__grid, .est-offer-hero__grid { grid-template-columns: 1fr; }
  .est-doctor-portrait { max-width: 390px; justify-self: center; }
  .est-offer-hero__discount { margin-top: 18px; text-align: left; }
  .est-price-table { overflow: visible; background: transparent; border: 0; }
  .est-price-row { margin-bottom: 9px; padding: 14px; grid-template-columns: 1fr auto; gap: 6px 10px; background: var(--est-white); border: 1px solid var(--est-line); border-radius: 7px; }
  .est-price-row > span:first-child { grid-column: 1 / -1; }
  .est-price-row--head { display: none; }
  .est-price-nav { margin-bottom: 28px; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: thin; }
  .est-price-nav a { flex: 0 0 auto; }
  .est-price-list { gap: 38px; }
  .est-price-group__head { padding-left: 11px; grid-template-columns: 25px minmax(0,1fr); gap: 8px; }
  .est-price-group__head h2 { font-size: 1.22rem; }
  .est-price-group__head small { grid-column: 2; }
  .est-search { grid-template-columns: 1fr; }
  .est-footer { padding-bottom: 76px; }
  .est-footer__grid { grid-template-columns: 1fr; }
  .est-footer__legal { display: block; }
  .est-footer__legal p + p { margin-top: 16px; }
  .est-mobile-actions { position: fixed; z-index: 1200; inset: auto 0 0; height: 61px; display: grid; grid-template-columns: 1fr 1fr; padding: 6px; gap: 6px; background: rgba(255,255,255,.97); border-top: 1px solid var(--est-line); backdrop-filter: blur(12px); }
  .est-mobile-actions a { display: grid; place-items: center; color: var(--est-white); background: var(--est-navy); border-radius: 7px; font-size: 12px; font-weight: 700; text-decoration: none; }
  .est-mobile-actions a:last-child { color: var(--est-white); background: var(--est-blue); }
}

@media (max-width: 390px) {
  :root { --est-gutter: 14px; }
  body.estetdent-site h1 { font-size: 2rem; }
  body.estetdent-site h2 { font-size: 1.6rem; }
  .est-topline__status { max-width: 140px; }
  .est-logo { width: 145px; }
  .est-nav-toggle { width: 41px; height: 41px; padding: 9px; }
  .est-hero h1 { font-size: 2.1rem; }
  .est-hero__visual, .est-hero__picture img { min-height: 380px; }
  .est-hero__badge { grid-template-columns: 38px 1fr; }
  .est-hero__badge-mark { width: 38px; height: 38px; }
  .est-doctor-grid { grid-template-columns: 1fr; }
  .est-doctor-card { max-width: 310px; margin-inline: auto; }
  .est-photo-stack { min-height: 355px; }
  .est-photo-stack__note { display: none; }
  .est-process button { min-height: 72px; }
  .est-btn { width: 100%; padding-inline: 15px; }
}

/* Premium glass and motion layer. Content remains visible without JavaScript. */
.est-header { background: rgba(255,255,255,.78); border-color: rgba(255,255,255,.72); box-shadow: inset 0 -1px 0 rgba(184,168,150,.32); }
.est-header::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; width: var(--est-scroll-progress,0%); height: 2px; background: linear-gradient(90deg,var(--est-aqua),#d1b28e,var(--est-blue)); box-shadow: 0 0 12px rgba(154,70,31,.35); pointer-events: none; }
.est-header.is-scrolled { background: rgba(255,255,255,.86); box-shadow: 0 12px 36px rgba(61,55,50,.10), inset 0 -1px 0 rgba(255,255,255,.85); }
.est-hero { position: relative; overflow: hidden; background: linear-gradient(135deg,#fcfaf8 0%,#f7f4f0 52%,#f9f8f6 100%); isolation: isolate; }
.est-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .32; background-image: linear-gradient(rgba(154,70,31,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(154,70,31,.08) 1px,transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(90deg,#000,transparent 68%); animation: est-grid-drift 22s linear infinite; }
.est-hero__ambient { position: absolute; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; transition: transform .2s ease-out; }
.est-hero__ambient span { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .5; will-change: transform; }
.est-hero__ambient span:nth-child(1) { top: 5%; left: -8%; width: 330px; height: 330px; background: radial-gradient(circle at 30% 30%,rgba(196,161,122,.45),rgba(196,161,122,0) 70%); animation: est-float-one 13s ease-in-out infinite; }
.est-hero__ambient span:nth-child(2) { right: 28%; bottom: -20%; width: 420px; height: 420px; background: radial-gradient(circle at 50% 50%,rgba(141,83,57,.27),rgba(141,83,57,0) 72%); animation: est-float-two 17s ease-in-out infinite; }
.est-hero__ambient span:nth-child(3) { top: 10%; right: -10%; width: 370px; height: 370px; background: radial-gradient(circle,rgba(214,188,159,.34),rgba(214,188,159,0) 70%); animation: est-float-three 15s ease-in-out infinite; }
.est-hero__ambient i { position: absolute; top: 14%; left: 48%; width: 120px; height: 120px; border: 1px solid rgba(154,70,31,.17); border-radius: 32% 68% 58% 42%; animation: est-morph 11s ease-in-out infinite; }
.est-hero__picture { border: 1px solid rgba(255,255,255,.86); box-shadow: 0 22px 60px rgba(61,55,50,.16),inset 0 0 0 1px rgba(255,255,255,.35); }
.est-hero__picture::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg,rgba(255,255,255,.16),transparent 28%,transparent 70%,rgba(193,121,87,.08)); pointer-events: none; }
.est-hero__scan { position: absolute; z-index: 3; top: 2%; bottom: 2%; left: 7%; width: 2px; opacity: .65; background: linear-gradient(180deg,transparent,#e6cfb4 18%,#fff 50%,#c4a684 82%,transparent); box-shadow: 0 0 15px #dbbb97,0 0 42px rgba(219,187,151,.75); animation: est-scan 7.5s cubic-bezier(.4,0,.2,1) infinite; pointer-events: none; }
.est-hero__badge,.est-hero__caption,.est-hero__rail { background: rgba(255,255,255,.7); border-color: rgba(255,255,255,.82); box-shadow: 0 16px 42px rgba(61,55,50,.12),inset 0 1px 0 rgba(255,255,255,.78); backdrop-filter: blur(18px) saturate(125%); -webkit-backdrop-filter: blur(18px) saturate(125%); }
.est-hero__badge-mark { box-shadow: 0 8px 22px rgba(141,83,57,.24); }
.est-hero__rail { position: relative; overflow: hidden; }
.est-hero__rail::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg,transparent 15%,rgba(255,255,255,.75) 38%,transparent 60%); transform: translateX(-120%); animation: est-glass-sweep 8s ease-in-out infinite; pointer-events: none; }
.est-section--services { background: radial-gradient(circle at 9% 8%,rgba(206,178,146,.16),transparent 24%),linear-gradient(180deg,#fcfaf8,var(--est-bg)); }
.est-service-card,.est-doctor-card,.est-project-card,.est-form,.est-map,.est-doc-card,.est-search-results article { background: linear-gradient(145deg,rgba(255,255,255,.84),rgba(250,248,246,.64)); border-color: rgba(212,203,192,.72); box-shadow: 0 15px 42px rgba(61,55,50,.075),inset 0 1px 0 rgba(255,255,255,.9); backdrop-filter: blur(14px) saturate(125%); -webkit-backdrop-filter: blur(14px) saturate(125%); }
.est-service-card { --pointer-x: 50%; --pointer-y: 50%; padding-top: 24px; }
.est-service-card::after,.est-doctor-card::after,.est-project-card::after { content: ""; position: absolute; z-index: 5; inset: 0; opacity: 0; background: radial-gradient(230px circle at var(--pointer-x,50%) var(--pointer-y,50%),rgba(255,255,255,.58),rgba(207,175,139,.13) 38%,transparent 72%); transition: opacity .25s ease; pointer-events: none; }
.est-service-card:hover::after,.est-doctor-card:hover::after,.est-project-card:hover::after { opacity: 1; }
.est-service-card__icon { width: 48px; height: 48px; margin-bottom: 22px; display: grid; place-items: center; color: var(--est-blue); background: linear-gradient(145deg,rgba(255,255,255,.88),rgba(242,235,226,.74)); border: 1px solid rgba(194,167,136,.34); border-radius: 13px; box-shadow: 0 10px 25px rgba(154,70,31,.12),inset 0 1px 0 rgba(255,255,255,.96); }
.est-service-card__icon svg { width: 25px; height: 25px; overflow: visible; transition: transform .35s cubic-bezier(.2,.8,.2,1),filter .35s ease; }
.est-service-card:hover .est-service-card__icon svg { transform: scale(1.08) rotate(-4deg); filter: drop-shadow(0 4px 5px rgba(154,70,31,.2)); }
.est-service-card__num { position: absolute; top: 28px; right: 66px; margin: 0; color: #9d877d; }
.est-card-arrow { z-index: 6; background: rgba(246,241,236,.82); box-shadow: inset 0 1px 0 rgba(255,255,255,.9); }
.est-tilt { --tilt-x: 0deg; --tilt-y: 0deg; --lift: 0px; transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(var(--lift)); transform-style: preserve-3d; transition: transform .2s ease,box-shadow .25s ease,border-color .25s ease; will-change: transform; }
.est-tilt:hover { --lift: -4px; }
.est-doctor-card,.est-project-card { position: relative; }
.est-doctor-card img,.est-project-card .est-before-after { transform: translateZ(0); }
.est-section--process { position: relative; overflow: hidden; background: radial-gradient(circle at 90% 0,rgba(178,114,85,.22),transparent 30%),radial-gradient(circle at 12% 100%,rgba(141,83,57,.18),transparent 26%),linear-gradient(135deg,#302b28,#3b3530 58%,#302b28); }
.est-section--process::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(circle,rgba(255,255,255,.26) 1px,transparent 1.5px); background-size: 32px 32px; animation: est-stars 26s linear infinite; pointer-events: none; }
.est-process button { position: relative; overflow: hidden; background: rgba(255,255,255,.075); backdrop-filter: blur(10px); }
.est-process button::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: #e6cfb4; transform: scaleX(0); transform-origin: left; }
.est-process button.is-active::after { animation: est-step-progress 4.2s linear forwards; }
.est-process__copy,.est-photo-stack__note,.est-aside,.est-article-aside { background: rgba(255,255,255,.085); border-color: rgba(255,255,255,.2); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); }
.est-photo-stack__main,.est-photo-stack__side,.est-rounded-photo { box-shadow: 0 24px 58px rgba(28,25,23,.26),inset 0 0 0 1px rgba(255,255,255,.2); }
.est-section--team { background: radial-gradient(circle at 80% 18%,rgba(189,155,116,.13),transparent 25%),var(--est-bg); }
.est-section--cases { background: radial-gradient(circle at 15% 15%,rgba(141,83,57,.13),transparent 25%),linear-gradient(160deg,#f4f1ed,#f9f8f6); }
.est-form { position: relative; overflow: visible; isolation: isolate; }
.est-form::before { content: ""; position: absolute; z-index: -1; inset: -10px; background: linear-gradient(135deg,rgba(206,175,139,.22),rgba(255,255,255,.12),rgba(141,83,57,.16)); border-radius: 17px; filter: blur(18px); opacity: .72; }
.est-form input:not([type="checkbox"]):not([type="file"]),.est-form textarea,.est-form select,.est-select-button,.est-price-search input,.est-search input { background: rgba(255,255,255,.78); border-color: rgba(181,169,156,.68); box-shadow: inset 0 1px 2px rgba(54,49,45,.035),0 1px 0 rgba(255,255,255,.9); }
.est-page-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 85% 15%,rgba(201,168,131,.2),transparent 27%),linear-gradient(135deg,rgba(247,243,239,.96),rgba(250,249,247,.92)); }
.est-page-hero::after { content: ""; position: absolute; inset: 0; opacity: .34; background-image: radial-gradient(circle at 1px 1px,rgba(154,70,31,.22) 1px,transparent 0); background-size: 28px 28px; mask-image: linear-gradient(90deg,transparent 20%,#000); animation: est-stars 30s linear infinite; pointer-events: none; }
.est-page-hero .est-container { position: relative; z-index: 1; }
.est-offer-hero { background: radial-gradient(circle at 80% 10%,rgba(204,172,135,.24),transparent 27%),linear-gradient(135deg,#2c2724,#403934); }

@media (max-width: 767px) {
  .est-hero__ambient span { opacity: .34; filter: blur(18px); }
  .est-hero__ambient i,.est-hero__scan { display: none; }
  .est-hero__badge,.est-hero__caption,.est-hero__rail,.est-service-card,.est-doctor-card,.est-project-card,.est-form { backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
  .est-tilt,.est-tilt:hover { --tilt-x: 0deg; --tilt-y: 0deg; --lift: 0px; transform: none; }
  .est-service-card__num { top: 28px; right: 60px; }
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes est-grid-drift { to { background-position: 46px 46px; } }
  @keyframes est-float-one { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(62px,34px,0) scale(1.12); } }
  @keyframes est-float-two { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(-56px,-40px,0); } }
  @keyframes est-float-three { 0%,100% { transform: translate3d(0,0,0) scale(.94); } 50% { transform: translate3d(-38px,46px,0) scale(1.08); } }
  @keyframes est-morph { 0%,100% { transform: rotate(0deg); border-radius: 32% 68% 58% 42%; } 50% { transform: rotate(180deg) scale(1.14); border-radius: 61% 39% 33% 67%; } }
  @keyframes est-scan { 0%,12% { left: 7%; opacity: 0; } 20% { opacity: .72; } 74% { opacity: .72; } 84%,100% { left: 93%; opacity: 0; } }
  @keyframes est-glass-sweep { 0%,58% { transform: translateX(-120%); } 78%,100% { transform: translateX(120%); } }
  @keyframes est-stars { to { background-position: 32px 32px; } }
  @keyframes est-step-progress { to { transform: scaleX(1); } }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .est-reveal { opacity: 1 !important; transform: none !important; }
  .est-parallax { transform: none !important; }
}

/* Premium glass system 4.1: denser geometry, controlled media and explicit contrast. */
:root {
  --est-glass: rgba(255,255,255,.58);
  --est-glass-strong: rgba(255,255,255,.74);
  --est-glass-dark: rgba(255,255,255,.105);
  --est-glass-line: rgba(255,255,255,.76);
  --est-glass-shadow: 0 24px 64px rgba(53,48,44,.13), inset 0 1px 0 rgba(255,255,255,.92);
  --est-radius: 18px;
}

body.estetdent-site h1 { font-size: clamp(2.25rem,3.5vw,3.3rem); }
body.estetdent-site h2 { font-size: clamp(1.75rem,2.5vw,2.35rem); }
body.estetdent-site .est-hero h1 { font-size: clamp(2.35rem,3.65vw,3.35rem); }
body.estetdent-site .est-page-hero .est-container > h1 { font-size: clamp(2.2rem,3.3vw,3.05rem); }

body.estetdent-site .est-section--dark,
body.estetdent-site .est-section--dark h2,
body.estetdent-site .est-section--dark h3,
body.estetdent-site .est-section--dark h4,
body.estetdent-site .est-offer-card h2,
body.estetdent-site .est-offer-card h3 { color: #fff; }
body.estetdent-site .est-section--dark p,
body.estetdent-site .est-section--dark .est-lead { color: #eee8e1; }
body.estetdent-site .est-section--dark .est-eyebrow { color: #e3c8aa; }
body.estetdent-site .est-footer h2 { color: #ebdbca; }
body.estetdent-site .est-footer p { color: #d7d0c8; }

.est-header {
  background: rgba(252,251,249,.72);
  border-bottom-color: rgba(255,255,255,.85);
  box-shadow: 0 8px 30px rgba(58,52,47,.055), inset 0 -1px 0 rgba(182,161,137,.28);
  backdrop-filter: blur(24px) saturate(155%);
  -webkit-backdrop-filter: blur(24px) saturate(155%);
}
.est-header.is-scrolled { background: rgba(252,251,249,.84); box-shadow: 0 14px 40px rgba(48,43,39,.12),inset 0 -1px 0 rgba(255,255,255,.9); }
.est-mega { background: rgba(40,36,33,.92); border: 1px solid rgba(255,255,255,.13); box-shadow: 0 28px 70px rgba(28,25,23,.3),inset 0 1px 0 rgba(255,255,255,.13); backdrop-filter: blur(26px) saturate(135%); -webkit-backdrop-filter: blur(26px) saturate(135%); }

.est-section { isolation: isolate; }
.est-section--services,
.est-section--team,
.est-section--cases,
.est-section--contact,
.est-section--clinic,
.est-section--form { overflow: hidden; }
.est-section--services::before,
.est-section--team::before,
.est-section--cases::before,
.est-section--contact::before,
.est-section--form::before,
.est-section--form::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}
.est-section--services::before { width: 420px; height: 420px; top: -190px; left: -120px; background: radial-gradient(circle,rgba(189,152,109,.22),rgba(189,152,109,0) 70%); }
.est-section--team::before { width: 520px; height: 520px; right: -170px; top: -170px; background: radial-gradient(circle,rgba(198,122,87,.22),rgba(198,122,87,0) 70%); }
.est-section--cases::before { width: 480px; height: 480px; left: -160px; bottom: -210px; background: radial-gradient(circle,rgba(141,83,57,.2),rgba(141,83,57,0) 70%); }
.est-section--contact::before { width: 460px; height: 460px; right: -160px; top: -180px; background: radial-gradient(circle,rgba(198,122,87,.18),rgba(198,122,87,0) 70%); }
.est-section--form { background: linear-gradient(135deg,#f3efea 0%,#f9f7f5 48%,#eee8e1 100%); }
.est-section--form::before { width: 560px; height: 560px; left: -190px; top: -230px; background: radial-gradient(circle at 45% 45%,rgba(190,153,110,.34),rgba(190,153,110,0) 69%); }
.est-section--form::after { width: 520px; height: 520px; right: -170px; bottom: -240px; background: radial-gradient(circle at 50% 50%,rgba(141,83,57,.25),rgba(141,83,57,0) 70%); }

.est-service-card,
.est-doctor-card,
.est-project-card,
.est-article-card,
.est-doc-card,
.est-search-results article,
.est-map {
  border-radius: var(--est-radius);
  border-color: var(--est-glass-line);
  background: linear-gradient(145deg,rgba(255,255,255,.69),rgba(247,243,239,.42));
  box-shadow: var(--est-glass-shadow);
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
}
.est-service-card,.est-doctor-card,.est-project-card,.est-article-card,.est-offer-card { transition: transform .28s cubic-bezier(.2,.75,.2,1),box-shadow .28s ease,border-color .28s ease; }
.est-service-card:hover,.est-doctor-card:hover,.est-project-card:hover,.est-article-card:hover { border-color: rgba(201,173,141,.82); box-shadow: 0 28px 72px rgba(60,54,49,.18),inset 0 1px 0 #fff; }
.est-service-card--photo { min-height: 420px; padding: 0 22px 22px; }
body.estetdent-site .est-service-card__media { width: calc(100% + 44px); max-width: none; height: 168px; margin: 0 -22px; overflow: hidden; background: #ebe6e1; }
.est-service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1),filter .35s ease; }
.est-service-card--photo:hover .est-service-card__media img { transform: scale(1.045); filter: saturate(1.04) contrast(1.02); }
.est-service-card--photo .est-service-card__icon { position: relative; z-index: 6; margin-top: -24px; margin-bottom: 18px; background: rgba(252,250,248,.78); backdrop-filter: blur(18px) saturate(145%); -webkit-backdrop-filter: blur(18px) saturate(145%); }
.est-service-card--photo .est-service-card__num { z-index: 6; top: 16px; right: 64px; padding: 5px 8px; color: #fff; background: rgba(40,35,32,.62); border: 1px solid rgba(255,255,255,.28); border-radius: 8px; text-shadow: 0 1px 4px rgba(0,0,0,.18); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.est-service-card--photo .est-card-arrow { top: 15px; right: 16px; color: #fff; background: rgba(40,35,32,.65); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }

.est-rounded-photo {
  width: 100%;
  aspect-ratio: 16/10;
  min-height: 0;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: var(--est-radius);
}
.est-rounded-photo img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
.est-doctor-portrait { width: min(100%,460px); aspect-ratio: 4/5; }
.est-doctor-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.est-prose figure { max-width: 100%; margin-inline: 0; overflow: hidden; border-radius: 16px; }
.est-prose figure img,.est-prose > img { width: 100%; max-height: 520px; object-fit: cover; border-radius: 16px; }
body.estetdent-site .wp-block-gallery,
body.estetdent-site .gallery,
body.estetdent-site .blocks-gallery-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; align-items: stretch; }
body.estetdent-site .wp-block-gallery figure,
body.estetdent-site .gallery figure,
body.estetdent-site .blocks-gallery-grid figure { min-width: 0; aspect-ratio: 4/3; margin: 0; overflow: hidden; border-radius: 16px; }
body.estetdent-site .wp-block-gallery figure img,
body.estetdent-site .gallery figure img,
body.estetdent-site .blocks-gallery-grid figure img { width: 100%; height: 100%; object-fit: cover; }
.est-clinic-photo { padding: 12px; background: rgba(255,255,255,.42); border: 1px solid rgba(255,255,255,.82); border-radius: 24px; box-shadow: var(--est-glass-shadow); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.est-clinic-photo > span { right: 30px; bottom: 30px; background: rgba(64,57,52,.82); border: 1px solid rgba(255,255,255,.32); box-shadow: 0 12px 30px rgba(41,36,33,.22),inset 0 1px 0 rgba(255,255,255,.24); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.est-section--clinic .est-split > div:last-child { padding: clamp(25px,3vw,42px); background: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.86); border-radius: 22px; box-shadow: var(--est-glass-shadow); backdrop-filter: blur(22px) saturate(135%); -webkit-backdrop-filter: blur(22px) saturate(135%); }

.est-photo-stack { min-height: 500px; isolation: isolate; }
.est-photo-stack::before { content: ""; position: absolute; z-index: -1; top: 4%; right: 4%; width: 68%; aspect-ratio: 1; border: 1px solid rgba(221,193,161,.3); border-radius: 50%; box-shadow: 0 0 80px rgba(194,116,80,.14); }
.est-photo-stack__main { top: 0; right: 0; width: 74%; height: 82%; border: 1px solid rgba(255,255,255,.34); border-radius: 20px; }
.est-photo-stack__main img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
.est-photo-stack__side { left: 0; bottom: 0; width: 50%; height: 47%; border: 8px solid rgba(51,46,42,.88); border-radius: 18px; }
.est-photo-stack__side img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
.est-photo-stack__note { right: 18px; bottom: 34px; color: #fff; background: rgba(40,35,32,.62); border: 1px solid rgba(255,255,255,.24); border-radius: 12px; box-shadow: 0 16px 38px rgba(28,25,22,.24),inset 0 1px 0 rgba(255,255,255,.18); }

.est-section--process { background: radial-gradient(circle at 84% 5%,rgba(203,119,80,.28),transparent 29%),radial-gradient(circle at 8% 96%,rgba(153,91,62,.22),transparent 27%),linear-gradient(135deg,#2a2623,#3a342f 55%,#2e2925); }
.est-section--process .est-container { position: relative; z-index: 1; }
.est-section--process .est-reveal:first-child { padding: clamp(24px,2.8vw,38px); background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.16); border-radius: 22px; box-shadow: 0 24px 64px rgba(23,20,18,.2),inset 0 1px 0 rgba(255,255,255,.12); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); }
.est-process { margin-top: 28px; }
.est-process button { min-height: 72px; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); border-radius: 12px; box-shadow: inset 0 1px 0 rgba(255,255,255,.1); }
.est-process button.is-active { background: linear-gradient(135deg,rgba(183,83,36,.95),rgba(143,64,28,.9)); border-color: rgba(225,197,165,.62); box-shadow: 0 12px 30px rgba(29,26,23,.22),inset 0 1px 0 rgba(255,255,255,.24); }
.est-process__copy { border: 1px solid rgba(255,255,255,.16); border-left: 3px solid #e3c8aa; border-radius: 12px; background: rgba(255,255,255,.09); }

.est-doctor-grid { gap: 18px; }
.est-doctor-card { min-width: 0; }
.est-doctor-card a { height: 100%; display: flex; flex-direction: column; }
.est-doctor-card img {
  width: 100%;
  height: clamp(300px,22vw,356px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 15%;
  transition: transform .45s cubic-bezier(.2,.8,.2,1),filter .35s ease;
}
.est-doctor-card:hover img { transform: scale(1.025); filter: saturate(1.04) contrast(1.02); }
.est-doctor-card div { position: relative; z-index: 6; flex: 1; padding: 20px 20px 22px; background: linear-gradient(160deg,rgba(255,255,255,.74),rgba(249,246,242,.56)); border-top: 1px solid rgba(255,255,255,.88); }
.est-doctor-card div::before { content: ""; position: absolute; top: 0; left: 20px; width: 44px; height: 2px; background: linear-gradient(90deg,var(--est-blue),#cfb18f); }
.est-doctor-card h2,.est-doctor-card h3 { font-size: 1.12rem; line-height: 1.22; }

.est-offer-grid { gap: 18px; }
.est-offer-card { position: relative; min-height: 292px; overflow: hidden; padding: 28px; background: linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.065)); border: 1px solid rgba(255,255,255,.23); border-radius: 20px; box-shadow: 0 22px 58px rgba(25,22,20,.2),inset 0 1px 0 rgba(255,255,255,.18); backdrop-filter: blur(24px) saturate(135%); -webkit-backdrop-filter: blur(24px) saturate(135%); }
.est-offer-card::before { content: ""; position: absolute; top: -95px; right: -70px; width: 210px; height: 210px; border: 1px solid rgba(230,206,179,.2); border-radius: 50%; background: radial-gradient(circle,rgba(204,169,129,.18),transparent 67%); transition: transform .45s ease; }
.est-offer-card:hover::before { transform: translate(-12px,12px) scale(1.08); }
.est-offer-card > span { position: relative; z-index: 1; margin-bottom: 28px; color: #e6d0b6; font-size: clamp(2.15rem,3vw,2.9rem); }
.est-offer-card h3 { position: relative; z-index: 1; font-size: 1.22rem; }
.est-offer-card p,.est-offer-card .est-med-warning,.est-offer-card a { position: relative; z-index: 1; color: #fff; }
.est-offer-card p { color: #eee8e1; }
.est-offer-card a { text-decoration-color: rgba(255,255,255,.5); }
.est-section--offers { overflow: hidden; background: radial-gradient(circle at 15% 0,rgba(204,122,84,.25),transparent 31%),radial-gradient(circle at 92% 110%,rgba(141,83,57,.24),transparent 30%),linear-gradient(135deg,#2a2623,#3a342f); }

.est-article-card { min-width: 0; overflow: hidden; }
.est-article-card > a { height: 100%; display: flex; flex-direction: column; }
.est-article-card__image { margin: 0; border-radius: 0; }
.est-article-card__image img { height: auto; aspect-ratio: 16/10; }
.est-article-card > a > div { flex: 1; padding: 20px 22px 23px; }

.est-contact-grid > div:first-child { padding: clamp(25px,3vw,40px); background: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.9); border-radius: 22px; box-shadow: var(--est-glass-shadow); backdrop-filter: blur(22px) saturate(135%); -webkit-backdrop-filter: blur(22px) saturate(135%); }
.est-map { min-height: 450px; padding: 10px; background: rgba(255,255,255,.48); border-radius: 22px; }
.est-map iframe { min-height: 430px; border-radius: 14px; }

.est-form-layout { grid-template-columns: minmax(310px,.78fr) minmax(0,1.22fr); gap: clamp(32px,4.8vw,72px); align-items: stretch; }
.est-form-layout > div:first-child {
  min-height: 100%;
  padding: clamp(28px,3.2vw,44px);
  overflow: hidden;
  background: linear-gradient(145deg,rgba(255,255,255,.56),rgba(247,243,238,.34));
  border: 1px solid rgba(255,255,255,.84);
  border-radius: 22px;
  box-shadow: var(--est-glass-shadow);
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
}
.est-form-layout > div:first-child::after { content: ""; position: absolute; right: -90px; bottom: -105px; width: 240px; height: 240px; border: 1px solid rgba(162,77,38,.18); border-radius: 42% 58% 66% 34%; background: radial-gradient(circle at 35% 35%,rgba(203,171,134,.25),transparent 67%); transform: rotate(20deg); pointer-events: none; }
.est-form-layout > div:first-child > * { position: relative; z-index: 1; }
.est-form { padding: clamp(24px,3vw,38px); overflow: visible; background: linear-gradient(145deg,rgba(255,255,255,.68),rgba(250,247,243,.47)); border: 1px solid rgba(255,255,255,.92); border-radius: 22px; box-shadow: 0 28px 72px rgba(57,51,47,.15),inset 0 1px 0 #fff; backdrop-filter: blur(28px) saturate(150%); -webkit-backdrop-filter: blur(28px) saturate(150%); }
.est-form::before { inset: -14px; border-radius: 28px; background: linear-gradient(130deg,rgba(200,165,124,.32),rgba(255,255,255,.06) 44%,rgba(141,83,57,.22)); filter: blur(22px); opacity: .75; }
.est-form input:not([type="checkbox"]):not([type="file"]),.est-form textarea,.est-form select,.est-select-button { color: #342e2a; background: rgba(255,255,255,.82); border-color: rgba(174,138,122,.56); box-shadow: inset 0 1px 2px rgba(51,46,42,.04),0 1px 0 rgba(255,255,255,.96); }
.est-file input { background: rgba(251,250,248,.7); border-color: rgba(150,115,99,.55); }
.est-select-list { background: rgba(35,31,29,.96); border-color: rgba(255,255,255,.2); border-radius: 12px; box-shadow: 0 22px 56px rgba(24,21,19,.34),inset 0 1px 0 rgba(255,255,255,.13); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }

.est-page-hero { padding-block: clamp(38px,4.5vw,60px); }
.est-page-hero .est-container { padding: clamp(26px,3.2vw,42px); background: linear-gradient(145deg,rgba(255,255,255,.59),rgba(248,245,241,.36)); border: 1px solid rgba(255,255,255,.86); border-radius: 24px; box-shadow: var(--est-glass-shadow); backdrop-filter: blur(24px) saturate(145%); -webkit-backdrop-filter: blur(24px) saturate(145%); }
.est-offer-hero .est-container { background: linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.055)); border-color: rgba(255,255,255,.18); box-shadow: 0 26px 68px rgba(25,22,20,.22),inset 0 1px 0 rgba(255,255,255,.15); }

.est-footer { position: relative; overflow: hidden; background: radial-gradient(circle at 12% -10%,rgba(167,96,63,.2),transparent 28%),radial-gradient(circle at 88% 112%,rgba(141,83,57,.18),transparent 28%),#282320; }
.est-footer__grid { grid-template-columns: 1.35fr repeat(3,1fr); gap: 18px; }
.est-footer__grid > div { padding: 22px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; box-shadow: inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.est-footer__logo { max-width: 180px; }
.est-footer__legal { color: #d6cfc6; }

@media (max-width: 1180px) {
  .est-doctor-card img { height: 380px; }
  .est-footer__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 1080px) {
  .est-photo-stack { width: min(100%,760px); min-height: 500px; margin-inline: auto; }
  .est-form-layout { grid-template-columns: 1fr; }
  .est-form-layout > div:first-child { position: relative; top: auto; min-height: 0; }
  .est-section--clinic .est-split > :first-child { order: initial; }
}

@media (max-width: 767px) {
  body.estetdent-site h1,body.estetdent-site .est-page-hero .est-container > h1 { font-size: clamp(1.95rem,8.4vw,2.35rem); }
  body.estetdent-site h2 { font-size: clamp(1.55rem,6.7vw,1.92rem); }
  body.estetdent-site .est-hero h1 { font-size: clamp(2rem,8.8vw,2.48rem); }
  .est-service-card,.est-doctor-card,.est-project-card,.est-article-card,.est-form,.est-map,.est-contact-grid > div:first-child,.est-form-layout > div:first-child { border-radius: 16px; }
  .est-photo-stack { min-height: 390px; }
  .est-photo-stack__main { width: 82%; height: 78%; border-radius: 16px; }
  .est-photo-stack__side { width: 53%; height: 45%; border-width: 5px; border-radius: 14px; }
  .est-photo-stack__note { right: 4px; bottom: 18px; }
  .est-doctor-card img { height: clamp(210px,58vw,270px); }
  .est-service-card--photo { min-height: 0; }
  body.estetdent-site .est-service-card__media { height: clamp(190px,56vw,260px); }
	.est-doctor-card div { padding: 14px; }
	body.estetdent-site .est-doctor-card h2,
	body.estetdent-site .est-doctor-card h3 {
		font-size: clamp(.875rem,3.25vw,.98rem);
		line-height: 1.2;
		text-wrap: wrap;
		overflow-wrap: normal;
		word-break: normal;
		hyphens: none;
	}
  .est-offer-card { min-height: 255px; padding: 24px; }
  .est-form-layout { gap: 22px; }
  .est-form-layout > div:first-child { padding: 24px 20px; }
  .est-form { padding: 22px 16px; }
  .est-contact-grid { gap: 22px; }
  .est-contact-grid > div:first-child { padding: 24px 20px; }
  .est-map { min-height: 360px; padding: 7px; }
  .est-map iframe { min-height: 344px; }
  .est-footer__grid { grid-template-columns: 1fr; }
  .est-page-hero .est-container { padding: 24px 19px; border-radius: 17px; }
  body.estetdent-site .wp-block-gallery,body.estetdent-site .gallery,body.estetdent-site .blocks-gallery-grid { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .est-doctor-card { max-width: 330px; }
  .est-doctor-card img { height: 330px; }
	body.estetdent-site .est-doctor-card h2,
	body.estetdent-site .est-doctor-card h3 { font-size: 1rem; }
  .est-photo-stack { min-height: 330px; }
  .est-rounded-photo { aspect-ratio: 4/3; }
}

@media (prefers-reduced-motion: no-preference) {
  .est-section--form::before { animation: est-glass-orbit 16s ease-in-out infinite; }
  .est-section--form::after { animation: est-glass-orbit 19s ease-in-out -7s infinite reverse; }
  .est-photo-stack::before { animation: est-glass-breathe 7s ease-in-out infinite; }
  .est-offer-card::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(115deg,transparent 15%,rgba(255,255,255,.11) 37%,transparent 58%); transform: translateX(-120%); animation: est-offer-sheen 9s ease-in-out infinite; pointer-events: none; }
  @keyframes est-glass-orbit { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(34px,22px,0) scale(1.06); } }
  @keyframes est-glass-breathe { 0%,100% { transform: scale(.96); opacity: .65; } 50% { transform: scale(1.05); opacity: 1; } }
  @keyframes est-offer-sheen { 0%,64% { transform: translateX(-120%); } 84%,100% { transform: translateX(120%); } }
}

/* Service photography integration 4.3. */
.est-service-card--treatment,.est-service-hero--treatment,.est-service-content--treatment { --service-accent: #a14920; --service-accent-soft: rgba(161,73,32,.2); }
.est-service-card--implantation,.est-service-hero--implantation,.est-service-content--implantation { --service-accent: #864c31; --service-accent-soft: rgba(134,76,49,.22); }
.est-service-card--prosthetics,.est-service-hero--prosthetics,.est-service-content--prosthetics { --service-accent: #995c40; --service-accent-soft: rgba(153,92,64,.2); }
.est-service-card--surgery,.est-service-hero--surgery,.est-service-content--surgery { --service-accent: #884a2d; --service-accent-soft: rgba(136,74,45,.21); }
.est-service-card--hygiene,.est-service-hero--hygiene,.est-service-content--hygiene { --service-accent: #8d4625; --service-accent-soft: rgba(141,70,37,.21); }
.est-service-card--whitening,.est-service-hero--whitening,.est-service-content--whitening { --service-accent: #a14d26; --service-accent-soft: rgba(161,77,38,.2); }
.est-service-card--orthodontics,.est-service-hero--orthodontics,.est-service-content--orthodontics { --service-accent: #a26548; --service-accent-soft: rgba(162,101,72,.2); }
.est-service-card--restoration,.est-service-hero--restoration,.est-service-content--restoration { --service-accent: #8e5033; --service-accent-soft: rgba(142,80,51,.2); }

.est-service-card--photo { position: relative; isolation: isolate; }
.est-service-card--photo::before { content: ""; position: absolute; z-index: 2; top: 0; right: 0; left: 0; height: 168px; background: linear-gradient(180deg,rgba(35,31,28,.05),transparent 48%,rgba(35,31,28,.5)); pointer-events: none; }
.est-service-card--photo .est-service-card__media { position: relative; z-index: 1; }
.est-service-card--photo .est-service-card__icon { color: var(--service-accent); border-color: color-mix(in srgb,var(--service-accent) 35%,white); box-shadow: 0 12px 30px var(--service-accent-soft),inset 0 1px 0 #fff; }
.est-service-card--photo h2,.est-service-card--photo h3 { min-height: 2.44em; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.est-service-card--photo p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.est-service-card--photo strong { align-self: flex-start; padding: 7px 10px; color: var(--service-accent); background: var(--service-accent-soft); border: 1px solid color-mix(in srgb,var(--service-accent) 24%,white); border-radius: 9px; }
.est-service-card--photo:hover .est-service-card__icon { transform: translateY(-2px) rotate(-3deg); }

.est-btn--glass,.est-btn--glass:visited { color: var(--est-ink); background: rgba(255,255,255,.52); border-color: rgba(255,255,255,.88); box-shadow: 0 14px 34px rgba(61,54,50,.1),inset 0 1px 0 #fff; backdrop-filter: blur(18px) saturate(145%); -webkit-backdrop-filter: blur(18px) saturate(145%); }
.est-btn--glass:hover,.est-btn--glass:focus-visible { color: var(--est-blue-dark); background: rgba(255,255,255,.78); border-color: #fff; box-shadow: 0 18px 42px rgba(61,54,50,.16),inset 0 1px 0 #fff; }

.est-service-hero { position: relative; padding: clamp(34px,4.2vw,58px) 0 0; overflow: hidden; background: radial-gradient(circle at 88% 8%,var(--service-accent-soft),transparent 29%),radial-gradient(circle at 8% 100%,rgba(203,124,88,.16),transparent 28%),linear-gradient(135deg,#f5f1ed 0%,#faf9f7 48%,#f0ebe5 100%); border: 0; isolation: isolate; }
.est-service-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .38; background-image: linear-gradient(rgba(154,70,31,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(154,70,31,.075) 1px,transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(90deg,#000,transparent 42%,#000); pointer-events: none; }
.est-service-hero__ambient { position: absolute; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.est-service-hero__ambient span { position: absolute; border-radius: 50%; filter: blur(8px); }
.est-service-hero__ambient span:first-child { width: 430px; height: 430px; left: -180px; top: -190px; background: radial-gradient(circle,var(--service-accent-soft),transparent 68%); }
.est-service-hero__ambient span:nth-child(2) { width: 360px; height: 360px; right: 25%; bottom: -220px; background: radial-gradient(circle,rgba(168,97,64,.18),transparent 69%); }
.est-service-hero__ambient i { position: absolute; top: 9%; right: 4%; width: 160px; height: 160px; border: 1px solid color-mix(in srgb,var(--service-accent) 28%,transparent); border-radius: 36% 64% 55% 45%; }
body.estetdent-site .est-service-hero__grid { min-height: 520px; padding: 14px; display: grid; grid-template-columns: minmax(0,.82fr) minmax(460px,1.18fr); gap: clamp(36px,5vw,72px); align-items: center; background: linear-gradient(145deg,rgba(255,255,255,.61),rgba(248,245,241,.34)); border: 1px solid rgba(255,255,255,.9); border-radius: 28px; box-shadow: 0 30px 84px rgba(57,51,47,.14),inset 0 1px 0 #fff; backdrop-filter: blur(26px) saturate(150%); -webkit-backdrop-filter: blur(26px) saturate(150%); }
.est-service-hero__copy { padding: clamp(24px,3.2vw,44px); }
body.estetdent-site .est-service-hero__copy h1 { max-width: 680px; margin-bottom: 20px; font-size: clamp(2.25rem,3.35vw,3.2rem); }
.est-service-hero__copy .est-lead { max-width: 620px; }
.est-service-hero__copy .est-eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.est-service-hero__eyebrow-icon { width: 28px; height: 28px; display: grid; place-items: center; color: var(--service-accent); background: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.92); border-radius: 9px; box-shadow: 0 8px 20px var(--service-accent-soft); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.est-service-hero__eyebrow-icon svg { width: 16px; height: 16px; }
.est-service-hero__visual { position: relative; height: calc(100% - 2px); min-height: 490px; overflow: hidden; border: 1px solid rgba(255,255,255,.84); border-radius: 22px; box-shadow: 0 26px 68px rgba(47,42,38,.19),inset 0 1px 0 rgba(255,255,255,.6); isolation: isolate; }
.est-service-hero__picture { position: absolute; inset: 0; overflow: hidden; }
.est-service-hero__picture img { width: 100%; height: 100%; object-fit: cover; }
.est-service-hero__visual::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(120deg,rgba(40,35,32,.05),transparent 45%,rgba(35,31,29,.16)),linear-gradient(180deg,transparent 58%,rgba(40,35,32,.32)); pointer-events: none; }
.est-service-hero__scan { position: absolute; z-index: 3; top: 4%; bottom: 4%; left: 8%; width: 2px; background: linear-gradient(180deg,transparent,#f0e2d3 22%,#fff 50%,#d8bb9a 78%,transparent); box-shadow: 0 0 18px rgba(226,199,169,.9),0 0 46px rgba(201,166,126,.55); pointer-events: none; }
.est-service-hero__badge { position: absolute; z-index: 4; right: 18px; bottom: 18px; left: 18px; padding: 15px 17px; display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 13px; align-items: center; color: #fff; background: rgba(36,32,30,.57); border: 1px solid rgba(255,255,255,.25); border-radius: 15px; box-shadow: 0 18px 44px rgba(26,23,21,.23),inset 0 1px 0 rgba(255,255,255,.18); backdrop-filter: blur(20px) saturate(135%); -webkit-backdrop-filter: blur(20px) saturate(135%); }
.est-service-hero__badge > span { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: color-mix(in srgb,var(--service-accent) 82%,transparent); border: 1px solid rgba(255,255,255,.26); border-radius: 12px; }
.est-service-hero__badge svg { width: 24px; height: 24px; }
.est-service-hero__badge strong,.est-service-hero__badge small { display: block; }
.est-service-hero__badge strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.est-service-hero__badge small { margin-top: 3px; color: #ebe4db; font-size: 10px; }
.est-service-hero__ring { position: absolute; z-index: 2; top: 22px; right: 22px; width: 78px; height: 78px; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; box-shadow: 0 0 0 10px rgba(255,255,255,.08),0 0 40px var(--service-accent-soft); pointer-events: none; }
body.estetdent-site .est-service-hero__facts { margin-top: 16px; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; background: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,.88); border-radius: 18px 18px 0 0; box-shadow: 0 18px 48px rgba(57,51,47,.1),inset 0 1px 0 #fff; backdrop-filter: blur(22px) saturate(145%); -webkit-backdrop-filter: blur(22px) saturate(145%); }
.est-service-hero__facts div { min-height: 76px; padding: 17px 20px; display: flex; align-items: center; gap: 13px; background: rgba(255,255,255,.22); border-right: 1px solid rgba(182,164,144,.25); }
.est-service-hero__facts div:last-child { border-right: 0; }
.est-service-hero__facts small { width: 30px; height: 30px; display: grid; flex: 0 0 auto; place-items: center; color: var(--service-accent); background: rgba(255,255,255,.66); border: 1px solid rgba(255,255,255,.9); border-radius: 9px; box-shadow: 0 7px 18px var(--service-accent-soft); font-size: 9px; font-weight: 800; }
.est-service-hero__facts span { color: var(--est-ink); font-size: 12px; font-weight: 700; line-height: 1.35; }

.est-service-content { overflow: hidden; background: radial-gradient(circle at 7% 8%,var(--service-accent-soft,rgba(154,70,31,.12)),transparent 24%),linear-gradient(180deg,#faf9f8,#f5f2ef); }
.est-service-content .est-prose { padding: clamp(26px,4vw,52px); background: linear-gradient(145deg,rgba(255,255,255,.67),rgba(248,245,242,.44)); border: 1px solid rgba(255,255,255,.9); border-radius: 22px; box-shadow: var(--est-glass-shadow); backdrop-filter: blur(24px) saturate(140%); -webkit-backdrop-filter: blur(24px) saturate(140%); }
.est-service-content .est-prose > .est-lead:first-child { padding: 18px 20px; color: var(--est-ink); background: var(--service-accent-soft,rgba(154,70,31,.12)); border-left: 3px solid var(--service-accent,var(--est-blue)); border-radius: 0 12px 12px 0; }
.est-service-aside { overflow: hidden; background: linear-gradient(145deg,rgba(44,39,36,.94),rgba(54,48,44,.82)); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; box-shadow: 0 24px 58px rgba(31,28,25,.2),inset 0 1px 0 rgba(255,255,255,.12); backdrop-filter: blur(22px) saturate(135%); -webkit-backdrop-filter: blur(22px) saturate(135%); }
.est-service-aside__icon { width: 50px; height: 50px; margin-bottom: 24px; display: grid; place-items: center; color: #fff; background: color-mix(in srgb,var(--service-accent,var(--est-blue)) 80%,transparent); border: 1px solid rgba(255,255,255,.2); border-radius: 14px; box-shadow: 0 12px 28px rgba(26,23,21,.22),inset 0 1px 0 rgba(255,255,255,.18); }
.est-service-aside__icon svg { width: 27px; height: 27px; }
.est-service-aside .est-text-link { color: #fff; }

@media (max-width: 1080px) {
  body.estetdent-site .est-service-hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 12px; }
  .est-service-hero__copy { max-width: 800px; }
  .est-service-hero__visual { width: 100%; min-height: 450px; }
}

@media (max-width: 767px) {
  .est-service-card--photo::before { height: clamp(190px,56vw,260px); }
  .est-service-card--photo h2,.est-service-card--photo h3 { min-height: 0; }
  .est-service-hero { padding-top: 22px; }
  body.estetdent-site .est-service-hero__grid { padding: 8px; border-radius: 19px; }
  .est-service-hero__copy { padding: 22px 14px 18px; }
  body.estetdent-site .est-service-hero__copy h1 { font-size: clamp(1.95rem,8.2vw,2.35rem); }
  .est-service-hero__copy .est-hero__actions { display: grid; grid-template-columns: 1fr; }
  .est-service-hero__copy .est-btn { width: 100%; min-width: 0; }
  .est-service-hero__visual { min-height: 330px; border-radius: 15px; }
  .est-service-hero__badge { right: 10px; bottom: 10px; left: 10px; padding: 11px; grid-template-columns: 38px minmax(0,1fr); }
  .est-service-hero__badge > span { width: 38px; height: 38px; }
  .est-service-hero__ring { top: 14px; right: 14px; width: 58px; height: 58px; }
  body.estetdent-site .est-service-hero__facts { grid-template-columns: 1fr; border-radius: 15px 15px 0 0; }
  .est-service-hero__facts div { min-height: 58px; padding: 12px 15px; border-right: 0; border-bottom: 1px solid rgba(182,164,144,.25); }
  .est-service-hero__facts div:last-child { border-bottom: 0; }
  .est-service-content .est-prose { padding: 23px 18px; border-radius: 16px; }
}

@media (max-width: 390px) {
  .est-service-hero__visual { min-height: 275px; }
  .est-service-hero__badge strong { font-size: 11px; }
  .est-service-hero__badge small { font-size: 9px; }
  .est-service-hero__ring,.est-service-hero__scan { display: none; }
}

@media (prefers-reduced-motion: no-preference) {
  .est-service-hero__scan { animation: est-service-scan 7.8s cubic-bezier(.4,0,.2,1) infinite; }
  .est-service-hero__ring { animation: est-service-ring 4.8s ease-in-out infinite; }
  .est-service-hero__ambient i { animation: est-morph 12s ease-in-out infinite; }
  @keyframes est-service-scan { 0%,13% { left: 8%; opacity: 0; } 20%,72% { opacity: .74; } 84%,100% { left: 92%; opacity: 0; } }
  @keyframes est-service-ring { 0%,100% { transform: scale(.94); opacity: .68; } 50% { transform: scale(1.06); opacity: 1; } }
}

/* Interface and content layout refinements 4.5. */
.est-nav a,.est-nav__link {
  font-family: var(--est-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
.est-mega-toggle { appearance: none; -webkit-appearance: none; }
.est-nav__chevron {
  width: 7px;
  height: 7px;
  display: block;
  flex: 0 0 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transform-origin: center;
  transition: transform .2s ease;
}
.est-mega-toggle[aria-expanded="true"] .est-nav__chevron { transform: translateY(2px) rotate(225deg); }

.est-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%2307527f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 16px center;
  background-size: 12px 8px;
}
.est-select-button { display: flex; align-items: center; line-height: 1.35; }
.est-select-button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  top: 50%;
  right: 17px;
  transform: translateY(-70%) rotate(45deg);
  transform-origin: center;
  transition: transform .2s ease;
}
.est-select-button[aria-expanded="true"]::after { transform: translateY(-20%) rotate(225deg); }

.est-service-grid { align-items: stretch; }
.est-service-card--photo { height: 100%; min-height: 0; }
body.estetdent-site .est-service-card h2,
body.estetdent-site .est-service-card h3,
body.estetdent-site .est-service-card--photo h2,
body.estetdent-site .est-service-card--photo h3 {
  min-height: 0;
  margin-bottom: 10px;
  display: block;
  overflow: visible;
  color: var(--est-ink);
  font-size: clamp(1.04rem,1.2vw,1.22rem);
  font-weight: 650;
  line-height: 1.28;
  letter-spacing: -.012em;
  text-wrap: balance;
  -webkit-box-orient: initial;
  -webkit-line-clamp: unset;
}
body.estetdent-site .est-service-card--photo p {
  display: block;
  overflow: visible;
  -webkit-box-orient: initial;
  -webkit-line-clamp: unset;
}

.est-form-intro > p:not(.est-eyebrow) { max-width: 38rem; color: var(--est-text); }
body.estetdent-site .est-form-intro h2 { max-width: 16ch; font-size: clamp(1.55rem,2.25vw,2rem); font-weight: 680; line-height: 1.16; }
.est-form-intro__list { margin: 26px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.est-form-intro__list li { position: relative; padding-left: 30px; color: var(--est-ink); font-size: 13px; font-weight: 600; line-height: 1.45; }
.est-form-intro__list li::before { content: "✓"; position: absolute; top: .08em; left: 0; width: 20px; height: 20px; display: grid; place-items: center; color: var(--est-white); background: var(--est-aqua); border-radius: 6px; font-size: 11px; font-weight: 800; }

.est-project-card { height: 100%; display: flex; flex-direction: column; }
.est-project-card .est-before-after { flex: 0 0 auto; aspect-ratio: 16/11; touch-action: pan-y; }
.est-project-card__body { flex: 1; display: flex; flex-direction: column; }
body.estetdent-site .est-project-card h2,
body.estetdent-site .est-project-card h3 { margin-bottom: 10px; font-size: clamp(1.08rem,1.35vw,1.28rem); font-weight: 650; line-height: 1.3; }
.est-project-card h2 a,.est-project-card h3 a { text-decoration: none; }
.est-project-card .est-text-link { margin-top: auto; }
.est-before-after { touch-action: pan-y; }

.est-project-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: clamp(32px,5vw,72px); align-items: end; }
.est-project-hero__summary { margin: 0; padding: 8px 22px; background: rgba(255,255,255,.56); border: 1px solid rgba(255,255,255,.9); border-radius: 16px; box-shadow: inset 0 1px 0 rgba(255,255,255,.88); }
.est-project-hero__summary div { padding: 13px 0; border-bottom: 1px solid rgba(165,150,132,.25); }
.est-project-hero__summary div:last-child { border-bottom: 0; }
.est-project-hero__summary dt { margin-bottom: 3px; color: var(--est-muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.est-project-hero__summary dd { margin: 0; color: var(--est-ink); font-size: 13px; font-weight: 650; }
.est-case-focus { max-width: 1120px; }
.est-case-heading { max-width: 700px; margin-bottom: 28px; }
body.estetdent-site .est-case-heading h2 { margin-bottom: 12px; font-size: clamp(1.65rem,2.35vw,2.15rem); }
.est-case-heading > p:not(.est-eyebrow) { color: var(--est-muted); }
.est-project-comparison .est-before-after { aspect-ratio: 16/9; border: 1px solid rgba(255,255,255,.92); border-radius: 20px; box-shadow: 0 26px 64px rgba(53,48,44,.17); }
.est-project-detail .est-content-layout { grid-template-columns: minmax(0,1fr) 300px; gap: clamp(32px,5vw,72px); }
.est-project-story { padding: clamp(26px,4vw,48px); background: linear-gradient(145deg,rgba(255,255,255,.72),rgba(248,245,241,.46)); border: 1px solid rgba(255,255,255,.9); border-radius: 20px; box-shadow: var(--est-glass-shadow); }
.est-project-story > h2:first-child { margin-top: 0; }
.est-project-aside__label { display: block; margin-bottom: 7px; color: #d2bfaa; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.est-project-aside > strong { display: block; font-size: 1.05rem; line-height: 1.35; }
.est-project-aside .est-text-link { margin-top: 18px; }

body.estetdent-site .est-footer h2 {
  margin-bottom: 14px;
  color: #ebdbca;
  font-size: .72rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .075em;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .est-nav a,.est-nav__link { font-size: 12px; }
}

@media (max-width: 1080px) {
  .est-nav a,.est-nav__link { font-size: 15px; }
  .est-project-hero__grid { grid-template-columns: 1fr; }
  .est-project-hero__summary { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
  .est-project-hero__summary div { border-bottom: 0; border-right: 1px solid rgba(165,150,132,.25); }
  .est-project-hero__summary div:last-child { border-right: 0; }
  .est-project-detail .est-content-layout { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  body.estetdent-site .est-service-card h2,
  body.estetdent-site .est-service-card h3,
  body.estetdent-site .est-service-card--photo h2,
  body.estetdent-site .est-service-card--photo h3 { font-size: 1.13rem; }
  .est-form-intro__list { margin-top: 20px; gap: 10px; }
  .est-project-hero__summary { grid-template-columns: 1fr; gap: 0; padding: 6px 17px; }
  .est-project-hero__summary div { border-right: 0; border-bottom: 1px solid rgba(165,150,132,.25); }
  .est-project-hero__summary div:last-child { border-bottom: 0; }
  .est-project-comparison .est-before-after { aspect-ratio: 4/3; border-radius: 14px; }
  .est-case-heading { margin-bottom: 20px; }
  .est-project-story { padding: 23px 18px; border-radius: 16px; }
}

/* Page architecture and operational fixes 4.6. */
.est-nav-service-control { display: flex; align-items: center; gap: 5px; }
.est-nav-service-control > a {
  padding: 12px 0;
  color: var(--est-ink);
  font-family: var(--est-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}
.est-mega-toggle {
  width: 13px;
  height: 28px;
  padding: 0;
  display: grid;
  place-items: center;
  color: var(--est-ink);
  background: transparent;
  border: 0;
  cursor: pointer;
}
.est-mega-toggle .est-nav__chevron { transform: translateY(-1px) rotate(45deg); }
.est-mega-toggle[aria-expanded="true"] .est-nav__chevron { transform: translateY(1px) rotate(225deg); }

body.estetdent-site .est-article-card h2,
body.estetdent-site .est-article-card h3 {
  margin-top: 8px;
  font-size: clamp(1.02rem,1.2vw,1.16rem);
  font-weight: 620;
  line-height: 1.32;
  letter-spacing: -.008em;
}

body.estetdent-site .est-doctor-page-aside {
  color: #352f2b;
  background: linear-gradient(145deg,rgba(246,241,236,.98),rgba(236,227,217,.94));
  border: 1px solid rgba(173,150,123,.44);
  box-shadow: 0 18px 44px rgba(63,57,52,.12),inset 0 1px 0 #fff;
}
body.estetdent-site .est-doctor-page-aside strong { color: #2d2825; }
body.estetdent-site .est-doctor-page-aside p { color: #69493b; }
body.estetdent-site .est-doctor-page-aside a:not(.est-btn) { color: #4a423c; font-weight: 750; }

.est-about-hero__photo { position: relative; overflow: hidden; border-radius: 22px; box-shadow: 0 28px 70px rgba(53,48,44,.18); }
.est-about-hero__photo picture,.est-about-hero__photo img { display: block; width: 100%; height: 100%; }
.est-about-hero__photo img { aspect-ratio: 16/11; object-fit: cover; }
.est-about-hero__photo > span { position: absolute; right: 18px; bottom: 18px; padding: 9px 12px; color: #fff; background: rgba(35,31,29,.82); border: 1px solid rgba(255,255,255,.22); border-radius: 9px; font-size: 11px; font-weight: 700; backdrop-filter: blur(12px); }
.est-real-clinic-section { overflow: hidden; background: linear-gradient(150deg,#f7f4f1 0%,#fff 52%,#f1ece7 100%); }
.est-real-clinic { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(0,1fr) minmax(0,1fr); grid-template-rows: clamp(250px,24vw,350px) clamp(220px,20vw,290px); gap: clamp(12px,1.5vw,20px); }
.est-real-clinic__item { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #ece7e1; border: 1px solid rgba(255,255,255,.92); border-radius: 24px; box-shadow: 0 26px 66px rgba(52,46,42,.16),inset 0 1px 0 #fff; }
.est-real-clinic__item--room { grid-column: 1; grid-row: 1 / 3; }
.est-real-clinic__item--team { grid-column: 2 / 4; grid-row: 1; }
.est-real-clinic__item--materials { grid-column: 2; grid-row: 2; }
.est-real-clinic__item--shade { grid-column: 3; grid-row: 2; }
.est-real-clinic__picture,.est-real-clinic__picture img { width: 100%; height: 100%; display: block; }
.est-real-clinic__picture { position: absolute; inset: 0; }
.est-real-clinic__picture img { object-fit: cover; }
.est-real-clinic__item--team img { object-position: center 45%; }
.est-real-clinic__item figcaption { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; padding: 14px 16px; display: grid; gap: 3px; color: #fff; background: rgba(37,33,30,.76); border: 1px solid rgba(255,255,255,.24); border-radius: 13px; box-shadow: 0 16px 36px rgba(26,24,22,.22); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.est-real-clinic__item figcaption strong { color: #fff; font-size: 14px; font-weight: 720; }
.est-real-clinic__item figcaption span { color: #eee7df; font-size: 13px; line-height: 1.45; }
.est-about-facts { padding-block: 28px; }
.est-about-facts dl { margin: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); background: rgba(255,255,255,.72); border: 1px solid var(--est-line); border-radius: 18px; box-shadow: var(--est-glass-shadow); }
.est-about-facts dl > div { padding: 22px 25px; border-right: 1px solid var(--est-line); }
.est-about-facts dl > div:last-child { border-right: 0; }
.est-about-facts dt { margin-bottom: 6px; color: var(--est-muted); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.est-about-facts dd { margin: 0; color: var(--est-ink); font-size: 13px; font-weight: 650; line-height: 1.45; }
.est-values-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.est-values-grid article { min-height: 235px; padding: 24px; background: rgba(255,255,255,.72); border: 1px solid rgba(201,187,172,.64); border-radius: 16px; box-shadow: 0 14px 38px rgba(58,52,47,.08); }
.est-values-grid article > span { display: block; margin-bottom: 38px; color: var(--est-blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.est-values-grid h3 { font-size: 1.08rem; font-weight: 660; line-height: 1.3; }
.est-values-grid p { margin-bottom: 0; color: var(--est-muted); font-size: 13px; }
.est-about-license { color: #fff; background: linear-gradient(120deg,#2a2623,#49413c); }
.est-about-license .est-container { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 38px; align-items: center; }
.est-about-license h2 { color: #fff; }
.est-about-license p { color: #eee6dd; }
.est-about-license__actions { display: flex; flex-wrap: wrap; gap: 10px; }

.est-patient-nav__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.est-patient-nav__grid > a { min-height: 245px; padding: 23px; display: flex; flex-direction: column; color: var(--est-ink); background: linear-gradient(145deg,rgba(255,255,255,.9),rgba(248,244,240,.72)); border: 1px solid rgba(204,190,174,.64); border-radius: 16px; box-shadow: 0 16px 42px rgba(58,52,48,.08); text-decoration: none; transition: transform .24s ease,box-shadow .24s ease; }
.est-patient-nav__grid > a:hover { transform: translateY(-4px); box-shadow: 0 25px 55px rgba(58,52,48,.14); }
.est-patient-nav__grid > a > span { color: var(--est-blue); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.est-patient-nav__grid h2 { margin-top: 34px; font-size: 1.18rem; font-weight: 650; line-height: 1.28; }
.est-patient-nav__grid p { color: var(--est-muted); font-size: 13px; }
.est-patient-nav__grid strong { margin-top: auto; color: var(--est-blue-dark); font-size: 12px; }
.est-consumer-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 16px; }
.est-consumer-card { padding: clamp(24px,3vw,34px); background: rgba(255,255,255,.74); border: 1px solid rgba(202,188,173,.64); border-radius: 18px; }
.est-consumer-card--wide { grid-row: span 2; }
.est-consumer-card h2 { font-size: clamp(1.25rem,1.8vw,1.55rem); font-weight: 660; }
.est-consumer-card ul { margin: 22px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.est-consumer-card li { position: relative; padding-left: 29px; color: var(--est-text); }
.est-consumer-card li::before { content: "✓"; position: absolute; left: 0; top: .03em; color: var(--est-blue); font-weight: 800; }
.est-consumer-card--emergency { color: #fff; background: linear-gradient(140deg,#36302c,#803a19); }
.est-consumer-card--emergency > span { display: block; margin-bottom: 15px; color: #e1cbb1; font-size: 2rem; font-weight: 780; }
.est-consumer-card--emergency h2,.est-consumer-card--emergency p { color: #fff; }
.est-consumer-card--payment > span { width: 42px; height: 42px; margin-bottom: 15px; display: grid; place-items: center; color: #fff; background: var(--est-aqua); border-radius: 12px; font-weight: 800; }
.est-aftercare { display: grid; grid-template-columns: minmax(230px,.75fr) minmax(0,1fr) auto; gap: 30px; align-items: center; }
.est-aftercare p { margin: 0; color: var(--est-muted); }

.est-contacts-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.75fr); gap: clamp(35px,6vw,80px); align-items: center; }
.est-contact-actions { display: grid; gap: 10px; }
.est-contact-actions > * { padding: 16px 18px; display: flex; flex-direction: column; color: var(--est-ink); background: rgba(255,255,255,.72); border: 1px solid rgba(198,184,168,.58); border-radius: 13px; text-decoration: none; }
.est-contact-actions span { margin-bottom: 4px; color: var(--est-muted); font-size: 9px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.est-contact-actions strong { font-size: 14px; font-weight: 680; }
.est-appeal-layout { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.7fr); gap: 22px; align-items: stretch; }
.est-appeal-primary,.est-appeal-checklist { padding: clamp(25px,4vw,42px); border-radius: 19px; }
.est-appeal-primary { background: linear-gradient(145deg,rgba(248,244,239,.92),rgba(255,255,255,.84)); border: 1px solid rgba(198,183,165,.58); }
.est-appeal-checklist { color: #fff; background: linear-gradient(145deg,#2b2623,#473f3a); }
.est-appeal-checklist h2 { color: #fff; }
.est-appeal-checklist ul { margin: 20px 0 0; padding-left: 19px; display: grid; gap: 12px; color: #eee7df; }
.est-appeal-channels { margin-top: 25px; display: grid; gap: 10px; }
.est-appeal-channels > * { padding: 15px 17px; display: flex; flex-direction: column; color: var(--est-ink); background: rgba(255,255,255,.78); border: 1px solid rgba(195,181,165,.48); border-radius: 11px; text-decoration: none; }
.est-appeal-channels span { color: var(--est-muted); font-size: 9px; font-weight: 750; text-transform: uppercase; }
.est-appeal-channels strong { margin-top: 4px; font-size: 13px; }
.est-authority-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.est-authority-grid > a { min-height: 245px; padding: 24px; display: flex; flex-direction: column; color: var(--est-ink); background: rgba(255,255,255,.78); border: 1px solid rgba(196,181,163,.58); border-radius: 16px; text-decoration: none; }
.est-authority-grid span { color: var(--est-blue); font-size: 9px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.est-authority-grid h3 { margin-top: 28px; font-size: 1.08rem; font-weight: 650; line-height: 1.35; }
.est-authority-grid strong { margin-top: auto; color: var(--est-blue-dark); font-size: 12px; }

.est-documents-hero__facts { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.est-documents-hero__facts span { padding: 8px 11px; color: var(--est-blue-dark); background: rgba(255,255,255,.7); border: 1px solid rgba(195,179,161,.55); border-radius: 999px; font-size: 10px; font-weight: 700; }
.est-documents-section { background: linear-gradient(180deg,#f8f6f3,#fff); }
body.estetdent-site .est-doc-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
body.estetdent-site .est-doc-card { min-height: 0; padding: 0; overflow: hidden; display: block; color: var(--est-ink); background: #fff; border-radius: 16px; box-shadow: 0 18px 48px rgba(56,50,45,.11); }
body.estetdent-site .est-doc-card > .est-doc-card__preview { position: relative; width: 100%; height: auto; padding: 0; display: block; overflow: hidden; color: inherit; background: #efece8; border-radius: 0; }
.est-doc-card__preview img { width: 100%; aspect-ratio: 4/4.7; display: block; object-fit: cover; object-position: top center; transition: transform .28s ease; }
.est-doc-card:hover .est-doc-card__preview img { transform: scale(1.018); }
.est-doc-card__preview i { position: absolute; top: 14px; right: 14px; padding: 5px 8px; color: #fff; background: #4a423c; border-radius: 6px; font-size: 9px; font-style: normal; font-weight: 800; box-shadow: 0 5px 16px rgba(38,34,31,.2); }
body.estetdent-site .est-doc-card > .est-doc-card__body { width: 100%; height: auto; padding: 21px 22px 23px; display: flex; flex-direction: column; color: inherit; background: #fff; border-radius: 0; }
.est-doc-card__body small { color: var(--est-blue); font-size: 9px; font-weight: 750; text-transform: uppercase; }
body.estetdent-site .est-doc-card__body h2 { margin: 10px 0 9px; font-size: 1.06rem; font-weight: 650; line-height: 1.32; }
body.estetdent-site .est-doc-card__body p { margin: 0; color: var(--est-muted); font-size: 12px; }
body.estetdent-site .est-doc-card__body strong { margin-top: 19px; color: var(--est-blue-dark); font-size: 12px; }

.est-project-hero__layout { display: grid; grid-template-columns: minmax(0,.84fr) minmax(420px,1.16fr); gap: clamp(38px,6vw,82px); align-items: center; }
.est-project-hero__copy .est-project-hero__summary { margin-top: 28px; display: grid; grid-template-columns: 1fr; }
.est-project-hero__visual { min-width: 0; }
.est-project-hero__visual .est-before-after,.est-project-result,.est-project-pair { border-radius: 20px; box-shadow: 0 28px 68px rgba(51,45,41,.18); }
.est-project-hero__visual .est-before-after { aspect-ratio: 4/3; }
.est-project-result { position: relative; margin: 0; overflow: hidden; }
.est-project-result picture,.est-project-result img { width: 100%; display: block; }
.est-project-result img { aspect-ratio: 4/3; object-fit: cover; }
.est-project-result figcaption,.est-project-pair figcaption { position: absolute; right: 12px; bottom: 12px; padding: 7px 9px; color: #fff; background: rgba(34,30,27,.78); border-radius: 7px; font-size: 9px; font-weight: 700; backdrop-filter: blur(10px); }
.est-project-pair { padding: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; background: rgba(255,255,255,.74); }
.est-project-pair figure { position: relative; margin: 0; overflow: hidden; border-radius: 13px; }
.est-project-pair picture,.est-project-pair img { width: 100%; height: 100%; display: block; }
.est-project-pair img { aspect-ratio: 3/4; object-fit: cover; }
.est-project--restoration .est-project-hero__layout { grid-template-columns: minmax(0,.9fr) minmax(430px,1.1fr); }
.est-project--whitening .est-container { background: linear-gradient(145deg,rgba(255,255,255,.7),rgba(245,239,233,.5)); }
.est-project--veneers .est-project-hero__layout { grid-template-columns: minmax(360px,.72fr) minmax(0,1.28fr); }
.est-project-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; list-style: none; }
.est-project-steps li { min-height: 140px; padding: 20px; display: flex; flex-direction: column; background: linear-gradient(145deg,rgba(255,255,255,.86),rgba(246,242,238,.68)); border: 1px solid rgba(201,186,168,.58); border-radius: 14px; }
.est-project-steps span { color: var(--est-blue); font-size: 10px; font-weight: 800; }
.est-project-steps strong { margin-top: auto; color: var(--est-ink); font-size: 13px; font-weight: 650; line-height: 1.4; }
body.estetdent-site .est-project-aside { color: #fff; background: linear-gradient(145deg,#2b2623,#473f3a); border: 1px solid rgba(255,255,255,.16); }
body.estetdent-site .est-project-aside p { color: #ece5dd; }
body.estetdent-site .est-project-aside a:not(.est-btn) { color: #fff; }

.est-thanks { min-height: calc(100svh - 180px); padding: clamp(54px,7vw,95px) 0; display: grid; align-items: center; background: radial-gradient(circle at 18% 16%,rgba(200,167,129,.25),transparent 28%),linear-gradient(145deg,#f7f4f1,#fff); }
.est-thanks__panel { max-width: 960px; margin-inline: auto; padding: clamp(30px,5vw,62px); text-align: center; background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.95); border-radius: 26px; box-shadow: 0 30px 85px rgba(56,50,45,.14); }
.est-thanks__mark { width: 76px; height: 76px; margin: 0 auto 25px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg,#8d401c,#b06542); border-radius: 50%; box-shadow: 0 16px 35px rgba(143,68,34,.26); }
.est-thanks__mark span { font-size: 34px; font-weight: 700; }
.est-thanks h1 { max-width: 760px; margin-inline: auto; }
.est-thanks .est-lead { max-width: 700px; margin-inline: auto; }
.est-thanks__steps { margin: 35px 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; text-align: left; list-style: none; }
.est-thanks__steps li { padding: 19px; background: rgba(246,242,238,.72); border: 1px solid rgba(198,183,165,.52); border-radius: 13px; }
.est-thanks__steps span { color: var(--est-blue); font-size: 9px; font-weight: 800; }
.est-thanks__steps strong { margin-top: 15px; display: block; font-size: 13px; }
.est-thanks__steps p { margin: 7px 0 0; color: var(--est-muted); font-size: 12px; }
.est-thanks .est-hero__actions { justify-content: center; }
.est-thanks__note { max-width: 670px; margin: 28px auto 0; color: var(--est-muted); font-size: 12px; }

.est-patient-schedule-link { margin-top: 16px; padding: clamp(23px,3vw,34px); display: flex; gap: 28px; align-items: center; justify-content: space-between; color: #fff; background: linear-gradient(135deg,#2b2623,#534a44); border: 1px solid rgba(255,255,255,.16); border-radius: 17px; box-shadow: 0 20px 52px rgba(57,51,47,.16); text-decoration: none; }
.est-patient-schedule-link div > span { color: #e1cbb1; font-size: 9px; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.est-patient-schedule-link h2 { margin: 9px 0 5px; color: #fff; font-size: 1.28rem; font-weight: 650; }
.est-patient-schedule-link p { margin: 0; color: #eee7df; font-size: 13px; }
.est-patient-schedule-link > strong { flex: 0 0 auto; color: #fff; font-size: 12px; font-weight: 700; }

.est-schedule-section { scroll-margin-top: 96px; }
.est-schedule-head { margin-bottom: 30px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 34px; align-items: end; }
.est-schedule-head > div:first-child { max-width: 720px; }
.est-schedule-head h2 { margin-bottom: 10px; }
.est-schedule-head p { margin: 0; color: var(--est-muted); }
.est-schedule-head__hours { min-width: 210px; padding: 18px 20px; display: grid; background: linear-gradient(145deg,#fff,#f7f4f0); border: 1px solid rgba(198,183,165,.56); border-radius: 14px; }
.est-schedule-head__hours span { color: var(--est-blue); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.est-schedule-head__hours strong { margin-top: 5px; color: var(--est-ink); font-size: 1.22rem; font-weight: 680; }
.est-schedule-head__hours small { margin-top: 3px; color: var(--est-muted); font-size: 10px; }
.est-schedule-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.est-schedule-card { min-width: 0; padding: 18px; display: flex; flex-direction: column; background: rgba(255,255,255,.86); border: 1px solid rgba(198,183,165,.57); border-radius: 16px; box-shadow: 0 16px 42px rgba(56,50,45,.08); }
.est-schedule-card__doctor { min-height: 77px; display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 13px; align-items: center; }
.est-schedule-card__portrait { width: 58px; height: 68px; display: block; overflow: hidden; background: #ece7e1; border-radius: 11px; }
.est-schedule-card__portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; }
.est-schedule-card__doctor h3 { margin: 0; font-size: .96rem; font-weight: 660; line-height: 1.26; }
.est-schedule-card__doctor h3 a { color: var(--est-ink); text-decoration: none; }
.est-schedule-card__doctor p { margin: 5px 0 0; color: var(--est-muted); font-size: 10px; line-height: 1.35; }
.est-schedule-card__slots { margin: 18px 0 17px; padding: 0; display: grid; gap: 7px; list-style: none; }
.est-schedule-card__slots li { padding: 9px 10px; display: flex; gap: 8px; justify-content: space-between; align-items: center; background: rgba(246,241,236,.75); border-radius: 9px; }
.est-schedule-card__slots span { color: var(--est-text); font-size: 10px; }
.est-schedule-card__slots strong { color: var(--est-blue-dark); font-size: 10px; font-weight: 720; white-space: nowrap; }
.est-schedule-card > .est-text-link { margin-top: auto; font-size: 11px; }
.est-schedule-note { margin: 20px 0 0; color: var(--est-muted); font-size: 11px; }

@media (max-width: 1080px) {
  .est-nav-service-control { width: 100%; }
  .est-nav-service-control > a { width: auto; flex: 1; padding: 15px 0; color: #fff; font-size: 15px; }
  .est-mega-toggle { width: 44px; height: 46px; color: #fff; }
  .est-values-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .est-project-hero__layout,.est-project--restoration .est-project-hero__layout,.est-project--veneers .est-project-hero__layout { grid-template-columns: 1fr; }
  .est-contacts-hero__grid { grid-template-columns: 1fr; }
  .est-project-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .est-schedule-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .est-real-clinic { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: clamp(360px,54vw,560px) clamp(310px,45vw,470px) clamp(220px,30vw,300px); }
  .est-real-clinic__item--room { grid-column: 1 / 3; grid-row: 1; }
  .est-real-clinic__item--team { grid-column: 1 / 3; grid-row: 2; }
  .est-real-clinic__item--materials { grid-column: 1; grid-row: 3; }
  .est-real-clinic__item--shade { grid-column: 2; grid-row: 3; }
}

@media (max-width: 767px) {
  .est-about-hero__photo img { aspect-ratio: 4/3; }
  .est-real-clinic { display: grid; grid-template-columns: 1fr; grid-template-rows: none; gap: 12px; }
  .est-real-clinic__item--room,.est-real-clinic__item--team,.est-real-clinic__item--materials,.est-real-clinic__item--shade { grid-column: auto; grid-row: auto; min-height: 0; aspect-ratio: 4/3; border-radius: 17px; }
  .est-real-clinic__item--team { aspect-ratio: 3/2; }
  .est-real-clinic__item figcaption { left: 10px; right: 10px; bottom: 10px; padding: 11px 12px; border-radius: 10px; }
  .est-about-facts dl,.est-values-grid,.est-patient-nav__grid,.est-authority-grid,body.estetdent-site .est-doc-grid,.est-thanks__steps { grid-template-columns: 1fr; }
  .est-about-facts dl > div { padding: 17px 19px; border-right: 0; border-bottom: 1px solid var(--est-line); }
  .est-about-facts dl > div:last-child { border-bottom: 0; }
  .est-values-grid article { min-height: 190px; }
  .est-about-license .est-container,.est-aftercare,.est-appeal-layout { grid-template-columns: 1fr; }
  .est-about-license__actions { width: 100%; }
  .est-about-license__actions .est-btn { flex: 1 1 100%; }
  .est-consumer-grid { grid-template-columns: 1fr; }
  .est-consumer-card--wide { grid-row: auto; }
  .est-patient-nav__grid > a { min-height: 210px; }
  .est-aftercare { gap: 18px; }
  .est-project-pair { gap: 6px; padding: 6px; border-radius: 14px; }
  .est-project-pair figure { border-radius: 10px; }
  .est-project-hero__visual .est-before-after,.est-project-result { border-radius: 14px; }
  .est-project-steps { grid-template-columns: 1fr 1fr; gap: 9px; }
  .est-project-steps li { min-height: 125px; padding: 16px; }
  .est-doc-card__preview img { aspect-ratio: 4/4.35; }
  .est-thanks__panel { padding: 29px 18px; border-radius: 18px; }
  .est-thanks__mark { width: 64px; height: 64px; }
  .est-patient-schedule-link { align-items: flex-start; flex-direction: column; gap: 18px; }
  .est-schedule-head { grid-template-columns: 1fr; gap: 18px; }
  .est-schedule-head__hours { min-width: 0; }
  .est-schedule-grid { grid-template-columns: 1fr; }
  .est-schedule-card { padding: 17px; }
}

@media (max-width: 430px) {
  .est-project-steps { grid-template-columns: 1fr; }
}

/* Mobile map, native selects and appointment popup 4.6.1. */
.est-map { position: relative; }
.est-map-marker { position: absolute; z-index: 5; top: 52%; left: 50%; padding: 8px 11px 8px 8px; display: flex; gap: 7px; align-items: center; color: var(--est-ink); background: rgba(255,255,255,.97); border: 1px solid rgba(74,66,60,.26); border-radius: 999px; box-shadow: 0 12px 30px rgba(37,33,31,.24); text-decoration: none; transform: translate(-50%,-100%); }
.est-map-marker::after { content: ""; position: absolute; left: 50%; bottom: -7px; width: 13px; height: 13px; background: #fff; border-right: 1px solid rgba(74,66,60,.2); border-bottom: 1px solid rgba(74,66,60,.2); transform: translateX(-50%) rotate(45deg); }
.est-map-marker span { position: relative; z-index: 1; width: 22px; height: 22px; background: var(--est-blue); border: 5px solid #f2ece5; border-radius: 50%; }
.est-map-marker strong { position: relative; z-index: 1; font-size: 11px; font-weight: 720; white-space: nowrap; }
.est-form select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-repeat: no-repeat; }
.est-form select::-ms-expand { display: none; }

body.est-popup-open { overflow: hidden; }
.est-popup[hidden] { display: none !important; }
.est-popup { position: fixed; z-index: 2200; inset: 0; padding: clamp(14px,3vw,34px); display: grid; place-items: center; }
.est-popup__backdrop { position: absolute; inset: 0; background: rgba(25,22,20,.72); backdrop-filter: blur(13px); -webkit-backdrop-filter: blur(13px); }
.est-popup__dialog { position: relative; z-index: 1; width: min(1040px,100%); max-height: calc(100svh - clamp(28px,6vw,68px)); overflow: hidden; background: linear-gradient(145deg,rgba(251,249,246,.98),rgba(242,235,228,.97)); border: 1px solid rgba(255,255,255,.9); border-radius: 24px; box-shadow: 0 34px 100px rgba(23,20,18,.36),inset 0 1px 0 #fff; }
.est-popup__layout { max-height: inherit; padding: 18px; display: grid; grid-template-columns: minmax(245px,.68fr) minmax(0,1.32fr); gap: 18px; overflow-y: auto; overscroll-behavior: contain; }
.est-popup__intro { position: relative; padding: clamp(26px,3vw,38px); overflow: hidden; color: #fff; background: radial-gradient(circle at 100% 100%,rgba(187,110,75,.27),transparent 38%),linear-gradient(145deg,#2b2623,#48403a); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; }
.est-popup__intro::after { content: ""; position: absolute; right: -75px; bottom: -90px; width: 210px; height: 210px; border: 1px solid rgba(225,203,177,.2); border-radius: 46% 54% 61% 39%; transform: rotate(24deg); }
.est-popup__intro > * { position: relative; z-index: 1; }
.est-popup__intro .est-eyebrow { color: #e1cbb1; }
.est-popup__intro h2 { color: #fff; font-size: clamp(1.65rem,2.6vw,2.2rem); }
.est-popup__intro p { color: #eee7df; font-size: 13px; }
.est-popup__intro ul { margin: 25px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.est-popup__intro li { position: relative; padding-left: 24px; color: #fff; font-size: 11px; }
.est-popup__intro li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #d4bda2; font-weight: 800; }
.est-popup .est-form { min-width: 0; margin: 0; padding: clamp(23px,2.5vw,32px); border-radius: 18px; box-shadow: 0 18px 48px rgba(55,49,45,.13),inset 0 1px 0 #fff; }
.est-popup .est-form::before { display: none; }
.est-popup__close { position: absolute; z-index: 8; top: 27px; right: 27px; width: 38px; height: 38px; padding: 0; color: #fff; background: rgba(37,33,31,.88); border: 1px solid rgba(255,255,255,.45); border-radius: 50%; box-shadow: 0 8px 24px rgba(26,24,22,.22); cursor: pointer; }
.est-popup__close span::before,.est-popup__close span::after { content: ""; position: absolute; top: 18px; left: 10px; width: 16px; height: 2px; background: currentColor; border-radius: 2px; transform: rotate(45deg); }
.est-popup__close span::after { transform: rotate(-45deg); }

@media (max-width: 767px) {
  body.estetdent-site .est-mobile-actions a:first-child { color: #fff !important; }
  .est-select-shell.is-native .est-native-select { -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important; padding-right: 43px; background-color: rgba(255,255,255,.82); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%2307527f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important; background-position: right 16px center !important; background-size: 12px 8px !important; background-repeat: no-repeat !important; }
  .est-map-marker { position: absolute; z-index: 5; top: 52%; left: 50%; padding: 8px 11px 8px 8px; display: flex; gap: 7px; align-items: center; color: var(--est-ink); background: rgba(255,255,255,.97); border: 1px solid rgba(74,66,60,.26); border-radius: 999px; box-shadow: 0 12px 30px rgba(37,33,31,.24); text-decoration: none; transform: translate(-50%,-100%); }
  .est-map-marker::after { content: ""; position: absolute; left: 50%; bottom: -7px; width: 13px; height: 13px; background: #fff; border-right: 1px solid rgba(74,66,60,.2); border-bottom: 1px solid rgba(74,66,60,.2); transform: translateX(-50%) rotate(45deg); }
  .est-map-marker span { position: relative; z-index: 1; width: 22px; height: 22px; background: var(--est-blue); border: 5px solid #f2ece5; border-radius: 50%; }
  .est-map-marker strong { position: relative; z-index: 1; font-size: 11px; font-weight: 720; white-space: nowrap; }
  .est-popup { padding: 8px 0 0; place-items: end stretch; }
  .est-popup__dialog { width: 100%; max-height: calc(100svh - 8px); border-radius: 20px 20px 0 0; }
  .est-popup__layout { padding: 11px 11px calc(12px + env(safe-area-inset-bottom)); grid-template-columns: 1fr; gap: 11px; }
  .est-popup__intro { padding: 23px 20px; border-radius: 15px; }
  .est-popup__intro h2 { max-width: calc(100% - 40px); font-size: 1.62rem; }
  .est-popup__intro ul { margin-top: 17px; gap: 8px; }
  .est-popup .est-form { padding: 21px 15px; border-radius: 15px; }
  .est-popup .est-form__grid { grid-template-columns: 1fr; gap: 13px; }
  .est-popup .est-form__wide { grid-column: auto; }
  .est-popup__close { position: fixed; top: 19px; right: 14px; width: 36px; height: 36px; }
  .est-popup__close span::before,.est-popup__close span::after { top: 17px; left: 9px; }
}

/* Content density and contrast refinements 4.6.2. */
body.estetdent-site .est-about-license h2,
body.estetdent-site .est-popup__intro h2,
body.estetdent-site .est-patient-schedule-link h2 { color: #fff !important; }

body.estetdent-site .est-patient-nav__grid h2 { margin-top: 25px; font-size: 1rem; font-weight: 560; line-height: 1.34; }
body.estetdent-site .est-patient-nav__grid p { font-size: 12px; line-height: 1.5; }

body.estetdent-site .est-article-aside { color: #342e2a; background: linear-gradient(145deg,rgba(248,245,242,.96),rgba(238,231,222,.92)); border: 1px solid rgba(169,151,130,.5); box-shadow: 0 18px 48px rgba(58,52,48,.12); }
body.estetdent-site .est-article-aside strong { color: #282320; }
body.estetdent-site .est-article-aside p { color: #684f44; }

body.estetdent-site .est-doc-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
body.estetdent-site .est-doc-card { border-radius: 13px; box-shadow: 0 12px 34px rgba(56,50,45,.09); }
body.estetdent-site .est-doc-card > .est-doc-card__preview img { aspect-ratio: 4/3.1; }
body.estetdent-site .est-doc-card > .est-doc-card__body { padding: 15px 16px 17px; }
body.estetdent-site .est-doc-card__body h2 { margin: 7px 0; font-size: .94rem; font-weight: 590; line-height: 1.3; }
body.estetdent-site .est-doc-card__body p { font-size: 10.5px; line-height: 1.42; }
body.estetdent-site .est-doc-card__body strong { margin-top: 12px; font-size: 10.5px; }

@media (max-width: 1100px) {
  body.estetdent-site .est-doc-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 767px) {
  body.estetdent-site .est-doc-grid { grid-template-columns: 1fr; gap: 10px; }
  body.estetdent-site .est-doc-card { min-height: 150px; display: grid; grid-template-columns: 108px minmax(0,1fr); }
  body.estetdent-site .est-doc-card > .est-doc-card__preview { height: 100%; min-height: 150px; }
  body.estetdent-site .est-doc-card > .est-doc-card__preview img { height: 100%; aspect-ratio: auto; object-fit: cover; object-position: top center; }
  body.estetdent-site .est-doc-card > .est-doc-card__body { padding: 14px 14px 15px; }
  body.estetdent-site .est-doc-card__body h2 { font-size: .9rem; }
  body.estetdent-site .est-doc-card__body strong { margin-top: 9px; }
  .est-doc-card__preview i { top: 8px; right: 8px; }
}

/* Consumer corner, home content and mobile navigation refinements 4.6.3. */
.est-topline__status.is-closed i { background: #a34d3f; animation: none; }

.est-home-seo { color: #f5f1ed; background: radial-gradient(circle at 12% 18%,rgba(176,101,67,.18),transparent 32%),linear-gradient(145deg,#2a2623,#433c37); }
.est-home-seo__grid { display: grid; grid-template-columns: minmax(280px,.85fr) minmax(0,1.15fr); gap: clamp(32px,6vw,90px); align-items: start; }
.est-home-seo .est-eyebrow { color: #e1cbb1; }
.est-home-seo h2 { max-width: 700px; color: #fff !important; }
.est-home-seo p { color: #eee7df; font-size: clamp(15px,1.25vw,17px); line-height: 1.78; }

.est-consumer-section .est-section__head { max-width: 850px; }
.est-document-list { overflow: hidden; background: #fff; border: 1px solid rgba(191,177,160,.52); border-radius: 16px; box-shadow: 0 16px 48px rgba(56,50,45,.08); }
.est-document-row { min-height: 70px; padding: 13px 18px; display: grid; grid-template-columns: 46px minmax(0,1fr) auto 26px; gap: 15px; align-items: center; color: var(--est-ink); border-bottom: 1px solid rgba(191,177,160,.4); text-decoration: none; transition: background .2s ease,color .2s ease; }
.est-document-row:last-child { border-bottom: 0; }
.est-document-row:hover { color: var(--est-blue-dark); background: #f8f5f2; }
.est-document-row__num { color: #8d756a; font-size: 11px; font-weight: 750; letter-spacing: .09em; }
.est-document-row__title { font-size: clamp(13px,1.2vw,15px); font-weight: 590; line-height: 1.38; }
.est-document-row__type { padding: 5px 8px; color: #4a423c; background: #f2ede8; border-radius: 5px; font-size: 9px; font-weight: 800; letter-spacing: .06em; }
.est-document-row__arrow { color: var(--est-blue); font-size: 18px; text-align: right; }
.est-document-more { margin: 25px 0 0; padding: 20px 22px; color: #705447; background: #f7f4f0; border-radius: 12px; }

.est-legal-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(220px,.34fr); gap: clamp(28px,5vw,70px); align-items: start; }
.est-legal-details { margin: 28px 0 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; overflow: hidden; background: rgba(191,177,160,.45); border: 1px solid rgba(191,177,160,.5); border-radius: 14px; }
.est-legal-details div { padding: 18px; background: #fff; }
.est-legal-details dt { margin-bottom: 7px; color: #8d756a; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.est-legal-details dd { margin: 0; color: var(--est-ink); font-size: 13px; line-height: 1.55; }
.est-legal-note { padding: 25px; display: grid; gap: 13px; color: #fff; background: linear-gradient(145deg,#36302c,#803a19); border-radius: 15px; box-shadow: 0 18px 45px rgba(47,42,39,.2); }
.est-legal-note strong { font-size: 14px; }
.est-legal-note a { color: #fff; font-size: 13px; }

.est-consumer-authorities .est-section__head h2,
.est-consumer-authorities .est-section__head--sub h2,
.est-consumer-card--emergency h2 { color: #fff !important; }
.est-consumer-authorities .est-section__head--sub { margin-top: clamp(42px,6vw,72px); }
.est-authority-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.est-authority-list article { padding: 23px; color: #f5f1ed; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.16); border-radius: 13px; }
.est-authority-list h3 { color: #fff; font-size: 1rem; font-weight: 590; line-height: 1.42; }
.est-authority-list p { color: #e5ded6; font-size: 12px; }
.est-authority-list a { color: #e1cbb1; font-size: 13px; font-weight: 700; }
.est-consumer-authorities .est-consumer-grid { margin-top: 18px; grid-template-columns: 1.25fr .75fr; }
.est-consumer-authorities .est-consumer-card--emergency a { color: #fff; text-decoration: none; }
.est-consumer-schedule-intro { padding: clamp(34px,5vw,58px) 0; color: #fff; background: linear-gradient(145deg,#2a2623,#433c37); }
.est-consumer-schedule-intro .est-eyebrow { color: #e1cbb1; }
.est-consumer-schedule-intro h2 { margin: 0; color: #fff !important; }

@media (max-width: 900px) {
  .est-home-seo__grid,.est-legal-layout { grid-template-columns: 1fr; }
  .est-authority-list { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .est-topline__status { max-width: calc(100vw - 150px); }
  .est-home-seo__grid { gap: 18px; }
  .est-document-row { min-height: 62px; padding: 11px 12px; grid-template-columns: 31px minmax(0,1fr) auto; gap: 9px; }
  .est-document-row__type { display: none; }
  .est-document-row__arrow { font-size: 16px; }
  .est-legal-details { grid-template-columns: 1fr; }
  .est-consumer-authorities .est-consumer-grid { grid-template-columns: 1fr; }
}

/* Reviews by independent platforms and final mobile header alignment 4.7.0. */
.est-section--reviews {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 16%,rgba(195,114,77,.19),transparent 27%),
    radial-gradient(circle at 92% 82%,rgba(131,61,29,.12),transparent 31%),
    linear-gradient(145deg,#f7f4f1,#fbfaf9 52%,#f4f0eb);
}
.est-section--reviews::before {
  content: "";
  position: absolute;
  top: -210px;
  right: -150px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(176,103,69,.12);
  border-radius: 43% 57% 65% 35%;
  transform: rotate(24deg);
  pointer-events: none;
}
.est-section--reviews .est-container { position: relative; z-index: 1; }
.est-review-tabs {
  margin-bottom: 18px;
  padding: 7px;
  display: flex;
  gap: 7px;
  overflow-x: auto;
  background: rgba(255,255,255,.61);
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 16px;
  box-shadow: 0 14px 42px rgba(56,50,45,.09),inset 0 1px 0 #fff;
  scrollbar-width: thin;
  scrollbar-color: rgba(74,66,60,.28) transparent;
  backdrop-filter: blur(20px) saturate(145%);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
}
.est-review-tab {
  min-width: max-content;
  min-height: 54px;
  padding: 7px 14px 7px 8px;
  display: flex;
  gap: 9px;
  align-items: center;
  color: #67493c;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 11px;
  font-weight: 670;
  line-height: 1.15;
  text-align: left;
  transition: color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease;
}
.est-review-tab:hover { color: var(--est-blue-dark); background: rgba(244,239,234,.78); }
.est-review-tab.is-active { color: #fff; background: linear-gradient(145deg,#322d29,#803a19); border-color: rgba(255,255,255,.2); box-shadow: 0 9px 24px rgba(60,54,49,.2); }
.est-review-tab__mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #4a423c;
  background: #fff;
  border: 1px solid rgba(173,153,130,.3);
  border-radius: 9px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 #fff;
}
.est-review-tab[data-review-platform="all"] .est-review-tab__mark { width: 43px; font-size: 9px; }
.est-review-tab small { margin-top: 4px; display: block; color: #98857c; font-size: 9px; font-weight: 760; }
.est-review-tab.is-active small { color: #e9dbcb; }
.est-reviews__shell {
  padding: clamp(12px,1.6vw,19px);
  display: grid;
  grid-template-columns: minmax(240px,.42fr) minmax(0,1.58fr);
  gap: clamp(14px,2vw,23px);
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(255,255,255,.94);
  border-radius: 24px;
  box-shadow: 0 28px 76px rgba(56,50,45,.13),inset 0 1px 0 #fff;
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
}
.est-reviews__summary {
  min-height: 330px;
  padding: clamp(25px,3vw,38px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #f4f0ec;
  background:
    radial-gradient(circle at 86% 9%,rgba(194,124,91,.28),transparent 31%),
    linear-gradient(145deg,#2a2623,#433c37);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(41,37,34,.18),inset 0 1px 0 rgba(255,255,255,.12);
}
.est-review-score { color: #fff; font-size: clamp(3.25rem,5vw,4.7rem); font-weight: 740; letter-spacing: -.065em; line-height: .92; }
.est-review-stars { color: #f5b846; font-size: 15px; letter-spacing: .12em; white-space: nowrap; }
.est-reviews__summary > .est-review-stars { margin: 12px 0 24px; font-size: 17px; }
.est-reviews__summary > strong { color: #fff; font-size: 1.05rem; font-weight: 680; }
.est-reviews__summary p { margin: 7px 0 25px; color: #e5ded6; font-size: 12px; line-height: 1.55; }
.est-reviews__summary .est-btn { width: 100%; margin-top: auto; color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.1); }
.est-review-slider { min-width: 0; display: flex; flex-direction: column; }
.est-review-viewport { min-height: 330px; display: flex; }
.est-review-card {
  width: 100%;
  min-height: 330px;
  padding: clamp(26px,3.5vw,46px);
  display: flex;
  flex-direction: column;
  color: var(--est-ink);
  background:
    linear-gradient(145deg,rgba(255,255,255,.96),rgba(248,245,241,.88));
  border: 1px solid rgba(188,172,153,.45);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(56,50,45,.09),inset 0 1px 0 #fff;
}
.est-review-card[hidden] { display: none !important; }
.est-review-card.is-entering { animation: est-review-in .32s ease both; }
.est-review-card header,.est-review-card footer { display: flex; gap: 16px; align-items: center; justify-content: space-between; }
.est-review-card__source { display: inline-flex; gap: 9px; align-items: center; color: #7d6357; font-size: 11px; font-weight: 720; }
.est-review-card__source i { width: 31px; height: 31px; display: grid; place-items: center; color: #4a423c; background: #f3eee8; border: 1px solid rgba(176,126,102,.28); border-radius: 8px; font-style: normal; font-size: 10px; font-weight: 820; }
.est-review-card blockquote { margin: clamp(28px,4vw,45px) 0; color: #35302c; font-size: clamp(1.13rem,1.8vw,1.48rem); font-weight: 520; line-height: 1.55; letter-spacing: -.012em; }
.est-review-card footer { margin-top: auto; padding-top: 19px; border-top: 1px solid rgba(188,172,153,.36); }
.est-review-card footer div { min-width: 0; display: grid; gap: 2px; }
.est-review-card footer strong { overflow: hidden; color: var(--est-ink); font-size: 12px; font-weight: 720; text-overflow: ellipsis; white-space: nowrap; }
.est-review-card footer time { color: #907a70; font-size: 10px; }
.est-review-card footer a { flex: 0 0 auto; color: var(--est-blue-dark); font-size: 11px; font-weight: 720; text-decoration: none; }
.est-review-controls { min-height: 50px; padding: 13px 3px 0; display: grid; grid-template-columns: auto auto 1fr; gap: 18px; align-items: center; }
.est-review-controls > div:first-child { display: flex; gap: 7px; }
.est-review-controls button { width: 38px; height: 38px; display: grid; place-items: center; color: #4a423c; background: rgba(255,255,255,.82); border: 1px solid rgba(180,133,111,.42); border-radius: 50%; box-shadow: 0 7px 18px rgba(56,50,45,.08); }
.est-review-controls button:hover { color: #fff; background: var(--est-blue); border-color: var(--est-blue); }
.est-review-controls button:disabled { opacity: .38; cursor: default; }
.est-review-controls > span { color: #856f65; font-size: 10px; font-weight: 680; white-space: nowrap; }
.est-review-dots { min-width: 0; display: flex; gap: 6px; justify-content: flex-end; }
.est-review-dots button { width: 7px; height: 7px; padding: 0; background: #d4cbc0; border: 0; border-radius: 50%; box-shadow: none; }
.est-review-dots button.is-active { width: 22px; background: var(--est-blue); border-radius: 999px; }

@keyframes est-review-in { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .est-reviews__shell { grid-template-columns: minmax(205px,.55fr) minmax(0,1.45fr); }
  .est-review-card blockquote { font-size: 1.1rem; }
}

@media (max-width: 767px) {
  .est-topline { display: none; }
  .est-header { top: 0; margin-top: 0; }
  .est-review-tabs { margin-right: calc(var(--est-gutter) * -1); padding-right: var(--est-gutter); border-radius: 13px 0 0 13px; scrollbar-width: none; }
  .est-review-tabs::-webkit-scrollbar { display: none; }
  .est-review-tab { min-height: 49px; padding: 6px 11px 6px 6px; }
  .est-review-tab__mark { width: 33px; height: 33px; }
  .est-review-tab[data-review-platform="all"] .est-review-tab__mark { width: 39px; }
  .est-reviews__shell { padding: 9px; grid-template-columns: 1fr; gap: 9px; border-radius: 18px; }
  .est-reviews__summary { min-height: 0; padding: 21px; display: grid; grid-template-columns: auto 1fr; column-gap: 15px; align-items: center; border-radius: 14px; }
  .est-review-score { grid-row: 1 / span 2; font-size: 3.05rem; }
  .est-reviews__summary > .est-review-stars { margin: 0 0 3px; font-size: 14px; }
  .est-reviews__summary > strong { font-size: .92rem; }
  .est-reviews__summary p { grid-column: 1 / -1; margin: 15px 0; }
  .est-reviews__summary .est-btn { grid-column: 1 / -1; min-height: 44px; }
  .est-review-viewport,.est-review-card { min-height: 315px; }
  .est-review-card { padding: 24px 20px; border-radius: 14px; }
  .est-review-card header { align-items: flex-start; }
  .est-review-card blockquote { margin: 27px 0; font-size: 1.04rem; line-height: 1.55; }
  .est-review-card footer { gap: 10px; }
  .est-review-card footer a { font-size: 10px; }
  .est-review-controls { grid-template-columns: auto 1fr; gap: 12px; }
  .est-review-controls > span { justify-self: end; }
  .est-review-dots { display: none; }
}

@media (max-width: 390px) {
  .est-review-card header > .est-review-stars { font-size: 12px; }
  .est-review-card footer { align-items: flex-start; flex-direction: column; }
}

/* Live multi-source review widget, restyled for EstetDent 4.7.1. */
.est-section--live-reviews .est-smartreviews {
  min-height: 430px;
  padding: clamp(12px,1.8vw,22px);
  overflow: hidden;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(255,255,255,.94);
  border-radius: 24px;
  box-shadow: 0 28px 76px rgba(56,50,45,.13),inset 0 1px 0 #fff;
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
}
.est-smartreviews .sw-app,
.est-smartreviews .sw-app * { box-sizing: border-box; font-family: var(--est-font) !important; }
.est-smartreviews .sw-app { width: 100% !important; max-width: none !important; }
.est-smartreviews .sw-app-body { padding: 0 !important; background: transparent !important; }
.est-smartreviews .sw-review-box {
  margin: 0 0 20px !important;
  padding: 10px !important;
  overflow: hidden !important;
  background: rgba(250,248,246,.88) !important;
  border: 1px solid rgba(179,160,139,.34) !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 40px rgba(56,50,45,.08),inset 0 1px 0 #fff !important;
}
.est-smartreviews .sw-review-box-tabs { margin: 0 !important; padding: 0 0 10px !important; }
.est-smartreviews .sw-review-box-tabs-body {
  padding: 2px !important;
  gap: 7px !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(74,66,60,.28) transparent;
}
.est-smartreviews .sw-review-box-tab {
  min-height: 58px !important;
  padding: 9px 14px !important;
  background: rgba(255,255,255,.78) !important;
  border: 1px solid rgba(172,152,129,.28) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  transition: background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease !important;
}
.est-smartreviews .sw-review-box-tab:hover { transform: translateY(-1px) !important; border-color: rgba(154,70,31,.42) !important; }
.est-smartreviews .sw-review-box-tab.active {
  color: #413a35 !important;
  background: linear-gradient(145deg,#fff,#f6f2ed) !important;
  border-color: rgba(153,81,47,.48) !important;
  box-shadow: 0 7px 20px rgba(134,71,41,.12),inset 0 0 0 1px rgba(255,255,255,.8) !important;
}
.est-smartreviews .sw-review-box-tab.active .sw-review-box-tab-name,
.est-smartreviews .sw-review-box-tab.active .sw-review-box-tab-rating { color: #413a35 !important; }
.est-smartreviews .sw-review-box-tab img {
  width: auto !important;
  max-width: 126px !important;
  height: 25px !important;
  object-fit: contain !important;
}
.est-smartreviews .sw-review-box-tab-logo-square,
.est-smartreviews .sw-review-box-tab-logo-square-active { width: 34px !important; height: 34px !important; }
.est-smartreviews .sw-review-box-tab-rating { margin-left: 8px !important; font-size: 11px !important; font-weight: 750 !important; }
.est-smartreviews .sw-review-box-bottom {
  padding: 17px 18px !important;
  color: #f4f0ec !important;
  background: linear-gradient(145deg,#2a2623,#433c37) !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  border-radius: 13px !important;
}
.est-smartreviews .sw-reviews-rating,
.est-smartreviews .sw-reviews-count { color: #eee7df !important; }
.est-smartreviews .sw-reviews-rating rating { color: #fff !important; font-size: 1.7rem !important; font-weight: 750 !important; }
.est-smartreviews .sw-reviews-btn {
  min-height: 42px !important;
  padding: 10px 17px !important;
  display: inline-grid !important;
  place-items: center !important;
  color: #fff !important;
  background: var(--est-blue) !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  border-radius: 9px !important;
  font-size: 11px !important;
  font-weight: 720 !important;
}
.est-smartreviews .sw-review-list { width: 100% !important; padding: 5px !important; overflow: hidden !important; }
.est-smartreviews .sw-review-list-body {
  align-items: flex-start !important;
  transition: height .32s ease !important;
}
.est-smartreviews .sw-review-item {
  min-height: 315px !important;
  height: auto !important;
  padding: clamp(23px,2.5vw,31px) !important;
  color: var(--est-ink) !important;
  background: linear-gradient(145deg,rgba(255,255,255,.98),rgba(248,245,241,.92)) !important;
  border: 1px solid rgba(188,172,153,.45) !important;
  border-radius: 17px !important;
  box-shadow: 0 16px 42px rgba(56,50,45,.1),inset 0 1px 0 #fff !important;
  transition: min-height .32s ease,box-shadow .22s ease !important;
}
.est-smartreviews .sw-review-item-date { color: #907d74 !important; font-size: 10px !important; }
.est-smartreviews .sw-review-item-user_name { color: #35302c !important; font-size: 13px !important; font-weight: 720 !important; }
.est-smartreviews .sw-review-item-message { margin-top: 24px !important; }
.est-smartreviews .sw-review-truncate-text {
  color: #4a423d !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}
.est-smartreviews .sw-review-item-message[data-read_more="true"]:not(.est-review-message--expanded) .sw-review-truncate-text {
  height: auto !important;
  max-height: calc(1.65em * 5 + 2px) !important;
  padding-bottom: 2px !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5 !important;
  clip-path: none !important;
}
.est-smartreviews .sw-review-item-message.est-review-message--expanded .sw-review-truncate-text {
  height: auto !important;
  max-height: none !important;
  padding-bottom: 2px !important;
  display: block !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
  clip-path: none !important;
}
.est-smartreviews .sw-review-item-message-btn { margin-top: 9px !important; }
.est-smartreviews .sw-review-item.est-review-item--expanded {
  box-shadow: 0 20px 52px rgba(56,50,45,.14),inset 0 1px 0 #fff !important;
}
.est-smartreviews .sw-review-item-body-readmore { color: var(--est-blue-dark) !important; font-size: 11px !important; font-weight: 720 !important; }
.est-smartreviews .sw-review-item-stars svg { fill: #f3b441 !important; color: #f3b441 !important; }
.est-smartreviews .sw-swiper-button-prev,
.est-smartreviews .sw-swiper-button-next {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  color: #fff !important;
  background-color: var(--est-blue) !important;
  border: 1px solid rgba(255,255,255,.3) !important;
  border-radius: 50% !important;
  box-shadow: 0 9px 24px rgba(60,54,49,.2) !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.est-smartreviews .sw-swiper-button-prev::after,
.est-smartreviews .sw-swiper-button-next::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
  display: block !important;
  border: solid currentColor !important;
  border-width: 0 2.4px 2.4px 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  transform-origin: 50% 50% !important;
}
.est-smartreviews .sw-swiper-button-prev::after {
  transform: translate(-50%,-50%) rotate(135deg) !important;
}
.est-smartreviews .sw-swiper-button-next::after {
  transform: translate(-50%,-50%) rotate(-45deg) !important;
}
.est-smartreviews .swiper-pagination-bullet { background: #ccc0b3 !important; }
.est-smartreviews .swiper-pagination-bullet-active { background: var(--est-blue) !important; }
.est-smartreviews .sw-swiper-button-prev.swiper-button-disabled,
.est-smartreviews .sw-swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

@media (max-width: 767px) {
  html { margin-top: 0 !important; }
  body.admin-bar #wpadminbar { display: none !important; }
  body.estetdent-site { padding-top: 0 !important; }
  .est-topline { display: none !important; }
  body.estetdent-site .est-header { position: sticky !important; top: 0 !important; inset-block-start: 0 !important; margin: 0 !important; }
  .est-section--live-reviews .est-smartreviews {
    min-height: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .est-smartreviews .sw-app,
  .est-smartreviews .sw-app-body { min-width: 0 !important; }
  .est-smartreviews .sw-review-box {
    margin-bottom: 12px !important;
    padding: 8px !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 28px rgba(56,50,45,.08),inset 0 1px 0 #fff !important;
  }
  .est-smartreviews .sw-review-box-tabs { padding-bottom: 8px !important; }
  .est-smartreviews .sw-review-box-tabs-body {
    gap: 8px !important;
    padding: 2px 2px 7px !important;
    overflow-x: auto !important;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 2px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .est-smartreviews .sw-review-box-tabs-body::-webkit-scrollbar { display: none; }
  .est-smartreviews .sw-review-box-tabs-left-arrow,
  .est-smartreviews .sw-review-box-tabs-right-arrow { display: none !important; }
  .est-smartreviews .sw-review-box-tab {
    min-width: max-content !important;
    min-height: 48px !important;
    padding: 8px 12px !important;
    flex: 0 0 auto !important;
    scroll-snap-align: start;
    border-radius: 12px !important;
  }
  .est-smartreviews .sw-review-box-tab.active {
    color: #413a35 !important;
    background: #f8f5f1 !important;
    border-color: #c2ac92 !important;
    box-shadow: 0 5px 15px rgba(131,69,40,.11),inset 0 0 0 1px rgba(255,255,255,.92) !important;
  }
  .est-smartreviews .sw-review-box-tab img { max-width: 92px !important; height: 21px !important; }
  .est-smartreviews .sw-review-box-tab-logo-square,
  .est-smartreviews .sw-review-box-tab-logo-square-active { width: 28px !important; height: 28px !important; }
  .est-smartreviews .sw-review-box-tab-rating { margin-left: 6px !important; font-size: 11px !important; }
  .est-smartreviews .sw-review-box-bottom {
    padding: 14px !important;
    display: grid !important;
    grid-template-columns: minmax(0,1fr) !important;
    gap: 12px !important;
    align-items: stretch !important;
    border-radius: 13px !important;
  }
  .est-smartreviews .sw-review-box-left,
  .est-smartreviews .sw-review-box-right { width: 100% !important; min-width: 0 !important; }
  .est-smartreviews .sw-review-box-left-bottom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px 12px !important;
    flex-wrap: wrap !important;
  }
  .est-smartreviews .sw-reviews-rating rating { font-size: 1.45rem !important; }
  .est-smartreviews .sw-reviews-count { font-size: 11px !important; }
  .est-smartreviews .sw-reviews-btn { width: 100% !important; min-height: 46px !important; }
  .est-smartreviews .sw-review-list { padding: 3px 2px 5px !important; }
  .est-smartreviews .sw-review-item {
    min-height: 282px !important;
    padding: 19px 17px !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 28px rgba(56,50,45,.09),inset 0 1px 0 #fff !important;
  }
  .est-smartreviews .sw-review-item-header { align-items: flex-start !important; }
  .est-smartreviews .sw-review-item-message { margin-top: 17px !important; }
  .est-smartreviews .sw-review-truncate-text { font-size: 13.5px !important; line-height: 1.6 !important; }
  .est-smartreviews .sw-review-bottom {
    min-height: 50px !important;
    padding: 9px 0 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
  }
  .est-smartreviews .sw-review-bottom .swiper-pagination { display: none !important; }
  .est-smartreviews .sw-review-bottom .sw-swiper-button-prev,
  .est-smartreviews .sw-review-bottom .sw-swiper-button-next {
    position: relative !important;
    inset: auto !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    flex: 0 0 40px !important;
  }
}

/* 4.9.0 — warm materials, readable controls and editorial case studies. */
.est-hero { background: linear-gradient(120deg,#faf8f5 22%,#f1e8dc); }
.est-hero__ambient { opacity: .24; }
.est-hero__scan { display: none; }
.est-hero__visual { align-self: stretch; min-height: 520px; }
.est-hero__picture img { min-height: 0; object-position: 50% 48%; }
.est-btn--accent { color: #fff; background: #a54722; border-color: #a54722; box-shadow: 0 10px 24px rgba(118,51,26,.14); }
.est-btn--accent:hover { color: #fff; background: #843616; border-color: #843616; }
.est-btn--dark { color: #fff; background: #30332e; border-color: #30332e; }
.est-eyebrow { color: #914020; }
body.estetdent-site .est-section--dark .est-eyebrow { color: #f3c49c; }
.est-section--dark, .est-footer { background: #30332e; }
body.estetdent-site .est-footer h2 { color: #f3c49c; }
body.estetdent-site .est-footer p { color: #e2ddd5; }
.est-header { background: rgba(255,253,249,.94); }
.est-cookie-banner { color: #fcf9f6; background: #30332e; border-color: #7d8175; }

/* Zero intrinsic minimum in every grid cell, including links and long names. */
.est-doctor-grid { grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-rows: 1fr; }
.est-doctor-grid > .est-doctor-card { width: 100%; max-width: none; min-width: 0; height: 100%; }
.est-doctor-card > a { display: flex; flex-direction: column; min-width: 0; width: 100%; height: 100%; }
.est-doctor-card > a > div { display: flex; flex: 1; flex-direction: column; width: 100%; min-width: 0; }
.est-doctor-card img { display: block; max-width: 100%; flex: 0 0 auto; }
.est-doctor-card span { margin-top: auto; padding-top: 8px; }
body.estetdent-site .est-doctor-card h2,body.estetdent-site .est-doctor-card h3 { font-size: clamp(1rem,1.25vw,1.15rem); line-height: 1.3; overflow-wrap: normal; word-break: normal; text-wrap: wrap; hyphens: none; }
@media (max-width: 1024px) { .est-doctor-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 767px) {
  .est-doctor-grid { gap: 12px; }
  .est-doctor-card > a > div { padding: 14px 10px; }
  .est-doctor-card img { height: auto; aspect-ratio: 3/4; object-fit: cover; object-position: center top; }
  body.estetdent-site .est-doctor-card h2,body.estetdent-site .est-doctor-card h3 { font-size: clamp(.875rem,3.8vw,1.12rem); line-height: 1.3; letter-spacing: -.015em; }
  .est-doctor-card p,.est-doctor-card span { font-size: 12px; line-height: 1.5; }
  .est-hero__visual { min-height: 340px; }
}
@media (max-width: 359px) { .est-doctor-grid { grid-template-columns: minmax(0,1fr); } .est-doctor-card img { aspect-ratio: 4/3; } body.estetdent-site .est-doctor-card h2,body.estetdent-site .est-doctor-card h3 { font-size: 1.15rem; } }

.est-study-comparison { width: 100%; min-width: 0; margin: 0; overflow: hidden; border: 1px solid #dfd8ce; border-radius: 16px; background: #fffdf9; }
.est-study-comparison__labels { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; padding: 13px 16px; font-size: 11px; font-weight: 700; line-height: 1.45; color: #615245; }
.est-study-comparison__labels span:last-child { color: #843616; }
.est-study-comparison picture { display: block; }
.est-study-comparison img { display: block; width: 100%; height: auto; aspect-ratio: 3/1; object-fit: contain; }
.est-study-comparison figcaption { padding: 12px 16px 14px; color: #62635b; font-size: 11px; line-height: 1.6; }
.est-study-comparison figcaption span { display: inline-block; margin-right: 6px; font-weight: 750; color: #843616; }
.est-project-card .est-study-comparison { border-radius: 0; border: 0; border-bottom: 1px solid #dfd8ce; }
.est-project-card .est-study-comparison__labels { padding: 12px; font-size: 10px; }
.est-project-card .est-study-comparison figcaption { padding: 10px 12px; }
.est-project-card__body { background: #fffdf9; }
body.estetdent-site .est-project-card h3 { font-size: 1.3rem; line-height: 1.3; }
.est-study-list { display: grid; gap: 24px; }
.est-study-row { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,1fr); align-items: center; gap: clamp(24px,4vw,56px); padding: clamp(20px,3vw,40px); border: 1px solid #dfd8ce; border-radius: 24px; background: #fffdf9; }
.est-study-row__visual { max-width: 640px; min-width: 0; }
.est-study-row__copy { min-width: 0; }
.est-study-number { display: block; margin-bottom: 12px; color: #914020; font-size: 12px; font-weight: 700; letter-spacing: .16em; }
body.estetdent-site .est-study-row h2 { margin-bottom: 16px; font-size: clamp(1.4rem,2vw,1.9rem); line-height: 1.22; }
.est-study-row h2 a { text-decoration: none; color: #292c2a; }
.est-study-row p { font-size: 15px; color: #62635b; }
.est-study-hero { padding-top: clamp(26px,4vw,56px); background: #f4eee7; }
.est-study-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.15fr); gap: clamp(26px,4vw,60px); align-items: center; margin-top: 32px; }
body.estetdent-site .est-study-hero h1 { max-width: 16ch; margin: 16px 0 22px; font-size: clamp(2rem,3.25vw,3.15rem); line-height: 1.1; letter-spacing: -.035em; }
.est-study-hero .est-lead { max-width: 48ch; margin-bottom: 24px; font-size: 16px; line-height: 1.75; }
.est-study-hero__visual { width: 100%; max-width: 640px; min-width: 0; justify-self: end; }
.est-study-caption { margin: 18px 0 0; color: #62635b; font-size: 13px; line-height: 1.7; }
.est-study-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin: 40px 0 0; padding-top: 26px; border-top: 1px solid #d8cbbc; }
.est-study-facts dt { margin-bottom: 8px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: #6b6155; }
.est-study-facts dd { margin: 0; color: #292c2a; font-size: 15px; font-weight: 600; }
.est-study-process { padding-bottom: 0; }
.est-study-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; padding: 0; margin: 0; list-style: none; }
.est-study-steps li { padding: 20px 0; border-top: 1px solid #cbbbA8; }
.est-study-steps span { display: block; margin-bottom: 16px; color: #914020; font-size: 12px; letter-spacing: .1em; }
body.estetdent-site .est-study-steps h3 { font-size: 17px; line-height: 1.5; font-weight: 600; }
.est-study-detail__grid { display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: clamp(30px,6vw,90px); align-items: start; }
.est-study-story { max-width: 720px; }
body.estetdent-site .est-study-story h2 { font-size: clamp(1.45rem,2vw,1.85rem); margin-top: 38px; }
body.estetdent-site .est-study-story h2:first-child { margin-top: 0; }
.est-study-aside { position: sticky; top: 110px; padding: 28px; border: 1px solid #dfd8ce; border-radius: 16px; background: #f4eee7; }
body.estetdent-site .est-study-aside h2 { font-size: 1.4rem; }
.est-study-aside p { font-size: 14px; }
.est-study-aside .est-btn { width: 100%; margin-top: 22px; }
.est-study-back { display: block; margin-top: 22px; font-size: 13px; color: #62635b; }
.est-contract-info { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 32px; }
.est-contract-card { padding: clamp(22px,3vw,34px); background: #fffdf9; border: 1px solid #d8cbbc; border-radius: 18px; }
.est-contract-card__number { display: inline-block; margin-bottom: 20px; color: #914020; font-size: 12px; letter-spacing: .12em; font-weight: 700; }
body.estetdent-site .est-contract-card h3 { font-size: 1.4rem; line-height: 1.3; margin-bottom: 16px; color: #292c2a; }
.est-contract-card p { font-size: 15px; line-height: 1.75; color: #464941; }
.est-contract-card p:last-child { margin-bottom: 0; }
.est-contract-card--wide { grid-column: 1/-1; display: grid; grid-template-columns: 48px minmax(0,1fr); background: #eee5d9; }
.est-contract-card .est-contract-card__note { color: #636055; font-size: 12px; }
@media (max-width: 900px) {
  .est-study-hero__grid,.est-study-row { grid-template-columns: minmax(0,1fr); }
  .est-study-hero__visual { justify-self: start; }
  .est-study-hero h1 { max-width: 22ch !important; }
  .est-study-detail__grid { grid-template-columns: minmax(0,1fr); }
  .est-study-aside { position: static; max-width: 640px; }
  .est-study-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px) {
  .est-study-facts,.est-contract-info { grid-template-columns: minmax(0,1fr); gap: 18px; }
  .est-contract-card--wide { grid-template-columns: minmax(0,1fr); }
  .est-study-row { border-radius: 16px; padding: 16px; gap: 22px; }
  .est-study-comparison__labels { font-size: 10px; padding: 10px; gap: 10px; }
  .est-study-comparison figcaption { font-size: 10px; padding: 10px; }
  .est-study-steps { gap: 16px; }
  body.estetdent-site .est-study-steps h3 { font-size: 15px; }
  .est-study-hero__copy .est-btn { width: 100%; }
}

/* 4.9.1 — payment contrast and price information after the table. */
.est-consumer-card--payment { color: #fff; background: #242d28; border-color: #637166; }
body.estetdent-site .est-consumer-card--payment h2 { color: #fff; }
body.estetdent-site .est-consumer-card--payment p { color: #f0f0e9; }
.est-consumer-card--payment > span { color: #fff; background: #805936; }
.est-price-explanation { margin: clamp(36px,5vw,64px) auto 0; padding-top: clamp(28px,4vw,44px); border-top: 1px solid var(--est-line); }
.est-price-explanation > :last-child { margin-bottom: 0; }

/* 4.9.3 — prepared WebP frames and the doctor's clinical portfolio. */
.est-clinical-comparison { width: 100%; max-width: 640px; margin: 0; overflow: hidden; border: 1px solid var(--est-line); border-radius: 16px; background: #fffdf9; }
.est-clinical-labels { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 11px 16px; color: #464941; background: #fffdf9; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.est-clinical-labels span:last-child { color: #843616; text-align: right; }
.est-clinical-comparison .est-before-after { width: 100%; aspect-ratio: 3/2; margin: 0; isolation: isolate; touch-action: pan-y; }
.est-clinical-photo { position: absolute; inset: 0; overflow: hidden; background: #eee5d9; }
.est-clinical-comparison .est-clinical-photo img,.est-clinical-single > img { display: block; width: 100%; height: 100%; max-width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 0; transform: none; user-select: none; -webkit-user-drag: none; }
.est-clinical-single > img { height: auto; }
.est-clinical-comparison .est-before-after__after { clip-path: inset(0 0 0 var(--split)); }
.est-clinical-comparison .est-before-after__handle { z-index: 3; width: 2px; box-shadow: 0 0 0 1px rgba(0,0,0,.15); }
.est-clinical-comparison .est-before-after__handle::after { width: 46px; height: 46px; border: 1px solid #dfd8ce; color: #843616; font-size: 22px; }
.est-before-after input[type="range"] { touch-action: pan-y; direction: ltr; }
.est-before-after:focus-within { outline: 3px solid #a54722; outline-offset: -3px; }
.est-clinical-comparison figcaption { display: grid; gap: 4px; padding: 14px 16px; color: #62635b; font-size: 12px; line-height: 1.5; }
.est-clinical-comparison figcaption span { color: #464941; font-weight: 650; }
.est-project-card .est-clinical-comparison { border-width: 0 0 1px; border-radius: 0; }
.est-doctor-hero__links { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 26px; }
.est-doctor-portfolio { background: #f4eee7; scroll-margin-top: 120px; }
.est-portfolio-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(24px,4vw,56px); align-items: start; margin-bottom: 36px; }
body.estetdent-site .est-portfolio-head h2 { max-width: 20ch; margin-bottom: 0; font-size: clamp(1.65rem,3vw,2.7rem); line-height: 1.16; }
.est-portfolio-head p { color: #51554e; font-size: 15px; line-height: 1.75; }
.est-portfolio-head .est-portfolio-hint { margin-bottom: 0; padding-left: 16px; border-left: 2px solid #a54722; color: #6a4e3c; font-size: 13px; }
.est-portfolio-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(20px,3vw,32px); }
.est-portfolio-card { min-width: 0; overflow: hidden; border: 1px solid #ddd2c5; border-radius: 20px; background: #fffdf9; box-shadow: 0 10px 24px rgba(61,55,50,.035); }
.est-portfolio-card__visual { min-width: 0; }
.est-portfolio-card .est-clinical-comparison { max-width: none; border: 0; border-radius: 0; }
.est-portfolio-card__copy { padding: clamp(20px,2.3vw,30px); }
.est-portfolio-card__meta { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 12px; color: #884124; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.est-portfolio-card__meta span:last-child { color: #7c7a70; }
body.estetdent-site .est-portfolio-card h3 { margin: 0 0 12px; font-size: clamp(1.2rem,1.7vw,1.5rem); line-height: 1.3; overflow-wrap: normal; word-break: normal; }
.est-portfolio-card__copy p { margin-bottom: 18px; color: #565c54; font-size: 14px; line-height: 1.7; }
.est-portfolio-card__copy > :last-child { margin-bottom: 0; }
.est-portfolio-card--single { grid-column: 1/-1; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; }
.est-portfolio-card--single .est-portfolio-card__copy { padding: clamp(24px,4vw,56px); }
.est-portfolio-footer { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; margin-top: 36px; padding-top: 26px; border-top: 1px solid #d8cbbc; }
.est-portfolio-footer p { margin: 0; color: #464941; font-size: 15px; }
@media (max-width: 700px) {
  .est-portfolio-head,.est-portfolio-grid,.est-portfolio-card--single { grid-template-columns: minmax(0,1fr); }
  .est-portfolio-head { gap: 20px; margin-bottom: 24px; }
  .est-portfolio-card { border-radius: 16px; }
  .est-portfolio-card__copy,.est-portfolio-card--single .est-portfolio-card__copy { padding: 20px; }
  .est-portfolio-footer { align-items: stretch; margin-top: 28px; }
  .est-portfolio-footer .est-btn { width: 100%; }
  .est-clinical-labels { padding: 10px 12px; font-size: 10px; }
  .est-clinical-comparison figcaption { padding: 12px; font-size: 11px; }
  .est-doctor-hero__links { gap: 16px; }
}

/* 4.9.4 — white and warm cream surfaces, orange accents, readable controls.
   Colour-only overrides: existing layout, photography and interactions remain intact. */
:root {
  --est-bg: #fffdf9;
  --est-surface: #fff6e9;
  --est-surface-2: #ffecd3;
  --est-ink: #392f29;
  --est-text: #51463e;
  --est-muted: #706157;
  --est-blue: #b94713;
  --est-blue-dark: #94360c;
  --est-aqua: #a34c20;
  --est-line: #efdbc9;
  --est-shadow: 0 12px 32px rgba(124,65,26,.07);
  --est-glass-shadow: 0 16px 42px rgba(124,65,26,.075), inset 0 1px 0 #fff;
}
.est-topline { background: #fff5e6; border-color: var(--est-line); }
.est-header,.est-header.is-scrolled { background: rgba(255,255,255,.97); box-shadow: 0 5px 22px rgba(124,65,26,.06); }
.est-hero { background: linear-gradient(120deg,#fff 28%,#fff1dc); }
.est-page-hero,.est-study-hero,.est-doctor-portfolio { background: #fff8ef; }
.est-page-hero .est-container { background: #fff; border-color: var(--est-line); box-shadow: var(--est-shadow); }
.est-section--form,.est-section--reviews { background: linear-gradient(135deg,#fffaf2,#fff 55%,#fff3e2); }
.est-section--services::before,.est-section--team::before,.est-section--cases::before,
.est-section--contact::before,.est-section--form::before,.est-section--form::after { opacity: .35; }
.est-form,.est-form-layout > div:first-child,.est-service-card,.est-doctor-card,
.est-project-card,.est-article-card,.est-doc-card,.est-portfolio-card,.est-schedule-card {
  background: #fff; border-color: var(--est-line); box-shadow: var(--est-shadow);
}
.est-doctor-card div,.est-project-card__body { background: #fff; }
.est-form::before { opacity: .22; }
.est-schedule-head__hours,.est-schedule-card__slots li,.est-study-aside,
.est-contract-card--wide { background: #fff4e4; border-color: var(--est-line); }

/* Large sections that formerly had charcoal backgrounds. */
body.estetdent-site :is(.est-section--dark,.est-section--process,.est-section--offers,
.est-home-seo,.est-about-license,.est-offer-hero,.est-consumer-schedule-intro) {
  color: var(--est-text); background: linear-gradient(135deg,#fff8ef,#fff0dc);
}
body.estetdent-site :is(.est-section--dark,.est-home-seo,.est-about-license,.est-offer-hero,
.est-consumer-schedule-intro) :is(h1,h2,h3,h4) { color: var(--est-ink) !important; }
body.estetdent-site :is(.est-section--dark,.est-home-seo,.est-about-license,.est-offer-hero,
.est-consumer-schedule-intro) :is(p,.est-lead,.est-breadcrumbs,.est-breadcrumbs a) { color: var(--est-text); }
body.estetdent-site :is(.est-section--dark,.est-home-seo,.est-about-license,.est-offer-hero,
.est-consumer-schedule-intro) .est-eyebrow { color: var(--est-blue-dark); }
.est-section--process .est-reveal:first-child,.est-offer-card,.est-offer-hero .est-container,
.est-authority-list article { background: #fff; border-color: var(--est-line); box-shadow: var(--est-shadow); }
.est-offer-card > span,.est-offer-hero__discount { color: var(--est-blue); }
.est-offer-hero__discount span,.est-offer-card .est-med-warning { color: var(--est-text); }
body.estetdent-site .est-offer-card :is(h2,h3) { color: var(--est-ink); }
.est-offer-card a { color: var(--est-blue-dark); text-decoration-color: currentColor; }
.est-process button,.est-process button span { color: var(--est-blue-dark); background: #fff; border-color: var(--est-line); }
.est-process button.is-active { color: #fff; background: var(--est-blue); border-color: var(--est-blue); box-shadow: var(--est-shadow); }
.est-process button.is-active span { color: #fff; background: transparent; }
body.estetdent-site .est-process__copy { color: var(--est-text) !important; background: #fff; border-color: var(--est-line); border-left-color: #ee822f; }
.est-photo-stack__side { border-color: #fff; }
.est-photo-stack__note { color: var(--est-ink); background: rgba(255,255,255,.96); border-color: var(--est-line); box-shadow: var(--est-shadow); }

/* Supporting information panels, including consumer documents and booking. */
body.estetdent-site :is(.est-aside,.est-article-aside,.est-project-aside,.est-legal-note,
.est-appeal-checklist,.est-consumer-card--emergency,.est-consumer-card--payment,
.est-patient-schedule-link,.est-popup__intro) {
  color: var(--est-text); background: #fff0dc; border: 1px solid #e7c5a3; box-shadow: var(--est-shadow);
}
body.estetdent-site :is(.est-aside,.est-article-aside,.est-project-aside,.est-legal-note,
.est-appeal-checklist,.est-consumer-card--emergency,.est-consumer-card--payment,
.est-patient-schedule-link,.est-popup__intro) :is(h2,h3,strong) { color: var(--est-ink) !important; }
body.estetdent-site :is(.est-aside,.est-article-aside,.est-project-aside,.est-legal-note,
.est-appeal-checklist,.est-consumer-card--emergency,.est-consumer-card--payment,
.est-patient-schedule-link,.est-popup__intro) :is(p,ul,li) { color: var(--est-text); }
body.estetdent-site :is(.est-aside,.est-article-aside,.est-project-aside,.est-legal-note,
.est-consumer-card--emergency,.est-patient-schedule-link) a:not(.est-btn),
.est-patient-schedule-link div > span,.est-popup__intro .est-eyebrow,
.est-popup__intro li::before,.est-consumer-card--emergency > span,.est-authority-list a { color: var(--est-blue-dark); }
.est-consumer-card--payment > span { background: var(--est-blue); color: #fff; }
body.estetdent-site .est-authority-list :is(h3,p) { color: var(--est-text); }
.est-popup__dialog { background: #fffaf3; }

/* Footer and secondary actions use light surfaces rather than solid charcoal. */
.est-footer { color: var(--est-text); background: #fff3e2; border-top: 1px solid var(--est-line); }
.est-footer__grid > div { background: #fff; border-color: var(--est-line); box-shadow: none; }
body.estetdent-site .est-footer h2 { color: var(--est-blue-dark); }
body.estetdent-site .est-footer p,.est-footer__legal { color: var(--est-text); }
body.estetdent-site .est-footer a,.est-footer-cookie-settings { color: var(--est-blue-dark); }
.est-footer__legal { border-color: var(--est-line); }
.est-footer a:hover,.est-footer-cookie-settings:hover { color: var(--est-ink); }
body.estetdent-site .est-btn--dark,
body.estetdent-site .est-btn--dark:visited {
  color: var(--est-blue-dark) !important; background: #fff !important; border-color: #d9a074 !important;
}
body.estetdent-site .est-btn--dark:hover,
body.estetdent-site .est-btn--dark:focus-visible {
  color: var(--est-blue-dark) !important; background: #fff0dc !important; border-color: var(--est-blue) !important;
}
body.estetdent-site .est-mobile-actions a:first-child { color: var(--est-blue-dark) !important; background: #fff1de; border: 1px solid #d9a074; }
.est-mega,.est-select-list { color: var(--est-text); background: #fff; border-color: var(--est-line); box-shadow: var(--est-glass-shadow); }
.est-mega a,.est-mega strong { color: var(--est-ink); }
.est-mega a:hover { color: var(--est-blue-dark); }
.est-mega .est-mega__all { border-color: var(--est-line); }
.est-form select option { color: var(--est-ink); background: #fff; }
body.estetdent-site .est-select-option { color: var(--est-ink) !important; }
body.estetdent-site .est-select-option:is(:hover,.is-focused,[aria-selected="true"]) { color: var(--est-blue-dark) !important; background: #fff0dc; }
.est-price-row--head { color: var(--est-blue-dark); background: #fff0dc; }
.est-price-row--head > span:first-child,.est-price-row--head > span:last-child { color: var(--est-blue-dark); }
@media (max-width: 1100px) {
  body.estetdent-site .est-nav { color: var(--est-ink); background: #fff; border-color: var(--est-line); }
  body.estetdent-site .est-nav a,body.estetdent-site .est-nav__link { color: var(--est-ink); }
}

/* Consent keeps its real behaviour and compact responsive layout. */
.est-cookie-banner { color: var(--est-text); background: #fffdf9; border-color: #dcaf87; box-shadow: 0 14px 45px rgba(124,65,26,.16); }
body.estetdent-site .est-cookie-banner h2 { color: var(--est-ink); }
body.estetdent-site .est-cookie-banner p { color: var(--est-text); }
body.estetdent-site .est-cookie-banner__eyebrow { color: var(--est-blue-dark) !important; }
.est-cookie-banner a { color: var(--est-blue-dark); }
body.estetdent-site .est-cookie-button,
body.estetdent-site .est-cookie-back { color: var(--est-blue-dark); background: #fff; border-color: #cc966c; box-shadow: none; }
body.estetdent-site .est-cookie-button:hover,
body.estetdent-site .est-cookie-back:hover { color: var(--est-blue-dark); background: #fff0dc; border-color: var(--est-blue); }
body.estetdent-site .est-cookie-button--primary { color: #fff; background: var(--est-blue); border-color: var(--est-blue); }
body.estetdent-site .est-cookie-button--primary:hover { color: #fff; background: var(--est-blue-dark); border-color: var(--est-blue-dark); }
.est-cookie-choice { color: var(--est-ink); background: #fff6e9; border-color: #e4c3a5; }
.est-cookie-choice strong { color: var(--est-ink); }
.est-cookie-choice small { color: var(--est-text); }
.est-cookie-toggle { background: #927460; border-color: #80634f; }

/* Preserve the review widget; update only its colour treatment. */
.est-reviews__summary { color: var(--est-text); background: #fff0dc; border-color: var(--est-line); box-shadow: var(--est-shadow); }
.est-review-score,.est-reviews__summary > strong { color: var(--est-ink); }
.est-reviews__summary p { color: var(--est-text); }
.est-reviews__summary .est-btn { color: #fff; background: var(--est-blue); border-color: var(--est-blue); }
.est-smartreviews .sw-review-box-bottom { color: var(--est-text) !important; background: #fff0dc !important; border-color: var(--est-line) !important; }
.est-smartreviews .sw-reviews-rating,.est-smartreviews .sw-reviews-count,
.est-smartreviews .sw-reviews-rating rating { color: var(--est-ink) !important; }
.est-smartreviews .sw-review-item { background: #fff !important; box-shadow: var(--est-shadow) !important; }
