:root {
    --usadas-orange: #ff5a00;
    --usadas-orange-dark: #c94300;
    --usadas-black: #050706;
    --usadas-surface: #0e110f;
    --usadas-surface-soft: #151916;
    --usadas-line: rgba(255, 255, 255, 0.12);
    --usadas-muted: #aeb5b0;
    --usadas-white: #f7f8f7;
}

.usadas-page {
    overflow: hidden;
    color: var(--usadas-white);
    background: var(--usadas-black);
}

.usadas-page *,
.usadas-page *::before,
.usadas-page *::after {
    box-sizing: border-box;
}

.usadas-container {
    width: min(100% - 48px, 1380px);
    margin-inline: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.usadas-hero {
    position: relative;
    min-height: 660px;
    isolation: isolate;
    background: #070a08;
    border-bottom: 1px solid var(--usadas-line);
}

.usadas-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, #060807 0%, #060807 48%, rgba(6, 8, 7, 0.82) 62%, rgba(6, 8, 7, 0.2) 100%),
        linear-gradient(0deg, #060807 0%, transparent 34%);
}

.usadas-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to right, black, transparent 72%);
}

.usadas-hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.75fr);
    align-items: center;
    min-height: 660px;
    padding-top: 76px;
}

.usadas-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 720px;
    padding: 48px 0 54px;
}

.usadas-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0 0 36px;
    list-style: none;
    font-size: 13px;
    color: #9ca39e;
}

.usadas-breadcrumb li:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    color: var(--usadas-orange);
}

.usadas-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.usadas-breadcrumb a:hover,
.usadas-breadcrumb a:focus-visible {
    color: #fff;
}

.usadas-hero-eyebrow,
.usadas-section-title > div > span {
    display: block;
    margin-bottom: 10px;
    color: var(--usadas-orange);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.usadas-hero h1 {
    max-width: 650px;
    margin: 0;
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 94px;
    font-weight: 700;
    line-height: 0.78;
    text-transform: uppercase;
}

.usadas-hero h1 strong {
    color: var(--usadas-orange);
    font-weight: inherit;
}

.usadas-hero-copy > p {
    max-width: 650px;
    margin: 30px 0 0;
    color: #d3d8d4;
    font-size: 16px;
    line-height: 1.7;
}

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

.usadas-btn-primary,
.usadas-btn-secondary {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    border: 1px solid var(--usadas-orange);
    border-radius: 4px;
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.usadas-btn-primary {
    color: #fff;
    background: var(--usadas-orange);
}

.usadas-btn-secondary {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
}

.usadas-btn-primary:hover,
.usadas-btn-primary:focus-visible {
    background: #ff7428;
    border-color: #ff7428;
    transform: translateY(-2px);
}

.usadas-btn-secondary:hover,
.usadas-btn-secondary:focus-visible {
    color: var(--usadas-orange);
    background: rgba(255, 90, 0, 0.08);
}

.usadas-hero-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 680px;
    margin-top: 38px;
    padding-top: 24px;
    border-top: 1px solid var(--usadas-line);
}

.usadas-hero-features > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.usadas-hero-features span {
    display: grid;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid rgba(255, 90, 0, 0.5);
    border-radius: 50%;
}

.usadas-hero-features img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.usadas-hero-features strong {
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.usadas-hero-media {
    position: absolute;
    z-index: 0;
    right: -3%;
    bottom: 0;
    width: 49%;
    height: calc(100% - 76px);
    overflow: hidden;
}

.usadas-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #060807 0%, transparent 26%), linear-gradient(0deg, #060807 0%, transparent 28%);
}

.usadas-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 45%;
    opacity: 0.9;
}

.usadas-benefits-section {
    background: #0b0e0c;
    border-bottom: 1px solid var(--usadas-line);
}

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

.usadas-benefit-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 20px;
    min-height: 182px;
    align-content: center;
    padding: 36px 42px;
    border-right: 1px solid var(--usadas-line);
}

