/* ==========================================================================
   AMADEYA26 — site component layer (a26.css)
   Наследует AMADEYA WEB CORE (tokens.css + v36.css). Только site-specific
   классы темы amadeya-redesign. Внутренние селекторы Core не переопределяются
   (правило владельца 2026-08-22); отличия — через свои классы.
   Регистр: AM-WEB-DARK-01 (тёмный public marketing web).
   ========================================================================== */

/* ---------- база ---------- */
body {
  background: transparent; /* сквозь body живёт .v36-world */
  font-family: var(--sans);
  font-size: 15px; /* паритет с эталоном детокса (style.css: BODY 15px), сверка 23.08 */
  color: #C4D0DC;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box; /* иначе width:100% + padding 2×15 вылезал за .__wrapper (overflow 30px на узких экранах) */
}

.v36-dark .page-content {
  padding-top: 150px; /* fixed-шапка + полоса меню (core обнуляет padding-top у .__wrapper) */
  min-height: 60vh;
}

/* типографика контента — editorial-грамматика v36 */
.page-content h1,
.page-title,
.service-title {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--parch);
}
.page-content h2,
.service-section-title,
.section__title,
.service__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.018em;
  color: var(--parch);
  margin: 0 0 22px;
}
.page-content h2 span,
.section__title span,
.service__title span { color: var(--g2); }
.page-content h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(20px, 2vw, 26px);
  color: var(--parch);
  margin: 34px 0 14px;
}
.page-content p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--mutedd);
  margin: 0 0 16px;
}
.page-content a { color: var(--g2); transition: color 0.25s var(--EO); }
.page-content a:hover { color: var(--gold); }
.page-content ul, .page-content ol { color: var(--mutedd); line-height: 1.75; padding-left: 22px; margin: 0 0 16px; }
.page-content li { margin-bottom: 6px; }
.page-content li::marker { color: var(--gold); }
.page-content strong, .page-content b { color: var(--parch); font-weight: 600; }
.page-content img { max-width: 100%; height: auto; border-radius: 12px; }
.page-content blockquote {
  margin: 26px 0;
  padding: 4px 0 4px 22px;
  border-left: 2px solid var(--gold);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.6;
  color: var(--parch);
}
.page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
  font-size: 15px;
  color: var(--mutedd);
}
.page-content th, .page-content td {
  border: 1px solid rgba(242, 223, 160, 0.14);
  padding: 10px 14px;
  text-align: left;
}
.page-content th { color: var(--parch); font-weight: 600; background: rgba(19, 45, 78, 0.45); }

/* видимый фокус — WCAG, золотой контур системы */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-radius: 4px;
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- хлебные крошки ---------- */
.breadcrumbs {
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--mutedd2);
  margin: 0 0 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
}
.breadcrumbs a { color: var(--mutedd); text-decoration: none; }
.breadcrumbs a:hover { color: var(--g2); }
.breadcrumb-separator { color: rgba(242, 223, 160, 0.4); }
.breadcrumb-current { color: var(--g2); }

/* ---------- ov-lite: механика оверлея меню (базовая, стили — Core v36) ---------- */
.over-container {
  position: fixed; inset: 0; z-index: 7000;
  display: none; overflow: hidden; height: 100vh;
  transition: all 0.3s ease;
}
.over-content {
  height: 100%; width: 100%; overflow: auto;
  transition: all 0.3s ease;
  transform: translateX(100%);
}
.over-container.is_show .over-content { transform: translateX(0); }
.over-container .overheight_close_button {
  width: 44px; height: 44px; position: fixed; top: 10px; right: 10px; z-index: 10100;
}
.over-container .overheight_close_button::before,
.over-container .overheight_close_button::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0;
  margin: auto; display: block; height: 3px; width: 22px; background: var(--gold);
}
.over-container .overheight_close_button::before { transform: rotate(45deg); }
.over-container .overheight_close_button::after { transform: rotate(-45deg); }

/* ---------- логотипы в Core-шелле ---------- */
.header-item-logo .header-logo { background-image: none !important; width: auto; }
.header-item-logo .header-logo img { height: 44px; width: auto; display: block; }
.footer-logo a { display: inline-block; background: none !important; }
.footer-logo img { height: 64px; width: auto; } /* эталон: лого подвала крупное (замер 23.08) */

/* ---------- cookie-баннер: плавающая карточка (геометрия эталона детокса,
   айдентика тёмная: abyss + золото) ---------- */
.cookie-consent {
  position: fixed; left: 0; right: 0; bottom: 10px; z-index: 6500;
  margin: 0 auto;
  box-sizing: border-box;
  width: min(460px, calc(100% - 24px));
  background: rgba(4, 24, 49, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(242, 223, 160, 0.18);
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(3, 21, 42, 0.45);
  padding: 18px 20px;
  transform: translateY(calc(100% + 30px));
  transition: transform 0.45s var(--EO);
}
.cookie-consent--visible { transform: translateY(0); }
.cookie-consent__container {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
}
.cookie-consent__text { font-size: 13.5px; color: var(--mutedd); flex: 1; min-width: 240px; }
.cookie-consent__link { color: var(--g2); }
.cookie-consent__button {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--g2);
  font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  padding: 10px 22px; min-height: 40px; cursor: pointer;
  transition: background 0.25s var(--EO), color 0.25s var(--EO);
}
.cookie-consent__button:hover { background: var(--gold); color: var(--abyss); }
.cookie-consent__close {
  position: absolute; top: 8px; right: 12px;
  background: none; border: 0; color: var(--mutedd);
  font-size: 20px; cursor: pointer; width: 36px; height: 36px;
}
.cookie-consent__close:hover { color: var(--g2); }

/* ==========================================================================
   ЧАСТЬ 2 — page family: SERVICE (услуги, 20+ лендингов)
   ========================================================================== */

/* hero услуги — «page-banner» грамматика детокса: крупный Playfair, lead, CTA */
.service-hero {
  padding: clamp(28px, 4vw, 56px) 0 clamp(30px, 4vw, 54px);
  position: relative;
}
.service-title {
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.08;
  margin: 0 0 20px;
  max-width: 20ch;
  text-wrap: balance;
}
.service-description {
  font-size: clamp(15.5px, 1.25vw, 17.5px);
  line-height: 1.75;
  color: var(--mutedd);
  max-width: 58ch;
  text-wrap: pretty;
}
.service-hero-image { margin-top: 26px; }
.service-hero-image img {
  width: 100%; border-radius: 16px;
  box-shadow: 0 30px 70px rgba(3, 21, 42, 0.5);
}

/* CTA-кнопки — золотой контур системы (по эталону .v36-btn) */
.service-call-button,
.service-booking-button,
.booking__call-button,
.booking__appointment-button,
.booking-submit,
.contact-submit,
.modal-submit,
.booking__top-button,
.booking__bottom-button {
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent;
  border: 1px solid var(--gold);
  border-radius: 0;
  color: var(--g2);
  font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  font-family: var(--sans);
  min-height: 44px; padding: 12px 26px;
  text-decoration: none; cursor: pointer;
  transition: background 0.25s var(--EO), color 0.25s var(--EO), transform 0.25s var(--EO);
}
.service-call-button:hover,
.service-booking-button:hover,
.booking__call-button:hover,
.booking__appointment-button:hover,
.booking-submit:hover,
.contact-submit:hover,
.modal-submit:hover,
.booking__top-button:hover,
.booking__bottom-button:hover {
  background: var(--gold);
  color: var(--abyss);
  text-decoration: none;
}
.service-call-button { margin-top: 22px; }

/* layout услуги: контент + сайдбар врачей */
.service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
  padding-bottom: clamp(40px, 6vw, 80px);
}
.service-main { min-width: 0; }
.service-main section { margin-bottom: clamp(34px, 4vw, 56px); }
.service-text { max-width: 68ch; }

.service-sidebar { position: sticky; top: 170px; }
.service-sidebar .specialist-title {
  font-size: 13px;
  color: var(--mutedd);
  margin: 2px 0 6px;
  line-height: 1.4;
}
.service-sidebar .specialist-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* карточки — тёмное стекло системы (рецепт .v36-dark .offer-item) */
.specialist-card,
.expert-card,
.service-card,
.quick-service-card,
.key-services__card,
.review-card,
.booking-expert-card,
.contact-card {
  background: rgba(19, 45, 78, 0.45);
  border: 1px solid rgba(242, 223, 160, 0.14);
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(3, 21, 42, 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: transform 0.45s var(--EO), box-shadow 0.45s var(--EO);
}
.specialist-card:hover,
.expert-card:hover,
.service-card:hover,
.quick-service-card:hover,
.key-services__card:hover,
.review-card:hover,
.booking-expert-card:hover,
.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 56px rgba(3, 21, 42, 0.55);
}

