
:root {
    --primary-color: rgba(229, 113, 148, 1);
    --lavander-color: rgba(216, 136, 175, 1);
    --secondary-color: #3f51b5;
    --text-color: rgba(51, 51, 51, 1);
     --text-zag: rgba(70, 79, 74, 1);
    --light-bg: #f9f9fb;
    --white: #ffffff;
    --border-radius: 12px;
    --font-base: 'Inter', system-ui, -apple-system, sans-serif;
    --font-heading: 'Gilroy', var(--font-base);
}
/* Свобода быть собой: эффективное лечение стрессового недержания мочи без операций и боли. */


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.text-pink{color: var(--primary-color);}
.text-lavander{color: var(--lavander-color);}
body {
    font-family: var(--font-base);
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--white);
    overflow-x: hidden;
    min-width: 320px;
}

h1, h2, h3, h4, h5, h6, .section-title {
    font-family: var(--font-heading);
}

.container {
    width: 100%;
    max-width: 1186px;
    margin: 0 auto;
    padding: 0 20px;
}

.sections-padding {
    padding: 40px 0;
}

/* ==========================================================================
   2. БАЗОВЫЕ КОМПОНЕНТЫ И КНОПКИ
   ========================================================================== */
.btn {
    width: 100%; /* По умолчанию на мобильных во всю ширину */
    padding: 14px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    text-align: center;
    display: inline-block;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary { background-color: var(--primary-color); color: var(--white); }
.btn-primary:hover { background-color: #b33e63; }

.btn-outline { background: transparent; border: 2px solid var(--primary-color); color: var(--primary-color); }
.btn-outline:hover { background: var(--primary-color); color: var(--white); }

/* Анимации появления */
.card-animate { 
    will-change: transform, opacity; 
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease; 
}

/* ==========================================================================
   3. ШАПКА И НАВИГАЦИЯ (МОБИЛЬНЫЙ ИНТЕРФЕЙС ПО УМОЛЧАНИЮ)
   ========================================================================== */
.header {
    background: var(--white);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

/* Логотип */
.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
}
.logo-icon-wrapper { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; }
.logo-icon-placeholder { font-size: 24px; }


/* Дескриптор скрыт на мобильных */
.logo-descriptor { display: none; }

/* Блок контактов скрыт на мобильных */
.header-info{ display: none; }

/* Бургер-меню */
.burger-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
}
.burger-menu span { width: 25px; height: 3px; background-color: var(--text-color); display: block; }

/* Мобильная навигация по умолчанию */
.main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--white);
    box-shadow: 0 10px 10px rgba(0,0,0,0.05);
}
.main-nav.active { display: block; }

.nav-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 15px 0;
}
.nav-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    color: var(--text-color);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}
.nav-list li:last-child a { border-bottom: none; }

