/* ============================================================
   LFC GOVERNO — PATCH IDENTIDADE VISUAL HOME (ADESÕES)
   Adicionar ao final de public/site/Styles/styleNew.css
   Não remove nem altera regras existentes — apenas sobrescreve
   via especificidade e ordem de cascata.
   ============================================================ */

/* ── 1. TOPBAR ──────────────────────────────────────────── */
.grey-top-bar {
    background: #3D3D3D;
    border-bottom: none;
}
.grey-top-bar p,
.grey-top-bar .contacts-on-topbar a {
    font-size: 11px;
    color: #EFF8E8;
}

/* ── 2. NAVBAR PRINCIPAL ────────────────────────────────── */
.top-bar {
    padding: 10px 0;
    align-items: center;
    gap: 12px;
}

/* Search input — borda verde sólida, sem arredondamento */
.search-input {
    border: 1.5px solid var(--main-green-lfc);
    border-radius: 0;
    overflow: hidden;
}
.textbox_menu {
    border: none;
    border-radius: 0;
    font-size: 12px;
    color: #222;
    padding: 7px 10px;
}
.textbox_menu:focus {
    outline: none;
    border: none;
}
.botaoBusca {
    background: var(--main-green-lfc);
    color: white;
    border: none;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 16px;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    white-space: nowrap;
}
.botaoBusca:hover {
    background: var(--green-lfc-first);
}

/* WhatsApp CTA */
.cta-top-whatsapp {
    border-radius: 0;
    font-size: 11px;
}
.cta-top-contato {
    border-radius: 0;
    font-size: 11px;
    font-weight: 600;
}

/* Carrinho */
.btn-cart {
    background: var(--grey-lfc-dark);
    border-radius: 0;
    padding: 6px 12px;
    gap: 6px;
}
.btn-cart h3 {
    font-size: 11px;
    color: var(--green-lfc-third);
    line-height: 1.3;
}

/* ── 3. MENU PRINCIPAL ──────────────────────────────────── */
.main-bar {
    border-bottom: 2px solid var(--main-green-lfc);
    background: white;
}
.navbar-first ul li a {
    padding: 9px 14px;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: color 0.15s, border-color 0.15s;
}
.navbar-first ul li a:hover,
.navbar-first ul li a.active {
    color: var(--main-green-lfc);
    border-bottom-color: var(--main-green-lfc);
}

/* Pills STI / HPC no menu */
.nav-area-pill {
    font-size: 9px;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    vertical-align: middle;
}
.nav-area-pill--sti {
    background: var(--green-lfc-third);
    color: #3B6D11;
}
.nav-area-pill--hpc {
    background: #EFF6FF;
    color: #1D4ED8;
}

/* ── 4. BARRA DE CATEGORIAS ─────────────────────────────── */
.category-navbar {
    background: white;
    border-bottom: 1px solid #E0E0E0;
    padding: 0 0;
}
.category-navbar #divMenuTop {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.category-navbar #divMenuTop::-webkit-scrollbar {
    display: none;
}
.category-navbar #divMenuTop li a,
.category-navbar #divMenuTop > li > a {
    padding: 7px 14px;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.15s, border-color 0.15s;
}
.category-navbar #divMenuTop li a:hover,
.category-navbar #divMenuTop li.ativo a,
.category-navbar #divMenuTop li.active a {
    color: var(--main-green-lfc);
    border-bottom-color: var(--main-green-lfc);
    font-weight: 500;
}

