/* style/industry-news-blockchain-gambling.css */
.page-industry-news-blockchain-gambling {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0;
    background-color: #0d123d; /* Slightly lighter than main, for subtle contrast */
}

.page-industry-news-blockchain-gambling__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-industry-news-blockchain-gambling__hero {
    position: relative;
    background: linear-gradient(135deg, #1A237E 0%, #0d123d 100%);
    padding: 100px 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.page-industry-news-blockchain-gambling__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.page-industry-news-blockchain-gambling__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.3;
}

.page-industry-news-blockchain-gambling__hero .page-industry-news-blockchain-gambling__container {
    position: relative;
    z-index: 2;
}

.page-industry-news-blockchain-gambling__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.page-industry-news-blockchain-gambling__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-industry-news-blockchain-gambling__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #1A237E;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-industry-news-blockchain-gambling__cta-button:hover {
    background-color: #e5c100;
    transform: translateY(-3px);
}

.page-industry-news-blockchain-gambling__section {
    padding: 60px 0;
    text-align: center;
}

.page-industry-news-blockchain-gambling__section:nth-of-type(even) {
    background-color: #1A237E;
}

.page-industry-news-blockchain-gambling__section-title {
    font-size: 2.5em;
    color: #FFD700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

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

.page-industry-news-blockchain-gambling__section p {
    font-size: 1.1em;
    line-height: 1.8;
    max-width: 900px;
    margin: 20px auto;
    color: #e0e0e0;
}

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

.page-industry-news-blockchain-gambling__feature-item {
    background-color: #0d123d;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-industry-news-blockchain-gambling__feature-item:hover {
    transform: translateY(-10px);
    background-color: #1A237E;
}

.page-industry-news-blockchain-gambling__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-industry-news-blockchain-gambling__feature-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-industry-news-blockchain-gambling__feature-item p {
    font-size: 1em;
    color: #c0c0c0;
    margin: 0;
}

.page-industry-news-blockchain-gambling__list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 30px auto;
    text-align: left;
}

.page-industry-news-blockchain-gambling__list li {
    background-color: #0d123d;
    margin-bottom: 15px;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 1.1em;
    color: #e0e0e0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-left: 5px solid #FFD700;
}

.page-industry-news-blockchain-gambling__list li strong {
    color: #FFD700;
}

.page-industry-news-blockchain-gambling__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    margin-top: 40px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.page-industry-news-blockchain-gambling__cta-bottom {
    background: linear-gradient(45deg, #1A237E, #0d123d);
    padding: 80px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.page-industry-news-blockchain-gambling__cta-bottom .page-industry-news-blockchain-gambling__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.page-industry-news-blockchain-gambling__cta-bottom .page-industry-news-blockchain-gambling__section-title {
    color: #FFD700;
    margin-bottom: 20px;
}

.page-industry-news-blockchain-gambling__cta-bottom .page-industry-news-blockchain-gambling__section-title::after {
    background-color: #FFD700;
}

.page-industry-news-blockchain-gambling__cta-bottom p {
    font-size: 1.2em;
    max-width: 800px;
    margin-bottom: 40px;
}

.page-industry-news-blockchain-gambling__cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.page-industry-news-blockchain-gambling__cta-button--primary {
    background-color: #FFD700;
    color: #1A237E;
}

.page-industry-news-blockchain-gambling__cta-button--primary:hover {
    background-color: #e5c100;
}

.page-industry-news-blockchain-gambling__cta-button--secondary {
    background-color: transparent;
    border: 2px solid #FFD700;
    color: #FFD700;
}

.page-industry-news-blockchain-gambling__cta-button--secondary:hover {
    background-color: #FFD700;
    color: #1A237E;
    transform: translateY(-3px);
}

.page-industry-news-blockchain-gambling__cta-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 350px; /* Adjust size as needed */
    height: auto;
    opacity: 0.15;
    z-index: 1;
    transform: rotate(15deg);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-industry-news-blockchain-gambling__hero-title {
        font-size: 2.5em;
    }

    .page-industry-news-blockchain-gambling__hero-subtitle {
        font-size: 1.1em;
    }

    .page-industry-news-blockchain-gambling__section-title {
        font-size: 2em;
    }

    .page-industry-news-blockchain-gambling__feature-grid {
        grid-template-columns: 1fr;
    }

    .page-industry-news-blockchain-gambling__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-industry-news-blockchain-gambling__cta-button {
        width: 80%;
        margin: 0 auto;
    }

    .page-industry-news-blockchain-gambling__cta-image {
        width: 250px;
    }
}

@media (max-width: 480px) {
    .page-industry-news-blockchain-gambling__hero-title {
        font-size: 2em;
    }

    .page-industry-news-blockchain-gambling__hero-subtitle {
        font-size: 1em;
    }

    .page-industry-news-blockchain-gambling__section-title {
        font-size: 1.8em;
    }

    .page-industry-news-blockchain-gambling__cta-button {
        width: 90%;
    }
}