.usadas-benefit-card:first-child {
    border-left: 1px solid var(--usadas-line);
}

.usadas-benefit-icon,
.usadas-process-icon,
.usadas-alert-icon,
.usadas-empty-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid rgba(255, 90, 0, 0.45);
    border-radius: 4px;
    background: rgba(255, 90, 0, 0.06);
}

.usadas-benefit-icon img,
.usadas-process-icon img,
.usadas-alert-icon img,
.usadas-empty-icon img {
    width: 27px;
    height: 27px;
    object-fit: contain;
}

.usadas-benefit-card h3,
.usadas-process-step h3,
.usadas-empty-state h3 {
    margin: 0;
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.05;
    text-transform: uppercase;
}

.usadas-benefit-card p,
.usadas-process-step p {
    margin: 8px 0 0;
    color: var(--usadas-muted);
    font-size: 13px;
    line-height: 1.6;
}

.usadas-products-section {
    padding: 88px 0 96px;
    background: #070907;
}

.usadas-section-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 36px;
}

.usadas-section-title h2,
.usadas-alert-box h2 {
    margin: 0;
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 58px;
    font-weight: 600;
    line-height: 0.95;
    text-transform: uppercase;
}

.usadas-section-title > p {
    max-width: 500px;
    margin: 0 0 3px;
    color: var(--usadas-muted);
    font-size: 14px;
    line-height: 1.65;
}

.usadas-filter-bar {
    display: grid;
    grid-template-columns: minmax(240px, 1.55fr) repeat(4, minmax(145px, 0.78fr)) auto;
    gap: 10px;
    padding: 16px;
    border: 1px solid var(--usadas-line);
    border-radius: 6px;
    background: var(--usadas-surface);
}

.usadas-search-box {
    position: relative;
}

.usadas-search-box input,
.usadas-filter-bar select {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    color: #e8ebe9;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 4px;
    outline: none;
    background: #080a09;
    font: 500 12px "Poppins", sans-serif;
}

.usadas-search-box input {
    padding-right: 48px;
}

.usadas-search-box input::placeholder {
    color: #858c87;
}

.usadas-search-box button {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    color: var(--usadas-orange);
    border: 0;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
}

.usadas-search-box input:focus,
.usadas-filter-bar select:focus {
    border-color: var(--usadas-orange);
    box-shadow: 0 0 0 2px rgba(255, 90, 0, 0.12);
}

.usadas-filter-bar select {
    cursor: pointer;
}

.usadas-clear-filter {
    min-height: 48px;
    padding: 0 16px;
    color: #d8dcda;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 4px;
    background: transparent;
    font: 600 12px "Poppins", sans-serif;
    cursor: pointer;
    white-space: nowrap;
}

.usadas-clear-filter:hover,
.usadas-clear-filter:focus-visible {
    color: var(--usadas-orange);
    border-color: var(--usadas-orange);
}

.usadas-results-meta {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.usadas-results-meta p {
    margin: 0;
    color: #8f9691;
    font-size: 12px;
}

.usadas-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.usadas-product-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 18px;
    overflow: hidden;
    color: var(--usadas-white);
    border: 1px solid var(--usadas-line);
    border-radius: 6px;
    background: var(--usadas-surface);
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.usadas-product-card:hover,
.usadas-product-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(255, 90, 0, 0.7);
    background: var(--usadas-surface-soft);
}

