/*
Theme Name: ProZdorovje
Theme URI: https://prozdorovje.ru
Author: ИП Купянский М.С.
Description: Кастомная тема для семейной клиники ПроЗдоровье в Красноярске
Version: 1.0.0
Text Domain: prozdorovje
*/

/* =========================================================
   Base Reset (safe for Bootstrap 5 + WordPress)
   Place this at the very top of style.css
   ========================================================= */

/* 1) Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2) Remove default margin on common text blocks
   Using :where() to keep specificity low (Bootstrap can override) */
:where(
  body,
  h1, h2, h3, h4, h5, h6,
  p,
  figure,
  blockquote,
  dl, dd
) {
  margin: 0;
}

/* 3) Base html/body */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 4) Media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Prevent inline svg from adding baseline gap in some cases */
svg {
  overflow: visible;
}

/* 5) Forms inherit typography */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

/* 6) Text overflow safety */
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

/* 7) Lists:
   Do NOT globally remove list styles (Bootstrap + WP content may need them)
   Instead neutralize lists only when explicitly used as a UI list */
:where(ul[role="list"], ol[role="list"]) {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 8) Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 9) Links - keep neutral baseline */
a {
  color: inherit;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.12em;
}

/* 10) Reduce accidental bottom margins inside components */
:where(.card, .modal, .offcanvas, .navbar, .dropdown-menu) :last-child {
  margin-bottom: 0;
}

/* 11) WordPress images alignment safety */
.alignnone,
.alignleft,
.alignright,
.aligncenter {
  max-width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 12) Gutenberg content basic rhythm
   Если хочешь, чтобы контент из редактора не был "плоским" после reset */
.entry-content :where(p, ul, ol, blockquote) {
  margin-bottom: 1rem;
}

.entry-content :where(ul, ol) {
  padding-left: 1.25rem;
}

/* 13) Improve focus visibility (accessibility) */
:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}


@media (min-width: 576px){
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 10rem!important;
  }
}

.tbold {
    font-weight: bold;
}

body,
.btn {
  font-family: 'Montserrat';
}

h1,
h2,
th,
.pz-subbar__inner,
.h2,
.h3,
.h4,
.h5,
.h6,
.pz-footer-text .fw-semibold {
    font-family: 'Akrobat';
}

.h3 {
    font-size: 2.5rem;
}



/* Переписываем Bootstrap-стили под фирменные цвета */

.btn-outline-primary {
  color: #74357a;
  border-color: #74357a;
  background-color: transparent;
  border-width: 1.5px;
  font-weight: 500;
  border-radius: 12px;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: #ffffff;
  background-color: #74357a;
  border-color: #74357a;
  text-decoration: none;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #5c285f!important;  /* чуть темнее для "нажатой" */
  border-color: #5c285f!important;
}

.btn-outline-primary:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(116, 53, 122, 0.35);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: rgba(116, 53, 122, 0.55);
  border-color: rgba(116, 53, 122, 0.35);
  background-color: transparent;
}




/* =========================
   ProZdorovje Header (2-level)
   Bootstrap 5.3.8
   ========================= */

:root{
    --pz-purple: #5b236d;        /* основной фиолетовый */
    --pz-purple-2: #6a2a80;      /* на случай оттенка */
    --pz-lilac: #cfa6dd;         /* мягкий сиреневый для кружков */
    --pz-dark: #222;
}

/* Общая обёртка */
.pz-header{
    position: relative;
    z-index: 100;
}

/* ===== TOPBAR ===== */
.pz-topbar{
    background: var(--pz-purple);
    min-height: 52px;
}

/* Убрать стандартную рамку у toggler */
.pz-topbar .navbar-toggler{
    border: 0;
    box-shadow: none !important;
}

/* Иконка бургера чуть крупнее визуально */
.pz-topbar-toggler{
    padding: .5rem .25rem;
}

