/* ===== СТИЛИ ДЛЯ СТРАНИЦЫ ОПТОВЫХ ПРОДАЖ ===== */

.mv-wholesale {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.mv-container-fullwidth {
    width: 100%;
    max-width: 1400px;
    padding: 24px 40px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Заголовки секций */
.mv-wholesale-section-title {
    font-size: 32px;
    font-weight: 600;
    color: #1f2a3a;
    margin: 48px 0 32px 0;
    letter-spacing: -0.01em;
    text-align: left;
}

.mv-wholesale-section-title:first-of-type {
    margin-top: 32px;
}

/* Hero секция */
.mv-wholesale-hero {
    margin: 0 0 48px 0;
}

.mv-wholesale-hero-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: #54656f;
    margin: 0 0 32px 0;
    max-width: 800px;
}

.mv-wholesale-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.mv-wholesale-hero-feature {
    background: #f9fafc;
    border: 1px solid #eaeef2;
    border-radius: 60px;
    padding: 8px 20px;
}

.mv-wholesale-hero-feature-value {
    font-size: 15px;
    font-weight: 500;
    color: #1f2a3a;
}

/* Преимущества (карточки) */
.mv-wholesale-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 0 0 48px 0;
}

.mv-wholesale-feature {
    background: #f9fafc;
    border: 1px solid #eaeef2;
    border-radius: 16px;
    padding: 28px;
    transition: box-shadow 0.2s ease;
}

.mv-wholesale-feature:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border-color: #d0d7de;
}

.mv-wholesale-feature-title {
    font-size: 20px;
    font-weight: 600;
    color: #1f2a3a;
    margin: 0 0 12px 0;
}

.mv-wholesale-feature-text {
    font-size: 15px;
    line-height: 1.6;
    color: #54656f;
    margin: 0;
}

/* Партнерство */
.mv-wholesale-partnership {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 0 0 32px 0;
}

.mv-wholesale-partnership-card {
    background: #f9fafc;
    border: 1px solid #eaeef2;
    border-radius: 16px;
    padding: 28px;
    transition: box-shadow 0.2s ease;
}

.mv-wholesale-partnership-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border-color: #d0d7de;
}

.mv-wholesale-partnership-title {
    font-size: 22px;
    font-weight: 600;
    color: #1f2a3a;
    margin: 0 0 20px 0;
}

/* Списки */
.mv-wholesale-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mv-wholesale-list li {
    padding: 12px 0 12px 24px;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    color: #54656f;
    border-bottom: 1px solid #eaeef2;
}

.mv-wholesale-list li:last-child {
    border-bottom: none;
}

.mv-wholesale-list li:before {
    content: "•";
    color: #fff300;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    left: 8px;
    top: 10px;
}

/* Специальные условия */
.mv-wholesale-special {
    background: #fff8e6;
    border: 1px solid #fff300;
    border-radius: 16px;
    padding: 28px;
    margin: 0 0 48px 0;
    text-align: center;
}

.mv-wholesale-special-title {
    font-size: 22px;
    font-weight: 600;
    color: #1f2a3a;
    margin: 0 0 12px 0;
}

.mv-wholesale-special-text {
    font-size: 16px;
    line-height: 1.6;
    color: #1f2a3a;
    margin: 0;
}

/* Бренды */
.mv-wholesale-brands {
    margin: 0 0 48px 0;
}

.mv-wholesale-brands-description {
    font-size: 16px;
    color: #54656f;
    margin: 0 0 24px 0;
}

.mv-wholesale-brands-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.mv-wholesale-brand {
    background: #f9fafc;
    border: 1px solid #eaeef2;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #1f2a3a;
    transition: all 0.2s ease;
}

.mv-wholesale-brand:hover {
    border-color: #fff300;
    box-shadow: 0 4px 12px rgba(255, 243, 0, 0.1);
    transform: translateY(-2px);
}

/* Контакты */
.mv-wholesale-contacts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 0 0 32px 0;
}

.mv-wholesale-contact-card {
    background: #f9fafc;
    border: 1px solid #eaeef2;
    border-radius: 16px;
    padding: 28px;
    transition: box-shadow 0.2s ease;
}

.mv-wholesale-contact-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border-color: #d0d7de;
}

.mv-wholesale-contact-title {
    font-size: 20px;
    font-weight: 600;
    color: #1f2a3a;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaeef2;
}

.mv-wholesale-contact-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eaeef2;
}

.mv-wholesale-contact-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mv-wholesale-contact-label {
    font-size: 13px;
    color: #7e8c9e;
}

.mv-wholesale-contact-value {
    font-size: 16px;
    font-weight: 500;
    color: #1f2a3a;
    text-decoration: none;
}

