* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --green-dark: #073f24;
    --green: #135c34;
    --green-light: #20d46b;
    --gold: #d8a947;
    --cream: #f5f2ec;
    --text: #183225;
    --gray: #667085;
    --white: #fff
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: #fff
}

.container {
    width: min(1200px, 90%);
    margin: auto
}

.top-bar {
    background: var(--green-dark);
    color: #fff;
    padding: 10px 0;
    font-size: 14px
}

.top-content {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap
}

.navbar {
    background: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .08);
    position: sticky;
    top: 0;
    z-index: 1000
}

.nav-content {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo img {
    width: 150px;
    display: block
}

.menu {
    display: flex;
    list-style: none;
    gap: 32px
}

.menu a {
    text-decoration: none;
    color: var(--text);
    font-weight: 700
}

.menu a:hover,
.menu a.active {
    color: var(--gold)
}

.hamburger {
    display: none;
    background: var(--green-dark);
    color: #fff;
    border: none;
    font-size: 30px;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    cursor: pointer
}

.btn-whatsapp,
.btn-primary,
.btn-secondary {
    text-decoration: none;
    border-radius: 50px;
    padding: 14px 28px;
    font-weight: 800;
    display: inline-block;
    transition: .3s
}

.btn-whatsapp,
.btn-primary {
    background: var(--green-light);
    color: #fff
}

.btn-secondary {
    background: #ffffff;
    color: var(--green-dark)
}

.btn-whatsapp:hover,
.btn-primary:hover,
.btn-secondary:hover {
    transform: translateY(-3px)
}

.hero {
    min-height: 680px;
    background: url("assets/back.png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center
}

.hero-clean {
    display: block
}

.hero-actions {
    background: #ffffff;
    padding: 24px 0 34px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .06)
}

.hero-actions-content {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}

.btn-outline {
    text-decoration: none;
    border-radius: 50px;
    padding: 14px 28px;
    font-weight: 800;
    display: inline-block;
    transition: .3s;
    border: 2px solid var(--green);
    color: var(--green);
    background: #fff
}

.btn-outline:hover {
    transform: translateY(-3px);
    background: var(--green);
    color: #fff
}

.tag,
.subtitle {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    font-size: 14px
}

.instagram-section {
    background: var(--green);
    color: #fff;
    padding: 70px 0
}

.instagram-box {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 28px;
    align-items: center;
    text-align: left
}

.instagram-section h2 {
    color: #fff;
    margin: 10px 0 12px;
    font-size: clamp(28px, 4vw, 44px)
}

.instagram-section p {
    color: #d6eee0;
    font-size: 18px;
    line-height: 1.7
}

.instagram-subtitle {
    color: var(--gold)
}

.instagram-icon {
    width: 92px;
    height: 92px;
    border-radius: 28px;
    background: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .18)
}

.instagram-icon svg {
    width: 54px;
    height: 54px;
    fill: var(--green)
}

.btn-instagram {
    background: #fff;
    color: var(--green);
    text-decoration: none;
    border-radius: 50px;
    padding: 15px 28px;
    font-weight: 900;
    white-space: nowrap;
    transition: .3s
}

.btn-instagram:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .18)
}

.home-products {
    background: #fff
}

.slider-wrap {
    position: relative
}

.product-slider {
    overflow: hidden;
    padding: 8px 4px 22px
}

.product-track {
    display: flex;
    gap: 28px;
    transition: transform .45s ease
}

.home-product-card {
    flex: 0 0 calc((100% - 84px)/4);
    text-align: left
}

.call-product-card {
    min-height: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--green), var(--green-dark));
    color: #fff
}

.call-product-card .product-info {
    padding: 36px
}

.call-product-card h3 {
    color: #fff
}

.call-product-card p {
    color: #e9e5e5
}

.slider-btn {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    z-index: 2;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
    transition: .3s
}

.slider-btn:hover {
    background: var(--green-dark)
}