.usadas-status {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
    padding: 5px 8px;
    color: #fff;
    border: 1px solid currentColor;
    border-radius: 3px;
    background: rgba(4, 6, 5, 0.86);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.status-disponivel {
    color: #66d78c;
}

.status-nao-revisado,
.status-revisao {
    color: #ffb24e;
}

.status-vendida,
.status-vendido {
    color: #aeb5b0;
}

.usadas-product-image {
    display: grid;
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-bottom: 18px;
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #0a0d0b;
}

.usadas-product-image img {
    width: 92%;
    height: 92%;
    object-fit: contain;
    transition: transform 220ms ease;
}

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

.usadas-product-card h3 {
    margin: 0;
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.usadas-product-category {
    min-height: 38px;
    margin-top: 3px;
    color: var(--usadas-orange);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.usadas-product-card ul {
    display: grid;
    gap: 7px;
    padding: 14px 0;
    margin: 14px 0 0;
    color: #aeb5b0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    list-style: none;
    font-size: 11px;
}

.usadas-product-card li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 8px;
    vertical-align: middle;
    background: var(--usadas-orange);
}

.usadas-card-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 15px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-family: "Teko", "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
}

.usadas-card-btn span {
    color: var(--usadas-orange);
}

.usadas-empty-state {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    min-height: 170px;
    padding: 34px;
    border-block: 1px solid var(--usadas-line);
    background: #0b0e0c;
}

.usadas-empty-state p {
    max-width: 650px;
    margin: 8px 0 0;
    color: var(--usadas-muted);
    font-size: 13px;
    line-height: 1.6;
}

.usadas-empty-state .usadas-btn-primary {
    border: 1px solid var(--usadas-orange);
}

.usadas-alert-section {
    position: relative;
    background: #101511;
    border-block: 1px solid var(--usadas-line);
}

.usadas-alert-section::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: var(--usadas-orange);
}

.usadas-alert-box {
    display: grid;
    grid-template-columns: 64px minmax(300px, 0.8fr) minmax(300px, 1fr) auto;
    gap: 30px;
    align-items: center;
    min-height: 220px;
    padding: 42px 0;
}

.usadas-alert-icon {
    width: 60px;
    height: 60px;
}

.usadas-alert-box h2 {
    font-size: 42px;
}

.usadas-alert-box h2 strong {
    color: var(--usadas-orange);
    font-weight: inherit;
}

.usadas-alert-box > p {
    margin: 0;
    color: var(--usadas-muted);
    font-size: 14px;
    line-height: 1.65;
}

.usadas-process-section {
    padding: 92px 0 104px;
    background: #070907;
}

.usadas-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--usadas-line);
}

.usadas-process-step {
    position: relative;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
    min-height: 210px;
    padding: 34px 28px 20px 0;
    border-right: 1px solid var(--usadas-line);
}

.usadas-process-step:not(:first-child) {
    padding-left: 28px;
}

.usadas-process-step:last-child {
    border-right: 0;
}

.usadas-process-step > div:last-child > span {
    display: block;
    margin-bottom: 16px;
    color: var(--usadas-orange);
    font: 600 17px "Teko", "Poppins", sans-serif;
}

@media (max-width: 1180px) {
    .usadas-hero {
        min-height: 620px;
    }

    .usadas-hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
        min-height: 620px;
    }

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

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

    .usadas-filter-bar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .usadas-search-box {
        grid-column: span 2;
    }

    .usadas-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .usadas-benefit-card {
        padding-inline: 24px;
    }

    .usadas-alert-box {
        grid-template-columns: 60px minmax(0, 1fr) minmax(0, 1fr);
    }

    .usadas-alert-box .usadas-btn-primary {
        grid-column: 2 / -1;
        justify-self: start;
    }
}

