
html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}


/* ОТКРЫТИЕ МОДАЛОК БЕЗ СДВИГОВ */
/* body.modal-open {
    overflow: visible !important;
    padding-right: 0 !important;
} */

/* ============================================================ */
/* ========== КНОПКИ ДЛЯ ПРОМО ========== */
/* ============================================================ */

.btn-pink {
    position: relative !important; 
    overflow: hidden;
    background: var(--primary) !important;
    border: none;
    color: white;
    padding: 14px 36px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(64, 83, 211, 0.25);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Блик */
.btn-pink::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.btn-pink:hover::before {
    left: 100%;
}

.btn-pink:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(64, 83, 211, 0.35);
    color: white;
    text-decoration: none;
}


.btn-pink:active {
    transform: scale(0.98);
}

.btn-outline-pink {
    border: 1px solid var(--primary);
    color: var(--primary);
    background: transparent;
    padding: 10px 24px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-outline-pink:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(64, 83, 211, 0.2);
    text-decoration: none;
}


/* ============================================================ */
/* ========== ПРОМО-ШАПКА (СТИКИ) ========== */
/* ============================================================ */

#app-wrapper {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    padding-top: 64px;
}

#promo-navbar {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    padding: 0 !important;  
    margin: 0 !important;
    position: fixed;        /* вместо sticky */
    top: 0;
    left: 0;
    right: 0;
}

#promo-navbar .nav-item {
    /* margin: 0 !important; */
    padding: 15px 0 !important;
}

#promo-navbar .navbar-nav {
    gap: 0px !important; 
}

#promo-navbar .container {
    padding-top: 6px;
    padding-bottom: 6px;
}

#promo-navbar.scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.06);
}

#promo-navbar .nav-link {
    color: var(--gray-600);
    font-weight: 500;
    font-size: 0.95rem;
    padding: 8px 16px;
    transition: all 0.2s ease;
    border-radius: 30px;
}

#promo-navbar .nav-link:hover {
    color: var(--primary);
    background: var(--primary-light);}

#promo-navbar .nav-link.active {
    color: var(--primary);
    background: var(--primary-light);
}

/* ============================================================ */
/* ========== МОБИЛЬНАЯ ШАПКА (до 768px) ========== */
/* ============================================================ */

@media (max-width: 768px) {

    #app-wrapper {
        padding-top: 40px;
    }
    
    #promo-navbar {
        top: 0 !important;
        /* min-height: 60px !important; */
        background: rgba(255, 255, 255, 0.95) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        backdrop-filter: blur(12px) !important;
        will-change: transform !important;
        z-index: 1050;
    }

    .btn-pink.btn-login-mobile {
        font-size: 0.85rem !important;
        padding: 6px 16px !important;
        border-radius: 100px !important;
        font-weight: 500 !important;
    }
    
    
    .btn-pink.btn-login-mobile i {
        font-size: 0.75rem !important;
    }

    /* Бургер-кнопка */
    .navbar-toggler {
        border: none !important;
        padding: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .navbar-toggler:focus {
        box-shadow: none !important;
        outline: none !important;
    }
    
    .navbar-toggler svg {
        display: block;
    }
    
    /* Мобильные кнопки внутри меню */
    .navbar-collapse .auth-buttons {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid var(--gray-200);
    }
    
    .navbar-collapse .auth-buttons .btn {
        padding: 10px 20px;
        font-size: 0.95rem;
        border-radius: 100px;
        justify-content: center;
    }

    #promo-navbar .navbar-brand {
        font-size: 20px;
    }
}



/* ============================================================ */
/* ========== HERO СЕКЦИЯ ========== */
/* ============================================================ */

