/* style/industry-news-2024-global-gambling-report.css */

:root {
    --page-industry-news-2024-global-gambling-report-primary-color: #0A2342;
    --page-industry-news-2024-global-gambling-report-accent-color: #FFD700;
    --page-industry-news-2024-global-gambling-report-text-light: #F8F8F8;
    --page-industry-news-2024-global-gambling-report-text-dark: #333333;
    --page-industry-news-2024-global-gambling-report-bg-dark: #0A2342;
    --page-industry-news-2024-global-gambling-report-bg-light: #f0f2f5;
    --page-industry-news-2024-global-gambling-report-button-hover: #e6c200;
}

.page-industry-news-2024-global-gambling-report {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-industry-news-2024-global-gambling-report-text-dark);
    background-color: var(--page-industry-news-2024-global-gambling-report-bg-light);
}

.page-industry-news-2024-global-gambling-report__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-industry-news-2024-global-gambling-report__hero {
    background: linear-gradient(135deg, var(--page-industry-news-2024-global-gambling-report-bg-dark), #1A3B69);
    color: var(--page-industry-news-2024-global-gambling-report-text-light);
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.page-industry-news-2024-global-gambling-report__hero-content {
    max-width: 800px;
    z-index: 1;
}

.page-industry-news-2024-global-gambling-report__title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.page-industry-news-2024-global-gambling-report__subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    opacity: 0.9;
}

.page-industry-news-2024-global-gambling-report__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 0;
}

.page-industry-news-2024-global-gambling-report__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-industry-news-2024-global-gambling-report__section {
    padding: 60px 0;
}

.page-industry-news-2024-global-gambling-report__section--alt-bg {
    background-color: var(--page-industry-news-2024-global-gambling-report-bg-light);
}

.page-industry-news-2024-global-gambling-report__section-title {
    font-size: 2.5em;
    color: var(--page-industry-news-2024-global-gambling-report-bg-dark);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-industry-news-2024-global-gambling-report__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--page-industry-news-2024-global-gambling-report-accent-color);
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-industry-news-2024-global-gambling-report__text {
    font-size: 1.1em;
    margin-bottom: 1em;
    color: var(--page-industry-news-2024-global-gambling-report-text-dark);
}

.page-industry-news-2024-global-gambling-report__text strong {
    color: var(--page-industry-news-2024-global-gambling-report-bg-dark);
}

.page-industry-news-2024-global-gambling-report__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--page-industry-news-2024-global-gambling-report-text-dark);
}

.page-industry-news-2024-global-gambling-report__list li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-industry-news-2024-global-gambling-report__list li strong {
    color: var(--page-industry-news-2024-global-gambling-report-bg-dark);
}

.page-industry-news-2024-global-gambling-report__cta-button,
.page-industry-news-2024-global-gambling-report__secondary-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 10px;
}

.page-industry-news-2024-global-gambling-report__cta-button {
    background-color: var(--page-industry-news-2024-global-gambling-report-accent-color);
    color: var(--page-industry-news-2024-global-gambling-report-bg-dark);
    border: 2px solid var(--page-industry-news-2024-global-gambling-report-accent-color);
}

.page-industry-news-2024-global-gambling-report__cta-button:hover {
    background-color: var(--page-industry-news-2024-global-gambling-report-button-hover);
    transform: translateY(-3px);
}

.page-industry-news-2024-global-gambling-report__secondary-button {
    background-color: transparent;
    color: var(--page-industry-news-2024-global-gambling-report-bg-dark);
    border: 2px solid var(--page-industry-news-2024-global-gambling-report-bg-dark);
}

.page-industry-news-2024-global-gambling-report__secondary-button:hover {
    background-color: var(--page-industry-news-2024-global-gambling-report-bg-dark);
    color: var(--page-industry-news-2024-global-gambling-report-text-light);
    transform: translateY(-3px);
}

