

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16717133822530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/seo_lev/components/bitrix/news/prodvizhenie/bitrix/news.list/.default/style.css?178479875263537*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.seo-list-h1 {
    margin-bottom: 50px;
	margin-top: 100px;
}
/* --- СЕО Тарифы (Хабовая страница) --- */
.seo-tariffs-section {
    padding: 20px 0 60px;
}

.seo-tariffs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

/* Карточка */
.seo-tariff-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    border: 1px solid #eaeaea;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.seo-tariff-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border-color: #d4af37;
}

/* Шапка карточки */
.seo-tariff-card__header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f5f5f5;
}

.seo-tariff-card__title {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    line-height: 1.3;
}

.seo-tariff-card__price {
    font-size: 18px;
    font-weight: 600;
    color: #d4af37;
}

/* Списки в карточке */
.seo-tariff-card__features {
    flex-grow: 1;
    margin-bottom: 30px;
}

.seo-tariff-card__features ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.seo-tariff-card__features li {
    position: relative !important;
    padding-left: 18px !important;
    margin-bottom: 12px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: #555 !important;
}

.seo-tariff-card__features li::before {
    content: "•" !important;
    color: #d4af37 !important;
    position: absolute !important;
    left: 0 !important;
    top: 0px !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

/* Кнопки */
/* Удаляем старые стили: .seo-tariff-card__messengers, .seo-tariff-btn--wa, .seo-tariff-btn--tg */

/* --- Новые стили для кнопок --- */
.seo-tariff-card__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.seo-tariff-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 12px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    gap: 8px;
    font-family: inherit;
    cursor: pointer;
}

/* Кнопка "Подробнее" (серая подложка) */
.seo-tariff-btn--detail {
    background: rgba(212, 175, 55, 0.1);
    color: #222;
    border: none;
}

.seo-tariff-btn--detail:hover {
    background: #eaeaea; 
}

/* Кнопка "Получить предложение" (основная) */
.seo-tariff-btn--offer {
    background: #a58a77; /* Фирменный кофейно-коричневый цвет */
    color: #ffffff;
    border: none;
    width: 100%;
    text-transform: uppercase; /* Делаем текст ЗАГЛАВНЫМИ буквами, как на макете */
    font-size: 13px; /* Чуть уменьшаем размер под капс */
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 8px; /* Уменьшаем скругление, чтобы совпадало с остальным сайтом */
}

.seo-tariff-btn--offer:hover {
    background: #d8b27d; /* Акцентный песочно-золотой цвет при наведении */
    color: #333333; /* Темный текст для читаемости на светлом фоне */
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
/* Включаем плавный скролл для якорей */
html {
    scroll-behavior: smooth;
}

/* --- ПЕРВЫЙ ЭКРАН (HERO) - СВЕТЛЫЙ СТЕКЛЯННЫЙ --- */
.seo-hero {
    position: relative;
    padding: 30px 0 10px;
}

/* Главная стеклянная плашка */
.seo-hero__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.7); /* Полупрозрачный белый */
    backdrop-filter: blur(15px); /* Эффект матового стекла */
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

/* Левая часть с текстом */
.seo-hero__left {
    flex: 1;
    min-width: 320px;
    max-width: 700px;
}

.seo-hero-h1-wrap h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #222222; /* Темный заголовок */
}

.seo-hero__subtitle {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 35px;
    color: #444444; /* Темно-серый текст */
}

/* Списки с SVG иконками */
.seo-hero__features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 35px 0 !important;
}

.seo-hero__features li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #444444 !important;
    padding-left: 0 !important;
}

.seo-hero__features li::before {
    display: none !important;
}

.seo-hero__features svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 0px;
}

.seo-hero__stats {
    font-size: 14px;
    color: #777777;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Правая часть (форма) */
.seo-hero__right {
    flex: 0 0 380px;
}

.seo-hero__cta-box {
    background: #ffffff; /* Белая непрозрачная плашка внутри стеклянной */
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0,0,0,0.04);
    border: 1px solid #eaeaea;
}

.seo-hero__cta-text {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #222222;
}

.seo-hero__cta-btn {
    width: 100%;
    background: #a58a77;
    color: #ffffff;
    border: none;
    /* Убрали старые паддинги, добавили новые и flex-центрирование */
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.seo-hero__cta-btn:hover {
    background: #d8b27d;
    color: #333333;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* --- Кнопка скролла к тарифам (Без Капса) --- */
.seo-hero__scroll-wrap {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.seo-hero__scroll-link {
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid #a58a77;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none !important;
    transition: all 0.3s ease;
	text-transform: uppercase;
}

.seo-hero__scroll-link:hover {
    background: #a58a77;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(165, 138, 119, 0.3);
}

/* Адаптив для планшетов и телефонов */
@media (max-width: 991px) {
    .seo-hero__content {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        padding: 40px 25px;
    }
    
    .seo-hero__right {
        flex: auto;
    }
    
    .seo-hero__features li {
        text-align: left;
    }
}
/* --- Стили для нового попапа разбора сайта --- */
#popup-seo-audit {
    z-index: 9999; /* Вытягиваем поверх абсолютно всех элементов */
}

#popup-seo-audit .popup__form {
    background: #ffffff; /* Белый фон вместо старого коричневого */
    border-radius: 20px;
    padding: 40px;
    max-width: 500px;
    border: 1px solid #eaeaea;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

#popup-seo-audit .popup__form-title {
    color: #222222;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 15px;
    text-align: center;
}

#popup-seo-audit .popup__form-text {
    color: #555555;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 25px;
    text-align: center;
}

/* Кнопка закрытия крестиком */
#popup-seo-audit .popup__close {
    color: #aaaaaa;
    top: 20px;
    right: 25px;
    transition: color 0.3s ease;
}

#popup-seo-audit .popup__close:hover {
    color: #d4af37; /* При наведении крестик становится золотым */
}
/* --- Исправления для попапа разбора сайта --- */

