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

.page-slots-jackpot-mechanism-analysis a {
    color: #007bff;
    text-decoration: none;
}

.page-slots-jackpot-mechanism-analysis a:hover {
    text-decoration: underline;
}

.page-slots-jackpot-mechanism-analysis .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.page-slots-jackpot-mechanism-analysis .btn--primary {
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
}

.page-slots-jackpot-mechanism-analysis .btn--primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.page-slots-jackpot-mechanism-analysis .btn--secondary {
    background-color: #ffc107;
    color: #333;
    border: 1px solid #ffc107;
}

.page-slots-jackpot-mechanism-analysis .btn--secondary:hover {
    background-color: #e0a800;
    border-color: #e0a800;
}

.page-slots-jackpot-mechanism-analysis__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-slots-jackpot-mechanism-analysis__hero {
    background: linear-gradient(135deg, #007bff, #ffc107);
    color: #fff;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.page-slots-jackpot-mechanism-analysis__hero-content {
    flex: 1;
    min-width: 300px;
    padding-left: 20px;
}

.page-slots-jackpot-mechanism-analysis__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #fff;
}

.page-slots-jackpot-mechanism-analysis__hero-title a {
    color: #fff;
}

.page-slots-jackpot-mechanism-analysis__hero-title a:hover {
    text-decoration: none;
    color: #eee;
}

.page-slots-jackpot-mechanism-analysis__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    opacity: 0.9;
}

.page-slots-jackpot-mechanism-analysis__hero-description a {
    color: #ffc107;
}

.page-slots-jackpot-mechanism-analysis__hero-description a:hover {
    color: #fff;
}

.page-slots-jackpot-mechanism-analysis__hero-button {
    background-color: #ffc107;
    color: #333;
    border: none;
    padding: 15px 30px;
    font-size: 1.1em;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-slots-jackpot-mechanism-analysis__hero-button:hover {
    background-color: #e0a800;
    color: #fff;
}

.page-slots-jackpot-mechanism-analysis__hero-image-wrapper {
    flex: 1;
    min-width: 300px;
    text-align: right;
    padding-right: 20px;
}

.page-slots-jackpot-mechanism-analysis__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-slots-jackpot-mechanism-analysis__section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.page-slots-jackpot-mechanism-analysis__section:last-of-type {
    border-bottom: none;
}

.page-slots-jackpot-mechanism-analysis__section-title {
    font-size: 2.5em;
    color: #007bff;
    margin-bottom: 30px;
    text-align: center;
}

.page-slots-jackpot-mechanism-analysis__section-title a {
    color: #007bff;
}

.page-slots-jackpot-mechanism-analysis__section-title a:hover {
    color: #0056b3;
}

.page-slots-jackpot-mechanism-analysis__introduction p,
.page-slots-jackpot-mechanism-analysis__rng p,
.page-slots-jackpot-mechanism-analysis__rtp p,
.page-slots-jackpot-mechanism-analysis__volatility p,
.page-slots-jackpot-mechanism-analysis__other-factors p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #555;
}