.slider-prev {
    left: -22px
}

.slider-next {
    right: -22px
}

.complete-products-action {
    margin-top: 22px;
    text-align: center
}

.section {
    padding: 90px 0;
    text-align: center
}

.section h2 {
    color: var(--green-dark);
    font-size: clamp(32px, 4vw, 50px);
    margin: 15px 0 40px
}

.cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px
}

.card {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 24px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    border: 1px solid #ffffff;
    transition: .3s
}

.card:hover {
    transform: translateY(-8px)
}

.icon {
    width: 70px;
    height: 70px;
    background: var(--green);
    color: var(--gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 30px;
    margin: 0 auto 20px
}

.card h3 {
    color: var(--green-dark);
    margin-bottom: 10px
}

.card p {
    color: var(--gray);
    line-height: 1.6
}

.marcas,
.vendedores {
    background: var(--cream)
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px
}

.brand-grid div {
    background: #fff;
    border-radius: 16px;
    padding: 34px 20px;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .05)
}

.quality-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    text-align: left
}

.quality-grid div {
    background: var(--cream);
    border-radius: 18px;
    padding: 36px
}

.quality-grid strong {
    color: var(--gold);
    font-size: 42px
}

.quality-grid h3 {
    margin: 16px 0 10px;
    color: var(--green-dark)
}

.quality-grid p {
    color: var(--gray)
}

.sobre-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    text-align: left;
    align-items: center
}

.sobre-img {
    min-height: 420px;
    border-radius: 22px;
    background: url("assets/WhatsApp\ Image\ 2026-05-17\ at\ 20.45.12.jpeg");
    background-size: cover;
    background-position: center
}

.sobre p {
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 18px
}

.numbers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.numbers div {
    background: var(--cream);
    border-radius: 16px;
    padding: 25px;
    text-align: center
}

.numbers strong {
    display: block;
    font-size: 32px;
    color: var(--green)
}

.seller-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px
}

.seller-card {
    background: #fff;
    border: 1px solid #e8d6ad;
    border-radius: 20px;
    padding: 38px 28px
}

.phone {
    width: 68px;
    height: 68px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #e5e8df;
    display: grid;
    place-items: center;
    color: var(--green);
    font-size: 28px
}

.seller-card a {
    color: var(--green-light);
    font-weight: 800;
    text-decoration: none
}

.contato-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 55px;
    text-align: left;
    align-items: center
}

.contato p {
    color: var(--gray);
    line-height: 1.7;
    margin: 20px 0
}

.gps-box iframe {
    width: 100%;
    height: 430px;
    border: none;
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .12)
}

.floating-whatsapp {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 64px;
    height: 64px;
    background: var(--green-light);
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-decoration: none;
    font-size: 30px;
    z-index: 1000
}

footer {
    background: var(--green);
    color: #fff;
    padding: 60px 0 25px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.4fr 1.4fr;
    gap: 40px
}

footer h3 {
    color: var(--gold);
    margin-bottom: 15px
}

footer p,
footer a {
    color: #d6eee0;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    line-height: 1.5
}

.copy {
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding-top: 25px
}

.produtos-hero {
    padding: 110px 0;
    background: linear-gradient(rgba(7, 63, 36, .75), rgba(7, 63, 36, 0.699)), url("assets/banner-4s.png");
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center
}

.produtos-hero h1 {
    font-size: clamp(40px, 6vw, 70px);
    margin: 18px 0;
    font-weight: 900
}

.produtos-hero p {
    max-width: 760px;
    margin: auto;
    font-size: 19px;
    line-height: 1.7
}

.produtos-topo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    margin-bottom: 30px;
    text-align: left
}

.search-box {
    width: min(430px, 100%)
}

.search-box input {
    width: 100%;
    padding: 16px 22px;
    border-radius: 50px;
    border: 1px solid #e8d6ad;
    outline: none;
    font-size: 15px
}

.category-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 45px
}