/* ── 5. BANNER TOP (passos — infográfico legado, flat) ──── */
.banner-top {
    background: transparent;
    border: none;
    margin: 0 0 16px;
    min-height: 0;
    border-radius: 0;
}
.banner-top-green-part {
    background: var(--green-lfc-third);
    border: 1px solid var(--green-lfc-second);
    border-radius: 0 0 6px 6px;
    padding: 20px 18px 22px;
    height: auto;
    min-height: 0;
    display: block;
    box-sizing: border-box;
}
.banner-atas-heading {
    font-family: 'Ubuntu', sans-serif;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    color: #2d5016;
    text-align: center;
    margin: 0 0 14px;
}
.banner-atas-sub {
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 400;
    color: #5a5a5a;
    text-align: center;
    margin: 0 auto 16px;
    max-width: 52em;
}
.banner-atas-steps,
.steps-to-acquire {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 12px 10px 14px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #c5dcb0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.65);
    overflow: visible;
}
.banner-atas-steps::before,
.steps-to-acquire::before {
    content: '';
    position: absolute;
    left: 12%;
    right: 12%;
    top: 32px;
    height: 2px;
    background: var(--main-green-lfc);
    z-index: 0;
    pointer-events: none;
}
.banner-atas-step,
.steps-to-acquire li {
    position: relative;
    z-index: 1;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 4px 8px 10px;
    margin: 0;
    border: none;
    box-sizing: border-box;
}
.banner-atas-step__num,
.steps-to-acquire li > div:first-child {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: var(--main-green-lfc);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.banner-atas-step__text,
.steps-to-acquire li h3 {
    flex: 1 1 auto;
    min-width: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 400;
    color: #5a5a5a;
    margin: 0;
    text-align: center;
    max-width: 22em;
}
.steps-to-acquire li h3 b {
    font-weight: 500;
}

/* ── 6. FILTRO TIPO DE ATA ──────────────────────────────── */
.order-by-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding: 8px 12px;
    background: white;
    border: 1px solid #E0E0E0;
}
.order-by-cta p {
    font-size: 10px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0;
    white-space: nowrap;
}
.select-cta {
    border: 1px solid #E0E0E0;
    border-radius: 0;
    padding: 5px 8px;
    font-size: 11px;
    color: #222;
    font-family: 'Ubuntu', sans-serif;
    outline: none;
    min-width: 160px;
}
.select-cta:focus {
    border-color: var(--main-green-lfc);
}

/* ── 7. SIDEBAR — ATAS (intro + filtro + menu) ───────────── */
.sidebar-atas-intro {
    padding: 8px 10px;
    margin-bottom: 10px;
    border: 1px solid #dce9d0;
    background: #fafcf7;
    font-family: 'Ubuntu', sans-serif;
}
.sidebar-atas-intro__text {
    margin: 0;
    font-size: 10px;
    line-height: 1.45;
    color: #555;
}
.sidebar-atas-filter {
    margin-bottom: 12px;
    font-family: 'Ubuntu', sans-serif;
}
.sidebar-atas-filter__label {
    margin: 0 0 6px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #666;
}
.sidebar-atas-filter__select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

@media (min-width: 1024px) {
    .order-by-cta--atas.hide-on-desktop {
        display: none !important;
    }
}

/* Menu lateral — sobrepõe style.css (verde legado, acc-menu) */
.menulateral {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 0;
}
.menulateral .acc-menu {
    margin-left: 0 !important;
}
.menulateral .acc-menu > li.menulateral_titulo > input[type="checkbox"] {
    display: none;
}
.menulateral .acc-menu label {
    float: none !important;
    width: auto !important;
    margin: 0;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}