.hero-section {

    background: linear-gradient(135deg, #f8f9fa 0%, #f0f2ff 50%, #e0e5ff 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: auto;  /* ← было 100vh, стало auto */
    padding: 60px 0;   /* ← добавляем отступы сверху и снизу */
    scroll-margin-top: 80px;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(196, 181, 253, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-content {
    align-self: flex-start;
    padding-top: 30px;
}


.hero-title {
    font-family: 'Nunito', system-ui, sans-serif;
    font-weight: 900;
    font-size: 3.2rem;
    line-height: 1.15;
    color: #1a1a2e;
    margin-bottom: 1.5rem;
}

.hero-title-highlight {
    color: var(--primary);           /* ← ваш синий #4053d3 */
    font-weight: 900;
    font-size: 1.1em;                /* ← чуть крупнее */
    background: none;
    -webkit-text-fill-color: unset;
}


.hero-description {
    font-size: 1.1rem;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 480px;
    font-weight: 450;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.hero-phone-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-phone {
    position: relative;
    width: 300px;
    height: 610px;
    background: #1a1a2e;
    border-radius: 42px;
    padding: 14px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
    flex-shrink: 0;
}

.hero-screen {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    background: #f8f9fa;
    position: relative;
}

.hero-screenshot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transform: scale(0.95);
}

.hero-screenshot.active {
    opacity: 1;
    transform: scale(1);
}

/* Чёлка */
.hero-notch {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 28px;
    background: #1a1a2e;
    border-radius: 0 0 16px 16px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.hero-notch-camera {
    width: 8px;
    height: 8px;
    background: #2d2d44;
    border-radius: 50%;
    border: 1px solid #3d3d55;
}

.hero-notch-speaker {
    width: 40px;
    height: 4px;
    background: #2d2d44;
    border-radius: 4px;
}

/* Домашняя кнопка */
.hero-home-button {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: transparent;
    z-index: 10;
}

/* Боковые кнопки */
.hero-side-button {
    position: absolute;
    right: -2px;
    width: 3px;
    height: 36px;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 0 4px 4px 0;
}

.hero-side-top { top: 100px; }
.hero-side-bottom { top: 150px; }

/* Индикаторы */
.hero-phone-indicators {
    display: flex;
    gap: 8px;
    margin-top: 20px;
}

.hero-phone-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d1d5db;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hero-phone-dot.active {
    background: var(--primary);
    width: 28px;
    border-radius: 4px;
}


@media (min-width: 769px) and (max-width: 1366px) {
    .hero-phone {
        width: 240px;
        height: 480px;
        padding: 10px;
        border-radius: 32px;
    }
    
    .hero-screen {
        border-radius: 22px;
    }
    
    .hero-notch {
        width: 90px;
        height: 22px;
        top: 10px;
        gap: 8px;
    }
    
    .hero-notch-camera {
        width: 6px;
        height: 6px;
    }
    
    .hero-notch-speaker {
        width: 30px;
        height: 3px;
    }
    
    .hero-home-button {
        width: 30px;
        height: 30px;
        bottom: 10px;
    }
    
    .hero-side-button {
        height: 24px;
    }
    
    .hero-side-top { top: 60px; }
    .hero-side-bottom { top: 100px; }
    
}

@media (max-width: 768px) {

    .hero-title {
        font-size: 35px;
    }

    .hero-description {
        max-width: 100%;
        padding-top: 10px;
        line-height: 1.4;
    }

    .hero-section {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    
    .hero-section .container {
        padding-top: 30px !important;
    }
    
    .hero-section .row {
        margin-top: 0 !important;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    
    .hero-buttons .btn {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
        font-size: 0.95rem;
    }
    
    .hero-content {
        padding: 0 10px;
    }

    .hero-phone {
        width: 220px;
        height: 450px;
        padding: 10px;
        border-radius: 32px;
    }
    
    .hero-screen {
        border-radius: 22px;
    }
    
    .hero-notch {
        width: 90px;
        height: 22px;
        top: 10px;
        gap: 8px;
    }
    
    .hero-notch-camera {
        width: 6px;
        height: 6px;
    }
    
    .hero-notch-speaker {
        width: 30px;
        height: 3px;
    }
    
    .hero-home-button {
        width: 30px;
        height: 30px;
        bottom: 10px;
    }
    
    .hero-side-button {
        height: 24px;
    }
    
    .hero-side-top { top: 60px; }
    .hero-side-bottom { top: 100px; }

}



@media (max-width: 576px) {
    .hero-photos {
        height: 320px;
        gap: 10px;
        max-width: 280px;
    }
    
    .photo-card {
        max-width: 130px;
        height: 250px;
        border-radius: 14px;
    }
}


/* ============================================================ */
/* ========== СЕКЦИЯ: ВОЗМОЖНОСТИ ========== */
/* ============================================================ */


/* Заголовок секции внутри features-grid-new */
.features-grid-new .features-header {
    text-align: center;
    margin-bottom: 80px;
}

.features-grid-new .features-title {
    font-family: 'Nunito', system-ui, sans-serif;
    font-weight: 800;
    font-size: 2.2rem;
    color: #1a1a2e;
    margin: 0;
    letter-spacing: -0.5px;
}

.features-grid-new {
    position: relative;
    padding: 60px 20px 70px 20px; 
    overflow: hidden; 
}

/* Фоновые объёмные круги — НЕ выходят за пределы */
.features-grid-new .bg-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(circle at 30% 30%, rgba(64,83,211,0.06), rgba(64,83,211,0.01));
}

.features-grid-new .bg-circle-1 {
    top: -60px;
    right: -40px;
    width: 300px;
    height: 300px;
}

/* .features-grid-new .bg-circle-2 {
    bottom: -40px;
    left: -60px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle at 70% 70%, rgba(64,83,211,0.04), rgba(64,83,211,0.01));
} */

.features-grid-new .bg-circle-3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle at 50% 50%, rgba(64,83,211,0.02), transparent);
}

/* === КАРТОЧКИ === */
.features-grid-new .feature-card-new {
    border-radius: 24px;
    padding: 28px 24px;
    background: #f8f9fa;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 0.5px solid #acacac;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* .features-grid-new .feature-card-new:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 80px rgba(64, 83, 211, 0.1);
} */

/* Объёмный круг внутри карточки — не выходит за пределы */
.features-grid-new .feature-card-new .card-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(circle at 40% 40%, rgba(64,83,211,0.06), rgba(64,83,211,0.01));
}

.features-grid-new .feature-card-new .card-circle-1 {
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
}

.features-grid-new .feature-card-new .card-circle-2 {
    bottom: -40px;
    left: -40px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle at 60% 60%, rgba(64,83,211,0.05), transparent);
}

.features-grid-new .feature-card-new .card-circle-3 {
    top: 20px;
    left: 20px;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle at 50% 50%, rgba(64,83,211,0.03), transparent);
}

/* Акцентная карточка (средняя) */
.features-grid-new .feature-card-new.accent {
    /* border: 2px solid var(--primary-light); */
    box-shadow: 0 30px 80px rgba(64, 83, 211, 0.08);
}

.features-grid-new .feature-card-new.accent .card-circle-1 {
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle at 30% 30%, rgba(64,83,211,0.08), rgba(64,83,211,0.02));
}

/* === ИКОНКА + ЗАГОЛОВОК В ОДНОЙ СТРОКЕ === */
.features-grid-new .feature-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.features-grid-new .feature-icon-new {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #f1f3f5;
    border: 0.5px solid #7c7c7c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #1a1a2e;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.features-grid-new .feature-card-new:hover .feature-icon-new {
    background: var(--primary-light);
    color: var(--primary);
}

