/* ================================================
   TAB1 SLIDE8 - PT ORACLE BANNER
   ================================================ */

.slide8-hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 60vh;
    background-color: #4a0a0b;
}

.slide8-bg-img {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.slide8-scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: transparent;
}

.slide8-pt-oracle {
    display: none !important;
}

.slide8-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 7.5%;
    width: 46%;
    gap: clamp(10px, 12px, 50px);
    z-index: 1;
}

.slide8-title {
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.slide8-title .line-1 {
    display: block;
    font-size: clamp(1.1rem, 2.7vw, 3rem);
    font-weight: 700;
    letter-spacing: 1px;
}

.slide8-title .line-2 {
    display: block;
    font-size: clamp(1.5rem, 3.4vw, 4rem);
    font-weight: 800;
    margin-top: 0.04em;
}

.slide8-subtitle {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    font-size: clamp(0.72rem, 1.2vw, 1.35rem);
    letter-spacing: 0.4px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.slide8-actions {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(0.5rem, 0.9vw, 1rem);
    margin-top: clamp(0.3rem, 1vw, 1rem);
}

.slide8-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: clamp(0.46rem, 0.6vw, 0.95rem);
    padding: 0.95em 2.3em;
    text-decoration: none;
    white-space: nowrap;
    border: 2px solid transparent;
    transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.slide8-btn--ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.9);
}

.slide8-btn--ghost:hover {
    background: #fff;
    color: #781113;
}

.slide8-btn--solid {
    background: #fff;
    color: #781113;
    border-color: #fff;
}

.slide8-btn--solid:hover {
    background: transparent;
    color: #fff;
}

.slide8-btn:active {
    transform: translateY(1px);
}

@media (max-width: 860px) {
    .slide8-hero {
        height: 40vh;
        margin-top: 50px;
    }
    .slide8-bg-img {
        -o-object-position: top center;
        object-position: top center;
    }
    .slide8-scrim {
        background: rgba(0, 0, 0, 0.2);
    }
    .slide8-pt-oracle {
        display: block !important;
        height: 27px !important;
        width: 200px !important;
        margin: 0 auto 15px auto !important
    }
    .slide8-content {
        position: relative;
        inset: auto;
        width: 100%;
        z-index: 1;
        align-items: center;
        text-align: center;
        justify-content: flex-start;
        padding: 3% 1% 1%;
        gap: 0;
    }
    .slide8-subtitle {
        padding: 0 10px;
    }
    .slide8-title,
    .slide8-subtitle,
    .slide8-actions {
        width: 100%;
        text-align: center;
    }
    .slide8-title .line-1 {
        font-size: clamp(1rem, 5vw, 1.6rem);
    }
    .slide8-title .line-2 {
        font-size: clamp(1.4rem, 10vw, 3rem);
    }
    .slide8-subtitle {
        font-size: clamp(0.82rem, 3.6vw, 1.1rem);
    }
    .slide8-actions {
        justify-content: center;
        margin-top: 5px;
        gap: 0.6rem;
    }
    .slide8-btn {
        font-size: clamp(0.7rem, 3vw, 0.9rem);
        letter-spacing: 0.8px;
        padding: 0.35em 1.2em;
    }
}

/* ================================================
   END TAB1 SLIDE8
   ================================================ */