.menulateral ul.acc-menu > li.menulateral_titulo {
    background: transparent !important;
    border-bottom: 1px solid #e8e8e8;
}
.menulateral ul.acc-menu > li.menulateral_titulo:last-child {
    border-bottom: none;
}
.menulateral .acc-menu > li.menulateral_titulo > .menulateral_titulo__head {
    display: flex !important;
    align-items: stretch;
    width: 100%;
    margin: 0;
    background: #fff !important;
    border: none;
}
.menulateral .acc-menu > li.menulateral_titulo > .menulateral_titulo__head > .menulateral_titulo__accordion-toggle {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    user-select: none;
    color: #999;
    border: none;
    background: transparent;
}
.menulateral .acc-menu > li.menulateral_titulo .menulateral_titulo__accordion-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.menulateral .acc-menu > li.menulateral_titulo > input:not(:checked) ~ .menulateral_titulo__head .menulateral_titulo__accordion-toggle::after {
    content: "›";
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 1;
}
.menulateral .acc-menu > li.menulateral_titulo > input:checked ~ .menulateral_titulo__head .menulateral_titulo__accordion-toggle::after {
    content: "▾";
    font-size: 11px;
    color: var(--main-green-lfc);
    line-height: 1;
}
.menulateral .acc-menu > li.menulateral_titulo > .menulateral_titulo__head > a.menulateral_titulo__catlink {
    display: flex !important;
    align-items: center;
    flex: 1;
    min-width: 0;
    min-height: 0 !important;
    padding: 10px 12px 10px 0 !important;
    margin: 0;
    background: #fff !important;
    color: #444 !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    border: none;
    transition: background 0.12s, color 0.12s;
}
.menulateral .acc-menu > li.menulateral_titulo > .menulateral_titulo__head > a.menulateral_titulo__catlink:hover,
.menulateral .acc-menu > li.menulateral_titulo > .menulateral_titulo__head > a.menulateral_titulo__catlink:focus-visible {
    background: #f3f8ed !important;
    color: #2d5a0c !important;
}
.menulateral .acc-menu > li.menulateral_titulo > .menulateral_titulo__head .menulateral_titulo__accordion-toggle:hover,
.menulateral .acc-menu > li.menulateral_titulo > .menulateral_titulo__head .menulateral_titulo__accordion-toggle:focus-visible {
    background: #f3f8ed !important;
    color: #2d5a0c !important;
}
.menulateral .acc-menu > li.menulateral_titulo > ul {
    margin: 0 !important;
    padding: 4px 0 8px !important;
    width: 100% !important;
    max-width: none !important;
    background: #fafafa;
    border-top: 1px solid #efefef;
    border-radius: 0;
    overflow: visible !important;
}
.menulateral .acc-menu > li.menulateral_titulo > input:not(:checked) ~ ul > li {
    height: 0 !important;
    overflow: hidden !important;
    transition: height 0.2s ease-in;
    border: none !important;
}
.menulateral .acc-menu > li.menulateral_titulo > input:checked ~ ul > li,
.menulateral .acc-menu > li.menulateral_titulo > input.current ~ ul > li {
    height: auto !important;
    overflow: visible !important;
}
.menulateral .acc-menu > li.menulateral_titulo > ul > li.menulateral_subitem {
    background: transparent !important;
}
.menulateral .acc-menu > li.menulateral_titulo > ul > li.menulateral_subitem > a {
    display: block !important;
    padding: 6px 12px 6px 16px !important;
    min-height: 0 !important;
    margin: 0;
    background: transparent !important;
    color: #555 !important;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.4;
    border-left: 3px solid transparent;
    transition: background 0.12s, color 0.12s, border-color 0.12s;
}
.menulateral .acc-menu > li.menulateral_titulo > ul > li.menulateral_subitem--depth-2 > a {
    padding-left: 24px !important;
}
.menulateral .acc-menu > li.menulateral_titulo > ul > li.menulateral_subitem--depth-3 > a {
    padding-left: 32px !important;
}
.menulateral .acc-menu > li.menulateral_titulo > ul > li.menulateral_subitem > a:hover {
    background: #f0f5ea !important;
    color: var(--main-green-lfc) !important;
}
.corpo .menulateral ul li a.categoria-ativa,
.corpo .menulateral .acc-menu ul li a.categoria-ativa,
.menulateral ul li a.categoria-ativa,
.menulateral .acc-menu ul li a.categoria-ativa,
.menulateral .acc-menu > li.menulateral_titulo > .menulateral_titulo__head > a.menulateral_titulo__catlink.categoria-ativa {
    background-color: #eef7e3 !important;
    background: #eef7e3 !important;
    color: #2d5a0c !important;
    font-weight: 600 !important;
    border-left: 3px solid var(--main-green-lfc) !important;
    border-left-color: var(--main-green-lfc) !important;
    padding-left: 13px !important;
}
.menulateral .acc-menu > li.menulateral_titulo > ul > li.menulateral_subitem--depth-2 > a.categoria-ativa {
    padding-left: 21px !important;
}
.menulateral .acc-menu > li.menulateral_titulo > ul > li.menulateral_subitem--depth-3 > a.categoria-ativa {
    padding-left: 29px !important;
}

