/* style/slots-game-types-features.css */
.page-slots-game-types-features {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-slots-game-types-features__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-slots-game-types-features__hero {
    background: linear-gradient(135deg, #007bff, #ffc107);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.page-slots-game-types-features__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.page-slots-game-types-features__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
}

.page-slots-game-types-features__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
}

.page-slots-game-types-features__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #eee;
}

.page-slots-game-types-features__hero-button {
    display: inline-block;
    background-color: #ffc107;
    color: #007bff;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 2px solid #ffc107;
}

.page-slots-game-types-features__hero-button:hover {
    background-color: #007bff;
    color: #ffc107;
    border-color: #ffc107;
}

.page-slots-game-types-features__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.page-slots-game-types-features__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
    transform: scale(1.05);
}

.page-slots-game-types-features__introduction,
.page-slots-game-types-features__game-types,
.page-slots-game-types-features__features,
.page-slots-game-types-features__why-123win,
.page-slots-game-types-features__getting-started,
.page-slots-game-types-features__responsible-gaming,
.page-slots-game-types-features__conclusion {
    padding: 60px 0;
}

.page-slots-game-types-features__section-title {
    font-size: 2.5em;
    color: #007bff;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
}

.page-slots-game-types-features__text-content {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
    color: #555;
}

.page-slots-game-types-features__game-types {
    background-color: #e9ecef;
}

.page-slots-game-types-features__type-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-slots-game-types-features__type-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.page-slots-game-types-features__type-title {
    font-size: 1.8em;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-slots-game-types-features__type-description {
    font-size: 1.05em;
    color: #666;
    margin-bottom: 20px;
    text-align: justify;
}

.page-slots-game-types-features__feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
    max-width: 600px;
}

.page-slots-game-types-features__feature-list li {
    margin-bottom: 10px;
    font-size: 1.05em;
    color: #444;
    display: flex;
    align-items: center;
}

.page-slots-game-types-features__feature-list li i {
    color: #ffc107;
    margin-right: 10px;
    font-size: 1.2em;
}

.page-slots-game-types-features__features {
    background-color: #fff;
}

.page-slots-game-types-features__feature-item {
    background-color: #fefefe;
    border-left: 5px solid #007bff;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-slots-game-types-features__feature-title {
    font-size: 1.6em;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-slots-game-types-features__why-123win {
    background-color: #f0f8ff;
}

.page-slots-game-types-features__reason-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-slots-game-types-features__reason-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease;
}

.page-slots-game-types-features__reason-card:hover {
    transform: translateY(-10px);
}

.page-slots-game-types-features__reason-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-slots-game-types-features__reason-title {
    font-size: 1.5em;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-slots-game-types-features__reason-description {
    font-size: 1em;
    color: #666;
}

.page-slots-game-types-features__getting-started {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.page-slots-game-types-features__registration-steps {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.page-slots-game-types-features__registration-steps li {
    background-color: #e6f2ff;
    border-left: 4px solid #007bff;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 1.1em;
    color: #333;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-slots-game-types-features__registration-steps li strong {
    color: #0056b3;
}

.page-slots-game-types-features__cta-button {
    display: block;
    width: fit-content;
    margin: 40px auto 20px auto;
    background-color: #007bff;
    color: #fff;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 2px solid #007bff;
}

.page-slots-game-types-features__cta-button:hover {
    background-color: #0056b3;
    transform: translateY(-3px);
}

.page-slots-game-types-features__cta-button--large {
    padding: 20px 40px;
    font-size: 1.3em;
}

.page-slots-game-types-features__registration-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    margin: 30px auto 0 auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.page-slots-game-types-features__responsible-gaming {
    background-color: #fef8e7;
    border-top: 5px solid #ffc107;
}

.page-slots-game-types-features__responsible-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-slots-game-types-features__responsible-list li {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 25px;
    font-size: 1.05em;
    color: #555;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    flex: 1 1 45%;
    max-width: 48%;
    display: flex;
    align-items: center;
    text-align: left;
}

.page-slots-game-types-features__responsible-list li i {
    color: #dc3545;
    margin-right: 15px;
    font-size: 1.5em;
}

.page-slots-game-types-features__conclusion {
    background-color: #e9ecef;
    text-align: center;
}

.page-slots-game-types-features .highlight-text {
    color: #ffc107;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-slots-game-types-features__hero-title {
        font-size: 2.5em;
    }
    .page-slots-game-types-features__section-title {
        font-size: 2em;
    }
    .page-slots-game-types-features__responsible-list li {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .page-slots-game-types-features__hero {
        padding: 60px 0;
    }
    .page-slots-game-types-features__hero-title {
        font-size: 2em;
    }
    .page-slots-game-types-features__hero-description {
        font-size: 1em;
    }
    .page-slots-game-types-features__hero-button,
    .page-slots-game-types-features__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-slots-game-types-features__section-title {
        font-size: 1.8em;
    }
    .page-slots-game-types-features__text-content,
    .page-slots-game-types-features__type-description,
    .page-slots-game-types-features__feature-list li,
    .page-slots-game-types-features__reason-description,
    .page-slots-game-types-features__registration-steps li,
    .page-slots-game-types-features__responsible-list li {
        font-size: 0.95em;
    }
    .page-slots-game-types-features__reason-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-slots-game-types-features__hero-title {
        font-size: 1.8em;
    }
    .page-slots-game-types-features__section-title {
        font-size: 1.5em;
    }
    .page-slots-game-types-features__hero-button,
    .page-slots-game-types-features__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-slots-game-types-features__type-card,
    .page-slots-game-types-features__reason-card,
    .page-slots-game-types-features__feature-item,
    .page-slots-game-types-features__registration-steps li {
        padding: 20px;
    }
}