/* style/index-b52-game-platform-advantages.css */
.page-index-b52-game-platform-advantages {
    color: #ffffff; /* Text color for dark body background */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: transparent; /* Body background handled by shared.css */
}

.page-index-b52-game-platform-advantages__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-index-b52-game-platform-advantages__section {
    padding: 60px 0;
    text-align: center;
}

.page-index-b52-game-platform-advantages__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold color for titles */
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.page-index-b52-game-platform-advantages__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #f0f0f0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-b52-game-platform-advantages__highlight {
    color: #FFD700;
    font-weight: bold;
}

/* Hero Section */
.page-index-b52-game-platform-advantages__hero-section {
    position: relative;
    padding-top: var(--header-offset, 120px); /* Fixed header spacing */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-bottom: 60px;
}

.page-index-b52-game-platform-advantages__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 20px;
}

.page-index-b52-game-platform-advantages__hero-title {
    font-size: 3.5em;
    color: #FFD700;
    margin-bottom: 20px;
    font-weight: 900;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-b52-game-platform-advantages__hero-description {
    font-size: 1.3em;
    color: #ffffff;
    margin-bottom: 40px;
    line-height: 1.5;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-index-b52-game-platform-advantages__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-index-b52-game-platform-advantages__btn-primary,
.page-index-b52-game-platform-advantages__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-index-b52-game-platform-advantages__btn-primary {
    background-color: #FFD700;
    color: #8B0000; /* Dark red text for gold button */
    border: 2px solid #FFD700;
}

.page-index-b52-game-platform-advantages__btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
}

.page-index-b52-game-platform-advantages__btn-secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-index-b52-game-platform-advantages__btn-secondary:hover {
    background-color: #FFD700;
    color: #8B0000;
    transform: translateY(-3px);
}

.page-index-b52-game-platform-advantages__btn-large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-index-b52-game-platform-advantages__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.page-index-b52-game-platform-advantages__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

/* Advantages Section */
.page-index-b52-game-platform-advantages__advantages-section {
    background-color: rgba(255, 255, 255, 0.03); /* Subtle light background on dark body */
}

.page-index-b52-game-platform-advantages__advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-b52-game-platform-advantages__advantage-card {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #ffffff;
}

.page-index-b52-game-platform-advantages__advantage-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-index-b52-game-platform-advantages__card-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-b52-game-platform-advantages__card-image {
    width: 100%;
    height: 200px; /* Consistent height for card images */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px;
    min-height: 200px;
}

.page-index-b52-game-platform-advantages__card-text {
    font-size: 1em;
    line-height: 1.6;
    color: #f0f0f0;
    flex-grow: 1;
}

/* Video Section */
.page-index-b52-game-platform-advantages__video-section {
    background-color: #1a1a1a;
    padding: 60px 0;
}

.page-index-b52-game-platform-advantages__video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 1000px;
    box-sizing: border-box;
}

.page-index-b52-game-platform-advantages__video-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-index-b52-game-platform-advantages__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.page-index-b52-game-platform-advantages__video-caption {
    margin-top: 20px;
    font-style: italic;
    color: #cccccc;
}

/* CTA Section */
.page-index-b52-game-platform-advantages__cta-section {
    background-color: #8B0000; /* Dark red background */
    color: #ffffff;
    padding: 80px 0;
}

.page-index-b52-game-platform-advantages__cta-section .page-index-b52-game-platform-advantages__section-title {
    color: #FFD700;
}

