/* style/blog-industry-insights.css */
.page-blog-industry-insights {
    font-family: 'Arial', sans-serif;
    color: #f5e6ce; /* Light text for dark background */
    background-color: #0A1931; /* Primary dark background */
    line-height: 1.6;
}

.page-blog-industry-insights__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-blog-industry-insights__hero {
    background: linear-gradient(135deg, #0A1931 0%, #3a4a61 100%); /* Dark blue gradient */
    padding: 100px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.page-blog-industry-insights__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin-bottom: 40px;
}

.page-blog-industry-insights__title {
    font-size: 3.5em;
    color: #FFD700; /* Gold for main title */
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-industry-insights__subtitle {
    font-size: 1.4em;
    color: #e0e0e0;
    margin-bottom: 30px;
}

.page-blog-industry-insights__hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    overflow: hidden;
    z-index: 1;
}

.page-blog-industry-insights__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transform: scale(1.1);
}

.page-blog-industry-insights__section {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-blog-industry-insights__section:last-of-type {
    border-bottom: none;
}

.page-blog-industry-insights__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for section titles */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-blog-industry-insights__introduction p,
.page-blog-industry-insights__role-13winbet p,
.page-blog-industry-insights__market-analysis p,
.page-blog-industry-insights__responsible-gambling p,
.page-blog-industry-insights__future-outlook p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.page-blog-industry-insights__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-industry-insights__trend-item {
    background-color: #1a2a47; /* Slightly lighter dark blue */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-industry-insights__trend-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-industry-insights__trend-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: invert(80%) sepia(100%) saturate(700%) hue-rotate(30deg) brightness(120%) contrast(100%); /* Gold tint */
}

.page-blog-industry-insights__trend-item h3 {
    color: #FFD700;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-blog-industry-insights__trend-item p {
    color: #c0c0c0;
    font-size: 1em;
}

.page-blog-industry-insights__role-13winbet ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.page-blog-industry-insights__role-13winbet ul li {
    background-color: #1a2a47;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    font-size: 1.1em;
    color: #e0e0e0;
    position: relative;
}

.page-blog-industry-insights__role-13winbet ul li::before {
    content: '✓';
    color: #FFD700;
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.2em;
    line-height: 1;
}

.page-blog-industry-insights__role-13winbet ul li strong {
    color: #FFD700;
}

.page-blog-industry-insights__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.page-blog-industry-insights__image--left {
    float: left;
    margin-right: 30px;
    width: 40%;
}

.page-blog-industry-insights__image--right {
    float: right;
    margin-left: 30px;
    width: 40%;
}

.page-blog-industry-insights__market-analysis::after,
.page-blog-industry-insights__future-outlook::after {
    content: '';
    display: table;
    clear: both;
}

.page-blog-industry-insights__responsible-gambling ul {
    list-style: disc;
    padding-left: 30px;
    color: #e0e0e0;
}

.page-blog-industry-insights__responsible-gambling ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-blog-industry-insights__responsible-gambling ul li strong {
    color: #FFD700;
}

.page-blog-industry-insights__cta {
    background-color: #FFD700; /* Gold background for CTA */
    color: #0A1931; /* Dark text for gold background */
    padding: 80px 0;
    text-align: center;
}

.page-blog-industry-insights__cta-title {
    font-size: 2.8em;
    color: #0A1931;
    margin-bottom: 20px;
}

.page-blog-industry-insights__cta-text {
    font-size: 1.3em;
    color: #333;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-industry-insights__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-blog-industry-insights__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, color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}

.page-blog-industry-insights__btn--primary {
    background-color: #FFD700;
    color: #0A1931;
    border: 2px solid #FFD700;
}

.page-blog-industry-insights__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-blog-industry-insights__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-blog-industry-insights__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A1931;
    transform: translateY(-3px);
}

.page-blog-industry-insights__introduction .page-blog-industry-insights__btn {
    margin-top: 20px;
    background-color: #1a2a47;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-blog-industry-insights__introduction .page-blog-industry-insights__btn:hover {
    background-color: #FFD700;
    color: #0A1931;
}

.page-blog-industry-insights__role-13winbet .page-blog-industry-insights__btn {
    margin-top: 30px;
    background-color: #FFD700;
    color: #0A1931;
    border: 2px solid #FFD700;
}

.page-blog-industry-insights__role-13winbet .page-blog-industry-insights__btn:hover {
    background-color: #e6c200;
}

.page-blog-industry-insights__responsible-gambling .page-blog-industry-insights__btn {
    margin-top: 30px;
    background-color: #1a2a47;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-blog-industry-insights__responsible-gambling .page-blog-industry-insights__btn:hover {
    background-color: #FFD700;
    color: #0A1931;
}

.highlight {
    color: #FFD700;
}

.keyword-emphasis {
    font-weight: bold;
    color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-blog-industry-insights__title {
        font-size: 2.8em;
    }

    .page-blog-industry-insights__subtitle {
        font-size: 1.2em;
    }

    .page-blog-industry-insights__section-title {
        font-size: 2em;
    }

    .page-blog-industry-insights__grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .page-blog-industry-insights__image--left,
    .page-blog-industry-insights__image--right {
        float: none;
        margin: 20px auto;
        width: 80%;
        display: block;
    }

    .page-blog-industry-insights__introduction p,
    .page-blog-industry-insights__role-13winbet p,
    .page-blog-industry-insights__market-analysis p,
    .page-blog-industry-insights__responsible-gambling p,
    .page-blog-industry-insights__future-outlook p,
    .page-blog-industry-insights__role-13winbet ul li,
    .page-blog-industry-insights__responsible-gambling ul li {
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    .page-blog-industry-insights__hero {
        padding: 80px 0 60px;
    }

    .page-blog-industry-insights__title {
        font-size: 2.2em;
    }

    .page-blog-industry-insights__subtitle {
        font-size: 1em;
    }

    .page-blog-industry-insights__section {
        padding: 40px 0;
    }

    .page-blog-industry-insights__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-blog-industry-insights__grid {
        grid-template-columns: 1fr;
    }

    .page-blog-industry-insights__cta {
        padding: 60px 0;
    }

    .page-blog-industry-insights__cta-title {
        font-size: 2em;
    }

    .page-blog-industry-insights__cta-text {
        font-size: 1.1em;
    }

    .page-blog-industry-insights__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-blog-industry-insights__btn {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .page-blog-industry-insights__title {
        font-size: 1.8em;
    }

    .page-blog-industry-insights__subtitle {
        font-size: 0.9em;
    }

    .page-blog-industry-insights__section-title {
        font-size: 1.5em;
    }

    .page-blog-industry-insights__btn {
        padding: 12px 20px;
        font-size: 1em;
    }
}