/* style/download-center-mobile-web-access.css */

:root {
    --b52club-primary: #1A237E;
    --b52club-accent: #FFD700;
    --b52club-text-light: #ffffff;
    --b52club-text-dark: #333333;
    --b52club-background-light: #f4f7f6;
    --b52club-background-dark: #0f143d;
    --b52club-border-color: #3f478a;
    --b52club-link-hover: #e5dc81;
}

.page-download-center-mobile-web-access {
    font-family: 'Arial', sans-serif;
    color: var(--b52club-text-dark);
    line-height: 1.6;
    background-color: var(--b52club-background-light);
}

.page-download-center-mobile-web-access__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-download-center-mobile-web-access__section-title {
    font-size: 2.5em;
    color: var(--b52club-primary);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.page-download-center-mobile-web-access__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--b52club-accent);
    border-radius: 2px;
}

.page-download-center-mobile-web-access__text-content {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 30px;
    color: var(--b52club-text-dark);
}

.page-download-center-mobile-web-access .highlight {
    color: var(--b52club-primary);
    font-weight: bold;
}

.page-download-center-mobile-web-access__cta-button {
    display: block;
    width: fit-content;
    margin: 30px auto 0;
    padding: 15px 30px;
    background-color: var(--b52club-accent);
    color: var(--b52club-primary);
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-download-center-mobile-web-access__cta-button:hover {
    background-color: var(--b52club-link-hover);
    transform: translateY(-3px);
}

.page-download-center-mobile-web-access__cta-button--wide {
    max-width: 400px;
    width: 100%;
}

/* Hero Section */
.page-download-center-mobile-web-access__hero-section {
    background: linear-gradient(135deg, var(--b52club-primary), var(--b52club-background-dark));
    padding: 80px 0;
    color: var(--b52club-text-light);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-download-center-mobile-web-access__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--b52club-text-light);
}

.page-download-center-mobile-web-access__hero-description {
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: rgba(255, 255, 255, 0.9);
}