/* сайдбар-карточки врачей */
.service-sidebar .specialist-card { padding: 12px; text-align: center; }
.service-sidebar .specialist-image { border-radius: 10px; overflow: hidden; }
.service-sidebar .specialist-image img,
.service-sidebar img.specialist-photo { width: 100%; height: auto; display: block; }
.service-sidebar .specialist-name {
  font-size: 13.5px; font-weight: 600; color: var(--parch);
  margin-top: 10px; line-height: 1.35;
}
.service-sidebar .specialist-experience { font-size: 12px; color: var(--g2); margin-top: 4px; }
.service-sidebar .specialist-list.specialist-list--1 { grid-template-columns: 1fr; }
.specialist-card--placeholder { border-style: dashed; opacity: 0.6; }
.sidebar-cta { margin-top: 18px; }

/* сетки услуг */
.services-grid,
.quick-services__grid,
.key-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}
.service-card { padding: 26px; }
.service-card h3 { margin: 0 0 10px; font-size: 20px; }
.service-card p { font-size: 14.5px; margin-bottom: 14px; }
.service-link {
  font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  color: var(--g2); text-decoration: none;
}
.service-link:hover { color: var(--gold); }
.service-icon, .icon { color: var(--gold); }
.service-icon svg, .icon svg { stroke: currentColor; }
.service-individual { margin-top: 8px; }
.service-booking-button { margin-top: 14px; }

/* ==========================================================================
   ЧАСТЬ 3 — page family: SPECIALISTS / EXPERTS (врачи)
   ========================================================================== */
.experts__title, .reviews__title, .key-services__title,
.booking__title, .quick-services .section__title {
  text-align: left;
  margin-bottom: clamp(26px, 3vw, 44px);
}
.experts__title h2, .reviews__title h2, .key-services__title h2,
.booking__title h2 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(28px, 3.4vw, 44px);
  letter-spacing: -0.018em; color: var(--parch);
  margin: 0;
}
.experts__title h2 span, .reviews__title h2 span, .key-services__title h2 span,
.booking__title h2 span { color: var(--g2); }
.experts__title svg, .reviews__title svg, .key-services__title svg, .booking__title svg { display: none; } /* микро-точки/ромбы убраны по решению владельца (19.08) */

.experts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
.expert-card { overflow: hidden; display: flex; flex-direction: column; }
.expert-card__image { aspect-ratio: 4 / 4.6; overflow: hidden; background: rgba(19, 45, 78, 0.6); }
.expert-card__image img,
.expert-card__photo { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.expert-card__info { padding: 16px 18px 20px; }
.expert-card__name, .expert__name {
  font-family: var(--serif); font-size: 19px; color: var(--parch);
  margin: 0 0 6px; line-height: 1.25;
}
.expert-card__name a { color: var(--parch); text-decoration: none; }
.expert-card__name a:hover { color: var(--g2); }
.expert-card__specialty {
  font-size: 12px; letter-spacing: 0.11em; text-transform: uppercase;
  color: var(--g2); line-height: 1.65; margin: 0 0 6px;
}
.expert-card__experience { font-size: 13px; color: var(--mutedd2); }
.expert-card__services { margin-top: 12px; }
.expert-card__services h4 { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mutedd2); margin: 0 0 8px; }
.expert-card__services ul { list-style: none; padding: 0; margin: 0; }
.expert-card__services li { font-size: 13.5px; color: var(--mutedd); padding-left: 14px; position: relative; margin-bottom: 4px; }
.expert-card__services li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg);
}

/* карусель врачей (главная, swiper) */
.experts__carousel, .reviews__carousel { position: relative; }
.experts-swiper, .reviews-swiper { overflow: hidden; }
.experts-swiper .swiper-slide, .reviews-swiper .swiper-slide { height: auto; }
.swiper-button-next, .swiper-button-prev,
.reviews-button-next, .reviews-button-prev,
.booking-experts-next, .booking-experts-prev {
  width: 44px; height: 44px;
  border: 1px solid rgba(214, 179, 102, 0.5);
  border-radius: 50%;
  color: var(--g2);
  background: rgba(4, 24, 49, 0.6);
  transition: background 0.25s var(--EO), color 0.25s var(--EO);
}
.swiper-button-next:hover, .swiper-button-prev:hover,
.reviews-button-next:hover, .reviews-button-prev:hover,
.booking-experts-next:hover, .booking-experts-prev:hover {
  background: var(--gold); color: var(--abyss);
}
.swiper-button-next::after, .swiper-button-prev::after,
.reviews-button-next::after, .reviews-button-prev::after {
  font-size: 15px; font-weight: 700;
}
.swiper-pagination-bullet { background: var(--mutedd2); opacity: 0.5; }
.swiper-pagination-bullet-active { background: var(--gold); opacity: 1; }
/* /kontakty: карта во всю ширину текстовой колонки */
.entry-content iframe[src*="map-widget"] {
  width: 100% !important; height: 440px; display: block;
  border: 1px solid rgba(242,223,160,0.18); border-radius: 14px; margin: 18px 0;
}
/* /booking: стрелки и пагинация свайпера врачей */
.booking-experts-next, .booking-experts-prev {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
  --swiper-navigation-color: var(--g2); display: flex; align-items: center; justify-content: center;
}
.booking-experts-prev { left: 4px; }
.booking-experts-next { right: 4px; }
.booking-experts-next:hover, .booking-experts-prev:hover { --swiper-navigation-color: var(--abyss); }
.booking-experts-next::after, .booking-experts-prev::after { font-size: 15px; font-weight: 700; }
.booking-experts-pagination.swiper-pagination { position: static; margin-top: 18px; text-align: center; }

/* страница врача: карточка-профиль + таймлайн */
.specialist-image img, .specialist-photo { border-radius: 14px; width: 100%; height: auto; display: block; }
.specialist-name { font-family: var(--serif); color: var(--parch); }
.specialist-title { color: var(--g2); }
.timeline-doctor { max-width: 700px; margin: 30px 0; }
.timeline-doctor h3 {
  font-size: 24px; margin-bottom: 30px; color: var(--parch);
  border-left: 2px solid var(--gold); padding-left: 15px;
}
.timeline-item { display: flex; margin-bottom: 25px; position: relative; padding-left: 20px; }
.timeline-item::before {
  content: ""; position: absolute; left: 0; top: 5px; bottom: -20px; width: 2px;
  background: linear-gradient(to bottom, var(--gold), rgba(214, 179, 102, 0.15));
}
.timeline-item:last-child::before { display: none; }
.timeline-item::after {
  content: ""; position: absolute; left: -4px; top: 5px;
  width: 10px; height: 10px; transform: rotate(45deg);
  background: var(--gold);
}
.timeline-year { flex: 0 0 100px; font-weight: 700; color: var(--g2); font-size: 16px; padding-top: 2px; }
.timeline-content {
  flex: 1; background: rgba(19, 45, 78, 0.45);
  border: 1px solid rgba(242, 223, 160, 0.14);
  padding: 12px 16px; border-radius: 10px; margin-left: 15px;
  transition: all 0.25s var(--EO);
}
.timeline-content:hover { box-shadow: 0 10px 28px rgba(3, 21, 42, 0.45); }
.timeline-content strong { display: block; font-size: 16px; color: var(--parch); margin-bottom: 4px; }
.timeline-place { margin: 0; color: var(--mutedd); font-size: 14px; line-height: 1.5; }

/* WP-дамп: таймлайн лежит внутри <pre class="wp-block-code"><code> —
   нейтрализуем pre-форматирование, иначе переносы строк раздувают карточки */
pre.wp-block-code {
  white-space: normal; font-family: inherit; font-size: inherit; line-height: inherit;
  background: none; border: none; padding: 0; margin: 0; overflow: visible; color: inherit;
}
pre.wp-block-code code { font: inherit; background: none; padding: 0; border: none; color: inherit; }
/* пустые заголовки из Elementor-дампов — не рисовать золотое подчёркивание-пустышку */
.entry-content h2:empty, .entry-content h3:empty, .entry-content h4:empty, .entry-content h5:empty { display: none; }

/* ==========================================================================
   ЧАСТЬ 4 — page family: REVIEWS (отзывы)
   ========================================================================== */
