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

.page-lottery-games-ssc-strategy .content-block {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.page-lottery-games-ssc-strategy .hero-section {
    background: linear-gradient(135deg, #0A2342 0%, #304e7a 100%); /* Dark blue gradient */
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
}

.page-lottery-games-ssc-strategy .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,lottery,pattern,dark_blue]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-lottery-games-ssc-strategy .hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.page-lottery-games-ssc-strategy .hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFD700; /* Gold for title */
}

.page-lottery-games-ssc-strategy .hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0; /* Lighter text for contrast */
}

.page-lottery-games-ssc-strategy .hero-image-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 600px;
    margin-top: 40px;
}

.page-lottery-games-ssc-strategy .hero-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-lottery-games-ssc-strategy .section-title {
    font-size: 2.5em;
    color: #0A2342;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 20px;
    position: relative;
}

.page-lottery-games-ssc-strategy .section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-lottery-games-ssc-strategy .strategy-subtitle {
    font-size: 1.8em;
    color: #0A2342;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-lottery-games-ssc-strategy p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #444;
}

.page-lottery-games-ssc-strategy .content-block ul,
.page-lottery-games-ssc-strategy .content-block ol {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #444;
}

.page-lottery-games-ssc-strategy .content-block ol {
    list-style-type: decimal;
}

.page-lottery-games-ssc-strategy .content-block li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-lottery-games-ssc-strategy .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;
    margin: 10px;
    cursor: pointer;
    border: none;
}

.page-lottery-games-ssc-strategy .btn-primary {
    background-color: #FFD700; /* Gold */
    color: #0A2342; /* Dark blue */
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-lottery-games-ssc-strategy .btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 215, 0, 0.6);
}

.page-lottery-games-ssc-strategy .btn-secondary {
    background-color: #0A2342; /* Dark blue */
    color: #FFD700; /* Gold */
    border: 2px solid #FFD700;
    box-shadow: 0 4px 10px rgba(10, 35, 66, 0.4);
}

.page-lottery-games-ssc-strategy .btn-secondary:hover {
    background-color: #1a3a63;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(10, 35, 66, 0.6);
}

.page-lottery-games-ssc-strategy .btn-download {
    background-color: #28a745; /* Green for download */
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.4);
}

.page-lottery-games-ssc-strategy .btn-download:hover {
    background-color: #218838;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(40, 167, 69, 0.6);
}

.page-lottery-games-ssc-strategy .inline-link {
    color: #0A2342;
    font-weight: bold;
    text-decoration: underline;
    transition: color 0.3s ease;
}

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

.page-lottery-games-ssc-strategy .highlight {
    color: #FFD700;
}

.page-lottery-games-ssc-strategy .content-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-lottery-games-ssc-strategy .advantage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-lottery-games-ssc-strategy .advantage-item {
    background-color: #f0f4f8;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-lottery-games-ssc-strategy .advantage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.page-lottery-games-ssc-strategy .advantage-item h3 {
    color: #0A2342;
    font-size: 1.5em;
    margin-top: 15px;
    margin-bottom: 10px;
}

.page-lottery-games-ssc-strategy .advantage-item p {
    color: #555;
    font-size: 1em;
}

.page-lottery-games-ssc-strategy .advantage-icon {
    width: 60px;
    height: 60px;
    fill: #FFD700; /* Gold color for SVG icons */
}

.page-lottery-games-ssc-strategy .cta-section {
    text-align: center;
    background-color: #0A2342;
    color: #ffffff;
    padding: 60px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-lottery-games-ssc-strategy .cta-section .section-title {
    color: #FFD700;
}

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

.page-lottery-games-ssc-strategy .cta-section p {
    color: #e0e0e0;
    font-size: 1.2em;
    margin-bottom: 40px;
}

.page-lottery-games-ssc-strategy .cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-lottery-games-ssc-strategy .responsible-gambling-section {
    background-color: #f0f4f8;
    border-left: 5px solid #FFD700;
    padding: 30px 20px 20px 40px;
    box-shadow: none;
}

.page-lottery-games-ssc-strategy .responsible-gambling-section .section-title {
    text-align: left;
    margin-left: -20px;
    color: #0A2342;
}

.page-lottery-games-ssc-strategy .responsible-gambling-section .section-title::after {
    margin-left: 0;
    background-color: #FFD700;
}

.page-lottery-games-ssc-strategy .responsible-gambling-section ul {
    list-style-type: '✅ ';
    padding-left: 20px;
}

.page-lottery-games-ssc-strategy .responsible-gambling-section li {
    margin-bottom: 10px;
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-lottery-games-ssc-strategy .hero-title {
        font-size: 2.5em;
    }
    .page-lottery-games-ssc-strategy .hero-description {
        font-size: 1.1em;
    }
    .page-lottery-games-ssc-strategy .section-title {
        font-size: 2em;
    }
    .page-lottery-games-ssc-strategy .strategy-subtitle {
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .page-lottery-games-ssc-strategy .hero-section {
        flex-direction: column;
        padding: 60px 15px;
    }
    .page-lottery-games-ssc-strategy .hero-content {
        text-align: center;
    }
    .page-lottery-games-ssc-strategy .hero-title {
        font-size: 2em;
    }
    .page-lottery-games-ssc-strategy .hero-description {
        font-size: 1em;
    }
    .page-lottery-games-ssc-strategy .content-block {
        padding: 30px 15px;
    }
    .page-lottery-games-ssc-strategy .section-title {
        font-size: 1.8em;
    }
    .page-lottery-games-ssc-strategy .strategy-subtitle {
        font-size: 1.3em;
    }
    .page-lottery-games-ssc-strategy .btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-lottery-games-ssc-strategy .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-lottery-games-ssc-strategy .hero-title {
        font-size: 1.8em;
    }
    .page-lottery-games-ssc-strategy .hero-description {
        font-size: 0.95em;
    }
    .page-lottery-games-ssc-strategy .section-title {
        font-size: 1.5em;
    }
    .page-lottery-games-ssc-strategy p,
    .page-lottery-games-ssc-strategy li {
        font-size: 0.95em;
    }
    .page-lottery-games-ssc-strategy .btn {
        width: 100%;
        margin: 5px 0;
    }
}