/* style/slots-games-how-to-increase-slots-win-rate.css */

:root {
    --nohu90-gold: #FFD700;
    --nohu90-red: #DC143C;
    --nohu90-dark-bg: #1A1A2E;
    --nohu90-light-text: #F0F0F0;
    --nohu90-gray-text: #B0B0B0;
    --nohu90-card-bg: #2A2A3E;
}

.page-slots-games-how-to-increase-slots-win-rate {
    font-family: 'Arial', sans-serif;
    color: var(--nohu90-light-text);
    background-color: var(--nohu90-dark-bg);
    line-height: 1.6;
}

.page-slots-games-how-to-increase-slots-win-rate a {
    color: var(--nohu90-gold);
    text-decoration: none;
}

.page-slots-games-how-to-increase-slots-win-rate a:hover {
    color: var(--nohu90-red);
    text-decoration: underline;
}

.page-slots-games-how-to-increase-slots-win-rate__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-slots-games-how-to-increase-slots-win-rate__hero {
    background: linear-gradient(135deg, var(--nohu90-dark-bg) 0%, #3A0000 50%, var(--nohu90-dark-bg) 100%);
    color: var(--nohu90-light-text);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px; /* Ensure enough space for image and content */
}

.page-slots-games-how-to-increase-slots-win-rate__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin-bottom: 30px;
}

.page-slots-games-how-to-increase-slots-win-rate__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--nohu90-gold);
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
    line-height: 1.2;
}

.page-slots-games-how-to-increase-slots-win-rate__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: var(--nohu90-light-text);
}

.page-slots-games-how-to-increase-slots-win-rate__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 1;
}

.page-slots-games-how-to-increase-slots-win-rate__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    margin: 10px;
}

.page-slots-games-how-to-increase-slots-win-rate__btn--primary {
    background-color: var(--nohu90-gold);
    color: var(--nohu90-dark-bg);
}

.page-slots-games-how-to-increase-slots-win-rate__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-slots-games-how-to-increase-slots-win-rate__btn--secondary {
    background-color: var(--nohu90-red);
    color: var(--nohu90-light-text);
    border: 1px solid var(--nohu90-red);
}

.page-slots-games-how-to-increase-slots-win-rate__btn--secondary:hover {
    background-color: #b31131;
    transform: translateY(-3px);
}

.page-slots-games-how-to-increase-slots-win-rate__section {
    padding: 60px 0;
}

.page-slots-games-how-to-increase-slots-win-rate__section:nth-of-type(even) {
    background-color: #1F1F30;
}

.page-slots-games-how-to-increase-slots-win-rate__section-title {
    font-size: 2.5em;
    color: var(--nohu90-gold);
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

.page-slots-games-how-to-increase-slots-win-rate__section p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: var(--nohu90-gray-text);
}

.page-slots-games-how-to-increase-slots-win-rate__section ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-slots-games-how-to-increase-slots-win-rate__section li {
    margin-bottom: 10px;
    color: var(--nohu90-gray-text);
}

.page-slots-games-how-to-increase-slots-win-rate__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-slots-games-how-to-increase-slots-win-rate__feature-item {
    background-color: var(--nohu90-card-bg);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-left: 5px solid var(--nohu90-gold);
}

.page-slots-games-how-to-increase-slots-win-rate__feature-title {
    font-size: 1.8em;
    color: var(--nohu90-gold);
    margin-bottom: 15px;
}

.page-slots-games-how-to-increase-slots-win-rate__feature-item p, .page-slots-games-how-to-increase-slots-win-rate__feature-item li {
    color: var(--nohu90-gray-text);
}

.page-slots-games-how-to-increase-slots-win-rate__image--full-width {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.page-slots-games-how-to-increase-slots-win-rate__image--medium {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-slots-games-how-to-increase-slots-win-rate__article {
    background-color: var(--nohu90-card-bg);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-slots-games-how-to-increase-slots-win-rate__article-title {
    font-size: 2em;
    color: var(--nohu90-red);
    margin-bottom: 20px;
    border-bottom: 2px solid var(--nohu90-gold);
    padding-bottom: 10px;
}

.page-slots-games-how-to-increase-slots-win-rate__list--bullets {
    list-style-type: "\2713\0020"; /* Checkmark bullet */
    padding-left: 20px;
}

.page-slots-games-how-to-increase-slots-win-rate__list--bullets li {
    margin-bottom: 10px;
    padding-left: 10px;
    color: var(--nohu90-light-text);
}

.page-slots-games-how-to-increase-slots-win-rate__feature-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.page-slots-games-how-to-increase-slots-win-rate__card {
    background-color: var(--nohu90-card-bg);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 5px solid var(--nohu90-red);
}

.page-slots-games-how-to-increase-slots-win-rate__card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px var(--nohu90-gold));
}

.page-slots-games-how-to-increase-slots-win-rate__card-title {
    font-size: 1.6em;
    color: var(--nohu90-gold);
    margin-bottom: 15px;
}

.page-slots-games-how-to-increase-slots-win-rate__card p {
    color: var(--nohu90-gray-text);
}

.page-slots-games-how-to-increase-slots-win-rate__conclusion p {
    text-align: center;
    font-size: 1.2em;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-slots-games-how-to-increase-slots-win-rate__hero-title {
        font-size: 2.8em;
    }
    .page-slots-games-how-to-increase-slots-win-rate__hero-subtitle {
        font-size: 1.1em;
    }
    .page-slots-games-how-to-increase-slots-win-rate__section-title {
        font-size: 2em;
    }
    .page-slots-games-how-to-increase-slots-win-rate__article-title {
        font-size: 1.7em;
    }
}

@media (max-width: 768px) {
    .page-slots-games-how-to-increase-slots-win-rate__hero {
        padding: 60px 0;
    }
    .page-slots-games-how-to-increase-slots-win-rate__hero-title {
        font-size: 2.2em;
    }
    .page-slots-games-how-to-increase-slots-win-rate__hero-subtitle {
        font-size: 1em;
    }
    .page-slots-games-how-to-increase-slots-win-rate__section {
        padding: 40px 0;
    }
    .page-slots-games-how-to-increase-slots-win-rate__section-title {
        font-size: 1.8em;
    }
    .page-slots-games-how-to-increase-slots-win-rate__feature-grid, .page-slots-games-how-to-increase-slots-win-rate__feature-cards {
        grid-template-columns: 1fr;
    }
    .page-slots-games-how-to-increase-slots-win-rate__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-slots-games-how-to-increase-slots-win-rate__hero-title {
        font-size: 1.8em;
    }
    .page-slots-games-how-to-increase-slots-win-rate__hero-subtitle {
        font-size: 0.9em;
    }
    .page-slots-games-how-to-increase-slots-win-rate__section-title {
        font-size: 1.5em;
    }
    .page-slots-games-how-to-increase-slots-win-rate__article-title {
        font-size: 1.4em;
    }
}