/* Мобильные устройства до 340px и 460px*/

@media (min-width: 340px) and (max-width: 460px) {
    /* =============================================================================
       ОБЩИЕ ОПТИМИЗАЦИИ ДЛЯ ПРОИЗВОДИТЕЛЬНОСТИ
       ============================================================================= */
    /* Отключаем сложные анимации для улучшения производительности */
    *,
    *::before,
    *::after {
        animation-duration: 0.3s !important;
        transition-duration: 0.3s !important;
    }
    /* Упрощенные трансформации */
    .glitch-logo {
        animation: none !important;
        /* Убираем glitch эффект */
        transform: none !important;
    }
    .glitch-logo::before,
    .glitch-logo::after {
        display: none !important;
        /* Убираем псевдоэлементы glitch */
    }
    /* Упрощаем анимации hero секции */
    .hero::before,
    .hero::after {
        animation: none !important;
        opacity: 0.02 !important;
        padding-top: 1px;
        padding-bottom: 1px;
        /* Минимальная непрозрачность */
    }
    /* Убираем сложные градиенты и эффекты */
    .hero {
        background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%) !important;
        animation: none !important;
    }
    /* Упрощаем анимации заголовков */
    .hero-title,
    .hero-subtitle {
        animation: simpleFadeIn 0.5s ease-out !important;
    }
    .hero-title .text-primary::before,
    .hero-title .text-primary::after {
        display: none !important;
        /* Убираем дополнительные эффекты */
    }
    /* Упрощенная анимация появления */
    @keyframes simpleFadeIn {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    /* Отключаем hover эффекты на мобильных */
    .hero-stat-item:hover,
    .benefit-card-modern:hover,
    .ai-avatar:hover {
        transform: none !important;
        box-shadow: inherit !important;
    }
    /* =============================================================================
       НАВИГАЦИОННАЯ ПАНЕЛЬ - ОПТИМИЗИРОВАННАЯ
       ============================================================================= */
    body {
        padding-top: 15px;
        font-size: 12px;
        line-height: 1.5;
    }
    .header-nav {
        padding: 0.5rem 0;
        backdrop-filter: blur(8px) !important;
        /* Уменьшаем blur для производительности */
        -webkit-backdrop-filter: blur(10px) !important;
    }
    .header-nav.scrolled {
        padding: 0.25rem 0;
    }
    .navbar-brand.glitch-brand {
        gap: 0.75rem;
        transition: all 0.2s ease !important;
        /* Упрощаем transition */
    }
    .header-nav.scrolled .navbar-brand.glitch-brand {
        gap: 0.5rem;
        transform: scale(0.95) !important;
        /* Упрощаем трансформацию */
    }
    .glitch-logo {
        font-size: 1.3rem;
        transition: font-size 0.2s ease !important;
    }
    .header-nav.scrolled .glitch-logo {
        font-size: 0.95rem;
        letter-spacing: 0.5px;
    }
    .glitch-subtitle {
        font-size: 0.9rem;
        letter-spacing: 1px;
        transition: all 0.2s ease !important;
    }
    .header-nav.scrolled .glitch-subtitle {
        font-size: 0.7rem;
        opacity: 0.6;
    }
    .navbar-nav .nav-link {
        font-size: 0.9rem;
        padding: 0.4rem 0.5rem !important;
        transition: color 0.2s ease !important;
        /* Упрощаем transition */
    }
    .header-nav.scrolled .navbar-nav .nav-link {
        font-size: 0.8rem;
        padding: 0.25rem 0.4rem !important;
    }
    .navbar-toggler {
        padding: 0.3rem;
        border-width: 1px;
    }
    .header-nav.scrolled .navbar-toggler {
        padding: 0.2rem;
    }
    /* Упрощаем анимацию подчеркивания */
    .navbar-nav .nav-link::after {
        transition: width 0.2s ease !important;
    }
    /* =============================================================================
       HERO СЕКЦИЯ - ОПТИМИЗИРОВАННАЯ
       ============================================================================= */
    .scroll-to-top {
        bottom: 80px;
        right: 16px;
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    /* Центрирование кнопки ИИ-Консультант */
    .navbar-nav .nav-item:last-child {
        display: flex;
        justify-content: center;
        margin: 0.5rem 0;
    }
    .navbar-nav .btn-primary.btn-sm {
        margin: 0 auto;
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        width: 100%;
        text-align: center;
    }
    /* Дополнительный стиль для кнопки в мобильном меню */
    #navbarNav .navbar-nav .nav-item:last-child {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #navbarNav .navbar-nav .nav-item:last-child .btn {
        width: 100%;
        margin: 0.5rem auto;
    }
    .hero .container {
        padding-top: 2rem;
        padding-bottom: 2rem;
        min-height: calc(100vh - 20px);
        padding: 15px 5px;
    }
    .hero-header {
        margin-bottom: 2.5rem;
        padding: 0 0.5rem;
    }
    .hero-title {
        font-size: 2.2rem;
        text-align: center;
        margin-bottom: 1.5rem;
        line-height: 1.3;
    }
    .hero-title .text-primary::after {
        height: 2px;
        bottom: 0;
        animation: expandWidth 0.8s ease-out 0.3s both !important;
        /* Упрощаем анимацию */
    }
    .hero-subtitle {
        text-align: center;
        font-size: 1.3rem;
        /* margin-bottom: 2rem; */
    }
    .ai-promo-card {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
        gap: 1.5rem;
        margin-top: 1rem;
        backdrop-filter: blur(15px) !important;
        /* Уменьшаем blur */
        -webkit-backdrop-filter: blur(15px) !important;
    }
    .ai-avatar {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
        animation: simpleScale 2s ease-in-out infinite !important;
        /* Упрощаем анимацию */
    }
    .promo-footer2 {
        font-size: 0.8rem;
        margin-top: 0.5rem;
    }
    /* Hero Stats для мобильных */
    .hero-stats-row {
        margin-top: 0.5rem;
        padding: 0 0.5rem;
    }
    .hero-stat-item {
        /* padding: 1.8rem; */
        margin-bottom: 0.8rem;
        border-radius: 12px;
    }
    .hero-stat-item .stat-number {
        font-size: 1.6rem;
        margin-bottom: 0.2rem;
    }
    .hero-stat-item .stat-label {
        font-size: 1.2rem;
    }
    /* .hero-cards-grid .row {
        margin-top: 1rem;
        margin-bottom: -3rem;
    } */
    /* Упрощенная анимация для AI аватара */
    @keyframes simpleScale {
        0%,
        100% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.05);
        }
    }
    .ai-avatar::after {
        animation: none !important;
        /* Убираем сложную анимацию кольца */
    }
    .ai-content h4 {
        font-size: 1.3rem;
    }
    .ai-content p {
        font-size: 1rem;
    }
    /* =============================================================================
       ОСТАЛЬНЫЕ СЕКЦИИ
       ============================================================================= */
    .section-badge {
        font-size: 0.8rem;
        max-width: 100%;
    }
    .benefits-title {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 1rem;
        line-height: 1.2;
        padding: 0 0.2rem;
    }
    .benefits-subtitle {
        font-size: 1rem;
        text-align: center;
        padding: 0 0.5rem;
        margin-bottom: 2rem;
    }
    .benefits-stats {
        gap: 1rem;
    }
    .stat-item {
        min-width: 120px;
        padding: 1rem;
    }
    .stat-number {
        font-size: 2rem;
    }
    .benefit-card-modern {
        padding: 1.5rem;
        backdrop-filter: blur(10px) !important;
        /* Уменьшаем blur */
        -webkit-backdrop-filter: blur(10px) !important;
    }
    .benefit-icon-modern {
        width: 80px;
        height: 80px;
        margin-bottom: 1.5rem;
    }
    .icon-glow {
        width: 60px;
        height: 60px;
        font-size: 2rem;
        animation: simpleScale 3s ease-in-out infinite !important;
        /* Упрощаем анимацию */
    }
    /* =============================================================================
       СВАЙПЕР ОПТИМИЗАЦИЯ
       ============================================================================= */
    /* Улучшаем работу свайпера на мобильных */
    .swiper {
        touch-action: pan-y pinch-zoom !important;
    }
    .swiper-slide {
        will-change: transform !important;
        backface-visibility: hidden !important;
        transform: translateZ(0) !important;
        /* Аппаратное ускорение */
    }
    .benefits-swiper,
    .reviews-swiper {
        overflow: visible !important;
    }
    .swiper-wrapper {
        transform-style: preserve-3d !important;
    }
    /* Оптимизация навигации свайпера */
    .swiper-button-next,
    .swiper-button-prev {
        background-color: rgba(255, 214, 103, 0.527) !important;
        width: 35px !important;
        height: 35px !important;
        border-radius: 50% !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px !important;
        color: #333 !important;
        font-weight: bold !important;
    }
    .swiper-pagination-bullet {
        background: rgba(255, 219, 77, 0.3) !important;
        opacity: 1 !important;
    }
    .swiper-pagination-bullet-active {
        background: var(--yandex-yellow) !important;
    }
    /* Улучшение производительности для свайпера */
    .swiper-initialized {
        transform: translateZ(0) !important;
        backface-visibility: hidden !important;
    }
    /* Отключение анимаций при изменении размера окна */
    .resize-animation-stopper * {
        animation-duration: 0s !important;
        animation-delay: 0s !important;
        transition-duration: 0s !important;
        transition-delay: 0s !important;
    }
    .benefits-cta {
        margin-top: 2rem;
        padding: 1.5rem;
        text-align: center;
    }
    .benefits-cta h3 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }
    .benefits-cta p {
        font-size: 0.9rem;
    }
    .benefits-cta .btn {
        width: 100%;
        padding: 0.8rem;
        font-size: 0.9rem;
    }
    /* Дополнительные стили для секций */
    .benefits-modern,
    .process-modern {
        backdrop-filter: none !important;
        /* Убираем backdrop-filter для производительности */
        -webkit-backdrop-filter: none !important;
    }
    .benefits-modern::before,
    .benefits-modern::after,
    .process-modern::before,
    .process-modern::after {
        display: none !important;
        /* Убираем декоративные элементы */
    }
    .process-title {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 1rem;
        line-height: 1.2;
        padding: 0 0.5rem;
    }
    .process-subtitle {
        font-size: 1rem;
        text-align: center;
        padding: 0 0.5rem;
        margin-bottom: 2rem;
    }
    .role-selector {
        padding: 0 0.5rem;
    }
    .role-tabs {
        flex-direction: column;
        width: 100%;
        padding: 0.3rem;
    }
    .role-tab {
        padding: 0.6rem 1rem;
        text-align: center;
        font-size: 0.8rem;
        margin-bottom: 0.2rem;
    }
    .role-tab:last-child {
        margin-bottom: 0;
    }
    .process-timeline {
        max-width: 100%;
        padding: 0 0.5rem;
    }
    .timeline-container::before {
        left: 25px;
        width: 2px;
    }
    .timeline-step {
        flex-direction: row !important;
        padding-left: 60px;
        margin-bottom: 2rem;
    }
    .timeline-step:nth-child(even) .step-content {
        text-align: left;
    }
    .step-marker {
        position: absolute;
        left: 0;
        margin: 0;
    }
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        border-width: 2px;
    }
    .step-time {
        margin-top: 0.3rem;
        padding: 0.2rem 0.5rem;
        font-size: 0.7rem;
    }
    .step-content {
        padding: 1rem;
        margin-left: 0.8rem;
        border-radius: 12px;
    }
    .step-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
        margin-bottom: 0.8rem;
    }
    .step-header h3 {
        font-size: 1.1rem;
        margin: 0;
    }
    .step-badge {
        padding: 0.2rem 0.6rem;
        font-size: 0.7rem;
    }
    .step-content p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
        line-height: 1.5;
    }
    .detail-item {
        gap: 0.5rem;
        padding: 0.3rem 0;
    }
    .detail-icon {
        font-size: 1rem;
        width: 20px;
    }
    .detail-item span:last-child {
        font-size: 0.85rem;
    }
    /* Process CTA */
    .process-cta {
        margin-top: 2rem;
        padding: 0 0.5rem;
    }
    .cta-card {
        padding: 1.5rem;
        border-radius: 16px;
    }
    .cta-card h3 {
        font-size: 1.6rem;
        margin-bottom: 0.5rem;
        text-align: center;
    }
    .cta-card p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    .cta-features {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
    .cta-feature {
        text-align: center;
        font-size: 0.9rem;
        padding: 0.4rem 0.8rem;
    }
    .process-cta .btn-primary,
    .process-cta .btn-outline-primary {
        width: 100%;
        padding: 0.9rem;
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
    .earning-amount {
        font-size: 2.5rem;
    }
    /* Улучшенный чат-виджет для маленьких мобильных устройств */
    .chat-widget {
        width: 100%;
        height: 100%;
        max-height: 85vh;
        bottom: 0;
        right: 0;
        left: 0;
        border-radius: 15px 15px 0 0;
        border-width: 1px 1px 0 1px;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
        transform: translateY(100%);
    }
    .chat-widget.open {
        transform: translateY(0);
        height: 90vh;
    }
    .chat-header {
        padding: 0.75rem;
        border-radius: 15px 15px 0 0;
        position: relative;
    }
    .chat-header::after {
        content: '';
        position: absolute;
        top: 6px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 3px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 3px;
    }
    .chat-avatar {
        width: 38px;
        height: 38px;
        font-size: 1.1rem;
    }
    .chat-avatar::after {
        display: none;
    }
    .chat-info h5 {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .chat-status {
        font-size: 0.7rem;
        margin-right: 60px;
    }
    .chat-close {
        font-size: 1.5rem;
        padding: 0.2rem;
    }
    .chat-body {
        height: calc(100% - 150px);
        /* Уменьшаем вычет с 190px до 150px */
        padding: 0.6rem;
    }
    .chat-message {
        margin-bottom: 0.8rem;
        /* Увеличиваем отступ между сообщениями */
        max-width: 85%;
    }
    /* Стили для индикатора печатания */
    .typing-indicator {
        position: relative;
        z-index: 10;
        margin-bottom: 0.8rem !important;
        max-width: 85% !important;
        animation: fadeInUp 0.3s ease-out forwards;
    }
    .ai-message .message-content {
        font-size: 0.9rem;
        padding: 0.6rem 0.8rem;
        margin-left: 0;
        border-radius: 0 12px 12px 12px;
    }
    .user-message .message-content {
        font-size: 0.9rem;
        padding: 0.6rem 0.8rem;
        border-radius: 12px 0 12px 12px;
    }
    .message-time {
        font-size: 0.65rem;
        margin-top: 0.2rem;
    }
    .chat-input {
        padding: 0.6rem;
        background: rgba(255, 255, 255, 0.95);
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    .chat-input .form-control {
        font-size: 0.9rem;
        padding: 0.5rem 0.8rem;
        height: auto;
        border-radius: 18px;
    }
    .chat-input .btn {
        /* width: 36px;
        height: 36px; */
        border-radius: 50%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
    }
    #transferToManagerBtn {
        font-size: 0.8rem;
        padding: 0.8rem;
        margin-top: 10px !important;
        margin-bottom: 0.5rem !important;
        background-color: #fcff3159;
        border-color: #ffdb4d;
        color: #333;
    }
    .chat-toggle {
        bottom: 16px;
        right: 16px;
        padding: 0.75rem;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    }
    /* Legal Pages Mobile Styles */
    .legal-header {
        padding: 0.5rem 0;
    }
    .header-content {
        padding: 0 0.75rem;
        flex-direction: column;
        gap: 0.75rem;
    }
    .back-link {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    .logo {
        font-size: 1.2rem;
    }
    .legal-content {
        padding: 0.75rem;
    }
    .legal-header-section {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }
    .legal-title {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    .legal-title::after {
        width: 60px;
        height: 3px;
        margin: 0.75rem auto;
    }
    .legal-info {
        flex-direction: column;
        gap: 0.75rem;
    }
    .update-date,
    .legal-notice {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
    .legal-section {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    .legal-section h2 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
    .legal-section h3 {
        font-size: 1.1rem;
        margin: 1rem 0 0.75rem 0;
    }
    .legal-section h4 {
        font-size: 1rem;
        margin: 0.75rem 0 0.5rem 0;
    }
    .section-content p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    .important-notice,
    .disclaimer-box,
    .warning-box,
    .cookie-notice,
    .changes-notice {
        padding: 1rem;
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
    .important-notice i,
    .disclaimer-box i,
    .warning-box i,
    .cookie-notice i,
    .changes-notice i {
        font-size: 1.3rem;
    }
    .data-category,
    .security-item,
    .service-item,
    .party-section,
    .ip-item,
    .dispute-step {
        padding: 1rem;
    }
    .contact-info {
        padding: 1rem;
    }
    .contact-item {
        padding: 0.5rem;
        font-size: 0.9rem;
    }
    .legal-footer {
        padding: 1.5rem 0.75rem;
    }
    .footer-links {
        flex-direction: column;
        gap: 0.5rem;
    }
    .footer-links a {
        padding: 0.6rem;
        font-size: 0.9rem;
    }
    .chat-text {
        display: none;
    }
    .chat-icon {
        font-size: 1.3rem;
    }
    /* Calculator mobile */
    .calculator-card {
        padding: 0.5rem;
        border-radius: 16px;
        margin: 0 0.5rem;
    }
    .calculator-title {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 0.8rem;
        line-height: 0.5;
        padding: 0 0.5rem;
    }
    .calculator-subtitle {
        font-size: 0.95rem;
        text-align: center;
        padding: 0 0.5rem;
        margin-bottom: 2rem;
    }
    .job-type-card {
        flex-direction: column;
        text-align: center;
    }
    .job-icon {
        width: 60px;
        height: 60px;
        font-size: 2rem;
        margin: 0 auto 1rem;
    }
    .calculator-stats,
    .calculator-results {
        margin-top: 1.5rem;
    }
    /* Более компактный калькулятор для мобильных */
    .calculator .text-center.mb-5 {
        margin-bottom: 1rem !important;
    }
    .calculator .row.g-4.mb-4 {
        margin-bottom: 0.5rem !important;
        row-gap: 0.1rem !important;
    }
    .calculator .form-label {
        margin-bottom: 0.25rem;
        font-size: 0.9rem;
    }
    .calculator-select {
        font-size: 0.9rem;
        padding: 0.4rem;
    }
    .job-type-info {
        margin-bottom: 0.5rem !important;
    }
    .job-type-card {
        padding: 0.5rem;
    }
    .job-icon {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .job-details h5 {
        font-size: 1rem;
        margin-bottom: 0.25rem;
    }
    .job-details p {
        font-size: 0.8rem;
        margin-bottom: 0;
    }
    .range-value {
        font-size: 0.8rem;
        margin-top: 0.25rem;
    }
    .calculator-stats {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
    .stat-card {
        padding: 0.5rem;
    }
    .stat-icon {
        font-size: 1.2rem;
        margin-bottom: 0.25rem;
    }
    .stat-label {
        font-size: 0.7rem;
        margin-bottom: 0.1rem;
    }
    .stat-value {
        font-size: 0.9rem;
    }
    .calculator-results {
        margin-top: 0.75rem;
    }
    .result-card {
        padding: 0.5rem;
    }
    .result-period {
        font-size: 0.7rem;
        margin-bottom: 0.25rem;
    }
    .result-amount {
        font-size: 1.1rem;
    }
    .result-amount.main-result {
        font-size: 1.3rem;
    }
    /* Дисклеймер */
    .calculator-disclaimer {
        margin-top: 1.5rem;
        padding: 1rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .calculator-disclaimer p {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }
    .cta-buttons {
        flex-direction: column;
        gap: 0.6rem;
    }
    .cta-buttons .btn {
        width: 100%;
        padding: 0.8rem;
        font-size: 0.9rem;
    }
    /* Более компактные отзывы для мобильных */
    .reviews .text-center.mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .reviews-title {
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
    }
    .reviews-subtitle {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    .reviews-swiper-container {
        margin: 1rem 0;
        padding: 0 10px;
    }
    .reviews-swiper {
        padding: 10px 0 20px;
    }
    .review-card {
        padding: 1rem;
        border-radius: 12px;
    }
    .review-header {
        gap: 0.75rem;
        margin-bottom: 1rem;
    }
    .review-avatar {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    .review-avatar.verified::after {
        width: 18px;
        height: 18px;
        font-size: 0.7rem;
        bottom: -3px;
        right: -3px;
        border-width: 2px;
    }
    .review-info h5 {
        font-size: 1rem;
        margin-bottom: 0.3rem;
    }
    .review-rating {
        gap: 0.3rem;
        margin-bottom: 0.3rem;
    }
    .review-rating .stars {
        font-size: 0.8rem;
    }
    .review-rating .rating-text {
        font-size: 0.8rem;
    }
    .review-role {
        font-size: 0.8rem;
    }
    .review-content p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    .review-stats {
        gap: 0.3rem;
        margin-bottom: 0.75rem;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .review-stats .stat {
        padding: 0.3rem 0.6rem;
        font-size: 0.7rem;
        border-radius: 15px;
    }
    .review-verified {
        font-size: 0.7rem;
        padding: 0.4rem 0.5rem;
        border-radius: 6px;
    }
    .review-badge {
        font-size: 0.7rem;
        padding: 0.3rem 0.6rem;
        border-radius: 15px;
        top: -8px;
        right: 15px;
    }
    /* Навигация свайпера для мобильных */
    .reviews-swiper .swiper-button-next,
    .reviews-swiper .swiper-button-prev {
        width: 35px;
        height: 35px;
        margin-top: -17.5px;
    }
    .reviews-swiper .swiper-button-next::after,
    .reviews-swiper .swiper-button-prev::after {
        font-size: 14px;
    }
    .reviews-swiper .swiper-button-next {
        right: -15px;
    }
    .reviews-swiper .swiper-button-prev {
        left: -15px;
    }
    .reviews-swiper .swiper-pagination {
        margin-top: 1rem;
    }
    .reviews-swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
    /* CTA секция для мобильных */
    .reviews-cta {
        padding: 1.5rem;
        margin-top: 1.5rem;
        border-radius: 12px;
    }
    .reviews-cta h3 {
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }
    .reviews-cta p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    .reviews-cta .btn {
        width: 100%;
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    /* =============================================================================
       FAQ SECTION - EXTRA SMALL MOBILE
       ============================================================================= */
    .faq-title {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 0.8rem;
        line-height: 1.2;
        padding: 0 0.5rem;
    }
    .faq-subtitle {
        font-size: 0.95rem;
        text-align: center;
        padding: 0 0.5rem;
        margin-bottom: 2rem;
    }
    .faq-container {
        padding: 0 0.5rem;
    }
    .faq-item {
        margin-bottom: 1rem;
        border-radius: 16px;
    }
    .faq-question {
        padding: 1rem 1.2rem;
        flex-wrap: wrap;
        gap: 0.8rem;
    }
    .faq-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
        flex-shrink: 0;
    }
    .faq-question h3 {
        font-size: 1rem;
        line-height: 1.3;
        flex: 1;
        min-width: 0;
    }
    .faq-toggle {
        width: 25px;
        height: 25px;
        font-size: 1rem;
        flex-shrink: 0;
    }
    .faq-content {
        padding: 1.2rem;
        font-size: 0.9rem;
        line-height: 1.5;
    }
    .faq-note {
        font-size: 0.8rem;
        margin-top: 0.8rem;
        padding: 0.6rem;
    }
    /* Специальные элементы FAQ */
    .doc-list {
        gap: 1rem;
    }
    .doc-category h5 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    .doc-category li {
        padding: 0.4rem 0;
        font-size: 0.85rem;
        padding-left: 1.2rem;
    }
    .feature-grid,
    .payment-features {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }
    .feature-item,
    .payment-item {
        padding: 0.6rem;
        gap: 0.6rem;
    }
    .feature-icon,
    .payment-icon {
        font-size: 1.2rem;
    }
    .car-options {
        gap: 0.6rem;
    }
    .car-option {
        padding: 0.8rem;
        gap: 0.8rem;
        flex-direction: column;
        text-align: center;
    }
    .option-icon {
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
    }
    .option-details h5 {
        font-size: 0.95rem;
        margin-bottom: 0.3rem;
    }
    .option-details p {
        font-size: 0.85rem;
    }
    .timeline-mini {
        flex-direction: column;
        gap: 0.8rem;
        text-align: center;
    }
    .timeline-time {
        font-size: 1.2rem;
        margin-bottom: 0.3rem;
    }
    .timeline-desc {
        font-size: 0.8rem;
    }
    .commission-info {
        padding: 0 0.5rem;
    }
    .commission-percent {
        font-size: 2.5rem;
        margin-bottom: 0.3rem;
    }
    .commission-text {
        font-size: 1rem;
    }
    .commission-details {
        gap: 0.5rem;
        margin-top: 1rem;
    }
    .detail-item {
        padding: 0.6rem;
        gap: 0.6rem;
    }
    .detail-icon {
        font-size: 1rem;
    }
    /* FAQ CTA */
    .faq-cta {
        padding: 1.5rem;
        margin: 2rem 0.5rem 0;
        border-radius: 16px;
    }
    .faq-cta h3 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }
    .faq-cta p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    .faq-cta-buttons {
        flex-direction: column;
        gap: 0.6rem;
    }
    .faq-cta .btn-primary,
    .faq-cta .btn-outline-primary {
        width: 100%;
        padding: 0.8rem;
        font-size: 0.9rem;
    }
    /* Footer Mobile - Улучшенные стили */
    .footer-modern {
        padding-bottom: 1.5rem;
    }
    .footer-main {
        padding: 2rem 0 1rem;
        text-align: center;
    }
    .footer-brand {
        margin-bottom: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0.75rem;
    }
    .footer-logo-text {
        font-size: 1.5rem;
        margin-bottom: 0.2rem;
    }
    .footer-logo-subtitle {
        font-size: 0.7rem;
        letter-spacing: 1px;
    }
    .footer-description {
        font-size: 0.85rem;
        margin-bottom: 1.25rem;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.4;
    }
    .footer-stats {
        display: flex;
        justify-content: center;
        gap: 1.5rem;
        margin-bottom: 1.25rem;
    }
    .footer-stat {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-stat .stat-number {
        font-size: 1.3rem;
        font-weight: 700;
        margin-bottom: 0.2rem;
    }
    .footer-stat .stat-label {
        font-size: 0.75rem;
        opacity: 0.8;
    }
    .footer-section {
        margin-bottom: 1.5rem;
        text-align: center;
    }
    .footer-title {
        font-size: 1rem;
        margin-bottom: 0.75rem;
        position: relative;
        display: inline-block;
    }
    .footer-title:after {
        content: '';
        display: block;
        height: 2px;
        width: 50%;
        background: var(--primary-color);
        margin: 0.4rem auto 0;
        border-radius: 2px;
    }
    .footer-links {
        padding: 0;
        list-style: none;
        margin-bottom: 0;
    }
    .footer-links li {
        margin-bottom: 0.6rem;
    }
    .footer-links a {
        color: var(--text-color);
        text-decoration: none;
        font-size: 0.85rem;
        transition: color 0.3s;
        display: inline-block;
        padding: 0.2rem 0;
    }
    .footer-links a:hover {
        color: var(--primary-color);
    }
    .footer-contacts {
        gap: 1.2rem;
        align-items: center;
    }
    .contact-grid {
        display: flex;
        flex-direction: column;
        grid-gap: 1rem;
    }
    .contact-item-small,
    .contact-item-full {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .contact-item {
        flex-direction: row;
        align-items: center;
        gap: 0.8rem;
        text-align: left;
        padding: 0.5rem;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.05);
        transition: all 0.3s ease;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .contact-item:hover {
        background: rgba(255, 219, 77, 0.1);
        transform: translateY(-2px);
    }
    .contact-icon {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
        background: rgba(255, 219, 77, 0.15);
        display: none;
    }
    .contact-info strong {
        font-size: 0.9rem;
        color: var(--yandex-yellow);
    }
    .contact-info span,
    .contact-info a {
        font-size: 0.8rem;
    }
    .contact-info a {
        display: inline-block;
        padding: 0.2rem 0;
    }
    .contact-info small {
        font-size: 0.75rem;
        opacity: 0.7;
    }
    .footer-chat-btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.8rem;
        margin-top: 0.5rem;
    }
    .footer-bottom {
        padding: 1rem 0;
    }
    .footer-copyright {
        font-size: 0.8rem;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        gap: 0.5rem;
    }
    .footer-badge {
        font-size: 0.65rem;
        padding: 0.2rem 0.4rem;
    }
    .footer-legal {
        justify-content: center;
        gap: 1rem;
        margin-top: 0.5rem;
    }
    .footer-legal a {
        font-size: 0.8rem;
    }
}