/* style/resources-common-gambling-terms-explained.css */

:root {
    --primary-color: #0A0A0A;
    --secondary-color: #FFD700;
    --text-light: #FFFFFF;
    --text-dark: #333333;
    --bg-dark: #1a1a1a;
    --bg-light: #f4f4f4;
    --border-color: #444;
}

.page-resources-common-gambling-terms-explained {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-light);
    background-color: var(--primary-color);
}

.page-resources-common-gambling-terms-explained .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-common-gambling-terms-explained .hero-section {
    position: relative;
    background-color: var(--bg-dark);
    color: var(--text-light);
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
}

.page-resources-common-gambling-terms-explained .hero-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 0;
}

.page-resources-common-gambling-terms-explained .hero-title {
    font-size: 3em;
    margin-bottom: 20px;
    color: var(--secondary-color);
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-common-gambling-terms-explained .hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
    color: var(--text-light);
}

.page-resources-common-gambling-terms-explained .content-section {
    padding: 60px 0;
    background-color: var(--primary-color);
    color: var(--text-light);
}

.page-resources-common-gambling-terms-explained .content-section:nth-of-type(even) {
    background-color: var(--bg-dark);
}

.page-resources-common-gambling-terms-explained .section-title {
    font-size: 2.5em;
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-resources-common-gambling-terms-explained .section-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 0 auto 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    object-fit: cover;
}

.page-resources-common-gambling-terms-explained p {
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.8;
    color: var(--text-light);
}

.page-resources-common-gambling-terms-explained ul {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-resources-common-gambling-terms-explained ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
    color: var(--text-light);
}

.page-resources-common-gambling-terms-explained .terms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-common-gambling-terms-explained .term-item {
    background-color: #1a1a1a;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-common-gambling-terms-explained .term-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.8);
}

.page-resources-common-gambling-terms-explained .term-title {
    font-size: 1.8em;
    color: var(--secondary-color);
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(255, 215, 0, 0.3);
    padding-bottom: 10px;
}

.page-resources-common-gambling-terms-explained .term-description {
    font-size: 1em;
    color: #cccccc;
    line-height: 1.7;
}

.page-resources-common-gambling-terms-explained strong {
    color: var(--secondary-color);
}

.page-resources-common-gambling-terms-explained .cta-section {
    background: linear-gradient(135deg, var(--primary-color), #2c2c2c);
    padding: 80px 0;
    text-align: center;
    color: var(--text-light);
    position: relative;
    overflow: hidden;
}

.page-resources-common-gambling-terms-explained .cta-image {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: 0;
}

.page-resources-common-gambling-terms-explained .cta-title {
    font-size: 2.8em;
    color: var(--secondary-color);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.page-resources-common-gambling-terms-explained .cta-description {
    font-size: 1.2em;
    max-width: 700px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
    color: var(--text-light);
}

.page-resources-common-gambling-terms-explained .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.page-resources-common-gambling-terms-explained .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}

.page-resources-common-gambling-terms-explained .btn-primary {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 2px solid var(--secondary-color);
}

.page-resources-common-gambling-terms-explained .btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-resources-common-gambling-terms-explained .btn-secondary {
    background-color: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.page-resources-common-gambling-terms-explained .btn-secondary:hover {
    background-color: rgba(255, 215, 0, 0.1);
    transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-common-gambling-terms-explained .hero-title {
        font-size: 2.2em;
    }

    .page-resources-common-gambling-terms-explained .section-title {
        font-size: 2em;
    }

    .page-resources-common-gambling-terms-explained .term-title {
        font-size: 1.5em;
    }

    .page-resources-common-gambling-terms-explained .terms-grid {
        grid-template-columns: 1fr;
    }

    .page-resources-common-gambling-terms-explained .cta-title {
        font-size: 2em;
    }

    .page-resources-common-gambling-terms-explained .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-common-gambling-terms-explained .btn {
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-resources-common-gambling-terms-explained .hero-title {
        font-size: 1.8em;
    }

    .page-resources-common-gambling-terms-explained .hero-description,
    .page-resources-common-gambling-terms-explained p,
    .page-resources-common-gambling-terms-explained ul li {
        font-size: 1em;
    }

    .page-resources-common-gambling-terms-explained .section-title {
        font-size: 1.8em;
    }

    .page-resources-common-gambling-terms-explained .term-item {
        padding: 20px;
    }

    .page-resources-common-gambling-terms-explained .term-title {
        font-size: 1.3em;
    }

    .page-resources-common-gambling-terms-explained .cta-title {
        font-size: 1.8em;
    }

    .page-resources-common-gambling-terms-explained .cta-description {
        font-size: 1em;
    }

    .page-resources-common-gambling-terms-explained .btn {
        padding: 12px 20px;
        font-size: 1em;
    }
}