/* style/latest-news-industry-updates-q1.css */

.page-latest-news-industry-updates-q1 {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

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

.page-latest-news-industry-updates-q1__hero-section {
    background: linear-gradient(135deg, #003366 0%, #004d99 100%); /* Dark blue gradient */
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.page-latest-news-industry-updates-q1__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for highlight */
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.page-latest-news-industry-updates-q1__hero-subtitle {
    font-size: 1.4em;
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-latest-news-industry-updates-q1__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
    border: none;
}

.page-latest-news-industry-updates-q1__btn--primary {
    background-color: #FFD700; /* Gold */
    color: #003366; /* Dark blue text */
}

.page-latest-news-industry-updates-q1__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-latest-news-industry-updates-q1__btn--secondary {
    background-color: #003366; /* Dark blue */
    color: #FFD700; /* Gold text */
    border: 2px solid #FFD700;
}

.page-latest-news-industry-updates-q1__btn--secondary:hover {
    background-color: #004d99;
    transform: translateY(-2px);
}

.page-latest-news-industry-updates-q1__content-section {
    padding: 60px 0;
}

.page-latest-news-industry-updates-q1__bg-light {
    background-color: #fff;
}

.page-latest-news-industry-updates-q1__bg-dark {
    background-color: #003366;
    color: #e0e0e0;
}

.page-latest-news-industry-updates-q1__section-title {
    font-size: 2.5em;
    color: #003366;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-latest-news-industry-updates-q1__section-title--light {
    color: #FFD700;
}

.page-latest-news-industry-updates-q1__section-title--light::after {
    background-color: #FFD700;
}

.page-latest-news-industry-updates-q1__article-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}

.page-latest-news-industry-updates-q1__article-grid--reverse {
    grid-template-columns: 1fr 1fr;
}

.page-latest-news-industry-updates-q1__article-text p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #333;
}

.page-latest-news-industry-updates-q1__bg-dark .page-latest-news-industry-updates-q1__article-text p {
    color: #e0e0e0;
}

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

.page-latest-news-industry-updates-q1__highlight {
    color: #003366;
    font-weight: bold;
}

.page-latest-news-industry-updates-q1__highlight-light {
    color: #FFD700;
    font-weight: bold;
}

.page-latest-news-industry-updates-q1__game-trends {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.page-latest-news-industry-updates-q1__trend-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.page-latest-news-industry-updates-q1__trend-item:hover {
    transform: translateY(-5px);
}

.page-latest-news-industry-updates-q1__trend-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0, 51, 102, 0.3));
}

.page-latest-news-industry-updates-q1__trend-title {
    font-size: 1.5em;
    color: #003366;
    margin-bottom: 15px;
}

.page-latest-news-industry-updates-q1__trend-item p {
    color: #555;
    font-size: 1em;
}

.page-latest-news-industry-updates-q1__features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 50px 0;
}

.page-latest-news-industry-updates-q1__features-list li {
    background-color: #004d99; /* Slightly lighter dark blue */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.page-latest-news-industry-updates-q1__feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(255, 215, 0, 0.5));
}

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

.page-latest-news-industry-updates-q1__features-list p {
    color: #cceeff;
    font-size: 1em;
}

.page-latest-news-industry-updates-q1__sub-section-title {
    font-size: 2em;
    color: #003366;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

.page-latest-news-industry-updates-q1__sub-section-title--light {
    color: #FFD700;
}

.page-latest-news-industry-updates-q1__benefits-list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 1.1em;
}

.page-latest-news-industry-updates-q1__benefits-list li {
    background-color: #004d99;
    margin-bottom: 10px;
    padding: 15px 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    color: #cceeff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.page-latest-news-industry-updates-q1__benefits-list li::before {
    content: '✓';
    color: #FFD700;
    font-weight: bold;
    margin-right: 15px;
    font-size: 1.2em;
}

.page-latest-news-industry-updates-q1__text-light {
    color: #e0e0e0;
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 40px;
}

.page-latest-news-industry-updates-q1__cta-center {
    text-align: center;
    margin-top: 40px;
}

.page-latest-news-industry-updates-q1__conclusion-section {
    padding: 80px 0;
    text-align: center;
    background-color: #f0f4f8;
}

.page-latest-news-industry-updates-q1__conclusion-section p {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 50px;
    color: #333;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-latest-news-industry-updates-q1__hero-title {
        font-size: 2.5em;
    }
    .page-latest-news-industry-updates-q1__section-title {
        font-size: 2em;
    }
    .page-latest-news-industry-updates-q1__article-grid {
        grid-template-columns: 1fr;
    }
    .page-latest-news-industry-updates-q1__article-grid--reverse {
        grid-template-columns: 1fr;
    }
    .page-latest-news-industry-updates-q1__article-image {
        order: -1; /* Image appears first on mobile for reverse grid */
    }
    .page-latest-news-industry-updates-q1__game-trends,
    .page-latest-news-industry-updates-q1__features-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-latest-news-industry-updates-q1__hero-section {
        padding: 80px 0;
    }
    .page-latest-news-industry-updates-q1__hero-title {
        font-size: 2em;
    }
    .page-latest-news-industry-updates-q1__hero-subtitle {
        font-size: 1.2em;
    }
    .page-latest-news-industry-updates-q1__section-title {
        font-size: 1.8em;
    }
    .page-latest-news-industry-updates-q1__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-latest-news-industry-updates-q1__content-section {
        padding: 40px 0;
    }
    .page-latest-news-industry-updates-q1__article-text p {
        font-size: 1em;
    }
    .page-latest-news-industry-updates-q1__features-list li,
    .page-latest-news-industry-updates-q1__benefits-list li {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .page-latest-news-industry-updates-q1__hero-title {
        font-size: 1.8em;
    }
    .page-latest-news-industry-updates-q1__section-title {
        font-size: 1.5em;
    }
    .page-latest-news-industry-updates-q1__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-latest-news-industry-updates-q1__container {
        padding: 0 15px;
    }
    .page-latest-news-industry-updates-q1__hero-subtitle {
        font-size: 1em;
    }
}