/* style/industry-news-trends-gaming-tech-innovation.css */
.page-industry-news-trends-gaming-tech-innovation {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-industry-news-trends-gaming-tech-innovation__hero {
    background: linear-gradient(135deg, #004AAD 0%, #002B7A 100%);
    color: #fff;
    padding: 100px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.page-industry-news-trends-gaming-tech-innovation__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_tech_pattern,gradient_overlay,subtle_texture]') no-repeat center center/cover;
    opacity: 0.15;
    z-index: 1;
}

.page-industry-news-trends-gaming-tech-innovation__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.page-industry-news-trends-gaming-tech-innovation__title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-industry-news-trends-gaming-tech-innovation__subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-industry-news-trends-gaming-tech-innovation__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #004AAD;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    transition: all 0.3s ease;
    border: 2px solid #FFD700;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-industry-news-trends-gaming-tech-innovation__cta-button:hover {
    background-color: #004AAD;
    color: #FFD700;
    border-color: #FFD700;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-industry-news-trends-gaming-tech-innovation__hero-image-wrapper {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 1000px;
    z-index: 1;
    opacity: 0.2;
}

.page-industry-news-trends-gaming-tech-innovation__hero-image {
    width: 100%;
    height: auto;
    display: block;
}

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

.page-industry-news-trends-gaming-tech-innovation__section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.page-industry-news-trends-gaming-tech-innovation__section:last-of-type {
    border-bottom: none;
}

.page-industry-news-trends-gaming-tech-innovation__section--intro {
    background-color: #fff;
}

.page-industry-news-trends-gaming-tech-innovation__section--blockchain {
    background-color: #f0f4f8;
}

.page-industry-news-trends-gaming-tech-innovation__section--vr-ar {
    background-color: #fff;
}

.page-industry-news-trends-gaming-tech-innovation__section--ai-ml {
    background-color: #f0f4f8;
}

.page-industry-news-trends-gaming-tech-innovation__section--big-data {
    background-color: #fff;
}

.page-industry-news-trends-gaming-tech-innovation__section--security {
    background-color: #f0f4f8;
}

.page-industry-news-trends-gaming-tech-innovation__section--conclusion {
    background-color: #004AAD;
    color: #e0e0e0;
    text-align: center;
    padding: 80px 0;
}

.page-industry-news-trends-gaming-tech-innovation__section--conclusion .page-industry-news-trends-gaming-tech-innovation__section-title,
.page-industry-news-trends-gaming-tech-innovation__section--conclusion .page-industry-news-trends-gaming-tech-innovation__sub-title {
    color: #FFD700;
}

.page-industry-news-trends-gaming-tech-innovation__section-title {
    font-size: 2.5em;
    color: #004AAD;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-industry-news-trends-gaming-tech-innovation__sub-title {
    font-size: 1.8em;
    color: #004AAD;
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
}

.page-industry-news-trends-gaming-tech-innovation__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
    color: #333;
}

.page-industry-news-trends-gaming-tech-innovation__section--conclusion .page-industry-news-trends-gaming-tech-innovation__paragraph {
    color: #e0e0e0;
}

.page-industry-news-trends-gaming-tech-innovation__image {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: 30px auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-industry-news-trends-gaming-tech-innovation__image--left {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

.page-industry-news-trends-gaming-tech-innovation__image--right {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}

.page-industry-news-trends-gaming-tech-innovation__list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-industry-news-trends-gaming-tech-innovation__list li {
    background: #e6f0fa;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-left: 5px solid #004AAD;
    border-radius: 5px;
    font-size: 1.05em;
    color: #333;
    display: flex;
    align-items: center;
}

.page-industry-news-trends-gaming-tech-innovation__list li::before {
    content: '✓';
    color: #FFD700;
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.2em;
}

.page-industry-news-trends-gaming-tech-innovation__section--conclusion .page-industry-news-trends-gaming-tech-innovation__list li {
    background: rgba(255, 255, 255, 0.1);
    color: #e0e0e0;
    border-left-color: #FFD700;
}

.page-industry-news-trends-gaming-tech-innovation__image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.page-industry-news-trends-gaming-tech-innovation__grid-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-industry-news-trends-gaming-tech-innovation__cta-button--small {
    padding: 10px 20px;
    font-size: 1em;
    margin-top: 20px;
}

.page-industry-news-trends-gaming-tech-innovation__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2em;
    margin: 20px 10px;
    min-width: 250px;
}

.page-industry-news-trends-gaming-tech-innovation__cta-button--secondary {
    background-color: transparent;
    color: #FFD700;
    border-color: #FFD700;
}

.page-industry-news-trends-gaming-tech-innovation__cta-button--secondary:hover {
    background-color: #FFD700;
    color: #004AAD;
}

.page-industry-news-trends-gaming-tech-innovation .highlight-keyword {
    color: #004AAD;
    font-weight: bold;
}

.page-industry-news-trends-gaming-tech-innovation__section--conclusion .highlight-keyword {
    color: #FFD700;
}

/* Clear floats for image alignment */
.page-industry-news-trends-gaming-tech-innovation__section::after {
    content: '';
    display: table;
    clear: both;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-industry-news-trends-gaming-tech-innovation__title {
        font-size: 2.8em;
    }
    .page-industry-news-trends-gaming-tech-innovation__subtitle {
        font-size: 1.3em;
    }
    .page-industry-news-trends-gaming-tech-innovation__section-title {
        font-size: 2em;
    }
    .page-industry-news-trends-gaming-tech-innovation__image--left,
    .page-industry-news-trends-gaming-tech-innovation__image--right {
        float: none;
        margin: 30px auto;
    }
}

@media (max-width: 768px) {
    .page-industry-news-trends-gaming-tech-innovation__hero {
        padding: 80px 15px;
    }
    .page-industry-news-trends-gaming-tech-innovation__title {
        font-size: 2.2em;
    }
    .page-industry-news-trends-gaming-tech-innovation__subtitle {
        font-size: 1.1em;
    }
    .page-industry-news-trends-gaming-tech-innovation__section {
        padding: 40px 0;
    }
    .page-industry-news-trends-gaming-tech-innovation__section-title {
        font-size: 1.8em;
    }
    .page-industry-news-trends-gaming-tech-innovation__sub-title {
        font-size: 1.5em;
    }
    .page-industry-news-trends-gaming-tech-innovation__paragraph,
    .page-industry-news-trends-gaming-tech-innovation__list li {
        font-size: 1em;
    }
    .page-industry-news-trends-gaming-tech-innovation__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-industry-news-trends-gaming-tech-innovation__cta-button--large {
        min-width: unset;
        width: 100%;
        margin: 10px 0;
    }
    .page-industry-news-trends-gaming-tech-innovation__image-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-industry-news-trends-gaming-tech-innovation__title {
        font-size: 1.8em;
    }
    .page-industry-news-trends-gaming-tech-innovation__subtitle {
        font-size: 0.95em;
    }
    .page-industry-news-trends-gaming-tech-innovation__section-title {
        font-size: 1.5em;
    }
    .page-industry-news-trends-gaming-tech-innovation__list li {
        padding: 10px 15px;
    }
}