/* style/jackpot-stories-million-jackpot.css */
.page-jackpot-stories-million-jackpot {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0; /* Light grey for general text on dark background */
    background-color: #000080; /* Deep blue for main background */
}

.page-jackpot-stories-million-jackpot__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-jackpot-stories-million-jackpot__hero {
    background: linear-gradient(135deg, #FFD700, #000080);
    padding: 100px 0;
    text-align: center;
    color: #000080; /* Dark text on golden background */
    position: relative;
    overflow: hidden;
}

.page-jackpot-stories-million-jackpot__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,gold_particles,light_effect]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-jackpot-stories-million-jackpot__hero .page-jackpot-stories-million-jackpot__container {
    position: relative;
    z-index: 1;
}

.page-jackpot-stories-million-jackpot__title {
    font-size: 3.5em;
    color: #000080; /* Dark blue for title on golden background */
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

.page-jackpot-stories-million-jackpot__subtitle {
    font-size: 1.5em;
    color: #333333; /* Darker grey for subtitle */
    margin-bottom: 40px;
}

.page-jackpot-stories-million-jackpot__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-size: 1.1em;
    cursor: pointer;
    border: none;
}

.page-jackpot-stories-million-jackpot__btn--primary {
    background-color: #FFD700; /* Golden button */
    color: #000080; /* Deep blue text on golden button */
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-jackpot-stories-million-jackpot__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-jackpot-stories-million-jackpot__btn--secondary {
    background-color: #000080; /* Deep blue button */
    color: #FFD700; /* Golden text on deep blue button */
    border: 2px solid #FFD700;
    box-shadow: 0 4px 15px rgba(0, 0, 128, 0.4);
}

.page-jackpot-stories-million-jackpot__btn--secondary:hover {
    background-color: #000066;
    transform: translateY(-2px);
}

.page-jackpot-stories-million-jackpot__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
}

.page-jackpot-stories-million-jackpot__section {
    padding: 60px 0;
    text-align: center;
}

.page-jackpot-stories-million-jackpot__section--intro {
    background-color: #000066;
    color: #f0f0f0;
}

.page-jackpot-stories-million-jackpot__heading {
    font-size: 2.5em;
    color: #FFD700; /* Golden heading */
    margin-bottom: 30px;
    font-weight: bold;
}

.page-jackpot-stories-million-jackpot__section p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #e0e0e0; /* Lighter grey for paragraph text */
}

.page-jackpot-stories-million-jackpot__section p strong {
    color: #FFD700;
}