.nav-list li.active a { background-color: rgba(209, 81, 122, 0.08); color:var(--primary-color); }
.nav-list .has-drop a::after { content: " ▼"; font-size: 10px; color: #888; margin-left: 5px; }

/* Защита от спама */
.honey-field { display: none !important; visibility: hidden !important; }
img{max-width: 100%;height:auto;}
.header-info-text{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 130%;
align-items: center;
letter-spacing: 0.05em;

color: var(--text-zag);

}
.header-info-text strong{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 103.7%;

align-items: center;
letter-spacing: 0.01em;

color: #373737;
}
.text-accent-pink{font-family: 'Inter';
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 130%;

align-items: center;
letter-spacing: 0.01em;

color: var(--primary-color);

}
.header-info-block{display: flex; width: 201px;}
.header-info-icon-wrapper{width: 36px;}
.header-info-block2{width: 244px;}
.header-info-block2 .address-text{font-family: Open Sans;
font-weight: 400;
font-style: Regular;
font-size: 12px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 1%;
vertical-align: middle;
}
.header-action-block{margin-left:-30px;}
.header-phone-link{text-decoration: none;/* +7(495) 153-62-29 */
font-family: 'Inter';
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 130%;
/* or 18px */
display: flex;
align-items: center;
letter-spacing: 0.01em;

color: #E57194;

}
.action-block {
  position: relative;
  z-index: 1;
}

/* Растягиваем SVG на весь блок */
.stroke-svg {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  pointer-events: none; /* Чтобы рамка не мешала кликать на элементы */
  z-index: -1;
}

/* Стилизуем сам прямоугольник внутри SVG */
.stroke-rect {
  width: 100%;
  height: 100%;
  fill: none; /* Прозрачный внутри */

  
  /* Подключаем анимацию из вашего скриншота */
  animation: stroke 5s infinite linear;
}

/* Ключевые кадры анимации */
@keyframes stroke {
  to {
    /* Смещаем пунктир по кругу. 
       Значение должно быть кратно сумме чисел из stroke-dasharray (10+10=20, значит 200 подойдет) */
    stroke-dashoffset: -200; 
  }
}
/* ==========================================================================
   МЕДИА-ЗАПРОСЫ ДЛЯ ШАПКИ (ПЕРЕХОД НА ДЕСКТОП)
   ========================================================================== */

@media (min-width: 993px) {
    .mobil-phone-link{display: none;}
    .sections-padding { padding: 80px 0; }
    .btn { width: auto; padding: 12px 24px; font-size: 15px; }
    .card-animate:hover { transform: translateY(-6px); box-shadow: 0 15px 35px rgba(0,0,0,0.08); }
.btn-header-pink{

background: var(--primary-color);
font-family: Inter;
font-weight: 700;
font-style: Bold;
font-size: 16px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
width: 205px;
    height: 48px;
box-shadow: 0px 8px 20px rgba(229, 113, 148, 0.59);
border-radius: 42px;
color:rgba(255, 255, 255, 1);padding: 0;
}
.header{padding-top: 20px;}
    .header-top { padding: 15px 20px; }
    .burger-menu { display: none; }
    
    /* Раскрываем дескриптор логотипа */
    .logo{width: 442px;}
    .logo-link { gap: 15px; }
    .logo-icon-wrapper { width: 55px; height: 55px; }
    .logo-icon-placeholder { width: 55px; height: 55px; }
.logo-title{line-height: 0;padding-top: 7px;}
    /* Показываем верхние контакты */
    .header-info { display: flex; gap: 30px; }
    .info-item { display: flex; align-items: center; gap: 10px; font-size: 14px; }
    .info-item p { color: #666; }
    .phone-block { flex-direction: column; align-items: flex-end; gap: 5px; }
    .phone { font-size: 18px; font-weight: 700; color: var(--text-color); text-decoration: none; }

    /* Превращаем меню в овальную десктопную плашку из Figma */
    .main-nav {
        display: block;
        position: relative;
        top: auto; left: auto; width: auto;
        background: transparent;
        box-shadow: none;
        padding: 20px 25px;
    }
    .nav-list {
        flex-direction: row;
        align-items: center;
        gap: 6px;
        height: 60px;
        padding: 0px;
        background: var(--white);
        border-radius: 40px;
        border: 1px solid var(--white);
        box-shadow: 0 8px 40px rgba(229, 113, 148, 0.26);
        margin: 0 auto;
        justify-content: space-between;
    }
    .nav-list a {
        height: 56px;
        padding: 0 20px;
        border-bottom: none;
        border-radius: 30px;
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;

color: var(--text-zag);


/* Inside auto layout */
flex: none;
order: 4;
flex-grow: 0;

        transition: color 0.2s ease, background-color 0.2s ease;
    }
    .nav-list a:hover { color: rgba(229, 113, 148, 1); background-color: rgba(232, 231, 238, 1); }
    .nav-list li.active a { background-color: #f3ecf1; color: #d1517a; font-weight: 600; }
}
/* ==========================================================================
   4. ГЛАВНЫЙ БАННЕР (HERO) И УВЕДОМЛЕНИЕ
   ========================================================================== */
      @media (max-width: 992px) {
   .hero-image-wrapper {
        position: absolute !important;
        /* Переключаемся на bottom. Картинка будет «расти» вверх от карточки акции */
    top: calc(600px + 4%);
        left: 50% !important;
        transform: translateX(-50%) !important;
        z-index: 1 !important;
        width: 100% !important;
        max-width: 440px !important; /* Оптимальный размер, чтобы врач помещался по ширине */
        height: auto !important;
        margin: 0 !important;
        pointer-events: none;
    }

}
  @media (min-width: 360px) {
    .hero-image-wrapper {
         top: calc(600px + 7%);
    }
  }  
    @media (min-width: 400px) {
    .hero-image-wrapper {
         top: calc(600px + 10%);
    }
  }  
      @media (min-width: 500px) {
    .hero-image-wrapper {
         top: calc(600px + 6%);
    }

  }  
.hero-section {
    padding: 40px 0;
background: linear-gradient(254.84deg, #FFFFFF 39.34%, #E3E1EA 88.03%);
max-height: 100%;
  overflow: hidden;
}

.hero-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
}

.badge {
    background: rgba(209, 81, 122, 0.1);
    color: var(--primary-color);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.hero-content h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.hero-content p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.hero-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 18px;
}

.new-price {
    font-size: 30px;
    font-weight: 800;
    color: var(--primary-color);
}

.discount {
    background: #ff4d4d;
    color: white;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
}

.placeholder-img {
    width: 100%;
    height: 250px;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-style: italic;
}

.notice-block {
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 20px;
    border-radius: 6px;
    margin: 20px 0 40px;
}

.notice-block h3 {
    margin-bottom: 5px;
    color: #856404;
    font-size: 20px;
}

.notice-block p {
    font-size: 14.5px;
}

.notice-block .sign {
    display: block;
    margin-top: 10px;
    font-weight: 600;
}
/* Выделение розовым цветом в заголовке */
.text-accent-pink {
    color: var(--primary-color); /* Точный розовый цвет из макета */
}

/* Описание под заголовком */
.hero-description {
    font-size: 18px;
    line-height: 1.4;
    color: var(--text-zag);
    margin-top: 15px;
    margin-bottom: 30px;
    max-width: 540px;
}
/* Общая карточка акции (белая плашка) */
.promo-card {
    width: 100%;
    max-width: 700px; /* Максимальная ширина из Figma */
    min-height: 410px; 
    position: relative;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.35); /* Белая подложка теперь тут */
    border-radius: 26px;padding: 20px;
}

.promo-card-ramka-intro{padding: 20px 20px;}
/* Голубая плашка с датой */
.promo-badge {

max-width: 300px;
height: 41px;
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 36px;
 background:rgba(1, 152, 179, 1);
color: #FFFFFF;
border-radius: 37px;
text-align: center;
}

/* Названия услуг и скидки */
.promo-info {margin-top: 20px;
    margin-bottom: 20px;
}

.promo-text-main {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.promo-title {
   font-family: Inter;
font-weight: 700;
font-style: Bold;
font-size: 24px;
leading-trim: NONE;
line-height: 32px;
letter-spacing: 0%;

    color: rgba(229, 113, 148, 1); /* Розовый акцент */
}

.promo-subtitle {
font-family: Inter;
font-weight: 700;
font-style: Bold;
font-size: 24px;
leading-trim: NONE;
line-height: 32px;
letter-spacing: 0%;

    color:var(--text-zag);
}

.promo-sale {

    color: rgba(229, 113, 148, 1);
font-family: Inter;
font-weight: 700;
font-style: Bold;
font-size: 24px;
leading-trim: NONE;
line-height: 32px;
}

/* Строка с ценами */
.promo-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 25px;
    font-family: inherit;
}

.price-label {
font-family: Inter;
font-weight: 700;
font-style: Bold;
font-size: 24px;
leading-trim: NONE;
line-height: 32px;
letter-spacing: 0%;

    color: var(--text-zag);
}

.price-current {
font-family: Inter;
font-weight: 800;
font-style: Extra Bold;
font-size: 40px;
leading-trim: NONE;
line-height: 30px;
letter-spacing: 0%;

    color: rgba(229, 113, 148, 1);
}

.price-old {
    font-size: 16px;
font-family: Inter;
font-weight: 700;
font-style: Bold;
font-size: 24px;
leading-trim: NONE;
line-height: 30px;
letter-spacing: 0%;
color:var(--text-zag);
}

.old-crossed {
    text-decoration: line-through;
    color: rgba(147, 147, 147, 1);
font-family: Inter;
font-weight: 800;
font-style: Extra Bold;
font-size: 40px;
leading-trim: NONE;
line-height: 30px;
letter-spacing: 0%;

}

/* Розовая овальная кнопка в самом низу карточки */
.btn-hero-action {
    display: block;
    width: 100%; /* Растягивается по ширине контента карточки */
    background: linear-gradient(180deg, #ED5294 0%, rgba(229, 113, 148, 1) 100%); /* Плавный розовый градиент */
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase; /* Капс */
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(226, 27, 114, 0.35);
    transition: transform 0.2s, box-shadow 0.2s;
    max-width: 444px;
height: 68px;
border-radius: 42px;

}

.btn-hero-action:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(226, 27, 114, 0.45);
}


.btn-hero-action:hover {
    background-color: #c71061;
    transform: translateY(-1px);
}
.hero-main-img {
	position: absolute;
	z-index: 99;
	bottom: -210px;
	width: 30%;
	right: 0;
}
@media (min-width: 993px) {
    .hero-section { padding: 60px 0;height: 837px;overflow: hidden; }
    .hero-container { flex-direction: row; text-align: left; gap: 40px; }
    .hero-content h1 {
font-family: 'Gilroy';
font-style: normal;
font-weight: 700;
font-size: 42px;
line-height: 48px;
color: rgba(70, 79, 74, 1);

}
h1 .text-accent-pink{font-family: 'Gilroy';
font-style: normal;
font-weight: 700;
font-size: 42px;
line-height: 48px;}
    .hero-content p { font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 34px;
/* or 155% */

color: var(--text-zag); }
    .hero-price { justify-content: flex-start; margin-bottom: 30px; }
    .new-price { font-size: 36px; }
    .old-price { font-size: 20px; }
    .placeholder-img { height: 380px; }
    .notice-block { margin: 4px 0 40px; }
    .notice-block h3 { font-size: 24px; }
.hero-main-img {
	position: absolute;
	z-index: 1;
	top: -300px;
	min-width: 943px;
	height: auto;
	right: 0;
}
.btn-hero-action{font-size: 16px;}
}
/* ==========================================================================
   5. БЛОК ПРОБЛЕМАТИКИ (ДИСКОМФОРТ)
   ========================================================================== */
.discomfort-section {
    padding: 40px 0;
    background-color: var(--white);
}

.discomfort-title {
    font-family: Gilroy;
letter-spacing: 0%;

    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--text-zag);
    margin-bottom: 25px;
}

.discomfort-title .text-accent {
    color: rgba(216, 136, 175, 1);
    display: block;
}

.discomfort-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.discomfort-col p {
    font-family: Inter;
font-weight: 500;
font-style: Medium;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-color);
}