.review-card { padding: 24px; height: 100%; }
.review-card__header { display: flex; align-items: baseline; gap: 12px; margin-bottom: 12px; flex-wrap: wrap; }
.review-card__name { font-family: var(--serif); font-size: 18px; color: var(--parch); }
.review-card__rating { display: inline-flex; gap: 3px; }
.star { color: rgba(242, 223, 160, 0.25); font-size: 15px; }
.star--filled { color: var(--gold); }
.review-card__text { font-size: 14.5px; line-height: 1.7; color: var(--mutedd); }

/* ==========================================================================
   ЧАСТЬ 5 — BOOKING / CONTACTS / FORMS / MODAL
   ========================================================================== */
.booking__content, .booking-content { padding-bottom: clamp(40px, 6vw, 80px); }
.booking__subtitle, .booking__description { color: var(--mutedd); line-height: 1.75; max-width: 62ch; }
.booking-info h3 { font-family: var(--serif); color: var(--parch); font-size: 20px; margin: 26px 0 10px; }
.booking-info p, .booking-info li { color: var(--mutedd); }
.booking__illustration img { border-radius: 16px; width: 100%; }
.booking-experts { position: relative; margin-top: 30px; }
.booking-experts-swiper { overflow: hidden; }
.booking-expert-card { overflow: hidden; }
.booking-expert-card__image { aspect-ratio: 1; overflow: hidden; }
.booking-expert-card__image img, .booking-expert-card__photo { width: 100%; height: 100%; object-fit: cover; }
.booking-expert-card__info { padding: 14px 16px; }
.booking-expert-card__name { font-family: var(--serif); font-size: 17px; color: var(--parch); margin: 0 0 4px; }
.booking-expert-card__specialty { font-size: 12px; color: var(--g2); letter-spacing: 0.08em; }
.booking-form-container h2, .contact-form-container h3 {
  font-family: var(--serif); font-weight: 400; color: var(--parch);
  font-size: clamp(22px, 2.4vw, 30px); margin: 0 0 18px;
}

/* формы — тёмное стекло, золотой фокус */
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--mutedd2); margin-bottom: 8px;
}
.form-group input, .form-group select, .form-group textarea,
.contact-form input, .contact-form textarea,
.booking-form input, .booking-form select, .booking-form textarea {
  width: 100%; box-sizing: border-box;
  background: rgba(19, 45, 78, 0.45);
  border: 1px solid rgba(242, 223, 160, 0.18);
  border-radius: 10px;
  color: var(--parch);
  font-family: var(--sans); font-size: 15px;
  padding: 13px 16px; min-height: 46px;
  transition: border-color 0.25s var(--EO), box-shadow 0.25s var(--EO);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus,
.contact-form input:focus, .contact-form textarea:focus,
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(214, 179, 102, 0.15);
}
.form-group ::placeholder, .contact-form ::placeholder, .booking-form ::placeholder { color: var(--mutedd2); }
.form-group select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%); background-position: calc(100% - 21px) 50%, calc(100% - 15px) 50%; background-size: 6px 6px; background-repeat: no-repeat; }
.form-group select option { background: var(--depth); color: var(--parch); }
.checkbox-label { display: flex; gap: 10px; font-size: 13px; color: var(--mutedd); line-height: 1.5; align-items: flex-start; }
.checkbox-label input[type="checkbox"] { width: 18px; height: 18px; min-height: 0; margin-top: 1px; accent-color: var(--gold); flex: none; }
.checkbox-label a { color: var(--g2); }

/* контакты */
.contacts-content { padding-bottom: clamp(40px, 6vw, 80px); }
.contact-card { padding: 24px; }
.contact-card h3 { font-family: var(--serif); font-size: 19px; color: var(--parch); margin: 0 0 12px; }
.contact-item { display: flex; gap: 12px; margin-bottom: 14px; align-items: flex-start; }
.contact-icon { color: var(--gold); flex: none; margin-top: 2px; }
.contact-text { color: var(--mutedd); font-size: 15px; line-height: 1.6; }
.contact-text a { color: var(--parch); }
.contact-text a:hover { color: var(--g2); }
.contact-form-container {
  background: rgba(19, 45, 78, 0.45);
  border: 1px solid rgba(242, 223, 160, 0.14);
  border-radius: 16px;
  padding: clamp(22px, 3vw, 36px);
  box-shadow: 0 18px 44px rgba(3, 21, 42, 0.4);
}
.page-content iframe, .contacts-content iframe { border-radius: 16px; border: 1px solid rgba(242, 223, 160, 0.14); max-width: 100%; }

/* модалка заявки (modal-form.js) — тёмная панель системы */
.modal-overlay {
  position: fixed; inset: 0; z-index: 8000;
  background: rgba(3, 21, 42, 0.66);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px; opacity: 0; visibility: hidden;
  transition: opacity 0.3s var(--EO), visibility 0.3s;
}
.modal-overlay.active { opacity: 1; visibility: visible; }
.modal-overlay .modal-content,
.modal-overlay.active .modal-content {
  background: linear-gradient(160deg, #122A44, #071D33 70%, #03152A);
  border: 1px solid rgba(242, 223, 160, 0.18);
  border-radius: 18px;
  box-shadow: 0 40px 100px rgba(3, 21, 42, 0.7);
  color: var(--mutedd);
  max-width: 480px; width: 100%;
  padding: clamp(24px, 4vw, 38px);
  max-height: 90vh; overflow: auto;
}
.modal-title {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(22px, 2.6vw, 30px); color: var(--parch);
  margin: 0 0 10px;
}
.modal-content .modal-close {
  position: absolute; top: 10px; right: 10px;
  width: 40px; height: 40px; background: none; border: 0;
  color: var(--mutedd); font-size: 22px; cursor: pointer;
}
.modal-content .modal-close:hover { color: var(--g2); }
.modal-submit { width: 100%; margin-top: 8px; }
.modal-submit:disabled { opacity: 0.55; cursor: wait; }
.modal-success { text-align: center; padding: 20px 0; }
.modal-success-icon { color: var(--gold); margin-bottom: 14px; }
.modal-success-title { font-family: var(--serif); font-size: 24px; color: var(--parch); margin: 0 0 8px; }
.modal-success-text { color: var(--mutedd); }

/* ==========================================================================
   ЧАСТЬ 6 — BLOG / ARTICLE (wp-content) / CATEGORY / AUTHOR
   ========================================================================== */
.page-header { padding-bottom: clamp(20px, 3vw, 36px); }
.page-title { font-size: clamp(32px, 4vw, 52px); line-height: 1.1; margin: 0 0 14px; }
.page-description { color: var(--mutedd); font-size: 16.5px; line-height: 1.7; max-width: 62ch; }

/* карточки статей в архиве */
.page-content .wp-block-latest-posts__list,
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; padding: 0; list-style: none; }
.page-content article, .blog-card {
  background: rgba(19, 45, 78, 0.45);
  border: 1px solid rgba(242, 223, 160, 0.14);
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(3, 21, 42, 0.4);
  padding: 24px;
}

/* статья: длинный текст — editorial-ритм */
.page-content .entry-content > p { max-width: 72ch; }
.page-content .entry-content h2 { margin-top: 44px; }
.page-content .entry-content h3 { margin-top: 34px; }
.page-content .entry-content figure { margin: 26px 0; }
.page-content .entry-content figcaption { font-size: 13px; color: var(--mutedd2); margin-top: 10px; text-align: center; }
.wp-block-image img, .wp-block-cover img { border-radius: 14px; }
.wp-block-group.has-global-padding { padding: 0; }
.aligncenter { margin-left: auto; margin-right: auto; }

/* ==========================================================================
   ЧАСТЬ 7 — ГЛАВНАЯ (legacy-классы до PHASE 3; hero будет v36)
   ========================================================================== */
.hero-banner { position: relative; }
.hero-banner__title, .hero__title {
  font-family: var(--serif); font-weight: 400;
  color: var(--parch); letter-spacing: -0.02em;
}
.hero-banner__subtitle, .hero-banner__text-content p { color: var(--mutedd); }
.hero-banner__button--primary {
  background: transparent; border: 1px solid var(--gold); color: var(--g2);
  font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  padding: 12px 26px; min-height: 44px; display: inline-flex; align-items: center;
  transition: background 0.25s var(--EO), color 0.25s var(--EO);
}
.hero-banner__button--primary:hover { background: var(--gold); color: var(--abyss); }
.hero-banner__button--secondary {
  background: transparent; border: 1px solid rgba(247, 243, 234, 0.35); color: var(--parch);
  font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  padding: 12px 26px; min-height: 44px; display: inline-flex; align-items: center;
  transition: border-color 0.25s var(--EO), color 0.25s var(--EO);
}
.hero-banner__button--secondary:hover { border-color: var(--g2); color: var(--g2); }