.filter-btn {
    border: none;
    background: var(--cream);
    color: var(--green-dark);
    padding: 13px 22px;
    border-radius: 50px;
    font-weight: 800;
    cursor: pointer
}

.filter-btn.active,
.filter-btn:hover {
    background-color: #eb9029;
    color: #fff
}

.product-grid {
    display: grid;
     grid-template-columns: repeat(4, 1fr) !important;
    gap: 28px
}

.product-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border: 1px solid #ffffff;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.116);
    transition: .3s
}

.product-card:hover {
    transform: translateY(-8px)
}

.product-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #ffffff
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease
}

.product-card:hover .product-img img {
    transform: scale(1.08)
}

.product-info {
    padding: 26px
}

.product-category {
    color: var(--gold);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 900
}

.product-info h3 {
    color: var(--green-dark);
    font-size: 22px;
    margin: 10px 0 15px
}

.product-info p {
    color: var(--gray);
    line-height: 1.6;
    margin-bottom: 8px
}

.no-results {
    display: none;
    margin-top: 35px;
    color: var(--gray);
    font-weight: 700
}

.produto-detalhe {
    padding: 90px 0;
    background: #f5f2ec
}

.detalhe-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    align-items: center
}

.detalhe-imagem {
    background: #fff;
    border-radius: 24px;
    padding: 22px;
    height: 500px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .12);
    overflow: hidden
}

.detalhe-imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px
}

.detalhe-info h1 {
    font-size: clamp(36px, 5vw, 62px);
    color: var(--green-dark);
    margin: 15px 0;
    line-height: 1
}

.detalhe-codigo {
    display: inline-block;
    background: var(--green);
    color: #fff;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 800;
    margin-bottom: 22px
}

.detalhe-texto {
    color: var(--gray);
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 28px
}

.detalhe-section {
    background: #fff
}

.detalhe-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    text-align: left
}

.detalhe-card {
    background: #f5f2ec;
    border-radius: 20px;
    padding: 35px;
    border: 1px solid #e8d6ad
}

.detalhe-card h2 {
    color: var(--green-dark);
    font-size: 25px;
    margin-bottom: 18px
}

.detalhe-card p,
.detalhe-card li {
    color: var(--gray);
    line-height: 1.8
}

.detalhe-card ul {
    padding-left: 18px
}

@media(max-width:900px) {
    .top-content {
        justify-content: center;
        text-align: center
    }

    .nav-content {
        height: 75px
    }

    .logo img {
        width: 120px
    }

    .hamburger {
        display: block
    }

    .desktop-btn {
        display: none
    }

    .menu {
        position: absolute;
        top: 75px;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        align-items: center;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        transition: .4s;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .12)
    }

    .menu.active {
        max-height: 350px;
        padding: 15px 0
    }

    .menu li {
        width: 100%;
        text-align: center
    }

    .menu a {
        display: block;
        padding: 16px
    }

    .hero {
        min-height: 430px;
        text-align: center
    }

    .hero-actions-content {
        justify-content: center
    }

    .instagram-box {
        grid-template-columns: 1fr;
        text-align: center
    }

    .instagram-icon {
        margin: auto
    }

    .home-product-card {
        flex-basis: calc((100% - 28px)/2)
    }

    .slider-prev {
        left: 4px
    }

    .slider-next {
        right: 4px
    }

    .cards,
    .brand-grid,
    .quality-grid,
    .seller-grid,
    .sobre-grid,
    .contato-grid,
    .footer-grid,
    .detalhe-grid,
    .detalhe-cards {
        grid-template-columns: 1fr
    }

    .produtos-topo {
        flex-direction: column;
        text-align: center
    }

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

    .section {
        padding: 65px 0
    }

    .sobre-grid,
    .contato-grid {
        text-align: center
    }

    .numbers {
        grid-template-columns: 1fr
    }

    .gps-box iframe {
        height: 350px
    }

    .detalhe-imagem {
        height: 360px
    }

    .detalhe-info {
        text-align: center
    }
}

