/* style/games-types-live-casino.css */
.page-games-types-live-casino {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-games-types-live-casino__hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #0047AB 0%, #00287a 100%); /* Darker blue gradient for hero */
    color: #fff;
    position: relative;
    overflow: hidden;
}

.page-games-types-live-casino__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_casino_pattern,subtle_gold]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-games-types-live-casino__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.page-games-types-live-casino__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: 700;
    color: #FFD700; /* Gold for title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-games-types-live-casino__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-games-types-live-casino__hero-description strong {
    color: #FFD700;
}

.page-games-types-live-casino__hero-image-wrapper {
    margin-top: 40px;
    max-width: 1000px;
    width: 100%;
}

.page-games-types-live-casino__hero-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-games-types-live-casino__section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.page-games-types-live-casino__section:nth-of-type(even) {
    background-color: #e9ecef;
}

.page-games-types-live-casino__section-title {
    font-size: 2.2em;
    color: #0047AB; /* Deep blue for section titles */
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}

.page-games-types-live-casino__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
    height: 4px;
    background-color: #FFD700; /* Gold underline */
    border-radius: 2px;
}

.page-games-types-live-casino__section-description {
    font-size: 1.1em;
    margin-bottom: 40px;
    color: #555;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-games-types-live-casino__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-games-types-live-casino__feature-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-games-types-live-casino__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-games-types-live-casino__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.page-games-types-live-casino__feature-title {
    font-size: 1.4em;
    color: #0047AB;
    margin-bottom: 15px;
}

.page-games-types-live-casino__feature-item p {
    color: #666;
}

.page-games-types-live-casino__game-category {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    text-align: left;
}

.page-games-types-live-casino__game-title {
    font-size: 1.8em;
    color: #0047AB;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    display: inline-block;
    padding-bottom: 5px;
}

.page-games-types-live-casino__game-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.page-games-types-live-casino__game-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-games-types-live-casino__game-text p {
    color: #444;
    margin-bottom: 20px;
}

.page-games-types-live-casino__provider-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    text-align: left;
}

.page-games-types-live-casino__provider-list li {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    font-size: 1.1em;
    color: #333;
}

.page-games-types-live-casino__provider-logo {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    object-fit: contain;
}

.page-games-types-live-casino__promo-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.page-games-types-live-casino__promo-list li {
    background-color: #fff;
    padding: 25px;
    border-left: 5px solid #FFD700;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    font-size: 1.1em;
    color: #333;
}

.page-games-types-live-casino__promo-list li strong {
    color: #0047AB;
}

.page-games-types-live-casino__promotion-cta {
    font-size: 1.2em;
    margin-top: 30px;
    color: #0047AB;
    font-weight: 600;
}

.page-games-types-live-casino__step-by-step {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-games-types-live-casino__step-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.page-games-types-live-casino__step-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.page-games-types-live-casino__step-title {
    font-size: 1.6em;
    color: #0047AB;
    margin-bottom: 15px;
}

.page-games-types-live-casino__step-item p {
    color: #666;
    margin-bottom: 20px;
}

.page-games-types-live-casino__why-choose-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}

.page-games-types-live-casino__why-choose-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-games-types-live-casino__why-choose-list {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
}

.page-games-types-live-casino__why-choose-list li {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-left: 6px solid #0047AB;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    font-size: 1.1em;
    color: #444;
}

.page-games-types-live-casino__why-choose-list li strong {
    color: #0047AB;
}

.page-games-types-live-casino__final-cta {
    font-size: 1.3em;
    color: #0047AB;
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 600;
}

.page-games-types-live-casino__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 30px;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 15px;
}

.page-games-types-live-casino__btn--primary {
    background-color: #FFD700; /* Gold button */
    color: #0047AB; /* Deep blue text */
    border: 2px solid #FFD700;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-games-types-live-casino__btn--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-games-types-live-casino__btn:not(.page-games-types-live-casino__btn--primary) {
    background-color: #0047AB;
    color: #fff;
    border: 2px solid #0047AB;
}

.page-games-types-live-casino__btn:not(.page-games-types-live-casino__btn--primary):hover {
    background-color: #003680;
    border-color: #003680;
    transform: translateY(-2px);
}

.page-games-types-live-casino__btn--large {
    padding: 15px 35px;
    font-size: 1.25em;
    margin-top: 30px;
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .page-games-types-live-casino__hero {
        flex-direction: row;
        text-align: left;
        padding: 80px 40px;
    }

    .page-games-types-live-casino__hero-content {
        flex: 1;
        padding-right: 40px;
    }

    .page-games-types-live-casino__hero-image-wrapper {
        flex: 1;
        margin-top: 0;
        max-width: 50%;
    }

    .page-games-types-live-casino__hero-title {
        font-size: 3.5em;
    }

    .page-games-types-live-casino__game-details {
        flex-direction: row;
        text-align: left;
    }

    .page-games-types-live-casino__game-details:nth-child(odd) {
        flex-direction: row-reverse; /* Alternate image and text */
    }

    .page-games-types-live-casino__game-image {
        max-width: 45%;
    }

    .page-games-types-live-casino__game-text {
        flex: 1;
    }

    .page-games-types-live-casino__why-choose-content {
        flex-direction: row;
        text-align: left;
    }

    .page-games-types-live-casino__why-choose-image {
        max-width: 40%;
        margin-right: 30px;
    }

    .page-games-types-live-casino__why-choose-list {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .page-games-types-live-casino__hero-title {
        font-size: 2.2em;
    }

    .page-games-types-live-casino__section-title {
        font-size: 1.8em;
    }

    .page-games-types-live-casino__hero-description,
    .page-games-types-live-casino__section-description {
        font-size: 1em;
    }

    .page-games-types-live-casino__btn {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-games-types-live-casino__feature-item,
    .page-games-types-live-casino__step-item,
    .page-games-types-live-casino__provider-list li,
    .page-games-types-live-casino__promo-list li {
        padding: 20px;
    }
}