/* 1. Делаем затемняющий фон (оверлей) нейтрально-темным вместо коричневого */
#popup-seo-audit.popup {
    background-color: rgba(0, 0, 0, 0.6) !important; 
}

/* 2. Выстраиваем кнопки в аккуратный список */
#popup-seo-audit .popup__links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* 3. Оформляем кнопки мессенджеров (Идеальное выравнивание через Grid) */
#popup-seo-audit .social-btn {
    display: grid !important;
    grid-template-columns: 24px 90px !important; /* 24px под иконку, 90px под самый длинный текст (Telegram) */
    justify-content: center !important; /* Отцентрует всю связку "иконка+текст" по центру кнопки */
    align-items: center !important; /* Строгое выравнивание по вертикали */
    gap: 15px !important; /* Расстояние между иконкой и текстом */
    
    background: #f5f5f5 !important; 
    color: #222222 !important; 
    text-decoration: none !important;
    padding: 16px 20px !important;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
}

/* Эффект при наведении */
#popup-seo-audit .social-btn:hover {
    background: #ffffff !important;
    border-color: #d4af37;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #d4af37 !important;
    transform: translateY(-2px);
}

/* Фиксируем иконки */
#popup-seo-audit .social-btn img {
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    display: block !important;
}

/* Поднимаем и выравниваем текст */
#popup-seo-audit .social-name {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important; /* Убирает провисание текста вниз */
    text-align: left !important; /* Текст всегда ровно по левому краю своей колонки */
    display: block !important;
}

/* --- БЛОК: ГАРАНТИИ И РЕЗУЛЬТАТЫ --- */
.seo-guarantees-section {
    padding: 20px 0 40px;
}

.seo-guarantees-title {
    font-size: 38px;
    font-weight: 800;
    color: #222222;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.3;
}

/* Выделение цветом в заголовке */
.seo-guarantees-title span {
    color: #d4af37; 
}

/* Сетка карточек */
.seo-guarantees-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: start;
}

