/* ============================================================
   Д-р Мария Христова | style.css
   Оптимизиран за по-възрастна мобилна аудитория:
   • По-голям шрифт навсякъде (20px base)
   • Висок контраст между текст и фон
   • Големи тач-зони за бутони (min 52px)
   • По-голям line-height за четимост
   • Опростен layout — без излишни елементи
   Font: Sofia Sans  |  Bootstrap 5
   ============================================================ */

:root {
  --navy-950: #060e1a;
  --navy-900: #0b1828;
  --navy-800: #0f2540;
  --navy-700: #123058;
  --navy-600: #164080;
  --red:      #b83224;   /* малко по-тъмно = по-добър контраст */
  --red-dk:   #8e1f15;
  --red-bg:   #fdf3f2;
  --red-bdr:  #fecaca;
  --sl-50:    #f8fafc;
  --sl-100:   #f1f5f9;
  --sl-200:   #e2e8f0;
  --sl-400:   #94a3b8;
  --sl-500:   #4e6077;   /* по-тъмно от стандартното за по-добър контраст */
  --sl-600:   #374f65;
  --sl-700:   #243447;
  --sl-900:   #0a1525;
  --text-body: #1a2e42;  /* по-тъмно от чисто черно = по-малко напрежение */
  --card-shadow: 0 2px 16px rgba(15,23,42,.07);
  --card-hover:  0 10px 36px rgba(15,23,42,.13);
  --ease: cubic-bezier(.4,0,.2,1);
  --r: 1.1rem;
  --rpill: 999px;
  --touch-min: 52px;     /* минимална тач зона — Apple HIG препоръчва 44px */
}

/* ════════════════════════════════════════════
   RESET & BASE
════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Sofia Sans', sans-serif;
  font-size: 20px;           /* ↑ от 18px — ключово за по-възрастни */
  font-weight: 400;
  line-height: 1.75;         /* ↑ по-голям интервал между редовете */
  color: var(--text-body);
  background: #fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Sofia Sans', sans-serif;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--sl-900);
}

p { margin-top: 0; margin-bottom: 0; }
a { text-decoration: none; color: inherit; }
img, video { display: block; max-width: 100%; }

/* ════════════════════════════════════════════
   NAVBAR
════════════════════════════════════════════ */
.site-navbar {
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 2px solid var(--sl-200);  /* по-дебел бордер = по-видимо */
  padding: .75rem 0;
  transition: box-shadow .25s var(--ease);
}

.site-navbar.scrolled {
  box-shadow: 0 4px 24px rgba(15,23,42,.1);
}

.site-brand {
  display: flex; align-items: center; gap: .7rem; padding: 0;
}

.brand-icon {
  width: 46px; height: 46px;
  border-radius: 13px;
  background: var(--red-bg);
  border: 1.5px solid var(--red-bdr);
  display: flex; align-items: center; justify-content: center;
  color: var(--red); font-size: 1.1rem; flex-shrink: 0;
  transition: transform .2s var(--ease);
}

.site-brand:hover .brand-icon { transform: scale(1.06); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }

.brand-name {
  font-size: 1.05rem; font-weight: 800;
  color: var(--sl-900); letter-spacing: -.01em;
}

.brand-sub {
  font-size: .65rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .16em;
  color: var(--sl-500); margin-top: 3px;
}

/* Toggler — голям за лесно натискане */
.site-toggler {
  border: 1.5px solid var(--sl-200) !important;
  border-radius: 12px !important;
  width: var(--touch-min); height: var(--touch-min);
  display: flex; align-items: center; justify-content: center;
  padding: 0; background: #fff !important;
  box-shadow: none !important; outline: none !important;
  color: var(--sl-700); font-size: 1.15rem;
}

/* Nav links */
.navbar-nav .nav-link {
  font-size: 1.05rem;         /* по-голям */
  font-weight: 700;
  color: var(--sl-700);
  padding: .5rem 1rem !important;
  border-radius: var(--rpill);
  transition: background .15s, color .15s;
  min-height: var(--touch-min);
  display: flex; align-items: center;
}

.navbar-nav .nav-link:hover {
  color: var(--navy-600); background: #eff6ff;
}

/* CTA group */
.nav-cta-group {
  display: flex; flex-direction: column; gap: .6rem; padding: .5rem 0;
}

@media (min-width: 992px) {
  .nav-cta-group {
    flex-direction: row; align-items: center; padding: 0; margin-left: .75rem;
  }
}

.btn-cta-phone {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .55rem 1.15rem;
  min-height: var(--touch-min);
  border-radius: var(--rpill);
  font-size: .95rem; font-weight: 800;
  color: var(--red); background: var(--red-bg);
  border: 1.5px solid var(--red-bdr); white-space: nowrap;
  transition: .2s var(--ease);
}

