.posvendas-hero {
    position: relative;
    background: linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
}

.posvendas-hero-content,
.posvendas-info-card,
.posvendas-filter-panel,
.download-intro-card,
.download-groups {
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.07);
}

.posvendas-hero-content {
    padding: 44px;
}

.posvendas-hero-content .sub-title,
.download-intro-card span,
.filter-title span {
    position: relative;
    display: inline-block;
    color: var(--theme-color);
    font-size: 13px;
    line-height: 22px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.posvendas-hero-content h1 {
    color: var(--title-color);
    font-size: 46px;
    line-height: 54px;
    font-weight: 800;
    margin-bottom: 12px;
}

.posvendas-hero-content h3 {
    color: var(--theme-color);
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 22px;
}

.posvendas-hero-content .text-box,
.posvendas-hero-content .text-box p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
}

.posvendas-info-card {
    padding: 40px;
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.75;
    border-left: 5px solid var(--theme-color);
}

.posvendas-info-card span {
    display: block;
    color: var(--title-color);
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
}

.posvendas-info-card ul {
    margin: 0;
    padding: 0;
}

.posvendas-info-card li {
    position: relative;
    list-style: none;
    padding-left: 24px;
    margin-bottom: 9px;
}

.posvendas-info-card li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--theme-color);
}

.posvendas-filter-section {
    background: #f7f7f7;
}

.posvendas-filter-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 26px 30px;
}

.filter-title h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 800;
    color: var(--title-color);
    margin: 0;
}

.filter-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.filter-pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 22px;
    border-radius: 40px;
    background: #f7f7f7;
    color: var(--title-color);
    font-size: 14px;
    line-height: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border: 1px solid rgba(229, 229, 229, 1);
}

.filter-pill:hover,
.filter-pill.active {
    color: #fff;
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.filter-pill.secondary {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700;
}

.posvendas-network-section {
    background: #f7f7f7;
}

.posvendas-network-section .dealers-list {
    max-height: 640px;
}

.posvendas-network-section .dealer-icon {
    font-size: 24px;
}

.posvendas-downloads-section {
    position: relative;
    background: #fff;
}

.download-intro-card {
    padding: 36px;
    position: sticky;
    top: 110px;
}

.download-intro-card h2 {
    color: var(--title-color);
    font-size: 34px;
    line-height: 42px;
    font-weight: 800;
    margin-bottom: 18px;
}

.download-intro-card p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.download-groups {
    padding: 14px;
}

.download-group {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 14px;
}

.download-group:last-child {
    margin-bottom: 0;
}

.download-group summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px;
    color: var(--title-color);
    font-size: 18px;
    line-height: 26px;
    font-weight: 800;
    background: #f7f7f7;
}

.download-group summary::-webkit-details-marker {
    display: none;
}

.download-group summary strong {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--theme-color);
    font-size: 15px;
    font-weight: 800;
}

.download-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 18px;
}

.download-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    min-height: 86px;
    padding: 18px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(229, 229, 229, 1);
    color: var(--text-color);
}

.download-item:hover {
    border-color: rgba(255, 172, 0, 0.55);
    box-shadow: 0px 10px 35px rgba(255, 107, 0, 0.1);
    transform: translateY(-2px);
}

.download-item i {
    color: var(--theme-color);
    font-size: 30px;
    line-height: 1;
    margin-top: 2px;
}

.download-item strong {
    display: block;
    color: var(--title-color);
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
    margin-bottom: 5px;
}

.download-item small {
    display: block;
    color: var(--text-color);
    font-size: 13px;
    line-height: 20px;
}

.download-item.disabled {
    cursor: default;
    opacity: 0.65;
}

.download-empty {
    padding: 40px;
    text-align: center;
}

.download-empty h4 {
    color: var(--title-color);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
}

.download-empty p {
    color: var(--text-color);
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .posvendas-hero-content,
    .posvendas-info-card {
        margin-bottom: 30px;
    }

    .posvendas-filter-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .filter-actions {
        justify-content: flex-start;
    }

    .download-intro-card {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .posvendas-hero-content,
    .posvendas-info-card,
    .posvendas-filter-panel,
    .download-intro-card {
        padding: 26px;
    }

    .posvendas-hero-content h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .download-items {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .download-group summary {
        padding: 18px;
        font-size: 16px;
    }
}

.posvendas-hero-content-wide {
    width: 100%;
    max-width: none;
    margin: 0;
}

.posvendas-hero-content-wide.has-side-info {
    display: grid;
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
    gap: 36px;
    align-items: center;
}

.posvendas-hero-content-wide.no-side-info {
    max-width: 980px;
    margin: 0 auto;
}

.posvendas-hero-main .text-box {
    max-width: 620px;
}

.posvendas-info-card-inline {
    margin-top: 0;
    box-shadow: none;
    border-radius: 10px;
    background: #f7f7f7;
}

.posvendas-info-card-side {
    padding: 34px 38px;
}

.posvendas-info-card-side span {
    margin-bottom: 20px;
}

.posvendas-info-card-side p:last-child,
.posvendas-info-card-side ul:last-child {
    margin-bottom: 0;
}

.posvendas-info-card-inline ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 8px;
}

@media only screen and (max-width: 991px) {
    .posvendas-hero-content-wide.has-side-info {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .posvendas-hero-main .text-box {
        max-width: none;
    }
}

@media only screen and (max-width: 767px) {
    .posvendas-info-card-inline ul {
        grid-template-columns: 1fr;
    }

    .posvendas-info-card-side {
        padding: 26px;
    }
}