/* Заголовок — чуть меньше */
.features-grid-new .feature-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    color: #1a1a2e;
}

/* Описание */
.features-grid-new .feature-desc {
    font-size: 0.85rem;
    color: #9ca3af;
    line-height: 1.5;
    margin: 0;
    padding-left: 58px;  /* отступ под иконку */
}

/* === НАЛОЖЕНИЕ КАРТОЧЕК (ДЕСКТОП) === */
.features-grid-new .row {
    margin: 0 !important;   /* убираем отступы row */
}

.features-grid-new .card-wrapper {
    position: relative;
    padding: 0 !important;  /* убираем padding у колонок */
}

.features-grid-new .card-wrapper-1 {
    z-index: 3;
    transform: translateX(20px) translateY(20px) rotate(-1.5deg);
}

.features-grid-new .card-wrapper-2 {
    z-index: 4;
    transform: translateY(-40px) scale(1.02);
}

.features-grid-new .card-wrapper-3 {
    z-index: 2;
    transform: translateX(-10px) translateY(20px) rotate(1.5deg);
}

.features-grid-new .card-wrapper-4 {
    z-index: 1;
    transform: translateX(30px) translateY(30px) rotate(-0.5deg);
}

.features-grid-new .card-wrapper-5 {
    z-index: 3;
    transform: translateY(-20px) scale(1.01) rotate(-1.5deg);
}

.features-grid-new .card-wrapper-6 {
    z-index: 2;
    transform: translateX(-10px) translateY(20px) rotate(-1.0deg);
}

/* Убираем расстояние между колонками */
.features-grid-new .col-lg-4,
.features-grid-new .col-md-6 {
    padding: 0 !important;
}


