@import 'InfoMarcas.WebApp.Client.7fa4u5udec.bundle.scp.css';
@import '_content/InfoMarcas.DesignSystem/InfoMarcas.DesignSystem.l7d7m596p0.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';
@import '_content/ReactorBlazorQRCodeScanner/ReactorBlazorQRCodeScanner.boasv5qmh0.bundle.scp.css';

/* /Components/Layout/Footer.razor.rz.scp.css */
.site-footer[b-8ku5dwbbr7] {
    background-color: var(--code-base-black);
    color: var(--color-base-white);
    padding: 32px 24px;
    font-family: var(--font-primary);
}

/* Estrutura base */
.footer-row[b-8ku5dwbbr7] {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    width: 100%;
}

    .footer-row:last-child[b-8ku5dwbbr7] {
        margin-bottom: 0;
    }

/* Links */
.footer-links[b-8ku5dwbbr7] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0;
    justify-content: center;
    list-style: none;
}

    .footer-links a[b-8ku5dwbbr7] {
        color: var(--color-base-white);
        text-decoration: none;
        font-size: var(--font-size-body);
    }

        .footer-links a:hover[b-8ku5dwbbr7] {
            text-decoration: underline;
        }

/* Social icons */
.social-icon[b-8ku5dwbbr7] {
    width: 32px;
    height: 32px;
}

