/* style/gambling-glossary-casino-terms.css */
.page-gambling-glossary-casino-terms {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-gambling-glossary-casino-terms__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-gambling-glossary-casino-terms__hero {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); /* Darker blue for better contrast */
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 450px;
}

.page-gambling-glossary-casino-terms__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: 0;
}

.page-gambling-glossary-casino-terms__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(50%);
}

.page-gambling-glossary-casino-terms__hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.page-gambling-glossary-casino-terms__title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.page-gambling-glossary-casino-terms__subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    font-weight: 300;
    color: #e0e0e0;
}

.page-gambling-glossary-casino-terms__cta-button {
    display: inline-block;
    background-color: #ffc107; /* Accent color */
    color: #000000; /* Ensure high contrast text */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
}

.page-gambling-glossary-casino-terms__cta-button:hover {
    background-color: #e0a800; /* Slightly darker yellow on hover */
    transform: translateY(-2px);
}

.page-gambling-glossary-casino-terms__introduction,
.page-gambling-glossary-casino-terms__glossary-section,
.page-gambling-glossary-casino-terms__cta-section {
    padding: 60px 0;
}

.page-gambling-glossary-casino-terms__introduction {
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
}

.page-gambling-glossary-casino-terms__section-title {
    font-size: 2.5em;
    color: #007bff; /* Main brand color */
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.page-gambling-glossary-casino-terms__introduction p {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 20px auto;
    color: #555;
}

.page-gambling-glossary-casino-terms__introduction strong {
    color: #007bff;
}

.page-gambling-glossary-casino-terms__secondary-button {
    display: block;
    width: fit-content;
    margin: 30px auto 0 auto;
    background-color: transparent;
    color: #007bff; /* Main brand color */
    padding: 12px 25px;
    border: 2px solid #007bff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1em;
    transition: all 0.3s ease;
    cursor: pointer;
}

.page-gambling-glossary-casino-terms__secondary-button:hover {
    background-color: #007bff;
    color: #ffffff;
}

.page-gambling-glossary-casino-terms__glossary-section--alt-bg {
    background-color: #f0f4f7;
}

.page-gambling-glossary-casino-terms__term-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-gambling-glossary-casino-terms__term-item {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 5px solid #ffc107; /* Accent border */
}

.page-gambling-glossary-casino-terms__term-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-gambling-glossary-casino-terms__term-heading {
    font-size: 1.5em;
    color: #007bff; /* Main brand color */
    margin-bottom: 15px;
    font-weight: 600;
}

.page-gambling-glossary-casino-terms__term-item p {
    font-size: 1em;
    color: #444;
}

.page-gambling-glossary-casino-terms__cta-button--inline {
    margin-top: 40px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.page-gambling-glossary-casino-terms__section-image {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 50px auto 0 auto;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    height: 350px;
    object-fit: cover;
}

.page-gambling-glossary-casino-terms__cta-section {
    text-align: center;
    background-color: #007bff; /* Main brand color */
    color: #ffffff;
    padding: 80px 0;
}

.page-gambling-glossary-casino-terms__cta-section .page-gambling-glossary-casino-terms__section-title {
    color: #ffffff;
}

.page-gambling-glossary-casino-terms__cta-section p {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 30px auto;
    color: #e0e0e0;
}

.page-gambling-glossary-casino-terms__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.page-gambling-glossary-casino-terms__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-gambling-glossary-casino-terms__secondary-button--large {
    padding: 16px 35px;
    font-size: 1.2em;
    border-color: #ffffff;
    color: #ffffff;
}

.page-gambling-glossary-casino-terms__secondary-button--large:hover {
    background-color: #ffffff;
    color: #007bff;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-gambling-glossary-casino-terms__title {
        font-size: 2.8em;
    }
    .page-gambling-glossary-casino-terms__subtitle {
        font-size: 1.2em;
    }
    .page-gambling-glossary-casino-terms__section-title {
        font-size: 2em;
    }
    .page-gambling-glossary-casino-terms__term-list {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-gambling-glossary-casino-terms__hero {
        padding: 80px 20px;
    }
    .page-gambling-glossary-casino-terms__title {
        font-size: 2.2em;
    }
    .page-gambling-glossary-casino-terms__subtitle {
        font-size: 1em;
    }
    .page-gambling-glossary-casino-terms__introduction,
    .page-gambling-glossary-casino-terms__glossary-section,
    .page-gambling-glossary-casino-terms__cta-section {
        padding: 40px 0;
    }
    .page-gambling-glossary-casino-terms__section-title {
        font-size: 1.8em;
    }
    .page-gambling-glossary-casino-terms__term-item {
        padding: 20px;
    }
    .page-gambling-glossary-casino-terms__term-heading {
        font-size: 1.3em;
    }
    .page-gambling-glossary-casino-terms__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-gambling-glossary-casino-terms__cta-button--large,
    .page-gambling-glossary-casino-terms__secondary-button--large {
        width: 80%;
        max-width: 300px;
    }
    .page-gambling-glossary-casino-terms__section-image {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .page-gambling-glossary-casino-terms__title {
        font-size: 1.8em;
    }
    .page-gambling-glossary-casino-terms__subtitle {
        font-size: 0.9em;
    }
    .page-gambling-glossary-casino-terms__hero-content {
        padding: 0 15px;
    }
    .page-gambling-glossary-casino-terms__cta-button {
        padding: 12px 20px;
        font-size: 0.95em;
    }
    .page-gambling-glossary-casino-terms__section-title {
        font-size: 1.5em;
    }
    .page-gambling-glossary-casino-terms__term-list {
        grid-template-columns: 1fr;
    }
    .page-gambling-glossary-casino-terms__term-heading {
        font-size: 1.2em;
    }
    .page-gambling-glossary-casino-terms__introduction p,
    .page-gambling-glossary-casino-terms__cta-section p {
        font-size: 1em;
    }
    .page-gambling-glossary-casino-terms__cta-button--large,
    .page-gambling-glossary-casino-terms__secondary-button--large {
        width: 100%;
    }
    .page-gambling-glossary-casino-terms__section-image {
        height: 200px;
    }
}