/* ===== СТИЛИ ДЛЯ СТРАНИЦЫ О КОМПАНИИ ===== */

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

.mv-container-full {
    width: 100%;
    max-width: 1200px;
    padding: 24px 32px;
    margin: 0 auto;
    box-sizing: border-box;
}

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

.mv-company-section-title:first-of-type {
    margin-top: 0;
}

/* Статистика (цифры) */
.mv-company-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 0 48px 0;
}

.mv-company-stat {
    background: #f9fafc;
    border: 1px solid #eaeef2;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    transition: box-shadow 0.2s ease;
}

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

.mv-company-stat-value {
    font-size: 36px;
    font-weight: 700;
    color: #1f2a3a;
    margin-bottom: 8px;
}

.mv-company-stat-label {
    font-size: 14px;
    color: #54656f;
}

/* Счетчик проданных велосипедов с логотипом и припиской */
.mv-company-total-counter {
    background: linear-gradient(135deg, #1f2a3a 0%, #2c3a4f 100%);
    border-radius: 60px;
    padding: 24px 40px;
    margin: 0 auto 48px;
    max-width: 650px;
    display: flex;
    align-items: center;
    gap: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.mv-company-total-icon {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    padding: 10px;
}

.mv-company-total-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mv-company-total-info {
    flex: 1;
}

.mv-company-total-label {
    font-size: 16px;
    color: #fff300;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mv-company-total-value {
    font-size: 48px;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    font-family: 'Courier New', monospace;
    margin-bottom: 4px;
}

.mv-company-total-note {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
}

/* Награды */
.mv-company-awards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 0 0 48px 0;
}

.mv-company-award-card {
    background: white;
    border: 1px solid #eaeef2;
    border-radius: 24px;
    padding: 32px;
    text-align: center;
    transition: box-shadow 0.2s ease;
}

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

.mv-company-award-year {
    font-size: 48px;
    font-weight: 700;
    color: #fff300;
    margin-bottom: 16px;
    line-height: 1;
}

.mv-company-award-title {
    font-size: 22px;
    font-weight: 600;
    color: #1f2a3a;
    margin-bottom: 16px;
}

.mv-company-award-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #54656f;
    margin-bottom: 24px;
}

.mv-company-video-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #1f2a3a;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease;
    font-family: inherit;
}

.mv-company-video-btn:hover {
    background: #2c3a4f;
}

/* Философия с фото директора */
.mv-company-philosophy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin: 0 0 48px 0;
    background: #f9fafc;
    border: 1px solid #eaeef2;
    border-radius: 24px;
    padding: 40px;
}

.mv-company-philosophy-large {
    font-size: 24px;
    font-weight: 700;
    color: #1f2a3a;
    margin: 0 0 24px 0;
    line-height: 1.3;
}

.mv-company-philosophy-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #54656f;
    margin: 0 0 20px 0;
}

.mv-company-quote {
    background: #fff8e6;
    border-left: 4px solid #fff300;
    padding: 20px;
    border-radius: 8px;
    margin: 24px 0 0 0;
}

.mv-company-quote p {
    font-size: 16px;
    color: #1f2a3a;
    margin: 0 0 12px 0;
    font-style: italic;
}

.mv-company-quote p:last-child {
    margin-bottom: 0;
}

.mv-company-quote-author {
    font-size: 14px;
    font-weight: 500;
    color: #1f2a3a;
    font-style: normal !important;
    margin-top: 8px;
}

.mv-company-philosophy-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Наши магазины */
.mv-company-shops {
    margin: 48px 0;
}

