/* ========================================================
   МОБИЛЬНАЯ АДАПТАЦИЯ (ДО 768PX)
   - ТОЛЬКО ДЛЯ МОБИЛЬНЫХ УСТРОЙСТВ
   - ДЕСКТОП НЕ ТРОНУТ
======================================================== */

@media (max-width: 768px) {

    /* 0. ЗАЩИТА ОТ ГОРИЗОНТАЛЬНОГО СКРОЛЛА И СДВИГА СТРАНИЦЫ ВЛЕВО */
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
        position: relative !important;
        -webkit-text-size-adjust: 100% !important;
    }

    .video-hero-wrapper,
    .popular-module-header-full {
        width: 100% !important;
        left: 0 !important;
        transform: none !important;
        box-sizing: border-box !important;
    }

    .desktop-name {
        display: none !important;
    }
    .mobile-name {
        display: inline !important;
    }

    /* 1. ВЕРХНЯЯ ПОЛОСА ШАПКИ */
    .header-top-bar {
        position: relative;
        z-index: 1000;
        background-color: #f8f9fa;
        border-bottom: 1px solid #ebdbe9;
        padding: 0;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .header-top-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 14px;
        position: relative;
        box-sizing: border-box !important;
    }

    .mobile-top-nav-toggle {
        display: inline-flex !important;
        align-items: center;
        gap: 7px;
        background: #ffffff;
        border: 1.5px solid #d8c8d8;
        border-radius: 18px;
        padding: 5px 12px;
        color: #4a3c5a;
        cursor: pointer;
        font-family: 'Inter', sans-serif;
        font-size: 12px;
        font-weight: 700;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
        transition: all 0.2s ease;
    }

    .mobile-top-nav-toggle:hover,
    .mobile-top-nav-toggle.is-active {
        border-color: #955A94;
        background: #fdfafb;
        color: #df1b53;
    }

    .burger-lines {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 15px;
        height: 11px;
    }

    .burger-lines .line {
        display: block;
        width: 100%;
        height: 2px;
        background-color: currentColor;
        border-radius: 2px;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .mobile-top-nav-toggle.is-active .burger-lines .line:nth-child(1) {
        transform: translateY(4.5px) rotate(45deg);
    }
    .mobile-top-nav-toggle.is-active .burger-lines .line:nth-child(2) {
        opacity: 0;
    }
    .mobile-top-nav-toggle.is-active .burger-lines .line:nth-child(3) {
        transform: translateY(-4.5px) rotate(-45deg);
    }

    .top-nav {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #ffffff;
        box-shadow: 0 12px 30px rgba(74, 60, 90, 0.18);
        border-bottom: 3px solid #955A94;
        padding: 6px 0 12px 0;
        z-index: 1005;
        flex-direction: column;
        animation: slideDownMobile 0.25s ease-out;
    }

    .top-nav.is-open {
        display: flex !important;
    }

    .top-info-menu {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .top-info-menu li {
        width: 100%;
        border-bottom: 1px solid #f3edf3;
    }

    .top-info-menu a {
        display: block;
        padding: 12px 20px;
        font-size: 14px;
        font-weight: 600;
        color: #4a3c5a;
        text-decoration: none;
    }

    .top-info-menu a:hover {
        background-color: #fdfafb;
        color: #df1b53;
        padding-left: 24px;
    }

    .top-social-icons {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .social-icon-link {
        width: 20px !important;
        height: 20px !important;
        color: #965995 !important;
    }

    .social-svg-icon {
        width: 20px !important;
        height: 20px !important;
        filter: invert(41%) sepia(28%) saturate(1008%) hue-rotate(253deg) brightness(96%) contrast(87%) !important;
    }

    /* 2. СРЕДНЯЯ ЧАСТЬ ШАПКИ: АВТО-МАСШТАБИРОВАНИЕ */
    .header-middle-bar {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 10px 12px 0 12px !important;
        gap: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
        position: relative !important;
    }

    .header-search-wrapper,
    .contact-email-block,
    .contact-phones-block {
        display: none !important;
    }

    .logo-scaler {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 56px !important;
        margin: 0 0 10px 0 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 8px !important;
        box-sizing: border-box !important;
    }

    .brand-logo-container {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        display: flex !important;
        align-items: center !important;
        gap: clamp(6px, 2vw, 12px) !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }

    .brand-logo-container:hover {
        transform: none !important;
    }

    .svg-wrapper {
        flex-shrink: 0 !important;
        display: flex !important;
        align-items: center !important;
    }

    .sharff-pattern-svg {
        width: clamp(42px, 12vw, 56px) !important;
        height: auto !important;
        display: block !important;
    }

    .sharff-text {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        min-width: 0 !important;
        flex: 1 1 auto !important;
    }

    .sharff-title {
        font-size: clamp(20px, 5.8vw, 28px) !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .mini-pattern-dot {
        width: clamp(12px, 3.5vw, 16px) !important;
        height: clamp(12px, 3.5vw, 16px) !important;
        margin: 0 3px !important;
        top: 6px !important;
    }

    .thread-container {
        width: 100% !important;
        max-width: 110px !important;
        height: 14px !important;
        margin: 0 0 -2px 0 !important;
        overflow: hidden !important;
    }

    .separator-thread {
        width: 95px !important;
        max-width: 95px !important;
        -webkit-mask-image: linear-gradient(to right, black 65%, transparent 100%) !important;
        mask-image: linear-gradient(to right, black 65%, transparent 100%) !important;
    }

    .slogan-wrapper {
        align-items: flex-start !important;
    }

    .sharff-subtitle {
        font-size: clamp(8px, 2.2vw, 9.5px) !important;
        letter-spacing: 0.3px !important;
        white-space: nowrap !important;
        text-align: left !important;
    }

    .sharff-byline {
        font-size: clamp(9px, 2.4vw, 10.5px) !important;
        margin-top: 1px !important;
        white-space: nowrap !important;
        text-align: left !important;
    }

    .mobile-contacts-block {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
        justify-content: center !important;
        gap: 3px !important;
        flex-shrink: 0 !important;
        text-align: right !important;
        margin: 0 !important;
        z-index: 5 !important;
    }

    .mhc-item {
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
        text-decoration: none !important;
        color: #4a3c5a !important;
        font-family: 'Inter', sans-serif !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        padding: 1px 0 !important;
        white-space: nowrap !important;
    }

    .mhc-item svg {
        flex-shrink: 0 !important;
        color: #955A94 !important;
    }

    .mhc-item:hover, .mhc-item:active {
        color: #df1b53 !important;
    }

    .mhc-phone-main {
        font-size: clamp(11.5px, 3.3vw, 13px) !important;
        font-weight: 800 !important;
        color: #222222 !important;
    }

    .mhc-phone-sub {
        font-size: clamp(10.5px, 3.1vw, 12px) !important;
        font-weight: 600 !important;
        color: #666666 !important;
    }

    .mhc-email {
        font-size: clamp(10px, 2.9vw, 11px) !important;
        font-weight: 600 !important;
        color: #955A94 !important;
    }

    /* 3. КНОПКИ ПОЛЬЗОВАТЕЛЯ НАД КАТАЛОГОМ */
    .user-actions-borderless {
        width: 100% !important;
        max-width: 100% !important;
        margin: 4px 0 0 0 !important;
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 0 !important;
        align-items: center !important;
        border-top: 1px solid #f1e9f1 !important;
        background: #ffffff !important;
        padding: 6px 0 !important;
        box-sizing: border-box !important;
    }

    .user-actions-borderless .action-btn {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 4px 2px !important;
        min-height: 46px !important;
        text-align: center !important;
        color: #955A94 !important;
        position: relative !important;
        text-decoration: none !important;
    }

    .user-actions-borderless .action-btn .icon {
        width: 26px !important;
        height: 26px !important;
        margin-bottom: 3px !important;
        stroke-width: 2.2px !important;
    }

    .user-actions-borderless .action-btn .label {
        font-family: 'Inter', sans-serif !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        line-height: 1.1 !important;
        color: #4a3c5a !important;
        white-space: nowrap !important;
    }

    /* 4. КНОПКА КАТАЛОГА */
    .mobile-menu-toggle {
        display: block !important;
        width: 100% !important;
        padding: 14px 15px !important;
        background: linear-gradient(135deg, #df1b53 0%, #936098 100%) !important;
        color: #ffffff !important;
        text-align: center !important;
        font-family: 'Inter', sans-serif !important;
        font-size: 13.5px !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        border: none !important;
        cursor: pointer !important;
        box-shadow: 0 4px 12px rgba(223, 27, 83, 0.25) !important;
        box-sizing: border-box !important;
    }

    .main-nav {
        display: none;
        width: 100%;
        background-color: #ffffff;
    }

    .main-nav.is-open {
        display: flex;
        flex-direction: column;
        animation: slideDownMobile 0.25s ease-out;
    }

    .nav-item.all-categories {
        display: none !important;
    }

    .nav-list {
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .nav-item {
        width: 100%;
    }

    .nav-item a {
        display: block;
        text-align: left;
        padding: 13px 20px;
        border-bottom: 1px solid #f2edf3;
        width: 100%;
        box-sizing: border-box;
        font-size: 14px;
        font-weight: 600;
    }

    /* 5. ПОЛНОЕ СКРЫТИЕ БЛОКОВ НА ГЛАВНОЙ */
    .feature-blocks-section,
    .fb-section,
    .feature-blocks-container,
    .feature-blocks-wrapper,
    .brochura-features-section,
    section:has([class*="feature-blocks"]),
    div:has(> .feature-blocks-section) {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        pointer-events: none !important;
    }

    /* ПОЛНОЕ СКРЫТИЕ БЛОКА «ГК ПРИНТ-ПРОМ: БРЕНДИРОВАННЫЕ ВЯЗАНЫЕ АКСЕССУАРЫ» */
    .home-story-section,
    .home-story-container,
    section:has(.home-story-container) {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        pointer-events: none !important;
    }

    /* 6. БЛОК ПРЯЖИ */
    .yarn-materials-section {
        margin: 30px auto !important;
        padding: 0 14px !important;
        box-sizing: border-box !important;
    }

    .yarn-section-header {
        padding: 20px 16px !important;
        margin-bottom: 24px !important;
        text-align: center !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .yarn-header-text {
        max-width: 100% !important;
        text-align: center !important;
    }

    .yarn-section-title {
        font-size: clamp(20px, 5.5vw, 24px) !important;
        margin-bottom: 0 !important;
        line-height: 1.25 !important;
    }

    .yarn-section-desc {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .yarn-header-pattern {
        display: none !important;
    }

    /* 7. МОБИЛЬНЫЙ ФУТЕР */
    .site-footer {
        position: relative !important;
        padding: 24px 14px 36px 14px !important;
        margin-top: 40px !important;
        text-align: center !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    /* Полное скрытие блока рассылки «Будьте в курсе» */
    .footer-subscribe-wrapper,
    .footer-subscribe-box,
    .fs-content {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        pointer-events: none !important;
    }

    /* КНОПКА МЕНЮ В ПРАВОМ ВЕРХНЕМ УГЛУ */
    .mobile-footer-menu-toggle {
        display: flex !important;
        position: absolute !important;
        top: 20px !important;
        right: 16px !important;
        z-index: 30 !important;
        align-items: center !important;
        justify-content: center !important;
        width: 38px !important;
        height: 38px !important;
        background: rgba(255, 255, 255, 0.14) !important;
        border: 1px solid rgba(226, 218, 230, 0.35) !important;
        border-radius: 50% !important;
        padding: 0 !important;
        color: #ffffff !important;
        cursor: pointer !important;
        backdrop-filter: blur(8px) !important;
        -webkit-backdrop-filter: blur(8px) !important;
        transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important;
    }

    .mobile-footer-menu-toggle:hover,
    .mobile-footer-menu-toggle.is-open {
        background: linear-gradient(135deg, #df1b53 0%, #936098 100%) !important;
        color: #ffffff !important;
        border-color: transparent !important;
        box-shadow: 0 4px 14px rgba(223, 27, 83, 0.35) !important;
    }

    .mfmt-icon {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        width: 16px !important;
        height: 12px !important;
    }

    .mfmt-icon span {
        display: block !important;
        width: 100%;
        height: 2px;
        background-color: currentColor;
        border-radius: 2px;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .mobile-footer-menu-toggle.is-open .mfmt-icon span:nth-child(1) {
        transform: translateY(5px) rotate(45deg);
    }
    .mobile-footer-menu-toggle.is-open .mfmt-icon span:nth-child(2) {
        opacity: 0;
    }
    .mobile-footer-menu-toggle.is-open .mfmt-icon span:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg);
    }

    /* ОСНОВНОЙ КОНТЕЙНЕР ФУТЕРА */
    .footer-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 0 !important;
        width: 100% !important;
        text-align: center !important;
        padding-top: 10px !important;
        overflow: visible !important;
    }

    .footer-col.brand-col {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        margin-top: 5px !important;
        overflow: visible !important;
    }

    .footer-col.brand-col.menu-active .copyright,
    .footer-col.brand-col.menu-active .payment-grid,
    .footer-col.brand-col.menu-active .footer-socials {
        display: none !important;
    }

    /* ЛОГОТИП ФУТЕРА */
    .footer-logo-scaler {
        width: 100% !important;
        max-width: 320px !important;
        height: auto !important;
        min-height: 70px !important;
        margin: 0 auto 12px auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        overflow: visible !important;
    }

    .site-footer .footer-brand-logo-container {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        padding: 0 !important;
        margin: 0 auto !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px !important;
        overflow: visible !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .site-footer .footer-brand-logo-container:hover {
        transform: none !important;
    }

    .site-footer .f-svg-wrapper {
        flex-shrink: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: visible !important;
    }

    .site-footer .f-sharff-pattern-svg {
        width: 56px !important;
        height: auto !important;
        overflow: visible !important;
        display: block !important;
        -webkit-mask-image: none !important;
        mask-image: none !important;
    }

    .site-footer .f-sharff-text {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: flex-start !important;
        text-align: left !important;
        position: relative !important;
        overflow: visible !important;
    }

    .site-footer .f-sharff-title {
        font-size: 27px !important;
        line-height: 1 !important;
        margin: 0 !important;
        color: #ffffff !important;
        display: flex !important;
        align-items: center !important;
    }

    .site-footer .f-mini-pattern-dot {
        width: 14px !important;
        height: 14px !important;
        margin: 0 4px !important;
        top: 6px !important;
    }

    .site-footer .f-thread-container {
        width: 100% !important;
        max-width: 140px !important;
        height: 14px !important;
        margin: 1px 0 0 0 !important;
        overflow: hidden !important;
    }

    .site-footer .f-separator-thread {
        width: 130px !important;
        max-width: 130px !important;
        -webkit-mask-image: linear-gradient(to right, white 75%, transparent 100%) !important;
        mask-image: linear-gradient(to right, white 75%, transparent 100%) !important;
    }

    .site-footer .f-slogan-wrapper {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100% !important;
    }

    .site-footer .f-sharff-subtitle {
        font-size: 8.5px !important;
        letter-spacing: 0.4px !important;
        white-space: nowrap !important;
        text-align: left !important;
        color: #ffffff !important;
        opacity: 0.95 !important;
    }

    .site-footer .f-sharff-byline {
        font-size: 10px !important;
        margin-top: 1px !important;
        white-space: nowrap !important;
        text-align: left !important;
        color: rgba(255, 255, 255, 0.75) !important;
    }

    /* КОПИРАЙТ, ОПЛАТА, СОЦСЕТИ */
    .copyright {
        font-family: 'Inter', sans-serif !important;
        font-size: 12px !important;
        line-height: 1.55 !important;
        color: #d1c7d6 !important;
        text-align: center !important;
        margin: 0 auto 18px auto !important;
        max-width: 320px !important;
    }

    .copyright-bold {
        font-size: 13px !important;
        font-weight: 800 !important;
        color: #ffffff !important;
        display: block !important;
        margin-bottom: 3px !important;
    }

    .copyright-subtext {
        color: #b1a5b5 !important;
        font-size: 11px !important;
    }

    .payment-grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 8px !important;
        width: 100% !important;
        max-width: 240px !important;
        margin: 0 auto 20px auto !important;
    }

    .pay-pill {
        font-size: 10px !important;
        padding: 6px 0 !important;
        border-radius: 6px !important;
    }

    .footer-socials {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 14px !important;
        margin: 0 auto !important;
    }

    .footer-socials a {
        width: 36px !important;
        height: 36px !important;
        background: rgba(255, 255, 255, 0.12) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
    }

    .footer-svg-icon {
        width: 18px !important;
        height: 18px !important;
        display: block !important;
    }

    /* ========================================================
       АККОРДЕОН: ЕСТЕСТВЕННЫЙ ПОТОК ПОД ЛОГОТИПОМ
    ======================================================== */
    .footer-mobile-accordion {
        display: none !important;
        width: 100% !important;
        max-width: 480px !important;
        margin: 22px auto 10px auto !important;
        padding: 0 !important;
        position: static !important;
        background: transparent !important;
        border: none !important;
        overflow: visible !important;
        animation: fadeInMobile 0.25s ease-out !important;
    }

    .footer-mobile-accordion.is-active {
        display: block !important;
    }

    .f-acc-inner-wrapper {
        display: flex !important;
        flex-direction: column !important;
        gap: 6px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    /* Стили элементов аккордеона */
    .f-acc-item {
        width: 100% !important;
        background: rgba(255, 255, 255, 0.08) !important;
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
        border-radius: 10px !important;
        overflow: hidden !important;
        text-align: left !important;
        box-sizing: border-box !important;
    }

    .f-acc-trigger {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 13px 16px !important;
        background: transparent !important;
        border: none !important;
        color: #ffffff !important;
        font-family: 'Inter', sans-serif !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        letter-spacing: 0.5px !important;
        text-transform: uppercase !important;
        cursor: pointer !important;
        box-sizing: border-box !important;
    }

    .f-acc-arrow {
        transition: transform 0.25s ease !important;
        color: #ffffff !important;
        flex-shrink: 0 !important;
    }

    .f-acc-item.is-open .f-acc-trigger {
        color: #f7d547 !important;
    }

    .f-acc-item.is-open .f-acc-arrow {
        transform: rotate(180deg) !important;
        color: #f7d547 !important;
    }

    .f-acc-body {
        display: none !important;
        padding: 0 16px 14px 16px !important;
        animation: slideDownMobile 0.2s ease-out !important;
    }

    .f-acc-item.is-open .f-acc-body {
        display: block !important;
    }

    .f-acc-body ul {
        list-style: none !important;
        padding: 8px 0 0 0 !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        border-top: 1px dashed rgba(255, 255, 255, 0.15) !important;
    }

    .f-acc-body a {
        color: #e2dae6 !important;
        font-size: 13.5px !important;
        text-decoration: none !important;
        display: block !important;
        padding: 2px 0 !important;
        transition: color 0.2s ease !important;
        text-align: left !important;
    }

    .f-acc-body a:hover,
    .f-acc-body a:active {
        color: #ffffff !important;
        padding-left: 4px !important;
    }

    /* БЛОК КОНТАКТОВ НАД ОТЗЫВАМИ */
    .f-mobile-contacts-card {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        width: 100% !important;
        margin: 12px 0 6px 0 !important;
        box-sizing: border-box !important;
    }

    .f-mc-phone,
    .f-mc-email {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        padding: 11px 16px !important;
        border-radius: 8px !important;
        text-decoration: none !important;
        font-family: 'Inter', sans-serif !important;
        font-weight: 700 !important;
        font-size: 13.5px !important;
        box-sizing: border-box !important;
        transition: all 0.2s ease !important;
    }

    .f-mc-phone {
        background: linear-gradient(135deg, rgba(223, 27, 83, 0.25) 0%, rgba(149, 90, 148, 0.3) 100%) !important;
        border: 1px solid rgba(223, 27, 83, 0.45) !important;
        color: #ffffff !important;
    }

    .f-mc-phone svg {
        color: #f7d547 !important;
        flex-shrink: 0 !important;
    }

    .f-mc-email {
        background: rgba(255, 255, 255, 0.08) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        color: #e2dae6 !important;
    }

    .f-mc-email svg {
        color: #e2dae6 !important;
        flex-shrink: 0 !important;
    }

    .f-mc-phone:hover,
    .f-mc-phone:active {
        background: linear-gradient(135deg, #df1b53 0%, #936098 100%) !important;
        color: #ffffff !important;
    }

    .f-mc-email:hover,
    .f-mc-email:active {
        background: rgba(255, 255, 255, 0.16) !important;
        color: #ffffff !important;
    }

    .f-acc-reviews {
        display: flex !important;
        justify-content: center !important;
        margin-top: 10px !important;
        margin-bottom: 6px !important;
    }

    .f-acc-reviews .reviews-badge {
        padding: 16px 24px !important;
    }

    .desktop-only-col {
        display: none !important;
    }

    @keyframes fadeInMobile {
        from { opacity: 0; transform: translateY(-4px); }
        to { opacity: 1; transform: translateY(0); }
    }

    @keyframes slideDownMobile {
        from { opacity: 0; transform: translateY(-4px); }
        to { opacity: 1; transform: translateY(0); }
    }
}

/* ЭКСТРА-УЗКИЕ ЭКРАНЫ (iPhone SE, экраны до 360px) */
@media (max-width: 360px) {
    .sharff-pattern-svg {
        width: 38px !important;
    }
    .sharff-title {
        font-size: 19px !important;
    }
    .mhc-item {
        font-size: 10px !important;
    }
    .mhc-phone-main {
        font-size: 11px !important;
    }
    .user-actions-borderless .action-btn .icon {
        width: 24px !important;
        height: 24px !important;
    }
    .user-actions-borderless .action-btn .label {
        font-size: 10px !important;
    }
    .mobile-menu-toggle {
        font-size: 11.5px !important;
        padding: 12px 6px !important;
    }
    .site-footer .f-sharff-pattern-svg {
        width: 46px !important;
    }
    .site-footer .f-sharff-title {
        font-size: 22px !important;
    }
    .payment-grid {
        max-width: 200px !important;
        gap: 6px !important;
    }
}