/* style/resources-secure-mnl777-account.css */

/* Base styles for the page content area */
.page-resources-secure-mnl777-account {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text for light background */
    background-color: #FFFFFF; /* Page specific background, if different from body */
    padding-top: var(--header-offset, 120px); /* Space for fixed header */
    overflow-x: hidden; /* Prevent horizontal overflow */
}

.page-resources-secure-mnl777-account__hero-section {
    position: relative;
    overflow: hidden;
    color: #FFFFFF; /* Light text for hero content */
    text-align: center;
    padding: 80px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    width: 100%; /* Ensure it respects parent width */
    box-sizing: border-box; /* Include padding in width calculation */
}

.page-resources-secure-mnl777-account__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.page-resources-secure-mnl777-account__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent black overlay for text readability */
    padding: 30px;
    border-radius: 10px;
}

.page-resources-secure-mnl777-account__main-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFFFFF; /* White text for main title */
    line-height: 1.2;
}

.page-resources-secure-mnl777-account__intro-text {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #F0F0F0; /* Slightly off-white for intro text */
}

.page-resources-secure-mnl777-account__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease;
    min-width: 200px; /* Ensure buttons are not too small */
    text-align: center;
}

.page-resources-secure-mnl777-account__button--register {
    background-color: #FFFFFF; /* White button background */
    color: #000000; /* Black text for register button */
    border: 2px solid #FFFFFF;
}

.page-resources-secure-mnl777-account__button--register:hover {
    background-color: transparent;
    color: #FFFFFF;
}

.page-resources-secure-mnl777-account__button--login {
    background-color: #FCBC45; /* Login button specific color */
    color: #000000; /* Black text for login button */
    border: 2px solid #FCBC45;
}

.page-resources-secure-mnl777-account__button--login:hover {
    background-color: transparent;
    color: #FCBC45;
}

.page-resources-secure-mnl777-account__button--download {
    background-color: #FCBC45; /* Download button specific color */
    color: #000000; /* Black text for download button */
    border: 2px solid #FCBC45;
}

.page-resources-secure-mnl777-account__button--download:hover {
    background-color: transparent;
    color: #FCBC45;
}

.page-resources-secure-mnl777-account__button--contact {
    background-color: #000000; /* Black button background */
    color: #FFFFFF; /* White text for contact button */
    border: 2px solid #000000;
}

.page-resources-secure-mnl777-account__button--contact:hover {
    background-color: #333333;
    color: #FFFFFF;
}

.page-resources-secure-mnl777-account__button--play-now {
    background-color: #FCBC45; /* Play Now button specific color */
    color: #000000; /* Black text for Play Now button */
    border: 2px solid #FCBC45;
    margin-right: 15px;
}

.page-resources-secure-mnl777-account__button--play-now:hover {
    background-color: transparent;
    color: #FCBC45;
}

.page-resources-secure-mnl777-account__button--resources {
    background-color: #000000; /* Black button background */
    color: #FFFFFF; /* White text for resources button */
    border: 2px solid #000000;
}

.page-resources-secure-mnl777-account__button--resources:hover {
    background-color: #333333;
    color: #FFFFFF;
}

.page-resources-secure-mnl777-account__button--all-resources {
    background-color: #000000; /* Black button background */
    color: #FFFFFF; /* White text for all resources button */
    border: 2px solid #000000;
    margin-top: 40px;
    padding: 12px 25px;
}

.page-resources-secure-mnl777-account__button--all-resources:hover {
    background-color: #333333;
    color: #FFFFFF;
}

.page-resources-secure-mnl777-account__content-area {
    max-width: 800px; /* Content width for readability */
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #FFFFFF;
}

.page-resources-secure-mnl777-account__article-container {
    padding: 20px 0;
}

.page-resources-secure-mnl777-account__section-title {
    font-size: 2em;
    color: #000000; /* Black for section titles */
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FCBC45; /* Accent line */
    padding-bottom: 10px;
}

.page-resources-secure-mnl777-account__sub-title {
    font-size: 1.5em;
    color: #000000; /* Black for sub-titles */
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-secure-mnl777-account__article-paragraph {
    margin-bottom: 1em;
    font-size: 1.1em;
    line-height: 1.8;
}

.page-resources-secure-mnl777-account__highlight {
    font-weight: bold;
    color: #000000; /* Keep highlights visible */
}

.page-resources-secure-mnl777-account__list {
    list-style: disc inside;
    margin-bottom: 1em;
    padding-left: 20px;
}

.page-resources-secure-mnl777-account__list-item {
    margin-bottom: 0.5em;
    font-size: 1.1em;
}

.page-resources-secure-mnl777-account__image-wrapper {
    margin: 30px 0;
    text-align: center;
}

.page-resources-secure-mnl777-account__article-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
}

.page-resources-secure-mnl777-account__cta-group {
    text-align: center;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-resources-secure-mnl777-account__related-resources {
    background-color: #F8F8F8; /* Light grey background for related section */
    padding: 60px 20px;
    text-align: center;
}

.page-resources-secure-mnl777-account__resource-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 40px auto 0 auto;
}

.page-resources-secure-mnl777-account__resource-card {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease;
}

.page-resources-secure-mnl777-account__resource-card:hover {
    transform: translateY(-5px);
}

.page-resources-secure-mnl777-account__resource-image {
    width: 100%;
    height: 250px; /* Fixed height for consistency */
    object-fit: cover;
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
}

.page-resources-secure-mnl777-account__card-title {
    font-size: 1.3em;
    margin: 15px;
    color: #000000;
}

.page-resources-secure-mnl777-account__card-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.page-resources-secure-mnl777-account__card-title a:hover {
    color: #FCBC45; /* Accent color on hover */
}

.page-resources-secure-mnl777-account__card-description {
    font-size: 0.95em;
    color: #555555;
    margin: 0 15px 15px 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-secure-mnl777-account__hero-section {
        padding: 60px 15px;
        min-height: 400px;
    }

    .page-resources-secure-mnl777-account__hero-content {
        padding: 20px;
    }

    .page-resources-secure-mnl777-account__main-title {
        font-size: 2em;
    }

    .page-resources-secure-mnl777-account__intro-text {
        font-size: 1em;
    }

    .page-resources-secure-mnl777-account__section-title {
        font-size: 1.8em;
    }

    .page-resources-secure-mnl777-account__sub-title {
        font-size: 1.3em;
    }

    .page-resources-secure-mnl777-account__article-paragraph,
    .page-resources-secure-mnl777-account__list-item {
        font-size: 1em;
    }

    .page-resources-secure-mnl777-account__button {
        padding: 12px 20px;
        font-size: 1em;
        min-width: unset;
        width: 100%; /* Make buttons full width on mobile */
    }
    .page-resources-secure-mnl777-account__button--play-now {
        margin-right: 0;
    }
    .page-resources-secure-mnl777-account__cta-group {
        flex-direction: column;
        gap: 15px;
    }

    /* Content area images must not cause horizontal scroll */
    .page-resources-secure-mnl777-account__article-image,
    .page-resources-secure-mnl777-account__resource-image {
        max-width: 100%;
        height: auto;
    }
    .page-resources-secure-mnl777-account__content-area {
        padding: 20px 15px;
    }
    .page-resources-secure-mnl777-account__resource-grid {
        grid-template-columns: 1fr;
    }
}