/* style/resources-nohu67-gameplay-guide.css */

.page-resources-nohu67-gameplay-guide {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-resources-nohu67-gameplay-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-nohu67-gameplay-guide__hero {
    background: linear-gradient(135deg, #003366, #1a4a7f);
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-nohu67-gameplay-guide__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,blue_gold_pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-nohu67-gameplay-guide__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFCC00; /* Golden Yellow for contrast */
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-nohu67-gameplay-guide__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    color: #e0e0e0;
}

.page-resources-nohu67-gameplay-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;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-nohu67-gameplay-guide__btn--primary {
    background-color: #FFCC00; /* Golden Yellow */
    color: #003366; /* Deep Ocean Blue */
    border: 2px solid #FFCC00;
}

.page-resources-nohu67-gameplay-guide__btn--primary:hover {
    background-color: #e6b800;
    transform: translateY(-3px);
}

.page-resources-nohu67-gameplay-guide__btn--secondary {
    background-color: transparent;
    color: #FFCC00; /* Golden Yellow */
    border: 2px solid #FFCC00;
    margin-left: 15px;
}

.page-resources-nohu67-gameplay-guide__btn--secondary:hover {
    background-color: #FFCC00;
    color: #003366;
    transform: translateY(-3px);
}

.page-resources-nohu67-gameplay-guide__section {
    padding: 60px 0;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-nohu67-gameplay-guide__section:nth-of-type(even) {
    background-color: #f0f5fa; /* Light blue tint for alternating sections */
}

.page-resources-nohu67-gameplay-guide__section-title {
    font-size: 2.5em;
    color: #003366; /* Deep Ocean Blue */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-nohu67-gameplay-guide__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFCC00; /* Golden Yellow accent */
    border-radius: 2px;
}

.page-resources-nohu67-gameplay-guide__introduction p,
.page-resources-nohu67-gameplay-guide__basic-guide p,
.page-resources-nohu67-gameplay-guide__slot-games p,
.page-resources-nohu67-gameplay-guide__advanced-strategies p,
.page-resources-nohu67-gameplay-guide__other-games p,
.page-resources-nohu67-gameplay-guide__safety-security p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #555;
}

.page-resources-nohu67-gameplay-guide__list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-resources-nohu67-gameplay-guide__list li {
    background-color: #e6f2ff; /* Lighter blue for list items */
    margin-bottom: 10px;
    padding: 15px 20px;
    border-left: 5px solid #003366; /* Deep Ocean Blue accent */
    border-radius: 5px;
    font-size: 1.05em;
    color: #333;
    transition: transform 0.2s ease;
}

.page-resources-nohu67-gameplay-guide__list li:hover {
    transform: translateX(5px);
}

.page-resources-nohu67-gameplay-guide__list li strong {
    color: #003366;
}

.page-resources-nohu67-gameplay-guide__slot-games h3,
.page-resources-nohu67-gameplay-guide__slot-games h4 {
    color: #003366;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.8em;
    border-bottom: 2px solid #FFCC00;
    padding-bottom: 5px;
}

.page-resources-nohu67-gameplay-guide__slot-games h4 {
    font-size: 1.5em;
    border-bottom: none;
    color: #004d99;
}

.page-resources-nohu67-gameplay-guide__image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.page-resources-nohu67-gameplay-guide__img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.page-resources-nohu67-gameplay-guide__img:hover {
    transform: scale(1.02);
}

.page-resources-nohu67-gameplay-guide__cta-banner {
    background: linear-gradient(135deg, #FFCC00, #e6b800);
    color: #003366;
    padding: 80px 0;
    text-align: center;
    border-radius: 10px;
    margin: 40px auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-nohu67-gameplay-guide__cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #003366; /* Deep Ocean Blue for contrast */
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.page-resources-nohu67-gameplay-guide__cta-text {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #004d99;
}

.page-resources-nohu67-gameplay-guide__cta-buttons .page-resources-nohu67-gameplay-guide__btn {
    margin: 0 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-nohu67-gameplay-guide__hero-title {
        font-size: 2.5em;
    }
    .page-resources-nohu67-gameplay-guide__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-nohu67-gameplay-guide__section-title {
        font-size: 2em;
    }
    .page-resources-nohu67-gameplay-guide__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-nohu67-gameplay-guide__btn--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-resources-nohu67-gameplay-guide__cta-title {
        font-size: 2em;
    }
    .page-resources-nohu67-gameplay-guide__cta-text {
        font-size: 1em;
    }
    .page-resources-nohu67-gameplay-guide__cta-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page-resources-nohu67-gameplay-guide__cta-buttons .page-resources-nohu67-gameplay-guide__btn {
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    .page-resources-nohu67-gameplay-guide__hero-title {
        font-size: 2em;
    }
    .page-resources-nohu67-gameplay-guide__section-title {
        font-size: 1.8em;
    }
    .page-resources-nohu67-gameplay-guide__list li {
        padding: 10px 15px;
        font-size: 0.95em;
    }
}