.page-industry-news-analysis-regulatory-updates {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #E0E0E0; /* Light gray for general text on dark background */
    background-color: #1A2A3A; /* Dark blue auxiliary color as background */
}

.page-industry-news-analysis-regulatory-updates__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-industry-news-analysis-regulatory-updates__hero-section {
    background: linear-gradient(135deg, #1A2A3A 0%, #000000 100%); /* Dark gradient for hero */
    color: #FFD700; /* Gold for hero text */
    padding: 80px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
}

.page-industry-news-analysis-regulatory-updates__hero-content {
    max-width: 800px;
    z-index: 1;
}

.page-industry-news-analysis-regulatory-updates__hero-title {
    font-size: 3.2em;
    margin-bottom: 15px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-industry-news-analysis-regulatory-updates__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #F0F0F0;
}

.page-industry-news-analysis-regulatory-updates__hero-image-wrapper {
    width: 100%;
    max-width: 600px;
    margin-top: 30px;
    z-index: 1;
}

.page-industry-news-analysis-regulatory-updates__hero-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-industry-news-analysis-regulatory-updates__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #1A2A3A;
    padding: 15px 30px;
    border-radius: 5px;
    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-analysis-regulatory-updates__cta-button:hover {
    background-color: #e6c200; /* Slightly darker gold */
    transform: translateY(-3px);
}

.page-industry-news-analysis-regulatory-updates__content-section {
    padding: 60px 0;
}

.page-industry-news-analysis-regulatory-updates__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.page-industry-news-analysis-regulatory-updates__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-analysis-regulatory-updates__sub-section-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-industry-news-analysis-regulatory-updates__text-block {
    font-size: 1.1em;
    color: #E0E0E0;
    margin-bottom: 20px;
    line-height: 1.8;
}

.page-industry-news-analysis-regulatory-updates__text-block .highlight {
    color: #FFD700;
    font-weight: bold;
}

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

.page-industry-news-analysis-regulatory-updates__article-card {
    background-color: #2A3B4C; /* Slightly lighter dark blue */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-industry-news-analysis-regulatory-updates__article-card:hover {
    transform: translateY(-5px);
}

.page-industry-news-analysis-regulatory-updates__article-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.page-industry-news-analysis-regulatory-updates__article-title {
    font-size: 1.5em;
    color: #FFD700;
    padding: 15px;
    margin-bottom: 10px;
}

.page-industry-news-analysis-regulatory-updates__article-excerpt {
    color: #CCCCCC;
    padding: 0 15px 15px;
    font-size: 0.95em;
}

.page-industry-news-analysis-regulatory-updates__read-more-button {
    display: inline-block;
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin: 0 15px 15px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-industry-news-analysis-regulatory-updates__read-more-button:hover {
    background-color: #FFD700;
    color: #1A2A3A;
}

.page-industry-news-analysis-regulatory-updates__bullet-list {
    list-style: none;
    padding: 0;
    margin-left: 20px;
}

.page-industry-news-analysis-regulatory-updates__bullet-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #E0E0E0;
}

.page-industry-news-analysis-regulatory-updates__bullet-list li::before {
    content: '\2713'; /* Checkmark */
    color: #FFD700;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2em;
}

.page-industry-news-analysis-regulatory-updates__faq-accordion {
    margin-top: 40px;
}

.page-industry-news-analysis-regulatory-updates__accordion-item {
    background-color: #2A3B4C;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-industry-news-analysis-regulatory-updates__accordion-header {
    background-color: #3C4F62; /* Slightly darker header for contrast */
    color: #FFD700;
    padding: 18px 25px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-industry-news-analysis-regulatory-updates__accordion-header::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-industry-news-analysis-regulatory-updates__accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-industry-news-analysis-regulatory-updates__accordion-header:hover {
    background-color: #4A5F72;
}

.page-industry-news-analysis-regulatory-updates__accordion-content {
    padding: 0 25px;
    background-color: #2A3B4C;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-industry-news-analysis-regulatory-updates__accordion-content p {
    color: #E0E0E0;
    padding: 15px 0;
    margin: 0;
    font-size: 1em;
}

.page-industry-news-analysis-regulatory-updates__cta-banner {
    background: linear-gradient(90deg, #FFD700, #b39700); /* Gold gradient */
    color: #1A2A3A;
    padding: 50px 20px;
    border-radius: 10px;
    text-align: center;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.page-industry-news-analysis-regulatory-updates__cta-content {
    max-width: 900px;
}

.page-industry-news-analysis-regulatory-updates__cta-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    color: #1A2A3A;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.page-industry-news-analysis-regulatory-updates__cta-text {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #333333;
}

.page-industry-news-analysis-regulatory-updates__cta-text .highlight {
    color: #1A2A3A;
    font-weight: bold;
}

.page-industry-news-analysis-regulatory-updates__cta-button--large {
    padding: 18px 40px;
    font-size: 1.3em;
    background-color: #1A2A3A;
    color: #FFD700;
}

.page-industry-news-analysis-regulatory-updates__cta-button--large:hover {
    background-color: #3C4F62;
    color: #FFD700;
}

.page-industry-news-analysis-regulatory-updates__cta-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (min-width: 768px) {
    .page-industry-news-analysis-regulatory-updates__hero-section {
        flex-direction: row;
        text-align: left;
        padding: 100px 40px;
        gap: 50px;
    }

    .page-industry-news-analysis-regulatory-updates__hero-content {
        flex: 1;
    }

    .page-industry-news-analysis-regulatory-updates__hero-image-wrapper {
        flex: 1;
        margin-top: 0;
    }

    .page-industry-news-analysis-regulatory-updates__hero-title {
        font-size: 4em;
    }

    .page-industry-news-analysis-regulatory-updates__cta-banner {
        flex-direction: row;
        text-align: left;
        padding: 70px 40px;
        gap: 40px;
    }

    .page-industry-news-analysis-regulatory-updates__cta-content {
        flex: 2;
    }

    .page-industry-news-analysis-regulatory-updates__cta-image {
        flex: 1;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .page-industry-news-analysis-regulatory-updates__hero-title {
        font-size: 2.5em;
    }

    .page-industry-news-analysis-regulatory-updates__hero-subtitle,
    .page-industry-news-analysis-regulatory-updates__cta-text {
        font-size: 1em;
    }

    .page-industry-news-analysis-regulatory-updates__section-title {
        font-size: 2em;
    }

    .page-industry-news-analysis-regulatory-updates__sub-section-title {
        font-size: 1.5em;
    }

    .page-industry-news-analysis-regulatory-updates__text-block,
    .page-industry-news-analysis-regulatory-updates__bullet-list li,
    .page-industry-news-analysis-regulatory-updates__accordion-content p {
        font-size: 0.95em;
    }

    .page-industry-news-analysis-regulatory-updates__cta-title {
        font-size: 2em;
    }

    .page-industry-news-analysis-regulatory-updates__cta-button,
    .page-industry-news-analysis-regulatory-updates__cta-button--large {
        padding: 12px 25px;
        font-size: 1em;
    }
}