/* ── 8. NEWSLETTER SIDEBAR (alinhado ao menu / filtro) ──── */
.banner-cadastrar-newsletter {
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    margin-top: 10px;
    background: #fff;
}
.banner-cadastrar-newsletter .top-banner-newsletter {
    background: #f4faf0;
    border-bottom: 1px solid #dce9d0;
    padding: 8px 10px;
}
.banner-cadastrar-newsletter .top-banner-newsletter h3 {
    margin: 0;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 600;
    color: #2d5016;
}
.banner-cadastrar-newsletter .bottom-banner-newsletter {
    background: #fff;
    padding: 8px 10px 10px;
}
.banner-cadastrar-newsletter .bottom-banner-newsletter > p {
    margin: 0 0 6px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #666;
}
.banner-cadastrar-newsletter .bottom-banner-newsletter .g-recaptcha {
    margin: 8px 0;
    transform-origin: 0 0;
    transform: scale(0.85);
}
.banner-cadastrar-newsletter input.input-news-form {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 5px 8px;
    margin: 0 0 6px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    background: #fff;
    color: #333;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.35;
    font-family: 'Ubuntu', sans-serif;
}
.banner-cadastrar-newsletter input.input-news-form::placeholder {
    color: #999;
}
.banner-cadastrar-newsletter input.input-news-form:focus {
    outline: none;
    border-color: var(--main-green-lfc);
}
.banner-cadastrar-newsletter .newsletter-optin-label {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 10px;
    line-height: 1.4;
    color: #555;
    margin: 2px 0 8px;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
}
.banner-cadastrar-newsletter .newsletter-optin-label input[type="checkbox"] {
    margin: 2px 0 0;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
}
.banner-cadastrar-newsletter .newsletter-optin-label a {
    color: #3b6d11;
    text-decoration: underline;
}
.banner-cadastrar-newsletter .newsletter-optin-label a:hover {
    color: var(--main-green-lfc);
}
.banner-cadastrar-newsletter .button-news-form {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 2px;
    padding: 7px 10px;
    border: 1px solid #5a9c32;
    background: var(--main-green-lfc);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
    border-radius: 0;
    font-family: 'Ubuntu', sans-serif;
}
.banner-cadastrar-newsletter .button-news-form:hover {
    background: #69b038;
    border-color: #528d2d;
}

/* ── 9. CARDS DE PRODUTO ────────────────────────────────── */
.produtosDestaque {
    margin-bottom: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #dedede;
}
/* Home “curados” usa .home-curated-atas__grid — excluído para não conflitar com styleNew.css */
.produtosDestaque:not(.home-curated-atas__grid) ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}
/* ul em grid: style.css ainda define ul li { width: calc((100%-gaps)/4) } para flex —
   com grid, 100% = largura da célula; esse calc vira ~1/16 do contentor (colunas finíssimas). */
.produtosDestaque ul li {
    background: white;
    border: 1px solid #E0E0E0;
    display: flex;
    flex-direction: column;
    transition: border-color 0.15s;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
.produtosDestaque ul li:hover {
    border-color: var(--main-green-lfc);
}
.produtosDestaque ul li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    /* Mesmo recuo horizontal para título, badge, qty e preço (legado usa justify em todos os p). */
    --pd-card-x: 10px;
    padding: 0 var(--pd-card-x);
    box-sizing: border-box;
    align-items: stretch;
}

