/* style/how-to-download-install-bcx88-app.css */
.page-how-to-download-install-bcx88-app {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light backgrounds */
    background-color: var(--secondary-color, #FFFFFF);
}

.page-how-to-download-install-bcx88-app__hero-section {
    position: relative;
    width: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
    background-color: #26A9E0;
    color: #FFFFFF;
}

.page-how-to-download-install-bcx88-app__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4); /* Slightly dark overlay for text readability */
    border-radius: 10px;
}

.page-how-to-download-install-bcx88-app__hero-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-how-to-download-install-bcx88-app__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.page-how-to-download-install-bcx88-app__hero-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.page-how-to-download-install-bcx88-app__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
}

.page-how-to-download-install-bcx88-app__section {
    padding: 60px 20px;
    text-align: center;
}

.page-how-to-download-install-bcx88-app__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: left;
}

.page-how-to-download-install-bcx88-app__section-title {
    font-size: 2.2em;
    color: #26A9E0; /* Brand color */
    margin-bottom: 40px;
    text-align: center;
}

.page-how-to-download-install-bcx88-app__subsection-title {
    font-size: 1.6em;
    color: #26A9E0; /* Brand color */
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-how-to-download-install-bcx88-app__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #333333;
}

.page-how-to-download-install-bcx88-app__dark-bg {
    background-color: #26A9E0;
    color: #FFFFFF;
}

.page-how-to-download-install-bcx88-app__dark-bg .page-how-to-download-install-bcx88-app__section-title,
.page-how-to-download-install-bcx88-app__dark-bg .page-how-to-download-install-bcx88-app__paragraph {
    color: #FFFFFF;
}

.page-how-to-download-install-bcx88-app__light-bg {
    background-color: #FFFFFF;
    color: #333333;
}

.page-how-to-download-install-bcx88-app__medium-bg {
    background-color: #f5f5f5;
    color: #333333;
}

.page-how-to-download-install-bcx88-app__image-container {
    margin: 30px auto;
    text-align: center;
}

.page-how-to-download-install-bcx88-app__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px;
}

.page-how-to-download-install-bcx88-app__list,
.page-how-to-download-install-bcx88-app__numbered-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
}

.page-how-to-download-install-bcx88-app__list-item {
    background-color: #f9f9f9;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-left: 5px solid #26A9E0;
    border-radius: 5px;
    font-size: 1.05em;
    color: #333333;
}

.page-how-to-download-install-bcx88-app__numbered-list .page-how-to-download-install-bcx88-app__list-item {
    counter-increment: list-counter;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: relative;
    padding-left: 60px; /* Space for number */
}

.page-how-to-download-install-bcx88-app__numbered-list .page-how-to-download-install-bcx88-app__list-item::before {
    content: counter(list-counter);
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: #26A9E0;
    color: #FFFFFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1em;
}