.btn-cta-phone:hover { background: #fce0de; color: var(--red-dk); transform: translateY(-1px); }

.btn-cta-superdoc {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .55rem 1.25rem;
  min-height: var(--touch-min);
  border-radius: var(--rpill);
  font-size: .95rem; font-weight: 800;
  color: #fff; background: var(--navy-600);
  border: 1.5px solid var(--navy-600); white-space: nowrap;
  transition: .2s var(--ease);
  box-shadow: 0 3px 12px rgba(22,64,128,.2);
}

.btn-cta-superdoc:hover { background: var(--navy-700); border-color: var(--navy-700); color: #fff; transform: translateY(-1px); }

/* Mobile collapse */
@media (max-width: 991.98px) {
  .navbar-collapse { border-top: 1px solid var(--sl-100); padding-top: .85rem; }

  .navbar-nav .nav-link {
    font-size: 1.15rem !important;    /* още по-голям в менюто */
    border-radius: .85rem !important;
    padding: .75rem 1rem !important;
    min-height: 56px;
  }

  .btn-cta-phone, .btn-cta-superdoc {
    justify-content: center; border-radius: 1rem;
    padding: .85rem 1rem; font-size: 1.05rem;
    min-height: 56px;
  }
}

/* ════════════════════════════════════════════
   HERO
════════════════════════════════════════════ */
.hero-section {
  background:
    radial-gradient(ellipse at 80% 5%,  rgba(184,50,36,.2) 0%, transparent 48%),
    radial-gradient(ellipse at 5%  90%, rgba(22,64,128,.28) 0%, transparent 48%),
    linear-gradient(148deg, var(--navy-950) 0%, var(--navy-800) 58%, var(--navy-600) 100%);
  color: #fff; position: relative; overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px; pointer-events: none;
}

.hero-pill {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .4rem 1.1rem;
  border-radius: var(--rpill);
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.22);
  font-size: .82rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .08em; color: #fff;
}

.hero-title {
  font-size: clamp(2.2rem, 5.5vw, 3.5rem);
  font-weight: 900; line-height: 1.06;
  color: #fff; letter-spacing: -.03em; margin: .9rem 0 0;
}

.hero-lead {
  font-size: 1.15rem;          /* ↑ ясен и четим */
  line-height: 1.78;
  color: #d1e8ff;              /* по-светло за по-добър контраст на тъмен фон */
  font-weight: 400; margin-top: 1rem;
}

/* Square photo */
.hero-photo-frame { position: relative; width: 100%; max-width: 360px; }

.hero-photo-square {
  position: relative; width: 100%; padding-bottom: 100%;
  border-radius: 1.3rem; overflow: hidden;
  background: rgba(255,255,255,.08);
  border: 6px solid rgba(255,255,255,.15);
  box-shadow: 0 28px 64px rgba(0,0,0,.36);
}

.hero-photo-square img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center top; display: block;
}

/* НЗОК chip */
.hero-nzok-chip {
  position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .52rem 1.1rem;
  border-radius: var(--rpill);
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(255,255,255,.5);
  box-shadow: 0 4px 20px rgba(0,0,0,.2);
  white-space: nowrap;
  font-size: .9rem; font-weight: 800; color: var(--sl-900);
}

.hero-nzok-chip img { width: 26px; height: 26px; object-fit: contain; border-radius: 4px; flex-shrink: 0; }

/* Stats strip */
.hero-stats {
  display: flex; align-items: stretch;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 1rem; padding: 0;
  margin-top: 1.6rem; overflow: hidden;
}

.hstat {
  flex: 1; text-align: center;
  display: flex; flex-direction: column; justify-content: center;
  gap: .22rem; padding: 1rem .5rem; min-width: 0;
}

.hstat-value {
  font-size: 1.2rem; font-weight: 900; color: #fff;
  line-height: 1; white-space: nowrap;
}

.hstat-label {
  font-size: .68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
  color: rgba(255,255,255,.65); white-space: nowrap;
}

.hstat-sep {
  width: 1px; align-self: stretch;
  background: rgba(255,255,255,.16); flex-shrink: 0;
}

/* Hero buttons — МНОГО ГОЛЯМИ за тач */
.btn-hero-red {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .9rem 1.85rem;
  min-height: var(--touch-min);
  border-radius: var(--rpill);
  font-size: 1.08rem; font-weight: 800;
  color: #fff; background: var(--red); border: none;
  box-shadow: 0 4px 20px rgba(184,50,36,.35);
  transition: .2s var(--ease);
}

.btn-hero-red:hover { background: var(--red-dk); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(184,50,36,.42); }

.btn-hero-ghost {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .9rem 1.85rem;
  min-height: var(--touch-min);
  border-radius: var(--rpill);
  font-size: 1.08rem; font-weight: 800; color: #fff;
  background: rgba(255,255,255,.14);
  border: 2px solid rgba(255,255,255,.35);
  transition: .2s var(--ease);
}

.btn-hero-ghost:hover { background: rgba(255,255,255,.24); border-color: rgba(255,255,255,.5); color: #fff; transform: translateY(-2px); }

/* ════════════════════════════════════════════
   TRUST BAR
════════════════════════════════════════════ */
.trust-bar {
  background: var(--navy-900);
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
  padding: .85rem 0;
}

.trust-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }

.titem {
  display: flex; align-items: center; gap: .5rem;
  padding: .38rem 1rem;
  font-size: .92rem; font-weight: 600; color: #b0c4d8; white-space: nowrap;
}