/* Container da imagem — fundo uniforme, largura total do card (compensa padding do link) */
.produtosDestaque ul li .imagem {
    background: #FAFAFA;
    border-bottom: 1px solid #EFEFEF;
    width: calc(100% + 2 * var(--pd-card-x));
    max-width: none;
    margin-left: calc(-1 * var(--pd-card-x));
    margin-right: calc(-1 * var(--pd-card-x));
    height: 140px;
    object-fit: contain;
    padding: 10px;
    display: block;
    box-sizing: border-box;
}

/* Título do produto */
.produtosDestaque ul li .detalhes {
    font-size: 11px;
    font-weight: 500;
    color: #222;
    line-height: 1.4;
    padding: 10px 0 6px;
    margin: 0;
    min-height: calc(1.4em * 4);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    text-align: left;
    flex: 1;
}

/* Tipo de ata — destaque legível (sem caixa); respiro em relação ao título e à qty */
.produtosDestaque ul li a > p:nth-child(3),
.produtosDestaque ul li .produto-ata-badge {
    font-size: 11px;
    font-weight: 700;
    color: #2d5016;
    background: none;
    border: none;
    display: block;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 2px 0 0;
    min-height: 0;
    line-height: 1.45;
    text-align: left;
}

/* Quantidade disponível */
.produtosDestaque ul li a > p:nth-child(4),
.produtosDestaque ul li .produto-qty {
    font-size: 10px;
    color: #666;
    padding: 8px 0 0;
    margin: 0;
    min-height: 18px;
    line-height: 1.45;
    text-align: left;
}
.produtosDestaque ul li a > p:nth-child(4) b,
.produtosDestaque ul li .produto-qty b {
    color: #222;
}

/* Preço — saiu do vermelho, agora preto com separador */
.produtosDestaque ul li .preco {
    font-size: 13px;
    font-weight: 700;
    color: #222;
    padding: 10px 0 0;
    margin: auto 0 0;
    border-top: 1px solid #EFEFEF;
    text-align: left;
}

/* Botão "Mais detalhes" — full-bleed no card; só dentro do link (herda --pd-card-x) */
.produtosDestaque ul li a .btn-mais-detalhes {
    background: var(--main-green-lfc);
    color: white;
    border: none;
    border-radius: 0;
    font-size: 10px;
    font-weight: 700;
    padding: 7px 10px;
    margin: 8px calc(-1 * var(--pd-card-x)) 10px;
    width: calc(100% + 2 * var(--pd-card-x));
    max-width: none;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    display: block;
    transition: background 0.15s;
}
.produtosDestaque ul li a .btn-mais-detalhes:hover {
    background: var(--green-lfc-first);
    color: white;
}

/* ── 10. PAGINADOR ──────────────────────────────────────── */
.paginador {
    margin-top: 16px;
    margin-bottom: 0;
    padding: 12px 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #d6d6d6;
    float: none !important;
    clear: both;
    width: 100%;
    height: auto !important;
    min-height: 3rem;
    box-sizing: border-box;
    background-color: #eaeaea;
    background-image: none;
    display: block;
    overflow: visible;
}

.paginador .paginas.paginas--compact {
    margin: 0;
}

.paginas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    gap: 4px;
}
.paginas > div:first-child {
    display: flex;
    gap: 4px;
    align-items: center;
}
.paginas a,
.numeropaginas {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E0E0E0;
    font-size: 11px;
    color: #666;
    text-decoration: none;
    transition: background 0.12s, border-color 0.12s;
}
.paginas a:hover,
.numeropaginas:hover {
    border-color: var(--main-green-lfc);
    color: var(--main-green-lfc);
}
.paginacorrente {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--main-green-lfc);
    color: white;
    border: 1px solid var(--main-green-lfc);
    font-size: 11px;
    font-weight: 700;
}
.disabled {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E0E0E0;
    font-size: 11px;
    color: #CCC;
    cursor: not-allowed;
}