.page-download-center-mobile-web-access__hero-image {
    max-width: 80%;
    height: auto;
    margin-top: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Benefits Section */
.page-download-center-mobile-web-access__benefits-section {
    padding: 60px 0;
    background-color: var(--b52club-background-light);
}

.page-download-center-mobile-web-access__benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-download-center-mobile-web-access__benefit-item {
    background-color: var(--b52club-text-light);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.page-download-center-mobile-web-access__benefit-item:hover {
    transform: translateY(-5px);
}

.page-download-center-mobile-web-access__benefit-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.page-download-center-mobile-web-access__benefit-title {
    font-size: 1.6em;
    color: var(--b52club-primary);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-download-center-mobile-web-access__benefit-description {
    color: var(--b52club-text-dark);
    font-size: 1em;
}

.page-download-center-mobile-web-access__secondary-cta-button {
    display: block;
    width: fit-content;
    margin: 40px auto 0;
    padding: 12px 25px;
    background-color: var(--b52club-primary);
    color: var(--b52club-text-light);
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-download-center-mobile-web-access__secondary-cta-button:hover {
    background-color: #3f478a; /* Darker shade of primary */
    transform: translateY(-2px);
}

/* Guide Section */
.page-download-center-mobile-web-access__guide-section {
    padding: 60px 0;
    background-color: var(--b52club-background-dark);
    color: var(--b52club-text-light);
}

.page-download-center-mobile-web-access__guide-section .page-download-center-mobile-web-access__section-title,
.page-download-center-mobile-web-access__guide-section .page-download-center-mobile-web-access__text-content {
    color: var(--b52club-text-light);
}

.page-download-center-mobile-web-access__guide-section .highlight {
    color: var(--b52club-accent);
}

.page-download-center-mobile-web-access__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.page-download-center-mobile-web-access__step-item {
    background-color: var(--b52club-primary);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    border: 1px solid var(--b52club-border-color);
}

.page-download-center-mobile-web-access__step-number {
    background-color: var(--b52club-accent);
    color: var(--b52club-primary);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8em;
    font-weight: bold;
    margin: -55px auto 20px;
    border: 3px solid var(--b52club-text-light);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page-download-center-mobile-web-access__step-title {
    font-size: 1.8em;
    color: var(--b52club-accent);
    margin-bottom: 15px;
    font-weight: 700;
}

.page-download-center-mobile-web-access__step-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05em;
}

.page-download-center-mobile-web-access__step-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-download-center-mobile-web-access__link-in-text {
    color: var(--b52club-accent);
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-download-center-mobile-web-access__link-in-text:hover {
    color: var(--b52club-link-hover);
    text-decoration: underline;
}

/* Features Section */
.page-download-center-mobile-web-access__features-section {
    padding: 60px 0;
    background-color: var(--b52club-background-light);
}

.page-download-center-mobile-web-access__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-download-center-mobile-web-access__feature-item {
    background-color: var(--b52club-text-light);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.page-download-center-mobile-web-access__feature-item:hover {
    transform: translateY(-5px);
}

.page-download-center-mobile-web-access__feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}

.page-download-center-mobile-web-access__feature-title {
    font-size: 1.5em;
    color: var(--b52club-primary);
    margin-bottom: 10px;
    font-weight: 600;
}

.page-download-center-mobile-web-access__feature-description {
    color: var(--b52club-text-dark);
    font-size: 0.95em;
}

/* Comparison Section */
.page-download-center-mobile-web-access__comparison-section {
    padding: 60px 0;
    background-color: var(--b52club-background-dark);
    color: var(--b52club-text-light);
}

.page-download-center-mobile-web-access__comparison-section .page-download-center-mobile-web-access__section-title,
.page-download-center-mobile-web-access__comparison-section .page-download-center-mobile-web-access__text-content {
    color: var(--b52club-text-light);
}

.page-download-center-mobile-web-access__comparison-section .highlight {
    color: var(--b52club-accent);
}

.page-download-center-mobile-web-access__comparison-table {
    width: 100%;
    overflow-x: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-download-center-mobile-web-access__comparison-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.page-download-center-mobile-web-access__comparison-table th,
.page-download-center-mobile-web-access__comparison-table td {
    border: 1px solid var(--b52club-border-color);
    padding: 15px;
    text-align: left;
    color: var(--b52club-text-light);
}

.page-download-center-mobile-web-access__comparison-table th {
    background-color: var(--b52club-primary);
    font-weight: bold;
    font-size: 1.1em;
}

.page-download-center-mobile-web-access__comparison-table td {
    background-color: var(--b52club-background-dark);
}

.page-download-center-mobile-web-access__comparison-table tbody tr:nth-child(odd) td {
    background-color: #1a237e;
}

.page-download-center-mobile-web-access__comparison-table strong {
    color: var(--b52club-accent);
}

/* Tips Section */
.page-download-center-mobile-web-access__tips-section {
    padding: 60px 0;
    background-color: var(--b52club-background-light);
}

.page-download-center-mobile-web-access__tips-list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 40px auto;
    text-align: left;
}

.page-download-center-mobile-web-access__tips-list li {
    background-color: var(--b52club-text-light);
    padding: 15px 25px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    font-size: 1.05em;
    color: var(--b52club-text-dark);
    position: relative;
    padding-left: 40px;
}

.page-download-center-mobile-web-access__tips-list li::before {
    content: '✓';
    color: var(--b52club-accent);
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
}

.page-download-center-mobile-web-access__tips-list strong {
    color: var(--b52club-primary);
}

.page-download-center-mobile-web-access__tips-image {
    max-width: 80%;
    height: auto;
    margin: 40px auto 0;
    display: block;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

/* FAQ Section */
.page-download-center-mobile-web-access__faq-section {
    padding: 60px 0;
    background-color: var(--b52club-background-dark);
    color: var(--b52club-text-light);
}

.page-download-center-mobile-web-access__faq-section .page-download-center-mobile-web-access__section-title {
    color: var(--b52club-text-light);
}

.page-download-center-mobile-web-access__faq-section .highlight {
    color: var(--b52club-accent);
}

.page-download-center-mobile-web-access__faq-item {
    background-color: var(--b52club-primary);
    border: 1px solid var(--b52club-border-color);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.page-download-center-mobile-web-access__faq-question {
    font-size: 1.4em;
    color: var(--b52club-accent);
    margin-bottom: 10px;
    font-weight: 600;
}

.page-download-center-mobile-web-access__faq-answer {
    font-size: 1.05em;
    color: rgba(255, 255, 255, 0.9);
}

/* Final CTA Section */
.page-download-center-mobile-web-access__cta-final-section {
    padding: 60px 0 80px;
    background-color: var(--b52club-background-light);
    text-align: center;
}

.page-download-center-mobile-web-access__cta-final-section .page-download-center-mobile-web-access__section-title {
    margin-bottom: 20px;
}

.page-download-center-mobile-web-access__cta-final-section .page-download-center-mobile-web-access__text-content {
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-download-center-mobile-web-access__cta-button--final {
    font-size: 1.5em;
    padding: 20px 40px;
    border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-download-center-mobile-web-access__hero-title {
        font-size: 2.5em;
    }

    .page-download-center-mobile-web-access__hero-description {
        font-size: 1.1em;
    }

    .page-download-center-mobile-web-access__section-title {
        font-size: 2em;
    }

    .page-download-center-mobile-web-access__text-content {
        font-size: 1em;
    }

    .page-download-center-mobile-web-access__cta-button {
        font-size: 1.1em;
        padding: 12px 25px;
    }

    .page-download-center-mobile-web-access__hero-image {
        max-width: 95%;
    }

    .page-download-center-mobile-web-access__benefits-grid,
    .page-download-center-mobile-web-access__steps-grid,
    .page-download-center-mobile-web-access__features-grid {
        grid-template-columns: 1fr;
    }

    .page-download-center-mobile-web-access__step-number {
        margin-top: 0;
    }

    .page-download-center-mobile-web-access__step-item {
        padding-top: 50px; /* Adjust for number position */
    }

    .page-download-center-mobile-web-access__comparison-table table {
        font-size: 0.9em;
    }

    .page-download-center-mobile-web-access__faq-question {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-download-center-mobile-web-access__hero-title {
        font-size: 2em;
    }

    .page-download-center-mobile-web-access__hero-description {
        font-size: 0.95em;
    }

    .page-download-center-mobile-web-access__section-title {
        font-size: 1.8em;
    }

    .page-download-center-mobile-web-access__cta-button {
        font-size: 1em;
        padding: 10px 20px;
    }

    .page-download-center-mobile-web-access__cta-button--final {
        font-size: 1.2em;
        padding: 15px 30px;
    }

    .page-download-center-mobile-web-access__step-title {
        font-size: 1.5em;
    }
}