.mv-company-shops-card {
    background: linear-gradient(135deg, #f9fafc 0%, #ffffff 100%);
    border: 1px solid #eaeef2;
    border-radius: 24px;
    padding: 32px;
    max-width: 600px;
    margin: 0 auto;
}

.mv-company-shops-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mv-company-shops-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mv-company-shops-label {
    font-size: 14px;
    color: #7e8c9e;
}

.mv-company-shops-value {
    font-size: 20px;
    font-weight: 600;
    color: #1f2a3a;
}

.mv-company-shops-link {
    display: inline-block;
    font-size: 16px;
    color: #1f2a3a;
    text-decoration: none;
    padding: 8px 0;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

.mv-company-shops-link:hover {
    border-bottom-color: #fff300;
}

/* Команда (призыв) */
.mv-company-team {
    margin: 48px 0;
    padding: 40px;
    background: linear-gradient(135deg, #f9fafc 0%, #ffffff 100%);
    border: 1px solid #eaeef2;
    border-radius: 24px;
    text-align: center;
}

.mv-company-team-text {
    font-size: 18px;
    color: #54656f;
    margin: 0 0 24px 0;
}

.mv-company-team-email {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #1f2a3a;
    text-decoration: none;
    padding: 8px 24px;
    background: #fff300;
    border-radius: 60px;
    transition: background 0.2s ease;
}

.mv-company-team-email:hover {
    background: #e6d900;
}

/* Реквизиты */
.mv-company-details {
    margin: 48px 0;
    padding: 32px;
    background: white;
    border: 1px solid #eaeef2;
    border-radius: 24px;
}

.mv-company-details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}

.mv-company-detail-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

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

.mv-company-detail-value {
    font-size: 15px;
    font-weight: 500;
    color: #1f2a3a;
}

.mv-company-details-link {
    text-align: center;
}

.mv-company-button {
    display: inline-block;
    padding: 14px 32px;
    background: #1f2a3a;
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 60px;
    transition: background 0.2s ease;
}

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

/* Контакты */
.mv-company-contacts {
    margin: 48px 0;
    padding: 32px;
    background: #f9fafc;
    border: 1px solid #eaeef2;
    border-radius: 24px;
}

.mv-company-contacts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.mv-company-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.mv-company-contact-value:hover {
    color: #1f2a3a;
    text-decoration: underline;
}

/* Модальное окно для видео */
.mv-company-video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.mv-company-video-modal-content {
    background: white;
    width: 90%;
    max-width: 800px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.mv-company-video-modal-header {
    padding: 16px 24px;
    background: #f9fafc;
    border-bottom: 1px solid #eaeef2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mv-company-video-modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #1f2a3a;
    margin: 0;
}

.mv-company-video-modal-close {
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #7e8c9e;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.mv-company-video-modal-close:hover {
    color: #1f2a3a;
}

.mv-company-video-modal-body {
    padding: 0;
    background: #000;
}

.mv-company-video-modal-body iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

/* ===== АДАПТИВНОСТЬ ===== */
@media (max-width: 1024px) {
    .mv-company-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .mv-container-full {
        padding: 20px;
    }
    
    .mv-company-section-title {
        font-size: 24px;
        margin: 32px 0 24px;
    }
    
    .mv-company-stats {
        gap: 16px;
    }
    
    .mv-company-stat-value {
        font-size: 30px;
    }
    
    .mv-company-total-counter {
        padding: 20px 24px;
        gap: 16px;
    }
    
    .mv-company-total-icon {
        width: 60px;
        height: 60px;
    }
    
    .mv-company-total-value {
        font-size: 40px;
    }
    
    .mv-company-total-note {
        font-size: 13px;
    }
    
    .mv-company-awards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .mv-company-award-card {
        padding: 24px;
    }
    
    .mv-company-award-year {
        font-size: 40px;
    }
    
    .mv-company-philosophy {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px;
    }
    
    .mv-company-philosophy-large {
        font-size: 22px;
    }
    
    .mv-company-shops-value {
        font-size: 18px;
    }
    
    .mv-company-details-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .mv-company-contacts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .mv-company-team-email {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .mv-company-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .mv-container-full {
        padding: 16px;
    }
    
    .mv-company-section-title {
        font-size: 22px;
    }
    
    .mv-company-stat {
        padding: 20px;
    }
    
    .mv-company-stat-value {
        font-size: 28px;
    }
    
    .mv-company-total-counter {
        flex-direction: column;
        text-align: center;
        padding: 24px;
        border-radius: 32px;
    }
    
    .mv-company-total-value {
        font-size: 36px;
    }
    
    .mv-company-total-note {
        font-size: 12px;
    }
    
    .mv-company-award-year {
        font-size: 36px;
    }
    
    .mv-company-award-title {
        font-size: 20px;
    }
    
    .mv-company-philosophy {
        padding: 20px;
    }
    
    .mv-company-philosophy-large {
        font-size: 20px;
    }
    
    .mv-company-shops-card {
        padding: 24px;
    }
    
    .mv-company-shops-value {
        font-size: 16px;
    }
    
    .mv-company-team {
        padding: 24px;
    }
    
    .mv-company-team-email {
        font-size: 18px;
        padding: 6px 20px;
    }
    
    .mv-company-details {
        padding: 24px;
    }
    
    .mv-company-button {
        width: 100%;
        text-align: center;
    }
    
    .mv-company-contacts {
        padding: 24px;
    }
    
    .mv-company-video-modal-header {
        padding: 12px 16px;
    }
    
    .mv-company-video-modal-close {
        font-size: 24px;
    }
}

@media (max-width: 360px) {
    .mv-company-stat-value {
        font-size: 24px;
    }
    
    .mv-company-total-value {
        font-size: 32px;
    }
}