/* style/slots-egames-w88-features.css */
.page-slots-egames-w88-features {
    font-family: 'Arial', sans-serif;
    color: #333333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

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

.page-slots-egames-w88-features__hero {
    background: linear-gradient(135deg, #CC0000 0%, #660000 100%);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-slots-egames-w88-features__hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    transform: rotate(45deg);
    opacity: 0.1;
}

.page-slots-egames-w88-features__title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700; /* Accent color for main title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-slots-egames-w88-features__subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}

.page-slots-egames-w88-features__section {
    padding: 60px 0;
    background-color: #ffffff;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.page-slots-egames-w88-features__section--overview {
    background-color: #f2f2f2;
}

.page-slots-egames-w88-features__heading {
    font-size: 2.5em;
    color: #CC0000;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.page-slots-egames-w88-features__heading::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-slots-egames-w88-features__subheading {
    font-size: 1.8em;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-slots-egames-w88-features__text {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #555555;
}

.page-slots-egames-w88-features__btn {
    display: inline-block;
    background-color: #FFD700;
    color: #333333;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 10px;
    border: none;
    cursor: pointer;
}

.page-slots-egames-w88-features__btn:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-slots-egames-w88-features__btn--primary {
    background-color: #CC0000;
    color: #ffffff;
}

.page-slots-egames-w88-features__btn--primary:hover {
    background-color: #990000;
}

.page-slots-egames-w88-features__btn--secondary {
    background-color: #333333;
    color: #ffffff;
}

.page-slots-egames-w88-features__btn--secondary:hover {
    background-color: #555555;
}

.page-slots-egames-w88-features__btn--cta {
    font-size: 1.3em;
    padding: 18px 35px;
    margin-top: 30px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.page-slots-egames-w88-features__image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-slots-egames-w88-features__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-slots-egames-w88-features__image--small {
    max-width: 80%;
    margin-bottom: 20px;
}

.page-slots-egames-w88-features__list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.page-slots-egames-w88-features__list-item {
    background-color: #fefefe;
    border-left: 5px solid #CC0000;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    font-size: 1.05em;
    color: #444444;
}

.page-slots-egames-w88-features__list-item strong {
    color: #CC0000;
}

.page-slots-egames-w88-features__list--checked .page-slots-egames-w88-features__list-item {
    border-left: none;
    position: relative;
    padding-left: 40px;
}

.page-slots-egames-w88-features__list--checked .page-slots-egames-w88-features__list-item::before {
    content: '✓';
    color: #008000;
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
}

.page-slots-egames-w88-features__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.page-slots-egames-w88-features__grid-item {
    background-color: #fefefe;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.page-slots-egames-w88-features__grid-item:hover {
    transform: translateY(-5px);
}

.page-slots-egames-w88-features__steps {
    list-style: none;
    padding: 0;
    margin: 40px 0;
    counter-reset: step-counter;
}

.page-slots-egames-w88-features__step-item {
    position: relative;
    padding-left: 70px;
    margin-bottom: 30px;
}

.page-slots-egames-w88-features__step-item::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #CC0000;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-slots-egames-w88-features__step-item .page-slots-egames-w88-features__subheading {
    margin-top: 0;
    color: #CC0000;
}

.page-slots-egames-w88-features__cta {
    background: linear-gradient(90deg, #CC0000, #FFD700);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    border-radius: 8px;
    margin-top: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-slots-egames-w88-features__cta .page-slots-egames-w88-features__heading {
    color: #ffffff;
}

.page-slots-egames-w88-features__cta .page-slots-egames-w88-features__heading::after {
    background-color: #ffffff;
}

.page-slots-egames-w88-features__cta .page-slots-egames-w88-features__text {
    color: #f0f0f0;
    font-size: 1.2em;
    margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-slots-egames-w88-features__title {
        font-size: 2.5em;
    }

    .page-slots-egames-w88-features__subtitle {
        font-size: 1em;
    }

    .page-slots-egames-w88-features__heading {
        font-size: 2em;
    }

    .page-slots-egames-w88-features__subheading {
        font-size: 1.5em;
    }

    .page-slots-egames-w88-features__grid {
        grid-template-columns: 1fr;
    }

    .page-slots-egames-w88-features__step-item {
        padding-left: 60px;
    }

    .page-slots-egames-w88-features__step-item::before {
        width: 45px;
        height: 45px;
        font-size: 1.5em;
    }

    .page-slots-egames-w88-features__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-slots-egames-w88-features__btn--cta {
        font-size: 1.1em;
        padding: 15px 30px;
    }
}

@media (max-width: 480px) {
    .page-slots-egames-w88-features__title {
        font-size: 2em;
    }

    .page-slots-egames-w88-features__heading {
        font-size: 1.8em;
    }

    .page-slots-egames-w88-features__subheading {
        font-size: 1.3em;
    }

    .page-slots-egames-w88-features__btn {
        display: block;
        width: fit-content;
        margin: 10px auto;
    }
}