@media (max-width: 900px) {
    .usadas-container {
        width: min(100% - 36px, 820px);
    }

    .usadas-hero,
    .usadas-hero-inner {
        min-height: 660px;
    }

    .usadas-hero-inner {
        grid-template-columns: minmax(0, 1fr) 280px;
        padding-top: 68px;
    }

    .usadas-hero-copy {
        padding-block: 42px;
    }

    .usadas-hero h1 {
        font-size: 72px;
    }

    .usadas-hero-copy > p {
        max-width: 520px;
        font-size: 14px;
    }

    .usadas-hero-media {
        right: -16%;
        width: 58%;
        opacity: 0.58;
    }

    .usadas-benefits-grid {
        grid-template-columns: 1fr;
    }

    .usadas-benefit-card,
    .usadas-benefit-card:first-child {
        min-height: auto;
        padding: 24px 18px;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid var(--usadas-line);
    }

    .usadas-benefit-card:last-child {
        border-bottom: 0;
    }

    .usadas-products-section,
    .usadas-process-section {
        padding-block: 72px;
    }

    .usadas-section-title {
        align-items: start;
    }

    .usadas-section-title h2 {
        font-size: 50px;
    }

    .usadas-section-title > p {
        max-width: 340px;
    }

    .usadas-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .usadas-alert-box {
        grid-template-columns: 60px minmax(0, 1fr);
    }

    .usadas-alert-box > p,
    .usadas-alert-box .usadas-btn-primary {
        grid-column: 2;
    }

    .usadas-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .usadas-process-step:nth-child(2) {
        border-right: 0;
    }

    .usadas-process-step:nth-child(n + 3) {
        border-top: 1px solid var(--usadas-line);
    }

    .usadas-process-step:nth-child(3) {
        padding-left: 0;
    }
}

@media (max-width: 600px) {
    .usadas-container {
        width: calc(100% - 28px);
    }

    .usadas-hero,
    .usadas-hero-inner {
        min-height: 0;
    }

    .usadas-hero-inner {
        display: block;
        padding-top: 68px;
    }

    .usadas-hero::before {
        background: linear-gradient(90deg, #060807 0%, rgba(6, 8, 7, 0.92) 68%, rgba(6, 8, 7, 0.74) 100%);
    }

    .usadas-hero-overlay {
        background-size: 48px 48px;
        opacity: 0.5;
    }

    .usadas-hero-copy {
        padding: 26px 0 32px;
    }

    .usadas-breadcrumb ol {
        margin-bottom: 26px;
        font-size: 11px;
    }

    .usadas-hero-eyebrow {
        font-size: 10px;
    }

    .usadas-hero h1 {
        font-size: 56px;
        line-height: 0.82;
    }

    .usadas-hero-copy > p {
        max-width: 92%;
        margin-top: 22px;
        font-size: 13px;
        line-height: 1.65;
    }

    .usadas-hero-actions {
        display: grid;
        gap: 8px;
        margin-top: 24px;
    }

    .usadas-btn-primary,
    .usadas-btn-secondary {
        width: 100%;
        min-height: 46px;
        padding-inline: 14px;
        font-size: 18px;
    }

    .usadas-hero-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 10px;
        margin-top: 26px;
        padding-top: 20px;
    }

    .usadas-hero-features span {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
    }

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

    .usadas-hero-features strong {
        font-size: 14px;
    }

    .usadas-hero-media {
        right: -38%;
        bottom: 0;
        width: 90%;
        height: 72%;
        opacity: 0.24;
    }

    .usadas-benefit-card {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 15px;
        padding: 20px 0;
    }

    .usadas-benefit-icon,
    .usadas-process-icon {
        width: 44px;
        height: 44px;
    }

    .usadas-benefit-icon img,
    .usadas-process-icon img {
        width: 23px;
        height: 23px;
    }

    .usadas-benefit-card h3,
    .usadas-process-step h3,
    .usadas-empty-state h3 {
        font-size: 22px;
    }

    .usadas-products-section,
    .usadas-process-section {
        padding-block: 56px;
    }

    .usadas-section-title {
        display: block;
        margin-bottom: 26px;
    }

    .usadas-section-title h2 {
        font-size: 43px;
    }

    .usadas-section-title > p {
        margin-top: 14px;
        font-size: 12px;
    }

    .usadas-filter-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 10px;
    }

    .usadas-search-box,
    .usadas-clear-filter {
        grid-column: 1 / -1;
    }

    .usadas-search-box input,
    .usadas-filter-bar select,
    .usadas-search-box button,
    .usadas-clear-filter {
        height: 44px;
        min-height: 44px;
    }

    .usadas-filter-bar select {
        padding-inline: 9px;
        font-size: 10px;
    }

    .usadas-results-meta {
        min-height: 40px;
    }

    .usadas-products-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .usadas-product-card {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        grid-template-rows: auto auto 1fr auto;
        column-gap: 16px;
        min-height: 178px;
        padding: 14px;
    }

    .usadas-product-image {
        grid-column: 1;
        grid-row: 1 / -1;
        align-self: stretch;
        height: 100%;
        margin: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.08);
        border-bottom: 0;
    }

    .usadas-status {
        top: 10px;
        left: 10px;
        max-width: 94px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .usadas-product-card h3 {
        grid-column: 2;
        font-size: 29px;
    }

    .usadas-product-category {
        grid-column: 2;
        min-height: 0;
        font-size: 9px;
    }

    .usadas-product-card ul {
        grid-column: 2;
        gap: 4px;
        padding: 9px 0;
        margin-top: 8px;
        font-size: 9px;
    }

    .usadas-card-btn {
        grid-column: 2;
        padding-top: 9px;
        font-size: 16px;
    }

    .usadas-empty-state {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 15px;
        padding: 26px 0;
    }

    .usadas-empty-icon {
        width: 46px;
        height: 46px;
    }

    .usadas-empty-state .usadas-btn-primary {
        grid-column: 1 / -1;
    }

    .usadas-alert-box {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 16px;
        min-height: 0;
        padding-block: 38px;
    }

    .usadas-alert-icon {
        width: 48px;
        height: 48px;
    }

    .usadas-alert-box h2 {
        font-size: 32px;
    }

    .usadas-alert-box > p {
        grid-column: 1 / -1;
        font-size: 12px;
    }

    .usadas-alert-box .usadas-btn-primary {
        grid-column: 1 / -1;
        justify-self: stretch;
    }

    .usadas-process-grid {
        grid-template-columns: 1fr;
    }

    .usadas-process-step,
    .usadas-process-step:not(:first-child),
    .usadas-process-step:nth-child(3) {
        min-height: 0;
        padding: 24px 0;
        border-right: 0;
        border-bottom: 1px solid var(--usadas-line);
    }

    .usadas-process-step:last-child {
        border-bottom: 0;
    }

    .usadas-process-step > div:last-child > span {
        margin-bottom: 8px;
    }
}

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

