/* style/lottery-78bet-lhc.css */
.page-lottery-78bet-lhc {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-lottery-78bet-lhc__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-lottery-78bet-lhc__section-title {
    font-size: 2.5em;
    color: #007bff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}

.page-lottery-78bet-lhc__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #ffc107;
    border-radius: 2px;
}

.page-lottery-78bet-lhc__section-subtitle {
    font-size: 1.2em;
    color: #555;
    text-align: center;
    margin-bottom: 40px;
}

.page-lottery-78bet-lhc__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
    border: none;
}

.page-lottery-78bet-lhc__btn--primary {
    background-color: #007bff;
    color: #fff;
}

.page-lottery-78bet-lhc__btn--primary:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.page-lottery-78bet-lhc__btn--secondary {
    background-color: #ffc107;
    color: #333;
}

.page-lottery-78bet-lhc__btn--secondary:hover {
    background-color: #e0a800;
    transform: translateY(-2px);
}

.page-lottery-78bet-lhc__btn--tertiary {
    background-color: transparent;
    border: 2px solid #007bff;
    color: #007bff;
    padding: 10px 20px;
}

.page-lottery-78bet-lhc__btn--tertiary:hover {
    background-color: #007bff;
    color: #fff;
    transform: translateY(-2px);
}

.page-lottery-78bet-lhc__btn--huge {
    font-size: 1.5em;
    padding: 15px 35px;
    margin-top: 30px;
}

/* Hero Section */
.page-lottery-78bet-lhc__hero-section {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.page-lottery-78bet-lhc__hero-section .page-lottery-78bet-lhc__container {
    position: relative;
    z-index: 1;
}

.page-lottery-78bet-lhc__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.page-lottery-78bet-lhc__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-lottery-78bet-lhc__hero-cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Intro Section */
.page-lottery-78bet-lhc__intro-section {
    padding: 80px 0;
    background-color: #fff;
}

.page-lottery-78bet-lhc__intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.page-lottery-78bet-lhc__intro-content p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #444;
}

.page-lottery-78bet-lhc__intro-image-wrapper {
    text-align: center;
}

.page-lottery-78bet-lhc__intro-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Game Types Section */
.page-lottery-78bet-lhc__game-types-section {
    padding: 80px 0;
    background-color: #f0f4f8;
}

.page-lottery-78bet-lhc__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-lottery-78bet-lhc__game-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-lottery-78bet-lhc__game-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.12);
}

.page-lottery-78bet-lhc__game-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-lottery-78bet-lhc__game-title {
    font-size: 1.5em;
    color: #007bff;
    margin-bottom: 15px;
}

.page-lottery-78bet-lhc__game-description {
    color: #555;
    font-size: 1em;
}

/* Why Choose Section */
.page-lottery-78bet-lhc__why-choose-section {
    padding: 80px 0;
    background-color: #fff;
}

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

.page-lottery-78bet-lhc__benefit-card {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-left: 5px solid #007bff;
    transition: border-color 0.3s ease;
}

.page-lottery-78bet-lhc__benefit-card:hover {
    border-color: #ffc107;
}

.page-lottery-78bet-lhc__benefit-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    object-fit: contain;
}

.page-lottery-78bet-lhc__benefit-title {
    font-size: 1.4em;
    color: #007bff;
    margin-bottom: 10px;
}

.page-lottery-78bet-lhc__benefit-card p {
    color: #666;
}

.page-lottery-78bet-lhc__cta-banner {
    background-color: #007bff;
    color: #fff;
    padding: 50px 30px;
    border-radius: 15px;
    text-align: center;
    margin-top: 60px;
    box-shadow: 0 10px 25px rgba(0, 123, 255, 0.3);
}

.page-lottery-78bet-lhc__cta-title {
    font-size: 2.2em;
    margin-bottom: 15px;
    color: #fff;
}

.page-lottery-78bet-lhc__cta-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-lottery-78bet-lhc__cta-banner .page-lottery-78bet-lhc__btn {
    margin: 0 10px;
}

/* How To Play Section */
.page-lottery-78bet-lhc__how-to-play-section {
    padding: 80px 0;
    background-color: #f0f4f8;
}

.page-lottery-78bet-lhc__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-lottery-78bet-lhc__step-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
}

.page-lottery-78bet-lhc__step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffc107;
    color: #333;
    font-size: 1.8em;
    font-weight: bold;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-lottery-78bet-lhc__step-title {
    font-size: 1.4em;
    color: #007bff;
    margin-top: 20px;
    margin-bottom: 15px;
}

.page-lottery-78bet-lhc__step-card p {
    color: #555;
    margin-bottom: 20px;
}

.page-lottery-78bet-lhc__step-image {
    max-width: 100%;
    height: 150px;
    object-fit: contain;
    border-radius: 8px;
}

.page-lottery-78bet-lhc__cta-action-area {
    text-align: center;
    margin-top: 50px;
}

