:root {
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --bg: #F8F6F2;
  --bg-soft: #EFEBE3;
  --bg-white: #FFFFFF;
  --text: #0F0F0E;
  --text-soft: #2A2A28;
  --muted: #6B6B66;
  --tertiary: #8B7E5E;
  --border: #E5E2DA;
  --border-soft: #EFEBE3;
  --rose: #B85F66;
  --sage: #6F8060;
  --amber: #A8864F;
  --ink: #0F0F0E;
  --bone: #EDE9DF;
  /* Per-clinic accent — set via JS */
  --clinic: #B85F66;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font-family: inherit; font-size: inherit; color: inherit; }
button { cursor: pointer; border: none; background: none; }
input { outline: none; }
a { color: inherit; text-decoration: none; cursor: pointer; }

/* LOGO */
.lm { display: inline-flex; align-items: center; gap: 11px; }
.lm-mark { position: relative; flex-shrink: 0; width: 30px; height: 26px; }
.lm-mark .d { position: absolute; border-radius: 50%; width: 9.5px; height: 9.5px; }
.lm-mark .d1 { background: #B85F66; top: 0; left: 10.5px; }
.lm-mark .d2 { background: #6F8060; bottom: 0; left: 0; }
.lm-mark .d3 { background: #A8864F; bottom: 0; right: 0; }
.lm-word { font-size: 24px; font-weight: 600; letter-spacing: -0.038em; line-height: 1; color: #0F0F0E; }
.lm-word .o1 { color: #B85F66; } .lm-word .o2 { color: #6F8060; } .lm-word .o3 { color: #A8864F; }

/* HEADER */
.hdr {
  background: var(--bg);
  border-bottom: 1px solid var(--border-soft);
  padding: 16px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 50;
}
.hdr .right { display: flex; gap: 12px; align-items: center; }
.hdr .right a, .hdr .right button { font-size: 13px; color: var(--text); padding: 9px 14px; border: 1px solid var(--border); border-radius: 6px; font-weight: 500; background: var(--bg-white); transition: border-color 0.15s; }
.hdr .right a:hover, .hdr .right button:hover { border-color: var(--text); }
.hdr .right .cta { background: var(--ink); color: var(--bone); border-color: var(--ink); font-weight: 600; }
.hdr .right .cta:hover { opacity: 0.88; border-color: var(--ink); }

/* BREADCRUMB */
.crumbs {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 40px 0;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--muted);
  display: flex;
  gap: 10px;
  align-items: center;
}
.crumbs a:hover { color: var(--text); }
.crumbs .sep { color: var(--border); }

/* =================================================================
   HERO — redesigned: asymmetric grid, photo placeholder w/ floating
   overlay cards, big confident type, horizontal trust strip below.
   ================================================================= */
.hero {
  max-width: 1320px;
  margin: 0 auto;
  padding: 28px 40px 0;
}

/* TOP UTILITY ROW: clinic id pill · cert chips · next available */
.hero-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
  flex-wrap: wrap;
}
.hero-id-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 7px 16px 7px 7px;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 999px;
}
.hero-id-pill .av {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--clinic);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  flex-shrink: 0;
}
.hero-id-pill .info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.hero-id-pill .info .city {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text);
  white-space: nowrap;
  line-height: 1.1;
}
.hero-id-pill .info .area {
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  white-space: nowrap;
  line-height: 1.1;
}

.hero-cert-row {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
  flex: 1;
  justify-content: center;
  min-width: 0;
}
.hero-cert-row .verified-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--text);
}
.hero-cert-row .verified-pill .vd {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 3px rgba(111,128,96,0.18);
}
.hero-cert-row .sep { color: var(--border); font-weight: 400; }
.hero-cert-row .cert-list { color: var(--text-soft); }

