/* style/lottery-games-pk10-guide.css */
.page-lottery-games-pk10-guide {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0; /* Light gray for general text on dark background */
    background-color: #0F1D2D; /* A slightly lighter dark blue than primary for main background */
}

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

.page-lottery-games-pk10-guide__highlight {
    color: #FFD700; /* Gold for highlighting keywords */
}

.page-lottery-games-pk10-guide__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for main section titles */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

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

.page-lottery-games-pk10-guide__description {
    font-size: 1.1em;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
    color: #B0B0B0; /* Slightly darker light gray for descriptions */
}

/* Hero Section */
.page-lottery-games-pk10-guide__hero-section {
    background: linear-gradient(135deg, #1A2E44, #0A1622);
    padding: 100px 0;
    text-align: center;
    border-bottom: 5px solid #FFD700;
}

.page-lottery-games-pk10-guide__hero-title {
    font-size: 3.5em;
    color: #FFFFFF; /* White for main hero title */
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-lottery-games-pk10-guide__hero-description {
    font-size: 1.3em;
    color: #E0E0E0;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-lottery-games-pk10-guide__hero-cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-lottery-games-pk10-guide__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
}

.page-lottery-games-pk10-guide__btn--primary {
    background-color: #FFD700;
    color: #1A2E44;
    border: 2px solid #FFD700;
}

.page-lottery-games-pk10-guide__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-lottery-games-pk10-guide__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-lottery-games-pk10-guide__btn--secondary:hover {
    background-color: #FFD700;
    color: #1A2E44;
    transform: translateY(-3px);
}

.page-lottery-games-pk10-guide__btn--inline {
    margin-top: 20px;
}

/* About PK10 Section */
.page-lottery-games-pk10-guide__about-pk10 {
    padding: 60px 0;
    background-color: #1A2E44;
}

.page-lottery-games-pk10-guide__content-grid {
    display: flex;
    gap: 40px;
    align-items: center;
}

.page-lottery-games-pk10-guide__text-content {
    flex: 1;
    text-align: left;
    line-height: 1.8;
}

.page-lottery-games-pk10-guide__text-content p {
    margin-bottom: 15px;
    color: #E0E0E0;
}

.page-lottery-games-pk10-guide__image-wrapper {
    flex: 1;
    text-align: center;
}

.page-lottery-games-pk10-guide__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Rules Section */
.page-lottery-games-pk10-guide__rules-section {
    padding: 80px 0;
    background-color: #0F1D2D;
}

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

.page-lottery-games-pk10-guide__rule-card {
    background-color: #1A2E44;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
    position: relative;
    overflow: hidden;
}

.page-lottery-games-pk10-guide__rule-card:hover {
    transform: translateY(-10px);
    background-color: #253F5A;
}

.page-lottery-games-pk10-guide__card-title {
    color: #FFD700;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-lottery-games-pk10-guide__card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-lottery-games-pk10-guide__rule-card p {
    color: #E0E0E0;
    line-height: 1.7;
}

.page-lottery-games-pk10-guide__cta-center {
    text-align: center;
    margin-top: 50px;
}

/* Tips Section */
.page-lottery-games-pk10-guide__tips-section {
    padding: 80px 0;
    background-color: #1A2E44;
}

.page-lottery-games-pk10-guide__tip-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-lottery-games-pk10-guide__tip-item {
    background-color: #0F1D2D;
    border-left: 5px solid #FFD700;
    margin-bottom: 20px;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.page-lottery-games-pk10-guide__tip-item:hover {
    transform: translateX(10px);
}

.page-lottery-games-pk10-guide__tip-title {
    color: #FFD700;
    font-size: 1.4em;
    margin-bottom: 10px;
}

.page-lottery-games-pk10-guide__tip-item p {
    color: #E0E0E0;
    line-height: 1.7;
}

/* Why Choose Us Section */
.page-lottery-games-pk10-guide__why-choose-us {
    padding: 80px 0;
    background-color: #0F1D2D;
}

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

.page-lottery-games-pk10-guide__feature-card {
    background-color: #1A2E44;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-lottery-games-pk10-guide__feature-card:hover {
    transform: translateY(-10px);
}

.page-lottery-games-pk10-guide__feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-lottery-games-pk10-guide__feature-title {
    color: #FFD700;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-lottery-games-pk10-guide__feature-card p {
    color: #E0E0E0;
    line-height: 1.7;
}

/* Registration Guide Section */
.page-lottery-games-pk10-guide__registration-guide {
    padding: 80px 0;
    background-color: #1A2E44;
}

.page-lottery-games-pk10-guide__step-list {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
    margin-top: 40px;
}

.page-lottery-games-pk10-guide__step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    background-color: #0F1D2D;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-lottery-games-pk10-guide__step-number {
    counter-increment: step-counter;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: #FFD700;
    color: #1A2E44;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.2em;
    margin-right: 20px;
}

.page-lottery-games-pk10-guide__step-content {
    flex: 1;
}

.page-lottery-games-pk10-guide__step-title {
    color: #FFD700;
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-lottery-games-pk10-guide__step-content p {
    color: #E0E0E0;
    line-height: 1.7;
}

.page-lottery-games-pk10-guide__inline-link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-lottery-games-pk10-guide__inline-link:hover {
    text-decoration: underline;
}

/* Responsible Gambling Section */
.page-lottery-games-pk10-guide__responsible-gambling {
    padding: 80px 0;
    background-color: #0F1D2D;
}

.page-lottery-games-pk10-guide__responsible-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-lottery-games-pk10-guide__responsible-item {
    background-color: #1A2E44;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-pk10-guide__responsible-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-lottery-games-pk10-guide__responsible-item p {
    color: #E0E0E0;
    line-height: 1.6;
}

.page-lottery-games-pk10-guide__responsible-item strong {
    color: #FFD700;
}

/* FAQ Section */
.page-lottery-games-pk10-guide__faq-section {
    padding: 80px 0;
    background-color: #1A2E44;
}

.page-lottery-games-pk10-guide__faq-accordion {
    margin-top: 40px;
}

.page-lottery-games-pk10-guide__accordion-item {
    margin-bottom: 15px;
    border: 1px solid #253F5A;
    border-radius: 8px;
    overflow: hidden;
}

.page-lottery-games-pk10-guide__accordion-header {
    background-color: #0F1D2D;
    color: #FFD700;
    padding: 18px 25px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-lottery-games-pk10-guide__accordion-header::after {
    content: '\002B'; /* Plus sign */
    font-size: 1.5em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-lottery-games-pk10-guide__accordion-header.active::after {
    content: '\2212'; /* Minus sign */
    transform: rotate(180deg);
}

.page-lottery-games-pk10-guide__accordion-content {
    padding: 0 25px;
    background-color: #1A2E44;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-lottery-games-pk10-guide__accordion-content p {
    color: #E0E0E0;
    line-height: 1.7;
    padding-bottom: 20px;
    padding-top: 10px;
}

/* Final CTA Section */
.page-lottery-games-pk10-guide__final-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0A1622, #1A2E44);
    text-align: center;
    border-top: 5px solid #FFD700;
}

.page-lottery-games-pk10-guide__final-cta-section .page-lottery-games-pk10-guide__section-title {
    color: #FFFFFF;
}

.page-lottery-games-pk10-guide__final-cta-section .page-lottery-games-pk10-guide__description {
    color: #E0E0E0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-lottery-games-pk10-guide__cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-lottery-games-pk10-guide__hero-title {
        font-size: 2.8em;
    }
    .page-lottery-games-pk10-guide__hero-description {
        font-size: 1.1em;
    }
    .page-lottery-games-pk10-guide__section-title {
        font-size: 2em;
    }
    .page-lottery-games-pk10-guide__content-grid {
        flex-direction: column;
    }
    .page-lottery-games-pk10-guide__image-wrapper {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .page-lottery-games-pk10-guide__hero-title {
        font-size: 2.2em;
    }
    .page-lottery-games-pk10-guide__hero-description {
        font-size: 1em;
    }
    .page-lottery-games-pk10-guide__hero-cta-group, .page-lottery-games-pk10-guide__cta-group {
        flex-direction: column;
        gap: 15px;
    }
    .page-lottery-games-pk10-guide__btn {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-lottery-games-pk10-guide__rules-grid, .page-lottery-games-pk10-guide__features-grid, .page-lottery-games-pk10-guide__responsible-list {
        grid-template-columns: 1fr;
    }
    .page-lottery-games-pk10-guide__step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .page-lottery-games-pk10-guide__step-number {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .page-lottery-games-pk10-guide__accordion-header {
        font-size: 1.1em;
        padding: 15px 20px;
    }
    .page-lottery-games-pk10-guide__accordion-content {
        padding: 0 20px;
    }
    .page-lottery-games-pk10-guide__accordion-content p {
        padding-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .page-lottery-games-pk10-guide__hero-title {
        font-size: 1.8em;
    }
    .page-lottery-games-pk10-guide__section-title {
        font-size: 1.6em;
    }
    .page-lottery-games-pk10-guide__btn {
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-lottery-games-pk10-guide__tip-item, .page-lottery-games-pk10-guide__feature-card, .page-lottery-games-pk10-guide__responsible-item {
        padding: 20px;
    }
    .page-lottery-games-pk10-guide__card-title, .page-lottery-games-pk10-guide__tip-title, .page-lottery-games-pk10-guide__feature-title, .page-lottery-games-pk10-guide__step-title {
        font-size: 1.2em;
    }
}