/* style/industry-news-technology-innovations.css */
.page-industry-news-technology-innovations {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

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

.page-industry-news-technology-innovations__hero-section {
    background: linear-gradient(135deg, #003366 0%, #004d99 100%); /* Deeper blue gradient */
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-industry-news-technology-innovations__hero-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 204, 0, 0.1);
    border-radius: 50%;
    filter: blur(50px);
}

.page-industry-news-technology-innovations__hero-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: rgba(255, 204, 0, 0.15);
    border-radius: 50%;
    filter: blur(40px);
}

.page-industry-news-technology-innovations__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-industry-news-technology-innovations__hero-title .highlight {
    color: #FFCC00;
}

.page-industry-news-technology-innovations__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    opacity: 0.9;
}

.page-industry-news-technology-innovations__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-industry-news-technology-innovations__btn--primary {
    background-color: #FFCC00;
    color: #003366;
    border: 2px solid #FFCC00;
}

.page-industry-news-technology-innovations__btn--primary:hover {
    background-color: #e6b800;
    border-color: #e6b800;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-industry-news-technology-innovations__btn--secondary {
    background-color: transparent;
    color: #FFCC00;
    border: 2px solid #FFCC00;
    margin-left: 20px;
}

.page-industry-news-technology-innovations__btn--secondary:hover {
    background-color: #FFCC00;
    color: #003366;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-industry-news-technology-innovations__content-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-industry-news-technology-innovations__article {
    font-size: 1.1em;
    color: #444;
}

.page-industry-news-technology-innovations__article p {
    margin-bottom: 20px;
    text-align: justify;
}

.page-industry-news-technology-innovations__section-title {
    font-size: 2.5em;
    color: #003366;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: 700;
    border-left: 5px solid #FFCC00;
    padding-left: 20px;
}

.page-industry-news-technology-innovations__section-title .keyword-highlight {
    color: #003366;
}

.page-industry-news-technology-innovations__image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-industry-news-technology-innovations__image:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.page-industry-news-technology-innovations__image--left {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}

.page-industry-news-technology-innovations__image--right {
    float: right;
    margin-left: 40px;
    margin-bottom: 20px;
}

.page-industry-news-technology-innovations__cta-block {
    clear: both;
    background-color: #003366;
    color: #fff;
    padding: 50px;
    border-radius: 10px;
    text-align: center;
    margin-top: 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-industry-news-technology-innovations__cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: 700;
    color: #FFCC00;
}

.page-industry-news-technology-innovations__cta-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.page-industry-news-technology-innovations__cta-buttons .page-industry-news-technology-innovations__btn {
    margin: 0 15px;
}

.page-industry-news-technology-innovations .keyword-highlight {
    font-weight: bold;
    color: #003366; /* Default for text on light background */
}

.page-industry-news-technology-innovations__cta-block .keyword-highlight {
    color: #FFCC00; /* For text on dark background within CTA block */
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-industry-news-technology-innovations__hero-title {
        font-size: 3em;
    }
    .page-industry-news-technology-innovations__hero-subtitle {
        font-size: 1.3em;
    }
    .page-industry-news-technology-innovations__section-title {
        font-size: 2em;
    }
    .page-industry-news-technology-innovations__image--left,
    .page-industry-news-technology-innovations__image--right {
        float: none;
        margin: 30px auto;
        display: block;
    }
    .page-industry-news-technology-innovations__article p {
        text-align: left;
    }
    .page-industry-news-technology-innovations__cta-title {
        font-size: 2.2em;
    }
    .page-industry-news-technology-innovations__cta-description {
        font-size: 1.1em;
    }
    .page-industry-news-technology-innovations__cta-buttons .page-industry-news-technology-innovations__btn {
        margin: 10px 0;
        display: block;
    }
}

@media (max-width: 768px) {
    .page-industry-news-technology-innovations__hero-section {
        padding: 80px 0;
    }
    .page-industry-news-technology-innovations__hero-title {
        font-size: 2.5em;
    }
    .page-industry-news-technology-innovations__hero-subtitle {
        font-size: 1.1em;
    }
    .page-industry-news-technology-innovations__section-title {
        font-size: 1.8em;
    }
    .page-industry-news-technology-innovations__article {
        font-size: 1em;
    }
    .page-industry-news-technology-innovations__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-industry-news-technology-innovations__btn--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-industry-news-technology-innovations__cta-block {
        padding: 40px 20px;
    }
    .page-industry-news-technology-innovations__cta-title {
        font-size: 1.8em;
    }
    .page-industry-news-technology-innovations__cta-description {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-industry-news-technology-innovations__hero-section {
        padding: 60px 0;
    }
    .page-industry-news-technology-innovations__hero-title {
        font-size: 2em;
    }
    .page-industry-news-technology-innovations__hero-subtitle {
        font-size: 0.9em;
    }
    .page-industry-news-technology-innovations__section-title {
        font-size: 1.5em;
        padding-left: 15px;
    }
    .page-industry-news-technology-innovations__cta-title {
        font-size: 1.5em;
    }
}