@media(max-width:550px) {
    .home-product-card {
        flex-basis: 100%
    }

    .product-grid {
        grid-template-columns: 1fr
    }

    .category-buttons {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 10px
    }

    .filter-btn {
        white-space: nowrap
    }
}

@media(max-width:480px) {
    .container {
        width: 92%
    }

    .top-bar {
        font-size: 12px
    }

    .hero {
        min-height: 360px
    }

    .btn-primary,
    .btn-secondary,
    .btn-whatsapp,
    .btn-outline {
        width: 100%;
        text-align: center
    }

    .card,
    .seller-card,
    .quality-grid div {
        padding: 28px 20px
    }

    .floating-whatsapp {
        width: 56px;
        height: 56px;
        right: 18px;
        bottom: 18px
    }
}

/* ===== Ajustes profissionais solicitados - Home 4S ===== */
body {
    background: #f8faf7
}

.navbar {
    border-bottom: 1px solid rgba(19, 92, 52, .09);
    backdrop-filter: saturate(120%) blur(8px)
}

.nav-content {
    height: 96px
}

.logo img {
    width: 158px;
    border-radius: 10px
}

.menu a {
    position: relative
}

.menu a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    height: 3px;
    background: var(--gold);
    border-radius: 10px;
    transform: scaleX(0);
    transition: .25s
}

.menu a:hover::after,
.menu a.active::after {
    transform: scaleX(1)
}

.hero {
    min-height: 720px;
    background-position: center top;
    box-shadow: inset 0 -95px 120px rgba(7, 63, 36, .12)
}

.hero-actions {
    background: linear-gradient(180deg, #ffffff 0%, #f4f7f1 100%);
    padding: 30px 0 42px;
    position: relative;
    z-index: 2
}

.hero-actions-content {
   
    

    border-radius: 26px;
    padding: 22px;
   
    margin-top: -0px
}

.btn-whatsapp,
.btn-primary {
    background: linear-gradient(135deg, var(--green-light), #10a955);
    box-shadow: 0 10px 24px rgba(32, 212, 107, .22)
}

.btn-primary:hover,
.btn-whatsapp:hover {
    box-shadow: 0 16px 30px rgba(32, 212, 107, .28)
}

.instagram-section {
    background: radial-gradient(circle at top, #1f7b49 0%, var(--green) 38%, var(--green-dark) 100%);
    padding: 95px 0;
    color: #fff;
    position: relative;
    overflow: hidden
}

.instagram-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, .08), transparent 45%, rgba(216, 169, 71, .10));
    pointer-events: none
}

.instagram-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 18px;
    max-width: 820px
}

.instagram-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffce52, #f04aa1, #8134af);
    box-shadow: 0 20px 48px rgba(0, 0, 0, .22)
}

.instagram-icon svg {
    fill: #fff
}

.instagram-section h2 {
    max-width: 760px;
    margin: 8px auto 4px
}

.instagram-section p {
    max-width: 620px;
    margin: 0 auto;
    color: #e6f5eb
}

.btn-instagram {
    margin-top: 8px;
    background: linear-gradient(135deg, #ffce52, #f04aa1, #8134af);
    color: #fff;
    box-shadow: 0 16px 35px rgba(0, 0, 0, .18)
}

.home-products {
    background: linear-gradient(180deg, #f6faf4 0%, #ffffff 100%);
    position: relative
}

.home-products::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 8px;
    background: linear-gradient(90deg, var(--green-dark), var(--green), var(--gold))
}

.home-products .container {
    position: relative
}

.product-card {
    border: 1px solid rgba(19, 92, 52, .10);
    box-shadow: 0 16px 38px rgba(7, 63, 36, .10)
}

.product-info h3 {
    font-size: 20px
}

.product-img {
    height: 210px;
    background: #eef4ec
}

.slider-btn {
    background: linear-gradient(135deg, var(--green), var(--green-dark));
    border: 3px solid #fff
}

.complete-products-action .btn-primary {
    padding: 16px 34px
}

#produtos.section {
    background: linear-gradient(135deg, var(--green-dark), var(--green));
    color: #fff
}

