/* style/index-mobile-experience-app-download.css */
.page-index-mobile-experience-app-download {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #E0E0E0; /* Light gray for text on dark background */
    background-color: #1A202C; /* Dark background */
}

.page-index-mobile-experience-app-download .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-index-mobile-experience-app-download h1,
.page-index-mobile-experience-app-download h2,
.page-index-mobile-experience-app-download h3,
.page-index-mobile-experience-app-download h4 {
    color: #FFD700; /* Gold for headings */
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-index-mobile-experience-app-download h1 {
    font-size: 2.8em;
    text-align: center;
    margin-bottom: 20px;
}

.page-index-mobile-experience-app-download h2 {
    font-size: 2.2em;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.page-index-mobile-experience-app-download h3 {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-index-mobile-experience-app-download h4 {
    font-size: 1.4em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-index-mobile-experience-app-download p {
    margin-bottom: 15px;
    color: #E0E0E0;
}

.page-index-mobile-experience-app-download strong {
    color: #FFD700;
}

.page-index-mobile-experience-app-download .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;
    text-align: center;
}

.page-index-mobile-experience-app-download .btn-primary {
    background-color: #FFD700; /* Gold */
    color: #1A202C; /* Dark text on gold */
    border: 2px solid #FFD700;
}

.page-index-mobile-experience-app-download .btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
}

.page-index-mobile-experience-app-download .btn-secondary {
    background-color: transparent;
    color: #FFD700; /* Gold text */
    border: 2px solid #FFD700;
}

.page-index-mobile-experience-app-download .btn-secondary:hover {
    background-color: #FFD700;
    color: #1A202C;
}

.page-index-mobile-experience-app-download .btn-large {
    padding: 15px 35px;
    font-size: 1.1em;
}

/* Hero Section */
.page-index-mobile-experience-app-download .hero-section {
    background: linear-gradient(135deg, #1A202C 0%, #3a3f4a 100%); /* Dark gradient */
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-index-mobile-experience-app-download .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:abstract,geometric,dark_pattern,2king88]');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}

.page-index-mobile-experience-app-download .hero-section > .container {
    position: relative;
    z-index: 1;
}

.page-index-mobile-experience-app-download .hero-section p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 20px auto 40px auto;
    color: #D0D0D0;
}

.page-index-mobile-experience-app-download .hero-ctas .btn {
    margin: 0 10px;
}

/* Info Section */
.page-index-mobile-experience-app-download .info-section {
    padding: 60px 0;
    background-color: #232933;
}

.page-index-mobile-experience-app-download .grid-3-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-mobile-experience-app-download .feature-card {
    background-color: #1A202C;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-index-mobile-experience-app-download .feature-card:hover {
    transform: translateY(-5px);
}

.page-index-mobile-experience-app-download .feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #FFD700);
}

/* Download Guide Section */
.page-index-mobile-experience-app-download .download-guide-section {
    padding: 60px 0;
}

.page-index-mobile-experience-app-download .download-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-mobile-experience-app-download .step-item {
    background-color: #232933;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-mobile-experience-app-download .step-item ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #D0D0D0;
}

.page-index-mobile-experience-app-download .step-item ol li {
    margin-bottom: 10px;
}

.page-index-mobile-experience-app-download .qr-code-section {
    text-align: center;
}

.page-index-mobile-experience-app-download .qr-code-wrapper {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 20px;
}

.page-index-mobile-experience-app-download .qr-code-image {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto 15px auto;
}

.page-index-mobile-experience-app-download .qr-code-section p {
    color: #1A202C; /* Dark text on light background for QR code description */
    font-weight: bold;
}

/* App Features Section */
.page-index-mobile-experience-app-download .app-features-section {
    padding: 60px 0;
    background-color: #232933;
}

.page-index-mobile-experience-app-download .features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-mobile-experience-app-download .feature-item {
    background-color: #1A202C;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-mobile-experience-app-download .feature-icon-small {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 3px #FFD700);
}

/* Mobile Gaming Experience Section */
.page-index-mobile-experience-app-download .mobile-gaming-experience-section {
    padding: 60px 0;
}

.page-index-mobile-experience-app-download .grid-2-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-bottom: 60px;
}

