/* style/resources-how-to-register-90ok.css */

/* Biến CSS */
:root {
    --page-90ok-primary-color: #007bff;
    --page-90ok-secondary-color: #28a745;
    --page-90ok-dark-text: #212529;
    --page-90ok-light-text: #f8f9fa;
    --page-90ok-grey-bg: #f2f2f2;
    --page-90ok-border-color: #dee2e6;
}

.page-resources-how-to-register-90ok {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: var(--page-90ok-dark-text);
    background-color: #ffffff;
}

.page-resources-how-to-register-90ok__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-how-to-register-90ok__hero-section {
    background: linear-gradient(135deg, var(--page-90ok-primary-color) 0%, #0056b3 100%); /* Darker variant for better text contrast */
    color: var(--page-90ok-light-text);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-how-to-register-90ok__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_pattern,gaming,light_blue_green]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-how-to-register-90ok__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff; /* Explicitly white for contrast */
    position: relative;
    z-index: 1;
}

.page-resources-how-to-register-90ok__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    font-weight: 300;
    color: #e0e0e0; /* Slightly off-white for subtle contrast */
    position: relative;
    z-index: 1;
}

.page-resources-how-to-register-90ok__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.page-resources-how-to-register-90ok__cta-button--primary {
    background-color: var(--page-90ok-secondary-color);
    color: var(--page-90ok-light-text);
    border: 2px solid var(--page-90ok-secondary-color);
}

.page-resources-how-to-register-90ok__cta-button--primary:hover {
    background-color: #218838;
    border-color: #1e7e34;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-register-90ok__cta-button--secondary {
    background-color: var(--page-90ok-primary-color);
    color: var(--page-90ok-light-text);
    border: 2px solid var(--page-90ok-primary-color);
}

.page-resources-how-to-register-90ok__cta-button--secondary:hover {
    background-color: #0056b3;
    border-color: #004085;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-register-90ok__cta-button--tertiary {
    background-color: transparent;
    color: var(--page-90ok-primary-color);
    border: 2px solid var(--page-90ok-primary-color);
}

