/* LARGE DESKTOPS */
@media (min-width: 1200px) {

    .container,
    .content-container,
    .feature-container,
    .sos-container,
    .battery-container,
    .charging-container {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* LAPTOPS & SMALL DESKTOPS  */
@media (max-width: 1199px) {

    .container,
    .content-container,
    .feature-container,
    .sos-container,
    .battery-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .hero-title {
        font-size: 6rem;
    }

    .feature-title,
    .section-title,
    .sos-title,
    .battery-title,
    .main-title {
        font-size: 48px;
    }

    .visual-left {
        width: 40%;
        left: -20px;
    }

    .visual-right {
        width: 20%;
    }

    .cards-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .monitor-card {
        flex: 1 1 45%;
        max-width: 48%;
    }
}

/* TABLETS (768px - 1023px) */
@media (max-width: 1023px) {
    .nav-links {
        display: none;
    }

    .hero-title {
        font-size: 5rem;
    }

    .awards-container {
        right: 20px;
    }

    .feature-title {
        font-size: 42px;
    }

    .feature-desc {
        font-size: 20px;
    }

    .feature-img {
        max-width: 400px;
    }

    .container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .visual-content {
        order: 1;
        height: 350px;
    }

    .text-content {
        order: 2;
    }

    .sos-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .text-wrapper {
        align-items: center;
        text-align: center;
        padding-right: 0;
    }

    .visual-wrapper {
        justify-content: center;
    }

    .battery-container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .text-wrapper {
        align-items: center;
        padding-left: 0;
    }

    .features-grid {
        flex-wrap: wrap;
        gap: 20px;
    }

    .feature-col {
        flex: 1 1 45%;
        max-width: none;
    }

    .helmet-part {
        width: 300px;
        bottom: -100px;
    }

    .cases-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE DEVICES (Max-width: 767px) */
@media (max-width: 767px) {

    .feature-section,
    .gas-sensor-section,
    .sos-section,
    .battery-section,
    .charging-section,
    .monitoring-section,
    .use-cases-section {
        padding: 60px 20px;
        min-height: auto;
        height: auto;
    }

    .hero-title {
        font-size: 3.5rem;
    }

    .awards-container {
        top: auto;
        bottom: 20px;
        right: 50%;
        transform: translateX(50%);
    }

    .feature-container {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .text-content {
        padding-left: 0;
        order: 1;
    }

    .image-content {
        order: 2;
    }

    .feature-img {
        max-width: 90%;
    }

    .feature-title {
        font-size: 36px;
    }

    .blurred-bg {
        width: 280px;
    }

    .sensor-wrapper {
        width: 140px;
    }

    .visual-content {
        height: 280px;
    }

    .section-title {
        font-size: 32px;
    }

    .sos-title {
        font-size: 32px;
    }

    .sos-desc {
        font-size: 16px;
    }

    .battery-title {
        font-size: 32px;
    }

    .battery-img {
        max-width: 80%;
    }

    .charging-container {
        flex-direction: column;
    }

    .text-content {
        order: 1;
        margin-bottom: 30px;
    }

    .visual-left {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 80%;
        order: 2;
        justify-content: center;
        margin-bottom: 20px;
    }

    .visual-right {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 40%;
        order: 3;
        justify-content: center;
    }

    .cable-img {
        transform: rotate(90deg);
        margin: 0 auto;
    }

    .features-grid {
        flex-direction: column;
    }

    .feature-col {
        width: 100%;
    }

    .helmet-visuals {
        display: none;
    }

    .text-overlay {
        top: 35%;
    }

    .section-title {
        font-size: 32px;
    }

    .section-desc {
        max-width: 300px;
        font-size: 15px;
    }

    .main-title {
        font-size: 36px;
        text-align: center;
    }

    .cards-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .monitor-card {
        max-width: 100%;
        min-height: auto;
    }

    .cases-grid {
        grid-template-columns: 1fr;
    }

    .footer-bar {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 30px 20px;
    }

    .footer-left {
        align-items: center;
    }
}

/* SMALL MOBILE (Max-width: 480px) */
@media (max-width: 480px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .feature-title,
    .section-title,
    .sos-title,
    .battery-title,
    .main-title {
        font-size: 28px;
    }

    .feature-desc,
    .section-desc,
    .sos-desc,
    .battery-desc,
    .card-desc {
        font-size: 14px;
    }

    .feature-section,
    .gas-sensor-section,
    .sos-section,
    .battery-section,
    .charging-section,
    .monitoring-section,
    .use-cases-section {
        padding: 40px 15px;
    }

    .award-img {
        width: 60px;
    }

    .visual-content {
        height: 250px;
    }
}