/* Десктоп-меню в верхней полосе */
.pz-topbar-nav .nav-link,
.pz-topbar .navbar-nav .menu-item > a{
    font-family: 'Montserrat';
    color: #fff;
    opacity: .9;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: .5rem 0;
    text-decoration: none;
    transition: opacity .15s ease;
}

.pz-topbar-nav .nav-link:hover,
.pz-topbar .navbar-nav .menu-item > a:hover{
    opacity: 1;
}

.nav-link{
  transition: color .25s ease !important;
}

.nav-link:hover,
.nav-link:focus {
  color: #CCA4D2;
}


/* 1-й уровень меню: равномерно по ширине */
@media (min-width: 992px){
  .pz-topbar-nav{
  justify-content: flex-start;   /* пункты прижаты к левому краю */
  gap: 1.5rem;                   /* расстояние между пунктами */
  }

  .pz-topbar-nav > .nav-item{
      flex: 0 0 auto;               /* ширина по содержимому, без растяжения */
      text-align: left;             /* текст по левому краю */
  }

  .pz-topbar-nav > .nav-item > .nav-link{
      display: block;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
  }
}

#main-link {
    padding-left: 5px;
    text-align: left;
}

/* Правое выравнивание инфоблоков гео + телефон на десктопе */
@media (min-width: 992px) {
  .pz-subbar .pz-subbar__inner {
    justify-content: flex-start;      /* элементы не растягиваем по ширине */
  }

  .pz-subbar__inner .pz-subbar__info {
    margin-left: auto;                /* уезжаем вправо от логотипа */
    justify-content: flex-end;        /* сами блоки прижимаем к правому краю */
  }
}

/* =========================
   Social icons
   ========================= */

.pz-social{
    gap: .5rem;
}

/* Ссылки-иконки */
.pz-social__link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: .5rem;
    background: rgba(255,255,255,.08);
    transition: background .15s ease, transform .15s ease;
}

.pz-social__link img{
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.pz-social__link:hover{
    background: rgba(255,255,255,.16);
    transform: translateY(-1px);
}

/* ===== OFFCANVAS ===== */
.pz-offcanvas{
    background: var(--pz-purple);
}

.pz-offcanvas-nav .nav-link,
.pz-offcanvas .navbar-nav .menu-item > a{
    font-family: 'Montserrat';
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: .5rem 0;
    text-decoration: none;
}

/* ===== SUBBAR ===== */
.pz-subbar{
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

/* Внутренняя раскладка второй линии */
.pz-subbar__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.25rem;
    padding: 12px 0;
}

/* Лого */
.pz-logo img{
    display: block;
    height: 64px;
    width: auto;
}

@media (max-width: 991.98px){
    .pz-subbar__inner{
        justify-content: flex-start;
        gap: 1rem;
    }
    .pz-logo img{
        height: 56px;
    }
}

/* Инфо-блоки (гео + телефон) */
.pz-subbar__info{
    display: flex;
    align-items: center;
    gap: 2rem;
    flex: 1 1 auto;
}

/* На мобиле оставляем только гео как на скрине */
@media (max-width: 991.98px){
    .pz-subbar__info{
        gap: 1rem;
    }
}

/* Универсальный стиль инфо-элемента */
.pz-info{
    display: inline-flex;
    align-items: center;
    gap: .75rem;
}

.pz-info__icon{
    width: 44px;
    height: 44px;
    object-fit: contain;
}

/* Тексты */
.pz-info__small{
    font-size: .9rem;
    color: #444;
    line-height: 1.2;
}

.pz-info__strong{
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--pz-dark);
    line-height: 1.2;
}

/* Ссылка телефона */
.pz-phone__link{
    color: var(--pz-dark);
    text-decoration: none;
}
.pz-phone__link:hover{
    text-decoration: underline;
}

