/* style/resources-casino-game-tips.css */

:root {
    --page-primary-color: #1A2E4C;
    --page-secondary-color: #FFD700;
    --page-text-light: #FFFFFF;
    --page-text-dark: #1A2E4C;
    --page-background-light: #F4F7F6;
    --page-background-dark: #1A2E4C;
}

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

.page-resources-casino-game-tips__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-casino-game-tips__hero {
    background: linear-gradient(135deg, var(--page-primary-color), #2d4c7d);
    color: var(--page-text-light);
    padding: 80px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 450px;
}

.page-resources-casino-game-tips__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.page-resources-casino-game-tips__main-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--page-secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.page-resources-casino-game-tips__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: var(--page-text-light);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-resources-casino-game-tips__hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.3;
    z-index: 1;
}

.page-resources-casino-game-tips__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(50%) blur(2px);
}

.page-resources-casino-game-tips__section {
    padding: 60px 0;
}

.page-resources-casino-game-tips__section:nth-of-type(even) {
    background-color: var(--page-background-light);
}

.page-resources-casino-game-tips__section:nth-of-type(odd) {
    background-color: #e0e6ec; /* Lighter shade of primary for contrast */
}

.page-resources-casino-game-tips__section-title {
    font-size: 2.5em;
    color: var(--page-primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-casino-game-tips__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--page-secondary-color);
    border-radius: 2px;
}

.page-resources-casino-game-tips__sub-title {
    font-size: 1.8em;
    color: var(--page-primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    border-left: 5px solid var(--page-secondary-color);
    padding-left: 15px;
}

.page-resources-casino-game-tips__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #333;
}

.page-resources-casino-game-tips__highlight {
    font-weight: bold;
    color: var(--page-primary-color);
}

.page-resources-casino-game-tips__link {
    color: var(--page-primary-color);
    text-decoration: none;
    font-weight: bold;
}

.page-resources-casino-game-tips__link:hover {
    color: var(--page-secondary-color);
    text-decoration: underline;
}

.page-resources-casino-game-tips__button {
    display: inline-block;
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
    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;
    border: none;
    cursor: pointer;
}

.page-resources-casino-game-tips__button:hover {
    background-color: #e5c100; /* Slightly darker gold */
    transform: translateY(-3px);
}

.page-resources-casino-game-tips__button--secondary {
    background-color: var(--page-primary-color);
    color: var(--page-text-light);
    margin-left: 20px;
}

.page-resources-casino-game-tips__button--secondary:hover {
    background-color: #0e1e35; /* Slightly darker primary */
}

.page-resources-casino-game-tips__game-tips {
    background-color: var(--page-background-light);
}

.page-resources-casino-game-tips__game-card {
    background-color: var(--page-text-light);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s ease;
}

.page-resources-casino-game-tips__game-card:hover {
    transform: translateY(-5px);
}

.page-resources-casino-game-tips__game-card-image {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-resources-casino-game-tips__list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-resources-casino-game-tips__list li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
    background-size: 20px 20px;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 1.05em;
    color: #444;
}

.page-resources-casino-game-tips__list-item-title {
    font-weight: bold;
    color: var(--page-primary-color);
}

.page-resources-casino-game-tips__link-button {
    display: inline-block;
    background-color: var(--page-primary-color);
    color: var(--page-text-light);
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95em;
    transition: background-color 0.3s ease;
    margin-top: 15px;
}

.page-resources-casino-game-tips__link-button:hover {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
}

.page-resources-casino-game-tips__cta {
    background: linear-gradient(135deg, var(--page-primary-color), #2d4c7d);
    color: var(--page-text-light);
    text-align: center;
    padding: 80px 0;
}

.page-resources-casino-game-tips__cta .page-resources-casino-game-tips__section-title {
    color: var(--page-secondary-color);
}

.page-resources-casino-game-tips__cta .page-resources-casino-game-tips__paragraph {
    color: var(--page-text-light);
    font-size: 1.2em;
    margin-bottom: 40px;
}

.page-resources-casino-game-tips__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-casino-game-tips__main-title {
        font-size: 2.5em;
    }

    .page-resources-casino-game-tips__hero-description {
        font-size: 1.1em;
    }

    .page-resources-casino-game-tips__section-title {
        font-size: 2em;
    }

    .page-resources-casino-game-tips__sub-title {
        font-size: 1.5em;
    }

    .page-resources-casino-game-tips__paragraph {
        font-size: 1em;
    }

    .page-resources-casino-game-tips__button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-casino-game-tips__cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .page-resources-casino-game-tips__button--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .page-resources-casino-game-tips__main-title {
        font-size: 2em;
    }

    .page-resources-casino-game-tips__hero-description {
        font-size: 0.95em;
    }

    .page-resources-casino-game-tips__section-title {
        font-size: 1.8em;
    }

    .page-resources-casino-game-tips__sub-title {
        font-size: 1.3em;
    }

    .page-resources-casino-game-tips__button {
        width: 100%;
        text-align: center;
    }
}