/* style/lottery-games-ssc-strategy.css */

.page-lottery-games-ssc-strategy {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-lottery-games-ssc-strategy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-lottery-games-ssc-strategy__hero-section {
    background: linear-gradient(135deg, #0A2342 0%, #0A2342 70%, #FFD700 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
}

.page-lottery-games-ssc-strategy__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[IMAGE:hero_main]') no-repeat center center/cover;
    opacity: 0.2;
    z-index: 0;
}

.page-lottery-games-ssc-strategy__hero-section > .page-lottery-games-ssc-strategy__container {
    position: relative;
    z-index: 1;
}

.page-lottery-games-ssc-strategy__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.page-lottery-games-ssc-strategy__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-lottery-games-ssc-strategy__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.page-lottery-games-ssc-strategy__btn--primary {
    background-color: #FFD700;
    color: #0A2342;
    font-size: 1.1em;
}

.page-lottery-games-ssc-strategy__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-lottery-games-ssc-strategy__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    font-size: 1.1em;
    margin-left: 15px;
}

.page-lottery-games-ssc-strategy__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A2342;
    transform: translateY(-2px);
}

.page-lottery-games-ssc-strategy__intro-section,
.page-lottery-games-ssc-strategy__content-section,
.page-lottery-games-ssc-strategy__betting-plan-section,
.page-lottery-games-ssc-strategy__tips-section,
.page-lottery-games-ssc-strategy__cta-section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-lottery-games-ssc-strategy__intro-section {
    text-align: center;
    background-color: #f0f4f8;
}

.page-lottery-games-ssc-strategy__section-title {
    font-size: 2.5em;
    color: #0A2342;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.page-lottery-games-ssc-strategy__section-title::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    border-radius: 2px;
}

.page-lottery-games-ssc-strategy__paragraph {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}

.page-lottery-games-ssc-strategy__link--inline {
    color: #0A2342;
    text-decoration: underline;
    font-weight: bold;
}

.page-lottery-games-ssc-strategy__link--inline:hover {
    color: #FFD700;
}

.page-lottery-games-ssc-strategy__highlight {
    color: #FFD700;
    font-weight: bold;
}

.page-lottery-games-ssc-strategy__strategy-card,
.page-lottery-games-ssc-strategy__plan-card {
    background-color: #fdfdfd;
    border: 1px solid #eee;
    border-left: 5px solid #0A2342;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease;
}

.page-lottery-games-ssc-strategy__strategy-card:hover,
.page-lottery-games-ssc-strategy__plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.page-lottery-games-ssc-strategy__card-title {
    font-size: 1.8em;
    color: #0A2342;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-lottery-games-ssc-strategy__list {
    list-style: disc inside;
    margin-left: 20px;
    color: #555;
    font-size: 1.1em;
    margin-bottom: 20px;
}

.page-lottery-games-ssc-strategy__list--large {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.page-lottery-games-ssc-strategy__list--large li {
    background-color: #eef4f8;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #FFD700;
    font-size: 1.2em;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-lottery-games-ssc-strategy__list-item-strong {
    color: #0A2342;
}

.page-lottery-games-ssc-strategy__card-image,
.page-lottery-games-ssc-strategy__image--full-width {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-lottery-games-ssc-strategy__image--full-width {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-lottery-games-ssc-strategy__cta-section {
    background-color: #0A2342;
    color: #fff;
    text-align: center;
    padding: 80px 0;
    margin-bottom: 0;
}

.page-lottery-games-ssc-strategy__cta-section .page-lottery-games-ssc-strategy__section-title {
    color: #fff;
}

.page-lottery-games-ssc-strategy__cta-section .page-lottery-games-ssc-strategy__section-title::after {
    background-color: #FFD700;
}

.page-lottery-games-ssc-strategy__cta-section .page-lottery-games-ssc-strategy__paragraph {
    color: #e0e0e0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
}

.page-lottery-games-ssc-strategy__cta-buttons {
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-lottery-games-ssc-strategy__hero-title {
        font-size: 2.8em;
    }
    .page-lottery-games-ssc-strategy__hero-subtitle {
        font-size: 1.3em;
    }
    .page-lottery-games-ssc-strategy__section-title {
        font-size: 2em;
    }
    .page-lottery-games-ssc-strategy__list--large li {
        font-size: 1.1em;
    }
}

@media (max-width: 768px) {
    .page-lottery-games-ssc-strategy__hero-section {
        padding: 60px 0;
    }
    .page-lottery-games-ssc-strategy__hero-title {
        font-size: 2.2em;
    }
    .page-lottery-games-ssc-strategy__hero-subtitle {
        font-size: 1.1em;
    }
    .page-lottery-games-ssc-strategy__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-lottery-games-ssc-strategy__btn--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-lottery-games-ssc-strategy__intro-section,
    .page-lottery-games-ssc-strategy__content-section,
    .page-lottery-games-ssc-strategy__betting-plan-section,
    .page-lottery-games-ssc-strategy__tips-section,
    .page-lottery-games-ssc-strategy__cta-section {
        padding: 40px 0;
    }
    .page-lottery-games-ssc-strategy__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-lottery-games-ssc-strategy__card-title {
        font-size: 1.5em;
    }
    .page-lottery-games-ssc-strategy__paragraph,
    .page-lottery-games-ssc-strategy__list li {
        font-size: 1em;
    }
    .page-lottery-games-ssc-strategy__cta-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page-lottery-games-ssc-strategy__btn--primary,
    .page-lottery-games-ssc-strategy__btn--secondary {
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-lottery-games-ssc-strategy__hero-title {
        font-size: 1.8em;
    }
    .page-lottery-games-ssc-strategy__hero-subtitle {
        font-size: 0.9em;
    }
    .page-lottery-games-ssc-strategy__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-lottery-games-ssc-strategy__section-title {
        font-size: 1.5em;
    }
    .page-lottery-games-ssc-strategy__card-title {
        font-size: 1.3em;
    }
}