.page-resources-mb66-app-features {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333; /* Default dark text for light body background */
    background-color: #FFFFFF; /* Explicitly set for clarity, though body is default white */
}

.page-resources-mb66-app-features__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    padding-top: var(--header-offset, 120px); /* Ensures content is below fixed header */
    background-color: #26A9E0; /* Main brand color for hero background */
    color: #FFFFFF; /* White text for dark background */
    text-align: center;
    overflow: hidden;
}

.page-resources-mb66-app-features__hero-content {
    max-width: 900px;
    z-index: 1;
    margin-bottom: 40px;
}

.page-resources-mb66-app-features__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFFFFF;
}

.page-resources-mb66-app-features__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.page-resources-mb66-app-features__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Ensure buttons wrap on smaller screens */
}

.page-resources-mb66-app-features__btn-primary,
.page-resources-mb66-app-features__btn-secondary {
    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, border-color 0.3s ease;
    box-sizing: border-box;
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Allow long words to break */
    max-width: 100%; /* Ensure button doesn't overflow */
}

.page-resources-mb66-app-features__btn-primary {
    background-color: #EA7C07; /* Login/CTA color */
    color: #FFFFFF;
    border: 2px solid #EA7C07;
}

.page-resources-mb66-app-features__btn-primary:hover {
    background-color: #d16b06;
    border-color: #d16b06;
}

.page-resources-mb66-app-features__btn-secondary {
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.page-resources-mb66-app-features__btn-secondary:hover {
    background-color: #FFFFFF;
    color: #26A9E0;
    border-color: #FFFFFF;
}

.page-resources-mb66-app-features__hero-image-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%; /* Adjust as needed */
    max-width: 800px;
    z-index: 0;
    opacity: 0.8; /* Slightly transparent to let text stand out */
}

.page-resources-mb66-app-features__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.page-resources-mb66-app-features__section {
    padding: 60px 20px;
    text-align: center;
}

.page-resources-mb66-app-features__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.page-resources-mb66-app-features__section-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #26A9E0; /* Main brand color for titles */
}

.page-resources-mb66-app-features__section-description {
    font-size: 1.1em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #555555;
}

.page-resources-mb66-app-features__overview-section {
    background-color: #f8f8f8;
}

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

.page-resources-mb66-app-features__feature-item {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.3s ease;
}

.page-resources-mb66-app-features__feature-item:hover {
    transform: translateY(-5px);
}

.page-resources-mb66-app-features__feature-title {
    font-size: 1.5em;
    color: #26A9E0;
    margin-bottom: 15px;
}

.page-resources-mb66-app-features__feature-text {
    color: #555555;
}

.page-resources-mb66-app-features__dark-section {
    background-color: #26A9E0;
    color: #FFFFFF;
}

.page-resources-mb66-app-features__dark-section .page-resources-mb66-app-features__section-title,
.page-resources-mb66-app-features__dark-section .page-resources-mb66-app-features__section-description,
.page-resources-mb66-app-features__dark-section .page-resources-mb66-app-features__content-subtitle,
.page-resources-mb66-app-features__dark-section .page-resources-mb66-app-features__content-paragraph,
.page-resources-mb66-app-features__dark-section .page-resources-mb66-app-features__step-title,
.page-resources-mb66-app-features__dark-section .page-resources-mb66-app-features__step-text,
.page-resources-mb66-app-features__dark-section .page-resources-mb66-app-features__faq-qtext,
.page-resources-mb66-app-features__dark-section .page-resources-mb66-app-features__faq-toggle,
.page-resources-mb66-app-features__dark-section .page-resources-mb66-app-features__faq-answer p,
.page-resources-mb66-app-features__dark-section .page-resources-mb66-app-features__step-text a {
    color: #FFFFFF;
}

.page-resources-mb66-app-features__dark-section .page-resources-mb66-app-features__step-text a:hover {
    color: #EA7C07;
}

.page-resources-mb66-app-features__content-row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
    text-align: left;
}

.page-resources-mb66-app-features__content-row--reverse {
    flex-direction: row-reverse;
}

.page-resources-mb66-app-features__content-text {
    flex: 1;
}

.page-resources-mb66-app-features__content-image-wrapper {
    flex: 1;
    min-width: 300px; /* Ensure image wrapper has a minimum size */
}

.page-resources-mb66-app-features__content-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-mb66-app-features__content-subtitle {
    font-size: 1.8em;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #26A9E0; /* Main brand color for subtitles */
}

.page-resources-mb66-app-features__dark-section .page-resources-mb66-app-features__content-subtitle {
    color: #FFFFFF;
}

.page-resources-mb66-app-features__content-paragraph {
    margin-bottom: 15px;
    color: #555555;
}

.page-resources-mb66-app-features__dark-section .page-resources-mb66-app-features__content-paragraph {
    color: #f0f0f0;
}

.page-resources-mb66-app-features__download-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: left;
}