/* Paginação compacta (catálogo — espelha styleNew.css) */
.paginas.paginas--compact {
    flex-wrap: wrap;
    gap: 10px 16px;
    padding: 0 12px;
    align-items: center;
    justify-content: space-between;
    min-height: 2.75rem;
}
.paginas--compact .paginas__nav {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
    align-self: center;
}
.paginas--compact .paginas__numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
    max-width: min(100%, 36rem);
}
.paginacao-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1rem;
    padding: 0 2px;
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    user-select: none;
}
.paginas__summary {
    font-size: 11px;
    color: #555;
    line-height: 1.35;
    text-align: right;
    flex: 0 1 18rem;
    max-width: 100%;
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.15rem 0.35rem;
}
.paginas__page-of {
    color: #64748b;
    white-space: nowrap;
}
@media (max-width: 640px) {
    .paginas.paginas--compact {
        flex-direction: column;
        align-items: stretch;
    }
    .paginas--compact .paginas__nav {
        justify-content: center;
    }
    .paginas__summary {
        text-align: center;
        flex-basis: auto;
        justify-content: center;
    }
}

/* ── 11. FOOTER CTA (faixa verde) ───────────────────────── */
.main-green-bg {
    background: var(--main-green-lfc);
    margin-top: 28px;
    padding: 20px 0 32px;
    border-top: 3px solid rgba(45, 83, 22, 0.45);
    box-shadow: 0 -8px 22px rgba(0, 0, 0, 0.08);
}
.main-green-bg h2 {
    font-size: 15px;
    font-weight: 700;
    color: white;
    margin-bottom: 4px;
}
.list-5-columns.items-svg-and-h3 {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.list-5-columns.items-svg-and-h3 li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100px;
}
.list-5-columns.items-svg-and-h3 li svg,
.list-5-columns.items-svg-and-h3 li img {
    width: 40px;
    height: 40px;
    opacity: 0.9;
    filter: brightness(0) invert(1);
}
.list-5-columns.items-svg-and-h3 li h3 {
    font-size: 10px;
    color: rgba(255,255,255,0.9);
    text-align: center;
    line-height: 1.4;
    font-weight: 400;
}

/* ── 12. SEARCH BAR NO FOOTER ───────────────────────────── */
.search-bar-on-footer {
    background: white;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 12px 0;
}
.search-bar-on-footer .container-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

/* Faixa escura do rodapé em largura total da viewport (mesmo padrão da .grey-top-bar) */
.site-footer-dark-band {
    width: 100%;
    background: #222;
    box-sizing: border-box;
}
.site-footer-dark-band .footer {
    background: transparent !important;
}

/* ── 13. FOOTER PRINCIPAL ───────────────────────────────── */
.footer {
    background: #222 !important;
    padding: 24px clamp(12px, 2.5vw, 24px) !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px clamp(20px, 3vw, 36px);
    list-style: none;
    box-sizing: border-box;
}
.footer > li:first-child {
    flex: 0 0 min(240px, 100%);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}
