/* style/industry-news-88xx-xx88-updates.css */

:root {
    --primary-color: #FFD700; /* Gold */
    --secondary-color: #000000; /* Black */
    --text-dark: #1a1a1a;
    --text-light: #ffffff;
    --bg-dark: #0a0a0a;
    --bg-light: #f5f5f5;
    --accent-color: #0028ff; /* Complementary blue for emphasis */
}

.page-industry-news-88xx-xx88-updates {
    font-family: 'Arial', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    background-color: var(--bg-dark);
}

.page-industry-news-88xx-xx88-updates .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-industry-news-88xx-xx88-updates .hero-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: var(--text-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-industry-news-88xx-xx88-updates .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--text-light);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-industry-news-88xx-xx88-updates .hero-title .highlight {
    color: var(--primary-color);
}

.page-industry-news-88xx-xx88-updates .hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
}

.page-industry-news-88xx-xx88-updates .hero-actions .btn {
    margin: 0 10px;
}

.page-industry-news-88xx-xx88-updates .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 1em;
}

.page-industry-news-88xx-xx88-updates .btn-primary {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: 2px solid var(--primary-color);
}

.page-industry-news-88xx-xx88-updates .btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-2px);
}

.page-industry-news-88xx-xx88-updates .btn-secondary {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-industry-news-88xx-xx88-updates .btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    transform: translateY(-2px);
}

.page-industry-news-88xx-xx88-updates .btn-lg {
    padding: 15px 35px;
    font-size: 1.1em;
}

.page-industry-news-88xx-xx88-updates .btn-text-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
    padding: 0;
    border: none;
    background: none;
}

.page-industry-news-88xx-xx88-updates .btn-text-link:hover {
    text-decoration: underline;
}

.page-industry-news-88xx-xx88-updates .section-title {
    font-size: 2.5em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    padding-top: 60px;
}

.page-industry-news-88xx-xx88-updates .section-title .keyword {
    color: var(--text-light);
}

.page-industry-news-88xx-xx88-updates .section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: -30px auto 60px auto;
    color: rgba(255, 255, 255, 0.7);
}

.page-industry-news-88xx-xx88-updates section {
    padding: 80px 0;
}

.page-industry-news-88xx-xx88-updates .introduction-section,
.page-industry-news-88xx-xx88-updates .commitment-section {
    background-color: var(--secondary-color);
    color: var(--text-light);
}

.page-industry-news-88xx-xx88-updates .content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-industry-news-88xx-xx88-updates .content-wrapper.reverse {
    flex-direction: row-reverse;
}

.page-industry-news-88xx-xx88-updates .text-content {
    flex: 1;
}

.page-industry-news-88xx-xx88-updates .text-content h2 {
    color: var(--primary-color);
    font-size: 2em;
    margin-bottom: 20px;
}

.page-industry-news-88xx-xx88-updates .text-content p {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: rgba(255, 255, 255, 0.8);
}

.page-industry-news-88xx-xx88-updates .image-content {
    flex: 1;
    text-align: center;
}

.page-industry-news-88xx-xx88-updates .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-industry-news-88xx-xx88-updates .brand-highlights-section,
.page-industry-news-88xx-xx88-updates .partnerships-section,
.page-industry-news-88xx-xx88-updates .latest-news-section,
.page-industry-news-88xx-xx88-updates .promo-section {
    background-color: var(--bg-dark);
    color: var(--text-light);
}

.page-industry-news-88xx-xx88-updates .highlights-grid,
.page-industry-news-88xx-xx88-updates .partners-grid,
.page-industry-news-88xx-xx88-updates .news-grid,
.page-industry-news-88xx-xx88-updates .promo-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-industry-news-88xx-xx88-updates .highlight-item,
.page-industry-news-88xx-xx88-updates .partner-item,
.page-industry-news-88xx-xx88-updates .news-card,
.page-industry-news-88xx-xx88-updates .promo-card {
    background-color: #1a1a1a;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-industry-news-88xx-xx88-updates .highlight-item:hover,
.page-industry-news-88xx-xx88-updates .news-card:hover,
.page-industry-news-88xx-xx88-updates .promo-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-industry-news-88xx-xx88-updates .highlight-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px var(--primary-color));
}