@media (min-width: 769px) {
    .discomfort-section { padding: 60px 0; }
    .discomfort-title { font-size: 42px; margin-bottom: 40px; max-width: 800px;font-family: Gilroy;
line-height: 48px;
 }
    .discomfort-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
    .discomfort-col p { 
font-size: 20px;
leading-trim: NONE;
line-height: 28px;
letter-spacing: 0%;
 }
}

/* ==========================================================================
   6. ВИДЕО, ЦИТАТА И ДЕКОРАТИВНЫЕ ВОЛНЫ (SVG)
   ========================================================================== */

.eva-video-section {
    position: relative;
    padding: 40px 0;
    background-color: rgba(247, 247, 250, 1);
    overflow: hidden;
}

.video-wrapper {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 837px;
    margin: 0 auto 30px auto;
    border-radius: 54px; /* Сохраняем ваше скругление */
    overflow: hidden;
    /* Рекомендуется использовать пропорции 16:9 вместо фиксированной высоты 250px для правильного отображения плеера */
    aspect-ratio: 16 / 9; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

/* Стили для картинки-заглушки */
.video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    z-index: 6;
    width: 60px;
    height: 60px;
    background-color: var(--white);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(209, 81, 122, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.play-btn:hover {
    transform: scale(1.08);
}

.play-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
}

/* Стили для динамически добавляемого iframe */
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Класс, который скроет превью, когда видео запустится */
.video-wrapper.is-playing .video-placeholder {
    opacity: 0;
    pointer-events: none;
}

.eva-quote {
    position: relative;
    z-index: 5;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
}

.eva-quote p {
font-family: Inter;
font-weight: 700;
font-style: Bold;
font-size: 16px;
letter-spacing: 0%;

    color: var(--text-color);
}
.leadmagnet-info p{
font-family: Inter;
font-weight: 700;
font-style: Bold;
font-size: 16px;
letter-spacing: 0%;
margin-bottom: 20px;
    color: var(--text-color);
}

.eva-quote .text-highlight {
    color: rgba(229, 113, 148, 1);
}

.quote-mark, .decor-wave {
    display: none;
}

@media (min-width: 769px) {
    .eva-video-section { padding: 80px 0; }
    .video-wrapper { margin-bottom: 40px; }
    .play-btn { width: 82px; height: 82px; }
    .play-icon { font-size: 24px; }
    .eva-quote { padding: 0; }
    .eva-quote p {
font-size: 24px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 0%;
}
.leadmagnet-info p{
font-size: 24px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 0%;
margin-bottom: 30px;
}
.leadmagnet-info {max-width: 70%;}
}

@media (min-width: 993px) {
    .quote-mark {
        display: block;
        position: absolute;
        font-size: 120px;
        font-family: Georgia, serif;
        color: rgba(209, 81, 122, 0.15);
        line-height: 1;
        user-select: none;
    }
    .mark-left { top: -20px; left: -100px; }
    .mark-right { bottom: 0; right: -100px; }

    .decor-wave {
        display: block;
        position: absolute;
        top: 40%;
        width: 666px;
        height: 455px;
        pointer-events: none;
        z-index: 1;
        background-image: url("img/wave1.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }
.decor-left {
	left: -150px;
	transform: translateY(-50%) scaleX(-1);
}
.decor-right {
	right: -40px;
	transform: translateY(-60%) scale(-1, -1);
}
}
/* ==========================================================================
   7. СЕКРЕТ ЭФФЕКТИВНОСТИ И ПРЕИМУЩЕСТВА ПРОЦЕДУРЫ
   ========================================================================== */
/* Контейнер секции */
.eva-efficiency-section {
    position: relative;
    overflow: hidden; /* Скрываем вылезающие части кругов */
    background-color: #ffffff;
    padding: 80px 0;
}

/* Двухколоночная сетка */
.efficiency-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 2; /* Поднимает весь контент выше летающих кругов */
}

/* Левая текстовая колонка */
.efficiency-content {
    flex: 0 1 52%;
}

.efficiency-lead {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--text-color);
    margin-bottom: 30px;

  font-family: Inter;
font-weight: 700;
  
}
.efficiency-lead span{
font-weight: 500;
font-style: Medium;
}
/* Стилизация списка по макету */
.efficiency-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.efficiency-list li {
font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-color);margin-bottom: 20px;
}

.efficiency-list li:last-child {
    margin-bottom: 0;
}

/* Выделение заголовков пунктов розовым цветом, как на макете */
.efficiency-list li strong {
    color: var(--lavander-color);
    font-weight: 700;
    display: inline;
}

/* ==========================================================================
   ПРАВАЯ КОЛОНКА С АППАРАТОМ
   ========================================================================== */
.efficiency-image-zone {
    flex: 0 1 48%;
    display: flex;
    justify-content: center;
    position: relative;
}


/* Тег img или плейсхолдер аппарата */
.device-img-placeholder, 
.efficiency-image-zone img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 3; /* Аппарат выше декоративного круга */
}

/* ==========================================================================
   ДИНАМИЧЕСКИЕ КРУГИ (ПАНЕЛЬ ПАРАЛЛАКСА GPU)
   ========================================================================== */
/* Делаем колонку точкой отсчета для координат кругов */
.efficiency-image-zone {
    position: relative !important;
}

/* Сама картинка аппарата всегда должна быть выше летающих кругов */
.efficiency-image-zone img {
    position: relative !important;
    z-index: 3 !important;
    display: block;
}

/* Общие базовые стили для кругов (без изменений) */
.circle-tech {
    position: absolute !important;

    border-radius: 50% !important;
    background: rgba(219, 195, 238, 0.5);
    pointer-events: none !important;
    will-change: transform !important;
}

/* Большой круг (встает точно по центру за аппаратом) */
.circle-tech-1 {
	width: 576px !important;
	height: 576px !important;
	left: 5% !important;
	top: 70% !important;
	z-index: 2;
}

/* Маленький круг (смещаем чуть в сторону или вниз, если нужно по дизайну) */
.circle-tech-2 {
	width: 583px;
	height: 583px;
	left: 10% !important;
	top: -60% !important;
	background: linear-gradient(160.63deg, #FFFFFF 16.71%, #E3E1EA 83.58%);
    z-index: 1;
}

/* Карточки преимуществ с волной */
.eva-advantages-section {
    background-color: rgba(247, 247, 250, 1);
    padding: 80px 0 40px 0;
    position: relative;
    margin-top: 30px;
    clip-path: polygon(0 4%, 50% 1%, 100% 3%, 100% 100%, 0% 100%);
}

.advantages-main-title {
    text-align: center!important;
    max-width: 100%!important;
    margin-bottom: 30px;
}
.advantages-cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.adv-card {
    border-radius: 54px;
    padding: 25px 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.02);
    text-align: center;
}