.page-resources-mb66-app-features__step-item {
    background-color: rgba(255, 255, 255, 0.1); /* Slightly transparent white for dark section */
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-mb66-app-features__step-title {
    font-size: 1.4em;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.page-resources-mb66-app-features__step-text {
    color: #f0f0f0;
}

.page-resources-mb66-app-features__cta-download-wrapper {
    margin-top: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-mb66-app-features__cta-download-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

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

.page-resources-mb66-app-features__promo-item {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.3s ease;
}

.page-resources-mb66-app-features__promo-item:hover {
    transform: translateY(-5px);
}

.page-resources-mb66-app-features__promo-title {
    font-size: 1.5em;
    color: #26A9E0;
    margin-bottom: 15px;
}

.page-resources-mb66-app-features__promo-text {
    color: #555555;
}

.page-resources-mb66-app-features__promo-text a {
    color: #26A9E0;
    text-decoration: underline;
}

.page-resources-mb66-app-features__promo-text a:hover {
    color: #1a7bb0;
}

.page-resources-mb66-app-features__faq-list {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.page-resources-mb66-app-features__faq-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.page-resources-mb66-app-features__faq-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.page-resources-mb66-app-features__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    color: #FFFFFF;
    list-style: none; /* For details/summary */
}

.page-resources-mb66-app-features__faq-question::-webkit-details-marker {
    display: none; /* For details/summary */
}

.page-resources-mb66-app-features__faq-qtext {
    flex-grow: 1;
}

.page-resources-mb66-app-features__faq-toggle {
    font-size: 1.5em;
    margin-left: 15px;
}

.page-resources-mb66-app-features__faq-answer {
    padding: 0 25px 20px 25px;
    font-size: 1em;
    color: #f0f0f0;
    text-align: left;
}

.page-resources-mb66-app-features__faq-answer p {
    margin: 0;
    color: #f0f0f0;
}

.page-resources-mb66-app-features__cta-section {
    background-color: #f8f8f8;
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
    .page-resources-mb66-app-features__hero-title {
        font-size: 2.8em;
    }
    .page-resources-mb66-app-features__hero-description {
        font-size: 1.1em;
    }
    .page-resources-mb66-app-features__hero-image-wrapper {
        width: 70%;
    }
    .page-resources-mb66-app-features__section-title {
        font-size: 2em;
    }
    .page-resources-mb66-app-features__content-subtitle {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .page-resources-mb66-app-features__hero-section {
        flex-direction: column;
        padding-top: var(--header-offset, 120px) !important; /* Mobile specific header offset */
    }

    .page-resources-mb66-app-features__hero-content {
        margin-bottom: 20px;
    }

    .page-resources-mb66-app-features__hero-title {
        font-size: 2.2em;
    }

    .page-resources-mb66-app-features__hero-description {
        font-size: 1em;
    }

    .page-resources-mb66-app-features__hero-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-mb66-app-features__btn-primary,
    .page-resources-mb66-app-features__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-resources-mb66-app-features__hero-image-wrapper {
        position: relative;
        width: 90%;
        margin-top: 30px;
        opacity: 1;
    }

    .page-resources-mb66-app-features__section {
        padding: 40px 15px;
    }

    .page-resources-mb66-app-features__container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .page-resources-mb66-app-features__section-title {
        font-size: 1.8em;
    }

    .page-resources-mb66-app-features__section-description {
        font-size: 0.95em;
        margin-bottom: 30px;
    }

    .page-resources-mb66-app-features__feature-grid,
    .page-resources-mb66-app-features__download-steps,
    .page-resources-mb66-app-features__promo-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-resources-mb66-app-features__content-row {
        flex-direction: column;
        gap: 20px;
    }

    .page-resources-mb66-app-features__content-row--reverse {
        flex-direction: column; /* Still column for mobile */
    }

    .page-resources-mb66-app-features__content-subtitle {
        font-size: 1.4em;
    }

    .page-resources-mb66-app-features__content-image,
    .page-resources-mb66-app-features__cta-download-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    /* All images, videos, and their containers */
    .page-resources-mb66-app-features img,
    .page-resources-mb66-app-features video,
    .page-resources-mb66-app-features__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-resources-mb66-app-features__section,
    .page-resources-mb66-app-features__card,
    .page-resources-mb66-app-features__container,
    .page-resources-mb66-app-features__video-section,
    .page-resources-mb66-app-features__video-container,
    .page-resources-mb66-app-features__video-wrapper,
    .page-resources-mb66-app-features__cta-buttons,
    .page-resources-mb66-app-features__button-group,
    .page-resources-mb66-app-features__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: hidden !important; /* Prevent horizontal scroll */
    }

    .page-resources-mb66-app-features__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }
    .page-resources-mb66-app-features__faq-answer {
        padding: 0 20px 15px 20px;
    }
}

@media (max-width: 480px) {
    .page-resources-mb66-app-features__hero-title {
        font-size: 1.8em;
    }
    .page-resources-mb66-app-features__section-title {
        font-size: 1.5em;
    }
}