/* Tips Section */
.page-lottery-78bet-lhc__tips-section {
    padding: 80px 0;
    background-color: #fff;
}

.page-lottery-78bet-lhc__tips-list {
    list-style: none;
    padding: 0;
    max-width: 900px;
    margin: 40px auto 0 auto;
}

.page-lottery-78bet-lhc__tips-list li {
    background-color: #f8f9fa;
    margin-bottom: 15px;
    padding: 20px 25px;
    border-left: 4px solid #ffc107;
    border-radius: 8px;
    font-size: 1.1em;
    color: #444;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-lottery-78bet-lhc__tips-list li strong {
    color: #007bff;
}

/* FAQ Section */
.page-lottery-78bet-lhc__faq-section {
    padding: 80px 0;
    background-color: #f0f4f8;
}

.page-lottery-78bet-lhc__faq-accordion {
    max-width: 900px;
    margin: 40px auto 0 auto;
}

.page-lottery-78bet-lhc__faq-item {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.page-lottery-78bet-lhc__faq-question {
    padding: 20px 25px;
    font-size: 1.2em;
    color: #007bff;
    cursor: pointer;
    margin: 0;
    position: relative;
    transition: background-color 0.3s ease;
}

.page-lottery-78bet-lhc__faq-question::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    font-weight: bold;
    color: #ffc107;
}

.page-lottery-78bet-lhc__faq-question.active::after {
    content: '-';
}

.page-lottery-78bet-lhc__faq-answer {
    padding: 0 25px 20px;
    font-size: 1.1em;
    color: #555;
    display: none;
    line-height: 1.8;
}

.page-lottery-78bet-lhc__faq-question.active + .page-lottery-78bet-lhc__faq-answer {
    display: block;
}

/* Final CTA Section */
.page-lottery-78bet-lhc__final-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-lottery-78bet-lhc__final-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:lottery,abstract,pattern,blue,gold]') no-repeat center center/cover;
    opacity: 0.15;
    z-index: 0;
}

.page-lottery-78bet-lhc__final-cta-section .page-lottery-78bet-lhc__container {
    position: relative;
    z-index: 1;
}

.page-lottery-78bet-lhc__final-cta-section .page-lottery-78bet-lhc__section-title {
    color: #fff;
}

.page-lottery-78bet-lhc__final-cta-section .page-lottery-78bet-lhc__section-title::after {
    background-color: #ffc107;
}

.page-lottery-78bet-lhc__final-cta-section .page-lottery-78bet-lhc__section-subtitle {
    color: #e0e0e0;
}

.page-lottery-78bet-lhc__cta-image {
    max-width: 600px;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-lottery-78bet-lhc__intro-grid {
        grid-template-columns: 1fr;
    }
    .page-lottery-78bet-lhc__intro-image-wrapper {
        order: -1; /* Image appears above text on smaller screens */
        margin-bottom: 30px;
    }
    .page-lottery-78bet-lhc__hero-title {
        font-size: 2.8em;
    }
    .page-lottery-78bet-lhc__section-title {
        font-size: 2em;
    }
    .page-lottery-78bet-lhc__cta-banner .page-lottery-78bet-lhc__btn {
        margin: 10px 0;
        width: 80%;
    }
}

@media (max-width: 768px) {
    .page-lottery-78bet-lhc__hero-title {
        font-size: 2.2em;
    }
    .page-lottery-78bet-lhc__hero-description {
        font-size: 1.1em;
    }
    .page-lottery-78bet-lhc__hero-cta-group {
        flex-direction: column;
        gap: 15px;
    }
    .page-lottery-78bet-lhc__btn {
        width: 80%;
        margin: 0 auto;
    }
    .page-lottery-78bet-lhc__section-title {
        font-size: 1.8em;
    }
    .page-lottery-78bet-lhc__section-subtitle {
        font-size: 1em;
    }
    .page-lottery-78bet-lhc__game-grid, .page-lottery-78bet-lhc__benefits-grid, .page-lottery-78bet-lhc__steps-grid {
        grid-template-columns: 1fr;
    }
    .page-lottery-78bet-lhc__step-number {
        top: -15px;
        width: 40px;
        height: 40px;
        font-size: 1.5em;
    }
    .page-lottery-78bet-lhc__faq-question, .page-lottery-78bet-lhc__faq-answer {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-lottery-78bet-lhc__faq-question::after {
        right: 15px;
    }
}

@media (max-width: 480px) {
    .page-lottery-78bet-lhc__hero-title {
        font-size: 1.8em;
    }
    .page-lottery-78bet-lhc__hero-description {
        font-size: 0.9em;
    }
    .page-lottery-78bet-lhc__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-lottery-78bet-lhc__btn--huge {
        font-size: 1.2em;
    }
    .page-lottery-78bet-lhc__section-title {
        font-size: 1.5em;
    }
    .page-lottery-78bet-lhc__section-subtitle {
        font-size: 0.9em;
    }
}