/* style/resources-kubet77win-popular-games-guide.css */
.page-resources-kubet77win-popular-games-guide {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background-color: #121212; /* Matches shared.css body background */
}

.page-resources-kubet77win-popular-games-guide__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
    background-color: #1A202C;
    color: #ffffff;
    overflow: hidden;
}

.page-resources-kubet77win-popular-games-guide__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin-bottom: 40px;
}

.page-resources-kubet77win-popular-games-guide__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-kubet77win-popular-games-guide__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-kubet77win-popular-games-guide__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-resources-kubet77win-popular-games-guide__hero-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.page-resources-kubet77win-popular-games-guide__hero-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: 0.2;
}

.page-resources-kubet77win-popular-games-guide__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.page-resources-kubet77win-popular-games-guide__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-resources-kubet77win-popular-games-guide__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-resources-kubet77win-popular-games-guide__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    color: #f0f0f0;
}

.page-resources-kubet77win-popular-games-guide__intro-section {
    background-color: #1A202C;
}

.page-resources-kubet77win-popular-games-guide__intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.page-resources-kubet77win-popular-games-guide__intro-text p {
    margin-bottom: 15px;
    color: #e0e0e0;
}

.page-resources-kubet77win-popular-games-guide__intro-image-wrapper {
    text-align: center;
}

.page-resources-kubet77win-popular-games-guide__intro-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-kubet77win-popular-games-guide__games-section {
    background-color: #1A202C;
    padding-bottom: 80px;
}

.page-resources-kubet77win-popular-games-guide__games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-resources-kubet77win-popular-games-guide__game-card {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding-bottom: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-kubet77win-popular-games-guide__game-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-resources-kubet77win-popular-games-guide__game-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
}

.page-resources-kubet77win-popular-games-guide__game-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    padding: 0 15px;
}

