.page-industry-news-online-entertainment-tech-innovation {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-industry-news-online-entertainment-tech-innovation__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-industry-news-online-entertainment-tech-innovation__hero {
    background: linear-gradient(135deg, #003366 0%, #004488 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 450px;
}

.page-industry-news-online-entertainment-tech-innovation__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.page-industry-news-online-entertainment-tech-innovation__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #FFD700; /* Gold for highlight */
}

.page-industry-news-online-entertainment-tech-innovation__hero-title .highlight {
    color: #FFD700;
}

.page-industry-news-online-entertainment-tech-innovation__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-industry-news-online-entertainment-tech-innovation__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 1;
}

.page-industry-news-online-entertainment-tech-innovation__section {
    padding: 60px 0;
}

.page-industry-news-online-entertainment-tech-innovation__section:nth-of-type(even) {
    background-color: #f0f5fa;
}

.page-industry-news-online-entertainment-tech-innovation__section-title {
    font-size: 2.5em;
    color: #003366;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-industry-news-online-entertainment-tech-innovation__section-title .highlight {
    color: #FFD700;
}

.page-industry-news-online-entertainment-tech-innovation__intro p,
.page-industry-news-online-entertainment-tech-innovation__blockchain p,
.page-industry-news-online-entertainment-tech-innovation__bigdata p,
.page-industry-news-online-entertainment-tech-innovation__mobile p,
.page-industry-news-online-entertainment-tech-innovation__commitment p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #555;
    text-align: justify;
}

.page-industry-news-online-entertainment-tech-innovation__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-industry-news-online-entertainment-tech-innovation__feature-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-industry-news-online-entertainment-tech-innovation__feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-industry-news-online-entertainment-tech-innovation__feature-item h3 {
    font-size: 1.6em;
    color: #003366;
    margin-top: 20px;
    margin-bottom: 15px;
}

.page-industry-news-online-entertainment-tech-innovation__feature-item p {
    font-size: 1em;
    color: #666;
    text-align: justify;
}

.page-industry-news-online-entertainment-tech-innovation__feature-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.page-industry-news-online-entertainment-tech-innovation__bigdata ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-industry-news-online-entertainment-tech-innovation__bigdata ul li {
    background-color: #e6f0f9;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-left: 5px solid #003366;
    border-radius: 5px;
    font-size: 1.1em;
    color: #333;
    transition: background-color 0.3s ease;
}

.page-industry-news-online-entertainment-tech-innovation__bigdata ul li:hover {
    background-color: #d0e0f0;
}

.page-industry-news-online-entertainment-tech-innovation__bigdata ul li strong {
    color: #003366;
}

.page-industry-news-online-entertainment-tech-innovation__mobile-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-industry-news-online-entertainment-tech-innovation__cta {
    background-color: #003366;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.page-industry-news-online-entertainment-tech-innovation__cta-title {
    font-size: 2.8em;
    margin-bottom: 25px;
    color: #FFD700;
}

.page-industry-news-online-entertainment-tech-innovation__cta-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-industry-news-online-entertainment-tech-innovation__btn {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.page-industry-news-online-entertainment-tech-innovation__btn--primary {
    background-color: #FFD700;
    color: #003366;
    border: 2px solid #FFD700;
}

.page-industry-news-online-entertainment-tech-innovation__btn--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
}

.page-industry-news-online-entertainment-tech-innovation__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-industry-news-online-entertainment-tech-innovation__btn--secondary:hover {
    background-color: #FFD700;
    color: #003366;
    transform: translateY(-3px);
}

.page-industry-news-online-entertainment-tech-innovation .highlight {
    font-weight: bold;
    color: #003366;
}

.page-industry-news-online-entertainment-tech-innovation__cta .highlight {
    color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-industry-news-online-entertainment-tech-innovation__hero-title {
        font-size: 2.8em;
    }
    .page-industry-news-online-entertainment-tech-innovation__hero-subtitle {
        font-size: 1.3em;
    }
    .page-industry-news-online-entertainment-tech-innovation__section-title {
        font-size: 2em;
    }
    .page-industry-news-online-entertainment-tech-innovation__feature-grid {
        grid-template-columns: 1fr;
    }
    .page-industry-news-online-entertainment-tech-innovation__cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-industry-news-online-entertainment-tech-innovation__hero {
        padding: 60px 0;
    }
    .page-industry-news-online-entertainment-tech-innovation__hero-title {
        font-size: 2.2em;
    }
    .page-industry-news-online-entertainment-tech-innovation__hero-subtitle {
        font-size: 1.1em;
    }
    .page-industry-news-online-entertainment-tech-innovation__section {
        padding: 40px 0;
    }
    .page-industry-news-online-entertainment-tech-innovation__section-title {
        font-size: 1.8em;
    }
    .page-industry-news-online-entertainment-tech-innovation__feature-item {
        padding: 20px;
    }
    .page-industry-news-online-entertainment-tech-innovation__feature-item h3 {
        font-size: 1.4em;
    }
    .page-industry-news-online-entertainment-tech-innovation__cta {
        padding: 60px 0;
    }
    .page-industry-news-online-entertainment-tech-innovation__cta-title {
        font-size: 1.8em;
    }
    .page-industry-news-online-entertainment-tech-innovation__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-industry-news-online-entertainment-tech-innovation__cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .page-industry-news-online-entertainment-tech-innovation__cta-buttons .page-industry-news-online-entertainment-tech-innovation__btn {
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-industry-news-online-entertainment-tech-innovation__hero-title {
        font-size: 1.8em;
    }
    .page-industry-news-online-entertainment-tech-innovation__hero-subtitle {
        font-size: 0.9em;
    }
    .page-industry-news-online-entertainment-tech-innovation__section-title {
        font-size: 1.5em;
    }
    .page-industry-news-online-entertainment-tech-innovation__cta-title {
        font-size: 1.5em;
    }
}