/* style/resources-understanding-68gb-game-rules.css */

:root {
    --page-primary-color: #0A192F;
    --page-accent-color: #64FFDA;
    --page-text-light: #F0F0F0;
    --page-text-dark: #0A192F;
    --page-background-dark: #0A192F;
    --page-background-light: #F4F4F4;
    --page-border-color: #333;
}

.page-resources-understanding-68gb-game-rules {
    font-family: 'Arial', sans-serif;
    color: var(--page-text-light);
    background-color: var(--page-background-dark);
    line-height: 1.6;
}

.page-resources-understanding-68gb-game-rules__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-resources-understanding-68gb-game-rules__hero {
    background: linear-gradient(135deg, var(--page-primary-color) 0%, #1A2E4C 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.page-resources-understanding-68gb-game-rules__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--page-accent-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-resources-understanding-68gb-game-rules__hero-subtitle {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px auto;
    color: var(--page-text-light);
}

.page-resources-understanding-68gb-game-rules__hero-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-understanding-68gb-game-rules__section {
    padding: 60px 0;
    border-bottom: 1px solid var(--page-border-color);
}

.page-resources-understanding-68gb-game-rules__section--overview {
    background-color: var(--page-background-dark);
}

.page-resources-understanding-68gb-game-rules__section--general-rules {
    background-color: #1A2E4C;
}

.page-resources-understanding-68gb-game-rules__section--detailed-rules {
    background-color: var(--page-background-dark);
}

.page-resources-understanding-68gb-game-rules__section--strategy {
    background-color: #1A2E4C;
}

.page-resources-understanding-68gb-game-rules__section--safety {
    background-color: var(--page-background-dark);
}

.page-resources-understanding-68gb-game-rules__section--join-us {
    background-color: #1A2E4C;
    text-align: center;
}

.page-resources-understanding-68gb-game-rules__section-title {
    font-size: 2.5em;
    color: var(--page-accent-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-resources-understanding-68gb-game-rules__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--page-accent-color);
    margin: 15px auto 0 auto;
    border-radius: 2px;
}

.page-resources-understanding-68gb-game-rules p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: var(--page-text-light);
}

.page-resources-understanding-68gb-game-rules strong {
    color: var(--page-accent-color);
}

.page-resources-understanding-68gb-game-rules__list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--page-text-light);
}

.page-resources-understanding-68gb-game-rules__list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-resources-understanding-68gb-game-rules__list li strong {
    color: var(--page-accent-color);
}

.page-resources-understanding-68gb-game-rules__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    margin: 10px;
    cursor: pointer;
}

.page-resources-understanding-68gb-game-rules__button--primary {
    background-color: var(--page-accent-color);
    color: var(--page-primary-color);
    border: 2px solid var(--page-accent-color);
}

.page-resources-understanding-68gb-game-rules__button--primary:hover {
    background-color: transparent;
    color: var(--page-accent-color);
}

.page-resources-understanding-68gb-game-rules__button--secondary {
    background-color: transparent;
    color: var(--page-accent-color);
    border: 2px solid var(--page-accent-color);
}

.page-resources-understanding-68gb-game-rules__button--secondary:hover {
    background-color: var(--page-accent-color);
    color: var(--page-primary-color);
}

.page-resources-understanding-68gb-game-rules__button-group {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-resources-understanding-68gb-game-rules__game-article {
    background-color: #1A2E4C;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-understanding-68gb-game-rules__game-title {
    font-size: 2em;
    color: var(--page-accent-color);
    margin-bottom: 20px;
    border-bottom: 2px solid var(--page-accent-color);
    padding-bottom: 10px;
}

.page-resources-understanding-68gb-game-rules__sub-title {
    font-size: 1.5em;
    color: var(--page-text-light);
    margin-top: 25px;
    margin-bottom: 15px;
}

.page-resources-understanding-68gb-game-rules__image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-understanding-68gb-game-rules__image--small {
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-understanding-68gb-game-rules__cta-text {
    text-align: center;
    font-size: 1.3em;
    margin-top: 40px;
    color: var(--page-accent-color);
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-understanding-68gb-game-rules__hero-title {
        font-size: 2.5em;
    }

    .page-resources-understanding-68gb-game-rules__hero-subtitle {
        font-size: 1em;
    }

    .page-resources-understanding-68gb-game-rules__section-title {
        font-size: 2em;
    }

    .page-resources-understanding-68gb-game-rules__game-title {
        font-size: 1.8em;
    }

    .page-resources-understanding-68gb-game-rules__sub-title {
        font-size: 1.3em;
    }

    .page-resources-understanding-68gb-game-rules__button {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-understanding-68gb-game-rules__hero-title {
        font-size: 2em;
    }

    .page-resources-understanding-68gb-game-rules__hero-subtitle {
        font-size: 0.9em;
    }

    .page-resources-understanding-68gb-game-rules__section-title {
        font-size: 1.8em;
    }

    .page-resources-understanding-68gb-game-rules__game-title {
        font-size: 1.5em;
    }

    .page-resources-understanding-68gb-game-rules__sub-title {
        font-size: 1.2em;
    }

    .page-resources-understanding-68gb-game-rules p,
    .page-resources-understanding-68gb-game-rules__list li {
        font-size: 0.95em;
    }

    .page-resources-understanding-68gb-game-rules__button {
        display: block;
        width: calc(100% - 20px);
        margin: 10px auto;
    }
    .page-resources-understanding-68gb-game-rules__button-group {
        flex-direction: column;
    }
}