@media screen and (max-width: 1400px) {
    .hero-section {
        width: 100%;
        height: auto;
    }

    .hero-section .hero-content {
        display: flex;
        flex-flow: column-reverse;
        justify-content: center;
        padding: 40px 16px 80px 16px;
        gap: 20px;
    }

    .hero-video-container {
        width: 180px;
        height: 180px;
    }

    .hero-main-title {
        font-size: 26px;
        padding: 0 24px;
        margin-bottom: 14px;
        line-height: 32px;
    }

    .hero-main-description {
        font-size: 14px;
        padding: 0 24px;
    }

    .hero-stats {
        gap: 8px;
        margin-bottom: 16px;
    }

    .hero-stats .stat-item {
        width: 32%;
        padding: 12px;
    }

    .hero-stats .stat-item .stat-number {
        font-size: 24px;
    }

    .hero-actions .hero-cta.btn-mirror {
        padding: 10px 12px;
    }

    .scroll-indicator {
        bottom: -4px;
    }

    .philosophy-section,
    .services-section,
    .logos-section,
    .news-section,
    .equipment-section {
        padding: 40px 0;
    }

    .contact-section {
        padding: 0;
    }

    .philosophy-text-content h3 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .philosophy-text-content>p {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .highlight-item {
        padding: 8px 16px;
        gap: 8px;
    }

    .philosophy-highlights {
        margin-bottom: 16px;
    }

    .philosophy-stat-number {
        font-size: 26px;
        margin-bottom: 0;
    }

    .stat-box {
        padding: 16px;
    }

    .philosophy-feature-icon {
        width: 50px;
        height: 50px;
    }

    .philosophy-feature-content {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .philosophy-feature-content p {
        max-width: 70%;
        text-align: center;
    }

    .philosophy-content {
        gap: 20px;
    }

    .service-icon {
        width: 70px;
        height: 70px;
    }

    .service-item {
        padding: 20px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(240, 130, 52, 0.1);
    }

    .service-item h3 {
        margin-bottom: 8px;
    }

    .equipment-section .section-header .section-title {
        width: 72%;
    }

    .equipment-info h3,
    .equipment-info p {
        margin-bottom: 8px;
    }

    .equipment-features {
        gap: 4px;
    }

    .equipment-swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .logos-grid .logo-icon {
        width: 100px;
        margin-bottom: 4px;
    }

    .logo-item {
        padding: 20px 16px;
    }

    .logo-item h3 {
        margin-bottom: 4px;
    }

    .news-image {
        height: 180px;
    }

    .news-content {
        padding: 20px 16px;
    }

    .news-date, .news-subtitle {
        margin-bottom: 4px;
    }

    .news-content h3 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .news-content p {
        font-size: 14px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 375px) {
    .hero-video-container {
        width: 160px;
        height: 160px;
    }
}