.hero-next-avail {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px 9px 14px;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 999px;
}
.hero-next-avail > .block {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.hero-next-avail .ind {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 3px rgba(111,128,96,0.18);
  animation: pulse 1.6s ease-in-out infinite;
  flex-shrink: 0;
}
.hero-next-avail .lab {
  font-size: 9.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.hero-next-avail .val {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.005em;
  line-height: 1;
  white-space: nowrap;
}
@keyframes pulse { 50% { opacity: 0.45; } }

/* MAIN HERO GRID */
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 56px;
  align-items: end;
}

.hero-head { padding-bottom: 8px; }
.hero-head h1 {
  font-size: clamp(46px, 6.4vw, 84px);
  line-height: 0.96;
  letter-spacing: -0.038em;
  font-weight: 500;
  margin-bottom: 22px;
  text-wrap: balance;
  color: var(--text);
}
.hero-head h1 .acc {
  display: block;
  color: var(--clinic);
  font-style: italic;
  font-weight: 400;
  font-size: 0.72em;
  letter-spacing: -0.03em;
  margin-top: 6px;
  line-height: 1;
}
.hero-head .tagline {
  font-size: 18.5px;
  line-height: 1.5;
  color: var(--text-soft);
  max-width: 540px;
  margin-bottom: 30px;
}

.cta-row { display: flex; gap: 11px; flex-wrap: wrap; align-items: center; }
.cta-primary {
  background: var(--ink);
  color: var(--bone);
  padding: 15px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: opacity 0.15s, transform 0.15s;
}
.cta-primary:hover { opacity: 0.92; transform: translateY(-1px); }
.cta-secondary {
  background: var(--bg-white);
  color: var(--text);
  border: 1px solid var(--border);
  padding: 15px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: border-color 0.15s;
}
.cta-secondary:hover { border-color: var(--text); }
.cta-secondary .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 3px rgba(111,128,96,0.18);
  animation: pulse 1.6s ease-in-out infinite;
}
.cta-fineprint {
  font-size: 12.5px;
  color: var(--muted);
  margin-left: 6px;
  letter-spacing: 0.01em;
}
.cta-fineprint b { color: var(--text); font-weight: 600; }

/* HERO VISUAL — photo placeholder w/ floating overlays */
.hero-visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 18px;
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
}
.hero-visual .photo-bg {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(237,233,223,0.045) 0 1px, transparent 1px 26px),
    radial-gradient(circle at 28% 22%, color-mix(in srgb, var(--clinic) 38%, transparent) 0%, transparent 58%),
    radial-gradient(circle at 78% 82%, rgba(168,134,79,0.22) 0%, transparent 62%),
    linear-gradient(155deg, #1A1916 0%, #0F0F0E 65%);
}
.hero-visual .photo-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(237,233,223,0.06) 0%, transparent 50%);
}
.hero-visual .photo-label {
  position: absolute;
  top: 22px; left: 22px;
  font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(237,233,223,0.55);
  padding: 7px 11px;
  border: 1px dashed rgba(237,233,223,0.24);
  border-radius: 4px;
  background: rgba(15,15,14,0.42);
  backdrop-filter: blur(6px);
  z-index: 2;
}
.hero-visual .photo-meta {
  position: absolute;
  bottom: 50%; left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  color: rgba(237,233,223,0.32);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1.9;
  z-index: 1;
  pointer-events: none;
}
.hero-visual .photo-meta .big {
  display: block;
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.018em;
  text-transform: none;
  color: rgba(237,233,223,0.42);
  margin-bottom: 6px;
}

/* Float top-right: rating card */
.float-rating {
  position: absolute;
  top: 20px; right: 20px;
  background: var(--bg-white);
  border-radius: 14px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: auto 1px auto;
  gap: 14px;
  align-items: center;
  box-shadow: 0 10px 30px -10px rgba(0,0,0,0.32), 0 2px 8px -2px rgba(0,0,0,0.08);
  z-index: 3;
}
.float-rating .col-l { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.float-rating .stars {
  font-size: 12px;
  color: var(--amber);
  letter-spacing: 2px;
  line-height: 1;
}
.float-rating .num {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--text);
}
.float-rating .divider { width: 1px; height: 38px; background: var(--border); }
.float-rating .col-r { display: flex; flex-direction: column; gap: 3px; }
.float-rating .ttl {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.005em;
  line-height: 1;
}
.float-rating .sub {
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  line-height: 1;
}

/* Float bottom: assistant minicard */
.float-asst {
  position: absolute;
  bottom: 20px; left: 20px; right: 20px;
  background: var(--bone);
  border-radius: 14px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 13px;
  box-shadow: 0 10px 30px -10px rgba(0,0,0,0.32), 0 2px 8px -2px rgba(0,0,0,0.08);
  z-index: 3;
}
.float-asst .av-sm {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--clinic);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12.5px;
  font-weight: 700;
  flex-shrink: 0;
}
.float-asst .txt { flex: 1; min-width: 0; }
.float-asst .row1 { display: flex; align-items: center; gap: 8px; margin-bottom: 3px; }
.float-asst .nm {
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.float-asst .ai-tag {
  font-size: 8.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--sage);
  background: rgba(111,128,96,0.14);
  padding: 3px 7px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
.float-asst .ai-tag .dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--sage);
  animation: pulse 1.6s ease-in-out infinite;
}
.float-asst .sub {
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.4;
}
.float-asst .sub .acc { color: var(--text); font-weight: 600; }
.float-asst .asst-cta {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: var(--ink);
  color: var(--bone);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: opacity 0.15s, transform 0.15s;
}
.float-asst .asst-cta:hover { opacity: 0.88; transform: translateX(2px); }

