:root {
    --page-primary-color: #1A1A2E;
    --page-secondary-color: #E0B34E;
    --page-text-light: #F0F0F0;
    --page-text-dark: #1A1A2E;
    --page-background-dark: #12121D;
    --page-background-light: #2A2A3E;
}

.page-live-interactive-exclusive-hiphop-game-demo-live {
    font-family: 'Arial', sans-serif;
    color: var(--page-text-light);
    background-color: var(--page-background-dark);
    line-height: 1.6;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .section-title {
    font-size: 2.5em;
    color: var(--page-secondary-color);
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-live-interactive-exclusive-hiphop-game-demo-live .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    border: none;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .btn-primary {
    background-color: var(--page-secondary-color);
    color: var(--page-text-dark);
}

.page-live-interactive-exclusive-hiphop-game-demo-live .btn-primary:hover {
    background-color: #C89F3E;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .btn-secondary {
    background-color: transparent;
    color: var(--page-secondary-color);
    border: 2px solid var(--page-secondary-color);
    margin-left: 15px;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .btn-secondary:hover {
    background-color: var(--page-secondary-color);
    color: var(--page-text-dark);
}

.page-live-interactive-exclusive-hiphop-game-demo-live .btn-link {
    background: none;
    border: none;
    color: var(--page-secondary-color);
    padding: 0;
    font-weight: bold;
    text-decoration: underline;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .btn-link:hover {
    color: #C89F3E;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .link-highlight {
    color: var(--page-secondary-color);
    text-decoration: none;
    font-weight: bold;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .link-highlight:hover {
    text-decoration: underline;
}

/* Hero Section */
.page-live-interactive-exclusive-hiphop-game-demo-live .hero-section {
    background: linear-gradient(135deg, var(--page-primary-color) 0%, var(--page-background-dark) 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .hero-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    text-align: left;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .hero-content {
    flex: 1;
    max-width: 600px;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .hero-title {
    font-size: 3.8em;
    color: var(--page-secondary-color);
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .hero-description {
    font-size: 1.3em;
    color: var(--page-text-light);
    margin-bottom: 30px;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .hero-actions {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .hero-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* About Stream Section */
.page-live-interactive-exclusive-hiphop-game-demo-live .about-stream-section {
    padding: 80px 0;
    background-color: var(--page-background-light);
}

.page-live-interactive-exclusive-hiphop-game-demo-live .stream-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .highlight-item {
    background-color: var(--page-primary-color);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .highlight-item:hover {
    transform: translateY(-10px);
}

.page-live-interactive-exclusive-hiphop-game-demo-live .highlight-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .highlight-item h3 {
    color: var(--page-secondary-color);
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .highlight-item p {
    color: var(--page-text-light);
    font-size: 1.1em;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .call-to-action-text {
    text-align: center;
    font-size: 1.2em;
    margin-top: 40px;
}

/* Hip-Hop Culture Section */
.page-live-interactive-exclusive-hiphop-game-demo-live .hiphop-culture-section {
    padding: 80px 0;
    background-color: var(--page-background-dark);
}

.page-live-interactive-exclusive-hiphop-game-demo-live .culture-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    text-align: center;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .culture-item {
    background-color: var(--page-primary-color);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-live-interactive-exclusive-hiphop-game-demo-live .culture-image {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .culture-item h3 {
    color: var(--page-secondary-color);
    font-size: 1.6em;
    margin-bottom: 15px;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .culture-item p {
    color: var(--page-text-light);
    font-size: 1.1em;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .cta-center {
    text-align: center;
    margin-top: 50px;
}

/* How to Join Section */
.page-live-interactive-exclusive-hiphop-game-demo-live .how-to-join-section {
    padding: 80px 0;
    background-color: var(--page-background-light);
}

.page-live-interactive-exclusive-hiphop-game-demo-live .steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .step-item {
    background-color: var(--page-primary-color);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    padding-top: 60px; /* Space for step number */
}

.page-live-interactive-exclusive-hiphop-game-demo-live .step-number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--page-secondary-color);
    color: var(--page-text-dark);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2em;
    font-weight: bold;
    border: 4px solid var(--page-background-light);
}

.page-live-interactive-exclusive-hiphop-game-demo-live .step-item h3 {
    color: var(--page-secondary-color);
    font-size: 1.6em;
    margin-bottom: 15px;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .step-item p {
    color: var(--page-text-light);
    margin-bottom: 20px;
}

/* FAQ Section */
.page-live-interactive-exclusive-hiphop-game-demo-live .faq-section {
    padding: 80px 0;
    background-color: var(--page-background-dark);
}

.page-live-interactive-exclusive-hiphop-game-demo-live .faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .faq-item {
    background-color: var(--page-primary-color);
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-live-interactive-exclusive-hiphop-game-demo-live .faq-question {
    color: var(--page-secondary-color);
    font-size: 1.4em;
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--page-primary-color);
    margin: 0;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .faq-question::after {
    content: '+';
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .faq-question.active::after {
    transform: rotate(45deg);
}

.page-live-interactive-exclusive-hiphop-game-demo-live .faq-answer {
    color: var(--page-text-light);
    padding: 0 20px 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .faq-answer.active {
    max-height: 200px; /* Adjust as needed */
    padding: 0 20px 20px;
}

/* Final CTA Section */
.page-live-interactive-exclusive-hiphop-game-demo-live .final-cta-section {
    background: linear-gradient(45deg, var(--page-background-dark), var(--page-primary-color));
    padding: 100px 0;
    text-align: center;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .final-cta-section .section-title {
    color: var(--page-secondary-color);
    font-size: 3em;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .cta-description {
    font-size: 1.4em;
    color: var(--page-text-light);
    margin-bottom: 40px;
}

.page-live-interactive-exclusive-hiphop-game-demo-live .btn-large {
    padding: 15px 40px;
    font-size: 1.3em;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-live-interactive-exclusive-hiphop-game-demo-live .hero-section .container {
        flex-direction: column;
        text-align: center;
    }

    .page-live-interactive-exclusive-hiphop-game-demo-live .hero-content {
        max-width: 100%;
    }

    .page-live-interactive-exclusive-hiphop-game-demo-live .hero-actions {
        justify-content: center;
    }

    .page-live-interactive-exclusive-hiphop-game-demo-live .hero-title {
        font-size: 3em;
    }

    .page-live-interactive-exclusive-hiphop-game-demo-live .section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-live-interactive-exclusive-hiphop-game-demo-live .hero-section {
        padding: 80px 0;
    }

    .page-live-interactive-exclusive-hiphop-game-demo-live .hero-title {
        font-size: 2.5em;
    }

    .page-live-interactive-exclusive-hiphop-game-demo-live .hero-description {
        font-size: 1.1em;
    }

    .page-live-interactive-exclusive-hiphop-game-demo-live .btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-live-interactive-exclusive-hiphop-game-demo-live .btn-secondary {
        margin-left: 0;
        margin-top: 10px;
    }

    .page-live-interactive-exclusive-hiphop-game-demo-live .stream-highlights,
    .page-live-interactive-exclusive-hiphop-game-demo-live .culture-grid,
    .page-live-interactive-exclusive-hiphop-game-demo-live .steps-grid {
        grid-template-columns: 1fr;
    }

    .page-live-interactive-exclusive-hiphop-game-demo-live .final-cta-section .section-title {
        font-size: 2.5em;
    }
}

@media (max-width: 480px) {
    .page-live-interactive-exclusive-hiphop-game-demo-live .hero-title {
        font-size: 2em;
    }

    .page-live-interactive-exclusive-hiphop-game-demo-live .hero-actions {
        flex-direction: column;
        gap: 10px;
    }

    .page-live-interactive-exclusive-hiphop-game-demo-live .btn-secondary {
        margin-top: 0;
    }

    .page-live-interactive-exclusive-hiphop-game-demo-live .section-title {
        font-size: 1.8em;
    }

    .page-live-interactive-exclusive-hiphop-game-demo-live .final-cta-section .section-title {
        font-size: 2em;
    }
    
    .page-live-interactive-exclusive-hiphop-game-demo-live .faq-question {
        font-size: 1.2em;
    }
}