/* style/resources-how-to-register-99win-safely.css */
.page-resources-how-to-register-99win-safely {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-resources-how-to-register-99win-safely strong {
    color: #1A2E44;
}

.page-resources-how-to-register-99win-safely__hero-section {
    background: linear-gradient(135deg, #1A2E44 0%, #3a5b82 100%); /* Dark blue gradient */
    color: #fff;
    padding: 100px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-how-to-register-99win-safely__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-how-to-register-99win-safely__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.page-resources-how-to-register-99win-safely__main-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-register-99win-safely__subtitle {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-how-to-register-99win-safely__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #1A2E44; /* Dark blue text on gold */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-how-to-register-99win-safely__cta-button:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-3px);
}

.page-resources-how-to-register-99win-safely__cta-button--small {
    padding: 10px 20px;
    font-size: 1em;
}

.page-resources-how-to-register-99win-safely__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-resources-how-to-register-99win-safely__section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.page-resources-how-to-register-99win-safely__section--alt-bg {
    background-color: #eef2f7; /* Light blue-grey for contrast */
}

.page-resources-how-to-register-99win-safely__section-title {
    font-size: 2.2em;
    color: #1A2E44; /* Dark blue for section titles */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-resources-how-to-register-99win-safely__section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0 auto;
    border-radius: 2px;
}

.page-resources-how-to-register-99win-safely__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-resources-how-to-register-99win-safely__feature-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-how-to-register-99win-safely__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-how-to-register-99win-safely__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
}

.page-resources-how-to-register-99win-safely__feature-item h3 {
    font-size: 1.4em;
    color: #1A2E44;
    margin-bottom: 10px;
}

.page-resources-how-to-register-99win-safely__checklist {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    text-align: left;
}

.page-resources-how-to-register-99win-safely__checklist li {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #333;
}

.page-resources-how-to-register-99win-safely__checklist li img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}

.page-resources-how-to-register-99win-safely__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-register-99win-safely__image--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-how-to-register-99win-safely__step-by-step {
    margin-top: 40px;
}

.page-resources-how-to-register-99win-safely__step-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    position: relative;
    padding-left: 80px;
}

.page-resources-how-to-register-99win-safely__step-number {
    position: absolute;
    left: 20px;
    top: 30px;
    width: 40px;
    height: 40px;
    background-color: #FFD700; /* Gold number background */
    color: #1A2E44; /* Dark blue number text */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.5em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-register-99win-safely__step-item h3 {
    font-size: 1.6em;
    color: #1A2E44;
    margin-bottom: 15px;
}

.page-resources-how-to-register-99win-safely__form-fields {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.page-resources-how-to-register-99win-safely__form-fields li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-resources-how-to-register-99win-safely__form-fields strong {
    color: #FFD700;
}

.page-resources-how-to-register-99win-safely__tip {
    background-color: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 15px 20px;
    margin-top: 20px;
    border-radius: 5px;
    color: #664d03;
}

.page-resources-how-to-register-99win-safely__tips-list {
    list-style: disc;
    padding-left: 25px;
    margin-top: 20px;
}

.page-resources-how-to-register-99win-safely__tips-list li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-resources-how-to-register-99win-safely__faq-item {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
}

.page-resources-how-to-register-99win-safely__faq-item h3 {
    color: #1A2E44;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.page-resources-how-to-register-99win-safely__section--cta {
    background: linear-gradient(90deg, #1A2E44, #3a5b82);
    color: #fff;
    text-align: center;
    padding: 80px 20px;
}

.page-resources-how-to-register-99win-safely__container--flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.page-resources-how-to-register-99win-safely__cta-content {
    max-width: 600px;
}

.page-resources-how-to-register-99win-safely__cta-content .page-resources-how-to-register-99win-safely__section-title {
    color: #FFD700;
    margin-bottom: 20px;
}

.page-resources-how-to-register-99win-safely__cta-content .page-resources-how-to-register-99win-safely__section-title::after {
    background-color: #FFD700;
}

.page-resources-how-to-register-99win-safely__cta-content p {
    font-size: 1.1em;
    margin-bottom: 30px;
}

.page-resources-how-to-register-99win-safely__cta-image {
    max-width: 300px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-how-to-register-99win-safely__main-title {
        font-size: 2.2em;
    }

    .page-resources-how-to-register-99win-safely__subtitle {
        font-size: 1em;
    }

    .page-resources-how-to-register-99win-safely__section-title {
        font-size: 1.8em;
    }

    .page-resources-how-to-register-99win-safely__features-grid,
    .page-resources-how-to-register-99win-safely__container--flex {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-resources-how-to-register-99win-safely__step-item {
        padding-left: 20px;
        padding-top: 70px; /* Adjust for number on top */
    }

    .page-resources-how-to-register-99win-safely__step-number {
        left: 50%;
        top: 20px;
        transform: translateX(-50%);
    }

    .page-resources-how-to-register-99win-safely__cta-image {
        order: -1; /* Image above text on mobile */
    }
}

@media (max-width: 480px) {
    .page-resources-how-to-register-99win-safely__hero-section {
        padding: 60px 15px;
    }

    .page-resources-how-to-register-99win-safely__main-title {
        font-size: 1.8em;
    }

    .page-resources-how-to-register-99win-safely__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-how-to-register-99win-safely__section {
        padding: 40px 0;
    }

    .page-resources-how-to-register-99win-safely__section-title {
        font-size: 1.5em;
    }

    .page-resources-how-to-register-99win-safely__feature-item {
        padding: 20px;
    }

    .page-resources-how-to-register-99win-safely__step-item h3 {
        font-size: 1.4em;
    }
}