    :root {
      --bg: #FFFFFF;
      --surface: #ffffff;
      --surface-soft: #DFF3FA;
      --text: #1E3A5F;
      --muted: #5F7185;
      --primary: #22B8B5;
      --primary-dark: #1E3A5F;
      --accent: #22B8B5;
      --line: #DDE9F0;
      --shadow: 0 24px 70px rgba(34, 184, 181, .16);
      --radius: 28px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
      color: var(--text);
      background: radial-gradient(circle at 10% 0%, #DFF3FA 0, transparent 30%), var(--bg);
      line-height: 1.6;
    }
    a { color: inherit; text-decoration: none; }
    img, svg { max-width: 100%; display: block; }
    .skip-link {
      position: absolute;
      left: 16px;
      top: -80px;
      background: var(--primary);
      color: white;
      padding: 10px 14px;
      border-radius: 12px;
      z-index: 999;
    }
    .skip-link:focus { top: 16px; }
    .container { width: min(100% - 32px, var(--max)); margin-inline: auto; }

    .topbar {
      background: #1E3A5F;
      color: rgba(255,255,255,.92);
      font-size: 14px;
    }
    .topbar .container {
      min-height: 42px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }
    .topbar__items { display: flex; gap: 18px; flex-wrap: wrap; }
    .topbar strong { color: #fff; font-weight: 700; }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255,255,255,.88);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(221,233,240,.92);
    }
    .nav {
      min-height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }
    .brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.02em; }
    .brand-mark {
      width: 48px;
      height: 48px;
      border-radius: 16px;
      background: linear-gradient(135deg, var(--primary), #5ED6D3);
      display: grid;
      place-items: center;
      box-shadow: 0 12px 28px rgba(34,184,181,.22);
      flex: 0 0 auto;
    }

    .brand-mark--logo {
      width: 74px;
      height: 54px;
      background: #fff;
      border: 1px solid var(--line);
      overflow: hidden;
      padding: 5px;
    }
    .brand-mark--logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .brand small { display: block; color: var(--muted); font-weight: 600; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
    .brand span { font-size: 18px; }
    .nav-links { display: flex; align-items: center; gap: 6px; }
    .nav-links a {
      padding: 10px 13px;
      border-radius: 999px;
      color: #1E3A5F;
      font-weight: 700;
      font-size: 15px;
    }
    .nav-links a:hover { background: var(--surface-soft); color: var(--primary-dark); }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      border: 0;
      border-radius: 999px;
      padding: 13px 20px;
      font-weight: 800;
      cursor: pointer;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }
    .btn:hover { transform: translateY(-1px); }
    .btn-primary { background: var(--primary); color: white; box-shadow: 0 14px 30px rgba(34,184,181,.24); }
    .btn-primary:hover { background: var(--primary-dark); }
    .btn-light { background: #fff; color: var(--primary-dark); border: 1px solid var(--line); }
    .menu-btn { display: none; background: transparent; border: 1px solid var(--line); border-radius: 14px; padding: 10px; }

    .hero { padding: 76px 0 54px; }
    .hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 46px; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border-radius: 999px;
      background: var(--surface-soft);
      color: var(--primary-dark);
      font-weight: 800;
      font-size: 14px;
    }
    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--accent);
    }
    h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; margin: 0; }
    h1 { font-size: clamp(42px, 7vw, 76px); margin-top: 18px; }
    h2 { font-size: clamp(32px, 4.8vw, 54px); }
    h3 { font-size: 22px; }
    .lead { font-size: clamp(18px, 2.1vw, 22px); color: var(--muted); max-width: 650px; margin: 24px 0 0; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
    .trust-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; padding: 0; list-style: none; }
    .trust-list li {
      background: rgba(255,255,255,.72);
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 10px 14px;
      color: #49677F;
      font-weight: 700;
      font-size: 14px;
    }

    .hero-card {
      position: relative;
      background: linear-gradient(180deg, #fff, #F5F7FA);
      border: 1px solid rgba(221,233,240,.92);
      border-radius: 36px;
      box-shadow: var(--shadow);
      overflow: hidden;
      min-height: 560px;
    }
    .clinic-illustration {
      height: 430px;
      background:
        radial-gradient(circle at 22% 18%, rgba(34,184,181,.20), transparent 18%),
        linear-gradient(135deg, #DFF3FA 0%, #fff 48%, #DFF3FA 100%);
      display: grid;
      place-items: center;
      padding: 26px;
    }
    .floating-badge {
      position: absolute;
      left: 24px;
      right: 24px;
      bottom: 24px;
      background: rgba(255,255,255,.92);
      border: 1px solid var(--line);
      border-radius: 26px;
      padding: 22px;
      box-shadow: 0 18px 42px rgba(30,58,95,.10);
    }
    .contact-line { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
    .phone { font-size: 22px; font-weight: 900; color: var(--primary-dark); }
    .hours { color: var(--muted); margin-top: 6px; }

    .section { padding: 74px 0; }
    .section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
    .section-head p { max-width: 540px; color: var(--muted); margin: 0; font-size: 18px; }
    .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .card {
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 28px;
      box-shadow: 0 14px 40px rgba(30,58,95,.05);
    }
    .service-card {
      position: relative;
      overflow: hidden;
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .service-card::after {
      content: "";
      position: absolute;
      width: 140px;
      height: 140px;
      right: -72px;
      top: -72px;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(34,184,181,.13), transparent 68%);
      pointer-events: none;
    }
    .service-card:hover {
      transform: translateY(-4px);
      border-color: rgba(34,184,181,.36);
      box-shadow: 0 22px 52px rgba(30,58,95,.09);
    }
    .icon {
      width: 58px;
      height: 58px;
      border-radius: 20px;
      background: linear-gradient(135deg, #DFF3FA, #F7FCFE);
      display: grid;
      place-items: center;
      margin-bottom: 22px;
      border: 1px solid rgba(34,184,181,.20);
      box-shadow: 0 12px 28px rgba(34,184,181,.10);
    }
    .icon svg {
      width: 36px;
      height: 36px;
      fill: none;
      stroke: var(--primary-dark);
      stroke-width: 3;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .icon--prevention svg,
    .icon--esthetic svg { stroke: var(--primary); }
    .card p { color: var(--muted); margin: 12px 0 0; }

    .about {
      background: #ffffff;
      border-block: 1px solid var(--line);
    }
    .about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: center; }
    .photo-panel {
      border-radius: 34px;
      min-height: 430px;
      background: linear-gradient(135deg, #DFF3FA, #B7ECE8);
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow);
    }
    .photo-panel::before, .photo-panel::after {
      content: "";
      position: absolute;
      border-radius: 999px;
      background: rgba(255,255,255,.28);
    }
    .photo-panel::before { width: 260px; height: 260px; right: -70px; top: -60px; }
    .photo-panel::after { width: 180px; height: 180px; left: -40px; bottom: 40px; }
    .mock-doctor {
      position: absolute;
      inset: 44px 36px 0;
      border-radius: 34px 34px 0 0;
      background: linear-gradient(180deg, #fff 0 48%, #F5F7FA 48% 100%);
      display: grid;
      place-items: center;
      padding: 30px;
    }
    .checks { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 14px; }
    .checks li { display: flex; gap: 12px; color: #1E3A5F; font-weight: 700; }
    .checks li::before { content: "✓"; color: var(--primary); font-weight: 900; }

    .cta {
      background: linear-gradient(135deg, #22B8B5, #1E3A5F);
      color: white;
      border-radius: 36px;
      padding: 44px;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 24px;
      align-items: center;
      box-shadow: var(--shadow);
    }
    .cta p { color: rgba(255,255,255,.78); margin: 12px 0 0; font-size: 18px; }
    .cta .btn { background: #fff; color: var(--primary-dark); }

    .footer { padding: 42px 0; color: var(--muted); }
    .footer-grid { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 26px; }
    .footer strong { color: var(--text); }

    @media (max-width: 900px) {
      .topbar .container { justify-content: center; text-align: center; }
      .topbar__items { justify-content: center; }
      .hero-grid, .about-grid { grid-template-columns: 1fr; }
      .cards { grid-template-columns: 1fr 1fr; }
      .hero-card { min-height: 500px; }
      .clinic-illustration { height: 370px; }
      .cta { grid-template-columns: 1fr; }
      .nav-links {
        position: fixed;
        inset: 82px 16px auto;
        display: none;
        flex-direction: column;
        align-items: stretch;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 22px;
        padding: 12px;
        box-shadow: var(--shadow);
      }
      .nav-links.is-open { display: flex; }
      .nav-links a { border-radius: 14px; }
      .menu-btn { display: inline-grid; place-items: center; }
    }
    @media (max-width: 620px) {
      .container { width: min(100% - 24px, var(--max)); }
      .topbar { display: none; }
      .nav { min-height: 72px; }
      .brand-mark { width: 42px; height: 42px; border-radius: 14px; }
      .brand-mark--logo { width: 58px; height: 44px; }
      .brand span { font-size: 16px; }
      .brand small { font-size: 10px; }
      .hero { padding: 44px 0 36px; }
      .hero-actions { flex-direction: column; align-items: stretch; }
      .btn { width: 100%; }
      .cards { grid-template-columns: 1fr; }
      .section { padding: 52px 0; }
      .section-head { display: block; }
      .section-head p { margin-top: 14px; }
      .hero-card { min-height: 480px; border-radius: 28px; }
      .floating-badge { left: 14px; right: 14px; bottom: 14px; padding: 18px; }
      .phone { font-size: 19px; }
      .cta { border-radius: 28px; padding: 30px 22px; }
    }

/* Активен линк в менюто */
.nav-links a.active { background: var(--surface-soft); color: var(--primary-dark); }
.page-hero { padding: 70px 0 32px; }
.page-hero .lead { max-width: 760px; }
.content-block { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 14px 34px rgba(30,58,95,.06); }
.price-note { color: var(--muted); font-size: 14px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.input { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 16px; font: inherit; color: var(--text); background: #fff; }
textarea.input { min-height: 130px; resize: vertical; }
@media (max-width: 720px) { .form-grid { grid-template-columns: 1fr; } .form-grid .full { grid-column: auto; } }

.hero-compact {
  min-height: 56vh;
  display: flex;
  align-items: center;
}


/* Допълнителни професионални визуални акценти */
.section-soft {
  background: linear-gradient(180deg, rgba(223,243,250,.55), rgba(255,255,255,.85));
  border-block: 1px solid var(--line);
}
.feature-grid,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-card,
.step-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 14px 40px rgba(30,58,95,.05);
  overflow: hidden;
}
.feature-card::after,
.step-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -68px;
  bottom: -68px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(34,184,181,.12), transparent 70%);
  pointer-events: none;
}
.feature-icon svg,
.step-icon svg,
.contact-icon svg {
  stroke: var(--primary-dark);
}
.step-card {
  padding-top: 58px;
}
.step-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(30,58,95,.16);
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.05em;
}
.contact-list {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}
.contact-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(135deg, #fff, #F7FCFE);
}
.contact-item strong,
.contact-item span,
.contact-item a {
  display: block;
}
.contact-item strong {
  color: var(--text);
  margin-bottom: 2px;
}
.contact-item span,
.contact-item a {
  color: var(--muted);
}
.contact-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  margin-bottom: 0;
}
.contact-icon svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 900px) {
  .feature-grid,
  .steps-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .feature-grid,
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { padding-top: 52px; }
  .contact-item { align-items: start; }
}

/* Професионално оформление на данните за контакт */
.contact-details-section {
  padding-top: 64px;
}
.contact-details-wrap {
  display: block;
}
.contact-details-card {
  width: 100%;
}
.contact-details-head {
  margin-bottom: 24px;
}
.contact-details-head p {
  max-width: 620px;
}
.contact-details-card .contact-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.contact-details-card .contact-item {
  min-height: 104px;
}
@media (max-width: 720px) {
  .contact-details-card .contact-list {
    grid-template-columns: 1fr;
  }
}

.map-card {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .08);
}

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

.map-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.map-actions span {
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 720px) {
  .map-card iframe { min-height: 340px; }
  .map-actions { align-items: flex-start; flex-direction: column; }
}


/* Реални снимки от практиката */
.hero-card .clinic-illustration {
  height: 430px;
  padding: 0;
  display: block;
  background: #fff;
}
.hero-card .clinic-illustration img,
.photo-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-card .clinic-illustration img {
  border-radius: 0;
}
.photo-panel {
  background: #fff;
}
.photo-panel img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.photo-panel::before,
.photo-panel::after {
  z-index: 1;
  pointer-events: none;
}
.photo-panel--wide {
  min-height: 480px;
}
.services-visual {
  padding-top: 34px;
}
.services-visual-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 32px;
  align-items: center;
}
.image-gallery-section {
  overflow: hidden;
}
.clinic-gallery {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-auto-rows: 260px;
  gap: 18px;
}
.clinic-gallery--home {
  grid-template-columns: 1.35fr 1fr;
}
.gallery-item {
  position: relative;
  margin: 0;
  min-height: 260px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 16px 40px rgba(30,58,95,.07);
}
.gallery-item--large {
  grid-row: span 2;
}
.clinic-gallery--home .gallery-item--large {
  grid-row: span 2;
}
.gallery-item img,
.location-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-item figcaption,
.location-photo figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: var(--primary-dark);
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 10px 24px rgba(30,58,95,.10);
}
.location-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 18px;
  align-items: stretch;
}
.location-photo {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: #fff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .08);
}
.location-grid .map-card iframe {
  min-height: 420px;
}
@media (max-width: 900px) {
  .services-visual-grid,
  .location-grid { grid-template-columns: 1fr; }
  .clinic-gallery,
  .clinic-gallery--home { grid-template-columns: 1fr 1fr; }
  .gallery-item--large,
  .clinic-gallery--home .gallery-item--large { grid-row: span 1; }
}
@media (max-width: 620px) {
  .clinic-gallery,
  .clinic-gallery--home { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .gallery-item { min-height: 240px; }
  .location-photo { min-height: 300px; }
  .location-grid .map-card iframe { min-height: 340px; }
}
