/* style/register-login-quick-registration-entry.css */
.page-register-login-quick-registration-entry {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.page-register-login-quick-registration-entry__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-register-login-quick-registration-entry__hero {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-register-login-quick-registration-entry__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
}

.page-register-login-quick-registration-entry__hero-subtitle {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e9ecef;
}

.page-register-login-quick-registration-entry__hero-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-register-login-quick-registration-entry__section {
    padding: 60px 0;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-register-login-quick-registration-entry__section--benefits {
    background-color: #f8f9fa;
}

.page-register-login-quick-registration-entry__section-title {
    font-size: 2.5em;
    color: #007bff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-register-login-quick-registration-entry__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: -20px auto 50px auto;
    color: #555;
}

.page-register-login-quick-registration-entry__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-register-login-quick-registration-entry__benefit-item {
    text-align: center;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-register-login-quick-registration-entry__benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-register-login-quick-registration-entry__benefit-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.1));
}

.page-register-login-quick-registration-entry__benefit-title {
    font-size: 1.5em;
    color: #007bff;
    margin-bottom: 15px;
}

.page-register-login-quick-registration-entry__benefit-item p {
    color: #666;
    font-size: 0.95em;
}

.page-register-login-quick-registration-entry__steps-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.page-register-login-quick-registration-entry__step-item {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    border-left: 5px solid #ffc107;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.page-register-login-quick-registration-entry__step-number {
    display: inline-block;
    background-color: #ffc107;
    color: #000000;
    font-size: 1.8em;
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.page-register-login-quick-registration-entry__step-title {
    font-size: 1.6em;
    color: #007bff;
    margin-bottom: 15px;
}

.page-register-login-quick-registration-entry__step-item p {
    color: #666;
}

.page-register-login-quick-registration-entry__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-register-login-quick-registration-entry__game-item {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-register-login-quick-registration-entry__game-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-register-login-quick-registration-entry__game-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.page-register-login-quick-registration-entry__game-title {
    font-size: 1.4em;
    color: #007bff;
    margin: 20px 0 10px;
}

.page-register-login-quick-registration-entry__game-item p {
    padding: 0 20px 20px;
    color: #666;
    font-size: 0.9em;
}

.page-register-login-quick-registration-entry__app-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.page-register-login-quick-registration-entry__app-content {
    flex: 1;
    min-width: 300px;
}

.page-register-login-quick-registration-entry__app-image {
    flex-shrink: 0;
    max-width: 350px;
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-register-login-quick-registration-entry__app-features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.page-register-login-quick-registration-entry__app-features li {
    font-size: 1.1em;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    color: #444;
}

.page-register-login-quick-registration-entry__app-features li::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: #28a745;
}

.page-register-login-quick-registration-entry__faq-item {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}

.page-register-login-quick-registration-entry__faq-question {
    font-size: 1.3em;
    color: #007bff;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-register-login-quick-registration-entry__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-register-login-quick-registration-entry__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-register-login-quick-registration-entry__faq-answer {
    font-size: 1em;
    color: #666;
    display: none;
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.page-register-login-quick-registration-entry__faq-question.active + .page-register-login-quick-registration-entry__faq-answer {
    display: block;
}

.page-register-login-quick-registration-entry__section--cta {
    background: linear-gradient(90deg, #007bff, #ffc107);
    color: #ffffff;
    text-align: center;
    padding: 80px 0;
    margin-top: 40px;
}

.page-register-login-quick-registration-entry__cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
}

.page-register-login-quick-registration-entry__cta-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #e9ecef;
}

.page-register-login-quick-registration-entry__button {
    display: inline-block;
    padding: 15px 35px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: none;
}

.page-register-login-quick-registration-entry__button--primary {
    background-color: #ffc107;
    color: #000000;
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4);
}

.page-register-login-quick-registration-entry__button--primary:hover {
    background-color: #e0a800;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.6);
}

.page-register-login-quick-registration-entry__button--secondary {
    background-color: #007bff;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
}

.page-register-login-quick-registration-entry__button--secondary:hover {
    background-color: #0056b3;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.6);
}

.page-register-login-quick-registration-entry__button--large {
    padding: 18px 45px;
    font-size: 1.3em;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-register-login-quick-registration-entry__hero-title {
        font-size: 2.5em;
    }

    .page-register-login-quick-registration-entry__section-title {
        font-size: 2em;
    }

    .page-register-login-quick-registration-entry__grid, 
    .page-register-login-quick-registration-entry__steps-list, 
    .page-register-login-quick-registration-entry__game-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .page-register-login-quick-registration-entry__app-flex {
        flex-direction: column;
        text-align: center;
    }

    .page-register-login-quick-registration-entry__app-image {
        order: -1;
        margin-bottom: 30px;
    }

    .page-register-login-quick-registration-entry__cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-register-login-quick-registration-entry__hero {
        padding: 60px 0;
    }

    .page-register-login-quick-registration-entry__hero-title {
        font-size: 2em;
    }

    .page-register-login-quick-registration-entry__hero-subtitle {
        font-size: 1em;
    }

    .page-register-login-quick-registration-entry__section {
        padding: 40px 0;
    }

    .page-register-login-quick-registration-entry__section-title {
        font-size: 1.8em;
    }

    .page-register-login-quick-registration-entry__section-description {
        font-size: 0.95em;
    }

    .page-register-login-quick-registration-entry__grid, 
    .page-register-login-quick-registration-entry__steps-list, 
    .page-register-login-quick-registration-entry__game-grid {
        grid-template-columns: 1fr;
    }

    .page-register-login-quick-registration-entry__button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-register-login-quick-registration-entry__button--large {
        padding: 15px 35px;
        font-size: 1.1em;
    }

    .page-register-login-quick-registration-entry__app-features li {
        text-align: left;
    }

    .page-register-login-quick-registration-entry__cta-title {
        font-size: 1.8em;
    }

    .page-register-login-quick-registration-entry__cta-description {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-register-login-quick-registration-entry__hero-title {
        font-size: 1.8em;
    }

    .page-register-login-quick-registration-entry__section-title {
        font-size: 1.6em;
    }

    .page-register-login-quick-registration-entry__benefit-title, 
    .page-register-login-quick-registration-entry__step-title, 
    .page-register-login-quick-registration-entry__game-title, 
    .page-register-login-quick-registration-entry__faq-question {
        font-size: 1.2em;
    }

    .page-register-login-quick-registration-entry__button {
        width: 100%;
        box-sizing: border-box;
    }

    .page-register-login-quick-registration-entry__button--large {
        width: 100%;
        box-sizing: border-box;
    }
}