/* ================================================
   TAB1 SLIDE4 - GUIDE BANNER
   ================================================ */

.slide4-guide-banner {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #2a2a2a;
    background: url("../../images/sliders/tab1-slide4-bg.png") center/cover no-repeat;
}

@media (max-width: 768px) {
    .slide4-guide-banner {
        background-image: url("../../images/sliders/tab1-slide4-small.webp");
    }
}

.slide4-guide-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

.slide4-guide-banner__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 60px;
    gap: 2px;
}

.slide4-guide-banner__text {
    flex: 1;
    max-width: 750px;
    min-width: 680px;
}

.slide4-guide-year {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    letter-spacing: 3px;
    margin-bottom: 12px;
    color: #fff;
}

.slide4-guide-year span {
    color: var(--color2);
    font-weight: 700;
}

.slide4-guide-year em {
    font-style: normal;
    font-weight: 400;
    color: #ccc;
}

.slide4-guide-title {
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.slide4-guide-word-italic {
    font-style: italic;
}

.slide4-guide-subtitle {
    font-size: 16px;
    color: #d0d0d0;
    line-height: 1.2;
    margin-bottom: 30px;
    max-width: 400px;
}

.slide4-guide-btn {
    display: inline-block;
    padding: 10px 28px;
    background: var(--color2);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.slide4-guide-btn:hover {
    background: #c0392b;
    color: #fff;
    transform: translateY(-2px);
}

.slide4-guide-banner__image {
    flex-shrink: 0;
    position: relative;
    width: 320px;
    height: 100%;
}

.slide4-guide-book-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide4-guide-book-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5));
}

@media (max-width: 900px) {
    .slide4-guide-banner__content {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    .slide4-guide-banner__text {
        max-width: 100%;
        min-width: unset;
    }
    .slide4-guide-subtitle {
        margin-left: auto;
        margin-right: auto;
    }
    .slide4-guide-banner__image {
        display: none;
    }
    .slide4-guide-title {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .slide4-guide-year {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .slide4-guide-year span {
        color: #fff;
    }
    .slide4-guide-subtitle {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .slide4-guide-btn {
        font-size: 14px;
        padding: 10px 24px;
        letter-spacing: 2px;
    }
}

/* ================================================
   END TAB1 SLIDE4
   ================================================ */
