/* Pagina de equipamentos Brutusmaq */

:root {
    --eq-orange: #ff5a00;
    --eq-orange-2: #ff7a1a;
    --eq-green: #78b72a;
    --eq-bg: #070908;
    --eq-surface: #0d100f;
    --eq-surface-2: #121513;
    --eq-text: #f4f5f2;
    --eq-muted: #aeb2ac;
    --eq-line: rgba(255, 255, 255, 0.12);
    --eq-container: 1380px;
}

html {
    scroll-behavior: smooth;
}

.equipamentos-page {
    color: var(--eq-text);
    background: var(--eq-bg);
    overflow: clip;
}

.equipamentos-container {
    width: min(var(--eq-container), calc(100% - 96px));
    margin: 0 auto;
}

.equipamentos-page a {
    text-decoration: none;
}

.equipamentos-page img {
    display: block;
    max-width: 100%;
}

.equipamentos-category-section,
.equipamentos-product {
    scroll-margin-top: 184px;
}

#categorias {
    scroll-margin-top: 100px;
}

.equipamentos-btn-primary,
.equipamentos-btn-secondary {
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.equipamentos-btn-primary {
    background: var(--eq-orange);
    box-shadow: 0 18px 36px rgba(255, 90, 0, 0.2);
}

.equipamentos-btn-secondary {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(5, 7, 6, 0.54);
}

.equipamentos-btn-primary:hover,
.equipamentos-btn-secondary:hover {
    transform: translateY(-2px);
}

.equipamentos-btn-primary:hover {
    background: var(--eq-orange-2);
}

.equipamentos-btn-secondary:hover {
    border-color: var(--eq-orange);
    background: rgba(255, 90, 0, 0.09);
}

/* Hero */

.equipamentos-hero {
    position: relative;
    min-height: 640px;
    isolation: isolate;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background:
        linear-gradient(90deg, #050706 0%, rgba(5, 7, 6, 0.97) 43%, rgba(5, 7, 6, 0.34) 76%, #050706 100%),
        #050706;
    border-bottom: 1px solid var(--eq-line);
}

.equipamentos-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 108px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 42%);
}

.equipamentos-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(180deg, transparent, #050706 92%);
    pointer-events: none;
}

.equipamentos-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 76% 46%, rgba(255, 90, 0, 0.2), transparent 23%),
        radial-gradient(circle at 70% 54%, rgba(120, 183, 42, 0.08), transparent 28%);
    pointer-events: none;
}

.equipamentos-hero-inner {
    position: relative;
    min-height: 640px;
    padding: 72px 0 82px;
    display: flex;
    align-items: center;
}

.equipamentos-hero-copy {
    position: relative;
    z-index: 3;
    width: min(710px, 58%);
}

.equipamentos-breadcrumb {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #8f948e;
    font-size: 13px;
}

.equipamentos-breadcrumb a {
    color: #c8cbc6;
}

.equipamentos-breadcrumb a:hover {
    color: var(--eq-orange);
}

.equipamentos-breadcrumb strong {
    color: #fff;
    font-weight: 500;
}