.seo-guarantee-card {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

/* Стилизация иконок */
.seo-guarantee-icon {
    flex: 0 0 55px;
    width: 55px;
    height: 55px;
    background: #fdfaf5; /* Очень светлая золотистая подложка */
    border-radius: 12px;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid rgba(212, 175, 55, 0.2); /* Тонкая рамка */
}

.seo-guarantee-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.seo-guarantee-info {
    flex: 1;
}

.seo-guarantee-name {
    font-size: 22px;
    font-weight: 700;
    color: #a58a77; /* Кофейный цвет из брендбука */
    margin-bottom: 12px;
    line-height: 1.2;
}

.seo-guarantee-text {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
}

/* Адаптив для планшетов и телефонов */
@media (max-width: 991px) {
    .seo-guarantees-title {
        font-size: 28px;
        margin-bottom: 35px;
    }
    .seo-guarantees-grid {
        grid-template-columns: 1fr; /* На мобильных выстраиваем в одну колонку */
        gap: 30px;
    }
}

/* --- БЛОК: ПРЕИМУЩЕСТВА СЛАЙДЕР (ЧИСТАЯ ВЕРСИЯ) --- */
.seo-advantages-section {
    padding: 40px 0 0;
    position: relative;
    z-index: 10;
    margin-bottom: 60px;
}

.seo-advantages-slider {
    margin: 40px 0 0;
    padding: 0 40px;
    position: relative;
    display: block;
    width: 100%;
}

.seo-advantages-slider .seo-adv__item {
    display: block; 
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    padding: 35px 20px;
    text-align: center;
    margin: 15px; 
    transition: all 0.3s ease;
    min-height: 220px;
}

.seo-advantages-slider .seo-adv__item:hover {
    border-color: #d4af37;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.seo-adv__icon-box {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    background: #fdfbf7; 
    border: 1px solid #f2e6c6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.seo-adv__item:hover .seo-adv__icon-box {
    background: #d4af37;
    border-color: #d4af37;
}

.seo-advantages-slider .seo-adv__icon-box > svg {
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
    width: 32px;
    height: 32px;
    box-shadow: none;
    margin: 0;
    stroke: #222222;
}

.seo-adv__item:hover .seo-adv__icon-box > svg {
    stroke: #ffffff;
}

.seo-advantages-slider .seo-adv__icon-box svg * {
    fill: none;
}

.seo-adv__badge {
    position: absolute;
    bottom: -4px;
    right: -4px;
    width: 26px;
    height: 26px;
    background: #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff;
    z-index: 2;
}

.seo-adv__badge svg {
    width: 14px;
    height: 14px;
    stroke: #ffffff;
}

.seo-adv__text {
    font-size: 15px;
    color: #444444;
    font-weight: 600;
    line-height: 1.5;
}

/* Оформление стрелок слайдера */
.seo-advantages-slider .slick-prev,
.seo-advantages-slider .slick-next {
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    background: #222222;
    border-radius: 50%;
    border: none;
    z-index: 10;
    cursor: pointer;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.seo-advantages-slider .slick-prev { left: -10px; }
.seo-advantages-slider .slick-next { right: -10px; }

.seo-advantages-slider .slick-prev::before,
.seo-advantages-slider .slick-next::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.seo-advantages-slider .slick-prev::before { transform: rotate(-135deg); margin-left: 4px; }
.seo-advantages-slider .slick-next::before { transform: rotate(45deg); margin-right: 4px; }

.seo-advantages-slider .slick-prev:hover,
.seo-advantages-slider .slick-next:hover { background: #d4af37; }

/* --- БЛОК: СТОИМОСТЬ ПРОДВИЖЕНИЯ --- */
.seo-cost-section {
    padding: 20px 0 40px;
}

.seo-cost-card {
    position: relative;
    background: #1e1b1a; /* Глубокий темный кофейно-серый */
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

/* Декоративное свечение на фоне карточки */
.seo-cost-card__glow {
    position: absolute;
    top: -50%;
    left: -10%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(212,175,55,0.08) 0%, rgba(30,27,26,0) 70%);
    pointer-events: none;
    z-index: 1;
}

.seo-cost-card__inner {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px;
    gap: 50px;
}

/* Левая часть (Текст) */
.seo-cost-card__left {
    flex: 1;
}

.seo-cost-title {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.2;
}

/* Выделение золотым цветом цены внутри H2 */
.seo-cost-title span {
    color: #d4af37;
}

.seo-cost-desc {
    font-size: 16px;
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 650px;
}

/* Теги вариантов оплаты */
.seo-cost-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.seo-cost-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.seo-cost-tag svg {
    width: 16px;
    height: 16px;
}

/* Правая часть (Призыв к действию) */
.seo-cost-card__right {
    flex: 0 0 380px;
}

.seo-cost-action-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.3); /* Тонкая золотая рамка */
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
}

.seo-cost-action-text {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 25px;
}

.seo-cost-btn {
    width: 100%;
    background: #e2b781; /* Акцентная золотая кнопка */
    color: #111111;
    border: none;
    padding: 18px 20px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.seo-cost-btn:hover {
    background: #ffffff;
    color: #222222;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
}

/* Адаптив */
@media (max-width: 991px) {
    .seo-cost-card__inner {
        flex-direction: column;
        padding: 40px 25px;
        text-align: center;
    }
    .seo-cost-card__right {
        flex: auto;
        width: 100%;
    }
    .seo-cost-tags {
        justify-content: center;
    }
}

/* --- БЛОК: КОМУ ПОДОЙДЕТ ПРОДВИЖЕНИЕ --- */
.seo-target-section {
    padding: 20px 0 40px;
}

.seo-target-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.seo-target-card {
    display: flex;
    gap: 25px;
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 30px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

/* Скрытая прозрачная рамка, которая проявляется при наведении */
.seo-target-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 20px;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    z-index: -1;
}

/* Эффекты при наведении на карточку */
.seo-target-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.seo-target-card:hover::before {
    border-color: #d4af37; /* Появляется золотая рамка */
}

/* Иконка */
.seo-target-icon {
    flex: 0 0 65px;
    width: 65px;
    height: 65px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.seo-target-icon svg {
    width: 32px;
    height: 32px;
    transition: all 0.4s ease;
}

/* Анимация иконки при ховере */
.seo-target-card:hover .seo-target-icon {
    transform: scale(1.08) rotate(5deg);
    background: #d4af37;
}

.seo-target-card:hover .seo-target-icon svg {
    stroke: #ffffff; /* Иконка становится белой на золотом фоне */
}

/* Тексты внутри карточки */
.seo-target-info {
    flex: 1;
}

.seo-target-name {
    font-size: 22px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 12px;
    line-height: 1.2;
}

.seo-target-text {
    font-size: 15px;
    color: #555555;
    line-height: 1.5;
}

/* Адаптив */
@media (max-width: 991px) {
    .seo-target-grid {
        grid-template-columns: 1fr;
    }
    .seo-target-card {
        padding: 25px 20px;
    }
}
/* --- БЛОК: НАШИ ПРЕИМУЩЕСТВА --- */
.seo-benefits-section {
    padding: 40px 0;
}

/* --- ОБНОВЛЕННАЯ СЕТКА И КАРТОЧКИ АРГУМЕНТОВ --- */
.seo-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px; /* Делаем равномерные отступы со всех сторон */
    margin-bottom: 20px;
}

/* Превращаем пункты в полноценные карточки */
.seo-benefit-item {
    position: relative;
    background: rgba(255, 255, 255, 0.95); /* Слегка прозрачный фон */
    border: 1px solid #eaeaea; /* Мягкая рамка со всех сторон */
    border-radius: 16px; /* Фирменное скругление углов */
    padding: 25px 30px 25px 60px; /* Добавляем "воздуха" внутри карточки */
    font-size: 16px;
    line-height: 1.5;
    color: #444444;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

/* Эффект при наведении (как у тарифов) */
.seo-benefit-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: #d4af37; /* Загорается золотая рамка */
}

/* Фирменная золотая галочка */
.seo-benefit-item::before {
    content: '';
    position: absolute;
    left: 20px; /* Отодвигаем от левого края */
    top: 25px; /* Выравниваем ровно по первой строке текста */
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4af37' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* --- АДАПТИВ ДЛЯ БЛОКА АРГУМЕНТОВ --- */

@media (max-width: 1200px) {
    /* Добавляем безопасные отступы по бокам, чтобы карточки не прилипали к краям экрана */
    section.seo-benefits-section {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}

@media (max-width: 991px) {
    /* Перестраиваем карточки в одну колонку на планшетах и телефонах */
    section.seo-benefits-section .seo-benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px; /* Немного уменьшаем расстояние между карточками по вертикали */
    }
}

@media (max-width: 575px) {
    /* Делаем сами карточки чуть компактнее на смартфонах */
    section.seo-benefits-section .seo-benefit-item {
        padding: 20px 20px 20px 50px;
        font-size: 15px; /* Чуть уменьшаем шрифт для мобилок */
    }
    
    /* Сдвигаем галочку пропорционально новым отступам */
    section.seo-benefits-section .seo-benefit-item::before {
        left: 15px;
        top: 20px;
        width: 20px;
        height: 20px;
    }
}
/* Блок со скрытыми элементами */
.seo-benefits-hidden {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
}

.seo-benefits-hidden.is-expanded {
    max-height: 1500px; /* Достаточное значение, чтобы вместить контент */
    opacity: 1;
}

/* Обертка для кнопки */
.seo-benefits-action {
    text-align: center;
    margin-top: 30px;
}

/* Адаптив под мобилки */
@media (max-width: 991px) {
    .seo-benefits-grid {
        grid-template-columns: 1fr; /* В одну колонку */
        column-gap: 0;
    }
}

/* --- БЛОК: ВЫБОР УСЛУГ В ПРОДВИЖЕНИИ --- */
.seo-services-grid-section {
    padding: 40px 0;
}

.seo-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

/* Сама карточка услуги */
.seo-service-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

/* Декоративная подложка-рамка (появляется при наведении) */
.seo-service-card::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    border: 2px solid transparent;
    transition: all 0.4s ease;
    z-index: -1;
}

.seo-service-card:hover {
    transform: translateY(-5px);
}

.seo-service-card:hover::after {
    border-color: #d4af37; /* Золотая рамка */
}

/* Большая прозрачная иконка на фоне (как на референсе 1) */
.seo-service-card__bg-icon {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 180px;
    height: 180px;
    color: rgba(212, 175, 55, 0.05); /* Очень бледный золотой */
    z-index: -1;
    pointer-events: none;
    transition: all 0.5s ease;
}

.seo-service-card__bg-icon svg {
    width: 100%;
    height: 100%;
}

.seo-service-card:hover .seo-service-card__bg-icon {
    transform: scale(1.1) rotate(-5deg);
    color: rgba(212, 175, 55, 0.1);
}

/* Шапка карточки (Название + Цена) */
.seo-service-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}

.seo-service-card__title {
    font-size: 24px;
    font-weight: 800;
    color: #222222;
    margin: 0;
    line-height: 1.2;
}

.seo-service-card__price {
    font-size: 20px;
    font-weight: 700;
    color: #a58a77; /* Фирменный кофейный цвет для цены */
    white-space: nowrap;
}

/* Описание услуги (тянется из PREVIEW_TEXT) */
.seo-service-card__desc {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 35px;
    flex-grow: 1; /* Прижимает кнопку к низу, если карточки разной высоты */
    position: relative;
    z-index: 2;
}

/* Кнопка "Заказать" */
.seo-service-card__footer {
    margin-top: auto;
    position: relative;
    z-index: 2;
}

.seo-service-card__btn {
    display: inline-block;
    background: transparent;
    color: #222222;
    border: 2px solid #eaeaea;
    padding: 12px 35px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.seo-service-card:hover .seo-service-card__btn {
    background: #e2b781;
    border-color: #c79c66;
    color: #ffffff;
}

/* Адаптив для планшетов и телефонов */
@media (max-width: 991px) {
    .seo-services-grid {
        grid-template-columns: 1fr;
    }
    .seo-service-card {
        padding: 30px 25px;
    }
    .seo-service-card__header {
        flex-direction: column;
        gap: 10px;
    }
}

/* --- БЛОК: ЗОНЫ ОТВЕТСТВЕННОСТИ --- */
.seo-responsibility-section {
    padding: 50px 0;
}

.seo-resp-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.seo-resp-desc {
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
    margin-top: 15px;
}

/* Легенда цветов */
.seo-resp-legend {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 15px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.seo-resp-legend__item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.seo-resp-legend__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.seo-resp-legend__agency {
    color: #d4af37;
}
.seo-resp-legend__agency .seo-resp-legend__dot {
    background: #d4af37;
}

.seo-resp-legend__client {
    color: #222222;
}
.seo-resp-legend__client .seo-resp-legend__dot {
    background: #222222;
}

/* Сетка карточек */
.seo-resp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

/* Карточка */
.seo-resp-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.seo-resp-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    border-color: rgba(212, 175, 55, 0.3);
}

.seo-resp-card__title {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 25px;
}

/* Блок шкалы */
.seo-resp-card__bar-wrap {
    margin-top: auto;
}

.seo-resp-card__labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
}

.seo-resp-card__label-agency { color: #d4af37; }
.seo-resp-card__label-client { color: #222222; }

.seo-resp-card__bar {
    height: 8px;
    border-radius: 4px;
    width: 100%;
}

/* Нижняя плашка (рамка) */
.seo-resp-bottom-plate {
    background: #ffffff;
    border: 1px solid #d4af37;
    border-radius: 12px;
    padding: 25px 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #444444;
    line-height: 1.6;
}

/* Адаптив */
@media (max-width: 1199px) {
    .seo-resp-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 991px) {
    .seo-resp-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .seo-resp-grid {
        grid-template-columns: 1fr;
    }
    .seo-resp-legend {
        flex-direction: column;
        gap: 15px;
    }
    .seo-resp-bottom-plate {
        padding: 20px;
        font-size: 14px;
    }
}

/* --- БЛОК: РЕЗУЛЬТАТЫ ПРОДВИЖЕНИЯ --- */
.seo-results-section {
    padding: 50px 0;
}

.seo-results-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 30px;
}

.seo-results-subtitle {
    font-size: 18px;
    color: #444444;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 25px;
}

.seo-results-intro {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Сетка карточек (3 в ряд) */
.seo-results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

/* Карточка */
.seo-result-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    padding: 30px 25px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.seo-result-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, 0.3);
}

.seo-result-card__icon {
    flex: 0 0 24px;
    margin-top: 3px;
}

.seo-result-card__icon svg {
    width: 24px;
    height: 24px;
}

.seo-result-card__text {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
}

.seo-result-card__text b,
.seo-result-card__text strong {
    color: #222222;
    font-weight: 700;
}

/* Большая кнопка внизу */
.seo-results-action {
    text-align: center;
}

.seo-results-btn {
    display: inline-block;
    background: #e2b781;
    color: #111111;
    border: none;
    padding: 20px 40px;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.15);
}

