.page-resources-register-juan365-account {
    color: #333333; /* Dark text for light body background #f4f4f4 */
    line-height: 1.6;
    font-family: Arial, sans-serif;
    padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-register-juan365-account__back-link {
    display: inline-block;
    margin: 20px 0 0 20px;
    color: #1A202C;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.page-resources-register-juan365-account__back-link:hover {
    background-color: rgba(26, 32, 44, 0.1);
}

.page-resources-register-juan365-account__hero-section {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 0;
    margin-bottom: 40px;
}

.page-resources-register-juan365-account__hero-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px; /* Minimum height for hero section */
}

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

.page-resources-register-juan365-account__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
    border-radius: 10px;
}

.page-resources-register-juan365-account__main-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Auxiliary color for title */
    line-height: 1.2;
}

.page-resources-register-juan365-account__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.page-resources-register-juan365-account__hero-button {
    display: inline-block;
    background-color: #FFD700; /* Auxiliary color for button */
    color: #1A202C;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-resources-register-juan365-account__hero-button:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-register-juan365-account__content-area {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.page-resources-register-juan365-account__article-wrapper {
    padding: 40px 0;
}

.page-resources-register-juan365-account__section-title {
    font-size: 2.2em;
    color: #1A202C;
    margin-top: 40px;
    margin-bottom: 25px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-register-juan365-account__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
}

.page-resources-register-juan365-account__step-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-resources-register-juan365-account__step-title {
    font-size: 1.8em;
    color: #1A202C;
    margin-bottom: 15px;
}

.page-resources-register-juan365-account__step-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 25px 0;
    border-radius: 8px;
    min-width: 200px;
    min-height: 200px;
}

.page-resources-register-juan365-account__step-button {
    display: inline-block;
    background-color: #1A202C;
    color: #FFD700;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    margin-top: 20px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-resources-register-juan365-account__step-button:hover {
    background-color: #0d1016;
    transform: translateY(-1px);
}

.page-resources-register-juan365-account__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
}

.page-resources-register-juan365-account__list-item {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-resources-register-juan365-account__faq-item {
    background-color: #f9f9f9;
    border-left: 5px solid #FFD700;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.page-resources-register-juan365-account__faq-question {
    font-size: 1.4em;
    color: #1A202C;
    margin-bottom: 10px;
}

.page-resources-register-juan365-account__faq-answer {
    font-size: 1em;
}

.page-resources-register-juan365-account__cta-buttons {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.page-resources-register-juan365-account__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #1A202C;
    padding: 18px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3em;
    margin: 0 10px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-resources-register-juan365-account__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-register-juan365-account__cta-button--secondary {
    background-color: #1A202C;
    color: #FFD700;
}

.page-resources-register-juan365-account__cta-button--secondary:hover {
    background-color: #0d1016;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-register-juan365-account__hero-content {
        padding: 20px;
    }

    .page-resources-register-juan365-account__main-title {
        font-size: 2.2em;
    }

    .page-resources-register-juan365-account__hero-description {
        font-size: 1em;
    }

    .page-resources-register-juan365-account__hero-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-register-juan365-account__section-title {
        font-size: 1.8em;
    }

    .page-resources-register-juan365-account__step-title {
        font-size: 1.5em;
    }

    .page-resources-register-juan365-account__paragraph,
    .page-resources-register-juan365-account__list-item,
    .page-resources-register-juan365-account__faq-answer {
        font-size: 0.95em;
    }

    .page-resources-register-juan365-account__faq-question {
        font-size: 1.2em;
    }

    .page-resources-register-juan365-account__cta-button {
        font-size: 1.1em;
        padding: 15px 25px;
        margin: 10px 0;
        display: block;
    }

    /* Ensure images do not overflow on mobile */
    .page-resources-register-juan365-account img {
        max-width: 100%;
        height: auto;
    }

    .page-resources-register-juan365-account__back-link {
        margin-top: 10px;
        margin-left: 10px;
    }
}