/* style/slots-games-high-payout-recommendations.css */

.page-slots-games-high-payout-recommendations {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-slots-games-high-payout-recommendations__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-slots-games-high-payout-recommendations__container--flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.page-slots-games-high-payout-recommendations__hero-section {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #ffffff;
    padding: 80px 0 40px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.page-slots-games-high-payout-recommendations__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffc107; /* Auxiliary color for emphasis */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-slots-games-high-payout-recommendations__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.page-slots-games-high-payout-recommendations__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-align: center;
}

.page-slots-games-high-payout-recommendations__btn--primary {
    background-color: #ffc107; /* Auxiliary color */
    color: #000000; /* Dark text for contrast */
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.page-slots-games-high-payout-recommendations__btn--primary:hover {
    background-color: #e0a800;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.6);
}

.page-slots-games-high-payout-recommendations__btn--secondary {
    background-color: transparent;
    color: #ffc107; /* Auxiliary color */
    border: 2px solid #ffc107;
    margin-left: 20px;
}

.page-slots-games-high-payout-recommendations__btn--secondary:hover {
    background-color: #ffc107;
    color: #000000;
    transform: translateY(-2px);
}

.page-slots-games-high-payout-recommendations__btn--play {
    background-color: #007bff;
    color: #ffffff;
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 30px;
}

.page-slots-games-high-payout-recommendations__btn--play:hover {
    background-color: #0056b3;
    transform: translateY(-1px);
}

.page-slots-games-high-payout-recommendations__hero-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin-top: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-slots-games-high-payout-recommendations__section {
    padding: 60px 0;
    text-align: center;
}

.page-slots-games-high-payout-recommendations__section--dark {
    background-color: #007bff; /* Main color */
    color: #ffffff;
}

.page-slots-games-high-payout-recommendations__section--dark .page-slots-games-high-payout-recommendations__section-title,
.page-slots-games-high-payout-recommendations__section--dark .page-slots-games-high-payout-recommendations__description,
.page-slots-games-high-payout-recommendations__section--dark .page-slots-games-high-payout-recommendations__list-title,
.page-slots-games-high-payout-recommendations__section--dark .page-slots-games-high-payout-recommendations__list li p {
    color: #ffffff;
}

.page-slots-games-high-payout-recommendations__section-title {
    font-size: 2.5em;
    margin-bottom: 30px;
    color: #007bff; /* Main color */
    font-weight: bold;
}

.page-slots-games-high-payout-recommendations__section--dark .page-slots-games-high-payout-recommendations__section-title {
    color: #ffc107; /* Auxiliary color for contrast */
}

.page-slots-games-high-payout-recommendations__description {
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #555;
}

.page-slots-games-high-payout-recommendations__section--dark .page-slots-games-high-payout-recommendations__description {
    color: #e0e0e0;
}

.page-slots-games-high-payout-recommendations__content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-slots-games-high-payout-recommendations__feature-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: transform 0.3s ease;
}

.page-slots-games-high-payout-recommendations__feature-item:hover {
    transform: translateY(-5px);
}

.page-slots-games-high-payout-recommendations__feature-title {
    font-size: 1.6em;
    color: #007bff; /* Main color */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-slots-games-high-payout-recommendations__feature-description {
    font-size: 1em;
    color: #666;
}

.page-slots-games-high-payout-recommendations__list {
    list-style: none;
    padding: 0;
    max-width: 900px;
    margin: 0 auto 40px auto;
    text-align: left;
}

.page-slots-games-high-payout-recommendations__list li {
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-slots-games-high-payout-recommendations__list-title {
    font-size: 1.5em;
    color: #ffc107; /* Auxiliary color */
    margin-bottom: 10px;
    font-weight: bold;
}

.page-slots-games-high-payout-recommendations__list li p {
    font-size: 1em;
    line-height: 1.7;
}

.page-slots-games-high-payout-recommendations__game-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-slots-games-high-payout-recommendations__game-item {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-slots-games-high-payout-recommendations__game-item:hover {
    transform: translateY(-5px);
}

.page-slots-games-high-payout-recommendations__game-image {
    width: 100%;
    max-width: 250px;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-slots-games-high-payout-recommendations__game-title {
    font-size: 1.4em;
    color: #007bff;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

.page-slots-games-high-payout-recommendations__game-description {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 15px;
    text-align: center;
}

.page-slots-games-high-payout-recommendations__game-features {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}

.page-slots-games-high-payout-recommendations__game-features li {
    font-size: 0.9em;
    color: #444;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

.page-slots-games-high-payout-recommendations__game-features li::before {
    content: '✓';
    color: #ffc107;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.page-slots-games-high-payout-recommendations__section--cta {
    background: linear-gradient(135deg, #0056b3, #007bff); /* Darker blue gradient */
    color: #ffffff;
    padding: 80px 0;
}

.page-slots-games-high-payout-recommendations__cta-content {
    flex: 1;
    text-align: left;
}

.page-slots-games-high-payout-recommendations__cta-title {
    font-size: 2.8em;
    color: #ffc107; /* Auxiliary color */
    margin-bottom: 25px;
    font-weight: bold;
}

.page-slots-games-high-payout-recommendations__cta-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-slots-games-high-payout-recommendations__strategy-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    text-align: left;
}

.page-slots-games-high-payout-recommendations__strategy-list li {
    font-size: 1.1em;
    color: #ffffff;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.page-slots-games-high-payout-recommendations__strategy-list li::before {
    content: '★';
    color: #ffc107;
    position: absolute;
    left: 0;
    font-size: 1.2em;
}

.page-slots-games-high-payout-recommendations__cta-image {
    flex: 1;
    max-width: 500px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-slots-games-high-payout-recommendations__steps-list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto 40px auto;
    text-align: left;
}

.page-slots-games-high-payout-recommendations__steps-list li {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
}

.page-slots-games-high-payout-recommendations__steps-list li::before {
    content: counter(step-counter);
    counter-increment: step-counter;
    background-color: #007bff;
    color: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.2em;
    margin-right: 20px;
    flex-shrink: 0;
}

.page-slots-games-high-payout-recommendations__step-title {
    font-size: 1.4em;
    color: #007bff;
    margin-bottom: 5px;
    font-weight: bold;
}

.page-slots-games-high-payout-recommendations__steps-list li p {
    font-size: 1em;
    color: #666;
}

.page-slots-games-high-payout-recommendations__btn-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.page-slots-games-high-payout-recommendations__promo-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-slots-games-high-payout-recommendations__support-list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto 40px auto;
    text-align: left;
}

.page-slots-games-high-payout-recommendations__support-list li {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.page-slots-games-high-payout-recommendations__support-list li::before {
    content: '•';
    color: #ffc107;
    position: absolute;
    left: 0;
    font-size: 1.5em;
    line-height: 1;
}

.page-slots-games-high-payout-recommendations__app-benefits {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto 40px auto;
    text-align: left;
}

.page-slots-games-high-payout-recommendations__app-benefits li {
    font-size: 1.1em;
    color: #ffffff;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.page-slots-games-high-payout-recommendations__app-benefits li::before {
    content: '✓';
    color: #ffc107;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-slots-games-high-payout-recommendations__hero-title {
        font-size: 2.5em;
    }
    .page-slots-games-high-payout-recommendations__section-title {
        font-size: 2em;
    }
    .page-slots-games-high-payout-recommendations__cta-title {
        font-size: 2.2em;
    }
    .page-slots-games-high-payout-recommendations__container--flex {
        flex-direction: column;
        text-align: center;
    }
    .page-slots-games-high-payout-recommendations__cta-content {
        text-align: center;
    }
    .page-slots-games-high-payout-recommendations__strategy-list,
    .page-slots-games-high-payout-recommendations__steps-list,
    .page-slots-games-high-payout-recommendations__support-list,
    .page-slots-games-high-payout-recommendations__app-benefits {
        text-align: center;
    }
    .page-slots-games-high-payout-recommendations__strategy-list li,
    .page-slots-games-high-payout-recommendations__support-list li,
    .page-slots-games-high-payout-recommendations__app-benefits li {
        padding-left: 0;
    }
    .page-slots-games-high-payout-recommendations__strategy-list li::before,
    .page-slots-games-high-payout-recommendations__support-list li::before,
    .page-slots-games-high-payout-recommendations__app-benefits li::before {
        position: static;
        display: inline-block;
        margin-right: 5px;
    }
    .page-slots-games-high-payout-recommendations__steps-list li {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .page-slots-games-high-payout-recommendations__steps-list li::before {
        margin-bottom: 15px;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .page-slots-games-high-payout-recommendations__hero-title {
        font-size: 2em;
    }
    .page-slots-games-high-payout-recommendations__hero-subtitle {
        font-size: 1.1em;
    }
    .page-slots-games-high-payout-recommendations__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-slots-games-high-payout-recommendations__btn--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-slots-games-high-payout-recommendations__section-title {
        font-size: 1.8em;
    }
    .page-slots-games-high-payout-recommendations__cta-title {
        font-size: 2em;
    }
    .page-slots-games-high-payout-recommendations__game-image {
        height: 150px;
    }
}

@media (max-width: 576px) {
    .page-slots-games-high-payout-recommendations__hero-section {
        padding: 60px 0 30px 0;
    }
    .page-slots-games-high-payout-recommendations__hero-title {
        font-size: 1.8em;
    }
    .page-slots-games-high-payout-recommendations__section {
        padding: 40px 0;
    }
    .page-slots-games-high-payout-recommendations__section-title {
        font-size: 1.5em;
    }
    .page-slots-games-high-payout-recommendations__cta-title {
        font-size: 1.8em;
    }
    .page-slots-games-high-payout-recommendations__btn-group {
        flex-direction: column;
        gap: 15px;
    }
    .page-slots-games-high-payout-recommendations__btn--secondary {
        margin-top: 0;
    }
}