.bcc-page {
    background: #fcf9f8;
    color: #1c1b1b;
    font-family: 'Inter', sans-serif;
}

.club-comentaries-header {
    position: relative;
    overflow: hidden;
    padding: 68px 0 64px;
    color: #fff;
    background: linear-gradient(135deg, #251d1e 0%, #5d202b 60%, #b9172f 130%);
}

.club-comentaries-header::after {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    top: -180px;
    right: 8%;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(255, 255, 255, .025), 0 0 0 110px rgba(255, 255, 255, .018);
}

.bcc-header-content {
    position: relative;
    z-index: 1;
    max-width: 820px;
}

.bcc-back {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, .75);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.bcc-back:hover {
    color: #fff;
}

.bcc-back .material-symbols-outlined {
    font-size: 18px;
}

.bcc-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #f1a7b4;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.club-comentaries-header h1 {
    margin: 0 0 16px;
    color: #fff;
    font-family: 'Montserrat-Bold', 'Inter', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.12;
}

.club-comentaries-header p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
    line-height: 1.8;
}

.bcc-carousel-section {
    padding: 56px 0 20px;
}

.bcc-carousel-shell {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eae7e7;
    border-radius: 20px;
    box-shadow: 0 12px 38px rgba(28, 27, 27, .06);
}

.bcc-carousel-shell .swiper {
    width: 100%;
    height: 460px;
}

.bcc-carousel-shell .swiper-wrapper {
    height: 100%;
}

.bcc-carousel-shell .swiper-slide.bcc-slide {
    display: flex;
    box-sizing: border-box;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 36px 74px;
    background: linear-gradient(135deg, #fff 0%, #f8f2f1 100%);
}

.bcc-slide-layout {
    display: grid;
    width: 100%;
    height: 100%;
    max-width: 1040px;
    margin: 0 auto;
    grid-template-columns: minmax(240px, .9fr) minmax(0, 1.1fr);
    gap: 48px;
    align-items: center;
}

.bcc-slide-layout--wide {
    grid-template-columns: minmax(300px, 1.1fr) minmax(0, .9fr);
}

.bcc-slide-image {
    display: flex;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: #f0eceb;
    border-radius: 14px;
    box-shadow: 0 16px 32px rgba(28, 27, 27, .12);
}

.bcc-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.bcc-slide-copy {
    display: flex;
    height: 100%;
    min-height: 0;
    align-items: center;
    padding: 0;
}

.bcc-slide-copy h2 {
    margin: 0;
    color: #1c1b1b;
    font-family: 'Montserrat-Bold', 'Inter', sans-serif;
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.35;
}

.bcc-slide-copy p {
    margin: 0;
    color: #4f4c52;
    font-size: 16px;
    line-height: 1.85;
}

.bcc-slide--text {
    display: flex;
    width: 100%;
    max-width: 820px;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bcc-carousel-shell .swiper-button-next,
.bcc-carousel-shell .swiper-button-prev {
    width: 42px;
    height: 42px;
    color: #b9172f;
    background: rgba(255, 255, 255, .92);
    border: 1px solid #e5dedd;
    border-radius: 50%;
    box-shadow: 0 5px 14px rgba(28, 27, 27, .08);
}

.bcc-carousel-shell .swiper-button-next::after,
.bcc-carousel-shell .swiper-button-prev::after {
    font-size: 15px;
    font-weight: 800;
}

.club-comentaries-body {
    padding-top: 44px;
    padding-bottom: 90px;
}

.club-comentaries-body-title,
.club-comentaries-body-chat,
.bcc-login-card {
    background: #fff;
    border: 1px solid #eae7e7;
    border-radius: 16px;
    box-shadow: 0 7px 26px rgba(28, 27, 27, .04);
}

.club-comentaries-body-title {
    padding: 32px;
}

.bcc-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.bcc-section-title .material-symbols-outlined {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #b9172f;
    background: rgba(185, 23, 47, .08);
    border-radius: 50%;
}

.bcc-section-title h2,
.club-comentaries-body-chat h2 {
    margin: 0;
    color: #1c1b1b;
    font-family: 'Montserrat-Bold', 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
}

.club-comentaries-textarea textarea,
.bcc-reply-textarea {
    width: 100%;
    resize: vertical;
    color: #324150;
    background: #fcf9f8;
    border: 1px solid #ded8d6;
    border-radius: 10px;
    outline: none;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.club-comentaries-textarea textarea {
    min-height: 140px;
    padding: 18px;
}

.club-comentaries-textarea textarea:focus,
.bcc-reply-textarea:focus {
    border-color: #b9172f;
    box-shadow: 0 0 0 3px rgba(185, 23, 47, .09);
}

.bcc-compose-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 14px;
}

.bcc-character-limit {
    color: #8b8588;
    font-size: 12px;
}

.bcc-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 18px;
    color: #fff;
    background: #b9172f;
    border: 1px solid #b9172f;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 700;
}

.bcc-primary-btn:hover {
    color: #fff;
    background: #981326;
    border-color: #981326;
}

.bcc-login-card {
    padding: 36px 24px;
    text-align: center;
}

.bcc-login-card .material-symbols-outlined {
    margin-bottom: 10px;
    color: #b9172f;
    font-size: 34px;
}

.bcc-login-card h2 {
    margin-bottom: 8px;
    font-family: 'Montserrat-Bold', 'Inter', sans-serif;
    font-size: 1.25rem;
}

.bcc-login-card p {
    margin-bottom: 20px;
    color: #767d85;
    font-size: 14px;
}

.club-comentaries-body-chat {
    margin-top: 24px;
    padding: 30px 32px 10px;
}

.bcc-comments-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 22px;
    border-bottom: 1px solid #eee9e7;
}

