/* style/platform-reviews-tt88-game-diversity.css */

.page-platform-reviews-tt88-game-diversity {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-platform-reviews-tt88-game-diversity__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-platform-reviews-tt88-game-diversity__hero-section {
    background: linear-gradient(135deg, #FF4500, #FFD700);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-platform-reviews-tt88-game-diversity__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.page-platform-reviews-tt88-game-diversity__hero-section .page-platform-reviews-tt88-game-diversity__container {
    position: relative;
    z-index: 2;
}

.page-platform-reviews-tt88-game-diversity__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-platform-reviews-tt88-game-diversity__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #f5f5f5;
}

.page-platform-reviews-tt88-game-diversity__hero-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-platform-reviews-tt88-game-diversity__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-platform-reviews-tt88-game-diversity__btn--primary {
    background-color: #FFD700; /* Gold */
    color: #b39700; /* Darker text for contrast */
    border: 2px solid #FFD700;
}

.page-platform-reviews-tt88-game-diversity__btn--primary:hover {
    background-color: #ffeb3b;
    border-color: #ffeb3b;
    transform: translateY(-3px);
}

.page-platform-reviews-tt88-game-diversity__btn--secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.page-platform-reviews-tt88-game-diversity__btn--secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.page-platform-reviews-tt88-game-diversity__content-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-platform-reviews-tt88-game-diversity__article {
    max-width: 900px;
    margin: 0 auto;
}

.page-platform-reviews-tt88-game-diversity__section-title {
    font-size: 2.5em;
    color: #FF4500; /* OrangeRed */
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.page-platform-reviews-tt88-game-diversity__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0 auto;
    border-radius: 2px;
}

.page-platform-reviews-tt88-game-diversity__sub-title {
    font-size: 1.8em;
    color: #FF4500;
    margin-top: 35px;
    margin-bottom: 20px;
    font-weight: 600;
}

.page-platform-reviews-tt88-game-diversity__article p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #444;
}

.page-platform-reviews-tt88-game-diversity__list {
    list-style: disc inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-platform-reviews-tt88-game-diversity__list li {
    font-size: 1.1em;
    margin-bottom: 8px;
    color: #555;
}

.page-platform-reviews-tt88-game-diversity__list li strong {
    color: #FF4500;
}

.page-platform-reviews-tt88-game-diversity__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.page-platform-reviews-tt88-game-diversity__image:hover {
    transform: translateY(-5px);
}

.page-platform-reviews-tt88-game-diversity__image--full-width {
    width: 100%;
}

.page-platform-reviews-tt88-game-diversity__image--medium {
    max-width: 80%;
}

.page-platform-reviews-tt88-game-diversity__image--small {
    max-width: 60%;
}

.page-platform-reviews-tt88-game-diversity__cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.page-platform-reviews-tt88-game-diversity__link-text {
    color: #FF4500;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-platform-reviews-tt88-game-diversity__link-text:hover {
    color: #b33000;
    text-decoration: underline;
}

.page-platform-reviews-tt88-game-diversity .highlight {
    color: #FF4500;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-platform-reviews-tt88-game-diversity__hero-title {
        font-size: 2.8em;
    }
    .page-platform-reviews-tt88-game-diversity__hero-subtitle {
        font-size: 1.2em;
    }
    .page-platform-reviews-tt88-game-diversity__section-title {
        font-size: 2em;
    }
    .page-platform-reviews-tt88-game-diversity__sub-title {
        font-size: 1.5em;
    }
    .page-platform-reviews-tt88-game-diversity__article p,
    .page-platform-reviews-tt88-game-diversity__list li {
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    .page-platform-reviews-tt88-game-diversity__hero-title {
        font-size: 2.2em;
    }
    .page-platform-reviews-tt88-game-diversity__hero-subtitle {
        font-size: 1em;
    }
    .page-platform-reviews-tt88-game-diversity__hero-section {
        padding: 80px 0;
    }
    .page-platform-reviews-tt88-game-diversity__hero-cta {
        flex-direction: column;
        gap: 15px;
    }
    .page-platform-reviews-tt88-game-diversity__btn {
        width: 80%;
        max-width: 300px;
    }
    .page-platform-reviews-tt88-game-diversity__section-title {
        font-size: 1.8em;
    }
    .page-platform-reviews-tt88-game-diversity__sub-title {
        font-size: 1.3em;
    }
    .page-platform-reviews-tt88-game-diversity__content-section {
        padding: 40px 0;
    }
    .page-platform-reviews-tt88-game-diversity__image--medium,
    .page-platform-reviews-tt88-game-diversity__image--small {
        max-width: 100%;
    }
    .page-platform-reviews-tt88-game-diversity__cta-group {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-platform-reviews-tt88-game-diversity__hero-title {
        font-size: 1.8em;
    }
    .page-platform-reviews-tt88-game-diversity__hero-subtitle {
        font-size: 0.9em;
    }
    .page-platform-reviews-tt88-game-diversity__hero-section {
        padding: 60px 0;
    }
    .page-platform-reviews-tt88-game-diversity__section-title {
        font-size: 1.5em;
    }
    .page-platform-reviews-tt88-game-diversity__sub-title {
        font-size: 1.1em;
    }
    .page-platform-reviews-tt88-game-diversity__btn {
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-platform-reviews-tt88-game-diversity__list {
        padding-left: 15px;
    }
}