.page-industry-news-2024-global-gambling-report__button-group {
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-industry-news-2024-global-gambling-report__content-block {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.page-industry-news-2024-global-gambling-report__content-block--reversed {
    flex-direction: row-reverse;
}

.page-industry-news-2024-global-gambling-report__image-left,
.page-industry-news-2024-global-gambling-report__image-right {
    flex: 1;
    min-width: 300px;
}

.page-industry-news-2024-global-gambling-report__image-left img,
.page-industry-news-2024-global-gambling-report__image-right img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.page-industry-news-2024-global-gambling-report__text-right,
.page-industry-news-2024-global-gambling-report__text-left {
    flex: 2;
    min-width: 300px;
}

.page-industry-news-2024-global-gambling-report__text-right h3,
.page-industry-news-2024-global-gambling-report__text-left h3 {
    font-size: 1.8em;
    color: var(--page-industry-news-2024-global-gambling-report-bg-dark);
    margin-bottom: 15px;
}

.page-industry-news-2024-global-gambling-report__trend-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-industry-news-2024-global-gambling-report__trend-item {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-industry-news-2024-global-gambling-report__trend-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-industry-news-2024-global-gambling-report__trend-item img {
    max-width: 100px;
    height: auto;
    margin-bottom: 20px;
}

.page-industry-news-2024-global-gambling-report__trend-item h3 {
    font-size: 1.5em;
    color: var(--page-industry-news-2024-global-gambling-report-bg-dark);
    margin-bottom: 15px;
}

.page-industry-news-2024-global-gambling-report .highlight {
    color: var(--page-industry-news-2024-global-gambling-report-accent-color);
    font-weight: bold;
}

/* Responsive Design */
@media (min-width: 768px) {
    .page-industry-news-2024-global-gambling-report__hero {
        flex-direction: row;
        text-align: left;
        padding: 100px 40px;
        justify-content: space-between;
    }

    .page-industry-news-2024-global-gambling-report__hero-content {
        text-align: left;
        max-width: 60%;
    }

    .page-industry-news-2024-global-gambling-report__hero-image {
        position: relative;
        width: 40%;
        height: auto;
        opacity: 1;
        order: 2;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .page-industry-news-2024-global-gambling-report__hero-image img {
        max-width: 80%;
        height: auto;
        object-fit: contain;
    }

    .page-industry-news-2024-global-gambling-report__title {
        font-size: 4em;
    }

    .page-industry-news-2024-global-gambling-report__subtitle {
        font-size: 1.5em;
    }

    .page-industry-news-2024-global-gambling-report__section-title {
        font-size: 3em;
    }

    .page-industry-news-2024-global-gambling-report__content-block {
        flex-wrap: nowrap;
    }

    .page-industry-news-2024-global-gambling-report__button-group {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .page-industry-news-2024-global-gambling-report__hero {
        padding: 60px 20px;
    }

    .page-industry-news-2024-global-gambling-report__hero-image {
        position: relative;
        width: 100%;
        height: auto;
        opacity: 1;
        margin-top: 30px;
    }

    .page-industry-news-2024-global-gambling-report__hero-image img {
        max-width: 100%;
    }

    .page-industry-news-2024-global-gambling-report__title {
        font-size: 2.5em;
    }

    .page-industry-news-2024-global-gambling-report__subtitle {
        font-size: 1.1em;
    }

    .page-industry-news-2024-global-gambling-report__section-title {
        font-size: 2em;
    }

    .page-industry-news-2024-global-gambling-report__content-block {
        flex-direction: column;
        text-align: center;
    }

    .page-industry-news-2024-global-gambling-report__image-left,
    .page-industry-news-2024-global-gambling-report__image-right {
        order: -1; /* Image first on mobile */
    }

    .page-industry-news-2024-global-gambling-report__button-group {
        flex-direction: column;
        align-items: center;
    }

    .page-industry-news-2024-global-gambling-report__cta-button,
    .page-industry-news-2024-global-gambling-report__secondary-button {
        width: 80%;
    }
}