.page-resources-phmapalad-account-security {
    color: #333333; /* Dark text for light background */
    background-color: #FFFFFF; /* Explicitly set for content area if not inherited */
    padding-top: var(--header-offset, 120px); /* Space for fixed header */
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-resources-phmapalad-account-security__hero-section {
    background-color: #000000; /* Main color for hero background, image provides visual */
    color: #FFFFFF;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-phmapalad-account-security__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 0;
}

.page-resources-phmapalad-account-security__hero-container {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.page-resources-phmapalad-account-security__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-phmapalad-account-security__hero-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #F0F0F0;
}

.page-resources-phmapalad-account-security__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-resources-phmapalad-account-security__button {
    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;
    min-width: 150px;
    text-align: center;
    cursor: pointer;
}

.page-resources-phmapalad-account-security__button--register {
    background-color: #FFFFFF;
    color: #000000;
    border: 2px solid #FFFFFF;
}

.page-resources-phmapalad-account-security__button--register:hover {
    background-color: transparent;
    color: #FFFFFF;
}

.page-resources-phmapalad-account-security__button--login,
.page-resources-phmapalad-account-security__button--join,
.page-resources-phmapalad-account-security__button--download {
    background-color: #FCBC45;
    color: #000000;
    border: 2px solid #FCBC45;
}

.page-resources-phmapalad-account-security__button--login:hover,
.page-resources-phmapalad-account-security__button--join:hover,
.page-resources-phmapalad-account-security__button--download:hover {
    background-color: #E0A030;
    border-color: #E0A030;
}

.page-resources-phmapalad-account-security__article-content {
    max-width: 800px; /* Content width for readability */
    margin: 40px auto;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-phmapalad-account-security__article-wrapper {
    padding: 20px;
}

.page-resources-phmapalad-account-security__back-link {
    display: inline-block;
    margin-bottom: 30px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.page-resources-phmapalad-account-security__back-link:hover {
    text-decoration: underline;
    color: #FCBC45;
}

.page-resources-phmapalad-account-security__section-title {
    font-size: 2em;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FCBC45;
    padding-bottom: 10px;
}

.page-resources-phmapalad-account-security__sub-title {
    font-size: 1.5em;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-phmapalad-account-security__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #333333;
}

.page-resources-phmapalad-account-security__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #333333;
}

.page-resources-phmapalad-account-security__list-item {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-resources-phmapalad-account-security__article-image {
    display: block;
    max-width: 100%;
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
    height: auto;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.page-resources-phmapalad-account-security__faq-item {
    background-color: #F8F8F8;
    border-left: 4px solid #FCBC45;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.page-resources-phmapalad-account-security__faq-question {
    font-size: 1.2em;
    color: #000000;
    margin-bottom: 10px;
}

.page-resources-phmapalad-account-security__faq-answer {
    font-size: 1em;
    color: #555555;
}

.page-resources-phmapalad-account-security__email-link {
    color: #FCBC45;
    text-decoration: none;
    font-weight: bold;
}

.page-resources-phmapalad-account-security__email-link:hover {
    text-decoration: underline;
}

.page-resources-phmapalad-account-security__call-to-action {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background-color: #F0F0F0;
    border-radius: 8px;
}

.page-resources-phmapalad-account-security__cta-text {
    font-size: 1.5em;
    color: #000000;
    margin-bottom: 30px;
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-phmapalad-account-security__hero-title {
        font-size: 2em;
    }

    .page-resources-phmapalad-account-security__hero-description {
        font-size: 1em;
    }

    .page-resources-phmapalad-account-security__hero-actions {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-phmapalad-account-security__button {
        width: 80%;
        margin: 0 auto;
    }

    .page-resources-phmapalad-account-security__article-content {
        margin: 20px 10px;
        padding: 10px;
    }

    .page-resources-phmapalad-account-security__section-title {
        font-size: 1.8em;
    }

    .page-resources-phmapalad-account-security__sub-title {
        font-size: 1.3em;
    }

    .page-resources-phmapalad-account-security__paragraph,
    .page-resources-phmapalad-account-security__list-item,
    .page-resources-phmapalad-account-security__faq-answer {
        font-size: 0.95em;
    }

    .page-resources-phmapalad-account-security__article-image {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Ensure images are not too small */
        min-height: 200px; /* Ensure images are not too small */
    }

    .page-resources-phmapalad-account-security__cta-text {
        font-size: 1.2em;
    }

    .page-resources-phmapalad-account-security__call-to-action {
        padding: 20px;
    }
}