.titem i { color: var(--red); font-size: .88rem; }
.titem a { color: #b0c4d8; transition: color .15s; }
.titem a:hover { color: #e0f0ff; }
.tsep { width: 1px; height: 20px; background: rgba(255,255,255,.14); flex-shrink: 0; }

/* ════════════════════════════════════════════
   SECTIONS
════════════════════════════════════════════ */
.section-white { padding: 5rem 0; background: #fff; }
.section-grey  { padding: 5rem 0; background: var(--sl-50); border-top: 1px solid var(--sl-200); border-bottom: 1px solid var(--sl-200); }
.section-dark  { padding: 4.5rem 0; background: linear-gradient(145deg, var(--navy-950), var(--navy-800)); }

.eyebrow {
  display: inline-block;
  font-size: .78rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .2em;
  color: var(--navy-600); margin-bottom: .55rem;
}

.section-heading {
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  font-weight: 900; color: var(--sl-900);
  line-height: 1.1; margin: 0; letter-spacing: -.03em;
}

.heading-rule {
  width: 48px; height: 4px;
  background: linear-gradient(90deg, var(--red), var(--navy-600));
  border-radius: 999px; margin: .9rem 0 1.3rem;
}

.section-lead {
  color: var(--sl-600); line-height: 1.82; font-size: 1.08rem; /* ↑ читаемо */
}

/* ════════════════════════════════════════════
   BUTTONS (reusable)
════════════════════════════════════════════ */
.btn-red {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .82rem 1.65rem;
  min-height: var(--touch-min);
  border-radius: var(--rpill);
  font-size: 1.02rem; font-weight: 800;
  color: #fff; background: var(--red); border: none;
  box-shadow: 0 3px 16px rgba(184,50,36,.22);
  transition: .2s var(--ease);
}

.btn-red:hover { background: var(--red-dk); color: #fff; transform: translateY(-2px); }

.btn-navy {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .82rem 1.65rem;
  min-height: var(--touch-min);
  border-radius: var(--rpill);
  font-size: 1.02rem; font-weight: 800;
  color: #fff; background: var(--navy-600); border: none;
  box-shadow: 0 3px 16px rgba(22,64,128,.2);
  transition: .2s var(--ease);
}

.btn-navy:hover { background: var(--navy-700); color: #fff; transform: translateY(-2px); }

/* ════════════════════════════════════════════
   INFO CARDS (about)
════════════════════════════════════════════ */
.info-card {
  background: #fff; border: 1px solid var(--sl-200); border-radius: var(--r);
  padding: 1.6rem; box-shadow: var(--card-shadow); height: 100%;
  transition: box-shadow .25s var(--ease), transform .25s var(--ease);
}

.info-card:hover { box-shadow: var(--card-hover); transform: translateY(-3px); }

.info-card h3 {
  font-size: 1.1rem; font-weight: 800; margin-bottom: .85rem; color: var(--sl-900);
}

.ic-icon {
  width: 50px; height: 50px; border-radius: 14px;
  background: var(--red-bg); color: var(--red);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; margin-bottom: 1rem;
}

.tick-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: .7rem;
}

.tick-list li {
  position: relative; padding-left: 1.5rem;
  color: var(--sl-700); font-size: 1rem; line-height: 1.65;
}

.tick-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free"; font-weight: 900;
  font-size: .78rem; color: var(--red);
  position: absolute; left: 0; top: 4px;
}

/* ════════════════════════════════════════════
   CONTACT PANEL
════════════════════════════════════════════ */
.contact-panel {
  background: #fff; border: 1px solid var(--sl-200);
  border-radius: var(--r); box-shadow: var(--card-shadow); overflow: hidden;
}

.cp-header {
  background: linear-gradient(135deg, var(--navy-800), var(--navy-600));
  color: #fff; padding: 1.1rem 1.6rem;
  font-size: 1rem; font-weight: 800;
  display: flex; align-items: center; gap: .55rem;
}

.cp-body { padding: 1.6rem; display: flex; flex-direction: column; gap: 1.2rem; }

.cp-footer {
  padding: 1.2rem 1.6rem;
  border-top: 1px solid var(--sl-100); background: var(--sl-50);
  display: flex; flex-direction: column; gap: .65rem;
}

.cp-row { display: flex; gap: .95rem; align-items: flex-start; }

.cp-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--red-bg); color: var(--red);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: .95rem;
}

.cp-label { font-size: .97rem; font-weight: 800; color: var(--sl-900); margin: 0 0 .14rem; }
.cp-text  { font-size: .97rem; color: var(--sl-600); line-height: 1.68; margin: 0; }
.cp-text a { color: var(--sl-600); }
.cp-text a:hover { color: var(--navy-600); }

/* ════════════════════════════════════════════
   SERVICES
════════════════════════════════════════════ */
.svc-card {
  background: #fff; border: 1px solid var(--sl-200); border-radius: var(--r);
  padding: 1.75rem; box-shadow: var(--card-shadow); height: 100%;
  position: relative; overflow: hidden;
  transition: box-shadow .25s var(--ease), transform .25s var(--ease);
}

.svc-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--red), var(--navy-600));
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s var(--ease);
}

.svc-card:hover { box-shadow: var(--card-hover); transform: translateY(-3px); }
.svc-card:hover::after { transform: scaleX(1); }

.svc-icon {
  width: 54px; height: 54px; border-radius: 15px;
  background: var(--red-bg); color: var(--red);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; margin-bottom: 1.1rem;
}

.svc-card h3 { font-size: 1.1rem; font-weight: 800; margin-bottom: .7rem; color: var(--sl-900); }
.svc-card p  { font-size: 1rem; color: var(--sl-600); line-height: 1.75; margin: 0; }

/* ════════════════════════════════════════════
   SCHEDULE — compact rows
════════════════════════════════════════════ */
.sch-list {
  background: #fff; border: 1px solid var(--sl-200);
  border-radius: var(--r); box-shadow: var(--card-shadow); overflow: hidden;
}

.sch-row {
  display: flex; align-items: center; gap: 1.1rem;
  padding: 1.25rem 1.6rem;
  border-bottom: 1px solid var(--sl-100);
  transition: background .18s var(--ease);
  min-height: 72px;           /* достатъчна височина за четене */
}

.sch-row:last-child { border-bottom: none; }
.sch-row:hover { background: var(--sl-50); }

.sch-row--accent {
  background: linear-gradient(90deg, #fdf1f0 0%, #eff6ff 100%);
  border-left: 4px solid var(--red);
}

.sch-row--accent:hover { background: linear-gradient(90deg, #fce0de 0%, #dbeafe 100%); }

.sch-row-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--red-bg); color: var(--red);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0;
}

.sch-row-day {
  flex: 1; font-size: 1.1rem; font-weight: 800; color: var(--sl-900);
}

.sch-row-time {
  font-size: 1.05rem; font-weight: 800;
  color: var(--sl-500);
  background: var(--sl-100);
  padding: .35rem 1rem;
  border-radius: var(--rpill); white-space: nowrap;
}

.sch-row--accent .sch-row-time {
  background: rgba(184,50,36,.1); color: var(--red-dk);
}

.sch-cta {
  background: var(--sl-50); border: 1px solid var(--sl-200);
  border-radius: var(--r); padding: 1.75rem;
  text-align: center; color: var(--sl-600); font-size: 1.05rem;
}

.sch-cta p { margin: 0; }

/* ════════════════════════════════════════════
   VIDEO
════════════════════════════════════════════ */
.video-wrap {
  max-width: 500px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 1.4rem; padding: .55rem;
  box-shadow: 0 24px 56px rgba(0,0,0,.3);
}

.video-wrap video {
  width: 100%; aspect-ratio: 1; object-fit: cover;
  border-radius: 1.05rem; display: block; background: #000;
}

/* ════════════════════════════════════════════
   LOCATION IMAGE
════════════════════════════════════════════ */
.loc-img-wrap {
  border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--sl-200); box-shadow: var(--card-shadow);
}