/* hidden duplicate-rating sink so JS-set id has a home */
.hero .sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* TRUST STRIP — five-cell horizontal band */
.hero-trust {
  max-width: 1320px;
  margin: 38px auto 0;
  padding: 0 40px;
}
.hero-trust-inner {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 14px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
}
.trust-cell {
  padding: 22px 24px;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 7px;
  position: relative;
}
.trust-cell:last-child { border-right: none; }
.trust-cell .v {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--text);
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
}
.trust-cell .v .star { color: var(--amber); font-size: 22px; letter-spacing: 2px; }
.trust-cell .v .ac { color: var(--clinic); font-style: italic; font-weight: 400; }
.trust-cell .v .unit {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0;
  text-transform: lowercase;
  margin-left: 1px;
}
.trust-cell .k {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.trust-cell .sub {
  font-size: 11.5px;
  color: var(--text-soft);
  margin-top: 2px;
  line-height: 1.4;
}

/* TAGS RIBBON */
.tags-row {
  max-width: 1280px;
  margin: 30px auto 0;
  padding: 0 40px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tag-pill {
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--bg-white);
  color: var(--text);
  border: 1px solid var(--border);
}

/* MAIN */
.main {
  max-width: 1280px;
  margin: 32px auto 0;
  padding: 0 40px 80px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: start;
}

section { scroll-margin-top: 80px; }

.sec-head { margin-bottom: 22px; display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; }
.sec-head .eb { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); font-weight: 600; display: block; margin-bottom: 6px; }
.sec-head h2 { font-size: 32px; line-height: 1.06; letter-spacing: -0.022em; font-weight: 500; }
.sec-head h2 .acc { color: var(--clinic); font-style: italic; }
.sec-meta { font-size: 13.5px; color: var(--muted); }
.sec-meta a { color: var(--text); font-weight: 600; border-bottom: 1px solid var(--text); }

/* OVERVIEW */
.overview {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 32px;
  margin-bottom: 40px;
}
.overview p { font-size: 16px; line-height: 1.7; color: var(--text-soft); margin-bottom: 14px; }
.overview p:last-child { margin-bottom: 0; }
.overview strong { color: var(--text); font-weight: 600; }
.overview .acc { color: var(--clinic); font-weight: 600; }

/* DOCTORS */
.doctors-section { margin-bottom: 40px; }
.doctors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.doc-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.doc-card .av {
  width: 60px; height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0F0F0E;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
}
.doc-card .nm { font-size: 15.5px; font-weight: 600; letter-spacing: -0.01em; }
.doc-card .sp { font-size: 12.5px; color: var(--muted); line-height: 1.45; }
.doc-card .yr { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--clinic); font-weight: 600; }
.doc-card .book-doc {
  margin-top: auto;
  padding: 9px 12px;
  font-size: 12.5px;
  font-weight: 600;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--bg);
  color: var(--text);
  text-align: center;
  letter-spacing: 0.02em;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  display: inline-block;
}
.doc-card .book-doc:hover { background: var(--ink); color: var(--bone); border-color: var(--ink); }

/* SERVICES */
.services-section { margin-bottom: 40px; }
.services-list { display: flex; flex-direction: column; gap: 10px; }
.service {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 22px;
  align-items: center;
  transition: border-color 0.15s;
}
.service:hover { border-color: var(--text); }
.service .nm { font-size: 16px; font-weight: 600; letter-spacing: -0.01em; }
.service .dur { font-size: 12.5px; color: var(--muted); letter-spacing: 0.04em; min-width: 90px; }
.service .pr { font-size: 14.5px; color: var(--text); font-weight: 600; white-space: nowrap; }
.service .pr .from { color: var(--muted); font-weight: 400; font-size: 12px; }
.service .book {
  padding: 9px 16px;
  font-size: 12.5px;
  font-weight: 600;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--bg);
  color: var(--text);
  letter-spacing: 0.02em;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.service .book:hover { background: var(--ink); color: var(--bone); border-color: var(--ink); }