.page-resources-how-to-register-90ok__cta-button--tertiary:hover {
    background-color: var(--page-90ok-primary-color);
    color: var(--page-90ok-light-text);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-register-90ok__cta-button--link {
    background-color: transparent;
    color: var(--page-90ok-primary-color);
    border: none;
    padding: 8px 15px;
    font-size: 1em;
}

.page-resources-how-to-register-90ok__cta-button--link:hover {
    text-decoration: underline;
    background-color: transparent;
    color: #0056b3;
    transform: none;
    box-shadow: none;
}

.page-resources-how-to-register-90ok__content-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-resources-how-to-register-90ok__article {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-register-90ok__section-title {
    font-size: 2.2em;
    color: var(--page-90ok-primary-color);
    margin-top: 40px;
    margin-bottom: 25px;
    font-weight: 600;
    text-align: center;
    border-bottom: 3px solid var(--page-90ok-secondary-color);
    padding-bottom: 10px;
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-how-to-register-90ok__section-title:first-of-type {
    margin-top: 0;
}

.page-resources-how-to-register-90ok__article p {
    margin-bottom: 1em;
    font-size: 1.05em;
    color: #333;
}

.page-resources-how-to-register-90ok__keyword {
    color: var(--page-90ok-primary-color);
    font-weight: bold;
}

.page-resources-how-to-register-90ok__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.page-resources-how-to-register-90ok__feature-item {
    background-color: var(--page-90ok-grey-bg);
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-how-to-register-90ok__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-how-to-register-90ok__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-resources-how-to-register-90ok__feature-title {
    font-size: 1.4em;
    color: var(--page-90ok-primary-color);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-resources-how-to-register-90ok__feature-item p {
    font-size: 0.95em;
    color: #555;
}

.page-resources-how-to-register-90ok__step-by-step-guide {
    margin-top: 30px;
}

.page-resources-how-to-register-90ok__step-item {
    background-color: #fcfcfc;
    border: 1px solid var(--page-90ok-border-color);
    border-left: 5px solid var(--page-90ok-primary-color);
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-register-90ok__step-title {
    font-size: 1.8em;
    color: var(--page-90ok-primary-color);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-resources-how-to-register-90ok__step-image {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 20px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-register-90ok__bullet-list {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #333;
}

.page-resources-how-to-register-90ok__bullet-list li {
    margin-bottom: 8px;
    font-size: 1.05em;
}

.page-resources-how-to-register-90ok__note {
    font-style: italic;
    color: #666;
    font-size: 0.95em;
    margin-top: 15px;
}

.page-resources-how-to-register-90ok__checklist {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-resources-how-to-register-90ok__checklist li {
    background-color: #e9f7ef; /* Light green for checklist items */
    border-left: 4px solid var(--page-90ok-secondary-color);
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 1.05em;
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.page-resources-how-to-register-90ok__post-registration-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.page-resources-how-to-register-90ok__feature-card {
    background-color: #ffffff;
    border: 1px solid var(--page-90ok-border-color);
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
}

.page-resources-how-to-register-90ok__feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-how-to-register-90ok__card-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    object-fit: contain;
}

.page-resources-how-to-register-90ok__card-title {
    font-size: 1.5em;
    color: var(--page-90ok-primary-color);
    margin-bottom: 10px;
    font-weight: 600;
}

.page-resources-how-to-register-90ok__feature-card p {
    font-size: 0.98em;
    color: #444;
    margin-bottom: 20px;
}

.page-resources-how-to-register-90ok__faq-section {
    margin-top: 30px;
    margin-bottom: 50px;
}

.page-resources-how-to-register-90ok__faq-item {
    background-color: #ffffff;
    border: 1px solid var(--page-90ok-border-color);
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-register-90ok__faq-question {
    font-size: 1.3em;
    color: var(--page-90ok-primary-color);
    padding: 18px 25px;
    margin: 0;
    cursor: pointer;
    background-color: var(--page-90ok-grey-bg);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.page-resources-how-to-register-90ok__faq-question:hover {
    background-color: #e0e0e0;
}

.page-resources-how-to-register-90ok__faq-question::after {
    content: '+';
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-resources-how-to-register-90ok__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-how-to-register-90ok__faq-answer {
    padding: 15px 25px;
    margin: 0;
    font-size: 1.05em;
    color: #444;
    border-top: 1px solid var(--page-90ok-border-color);
    display: none; /* Hidden by default, toggled by JS */
}

.page-resources-how-to-register-90ok__final-cta-group {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Sticky CTA Button */
.page-resources-how-to-register-90ok__sticky-cta-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: none; /* Hidden by default, shown by JS if needed */
}

.page-resources-how-to-register-90ok__sticky-cta {
    background-color: var(--page-90ok-secondary-color);
    color: var(--page-90ok-light-text);
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.page-resources-how-to-register-90ok__sticky-cta:hover {
    background-color: #218838;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-register-90ok__sticky-cta-text {
    margin-right: 10px;
}

.page-resources-how-to-register-90ok__sticky-cta-icon {
    width: 20px;
    height: 20px;
    filter: invert(100%); /* Make icon white */
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-how-to-register-90ok__hero-title {
        font-size: 2.5em;
    }
    .page-resources-how-to-register-90ok__hero-subtitle {
        font-size: 1.1em;
    }
    .page-resources-how-to-register-90ok__section-title {
        font-size: 1.8em;
    }
    .page-resources-how-to-register-90ok__feature-grid, .page-resources-how-to-register-90ok__post-registration-features {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-resources-how-to-register-90ok__hero-section {
        padding: 60px 0;
    }
    .page-resources-how-to-register-90ok__hero-title {
        font-size: 2em;
    }
    .page-resources-how-to-register-90ok__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-how-to-register-90ok__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-how-to-register-90ok__content-section {
        padding: 40px 0;
    }
    .page-resources-how-to-register-90ok__article {
        padding: 20px;
    }
    .page-resources-how-to-register-90ok__section-title {
        font-size: 1.6em;
    }
    .page-resources-how-to-register-90ok__feature-grid, .page-resources-how-to-register-90ok__post-registration-features {
        grid-template-columns: 1fr;
    }
    .page-resources-how-to-register-90ok__step-title {
        font-size: 1.5em;
    }
    .page-resources-how-to-register-90ok__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }
    .page-resources-how-to-register-90ok__faq-answer {
        padding: 12px 20px;
        font-size: 0.95em;
    }
    .page-resources-how-to-register-90ok__sticky-cta-wrapper {
        bottom: 15px;
        right: 15px;
    }
    .page-resources-how-to-register-90ok__sticky-cta {
        padding: 10px 18px;
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    .page-resources-how-to-register-90ok__hero-title {
        font-size: 1.8em;
    }
    .page-resources-how-to-register-90ok__hero-subtitle {
        font-size: 0.9em;
    }
    .page-resources-how-to-register-90ok__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-resources-how-to-register-90ok__section-title {
        font-size: 1.4em;
    }
    .page-resources-how-to-register-90ok__feature-title, .page-resources-how-to-register-90ok__card-title {
        font-size: 1.2em;
    }
    .page-resources-how-to-register-90ok__step-title {
        font-size: 1.3em;
    }
    .page-resources-how-to-register-90ok__final-cta-group {
        flex-direction: column;
        gap: 10px;
    }
}