.social-icon-link[b-8ku5dwbbr7] {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Copyright */
.footer-copyright[b-8ku5dwbbr7] {
    text-align: center;
    font-size: var(--font-size-body);
    opacity: 0.8;
}

/* =========================
   Breakpoints
   ========================= */

/* Desktop (≥1025px) */
@media (min-width: 1025px) {
    .site-footer[b-8ku5dwbbr7] {
        padding: 40px 48px;
    }

    .footer-row.main[b-8ku5dwbbr7] {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
            "logo apps social"
            "links links links";
        align-items: center;
        gap: 24px 32px;
        max-width: 1200px;
        margin-inline: auto;
        text-align: initial;
    }

    .footer-logo[b-8ku5dwbbr7] {
        grid-area: logo;
        justify-self: anchor-center;
    }

    .footer-apps[b-8ku5dwbbr7] {
        grid-area: apps;
        justify-self: center;
        text-align: center;
    }

    .footer-social[b-8ku5dwbbr7] {
        grid-area: social;
        justify-self: anchor-center;
        text-align: right;
        display: flex;
        align-items: flex-end;
    }

        .footer-social[b-8ku5dwbbr7]  p {
            margin-bottom: 14px;
        }

    .footer-apps-buttons[b-8ku5dwbbr7] {
        display: flex;
        gap: 12px;
        justify-content: center;
        align-items: center;
    }

        .footer-apps-buttons img[alt="Google Play"][b-8ku5dwbbr7] {
            width: 160px;
            height: auto;
        }

        .footer-apps-buttons img[alt="App Store"][b-8ku5dwbbr7] {
            width: 150px;
            height: auto;
        }

    .social-icons[b-8ku5dwbbr7] {
        display: flex;
        gap: 0;
        justify-content: flex-end;
    }

        .social-icons[b-8ku5dwbbr7]  a:first-child {
            padding: 8px 0 8px 8px;
        }

        .social-icons[b-8ku5dwbbr7]  a:last-child {
            padding: 8px 8px 8px 0;
        }

    .social-icon[b-8ku5dwbbr7] {
        width: 40px;
        height: 40px;
    }

    .footer-links[b-8ku5dwbbr7] {
        grid-area: links;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px 32px;
        list-style: none;
        padding: 16px 0;
        margin: 12px auto 0;
        border-top: 1px solid var(--gray-color-neutral-700,#434343);
        border-bottom: 1px solid var(--gray-color-neutral-700,#434343);
        width: min(1120px,88vw);
    }

        .footer-links li[b-8ku5dwbbr7] {
            display: inline-flex;
            align-items: center;
            position: relative;
            padding-left: 14px;
        }

            .footer-links li[b-8ku5dwbbr7]::before {
                content: "•";
                position: absolute;
                left: 0;
                line-height: 1;
                color: var(--color-base-white);
                opacity: .9;
            }

        .footer-links a[b-8ku5dwbbr7] {
            font-weight: var(--font-weight-regular);
        }

    .footer-copyright[b-8ku5dwbbr7] {
        text-align: center;
    }
}


/* Tablet Landscape (769–1024px) – layout igual ao Figma */
@media (min-width: 769px) and (max-width: 1024px) {
    .site-footer[b-8ku5dwbbr7] {
        padding: 32px 34px;
    }

    .footer-row.main[b-8ku5dwbbr7] {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
            "logo apps social"
            "links links links";
        align-items: center;
        gap: 16px 24px;
        text-align: initial;
    }

    .footer-logo[b-8ku5dwbbr7] {
        grid-area: logo;
        justify-self: anchor-center;
    }

    .footer-apps[b-8ku5dwbbr7] {
        grid-area: apps;
        justify-self: center;
        text-align: center;
    }

    .footer-social[b-8ku5dwbbr7] {
        grid-area: social;
        justify-self: anchor-center;
        text-align: right;
        display: flex;
        align-items: flex-end;
    }

        .footer-social[b-8ku5dwbbr7]  p {
            margin-bottom: 14px;
        }

    .social-icons[b-8ku5dwbbr7] {
        display: flex;
        gap: 0px;
        justify-content: flex-end;
    }

        .social-icons[b-8ku5dwbbr7]  a:first-child {
            padding: 8px 0px 8px 8px;
        }

        .social-icons[b-8ku5dwbbr7]  a:last-child {
            padding: 8px 0px 8px 0px;
        }

    .footer-links[b-8ku5dwbbr7] {
        grid-area: links;
    }

    .footer-apps p[b-8ku5dwbbr7] {
        margin-bottom: 12px;
    }

    .footer-apps-buttons[b-8ku5dwbbr7] {
        display: flex;
        gap: 0;
        justify-content: center;
        align-items: center;
    }

        .footer-apps-buttons img[alt="Google Play"][b-8ku5dwbbr7] {
            width: 150px;
            height: auto;
        }

        .footer-apps-buttons img[alt="App Store"][b-8ku5dwbbr7] {
            width: 140px;
            height: auto;
        }

    .social-icons[b-8ku5dwbbr7] {
        display: flex;
        gap: 0;
        justify-content: flex-end;
    }

    .social-icon[b-8ku5dwbbr7] {
        width: 36px;
        height: 36px;
    }

    .footer-links[b-8ku5dwbbr7] {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px 16px;
        list-style: none;
        padding: 16px 0;
        margin: 12px auto 0;
        border-top: 1px solid var(--gray-color-neutral-700, #434343);
        border-bottom: 1px solid var(--gray-color-neutral-700, #434343);
        width: 100%;
        max-width: 980px;
    }

        .footer-links li[b-8ku5dwbbr7] {
            display: inline-flex;
            align-items: center;
            position: relative;
            padding-left: 14px;
        }

            .footer-links li[b-8ku5dwbbr7]::before {
                content: "•";
                position: absolute;
                left: 0;
                line-height: 1;
                color: var(--color-base-white);
                opacity: .9;
            }

        .footer-links a[b-8ku5dwbbr7] {
            font-weight: var(--font-weight-regular);
        }

    .footer-copyright[b-8ku5dwbbr7] {
        text-align: center;
    }
}



/* Tablet Portrait (490px–768px) */
@media (min-width: 490px) and (max-width: 768px) {

    .footer-row.main[b-8ku5dwbbr7] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 0px;
    }

    .footer-links[b-8ku5dwbbr7] {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px 16px;
        margin: 24px 0 24px 0;
        padding: 24px 0;
        border-top: 1px solid var(--gray-color-neutral-700, #434343);
        border-bottom: 1px solid var(--gray-color-neutral-700, #434343);
        list-style: none;
    }

        .footer-links li[b-8ku5dwbbr7] {
            display: inline-flex;
            align-items: center;
            position: relative;
            padding-left: 14px;
            list-style: none !important;
        }

            .footer-links li[b-8ku5dwbbr7]::before {
                content: '•';
                position: absolute;
                left: 0;
                line-height: 1;
                font-family: var(--font-primary);
                font-size: inherit;
                color: var(--color-base-white);
                opacity: .9;
            }

        .footer-links a[b-8ku5dwbbr7] {
            font-weight: var(--font-weight-regular);
            text-decoration: none;
        }

    .footer-apps[b-8ku5dwbbr7] {
        margin: 0 0 16px 0;
        text-align: center;
    }

    .footer-apps-buttons[b-8ku5dwbbr7] {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

        .footer-apps-buttons img[alt="Google Play"][b-8ku5dwbbr7] {
            width: 150px;
            height: auto;
        }

        .footer-apps-buttons img[alt="App Store"][b-8ku5dwbbr7] {
            width: 140px;
            height: auto;
        }

    .footer-social[b-8ku5dwbbr7] {
        margin: 12px 0 0 0;
    }

    .social-icons[b-8ku5dwbbr7] {
        display: flex;
        justify-content: center;
    }

    .social-icon[b-8ku5dwbbr7] {
        width: 36px;
        height: 36px;
    }

    .footer-row:last-child[b-8ku5dwbbr7] {
        justify-content: center;
    }

    .footer-row .footer-copyright[b-8ku5dwbbr7] {
        width: 100%;
        border-top: 1px solid var(--gray-color-neutral-700, #434343);
        margin-top: 24px;
        padding-top: 16px;
    }
}

/* Mobile (≤489px) */
@media (max-width: 489px) {
    .footer-row.main[b-8ku5dwbbr7] {
        flex-direction: column;
        align-items: center;
    }

    .footer-logo[b-8ku5dwbbr7] {
        margin-bottom: 24px;
    }

    .footer-links[b-8ku5dwbbr7] {
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
        list-style: none;
        padding: 36px 0;
        margin: 16px 0 32px 0;
        border-top: 1px solid var(--gray-color-neutral-700, #434343);
        border-bottom: 1px solid var(--gray-color-neutral-700, #434343);
    }

        .footer-links li[b-8ku5dwbbr7] {
            border: none;
        }

            .footer-links li:last-child[b-8ku5dwbbr7] {
                border-bottom: none;
            }

        .footer-links a[b-8ku5dwbbr7] {
            font-weight: var(--font-weight-regular);
        }

    .footer-apps[b-8ku5dwbbr7] {
        text-align: center;
        margin: 0 0 12px 0;
    }

        .footer-apps p[b-8ku5dwbbr7] {
            margin-bottom: 16px;
            font-weight: var(--font-weight-bold, 700);
        }

    .footer-apps-buttons[b-8ku5dwbbr7] {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

        .footer-apps-buttons a[b-8ku5dwbbr7] {
            margin: 0;
        }

        .footer-apps-buttons img[b-8ku5dwbbr7] {
            display: block;
            margin: 0 auto;
        }

            .footer-apps-buttons img[alt="Google Play"][b-8ku5dwbbr7] {
                width: 140px;
                height: auto;
            }

            .footer-apps-buttons img[alt="App Store"][b-8ku5dwbbr7] {
                width: 120px;
                height: auto;
            }

    .footer-social[b-8ku5dwbbr7] {
        text-align: center;
        margin: 24px 0 12px;
    }

        .footer-social p[b-8ku5dwbbr7] {
            margin-bottom: 12px;
            font-weight: var(--font-weight-bold, 700);
        }

    .social-icons[b-8ku5dwbbr7] {
        display: flex;
        justify-content: center;
    }

    .social-icon[b-8ku5dwbbr7] {
        width: 40px;
        height: 40px;
    }

    .footer-copyright[b-8ku5dwbbr7] {
        margin-top: 8px;
        padding-top: 12px;
        border-top: 1px solid var(--gray-color-neutral-700, #434343);
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Menu sandwiche lateral fixo */
.new-nav-menu-item[b-c3lq61w6yp] {
    display: flex;
    gap: 8px;
    margin-block: 6px;
    padding-inline: 5px;
    cursor: pointer;
}

.new-nav-menu-container[b-c3lq61w6yp] {
    position: absolute;
    top: 62px;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0,0,0,0.08);
    z-index: 9999;
    padding: 1rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 0 8px;
}

/* Desktop e tablet: limitar largura do menu dropdown */
@media (min-width: 391px) {
    .new-nav-menu-container[b-c3lq61w6yp] {
        width: 320px;
        height: auto;
        max-width: 320px;
        right: 0;
        left: auto;
        padding: 1rem;
        border-radius: 0 0 0 8px;
    }
}

.navbar-toggler[b-c3lq61w6yp] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-c3lq61w6yp] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-c3lq61w6yp] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-c3lq61w6yp] {
    font-size: 1.1rem;
}

.bi[b-c3lq61w6yp] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-c3lq61w6yp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-c3lq61w6yp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-c3lq61w6yp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-c3lq61w6yp]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-c3lq61w6yp]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-c3lq61w6yp]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-c3lq61w6yp] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-c3lq61w6yp] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-c3lq61w6yp] {
        display: none;
    }

    .nav-scrollable[b-c3lq61w6yp] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* Mobile-only and Desktop-only classes */
.mobile-only[b-c3lq61w6yp] {
    display: block;
}

.desktop-only[b-c3lq61w6yp] {
    display: none;
}

@media (min-width: 768px) {
    .mobile-only[b-c3lq61w6yp] {
        display: none;
    }

    .desktop-only[b-c3lq61w6yp] {
        display: block;
    }
}
/* /Components/Pages/Home/HomePage.razor.rz.scp.css */
.home-container[b-rq0xl1jpfx] {
    max-width: 1560px;
    margin: 0 auto;
    padding: 1rem;
}

[b-rq0xl1jpfx] .content-container {
    margin: 3rem 0;
    display: flex;
    flex-direction: column;
    padding: 25px;
    border-radius: 1rem;
    background: var(--color-surface-app);
    border: 1px solid var(--color-border-container);
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.08);
    border-radius: var(--4, 16px);
    border: 1px solid var(--Border-color-border-container, #E5E7EB);
    background: var(--Background-color-surface-app, #FAFAFA);
    /* Shadow/shadow.surface.lg */
    padding: var(--10, 40px);
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.08);
    gap: var(--6, 24px);
}

[b-rq0xl1jpfx] .content-title {
    font-family: 'Poppins', sans-serif;
    font-weight: var(--font-weight-semibold);
    font-style: normal; 
    font-size: var(--font-size-display);
    line-height: 130%;
    letter-spacing: 0%;
    color: var(--color-neutral-800);
}

[b-rq0xl1jpfx] .WMBSC .slick-dots li button {
    background-color: #D9D9D9 !important;
}

[b-rq0xl1jpfx] .WMBSC .slick-dots li.slick-active button {
    background-color: #24CB80 !important;
}


[b-rq0xl1jpfx] .WMBSC .slick-prev, [b-rq0xl1jpfx] .WMBSC .slick-next {
    background-color: #24CB80 !important;
}

/* Body background gradients (scoped globally for this page) */
@media (max-width: 630px) {
    [b-rq0xl1jpfx] body {
        background: linear-gradient(180deg, #24CB80 4%, #E9E9E9 20%);
    }
}

@media (min-width: 631px) and (max-width: 1025px) {
    [b-rq0xl1jpfx] body {
        background: linear-gradient(180deg, #24CB80 4%, #E9E9E9 17%);
    }
}

[b-rq0xl1jpfx] body {
    background: linear-gradient(180deg, #24CB80 7%, #E9E9E9 18%);
}

/* Slick slider fine-tune */
/* moved to design-system.css */


/* /Components/Pages/Home/Sections/HomeAgregarNegocio.razor.rz.scp.css */
.agregar-negocio-container[b-mpiuk2n9ey] {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: stretch;
    margin: 2.25rem auto;
    border-radius: 1rem;
    overflow: hidden; /* ensures image and bg respect rounded corners */
    background: transparent;
    box-shadow: none;
}

/* Left (text) column */
.agregar-texto[b-mpiuk2n9ey] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem;
    padding: 1.5rem 5.25rem;
    background: var(--color-brand-primary-400);
    color: var(--color-base-black);
}

.agregar-info[b-mpiuk2n9ey] {
    max-width: 44.5rem;
}
    /* Title / body */
    .agregar-info h3[b-mpiuk2n9ey] {
        margin: 0;
        font-family: var(--font-secondary);
        font-weight: var(--font-weight-semibold);
        /* responsive title size */
        font-size: clamp(1.6rem, 3.3vw, 2.4rem);
        line-height: 1.02;
        color: var(--color-base-black);
    }

    .agregar-info span[b-mpiuk2n9ey] {
        display: block;
        margin-top: .65rem;
        font-family: var(--font-primary);
        font-weight: var(--font-weight-regular);
        font-size: clamp(0.95rem, 1.6vw, 2rem);
        line-height: 120%;
        color: var(--color-base-black);
    }

/* Button container keeps button aligned to start */
.agregar-btn[b-mpiuk2n9ey] {
    margin-top: 1rem;
    align-self: flex-start;
}

/* Right (image) column */
.agregar-negocio-img[b-mpiuk2n9ey] {
    width: 100%;
    height: 100%;
    min-height: 220px;
}

    .agregar-negocio-img img[b-mpiuk2n9ey] {
        width: 100%;
        height: 100%;
        object-fit: cover; /* crop like Figma */
        object-position: center;
        display: block;
    }

/* Tablet / small desktop adjustments */
@media (max-width: 1023px) {
    .agregar-negocio-container[b-mpiuk2n9ey] {
        max-width: 920px;
        grid-template-columns: 62% 38%;
        margin: 2rem auto;
    }

    .agregar-texto[b-mpiuk2n9ey] {
        padding: 2.5rem 3rem;
    }

    .agregar-info span[b-mpiuk2n9ey] {
        max-width: 85%;
    }
}

/* Small tablets / large phones */
@media (max-width: 768px) {
    .agregar-negocio-container[b-mpiuk2n9ey] {
        max-width: 680px;
        grid-template-columns: 58% 42%;
        margin: 1.75rem auto;
    }

    .agregar-texto[b-mpiuk2n9ey] {
        padding: 2rem 2rem;
    }
}

/* Mobile: stack image on top, text below (matches your <391px mockup) */
@media (max-width: 390px) {
    .agregar-negocio-container[b-mpiuk2n9ey] {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        max-width: 340px;
        margin: 1.25rem auto;
        border-radius: 1rem;
    }

    /* image on top */
    .agregar-negocio-img[b-mpiuk2n9ey] {
        order: 0;
        min-height: 180px;
        height: 180px;
    }

        .agregar-negocio-img img[b-mpiuk2n9ey] {
            border-radius: 1rem 1rem 0 0;
            object-position: center top;
        }

    .agregar-texto[b-mpiuk2n9ey] {
        order: 1;
        padding: 2rem;
        border-radius: 0 0 1rem 1rem;
    }

    .agregar-info h3[b-mpiuk2n9ey] {
        font-size: 1.6rem;
    }

    .agregar-info span[b-mpiuk2n9ey] {
        font-size: 0.95rem;
        max-width: 100%;
    }
}

/* /Components/Pages/Home/Sections/HomeCalificar.razor.rz.scp.css */
.calificar-container[b-3uel7q3ugm] {
    margin: 3rem 0;
    position: relative;
    border-radius: 1rem;
    background: var(--color-brand-primary-400);
    border: 1px solid var(--color-border-container);
    box-shadow: inset 0 15px 10px -15px rgba(255, 255, 255, 0.4), inset 0 -15px 10px -15px rgba(255, 255, 255, 0.4), 0px 2px 4px -2px rgba(0, 0, 0, 0.08);
    overflow: visible;
    height: 368px;
    display: flex;
    align-items: center;
}

.calificar-texto[b-3uel7q3ugm] {
    display: flex;
    flex-direction: column;
    max-width: 616px;
    align-items: flex-start;
    font-family: 'Poppins';
}

    .calificar-texto h3[b-3uel7q3ugm] {
        font-weight: 600;
        font-size: 3rem;
        line-height: 100%;
        color: #000000;
    }

    .calificar-texto span[b-3uel7q3ugm] {
        margin-top: .5rem;
        margin-bottom: 1rem;
        font-family: var(--font-primary);
        font-weight: var(--font-weight-regular);
        font-size: 2rem;
        line-height: 100%;
        color: #000000;
    }

/* Roleta Desktop (≥1025px) */
@media (min-width: 1025px) {
    .calificar-container[b-3uel7q3ugm] {
        display: flex;
        height: 253px;
        padding: 2rem;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        flex: 1 0 0;
    }

    .calificar-content[b-3uel7q3ugm] {
        display: flex;
        max-width: 1128px;
        align-items: center;
        justify-content: center;
        gap: 4rem;
        flex: 1 0 0;
    }

    .roleta-img[b-3uel7q3ugm] {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .roleta-img img[b-3uel7q3ugm] {
        max-width: 432px !important;
        width: 100%;
        border-radius: 50%;
        box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.16);
    }

    .calificar-texto[b-3uel7q3ugm] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        max-width: 475px;
    }

    .calificar-texto div[b-3uel7q3ugm] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }

    .calificar-texto div h3[b-3uel7q3ugm] { font-size: 40px; line-height: 100%; }
    .calificar-texto div span[b-3uel7q3ugm] { font-size: 24px; line-height: 120%; }
    .calificar-texto div button[b-3uel7q3ugm] { height: 56px; padding: 8px 16px; }
}

/* Roleta Tablet Landscape (769-1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .calificar-container[b-3uel7q3ugm] {
        display: flex;
        height: 204px;
        padding: 2rem;
        justify-content: center;
        align-items: center;
        flex: 1 0 0;
    }

    .calificar-content[b-3uel7q3ugm] { display: flex; max-width: 632px; align-items: center; gap: 4rem; }
    .roleta-img[b-3uel7q3ugm] { display: flex; max-width: 240px; justify-content: center; align-items: center; gap: 10px; flex: 1 0 0; }
    .roleta-img img[b-3uel7q3ugm] { width: 100%; max-width: 240px; height: auto; filter: drop-shadow(0 4px 4px rgba(0,0,0,0.16)); }
    .calificar-texto[b-3uel7q3ugm] { display: flex; flex-direction: column; align-items: flex-start; flex: 1 0 0; }
    .calificar-texto div[b-3uel7q3ugm] { display: flex; flex-direction: column; align-items: flex-start; align-self: stretch; }
    .calificar-texto div h3[b-3uel7q3ugm] { font-size: 24px; line-height: 130%; }
    .calificar-texto div span[b-3uel7q3ugm] { font-size: 16px; line-height: 130%; }
    .calificar-texto div button[b-3uel7q3ugm] { padding: 8px 16px; }
}

/* Roleta Tablet Portrait*/
@media (min-width: 570px) and (max-width: 768px) {
    .calificar-container[b-3uel7q3ugm] { display: flex; height: 204px; padding: 4rem; justify-content: space-between; align-items: center; }
    .calificar-content[b-3uel7q3ugm] { display: flex; max-width: 632px; align-items: center; gap: 2rem; }
    .roleta-img[b-3uel7q3ugm] { display: flex; max-width: 240px; justify-content: center; align-items: center; gap: 10px; flex: 1 0 0; }
    .roleta-img img[b-3uel7q3ugm] { max-width: 240px; height: auto; filter: drop-shadow(0 4px 4px rgba(0,0,0,0.16)); }
    .calificar-texto[b-3uel7q3ugm] { display: flex; flex-direction: column; align-items: flex-start; flex: 1 0 0; }
    .calificar-texto div[b-3uel7q3ugm] { display: flex; flex-direction: column; align-items: flex-start; align-self: stretch; }
    .calificar-texto div h3[b-3uel7q3ugm] { font-size: 24px; line-height: 130%; }
    .calificar-texto div span[b-3uel7q3ugm] { font-size: 16px; line-height: 130%; }
    .calificar-texto div button[b-3uel7q3ugm] { padding: 8px 16px; }
}

/* Mobile Roleta */
@media (max-width: 630px) {
    .calificar-container[b-3uel7q3ugm] { flex-direction: column; height: auto; padding: 1.5rem; align-items: center; justify-content: flex-start; text-align: left; position: relative; margin: 8.5rem 0 0; }
    .roleta-img[b-3uel7q3ugm] { position: absolute; top: -60px; left: 50%; transform: translateX(-50%); height: 120px; width: 100%; display: flex; justify-content: center; align-items: center; z-index: 2; margin: 0; }
    .roleta-img img[b-3uel7q3ugm] { width: 100%; max-width: 224px; height: 224px; border-radius: 50%; filter: drop-shadow(0 4px 4px rgba(0,0,0,0.16)); }
    .calificar-texto[b-3uel7q3ugm] { align-items: flex-start; max-width: 100%; padding: 6.5rem 0.7rem 0.7rem; text-align: left; }
    .calificar-texto div[b-3uel7q3ugm] { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; align-self: stretch; }
    .calificar-texto h3[b-3uel7q3ugm] { font-size: 28px; line-height: 32px; }
    .calificar-texto span[b-3uel7q3ugm] { font-size: 20px; font-weight: var(--font-weight-regular, 400); line-height: 24px; }
    .calificar-texto button[b-3uel7q3ugm] { font-size: 1.1em; box-shadow: none; }
}
/* /Components/Pages/Home/Sections/HomeCarouselSkeleton.razor.rz.scp.css */
/* =====================================================================
   HomeCarouselSkeleton – Shimmer skeleton styles
   ===================================================================== */

/* Shimmer animation */
@keyframes skeleton-shimmer-b-r2d6a0pj87 {
    0% {
        background-position: -400px 0;
    }
    100% {
        background-position: 400px 0;
    }
}

.skeleton-shimmer[b-r2d6a0pj87] {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 800px 100%;
    animation: skeleton-shimmer-b-r2d6a0pj87 1.5s infinite ease-in-out;
}

/* Title placeholder */
.skeleton-title[b-r2d6a0pj87] {
    width: 220px;
    height: 28px;
    border-radius: 6px;
}

/* Carousel row */
.skeleton-carousel[b-r2d6a0pj87] {
    display: flex;
    gap: 16px;
    overflow: hidden;
}

/* Individual card skeleton */
.skeleton-card[b-r2d6a0pj87] {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    border: 1px solid var(--color-border-container, #E5E7EB);
    border-radius: 0.5rem;
    background: #fff;
}

.skeleton-card-image[b-r2d6a0pj87] {
    width: 100%;
    aspect-ratio: 1;
    max-width: 240px;
    border-radius: 0.25rem;
}

.skeleton-card-body[b-r2d6a0pj87] {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.skeleton-line[b-r2d6a0pj87] {
    height: 14px;
    border-radius: 4px;
}

.skeleton-line-lg[b-r2d6a0pj87] {
    width: 70%;
    height: 18px;
}

.skeleton-line-md[b-r2d6a0pj87] {
    width: 55%;
}

.skeleton-line-sm[b-r2d6a0pj87] {
    width: 40%;
}

/* Responsive: hide extra cards on smaller viewports */
@media (max-width: 1200px) {
    .skeleton-card:nth-child(n+4)[b-r2d6a0pj87] {
        display: none;
    }
}

@media (max-width: 900px) {
    .skeleton-card:nth-child(n+3)[b-r2d6a0pj87] {
        display: none;
    }
}

@media (max-width: 600px) {
    .skeleton-card:nth-child(n+2)[b-r2d6a0pj87] {
        display: none;
    }
}
/* /Components/Pages/Home/Sections/HomeConfiables.razor.rz.scp.css */
.confiables-grid[b-6tx11mmxle] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    overflow: hidden;
}

.confiable-card-wrapper[b-6tx11mmxle] {
    min-width: 0;
}

@media (max-width: 1200px) {
    .confiables-grid[b-6tx11mmxle] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .confiables-grid[b-6tx11mmxle] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .confiables-grid[b-6tx11mmxle] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Home/Sections/HomeHeaderBanner.razor.rz.scp.css */
.header-banner[b-wgeq6y3jhn] {
    padding: 0.7rem 0 0;
}

.banner-content[b-wgeq6y3jhn] {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
    align-items: center;
    text-align: center;
}

.banner-image[b-wgeq6y3jhn] {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-wrap[b-wgeq6y3jhn] {
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.20));
}

.banner-image img[b-wgeq6y3jhn] {
    width: 320px;
    max-width: 100%;
    height: auto;
    display: block;
}

.banner-text[b-wgeq6y3jhn] {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    font-family: 'Poppins', sans-serif;
}

.banner-title[b-wgeq6y3jhn] {
    font-size: clamp(1rem, 1.2rem + 2.0vw, 1.6rem);
    line-height: 0.95;
    color: #06111a; /* dark but softer */
}

.banner-text .text-strong[b-wgeq6y3jhn] {
    font-size: clamp(1rem, 1.6rem + 3.5vw, 1.3rem);
    color: #06111a;
    font-weight: 900;
    line-height: 1.15;
    -webkit-text-stroke: 1.25px #06111a;
}

@media (min-width: 100px) and (max-width: 630px) {
    .banner-text .text-strong[b-wgeq6y3jhn] {
        -webkit-text-stroke: 0.55px #06111a;
    }
}

    /* Medium screens: make content a row and let image occupy ~45% */
    @media (min-width: 631px) and (max-width: 1080px) {
        .banner-content[b-wgeq6y3jhn] {
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
        }

        .banner-image[b-wgeq6y3jhn] {
            justify-content: flex-start;
            flex: 0 0 45%; /* a coluna de imagem ocupa ~45% da linha */
            max-width: 45%;
        }

            .banner-image img[b-wgeq6y3jhn] {
                width: 100%; /* preencha a coluna de 45% e encolha junto com ela */
                height: auto;
                max-width: 420px; /* mant�m o tamanho m�ximo original em telas muito largas */
                display: block;
            }

        .banner-title[b-wgeq6y3jhn] {
            font-size: clamp(1rem, 1.2rem + 2.0vw, 1.8rem);
        }

        .banner-text .text-strong[b-wgeq6y3jhn] {
            font-size: clamp(1rem, 1.6rem + 3.5vw, 2.1rem);
        }
    }

    @media (min-width: 1081px) {
        .banner-content[b-wgeq6y3jhn] {
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }

        .banner-image[b-wgeq6y3jhn] {
            justify-content: flex-start;
            flex: 0 0 45%; /* a coluna de imagem ocupa ~45% da linha */
            max-width: 45%;
        }

            .banner-image img[b-wgeq6y3jhn] {
                width: 95%; /* preencha a coluna de 45% e encolha junto com ela */
                height: auto;
                max-width: 670px; /* mant�m o tamanho m�ximo original em telas muito largas */
                display: block;
            }

        .banner-title[b-wgeq6y3jhn] {
            font-size: clamp(1.4rem, 1.2rem + 2.0vw, 2.2rem);
        }

        .banner-text .text-strong[b-wgeq6y3jhn] {
            font-size: clamp(1.8rem, 1.6rem + 3.5vw, 2.5rem);
        }
    }

    @media (min-width: 1200px) {
        .banner-image img[b-wgeq6y3jhn] {
            width: 100%;
        }

        .banner-text[b-wgeq6y3jhn] {
            margin: auto auto auto 30px;
        }

        .banner-title[b-wgeq6y3jhn] {
            font-size: clamp(1.4rem, 1.2rem + 2.0vw, 2.4rem);
        }

        .banner-text .text-strong[b-wgeq6y3jhn] {
            font-size: clamp(1.8rem, 1.6rem + 3.5vw, 2.8rem);
        }
    }
/* /Components/Pages/Home/Sections/HomePromociones.razor.rz.scp.css */
.content-title[b-t41jrv69yr] {
    color: var(--gray-color-neutral-800);
    font-family: var(--font-secondary);
    font-size: var(--font-size-display);
    font-style: normal;
    font-weight: var(--font-weight-semibold);
    line-height: 130%;
}

.content-container[b-t41jrv69yr] {
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 2.5vw, 1.5rem);
}

/* === GRID AJUSTADO: 2 colunas por padr�o, s� vira 1 abaixo de 720px === */
.promotions-grid[b-t41jrv69yr] {
    display: grid !important; /* garante que outra regra n�o troque para flex */
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(1rem, 2.5vw, 1.5rem);
    align-items: start;
    width: 100%;
}

/* Refor�o espec�fico para faixas onde estava quebrando (ex: 721px�1300px) */
@media (min-width: 721px) and (max-width: 1300px) {
    .promotions-grid[b-t41jrv69yr] {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Mobile: uma coluna com escala proporcional id�ntica ao desktop */
@media (max-width: 720px) {
    .promotions-grid[b-t41jrv69yr] {
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        align-items: start !important;
        gap: clamp(1rem, 4vw, 1.5rem) !important;
    }

    /* N�o sobrescrevemos medidas internas do card: o JS faz a escala proporcional. */
    .promo-shell[b-t41jrv69yr] {
        width: 100%;
        overflow: hidden; /* evita scroll horizontal por causa do width l�gico de 600px */
    }
}

/* Proportional scale wrapper for desktop-precise layout */
.promo-shell[b-t41jrv69yr] {
    position: relative;
    width: 100%;
    /* Height will be set by JS based on scale to keep flow */
}

/* Contains the actual card at the original design size; we scale this */
.promo-scale-box[b-t41jrv69yr] {
    width: 600px;  /* design width */
    height: 300px; /* design height */
}

/* Ensure the inner card fills the design box */
.promo-scale-box > *[b-t41jrv69yr] {
    width: 100%;
    height: 100%;
    display: block;
}

.see-more-container[b-t41jrv69yr] {
    display: flex;
    justify-content: flex-start;
    margin-top: clamp(.5rem,1.5vw,1rem);
}

.btn-see-more[b-t41jrv69yr] {
    font-size: clamp(.95rem, 2vw, 1.25rem);
    color: var(--color-brand-primary-500, #24CB80);
    font-weight: var(--font-weight-semibold);
    text-decoration: underline;
    cursor: pointer;
    border: none;
    background: none;
    padding: clamp(4px, 1vw, 12px);
}

    .btn-see-more:hover[b-t41jrv69yr] {
        opacity: .85;
    }
/* /Components/Pages/Home/Sections/HomePromoSkeleton.razor.rz.scp.css */
/* =====================================================================
   HomePromoSkeleton – Shimmer skeleton styles for promo/sorteo grids
   ===================================================================== */

@keyframes skeleton-shimmer-b-gxrmztv713 {
    0% {
        background-position: -400px 0;
    }
    100% {
        background-position: 400px 0;
    }
}

.skeleton-shimmer[b-gxrmztv713] {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 800px 100%;
    animation: skeleton-shimmer-b-gxrmztv713 1.5s infinite ease-in-out;
}

/* Title placeholder */
.skeleton-title[b-gxrmztv713] {
    width: 280px;
    height: 28px;
    border-radius: 6px;
}

/* 2-column grid matching HomePromociones layout */
.skeleton-promo-grid[b-gxrmztv713] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 2.5vw, 1.5rem);
    width: 100%;
}

.skeleton-promo-card[b-gxrmztv713] {
    width: 100%;
    aspect-ratio: 2 / 1;
    border-radius: 0.75rem;
}

@media (max-width: 720px) {
    .skeleton-promo-grid[b-gxrmztv713] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Home/Sections/HomeRecentExperiences.razor.rz.scp.css */
.experiences-grid[b-b0exfmxvwd] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    overflow: hidden;
}

.experience-card-wrapper[b-b0exfmxvwd] {
    min-width: 0;
}

@media (max-width: 1200px) {
    .experiences-grid[b-b0exfmxvwd] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .experiences-grid[b-b0exfmxvwd] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .experiences-grid[b-b0exfmxvwd] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Home/Sections/HomeSorteos.razor.rz.scp.css */
.content-container[b-vc1hta6btj] {
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 2.5vw, 1.5rem);
}

.promotions-grid[b-vc1hta6btj] {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(1rem, 2.5vw, 1.5rem);
    align-items: start;
    width: 100%;
}

@media (max-width: 700px) {
    .promotions-grid[b-vc1hta6btj] {
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        align-items: start !important;
        gap: clamp(1rem, 4vw, 1.5rem) !important;
    }

    .promo-shell[b-vc1hta6btj] {
        width: 100%;
        overflow: hidden;
    }
}

/* Proportional scale wrapper */
.promo-shell[b-vc1hta6btj] {
    position: relative;
    width: 100%;
}

.promo-scale-box[b-vc1hta6btj] {
    width: 600px;  /* design width */
    height: 365px; /* design height (img 300x365 + texto) */
}

.promo-scale-box > *[b-vc1hta6btj] {
    width: 100%;
    height: 100%;
    display: block;
}

.see-more-container[b-vc1hta6btj] {
    display: flex;
    justify-content: flex-start;
    margin-top: clamp(.5rem,1.5vw,1rem);
}

.btn-see-more[b-vc1hta6btj] {
    font-size: clamp(.95rem, 2vw, 1.25rem);
    color: var(--color-brand-primary-500, #24CB80);
    font-weight: var(--font-weight-semibold);
    text-decoration: underline;
    cursor: pointer;
    border: none;
    background: none;
}

.btn-see-more:hover[b-vc1hta6btj] {
    opacity: .85;
}
/* /Components/Pages/Home/Sections/HomeSumasEstrellas.razor.rz.scp.css */
.sumas-estrellas-container[b-hetzx95hn1] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--color-brand-primary-400);
    border-radius: 16px;
    overflow: hidden;
    margin-top: 16px;
}

.wave-bg[b-hetzx95hn1] {
    display: block;
    width: 100%;
    height: auto;
    min-height: 245px;
    object-fit: cover;
}

.estrella-wrapper[b-hetzx95hn1] {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 8px;
}

/* Responsive star icon sizing */
.estrella-icon[b-hetzx95hn1] {
    width: clamp(160px, 38vw, 460px);
    height: auto;
    flex-shrink: 0;
}

.estrella-valor[b-hetzx95hn1] {
    font-size: 1.6em;
    font-weight: var(--font-weight-bold);
    color: var(--color-brand-primary-700);
    transform: rotate(-13deg);
    margin: 0;
    line-height: 1;
    white-space: nowrap;
}

.estrellas-btn h3[b-hetzx95hn1] {
    margin: 12px 0;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-semibold);
    color: var(--color-base-white);
    font-size: 14px;
    line-height: 18px;
}

:host[b-hetzx95hn1] (.btn-regular-secondary) {
    width: 100%;
    display: block;
}

@media (min-width: 1025px) {
    .sumas-estrellas-container[b-hetzx95hn1] {
        flex-direction: row;
        align-items: center;
        min-height: 200px;
    }

    .estrellas-img[b-hetzx95hn1] {
        flex: 0 0 40%;
        min-height: 200px;
        position: relative;
    }

    .estrella-wrapper[b-hetzx95hn1] {
        top: 50%;
        left: 47%;
        transform: translate(-50%, -50%);
        flex: 100%;
        gap: 12px;
    }

    .estrellas-texto[b-hetzx95hn1] {
        flex: 1;
        padding: 40px 140px 40px 40px;
        justify-content: center;
    }

    .estrella-icon[b-hetzx95hn1] {
        width: clamp(240px, 32vw, 460px);
    }

    .estrellas-info h3[b-hetzx95hn1] {
        color: var(--color-base-black, #000);
        font-family: var(--font-family-Poppins, Poppins);
        font-size: 48px;
        font-style: normal;
        font-weight: var(--font-weight-semibold, 600);
        line-height: 100%;
    }

    .estrellas-info span[b-hetzx95hn1] {
        color: var(--color-base-black, #000);
        font-family: var(--font-family-Nunito-Sans, "Nunito Sans");
        font-size: 32px;
        font-style: normal;
        font-weight: var(--font-weight-regular, 400);
        line-height: 120%;
    }

    .estrellas-btn[b-hetzx95hn1] {
        align-items: center;
        gap: 20px;
        margin-top: 16px;
        display: flex;
    }

        .estrellas-btn h3[b-hetzx95hn1] {
            font-size: var(--font-size-body);
            line-height: var(--line-height-body);
            margin: 0;
        }

    :host[b-hetzx95hn1] (.btn-regular-secondary) {
        width: auto;
        flex-shrink: 0;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .sumas-estrellas-container[b-hetzx95hn1] {
        flex-direction: row;
        align-items: center;
        min-height: 200px;
    }

    .estrellas-img[b-hetzx95hn1] {
        flex: 0 0 42%;
        min-height: 200px;
        position: relative;
    }

    .wave-bg[b-hetzx95hn1] {
        min-height: 210px;
    }

    .estrella-wrapper[b-hetzx95hn1] {
        top: 54%;
        left: 49%;
        transform: translate(-50%, -50%);
        gap: 10px;
    }

    .estrella-icon[b-hetzx95hn1] {
        width: clamp(180px, 37vw, 340px);
    }

    .estrella-valor[b-hetzx95hn1] {
        font-size: 2.6em;
        margin-bottom: 32px;
    }

    .estrellas-texto[b-hetzx95hn1] {
        flex: 1;
        padding: 17px 30px;
        justify-content: center;
    }

    .estrellas-info h3[b-hetzx95hn1] {
        font-size: 24px;
        line-height: 28px;
    }

    .estrellas-info span[b-hetzx95hn1] {
        font-size: var(--font-size-body);
        line-height: var(--line-height-body);
        margin-top: 8px;
    }

    .estrellas-btn[b-hetzx95hn1] {
        flex-direction: row;
        align-items: center;
        gap: 16px;
        margin-top: 12px;
        display: flex;
    }

        .estrellas-btn h3[b-hetzx95hn1] {
            font-size: 14px;
            line-height: 18px;
            margin-top: 12px;
        }

    :host[b-hetzx95hn1] (.btn-regular-secondary) {
        width: auto;
        flex-shrink: 0;
    }
}

@media (min-width: 490px) and (max-width: 768px) {
    .sumas-estrellas-container[b-hetzx95hn1] {
        flex-direction: row;
        align-items: center;
        min-height: 200px;
    }

    .estrellas-img[b-hetzx95hn1] {
        flex: 0 0 50%;
        min-height: 200px;
        position: relative;
    }

    .wave-bg[b-hetzx95hn1] {
        min-height: 290px;
    }

    .estrella-wrapper[b-hetzx95hn1] {
        top: 54%;
        left: 49%;
        transform: translate(-50%, -50%);
        gap: 10px;
    }

    .estrella-icon[b-hetzx95hn1] {
        width: clamp(170px, 45vw, 300px);
    }

    .estrella-valor[b-hetzx95hn1] {
        font-size: 2.6em;
        margin-bottom: 32px;
    }

    .estrellas-texto[b-hetzx95hn1] {
        flex: 1;
        padding: 17px 30px;
        justify-content: center;
    }

    .estrellas-info h3[b-hetzx95hn1] {
        font-size: 24px;
        line-height: 28px;
    }

    .estrellas-info span[b-hetzx95hn1] {
        font-size: var(--font-size-body);
        line-height: var(--line-height-body);
        margin-top: 8px;
    }

    .estrellas-btn[b-hetzx95hn1] {
        flex-direction: row;
        align-items: center;
        gap: 16px;
        margin-top: 12px;
        display: flex;
    }

        .estrellas-btn h3[b-hetzx95hn1] {
            font-size: 14px;
            line-height: 18px;
            margin-top: 12px;
        }

    :host[b-hetzx95hn1] (.btn-regular-secondary) {
        width: auto;
        flex-shrink: 0;
    }

    .agregar-negocio-img img[b-hetzx95hn1] {
        max-width: 30rem;
    }
}

@media (max-width: 490px) {
    .estrellas-img[b-hetzx95hn1] {
        min-height: 160px;
    }

    .wave-bg[b-hetzx95hn1] {
        min-height: 160px;
    }

    .estrella-wrapper[b-hetzx95hn1] {
        top: 26%;
        left: 50%;
    }

    .estrella-icon[b-hetzx95hn1] {
        width: clamp(160px, 80vw, 320px);
    }

    .estrella-valor[b-hetzx95hn1] {
        font-size: 2.9em;
        margin-bottom: 30px;
    }

    .estrellas-texto[b-hetzx95hn1] {
        padding: 16px 20px 20px 20px;
    }

    .estrellas-info h3[b-hetzx95hn1] {
        font-size: 1.9em;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .estrellas-info span[b-hetzx95hn1] {
        font-size: 1.4em;
        line-height: 18px;
        margin-top: 26px !important;
    }

    .estrellas-btn h3[b-hetzx95hn1] {
        font-size: 1.1em;
    }

    .estrellas-btn[b-hetzx95hn1] {
        margin-top: 10px;
    }
}

/* Global responsive typography overrides */
.estrellas-info h3[b-hetzx95hn1] {
    font-size: clamp(1.1rem, 4.5vw, 2.4rem);
    line-height: 1.05;
}

.estrellas-info span[b-hetzx95hn1] {
    font-size: clamp(0.9rem, 2.8vw, 1.5rem);
    line-height: 1.2;
}

.estrellas-btn h3[b-hetzx95hn1] {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    line-height: 1.2;
}