.footer > li:first-child > h4.footer-col-heading {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.4);
    margin: 0 0 10px 0;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer .cta-duvidas-actions {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
    justify-content: flex-start;
    align-items: stretch;
}
.footer .cta-top-whatsapp,
.footer .cta-top-contato {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.7);
    font-size: 11px;
    padding: 7px 12px;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: none !important;
}
.footer .cta-top-whatsapp:hover,
.footer .cta-top-contato:hover {
    background: rgba(255,255,255,0.14);
    color: white;
    box-shadow: none !important;
}
.footer .icon-and-link {
    font-size: 11px;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.footer .icon-and-link:hover {
    color: rgba(255,255,255,0.8);
}
.footer .social-media-list {
    display: flex;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin-top: 12px;
}
.footer .social-media-list li a {
    width: 28px;
    height: 28px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transition: background 0.12s;
}
.footer .social-media-list li a:hover {
    background: var(--main-green-lfc);
}
.footer .social-media-list li a svg path {
    fill: rgba(255,255,255,0.5);
}
.footer .social-media-list li a:hover svg path {
    fill: white;
}

/* Colunas do footer — Mapa do site + Categorias */
.footer .site-map-on-footer {
    flex: 1;
    min-width: 140px;
    padding-left: 0 !important;
}
.footer .site-map-on-footer h4 {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.4);
    margin: 0 0 10px 0;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.links-on-footer {
    list-style: none;
    padding: 0;
    margin: 0;
}
.links-on-footer li a {
    font-size: 11px;
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    display: block;
    padding: 3px 0;
    transition: color 0.12s;
}
.links-on-footer li a:hover {
    color: rgba(255,255,255,0.8);
}
/* Categorias em 2 colunas */
.links-on-foooter-2-columns {
    columns: 2;
    column-gap: 12px;
}

/* Último item (carrinho) do footer */
.footer > li.justify-end {
    flex: 0 0 auto;
    align-self: flex-start;
}
.footer > li.justify-end .btn-cart {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
}
.footer > li.justify-end .btn-cart h3 {
    color: rgba(255,255,255,0.5);
    font-size: 11px;
}

/* ── 14. LISTA DE CLIENTES ──────────────────────────────── */
.list-of-clients {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin-top: 14px;
    padding: 26px 0 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    border-bottom: 1px solid #E0E0E0;
    box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.06);
}
.list-of-clients h2 {
    font-size: 12px;
    color: #666;
    margin-bottom: 14px;
    font-weight: 400;
}
.list-of-clients > div {
    width: 100%;
    min-width: 0;
}
.inner-list-of-clients {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    align-items: center;
    justify-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
@media (max-width: 1200px) {
    .inner-list-of-clients {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media (max-width: 900px) {
    .inner-list-of-clients {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 600px) {
    .inner-list-of-clients {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.list-of-clients .inner-list-of-clients li.parent img.child,
.inner-list-of-clients .parent img {
    opacity: 1;
    filter: none;
    -webkit-filter: none;
    transition: transform 0.2s ease, filter 0.2s ease;
}
.inner-list-of-clients .parent:hover img {
    transform: scale(1.06);
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.14)) drop-shadow(0 2px 8px rgba(118, 193, 66, 0.22));
    -webkit-filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.14)) drop-shadow(0 2px 8px rgba(118, 193, 66, 0.22));
}

/* ── 15. RESPONSIVO ─────────────────────────────────────── */
@media (max-width: 1400px) {
    .produtosDestaque ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 1170px) {
    .produtosDestaque ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 728px) {
    .produtosDestaque ul {
        grid-template-columns: 1fr;
    }
    .footer {
        flex-direction: column;
        gap: 24px;
    }
    .links-on-foooter-2-columns {
        columns: 1;
    }
}

@media (max-width: 900px) {
    .banner-atas-steps::before,
    .steps-to-acquire::before {
        display: none;
    }
    .banner-atas-steps,
    .steps-to-acquire {
        flex-wrap: wrap;
        padding: 10px 12px 12px;
    }
    .banner-atas-step,
    .steps-to-acquire li {
        flex: 1 1 100%;
        max-width: 100%;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 14px;
        padding: 12px 4px;
        border-bottom: 1px solid rgba(197, 220, 176, 0.85);
    }
    .banner-atas-step:last-child,
    .steps-to-acquire li:last-child {
        border-bottom: none;
    }
    .banner-atas-step__text,
    .steps-to-acquire li h3 {
        text-align: left;
        max-width: none;
    }
    .banner-top-green-part {
        padding: 14px 12px 16px;
    }
}

/* ── 16. PÁGINA DE BUSCA (/buscar) ──────────────────────── */
.description {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin-bottom: 4px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E0E0E0;
}
.description-text {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 12px;
}

/* ── 17. CLASSES DE CARD (home.blade.php ajustado) ──────── */
.produto-ata-badge {
    font-size: 11px;
    font-weight: 700;
    color: #2d5016;
    background: none;
    border: none;
    display: block;
    padding: 0;
    margin: 2px 0 0;
    line-height: 1.45;
    text-align: left;
}
.produto-qty {
    font-size: 10px;
    color: #666;
    padding: 8px 0 0;
    margin: 0;
    line-height: 1.45;
}
.produto-qty b {
    color: #222;
    font-weight: 600;
}

/* ── 18. LOGOS CLIENTES — cor explícita (cascata final) ── */
#dvClientes img.child {
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
}
#dvClientes .parent:hover img.child {
    transform: scale(1.06);
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.14)) drop-shadow(0 2px 8px rgba(118, 193, 66, 0.22)) !important;
    -webkit-filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.14)) drop-shadow(0 2px 8px rgba(118, 193, 66, 0.22)) !important;
}