.page-industry-news-88xx-xx88-updates .highlight-item h3 {
    font-size: 1.8em;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.page-industry-news-88xx-xx88-updates .highlight-item p {
    color: rgba(255, 255, 255, 0.7);
}

.page-industry-news-88xx-xx88-updates .partner-logo {
    max-width: 120px;
    height: auto;
    margin-bottom: 20px;
    filter: grayscale(100%) brightness(150%);
    transition: filter 0.3s ease;
}

.page-industry-news-88xx-xx88-updates .partner-item:hover .partner-logo {
    filter: grayscale(0%) brightness(100%);
}

.page-industry-news-88xx-xx88-updates .partner-item p {
    color: rgba(255, 255, 255, 0.7);
}

.page-industry-news-88xx-xx88-updates .news-card {
    text-align: left;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.page-industry-news-88xx-xx88-updates .news-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.page-industry-news-88xx-xx88-updates .news-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.page-industry-news-88xx-xx88-updates .news-content h3 {
    font-size: 1.5em;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.page-industry-news-88xx-xx88-updates .news-date {
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
}

.page-industry-news-88xx-xx88-updates .news-content p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-industry-news-88xx-xx88-updates .news-content .btn-read-more {
    align-self: flex-start;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
}

.page-industry-news-88xx-xx88-updates .news-content .btn-read-more:hover {
    background-color: #e6c200;
}

.page-industry-news-88xx-xx88-updates .promo-card {
    text-align: left;
}

.page-industry-news-88xx-xx88-updates .promo-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-industry-news-88xx-xx88-updates .promo-card h3 {
    font-size: 1.6em;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.page-industry-news-88xx-xx88-updates .promo-card p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.page-industry-news-88xx-xx88-updates .cta-section {
    background: linear-gradient(45deg, var(--secondary-color) 0%, #1c1c1c 100%);
    color: var(--text-light);
    text-align: center;
    padding: 100px 0;
}

.page-industry-news-88xx-xx88-updates .cta-actions {
    margin-top: 40px;
}

.page-industry-news-88xx-xx88-updates .cta-actions .btn {
    margin: 0 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-industry-news-88xx-xx88-updates .hero-title {
        font-size: 2.8em;
    }

    .page-industry-news-88xx-xx88-updates .hero-subtitle {
        font-size: 1.2em;
    }

    .page-industry-news-88xx-xx88-updates .section-title {
        font-size: 2em;
    }

    .page-industry-news-88xx-xx88-updates .content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .page-industry-news-88xx-xx88-updates .content-wrapper.reverse {
        flex-direction: column;
    }

    .page-industry-news-88xx-xx88-updates .image-content {
        margin-top: 30px;
    }

    .page-industry-news-88xx-xx88-updates .news-card {
        flex-direction: column;
    }

    .page-industry-news-88xx-xx88-updates .news-content .btn-read-more {
        align-self: center;
    }
}

@media (max-width: 768px) {
    .page-industry-news-88xx-xx88-updates .hero-section {
        padding: 80px 0;
    }

    .page-industry-news-88xx-xx88-updates .hero-title {
        font-size: 2.2em;
    }

    .page-industry-news-88xx-xx88-updates .hero-subtitle {
        font-size: 1em;
    }

    .page-industry-news-88xx-xx88-updates .btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-industry-news-88xx-xx88-updates .btn-lg {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-industry-news-88xx-xx88-updates .section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-industry-news-88xx-xx88-updates .section-description {
        margin-bottom: 40px;
    }

    .page-industry-news-88xx-xx88-updates section {
        padding: 60px 0;
    }

    .page-industry-news-88xx-xx88-updates .highlights-grid,
    .page-industry-news-88xx-xx88-updates .partners-grid,
    .page-industry-news-88xx-xx88-updates .news-grid,
    .page-industry-news-88xx-xx88-updates .promo-cards {
        grid-template-columns: 1fr;
    }

    .page-industry-news-88xx-xx88-updates .cta-actions .btn {
        display: block;
        margin: 15px auto;
    }
}

@media (max-width: 480px) {
    .page-industry-news-88xx-xx88-updates .hero-section {
        padding: 60px 0;
    }

    .page-industry-news-88xx-xx88-updates .hero-title {
        font-size: 1.8em;
    }

    .page-industry-news-88xx-xx88-updates .hero-subtitle {
        font-size: 0.9em;
    }

    .page-industry-news-88xx-xx88-updates .hero-actions .btn {
        display: block;
        margin: 10px auto;
    }

    .page-industry-news-88xx-xx88-updates .section-title {
        font-size: 1.5em;
    }

    .page-industry-news-88xx-xx88-updates .text-content p {
        font-size: 1em;
    }
}