.page-slots-jackpot-mechanism-analysis__content-with-image {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-slots-jackpot-mechanism-analysis__content-with-image--reverse {
    flex-direction: row-reverse;
}

.page-slots-jackpot-mechanism-analysis__text-content {
    flex: 2;
    min-width: 300px;
}

.page-slots-jackpot-mechanism-analysis__image-wrapper {
    flex: 1;
    min-width: 250px;
    text-align: center;
}

.page-slots-jackpot-mechanism-analysis__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-slots-jackpot-mechanism-analysis__image--center {
    display: block;
    margin: 40px auto;
}

.page-slots-jackpot-mechanism-analysis__text-content h3 {
    color: #007bff;
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-slots-jackpot-mechanism-analysis__text-content ul {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #555;
}

.page-slots-jackpot-mechanism-analysis__text-content ul li {
    margin-bottom: 10px;
}

.page-slots-jackpot-mechanism-analysis__button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
    margin-top: 20px;
}

.page-slots-jackpot-mechanism-analysis__button:hover {
    background-color: #0056b3;
}

.page-slots-jackpot-mechanism-analysis__list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.page-slots-jackpot-mechanism-analysis__list li {
    background-color: #fff;
    border-left: 5px solid #ffc107;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    font-size: 1.1em;
    color: #444;
}

.page-slots-jackpot-mechanism-analysis__section--dark {
    background-color: #007bff;
    color: #fff;
}

.page-slots-jackpot-mechanism-analysis__section--dark .page-slots-jackpot-mechanism-analysis__section-title {
    color: #ffc107;
}

.page-slots-jackpot-mechanism-analysis__section--dark .page-slots-jackpot-mechanism-analysis__section-title a {
    color: #ffc107;
}

.page-slots-jackpot-mechanism-analysis__section--dark .page-slots-jackpot-mechanism-analysis__section-title a:hover {
    color: #fff;
}

.page-slots-jackpot-mechanism-analysis__section--dark p,
.page-slots-jackpot-mechanism-analysis__section--dark li {
    color: #e0f0ff;
}

.page-slots-jackpot-mechanism-analysis__section--dark a {
    color: #ffc107;
}

.page-slots-jackpot-mechanism-analysis__section--dark a:hover {
    color: #fff;
}

.page-slots-jackpot-mechanism-analysis__numbered-list {
    list-style: decimal;
    margin-left: 25px;
    padding: 0;
    margin-top: 30px;
}

.page-slots-jackpot-mechanism-analysis__numbered-list li {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #e0f0ff;
}

.page-slots-jackpot-mechanism-analysis__features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.page-slots-jackpot-mechanism-analysis__feature-item {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.page-slots-jackpot-mechanism-analysis__feature-item:hover {
    transform: translateY(-5px);
}

.page-slots-jackpot-mechanism-analysis__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}

.page-slots-jackpot-mechanism-analysis__feature-item h3 {
    font-size: 1.6em;
    color: #007bff;
    margin-bottom: 15px;
}

.page-slots-jackpot-mechanism-analysis__feature-item h3 a {
    color: #007bff;
}

.page-slots-jackpot-mechanism-analysis__feature-item h3 a:hover {
    color: #0056b3;
}

.page-slots-jackpot-mechanism-analysis__feature-item p {
    color: #555;
    font-size: 1em;
}

.page-slots-jackpot-mechanism-analysis__cta {
    background-color: #ffc107;
    color: #333;
    text-align: center;
    padding: 80px 0;
}

.page-slots-jackpot-mechanism-analysis__cta .page-slots-jackpot-mechanism-analysis__section-title {
    color: #007bff;
    margin-bottom: 20px;
}

.page-slots-jackpot-mechanism-analysis__cta .page-slots-jackpot-mechanism-analysis__section-title a {
    color: #007bff;
}

.page-slots-jackpot-mechanism-analysis__cta .page-slots-jackpot-mechanism-analysis__section-title a:hover {
    color: #0056b3;
}

.page-slots-jackpot-mechanism-analysis__cta p {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #444;
}

.page-slots-jackpot-mechanism-analysis__cta p a {
    color: #007bff;
}

.page-slots-jackpot-mechanism-analysis__cta p a:hover {
    color: #0056b3;
}

.page-slots-jackpot-mechanism-analysis__cta-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 18px 40px;
    font-size: 1.4em;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.page-slots-jackpot-mechanism-analysis__cta-button:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-slots-jackpot-mechanism-analysis__cta-button a {
    color: #fff;
}

.page-slots-jackpot-mechanism-analysis__cta-button a:hover {
    color: #e0f0ff;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-slots-jackpot-mechanism-analysis__hero {
        flex-direction: column;
        text-align: center;
        padding: 60px 20px;
    }

    .page-slots-jackpot-mechanism-analysis__hero-content,
    .page-slots-jackpot-mechanism-analysis__hero-image-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .page-slots-jackpot-mechanism-analysis__hero-title {
        font-size: 2.5em;
    }

    .page-slots-jackpot-mechanism-analysis__hero-description {
        font-size: 1.1em;
    }

    .page-slots-jackpot-mechanism-analysis__content-with-image {
        flex-direction: column;
        text-align: center;
    }

    .page-slots-jackpot-mechanism-analysis__content-with-image--reverse {
        flex-direction: column;
    }

    .page-slots-jackpot-mechanism-analysis__section-title {
        font-size: 2em;
    }

    .page-slots-jackpot-mechanism-analysis__text-content h3 {
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .page-slots-jackpot-mechanism-analysis__hero {
        padding: 40px 15px;
    }

    .page-slots-jackpot-mechanism-analysis__hero-title {
        font-size: 2em;
    }

    .page-slots-jackpot-mechanism-analysis__hero-description {
        font-size: 1em;
    }

    .page-slots-jackpot-mechanism-analysis__section {
        padding: 40px 0;
    }

    .page-slots-jackpot-mechanism-analysis__section-title {
        font-size: 1.8em;
    }

    .page-slots-jackpot-mechanism-analysis__introduction p,
    .page-slots-jackpot-mechanism-analysis__rng p,
    .page-slots-jackpot-mechanism-analysis__rtp p,
    .page-slots-jackpot-mechanism-analysis__volatility p,
    .page-slots-jackpot-mechanism-analysis__other-factors p,
    .page-slots-jackpot-mechanism-analysis__list li,
    .page-slots-jackpot-mechanism-analysis__numbered-list li,
    .page-slots-jackpot-mechanism-analysis__feature-item p {
        font-size: 0.95em;
    }

    .page-slots-jackpot-mechanism-analysis__cta p {
        font-size: 1.1em;
    }

    .page-slots-jackpot-mechanism-analysis__cta-button {
        padding: 15px 30px;
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-slots-jackpot-mechanism-analysis__hero-title {
        font-size: 1.8em;
    }

    .page-slots-jackpot-mechanism-analysis__section-title {
        font-size: 1.5em;
    }
}