.seo-results-btn:hover {
    background: #222222;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(34, 34, 34, 0.2);
}

/* Адаптив */
@media (max-width: 991px) {
    .seo-results-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .seo-results-subtitle {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .seo-results-btn {
        width: 100%;
        padding: 18px 20px;
        font-size: 13px;
    }
}

/* --- БЛОК: АККОРДЕОН (ЭТАПЫ РАБОТ) --- */
.seo-faq-section {
    padding: 40px 0 60px;
}

.seo-accordion-wrap {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 10px;
}

/* Обертка одного пункта */
.seo-accordion-item {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);
}

.seo-accordion-item:hover {
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.08);
}

/* Кнопка-заголовок */
.seo-accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    text-align: left;
    transition: all 0.3s ease;
}

/* Иконка плюсика */
.seo-accordion-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    position: relative;
    margin-left: 20px;
}

.seo-accordion-icon::before,
.seo-accordion-icon::after {
    content: '';
    position: absolute;
    background: #d4af37; /* Золотой цвет иконки */
    transition: all 0.3s ease;
}

/* Горизонтальная палочка */
.seo-accordion-icon::before {
    top: 11px;
    left: 2px;
    width: 20px;
    height: 2px;
}

/* Вертикальная палочка */
.seo-accordion-icon::after {
    top: 2px;
    left: 11px;
    width: 2px;
    height: 20px;
}

