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

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

.page-industry-news-tech-innovation__hero {
    background: linear-gradient(135deg, #FFD700 0%, #000000 100%);
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.page-industry-news-tech-innovation__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,pattern,gold,black]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-industry-news-tech-innovation__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin-bottom: 40px;
}

.page-industry-news-tech-innovation__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
}

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

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

.page-industry-news-tech-innovation__hero-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.page-industry-news-tech-innovation__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.page-industry-news-tech-innovation__btn--primary {
    background-color: #FFD700;
    color: #000000;
}

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

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

.page-industry-news-tech-innovation__btn--secondary:hover {
    background-color: #333333;
    color: #ffffff;
    transform: translateY(-3px);
}

.page-industry-news-tech-innovation__hero-image-wrapper {
    margin-top: 40px;
    max-width: 70%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

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

.page-industry-news-tech-innovation__section {
    padding: 80px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
}

.page-industry-news-tech-innovation__section--intro {
    background-color: #f2f2f2;
}

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

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

.page-industry-news-tech-innovation__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
    color: #444;
}

.page-industry-news-tech-innovation__text-block .highlight {
    font-weight: bold;
    color: #b39700;
}

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

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

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

.page-industry-news-tech-innovation__feature-image {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.page-industry-news-tech-innovation__feature-title {
    font-size: 1.6em;
    color: #000000;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-industry-news-tech-innovation__feature-description {
    font-size: 1em;
    color: #555;
    text-align: justify;
}

.page-industry-news-tech-innovation__feature-description .highlight {
    font-weight: bold;
    color: #b39700;
}

.page-industry-news-tech-innovation__section--blockchain {
    background-color: #f8f8f8;
}

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

.page-industry-news-tech-innovation__benefit-item {
    background-color: #000000;
    color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 2px solid #FFD700;
}

.page-industry-news-tech-innovation__benefit-item:hover {
    background-color: #1a1a1a;
    transform: translateY(-5px);
}

.page-industry-news-tech-innovation__benefit-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: invert(1) sepia(1) saturate(1000%) hue-rotate(0deg) brightness(1.5) contrast(1);
}

.page-industry-news-tech-innovation__benefit-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-industry-news-tech-innovation__benefit-description {
    font-size: 1em;
    color: #e0e0e0;
}

.page-industry-news-tech-innovation__benefit-description .highlight {
    font-weight: bold;
    color: #FFD700;
}

.page-industry-news-tech-innovation__section--cta {
    background: linear-gradient(45deg, #000000, #333333);
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
}

.page-industry-news-tech-innovation__cta-content {
    max-width: 800px;
}

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

.page-industry-news-tech-innovation__cta-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-industry-news-tech-innovation__cta-description .highlight {
    font-weight: bold;
    color: #FFD700;
}

.page-industry-news-tech-innovation__cta-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-industry-news-tech-innovation__hero-title {
        font-size: 2.8em;
    }

    .page-industry-news-tech-innovation__hero-subtitle {
        font-size: 1.2em;
    }

    .page-industry-news-tech-innovation__section-title {
        font-size: 2em;
    }

    .page-industry-news-tech-innovation__feature-grid, .page-industry-news-tech-innovation__benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-industry-news-tech-innovation__hero {
        padding: 80px 0;
    }

    .page-industry-news-tech-innovation__hero-title {
        font-size: 2.2em;
    }

    .page-industry-news-tech-innovation__hero-subtitle {
        font-size: 1em;
    }

    .page-industry-news-tech-innovation__hero-actions {
        flex-direction: column;
        gap: 15px;
    }

    .page-industry-news-tech-innovation__btn {
        width: 80%;
        margin: 0 auto;
    }

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

    .page-industry-news-tech-innovation__section-title {
        font-size: 1.8em;
    }

    .page-industry-news-tech-innovation__feature-item, .page-industry-news-tech-innovation__benefit-item {
        padding: 25px;
    }

    .page-industry-news-tech-innovation__cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 480px) {
    .page-industry-news-tech-innovation__hero {
        padding: 60px 0;
    }

    .page-industry-news-tech-innovation__hero-title {
        font-size: 1.8em;
    }

    .page-industry-news-tech-innovation__hero-subtitle {
        font-size: 0.9em;
    }

    .page-industry-news-tech-innovation__btn {
        padding: 12px 20px;
        font-size: 1em;
        width: 90%;
    }

    .page-industry-news-tech-innovation__section {
        padding: 40px 0;
    }

    .page-industry-news-tech-innovation__section-title {
        font-size: 1.5em;
    }

    .page-industry-news-tech-innovation__feature-image {
        max-width: 200px;
    }

    .page-industry-news-tech-innovation__feature-title {
        font-size: 1.4em;
    }

    .page-industry-news-tech-innovation__cta-title {
        font-size: 1.8em;
    }

    .page-industry-news-tech-innovation__cta-description {
        font-size: 1em;
    }

    .page-industry-news-tech-innovation__cta-actions {
        flex-direction: column;
        gap: 10px;
    }
}