.page-index-mobile-experience-app-download .grid-2-cols.reverse-order {
    grid-template-areas: "image text";
}

.page-index-mobile-experience-app-download .grid-2-cols.reverse-order .text-content {
    grid-area: text;
}

.page-index-mobile-experience-app-download .grid-2-cols.reverse-order .image-content {
    grid-area: image;
}

.page-index-mobile-experience-app-download .responsive-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-index-mobile-experience-app-download .text-content h3 {
    text-align: left;
}

/* Benefits Comparison Section */
.page-index-mobile-experience-app-download .benefits-comparison-section {
    padding: 60px 0;
    background-color: #232933;
}

.page-index-mobile-experience-app-download .benefits-comparison-section ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #D0D0D0;
}

.page-index-mobile-experience-app-download .benefits-comparison-section ul li {
    margin-bottom: 10px;
}

/* FAQ Section */
.page-index-mobile-experience-app-download .faq-section {
    padding: 60px 0;
}

.page-index-mobile-experience-app-download .faq-item {
    background-color: #232933;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-mobile-experience-app-download .faq-item h3 {
    color: #FFD700;
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-index-mobile-experience-app-download .faq-item p {
    margin-top: 15px;
    display: none;
}

.page-index-mobile-experience-app-download .faq-item.active p {
    display: block;
}

/* CTA Section */
.page-index-mobile-experience-app-download .cta-section {
    background: linear-gradient(90deg, #FFD700, #b39700); /* Gold gradient */
    padding: 80px 0;
    text-align: center;
    color: #1A202C; /* Dark text on gold background */
}

.page-index-mobile-experience-app-download .cta-section h2 {
    color: #1A202C;
    margin-bottom: 20px;
}

.page-index-mobile-experience-app-download .cta-section p {
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #333333;
}

.page-index-mobile-experience-app-download .cta-section .btn-primary {
    background-color: #1A202C;
    color: #FFD700;
    border-color: #1A202C;
}

.page-index-mobile-experience-app-download .cta-section .btn-primary:hover {
    background-color: #000;
    color: #FFD700;
    border-color: #000;
}

.page-index-mobile-experience-app-download .cta-section .btn-secondary {
    background-color: transparent;
    color: #1A202C;
    border-color: #1A202C;
    margin-left: 20px;
}

.page-index-mobile-experience-app-download .cta-section .btn-secondary:hover {
    background-color: #1A202C;
    color: #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-index-mobile-experience-app-download h1 {
        font-size: 2.2em;
    }

    .page-index-mobile-experience-app-download h2 {
        font-size: 1.8em;
    }

    .page-index-mobile-experience-app-download h3 {
        font-size: 1.5em;
    }

    .page-index-mobile-experience-app-download .hero-ctas .btn {
        display: block;
        margin: 15px auto;
    }

    .page-index-mobile-experience-app-download .grid-2-cols {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .page-index-mobile-experience-app-download .grid-2-cols.reverse-order {
        grid-template-areas: unset;
    }

    .page-index-mobile-experience-app-download .grid-2-cols.reverse-order .text-content,
    .page-index-mobile-experience-app-download .grid-2-cols.reverse-order .image-content {
        grid-area: unset;
    }

    .page-index-mobile-experience-app-download .image-content {
        order: -1; /* Puts image above text on mobile for reversed sections */
    }

    .page-index-mobile-experience-app-download .cta-section .btn-secondary {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .page-index-mobile-experience-app-download h1 {
        font-size: 1.8em;
    }

    .page-index-mobile-experience-app-download h2 {
        font-size: 1.6em;
    }

    .page-index-mobile-experience-app-download h3 {
        font-size: 1.3em;
    }

    .page-index-mobile-experience-app-download .hero-section {
        padding: 60px 0;
    }

    .page-index-mobile-experience-app-download .btn-large {
        padding: 12px 25px;
        font-size: 1em;
    }
}