.bcc-comments-count {
    color: #8b8588;
    font-size: 12px;
}

.bcc-comment {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding: 26px 0;
    border-bottom: 1px solid #eee9e7;
}

.bcc-comment:last-child {
    border-bottom: 0;
}

.club-comentaries-avatar {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #b9172f, #7e1323);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
}

.bcc-comment-author {
    margin-bottom: 9px;
    color: #2a2728;
    font-size: 14px;
    font-weight: 700;
}

.bcc-comment-text {
    margin: 0 0 14px;
    color: #5a5a62;
    font-size: 14px;
    line-height: 1.7;
}

.bcc-comment-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.bcc-action,
.btn-like {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    color: #817b7e;
    background: none;
    border: 0;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.bcc-action:hover,
.btn-like:hover,
.like-active {
    color: #b9172f !important;
}

.bcc-comment-replies {
    display: none;
    margin-top: 18px;
    padding: 18px;
    background: #faf7f6;
    border-radius: 10px;
}

.bcc-reply-item {
    padding: 10px 0;
    border-bottom: 1px solid #e8e2e0;
}

.bcc-reply-item:last-child {
    border-bottom: 0;
}

.bcc-reply-item strong {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
}

.bcc-reply-item p {
    margin: 0;
    color: #5a5a62;
    font-size: 13px;
}

.bcc-reply-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
    margin-top: 14px;
}

.bcc-reply-textarea {
    min-height: 74px;
    padding: 12px;
    font-size: 13px;
}

.bcc-comments-empty {
    padding: 38px 0;
    color: #8b8588;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 767px) {
    .club-comentaries-header {
        padding: 48px 0;
    }

    .bcc-carousel-section {
        padding-top: 34px;
    }

    .bcc-carousel-shell .swiper {
        height: auto;
        min-height: 0;
    }

    .bcc-carousel-shell .swiper-wrapper,
    .bcc-carousel-shell .swiper-slide.bcc-slide {
        height: auto;
    }

    .bcc-carousel-shell .swiper-slide.bcc-slide {
        padding: 28px 24px 64px;
    }

    .bcc-slide-layout,
    .bcc-slide-layout--wide {
        grid-template-columns: 1fr;
        gap: 24px;
        height: auto;
    }

    .bcc-slide-image {
        height: 230px;
    }

    .bcc-slide-copy,
    .bcc-slide--text {
        height: auto;
    }

    .bcc-carousel-shell .swiper-button-next,
    .bcc-carousel-shell .swiper-button-prev {
        top: auto;
        bottom: 14px;
    }

    .club-comentaries-body {
        padding-top: 30px;
        padding-bottom: 64px;
    }

    .club-comentaries-body-title,
    .club-comentaries-body-chat {
        padding: 24px 20px;
    }

    .bcc-comment {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 12px;
    }

    .club-comentaries-avatar {
        width: 38px;
        height: 38px;
    }

    .bcc-reply-form {
        grid-template-columns: 1fr;
    }

    .bcc-compose-actions {
        align-items: flex-start;
        flex-direction: column-reverse;
    }
}