/* --- Состояние ОТКРЫТОГО аккордеона --- */
.seo-accordion-item.is-active {
    border-color: #d4af37;
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.12);
}

.seo-accordion-item.is-active .seo-accordion-header {
    color: #d4af37; /* Заголовок становится золотым */
    padding-bottom: 10px;
}

/* Плюс превращается в минус (вертикальная палочка исчезает) */
.seo-accordion-item.is-active .seo-accordion-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

/* Контент внутри аккордеона */
.seo-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.seo-accordion-body {
    padding: 0 30px 25px;
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
}

/* Адаптив */
@media (max-width: 767px) {
    .seo-accordion-header {
        padding: 18px 20px;
        font-size: 16px;
    }
    .seo-accordion-body {
        padding: 0 20px 20px;
    }
}

/* --- БЛОК: АВТОРСКИЙ ЧЕК-ЛИСТ --- */
.seo-checklist-section {
    padding: 60px 0;
}

.seo-checklist-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
}

/* Переопределяем отступ у H2, чтобы он стоял ближе к подзаголовку */
.seo-checklist-header .section-title {
    margin-bottom: 15px;
}

.seo-checklist-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #555555;
}

/* Текст под аккордеоном */
.seo-checklist-bottom {
    max-width: 900px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

@media (max-width: 767px) {
    .seo-checklist-subtitle {
        font-size: 16px;
    }
    .seo-checklist-bottom {
        padding: 20px;
        font-size: 14px;
    }
}

/* --- БЛОК: КАЛЬКУЛЯТОР --- */
.seo-calculator-section {
    padding: 60px 0;
}

.seo-calc-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.seo-calc-info .section-title {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.seo-calc-desc {
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
}

/* Карточка калькулятора */
.seo-calc-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    border: 1px solid #eaeaea;
}

/* Вкладки (Табы) */
.seo-calc-tabs {
    display: flex;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 30px;
}

.seo-calc-tab {
    flex: 1;
    background: transparent;
    border: none;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 800;
    color: #888888;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.seo-calc-tab.active {
    color: #222222;
}

.seo-calc-tab::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d4af37;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.seo-calc-tab.active::after {
    transform: scaleX(1);
}

/* Формы и инпуты */
.seo-calc-panel {
    display: none;
    animation: fadeIn 0.4s ease;
}
.seo-calc-panel.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.seo-calc-label {
    display: block;
    font-size: 14px;
    color: #555555;
    margin-bottom: 10px;
    margin-top: 25px;
}
.seo-calc-label .req { color: #d4af37; }

.seo-calc-select,
.seo-calc-input {
    width: 100%;
    padding: 15px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    font-size: 16px;
    color: #222222;
    background: #fdfdfd;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.seo-calc-select:focus,
.seo-calc-input:focus {
    outline: none;
    border-color: #d4af37;
}

/* Чекбоксы */
.seo-calc-checkbox {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    color: #222222;
    user-select: none;
    padding-left: 30px;
    margin-top: 25px;
}

.seo-calc-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.seo-calc-checkbox .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.seo-calc-checkbox:hover input ~ .checkmark {
    border-color: #d4af37;
}

.seo-calc-checkbox input:checked ~ .checkmark {
    background-color: #d4af37;
    border-color: #d4af37;
}

.seo-calc-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.seo-calc-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Иконка 'i' */
.info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: #a58a77;
    color: white;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    margin-left: 8px;
    cursor: help;
}

/* Стилизация ползунка (Range) */
.seo-calc-range-wrap {
    margin-top: 15px;
}

.seo-calc-range {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: #eaeaea;
    border-radius: 2px;
    outline: none;
    margin: 15px 0;
}

.seo-calc-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #d4af37;
    cursor: pointer;
    border: 4px solid #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: transform 0.1s ease;
}

.seo-calc-range::-webkit-slider-thumb:hover {
    transform: scale(1.15);
}

.seo-calc-range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888888;
}

