
@media (max-width: 767px) {
    .homepage {
        background: #ffffff;
    }

    .homepage .homepage-mobile-pre-catalog {
        display: block !important;
    }

    .homepage-hero {
        min-height: clamp(29.5rem, 70vh, 35rem);
        background:
            radial-gradient(circle at 86% 20%, rgba(239, 72, 37, 0.14), transparent 30%),
            linear-gradient(180deg, rgba(244, 239, 231, 0.98) 0%, rgba(248, 250, 252, 0.98) 58%, #ffffff 100%);
    }

    .homepage-hero .relative.z-10 {
        padding-top: clamp(3.6rem, 12vw, 5rem) !important;
        padding-bottom: clamp(1.6rem, 7vw, 2.8rem) !important;
    }

    .homepage-hero-image-layer {
        opacity: 0.62;
        background-size: min(48rem, 150vw) auto;
        background-position: calc(100% + 5.5rem) calc(50% + 1.7rem);
    }

    .homepage-hero-content {
        max-width: 100%;
    }

    .homepage .homepage-hero h1 {
        max-width: 9.5ch;
        font-size: clamp(2.65rem, 13vw, 4.25rem) !important;
        line-height: 0.94 !important;
        letter-spacing: -0.055em;
        margin-bottom: 1.15rem !important;
    }

    .homepage .homepage-hero .homepage-display {
        margin-top: 0.18rem !important;
    }

    .homepage .homepage-lead {
        max-width: 21rem;
        margin-bottom: 1.35rem !important;
        font-size: clamp(1rem, 4.25vw, 1.18rem) !important;
        line-height: 1.55 !important;
    }

    .homepage-hero-content > .flex {
        margin-bottom: 0 !important;
    }

    .homepage-hero .homepage-primary-action,
    .homepage-hero .homepage-secondary-action {
        width: 100%;
        min-width: 0;
        min-height: 3rem;
        border-radius: 999px;
    }

    .homepage #produtos {
        padding-top: 1.35rem !important;
        padding-bottom: 2.7rem !important;
    }

    .homepage #produtos .text-center.mb-16 {
        margin-bottom: 1.35rem !important;
        text-align: left !important;
    }

    .homepage #produtos h2,
    .homepage-categories-section h2 {
        font-size: clamp(2rem, 8.5vw, 2.85rem) !important;
        line-height: 0.98 !important;
        letter-spacing: -0.045em;
    }

    .homepage #produtos p,
    .homepage-categories-section .text-center > p {
        font-size: 1rem !important;
        line-height: 1.55 !important;
        text-align: left !important;
    }

    .homepage #products-container {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.78rem !important;
    }

    .homepage #products-container .product-card {
        width: 100%;
        min-height: 0;
        aspect-ratio: 1 / 1;
        border-radius: 1.05rem;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    }

    .homepage #products-container .product-card-image > img {
        padding: 0.42rem;
    }

    .homepage #products-container .product-card-body {
        min-height: 42%;
        gap: 0.34rem;
        padding: 0.52rem 0.56rem 0.6rem;
    }

    .homepage #products-container .product-card-title {
        font-size: 0.8125rem !important;
        line-height: 1.12 !important;
        min-height: 0 !important;
        max-height: 2.24em !important;
    }

    .homepage #products-container .product-card-price {
        top: 0.5rem;
        right: 0.5rem;
        font-size: 0.8125rem;
        padding: 0.32rem 0.44rem;
    }

    .homepage #products-container .product-card-cta {
        width: 100%;
        min-width: 0;
        min-height: 2.05rem;
        padding: 0.45rem 0.5rem;
        border-radius: 0.7rem;
        font-size: 0.8125rem;
        gap: 0.25rem;
    }

    .homepage-products-cta {
        margin-top: 1.35rem !important;
        margin-bottom: 0.2rem !important;
    }

    .homepage-trust-strip {
        padding-top: 1.05rem !important;
        padding-bottom: 1.05rem !important;
    }

    .homepage .homepage-trust-strip .grid {
        display: flex !important;
        flex-wrap: wrap;
        grid-template-columns: none !important;
        gap: 0.62rem !important;
    }

    .homepage-trust-strip .trust-badge {
        flex: 1 1 calc(50% - 0.31rem);
        min-width: 0;
        min-height: 8.4rem;
        padding: 0.92rem 0.72rem;
        border-radius: 1rem;
        text-align: left;
    }

    .homepage-trust-strip .trust-badge i,
    .homepage-trust-strip .trust-badge .lucide,
    .homepage-trust-strip .trust-badge svg {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0.7rem !important;
    }

    .homepage-trust-strip .trust-badge h3 {
        font-size: 0.86rem;
    }

    .homepage-trust-strip .trust-badge p {
        font-size: 0.8125rem;
        line-height: 1.35;
    }

    .homepage-categories-section {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
        overflow: hidden;
    }

    .homepage-categories-section .text-center {
        text-align: left !important;
        margin-bottom: 1.25rem !important;
    }

    .homepage .homepage-categories-section .grid {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 0.9rem !important;
        margin-left: -1rem;
        margin-right: -1rem;
        padding: 0 1rem 0.35rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .homepage .homepage-categories-section .grid::-webkit-scrollbar {
        display: none;
    }

    .homepage-categories-section .category-card {
        flex: 0 0 min(82vw, 21rem);
        scroll-snap-align: start;
        border-radius: 1.4rem;
        box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    }

    .homepage-categories-section .category-card > .relative {
        height: 13.5rem !important;
    }

    .homepage-categories-section .category-card > .bg-white {
        padding: 1rem !important;
    }

    .homepage-categories-section .category-card .text-sm.text-gray-500 {
        font-size: 0.8125rem !important;
    }

    .homepage-categories-section .homepage-card-link {
        font-size: 0.8125rem;
    }

    .homepage .homepage-cta.homepage-cta-band {
        margin-top: 0 !important;
        padding: 1.25rem 1rem !important;
    }
}

@media (max-width: 420px) {
    .homepage #products-container .product-card {
        border-radius: 1.35rem;
    }

    .homepage-categories-section .category-card {
        flex-basis: 84vw;
    }
}