/* style/resources-kuwin-no-hu-game-rules-explained.css */

.page-resources-kuwin-no-hu-game-rules-explained {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #0A2463; /* Main text color */
    background-color: #f8f8f8; /* Light background for general content */
}

.page-resources-kuwin-no-hu-game-rules-explained__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Hero Section */
.page-resources-kuwin-no-hu-game-rules-explained__hero {
    background: linear-gradient(135deg, #0A2463 0%, #305090 50%, #FFD700 100%); /* Adjusted gradient for better contrast */
    padding: 100px 0;
    color: #FFFFFF; /* White text for hero section */
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-resources-kuwin-no-hu-game-rules-explained__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-kuwin-no-hu-game-rules-explained__main-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Ensure readability on gradient */
    color: #FFFFFF; /* Main title in white */
}

.page-resources-kuwin-no-hu-game-rules-explained__main-title .highlight {
    color: #FFD700; /* Gold highlight */
}

.page-resources-kuwin-no-hu-game-rules-explained__subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    color: #F0F0F0;
}

.page-resources-kuwin-no-hu-game-rules-explained__subtitle .highlight {
    color: #FFD700;
    font-weight: bold;
}

.page-resources-kuwin-no-hu-game-rules-explained__cta-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.page-resources-kuwin-no-hu-game-rules-explained__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;
    min-width: 200px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-kuwin-no-hu-game-rules-explained__btn--primary {
    background-color: #FFD700; /* Gold background */
    color: #0A2463; /* Deep blue text */
    border: 2px solid #FFD700;
}

.page-resources-kuwin-no-hu-game-rules-explained__btn--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
}

.page-resources-kuwin-no-hu-game-rules-explained__btn--secondary {
    background-color: #0A2463; /* Deep blue background */
    color: #FFD700; /* Gold text */
    border: 2px solid #FFD700;
}

.page-resources-kuwin-no-hu-game-rules-explained__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A2463;
    transform: translateY(-3px);
}

.page-resources-kuwin-no-hu-game-rules-explained__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3; /* Subtle background image */
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-resources-kuwin-no-hu-game-rules-explained__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(50%) brightness(0.8); /* Desaturate and darken for background effect */
}

/* General Section Styling */
.page-resources-kuwin-no-hu-game-rules-explained__section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.page-resources-kuwin-no-hu-game-rules-explained__section:last-of-type {
    border-bottom: none;
}

.page-resources-kuwin-no-hu-game-rules-explained__section-title {
    font-size: 2.5em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-kuwin-no-hu-game-rules-explained__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-resources-kuwin-no-hu-game-rules-explained__sub-title {
    font-size: 1.8em;
    color: #0A2463;
    margin-top: 30px;
    margin-bottom: 15px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-resources-kuwin-no-hu-game-rules-explained__section p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #333; /* Slightly lighter for readability */
}

.page-resources-kuwin-no-hu-game-rules-explained__section p strong {
    color: #0A2463;
}

.page-resources-kuwin-no-hu-game-rules-explained__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #333;
}

.page-resources-kuwin-no-hu-game-rules-explained__list li {
    margin-bottom: 10px;
}

.page-resources-kuwin-no-hu-game-rules-explained__img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-kuwin-no-hu-game-rules-explained__cta-block {
    background-color: #0A2463;
    color: #FFFFFF;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    margin-top: 50px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-kuwin-no-hu-game-rules-explained__cta-block p {
    font-size: 1.3em;
    margin-bottom: 25px;
    color: #F0F0F0;
}

.page-resources-kuwin-no-hu-game-rules-explained__cta-block .highlight {
    color: #FFD700;
    font-weight: bold;
}

.page-resources-kuwin-no-hu-game-rules-explained__link-inline {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-kuwin-no-hu-game-rules-explained__link-inline:hover {
    color: #e6c200;
    text-decoration: underline;
}

/* Specific styling for highlight text within sections */
.page-resources-kuwin-no-hu-game-rules-explained__section-title .highlight,
.page-resources-kuwin-no-hu-game-rules-explained__sub-title .highlight {
    color: #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-kuwin-no-hu-game-rules-explained__main-title {
        font-size: 2.5em;
    }

    .page-resources-kuwin-no-hu-game-rules-explained__subtitle {
        font-size: 1.2em;
    }

    .page-resources-kuwin-no-hu-game-rules-explained__section-title {
        font-size: 2em;
    }

    .page-resources-kuwin-no-hu-game-rules-explained__sub-title {
        font-size: 1.5em;
    }

    .page-resources-kuwin-no-hu-game-rules-explained__btn {
        padding: 12px 25px;
        font-size: 1em;
        min-width: unset;
        width: 100%;
    }

    .page-resources-kuwin-no-hu-game-rules-explained__cta-group {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .page-resources-kuwin-no-hu-game-rules-explained__main-title {
        font-size: 2em;
    }

    .page-resources-kuwin-no-hu-game-rules-explained__subtitle {
        font-size: 1em;
    }

    .page-resources-kuwin-no-hu-game-rules-explained__section {
        padding: 40px 0;
    }

    .page-resources-kuwin-no-hu-game-rules-explained__section-title {
        font-size: 1.8em;
    }

    .page-resources-kuwin-no-hu-game-rules-explained__sub-title {
        font-size: 1.3em;
    }

    .page-resources-kuwin-no-hu-game-rules-explained__cta-block {
        padding: 30px 20px;
    }

    .page-resources-kuwin-no-hu-game-rules-explained__cta-block p {
        font-size: 1.1em;
    }
}