.loc-img-wrap img {
  width: 100%; height: 280px;
  object-fit: cover; object-position: center; display: block;
}

@media (min-width: 576px)  { .loc-img-wrap img { height: 340px; } }
@media (min-width: 992px)  { .loc-img-wrap img { height: 420px; } }

/* ════════════════════════════════════════════
   FAQ
════════════════════════════════════════════ */
.faq-item {
  background: #fff; border: 1px solid var(--sl-200);
  border-radius: var(--r); overflow: hidden;
  box-shadow: var(--card-shadow); transition: box-shadow .2s var(--ease);
}

.faq-item[open] { box-shadow: var(--card-hover); }

.faq-item summary {
  list-style: none; cursor: pointer;
  padding: 1.2rem 1.5rem;
  display: flex; align-items: center;
  justify-content: space-between; gap: 1rem;
  font-weight: 800; font-size: 1.05rem;   /* ↑ по-голям */
  color: var(--sl-900); user-select: none; line-height: 1.4;
  min-height: 64px;                        /* лесно за натискане */
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-icon { color: var(--red); font-size: .9rem; flex-shrink: 0; transition: transform .25s var(--ease); }
.faq-item[open] .faq-icon { transform: rotate(45deg); }

.faq-item p {
  padding: 0 1.5rem 1.3rem;
  border-top: 1px solid var(--sl-100); padding-top: 1rem;
  color: var(--sl-600); font-size: 1.02rem; line-height: 1.82; margin: 0;
}

/* ════════════════════════════════════════════
   MAP
════════════════════════════════════════════ */
.map-wrap {
  border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--sl-200); box-shadow: var(--card-shadow); min-height: 340px;
}

.map-wrap iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }

/* ════════════════════════════════════════════
   FOOTER
════════════════════════════════════════════ */
.site-footer {
  background: linear-gradient(180deg, var(--navy-950) 0%, #07101c 100%);
  color: #fff; padding: 4rem 0 5.5rem;
}

.footer-logo-icon {
  width: 42px; height: 42px; border-radius: 12px;
  background: rgba(184,50,36,.2); border: 1px solid rgba(184,50,36,.3);
  display: flex; align-items: center; justify-content: center;
  color: #fca5a5; font-size: .95rem; flex-shrink: 0;
}

.footer-brand-name { font-size: 1.05rem; font-weight: 800; color: #fff; line-height: 1.2; }
.footer-brand-sub  { font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--sl-400); }
.footer-heading    { font-size: 1.05rem; font-weight: 800; color: #fff; margin-bottom: .95rem; }
.footer-text       { color: #b0c4d8; font-size: 1rem; line-height: 1.78; }

.footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .6rem; }
.footer-links li,
.footer-links a { color: #b0c4d8; font-size: .97rem; line-height: 1.65; transition: color .15s; }
.footer-links a:hover { color: #e0f0ff; }

.footer-bottom {
  border-top: 1px solid rgba(148,163,184,.13);
  margin-top: 2.5rem; padding-top: 1.4rem;
  color: var(--sl-500); font-size: .92rem;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: .5rem;
}

.footer-top-btn {
  display: inline-flex; align-items: center; gap: .4rem;
  color: var(--sl-400); font-size: .92rem; font-weight: 700;
  padding: .38rem .9rem; border-radius: var(--rpill);
  border: 1px solid rgba(148,163,184,.22); transition: .2s;
  min-height: 40px;
}

.footer-top-btn:hover { color: #e0f0ff; border-color: rgba(148,163,184,.42); }

/* ════════════════════════════════════════════
   MOBILE CTA BAR — prominentна, лесна за тач
════════════════════════════════════════════ */
.mob-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1200;
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-top: 2px solid var(--sl-200);
  padding: .8rem 1rem;
  display: flex; gap: .7rem;
  /* Safe area за iPhone с home bar */
  padding-bottom: calc(.8rem + env(safe-area-inset-bottom));
}

.mob-cta .btn-red,
.mob-cta .btn-navy {
  min-height: 54px;            /* максимален тач комфорт */
  font-size: 1.05rem;
  border-radius: 1rem;
}

/* ════════════════════════════════════════════
   FADE-UP ANIMATION
════════════════════════════════════════════ */
.fade-up {
  opacity: 0; transform: translateY(18px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}

.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════ */
@media (max-width: 991.98px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }

  .section-white,
  .section-grey,
  .section-dark { padding: 3.75rem 0; }

  .hero-photo-frame { max-width: 300px; }
  .loc-img-wrap { margin-top: 0; }
}

@media (max-width: 575.98px) {
  body { font-size: 19px; }   /* леко намалява само на много малки екрани */

  .hero-title { font-size: 2rem; }

  /* Stats — хоризонтални, по-компактни */
  .hstat-value { font-size: 1.05rem; }
  .hstat-label { font-size: .62rem; }
  .hstat { padding: .85rem .35rem; }

  .section-heading { font-size: 1.75rem; }

  /* Hero бутони — full width на малък екран */
  .btn-hero-red,
  .btn-hero-ghost {
    width: 100%; justify-content: center;
    font-size: 1.1rem;
  }

  /* По-компактни секции */
  .section-white,
  .section-grey,
  .section-dark { padding: 3rem 0; }

  /* FAQ — по-лесно за четене */
  .faq-item summary { font-size: 1rem; padding: 1rem 1.1rem; }
  .faq-item p { font-size: 1rem; padding: 0 1.1rem 1.1rem; padding-top: .9rem; }
}

/* Много малки телефони (SE, Galaxy A) */
@media (max-width: 380px) {
  body { font-size: 18px; }
  .hstat-value { font-size: .95rem; }
  .hstat-label { font-size: .56rem; }
}

/* ════════════════════════════════════════════
   FACEBOOK NAV BUTTON
════════════════════════════════════════════ */
.btn-cta-fb {
  display: inline-flex; align-items: center; gap: .42rem;
  padding: .52rem .95rem;
  min-height: var(--touch-min);
  border-radius: var(--rpill);
  font-size: .95rem; font-weight: 800;
  color: #fff;
  background: #1877f2;
  border: 1.5px solid #1877f2;
  white-space: nowrap;
  transition: .2s var(--ease);
  box-shadow: 0 3px 12px rgba(24,119,242,.25);
}

.btn-cta-fb:hover {
  background: #145dbf; border-color: #145dbf; color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 991.98px) {
  .btn-cta-fb {
    justify-content: center;
    border-radius: 1rem;
    padding: .85rem 1.25rem;
    font-size: 1.05rem;
    min-height: 56px;
    gap: .65rem;
  }

  /* Always show the Facebook text on mobile */
  .btn-cta-fb span { display: inline !important; }
}

/* ════════════════════════════════════════════
   RATINGS SECTION
════════════════════════════════════════════ */
.section-ratings {
  padding: 5rem 0;
  background: linear-gradient(160deg, #0b1828 0%, #0f2540 55%, #164080 100%);
  position: relative;
  overflow: hidden;
}

.section-ratings::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 40px 40px; pointer-events: none;
}

.section-ratings .eyebrow { color: #90c8ff; }
.section-ratings .section-heading { color: #fff; }
.section-ratings .section-lead { color: #bfdbfe; }
.section-ratings .heading-rule {
  background: linear-gradient(90deg, #90c8ff, #1877f2);
}

/* Rating cards */
.rating-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1.35rem;
  padding: 1.5rem 1.35rem;   /* ↓ compacted */
  text-align: center;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
  height: 100%;
  display: flex; flex-direction: column; align-items: center;
}

.rating-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
}

.rating-card--google { border-color: rgba(255,255,255,.15); }
.rating-card--fb     { border-color: rgba(24,119,242,.3); }

.rating-card-top {
  display: flex; align-items: center; gap: .75rem;
  margin-bottom: 1rem;
}

.rating-platform-logo {
  width: 44px; height: 44px; border-radius: 12px; /* ↓ smaller */
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: #fff; flex-shrink: 0;
}

.rating-platform-logo--fb {
  background: #1877f2;
  border-color: #1877f2;
}

.rating-platform-name {
  font-size: 1.15rem; font-weight: 800; color: #fff; line-height: 1.1;
}

.rating-platform-sub {
  font-size: .75rem; font-weight: 600;
  color: rgba(255,255,255,.55);
  text-transform: uppercase; letter-spacing: .1em;
  margin-top: 3px;
}

/* Stars */
.rating-stars {
  display: flex; gap: .25rem; justify-content: center;
  margin-bottom: .5rem;
}

.rating-stars i {
  color: #fbbf24;
  font-size: 1.25rem;         /* ↓ smaller */
  filter: drop-shadow(0 0 5px rgba(251,191,36,.35));
}

/* Score */
.rating-score {
  font-size: 2.4rem; font-weight: 900; color: #fff;  /* ↓ smaller */
  line-height: 1; letter-spacing: -.04em;
  margin-bottom: .25rem;
}

.rating-count {
  font-size: .92rem; font-weight: 600;
  color: rgba(255,255,255,.6);
  margin-bottom: 1.1rem;
}

/* Rating button */
.rating-btn {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .65rem 1.35rem;
  min-height: 48px;
  border-radius: var(--rpill);
  font-size: .95rem; font-weight: 800;
  transition: .2s var(--ease);
  margin-top: auto;
}

.rating-btn--google {
  background: #fff; color: #1a2e42;
  border: 2px solid rgba(255,255,255,.8);
}

.rating-btn--google:hover {
  background: #f0f4ff; color: #0f2540;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,.2);
}

.rating-btn--fb {
  background: #1877f2; color: #fff;
  border: 2px solid #1877f2;
}

.rating-btn--fb:hover {
  background: #145dbf; color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(24,119,242,.35);
}

/* Quote strip */
.rating-quote-strip {
  display: flex; align-items: center; justify-content: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 1rem;
  color: rgba(255,255,255,.8);
  font-size: 1rem; font-weight: 700;
  text-align: center; flex-wrap: wrap;
}

.rating-quote-strip i {
  color: var(--red); font-size: .9rem; flex-shrink: 0;
}


/* Superdoc rating card */
.rating-card--superdoc { border-color: rgba(15,120,200,.35); }

.rating-platform-logo--superdoc {
  background: linear-gradient(135deg, #0a6ebd, #0d8fef);
  border-color: #0a6ebd;
}

.rating-btn--superdoc {
  background: linear-gradient(135deg, #0a6ebd, #0d8fef);
  color: #fff;
  border: 2px solid #0a6ebd;
}

.rating-btn--superdoc:hover {
  background: linear-gradient(135deg, #085fa3, #0a7fd4);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(10,110,189,.35);
}

/* ════════════════════════════════════════════
   PATIENT QUOTES
════════════════════════════════════════════ */
.patient-quote {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1.1rem;
  padding: 1.4rem;
  height: 100%;
  display: flex; flex-direction: column; gap: .75rem;
  transition: transform .25s var(--ease);
}

.patient-quote:hover { transform: translateY(-3px); }

.pq-stars { display: flex; gap: .2rem; }
.pq-stars i { color: #fbbf24; font-size: 1rem; }

.pq-text {
  color: rgba(255,255,255,.85);
  font-size: .97rem;
  line-height: 1.72;
  font-style: italic;
  margin: 0;
  flex: 1;
}

.pq-author {
  font-size: .88rem;
  font-weight: 800;
  color: rgba(255,255,255,.7);
  margin-top: auto;
}

.pq-author span {
  font-weight: 500;
  color: rgba(255,255,255,.45);
}

@media (max-width: 575.98px) {
  .pq-text { font-size: .92rem; }
}

/* ════════════════════════════════════════════
   FOOTER SOCIAL BUTTON
════════════════════════════════════════════ */
.footer-social-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #1877f2;
  color: #fff; font-size: .9rem;
  transition: .2s var(--ease);
}

.footer-social-btn:hover {
  background: #145dbf; color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 575.98px) {
  .section-ratings { padding: 3rem 0; }
  .rating-score { font-size: 2rem; }
  .rating-stars i { font-size: 1.15rem; }
  .rating-card { padding: 1.25rem 1rem; }
  .rating-platform-logo { width: 38px; height: 38px; font-size: 1.05rem; }
  .rating-platform-name { font-size: 1rem; }
  .rating-btn { font-size: .9rem; padding: .6rem 1.1rem; }
}


/* ═══════════════════════════════════════════════════════
   AWARD SECTION — Почетна грамота 2024
═══════════════════════════════════════════════════════ */

.section-award {
  padding: 5rem 0;
  background: linear-gradient(160deg, #0f2540 0%, #164080 60%, #1a3a6e 100%);
  position: relative;
  overflow: hidden;
}

.section-award::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.award-text-block { position: relative; z-index: 1; }

.award-label {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #fca5a5;
  background: rgba(184,50,36,.25);
  border: 1px solid rgba(184,50,36,.4);
  padding: .3rem .85rem;
  border-radius: 999px;
  margin-bottom: 1.1rem;
}

.award-title {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: .75rem;
  letter-spacing: -.02em;
}

.award-text-block .heading-rule { margin-bottom: 1.2rem; }

.award-body {
  font-size: 1rem;
  color: rgba(255,255,255,.82);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.award-body strong { color: #fff; font-weight: 700; }

.award-quote {
  display: flex;
  align-items: center;
  gap: .75rem;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-left: 3px solid #b83224;
  border-radius: 0 .65rem .65rem 0;
  padding: .85rem 1.15rem;
  margin-bottom: 1.1rem;
  font-size: 1.05rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
}

.award-quote-icon { color: #b83224; font-size: 1.1rem; flex-shrink: 0; }

.award-meta {
  font-size: .82rem;
  color: rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  gap: .5rem;
}

.award-meta i { color: rgba(255,255,255,.4); }

.award-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  align-items: start;
  position: relative;
  z-index: 1;
}

.award-fig {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,.35);
  transition: transform .3s ease, box-shadow .3s ease;
}

.award-fig:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,.45);
}

.award-fig img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.award-fig figcaption {
  padding: .5rem .85rem;
  font-size: .74rem;
  color: rgba(255,255,255,.6);
  background: rgba(0,0,0,.38);
  text-align: center;
}

@media (max-width: 991.98px) {
  .section-award { padding: 3rem 0; }
  .award-gallery { grid-template-columns: 1fr 1fr; margin-top: 1.75rem; }
  .award-fig img { height: 220px; }
  .award-fig--wide { display: none; }
  .award-fig--portrait img { height: 260px; object-position: top; }
}

@media (max-width: 575px) {
  .award-gallery { max-width: 320px; margin-left: auto; margin-right: auto; }
  .award-fig--portrait img { height: 220px; }
}

/* ═══════════════════════════════════════════════════════
   HONOURS SECTION — Признания и награди
═══════════════════════════════════════════════════════ */

.section-honours {
  padding: 4.5rem 0;
  background: #f8fafc;
}

.honour-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #e2e8f0;
  border-radius: 0 .85rem .85rem 0;
  padding: 1.1rem 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  height: 100%;
  transition: box-shadow .2s, transform .2s;
}

.honour-card:hover {
  box-shadow: 0 6px 20px rgba(15,37,64,.08);
  transform: translateY(-2px);
}

.honour-card--red   { border-left-color: #b83224; }
.honour-card--blue  { border-left-color: #164080; }
.honour-card--green { border-left-color: #166534; }

.honour-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.honour-icon--red   { background: #fff1f0; }
.honour-icon--blue  { background: #eff6ff; }
.honour-icon--green { background: #f0fdf4; }

.honour-icon svg { width: 20px; height: 20px; }

.honour-body { flex: 1; min-width: 0; }

.honour-year {
  font-size: .65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: #94a3b8;
  margin-bottom: .25rem;
  line-height: 1.3;
}

.honour-title {
  font-size: .95rem;
  font-weight: 900;
  color: #0f2540;
  line-height: 1.25;
  margin-bottom: .3rem;
}

.honour-desc {
  font-size: .78rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 767.98px) {
  .section-honours { padding: 3rem 0; }
  .honour-card { padding: .9rem 1rem; gap: .7rem; }
  .honour-icon { width: 36px; height: 36px; border-radius: 8px; }
  .honour-icon svg { width: 18px; height: 18px; }
  .honour-year  { font-size: .62rem; }
  .honour-title { font-size: .9rem; }
  .honour-desc  { font-size: .75rem; }
}

/* ═══════════════════════════════════════════════════════
   CABINET SECTION — Нашият кабинет
═══════════════════════════════════════════════════════ */

.section-cabinet {
  padding: 5rem 0;
  background: #fff;
}

.cabinet-img-main {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(15,37,64,.12);
  height: 100%;
  min-height: 400px;
}

.cabinet-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cabinet-img-side {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15,37,64,.10);
  position: relative;
}

.cabinet-img-side img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.cabinet-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(15,37,64,.85);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  padding: .35rem .75rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: .4rem;
  backdrop-filter: blur(4px);
}

.cabinet-badge i { color: #60a5fa; }

@media (max-width: 991.98px) {
  .section-cabinet { padding: 3.5rem 0; }
  .cabinet-img-main { min-height: 280px; }
  .cabinet-img-side img { height: 180px; }
}

@media (max-width: 575px) {
  .cabinet-img-side img { height: 200px; }
}

/* ════════════════════════════════════════════════════════════════
   MOBILE-FIRST REFINEMENTS — юли 2026
   Прецизна мобилна оптимизация. Всички правила по-долу
   надграждат горните (каскадно) без да променят desktop визията.
════════════════════════════════════════════════════════════════ */

/* ── Достъпност и тач-комфорт (всички екрани) ─────────────── */
a, button, summary {
  -webkit-tap-highlight-color: rgba(22,64,128,.12);
  touch-action: manipulation;
}

a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--navy-600);
  outline-offset: 3px;
  border-radius: 8px;
}

/* Телефоните в контактните панели — видими и лесни за докосване */
.cp-text a[href^="tel:"] {
  font-weight: 800;
  color: var(--navy-600);
  display: inline-block;
  padding: .12rem 0;
}

.cp-text a[href^="tel:"]:hover { color: var(--navy-800); }

/* Мобилният CTA бар — леко издигнат над съдържанието */
.mob-cta { box-shadow: 0 -6px 24px rgba(15,23,42,.08); }

/* Намалено движение — уважаваме системната настройка */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .fade-up { opacity: 1; transform: none; }
}

/* ── Таблети и телефони (< 992px) ─────────────────────────── */
@media (max-width: 991.98px) {

  /* Мобилното меню — скролируемо на ниски екрани (landscape) */
  .navbar-collapse {
    max-height: calc(100vh - 88px);
    max-height: calc(100dvh - 88px);
    overflow-y: auto;
  }

  /* Hero — по-компактен, заглавието и бутонът за обаждане
     се виждат веднага, снимката идва непосредствено след тях */
  .hero-section .py-5 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.5rem !important;
  }

  .hero-photo-frame { max-width: 280px; }

  /* Награда — една пълноширинна снимка вместо смалена колона */
  .award-gallery {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .award-fig--portrait img { height: 320px; object-position: top; }
}

/* ── Телефони и малки таблети (< 768px) ───────────────────── */
@media (max-width: 767.98px) {

  /* Trust bar — адресът се чете изцяло, без отрязване */
  .trust-inner { flex-direction: column; gap: .1rem; }

  .titem {
    white-space: normal;
    text-align: center;
    justify-content: center;
    padding: .3rem .5rem;
    font-size: .95rem;
    line-height: 1.5;
  }

  .tsep { display: none; }

  /* По-стегнато разстояние под заглавията на секциите */
  .section-white .mb-5,
  .section-grey .mb-5,
  .section-dark .mb-5,
  .section-cabinet .mb-5,
  .section-honours .mb-5,
  .section-ratings .mb-5 { margin-bottom: 2.1rem !important; }

  /* Отличия — по-четими за възрастни пациенти */
  .honour-year  { font-size: .7rem; }
  .honour-title { font-size: 1rem; line-height: 1.3; }
  .honour-desc  { font-size: .85rem; line-height: 1.55; }
}

/* ── Телефони (< 576px) ───────────────────────────────────── */
@media (max-width: 575.98px) {

  /* Hero статистики — четими етикети */
  .hstat-value { font-size: 1.08rem; }
  .hstat-label { font-size: .72rem; white-space: normal; }

  /* Бранд подзаглавие — малко по-едро */
  .brand-sub { font-size: .7rem; }

  /* Услуги — по-компактни карти, по-едър текст */
  .svc-card { padding: 1.3rem 1.2rem; }
  .svc-icon { width: 48px; height: 48px; font-size: 1.1rem; margin-bottom: .85rem; }
  .svc-card h3 { font-size: 1.15rem; }
  .svc-card p  { font-size: 1.02rem; line-height: 1.7; }

  /* Бутоните под графика — на цяла ширина, лесни с един палец */
  .sch-cta .btn-red,
  .sch-cta .btn-navy { width: 100%; justify-content: center; }

  /* FAQ — по-едър текст */
  .faq-item summary { font-size: 1.05rem; }
  .faq-item p { font-size: 1.02rem; }

  /* Награда — снимката в комфортен размер */
  .award-gallery { max-width: 340px; }
  .award-fig--portrait img { height: 300px; }
}

/* ── Много малки телефони (< 381px) ───────────────────────── */
@media (max-width: 380px) {
  .hstat-value { font-size: 1rem; }
  .hstat-label { font-size: .66rem; }
}

/* ════════════════════════════════════════════════════════════════
   GOLD ACCENT (от визитката) + МОБИЛЕН HERO + КАБИНЕТ БЕЗ ИЗРЯЗВАНЕ
   юли 2026 — надгражда всичко по-горе
════════════════════════════════════════════════════════════════ */

:root {
  --gold:    #C9A84C;   /* златото от визитката */
  --gold-dk: #A67C2E;
  --gold-lt: #e8d193;
}

/* Златната линия под всяко заглавие — подписът на визитката */
.heading-rule {
  background: linear-gradient(90deg, var(--gold), var(--gold-dk));
}

.section-ratings .heading-rule,
.award-text-block .heading-rule {
  background: linear-gradient(90deg, var(--gold-lt), var(--gold));
}

/* Фин златен кант около снимката на лекарката */
.hero-photo-square {
  box-shadow:
    0 0 0 1px rgba(201,168,76,.65),
    0 28px 64px rgba(0,0,0,.36);
}

/* Деликатен златен щрих в hero етикета */
.hero-pill { border-color: rgba(201,168,76,.45); }

/* Секция "Признание" — златни акценти вместо червени */
.award-label {
  color: var(--gold-lt);
  background: rgba(201,168,76,.14);
  border-color: rgba(201,168,76,.42);
}

.award-quote { border-left-color: var(--gold); }
.award-quote-icon { color: var(--gold); }

/* График — бележка "сутрин" при Сряда */
.sch-note {
  display: inline-block;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--gold-dk);
  background: rgba(201,168,76,.14);
  border: 1px solid rgba(201,168,76,.35);
  padding: .1rem .55rem;
  border-radius: 999px;
  margin-left: .45rem;
  vertical-align: middle;
}

/* ── КАБИНЕТ: снимките се виждат ИЗЦЯЛО на мобилно ────────── */
@media (max-width: 991.98px) {
  .cabinet-img-main { height: auto; min-height: 0; }
  .cabinet-img-main img,
  .cabinet-img-side img { height: auto; }
}

/* Desktop: страничните снимки малко по-високи — вижда се повече */
@media (min-width: 992px) {
  .cabinet-img-side img { height: 240px; }
}

/* ── HERO мобилно: снимката първа, стилно и центрирано ────── */
@media (max-width: 991.98px) {
  .hero-section .py-5 {
    padding-top: 1.9rem !important;
    padding-bottom: 2.4rem !important;
  }

  .hero-photo-frame { max-width: 265px; margin-bottom: .4rem; }

  /* Центрирана композиция под снимката — премиум визия */
  .hero-section .col-lg-7 { text-align: center; }
  .hero-section .col-lg-7 .d-flex { justify-content: center; }
  .hero-lead { font-size: 1.1rem; line-height: 1.7; }
}

/* ════════════════════════════════════════════════════════════════
   UX/UI ПАС — юли 2026 (v3)
   Единна галерия на кабинета · премиум услуги · вертикален ритъм
   · перфектно подравняване в trust bar
════════════════════════════════════════════════════════════════ */

/* ── КАБИНЕТ: три еднакви плочки 4:3 — без изрязване на важното ── */
.cab-tile {
  position: relative;
  margin: 0;
  border-radius: 1.1rem;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(15,37,64,.12);
  aspect-ratio: 4 / 3;
  background: var(--sl-100);
}

.cab-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .4s var(--ease);
}

.cab-tile:hover img { transform: scale(1.03); }

.cab-tile .cabinet-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: auto;
  max-width: calc(100% - 24px);
}

/* ── УСЛУГИ: премиум карти ─────────────────────────────────── */
.svc-card {
  border-radius: 1.1rem;
  padding: 1.6rem 1.5rem;
}

.svc-card::after {
  background: linear-gradient(90deg, var(--gold), var(--gold-dk));
}

.svc-card h3 { letter-spacing: -.01em; }

/* Мобилно: икона вляво, текст вдясно — наполовина по-компактно */
@media (max-width: 767.98px) {
  .svc-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.15rem 1.15rem;
  }

  .svc-icon {
    width: 46px; height: 46px;
    font-size: 1rem;
    border-radius: 12px;
    margin-bottom: 0;
    margin-top: .1rem;
  }

  .svc-body { flex: 1; min-width: 0; }
  .svc-card h3 { font-size: 1.08rem; margin-bottom: .35rem; }
  .svc-card p  { font-size: .98rem; line-height: 1.62; }
}

/* ── ВЕРТИКАЛЕН РИТЪМ: по-стегнати секции навсякъде ────────── */
.section-white, .section-grey,
.section-cabinet, .section-award, .section-ratings { padding: 4.25rem 0; }
.section-dark, .section-honours { padding: 3.75rem 0; }

/* По-малко въздух под заглавните блокове (desktop) */
.section-white .text-center.mb-5,
.section-grey .text-center.mb-5,
.section-cabinet .text-center.mb-5,
.section-honours .text-center.mb-5,
.section-ratings .text-center.mb-5 { margin-bottom: 2.5rem !important; }

@media (max-width: 991.98px) {
  .section-white, .section-grey, .section-dark,
  .section-cabinet, .section-award, .section-honours,
  .section-ratings { padding: 3.1rem 0; }
}

@media (max-width: 575.98px) {
  .section-white, .section-grey, .section-dark,
  .section-cabinet, .section-award, .section-honours,
  .section-ratings { padding: 2.75rem 0; }

  .section-white .text-center.mb-5,
  .section-grey .text-center.mb-5,
  .section-cabinet .text-center.mb-5,
  .section-honours .text-center.mb-5,
  .section-ratings .text-center.mb-5 { margin-bottom: 1.9rem !important; }
}

/* ── TRUST BAR: иконата тече с текста — винаги подравнена ──── */
@media (max-width: 767.98px) {
  .titem {
    display: block;
    text-align: center;
    padding: .32rem .5rem;
  }

  .titem i {
    display: inline-block;
    margin-right: .45rem;
    vertical-align: baseline;
  }

  .titem span, .titem a { display: inline; }
}

/* ── ФАСАДА: входът на поликлиниката над картата (Контакти) ── */
.facade-tile {
  position: relative;
  margin: 0 0 1rem;
  border-radius: 1.1rem;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(15,37,64,.12);
  background: var(--sl-100);
}

.facade-tile img {
  width: 100%;
  height: auto;
  display: block;
}

.facade-tile .cabinet-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  max-width: calc(100% - 24px);
}