.quick-services { padding: clamp(40px, 6vw, 80px) 0; }
.quick-service-card { padding: 26px; }
.quick-service-card__icon { color: var(--gold); margin-bottom: 16px; }
.quick-service-card__icon svg, .quick-service-card__icon img { width: 44px; height: 44px; }
.quick-service-card__title { font-family: var(--serif); font-size: 20px; color: var(--parch); margin: 0 0 8px; }
.quick-service-card__description { font-size: 14.5px; color: var(--mutedd); line-height: 1.65; }
.quick-service-card__button {
  margin-top: 14px; display: inline-block;
  font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  color: var(--g2);
}
.quick-service-card__button:hover { color: var(--gold); }

.key-services { padding: clamp(40px, 6vw, 80px) 0; }
.key-services__card { overflow: hidden; }
.key-services__card:nth-child(even) { background: rgba(19, 45, 78, 0.45); } /* гасим светлый чётный из темы */
.key-services__image img { width: 100%; display: block; }
.key-services__content { padding: 24px; }
.key-services__card-title h4 { font-family: var(--serif); font-size: 21px; color: var(--parch); margin: 0 0 8px; }
.key-services__description { font-size: 14.5px; color: var(--mutedd); }
.key-services__link { color: var(--g2); font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }

.info-item { margin-bottom: 22px; }
.info-item h4 { font-family: var(--serif); font-size: 19px; color: var(--parch); margin: 0 0 8px; }
.info-item p, .info-item li { color: var(--mutedd); }
.info-item ul { list-style: none; padding: 0; }
.info-item li { padding-left: 16px; position: relative; margin-bottom: 6px; }
.info-item li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg);
}

/* ==========================================================================
   ЧАСТЬ 8 — ERROR / 404-in-app
   ========================================================================== */
.error-page { text-align: center; padding: clamp(60px, 10vw, 120px) 0; }
.error-page__title {
  font-family: var(--serif); font-size: clamp(80px, 16vw, 160px);
  color: var(--g2); line-height: 1; margin: 0 0 10px; letter-spacing: -0.03em;
}
.error-page__text { color: var(--mutedd); font-size: 17px; max-width: 46ch; margin: 0 auto 26px; }

/* ==========================================================================
   ЧАСТЬ 9 — АДАПТИВ
   ========================================================================== */
