.container-bristol-page-sobre-history {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 120px 0;
    box-sizing: border-box;
    background-color: #FBF9F7;
    overflow: hidden;
}

.container-bristol-page-sobre-history .history-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 64px;
    margin-bottom: 32px;
    gap: 40px;
}

.container-bristol-page-sobre-history .header-left {
    flex: 1;
}

.container-bristol-page-sobre-history .header-right {
    flex: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.container-bristol-page-sobre-history .section-title  {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
}

.container-bristol-page-sobre-history .section-bar {
    width: 40px;
    height: 2px;
    background-color: #c2a175;
    margin-top: 24px;
}

.container-bristol-page-sobre-history .intro-text {
line-height: 1.5;
max-width: 700px;
}

.container-bristol-page-sobre-history .header-btn {
    display: inline-flex;
    height: 48px;
    width: 240px;
    text-align: center;
    padding: 0 32px;
    background-color: #9e5520;
    color: #FFFFFF;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    white-space: nowrap;
    transition: background-color 0.3s ease;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
}

.container-bristol-page-sobre-history .header-btn:hover {
    background-color: #735835;
}

/* Slider */
.container-bristol-page-sobre-history .history-slider-wrapper {
    padding-left: 64px;
}

.container-bristol-page-sobre-history .history-card {
    background-color: rgba(255, 255, 255, 0.4);
    border-left: 2px solid #523f26;
    height: 520px;
    padding: 48px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0 4px 4px 0;
    width: 428px;
}

.container-bristol-page-sobre-history .card-top {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.container-bristol-page-sobre-history .card-year-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.container-bristol-page-sobre-history .card-year {
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;
    letter-spacing: 0.6px;
    margin: 0;
}

.container-bristol-page-sobre-history .card-bar {
    width: 40px;
    height: 2px;
    background-color: #9e5520;
}

.container-bristol-page-sobre-history .card-title  {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    margin: 0;
}

.container-bristol-page-sobre-history .card-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.75;
margin: 0;
}

/* Controls */
.container-bristol-page-sobre-history .swiper-pagination {
    display: none;
}

.container-bristol-page-sobre-history .history-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 32px;
}

.container-bristol-page-sobre-history .history-nav {
    display: flex;
    gap: 12px;
}

.container-bristol-page-sobre-history .nav-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #c2a175;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    color: #c2a175;
    transition: all 0.3s ease;
}

.container-bristol-page-sobre-history .nav-btn:hover {
    background-color: #c2a175;
    color: #FFFFFF;
}

.container-bristol-page-sobre-history .nav-btn svg {
    width: 16px;
    height: 16px;
}

.container-bristol-page-sobre-history .history-pagination {
    display: none;
    font-size: 20px;
    color: #c2a175;
}

@media (max-width: 1200px) {
    .container-bristol-page-sobre-history .history-header {
        padding: 0 40px;
    }

    .container-bristol-page-sobre-history .history-slider-wrapper {
        padding-left: 40px;
    }
}

@media (max-width: 1024px) {
    .container-bristol-page-sobre-history .history-header {
        flex-direction: column;
        gap: 32px;
    }

    .container-bristol-page-sobre-history .header-right {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .container-bristol-page-sobre-history {
        padding: 40px 0;
    }

    .container-bristol-page-sobre-history .history-header {
        padding: 0 20px;
    }

    .container-bristol-page-sobre-history .history-slider-wrapper {
        padding-left: 20px;
    }

    .container-bristol-page-sobre-history .swiper-slide {
        width: auto !important;
    }

    .container-bristol-page-sobre-history .history-card {
        width: 320px;
        padding: 40px 32px;
    }

    .container-bristol-page-sobre-history .section-title  {
        font-size: 28px;
    }

    .container-bristol-page-sobre-history .card-year {
        font-size: 36px;
    }

    .container-bristol-page-sobre-history .history-controls {
        display: none;
    }

    .container-bristol-page-sobre-history .swiper-pagination {
        position: static;
        margin-top: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding-right: 20px;
    }

    .container-bristol-page-sobre-history .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        background: #C2A175;
        border-radius: 4px;
        opacity: 0.5;
        transition: all 0.3s;
        margin: 0 !important;
    }

    .container-bristol-page-sobre-history .swiper-pagination-bullet-active {
        width: 22px;
        opacity: 1;
    }
}