/* style/game-reviews-tt88-live-dealer.css */

:root {
    --tt88-primary-color: #003366;
    --tt88-secondary-color: #FFCC00;
    --tt88-accent-color: #CC0000;
    --tt88-text-light: #f0f0f0;
    --tt88-text-dark: #1a1a1a;
    --tt88-bg-light: #ffffff;
    --tt88-bg-dark: #002244;
    --tt88-border-color: #004488;
}

.page-game-reviews-tt88-live-dealer {
    font-family: 'Arial', sans-serif;
    color: var(--tt88-text-dark);
    line-height: 1.6;
    background-color: var(--tt88-bg-light);
}

.page-game-reviews-tt88-live-dealer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-game-reviews-tt88-live-dealer__section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.page-game-reviews-tt88-live-dealer__section:last-of-type {
    border-bottom: none;
}

.page-game-reviews-tt88-live-dealer__section-title {
    font-size: 2.5em;
    color: var(--tt88-primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-game-reviews-tt88-live-dealer__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--tt88-secondary-color);
    border-radius: 2px;
}

.page-game-reviews-tt88-live-dealer__hero {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    color: var(--tt88-text-light);
}

.page-game-reviews-tt88-live-dealer__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.page-game-reviews-tt88-live-dealer__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 51, 102, 0.8), rgba(255, 204, 0, 0.4));
    z-index: 2;
}

.page-game-reviews-tt88-live-dealer__hero-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding: 20px;
}

.page-game-reviews-tt88-live-dealer__hero-title {
    font-size: 3.5em;
    margin-bottom: 15px;
    font-weight: bold;
    color: var(--tt88-text-light);
}

.page-game-reviews-tt88-live-dealer__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-game-reviews-tt88-live-dealer__hero-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.page-game-reviews-tt88-live-dealer__btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
}

.page-game-reviews-tt88-live-dealer__btn--primary {
    background-color: var(--tt88-secondary-color);
    color: var(--tt88-primary-color);
    border: 2px solid var(--tt88-secondary-color);
}

.page-game-reviews-tt88-live-dealer__btn--primary:hover {
    background-color: #e6b800;
    transform: translateY(-3px);
}

.page-game-reviews-tt88-live-dealer__btn--secondary {
    background-color: transparent;
    color: var(--tt88-secondary-color);
    border: 2px solid var(--tt88-secondary-color);
}

.page-game-reviews-tt88-live-dealer__btn--secondary:hover {
    background-color: var(--tt88-secondary-color);
    color: var(--tt88-primary-color);
    transform: translateY(-3px);
}

.page-game-reviews-tt88-live-dealer__btn--tertiary {
    background-color: var(--tt88-primary-color);
    color: var(--tt88-text-light);
    border: 2px solid var(--tt88-primary-color);
}

.page-game-reviews-tt88-live-dealer__btn--tertiary:hover {
    background-color: #004488;
    transform: translateY(-3px);
}

.page-game-reviews-tt88-live-dealer__btn--small {
    padding: 8px 15px;
    font-size: 0.9em;
    border-radius: 5px;
}

.page-game-reviews-tt88-live-dealer__center-btn {
    display: block;
    margin: 30px auto 0 auto;
    width: fit-content;
}

.page-game-reviews-tt88-live-dealer__introduction p {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-game-reviews-tt88-live-dealer__why-choose {
    background-color: var(--tt88-bg-dark);
    color: var(--tt88-text-light);
}

.page-game-reviews-tt88-live-dealer__why-choose .page-game-reviews-tt88-live-dealer__section-title {
    color: var(--tt88-secondary-color);
}

.page-game-reviews-tt88-live-dealer__why-choose .page-game-reviews-tt88-live-dealer__section-title::after {
    background-color: var(--tt88-primary-color);
}

.page-game-reviews-tt88-live-dealer__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    text-align: center;
}

.page-game-reviews-tt88-live-dealer__feature-item {
    background-color: #004488;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-game-reviews-tt88-live-dealer__feature-item:hover {
    transform: translateY(-10px);
}

.page-game-reviews-tt88-live-dealer__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: invert(80%) sepia(100%) saturate(700%) hue-rotate(0deg) brightness(100%) contrast(100%); /* Gold tint */
}

.page-game-reviews-tt88-live-dealer__feature-item h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: var(--tt88-secondary-color);
}

.page-game-reviews-tt88-live-dealer__feature-item p {
    font-size: 1em;
    color: #c0c0c0;
}

.page-game-reviews-tt88-live-dealer__game-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-game-reviews-tt88-live-dealer__game-item {
    background-color: var(--tt88-bg-light);
    border: 1px solid var(--tt88-border-color);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-reviews-tt88-live-dealer__game-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-game-reviews-tt88-live-dealer__game-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid var(--tt88-border-color);
}

.page-game-reviews-tt88-live-dealer__game-item h3 {
    font-size: 1.4em;
    color: var(--tt88-primary-color);
    margin: 15px 0 10px;
    padding: 0 15px;
}

.page-game-reviews-tt88-live-dealer__game-item p {
    font-size: 0.95em;
    color: var(--tt88-text-dark);
    padding: 0 15px 20px;
}

.page-game-reviews-tt88-live-dealer__cta-text {
    text-align: center;
    font-size: 1.2em;
    margin-top: 40px;
    color: var(--tt88-primary-color);
    font-weight: bold;
}

.page-game-reviews-tt88-live-dealer__streaming-quality {
    background-color: #f8f8f8;
}

.page-game-reviews-tt88-live-dealer__content-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.page-game-reviews-tt88-live-dealer__text-content {
    flex: 1;
    min-width: 300px;
}