/* Atualizacao visual 2026: catalogo operacional alinhado ao institucional */
.usadas-page {
    color: #111212;
    background: #f1f1ee;
}

.usadas-hero {
    min-height: 650px;
    background-color: #090a0a;
    background-image: url("../assets/imagens-fundo/maquinas-usadas-brutusmaq-background.webp");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.usadas-hero::before {
    background: linear-gradient(90deg, rgba(6, 8, 7, 0.97) 0%, rgba(6, 8, 7, 0.86) 42%, rgba(6, 8, 7, 0.24) 72%, rgba(6, 8, 7, 0.2) 100%);
}

.usadas-hero-media {
    display: none;
}

.usadas-hero-inner {
    min-height: 650px;
}

.usadas-hero-copy {
    width: min(100%, 700px);
}

.usadas-hero-eyebrow,
.usadas-section-title > div > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--text-logo);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.usadas-hero-eyebrow::before,
.usadas-section-title > div > span::before {
    content: "";
    flex: 0 0 34px;
    width: 34px;
    height: 2px;
    background: currentColor;
}

.usadas-hero h1 {
    margin-top: 18px;
    font-size: 72px;
    line-height: 0.88;
}

.usadas-hero-copy > p {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
}

.usadas-hero-features span {
    border-radius: 4px;
    background: rgba(255, 90, 0, 0.06);
}

.usadas-hero-features > div {
    min-height: 62px;
    gap: 8px;
    padding: 10px 8px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 2px solid var(--usadas-orange);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.045);
}