@media (max-width: 768px) {
    
    /* 1. Заголовок — меньше */
    .features-grid-new .features-title {
        font-size: 1.6rem;
    }
    
    .features-grid-new .features-header {
        margin-bottom: 24px;
    }
    
    /* 2. Убираем фоновые круги (кроме маленьких внутри карточек) */
    .features-grid-new .bg-circle-1,
    .features-grid-new .bg-circle-2,
    .features-grid-new .bg-circle-3 {
        display: none !important;
    }
    
    /* 3. Карточки на всю ширину, без отступов */
    .features-grid-new {
        padding: 30px 0 20px 0;  /* ← убрал боковые отступы */
        overflow: visible;
    }
    
    .features-grid-new .row {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .features-grid-new .col-md-6 {
        padding: 6px 12px !important;  /* ← небольшие отступы между карточками */
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    /* 4. Наложение на мобильных — лёгкое, симпатичное */
    .features-grid-new .card-wrapper {
        padding: 0 !important;
        transform: none !important;
        z-index: auto !important;
    }
    
    /* Делаем наложение через margin-top */
    .features-grid-new .card-wrapper:nth-child(1) {
        margin-top: 0;
        margin-left: 10px;
        z-index: 3;
    }
    
    .features-grid-new .card-wrapper:nth-child(2) {
        margin-top: -5px;
        margin-right: 10px;
        z-index: 4;
    }
    
    .features-grid-new .card-wrapper:nth-child(3) {
        margin-top: -10px;
        margin-left: 10px;
        z-index: 2;
    }
    
    .features-grid-new .card-wrapper:nth-child(4) {
        margin-top: -10px;
        margin-right: 10px;
        z-index: 1;
    }
    
    .features-grid-new .card-wrapper:nth-child(5) {
        margin-top: -10px;
        margin-left: 10px;
        z-index: 3;
    }
    
    .features-grid-new .card-wrapper:nth-child(6) {
        margin-top: -5px;
        margin-right: 10px;
        z-index: 2;
    }
    
    /* Карточки на мобильных — чуть меньше паддинг */
    .features-grid-new .feature-card-new {
        padding: 20px 16px;
        border-radius: 18px;
    }
    
    .features-grid-new .feature-card-new.accent {
        border-width: 1.5px;
    }

    .features-grid-new .feature-card-new:hover {
        transform: none !important;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06) !important;
    }
    
    .features-grid-new .feature-card-new.accent:hover {
        transform: none !important;
        box-shadow: 0 30px 80px rgba(64, 83, 211, 0.08) !important;
    }
    
    /* Иконка + заголовок на мобильных */
    .features-grid-new .feature-header {
        gap: 10px;
        margin-bottom: 6px;
    }
    
    .features-grid-new .feature-icon-new {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
        border-radius: 10px;
    }
    
    .features-grid-new .feature-title {
        font-size: 1rem;
        font-weight: 700;
    }
    
    .features-grid-new .feature-desc {
        font-size: 0.75rem;
        padding-left: 46px;
        line-height: 1.4;
    }
    
    /* Объёмные круги внутри — поменьше */
    .features-grid-new .feature-card-new .card-circle-1 {
        width: 100px;
        height: 100px;
        top: -30px;
        right: -30px;
    }
    
    .features-grid-new .feature-card-new .card-circle-2 {
        width: 80px;
        height: 80px;
        bottom: -20px;
        left: -20px;
    }
    
    .features-grid-new .feature-card-new .card-circle-3 {
        width: 50px;
        height: 50px;
        top: 10px;
        left: 10px;
    }
}


/* ============================================================ */
/* ========== СЕКЦИЯ: ТВОЯ ЛИЧНАЯ СТРАНИЦА ========== */
/* ============================================================ */

.personal-page-section {
    padding: 80px 0;
    background: white;
    overflow: hidden;
}

.personal-page-content {
    position: relative;
    z-index: 2;
    padding-right: 40px;
}

.personal-page-title {
    font-family: 'Nunito', system-ui, sans-serif;
    font-weight: 800;
    font-size: 2.8rem;
    color: #1a1a2e;
    margin: 0 0 16px 0;
    letter-spacing: -1px;
    line-height: 1.15;
}

.personal-page-highlight {
    color: var(--primary);
}

.personal-page-desc {
    font-size: 1.1rem;
    color: #4a4a6a;
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 440px;
}

.personal-page-link {
    background: var(--gray-50);
    border-radius: 12px;
    padding: 12px 20px;
    border: 1px solid var(--gray-200);
    display: inline-block;
}

.personal-page-link code {
    font-size: 1rem;
    color: var(--gray-700);
    background: transparent;
    border: none;
}

.personal-page-link code i {
    color: var(--primary);
    margin-right: 8px;
}

/* ===== ПРАВАЯ КОЛОНКА: СКРИНЫ ===== */
.personal-page-screens-wrapper {
    position: relative;
}

/* Общий фон */
.personal-page-bg {
    position: absolute;
    top: -30%;
    left: -40%;
    width: 140%;
    height: 160%;
    background: linear-gradient(145deg, var(--primary-lighter) 0%, #dce5ff 50%, var(--primary-light) 100%);
    border-radius: 80px;
    opacity: 0.9;
    z-index: 0;
}

/* .personal-page-bg-depth {
    position: absolute;
    bottom: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background: radial-gradient(ellipse at 70% 50%, rgba(64,83,211,0.06) 0%, transparent 70%);
    z-index: 0;
} */

/* Десктопные скрины */
.desktop-screens {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 40px 0;
}

.screen-item {
    flex: 0 0 28%;
    max-width: 28%;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border: 0.5px solid rgb(172, 172, 172);
    background: white;
    transition: all 0.3s ease;
}

.screen-item-1 {
    transform: rotate(-4deg) translateY(12px);
}

.screen-item-2 {
    flex: 0 0 30%;
    max-width: 30%;
    box-shadow: 0 12px 45px rgba(64, 83, 211, 0.15);
    /* border: 2px solid var(--primary); */
    transform: rotate(0deg) translateY(-16px);
}

.screen-item-3 {
    transform: rotate(4deg) translateY(12px);
}

.screen-inner {
    aspect-ratio: 9 / 16;
    background: var(--gray-50);
    padding: 6px;
}

.screen-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

/* ===== МОБИЛЬНЫЙ СЛАЙДЕР ===== */
.mobile-slider-wrapper {
    display: none;
}

@media (max-width: 768px) {
    .personal-page-section {
        padding: 50px 0;
    }

    .personal-page-title {
        font-size: 2rem;
    }

    .personal-page-desc {
        font-size: 0.95rem;
        max-width: 100%;
    }

    .personal-page-content {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .personal-page-link code {
        font-size: 0.85rem;
    }

    /* Скрываем десктопные скрины */
    .desktop-screens {
        display: none !important;
    }


    /* Показываем слайдер */
    .mobile-slider-wrapper {
        display: block;
        position: relative;
        z-index: 1;
        margin-top: 10px;
        padding: 0 10px;
        overflow: hidden;
        touch-action: pan-y;
        user-select: none;
        -webkit-user-select: none;
    }

    .mobile-slider-track {
        display: flex;
        gap: 12px;
        transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
        will-change: transform;
        padding: 4px 0;
    }

    .mobile-slide {
        flex: 0 0 78%;
        aspect-ratio: 9 / 16;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
        border: 0.1px solid rgb(172, 172, 172);
        background: white;
        transition: all 0.5s ease;
        filter: brightness(0.5) scale(0.92);
        opacity: 0.6;
    }

    .mobile-slide.active {
        filter: brightness(1) scale(1);
        opacity: 1;
        box-shadow: 0 12px 45px rgba(64, 83, 211, 0.12);
        /* border-color: var(--primary-light); */
        border: 0.1px solid rgb(172, 172, 172);
    }

    .slide-inner {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .slide-inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }


    /* Точки */
    .mobile-slider-dots {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 16px;
    }

    .mobile-slider-dots .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #d1d5db;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .mobile-slider-dots .dot.active {
        background: var(--primary);
        width: 24px;
        border-radius: 4px;
    }
}



/* ============================================================ */
/* ========== СЕКЦИЯ: КАК ЭТО РАБОТАЕТ (ДОРОЖКА) ========== */
/* ============================================================ */

.how-it-works-road {
    padding: 80px 0;
    /* background: var(--primary-lighter); */
    overflow: hidden;
}

.how-it-works-road .road-header {
    text-align: center;
    margin-bottom: 60px;
}

.how-it-works-road .road-title {
    font-family: 'Nunito', system-ui, sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.how-it-works-road .road-subtitle {
    font-family: 'Nunito', system-ui, sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #6b7280;
    margin: 0;
}

.how-it-works-road .road-track {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
}

.how-it-works-road .road-line {
    position: absolute;
    top: 80px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--primary), var(--primary) 8px, transparent 8px, transparent 16px);
    opacity: 0.2;
}

.how-it-works-road .road-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 22%;
    position: relative;
    z-index: 2;
}

/* .how-it-works-road .road-step:nth-child(odd) {
    margin-top: 80px;
}

.how-it-works-road .road-step:nth-child(even) {
    margin-top: -30px;
} */