/* ============================================================
   LFC — correções auditoria visual (abr/2026)
   (espelho do bloco final em styleNew.css — manter em sincronia)
   ============================================================ */

html {
    overflow-x: clip;
}

body {
    overflow-x: clip;
}

.corpo {
    overflow-y: visible !important;
    overflow-x: hidden;
    min-height: 0;
}

/* Legado style.css: .corpo .conteudo com overflow-y:hidden quebrava rolagem até ao topo */
.corpo .conteudo {
    overflow-y: visible !important;
    overflow-x: hidden;
    min-height: 0;
}

.conteudo {
    overflow: visible;
}

.produtosDestaque ul {
    transform: translateZ(0);
}

.whole-site-header {
    position: sticky;
    top: 0;
    z-index: 10050;
    background: #fff;
    transition: box-shadow 0.2s ease;
}

.whole-site-header.scrolled {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.whole-site-header.scrolled .grey-top-bar.hide-on-mobile {
    display: none !important;
}

.whole-site-header.scrolled .top-bar {
    min-height: 0;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.whole-site-header.scrolled .top-bar .logo-lfc-composed img:first-child {
    max-height: 36px !important;
}

/* .category-navbar está em .site-nav-categorias, irmão após .whole-site-header */
.whole-site-header.scrolled ~ .site-nav-categorias .category-navbar {
    display: none !important;
}

.whole-site-header.scrolled .main-bar {
    border-bottom-width: 1px;
}

@media (max-width: 900px) {
    .whole-site-header.scrolled ~ .site-nav-categorias .category-navbar {
        display: block !important;
    }
}

.ctc-hero-media {
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 0;
}

.ctc-hero-media .ctc-hero-img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
}

a.cta-top-contato,
.cta-top-contato {
    background-color: var(--lfc-accent, var(--main-green-lfc)) !important;
    color: #fff !important;
    border: 1px solid var(--lfc-accent, var(--main-green-lfc)) !important;
}

a.cta-top-contato:hover,
.cta-top-contato:hover {
    background-color: var(--green-lfc-first, #2d5f22) !important;
    color: #fff !important;
}

@media (min-width: 1024px) {
    .main-bar {
        overflow-x: visible !important;
    }

    .navbar-first ul {
        display: flex !important;
        flex-wrap: wrap !important;
        overflow-x: visible !important;
        white-space: normal !important;
    }

    .category-navbar {
        overflow-x: visible !important;
    }

    .category-navbar #divMenuTop {
        display: flex !important;
        flex-wrap: wrap !important;
        overflow-x: visible !important;
        white-space: normal !important;
    }
}

@media (min-width: 993px) {
    #divMenu.menulateral {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        max-width: none !important;
        z-index: auto !important;
    }

    .sidebar-and-list .sidebar {
        min-width: 260px;
    }
}

.home-crosssell.lfc-partnership-banner {
    background: #f4f7f1;
    border: 1px solid #cddbc6;
    border-radius: 16px;
    padding: 1.375rem 1.375rem 1.5rem;
    margin-bottom: 1rem;
}

.content-filter-bar {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    margin-bottom: 1.25rem;
}

.sidebar-atas-filter {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 0.75rem 1rem;
}