.usadas-hero-features strong {
    color: #ffffff;
    font-size: 16px;
}

.usadas-benefits-section {
    color: #111212;
    background: #f1f1ee;
    border-bottom-color: rgba(15, 16, 16, 0.14);
}

.usadas-benefit-card,
.usadas-benefit-card:first-child {
    min-height: 176px;
    border-color: rgba(15, 16, 16, 0.14);
}

.usadas-benefit-icon {
    border-color: rgba(232, 88, 0, 0.38);
    background: rgba(232, 88, 0, 0.06);
}

.usadas-benefit-card h3 {
    color: #151616;
}

.usadas-benefit-card p {
    color: #555858;
}

.usadas-products-section {
    padding: 98px 0 106px;
    color: #111212;
    background: #f1f1ee;
}

#maquinas-disponiveis {
    scroll-margin-top: 150px;
}

.usadas-section-title {
    margin-bottom: 34px;
}

.usadas-section-title h2 {
    color: #111212;
    font-size: 52px;
}

.usadas-section-title > p {
    color: #5c5f5e;
}

.usadas-filter-bar {
    grid-template-columns: minmax(300px, 1.6fr) repeat(3, minmax(150px, 0.72fr)) auto;
    gap: 12px;
    align-items: end;
    padding: 18px;
    border-color: #d2d4d0;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(17, 18, 18, 0.07);
}

.usadas-filter-field {
    min-width: 0;
}

.usadas-filter-field > label {
    display: block;
    margin-bottom: 8px;
    color: #333535;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.usadas-search-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
}

.usadas-search-box input,
.usadas-filter-bar select {
    height: 50px;
    color: #171818;
    border-color: #cfd1cd;
    background: #f7f7f5;
    font-size: 12px;
}

.usadas-search-box input {
    padding: 0 14px;
    border-radius: 4px 0 0 4px;
}

.usadas-search-box input::placeholder {
    color: #747876;
}

.usadas-search-box button {
    position: static;
    width: auto;
    height: 50px;
    padding: 0 18px;
    color: #ffffff;
    border-radius: 0 4px 4px 0;
    background: var(--usadas-orange);
    font-family: var(--text-logo);
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.usadas-search-box button:hover,
.usadas-search-box button:focus-visible {
    background: #dc5000;
}

.usadas-search-box input:focus,
.usadas-filter-bar select:focus {
    border-color: #e85800;
    box-shadow: 0 0 0 3px rgba(232, 88, 0, 0.12);
}

.usadas-filter-bar select:disabled {
    color: #8a8d8b;
    cursor: not-allowed;
    opacity: 0.72;
}

.usadas-clear-filter {
    min-height: 50px;
    color: #4b4e4d;
    border-color: #cfd1cd;
    background: #ffffff;
}

.usadas-filter-bar:not(.has-active-filters) .usadas-clear-filter {
    opacity: 0.58;
}

.usadas-results-meta {
    min-height: 56px;
    justify-content: space-between;
    gap: 20px;
    color: #686b69;
    border-bottom: 1px solid rgba(17, 18, 18, 0.12);
}

.usadas-results-meta p {
    color: #303231;
    font-weight: 600;
}

.usadas-results-meta span {
    font-size: 11px;
}

.usadas-products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding-top: 22px;
}

.usadas-product-card {
    min-height: 100%;
    padding: 14px;
    color: #161717;
    border-color: #d4d6d2;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(17, 18, 18, 0.05);
}

.usadas-product-card:hover,
.usadas-product-card:focus-visible {
    border-color: rgba(232, 88, 0, 0.72);
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(17, 18, 18, 0.1);
}

.usadas-product-image {
    aspect-ratio: 4 / 3;
    margin-bottom: 14px;
    background: #f0f1ee;
    border-bottom-color: #dedfdb;
}

.usadas-status {
    color: #ffffff;
    border: 0;
    background: #303332;
}

.status-disponivel {
    color: #ffffff;
    background: #237a43;
}