.how-it-works-road .road-step:nth-child(even) .road-step-content {
    margin-bottom: 20px;     
}

.how-it-works-road .road-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--primary-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 30px rgba(64, 83, 211, 0.25);
    margin-bottom: 16px;
    position: relative;
    flex-shrink: 0;
}

.how-it-works-road .road-circle i {
    color: white;
    font-size: 1.3rem;
}

.how-it-works-road .road-number {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: white;
    border: 2px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 800;
    color: var(--primary);
}

.how-it-works-road .road-step-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 4px 0;
    text-align: center;
}





.how-it-works-road .road-step-desc {
    font-size: 0.8rem;
    color: #6b7280;
    margin: 0;
    text-align: center;
    line-height: 1.4;
}

/* ===== МОБИЛЬНАЯ ВЕРСИЯ ===== */
@media (max-width: 768px) {
    .how-it-works-road {
        padding: 50px 0;
    }
    
    .how-it-works-road .road-title {
        font-size: 1.8rem;
    }
    
    .how-it-works-road .road-subtitle {
        font-size: 0.95rem;
    }
    
    .how-it-works-road .road-header {
        margin-bottom: 32px;
    }
    
    /* Убираем линию */
    .how-it-works-road .road-line {
        display: none !important;
    }
    
    /* Дорожка — просто колонка */
    .how-it-works-road .road-track {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 0;
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        gap: 12px;
    }
    
    /* Шаг — иконка слева, текст справа */
    .how-it-works-road .road-step {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
        padding: 16px 20px;
        margin-top: 0 !important;
        background: white;
        border-radius: 16px;
        border: 1px solid var(--gray-200);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        position: relative;
        z-index: 2;
        width: 100%;
    }
    
    .how-it-works-road .road-step:nth-child(odd) {
        border-color: var(--primary-light);
    }
    
    /* Круг — слева, не сдвигается */
    .how-it-works-road .road-circle {
        width: 44px;
        height: 44px;
        flex-shrink: 0;
        margin-bottom: 0;
        order: 0;              /* ← всегда первый */
    }
    
    .how-it-works-road .road-circle i {
        font-size: 0.9rem;
    }
    
    .how-it-works-road .road-number {
        width: 20px;
        height: 20px;
        font-size: 0.5rem;
        top: -6px;
        right: -6px;
        border-width: 1.5px;
    }
    
    /* Текст — справа */
    .how-it-works-road .road-step-content {
        display: flex;
        flex-direction: column;
        flex: 1;
        order: 1;              /* ← всегда второй */
        text-align: left !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .how-it-works-road .road-step-title {
        font-size: 0.9rem;
        font-weight: 700;
        color: #1a1a2e;
        text-align: left;
        margin: 0 0 2px 0;
    }
    
    .how-it-works-road .road-step-desc {
        font-size: 0.7rem;
        color: #6b7280;
        text-align: left;
        line-height: 1.3;
        margin: 0;
    }
}

/* ============================================================ */
/* ========== СЕКЦИЯ: ВИДЕО В МОКАПЕ ========== */
/* ============================================================ */

.how-it-looks-video {
    padding: 80px 0;
    background: white;
}

/* ===== МОКАП ТЕЛЕФОНА (как в Hero) ===== */
.video-mockup-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video-phone {
    position: relative;
    width: 300px;
    height: 610px;
    background: #1a1a2e;
    border-radius: 42px;
    padding: 14px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
    flex-shrink: 0;
}

.video-screen {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    background: #000;
    position: relative;
}

.video-screen video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #000;
}

/* Чёлка */
.video-notch {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 28px;
    background: #1a1a2e;
    border-radius: 0 0 16px 16px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.video-notch-camera {
    width: 8px;
    height: 8px;
    background: #2d2d44;
    border-radius: 50%;
    border: 1px solid #3d3d55;
}

.video-notch-speaker {
    width: 40px;
    height: 4px;
    background: #2d2d44;
    border-radius: 4px;
}

/* Боковые кнопки */
.video-side-button {
    position: absolute;
    right: -2px;
    width: 3px;
    height: 36px;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 0 4px 4px 0;
}

.video-side-top { top: 100px; }
.video-side-bottom { top: 150px; }

/* ===== ПРАВАЯ КОЛОНКА ===== */
.video-content {
    max-width: 480px;
}

.video-badge {
    display: inline-block;
    background: var(--primary-light);
    color: var(--primary);
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 16px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.video-title {
    font-family: 'Nunito', system-ui, sans-serif;
    font-weight: 800;
    font-size: 2.6rem;
    color: #1a1a2e;
    margin-bottom: 8px;
    letter-spacing: -1px;
    line-height: 1.15;
}

.video-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
    margin-bottom: 24px;
    line-height: 1.6;
}

.video-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
}

.video-features-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    font-size: 1rem;
    color: #4a4a6a;
    border-bottom: 1px solid var(--gray-100);
}

.video-features-list li:last-child {
    border-bottom: none;
}

.video-features-list li i {
    color: var(--primary);
    font-size: 1.1rem;
    flex-shrink: 0;
}