@media (max-width: 1280px) {
  .v36-dark .page-content { padding-top: 132px; }
}
@media (max-width: 1023px) {
  .v36-dark .page-content { padding-top: 96px; }
  .service-layout { grid-template-columns: 1fr; }
  .service-sidebar { position: static; }
  .service-sidebar .specialist-list { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
  .header-item-logo .header-logo img { height: 40px; }
}
@media (max-width: 640px) {
  .v36-dark .page-content { padding-top: 86px; }
  .service-title { font-size: clamp(30px, 8.4vw, 40px); }
  .services-grid, .quick-services__grid, .key-services__grid { grid-template-columns: 1fr; }
  .experts-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
  .timeline-item { flex-direction: column; padding-left: 15px; }
  .timeline-year { flex: none; margin-bottom: 5px; font-size: 14px; }
  .timeline-content { margin-left: 0; }
  .cookie-consent__container { gap: 10px; }
  .modal-overlay { padding: 12px; }
}

/* ==========================================================================
   ЧАСТЬ 10 — REDUCED MOTION
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .specialist-card:hover, .expert-card:hover, .service-card:hover,
  .quick-service-card:hover, .key-services__card:hover, .review-card:hover,
  .booking-expert-card:hover, .contact-card:hover { transform: none; }
}

/* ==========================================================================
   ЧАСТЬ 11 — SHELL BASE (site-owned порт каркаса: detox template base/style,
   layout-механика; цвета/тёмный регистр — Core). Без этого Core-стилям
   не на что ложиться: в детоксе каркас давал AmadeusCMS-шаблон.
   ========================================================================== */
* { -webkit-appearance: none; -webkit-tap-highlight-color: transparent; }
HTML { margin: 0; padding: 0; display: flex; flex-direction: column; min-height: 100%; min-width: 320px; line-height: 1.5; -webkit-text-size-adjust: 100%; }
BODY { margin: 0; padding: 0; display: flex; flex: 1; width: 100%; min-width: 320px; }
HTML, BODY { max-width: 100%; overflow-x: hidden; }
DIV, SECTION { position: relative; }
h1 { margin: 0.67em 0; }
img { border-style: none; max-width: 100%; }
[hidden] { display: none; }
a { text-decoration: none; color: inherit; }

.__wrapper { display: flex; flex: 1; flex-direction: column; width: 100%; min-width: 320px; margin: 0 auto !important; }
.__container { width: 100%; max-width: 1300px; margin: auto; }
.__stretch { display: flex; flex: 1; flex-direction: column; }
.__side-padding { padding: 0 15px; }

/* line-утилиты темы */
.__line-blocks { display: flex; }
.__line-blocks._content-justify { justify-content: space-between; }
.__line-blocks._content-around { justify-content: space-around; }
.__line-blocks._content-center { justify-content: center; }
.__line-blocks._items-center { align-items: center; }
.__line-blocks._items-start { align-items: flex-start; }
.__line-blocks._items-end { align-items: flex-end; }
.__line-blocks._column { flex-direction: column; }

/* responsive-видимость */
.__w480, .__w600, .__w768, .__w1024, .__w1200 { display: none; }
.__wn480, .__wn600, .__wn768, .__wn1024, .__wn1200 { display: inherit; }

/* шапка-каркас (тег header НЕ fixed — fixed делает Core для .header на тёмном регистре) */
header { width: 100%; max-width: 2000px; margin: auto; }
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 900; }
.header-items { padding: 15px 0; }
.header-item-logo { flex-grow: 1; z-index: 10; }
.header-item-logo .header-logo { display: flex; align-items: center; }
.header-item-menu { display: none; }
.header-item-contacts { display: flex; align-items: center; margin-right: 20px; }
.header-item-phones { margin-right: 20px; line-height: 1; }
.header-item-phones a { display: block; font-weight: 800; font-size: 16px; }
.header-item-phones span { display: none; font-weight: 300; font-size: 12px; }
.header-item-social { display: none; }
.header-item-social a {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(214, 179, 102, 0.6); margin: 0 7px;
  background-size: 20px; background-position: center; background-repeat: no-repeat;
}
.header-item-social a.s-wt { background-image: url(/template/amadeya/images/sprite.svg#wt-icon); }
.header-item-social a.s-tg { background-image: url(/template/amadeya/images/sprite.svg#tg-icon); }
.header-item-slogan { display: none; font-weight: 300; font-size: 14px; }
.header-item-button { display: none; padding: 0 20px; }
header .nav > div { display: none; }
.header-menu-button { margin-left: 0; }

/* бургер-иконка */
.menu-button { display: block; width: 22px; height: 22px; z-index: 7100; right: 0; transition: all 0.5s ease; }
.menu-button .menu-icon {
  display: block; width: 22px; position: absolute; height: 2px;
  top: 0; bottom: 0; left: 0; right: 0; margin: auto;
  background: var(--gold); border-radius: 2px;
}
.menu-button .menu-icon::before,
.menu-button .menu-icon::after {
  display: block; content: ""; position: absolute; height: 2px; width: 100%; left: 0;
  margin: auto; background: var(--gold); transition: all 0.3s ease; border-radius: 2px;
}
.menu-button .menu-icon::before { top: 7px; }
.menu-button .menu-icon::after { bottom: 7px; }
.menu-button.is_open { transform: rotate(-180deg); }
.menu-button.is_open .menu-icon { height: 0; }
.menu-button.is_open .menu-icon::before { transform: rotate(-45deg); width: 100%; top: 0; bottom: 0; }
.menu-button.is_open .menu-icon::after { transform: rotate(45deg); width: 100%; top: 0; bottom: 0; }

/* десктопная полоса меню (механика; Core красит) */
.header-menu { display: none; }
/* ov-lite переносит #main-menu в .over-content — там меню видимо всегда;
   иначе мобильное display:none гасит оверлей (core.css задаёт только фон/высоту) */
.over-content .header-menu { display: block; }
/* Core-оверлей рассчитывает на темовый сброс списков (у детокса он глобальный) */
.menu-wrapper ul, .menu-items { list-style: none; margin: 0; padding: 0; }
.over-content .menu-items a { text-decoration: none; }
/* medflex-круг (z 999999995) перекрывает CTA открытого меню — гасим при оверлее */
body.ScrollOff .medflex-round-widget__button { display: none !important; }
@media only screen and (min-width: 768px) {
  BODY { font-size: 15px; }
  .header-item-phones { line-height: 1.2; }
  .header-item-phones a { font-size: 18px; }
  .header-item-phones span { font-size: 13px; display: block; }
  .header-item-phone { text-align: right; }
  .header-menu-button { margin-left: 20px; }
  .header-item-button { display: block; }
  .header-item-social { display: flex; align-items: center; justify-content: center; }
}
@media only screen and (min-width: 1024px) {
  .__wrapper { padding-top: 0; }
  .header-items { padding: 12px 0; }
  .header-item-logo { flex-grow: 0; }
  .header-item-slogan { display: block; }
  .header-item-phones { margin-right: 30px; }
  .header-item-menu { display: block; font-size: 15px; }
  header .nav { display: block; height: auto; }
  header .nav > div { display: block; }
  .header-menu { display: block; }
  .header-menu ul { display: flex; margin: 0; padding: 0; list-style: none; }
  .header-menu li { margin-right: 20px; }
  .header-menu li:last-child { margin-right: 0; }
  .header-menu a { line-height: 38px; }
  .menu-wrapper { max-width: 1360px; margin: auto; }
  .menu-wrapper ul { margin: 0 5px; padding: 0; list-style: none; justify-content: space-around; }
  .menu-wrapper li { margin: 0; padding: 0; }
  .menu-wrapper ul.level-1 > li { display: block; float: left; }
  .menu-wrapper ul.level-1 > li a { display: block; font-size: 14px; font-weight: 500; padding: 0 10px; line-height: 54px; }
  .menu-wrapper ul.level-2 { display: none; }
  .menu-wrapper li.level-1:hover ul.level-2 {
    position: absolute; z-index: 4500; display: block; margin: 0;
  }
  /* бургер на десктопе скрыт */
  .header-menu-button { display: none; }
  .__w1024 { display: inherit; }
  .__wn1024 { display: none; }
}
@media only screen and (min-width: 1280px) {
  .header-items { padding: 17px 0; }
  .header-item-logo .header-logo img { height: 58px; }
  .header-item-slogan { font-size: 15px; }
  .header-item-phones a { font-size: 22px; line-height: 1.3; }
  .header-item-phones span { text-align: right; display: block; }
  .header-menu a { line-height: 42px; font-size: 16px; }
  .menu-wrapper ul.level-1 > li a { font-size: 16px; }
}

/* футер-раскладка (цвета — Core) */
footer { padding: 15px 0; margin-top: 30px; }
.footer { padding-top: 25px; padding-bottom: 15px; }
.footer-item { text-align: center; padding: 0 20px; margin-bottom: 20px; }
.footer-item p { font-size: 14px; margin: 0 0 7px; }
.footer-logo { display: flex; flex-direction: column; align-items: center; margin-bottom: 15px; }
.footer-item-social { display: flex; justify-content: center; }
.footer-item-social a {
  display: flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; margin: 0 10px;
  background-size: 26px; background-position: center; background-repeat: no-repeat;
} /* эталон: 28px без рамки (style.css:222), сверка 23.08 */
.footer-item-social a.s-wt { background-image: url(/template/amadeya/images/sprite.svg#wt-icon-w); }
.footer-item-social a.s-tg { background-image: url(/template/amadeya/images/sprite.svg#tg-icon-w); }
.footer-item-copyright { padding-top: 20px; margin-top: 20px; }
.footer-copyright { padding: 10px 0; text-align: center; font-weight: 300; }
.footer-low-menu { display: flex; justify-content: center; flex-wrap: wrap; }
.footer-low-menu a { font-size: 13px; display: block; line-height: 2; margin: 0 15px; }
.footer-notice { padding-top: 20px; margin-top: 20px; font-size: 13px; }
@media only screen and (min-width: 1024px) {
  ._row-w1024 { flex-direction: row; }
  .footer-items { align-items: flex-start; justify-content: space-between; }
  .footer-item { text-align: left; }
  .footer-logo { align-items: flex-start; }
  .footer-item-social { justify-content: flex-start; }
  .footer-item-social a { margin: 0 14px 0 0; }
}

/* ==========================================================================
   ЧАСТЬ 12 — ГЛАВНАЯ v36: механика блоков (порт темы; цвета/скины — Core)
   ========================================================================== */
/* офферы */
.offers-wrapper { margin: 30px 0; }
.offer-item { padding: 25px; margin-bottom: 20px; }
.offer-item:last-child { margin-bottom: 0; }
.offer-item-title { display: flex; align-items: center; margin-bottom: 20px; }
.offer-item h2 { margin: 0; }
.offer-item-icon {
  flex: 0 0 60px; height: 60px; border-radius: 50% 50% 50% 4px;
  background-repeat: no-repeat; background-position: center; background-size: 35px;
  background-image: url(/template/amadeya/images/sprite.svg#icon1); margin-right: 15px;
}
.offer-2 .offer-item-icon { background-image: url(/template/amadeya/images/sprite.svg#icon2); }
.offer-item-action { margin-top: 20px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
/* generic .button (механика темы; Core красит .v36-dark .button) */
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 38px; padding: 10px 22px; box-sizing: border-box;
  font-size: 14px; font-weight: 500; letter-spacing: 0.5px; line-height: 1.2;
  text-decoration: none; border: none; cursor: pointer; border-radius: 6px;
  transition: all 0.3s ease;
}

/* услуги (posts-block) */
.posts-block .post-item { position: relative; border-radius: 10px; overflow: hidden; margin-bottom: 20px; }
.posts-block .post-item:last-child { margin-bottom: 0; }
.posts-block .post-item-image { height: 200px; border-radius: 10px; overflow: hidden; }
.posts-block .post-item-image img { height: 100%; width: 100%; display: block; margin: 0; padding: 0; object-fit: cover; }
.posts-block .post-item-desc { padding: 15px; }
.posts-block .post-item-title h3 { margin: 10px 0; }
.posts-block .post-item .overlink { position: absolute; inset: 0; display: block; z-index: 2; }

/* специалисты (people-block) */
.people-block { margin: 30px 0; padding-bottom: 20px; position: relative; }
.people-block .swiper-wrapper { align-items: stretch; padding-bottom: 20px; }
.people-block .swiper-slide { padding-left: 15px; box-sizing: border-box; width: 280px; height: unset; }
.people-block .swiper-nav-buttons { display: none; }
.people-item { position: relative; height: 100%; border-radius: 20px; overflow: hidden; } /* радиус эталона (core 20px), сверка 23.08 */
.people-item-photo { height: 320px; }
.people-item-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.people-item-desc { padding: 15px; }
.people-item-name { font-size: 20px; margin-bottom: 15px; }
.people-item-name span:first-child { display: block; font-weight: 600; }
.people-item-name span:last-child { display: block; font-size: 0.9em; }
.people-item-exp { margin-top: 10px; }
.people-item .overlink { position: absolute; inset: 0; display: block; z-index: 2; }

/* отзывы (reviews-block) */
.reviews-block { margin: 30px 0; padding-bottom: 20px; position: relative; }
.reviews-block .swiper-wrapper { align-items: stretch; }
.reviews-block .swiper-slide { padding-left: 15px; box-sizing: border-box; width: 280px; height: unset; }
.reviews-block .swiper-nav-buttons { display: none; }
.reviews-item { height: 100%; padding: 20px; box-sizing: border-box; border-radius: 8px; position: relative; }
.reviews-item::before {
  content: ""; display: block; position: absolute; top: 15px; right: 15px;
  width: 50%; max-width: 180px; height: 100%;
  background-image: url(/template/amadeya/images/icon3.svg);
  background-size: contain; background-repeat: no-repeat; background-position: top;
  opacity: 0.5; pointer-events: none;
}
.reviews-item-head { display: flex; align-items: center; }
.reviews-item-title { margin-bottom: 15px; }
.reviews-item-title span {
  background-image: url(/template/amadeya/images/stars.svg);
  background-size: contain; background-repeat: no-repeat; display: block; height: 12px; margin-top: 10px;
}

/* карта (map-block) — эталон детокса: белая карточка, на десктопе плавает поверх карты */
.map-block { border-radius: 10px; overflow: hidden; box-shadow: 0 4px 24px -3px rgba(0, 0, 0, 0.15); }
.map-block .map-block-content { padding: 25px; background: #FFFFFF; color: #22324A; }
/* специфичность поднята: перебивает core .v36-dark .page h2/p (светлые на тёмном) — сверка 23.08 */
.map-block .map-block-content h2,
.map-block .map-block-content h3 { margin-top: 0; color: #16233A; }
.map-block .map-block-content p,
.map-block .map-block-content .contact-row { color: #22324A; }
.map-block .map-block-content .phone { color: #16233A; }
.map-wrap { height: 340px; filter: saturate(0.7); }
.map-wrap iframe { display: block; width: 100%; height: 100%; }
@media only screen and (min-width: 1024px) {
  .map-block-content {
    position: absolute; z-index: 10; top: 50px; left: 50px; width: 290px;
    box-shadow: 0 4px 24px -3px rgba(0, 0, 0, 0.15); border-radius: 10px;
  }
  .map-wrap { height: 400px; }
}
.contact-row { display: inline-block; background-repeat: no-repeat; padding-left: 25px; background-position: left center; background-size: 16px 16px; }
.contact-row.icon-location { background-image: url(/template/amadeya/images/sprite.svg#icon4); }
.contact-row.icon-phone { background-image: url(/template/amadeya/images/sprite.svg#icon5); }
.contact-row.icon-time { background-image: url(/template/amadeya/images/sprite.svg#icon6); }

@media only screen and (min-width: 768px) {
  .offers-wrapper { display: flex; justify-content: space-between; }
  .offer-item { flex-basis: calc(50% - 10px); box-sizing: border-box; margin-bottom: 0; }
  .offer-item .offer-inner { display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
  .offer-item .offer-item-text { flex-grow: 1; }
  .posts-block { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .posts-block .post-item { width: calc(50% - 10px); }
  .people-block .swiper-slide { width: 304px; }
  .people-item-photo { height: 350px; }
  .reviews-block .swiper-slide { padding-left: 25px; width: calc(50% - 80px); }
}
@media only screen and (min-width: 1280px) {
  .reviews-block .swiper-nav-buttons,
  .people-block .swiper-nav-buttons { display: block; position: absolute; top: 50%; transform: translateY(-50%); left: -30px; right: -30px; pointer-events: none; }
  .swiper-nav-buttons .swiper-nav-button {
    pointer-events: auto; color: var(--parch); background: rgba(19, 45, 78, 0.75);
    width: 40px; height: 40px; border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(242, 223, 160, 0.25);
  }
  .swiper-nav-buttons .swiper-nav-button::after { font-size: 13px; }
  .swiper-nav-buttons .swiper-button-prev { border-radius: 50% 4px 4px 50%; }
  .swiper-nav-buttons .swiper-button-next { border-radius: 4px 50% 50% 4px; }
}

/* ==========================================================================
   ЧАСТЬ 13 — каталог специалистов (/speczialisty) — сетка people-item
   ========================================================================== */
.a26-docs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
  margin: 26px 0 10px;
}
.a26-docs-grid .people-item { display: flex; flex-direction: column; }
.a26-docs-grid .people-item-photo { height: 300px; }
.a26-docs-grid .people-item-more {
  margin-top: 12px; font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 600; color: var(--g2);
}
.a26-docs-grid .people-item:hover .people-item-more { color: var(--gold); }
.entry-header { margin-bottom: 8px; }
.entry-title { margin-bottom: 0.35em; }
@media (max-width: 640px) {
  .a26-docs-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
  .a26-docs-grid .people-item-photo { height: 220px; }
}

/* ==========================================================================
   ЧАСТЬ 14 — WP-контентные страницы: типографика + карточка врача
   (site-owned: оформление verbatim the_content, разметка не меняется)
   ========================================================================== */
.entry-content { max-width: 860px; font-size: 16px; line-height: 1.72; color: var(--t2, rgba(233,238,246,0.82)); }
.entry-content > * + * { margin-top: 1.1em; }
.entry-content h2 {
  margin: 1.6em 0 0.6em; font-size: clamp(24px, 3vw, 32px); line-height: 1.25;
  position: relative; padding-bottom: 14px;
}
.entry-content h2::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 56px; height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.entry-content h3 {
  margin: 1.4em 0 0.35em; font-family: var(--ff-sans, "Golos Text", sans-serif);
  font-size: 13px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--g2);
}
.entry-content h3 + p { margin-top: 0.3em; }
.entry-content p { margin: 0.8em 0; }
.entry-content ul, .entry-content ol { margin: 1em 0; padding-left: 0; list-style: none; }
.entry-content ul li {
  position: relative; padding-left: 26px; margin: 0.55em 0;
}
.entry-content ul li::before {
  content: ""; position: absolute; left: 4px; top: 0.62em; width: 7px; height: 7px;
  background: var(--gold); transform: rotate(45deg); opacity: 0.85;
}
.entry-content ol { counter-reset: a26ol; }
.entry-content ol li { position: relative; padding-left: 34px; margin: 0.55em 0; counter-increment: a26ol; }
.entry-content ol li::before {
  content: counter(a26ol); position: absolute; left: 0; top: 0.1em;
  font-family: var(--ff-serif, "Playfair Display", serif); font-size: 1.15em; color: var(--gold);
}
.entry-content strong { color: var(--t1, #eef2f8); font-weight: 600; }
.entry-content a { color: var(--g2); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(242,223,160,0.35); }
.entry-content a:hover { color: var(--gold); text-decoration-color: var(--gold); }
.entry-content img { border-radius: 10px; height: auto; }

/* Фото врача в начале страницы — карточка с золотой рамкой */
.entry-content > p:first-of-type:has(> img:only-child),
.entry-content > p:first-of-type > img {
  margin-top: 0.4em;
}
.entry-content > p:first-of-type > img {
  width: min(280px, 62vw); border-radius: 14px;
  box-shadow: 0 0 0 1px rgba(242,223,160,0.28), 0 18px 44px -18px rgba(0,0,0,0.65);
}
@media (min-width: 1024px) {
  .entry-content > p:first-of-type:has(> img:only-child) {
    float: left; margin: 0.3em 34px 14px 0;
  }
}
/* Ссылка «Записаться» (Medflex) — как кнопка */
.entry-content a[href*="booking.medflex"] {
  display: inline-flex; align-items: center; gap: 10px; margin: 0.6em 0;
  padding: 13px 26px; border-radius: 6px; text-decoration: none;
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); box-shadow: inset 0 0 0 1px rgba(242,223,160,0.5);
  transition: color .25s ease, box-shadow .25s ease, background .25s ease;
}
.entry-content a[href*="booking.medflex"]:hover {
  color: #101f33; background: var(--gold); box-shadow: inset 0 0 0 1px var(--gold);
}
/* Цитата-эпиграф врача */
.entry-content > p > strong > em, .entry-content > p > em > strong {
  font-family: var(--ff-serif, "Playfair Display", serif); font-weight: 500;
  font-size: 1.18em; color: var(--g2);
}
/* Галерея лицензий (пустые lightbox-якоря) — аккуратный подзаголовок */
.entry-content a[data-gallery-index] { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; }

/* ==========================================================================
   ЧАСТЬ 15 — контентные страницы: образы, таблицы, бейджи, iframe
   ========================================================================== */
.entry-content p > img:only-child,
.entry-content p > a > img:only-child {
  max-width: min(100%, 480px); display: block; margin: 0.4em 0;
}
.entry-content table {
  width: 100%; border-collapse: collapse; margin: 1.4em 0; font-size: 14.5px;
  background: rgba(19, 45, 78, 0.35); border-radius: 10px; overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(242,223,160,0.14);
}
.entry-content th, .entry-content td { padding: 12px 16px; text-align: left; vertical-align: top; }
.entry-content thead th, .entry-content tr:first-child th {
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--g2);
  border-bottom: 1px solid rgba(242,223,160,0.25);
}
.entry-content td { border-bottom: 1px solid rgba(233,238,246,0.08); }
.entry-content tr:last-child td { border-bottom: none; }
.entry-content h4 { margin: 1.2em 0 0.4em; font-size: 15px; color: var(--t1, #eef2f8); }
.entry-content iframe { max-width: 100%; border-radius: 12px; box-shadow: inset 0 0 0 1px rgba(242,223,160,0.18); }
/* Бейджи ПроДокторов — компактно в ряд */
.entry-content p:has(> a > img[src*="prodoctorov"]) { display: inline-block; margin-right: 14px; }
.entry-content img[src*="prodoctorov"] { max-width: 150px !important; border-radius: 8px; }
/* Пустые артефакты Elementor */
.entry-content p:empty, .entry-content ul:empty { display: none; }

/* Карточки онлайн-записи (/online-zapis-k-specialistam) */
.a26-docs-grid--zapis { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
.a26-doc-card {
  background: rgba(19, 45, 78, 0.35); border-radius: 12px; padding: 18px;
  box-shadow: inset 0 0 0 1px rgba(242,223,160,0.14);
  display: flex; flex-direction: column; align-items: flex-start;
  transition: box-shadow .25s ease, transform .25s ease;
}
.a26-doc-card:hover { box-shadow: inset 0 0 0 1px rgba(242,223,160,0.4); transform: translateY(-2px); }
.a26-doc-card figure { margin: 0 0 12px; }
.a26-doc-card figure img {
  width: 120px; height: 120px; object-fit: cover; border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(242,223,160,0.3);
  max-width: none;
}
.a26-doc-card h3 { margin: 0 0 6px; font-size: 17px; line-height: 1.3; }
.a26-doc-card h3 a { color: var(--t1, #eef2f8); text-decoration: none; }
.a26-doc-card h3 a:hover { color: var(--gold); }
.a26-doc-card > p { font-size: 13px; color: var(--mutedd2, rgba(233,238,246,0.6)); margin: 0 0 8px; }
.a26-doc-card a[href*="booking.medflex"] { margin-top: auto; padding: 10px 18px; font-size: 11px; }

/* Восстановленные service-страницы: сайдбар специалистов направления */
.a26-side-specs {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px; margin: 34px 0 10px;
}
.a26-side-spec {
  display: flex; gap: 16px; align-items: center;
  background: rgba(19, 45, 78, 0.35); border-radius: 14px; padding: 16px 18px;
  box-shadow: inset 0 0 0 1px rgba(242,223,160,0.14);
  transition: box-shadow .25s ease, transform .25s ease;
}
.a26-side-spec:hover { box-shadow: inset 0 0 0 1px rgba(242,223,160,0.4); transform: translateY(-2px); }
.a26-side-spec img {
  width: 84px; height: 84px; object-fit: cover; border-radius: 50%; flex: 0 0 auto;
  box-shadow: 0 0 0 1px rgba(242,223,160,0.3); max-width: none;
}
.a26-side-spec-info h3 {
  font-family: var(--ff-serif, "Playfair Display", serif);
  font-size: 17px; line-height: 1.3; margin: 0 0 4px; color: var(--t1, #eef2f8);
}
.a26-side-spec-info p { font-size: 13px; color: var(--mutedd2, rgba(233,238,246,0.6)); margin: 0; }
.a26-side-spec-info .a26-side-spec-exp { color: var(--g2); font-size: 12px; letter-spacing: 0.05em; margin-top: 4px; }
@media (max-width: 640px) { .a26-side-specs { grid-template-columns: 1fr; } }

/* ==========================================================================
   ЧАСТЬ 16 — WP block-dump страницы (category/author/mutaeva)
   ========================================================================== */
.a26-page-title {
  font-family: var(--ff-serif, "Playfair Display", serif);
  font-size: clamp(30px, 4.5vw, 44px); line-height: 1.2; color: var(--t1, #eef2f8);
  margin: 0.2em 0 0.8em;
}
.a26-wpblocks .wp-block-spacer { display: none; }
.a26-wpblocks .wp-block-query-title {
  font-family: var(--ff-serif, "Playfair Display", serif);
  font-size: clamp(30px, 4.5vw, 44px); line-height: 1.2; color: var(--t1, #eef2f8);
  margin: 0.2em 0 0.9em; padding-top: 0 !important;
}
.a26-wpblocks .wp-block-query ul.wp-block-post-template,
.a26-wpblocks .wp-block-query ul {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px;
  list-style: none; padding: 0; margin: 0;
}
@media (max-width: 1023px) { .a26-wpblocks .wp-block-query ul { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .a26-wpblocks .wp-block-query ul { grid-template-columns: 1fr; } }
.a26-wpblocks li.wp-block-post,
.a26-wpblocks .wp-block-query ul > li {
  background: rgba(19, 45, 78, 0.35); border-radius: 14px; overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(242,223,160,0.14);
  transition: box-shadow .25s ease, transform .25s ease;
}
.a26-wpblocks .wp-block-query ul > li:hover { box-shadow: inset 0 0 0 1px rgba(242,223,160,0.4); transform: translateY(-3px); }
/* Листинг (рубрика/автор): шире, чем статья — сетка карточек */
.entry-content.a26-wpblocks:has(.wp-block-query) { max-width: 1100px; }
/* Внутри query-листинга отменяем «статейные» ромбы-буллеты */
.a26-wpblocks .wp-block-query ul > li { padding-left: 0; margin: 0; }
.a26-wpblocks .wp-block-query ul > li::before { display: none; }
/* Картинка карточки — во всю ширину, инлайновые WP-стили figure/img перекрываем */
.a26-wpblocks .wp-block-post-featured-image {
  aspect-ratio: auto !important; padding: 0 !important; margin: 0 !important;
  height: 200px; overflow: hidden;
}
.a26-wpblocks .wp-block-post-featured-image img,
.a26-wpblocks li figure img {
  width: 100% !important; height: 100% !important; object-fit: cover; display: block; border-radius: 0;
  max-width: none;
}
.a26-wpblocks li .wp-block-group { padding: 18px 20px 22px; }
.a26-wpblocks .wp-block-post-title,
.a26-wpblocks li h2, .a26-wpblocks li h3 {
  font-family: var(--ff-serif, "Playfair Display", serif);
  font-size: 20px; line-height: 1.35; margin: 0 0 10px;
}
.a26-wpblocks .wp-block-post-title a,
.a26-wpblocks li h2 a, .a26-wpblocks li h3 a { color: var(--t1, #eef2f8); text-decoration: none; }
.a26-wpblocks .wp-block-post-title a:hover { color: var(--gold); }
.a26-wpblocks .wp-block-post-date, .a26-wpblocks li time,
.a26-wpblocks li .wp-block-post-author-name, .a26-wpblocks li .wp-block-post-terms {
  font-size: 12px; color: var(--g2); letter-spacing: 0.06em;
}
/* В мета-строке карточки оставляем только дату */
.a26-wpblocks .wp-block-query .wp-block-post-author-name,
.a26-wpblocks .wp-block-query .wp-block-post-terms,
.a26-wpblocks .wp-block-query li .wp-block-group-is-layout-flex > p { display: none; }
.a26-wpblocks .wp-block-post-date a { color: inherit; text-decoration: none; }
.a26-wpblocks .wp-block-post-date a:hover { color: var(--gold); }
.a26-wpblocks .wp-block-post-excerpt, .a26-wpblocks li p {
  font-size: 14px; line-height: 1.65; color: var(--mutedd2, rgba(233,238,246,0.65));
}
/* WP-эмодзи (s.w.org svg): без родной WP-CSS они гигантские — делаем инлайн-размером */
img[src*="s.w.org/images/core/emoji"] {
  width: 1.15em !important; height: 1.15em !important;
  display: inline-block; vertical-align: -0.18em;
  border-radius: 0 !important; box-shadow: none !important; margin: 0 0.1em;
}
/* Колонки (страница врача из дампа) */
.a26-wpblocks .wp-block-columns { display: flex; gap: 44px; align-items: flex-start; flex-wrap: wrap; }
.a26-wpblocks .wp-block-column { flex: 1 1 0; min-width: 0; }
.a26-wpblocks .wp-block-column:has(> .wp-block-image) { flex: 0 0 340px; }
.a26-wpblocks .wp-block-image img { width: 100%; height: auto; border-radius: 14px; box-shadow: 0 0 0 1px rgba(242,223,160,0.28), 0 18px 44px -18px rgba(0,0,0,0.65); }
@media (max-width: 768px) {
  .a26-wpblocks .wp-block-columns { flex-direction: column; }
  .a26-wpblocks .wp-block-column:has(> .wp-block-image) { flex: 1 1 auto; max-width: 320px; }
}
.a26-wpblocks li > .wp-block-group:has(> .wp-block-post-featured-image),
.a26-wpblocks li > .wp-block-group:has(> figure) { padding: 0; }
/* мета-строка карточки: без двойных паддингов вложенных групп */
.a26-wpblocks li .wp-block-group .wp-block-group { padding: 0; }
.a26-wpblocks li .wp-block-group-is-layout-flex { gap: 8px; }

/* contacts: компактная сетка карточек */
.contacts-content { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.contacts-content .contact-card { height: 100%; }
.contacts-content .modal-form-container { grid-column: 1 / -1; }
@media (max-width: 860px) { .contacts-content { grid-template-columns: 1fr; } }

/* доводка мержа SEO-контента: классы их service-шаблона, не покрытые ранее */
.service-why { margin-top: 8px; }
.service-hero-content { max-width: 720px; }
.specialist-info { display: flex; flex-direction: column; gap: 4px; }
.service-list { margin: 1em 0; padding-left: 0; list-style: none; }
.service-list li {
  position: relative; padding-left: 1.4em; margin: 0.45em 0;
}
.service-list li::before {
  content: ""; position: absolute; left: 0; top: 0.52em;
  width: 7px; height: 7px; transform: rotate(45deg);
  background: var(--gold);
}

/* /kontakty: чипы соцсетей/мессенджеров (иконка + подпись), в духе кнопок-контуров */
.a26-contacts-social { display: flex; flex-wrap: wrap; gap: 12px; margin: 4px 0 10px; }
.a26-soc {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 18px 10px 14px; min-height: 44px; box-sizing: border-box;
  border: 1px solid rgba(214, 179, 102, 0.55); border-radius: 999px;
  color: var(--parch); font-size: 14px; font-weight: 500; letter-spacing: 0.04em;
  text-decoration: none !important;
  transition: border-color 0.25s var(--EO, ease), background 0.25s, transform 0.25s;
}
.a26-soc::before {
  content: ""; width: 20px; height: 20px; flex: 0 0 20px;
  background: center / contain no-repeat;
}
.a26-soc--wt::before { background-image: url(/template/amadeya/images/sprite.svg#wt-icon-w); }
.a26-soc--tg::before { background-image: url(/template/amadeya/images/sprite.svg#tg-icon-w); }
.a26-soc--vk::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -120 512.00201 512'%3E%3Cpath fill='%23F2DFA0' d='m409.898438%20153.902344%20101.796874-153.902344h-156.117187l-2.914063%2011.292969c-7.480468%2028.992187-21.519531%2068.285156-45.914062%2090.839843-3.015625%202.785157-5.871094%205.023438-8.5%206.816407v-108.949219h-135.972656v30.101562h12.703125v68.222657c-15.242188-13.40625-34.394531-38.988281-39.410157-84.90625l-1.464843-13.417969h-134.105469l4.605469%2018.65625c16.558593%2067.09375%2041.398437%20122.058594%2073.835937%20163.367188%2026.480469%2033.726562%2058.019532%2058.488281%2093.738282%2073.59375%2031.898437%2013.492187%2061.269531%2016.800781%2082.402343%2016.800781%2019.4375%200%2031.902344-2.800781%2032.949219-3.042969l11.464844-2.671875.59375-41.351563%2051.058594%2044.417969h161.355468zm-139.484376%206.175781-1.164062%2081.546875c-16.808594%201.496094-50.109375%201.554688-86.859375-14.378906-30.691406-13.308594-57.953125-35.101563-81.027344-64.777344-26.425781-33.984375-47.449219-78.449219-62.613281-132.367188h68.777344c14.886718%2086.335938%2074.78125%20108.675782%2077.449218%20109.625l20.105469%207.171876v-116.796876h63.070313v116.945313l15.835937-.828125c1.925781-.101562%2019.414063-1.496094%2040.066407-19.195312%2023.464843-20.113282%2041.828124-52.683594%2054.664062-96.921876h76.976562l-83.617187%20126.410157%2073.277344%2083.152343h-83.449219zm0%200'/%3E%3C/svg%3E"); }
.a26-soc:hover { border-color: var(--gold); background: rgba(214, 179, 102, 0.08); transform: translateY(-1px); color: var(--g2); }

/* /online-zapis: юрблок с бейджами ПроДокторов — на всю ширину под сеткой врачей */
.a26-zapis-legal {
  margin: 36px 0 0; padding-top: 24px;
  border-top: 1px solid rgba(242, 223, 160, 0.12);
}
.a26-zapis-legal > p { margin: 0 0 10px; }
.a26-zapis-legal img { width: auto; max-width: 240px; height: auto; border-radius: 10px; }

/* medflex round widget → айдентика: глубина + золото вместо чужого синего #1A5DD0 */
.medflex-round-widget__button {
  background: var(--abyss) !important;
  border: 1px solid rgba(214, 179, 102, 0.75) !important;
  color: var(--g2) !important;
  font-family: "Golos Text", sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.55) !important;
}
.medflex-round-widget__button:hover { background: #122A44 !important; }

/* ==========================================================================
   ЧАСТЬ 15 — ПАРИТЕТ С ЭТАЛОНОМ ДЕТОКСА (computed-сверка продов 23.08)
   Детокс получает эти визуальные слои из legacy style.css в своём бандле;
   a26 тему не грузит — переносим правила сюда, значения = замеры эталона.
   ========================================================================== */

/* маркер-ромб у заголовков секций (style.css:134-136 + margin @1280) */
.section-title { padding: 25px; padding-left: 30px; margin-left: 20px; }
.section-title::before {
  content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0;
  width: 40px; height: 100%;
  background: url(/template/amadeya/images/sprite.svg#marker) no-repeat left 19px / 20px 36px;
}
@media only screen and (min-width: 1280px) { .section-title { margin-left: 40px; } }

/* карточки услуг — раскладка эталона: 480+ строка с фото слева,
   768-1023 колонка с фото сверху, 1024+ снова строка (style.css:317/392/468) */
@media only screen and (min-width: 480px) {
  .posts-block .post-item { display: flex; }
  .posts-block .post-item-image { min-width: 150px; max-width: 150px; }
  .posts-block .post-item-desc { padding-left: 25px; }
  .reviews-block .__line-block-item { padding: 25px; }
}
@media only screen and (min-width: 768px) {
  .posts-block .post-item { flex-direction: column; }
  .posts-block .post-item-image { max-width: none; }
}
@media only screen and (min-width: 1024px) {
  .posts-block .post-item { flex-direction: row; }
  .posts-block .post-item-image { max-width: 150px; }
}
/* «Подробнее» — кегль эталона 14px (core задаёт 11px, детокс перебит темой) */
.posts-block .post-item-title a { font-size: 14px; }

/* отзывы на пергаменте: имя автора тёмное, как в эталоне
   (у a26 главная лежит в .page — core-правило .v36-dark .page h3 красило в parch) */
.v36-dark .page .v36-sheet .reviews-item-title h3 { color: var(--abyss); }

/* футер: акцент первой строки юрблока (style.css:216 — 1.3em/700/white85) */
.footer-item p:first-child {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 15px;
}

/* ==========================================================================
   ЧАСТЬ 16 — CTA-ПОЛОСА + ИНЛАЙН-ФОРМА (главная; паттерн детокса contact-block-2,
   структурный layout — у детокса он из legacy темы, у нас задаём здесь)
   ========================================================================== */

.v36-cta { padding: 30px 0; }
.contact-block-2 { display: flex; gap: 48px; align-items: center; padding: 48px 56px; }
.contact-block-2-content { flex: 1.05; display: grid; gap: 22px; justify-items: start; }
.contact-block-2-content > div { display: grid; gap: 6px; }
a.page-form-phone { font-size: clamp(24px, 2.4vw, 34px); }
.contact-block-2-form { flex: 1; padding: 30px 32px; }
.contact-block-2 .form-title { font-size: 20px; margin-bottom: 16px; }
.contact-block-2 form { display: grid; gap: 12px; }
.contact-block-2 input { width: 100%; padding: 13px 16px; font-size: 15px; }
.contact-block-2 .form-row.checkbox { display: flex; gap: 10px; align-items: flex-start; }
.contact-block-2 .form-row.checkbox input { width: auto; margin-top: 3px; flex: none; }
.contact-block-2 .form-row.checkbox label { font-size: 12.5px; line-height: 1.45; }
.contact-block-2 .modal-submit { width: 100%; padding: 14px; cursor: pointer; }
.contact-block-2 .modal-error { display: none; color: #ef4444; font-size: 13px; margin-bottom: 10px; }
.contact-block-2 .modal-error.show { display: block; }
.contact-block-2 .modal-success { text-align: center; padding: 18px 0; color: var(--inkl); }
.contact-block-2 .modal-success-title { color: var(--abyss); margin-bottom: 6px; }

@media (max-width: 860px) {
  .v36-cta { padding: 20px 0; }
  .contact-block-2 { flex-direction: column; gap: 26px; padding: 30px 22px; }
  .contact-block-2-form { padding: 24px 20px; width: 100%; }
}