.equipamentos-hero-eyebrow {
    display: block;
    margin-bottom: 14px;
    color: var(--eq-orange);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.equipamentos-hero-copy h1 {
    margin: 0;
    color: #f7f8f5;
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 92px;
    font-weight: 700;
    line-height: 0.82;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 18px 42px rgba(0, 0, 0, 0.72);
}

.equipamentos-hero-copy h1 strong {
    color: var(--eq-orange);
    font-weight: 700;
}

.equipamentos-hero-copy > p {
    max-width: 610px;
    margin: 24px 0 0;
    color: #d4d7d1;
    font-size: 16px;
    line-height: 1.7;
}

.equipamentos-hero-actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.equipamentos-hero-features {
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.equipamentos-hero-features div {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.equipamentos-hero-features span {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-left: 2px solid var(--eq-orange);
}

.equipamentos-hero-features span img {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.equipamentos-hero-features .equipamentos-hero-icon-fabricacao img {
    width: 24px;
    height: 24px;
}

.equipamentos-hero-features strong {
    color: #f0f2ee;
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: 0;
    text-transform: uppercase;
}

.equipamentos-hero-machine {
    position: absolute;
    z-index: 1;
    right: -74px;
    bottom: -36px;
    width: min(720px, 55vw);
    pointer-events: none;
}

.equipamentos-hero-machine::before {
    content: "";
    position: absolute;
    right: 8%;
    bottom: 6%;
    width: 78%;
    height: 24%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.88);
    filter: blur(28px);
}

.equipamentos-hero-machine img {
    position: relative;
    width: 100%;
    max-height: 610px;
    object-fit: contain;
    opacity: 0;
    filter: drop-shadow(0 32px 42px rgba(0, 0, 0, 0.75));
    transition: opacity 220ms ease;
}

.equipamentos-hero-machine img.is-loaded {
    opacity: 1;
}

/* Navegacao de categorias */

.equipamentos-tabs-section {
    position: sticky;
    top: 92px;
    z-index: 20;
    padding: 10px 0;
    border-bottom: 1px solid var(--eq-line);
    background: rgba(7, 9, 8, 0.94);
    backdrop-filter: blur(18px);
}

.equipamentos-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.equipamentos-tabs a {
    min-width: 0;
    min-height: 70px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #d7dad5;
    background: transparent;
    transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.equipamentos-tabs a:hover {
    border-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    background: rgba(255, 255, 255, 0.035);
}

.equipamentos-tabs a.active {
    border-color: rgba(255, 90, 0, 0.48);
    color: #fff;
    background: rgba(255, 90, 0, 0.1);
}

.equipamentos-tabs a > span {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 90, 0, 0.38);
    border-radius: 4px;
    display: grid;
    place-items: center;
    background: rgba(255, 90, 0, 0.06);
}

.equipamentos-tabs a > span img {
    width: 23px;
    height: 23px;
    object-fit: contain;
}

.equipamentos-tabs a > div {
    min-width: 0;
}

.equipamentos-tabs strong {
    display: block;
    color: inherit;
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: 0;
    text-transform: uppercase;
}

.equipamentos-tabs a[href="#esteiras"] strong,
.equipamentos-tabs a[href="#outros-equipamentos"] strong,
.equipamentos-tabs a[href="#usados"] strong {
    font-size: 19px;
}

.equipamentos-tabs small {
    display: block;
    margin-top: 4px;
    color: #858a84;
    font-size: 10.5px;
    line-height: 1.2;
}

.equipamentos-tabs a.active small,
.equipamentos-tabs a:hover small {
    color: #bfc3bc;
}

.equipamentos-scroll-info {
    display: none;
}

/* Linhas de equipamentos */

.equipamentos-category-section {
    padding: 80px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #080a09;
}

#moinhos,
#esteiras,
#usados {
    background: #0b0e0c;
}

.equipamentos-category-card {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 24px 52px;
    align-items: start;
}

.equipamentos-category-copy {
    min-width: 0;
    padding-top: 8px;
}

.equipamentos-category-copy::before {
    content: "Linha Brutusmaq";
    display: block;
    margin-bottom: 12px;
    color: var(--eq-orange);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.equipamentos-category-copy h2 {
    margin: 0;
    color: #f4f5f2;
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 0.88;
    letter-spacing: 0;
    text-transform: uppercase;
}

.equipamentos-category-copy h2::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    margin-top: 16px;
    background: var(--eq-orange);
}

.equipamentos-category-copy p {
    margin: 18px 0 0;
    color: var(--eq-muted);
    font-size: 13.5px;
    line-height: 1.65;
}

.equipamentos-products-row {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.equipamentos-product {
    position: relative;
    min-width: 0;
    min-height: 318px;
    padding: 14px 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    color: #fff;
    background: var(--eq-surface-2);
    overflow: hidden;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.equipamentos-product::after {
    content: "\2197";
    position: absolute;
    top: 13px;
    right: 13px;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #a8aca6;
    font-size: 13px;
    transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.equipamentos-product:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 90, 0, 0.58);
    background: #151916;
}

.equipamentos-product:hover::after {
    border-color: var(--eq-orange);
    color: #fff;
    background: var(--eq-orange);
}

.equipamentos-product:focus-visible,
.equipamentos-category-link:focus-visible,
.equipamentos-tabs a:focus-visible,
.equipamentos-btn-primary:focus-visible,
.equipamentos-btn-secondary:focus-visible {
    outline: 2px solid var(--eq-orange);
    outline-offset: 3px;
}

.equipamentos-product img {
    width: 100%;
    height: 190px;
    margin-bottom: 12px;
    object-fit: contain;
    filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.62));
    transition: transform 220ms ease;
}

.equipamentos-product:hover img {
    transform: scale(1.035);
}

.equipamentos-product h3 {
    margin: auto 0 6px;
    color: #f5f6f3;
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.equipamentos-product p {
    margin: 0;
    color: #aeb2ac;
    font-size: 12px;
    line-height: 1.45;
}

.equipamentos-empty-state {
    grid-column: 1 / -1;
    min-height: 210px;
    padding: 28px;
    border: 1px dashed rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    display: grid;
    place-items: center;
    color: #aeb2ac;
    background: rgba(255, 255, 255, 0.02);
    text-align: center;
    font-size: 14px;
}

.equipamentos-category-link {
    grid-column: 2 / 3;
    justify-self: end;
    min-height: 44px;
    margin-top: 2px;
    padding: 0 16px;
    border: 1px solid rgba(255, 90, 0, 0.48);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #fff;
    background: rgba(255, 90, 0, 0.07);
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color 180ms ease, background 180ms ease;
}

.equipamentos-category-link:hover {
    border-color: var(--eq-orange);
    background: rgba(255, 90, 0, 0.15);
}

.equipamentos-category-link[hidden] {
    display: none;
}

.equipamentos-products-row .equipamentos-product-extra {
    display: none;
    animation: equipamentosDrawerIn 260ms ease both;
}

.equipamentos-products-row.is-expanded .equipamentos-product-extra {
    display: flex;
}

@keyframes equipamentosDrawerIn {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }

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

/* Equipamentos usados */

.equipamentos-used-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.equipamentos-used-benefits article {
    min-height: 168px;
    padding: 22px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    background: var(--eq-surface-2);
}

.equipamentos-used-benefits span {
    width: 42px;
    height: 42px;
    margin-bottom: 24px;
    border-left: 2px solid var(--eq-green);
    display: grid;
    place-items: center;
}

.equipamentos-used-benefits span img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.equipamentos-used-benefits h3 {
    margin: 0 0 7px;
    color: #f2f4f0;
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.equipamentos-used-benefits p {
    margin: 0;
    color: #aeb2ac;
    font-size: 12px;
    line-height: 1.5;
}

.equipamentos-used-card .equipamentos-category-link {
    grid-column: 2 / 3;
}

/* CTA final */

.equipamentos-cta-section {
    padding: 72px 0;
    background: #070908;
}

.equipamentos-cta-box {
    position: relative;
    min-height: 220px;
    padding: 38px 42px;
    border-top: 1px solid rgba(255, 90, 0, 0.62);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    display: grid;
    grid-template-columns: 1.15fr 0.75fr auto;
    gap: 34px;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(13, 16, 15, 0.98), rgba(13, 16, 15, 0.76)),
        var(--eq-surface);
}

.equipamentos-cta-box::before {
    content: "";
    position: absolute;
    right: 4%;
    top: -70%;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 90, 0, 0.18);
    transform: rotate(24deg);
    pointer-events: none;
}

.equipamentos-cta-box > * {
    position: relative;
    z-index: 1;
}

.equipamentos-cta-box h2 {
    margin: 0;
    color: #f4f5f2;
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
}

.equipamentos-cta-box h2 strong {
    color: var(--eq-orange);
}

.equipamentos-cta-box p {
    margin: 0;
    color: #c4c8c1;
    font-size: 14px;
    line-height: 1.6;
}

.equipamentos-cta-box .equipamentos-btn-primary {
    white-space: nowrap;
}

/* Tablet amplo */

@media (max-width: 1180px) {
    .equipamentos-container {
        width: min(var(--eq-container), calc(100% - 48px));
    }

    .equipamentos-hero-copy {
        width: min(650px, 62%);
    }

    .equipamentos-hero-copy h1 {
        font-size: 78px;
    }

    .equipamentos-hero-machine {
        right: -120px;
        width: 62vw;
    }

    .equipamentos-hero-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 500px;
    }

    .equipamentos-tabs strong {
        font-size: 19px;
    }

    .equipamentos-tabs a[href="#esteiras"] strong,
    .equipamentos-tabs a[href="#outros-equipamentos"] strong,
    .equipamentos-tabs a[href="#usados"] strong {
        font-size: 17px;
    }

    .equipamentos-tabs small {
        display: none;
    }

    .equipamentos-category-card {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 22px 34px;
    }

    .equipamentos-products-row {
        gap: 10px;
    }

    .equipamentos-product {
        min-height: 286px;
    }

    .equipamentos-product img {
        height: 158px;
    }

    .equipamentos-cta-box {
        grid-template-columns: 1fr 0.8fr;
    }

    .equipamentos-cta-box .equipamentos-btn-primary {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

/* Tablet */

@media (max-width: 980px) {
    .equipamentos-category-section,
    .equipamentos-product {
        scroll-margin-top: 166px;
    }


    #categorias {
        scroll-margin-top: 90px;
    }

    .equipamentos-hero,
    .equipamentos-hero-inner {
        min-height: 610px;
    }

    .equipamentos-hero-inner {
        padding: 58px 0 68px;
    }

    .equipamentos-hero-copy {
        width: min(620px, 76%);
    }

    .equipamentos-hero-copy h1 {
        font-size: 70px;
    }

    .equipamentos-hero-machine {
        right: -150px;
        bottom: -18px;
        width: 70vw;
        opacity: 0.48;
    }

    .equipamentos-tabs-section {
        top: 82px;
    }

    .equipamentos-tabs {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: 205px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline proximity;
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 90, 0, 0.7) rgba(255, 255, 255, 0.06);
    }

    .equipamentos-tabs a {
        scroll-snap-align: start;
    }

    .equipamentos-tabs strong,
    .equipamentos-tabs a[href="#esteiras"] strong,
    .equipamentos-tabs a[href="#outros-equipamentos"] strong,
    .equipamentos-tabs a[href="#usados"] strong {
        font-size: 19px;
    }

    .equipamentos-category-section {
        padding: 64px 0;
    }

    .equipamentos-category-card,
    .equipamentos-used-card {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .equipamentos-category-copy {
        max-width: 650px;
        padding-top: 0;
    }

    .equipamentos-category-copy h2 {
        font-size: 48px;
    }

    .equipamentos-category-copy p {
        max-width: 570px;
    }

    .equipamentos-products-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .equipamentos-product {
        min-height: 330px;
    }

    .equipamentos-product img {
        height: 200px;
    }

    .equipamentos-category-link,
    .equipamentos-used-card .equipamentos-category-link {
        grid-column: 1 / -1;
    }

    .equipamentos-used-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Mobile */

@media (max-width: 680px) {
    .equipamentos-container {
        width: min(100% - 28px, var(--eq-container));
    }

    .equipamentos-category-section,
    .equipamentos-product {
        scroll-margin-top: 158px;
    }

    #categorias {
        scroll-margin-top: 86px;
    }

    .equipamentos-hero,
    .equipamentos-hero-inner {
        min-height: auto;
    }

    .equipamentos-hero-inner {
        padding: 32px 0 36px;
        align-items: flex-start;
    }

    .equipamentos-hero-copy {
        width: 100%;
    }

    .equipamentos-breadcrumb {
        margin-bottom: 18px;
        font-size: 11px;
    }

    .equipamentos-hero-eyebrow {
        margin-bottom: 10px;
        font-size: 10px;
    }

    .equipamentos-hero-copy h1 {
        max-width: 360px;
        font-size: 58px;
        line-height: 0.84;
    }

    .equipamentos-hero-copy > p {
        max-width: 500px;
        margin-top: 18px;
        font-size: 13.5px;
        line-height: 1.55;
    }

    .equipamentos-hero-actions {
        margin-top: 20px;
        gap: 8px;
    }

    .equipamentos-btn-primary,
    .equipamentos-btn-secondary {
        min-height: 46px;
        padding: 0 16px;
        font-size: 18px;
    }

    .equipamentos-hero-features {
        max-width: 100%;
        margin-top: 22px;
        padding-top: 16px;
        gap: 14px 8px;
    }

    .equipamentos-hero-features span {
        width: 26px;
        height: 30px;
    }

    .equipamentos-hero-features span img {
        width: 17px;
        height: 17px;
    }

    .equipamentos-hero-features .equipamentos-hero-icon-fabricacao img {
        width: 20px;
        height: 20px;
    }

    .equipamentos-hero-features strong {
        font-size: 15px;
    }

    .equipamentos-hero-machine {
        display: none;
    }

    .equipamentos-tabs-section {
        top: 80px;
        padding: 8px 0;
    }

    .equipamentos-tabs {
        grid-auto-columns: 174px;
        gap: 7px;
    }

    .equipamentos-tabs a {
        min-height: 60px;
        padding: 8px 9px;
        gap: 8px;
    }

    .equipamentos-tabs a > span {
        width: 34px;
        height: 34px;
    }

    .equipamentos-tabs a > span img {
        width: 20px;
        height: 20px;
    }

    .equipamentos-tabs strong,
    .equipamentos-tabs a[href="#esteiras"] strong,
    .equipamentos-tabs a[href="#outros-equipamentos"] strong,
    .equipamentos-tabs a[href="#usados"] strong {
        font-size: 17px;
    }

    .equipamentos-category-section {
        padding: 38px 0;
    }

    .equipamentos-category-card,
    .equipamentos-used-card {
        gap: 20px;
    }

    .equipamentos-category-copy::before {
        margin-bottom: 9px;
        font-size: 10px;
    }

    .equipamentos-category-copy h2,
    #titulo-esteiras,
    #titulo-outros-equipamentos,
    .equipamentos-used-card .equipamentos-category-copy h2 {
        max-width: 100%;
        font-size: 40px;
        line-height: 0.9;
        overflow-wrap: normal;
    }

    .equipamentos-category-copy h2::after {
        margin-top: 12px;
    }

    .equipamentos-category-copy p {
        margin-top: 14px;
        font-size: 12.5px;
        line-height: 1.55;
    }

    .equipamentos-products-row {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .equipamentos-product {
        min-height: 124px;
        padding: 10px 44px 10px 10px;
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 13px;
        row-gap: 2px;
        align-items: center;
    }

    .equipamentos-product::after {
        top: 12px;
        right: 10px;
        width: 25px;
        height: 25px;
    }

    .equipamentos-product img {
        grid-row: 1 / 3;
        width: 112px;
        height: 98px;
        margin: 0;
    }

    .equipamentos-product h3 {
        align-self: end;
        margin: 0 0 2px;
        font-size: 27px;
    }

    .equipamentos-product p {
        align-self: start;
        display: -webkit-box;
        overflow: hidden;
        font-size: 11.5px;
        line-height: 1.35;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .equipamentos-products-row.is-expanded .equipamentos-product-extra {
        display: grid;
    }

    .equipamentos-category-link,
    .equipamentos-used-card .equipamentos-category-link {
        width: 100%;
        min-height: 46px;
        justify-self: stretch;
        margin-top: 2px;
        font-size: 17px;
    }

    .equipamentos-used-benefits {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .equipamentos-used-benefits article {
        min-height: auto;
        padding: 14px;
        display: grid;
        grid-template-columns: 42px 1fr;
        gap: 11px;
        align-items: center;
    }

    .equipamentos-used-benefits span {
        width: 38px;
        height: 38px;
        margin: 0;
    }

    .equipamentos-used-benefits h3 {
        font-size: 20px;
    }

    .equipamentos-used-benefits p {
        font-size: 11px;
    }

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

    .equipamentos-cta-box {
        min-height: auto;
        padding: 28px 20px;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .equipamentos-cta-box h2 {
        font-size: 38px;
    }

    .equipamentos-cta-box p {
        font-size: 12.5px;
    }

    .equipamentos-cta-box .equipamentos-btn-primary {
        width: 100%;
        justify-self: stretch;
    }
}

@media (max-width: 420px) {
    .equipamentos-container {
        width: min(100% - 22px, var(--eq-container));
    }

    .equipamentos-hero-copy h1 {
        font-size: 50px;
    }

    .equipamentos-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .equipamentos-category-copy h2,
    #titulo-esteiras,
    #titulo-outros-equipamentos,
    .equipamentos-used-card .equipamentos-category-copy h2 {
        font-size: 36px;
    }

    .equipamentos-product {
        grid-template-columns: 96px minmax(0, 1fr);
        column-gap: 10px;
    }

    .equipamentos-product img {
        width: 96px;
        height: 88px;
    }

    .equipamentos-product h3 {
        font-size: 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .equipamentos-page *,
    .equipamentos-page *::before,
    .equipamentos-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Alinhamento visual 2026: mesma linguagem editorial da pagina Sobre nos */

.equipamentos-page {
    --eq-orange: #e85800;
    --eq-orange-2: #ff6a0a;
    --eq-green: #73b942;
    --eq-paper: #f1f1ee;
    --eq-ink: #111212;
    --eq-copy: #5d5f5f;
}

.equipamentos-hero-eyebrow,
.equipamentos-section-label,
.equipamentos-category-copy::before {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--eq-orange);
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.equipamentos-hero-eyebrow::before,
.equipamentos-section-label::before,
.equipamentos-category-copy::before {
    flex: 0 0 38px;
    width: 38px;
    height: 2px;
    background: currentColor;
}

.equipamentos-category-copy::before {
    content: "";
    display: block;
    margin: 0 0 18px;
}

.equipamentos-hero {
    min-height: 650px;
    background:
        linear-gradient(90deg, rgba(4, 5, 5, 0.99) 0%, rgba(4, 5, 5, 0.93) 48%, rgba(4, 5, 5, 0.3) 100%),
        #050706;
}

.equipamentos-hero::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px) 0 0 / 112px 100%,
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 44%);
}

.equipamentos-hero-overlay {
    background: radial-gradient(circle at 76% 48%, rgba(232, 88, 0, 0.23), transparent 27%);
}

.equipamentos-hero-copy h1 {
    font-size: 86px;
    line-height: 0.86;
}

.equipamentos-hero-copy > p {
    max-width: 570px;
}

.equipamentos-hero-features {
    max-width: 680px;
}

.equipamentos-tabs-section {
    background: rgba(9, 10, 10, 0.97);
}

.equipamentos-tabs a.active {
    border-color: rgba(232, 88, 0, 0.62);
    background: #e85800;
}

.equipamentos-tabs a.active > span {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(0, 0, 0, 0.12);
}

.equipamentos-tabs a.active small {
    color: rgba(255, 255, 255, 0.78);
}

.equipamentos-category-section,
#moinhos,
#esteiras {
    padding: 94px 0 100px;
    border-bottom-color: rgba(17, 18, 18, 0.12);
    color: var(--eq-ink);
    background: var(--eq-paper);
}

#moinhos,
#esteiras {
    background: #e9e9e5;
}

.equipamentos-category-card {
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 2.28fr);
    gap: 28px 64px;
}

.equipamentos-category-copy {
    padding-top: 6px;
}

.equipamentos-category-copy h2 {
    color: var(--eq-ink);
    font-size: 50px;
    line-height: 0.94;
}

.equipamentos-category-copy h2::after {
    display: none;
}

.equipamentos-category-copy p {
    max-width: 330px;
    margin-top: 18px;
    color: var(--eq-copy);
    font-size: 14px;
    line-height: 1.72;
}

.equipamentos-products-row {
    gap: 12px;
}

.equipamentos-product {
    min-height: 390px;
    padding: 14px 16px 18px;
    border-color: rgba(17, 18, 18, 0.14);
    color: var(--eq-ink);
    background: #ffffff;
    box-shadow: none;
}

.equipamentos-product::after {
    display: none;
}

.equipamentos-product:hover {
    border-color: rgba(232, 88, 0, 0.58);
    background: #ffffff;
}

.equipamentos-product-media {
    min-height: 205px;
    margin: 0 0 16px;
    display: grid;
    place-items: center;
    border-radius: 4px;
    background: #f3f3f0;
    overflow: hidden;
}

.equipamentos-product img,
.equipamentos-product-media img {
    width: 100%;
    height: 185px;
    margin: 0;
    object-fit: contain;
    filter: drop-shadow(0 20px 20px rgba(17, 18, 18, 0.18));
}

.equipamentos-product-meta {
    display: block;
    margin-bottom: 8px;
    color: #e85800;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.equipamentos-product h3 {
    margin: 0 0 7px;
    color: var(--eq-ink);
    font-size: 31px;
}

.equipamentos-product p {
    color: #656767;
    font-size: 12px;
    line-height: 1.55;
}

.equipamentos-product-action {
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(17, 18, 18, 0.1);
    color: var(--eq-ink);
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.equipamentos-product-action span {
    color: #e85800;
}

.equipamentos-empty-state {
    border-color: rgba(17, 18, 18, 0.22);
    color: var(--eq-copy);
    background: rgba(255, 255, 255, 0.45);
}

.equipamentos-category-link {
    color: var(--eq-ink);
    background: transparent;
}

.equipamentos-category-link:hover {
    color: #ffffff;
    background: #e85800;
}

#usados {
    padding: 96px 0 104px;
    border-bottom-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    background:
        linear-gradient(110deg, rgba(8, 9, 9, 0.98), rgba(16, 27, 16, 0.93)),
        #090a0a;
}

#usados .equipamentos-category-copy h2,
#usados .equipamentos-category-link {
    color: #ffffff;
}

