   * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --bg: #ffffff;
            --surface: #f8faff;
            --primary: #0B1030;
            --accent-1: #2940D3;
            --accent-2: #1A2A9F;
            --accent-gradient: linear-gradient(165deg, #2940D3, #3A5BE0);
            --soft-gradient: linear-gradient(145deg, #F0F5FF, #FFFFFF);
            --text-primary: #0f172a;
            --text-secondary: #334155;
            --border-light: #e6edf8;
            --card-shadow: 0 35px 60px -25px rgba(20, 30, 100, 0.25);
            --radius-xl: 44px;
            --radius-lg: 32px;
            --radius-md: 24px;
        }

.tariff-form p {margin-bottom:20px;}
/* ===== ДЕТАЛЬНЫЕ БЛОКИ ТАРИФОВ (для вставки) ===== */
.tariff-detail {
    padding: 70px 0;
    background: white;
    border-bottom: 1px solid var(--border-light);
}
.tariff-detail:nth-child(even) {
    background: var(--surface);
}
.tariff-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.tariff-badge {
    display: inline-block;
    background: var(--accent-gradient);
    color: white;
    padding: 6px 18px;
    border-radius: 60px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.tariff-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.tariff-price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent-1);
    margin-bottom: 25px;
}
.tariff-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 30px 0;
}
.tariff-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
}
.tariff-feature svg {
    width: 22px;
    height: 22px;
    stroke: var(--accent-1);
    flex-shrink: 0;
}
.tariff-form {
    background: white;
    border-radius: 32px;
    padding: 40px;
    box-shadow: var(--card-shadow);
    border: 1px solid var(--border-light);
}
.tariff-form h3 {
    font-size: 1.6rem;
    margin-bottom: 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.tariff-form input {
    width: 100%;
    padding: 14px 20px;
    border-radius: 60px;
    border: 1px solid #e2e8f0;
    margin-bottom: 14px;
    font-size: 1rem;
}
.tariff-form button {
    width: 100%;
    padding: 14px;
    background: var(--accent-gradient);
    color: white;
    border: none;
    border-radius: 60px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .tariff-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .tariff-features-grid {
        grid-template-columns: 1fr;
    }
    .tariff-form {
        padding: 28px;
    }
    .tariff-title {
        font-size: 1.6rem;
    }
}
.show-more-btn {margin-top:20px;}
.section-links-l {padding:50px 0px 50px 0px;}
/* Телефон с круглым фоном - мобильная версия */
@media (max-width: 768px) {
    .desktop-phone {
        display: none !important;
    }
    
    .mobile-header {
        display: flex !important;
        align-items: center;
        gap: 12px;
    }
    
    .phone-circle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        background: #EFF3FF;
        border-radius: 50%;
    }
    
    .phone-circle svg {
        width: 22px;
        height: 22px;
        stroke: #2940D3;
    }
    
    .mobile-btn {
        padding: 10px 18px;
        font-size: 14px;
        background: linear-gradient(165deg, #2940D3, #3A5BE0);
        color: white;
        border-radius: 60px;
        text-decoration: none;
        font-weight: 600;
    }
}

@media (min-width: 769px) {
    .mobile-header {
        display: none !important;
    }
}

/* Блок НАШИ КЛИЕНТЫ */
/* Блок НАШИ КЛИЕНТЫ - с вертикальной центровкой */
.clients-section {
    padding: 60px 0;
    background: #F8FAFE;
}
.clients-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}
@media (min-width: 768px) {
    .clients-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
.client-item {
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}
.client-item img {
    max-width: 150px;
    height: auto;
    display: block;max-width: 100%;
}
.client-item span {
    font-size: 14px;
    color: #334155;
    font-weight: 500;
    text-align: center;
}
/* ========== СООБЩЕНИЕ ОБ ОТПРАВКЕ ========== */
/* Отключаем анимацию закрытия */
.fancybox__container {
    --fancybox-animation-duration: 0ms !important;
}

.fancybox__backdrop,
.fancybox__carousel,
.fancybox__slide {
    transition: none !important;
}

.fancybox__container.is-closing {
    transition: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Делаем закрытие мгновенным */
.fancybox__container.is-closing .fancybox__backdrop {
    transition: none !important;
}

.fancybox__container.is-closing .fancybox__carousel {
    transition: none !important;
}
/* ========== МОБИЛЬНАЯ ВЕРСИЯ FANCYBOX ========== */

/* Адаптация контейнера модалки */
@media (max-width: 768px) {
    .fancybox__container {
        padding: 16px !important;
    }
    
    .fancybox__slide {
        padding: 0 !important;
    }
    
    .fancybox__content {
        max-width: calc(100vw - 32px) !important;
        width: 100% !important;
        margin: 0 auto !important;
        border-radius: 28px !important;
        max-height: 90vh !important;
        overflow-y: auto !important;
    }
    
    /* Стили для кастомного контента на мобилке */
    .fancybox-custom-content {
        padding: 24px 20px !important;
        width: 100%;
        box-sizing: border-box;
    }
    
    /* Заголовок на мобилке */
    .fancybox-custom-content h3 {
        font-size: 24px !important;
        margin-bottom: 8px !important;
        text-align: center;
    }
    
    .fancybox-custom-content p {
        font-size: 14px !important;
        margin-bottom: 20px !important;
        text-align: center;
    }
    
    /* Форма на мобилке */
    .fancybox-custom-content form {
        width: 100%;
    }
    
    .fancybox-custom-content .my-form {
        width: 100%;
    }
    
    /* Поля ввода на мобилке */
    .fancybox-custom-content input[type="text"],
    .fancybox-custom-content input[type="tel"] {
        width: 100% !important;
        padding: 14px 18px !important;
        font-size: 16px !important;
        margin-bottom: 12px !important;
        border-radius: 50px !important;
        box-sizing: border-box;
    }
    
    /* Кнопка на мобилке */
    .fancybox-custom-content button[type="submit"] {
        width: 100% !important;
        padding: 14px 20px !important;
        font-size: 16px !important;
        margin: 8px 0 12px !important;
    }
    
    /* Чекбокс и политика на мобилке */
    .canalStory__policy {
        margin-top: 16px !important;
    }
    
    .canalStory__policyText {
        font-size: 11px !important;
        line-height: 1.4 !important;
    }
    
    .canalStory__checkbox {
        width: 18px !important;
        height: 18px !important;
        flex-shrink: 0 !important;
    }
    
    /* Крестик закрытия на мобилке */
    .fancybox-custom-content button[data-fancybox-close] {
        top: 12px !important;
        right: 12px !important;
        width: 32px !important;
        height: 32px !important;
    }
    
    /* Штатный крестик Fancybox на мобилке */
    .f-button.is-close-btn {
        top: 12px !important;
        right: 12px !important;
        width: 36px !important;
        height: 36px !important;
        background: #2940D3 !important;
        border-radius: 50% !important;
    }
    
    .f-button.is-close-btn svg {
        width: 18px !important;
        height: 18px !important;
        stroke: white !important;
    }
}

/* Для очень маленьких экранов (до 480px) */
@media (max-width: 480px) {
    .fancybox__content {
        max-width: calc(100vw - 24px) !important;
        border-radius: 24px !important;
    }
    
    .fancybox-custom-content {
        padding: 20px 16px !important;
    }
    
    .fancybox-custom-content h3 {
        font-size: 20px !important;
    }
    
    .fancybox-custom-content input[type="text"],
    .fancybox-custom-content input[type="tel"] {
        padding: 12px 16px !important;
        font-size: 15px !important;
    }
    
    .canalStory__policyText {
        font-size: 10px !important;
    }
}

/* Исправление для скролла внутри модалки на мобилке */
@media (max-width: 768px) {
    .fancybox__content::-webkit-scrollbar {
        width: 3px;
    }
    
    .fancybox__content::-webkit-scrollbar-track {
        background: #F1F5F9;
        border-radius: 10px;
    }
    
    .fancybox__content::-webkit-scrollbar-thumb {
        background: #2940D3;
        border-radius: 10px;
    }
    
    /* Отключаем горизонтальный скролл */
    .fancybox__track {
        overflow-x: hidden !important;
    }
}

/* Дополнительные стили для красивой формы */
.fancybox-custom-content .my-form {
    width: 100%;
}

.fancybox-custom-content input[type="text"],
.fancybox-custom-content input[type="tel"] {
    width: 100%;
    padding: 16px 20px;
    border-radius: 60px;
    border: 1.5px solid #E2E8F0;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    transition: all 0.2s;
    box-sizing: border-box;
    background: white;
}

.fancybox-custom-content input:focus {
    outline: none;
    border-color: #2940D3;
    box-shadow: 0 0 0 3px rgba(41, 64, 211, 0.1);
}

.fancybox-custom-content input.error {
    border-color: #EF4444;
}

.fancybox-custom-content button[type="submit"] {
    width: 100%;
    padding: 16px;
    background: linear-gradient(165deg, #2940D3, #3A5BE0);
    color: white;
    border: none;
    border-radius: 60px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    margin: 16px 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.fancybox-custom-content button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -5px rgba(41, 64, 211, 0.4);
}

/* Стили для чекбокса */
.canalStory__policy {
    margin-top: 20px;
}

.canalStory__policyCheckbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.canalStory__checkbox {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: #2940D3;
}

.canalStory__policyText {
    font-size: 12px;
    color: #64748B;
    line-height: 1.4;
}

.canalStory__policyText a {
    color: #2940D3;
    text-decoration: none;
}

.canalStory__policyText a:hover {
    text-decoration: underline;
}
.thankyou {
    text-align: center;
    padding: 40px 30px;
    background: linear-gradient(145deg, #ffffff, #f8faff);
    border-radius: 28px;
    border: 1px solid rgba(41, 64, 211, 0.2);
    box-shadow: 0 20px 35px -10px rgba(41, 64, 211, 0.15);
    animation: thankyouFadeIn 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

@keyframes thankyouFadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.thankyou__icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #2940D3, #1A2A9F);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px -5px rgba(41, 64, 211, 0.5);
    animation: thankyouCheck 0.4s ease-out 0.2s both;
}

.thankyou__icon svg {
    width: 36px;
    height: 36px;
    stroke: white;
    stroke-width: 2.5;
}

@keyframes thankyouCheck {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.thankyou h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0B1030;
    margin-bottom: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.thankyou p {
    font-size: 15px;
    font-weight: 400;
    color: #334155;
    margin: 0;
    line-height: 1.5;
}

.thankyou p:first-of-type {
    margin-bottom: 8px;
}

.thankyou__small {
    font-size: 13px;
    color: #64748B;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #E2E8F0;
}

.thankyou {
    animation: thankyouGlow 2s ease-in-out;
}

@keyframes thankyouGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(41, 64, 211, 0.4);
    }
    50% {
        box-shadow: 0 0 0 15px rgba(41, 64, 211, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(41, 64, 211, 0);
    }
}

.thankyou {
    background-image: radial-gradient(circle at 20% 30%, rgba(41, 64, 211, 0.08) 2px, transparent 2px),
                      radial-gradient(circle at 80% 70%, rgba(41, 64, 211, 0.05) 2px, transparent 2px);
    background-size: 40px 40px, 30px 30px;
}
.error input[placeholder]          {-o-text-overflow:ellipsis;text-overflow:ellipsis; font-style:italic; color:#ff0048 !important}
.error::-webkit-input-placeholder {text-overflow:ellipsis; font-style:italic; color:#ff0048 !important}
.error::-moz-placeholder     {text-overflow:ellipsis; font-style:italic; color:#ff0048 !important} 
.error:-moz-placeholder      {text-overflow:ellipsis; font-style:italic; color:#ff0048 !important} 
.error:-ms-input-placeholder {text-overflow:ellipsis; font-style:italic; color:#ff0048 !important}
/* ========== FANCYBOX v5 — ПРЕМИАЛЬНЫЕ СТИЛИ ========== */
.canalStory__policy { margin-top: 10px;margin-bottom: 20px; }
.canalStory__policyCheckbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}
.canalStory__checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.canalStory__policyCheckbox input.error + .canalStory__checkmark {
  border-color: #ff0048 !important;
  box-shadow: 0 0 0 2px rgba(255, 0, 72, 0.2);
}

.canalStory__checkmark {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #3A5BE0;
    border-radius: 5px;
    flex-shrink: 0;
    transition: all 0.2s;
}
.canalStory__checkbox:checked + .canalStory__checkmark {
    background: #3A5BE0;
    border-color: #3A5BE0;
    position: relative;
}
.canalStory__checkbox:checked + .canalStory__checkmark::after {
    content: '';
    position: absolute;
left: 5px;
  top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.canalStory__policyText {
    font-size: 13px;
    color:#000;
    opacity: 0.8;
    line-height: 1.4;
}
.canalStory__policyText a { color: #3A5BE0; text-decoration: none; }
.canalStory__policyText a:hover { text-decoration: underline; }
/* Показываем крестик закрытия */
.fancybox__close {
    display: flex !important;
    background: #2940D3 !important;
    color: white !important;
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
    top: 20px !important;
    right: 20px !important;
}

.fancybox__close:hover {
    background: #1A2A9F !important;
    transform: rotate(90deg) scale(1.08);
}
/* 1. Затемнение фона */
.fancybox__backdrop {
    background: rgba(11, 16, 48, 0.92) !important;
    backdrop-filter: blur(10px);
}

/* 2. Кнопка закрытия */
.fancybox__close {
    background: #2940D3 !important;
    color: white !important;
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
    transition: all 0.3s ease !important;
    top: 16px !important;
    right: 16px !important;
}

.fancybox__close:hover {
    background: #1A2A9F !important;
    transform: rotate(90deg) scale(1.08);
}

/* 3. Контент модалки — ОСНОВНЫЕ СТИЛИ */
.fancybox__content {
    background: white !important;
    border-radius: 32px !important;
    padding: 0 !important;
    overflow: hidden !important;
    max-width: 500px !important;
}

/* 4. Стили для вашего контента внутри модалки */
.fancybox__content .fancybox-custom-content {
    background: white;
    font-family: 'Inter', sans-serif;
}

.fancybox__content .fancybox-custom-content h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #0B1030;
    margin: 0 0 8px 0;
    text-align: center;
}

.fancybox__content .fancybox-custom-content p {
    color: #64748B;
    margin-bottom: 24px;
    text-align: center;
}

.fancybox__content .modal-price {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2940D3;
    text-align: center;
    margin: 20px 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.fancybox__content input {
    width: 100%;
    padding: 16px 20px;
    border-radius: 60px;
    border: 1.5px solid #E2E8F0;
    margin-bottom: 14px;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    transition: all 0.2s;
    box-sizing: border-box;
}

.fancybox__content input:focus {
    outline: none;
    border-color: #2940D3;
    box-shadow: 0 0 0 3px rgba(41, 64, 211, 0.1);
}

.fancybox__content input::placeholder {
    color: #94A3B8;
}

.fancybox__content button {
    width: 100%;
    padding: 16px;
    background: linear-gradient(165deg, #2940D3, #3A5BE0);
    color: white;
    border: none;
    border-radius: 60px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.fancybox__content button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px -10px rgba(41, 64, 211, 0.5);
}
        body {
            font-family: 'Inter', sans-serif;
            background: var(--bg);
            color: var(--text-primary);
            line-height: 1.5;
            overflow-x: hidden;
            width: 100%;
        }

        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 28px;
            width: 100%;
        }

        /* Текстовый логотип */
        .text-logo {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 2rem;
            font-weight: 800;
            background: linear-gradient(165deg, #1A2A9F, #2940D3, #3A5BE0);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.03em;
            position: relative;
            padding-right: 8px;
        }
        .text-logo::after {
            content: '';
            position: absolute;
            bottom: 2px;
            left: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, #2940D3, #6C8CFF, transparent);
            border-radius: 3px;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 16px 36px;
            border-radius: 60px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s;
            border: none;
            cursor: pointer;
            gap: 10px;
            background: white;
            color: var(--primary);
            border: 1px solid var(--border-light);
        }
        .btn-primary {
            background: var(--accent-gradient);
            color: white;
            border: none;
            box-shadow: 0 18px 30px -10px rgba(41, 64, 211, 0.4);
        }
        .btn-primary:hover {
            transform: translateY(-4px);
            box-shadow: 0 28px 40px -12px rgba(41, 64, 211, 0.5);
        }
        .btn-large {
            padding: 18px 42px;
            font-size: 1.1rem;
        }
        .btn-outline {
            background: transparent;
            border: 2px solid var(--accent-1);
            color: var(--accent-1);
        }

        /* Шапка */
        .navbar {
            position: sticky;
            top: 0;
            background: rgba(255,255,255,0.92);
            backdrop-filter: blur(14px);
            border-bottom: 1px solid rgba(0,0,0,0.02);
            z-index: 100;
        }
        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 16px 28px;
            max-width: 1280px;
            margin: 0 auto;
        }
        .phone-icon {
            display: flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            color: var(--primary);
            font-weight: 600;
        }
        .phone-icon svg {
            width: 22px;
            height: 22px;
            stroke: var(--accent-1);
            stroke-width: 2.2;
        }

        /* ГЕРОЙ — ФОНОВАЯ КАРТИНКА НА ВСЮ ШИРИНУ С АНИМАЦИЕЙ */
        .hero {
            position: relative;
            padding: 90px 0 120px;
            overflow: hidden;
            background: #F5F9FF; /* fallback */
            min-height: 650px;
            display: flex;
            align-items: center;
        }
        /* ФОНОВОЕ ИЗОБРАЖЕНИЕ НА ВСЮ ШИРИНУ ЭКРАНА */
        .hero-full-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 70% center;
            z-index: 0;
            pointer-events: none;
            animation: slowZoom 18s ease-in-out infinite alternate;
        }
        /* Анимация масштабирования и легкого движения фона */
        @keyframes slowZoom {
            0% {
                transform: scale(1) translateX(0);
            }
            100% {
                transform: scale(1.06) translateX(2%);
            }
        }
        /* Затемняющий слой для читаемости текста (градиент + легкий полупрозрачный слой) */
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
      
            z-index: 1;
            pointer-events: none;
        }
        /* Дополнительный декоративный паттерн поверх */
        .hero-pattern {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: radial-gradient(circle at 20% 40%, rgba(41,64,211,0.03) 2%, transparent 2.5%);
            background-size: 32px 32px;
            pointer-events: none;
            z-index: 1;
        }
        .hero-grid {
            position: relative;
            z-index: 3;
            display: grid;
            grid-template-columns: 1fr 0.9fr;
            gap: 40px;
            align-items: center;
        }
        .hero-content {
            backdrop-filter: blur(2px);
            background: rgba(255, 255, 255, 0.75);
            border-radius: 56px;
            padding: 36px 42px 42px 42px;
            box-shadow: 0 35px 55px -20px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(255,255,255,0.6);
            transition: transform 0.3s ease;
        }
        .hero-content:hover {
            transform: translateY(-5px);
        }
        .badge-hero {
            display: flex;
            gap: 10px;
            align-items: center;
            background: rgba(41, 64, 211, 0.15);
            backdrop-filter: blur(4px);
            padding: 8px 22px;
            border-radius: 60px;
            width: fit-content;
            margin-bottom: 28px;
            font-weight: 600;
            border: 1px solid rgba(41,64,211,0.25);
            font-size: 0.95rem;
        }
        .hero-title {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 2.3em;
            font-weight: 800;
            line-height: 1.08;
            letter-spacing: -0.02em;
            margin-bottom: 24px;
        }
        .gradient-text {
            background: linear-gradient(145deg, #2940D3, #4A6AFF);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .hero-description {
            font-size: 1.2rem;
            color: #1e293b;
            margin: 20px 0 32px;
            font-weight: 300;
            background: rgba(255,255,255,0.5);
            padding: 15px;
            border-radius: 16px;
        }
        @media (max-width: 1024px) {
            .hero-title {
                font-size: 3.4rem;
            }
            .hero-content {
                padding: 28px 32px;
            }
        }
        @media (max-width: 768px) {
            .hero {
                padding: 50px 0 70px;
            }
            .hero-full-bg {
                object-position: 65% center;
            }
            .hero-overlay {
                background: linear-gradient(95deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.85) 60%, rgba(255,255,255,0.7) 100%);
            }
            .hero-grid {
                grid-template-columns: 1fr;
            }
            .hero-content {
                background: rgba(255, 255, 255, 0.88);
                backdrop-filter: blur(12px);
                padding: 28px 24px;
            }
            .hero-title {
                font-size: 2.5rem;
            }
            .hero-description {
                font-size: 1rem;
            }
        }

        /* Тарифы */
        .pricing-section {
            padding: 80px 0;
            background: var(--surface);
        }
        .section-header {
            text-align: center;
            margin-bottom: 50px;
        }
        .section-header h2 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 16px;
        }
        .section-header p {
            font-size: 1.2rem;
            color: var(--text-secondary);
            max-width: 600px;
            margin: 0 auto;
        }
        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 28px;
            margin-top: 20px;
        }
        .pricing-card {
            background: white;
            border-radius: var(--radius-lg);
            padding: 40px 32px;
            box-shadow: var(--card-shadow);
            border: 1px solid var(--border-light);
            transition: all 0.3s;
            display: flex;
            flex-direction: column;
        }
        .pricing-card.popular {
            border: 2px solid var(--accent-1);
            transform: scale(1.02);
            background: linear-gradient(145deg, white, #F9FBFF);
            position: relative;
        }
        .popular-badge {
            background: var(--accent-gradient);
            color: white;
            padding: 8px 20px;
            border-radius: 60px;
            font-size: 0.9rem;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 20px;
            align-self: flex-start;
        }
        .pricing-name {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 8px;
        }
        .pricing-price {
            font-size: 2.8rem;
            font-weight: 800;
            color: var(--primary);
            margin: 20px 0 15px;
        }
        .pricing-price small {
            font-size: 1rem;
            font-weight: 400;
            display: block;
            color: #64748b;
        }
        .pricing-features {
            list-style: none;
            margin: 20px 0 30px;
            flex-grow: 1;
        }
        .pricing-features li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 16px;
            font-size: 0.95rem;
            color: var(--text-secondary);
        }
        .pricing-features li svg {
            width: 20px;
            height: 20px;
            stroke: var(--accent-1);
            stroke-width: 2.5;
            flex-shrink: 0;
            margin-top: 2px;
        }
        .pricing-note {
            font-size: 0.85rem;
            color: #94a3b8;
            margin-top: 70px;
            text-align: center;
        }

        /* Форма */
        .form-section {
            padding: 80px 0;
            background: var(--accent-gradient);
            position: relative;
            overflow: hidden;
        }
        .form-card {
            background: rgba(255,255,255,0.97);
            backdrop-filter: blur(10px);
            border-radius: var(--radius-lg);
            padding: 60px;
            max-width: 700px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
            box-shadow: 0 50px 80px -30px rgba(0,0,0,0.3);
        }
        .form-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 16px;
            text-align: center;
        }
        .form-subtitle {
            text-align: center;
            color: var(--text-secondary);
            margin-bottom: 40px;
            font-size: 1.2rem;
        }
        .form-input {
            width: 100%;
            padding: 18px 24px;
            border-radius: 60px;
            border: 1px solid var(--border-light);
            font-size: 1rem;
        }
        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }
.faq-section {margin-bottom:50px;margin-top:50px;}
        /* FAQ */
        .faq-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
            margin-top: 30px;
        }
        .faq-item {
            background: var(--surface);
            border-radius: var(--radius-md);
            border: 1px solid var(--border-light);
            overflow: hidden;
        }
        .faq-question {
            padding: 22px 26px;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: white;
        }
        .faq-question svg {
            width: 20px;
            height: 20px;
            stroke: var(--accent-1);
            transition: transform 0.3s;
        }
        .faq-item.open .faq-question svg {
            transform: rotate(180deg);
        }
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            padding: 0 26px;
            transition: all 0.3s;
            color: var(--text-secondary);
        }
        .faq-item.open .faq-answer {
            max-height: 100%;
            padding: 30px 26px 26px;
        }

        /* Подвал */
        .footer {
            background: var(--primary);
            color: white;
            padding: 60px 0 30px;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1.5fr 2fr;
            gap: 50px;
            margin-bottom: 50px;
        }
        .footer-logo {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 1.8rem;
            font-weight: 700;
            color: white;
            margin-bottom: 20px;
        }
        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.1);
            padding-top: 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            color: #8A9FD0;
        }
        .footer-bottom-links {
            display: flex;
            gap: 30px;
        }
        .footer-bottom-links a {
            color: #8A9FD0;
            text-decoration: none;
        }

        /* Мобильное меню */
        .mobile-tab-bar {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(255,255,255,0.95);
            backdrop-filter: blur(20px);
            border-top: 1px solid var(--border-light);
            padding: 10px 16px 20px;
            justify-content: space-around;
            z-index: 99;
        }
        .tab-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 6px;
            text-decoration: none;
            color: var(--text-secondary);
            font-size: 0.7rem;
        }
        .tab-item.active {
            color: var(--accent-1);
        }
        .tab-item svg {
            width: 24px;
            height: 24px;
            stroke: currentColor;
            fill: none;
        }

        @media (max-width: 768px) {
            .pricing-grid {
                grid-template-columns: 1fr;
            }
            .pricing-card.popular {
                transform: scale(1);
            }
            .faq-grid {
                grid-template-columns: 1fr;
            }
            .form-row {
                grid-template-columns: 1fr;
            }
            .form-card {
                padding: 40px 25px;
            }
            .footer-grid {
                grid-template-columns: 1fr;
            }
            .mobile-tab-bar {
                display: flex;
            }
            body {
                padding-bottom: 80px;
            }
        }