.page-how-to-download-install-bcx88-app__cta-buttons {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.page-how-to-download-install-bcx88-app__cta-buttons--centered {
    text-align: center;
    justify-content: center;
}

.page-how-to-download-install-bcx88-app__btn-primary,
.page-how-to-download-install-bcx88-app__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;
    min-width: 180px;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-how-to-download-install-bcx88-app__btn-primary {
    background-color: #26A9E0;
    color: #FFFFFF;
    border: 2px solid #26A9E0;
}

.page-how-to-download-install-bcx88-app__btn-primary:hover {
    background-color: #1a8cc7;
    border-color: #1a8cc7;
}

.page-how-to-download-install-bcx88-app__btn-secondary {
    background-color: transparent;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-how-to-download-install-bcx88-app__btn-secondary:hover {
    background-color: #26A9E0;
    color: #FFFFFF;
}

.page-how-to-download-install-bcx88-app__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: left;
}

.page-how-to-download-install-bcx88-app__feature-card {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    color: #333333;
}

.page-how-to-download-install-bcx88-app__feature-card:hover {
    transform: translateY(-10px);
}

.page-how-to-download-install-bcx88-app__feature-title {
    font-size: 1.4em;
    color: #26A9E0;
    margin-bottom: 15px;
}

.page-how-to-download-install-bcx88-app__feature-description {
    font-size: 1em;
    color: #555555;
}

.page-how-to-download-install-bcx88-app__faq-list {
    max-width: 800px;
    margin: 40px auto;
    text-align: left;
}

.page-how-to-download-install-bcx88-app__faq-item {
    background-color: #f9f9f9;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-how-to-download-install-bcx88-app__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #26A9E0; /* Brand color */
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease;
}

.page-how-to-download-install-bcx88-app__faq-question:hover {
    background-color: #1a8cc7;
}

.page-how-to-download-install-bcx88-app__faq-title {
    margin: 0;
    color: #FFFFFF;
    font-size: 1.1em;
}

.page-how-to-download-install-bcx88-app__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-how-to-download-install-bcx88-app__faq-item.active .page-how-to-download-install-bcx88-app__faq-toggle {
    transform: rotate(45deg);
}

.page-how-to-download-install-bcx88-app__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background-color: #FFFFFF;
    color: #333333;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-how-to-download-install-bcx88-app__faq-item.active .page-how-to-download-install-bcx88-app__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 20px;
}

.page-how-to-download-install-bcx88-app__faq-answer .page-how-to-download-install-bcx88-app__paragraph {
    margin-bottom: 0; /* Remove extra margin for paragraphs inside answer */
    color: #333333;
}

.page-how-to-download-install-bcx88-app__cta-section {
    background-color: #26A9E0;
    color: #FFFFFF;
    padding: 80px 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-how-to-download-install-bcx88-app__hero-title {
        font-size: 2.5em;
    }
    .page-how-to-download-install-bcx88-app__hero-description {
        font-size: 1.1em;
    }
    .page-how-to-download-install-bcx88-app__section-title {
        font-size: 2em;
    }
    .page-how-to-download-install-bcx88-app__subsection-title {
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .page-how-to-download-install-bcx88-app {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-how-to-download-install-bcx88-app__hero-section {
        min-height: 500px;
        padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
    }
    .page-how-to-download-install-bcx88-app__hero-title {
        font-size: 2em;
    }
    .page-how-to-download-install-bcx88-app__hero-description {
        font-size: 1em;
    }
    .page-how-to-download-install-bcx88-app__section,
    .page-how-to-download-install-bcx88-app__content-area {
        padding: 40px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-how-to-download-install-bcx88-app__section-title {
        font-size: 1.8em;
    }
    .page-how-to-download-install-bcx88-app__subsection-title {
        font-size: 1.3em;
    }
    .page-how-to-download-install-bcx88-app__image,
    .page-how-to-download-install-bcx88-app__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-how-to-download-install-bcx88-app__image-container,
    .page-how-to-download-install-bcx88-app__hero-video-wrapper,
    .page-how-to-download-install-bcx88-app__features-grid,
    .page-how-to-download-install-bcx88-app__faq-list {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        padding-left: 0;
        padding-right: 0;
    }
    .page-how-to-download-install-bcx88-app__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-how-to-download-install-bcx88-app__btn-primary,
    .page-how-to-download-install-bcx88-app__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-how-to-download-install-bcx88-app__list-item,
    .page-how-to-download-install-bcx88-app__numbered-list .page-how-to-download-install-bcx88-app__list-item {
        padding: 15px 15px 15px 50px;
    }
    .page-how-to-download-install-bcx88-app__numbered-list .page-how-to-download-install-bcx88-app__list-item::before {
        left: 15px;
        top: 15px;
    }
    .page-how-to-download-install-bcx88-app__faq-question {
        padding: 15px;
        font-size: 1em;
    }
    .page-how-to-download-install-bcx88-app__faq-answer {
        padding: 0 15px;
    }
    .page-how-to-download-install-bcx88-app__faq-item.active .page-how-to-download-install-bcx88-app__faq-answer {
        padding: 15px;
    }
}