/* LANGUAGES */
.lang-section { margin-bottom: 40px; }
.lang-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.lang-card .body { font-size: 15.5px; line-height: 1.65; color: var(--text-soft); }
.lang-card .body .acc { color: var(--clinic); font-weight: 600; }
.lang-card .body strong { color: var(--text); font-weight: 600; }
.lang-card .langs { display: flex; flex-direction: column; gap: 8px; }
.lang-card .lang-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding: 10px 14px;
  background: var(--bg);
  border-radius: 7px;
}
.lang-card .lang-line .l { font-weight: 600; }
.lang-card .lang-line .t { font-size: 11.5px; letter-spacing: 0.04em; color: var(--clinic); font-weight: 600; }
.lang-card .lang-line .t.team { color: var(--muted); }

/* LOCATION */
.location-section {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.location-section .lab { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-bottom: 8px; }
.location-section .vl { font-size: 15.5px; line-height: 1.55; color: var(--text-soft); }
.location-section .vl strong { color: var(--text); font-weight: 600; }
.location-section .blk { margin-bottom: 22px; }
.map-svg { width: 100%; aspect-ratio: 4/3; background: var(--bg-soft); border-radius: 10px; display: block; }

/* ASSISTANT PANEL (sidebar) */
.assistant {
  position: sticky;
  top: 80px;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 100px);
  max-height: 720px;
}
.ah {
  padding: 16px 18px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 11px;
}
.ah .av {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: var(--clinic);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
}
.ah .info { min-width: 0; }
.ah .nm-row { display: flex; align-items: center; gap: 8px; }
.ah .nm { font-size: 14px; font-weight: 600; }
.ah .ai-tag { font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: var(--sage); background: rgba(111,128,96,0.12); padding: 2px 6px; border-radius: 999px; }
.ah .sub { font-size: 11.5px; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; margin-top: 2px; }
.ah .sub .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sage); animation: pulse 1.8s ease-in-out infinite; }
.ah-expand { margin-left: auto; padding: 6px 9px; font-size: 11px; font-weight: 500; color: var(--muted); border: 1px solid var(--border); border-radius: 5px; background: var(--bg); }
.ah-expand:hover { color: var(--text); border-color: var(--text); }

.ab {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--bg);
}
.bub-b {
  background: var(--bg-white);
  border: 1px solid var(--border);
  padding: 11px 13px;
  border-radius: 12px;
  border-bottom-left-radius: 4px;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--text-soft);
  max-width: 92%;
}
.bub-b .acc { color: var(--clinic); font-weight: 600; }
.bub-b strong { color: var(--text); font-weight: 600; }
.bub-u {
  align-self: flex-end;
  background: var(--ink);
  color: var(--bone);
  padding: 11px 13px;
  border-radius: 12px;
  border-bottom-right-radius: 4px;
  font-size: 13.5px;
  line-height: 1.5;
  max-width: 92%;
}
.qa-row { display: flex; flex-wrap: wrap; gap: 6px; }
.qa-btn {
  font-size: 12px;
  padding: 6px 11px;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-weight: 500;
  color: var(--text-soft);
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}
.qa-btn:hover { background: var(--bg-soft); border-color: var(--text); color: var(--text); }

.composer {
  padding: 12px 14px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-white);
}
.composer input {
  flex: 1;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 13px;
  color: var(--text);
}
.composer input:focus { border-color: var(--text); }
.composer .send {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--bone);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ==================================================================
   CTA BAND — redesigned: bigger headline, eyebrow strip, live status,
   stacked layout with subtle texture, paired button cluster.
   ================================================================== */