#usados .equipamentos-category-copy p {
    color: rgba(255, 255, 255, 0.68);
}

#usados .equipamentos-category-copy::before {
    background: var(--eq-green);
}

.equipamentos-used-benefits {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    gap: 0;
}

.equipamentos-used-benefits article {
    min-height: 240px;
    padding: 34px 30px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.equipamentos-used-benefits article + article {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.equipamentos-used-benefits span {
    border-color: var(--eq-green);
}

.equipamentos-used-benefits p {
    color: rgba(255, 255, 255, 0.64);
}

.equipamentos-spec-section {
    padding: 100px 0 108px;
    color: #ffffff;
    background: #0a0b0b;
}

.equipamentos-spec-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 80px;
    align-items: start;
}

.equipamentos-spec-heading h2 {
    max-width: 560px;
    margin: 18px 0 18px;
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 0.96;
    text-transform: uppercase;
}

.equipamentos-spec-heading p {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.72;
}

.equipamentos-spec-steps {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    list-style: none;
}

.equipamentos-spec-steps li {
    min-height: 120px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 24px;
    align-items: center;
}

.equipamentos-spec-steps > li > span {
    color: var(--eq-green);
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 600;
}

.equipamentos-spec-steps h3 {
    margin: 0 0 7px;
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.equipamentos-spec-steps p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.6;
}

.equipamentos-cta-section {
    padding: 0;
    color: #ffffff;
    background: #e85800;
}

.equipamentos-cta-box {
    min-height: 330px;
    padding: 64px 0;
    border: 0;
    grid-template-columns: minmax(0, 1.35fr) minmax(230px, 0.65fr) auto;
    gap: 56px;
    background: transparent;
}

.equipamentos-cta-box::before {
    display: none;
}

.equipamentos-cta-box h2 {
    font-size: 50px;
}

.equipamentos-cta-box h2 strong {
    color: #171818;
}

.equipamentos-cta-box p {
    color: rgba(255, 255, 255, 0.9);
}

.equipamentos-cta-box .equipamentos-btn-primary {
    color: #ffffff;
    background: #151616;
    box-shadow: none;
}

.equipamentos-cta-box .equipamentos-btn-primary:hover {
    background: #000000;
}

@media (max-width: 1180px) {
    .equipamentos-product {
        min-height: 360px;
    }

    .equipamentos-product-media {
        min-height: 175px;
    }

    .equipamentos-product img,
    .equipamentos-product-media img {
        height: 160px;
    }

    .equipamentos-cta-box {
        grid-template-columns: 1fr 0.8fr;
    }
}

@media (max-width: 980px) {
    .equipamentos-category-section,
    #moinhos,
    #esteiras,
    #outros-equipamentos,
    #usados,
    .equipamentos-spec-section {
        padding: 76px 0 82px;
    }

    .equipamentos-category-card,
    .equipamentos-spec-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .equipamentos-category-copy p {
        max-width: 620px;
    }

    .equipamentos-product {
        min-height: 390px;
    }

    .equipamentos-product-media {
        min-height: 220px;
    }

    .equipamentos-product img,
    .equipamentos-product-media img {
        height: 205px;
    }
}

@media (max-width: 680px) {
    .equipamentos-hero,
    .equipamentos-hero-inner {
        min-height: auto;
    }

    .equipamentos-hero-inner {
        padding-bottom: 28px;
    }

    .equipamentos-hero-copy h1 {
        font-size: 54px;
    }

    .equipamentos-hero-eyebrow,
    .equipamentos-section-label {
        font-size: 15px;
    }

    .equipamentos-hero-eyebrow::before,
    .equipamentos-section-label::before {
        flex-basis: 24px;
        width: 24px;
    }

    .equipamentos-category-section,
    #moinhos,
    #esteiras,
    #usados,
    .equipamentos-spec-section {
        padding: 56px 0 62px;
    }

    .equipamentos-category-copy h2,
    #titulo-esteiras,
    #titulo-outros-equipamentos,
    .equipamentos-used-card .equipamentos-category-copy h2,
    .equipamentos-spec-heading h2,
    .equipamentos-cta-box h2 {
        font-size: 36px;
        line-height: 0.98;
    }

    .equipamentos-product {
        min-height: 144px;
        padding: 10px 12px 10px 10px;
        grid-template-columns: 116px minmax(0, 1fr);
        grid-template-rows: auto auto auto 1fr;
        column-gap: 14px;
    }

    .equipamentos-product-media {
        grid-row: 1 / 5;
        min-height: 120px;
        height: 100%;
        margin: 0;
    }

    .equipamentos-product img,
    .equipamentos-product-media img {
        grid-row: auto;
        width: 108px;
        height: 100px;
    }

    .equipamentos-product-meta {
        align-self: end;
        margin: 0 28px 1px 0;
        font-size: 9px;
    }

    .equipamentos-product h3 {
        align-self: auto;
        font-size: 27px;
    }

    .equipamentos-product p {
        font-size: 11px;
    }

    .equipamentos-product-action {
        padding-top: 8px;
        font-size: 14px;
    }

    .equipamentos-used-benefits {
        border-bottom: 0;
    }

    .equipamentos-used-benefits article {
        min-height: 0;
        padding: 18px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .equipamentos-used-benefits article + article {
        border-left: 0;
    }

    .equipamentos-spec-layout {
        gap: 28px;
    }

    .equipamentos-spec-steps li {
        min-height: 0;
        grid-template-columns: 42px 1fr;
        gap: 14px;
    }

    .equipamentos-cta-box {
        min-height: 0;
        padding: 52px 0;
    }
}

@media (max-width: 420px) {
    .equipamentos-product {
        grid-template-columns: 96px minmax(0, 1fr);
        column-gap: 10px;
    }

    .equipamentos-product-media {
        min-height: 108px;
    }

    .equipamentos-product img,
    .equipamentos-product-media img {
        width: 92px;
        height: 86px;
    }
}
