/* style/resources-f88bet-mobile-app-download.css */
.page-resources-f88bet-mobile-app-download {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #FFFFFF; /* Light text on dark background */
    background-color: #0A192F;
}

.page-resources-f88bet-mobile-app-download__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-f88bet-mobile-app-download__hero {
    background: linear-gradient(135deg, #0A192F 0%, #203a5e 100%); /* Darker gradient for hero */
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-f88bet-mobile-app-download__hero-title {
    font-size: 3.2em;
    color: #E0B92B; /* Accent color for main title */
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.page-resources-f88bet-mobile-app-download__hero-description {
    font-size: 1.3em;
    color: #FFFFFF;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.page-resources-f88bet-mobile-app-download__download-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-resources-f88bet-mobile-app-download__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}

.page-resources-f88bet-mobile-app-download__btn--primary {
    background-color: #E0B92B; /* Accent color for primary button */
    color: #0A192F;
    border: 2px solid #E0B92B;
}

.page-resources-f88bet-mobile-app-download__btn--primary:hover {
    background-color: #c7a426;
    color: #000000;
    transform: translateY(-2px);
}

.page-resources-f88bet-mobile-app-download__btn--secondary {
    background-color: transparent;
    color: #E0B92B;
    border: 2px solid #E0B92B;
}

.page-resources-f88bet-mobile-app-download__btn--secondary:hover {
    background-color: #E0B92B;
    color: #0A192F;
    transform: translateY(-2px);
}

.page-resources-f88bet-mobile-app-download__hero-image {
    max-width: 60%;
    height: auto;
    margin-top: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-f88bet-mobile-app-download__section {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-f88bet-mobile-app-download__section:last-of-type {
    border-bottom: none;
}

.page-resources-f88bet-mobile-app-download__section-title {
    font-size: 2.5em;
    color: #E0B92B;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-resources-f88bet-mobile-app-download__section-intro {
    font-size: 1.1em;
    color: #CCCCCC;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
}

.page-resources-f88bet-mobile-app-download__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-f88bet-mobile-app-download__feature-item {
    background-color: #1a2b42; /* Slightly lighter dark background */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-f88bet-mobile-app-download__feature-title {
    font-size: 1.5em;
    color: #E0B92B;
    margin-bottom: 15px;
}

.page-resources-f88bet-mobile-app-download__feature-item p {
    color: #DDDDDD;
}

.page-resources-f88bet-mobile-app-download__guide-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.page-resources-f88bet-mobile-app-download__step-card {
    background-color: #1a2b42;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}

.page-resources-f88bet-mobile-app-download__step-title {
    font-size: 2em;
    color: #E0B92B;
    margin-bottom: 25px;
    text-align: center;
}

.page-resources-f88bet-mobile-app-download__step-card ol {
    list-style: none;
    counter-reset: step-counter;
    padding: 0;
    margin-bottom: 30px;
}

.page-resources-f88bet-mobile-app-download__step-card ol li {
    counter-increment: step-counter;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    font-size: 1.1em;
    color: #DDDDDD;
}

.page-resources-f88bet-mobile-app-download__step-card ol li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #E0B92B;
    color: #0A192F;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.1em;
}

.page-resources-f88bet-mobile-app-download__step-card a {
    color: #E0B92B;
    text-decoration: none;
    font-weight: bold;
}

.page-resources-f88bet-mobile-app-download__step-card a:hover {
    text-decoration: underline;
}

.page-resources-f88bet-mobile-app-download__qr-code-wrapper {
    text-align: center;
    margin-top: 30px;
    background-color: #0A192F;
    padding: 20px;
    border-radius: 8px;
}

.page-resources-f88bet-mobile-app-download__qr-code {
    width: 180px;
    height: 180px;
    border: 5px solid #E0B92B;
    border-radius: 5px;
    margin-bottom: 15px;
}

.page-resources-f88bet-mobile-app-download__qr-code-wrapper p {
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
}

.page-resources-f88bet-mobile-app-download__features-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-f88bet-mobile-app-download__feature-card {
    background-color: #1a2b42;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.page-resources-f88bet-mobile-app-download__feature-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-bottom: 3px solid #E0B92B;
}

.page-resources-f88bet-mobile-app-download__feature-card-title {
    font-size: 1.6em;
    color: #E0B92B;
    margin: 20px 15px 10px 15px;
}

.page-resources-f88bet-mobile-app-download__feature-card p {
    color: #DDDDDD;
    padding: 0 15px 20px 15px;
}

.page-resources-f88bet-mobile-app-download__security-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-f88bet-mobile-app-download__security-item {
    background-color: #1a2b42;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-f88bet-mobile-app-download__security-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: invert(80%) sepia(80%) saturate(1000%) hue-rotate(0deg) brightness(100%) contrast(100%); /* Gold tint */
}

.page-resources-f88bet-mobile-app-download__security-item-title {
    font-size: 1.5em;
    color: #E0B92B;
    margin-bottom: 15px;
}

.page-resources-f88bet-mobile-app-download__security-item p {
    color: #DDDDDD;
}

.page-resources-f88bet-mobile-app-download__faq-list {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-f88bet-mobile-app-download__faq-item {
    background-color: #1a2b42;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-resources-f88bet-mobile-app-download__faq-question {
    font-size: 1.3em;
    color: #E0B92B;
    padding: 20px 25px;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    background-color: #1a2b42;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-f88bet-mobile-app-download__faq-question::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-resources-f88bet-mobile-app-download__faq-item.active .page-resources-f88bet-mobile-app-download__faq-question::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-f88bet-mobile-app-download__faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-resources-f88bet-mobile-app-download__faq-answer p {
    color: #DDDDDD;
    padding-bottom: 20px;
    margin: 0;
}

.page-resources-f88bet-mobile-app-download__faq-item.active .page-resources-f88bet-mobile-app-download__faq-answer {
    max-height: 200px; /* Adjust as needed */
    padding-top: 15px;
}

.page-resources-f88bet-mobile-app-download__section--cta {
    text-align: center;
    padding-bottom: 80px;
}

.page-resources-f88bet-mobile-app-download__section--cta .page-resources-f88bet-mobile-app-download__download-buttons {
    margin-top: 40px;
}

.page-resources-f88bet-mobile-app-download .highlight {
    color: #E0B92B;
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-resources-f88bet-mobile-app-download__hero-title {
        font-size: 2.8em;
    }
    .page-resources-f88bet-mobile-app-download__section-title {
        font-size: 2em;
    }
    .page-resources-f88bet-mobile-app-download__guide-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-resources-f88bet-mobile-app-download__hero {
        padding: 60px 0;
    }
    .page-resources-f88bet-mobile-app-download__hero-title {
        font-size: 2.2em;
    }
    .page-resources-f88bet-mobile-app-download__hero-description {
        font-size: 1.1em;
    }
    .page-resources-f88bet-mobile-app-download__download-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-resources-f88bet-mobile-app-download__hero-image {
        max-width: 80%;
    }
    .page-resources-f88bet-mobile-app-download__section {
        padding: 40px 0;
    }
    .page-resources-f88bet-mobile-app-download__section-title {
        font-size: 1.8em;
    }
    .page-resources-f88bet-mobile-app-download__section-intro {
        font-size: 1em;
    }
    .page-resources-f88bet-mobile-app-download__features-grid,
    .page-resources-f88bet-mobile-app-download__features-showcase,
    .page-resources-f88bet-mobile-app-download__security-points {
        grid-template-columns: 1fr;
    }
    .page-resources-f88bet-mobile-app-download__feature-title,
    .page-resources-f88bet-mobile-app-download__feature-card-title,
    .page-resources-f88bet-mobile-app-download__security-item-title {
        font-size: 1.3em;
    }
    .page-resources-f88bet-mobile-app-download__step-title {
        font-size: 1.5em;
    }
    .page-resources-f88bet-mobile-app-download__faq-question {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-resources-f88bet-mobile-app-download__hero-title {
        font-size: 1.8em;
    }
    .page-resources-f88bet-mobile-app-download__hero-description {
        font-size: 0.9em;
    }
    .page-resources-f88bet-mobile-app-download__btn {
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-resources-f88bet-mobile-app-download__hero-image {
        max-width: 95%;
    }
    .page-resources-f88bet-mobile-app-download__step-card ol li {
        font-size: 1em;
        padding-left: 35px;
    }
    .page-resources-f88bet-mobile-app-download__step-card ol li::before {
        width: 25px;
        height: 25px;
        font-size: 1em;
    }
    .page-resources-f88bet-mobile-app-download__qr-code {
        width: 150px;
        height: 150px;
    }
}