.page-game-reviews-tt88-live-dealer__text-content ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-game-reviews-tt88-live-dealer__text-content ul li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="%23FFCC00" d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-game-reviews-tt88-live-dealer__text-content strong {
    color: var(--tt88-primary-color);
}

.page-game-reviews-tt88-live-dealer__image-content {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-game-reviews-tt88-live-dealer__image-right {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-tt88-live-dealer__strategy ol {
    list-style-type: decimal;
    padding-left: 25px;
}

.page-game-reviews-tt88-live-dealer__strategy ol li {
    font-size: 1.1em;
    margin-bottom: 15px;
}

.page-game-reviews-tt88-live-dealer__strategy strong {
    color: var(--tt88-primary-color);
}

.page-game-reviews-tt88-live-dealer__promotions {
    background-color: var(--tt88-bg-dark);
    color: var(--tt88-text-light);
}

.page-game-reviews-tt88-live-dealer__promotions .page-game-reviews-tt88-live-dealer__section-title {
    color: var(--tt88-secondary-color);
}

.page-game-reviews-tt88-live-dealer__promotions .page-game-reviews-tt88-live-dealer__section-title::after {
    background-color: var(--tt88-primary-color);
}

.page-game-reviews-tt88-live-dealer__promo-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.page-game-reviews-tt88-live-dealer__promo-list li {
    background-color: #004488;
    padding: 20px;
    border-radius: 8px;
    font-size: 1.1em;
    position: relative;
    padding-left: 45px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-tt88-live-dealer__promo-list li::before {
    content: '🎁'; /* Gift emoji */
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
}

.page-game-reviews-tt88-live-dealer__registration {
    background-color: #f0f5fa;
}

.page-game-reviews-tt88-live-dealer__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-game-reviews-tt88-live-dealer__step-item {
    background-color: var(--tt88-bg-light);
    border: 1px solid var(--tt88-border-color);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
}

.page-game-reviews-tt88-live-dealer__step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--tt88-secondary-color);
    color: var(--tt88-primary-color);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    border: 3px solid var(--tt88-primary-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-tt88-live-dealer__step-item h3 {
    font-size: 1.5em;
    color: var(--tt88-primary-color);
    margin-top: 20px;
    margin-bottom: 15px;
}

.page-game-reviews-tt88-live-dealer__step-item p {
    font-size: 1em;
    color: var(--tt88-text-dark);
    margin-bottom: 20px;
}

.page-game-reviews-tt88-live-dealer__responsible-gambling {
    text-align: center;
    background-color: #e6f2ff;
}

.page-game-reviews-tt88-live-dealer__responsible-gambling p {
    max-width: 800px;
    margin: 0 auto 30px auto;
    font-size: 1.1em;
}

.page-game-reviews-tt88-live-dealer__responsible-image {
    max-width: 150px;
    height: auto;
    margin-bottom: 30px;
}

.page-game-reviews-tt88-live-dealer__conclusion {
    background-color: var(--tt88-primary-color);
    color: var(--tt88-text-light);
    text-align: center;
}

.page-game-reviews-tt88-live-dealer__conclusion .page-game-reviews-tt88-live-dealer__section-title {
    color: var(--tt88-secondary-color);
}

.page-game-reviews-tt88-live-dealer__conclusion .page-game-reviews-tt88-live-dealer__section-title::after {
    background-color: var(--tt88-text-light);
}

.page-game-reviews-tt88-live-dealer__conclusion p {
    font-size: 1.15em;
    max-width: 900px;
    margin: 0 auto 30px auto;
    color: #e0e0e0;
}

.page-game-reviews-tt88-live-dealer__conclusion strong {
    color: var(--tt88-secondary-color);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-game-reviews-tt88-live-dealer__hero-title {
        font-size: 2.8em;
    }
    .page-game-reviews-tt88-live-dealer__hero-subtitle {
        font-size: 1.2em;
    }
    .page-game-reviews-tt88-live-dealer__section-title {
        font-size: 2em;
    }
    .page-game-reviews-tt88-live-dealer__content-flex {
        flex-direction: column;
    }
    .page-game-reviews-tt88-live-dealer__image-content {
        order: -1; /* Image first on smaller screens */
    }
}

@media (max-width: 768px) {
    .page-game-reviews-tt88-live-dealer__hero {
        height: 400px;
    }
    .page-game-reviews-tt88-live-dealer__hero-title {
        font-size: 2.2em;
    }
    .page-game-reviews-tt88-live-dealer__hero-subtitle {
        font-size: 1em;
    }
    .page-game-reviews-tt88-live-dealer__hero-actions {
        flex-direction: column;
        gap: 15px;
    }
    .page-game-reviews-tt88-live-dealer__btn {
        width: 80%;
        margin: 0 auto;
    }
    .page-game-reviews-tt88-live-dealer__section {
        padding: 40px 0;
    }
    .page-game-reviews-tt88-live-dealer__features-grid,
    .page-game-reviews-tt88-live-dealer__game-list,
    .page-game-reviews-tt88-live-dealer__steps-grid {
        grid-template-columns: 1fr;
    }
    .page-game-reviews-tt88-live-dealer__promo-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-game-reviews-tt88-live-dealer__hero {
        height: 350px;
    }
    .page-game-reviews-tt88-live-dealer__hero-title {
        font-size: 1.8em;
    }
    .page-game-reviews-tt88-live-dealer__section-title {
        font-size: 1.6em;
    }
    .page-game-reviews-tt88-live-dealer__btn {
        padding: 12px 20px;
        font-size: 1em;
    }
}