/* Кнопка "Служба заботы" */
.pz-care-btn{
    border: 1.5px solid var(--pz-purple);
    color: var(--pz-purple);
    background: transparent;
    border-radius: 999px;
    padding: .6rem 1.25rem;
    font-weight: 500;
    white-space: nowrap;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.pz-care-btn:hover{
    background: var(--pz-purple);
    color: #fff;
}

/* Если WP выводит меню без nav-link классов */
.pz-topbar .menu-item{
    list-style: none;
}
.pz-topbar .navbar-nav{
    margin-bottom: 0;
    padding-left: 0;
}

/* Services & Doctors tables tweaks */
.table > :not(caption) > * > * {
  vertical-align: middle;
}

.pz-breadcrumbs {
    margin-top: 10px;
    font-size: 14px;
}

/* =========================
   Главный экран
   ========================= */

.pz-hero {
  min-height: 520px;
  color: #fff;
}

.pz-hero-bg,
.pz-hero-overlay {
  position: absolute;
  inset: 0;
}

.pz-hero-bg {
  background-size: cover;
  background-position: center center;
  transform: scale(1.02);
}

.pz-hero-overlay {
  background: linear-gradient(
      90deg,
      rgba(41, 14, 73, 0.94) 0%,
      rgba(41, 14, 73, 0.7) 40%,
      rgba(41, 14, 73, 0.2) 75%,
      rgba(41, 14, 73, 0) 100%
  );
}

.pz-hero .container,
.pz-hero .row {
  position: relative;
  z-index: 2;
}

.pz-hero-content {
  max-width: 640px;
  padding: 10rem 0 10rem;
}

.pz-hero-title {
  font-family: 'Akrobat';
  font-size: clamp(1.9rem, 2.5vw, 2.4rem);
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 700;
}

.pz-hero-subtitle {
  
  margin-top: 0.75rem;
  font-size: 1.05rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.btn-hero-primary,
.btn-hero-secondary {
  border-radius: 999px;
  padding: 0.7rem 1.9rem 0.8rem 1.9rem;
  font-weight: 600;
  font-size: 0.95rem;
}

.btn-hero-primary {
  background-color: #ffffff;
  color: #5b236d;
  border: none;
}

.btn-hero-primary:hover {
  background-color: #f3e9ff;
  color: #4a1b59;
}

.btn-hero-secondary {
  background-color: #5b236d;
  color: #fff;
  border: 1px solid rgba(255,255,255,.6);
}

.btn-hero-secondary:hover {
  background-color: #7b2b92;
  color: #fff;
}

.pz-hero-arrow {
  margin-left: .4rem;
}

/* Пузырь "Онлайн запись" */
.pz-hero-bubble {
  width: 130px;
  height: 130px;
  border-radius: 999px;
  background: #A263AD;
  border: 10px solid #CCA4D2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .8rem;
  text-align: center;
}

#pz-appointment {
    margin-top: 50px;
}

/* =========================
   Welcome
   ========================= */

.pz-welcome-text p + p {
  margin-top: 0.75rem;
}

.pz-welcome {
    position: relative; /* нужно для псевдо-элемента */
    background-image: url(https://prozdorovje.ru/wp-content/themes/prozdorovje/assets/img/welcome-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;   /* чтобы оверлей не вылезал наружу */
}

/* Полупрозрачный градиент в правом верхнем углу поверх полосок */
.pz-welcome::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: rgba(255, 255, 255, 0.7);
}

/* Контент поверх оверлея */
.pz-welcome > * {
    position: relative;
    z-index: 1;
}

.pz-welcome-wrap {
    padding: 30px;
    background-color: #fff;
    border: solid 1px #ebebeb;
    box-shadow: 6px 8px 14px #ececec;
}

/* =========================
   Преимущества
   ========================= */

.pz-benefits {
  background: #f7f7fa;
}

.pz-benefits-grid {
  display: grid;
  gap: 35px;
}

@media (min-width: 768px) {
  .pz-benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .pz-benefits-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.pz-benefit-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 14px 30px rgba(0,0,0,.04);
  display: flex;
  flex-direction: column;
  min-height: 220px;
}

.pz-benefit-card--accent {
  background: #5b236d;
  color: #fff;
}

.pz-benefit-card--accent .pz-benefit-title,
.pz-benefit-card--accent .pz-benefit-text {
  color: #fff;
}

.pz-benefit-num {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: rgba(0,0,0,.12);
}

.pz-benefit-card--accent .pz-benefit-num {
  color: rgba(255,255,255,.4);
}

.pz-benefit-icon img {
  width: 120px;
  padding-top: 31px;
  height: auto;
  padding-bottom: 20px;
  object-fit: contain;
}

.pz-benefit-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .4rem;
  color: #2b2622;
}