.adv-icon {
    font-size: 30px;
    margin-bottom: 15px;
    min-height: 142px;
}
.card-purple{

background: #E3D7EF;
}
.card-blue{
background: #E3E1EA;

}
.card-pink{

background: #F6EEF3;
}
.adv-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 10px;
    line-height: 1.3;
}

.adv-card p {
    font-size: 14px;
    color: var(--text-color);
    line-height: 1.5;
}

.advantages-action {
    display: flex;
    justify-content: center;
}

.gray-block{height:100px;background: rgba(247, 247, 250, 1);width:100%;margin-top: -100px; 
    position: relative;z-index: -1;
}
@media (min-width: 993px) {
    .eva-efficiency-section { padding: 60px 0 12px 0; }
    .efficiency-grid { grid-template-columns: 1.2fr 0.8fr; gap: 50px; text-align: left; }
    .efficiency-title { margin-bottom: 30px; }
    .efficiency-lead {
font-size: 24px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 0%; margin-bottom: 25px; }
    .efficiency-list li {font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%; }
    .device-circle-bg { max-width: 420px; }
    .device-img-placeholder { font-size: 14px; }



    .eva-advantages-section { padding: 140px 0 100px 0; margin-top: -25px; 
    position: relative;
        z-index: 4;
        
        /* Применяем плавную маску из созданного SVG-файла */
        -webkit-mask-image: url('img/wave-advantages.svg');
        mask-image: url('img/wave-advantages.svg');
        
        /* Заставляем маску деформироваться и растягиваться строго на 100% ширины и высоты блока */
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;}

    .advantages-cards-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 50px; }
    .adv-card { padding: 40px 40px 20px 40px; }
    .adv-icon {margin-bottom: 20px; }
    .adv-card h4 { font-size: 22px; margin-bottom: 12px; }
    .adv-card p { font-size: 18px; }
    .btn-advantages{max-width:545px;}
}
/* ==========================================================================
   9. БЛОК УВЕРЕННОСТИ, ГОРИЗОНТАЛЬНЫЕ ПЛАШКИ И ДЕЛИКАТНОСТЬ В ДЕТАЛЯХ
   ========================================================================== */
/* Основной блок секции */
.eva-confidence-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #E3E1EA 19.71%, #E3E1EA 26.92%),
            url('img/path-to-your-clinic-interior.webp') no-repeat top center / contain;
  padding: 80px 0; /* Отступы сверху и снизу */
}

/* Контейнер для контента, чтобы он был поверх декора */
.eva-container {
  position: relative;
  z-index: 5;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* Общие стили для кругов параллакса */
.circle {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  will-change: transform; /* Оптимизация производительности в браузере */
}

/* --- НАСТРОЙКА КРУГОВ ДЛЯ ЭТОГО БЛОКА --- */
/* Круг 1: Левый нижний (например, сине-голубой) */
.circle-conf-1 {
  width: 158px;position: absolute;
  height: 317px;
  top: 30%;
  left: 0;
  background: url('img/path-to-your-blue-circle.svg') no-repeat center / contain;
}

/* Круг 2: Правый верхний (размытый/градиентный) */
.circle-conf-2 {
	width: 383px;
	position: absolute;
	height: 384px;
	top: 0;
	right: 0;
	background: url('img/path-to-your-top-circle.svg') no-repeat center / contain;
}
.circle-conf-3 {
	width: 481px;
	position: absolute;
	height: 539px;
	bottom: 0;
	left: 0;
	background: url('img/circle-conf3.svg') no-repeat center / contain;
}
/* --- НАСТРОЙКА ВОЛН (СТАТИЧНЫЕ) --- */

.wave {
  position: absolute;
  pointer-events: none;
  z-index: 2; /* Волны могут быть чуть выше кругов, если нужно по макету */
  background-size: contain;
  background-repeat: no-repeat;
}

/* Волна 1: Левая верхняя (золотистые линии) */
.wave-conf-1 {
	top: 30%;
	left: 0;
	width: 589px;
	height: 214px;
	background-image: url('img/path-to-your-wave-left.svg');
}
/* Волна 2: Правая нижняя (золотистые линии в углу) */
.wave-conf-2 {
	top: 0;
	right: 0;
	width: 385px;
	height: 478px;
	background-image: url('img/path-to-your-wave-right.svg');
}
.wave-conf-3 {
	bottom: 0;
	left: 0;
	width: 485px;
	height: 668px;
	background-image: url('img/wave3.svg');
}
.confidence-title .text-pink { color: var(--primary-color); }
.confidence-title .block-style { display: block; }


.confidence-strips-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
}

.confidence-strip-item {
    background: var(--white);
    border-radius: 20px; /* Скругление меньше на мобильных для экономии места */
    padding: 15px 20px;
    display: flex;
    flex-direction: column; /* Элементы друг под другом на мобильных */
    align-items: center;
    text-align: center;
    gap: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.strip-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.strip-text {
    font-family: Inter;
font-weight: 500;
font-style: Medium;

    font-size: 14px;
    line-height: 1.5;
    color: var(--text-color);
}

.delicacy-subblock {
    margin-top: 30px;
}

.delicacy-main-title {
    font-size: 22px;
    color: var(--text-color);
    margin-bottom: 25px;
    font-family: Inter;
font-weight: 700;
font-style: Bold;


}

.delicacy-main-title .text-pink { color: var(--primary-color); }

.delicacy-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

.delicacy-item h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-color);
    margin: 15px 0 8px 0;
    font-family: Inter;
font-weight: 700;
font-style: Bold;


}