#produtos.section h2,
#produtos.section .card h3 {
    color: #fff
}

#produtos.section .card {
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .14);
    backdrop-filter: blur(6px)
}

#produtos.section .card p {
    color: #d6eee0
}

#produtos.section .icon {
    background: #fff;
    color: var(--green)
}

.marcas {
    background: #f2f8ef
}

.brand-grid div {
    border: 1px solid rgba(19, 92, 52, .12);
    box-shadow: 0 12px 28px rgba(7, 63, 36, .08);
    color: var(--green-dark)
}

.qualidade {
    background: linear-gradient(180deg, #fff 0%, #edf6eb 100%)
}

.quality-grid div {
    background: #fff;
    border: 1px solid rgba(19, 92, 52, .10);
    box-shadow: 0 12px 30px rgba(7, 63, 36, .08)
}

.sobre {
    background: #fff
}

.sobre-img {
    box-shadow: 0 20px 55px rgba(7, 63, 36, .16)
}

.numbers div {
    background: #eff7ec;
    border: 1px solid rgba(19, 92, 52, .10)
}

.vendedores {
    background: linear-gradient(135deg, var(--green-dark), var(--green));
    color: #fff
}

.vendedores h2 {
    color: #fff
}

.seller-card {
    background: #fff;
    border: none;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .15)
}

.contato {
    background: #fff
}

.contato-grid {
    background: #f7faf4;
    border: 1px solid rgba(19, 92, 52, .10);
    border-radius: 32px;
    padding: 42px;
    box-shadow: 0 18px 45px rgba(7, 63, 36, .08)
}

footer {
    background: var(--green-dark)
}

@media(max-width:900px) {
    .nav-content {
        height: 76px
    }

    .hero {
        min-height: 470px;
        background-position: center top
    }

    .hero-actions-content {
        margin-top: -18px
    }

    .instagram-section {
        padding: 70px 0
    }

    .home-product-card {
        flex-basis: calc((100% - 28px)/2)
    }

    .contato-grid {
        padding: 28px
    }

    .menu a::after {
        display: none
    }
}

@media(max-width:550px) {
    .hero {
        min-height: 360px
    }

    .hero-actions-content {
        padding: 18px
    }

    .instagram-icon {
        width: 76px;
        height: 76px
    }

    .instagram-icon svg {
        width: 44px;
        height: 44px
    }

    .home-product-card {
        flex-basis: 100%
    }

    .product-img {
        height: 220px
    }
}

/* === Atualização profissional: animações, slider automático e venda com zoom === */
.reveal-on-load {
    opacity: 0;
    transform: translateY(38px);
    transition: opacity .8s ease, transform .8s ease
}

.reveal-on-load.is-visible {
    opacity: 1;
    transform: translateY(0)
}

.hero {
    animation: heroZoomIn 1.4s ease both
}

.navbar,
.top-bar {
    animation: slideDownPro .75s ease both
}

.hero-actions-content {
    animation: fadeUpPro .9s ease .18s both
}