.pz-benefit-text {
  font-size: .9rem;
  color: #5d5a58;
}

/* Выравнивание карточек преимуществ под макет */

.pz-benefits .pz-benefit-card {
  align-items: center;      /* содержимое по центру по горизонтали */
  text-align: center;
}


/* Номер в левом верхнем углу */
.pz-benefit-num {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.2rem;        /* можно подогнать под макет */
}

/* Иконка по центру */
.pz-benefit-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Заголовок-пилюля */
.pz-benefit-title {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.55rem 1.75rem;
  border-radius: 999px;
  background: #E5D1E8;      /* мягкий лиловый фон как в макете */
}

/* Для фиолетовой (accent) карточки — светлая «пилюля» на тёмном фоне */
.pz-benefit-card--accent .pz-benefit-title {
  background: rgba(255,255,255,.16);
  color: #fff;
}

/* Фикс позиции номера и иконки в карточках преимуществ */
.pz-benefit-card {
  position: relative;        /* номер привязываем к карточке */
  padding-top: 2.2rem;       /* даём место сверху под номер */
}

.pz-benefit-top {
  position: static;          /* больше не опорный элемент для absolute */
  display: flex;
  justify-content: center;   /* иконка по центру */
  align-items: center;
  margin-bottom: 1.5rem;
}

.pz-benefit-num {
  position: absolute;
  top: 1.2rem;               /* левый верхний угол карточки */
  left: 1.5rem;
}


/* =========================
   Галерея "Наш дом для здоровья"
   ========================= */

.pz-home-gallery-inner {
  max-width: 1120px;
  margin: 0 auto;
}

/* Видео-заглушки Rutube внутри .ratio */
.ratio > .pz-video-lazy {
  position: absolute;   /* чтобы занимать ровно область .ratio, а не добавлять высоту */
  inset: 0;
  display: block;
  cursor: pointer;
}

/* Превью-картинка занимает всю область */
.pz-video-lazy img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Тёмный полупрозрачный оверлей с иконкой плей */
.pz-video-lazy-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0.55));
  color: #fff;
  pointer-events: none; /* клики идут в .pz-video-lazy */
}

/* Кнопка "плей" по центру */
.pz-video-lazy-play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  border: 2px solid #fff;
  font-size: 1.6rem;
  line-height: 1;
}

/* Rutube iframe должен занимать всю область ratio-контейнера */
.ratio > .pz-video-lazy iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* =========================
   Наши врачи (карточки)
   ========================= */

.pz-doctors-home {
  background: #ffffff;
}

.pz-doctor-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 14px 30px rgba(0,0,0,.04);
  padding: 1.25rem 1.25rem 1.5rem;
}

.pz-doctor-card-photo {
  background: #f7f7fa;
}

.pz-doctor-card-body h5,
.pz-doctor-card-body .h5 {
  font-weight: 700;
}

.pz-doctor-card-actions .btn {
  border-radius: 999px;
}

.pz-doctor-more-link {
  text-decoration: none;
  color: #5b236d;
}

.pz-doctor-more-link:hover {
  text-decoration: underline;
}