@media (min-width: 769px) and (max-width: 1366px) {
    .video-phone {
        width: 240px;
        height: 480px;
        padding: 10px;
        border-radius: 32px;
    }

    .video-screen {
        border-radius: 22px;
    }

    .video-notch {
        width: 90px;
        height: 22px;
        top: 10px;
        gap: 8px;
    }

    .video-notch-camera {
        width: 6px;
        height: 6px;
    }

    .video-notch-speaker {
        width: 30px;
        height: 3px;
    }

    .video-side-button {
        height: 24px;
    }

    .video-side-top { top: 60px; }
    .video-side-bottom { top: 100px; }
}
@media (max-width: 767px) {
    .how-it-looks-video {
        padding: 10px;
    }

    .how-it-looks-video .row [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .video-content .btn-pink {
        display: none !important;
    }

    .video-phone {
        width: 230px;
        height: 410px;
        border-radius: 32px;
    }

    .video-screen {
        border-radius: 22px;
    }

    .video-notch {
        width: 70px;
        height: 18px;
        top: 10px;
        gap: 6px;
    }

    .video-notch-camera {
        width: 5px;
        height: 5px;
    }

    .video-notch-speaker {
        width: 25px;
        height: 2.5px;
    }

    .video-side-button {
        height: 24px;
    }

    .video-side-top { top: 60px; }
    .video-side-bottom { top: 90px; }

    .video-content {
        max-width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .video-title {
        font-size: 1.8rem;
    }

    .video-subtitle {
        font-size: 0.95rem;
    }

    .video-features-list {
        text-align: left;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .video-features-list li {
        font-size: 0.9rem;
        padding: 6px 0;
    }

    .video-mockup-wrapper {
        margin-top: 0px;
    }
}


/* ============================================================ */
/* ========== СЕКЦИЯ: ДЛЯ КОГО ЭТО ========== */
/* ============================================================ */

.for-whom-section {
    padding: 50px 0;
    background: white;
}

.for-whom-section .section-header {
    margin-bottom: 60px;   /* ← добавить отступ */
}

.for-whom-section .section-title {
    font-family: 'Nunito', system-ui, sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    color: #1a1a2e;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.for-whom-section .section-subtitle {
    font-family: 'Nunito', system-ui, sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.1;
}

.mosaic-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}

.mosaic-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    cursor: pointer;
    transition: box-shadow 0.3s ease, outline 0.3s ease, opacity 0.3s ease;
    outline: 2px solid transparent;
    outline-offset: -2px;
}

.mosaic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Активная карточка — рамка + тень */
.mosaic-item:hover {
    outline-offset: -3px;
    z-index: 10;
    box-shadow: 0 12px 40px rgba(64, 83, 211, 0.15);
}

/* Затемнение остальных */
.mosaic-grid:hover .mosaic-item:not(:hover) {
    opacity: 0.5;
}

/* Размеры ячеек */
.mosaic-item-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    aspect-ratio: auto;
    min-height: 300px;
}

.mosaic-item-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.mosaic-item-3 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.mosaic-item-4 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.mosaic-item-5 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.mosaic-overlay {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
    z-index: 5;
    width: 100%;
}

