/* style/resources-how-to-register-login-58win1-safely.css */

:root {
    --page-primary-color: #0A2342;
    --page-secondary-color: #FFD700;
    --page-text-light: #FFFFFF;
    --page-text-dark: #333333;
    --page-accent-color: #F5DCBD; /* Complementary to primary */
    --page-bg-dark: #0A2342;
    --page-bg-light: #F0F2F5;
    --page-link-hover: #E0B500;
}

.page-resources-how-to-register-login-58win1-safely {
    font-family: 'Arial', sans-serif;
    color: var(--page-text-dark);
    line-height: 1.6;
    background-color: var(--page-bg-light);
}

.page-resources-how-to-register-login-58win1-safely__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-how-to-register-login-58win1-safely__hero-section {
    background: linear-gradient(135deg, var(--page-primary-color), #2c4a6b);
    color: var(--page-text-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-how-to-register-login-58win1-safely__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--page-text-light);
}

.page-resources-how-to-register-login-58win1-safely__hero-title .highlight {
    color: var(--page-secondary-color);
}

.page-resources-how-to-register-login-58win1-safely__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.page-resources-how-to-register-login-58win1-safely__hero-cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-resources-how-to-register-login-58win1-safely__btn {
    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, transform 0.2s ease;
    white-space: nowrap;
}

.page-resources-how-to-register-login-58win1-safely__btn--primary {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
    border: 2px solid var(--page-secondary-color);
}

.page-resources-how-to-register-login-58win1-safely__btn--primary:hover {
    background-color: var(--page-link-hover);
    transform: translateY(-2px);
}

.page-resources-how-to-register-login-58win1-safely__btn--secondary {
    background-color: transparent;
    color: var(--page-secondary-color);
    border: 2px solid var(--page-secondary-color);
}

.page-resources-how-to-register-login-58win1-safely__btn--secondary:hover {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
    transform: translateY(-2px);
}

.page-resources-how-to-register-login-58win1-safely__btn--accent {
    background-color: var(--page-accent-color);
    color: var(--page-primary-color);
    border: 2px solid var(--page-accent-color);
}

.page-resources-how-to-register-login-58win1-safely__btn--accent:hover {
    background-color: #e0c8a8;
    transform: translateY(-2px);
}

.page-resources-how-to-register-login-58win1-safely__content-section {
    padding: 60px 0;
    background-color: var(--page-bg-light);
}

.page-resources-how-to-register-login-58win1-safely__article {
    background-color: var(--page-text-light);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.page-resources-how-to-register-login-58win1-safely__heading-2 {
    font-size: 2.5em;
    color: var(--page-primary-color);
    margin-top: 50px;
    margin-bottom: 25px;
    border-bottom: 3px solid var(--page-secondary-color);
    padding-bottom: 15px;
    font-weight: bold;
}

.page-resources-how-to-register-login-58win1-safely__heading-3 {
    font-size: 1.8em;
    color: var(--page-primary-color);
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-resources-how-to-register-login-58win1-safely__article p {
    margin-bottom: 1em;
    font-size: 1.1em;
    color: var(--page-text-dark);
}

.page-resources-how-to-register-login-58win1-safely__article .keyword-highlight {
    color: var(--page-primary-color);
    font-weight: bold;
}

.page-resources-how-to-register-login-58win1-safely__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 1.5em;
    font-size: 1.1em;
    color: var(--page-text-dark);
}

.page-resources-how-to-register-login-58win1-safely__list li {
    margin-bottom: 0.8em;
}

.page-resources-how-to-register-login-58win1-safely__list strong {
    color: var(--page-primary-color);
}

.page-resources-how-to-register-login-58win1-safely__image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-resources-how-to-register-login-58win1-safely__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.page-resources-how-to-register-login-58win1-safely__image:hover {
    transform: scale(1.02);
}

.page-resources-how-to-register-login-58win1-safely__image-caption {
    margin-top: 15px;
    font-style: italic;
    color: #666;
    font-size: 0.95em;
}

.page-resources-how-to-register-login-58win1-safely__faq-item {
    background-color: #f9f9f9;
    border-left: 5px solid var(--page-secondary-color);
    padding: 20px 25px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.page-resources-how-to-register-login-58win1-safely__faq-item p {
    margin-top: 10px;
    margin-bottom: 0;
}

.page-resources-how-to-register-login-58win1-safely__cta-banner {
    background: linear-gradient(90deg, var(--page-primary-color), #2c4a6b);
    color: var(--page-text-light);
    padding: 60px 40px;
    border-radius: 12px;
    text-align: center;
    margin-top: 60px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-register-login-58win1-safely__cta-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    font-weight: bold;
    color: var(--page-secondary-color);
}

.page-resources-how-to-register-login-58win1-safely__cta-text {
    font-size: 1.2em;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-how-to-register-login-58win1-safely__hero-title {
        font-size: 2.8em;
    }
    .page-resources-how-to-register-login-58win1-safely__heading-2 {
        font-size: 2em;
    }
    .page-resources-how-to-register-login-58win1-safely__heading-3 {
        font-size: 1.5em;
    }
    .page-resources-how-to-register-login-58win1-safely__article {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .page-resources-how-to-register-login-58win1-safely__hero-section {
        padding: 80px 0;
    }
    .page-resources-how-to-register-login-58win1-safely__hero-title {
        font-size: 2.2em;
    }
    .page-resources-how-to-register-login-58win1-safely__hero-subtitle {
        font-size: 1.1em;
    }
    .page-resources-how-to-register-login-58win1-safely__hero-cta-group {
        flex-direction: column;
        gap: 15px;
    }
    .page-resources-how-to-register-login-58win1-safely__btn {
        width: 80%;
        margin: 0 auto;
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-resources-how-to-register-login-58win1-safely__heading-2 {
        font-size: 1.8em;
    }
    .page-resources-how-to-register-login-58win1-safely__heading-3 {
        font-size: 1.3em;
    }
    .page-resources-how-to-register-login-58win1-safely__article {
        padding: 20px;
    }
    .page-resources-how-to-register-login-58win1-safely__cta-title {
        font-size: 2.2em;
    }
    .page-resources-how-to-register-login-58win1-safely__cta-text {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-how-to-register-login-58win1-safely__hero-title {
        font-size: 1.8em;
    }
    .page-resources-how-to-register-login-58win1-safely__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-how-to-register-login-58win1-safely__btn {
        width: 90%;
    }
    .page-resources-how-to-register-login-58win1-safely__heading-2 {
        font-size: 1.5em;
    }
    .page-resources-how-to-register-login-58win1-safely__heading-3 {
        font-size: 1.2em;
    }
    .page-resources-how-to-register-login-58win1-safely__article p, .page-resources-how-to-register-login-58win1-safely__list {
        font-size: 0.95em;
    }
    .page-resources-how-to-register-login-58win1-safely__cta-title {
        font-size: 1.8em;
    }
}