/* style/industry-news-latest-regulations.css */

/* Variables for colors */
:root {
    --page-industry-news-latest-regulations-primary-color: #1A237E; /* Deep Indigo */
    --page-industry-news-latest-regulations-secondary-color: #FFD700; /* Gold */
    --page-industry-news-latest-regulations-text-dark: #1A237E; /* Dark text on light background */
    --page-industry-news-latest-regulations-text-light: #FFFFFF; /* Light text on dark background */
    --page-industry-news-latest-regulations-background-light: #F8F9FA; /* Light background */
    --page-industry-news-latest-regulations-background-dark: #2C3E50; /* Darker background for contrast sections */
    --page-industry-news-latest-regulations-accent-color: #e5dc81; /* Complementary to primary for highlights */
}

.page-industry-news-latest-regulations {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-industry-news-latest-regulations-text-dark); /* Default text color */
    background-color: var(--page-industry-news-latest-regulations-background-light);
}

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

.page-industry-news-latest-regulations__hero {
    background: linear-gradient(135deg, var(--page-industry-news-latest-regulations-primary-color), #3f4a9b); /* Darker indigo variant for gradient */
    color: var(--page-industry-news-latest-regulations-text-light);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-industry-news-latest-regulations__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15; /* Subtle background image */
    z-index: 0;
}

.page-industry-news-latest-regulations__hero .page-industry-news-latest-regulations__container {
    position: relative;
    z-index: 1;
}

.page-industry-news-latest-regulations__title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: var(--page-industry-news-latest-regulations-secondary-color); /* Gold title for prominence */
    font-weight: bold;
}

.page-industry-news-latest-regulations__subtitle {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-industry-news-latest-regulations__cta-button {
    display: inline-block;
    background-color: var(--page-industry-news-latest-regulations-secondary-color); /* Gold button */
    color: var(--page-industry-news-latest-regulations-primary-color); /* Dark indigo text for contrast */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-industry-news-latest-regulations__cta-button:hover {
    background-color: #e0b800; /* Slightly darker gold on hover */
    transform: translateY(-3px);
}

.page-industry-news-latest-regulations__cta-button--secondary {
    background-color: var(--page-industry-news-latest-regulations-primary-color);
    color: var(--page-industry-news-latest-regulations-text-light);
    border: 2px solid var(--page-industry-news-latest-regulations-secondary-color);
}

.page-industry-news-latest-regulations__cta-button--secondary:hover {
    background-color: #0f1a5c; /* Slightly darker primary on hover */
    border-color: #e0b800;
}

.page-industry-news-latest-regulations__section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.page-industry-news-latest-regulations__section.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.page-industry-news-latest-regulations__section:last-of-type {
    border-bottom: none;
}

.page-industry-news-latest-regulations__section--overview,
.page-industry-news-latest-regulations__section--fairness,
.page-industry-news-latest-regulations__section--future {
    background-color: var(--page-industry-news-latest-regulations-background-light);
    color: var(--page-industry-news-latest-regulations-text-dark);
}

.page-industry-news-latest-regulations__section--compliance,
.page-industry-news-latest-regulations__section--rights,
.page-industry-news-latest-regulations__section--support {
    background-color: #f0f2f5; /* Light grey for alternating sections */
    color: var(--page-industry-news-latest-regulations-text-dark);
}

.page-industry-news-latest-regulations__section--cta {
    background-color: var(--page-industry-news-latest-regulations-primary-color);
    color: var(--page-industry-news-latest-regulations-text-light);
    text-align: center;
    padding: 80px 0;
}

.page-industry-news-latest-regulations__section--cta .page-industry-news-latest-regulations__heading {
    color: var(--page-industry-news-latest-regulations-secondary-color);
}

.page-industry-news-latest-regulations__heading {
    font-size: 2em;
    margin-bottom: 30px;
    color: var(--page-industry-news-latest-regulations-primary-color);
    text-align: center;
    font-weight: bold;
}

.page-industry-news-latest-regulations__section--cta .page-industry-news-latest-regulations__heading {
    color: var(--page-industry-news-latest-regulations-secondary-color);
}

.page-industry-news-latest-regulations__subheading {
    font-size: 1.5em;
    color: var(--page-industry-news-latest-regulations-primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-industry-news-latest-regulations__section--cta .page-industry-news-latest-regulations__subheading {
    color: var(--page-industry-news-latest-regulations-text-light);
}

.page-industry-news-latest-regulations__list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-industry-news-latest-regulations__list li {
    margin-bottom: 10px;
}

.page-industry-news-latest-regulations__image {
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

.page-industry-news-latest-regulations__compliance-item,
.page-industry-news-latest-regulations__support-item {
    background-color: var(--page-industry-news-latest-regulations-text-light); /* White background for items */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-industry-news-latest-regulations__compliance-item:hover,
.page-industry-news-latest-regulations__support-item:hover {
    transform: translateY(-5px);
}

.page-industry-news-latest-regulations__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2)); /* Add subtle shadow to icons */
}

.page-industry-news-latest-regulations__compliance-item .page-industry-news-latest-regulations__subheading,
.page-industry-news-latest-regulations__support-item .page-industry-news-latest-regulations__subheading {
    font-size: 1.3em;
    color: var(--page-industry-news-latest-regulations-primary-color);
    margin-top: 0;
    margin-bottom: 15px;
}

.page-industry-news-latest-regulations__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.page-industry-news-latest-regulations__closing-text {
    margin-top: 30px;
    font-size: 1.1em;
    font-weight: bold;
    color: var(--page-industry-news-latest-regulations-secondary-color);
}

.highlight-keyword {
    color: var(--page-industry-news-latest-regulations-primary-color);
    font-weight: bold;
}
.page-industry-news-latest-regulations__section--cta .highlight-keyword {
    color: var(--page-industry-news-latest-regulations-secondary-color);
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .page-industry-news-latest-regulations__title {
        font-size: 2em;
    }

    .page-industry-news-latest-regulations__subtitle {
        font-size: 1em;
    }

    .page-industry-news-latest-regulations__heading {
        font-size: 1.6em;
    }

    .page-industry-news-latest-regulations__subheading {
        font-size: 1.2em;
    }

    .page-industry-news-latest-regulations__cta-buttons {
        flex-direction: column;
    }

    .page-industry-news-latest-regulations__cta-button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .page-industry-news-latest-regulations__hero {
        padding: 60px 0;
    }
    .page-industry-news-latest-regulations__title {
        font-size: 1.8em;
    }
    .page-industry-news-latest-regulations__heading {
        font-size: 1.4em;
    }
    .page-industry-news-latest-regulations__compliance-grid,
    .page-industry-news-latest-regulations__support-grid {
        grid-template-columns: 1fr;
    }
}