/* Кнопка отправки */
.seo-calc-submit {
    display: block;
    width: 100%;
    margin-top: 40px;
    background: transparent;
    color: #222222;
    border: 2px solid #222222;
    padding: 20px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.seo-calc-submit:hover {
    background: #222222;
    color: #ffffff;
    border-color: #222222;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(34,34,34,0.15);
}

.mt-20 { margin-top: 20px; }

/* Адаптив */
@media (max-width: 991px) {
    .seo-calc-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .seo-calc-info {
        text-align: center;
    }
    .seo-calc-info .section-title {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    .seo-calc-box {
        padding: 25px 20px;
    }
    .seo-calc-tab {
        font-size: 11px;
        padding: 15px 5px;
    }
}

/* --- БЛОК: ПРОДВИЖЕНИЕ ПО ГОРОДАМ (СЛАЙДЕР) --- */
.seo-cities-section {
    padding: 40px 0 60px;
}

/* Обертка для слайдера, чтобы стрелки не вылезали за экран */
.seo-cities-slider-wrap {
    position: relative;
    padding: 0 50px; /* Отступы по бокам для стрелок */
    max-width: 1200px;
    margin: 0 auto;
}

/* Слайд (отступы между плашками) */
.seo-city-slide {
    padding: 10px;
    outline: none;
}

/* Плашка города */
.seo-city-link {
    display: block;
    text-align: center;
    padding: 18px 25px;
    border: 1px solid #d4af37; /* Фирменная золотая обводка */
    border-radius: 50px;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    background: #ffffff;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.seo-city-link:hover {
    background: #d4af37;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.2);
    transform: translateY(-2px);
}

/* --- Стили для стрелок Slick Slider --- */
.seo-cities-slider .slick-prev,
.seo-cities-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #222222; /* Темно-кофейный цвет как на макете */
    color: #ffffff;
    border-radius: 50%;
    border: none;
    z-index: 10;
    cursor: pointer;
    font-size: 0; /* Скрываем стандартный текст Slick */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Рисуем галочки для стрелок через псевдоэлементы */
.seo-cities-slider .slick-prev::before,
.seo-cities-slider .slick-next::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.seo-cities-slider .slick-prev::before {
    transform: rotate(-135deg);
    margin-left: 4px;
}

.seo-cities-slider .slick-next::before {
    transform: rotate(45deg);
    margin-right: 4px;
}

.seo-cities-slider .slick-prev:hover,
.seo-cities-slider .slick-next:hover {
    background: #d4af37;
}

/* Позиционирование стрелок */
.seo-cities-slider .slick-prev { left: 0; }
.seo-cities-slider .slick-next { right: 0; }

/* Скрываем стандартные элементы slick, если они есть */
.seo-cities-slider .slick-arrow.slick-hidden { display: none; }

/* --- СТИЛИ ДЛЯ SEO ТЕКСТА --- */
.seo-content-block {
    max-width: 1000px;
    margin: 60px auto;
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
    padding: 0 20px;
}

.seo-content-block h2 {
    font-size: 32px;
    font-weight: 800;
    color: #222222;
    margin-bottom: 25px;
    line-height: 1.3;
}

.seo-content-block h3 {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 40px 0 20px;
    line-height: 1.4;
}

.seo-content-block p {
    margin-bottom: 20px;
}

.seo-content-block ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.seo-content-block ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

/* Золотые точки для списков */
.seo-content-block ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #d4af37;
    border-radius: 50%;
}

.seo-content-block strong,
.seo-content-block b {
    color: #222222;
    font-weight: 700;
}

@media (max-width: 767px) {
    .seo-content-block h2 { font-size: 26px; }
    .seo-content-block h3 { font-size: 20px; }
    .seo-content-block { font-size: 15px; }
}

/* --- БЛОК: ОТЗЫВЫ --- */
.seo-reviews-section {
    padding: 60px 0;
}

.seo-reviews-slider-wrap {
    position: relative;
    padding: 0 40px; /* Отступы для стрелок слайдера */
}

/* Обертка отдельного слайда (создает отступы между карточками) */
.seo-review-slide {
    padding: 15px;
    outline: none;
    height: auto; /* Чтобы слайды тянулись по высоте */
}

/* Сама карточка отзыва */
.seo-review-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    padding: 35px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.seo-review-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    border-color: rgba(212, 175, 55, 0.3);
}

.seo-review-quote {
    width: 32px;
    height: 32px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.seo-review-title {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 15px;
    line-height: 1.3;
}

.seo-review-text {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 30px;
    flex-grow: 1; /* Расталкивает контент, прижимая автора к низу */
}

/* Блок автора */
.seo-review-author {
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
    margin-top: auto;
}

.seo-review-author-name {
    font-size: 16px;
    font-weight: 800;
    color: #222222;
    margin-bottom: 5px;
}

.seo-review-author-pos {
    font-size: 13px;
    color: #888888;
}

/* --- Стили для стрелок слайдера (в едином стиле с городами) --- */
.seo-reviews-slider .slick-prev,
.seo-reviews-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #222222;
    color: #ffffff;
    border-radius: 50%;
    border: none;
    z-index: 10;
    cursor: pointer;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.seo-reviews-slider .slick-prev::before,
.seo-reviews-slider .slick-next::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.seo-reviews-slider .slick-prev::before { transform: rotate(-135deg); margin-left: 4px; }
.seo-reviews-slider .slick-next::before { transform: rotate(45deg); margin-right: 4px; }

.seo-reviews-slider .slick-prev:hover,
.seo-reviews-slider .slick-next:hover {
    background: #d4af37;
}

.seo-reviews-slider .slick-prev { left: -10px; }
.seo-reviews-slider .slick-next { right: -10px; }

.seo-reviews-slider .slick-track {
    display: flex !important;
}

.seo-reviews-slider .slick-slide {
    height: inherit !important;
}
/* --- Стили для точек навигации слайдера отзывов --- */
.seo-reviews-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 30px 0 0; /* Отступ сверху от карточек */
}

.seo-reviews-slider .slick-dots li {
    margin: 0 6px;
}

.seo-reviews-slider .slick-dots button {
    font-size: 0; /* Прячем ту самую цифру 1 */
    line-height: 0;
    width: 12px;
    height: 12px;
    background: #eaeaea;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.seo-reviews-slider .slick-dots button:hover {
    background: #cccccc;
}

.seo-reviews-slider .slick-dots .slick-active button {
    background: #d4af37; /* Фирменный золотой для активной точки */
    transform: scale(1.2);
}
/* Исправление срезанного заголовка над блоком стоимости */
.seo-cost-section h2,
.seo-cost-section .section-title {
    margin-bottom: 40px !important;
    position: relative;
    z-index: 5;
    line-height: 1.4;
    overflow: visible;
}

/* --- СТИЛИ ДЛЯ СЛАЙДЕРА ПРЕИМУЩЕСТВ --- */
.seo-advantages-slider {
    margin-top: 40px;
}

