.page-gambling-glossary-terms-d-f {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-gambling-glossary-terms-d-f__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-gambling-glossary-terms-d-f__hero-section {
    background: linear-gradient(135deg, #0A2463, #3A5A9F);
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
}

.page-gambling-glossary-terms-d-f__main-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFD700;
    font-weight: bold;
}

.page-gambling-glossary-terms-d-f__intro-text {
    font-size: 1.1em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-gambling-glossary-terms-d-f__intro-link {
    color: #FFD700;
    text-decoration: underline;
    font-weight: bold;
}

.page-gambling-glossary-terms-d-f__intro-link:hover {
    color: #FFFFFF;
}

.page-gambling-glossary-terms-d-f__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2463;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 2px solid #FFD700;
}

.page-gambling-glossary-terms-d-f__cta-button:hover {
    background-color: #e6c200;
    color: #0A2463;
}

.page-gambling-glossary-terms-d-f__glossary-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-gambling-glossary-terms-d-f__section-title {
    font-size: 2.2em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.page-gambling-glossary-terms-d-f__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-gambling-glossary-terms-d-f__term-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.page-gambling-glossary-terms-d-f__term-card {
    background-color: #f4f7fc;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.page-gambling-glossary-terms-d-f__term-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-gambling-glossary-terms-d-f__term-title {
    font-size: 1.6em;
    color: #0A2463;
    margin-bottom: 15px;
    font-weight: 700;
}

.page-gambling-glossary-terms-d-f__term-definition {
    font-size: 1em;
    color: #555;
    margin-bottom: 15px;
    flex-grow: 1;
}

.page-gambling-glossary-terms-d-f__term-link {
    color: #0A2463;
    text-decoration: underline;
}

.page-gambling-glossary-terms-d-f__term-link:hover {
    color: #FFD700;
}

.page-gambling-glossary-terms-d-f__term-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-top: 15px;
}

.page-gambling-glossary-terms-d-f__cta-banner {
    background: linear-gradient(90deg, #0A2463, #1A3E7A);
    color: #FFFFFF;
    padding: 50px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

.page-gambling-glossary-terms-d-f__cta-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
    z-index: 0;
}

.page-gambling-glossary-terms-d-f__cta-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.page-gambling-glossary-terms-d-f__cta-title {
    font-size: 2.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-gambling-glossary-terms-d-f__cta-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-gambling-glossary-terms-d-f__cta-link {
    color: #FFD700;
    text-decoration: underline;
}

.page-gambling-glossary-terms-d-f__cta-link:hover {
    color: #FFFFFF;
}

.page-gambling-glossary-terms-d-f__cta-button--primary {
    background-color: #FFD700;
    color: #0A2463;
    border-color: #FFD700;
    margin: 0 10px;
}

.page-gambling-glossary-terms-d-f__cta-button--primary:hover {
    background-color: #e6c200;
    color: #0A2463;
}

.page-gambling-glossary-terms-d-f__cta-button--secondary {
    background-color: transparent;
    color: #FFD700;
    border-color: #FFD700;
    margin: 0 10px;
}

.page-gambling-glossary-terms-d-f__cta-button--secondary:hover {
    background-color: #FFD700;
    color: #0A2463;
}

.page-gambling-glossary-terms-d-f__related-content {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.page-gambling-glossary-terms-d-f__info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-gambling-glossary-terms-d-f__info-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-gambling-glossary-terms-d-f__info-card:hover {
    transform: translateY(-5px);
}

.page-gambling-glossary-terms-d-f__info-card-title {
    font-size: 1.4em;
    color: #0A2463;
    margin-bottom: 10px;
}

.page-gambling-glossary-terms-d-f__info-card-link {
    color: #0A2463;
    text-decoration: none;
    font-weight: bold;
}

.page-gambling-glossary-terms-d-f__info-card-link:hover {
    color: #FFD700;
    text-decoration: underline;
}

.page-gambling-glossary-terms-d-f__info-card p {
    color: #666;
    font-size: 0.95em;
    margin-bottom: 15px;
}

.page-gambling-glossary-terms-d-f__info-card-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-top: 15px;
}

.page-gambling-glossary-terms-d-f__responsible-gambling {
    background-color: #0A2463;
    color: #FFFFFF;
    padding: 50px 0;
    text-align: center;
}

.page-gambling-glossary-terms-d-f__responsible-text {
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto 30px auto;
    color: #e0e0e0;
}

.page-gambling-glossary-terms-d-f__responsible-link {
    color: #FFD700;
    text-decoration: underline;
    font-weight: bold;
}

.page-gambling-glossary-terms-d-f__responsible-link:hover {
    color: #FFFFFF;
}

.page-gambling-glossary-terms-d-f__cta-button--outline {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-gambling-glossary-terms-d-f__cta-button--outline:hover {
    background-color: #FFD700;
    color: #0A2463;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-gambling-glossary-terms-d-f__main-title {
        font-size: 2em;
    }

    .page-gambling-glossary-terms-d-f__section-title {
        font-size: 1.8em;
    }

    .page-gambling-glossary-terms-d-f__term-grid {
        grid-template-columns: 1fr;
    }

    .page-gambling-glossary-terms-d-f__cta-banner {
        padding: 30px;
    }

    .page-gambling-glossary-terms-d-f__cta-title {
        font-size: 1.8em;
    }

    .page-gambling-glossary-terms-d-f__cta-button {
        margin: 10px 0;
        width: 100%;
        max-width: 250px;
    }

    .page-gambling-glossary-terms-d-f__info-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-gambling-glossary-terms-d-f__hero-section {
        padding: 60px 0;
    }

    .page-gambling-glossary-terms-d-f__main-title {
        font-size: 1.8em;
    }

    .page-gambling-glossary-terms-d-f__intro-text {
        font-size: 0.95em;
    }

    .page-gambling-glossary-terms-d-f__section-title {
        font-size: 1.6em;
    }

    .page-gambling-glossary-terms-d-f__term-title {
        font-size: 1.4em;
    }

    .page-gambling-glossary-terms-d-f__cta-title {
        font-size: 1.5em;
    }

    .page-gambling-glossary-terms-d-f__cta-description {
        font-size: 0.95em;
    }
}