@keyframes heroZoomIn {
    from {
        opacity: .65;
        transform: scale(1.015)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes slideDownPro {
    from {
        opacity: 0;
        transform: translateY(-18px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeUpPro {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.product-slider {
    scroll-behavior: smooth
}

.product-track {
    will-change: transform
}

.home-products .product-card:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: 0 22px 52px rgba(7, 63, 36, .18)
}

.slider-btn {
    opacity: .9
}

.slider-wrap:hover .slider-btn {
    opacity: 1
}

.slider-wrap:hover .product-track {
    transition-duration: .6s
}

.produto-detalhe {
    background: linear-gradient(135deg, #f5f2ec 0%, #eef7ec 100%);
    position: relative;
    overflow: hidden
}

.produto-detalhe::before {
    content: "";
    position: absolute;
    inset: auto -12% -45% -12%;
    height: 65%;
    background: radial-gradient(circle, var(--green) 0%, transparent 62%);
    opacity: .08;
    pointer-events: none
}

.detalhe-grid {
    position: relative
}

.detalhe-imagem {
    border: 1px solid rgba(19, 92, 52, .12);
    box-shadow: 0 24px 60px rgba(7, 63, 36, .16);
    cursor: zoom-in;
    transition: transform .35s ease, box-shadow .35s ease
}

.detalhe-imagem:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 72px rgba(7, 63, 36, .22)
}

.detalhe-imagem img {
    transition: transform .75s ease, filter .45s ease
}

.detalhe-imagem:hover img {
    transform: scale(1.18);
    filter: contrast(1.04) saturate(1.06)
}

.detalhe-info {
    background: #fff;
    border-radius: 28px;
    padding: 38px;
    border: 1px solid rgba(19, 92, 52, .10);
    box-shadow: 0 18px 45px rgba(7, 63, 36, .08)
}

.detalhe-btn {
    box-shadow: 0 16px 35px rgba(32, 212, 107, .22)
}

.detalhe-card {
    background: #fff;
    border: 1px solid rgba(19, 92, 52, .12);
    box-shadow: 0 14px 34px rgba(7, 63, 36, .08);
    transition: .3s
}

.detalhe-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(7, 63, 36, .14)
}

@media(max-width:900px) {
    .detalhe-info {
        padding: 28px
    }

    .reveal-on-load {
        transform: translateY(24px)
    }
}


/* ===== MARCAS QUE TRABALHAMOS - 12 QUADRADOS PEQUENOS ===== */
.brands-logos-grid {
    max-width: 1100px;
    margin: 42px auto 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.brand-logo-card {
    height: 126px;
    background: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .07);
    border: 1px solid rgba(7, 63, 34, .06);
    transition: all .25s ease;
}

.brand-logo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(7, 63, 34, .15);
}

.brand-logo-text {
    font-size: 17px;
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
    color: #073f22;
}

.brand-logo-card:nth-child(1) .brand-logo-text {
    color: #217a2d;
}

.brand-logo-card:nth-child(2) .brand-logo-text {
    color: #191919;
}

.brand-logo-card:nth-child(3) .brand-logo-text {
    color: #c62020;
}

.brand-logo-card:nth-child(4) .brand-logo-text {
    color: #1267a8;
}

.brand-logo-card:nth-child(5) .brand-logo-text {
    color: #2d9b57;
}

.brand-logo-card:nth-child(6) .brand-logo-text {
    color: #f05a22;
}

.brand-logo-card:nth-child(7) .brand-logo-text {
    color: #1976b9;
}

.brand-logo-card:nth-child(8) .brand-logo-text {
    color: #222;
}

.brand-logo-card:nth-child(9) .brand-logo-text {
    color: #2552a3;
}

.brand-logo-card:nth-child(10) .brand-logo-text {
    color: #df2424;
}

.brand-logo-card:nth-child(11) .brand-logo-text {
    color: #245b78;
}

.brand-logo-card:nth-child(12) .brand-logo-text {
    color: #111;
}

@media(max-width:900px) {
    .brands-logos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:560px) {
    .brands-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .brand-logo-card {
        height: 108px;
    }

    .brand-logo-text {
        font-size: 15px;
    }
}
/* ==========================================================
   AJUSTE 4S AGRÍCOLA - PRODUTOS + MOBILE PROFISSIONAL
   Corrige corte das imagens e melhora responsividade no celular
   ========================================================== */

img {
    max-width: 100%;
}

.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-img {
    height: 250px;
    padding: 18px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.product-card:hover .product-img img {
    transform: scale(1.04);
}

.product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.product-info h3 {
    line-height: 1.22;
}

.detalhe-imagem {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8f2 100%);
}

.detalhe-imagem img {
    object-fit: contain;
    object-position: center;
    background: #fff;
}

.detalhe-imagem:hover img {
    transform: scale(1.06);
}

@media (max-width: 900px) {
    body {
        overflow-x: hidden;
    }

    .container {
        width: min(94%, 720px);
    }

    .top-bar {
        padding: 8px 0;
    }

    .top-content {
        gap: 6px;
        line-height: 1.35;
    }

    .navbar {
        position: sticky;
        top: 0;
    }

    .nav-content {
        height: 72px;
    }

    .logo img {
        width: 118px;
    }

    .hamburger {
        width: 44px;
        height: 44px;
        font-size: 26px;
        border-radius: 12px;
    }

    .menu {
        top: 72px;
        border-top: 1px solid rgba(19, 92, 52, .10);
    }

    .menu.active {
        max-height: 420px;
    }

    .produtos-page {
        padding-top: 42px;
    }

    .produtos-topo {
        gap: 18px;
        margin-bottom: 22px;
    }

    .produtos-topo h2 {
        margin-bottom: 14px;
    }

    .search-box {
        width: 100%;
    }

    .search-box input {
        height: 52px;
        font-size: 15px;
        border-radius: 16px;
        box-shadow: 0 10px 26px rgba(7, 63, 36, .07);
    }

    .category-buttons {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        gap: 10px;
        margin: 0 -3% 28px;
        padding: 0 3% 12px;
        scrollbar-width: thin;
    }

    .filter-btn {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 12px 18px;
    }

    .product-grid {
        gap: 20px;
    }

    .product-img {
        height: 230px;
        padding: 16px;
    }

    .product-info {
        padding: 22px;
    }

    .produto-detalhe {
        padding: 42px 0 58px;
    }

    .detalhe-grid {
        gap: 24px;
    }

    .detalhe-imagem {
        height: 360px;
        padding: 18px;
    }

    .detalhe-info {
        padding: 26px 22px;
    }

    .detalhe-info h1 {
        font-size: clamp(30px, 9vw, 44px);
        line-height: 1.08;
    }

    .detalhe-texto {
        font-size: 16px;
        line-height: 1.65;
    }

    .detalhe-cards {
        gap: 18px;
    }

    .detalhe-card {
        padding: 26px 22px;
    }

    .footer-grid {
        gap: 26px;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .section {
        padding: 48px 0;
    }

    .section h2 {
        font-size: 30px;
        margin: 10px 0 24px;
    }

    .subtitle {
        font-size: 12px;
        letter-spacing: 1.6px;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .product-card {
        border-radius: 20px;
        box-shadow: 0 12px 30px rgba(7, 63, 36, .11);
    }

    .product-img {
        height: 260px;
        padding: 20px;
    }

    .product-info {
        padding: 20px 20px 22px;
    }

    .product-info h3 {
        font-size: 21px;
        margin: 9px 0 12px;
    }

    .product-info p {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .btn-primary,
    .btn-secondary,
    .btn-whatsapp,
    .btn-outline,
    .detalhe-btn {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
    }

    .produto-detalhe {
        padding-top: 32px;
    }

    .detalhe-imagem {
        height: 330px;
        border-radius: 20px;
        padding: 16px;
    }

    .detalhe-imagem img {
        border-radius: 14px;
    }

    .detalhe-info {
        border-radius: 22px;
    }

    .detalhe-codigo {
        font-size: 13px;
        line-height: 1.35;
        border-radius: 16px;
    }

    .detalhe-card h2 {
        font-size: 22px;
    }

    footer {
        padding: 42px 0 22px;
    }

    footer p,
    footer a {
        font-size: 14px;
    }
}

@media (max-width: 390px) {
    .product-img {
        height: 230px;
        padding: 16px;
    }

    .detalhe-imagem {
        height: 290px;
    }

    .top-content span {
        width: 100%;
    }
}

/* AJUSTE IMAGENS PRODUTOS */
.product-img {
 display:flex !important;
 align-items:center !important;
 justify-content:center !important;
 overflow:hidden !important;
 padding:15px !important;
}
.product-img img,
.detalhe-imagem img {
 width:100% !important;
 height:100% !important;
 object-fit:contain !important;
 object-position:center !important;
 display:block !important;
}

@media (max-width:768px){
 .product-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px !important;
 }
 .product-card{
  border-radius:18px !important;
 }
 .product-img{
  height:180px !important;
 }
}

@media (max-width:520px){
 .product-grid{
  grid-template-columns:1fr !important;
 }
 .product-img{
  height:220px !important;
 }
}








/* ===== AJUSTE FINAL 4S - PRODUTOS 4 COLUNAS E PAGINAÇÃO ===== */
.produtos-page .container {
    max-width: 1400px;
    width: 95%;
}

.produtos-page .product-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
    width: 100%;
    align-items: stretch;
}

.produtos-page .product-card {
    height: 100%;
}

.produtos-page .product-img {
    height: 230px !important;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 42px;
    flex-wrap: wrap;
}

.pagination button {
    min-width: 45px;
    height: 45px;
    border: none;
    border-radius: 12px;
    background: #f1f5ef;
    color: #073f24;
    font-weight: 800;
    cursor: pointer;
    transition: .3s;
    padding: 0 14px;
}

.pagination button:hover,
.pagination button.active {
    background: #135c34;
    color: #fff;
}

@media (max-width: 1100px) {
    .produtos-page .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    .produtos-page .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    .produtos-page .product-img {
        height: 180px !important;
    }
}

@media (max-width: 520px) {
    .produtos-page .container {
        width: 92%;
    }

    .produtos-page .product-grid {
        grid-template-columns: 1fr !important;
    }

    .produtos-page .product-img {
        height: 220px !important;
    }
}

/* ==========================================================
   AJUSTE 4S - CARROSSEL DA HOME
   Caixas com o mesmo tamanho + card/botão "Mais peças"
   ========================================================== */
.home-products .product-track {
    align-items: stretch !important;
}

.home-products .home-product-card {
    min-height: 510px !important;
    height: 510px !important;
    display: flex !important;
    flex-direction: column !important;
}

.home-products .home-product-card .product-img {
    height: 285px !important;
    flex: 0 0 285px !important;
}

.home-products .home-product-card .product-info {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

.home-products .call-product-card {
    background: #fff !important;
    border: 1px solid rgba(19, 92, 52, .10) !important;
    box-shadow: 0 16px 38px rgba(7, 63, 36, .10) !important;
    color: inherit !important;
    justify-content: center !important;
    text-align: center !important;
}

.home-products .call-product-card .product-info {
    height: 100% !important;
    padding: 36px 28px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.home-products .call-product-card .product-category {
    margin-bottom: 14px !important;
}

.home-products .call-product-card h3 {
    width: 100% !important;
    max-width: 260px !important;
    margin: 0 auto 18px !important;
    padding: 16px 20px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--green), var(--green-dark)) !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    box-shadow: 0 14px 30px rgba(13, 137, 73, .22) !important;
}

.home-products .call-product-card p {
    max-width: 260px !important;
    margin: 0 auto !important;
    color: #66738a !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}

@media (max-width: 900px) {
    .home-products .home-product-card {
        min-height: 470px !important;
        height: 470px !important;
    }

    .home-products .home-product-card .product-img {
        height: 245px !important;
        flex-basis: 245px !important;
    }
}

@media (max-width: 520px) {
    .home-products .home-product-card {
        min-height: 440px !important;
        height: 440px !important;
    }

    .home-products .home-product-card .product-img {
        height: 220px !important;
        flex-basis: 220px !important;
    }
}
