/* Large Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {

    .d-mobile-none {
        display: none !important;
    }

    .container-xxl {
        padding: 0 20px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .product-image {
        height: 220px;
    }

    .product-name {
        font-size: 14px;
    }

    .price-current {
        font-size: 20px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-card {
        padding: 24px;
    }

    .hero-section {
        padding: 40px 0;
    }

    .hero-content {
        text-align: center;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 15px;
        margin: 0 auto 30px;
    }

    .trust-badges {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-badge {
        font-size: 13px;
        padding: 8px 20px;
    }

    .hero-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin: 0 auto 30px;
    }

    .hero-feature-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .hero-feature-text h4 {
        font-size: 13px;
    }

    .hero-feature-text p {
        font-size: 11px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .btn-start-comparing,
    .btn-view-examples {
        width: 100%;
        justify-content: center;
        padding: 13px 28px;
        font-size: 14px;
    }

    .people-compared {
        justify-content: center;
    }

    .hero-illustration {
        margin-top: 35px;
        padding: 20px;
    }

    .product-card-a,
    .product-card-b {
        max-width: 100%;
        margin: 0 auto;
    }

    .product-card-b {
        margin-top: 35px;
    }

    .vs-badge {
        width: 55px;
        height: 55px;
        font-size: 18px;
    }

    .card-icon {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }

    .pills-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Small Mobile (up to 375px) */
@media (max-width: 375px) {

    .d-mobile-none {
        display: none !important;
    }

    .container-xxl {
        padding: 0 12px;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 13px;
    }

    .product-image {
        height: 240px;
    }

    .product-name {
        font-size: 15px;
    }

    .price-current {
        font-size: 22px;
    }

    .btn-add-cart {
        padding: 12px 14px;
        font-size: 13px;
    }

    .section-title {
        font-size: 20px;
    }

    .testimonials-title,
    .cta-title {
        font-size: 24px;
    }

    .stat-number {
        font-size: 28px;
    }

    .pill {
        padding: 8px 14px;
        font-size: 12px;
    }
}

/* Extra Small Mobile (up to 320px) */
@media (max-width: 320px) {
    .d-mobile-none {
        display: none !important;
    }

    .hero-title {
        font-size: 24px;
    }

    .navbar-brand {
        font-size: 20px;
    }

    .product-image {
        height: 200px;
    }

    .badge-best-seller,
    .product-badge {
        padding: 5px 10px;
        font-size: 10px;
    }

    .badge-discount {
        padding: 4px 10px;
        font-size: 11px;
        top: 42px;
    }

    .btn-wishlist {
        width: 36px;
        height: 36px;
    }

    .btn-wishlist i {
        font-size: 16px;
    }

    .btn-view-amazon {
        padding: 9px 18px;
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    .hero-section {
        padding: 30px 0;
    }

    .hero-content {
        text-align: center;
    }

    .hero-title {
        font-size: 28px;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 13px;
        margin: 0 auto 20px;
    }

    .trust-badges {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .trust-badge {
        font-size: 11px;
        padding: 6px 14px;
    }

    .hero-badge {
        font-size: 11px;
        padding: 7px 16px;
        margin-bottom: 20px;
    }

    .hero-features {
        grid-template-columns: 1fr;
        gap: 8px;
        margin: 0 auto 20px;
    }

    .hero-feature {
        background: #f8f9fa;
        padding: 10px;
        border-radius: 8px;
    }

    .hero-feature-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .hero-feature-text h4 {
        font-size: 12px;
    }

    .hero-feature-text p {
        font-size: 10px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }

    .btn-start-comparing,
    .btn-view-examples {
        width: 100%;
        padding: 11px 20px;
        font-size: 13px;
    }

    .people-compared {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .avatars {
        margin-left: 0;
        justify-content: center;
    }

    .people-text {
        font-size: 12px;
    }

    .hero-illustration {
        margin-top: 25px;
        padding: 10px;
    }

    .product-card-a,
    .product-card-b {
        max-width: 100%;
        padding: 18px;
    }

    .product-card-b {
        margin-top: 25px;
    }

    .vs-badge {
        width: 45px;
        height: 45px;
        font-size: 15px;
    }

    .card-label {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .card-icon {
        width: 60px;
        height: 60px;
        font-size: 26px;
    }

    .product-name {
        font-size: 15px;
        text-align: center;
    }

    .product-rating-comparison {
        justify-content: center;
    }

    .product-price {
        justify-content: center;
    }

    .price-main {
        font-size: 26px;
    }

    .price-old {
        font-size: 14px;
    }

    .product-features {
        font-size: 11px;
    }

    .save-badge {
        font-size: 12px;
        padding: 6px 12px;
    }

    .pills-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .pills-grid .pill {
        padding: 14px 18px;
        font-size: 13px;
    }

    .pills-grid .pill i {
        font-size: 22px;
    }

    .mobile-filter-btn {
        width: 54px;
        height: 54px;
        bottom: 20px;
        right: 16px;
    }

    .mobile-filter-btn i {
        font-size: 22px;
    }

    .filter-sidebar-popup {
        max-width: 100%;
    }

    .filter-popup-header {
        padding: 16px 18px;
    }

    .filter-popup-title {
        font-size: 16px;
    }

    .filter-popup-body {
        padding: 16px;
    }

    .filter-popup-body .filter-option {
        padding: 10px;
    }

    .filter-popup-footer {
        padding: 14px 16px;
        flex-direction: column;
    }

    .btn-clear-popup,
    .btn-apply-popup {
        flex: none;
        width: 100%;
    }
}

@media (min-width: 376px) and (max-width: 575px) {
    .hero-section {
        padding: 35px 0;
    }

    .hero-content {
        text-align: center;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 14px;
        margin: 0 auto 25px;
    }

    .trust-badges {
        justify-content: center;
        gap: 10px;
    }

    .trust-badge {
        font-size: 12px;
        padding: 7px 15px;
    }

    .hero-badge {
        font-size: 12px;
        padding: 8px 18px;
    }

    .hero-features {
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 0 auto 25px;
    }

    .hero-feature {
        background: #f8f9fa;
        padding: 12px;
        border-radius: 10px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .btn-start-comparing,
    .btn-view-examples {
        width: 100%;
        justify-content: center;
        padding: 12px 24px;
        font-size: 14px;
    }

    .people-compared {
        justify-content: center;
    }

    .people-text {
        font-size: 13px;
    }

    .hero-illustration {
        margin-top: 30px;
        padding: 15px;
    }

    .product-card-a,
    .product-card-b {
        max-width: 100%;
        padding: 20px;
    }

    .product-card-b {
        margin-top: 30px;
    }

    .vs-badge {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

    .card-icon {
        width: 65px;
        height: 65px;
        font-size: 28px;
    }

    .product-name {
        font-size: 16px;
    }

    .price-main {
        font-size: 28px;
    }

    .pills-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media (max-width: 767px) {

    .testimonials-section,
    .cta-section {
        padding: 40px 0;
    }

    .testimonials-title,
    .cta-title {
        font-size: 28px;
    }

    .stat-card {
        padding: 20px;
    }

    .stat-number {
        font-size: 32px;
    }
}

@media (max-width: 575px) {

    .testimonials-title,
    .cta-title {
        font-size: 24px;
    }

    .stat-number {
        font-size: 28px;
    }
}