.cta-band {
  max-width: 1320px;
  margin: 60px auto 0;
  padding: 0 40px;
}
.cta-band-inner {
  background: var(--ink);
  color: var(--bone);
  border-radius: 20px;
  padding: 52px 56px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cta-band-inner::before {
  content: "";
  position: absolute;
  top: -220px; right: -120px;
  width: 540px; height: 540px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--clinic) 38%, transparent) 0%, transparent 65%);
}
.cta-band-inner::after {
  content: "";
  position: absolute;
  bottom: -240px; left: -120px;
  width: 520px; height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168,134,79,0.20) 0%, transparent 65%);
}
.cta-band-inner > * { position: relative; z-index: 1; }
.cta-band-eb {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(237,233,223,0.65);
  margin-bottom: 18px;
}
.cta-band-eb .ds {
  display: inline-flex; gap: 4px;
}
.cta-band-eb .ds .d { width: 7px; height: 7px; border-radius: 50%; }
.cta-band-eb .ds .d1 { background: #D89299; }
.cta-band-eb .ds .d2 { background: #9DAA8A; }
.cta-band-eb .ds .d3 { background: #C5A574; }
.cta-band-inner h3 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.028em;
  font-weight: 500;
  margin-bottom: 14px;
  text-wrap: balance;
}
.cta-band-inner h3 .acc { color: var(--clinic); font-style: italic; font-weight: 400; }
.cta-band-inner p {
  font-size: 15.5px;
  line-height: 1.55;
  color: rgba(237,233,223,0.72);
  max-width: 520px;
  margin-bottom: 26px;
}
.cta-band-inner p .pin { color: var(--bone); font-weight: 500; }
.cta-band .btns { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.cta-band .btn-light {
  background: var(--bone);
  color: var(--ink);
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: opacity 0.15s, transform 0.15s;
}
.cta-band .btn-light:hover { opacity: 0.92; transform: translateY(-1px); }
.cta-band .btn-ghost {
  background: transparent;
  color: var(--bone);
  border: 1px solid rgba(237,233,223,0.28);
  padding: 14px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: border-color 0.15s, background 0.15s;
}
.cta-band .btn-ghost:hover { border-color: var(--bone); background: rgba(237,233,223,0.04); }

/* RIGHT-side proof block */
.cta-band-proof {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cta-proof-card {
  background: rgba(237,233,223,0.05);
  border: 1px solid rgba(237,233,223,0.10);
  border-radius: 14px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.cta-proof-card .icon-blk {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--clinic) 22%, transparent);
  border: 1px solid color-mix(in srgb, var(--clinic) 32%, transparent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--clinic);
  flex-shrink: 0;
}
.cta-proof-card .icon-blk.sage {
  background: rgba(157,170,138,0.16);
  border-color: rgba(157,170,138,0.32);
  color: #C8D2BA;
}
.cta-proof-card .icon-blk.amber {
  background: rgba(197,165,116,0.16);
  border-color: rgba(197,165,116,0.32);
  color: #DBC59B;
}
.cta-proof-card .txt { flex: 1; min-width: 0; }
.cta-proof-card .ttl {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--bone);
  letter-spacing: -0.01em;
  margin-bottom: 3px;
}
.cta-proof-card .sub {
  font-size: 12px;
  color: rgba(237,233,223,0.6);
  line-height: 1.45;
}

/* FOOTER */
.footer {
  max-width: 1280px;
  margin: 50px auto 0;
  padding: 38px 40px;
  border-top: 1px solid var(--border-soft);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.footer a:hover { color: var(--text); }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-head h1 { font-size: 48px; }
  .hero-top-row { gap: 12px; }
  .hero-cert-row { order: 3; flex-basis: 100%; justify-content: flex-start; }
  .hero-visual { aspect-ratio: 16/10; max-width: 600px; }
  .hero-trust-inner { grid-template-columns: repeat(3, 1fr); }
  .trust-cell:nth-child(3) { border-right: none; }
  .trust-cell:nth-child(n+4) { border-top: 1px solid var(--border); }
  .trust-cell:nth-child(4) { border-right: 1px solid var(--border); }
  .main { grid-template-columns: 1fr; gap: 28px; padding: 0 24px 60px; }
  .assistant { position: static; height: 540px; max-height: 540px; }
  .lang-card, .location-section { grid-template-columns: 1fr; gap: 24px; }
  .cta-band-inner { grid-template-columns: 1fr; gap: 32px; padding: 36px 32px; }
  .service { grid-template-columns: 1fr; gap: 8px; }
  .hdr { padding: 14px 20px; }
  .crumbs, .hero, .tags-row, .cta-band, .hero-trust { padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 640px) {
  .hero-head h1 { font-size: 38px; }
  .hero-trust-inner { grid-template-columns: repeat(2, 1fr); }
  .trust-cell { border-right: 1px solid var(--border) !important; border-top: 1px solid var(--border); }
  .trust-cell:nth-child(2n) { border-right: none !important; }
  .trust-cell:nth-child(-n+2) { border-top: none; }
  .float-rating { padding: 10px 12px; gap: 10px; }
  .float-rating .num { font-size: 20px; }
  .float-rating .divider { height: 30px; }
  .float-asst { padding: 12px 14px; gap: 10px; }
  .float-asst .av-sm { width: 34px; height: 34px; }
  .cta-band-inner { padding: 30px 24px; }
}