.page-jackpot-stories-million-jackpot__image-wrapper {
    margin: 40px auto;
    max-width: 800px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-jackpot-stories-million-jackpot__image-wrapper--wide {
    max-width: 1000px;
}

.page-jackpot-stories-million-jackpot__image {
    width: 100%;
    height: auto;
    display: block;
}

.page-jackpot-stories-million-jackpot__section--stories {
    background-color: #000080;
    color: #f0f0f0;
}

.page-jackpot-stories-million-jackpot__story-card {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
    text-align: left;
    background-color: #000066;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-jackpot-stories-million-jackpot__story-card--reversed {
    flex-direction: row-reverse;
}

.page-jackpot-stories-million-jackpot__story-content {
    flex: 1;
}

.page-jackpot-stories-million-jackpot__story-image {
    flex: 1;
    max-width: 400px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-jackpot-stories-million-jackpot__story-title {
    font-size: 1.8em;
    color: #FFD700; /* Golden for story titles */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-jackpot-stories-million-jackpot__story-content p {
    color: #cccccc;
    margin-bottom: 15px;
}

.page-jackpot-stories-million-jackpot__section--tips {
    background-color: #000066;
    color: #f0f0f0;
}

.page-jackpot-stories-million-jackpot__tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: left;
}

.page-jackpot-stories-million-jackpot__tip-card {
    background-color: #000080;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border-top: 3px solid #FFD700;
}

.page-jackpot-stories-million-jackpot__tip-title {
    font-size: 1.4em;
    color: #FFD700; /* Golden for tip titles */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-jackpot-stories-million-jackpot__tip-card p {
    color: #e0e0e0;
    font-size: 1em;
}

.page-jackpot-stories-million-jackpot__tip-card a {
    color: #FFD700;
    text-decoration: underline;
}

.page-jackpot-stories-million-jackpot__tip-card a:hover {
    color: #e6c200;
}

.page-jackpot-stories-million-jackpot__cta-text {
    font-size: 1.5em;
    color: #FFD700;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-jackpot-stories-million-jackpot__section--platform {
    background-color: #000080;
    color: #f0f0f0;
}

.page-jackpot-stories-million-jackpot__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-jackpot-stories-million-jackpot__feature-card {
    background-color: #000066;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    border-bottom: 3px solid #FFD700;
}

.page-jackpot-stories-million-jackpot__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.page-jackpot-stories-million-jackpot__feature-title {
    font-size: 1.5em;
    color: #FFD700; /* Golden for feature titles */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-jackpot-stories-million-jackpot__feature-card p {
    color: #e0e0e0;
    font-size: 1em;
}

/* Floating promotion menu */
.page-jackpot-stories-million-jackpot__floating-menu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.page-jackpot-stories-million-jackpot__floating-btn {
    display: flex;
    align-items: center;
    background-color: #FFD700; /* Golden button */
    color: #000080; /* Deep blue text */
    padding: 10px 15px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    transition: transform 0.2s ease, background-color 0.3s ease;
    white-space: nowrap;
}

.page-jackpot-stories-million-jackpot__floating-btn:hover {
    transform: translateX(-5px);
    background-color: #e6c200;
}

.page-jackpot-stories-million-jackpot__floating-icon {
    font-size: 1.5em;
    margin-right: 8px;
}

.page-jackpot-stories-million-jackpot__floating-text {
    font-size: 1em;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-jackpot-stories-million-jackpot__title {
        font-size: 2.8em;
    }
    .page-jackpot-stories-million-jackpot__subtitle {
        font-size: 1.3em;
    }
    .page-jackpot-stories-million-jackpot__story-card {
        flex-direction: column;
        text-align: center;
    }
    .page-jackpot-stories-million-jackpot__story-card--reversed {
        flex-direction: column;
    }
    .page-jackpot-stories-million-jackpot__story-image {
        max-width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .page-jackpot-stories-million-jackpot__hero {
        padding: 80px 0;
    }
    .page-jackpot-stories-million-jackpot__title {
        font-size: 2.2em;
    }
    .page-jackpot-stories-million-jackpot__subtitle {
        font-size: 1.1em;
    }
    .page-jackpot-stories-million-jackpot__heading {
        font-size: 2em;
    }
    .page-jackpot-stories-million-jackpot__section p {
        font-size: 1em;
    }
    .page-jackpot-stories-million-jackpot__tips-grid,
    .page-jackpot-stories-million-jackpot__features-grid {
        grid-template-columns: 1fr;
    }
    .page-jackpot-stories-million-jackpot__floating-menu {
        right: 10px;
        bottom: 10px;
        gap: 8px;
    }
    .page-jackpot-stories-million-jackpot__floating-btn {
        padding: 8px 12px;
    }
    .page-jackpot-stories-million-jackpot__floating-icon {
        font-size: 1.2em;
        margin-right: 5px;
    }
    .page-jackpot-stories-million-jackpot__floating-text {
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    .page-jackpot-stories-million-jackpot__title {
        font-size: 1.8em;
    }
    .page-jackpot-stories-million-jackpot__subtitle {
        font-size: 0.9em;
    }
    .page-jackpot-stories-million-jackpot__heading {
        font-size: 1.6em;
    }
    .page-jackpot-stories-million-jackpot__btn {
        padding: 12px 20px;
        font-size: 0.9em;
    }
    .page-jackpot-stories-million-jackpot__story-card {
        padding: 20px;
    }
    .page-jackpot-stories-million-jackpot__story-title {
        font-size: 1.5em;
    }
    .page-jackpot-stories-million-jackpot__floating-menu {
        right: 5px;
        bottom: 5px;
        gap: 5px;
    }
    .page-jackpot-stories-million-jackpot__floating-btn {
        padding: 6px 10px;
    }
    .page-jackpot-stories-million-jackpot__floating-icon {
        font-size: 1em;
    }
    .page-jackpot-stories-million-jackpot__floating-text {
        display: none; /* Hide text on very small screens */
    }
}