.status-nao-revisado,
.status-revisao {
    color: #1c1d1c;
    background: #ffb24e;
}

.status-vendida,
.status-vendido {
    color: #ffffff;
    background: #6a6e6c;
}

.usadas-product-category {
    order: 2;
    min-height: 0;
    margin: 0 0 4px;
    color: #d85100;
    font-size: 10px;
}

.usadas-product-card h3 {
    order: 3;
    color: #111212;
    font-size: 31px;
}

.usadas-product-card > meta,
.usadas-product-card > .sr-only {
    order: 4;
}

.usadas-product-card ul {
    order: 5;
    gap: 5px;
    padding: 11px 0;
    margin-top: 11px;
    color: #5e6260;
    border-top-color: #e0e1de;
    font-size: 10.5px;
}

.usadas-card-btn {
    order: 6;
    padding-top: 12px;
    color: #151616;
    border-top-color: #e0e1de;
    font-size: 17px;
}

.usadas-empty-state {
    color: #171818;
    border-color: rgba(17, 18, 18, 0.14);
    background: #ffffff;
}

.usadas-empty-state p {
    color: #5b5e5c;
}

.usadas-alert-section {
    background: #101211;
}

.usadas-process-section {
    color: #ffffff;
    background: #090a0a;
}

.usadas-process-section .usadas-section-title h2 {
    color: #ffffff;
}

.usadas-process-section .usadas-section-title > p {
    color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 1180px) {
    .usadas-filter-bar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .usadas-filter-search {
        grid-column: span 2;
    }

    .usadas-clear-filter {
        align-self: end;
    }

    .usadas-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .usadas-hero {
        background-position: 68% center;
    }

    .usadas-hero h1 {
        font-size: 64px;
    }

    .usadas-products-section {
        padding-block: 76px;
    }

    .usadas-filter-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .usadas-filter-search {
        grid-column: 1 / -1;
    }

    .usadas-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .usadas-hero {
        background-position: 70% center;
    }

    .usadas-hero::before {
        background: linear-gradient(90deg, rgba(6, 8, 7, 0.97) 0%, rgba(6, 8, 7, 0.9) 62%, rgba(6, 8, 7, 0.62) 100%);
    }

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

    .usadas-hero-eyebrow,
    .usadas-section-title > div > span {
        font-size: 15px;
    }

    .usadas-hero-eyebrow::before,
    .usadas-section-title > div > span::before {
        flex-basis: 24px;
        width: 24px;
    }

    .usadas-products-section {
        padding-block: 58px;
    }

    .usadas-section-title h2 {
        font-size: 42px;
    }

    .usadas-filter-bar {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px;
    }

    .usadas-filter-search,
    .usadas-clear-filter {
        grid-column: auto;
    }

    .usadas-search-box input,
    .usadas-filter-bar select,
    .usadas-search-box button,
    .usadas-clear-filter {
        height: 48px;
        min-height: 48px;
    }

    .usadas-results-meta {
        min-height: 68px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 3px;
    }

    .usadas-products-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        padding-top: 16px;
    }

    .usadas-product-card {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        grid-template-rows: auto auto 1fr auto;
        column-gap: 16px;
        min-height: 178px;
        padding: 14px;
    }

    .usadas-product-image {
        grid-column: 1;
        grid-row: 1 / -1;
        order: initial;
        aspect-ratio: auto;
        height: 100%;
        margin: 0;
        border-right: 1px solid #dedfdb;
        border-bottom: 0;
    }

    .usadas-product-category,
    .usadas-product-card h3,
    .usadas-product-card ul,
    .usadas-card-btn {
        grid-column: 2;
    }

    .usadas-product-category {
        grid-row: 1;
        align-self: end;
    }

    .usadas-product-card h3 {
        grid-row: 2;
    }

    .usadas-product-card ul {
        grid-row: 3;
    }

    .usadas-card-btn {
        grid-row: 4;
    }
}