.page-resources-kubet77win-popular-games-guide__game-title a {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-resources-kubet77win-popular-games-guide__game-title a:hover {
    color: #ffffff;
}

.page-resources-kubet77win-popular-games-guide__game-description {
    font-size: 0.95em;
    color: #e0e0e0;
    padding: 0 20px;
    margin-bottom: 20px;
}

.page-resources-kubet77win-popular-games-guide__btn-link {
    display: inline-block;
    background-color: #FFD700;
    color: #1A202C;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-kubet77win-popular-games-guide__btn-link:hover {
    background-color: #ffffff;
    color: #1A202C;
}

.page-resources-kubet77win-popular-games-guide__strategy-section {
    background-color: #121212;
}

.page-resources-kubet77win-popular-games-guide__strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-resources-kubet77win-popular-games-guide__strategy-item {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-kubet77win-popular-games-guide__strategy-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-kubet77win-popular-games-guide__strategy-item-title {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-resources-kubet77win-popular-games-guide__strategy-item p {
    color: #e0e0e0;
    margin-bottom: 15px;
}

.page-resources-kubet77win-popular-games-guide__registration-section {
    background-color: #1A202C;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-kubet77win-popular-games-guide__registration-section .page-resources-kubet77win-popular-games-guide__section-title {
    color: #ffffff;
}

.page-resources-kubet77win-popular-games-guide__registration-section .page-resources-kubet77win-popular-games-guide__section-title::after {
    background-color: #ffffff;
}

.page-resources-kubet77win-popular-games-guide__registration-steps {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.page-resources-kubet77win-popular-games-guide__step-item {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 25px;
    width: 220px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.page-resources-kubet77win-popular-games-guide__step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #FFD700;
    color: #1A202C;
    border-radius: 50%;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 15px;
    border: 3px solid #1A202C;
}

.page-resources-kubet77win-popular-games-guide__step-title {
    font-size: 1.3em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-resources-kubet77win-popular-games-guide__step-item p {
    color: #e0e0e0;
    font-size: 0.95em;
}

.page-resources-kubet77win-popular-games-guide__registration-cta {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-resources-kubet77win-popular-games-guide__registration-image {
    max-width: 600px;
    width: 100%;
    height: auto;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-kubet77win-popular-games-guide__promotions-section {
    background-color: #121212;
}

.page-resources-kubet77win-popular-games-guide__promotion-list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto 50px;
    color: #e0e0e0;
}

.page-resources-kubet77win-popular-games-guide__promotion-list li {
    background-color: rgba(255, 255, 255, 0.05);
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 8px;
    border-left: 5px solid #FFD700;
    font-size: 1.05em;
}

.page-resources-kubet77win-popular-games-guide__promotion-list li strong {
    color: #FFD700;
}

.page-resources-kubet77win-popular-games-guide__promotions-cta {
    text-align: center;
    margin-top: 40px;
}

.page-resources-kubet77win-popular-games-guide__support-security-section {
    background-color: #1A202C;
}

.page-resources-kubet77win-popular-games-guide__support-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-resources-kubet77win-popular-games-guide__support-item {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.page-resources-kubet77win-popular-games-guide__support-item-title {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-resources-kubet77win-popular-games-guide__support-item p {
    color: #e0e0e0;
}

.page-resources-kubet77win-popular-games-guide__support-cta {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-resources-kubet77win-popular-games-guide__faq-section {
    background-color: #121212;
}

.page-resources-kubet77win-popular-games-guide__faq-container {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.page-resources-kubet77win-popular-games-guide__faq-item {
    background-color: rgba(255, 255, 255, 0.08);
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-kubet77win-popular-games-guide__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    color: #FFD700;
    transition: background-color 0.3s ease;
}

.page-resources-kubet77win-popular-games-guide__faq-question:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-kubet77win-popular-games-guide__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.page-resources-kubet77win-popular-games-guide__faq-item.active .page-resources-kubet77win-popular-games-guide__faq-toggle {
    transform: rotate(45deg);
}

.page-resources-kubet77win-popular-games-guide__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    color: #e0e0e0;
}

.page-resources-kubet77win-popular-games-guide__faq-item.active .page-resources-kubet77win-popular-games-guide__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 15px 25px;
}

.page-resources-kubet77win-popular-games-guide__faq-answer p {
    margin-bottom: 10px;
}

.page-resources-kubet77win-popular-games-guide__cta-final-section {
    background-color: #1A202C;
    text-align: center;
    padding-bottom: 80px;
}

.page-resources-kubet77win-popular-games-guide__final-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

/* Common Button Styles */
.page-resources-kubet77win-popular-games-guide__btn-primary,
.page-resources-kubet77win-popular-games-guide__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.page-resources-kubet77win-popular-games-guide__btn-primary {
    background-color: #FFD700;
    color: #1A202C;
    border: 2px solid #FFD700;
}

.page-resources-kubet77win-popular-games-guide__btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-kubet77win-popular-games-guide__btn-secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-resources-kubet77win-popular-games-guide__btn-secondary:hover {
    background-color: #FFD700;
    color: #1A202C;
    transform: translateY(-2px);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-resources-kubet77win-popular-games-guide__hero-title {
        font-size: 3em;
    }

    .page-resources-kubet77win-popular-games-guide__section-title {
        font-size: 2em;
    }

    .page-resources-kubet77win-popular-games-guide__intro-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .page-resources-kubet77win-popular-games-guide__hero-section {
        padding: 60px 15px;
        padding-top: var(--header-offset, 120px) !important; /* Mobile fixed header offset */
    }

    .page-resources-kubet77win-popular-games-guide__hero-title {
        font-size: 2.5em;
    }

    .page-resources-kubet77win-popular-games-guide__hero-description {
        font-size: 1.1em;
    }

    .page-resources-kubet77win-popular-games-guide__content-area {
        padding: 40px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-resources-kubet77win-popular-games-guide__section-title {
        font-size: 1.8em;
    }

    .page-resources-kubet77win-popular-games-guide__section-description {
        font-size: 1em;
    }

    .page-resources-kubet77win-popular-games-guide__games-grid,
    .page-resources-kubet77win-popular-games-guide__strategy-grid,
    .page-resources-kubet77win-popular-games-guide__support-details {
        grid-template-columns: 1fr;
    }

    /* Mobile Image Responsiveness */
    .page-resources-kubet77win-popular-games-guide img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-resources-kubet77win-popular-games-guide__intro-image-wrapper,
    .page-resources-kubet77win-popular-games-guide__game-card,
    .page-resources-kubet77win-popular-games-guide__registration-image {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Mobile Video Responsiveness */
    .page-resources-kubet77win-popular-games-guide video,
    .page-resources-kubet77win-popular-games-guide__hero-video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-resources-kubet77win-popular-games-guide__hero-video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    /* Mobile Button Responsiveness */
    .page-resources-kubet77win-popular-games-guide__btn-primary,
    .page-resources-kubet77win-popular-games-guide__btn-secondary,
    .page-resources-kubet77win-popular-games-guide__btn-link,
    .page-resources-kubet77win-popular-games-guide a[class*="button"],
    .page-resources-kubet77win-popular-games-guide a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-resources-kubet77win-popular-games-guide__hero-buttons,
    .page-resources-kubet77win-popular-games-guide__support-cta,
    .page-resources-kubet77win-popular-games-guide__final-cta-buttons {
        flex-direction: column;
        gap: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-resources-kubet77win-popular-games-guide__registration-steps {
        flex-direction: column;
        align-items: center;
    }

    .page-resources-kubet77win-popular-games-guide__step-item {
        width: 100%;
        max-width: 350px;
    }
}

@media (max-width: 480px) {
    .page-resources-kubet77win-popular-games-guide__hero-title {
        font-size: 2em;
    }

    .page-resources-kubet77win-popular-games-guide__section-title {
        font-size: 1.5em;
    }

    .page-resources-kubet77win-popular-games-guide__hero-description {
        font-size: 1em;
    }

    .page-resources-kubet77win-popular-games-guide__btn-primary,
    .page-resources-kubet77win-popular-games-guide__btn-secondary {
        padding: 12px 25px;
        font-size: 1em;
    }
    
    .page-resources-kubet77win-popular-games-guide__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }

    .page-resources-kubet77win-popular-games-guide__faq-answer {
        padding: 10px 20px;
    }
    .page-resources-kubet77win-popular-games-guide__faq-item.active .page-resources-kubet77win-popular-games-guide__faq-answer {
        padding: 10px 20px;
    }
}