.mv-wholesale-contact-value:hover {
    text-decoration: underline;
}

/* Кнопки CTA */
.mv-wholesale-cta {
    margin: 48px 0 32px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.mv-wholesale-cta-button {
    display: inline-block;
    padding: 16px 40px;
    background: #1f2a3a;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 60px;
    transition: background 0.2s ease;
    border: none;
    cursor: pointer;
}

.mv-wholesale-cta-button:hover {
    background: #2c3a4f;
}

.mv-wholesale-cta-button-secondary {
    background: white;
    color: #1f2a3a;
    border: 1px solid #eaeef2;
}

.mv-wholesale-cta-button-secondary:hover {
    background: #f9fafc;
}

/* FAQ */
.mv-wholesale-faq {
    max-width: 1200px;
    margin: 48px auto 0;
    padding: 32px 0 0;
    border-top: 1px solid #eaeef2;
}

.mv-wholesale-faq-title {
    font-size: 28px;
    font-weight: 600;
    color: #1f2a3a;
    margin: 0 0 28px 0;
    text-align: left;
}

.mv-wholesale-faq-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mv-wholesale-faq-item {
    border: 1px solid #eaeef2;
    border-radius: 12px;
    overflow: hidden;
    background: white;
}

.mv-wholesale-faq-question {
    padding: 20px 24px;
    font-size: 17px;
    font-weight: 500;
    color: #1f2a3a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    transition: background 0.2s;
}

.mv-wholesale-faq-question:hover {
    background: #f6f8fa;
}

.mv-wholesale-faq-question.active {
    background: #f6f8fa;
}

.mv-wholesale-faq-icon {
    font-size: 22px;
    color: #7e8c9e;
    font-weight: 400;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mv-wholesale-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: white;
}

.mv-wholesale-faq-answer p,
.mv-wholesale-faq-answer ul {
    margin: 0;
    padding: 0 24px 24px 24px;
    font-size: 16px;
    color: #54656f;
    line-height: 1.6;
}

.mv-wholesale-faq-answer ul {
    padding-left: 44px;
}

.mv-wholesale-faq-answer li {
    margin-bottom: 8px;
}

/* ===== АДАПТИВНОСТЬ ===== */
@media (max-width: 1200px) {
    .mv-container-fullwidth {
        padding: 24px 32px;
    }
    
    .mv-wholesale-brands-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .mv-wholesale-features {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mv-wholesale-partnership {
        grid-template-columns: 1fr;
    }
    
    .mv-wholesale-contacts {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .mv-container-fullwidth {
        padding: 20px 24px;
    }
    
    .mv-wholesale-section-title {
        font-size: 28px;
        margin: 36px 0 28px;
    }
    
    .mv-wholesale-hero-subtitle {
        font-size: 16px;
    }
    
    .mv-wholesale-features {
        gap: 16px;
    }
    
    .mv-wholesale-feature-title {
        font-size: 18px;
    }
    
    .mv-wholesale-partnership-card {
        padding: 24px;
    }
    
    .mv-wholesale-partnership-title {
        font-size: 20px;
    }
    
    .mv-wholesale-brands-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mv-wholesale-contact-card {
        padding: 24px;
    }
    
    .mv-wholesale-contact-title {
        font-size: 18px;
    }
    
    .mv-wholesale-faq-title {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .mv-wholesale-features {
        grid-template-columns: 1fr;
    }
    
    .mv-wholesale-hero-features {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .mv-wholesale-brands-grid {
        grid-template-columns: 1fr;
    }
    
    .mv-wholesale-cta {
        flex-direction: column;
    }
    
    .mv-wholesale-cta-button {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .mv-container-fullwidth {
        padding: 16px 20px;
    }
    
    .mv-wholesale-section-title {
        font-size: 24px;
    }
    
    .mv-wholesale-feature {
        padding: 24px;
    }
    
    .mv-wholesale-partnership-card {
        padding: 20px;
    }
    
    .mv-wholesale-list li {
        font-size: 14px;
    }
    
    .mv-wholesale-special {
        padding: 24px;
    }
    
    .mv-wholesale-special-title {
        font-size: 20px;
    }
    
    .mv-wholesale-special-text {
        font-size: 15px;
    }
    
    .mv-wholesale-brand {
        padding: 16px;
    }
    
    .mv-wholesale-faq-question {
        padding: 16px 20px;
        font-size: 16px;
    }
    
    .mv-wholesale-faq-answer p,
    .mv-wholesale-faq-answer ul {
        padding: 0 20px 20px 20px;
        font-size: 15px;
    }
}