.mosaic-item:hover .mosaic-overlay {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.mosaic-bubble {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;                    /* ← 80% от ширины карточки */
    /* max-width: 180px; */
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 20px 20px 20px 4px;
    box-shadow: 0 8px 30px rgba(64, 83, 211, 0.15);
    transform: rotate(-2deg);
    transition: all 0.4s ease;
    font-family: 'Nunito', system-ui, sans-serif;
    font-weight: 900;
    font-size: 20px;
    color: var(--primary);
    letter-spacing: -0.3px;
    text-align: center;
    white-space: normal;
    line-height: 1.2;
    margin: 0 auto;                   
}

/* Текст — 90% от ширины облачка */
.mosaic-bubble .bubble-text {
    display: block;
    width: 90%;                    /* ← 90% от ширины облачка */
    max-width: 100%;
    text-align: center;
}

.mosaic-item:hover .mosaic-bubble {
    transform: rotate(1deg);
}


@media (max-width: 768px) {

    .for-whom-section .section-header {
        margin-bottom: 40px;
    }
    
    .for-whom-section .section-title {
        font-size: 1.8rem;
    }
    
    .for-whom-section .section-subtitle {
        font-size: 0.95rem;
    }
    
    .mosaic-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        max-width: 320px;
        gap: 8px;
    }
    
    .mosaic-item {
        aspect-ratio: 3 / 4;
        transition: all 0.5s ease;
    }
    
    .mosaic-item-1 {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
        aspect-ratio: auto;
    }
    
    .mosaic-item-2 {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    
    .mosaic-item-3 {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    
    .mosaic-item-4 {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }
    
    .mosaic-item-5 {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }
    
    .mosaic-item-6 {
        display: none;
    }
    
    .for-whom-section {
        padding: 50px 0;
    }
    
    /* ---- По умолчанию все скрыты ---- */
    .mosaic-overlay {
        opacity: 0 !important;
        transform: translateY(20px) scale(0.95) !important;
        transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
        pointer-events: none;
        z-index: 5;
        display: flex;               
        justify-content: center;
    }
    
    /* ---- Активная карточка (через JS добавляется класс .active) ---- */
    .mosaic-item.active .mosaic-overlay {
        opacity: 1 !important;
        transform: translateY(0) scale(1) !important;
    }
    
    /* Подсветка как при ховере */
    .mosaic-item.active {
        /* outline: 3px solid var(--primary) !important; */
        /* outline-offset: -3px !important; */
        z-index: 10 !important;
        box-shadow: 0 12px 40px rgba(64, 83, 211, 0.15) !important;
    }
    
    /* Затемнение остальных */
    .mosaic-item.inactive {
        opacity: 0.4 !important;
    }
    
    .mosaic-bubble {
        width: 85%;
        padding: 10px 14px;
        border-radius: 16px 16px 16px 4px;
        font-size: 14px;
    }
    
    .bubble-text {
        width: 90%;
    }   

        /* Отключаем рамку и тень при наведении */
    .mosaic-item:hover {
        outline: 2px solid transparent !important;
        outline-offset: -2px !important;
        z-index: auto !important;
        box-shadow: none !important;
        opacity: 1 !important;
    }

    /* Отключаем затемнение остальных при наведении */
    .mosaic-grid:hover .mosaic-item:not(:hover) {
        opacity: 1 !important;
    }

    /* Отключаем появление подписей при наведении */
    .mosaic-item:hover .mosaic-overlay {
        opacity: 0 !important;
        transform: translateY(20px) scale(0.95) !important;
        transition: none !important;
    }

    /* Отключаем поворот облачка при наведении */
    .mosaic-item:hover .mosaic-bubble {
        transform: rotate(-2deg) !important;
    }

    /* Гарантируем, что активная карточка работает через JS */
    .mosaic-item.active {
        outline-offset: -3px !important;
        z-index: 10 !important;
        box-shadow: 0 12px 40px rgba(64, 83, 211, 0.15) !important;
    }

    .mosaic-item.active .mosaic-overlay {
        opacity: 1 !important;
        transform: translateY(0) scale(1) !important;
    }

    .mosaic-item.inactive {
        opacity: 0.4 !important;
    }
    
}

/* ============================================================ */
/* ========== СЕКЦИЯ: ОТЗЫВЫ ========== */
/* ============================================================ */

.testimonials-section {
    padding: 80px 0;
    background: var(--primary-lighter);
}

.testimonial-card {
    background: white;
    padding: 32px 24px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
    height: 100%;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.testimonial-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 16px;
    overflow: hidden;
    background: var(--gray-200);
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Заглушка, если нет фото */
.testimonial-avatar:not(:has(img))::after {
    content: '👤';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    background: var(--primary-light);
    color: var(--primary);
}

.stars {
    color: #fbbf24;
    margin-bottom: 16px;
    font-size: 0.9rem;
    letter-spacing: 2px;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #374151;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-card h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 2px;
}

.testimonial-prof {
    font-size: 0.8rem;
    color: var(--primary);
}

@media (max-width: 768px) {
    /* ===== ОТЗЫВЫ ===== */
    .testimonials-section {
        padding: 50px 0;
    }

    .testimonial-card {
        padding: 24px 16px;
        border-radius: 18px;
    }

    .testimonial-avatar {
        width: 56px;
        height: 56px;
        margin-bottom: 12px;
    }

    .testimonial-text {
        font-size: 0.9rem;
    }

    .testimonial-card h5 {
        font-size: 0.9rem;
    }

    .testimonial-prof {
        font-size: 0.7rem;
    }

    .stars {
        font-size: 0.75rem;
        margin-bottom: 12px;
    }
}

/* ============================================================ */
/* ========== СЕКЦИЯ: ТАРИФЫ ========== */
/* ============================================================ */

.pricing-section {
    padding: 80px 0;
    background: var(--primary-lighter);

}

.pricing-header {
    text-align: center;
    margin-bottom: 48px;
}

.pricing-title {
    font-family: 'Nunito', system-ui, sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    color: #1a1a2e;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.pricing-subtitle {
    font-family: 'Nunito', system-ui, sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #6b7280;
    margin: 0;
}

/* Сетка — карточки по центру, не на всю ширину */
.pricing-grid {
    display: flex;
    justify-content: center;
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.pricing-card {
    background: white;
    border-radius: 28px;
    padding: 40px 32px;
    text-align: center;
    border: 1px solid var(--gray-200);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    flex: 0 1 350px;
    max-width: 400px;
    width: 100%;
}

.pricing-card.active {
    border-color: var(--primary-light);
    box-shadow: 0 8px 32px rgba(139, 92, 246, 0.08);
}

.pricing-card.disabled {
    opacity: 0.5;
    filter: grayscale(0.3);
    pointer-events: none;
}

.pricing-card.disabled .pricing-features li {
    color: #9ca3af;
}

.pricing-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.pricing-price {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 24px;
    line-height: 1;
}

.pricing-price span {
    font-size: 1rem;
    font-weight: 400;
    color: #6b7280;
}

.pricing-card.disabled .pricing-price {
    color: #9ca3af;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
    text-align: left;
    flex: 1;
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    font-size: 0.9rem;
    color: #374151;
    border-bottom: 1px solid var(--gray-100);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features li i {
    width: 20px;
    text-align: center;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.pricing-features li .fa-check {
    color: var(--success);
}

.pricing-features li .fa-times {
    color: #d1d5db;
}

.pricing-features li .fa-lock {
    color: #9ca3af;
}

.pricing-features li.disabled {
    color: #9ca3af;
}

.pricing-card .btn {
    padding: 12px;
    font-size: 1rem;
    border-radius: 100px;
    justify-content: center;
    margin-top: auto;
}

.pricing-card .btn-outline-secondary {
    border: 1px solid var(--gray-300);
    color: var(--gray-500);
    background: transparent;
    cursor: not-allowed;
}

/* ===== АДАПТИВ ===== */
@media (max-width: 768px) {
    .pricing-section {
        padding: 50px 0;
    }

    .pricing-title {
        font-size: 1.8rem;
    }

    .pricing-subtitle {
        font-size: 0.95rem;
    }

    .pricing-grid {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .pricing-card {
        flex: 0 1 auto;
        max-width: 100%;
        padding: 28px 20px;
        border-radius: 20px;
    }

    .pricing-price {
        font-size: 2.2rem;
    }

    .pricing-features li {
        font-size: 0.8rem;
        padding: 6px 0;
    }

    .pricing-card .btn {
        font-size: 0.9rem;
        padding: 10px;
    }
}

/* ============================================================ */
/* ========== СЕКЦИЯ: FAQ ========== */
/* ============================================================ */

/* ============================================================ */
/* ========== СЕКЦИЯ: FAQ ========== */
/* ============================================================ */

.faq-section {
    padding: 80px 0;
}

.faq-header {
    text-align: center;
    margin-bottom: 48px;
}

.faq-title {
    font-family: 'Nunito', system-ui, sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    color: #1a1a2e;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.faq-subtitle {
    font-family: 'Nunito', system-ui, sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #6b7280;
    margin: 0;
}

.faq-list {
    max-width: 700px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 4px 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.05rem;
    color: #1a1a2e;
    transition: color 0.2s ease;
    user-select: none;
}

.faq-question:hover {
    color: var(--primary);
}

.faq-question i {
    transition: transform 0.3s ease;
    color: var(--primary);
    font-size: 0.9rem;
    flex-shrink: 0;
    margin-left: 16px;
}

.faq-question i.active {   /* ← ищем класс на иконке */
    transform: rotate(90deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 0 0 0;
    font-size: 0.95rem;
    color: #4a4a6a;
    line-height: 1.6;
}

.faq-answer.open {
    max-height: 300px;
    padding: 0 0 20px 0;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 50px 10px;
    }

    .faq-title {
        font-size: 1.8rem;
    }

    .faq-subtitle {
        font-size: 0.95rem;
    }

    .faq-question {
        font-size: 0.95rem;
        padding: 14px 0;
    }

    .faq-answer {
        font-size: 0.85rem;
    }
}



/* ============================================================ */
/* ========== СЕКЦИЯ: ПОДДЕРЖКА ========== */
/* ============================================================ */
/* ============================================================ */
/* ========== СЕКЦИЯ: ПОДДЕРЖКА ========== */
/* ============================================================ */

.support-section {
    padding: 80px 0;
}

.support-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.support-content {
    flex: 1;
    max-width: 480px;
}

.support-title {
    font-family: 'Nunito', system-ui, sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    color: #1a1a2e;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.support-desc {
    font-size: 1.05rem;
    color: #4a4a6a;
    line-height: 1.7;
    margin: 0;
}

.support-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
}

.support-chat-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--gray-200);
    display: block;
}

/* ===== АДАПТИВ ===== */
@media (max-width: 768px) {
    .support-section {
        padding: 50px 0;
    }

    .support-wrapper {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }

    .support-content {
        max-width: 100%;
    }

    .support-title {
        font-size: 1.8rem;
    }

    .support-desc {
        font-size: 0.95rem;
    }

    .support-image {
        max-width: 280px;
    }
}

/* ============================================================ */
/* ========== СЕКЦИЯ: CTA ========== */
/* ============================================================ */

.cta-section {
    background: var(--primary-gradient);
    padding: 80px 0;
    color: white;
}

.cta-title {
    font-family: 'Nunito', system-ui, sans-serif;
    font-weight: 800;
    font-size: 2.8rem;
    color: white;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.cta-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 500px;
    margin: 0 auto 32px;
    line-height: 1.6;
}

.cta-section .btn-pink {
    background: white !important;
    color: var(--primary) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.cta-section .btn-pink:hover {
    background: white !important;
    color: var(--primary-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .cta-section {
        padding: 50px 0;
    }

    .cta-title {
        font-size: 2rem;
    }

    .cta-subtitle {
        font-size: 1rem;
        padding: 0 16px;
    }

    .cta-section .btn-pink {
        font-size: 0.95rem;
        padding: 12px 28px;
    }
}


/* ============================================================ */
/* ========== ПОДВАЛ (FOOTER) ========== */
/* ============================================================ */

.footer {
    background: #1a1a2e;   /* тёмный фон, как у CTA */
    color: rgba(255, 255, 255, 0.7);
    padding: 60px 0 40px 0;
    margin: 0 !important;
}

.footer .logo-daty {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 40px;
    color: white !important;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: -4px;
    display: inline-block;
    position: relative;
    line-height: 0.8;
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

.footer .logo-daty:hover {
    opacity: 1;
    color: white !important;
}

.footer .logo-daty .letter-light {
    font-weight: 400;
}

.footer .logo-daty .letter-bold {
    font-weight: 900;
}

.footer .logo-daty .letter-medium {
    font-weight: 700;
}

.footer .logo-daty .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    margin-left: 1px;
    margin-bottom: -1px;
    vertical-align: bottom;
}

.footer p,
.footer a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    line-height: 1.7;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer a:hover {
    color: white !important;
}

.footer .text-muted {
    color: rgba(255, 255, 255, 0.5) !important;
}

.footer .row:last-child {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 20px;
    margin-top: 20px;
}

.footer .row:last-child p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.3);
}

.footer i {
    color: rgba(255, 255, 255, 0.3);
    width: 20px;
}

@media (max-width: 768px) {
    .footer {
        padding: 40px 0 30px 0;
        text-align: center;
    }

    .footer .logo-daty {
        font-size: 28px;
        letter-spacing: -3.5px;
    }
    
    .footer .logo-daty .dot {
        width: 8px;
        height: 8px;
    }

    .footer .col-md-4 {
        margin-bottom: 24px;
    }

    .footer .col-md-4 a {
        font-size: 0.8rem;
    }

    .footer .col-md-4:last-child {
        margin-bottom: 0;
    }

    .footer .row:last-child {
        margin-top: 10px;
        padding-top: 16px;
    }
}



