/* style/resources-how-to-get-secure-nh88-login-links.css */
.page-resources-how-to-get-secure-nh88-login-links {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0;
    background-color: #0A1931;
    line-height: 1.6;
}

.page-resources-how-to-get-secure-nh88-login-links__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-how-to-get-secure-nh88-login-links__hero-section {
    background: linear-gradient(135deg, #0A1931 0%, #1A3A5D 100%);
    color: #FFFFFF;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-how-to-get-secure-nh88-login-links__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[IMAGE:hero_bg]');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
}

.page-resources-how-to-get-secure-nh88-login-links__hero-section .page-resources-how-to-get-secure-nh88-login-links__container {
    position: relative;
    z-index: 1;
}

.page-resources-how-to-get-secure-nh88-login-links__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-resources-how-to-get-secure-nh88-login-links__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #C0C0C0;
}

.page-resources-how-to-get-secure-nh88-login-links__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-resources-how-to-get-secure-nh88-login-links__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-resources-how-to-get-secure-nh88-login-links__btn--primary {
    background-color: #FFD700;
    color: #0A1931;
    border: 2px solid #FFD700;
}

.page-resources-how-to-get-secure-nh88-login-links__btn--primary:hover {
    background-color: #E6C200;
    transform: translateY(-3px);
}

.page-resources-how-to-get-secure-nh88-login-links__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-resources-how-to-get-secure-nh88-login-links__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A1931;
    transform: translateY(-3px);
}

.page-resources-how-to-get-secure-nh88-login-links__btn--inline {
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 1em;
}

.page-resources-how-to-get-secure-nh88-login-links__btn--large {
    padding: 20px 40px;
    font-size: 1.3em;
}

.page-resources-how-to-get-secure-nh88-login-links__content-section {
    padding: 60px 0;
    background-color: #0A1931;
    color: #E0E0E0;
}

.page-resources-how-to-get-secure-nh88-login-links__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.page-resources-how-to-get-secure-nh88-login-links__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-resources-how-to-get-secure-nh88-login-links__subsection-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-top: 30px;
    margin-bottom: 20px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-resources-how-to-get-secure-nh88-login-links__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.page-resources-how-to-get-secure-nh88-login-links__feature-item {
    background-color: #1A2F4A;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-resources-how-to-get-secure-nh88-login-links__feature-item:hover {
    transform: translateY(-10px);
}

.page-resources-how-to-get-secure-nh88-login-links__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: invert(80%) sepia(100%) saturate(1000%) hue-rotate(300deg) brightness(100%) contrast(100%); /* Gold effect */
}

.page-resources-how-to-get-secure-nh88-login-links__feature-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-resources-how-to-get-secure-nh88-login-links__list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.page-resources-how-to-get-secure-nh88-login-links__list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1.1em;
}

.page-resources-how-to-get-secure-nh88-login-links__list li::before {
    content: '✔';
    color: #FFD700;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.page-resources-how-to-get-secure-nh88-login-links__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.page-resources-how-to-get-secure-nh88-login-links__image--full-width {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-how-to-get-secure-nh88-login-links__image--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-how-to-get-secure-nh88-login-links__call-to-action {
    text-align: center;
    background-color: #1A2F4A;
    padding: 50px;
    border-radius: 10px;
    margin-top: 60px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-get-secure-nh88-login-links__call-to-action p {
    font-size: 1.5em;
    color: #FFFFFF;
    margin-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-how-to-get-secure-nh88-login-links__hero-title {
        font-size: 2.5em;
    }

    .page-resources-how-to-get-secure-nh88-login-links__hero-description {
        font-size: 1.1em;
    }

    .page-resources-how-to-get-secure-nh88-login-links__hero-actions {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-how-to-get-secure-nh88-login-links__btn {
        width: 80%;
        margin: 0 auto;
    }

    .page-resources-how-to-get-secure-nh88-login-links__section-title {
        font-size: 2em;
    }

    .page-resources-how-to-get-secure-nh88-login-links__subsection-title {
        font-size: 1.5em;
    }

    .page-resources-how-to-get-secure-nh88-login-links__feature-grid {
        grid-template-columns: 1fr;
    }

    .page-resources-how-to-get-secure-nh88-login-links__call-to-action p {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-resources-how-to-get-secure-nh88-login-links__hero-title {
        font-size: 2em;
    }

    .page-resources-how-to-get-secure-nh88-login-links__hero-description {
        font-size: 1em;
    }

    .page-resources-how-to-get-secure-nh88-login-links__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-how-to-get-secure-nh88-login-links__section-title {
        font-size: 1.8em;
    }

    .page-resources-how-to-get-secure-nh88-login-links__subsection-title {
        font-size: 1.3em;
    }

    .page-resources-how-to-get-secure-nh88-login-links__feature-item {
        padding: 20px;
    }

    .page-resources-how-to-get-secure-nh88-login-links__list li {
        font-size: 1em;
    }

    .page-resources-how-to-get-secure-nh88-login-links__call-to-action {
        padding: 30px;
    }

    .page-resources-how-to-get-secure-nh88-login-links__call-to-action p {
        font-size: 1em;
    }
}