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

.page-industry-news-latest-policy {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text for light backgrounds */
    background-color: #f8f9fa;
}

.page-industry-news-latest-policy__hero-section {
    background: linear-gradient(135deg, #007BFF, #0056b3);
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-industry-news-latest-policy__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 L 0 10" fill="none" stroke="%230056b3" stroke-width="0.5"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)" opacity="0.1"/></svg>') repeat;
    opacity: 0.3;
    z-index: 0;
}

.page-industry-news-latest-policy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.page-industry-news-latest-policy__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

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

.page-industry-news-latest-policy__btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}

.page-industry-news-latest-policy__btn--primary {
    background-color: #FFC107; /* Auxiliary color */
    color: #000000; /* Dark text for light background */
    border: 2px solid #FFC107;
    margin-top: 20px;
}

.page-industry-news-latest-policy__btn--primary:hover {
    background-color: #e0a800;
    border-color: #e0a800;
    transform: translateY(-2px);
}

.page-industry-news-latest-policy__content-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-industry-news-latest-policy__section--light-bg {
    background-color: #f0f8ff; /* A very light blue tint */
}

.page-industry-news-latest-policy__section--dark-bg {
    background-color: #007BFF;
    color: #ffffff;
}

.page-industry-news-latest-policy__section-title {
    font-size: 2.5em;
    color: #007BFF; /* Primary color */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-industry-news-latest-policy__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFC107; /* Auxiliary color */
    border-radius: 2px;
}

.page-industry-news-latest-policy__section--dark-bg .page-industry-news-latest-policy__section-title {
    color: #ffffff;
}

.page-industry-news-latest-policy__sub-section-title {
    font-size: 1.8em;
    color: #0056b3; /* Darker primary for contrast */
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #FFC107; /* Auxiliary color */
    padding-left: 15px;
}

.page-industry-news-latest-policy__section--dark-bg .page-industry-news-latest-policy__sub-section-title {
    color: #ffffff;
    border-left-color: #FFC107;
}

.page-industry-news-latest-policy__text-block {
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #444444;
}

.page-industry-news-latest-policy__section--dark-bg .page-industry-news-latest-policy__text-block {
    color: #e0e0e0;
}

.page-industry-news-latest-policy__image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.page-industry-news-latest-policy__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-industry-news-latest-policy__faq-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.page-industry-news-latest-policy__faq-item {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #007BFF;
}

.page-industry-news-latest-policy__faq-question {
    font-size: 1.4em;
    color: #007BFF;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-industry-news-latest-policy__faq-answer {
    font-size: 1.05em;
    color: #555555;
}

.page-industry-news-latest-policy__cta-section {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(45deg, #007BFF, #0056b3);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.page-industry-news-latest-policy__cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid-dark" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 L 0 10" fill="none" stroke="%230056b3" stroke-width="0.5"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid-dark)" opacity="0.2"/></svg>') repeat;
    opacity: 0.3;
    z-index: 0;
}

.page-industry-news-latest-policy__cta-title {
    font-size: 2.8em;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

.page-industry-news-latest-policy__cta-text {
    font-size: 1.2em;
    max-width: 700px;
    margin: 0 auto 30px auto;
    color: #e0e0e0;
}

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

.page-industry-news-latest-policy__btn--secondary {
    background-color: transparent;
    color: #FFC107;
    border: 2px solid #FFC107;
}

.page-industry-news-latest-policy__btn--secondary:hover {
    background-color: #FFC107;
    color: #000000;
    transform: translateY(-2px);
}

.page-industry-news-latest-policy__image-wrapper--cta {
    margin-top: 50px;
}

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

    .page-industry-news-latest-policy__hero-subtitle,
    .page-industry-news-latest-policy__text-block {
        font-size: 1em;
    }

    .page-industry-news-latest-policy__section-title {
        font-size: 2em;
    }

    .page-industry-news-latest-policy__sub-section-title {
        font-size: 1.5em;
    }

    .page-industry-news-latest-policy__cta-title {
        font-size: 2.2em;
    }

    .page-industry-news-latest-policy__cta-text {
        font-size: 1.1em;
    }

    .page-industry-news-latest-policy__cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .page-industry-news-latest-policy__btn {
        width: 80%;
        max-width: 300px;
    }
}

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

    .page-industry-news-latest-policy__section-title {
        font-size: 1.8em;
    }

    .page-industry-news-latest-policy__sub-section-title {
        font-size: 1.3em;
    }

    .page-industry-news-latest-policy__cta-title {
        font-size: 1.8em;
    }
}