
/* =========================================================================
   DAUCHIM · ГЛОБАЛЕН CSS
   Зарежда се на всяка страница. Не се дублира в тялото на страниците.

   СЪДЪРЖАНИЕ
   01  Дизайн токени (цветове, сенки, радиуси)
   02  Основа (reset, типография, връзки)
   03  Оформление (обвивка, секции, фонове)
   04  Етикети и значки
   05  Бутони
   06  Заглавия на секции
   07  Карти и иконки
   08  Хедър · широк екран
   09  Хедър · телефон и таблет + падащо меню
   10  Герой
   11  Проблеми и решения
   12  Програми
   13  Метод
   14  Галерия
   15  Възрасти · времева линия
   16  Реални резултати
   17  Отзиви
   18  Локации
   19  Честен разговор + син призив
   20  Форма за контакт
   21  Футър
   22  Защита от стиловете на платформата   ← НОВО
   ========================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Pacifico&display=swap');





/* =========================================================================
   ДИЗАЙН ТОКЕНИ
   ========================================================================= */

  :root {
    --background: 0 0% 100%;
    --foreground: 210 38% 16%;

    --card: 0 0% 100%;
    --card-foreground: 210 38% 16%;
    --popover: 0 0% 100%;
    --popover-foreground: 210 38% 16%;

    --primary: 203 76% 43%;
    --primary-foreground: 0 0% 100%;
    --secondary: 205 45% 96%;
    --secondary-foreground: 210 38% 16%;

    --muted: 206 40% 97%;
    --muted-foreground: 206 16% 46%;
    --accent: 205 55% 94%;
    --accent-foreground: 203 76% 30%;
    --destructive: 4 74% 55%;
    --destructive-foreground: 0 0% 100%;

    --border: 205 32% 91%;
    --input: 205 32% 91%;
    --ring: 203 76% 43%;

    /* Четирите цвята на марката */
    --coral: 13 97% 67%;
    --coral-foreground: 0 0% 100%;
    --green: 92 48% 47%;
    --green-foreground: 0 0% 100%;
    --yellow: 38 92% 58%;
    --yellow-foreground: 210 38% 16%;
    --blue: 203 76% 43%;
    --blue-foreground: 0 0% 100%;

    /* Производни */
    --coral-dark: 13 78% 57%;
    --coral-mist: 14 100% 96%;
    --blue-deep: 202 74% 38%;
    --blue-mist: 203 62% 94%;
    --green-deep: 92 52% 36%;
    --green-mist: 92 45% 94%;
    --yellow-mist: 40 90% 94%;
    --pink-mist: 10 85% 96%;
    --navy: 207 25% 18%;
    --navy-soft: 205 24% 27%;

    --radius: 1rem;

    --shadow-card: 0 1px 2px hsl(210 38% 16% / .04), 0 8px 24px hsl(210 38% 16% / .06);
    --shadow-card-hover: 0 2px 6px hsl(210 38% 16% / .07), 0 18px 40px hsl(210 38% 16% / .11);
    --shadow-button: 0 6px 18px hsl(var(--coral) / .35);

    --sidebar-background: 0 0% 100%;
    --sidebar-foreground: 210 38% 16%;
    --sidebar-primary: 203 76% 43%;
    --sidebar-primary-foreground: 0 0% 100%;
    --sidebar-accent: 205 55% 94%;
    --sidebar-accent-foreground: 203 76% 30%;
    --sidebar-border: 205 32% 91%;
    --sidebar-ring: 203 76% 43%;
  }

  * { border-color: hsl(var(--border)); }

  body {
    margin: 0;
    background: hsl(var(--background));
    color: hsl(var(--muted-foreground));
    /* Poppins покрива латиницата; кирилицата пада на системния шрифт — както е на сайта */
    font-family: 'Poppins', 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  }

  h1, h2, h3, h4 {
    margin: 0 0 .5em;
    color: hsl(var(--foreground));
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -.015em;
  }
  h1 { font-size: clamp(2.1rem, 4.4vw, 3.3rem); font-weight: 700; line-height: 1.16; }
  h2 { font-size: clamp(1.85rem, 3.6vw, 2.85rem); }
  h3 { font-size: 1.2rem; }
  p  { margin: 0 0 1rem; }
  ul { margin: 0; padding: 0; list-style: none; }
  a  { color: hsl(var(--blue)); text-decoration: none; }
  img { max-width: 100%; height: auto; display: block; }

  :focus-visible { outline: 3px solid hsl(var(--coral)); outline-offset: 3px; border-radius: 6px; }

  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  }




  .dc-wrap { width: 100%; max-width: 1240px; margin-inline: auto; padding-inline: clamp(1rem, 4vw, 2.25rem); }
  .dc-section { padding-block: clamp(3rem, 7vw, 6rem); position: relative; }

  /* Фонове по секции — точно както са на сайта */
  .dc-bg-dots {
    background: hsl(206 40% 98%);
    background-image: radial-gradient(hsl(205 30% 91%) 1px, transparent 1px);
    background-size: 26px 26px;
  }
  .dc-bg-sky   { background: linear-gradient(175deg, hsl(203 55% 96%) 0%, hsl(205 45% 97%) 55%, hsl(0 0% 100%) 100%); }
  .dc-bg-green { background: linear-gradient(160deg, hsl(95 40% 97%) 0%, hsl(120 25% 99%) 60%, hsl(0 0% 100%) 100%); }
  .dc-bg-mint  { background: linear-gradient(180deg, hsl(100 42% 96%) 0%, hsl(150 30% 97%) 50%, hsl(190 35% 97%) 100%); }
  .dc-bg-steel { background: linear-gradient(180deg, hsl(210 35% 96%) 0%, hsl(205 40% 97%) 100%); }
  .dc-bg-pale  { background: linear-gradient(180deg, hsl(0 0% 100%) 0%, hsl(205 40% 98%) 100%); }

  /* Извивката под секцията с проблемите */
  .dc-curve::after {
    content: ""; position: absolute; left: -6%; right: -6%; bottom: -2px; height: 70px;
    background: hsl(0 0% 100%); border-radius: 50% 50% 0 0 / 100% 100% 0 0; pointer-events: none;
  }

  /* Декоративни тънки окръжности */
  .dc-ring { position: absolute; border-radius: 50%; border: 1.5px solid; pointer-events: none; }

  .dc-logo { font-family: 'Pacifico', cursive; font-size: 1.85rem; line-height: 1; display: inline-block; }
  .dc-logo i { font-style: normal; }
  .dc-logo .l1 { color: hsl(203 76% 45%); }
  .dc-logo .l2 { color: hsl(13 90% 60%); }
  .dc-logo .l3 { color: hsl(38 92% 55%); }
  .dc-logo .l4 { color: hsl(92 48% 45%); }
  .dc-logo--light i { color: #fff; }

  .dc-badge {
    display: inline-flex; align-items: center; gap: .45rem;
    font-size: .8rem; font-weight: 500;
    padding: .38rem .95rem; border-radius: 999px;
    background: hsl(var(--blue-mist)); color: hsl(var(--blue-deep));
    margin-bottom: 1rem;
  }
  .dc-badge--green  { background: hsl(var(--green-mist));  color: hsl(var(--green-deep)); }
  .dc-badge--yellow { background: hsl(var(--yellow-mist)); color: hsl(30 75% 42%); }
  .dc-badge--coral  { background: hsl(var(--pink-mist));   color: hsl(var(--coral-dark)); }
  .dc-badge--gray   { background: hsl(206 30% 94%);        color: hsl(var(--muted-foreground)); }
  .dc-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }

  .dc-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
    font-family: inherit; font-weight: 600; font-size: 1rem; line-height: 1.2;
    padding: 1rem 1.9rem; border-radius: 999px; border: 2px solid transparent;
    cursor: pointer; text-align: center;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
  }
  .dc-btn--coral { background: hsl(var(--coral)); color: #fff; box-shadow: var(--shadow-button); }
  .dc-btn--coral:hover { background: hsl(var(--coral-dark)); transform: translateY(-2px); }
  .dc-btn--outline { background: #fff; color: hsl(var(--blue-deep)); border-color: hsl(var(--blue)); font-weight: 700; }
  .dc-btn--outline:hover { background: hsl(var(--blue-mist)); transform: translateY(-2px); }
  .dc-btn--ghost { background: transparent; color: #fff; border-color: hsl(0 0% 100% / .75); }
  .dc-btn--ghost:hover { background: hsl(0 0% 100% / .14); }
  .dc-btn--block { width: 100%; }
  .dc-btn--sm { padding: .68rem 1.5rem; font-size: .93rem; }

  .dc-head { text-align: center; margin-bottom: clamp(2.5rem, 4.5vw, 4rem); position: relative; z-index: 1; }
  .dc-head p { max-width: 46ch; margin-inline: auto; font-size: 1.02rem; }
  .dc-head--left { text-align: left; }
  .dc-head--left p { margin-inline: 0; max-width: 62ch; }

  .dc-card {
    background: hsl(var(--card)); border: 1px solid hsl(205 32% 94%);
    border-radius: 18px; box-shadow: var(--shadow-card);
    padding: clamp(1.5rem, 2.6vw, 2rem);
    transition: box-shadow .2s ease, transform .2s ease;
  }
  .dc-card--hover:hover { box-shadow: var(--shadow-card-hover); transform: translateY(-3px); }

  .dc-icon { width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center; flex-shrink: 0; }
  .dc-icon--blue   { background: hsl(198 55% 92%);  color: hsl(200 60% 32%); }
  .dc-icon--green  { background: hsl(var(--green-mist)); color: hsl(var(--green-deep)); }
  .dc-icon--yellow { background: hsl(var(--yellow-mist)); color: hsl(30 80% 48%); }
  .dc-icon--coral  { background: hsl(var(--pink-mist)); color: hsl(var(--coral-dark)); }
  .dc-icon--sm { width: 40px; height: 40px; border-radius: 12px; }

  .dc-label {
    display: block; font-size: .72rem; font-weight: 600;
    letter-spacing: .075em; text-transform: uppercase;
    color: hsl(206 30% 48%); margin-bottom: .4rem;
  }
  .dc-label--green { color: hsl(var(--green)); }
  .dc-label--coral { color: hsl(var(--coral-dark)); }
  .dc-label--blue  { color: hsl(var(--blue)); }

  .dc-grid { display: grid; gap: clamp(1.1rem, 2vw, 1.75rem); }
  .dc-grid--2 { grid-template-columns: repeat(2, 1fr); }
  .dc-grid--3 { grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 900px) { .dc-grid--2, .dc-grid--3 { grid-template-columns: 1fr; } }

  /* --- ХЕДЪР --- */
  .dc-header {
    position: sticky; top: 0; z-index: 60;
    background: hsl(0 0% 100% / .96); backdrop-filter: blur(10px);
    border-bottom: 1px solid hsl(205 32% 94%);
  }
  .dc-header__row { display: flex; align-items: center; gap: 1.75rem; min-height: 86px; }
  .dc-nav { margin-left: auto; display: flex; align-items: center; gap: .15rem; }
  .dc-nav a {
    font-size: .875rem; font-weight: 500; color: hsl(var(--foreground));
    padding: .5rem .62rem; border-radius: 8px; white-space: nowrap;
  }
  .dc-nav a:hover { color: hsl(var(--blue)); }
  .dc-header__cta { display: flex; align-items: center; gap: 1.35rem; flex-shrink: 0; }
  .dc-header__tel {
    display: inline-flex; align-items: center; gap: .5rem;
    font-weight: 500; font-size: .95rem; color: hsl(var(--blue)); white-space: nowrap;
  }

  /* --- Мобилна лента и падащо меню --- */
  .dc-header__mob { display: none; margin-left: auto; align-items: center; gap: .55rem; }
  .dc-tel-btn {
    width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
    background: hsl(var(--blue-mist)); color: hsl(var(--blue-deep)); flex-shrink: 0;
  }
  .dc-tel-btn:active { background: hsl(203 55% 89%); }
  .dc-burger {
    width: 44px; height: 44px; border-radius: 12px; border: 0; flex-shrink: 0;
    background: hsl(var(--blue-mist)); color: hsl(var(--blue-deep));
    display: none; place-items: center; padding: 0;
  }
  .dc-burger__bars { width: 20px; height: 14px; position: relative; display: block; }
  .dc-burger__bars i {
    position: absolute; left: 0; right: 0; height: 2px; border-radius: 2px;
    background: currentColor; transition: transform .22s ease, opacity .16s ease;
  }
  .dc-burger__bars i:nth-child(1) { top: 0; }
  .dc-burger__bars i:nth-child(2) { top: 6px; }
  .dc-burger__bars i:nth-child(3) { top: 12px; }
  .dc-burger.is-open .dc-burger__bars i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .dc-burger.is-open .dc-burger__bars i:nth-child(2) { opacity: 0; }
  .dc-burger.is-open .dc-burger__bars i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .dc-drawer {
    position: fixed; top: 64px; left: 0; right: 0; bottom: 0; z-index: 59;
    background: #fff; display: none; flex-direction: column;
    padding: .5rem clamp(1rem, 5vw, 2rem) calc(1.5rem + env(safe-area-inset-bottom));
    overflow-y: auto; -webkit-overflow-scrolling: touch;
    opacity: 0; transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease;
  }
  .dc-drawer.is-mounted { display: flex; }
  .dc-drawer.is-open { opacity: 1; transform: none; }
  .dc-drawer__nav { display: flex; flex-direction: column; }
  .dc-drawer__nav a {
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    padding: 1.05rem .25rem; font-size: 1.05rem; font-weight: 500;
    color: hsl(var(--foreground)); border-bottom: 1px solid hsl(205 32% 94%);
  }
  .dc-drawer__nav a::after { content: "›"; color: hsl(206 20% 72%); font-size: 1.45rem; line-height: 1; }
  .dc-drawer__nav a:active { color: hsl(var(--blue)); }
  .dc-drawer__foot { margin-top: auto; padding-top: 1.75rem; display: grid; gap: .75rem; }
  .dc-drawer__note { text-align: center; font-size: .85rem; margin: .35rem 0 0; }

  body.dc-locked { overflow: hidden; }

  @media (max-width: 1280px) {
    .dc-header__row { min-height: 64px; gap: .75rem; }
    .dc-logo { font-size: 1.5rem; }
    .dc-nav { display: none; }
    .dc-header__cta { display: none; }
    .dc-header__mob { display: flex; }
    .dc-burger { display: grid; }
  }
  @media (min-width: 1281px) { .dc-drawer { display: none !important; } }

  /* --- ГЕРОЙ --- */
  .dc-hero { background: linear-gradient(160deg, hsl(205 40% 97%) 0%, hsl(0 0% 100%) 55%); overflow: hidden; }
  .dc-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
  @media (max-width: 980px) { .dc-hero__grid { grid-template-columns: 1fr; } }
  .dc-hero h1 { margin-bottom: 1.35rem; }
  .dc-hero h1 em { font-style: normal; color: hsl(var(--blue)); }
  .dc-hero__lead { font-size: 1.08rem; max-width: 46ch; margin-bottom: 2rem; }
  .dc-hero__forwho { font-size: .9rem; margin-bottom: .8rem; color: hsl(var(--muted-foreground)); }

  .dc-chips { display: flex; flex-wrap: wrap; gap: .7rem; margin-bottom: 2.25rem; }
  .dc-chip {
    display: inline-flex; align-items: center; gap: .55rem;
    background: #fff; border: 1px solid hsl(205 32% 94%); border-radius: 999px;
    padding: .6rem 1.15rem; font-size: .9rem; font-weight: 500; color: hsl(var(--foreground));
    box-shadow: 0 1px 3px hsl(210 38% 16% / .06);
  }
  .dc-hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.5rem; }
  .dc-hero__meta { display: flex; flex-wrap: wrap; gap: 1rem 2.25rem; }
  .dc-hero__meta span { display: inline-flex; align-items: center; gap: .55rem; font-size: .92rem; }
  .dc-hero__meta svg { color: hsl(var(--blue)); opacity: .85; }

  /* Снимка с изместена подложка отзад */
  .dc-photo { position: relative; }
  .dc-photo::before {
    content: ""; position: absolute; inset: -22px -22px 40px 40px;
    background: hsl(205 35% 96%); border-radius: 30px; z-index: 0;
  }
  .dc-photo > * { position: relative; z-index: 1; }
  .dc-photo img, .dc-photo .dc-photo__slot { border-radius: 22px; width: 100%; box-shadow: var(--shadow-card-hover); }
  /* Снимките се изрязват по центъра, за да напълнят кутията */
  .dc-photo img { aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
  .dc-photo--plain::before { display: none; }
  .dc-photo__slot {
    aspect-ratio: 4 / 3;
    background: repeating-linear-gradient(135deg, hsl(205 35% 93%) 0 12px, hsl(205 35% 90%) 12px 24px);
    display: grid; place-items: center; text-align: center;
    color: hsl(206 16% 46%); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase;
  }
  .dc-float {
    position: absolute; left: -26px; bottom: -26px; z-index: 2;
    display: flex; align-items: center; gap: .85rem;
    background: #fff; border-radius: 16px; padding: .9rem 1.35rem;
    box-shadow: var(--shadow-card-hover);
  }
  .dc-float b { display: block; color: hsl(var(--foreground)); font-size: 1rem; font-weight: 600; line-height: 1.2; }
  .dc-float span { font-size: .84rem; }
  @media (max-width: 700px) { .dc-float { left: 10px; bottom: -18px; } .dc-photo::before { display: none; } }

  /* --- ПРОБЛЕМИ / РЕШЕНИЯ --- */
  .dc-compare { display: grid; grid-template-columns: 1fr 200px 1fr; gap: clamp(1.5rem, 3vw, 3rem); align-items: start; }
  @media (max-width: 1040px) { .dc-compare { grid-template-columns: 1fr; } .dc-compare__mid { order: 3; max-width: 300px; margin-inline: auto; } }
  .dc-compare__head { display: flex; align-items: center; gap: .85rem; font-weight: 600; color: hsl(var(--foreground)); font-size: 1.22rem; margin-bottom: 1.5rem; }
  .dc-dot { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; }
  .dc-dot--red { background: hsl(var(--pink-mist)); color: hsl(var(--coral-dark)); }
  .dc-dot--green { background: hsl(var(--green-mist)); color: hsl(var(--green-deep)); }
  .dc-stack { display: grid; gap: .95rem; }
  .dc-stack li {
    background: hsl(0 0% 100% / .82); border-radius: 12px; padding: 1rem 1.3rem;
    box-shadow: 0 1px 3px hsl(210 38% 16% / .05); border-left: 3px solid transparent;
  }
  .dc-stack--red li { border-left-color: hsl(var(--coral)); }
  .dc-stack--green li { border-left-color: hsl(var(--green)); }
  .dc-stack b { display: block; color: hsl(var(--foreground)); font-weight: 500; font-size: 1rem; margin-bottom: .1rem; }
  .dc-stack span { font-size: .875rem; }
  .dc-compare__mid .dc-photo__slot { aspect-ratio: 3/4; border-radius: 14px; }
  .dc-compare__mid img {
    aspect-ratio: 3 / 4; object-fit: cover; object-position: center;
    width: 100%; border-radius: 14px; box-shadow: var(--shadow-card);
  }

  /* --- ПРОГРАМИ --- */
  .dc-prog__head { display: flex; align-items: flex-start; gap: 1.15rem; margin-bottom: 1.5rem; }
  .dc-prog__head h3 { margin-bottom: .25rem; font-size: 1.28rem; }
  .dc-prog__sub { color: hsl(var(--blue)); font-weight: 500; font-size: .93rem; line-height: 1.45; margin: 0; }
  .dc-prog p { font-size: .95rem; margin: 0; }
  .dc-prog__block + .dc-prog__block { margin-top: 1.35rem; padding-top: 1.35rem; border-top: 1px solid hsl(205 32% 94%); }

  /* --- МЕТОД --- */
  .dc-method { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
  @media (max-width: 980px) { .dc-method { grid-template-columns: 1fr; } }
  .dc-method__lead { font-size: 1.05rem; margin-bottom: 2rem; max-width: 46ch; }
  .dc-method__lead b { color: hsl(var(--foreground)); font-weight: 600; }
  .dc-method__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
  @media (max-width: 620px) { .dc-method__grid { grid-template-columns: 1fr; } }
  .dc-method__card { background: #fff; border-radius: 16px; padding: 1.5rem; box-shadow: var(--shadow-card); }
  .dc-method__card h3 { font-size: 1.02rem; margin: 1.15rem 0 .55rem; font-weight: 600; }
  .dc-method__card p { font-size: .89rem; margin: 0; line-height: 1.65; }

  /* --- ГАЛЕРИЯ --- */
  .dc-gallery { columns: 3; column-gap: 1.1rem; }
  @media (max-width: 900px) { .dc-gallery { columns: 2; } }
  @media (max-width: 560px) { .dc-gallery { columns: 1; } }
  .dc-gallery figure {
    break-inside: avoid; margin: 0 0 1.1rem; border-radius: 14px; overflow: hidden;
    box-shadow: var(--shadow-card); background: hsl(205 35% 94%);
  }
  .dc-gallery img {
    width: 100%; height: auto; display: block; border-radius: 0;
    transition: transform .35s ease;
  }
  .dc-gallery figure:hover img { transform: scale(1.035); }
  .dc-gallery .dc-photo__slot { border-radius: 0; }

  /* --- ВЪЗРАСТИ: истинска времева линия --- */
  .dc-timeline { position: relative; max-width: 1000px; margin-inline: auto; }
  .dc-timeline::before {
    content: ""; position: absolute; left: 50%; top: 10px; bottom: 10px; width: 2px; transform: translateX(-50%);
    background: linear-gradient(180deg,
      hsl(var(--yellow)) 0%, hsl(var(--blue)) 34%, hsl(var(--green)) 66%, hsl(var(--coral)) 100%);
  }
  .dc-tl { display: grid; grid-template-columns: 1fr 72px 1fr; align-items: start; }
  .dc-tl + .dc-tl { margin-top: -1.5rem; }
  .dc-tl__pin { grid-column: 2; display: grid; place-items: center; padding-top: 2.6rem; }
  .dc-tl__pin span {
    width: 15px; height: 15px; border-radius: 50%; background: #fff;
    border: 2.5px solid hsl(var(--blue)); display: block;
  }
  .dc-age { border-radius: 20px; padding: clamp(1.5rem, 2.6vw, 2rem); }
  .dc-tl--l .dc-age { grid-column: 1; grid-row: 1; text-align: right; }
  .dc-tl--r .dc-age { grid-column: 3; grid-row: 1; text-align: left; margin-top: 5rem; }
  .dc-tl--r .dc-tl__pin { padding-top: 7.6rem; }
  .dc-age--yellow { background: hsl(40 78% 94%); }
  .dc-age--blue   { background: hsl(203 55% 94%); }
  .dc-age--green  { background: hsl(92 45% 93%); }
  .dc-age--coral  { background: hsl(10 78% 95%); }
  .dc-age__top { display: flex; align-items: center; gap: .85rem; margin-bottom: 1.4rem; }
  .dc-tl--l .dc-age__top { flex-direction: row-reverse; }
  .dc-age__top h3 { margin: 0 0 .35rem; font-size: 1.22rem; }
  .dc-age__pill {
    display: inline-block; font-size: .74rem; font-weight: 500; padding: .22rem .75rem;
    border-radius: 999px; background: hsl(0 0% 100% / .75); color: hsl(206 20% 42%);
  }
  .dc-age p { font-size: .93rem; margin-bottom: 1.15rem; }
  .dc-age p:last-child { margin-bottom: 0; }
  @media (max-width: 820px) {
    .dc-timeline::before { left: 7px; }
    .dc-tl { grid-template-columns: 34px 1fr; }
    .dc-tl + .dc-tl { margin-top: 1.25rem; }
    .dc-tl__pin { grid-column: 1; grid-row: 1; justify-self: start; padding-top: 2.2rem !important; }
    .dc-tl--l .dc-age, .dc-tl--r .dc-age { grid-column: 2; grid-row: 1; text-align: left; margin-top: 0; }
    .dc-tl--l .dc-age__top { flex-direction: row; }
  }

  /* --- РЕАЛНИ РЕЗУЛТАТИ --- */
  .dc-res__top { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
  .dc-res__top h3 { margin: 0; font-size: 1.15rem; }
  .dc-bullets li { display: flex; gap: .7rem; align-items: flex-start; font-size: .93rem; padding: .38rem 0; }
  .dc-bullets li::before { content: ""; width: 7px; height: 7px; border-radius: 50%;
    background: hsl(var(--green)); flex-shrink: 0; margin-top: .55rem; }
  .dc-pills { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; margin-top: 2.75rem; position: relative; z-index: 1; }
  .dc-pill { display: inline-flex; align-items: center; gap: .55rem;
    background: #fff; border-radius: 999px; padding: .65rem 1.35rem;
    font-size: .9rem; color: hsl(var(--foreground)); box-shadow: var(--shadow-card); }

  /* --- ОТЗИВИ --- */
  .dc-quote__top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 1.6rem; }
  .dc-initials { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
    background: hsl(var(--blue-mist)); color: hsl(var(--blue-deep)); font-weight: 500; font-size: .84rem; }
  .dc-quote__problem { font-style: italic; font-size: .95rem; margin-bottom: 1.35rem; }
  .dc-quote__sep { border-top: 1px solid hsl(205 32% 94%); padding-top: 1.35rem; }
  .dc-quote__author { color: hsl(var(--blue)); font-size: .92rem; margin: 1.35rem 0 0;
    padding-top: 1.35rem; border-top: 1px solid hsl(205 32% 94%); }

  /* --- ЛОКАЦИИ --- */
  .dc-loc__top { display: flex; align-items: flex-start; gap: 1.1rem; margin-bottom: 1.25rem; }
  .dc-loc__top h3 { margin-bottom: .15rem; font-size: 1.28rem; }
  .dc-loc__addr { color: hsl(206 16% 52%); font-size: .92rem; margin: 0; }
  .dc-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.25rem; }
  .dc-tag { display: inline-flex; align-items: center; gap: .45rem;
    font-size: .84rem; color: hsl(var(--foreground));
    background: hsl(205 45% 95%); padding: .45rem .9rem; border-radius: 999px; }
  .dc-loc__near { font-size: .87rem; font-style: italic; margin-bottom: 1.5rem; color: hsl(206 16% 52%); }

  /* --- ЧЕСТЕН РАЗГОВОР --- */
  .dc-fit { border-radius: 18px; padding: clamp(1.75rem, 3vw, 2.25rem); }
  .dc-fit--yes { background: hsl(92 45% 95%); }
  .dc-fit--no  { background: hsl(206 32% 97%); }
  .dc-fit__head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.6rem; }
  .dc-fit__head h3 { margin: 0; font-size: 1.2rem; }
  .dc-fit li { display: flex; gap: .8rem; align-items: flex-start; padding: .5rem 0; font-size: .95rem; color: hsl(var(--foreground)); }
  .dc-fit li svg { flex-shrink: 0; margin-top: 3px; }
  .dc-fit--yes li svg { color: hsl(var(--green)); }
  .dc-fit--no  li svg { color: hsl(206 16% 60%); }
  .dc-fit--no  li { color: hsl(206 16% 46%); }

  /* Синята лента с призива */
  .dc-cta {
    margin-top: clamp(2.5rem, 5vw, 4rem);
    background: hsl(202 74% 38%); color: hsl(0 0% 100% / .88);
    border-radius: 18px; padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 3vw, 2rem);
    text-align: center; position: relative; overflow: hidden;
  }
  .dc-cta h3 { color: #fff; font-size: clamp(1.4rem, 2.6vw, 1.85rem); margin-bottom: .5rem; }
  .dc-cta p { max-width: 44ch; margin-inline: auto; margin-bottom: 1.75rem; font-size: .98rem; }
  .dc-cta__acts { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; position: relative; z-index: 1; }
  .dc-cta__blob { position: absolute; border-radius: 50%; background: hsl(0 0% 100% / .06); pointer-events: none; }

  /* --- ФОРМА --- */
  .dc-contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 3vw, 2.25rem); align-items: start; }
  @media (max-width: 900px) { .dc-contact { grid-template-columns: 1fr; } }
  .dc-field { margin-bottom: 1.15rem; }
  .dc-field label { display: block; font-weight: 500; font-size: .92rem; color: hsl(var(--foreground)); margin-bottom: .45rem; }
  .dc-field input, .dc-field textarea, .dc-field select {
    width: 100%; font-family: inherit; font-size: 1rem; color: hsl(var(--foreground));
    padding: .85rem 1.15rem; border: 1px solid hsl(205 32% 92%); border-radius: 12px;
    background: hsl(206 40% 98%); transition: border-color .15s ease, background .15s ease;
  }
  .dc-field input::placeholder, .dc-field textarea::placeholder { color: hsl(206 18% 62%); }
  .dc-field input:focus, .dc-field textarea:focus, .dc-field select:focus {
    outline: none; border-color: hsl(var(--blue)); background: #fff;
  }
  .dc-field textarea { min-height: 128px; resize: vertical; }
  .dc-info li { display: flex; align-items: center; gap: 1rem;
    background: hsl(203 55% 96%); border-radius: 14px; padding: 1rem 1.2rem; margin-bottom: .9rem; }
  .dc-info li.is-green { background: hsl(92 42% 96%); }
  .dc-info li:last-child { margin-bottom: 0; }
  .dc-info small { display: block; font-size: .8rem; color: hsl(206 16% 50%); }
  .dc-info b { display: block; color: hsl(var(--foreground)); font-weight: 600; font-size: 1.02rem; }
  .dc-info .sub { display: block; font-size: .85rem; color: hsl(206 16% 50%); font-weight: 400; }

  /* --- ФУТЪР --- */
  .dc-footer { background: hsl(var(--navy)); color: hsl(205 12% 68%); padding-block: clamp(2.5rem, 5vw, 3.5rem) 1.5rem; }
  .dc-newsletter {
    background: hsl(var(--navy-soft)); border-radius: 14px;
    padding: clamp(1.4rem, 3vw, 2rem);
    display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem;
    margin-bottom: clamp(2.25rem, 4vw, 3.25rem);
  }
  .dc-newsletter div { flex: 1 1 340px; }
  .dc-newsletter h3 { color: #fff; font-size: 1.2rem; margin-bottom: .3rem; }
  .dc-newsletter p { margin: 0; font-size: .92rem; }
  .dc-newsletter form { display: flex; gap: .75rem; flex: 0 1 460px; min-width: 0; }
  .dc-newsletter input {
    flex: 1; min-width: 0; font-family: inherit; font-size: .95rem; color: #fff;
    padding: .85rem 1.25rem; border-radius: 999px;
    border: 1px solid hsl(205 18% 42%); background: hsl(205 22% 31%);
  }
  .dc-newsletter input::placeholder { color: hsl(205 12% 66%); }
  .dc-footer__cols { display: grid; grid-template-columns: 1.9fr 1fr 1fr 1fr; gap: 2.25rem; }
  @media (max-width: 900px) { .dc-footer__cols { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 560px) { .dc-footer__cols { grid-template-columns: 1fr; } }
  .dc-footer h4 { color: #fff; font-size: 1.02rem; margin-bottom: 1.15rem; }
  .dc-footer p { font-size: .9rem; max-width: 42ch; }
  .dc-footer__links li { margin-bottom: .65rem; }
  .dc-footer__links a { color: hsl(205 12% 68%); font-size: .92rem; }
  .dc-footer__links a:hover { color: #fff; }
  .dc-footer__contact { margin-top: 1.5rem; }
  .dc-footer__contact li { display: flex; align-items: center; gap: .8rem; font-size: .92rem; margin-bottom: .8rem; }
  .dc-footer__contact a { color: hsl(205 12% 68%); }
  .dc-footer__contact svg { color: hsl(205 12% 58%); flex-shrink: 0; }
  .dc-socials { display: flex; gap: .7rem; }
  .dc-socials a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
    background: hsl(205 20% 28%); color: hsl(205 12% 75%); }
  .dc-socials a:hover { background: hsl(var(--blue)); color: #fff; }
  .dc-footer__bar {
    margin-top: clamp(2.25rem, 4vw, 3.25rem); padding-top: 1.5rem;
    border-top: 1px solid hsl(205 18% 26%);
    display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; font-size: .87rem;
  }
  .dc-footer__bar a { color: hsl(205 12% 68%); margin-left: 1.5rem; }
  .dc-footer__bar a:first-child { margin-left: 0; }

  .dc-top { position: fixed; right: 22px; bottom: 22px; z-index: 70;
    width: 42px; height: 42px; border-radius: 8px; border: 0;
    background: hsl(var(--blue)); color: #fff; display: grid; place-items: center;
    box-shadow: var(--shadow-card-hover); }


/* =========================================================================
   22 · ЗАЩИТА ОТ СТИЛОВЕТЕ НА ПЛАТФОРМАТА
   Темата на сайта (WordPress, Wix и т.н.) има свои правила за връзки,
   бутони и полета. Този блок ги връща към вида на Dauchim.
   Не се пипа — само се уверява, че нищо чуждо не пробива.
   ========================================================================= */

/* --- Връзки --- */
.dc-header a, .dc-drawer a, .dc-footer a, .dc-section a, .dc-hero a {
  text-decoration: none !important;
  box-shadow: none !important;
  border-bottom: 0;
}
.dc-footer a,
.dc-footer__links a,
.dc-footer__contact a,
.dc-footer__bar a { color: hsl(205 12% 68%) !important; }
.dc-footer a:hover,
.dc-footer__links a:hover,
.dc-footer__contact a:hover,
.dc-footer__bar a:hover { color: #fff !important; }

.dc-nav a, .dc-drawer__nav a { color: hsl(var(--foreground)) !important; }
.dc-nav a:hover { color: hsl(var(--blue)) !important; }
.dc-header__tel, .dc-header__tel:hover { color: hsl(var(--blue)) !important; }
.dc-card__link, .dc-quote__author, .dc-prog__sub { color: hsl(var(--blue)) !important; }
.dc-info b a { color: hsl(var(--foreground)) !important; }

/* --- Бутони --- */
a.dc-btn, button.dc-btn, .dc-btn {
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-family: inherit !important;
  line-height: 1.2 !important;
  min-height: 0 !important;
}
a.dc-btn--coral, button.dc-btn--coral, .dc-btn--coral {
  background: hsl(var(--coral)) !important;
  color: #fff !important;
  border-color: transparent !important;
}
a.dc-btn--coral:hover, button.dc-btn--coral:hover, .dc-btn--coral:hover {
  background: hsl(var(--coral-dark)) !important;
  color: #fff !important;
}
a.dc-btn--outline, button.dc-btn--outline, .dc-btn--outline {
  background: #fff !important;
  color: hsl(var(--blue-deep)) !important;
  border-color: hsl(var(--blue)) !important;
}
a.dc-btn--outline:hover, button.dc-btn--outline:hover {
  background: hsl(var(--blue-mist)) !important;
  color: hsl(var(--blue-deep)) !important;
}
a.dc-btn--ghost, button.dc-btn--ghost, .dc-btn--ghost {
  background: transparent !important;
  color: #fff !important;
  border-color: hsl(0 0% 100% / .75) !important;
}
.dc-tel-btn { color: hsl(var(--blue-deep)) !important; }
.dc-burger { background: hsl(var(--blue-mist)) !important; color: hsl(var(--blue-deep)) !important; }
.dc-top { background: hsl(var(--blue)) !important; color: #fff !important; }
.dc-socials a { color: hsl(205 12% 75%) !important; }
.dc-socials a:hover { color: #fff !important; }

/* --- Списъци --- */
.dc-header ul, .dc-drawer ul, .dc-footer ul, .dc-section ul,
.dc-stack, .dc-bullets, .dc-info, .dc-footer__links, .dc-footer__contact {
  list-style: none !important;
  margin: 0;
  padding-left: 0 !important;
}
.dc-header li, .dc-drawer li, .dc-footer li, .dc-section li { list-style: none !important; }
.dc-header li::marker, .dc-drawer li::marker,
.dc-footer li::marker, .dc-section li::marker { content: none; }

/* --- Заглавия --- */
.dc-section h1, .dc-section h2, .dc-section h3, .dc-section h4,
.dc-hero h1, .dc-hero h2 { color: hsl(var(--foreground)); }
.dc-footer h3, .dc-footer h4, .dc-newsletter h3 { color: #fff !important; }
.dc-cta h3 { color: #fff !important; }

/* --- Полета във формите --- */
.dc-field input, .dc-field textarea, .dc-field select {
  font-family: inherit !important;
  background: hsl(206 40% 98%) !important;
  color: hsl(var(--foreground)) !important;
  border: 1px solid hsl(205 32% 92%) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  max-width: 100% !important;
}
.dc-newsletter input {
  background: hsl(205 22% 31%) !important;
  color: #fff !important;
  border: 1px solid hsl(205 18% 42%) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

/* --- Снимки и картини --- */
.dc-section img, .dc-photo img, .dc-gallery img {
  max-width: 100%; height: auto; border: 0; box-shadow: none;
}
.dc-photo img { box-shadow: var(--shadow-card-hover); }