.delicacy-item p {
    font-family: Inter;
font-weight: 500;
font-style: Medium;
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-color);
}
.privilege-text p{  font-family: Inter;
font-weight: 500;
font-style: Medium;
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-color);}
.delicacy-img-box {
    width: 100%; overflow: hidden;
    height: 200px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Декоративные круги фона (скрыты по умолчанию на мобильных) */
.decor-circle-top, .decor-circle-left { display: none; }

/* Адаптивные медиа-запросы перехода на десктоп */
@media (min-width: 993px) {
    .eva-confidence-section { padding: 80px 0; }
    .confidence-title {margin-bottom: 25px; }
    .confidence-lead { 
font-weight: 700;
font-style: Bold;
font-size: 24px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 0%;max-width: 1078px;margin-bottom: 40px;
 }
    .confidence-strips-list { gap: 16px; margin-bottom: 70px; }
    
    .confidence-strip-item {
        flex-direction: row;
        text-align: left;
        border-radius: 20px; /* Идеально круглые края плашек по макету */
        padding: 18px 30px;
        gap: 20px;
    }
    .strip-text { 
font-size: 20px;
line-height: 30px;

}
    
    .delicacy-subblock { margin-top: 40px; margin-bottom: 60px;}
    .delicacy-main-title { font-size: 24px;
leading-trim: NONE;
line-height: 34px;
 margin-bottom: 40px; }
    .delicacy-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
    .delicacy-item h4 { font-size: 22px;
leading-trim: NONE;
line-height: 26px;
letter-spacing: 0%;margin: 20px 0 10px 0; }
    .delicacy-item p { 
font-size: 22px;
leading-trim: NONE;
line-height: 26px;
letter-spacing: 0%;
}
.privilege-text p{ 
font-size: 22px;
leading-trim: NONE;
line-height: 26px;
letter-spacing: 0%;
}
    .delicacy-img-box { height: 371px; font-size: 14px; }
    
    /* Включаем декорации на больших экранах */
    .decor-circle-top {
        display: block; position: absolute; top: -50px; right: -50px;
        width: 250px; height: 250px; background-color: #ede7f6; border-radius: 50%; z-index: 1; opacity: 0.6;
    }
    .decor-circle-left {
        display: block; position: absolute; bottom: 20%; left: -80px;
        width: 160px; height: 160px; background-color: #fff3e0; border-radius: 50%; z-index: 1; opacity: 0.5;
    }
    .delicacy-item{padding-bottom: 20px;border-radius: 50px;}
}
/* ==========================================================================
   10. ВРАЧИ (V2), ГАЛЕРЕЯ ИНТЕРЬЕРА И ВСТРОЕННЫЕ ЛИД-ФОРМЫ
   ========================================================================== */


.doctors-cards-grid { 
    display: grid; 
    grid-template-columns: 1fr; 
    gap: 25px; 
}

.doc-card-v2 {
    background: var(--white);
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
}

.doc-avatar-box {
    width: 100%; 
    height: 220px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
overflow: hidden;
}

.doc-meta { 
    margin-top: 15px; 
    display: flex; 
    flex-direction: column; 
    flex-grow: 1; 
}

.doc-meta h4 { 
    font-family: Inter;
font-weight: 700;
font-style: Bold;
    font-size: 18px; 
    color: var(--text-color);
    margin-bottom: 8px; 
    line-height: 1.3; 
}

.doc-spec { 
    font-family: Inter;
font-weight: 400;
font-style: Regular;


    font-size: 13.5px; 
    color: var(--text-color);
    line-height: 1.5; 
    margin-bottom: 12px; 
    flex-grow: 1; 
}

.doc-rating { 
    margin-bottom: 15px; 
}

.doc-rating .stars { 
    color: #ffb300; 
    display: block; 
    font-size: 16px; 
    margin-bottom: 2px; 
}

.doc-rating .rating-text { 
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 26px;
letter-spacing: 0%;

    color:  var(--text-color);
}
.doc-rating .rating-text span{
font-weight: 600;
}
.doc-btn:hover{

background: #D7B364;
/* 1 */
box-shadow: 0px 8px 20px rgba(229, 113, 148, 0.59);
}
.location-main-title { 
    margin-bottom: 12px; 
}
.location-main-title .text-pink { color: var(--primary-color); }

.location-lead { 
    font-size: 14px; 
    color: #555; 
    margin-bottom: 25px; 
}

.gallery-grid { 
    display: grid; 
    grid-template-columns: 1fr; 
    gap: 25px; 
}

.gallery-img-box {
    width: 100%; 
    height: 180px;  
    border-radius: 30px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-bottom: 12px;
    overflow: hidden;
}
.gallery-item{
padding: 6px;
background: #FFFFFF;
border-radius: 30px;
}
.gallery-item p { 
    	font-family: Inter;
font-weight: 400;
font-style: Regular;
    font-size: 13.5px; 
    line-height: 1.5; 
    color: var(--text-color);
    padding: 0 10px 10px 10px;
}

/* Стили встроенной лид-формы */
.form-subblock {
 
box-sizing: border-box;


background: linear-gradient(92.12deg, #FBDEDD 0.58%, #E1DBFA 98.22%);
border: 1px solid #FFFFFF;
box-shadow: 0px 64px 68px 6px rgba(229, 113, 148, 0.16);
backdrop-filter: blur(24.5px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 40px;

    position: relative; 
  
    padding: 30px 20px; 
    margin-top: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.03); 
    overflow: hidden;
}

.form-box-container { 
    display: flex; 
    flex-direction: column; 
    gap: 25px; 
    position: relative; 
    z-index: 5; 
    text-align: center;
}

.form-text-side h3 { font-family: Inter;
font-weight: 700;
font-style: Bold;
margin-bottom: 12px; }
.form-text-side h3 .text-pink { color: var(--primary-color); }
.form-text-side p { font-size: 14.5px; color: #555; margin-bottom: 15px; }

.embedded-callback-form { display: flex; flex-direction: column; gap: 12px; width: 100%; }
.embedded-callback-form input { background: var(--white); border: 1px solid #e0e0e0; padding: 14px 20px; border-radius: 50px; font-size: 13px; outline: none; transition: border-color 0.2s ease; text-align: center; }
.embedded-callback-form input:focus { border-color: var(--primary-color); }

.btn-submit-pink { background-color: var(--primary-color); color: var(--white); border-radius: 50px; padding: 14px; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; box-shadow: 0 5px 15px rgba(209, 81, 122, 0.2); }
.form-decor-wave { display: none; }
.block-style{display: block;}
input::placeholder {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  text-transform: uppercase;
  
  /* Цвет плейсхолдера по умолчанию (при необходимости замените на нужный) */
  color: rgba(187, 181, 181, 1); 
  opacity: 1; /* Важно для Firefox, иначе он делает текст бледнее */
}
input:-ms-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
}
/* Медиа-запросы перехода на десктоп */
@media (min-width: 993px) {
    input::placeholder{
font-size: 20px;
line-height: 34px;

}
    .doctors-cards-grid { grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 60px;}
    .doc-card-v2 { padding: 25px; }
    .doc-avatar-box { height: 206px; }
    .doc-meta { margin-top: 20px; }
    .doc-meta h4 {
font-size: 22px;
leading-trim: NONE;
line-height: 26px;
letter-spacing: 0%;
 margin-bottom: 10px; }
    .doc-spec { font-size: 18px;
leading-trim: NONE;
line-height: 26px;
letter-spacing: 0%; margin-bottom: 15px; }
    .doc-rating { margin-bottom: 20px; }
    .doc-rating .stars { font-size: 18px; }


    .location-main-title { margin-bottom: 15px; }
    .location-lead { font-size: 15px; margin-bottom: 40px; }
    .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 30px; }
    .gallery-item p {

font-size: 18px;
leading-trim: NONE;
line-height: 26px;
letter-spacing: 0%;

}
.gallery-item span{
font-weight: 700;
font-style: Bold;
}
    .gallery-img-box { height: 232px; margin-bottom: 15px; }

    .form-subblock { border-radius: 32px; padding: 50px; margin-top: 50px; }
    .form-box-container { flex-direction: row; justify-content: space-between; align-items: center; gap: 20px; text-align: left; }
    .form-text-side { flex: 1; }
    .form-inputs-side { flex: 1; }
    .form-text-side h3 { margin-bottom: 15px; }
    .form-text-side p { font-family: Inter;
font-weight: 700;
font-size: 20px;
leading-trim: NONE;
line-height: 32px;
letter-spacing: 0%;max-width: 500px;
margin-bottom: 20px; }
    .embedded-callback-form { gap: 15px; }
    .embedded-callback-form input { padding: 16px 25px; font-size: 14px; text-align: left; }
.btn-submit-pink {

background:var(--primary-color);
/* 1 */
box-shadow: 0px 8px 20px rgba(229, 113, 148, 0.59);
border-radius: 42px;
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 34px;
/* or 170% */
text-align: center;
text-transform: uppercase;

color: #FFFFFF;


 }
    .btn-submit-pink:hover { background-color: #b33e63; transform: translateY(-1px); }
    .form-decor-wave { display: block; position: absolute; bottom: -30px; left: -30px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(230,218,241,0.4) 0%, rgba(255,255,255,0) 70%); pointer-events: none; z-index: 1; }
}
/* ==========================================================================
   11. ПРАЙС-ЛИСТ, ДОПОЛНИТЕЛЬНЫЕ ПРИВИЛЕГИИ И БАННЕР КНИГИ
   ========================================================================== */
.eva-pricing-section {
	padding: 40px 0 0 0;
	position: relative;
	background: #F7F7FA;
	overflow-x: hidden;
}

.eva-pricing-section:before {
  top: 0;
  left: 0;
  width: 768px;
  height: 926px;
  background-image: url('img/bg-blur-top-left.svg'); /* Путь к вашему первому SVG */
 content: "";
  position: absolute;
  pointer-events: none; /* Чтобы пятна не перекрывали клики по кнопкам и таблице */
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1; /* Пятна находятся строго ПОД контентом */
}
.eva-pricing-section::after {
  top: 200px;
  right: 0;
  width: 651px;
  height: 926px;
  background-image: url('img/bg-blur-bottom-right.svg'); /* Путь к вашему первому SVG */
 content: "";
  position: absolute;
  pointer-events: none; /* Чтобы пятна не перекрывали клики по кнопкам и таблице */
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1; /* Пятна находятся строго ПОД контентом */
}
.pricing-card-wrapper { 
    background: var(--white); 
    border-radius: 24px; 
    padding: 25px 15px; 
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04); position: relative;
    z-index: 2;
background: #FFFFFF;
border-radius: 30px 30px 0px 0px;
padding: 10px;
}
.pricing-card-wrapper-intro{

position: relative;
padding: 30px 20px 15px 20px;
 background-image: url('img/pricing-card-wrapper-intro.svg'); background-repeat: no-repeat;
background-size: 100%;
  background-position: top;
}
.pricing-title { 
    margin-bottom: 12px; 
}

.text-pink{color: var(--primary-color); }
.pricing-lead { 
    margin-bottom: 25px; 
    text-align: center; 
}

.pricing-table-title, .privilege-main-title { 
    margin-bottom: 15px; 
    margin-top: 10px; 
}

/* Таблица на мобильных по умолчанию перестраивается в блоки */
.pricing-table { 
    margin-bottom: 30px; 
background: #FFFFFF;
/* шапка */
box-shadow: 0px 8px 40px rgba(229, 113, 148, 0.26);
border-radius: 20px;
padding: 20px;

}

.pricing-table-header { 
    display: none; /* Скрываем шапку таблицы на смартфонах */
} 

.pricing-row { 
    display: flex; 
    flex-direction: column; 
    gap: 8px; 
    padding: 15px 5px; 
    text-align: center; 
    border-bottom: 1px solid rgba(187, 181, 181, 1); 
}
.pricing-row:last-child {
    border-bottom: none;
}
.td-service { font-size: 14px; font-family: Inter;
font-weight: 500;
font-style: Medium;

 }
.td-old { font-size: 14px; color: var(--text-color); text-decoration: line-through; }
.td-price{font-size: 14px; color: var(--text-color);}
.price-tag-pink { 

background: #E57194;
/* 1 */
box-shadow: 0px 8px 20px rgba(229, 113, 148, 0.59);
border-radius: 42px;
font-family: Inter;
font-weight: 500;
font-style: Medium;

letter-spacing: 0%;
text-align: center;
color:rgba(255, 255, 255, 1);
    padding: 5px 14px; 
    font-size: 15px; 
    display: inline-block; 
}

.price-tag-plain { 
    font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
    font-size: 15px; 
    font-weight: 600; 
    color: rgba(229, 113, 148, 1); 
}

.privileges-grid { 
    display: grid; 
    grid-template-columns: 1fr; 
    gap: 15px; 
    margin-bottom: 30px; 
}

.privilege-card { 
    border: 2px solid rgba(187, 181, 181, 1); 
    border-radius: 20px; 
    padding: 20px; background: rgb(255, 255, 255);
  text-align: center;
}

.privilege-icon { margin-bottom: 20px;}
.privilege-text h4 { font-size: 18px; font-family: Inter;
font-weight: 700;
font-style: Bold;

letter-spacing: 0%;
 color: var(--text-color); margin-bottom: 4px; }
.pricing-action-zone { display: flex; justify-content: center; margin-top: 10px; }

/* Блок: Книга (Лид-магнит) */
.eva-finish-zone-section { 
    padding: 40px 0 0 0; 
    position: relative; overflow: hidden;
}
.eva-finish-zone-section .container{position: relative;z-index: 2;}
.leadmagnet-banner { 
/* Rectangle 237 */

box-sizing: border-box;
background: linear-gradient(92.12deg, #FBDEDD 0.58%, #E1DBFA 98.22%);
border: 1px solid #FFFFFF;
box-shadow: 0px 64px 68px 6px rgba(229, 113, 148, 0.16);
backdrop-filter: blur(24.5px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 40px;


    padding: 30px 20px; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    gap: 20px; 
    margin-bottom: 30px; 
}


/* Горизонтальная форма */

.inline-form-inputs { width: 100%; }
.finish-callback-form { display: flex; flex-direction: column; gap: 12px; width: 100%; }
.finish-callback-form input { padding: 14px 20px; border: 1px solid #e2e2e2; border-radius: 50px; font-size: 13px; outline: none; background: #fdfdfd; text-align: center; }
.btn-submit-red { background: #e04b74; color: var(--white); border-radius: 50px; padding: 14px 20px; font-size: 12px; font-weight: 700; }
/* ==========================================================================
   12. FAQ АККОРДЕОН, БЛОК КОНТАКТОВ И ФУТЕР
   ========================================================================== */
.faq-wrapper { margin-bottom: 50px; }
.faq-main-title { font-size: 24px; margin-bottom: 25px; text-align: center; }
.accordion-container { display: flex; flex-direction: column; gap: 10px; }
.accordion-item { background: var(--white); border-radius: 20px; box-shadow: 0px 8px 40px rgba(229, 113, 148, 0.26); }


.accordion-trigger { width: 100%; background: transparent; border: none; padding: 18px 20px; display: flex; align-items: center; cursor: pointer; text-align: left; }
.faq-q-text {
    font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
padding-left: 15px;
	font-size: 14.5px;
	color: var(--text-color);
flex-grow: 1; padding-right: 10px; }
.arrow-indicator { width: 10px; height: 10px; border-bottom: 2px solid var(--text-color); border-right: 2px solid var(--text-color); transform: rotate(45deg); transition: transform 0.25s ease; flex-shrink: 0; }
.accordion-item.active .arrow-indicator { transform: rotate(-135deg); }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s cubic-bezier(0, 1, 0, 1); }
.accordion-item.active .accordion-content { max-height: 1000px; transition: max-height 0.3s cubic-bezier(1, 0, 1, 0); }
.accordion-inner { padding: 0 20px 20px 20px; font-size: 14px; color: var(--text-color); line-height: 1.5;font-family: Inter;
font-weight: 400;
font-style: Regular;

letter-spacing: 0%;
 }

.contacts-wrapper { margin-bottom: 40px; }
.contacts-main-title { font-size: 24px; margin-bottom: 20px; text-align: center; }
.contacts-top-info {  margin-bottom: 25px;text-align: center; }
.contacts-top-info p { font-family: Inter;
font-weight: 500;
font-style: Bold;font-size: 15px; color: var(--text-color);  line-height: 1.5;  }
.contacts-top-info .sub-descr { color: var(--text-color); margin-top: 8px; font-size: 14px;font-family: Inter;
font-weight: 400;
font-style: Regular;

 }
.orient-badge { display: flex; gap:20px;color:var(--text-color);background: var(--white);
   /* Rectangle 247 */
justify-content: center;align-items: center;
box-sizing: border-box;

max-width: 525px;
height: 57px;

border: 2px solid #E57194;

filter: drop-shadow(0px 8px 40px rgba(229, 113, 148, 0.26));
border-radius: 20px;
 
 padding: 6px 12px; margin-top: 20px; font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 14px;
leading-trim: NONE;
line-height: 26px;
letter-spacing: 0%;
 }
 .contacts-top-img img, .map-label img{border-radius: 30px; width:100%;overflow: hidden;}
.map-and-routes-grid { display: grid; grid-template-columns: 1fr; gap: 25px; }
.routes-column { display: grid; flex-direction: column; gap: 20px; text-align: left; }
.route-box{
background: #FFFFFF;
border-radius: 30px;padding: 20px;
}
.finish-footer { padding: 25px 0; margin-top: 30px; text-align: center; }
.finish-footer .container{border-top: 1px solid rgba(110, 100, 153, 0.5);}
.footer-bottom-flex { display: flex; flex-direction: column; align-items: center; gap: 20px;padding-top: 30px; }
.license {  color: var(--text-color); font-family: Inter;padding-top:20px ;
font-weight: 400;
font-style: Regular;
font-size: 10px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 5%;
vertical-align: middle;
 }
.footer-phone {  color: var(--text-color); text-decoration: none;font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
vertical-align: middle;

 }
.footer-hours {  color: var(--text-color);font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
vertical-align: middle;


 }

/* ==========================================================================
   13. МОДАЛЬНОЕ ОКНО
   ========================================================================== */
.modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.25s ease; z-index: 1000; }
.modal.active { opacity: 1; pointer-events: auto; }
.modal-content { background: linear-gradient(92.12deg, #FBDEDD 0.58%, #E1DBFA 98.22%); padding: 25px 15px; border-radius: var(--border-radius); max-width: 450px; width: 100%; position: relative; transform: scale(0.95); transition: transform 0.25s ease; text-align: center; }
.modal.active .modal-content { transform: scale(1); }
.modal-close { position: absolute; top: 10px; right: 15px; font-size: 28px; background: transparent; border: none; cursor: pointer; }
.modal-form { display: flex; flex-direction: column; gap: 12px; margin-top: 15px; }
.modal-form input { padding: 12px 30px; border: 1px solid #ccc; border-radius: 50px; font-size: 14px; text-align: center; }
.checkbox-label { display: flex; gap: 8px; align-items: center; font-size: 12px; color: #666; text-align: left; }
.modal-content .discomfort-title{margin-bottom: 10px;}

/* ==========================================================================
   14. ДЕСКТОПНЫЙ ПЕРЕХОД ДЛЯ ПРАЙСА, КНИГИ И КОНТАКТОВ
   ========================================================================== */
@media (min-width: 993px) {
    .pricing-lead {text-align: left; margin-bottom: 40px; }
    .pricing-table-title, .privilege-main-title {margin-bottom: 20px; }
    
    .pricing-table-header { display: grid; grid-template-columns: 2fr 1fr 1fr; border-bottom: 1px solid rgba(187, 181, 181, 1);
      font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 24px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 0%;
 padding: 15px 10px; color: var(--text-color);}
 .orient-badge {
font-size: 24px;

 }
        .routes-column{grid-template-columns: 1fr 1fr;}
    .pricing-row { grid-template-columns: 2fr 1fr 1fr; display: grid; padding: 20px 10px; text-align: left; gap: 0; align-items: center;}
    .td-service { font-size: 32px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 0%; }
    .td-old, .td-price {font-size: 32px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 0%; }
.td-service span{display: block;
font-weight:400;
font-style:Regular;
}

    .price-tag-pink { font-size: 40px;
leading-trim: NONE;
line-height: 34px; padding: 6px 16px;height: 68px; width: 226px;display: flex;justify-content: center;align-items: center;margin: auto;}
.td-new{text-align: center;}
.pricing-table-header .th-col:last-child {
    text-align: center;
}
    .price-tag-plain { 
font-size: 40px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 0%;
 padding-left: 10px; }
    
    .privileges-grid { grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 40px; }
    .privilege-card { flex-direction: row; text-align: center; padding: 25px; gap: 20px; }
    .privilege-text h4 { font-size: 32px;
leading-trim: NONE;
line-height: 40px; margin-bottom: 10px;}
    .pricing-action-zone { margin-top: 20px; }

    .leadmagnet-banner { flex-direction: row; text-align: left; padding: 40px 50px; gap: 40px; margin-bottom: 40px; }
    .leadmagnet-info h3 { font-size: 32px; margin-bottom: 15px; }



    .inline-form-text {width: 50%;}
    .finish-callback-form { flex-direction: row; gap: 15px; }
    .finish-callback-form input { text-align: left; padding: 16px 20px; font-size: 14px; }
    .btn-submit-red { padding: 16px 25px; font-size: 12.5px; }

    .faq-wrapper { margin-bottom: 70px; }
    .faq-main-title { font-size: 32px; text-align: left; margin-bottom: 35px; }
    .accordion-trigger { padding: 22px 30px; }
    .faq-q-text { font-size: 24px;padding-left: 30px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 0%; }
    .accordion-inner { padding: 0 30px 25px 65px; font-size: 18px;
leading-trim: NONE;
line-height: 26px;}

    .contacts-wrapper { margin-bottom: 60px; }
    .contacts-main-title { font-size: 32px; text-align: left; margin-bottom: 25px; }
    .contacts-top-info p{font-size: 22px;
leading-trim: NONE;
line-height: 32px;
letter-spacing: 0%;
 text-align: left;}
 .contacts-top-info60{max-width: 60%;}
    .contacts-top-info { 
 margin-bottom: 35px;  }
    .contacts-top-info .sub-descr { font-size: 14px; font-size: 18px;
leading-trim: NONE;
line-height: 26px;
letter-spacing: 0%;}
.contacts-top-img img, .map-label img{border-radius: 30px; width:100%;overflow: hidden;}
.contacts-top-info-row{display: flex; align-items: center; gap:20px;justify-content: space-between;}
    .map-and-routes-grid { grid-template-columns: 6fr 4fr; gap: 40px;margin-top:40px; }

    .finish-footer { padding: 30px 0; margin-top: 40px; text-align: left; }
    .footer-bottom-flex { flex-direction: row; justify-content: space-between; align-items: flex-start; gap: 20px; }
    .footer-brand h4 { font-size: 16px; }
    .license { font-size: 11px; max-width: 700px; }
    .footer-contacts-info { text-align: right; align-items: flex-end; }

    .modal-content { padding: 40px; }
    .modal-form input { text-align: left; }
    input{height: 68px;}
    .footer-wave1 {
        display: block;
        position: absolute;
        top: 35%;
        left: 0;
        width: 771px;
        height: 414px;
        pointer-events: none;
        z-index: 1;
        background-image: url("img/footer-wave1.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }
     .footer-wave2 {
        display: block;
        position: absolute;
        top: 26%;
        right: 0;
        width: 722px;
        height: 627px;
        pointer-events: none;
        z-index: 1;
        background-image: url("img/footer-wave2.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }
        .footer-circle1 {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
     width: 765px;
        height: 1105px;
        pointer-events: none;
        z-index: 1;
        background-image: url("img/footer-circle1.svg");
        background-repeat: no-repeat;
        background-size: contain;
    } 
          .footer-circle2 {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
      width: 753px;
        height: 949px;
        pointer-events: none;
        z-index: 1;
        background-image: url("img/footer-circle2.svg");
        background-repeat: no-repeat;
        background-size: contain;
    } 
          .footer-circle3 {
        display: block;
        position: absolute;
        top: 20%;
        left: 100px;
        width: 851px;
        height: 949px;
        pointer-events: none;
        z-index: 1;
        background-image: url("img/footer-circle3.svg");
        background-repeat: no-repeat;
        background-size: contain;
    } 
          .footer-circle4 {
        display: block;
        position: absolute;
        bottom: 200px;
        right: 0;
        width: 979px;
        height: 1354px;
        pointer-events: none;
        z-index: 1;
        background-image: url("img/footer-circle4.svg");
        background-repeat: no-repeat;
        background-size: contain;
    } 
          .footer-circle5 {
        display: block;
        position: absolute;
        bottom: -300px;
        left: 0;
        width: 1051px;
        height: 1354px;
        pointer-events: none;
        z-index: 1;
        background-image: url("img/footer-circle5.svg");
        background-repeat: no-repeat;
        background-size: contain;
    } 
}
@media (min-width: 1147px)
{    .logo-descriptor {
        display: block;
font-family: Gilroy;
font-weight: 500;
font-style: Medium;
font-size: 14px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 4%;
text-transform: uppercase;
color:rgba(70, 79, 74, 1);
width:220px;
    }
}

/* ==========================================================================
  анимация фоновая
   ========================================================================== */
@media (min-width: 993px) {
    /* Базовые настройки секции */
.hero-section {
    position: relative;
    min-height:837px;
    padding: 40px 0;
    overflow: hidden; /* Скрываем вылезающие части кругов */
    
    /* На фоне оставляем ТОЛЬКО ветки сакуры и градиент */
    background:         linear-gradient(254.84deg, #FFFFFF 39.34%, #E3E1EA 88.03%);
}

/* Контентная часть (заголовок, врач, аппарат) поверх кругов */
.hero-content {
    position: relative;
    z-index: 2;
}

/* Общие стили для кругов */
.circle {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background: rgba(219, 195, 238, 0.5);
    pointer-events: none;
    will-change: transform; /* Говорим GPU быть наготове */
    transition: transform 0.1s ease-out; /* Делает движение плавным */
}

/* Стартовые позиции кругов через transform */
.circle-1 {
width: 527px;
height: 527px;
top: 322px;
left: -198px;
angle: 0 deg;
opacity: 1;
  background:rgba(219, 195, 238, 0.5);
}

.circle-2 {
width: 569px;
height: 569px;
top: -150px;
left: 1351px;
angle: 0 deg;
opacity: 1;

    background:rgba(219, 195, 238, 0.5);
}

.circle-3 {
width: 654px;
height: 654px;
top: 195px;
left: 994px;
angle: 0 deg;
opacity: 1;

    background:rgba(219, 195, 238, 1);
}

}

@media (max-width: 992px) {
.promo-card {
	background: rgba(255, 255, 255, 0.8);
}
.flow-2, .flow-1 {
	opacity: 0.5;
}
.promo-badge, .promo-card button {
	margin: auto;
}
    /* 1. Главный контейнер сбрасывает высоту и десктопные стили */
    .container.hero-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        height: auto !important;
        min-height: auto !important;
        padding: 40px 15px !important;
    }

    /* 2. Контейнер контента становится базой для абсолютного позиционирования врача */
    .hero-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        position: relative !important; /* Важно: удерживает врача внутри */
    }

    /* 3. Тексты заголовка и описания поднимаем на передний план */
    .hero-content h1 {
        position: relative !important;
        z-index: 3 !important;
        text-align: center !important;
        width: 100% !important;
    }

.hero-description {
        position: relative !important;
        z-index: 3 !important;
        text-align: center !important;
        width: 100% !important;
        /* Создаем фиксированное окно высотой 360px между текстом и акцией */
        margin-bottom: 250px !important; 
    }

    /* Изменяем позиционирование врача: привязываем к низу окна */

    .hero-main-img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .promo-card {
        position: relative !important;
        z-index: 4 !important; /* Карточка гарантированно перекрывает ноги врача */
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 700px !important;
    }
    /* Лечим внутренности SVG-рамки, чтобы она корректно ложилась */
   .promo-card-ramka {
	position: absolute !important;
	top: 10px !important;
	left: 10px !important;
	width: calc(100% - 20px) !important;
	height: calc(100% - 20px);
	object-fit: fill !important;
	z-index: -1 !important;
}

    .promo-card-ramka-intro {
        position: relative !important;
        z-index: 5 !important;
        padding: 30px 20px !important;
    }
}

@media (max-width: 651px) {
    .promo-title {
	font-size: 20px;
}
.promo-subtitle {
	font-size: 20px;
}
.promo-sale {
	font-size: 20px;
}
.promo-price-row{display: block;}
.efficiency-content {
	flex: 0 1 100%;
}
.efficiency-image-zone {display: none;}
.price-old{display: block;}
    .logo-title svg{max-width: 80px!important;}
    .header-phone-link {
	font-size: 13px;padding-right: 30px;

}
}

@media (max-width: 400px) {
    .price-current, .old-crossed {
	font-size: 30px;

}

}

@media (min-width: 1460px) {
    .container {
	max-width: 1440px;
}
.header-info {
	gap: 40px;
}
.circle-2 {
	left: auto;
	right: 0;
}
.circle-3 {
	left: 1394px;
}
.video-wrapper {
	max-width: 50vw;
}
.nav-list a {
	
	padding: 0 60px;

	font-size: 20px;
}
.header-info-block {
	width: 251px;
}
.header-info-block2 .address-text {
	font-size: 14px;
}
.header-info-block2 {
	width: 300px;
}
.btn-header-pink {
	width: 250px;
}
.header-info-text {
	font-size: 14px;
}
.logo-descriptor {
	font-size: 16px;
	width: 260px;
}
.logo {
	width: 482px;
}
}
@media (max-width: 993px) {
    .circle, .wave, .circle-conf-1, .circle-conf-2, .circle-conf-3{display:none;}
    .adv-icon{height:123px;display: flex;
  justify-content: center;
  align-items: center;}
}