.page-index-b52-game-platform-advantages__cta-buttons {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* FAQ Section */
.page-index-b52-game-platform-advantages__faq-section {
    background-color: rgba(255, 255, 255, 0.03);
}

.page-index-b52-game-platform-advantages__faq-list {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.page-index-b52-game-platform-advantages__faq-item {
    background-color: rgba(255, 255, 255, 0.05);
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-index-b52-game-platform-advantages__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
}

.page-index-b52-game-platform-advantages__faq-question:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.page-index-b52-game-platform-advantages__faq-title {
    font-size: 1.2em;
    color: #FFD700;
    margin: 0;
    flex-grow: 1;
}

.page-index-b52-game-platform-advantages__faq-toggle {
    font-size: 1.5em;
    font-weight: bold;
    color: #FFD700;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-index-b52-game-platform-advantages__faq-item.active .page-index-b52-game-platform-advantages__faq-toggle {
    transform: rotate(45deg);
}

.page-index-b52-game-platform-advantages__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #f0f0f0;
}

.page-index-b52-game-platform-advantages__faq-item.active .page-index-b52-game-platform-advantages__faq-answer {
    max-height: 1000px !important; /* Ensure it expands sufficiently */
    padding: 15px 25px 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-index-b52-game-platform-advantages__hero-title {
        font-size: 3em;
    }
    .page-index-b52-game-platform-advantages__hero-description {
        font-size: 1.1em;
    }
    .page-index-b52-game-platform-advantages__section-title {
        font-size: 2em;
    }
    .page-index-b52-game-platform-advantages__advantage-card {
        padding: 25px;
    }
    .page-index-b52-game-platform-advantages__card-title {
        font-size: 1.3em;
    }
}

@media (max-width: 768px) {
    .page-index-b52-game-platform-advantages {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-index-b52-game-platform-advantages__hero-section {
        padding-top: var(--header-offset, 120px) !important;
        padding-bottom: 40px;
    }
    .page-index-b52-game-platform-advantages__hero-content {
        padding: 15px;
    }
    .page-index-b52-game-platform-advantages__hero-title {
        font-size: 2.5em;
    }
    .page-index-b52-game-platform-advantages__hero-description {
        font-size: 1em;
        margin-bottom: 30px;
    }
    .page-index-b52-game-platform-advantages__hero-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-index-b52-game-platform-advantages__btn-primary,
    .page-index-b52-game-platform-advantages__btn-secondary,
    .page-index-b52-game-platform-advantages a[class*="button"],
    .page-index-b52-game-platform-advantages 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-index-b52-game-platform-advantages__section {
        padding: 40px 0;
    }
    .page-index-b52-game-platform-advantages__section-title {
        font-size: 1.8em;
    }
    .page-index-b52-game-platform-advantages__paragraph {
        font-size: 0.95em;
    }
    .page-index-b52-game-platform-advantages__advantages-grid {
        grid-template-columns: 1fr;
    }
    .page-index-b52-game-platform-advantages__advantage-card {
        padding: 20px;
    }
    .page-index-b52-game-platform-advantages__card-title {
        font-size: 1.2em;
    }
    .page-index-b52-game-platform-advantages__card-image {
        height: auto;
        min-height: 200px;
    }
    .page-index-b52-game-platform-advantages__video-wrapper {
        padding-bottom: 56.25% !important; /* Ensure aspect ratio */
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        border-radius: 0;
    }
    .page-index-b52-game-platform-advantages__video-section {
        padding-top: var(--header-offset, 120px) !important;
    }
    .page-index-b52-game-platform-advantages video,
    .page-index-b52-game-platform-advantages__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-index-b52-game-platform-advantages__video-section,
    .page-index-b52-game-platform-advantages__video-container,
    .page-index-b52-game-platform-advantages__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }
    .page-index-b52-game-platform-advantages__cta-section {
        padding: 60px 0;
    }
    .page-index-b52-game-platform-advantages__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-index-b52-game-platform-advantages__faq-question {
        padding: 15px 20px;
    }
    .page-index-b52-game-platform-advantages__faq-title {
        font-size: 1.1em;
    }
    .page-index-b52-game-platform-advantages__faq-answer {
        padding: 0 20px;
    }
    .page-index-b52-game-platform-advantages__faq-item.active .page-index-b52-game-platform-advantages__faq-answer {
        padding: 15px 20px 20px;
    }
    /* Mobile image responsiveness for all images in content area */
    .page-index-b52-game-platform-advantages img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-index-b52-game-platform-advantages__section,
    .page-index-b52-game-platform-advantages__card,
    .page-index-b52-game-platform-advantages__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    .page-index-b52-game-platform-advantages__hero-title {
        font-size: 2em;
    }
    .page-index-b52-game-platform-advantages__section-title {
        font-size: 1.5em;
    }
}