/* Маленький вариант кнопки в стиле hero-secondary */
.btn-hero-secondary.btn-sm {
  padding: 0.5rem 1.4rem 0.6rem 1.4rem;
  font-size: 0.9rem;
}

#online-zapis-btn-first-page {
    margin-bottom: 15px;
}

/* =========================
   Услуги на главной
   ========================= */

.pz-services-home {
  background: #f7f7fa;
}

.pz-service-card {
  background: #fff;
  border-radius: 20px;
  padding: 2.5rem 2rem 2.8rem;
  box-shadow: 0 10px 25px rgba(0,0,0,.03);
}

.pz-service-card ul {
  padding-left: 1.1rem;
  font-size: .92rem;
}

.pz-service-card .h5 {
    margin-bottom: 20px!important;
}

/* =========================
   Блок записи
   ========================= */

.pz-appointment-inner {
  box-shadow: 0 14px 30px rgba(0,0,0,.04);
}

/* =========================
   Контакты на главной
   ========================= */

.pz-contacts-home {
  background: #ffffff;
}

.pz-contacts-map {
  min-height: 350px;
}



/* =========================
   Doctors page (new layout)
   ========================= */

.pz-doctors-intro {
  max-width: 900px;
}

/* Каждый врач как крупный экранный блок */
.pz-doctor-block {
  border-top: 1px solid rgba(0,0,0,.06);
}

.pz-doctor-block:first-of-type {
  border-top: 0;
}

/* Даём ощущение “значительной части экрана” */
@media (min-width: 992px) {
  .pz-doctor-block .container {
    min-height: 70vh;
    display: flex;
    align-items: center;
  }
}

/* Фото 5:6 */
.pz-doctor-photo-ratio {
  --bs-aspect-ratio: 120%; /* 5:6 */
}

/* Контент врача */
.pz-doctor-content {
  max-width: 820px;
}

/* Контактный блок */
.pz-doctors-contacts {
  overflow: hidden;
}

.pz-appointment-box {
  border: 1px solid rgba(0,0,0,.06);
}

.pz-gallery {
    margin-bottom: 20px;
}


/* =========================
   Footer (Pro Zdorovje)
   ========================= */

.pz-footer {
  background: var(--pz-purple, #5b236d);
  color: #fff;
  margin-top: auto;
}

.pz-footer-top {
  border-top: 1px solid rgba(255,255,255,.08);
}

.pz-footer-logo {
  width: 200px;
  height: auto;
  display: block;
}

.letter-spacing-1 {
  letter-spacing: .08em;
}

.pz-footer-heading {
  font-weight: 700;
  letter-spacing: .1em;
  color: #fff;
}

.pz-footer-text {
  color: rgba(255,255,255,.85);
}

.pz-footer-text .fw-semibold {
  color: #fff;
}

.pz-footer-menu > li {
  margin-bottom: .35rem;
}

.pz-footer-menu > li > a {
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-size: .95rem;
  transition: color .15s ease, opacity .15s ease;
}

.pz-footer-menu > li > a:hover {
  color: #fff;
  opacity: 1;
}

/* Врачи под пунктом "Врачи" */
.pz-footer-submenu {
  margin-top: .25rem;
  padding-left: 0;
}

.pz-footer-submenu li {
  margin-bottom: .15rem;
}

.pz-footer-submenu a {
  color: rgba(255,255,255,.7);
  text-decoration: none;
  font-size: .85rem;
}

.pz-footer-submenu a:hover {
  color: #fff;
}

/* Ссылки контактов */
.pz-footer-link {
  color: rgba(255,255,255,.9);
  text-decoration: none;
}

.pz-footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* Соцкнопки */
.pz-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: .6rem;
  background: rgba(255,255,255,.08);
  transition: background .15s ease, transform .15s ease;
}

.pz-footer-social img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.pz-footer-social:hover {
  background: rgba(255,255,255,.18);
  transform: translateY(-1px);
}