/* --- ЗАЩИТА SVG ИКОНОК ОТ ГЛОБАЛЬНОЙ ЗАЛИВКИ --- */

/* 1. Убиваем принудительную заливку (которая делает из иконок квадраты) */
.seo-advantages-slider .seo-adv__icon-box svg * {
    fill: none !important;
}

/* 2. Задаем правильный темно-кофейный цвет самим линиям контура */
.seo-advantages-slider .seo-adv__icon-box > svg,
.seo-advantages-slider .seo-adv__icon-box > svg * {
    stroke: #222222 !important;
}



@media (max-width: 768px) {
    /* 1. Возвращаем секции автоматическую высоту и видимость */
    section.seo-hero {
        width: 100%;
        height: auto; 
        overflow: visible; 
        box-sizing: border-box;
        display: block;
    }

    section.seo-hero .container {
        width: 100%;
        height: auto;
        max-width: 100vw;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    /* 2. Заставляем карточку отображаться и встать в общий поток */
    section.seo-hero .seo-hero__content.glass-card {
        display: flex;
        position: relative; 
        flex-direction: column;
        width: 100%;
        height: auto;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding: 24px 15px; 
        margin: 20px 0 30px 0; 
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    /* 3. Зажимаем внутренние колонки */
    section.seo-hero .seo-hero__left,
    section.seo-hero .seo-hero__right {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: auto;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    section.seo-hero .seo-hero__right {
        margin-top: 30px; 
    }

    /* 4. Адаптируем подзаголовок */
    section.seo-hero .seo-hero__subtitle {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
        word-break: break-word; 
        white-space: normal;
    }

    /* 5. Чиним список преимуществ */
    section.seo-hero .seo-hero__features {
        padding: 0;
        margin-bottom: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    section.seo-hero .seo-hero__features li {
        font-size: 14px;
        line-height: 1.4;
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
        width: 100%;
        word-break: break-word;
    }

    section.seo-hero .seo-hero__features li svg {
        flex-shrink: 0; 
        width: 24px;
        height: 24px;
        margin-right: 12px;
    }

    section.seo-hero .seo-hero__stats {
        font-size: 13px;
        text-align: center;
    }

    section.seo-hero .seo-hero__cta-btn {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    /* 1. Уменьшаем боковые поля самого слайдера, освобождая место по ширине */
    section.seo-advantages-section .seo-advantages-slider {
        padding-left: 20px; 
        padding-right: 20px;
        margin-left: -5px;
        margin-right: -5px;
    }
    
    /* 2. Убираем "жирные" десктопные отступы внутри белой карточки */
    section.seo-advantages-section .seo-adv__item {
        padding: 24px 15px; 
        margin: 0 10px; /* Небольшой зазор между карточками */
        box-sizing: border-box;
    }

    /* 3. Убеждаемся, что текст занимает всю доступную ширину */
    section.seo-advantages-section .seo-adv__text {
        font-size: 14px;
        line-height: 1.5;
        width: 100%;
        word-wrap: break-word;
    }

    /* 4. Делаем навигационные стрелки чуть меньше для телефона */
    section.seo-advantages-section .slick-prev,
    section.seo-advantages-section .slick-next {
        width: 32px;
        height: 32px;
        z-index: 10;
    }

    /* Смещаем стрелки за пределы контентной зоны карточки (на края экрана) */
    section.seo-advantages-section .slick-prev {
        left: -5px;
    }
    
    section.seo-advantages-section .slick-next {
        right: -5px;
    }
}

@media (max-width: 768px) {
    /* 1. Выстраиваем сетку строго в одну колонку */
    section.seo-target-section .seo-target-grid {
        display: grid;
        grid-template-columns: 1fr; /* Одна колонка на всю ширину */
        gap: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    /* 2. Зажимаем карточку в ширину экрана и уменьшаем внутренние отступы */
    section.seo-target-section .seo-target-card {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding: 24px 20px; /* Делаем боковые отступы компактнее */
        display: flex;
        align-items: flex-start;
        margin: 0;
    }

    /* 3. Фиксируем размер иконки, чтобы она не сплющивалась */
    section.seo-target-section .seo-target-icon {
        flex-shrink: 0; 
        margin-right: 16px;
    }

    /* 4. ГЛАВНЫЙ ФИКС: Разрешаем текстовому блоку сжиматься и переносить слова */
    section.seo-target-section .seo-target-info {
        flex: 1;
        min-width: 0; /* Убивает баг флексбокса, из-за которого текст ломает ширину */
        width: 100%;
    }

    /* 5. Настраиваем перенос слов для заголовков и абзацев внутри карточки */
    section.seo-target-section .seo-target-info h3,
    section.seo-target-section .seo-target-info .seo-target-title,
    section.seo-target-section .seo-target-info p {
        word-wrap: break-word;
        word-break: break-word;
        white-space: normal;
        margin-top: 0;
    }
}

/* Дополнительно для совсем узких экранов (меньше 400px) можно перенести иконку наверх */
@media (max-width: 400px) {
    section.seo-target-section .seo-target-card {
        flex-direction: column; /* Иконка сверху, текст снизу */
    }
    
    section.seo-target-section .seo-target-icon {
        margin-right: 0;
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
    /* 1. Возвращаем секции автоматическую высоту и убираем обрезку */
    section#seo-tariffs {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        overflow: visible; /* Убрали скрытие контента */
        display: block;
    }

    /* 2. Используем надежный Flexbox вместо Grid для построения колонки */
    section#seo-tariffs .seo-tariffs-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding-left: 15px; 
        padding-right: 15px;
        margin: 0;
    }

    /* 3. Зажимаем карточку и корректируем внутренние отступы */
    section#seo-tariffs .seo-tariff-card {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: auto;
        box-sizing: border-box;
        padding: 24px 20px;
        margin: 0;
        display: block;
    }

    /* 4. Защита длинных заголовков от выползания за экран */
    section#seo-tariffs .seo-tariff-card__title,
    section#seo-tariffs .seo-tariff-card__price {
        word-wrap: break-word;
        word-break: break-word;
        white-space: normal;
    }

    /* 5. Выстраиваем кнопки друг под друга */
    section#seo-tariffs .seo-tariff-card__actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        box-sizing: border-box;
    }

    section#seo-tariffs .seo-tariff-btn {
        width: 100%;
        box-sizing: border-box;
        white-space: normal; /* Разрешаем длинному тексту на кнопке переноситься на новую строку */
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    /* 1. Даем слайдеру чуть больше места по краям экрана */
    section.seo-reviews-section .seo-reviews-slider-wrap {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: -5px;
        margin-right: -5px;
    }

    /* 2. Настраиваем зазоры между самими слайдами */
    section.seo-reviews-section .seo-review-slide {
        padding: 0 5px; 
        box-sizing: border-box;
    }

    /* 3. ГЛАВНОЕ: Уменьшаем внутренние отступы карточки отзыва */
    section.seo-reviews-section .seo-review-card {
        padding: 24px 15px; /* Было много, стало компактно под мобилку */
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    /* 4. Разрешаем длинным словам в заголовках и тексте переноситься */
    section.seo-reviews-section .seo-review-title,
    section.seo-reviews-section .seo-review-text {
        word-wrap: break-word;
        word-break: break-word;
        white-space: normal;
        width: 100%;
    }

    /* 5. Если слайдер выводит кнопки навигации (стрелки), делаем их меньше и прижимаем к краям */
    section.seo-reviews-section .slick-prev,
    section.seo-reviews-section .slick-next {
        width: 32px;
        height: 32px;
        z-index: 10;
    }

    section.seo-reviews-section .slick-prev {
        left: -10px;
    }
    
    section.seo-reviews-section .slick-next {
        right: -10px;
    }
}

/* --- ГЛОБАЛЬНЫЙ ФИКС БОКОВЫХ ОТСТУПОВ ДЛЯ ВСЕХ БЛОКОВ НА ЭКРАНАХ < 1200px --- */

@media (max-width: 1200px) {
    section.seo-hero,
    section.seo-guarantees-section,
    section.seo-cost-section,
    section.seo-target-section,
    section.seo-benefits-section,
    section.seo-services-grid-section,
    section.seo-responsibility-section,
    section.seo-results-section,
    section.seo-faq-section,
    section.seo-checklist-section,
    section.seo-calculator-section,
    section.seo-cities-section,
    section.seo-text-section,
    section.seo-tariffs-section,
    section.seo-reviews-section,
    section.seo-faq-bottom-section {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}
/* End */


/* Start:/local/templates/seo_lev/components/bitrix/news.list/casse_index/style.css?17848003993339*/
/* =========================================
   ФИКСЫ ДЛЯ SLICK SLIDER (Кейсы)
   ========================================= */

/* Выстраиваем слайды в ряд и делаем их одинаковой высоты */
.lev-cases-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

/* ВОТ ЭТОТ ФИКС: Убиваем скрытые элементы Slick, которые сплющивают карточки */
.lev-cases-slider .slick-track::before,
.lev-cases-slider .slick-track::after {
    display: none !important;
}

.lev-cases-slider .slick-slide {
    height: auto;
    display: flex;
    flex-shrink: 0; 
}

/* Обертка внутри слайда должна передавать высоту карточке */
.lev-cases-slider .slick-slide > div {
    width: 100%;
    display: flex;
}

/* --- ФИКС ОБРЕЗКИ КАРТИНОК В КЕЙСАХ --- */

/* Выравниваем все картинки кейсов по верхнему краю (и на десктопе, и на мобилке) */
.lev-cases-wrapper .lev-case-card__img-wrap img {
    object-position: top center; 
}

@media (max-width: 768px) {
    /* Задаем обертке картинки гибкую высоту с красивой пропорцией 4:3 */
    .lev-cases-wrapper .lev-case-card__img-wrap {
        display: block;
        width: 100%;
        height: auto; 
        aspect-ratio: 4 / 3; /* Все картинки будут одинаковой формы */
        overflow: hidden;
    }
    
    /* Заставляем картинку заполнять всю обертку */
    .lev-cases-wrapper .lev-case-card__img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; 
        object-position: top center; /* Жестко якорим за верхний край */
    }
}

/* =========================================
   ПАГИНАЦИЯ (ТОЧКИ) СЛАЙДЕРА
   ========================================= */

.lev-cases-slider .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 30px 0 0 0;
    gap: 12px;
}

.lev-cases-slider .slick-dots li {
    margin: 0;
}

/* Скрываем цифры и рисуем кружки */
.lev-cases-slider .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #e0e0e0;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* Активная точка */
.lev-cases-slider .slick-dots li.slick-active button {
    background: #d4a770; /* Фирменный цвет */
    transform: scale(1.3);
}

.lev-cases-slider .slick-dots button:hover {
    background: #c29661;
}
@media (max-width: 768px) {
    .lev-cases-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    
    /* Делаем отступы внутри мобильной карточки чуть компактнее */
    .lev-case-card__body {
        padding: 20px 20px 0 20px;
    }
    
    .lev-case-card__footer {
        padding: 0 20px 20px 20px;
    }
}

/* End */


/* Start:/local/templates/seo_lev/components/bitrix/news.list/klients/style.css?1761168829150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/seo_lev/components/bitrix/news.list/team/style.css?1761166522150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16717133822530 */
/* /local/templates/seo_lev/components/bitrix/news/prodvizhenie/bitrix/news.list/.default/style.css?178479875263537 */
/* /local/templates/seo_lev/components/bitrix/news.list/casse_index/style.css?17848003993339 */
/* /local/templates/seo_lev/components/bitrix/news.list/klients/style.css?1761168829150 */
/* /local/templates/seo_lev/components/bitrix/news.list/team/style.css?1761166522150 */