/* Нижняя полоска */
.pz-footer-bottom {
  background: #4b1d5a;
  border-top: 1px solid rgba(0,0,0,.25);
}

.pz-footer-req div + div {
  margin-top: 2px;
}

.pz-footer-text .fw-semibold {
    font-size: 1.05rem;
}


/* Мобильные правки */
@media (max-width: 767.98px) {
  .pz-footer-bottom {
    text-align: left;
  }
}


/* =========================
   О клинике (About page)
   ========================= */
   
   
/* Ссылка на выписку по лицензии (Росздравнадзор) */
.pz-license-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #ffffff;
    border-radius: 1rem;
    border: 1px solid #e6e6e6;
    text-decoration: none;
    color: #2b2140; /* общий тёмный цвет сайта */
    box-shadow: 4px 6px 6px rgba(17, 16, 38, 0.06);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pz-license-link__logo {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pz-license-link__logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pz-license-link__text {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
}

.pz-license-link:hover {
    background-color: #f9f6ff;
    box-shadow: 0 10px 25px rgba(17, 16, 38, 0.12);
    transform: translateY(-2px);
    text-decoration: none;
}


.pz-about-hero {
  background: #f7f1ff;
}

.pz-about-hero-label {
  display: inline-block;
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  background: rgba(91, 35, 109, 0.08);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #5b236d;
  font-weight: 600;
}

.pz-about-hero-title {
  font-size: clamp(1.8rem, 2.4vw, 2.2rem);
  font-weight: 700;
  line-height: 1.3;
}

.pz-about-hero-subtitle {
  font-size: 0.98rem;
  color: #4a4140;
}

.pz-about-hero-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 1.5rem 1.75rem;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.04);
  max-width: 360px;
}

/* Общие секции About */

.pz-about-section {
  background: #ffffff;
}

/* Преимущества */

.pz-about-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.pz-about-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 1rem;
}

.pz-about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  border: 2px solid #5b236d;
}

.pz-about-list-title {
  display: block;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.pz-about-list-text {
  display: block;
  font-size: 0.9rem;
  color: #5d5a58;
}

/* Блок "Наш подход" */

.pz-about-highlight {
  background: #f7f7fa;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

/* Документы */

.pz-about-doc-list {
  padding-left: 1.1rem;
  margin-bottom: 0;
  font-size: 0.95rem;
}

.pz-about-doc-list li + li {
  margin-top: 0.25rem;
}

.pz-about-doc-note {
  background: #f7f7fa;
  border: 1px dashed rgba(91, 35, 109, 0.35);
  color: #4a4140;
}

/* Отзывы */

.pz-about-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.pz-about-review-link {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(91, 35, 109, 0.25);
  font-size: 0.9rem;
  text-decoration: none;
  color: #5b236d;
  background: #fff;
  max-width: 260px;
}

.pz-about-review-link:hover {
  background: #f7f1ff;
  border-color: rgba(91, 35, 109, 0.35);
}

/* Контакты + карта */

.pz-contacts-map {
  min-height: 350px;
}

/* Адаптив */

@media (max-width: 767.98px) {
  .pz-about-hero-card {
    max-width: 100%;
  }
}

/* =========================
   Mobile View
   ========================= */

@media (max-width: 991.98px) {
    .text-bg-dark {
        background-color: #43254d !important;
    }
    
    .pz-offcanvas-nav {
        font-size: 18px;
    }
    
    .offcanvas-header {
        padding-top: 30px;
    }
    
    .pz-social__link {
        width: 52px;
        height: 52px;
        border-radius: .75rem;
        background: rgba(255,255,255,.10);
    }
    
        .pz-topbar{
        min-height: 88px;
    }
    .pz-social{
        gap: .75rem;
    }
    .pz-social__link img{
        width: 36px;
        height: 36px;
    }
    
    .pz-info__strong {
        font-size: 1rem;
    }
    
    .pz-info__icon {
        width: 38px;
        height: 38px;
    }
}


