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

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

.page-industry-news-blockchain-impact__hero-section {
    background: linear-gradient(135deg, #FFD700, #1A237E);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.page-industry-news-blockchain-impact__hero-section .page-industry-news-blockchain-impact__container {
    position: relative;
    z-index: 1;
}

.page-industry-news-blockchain-impact__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-industry-news-blockchain-impact__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-industry-news-blockchain-impact__content-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-industry-news-blockchain-impact__section-title {
    font-size: 2.5em;
    color: #1A237E;
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: left;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 10px;
}

.page-industry-news-blockchain-impact p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #444;
    text-align: justify;
}

.page-industry-news-blockchain-impact .highlight {
    color: #1A237E;
    font-weight: bold;
}

.page-industry-news-blockchain-impact__image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.page-industry-news-blockchain-impact__image:hover {
    transform: translateY(-5px);
}

.page-industry-news-blockchain-impact__list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #555;
}

.page-industry-news-blockchain-impact__list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-industry-news-blockchain-impact__btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 10px;
    text-align: center;
    white-space: nowrap;
}

.page-industry-news-blockchain-impact__btn--primary {
    background-color: #FFD700;
    color: #1A237E;
    border: 2px solid #FFD700;
}

.page-industry-news-blockchain-impact__btn--primary:hover {
    background-color: #e0b800;
    border-color: #e0b800;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-industry-news-blockchain-impact__btn--secondary {
    background-color: #1A237E;
    color: #FFD700;
    border: 2px solid #1A237E;
}

.page-industry-news-blockchain-impact__btn--secondary:hover {
    background-color: #2c3a96;
    border-color: #2c3a96;
    box-shadow: 0 5px 15px rgba(26, 35, 126, 0.4);
}

.page-industry-news-blockchain-impact__call-to-action {
    background-color: #f9f9f9;
    border-left: 5px solid #FFD700;
    padding: 30px;
    margin: 50px 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-industry-news-blockchain-impact__call-to-action h3 {
    color: #1A237E;
    font-size: 2em;
    margin-bottom: 15px;
}

.page-industry-news-blockchain-impact__call-to-action p {
    color: #555;
    font-size: 1.1em;
    margin-bottom: 30px;
}

.page-industry-news-blockchain-impact__final-cta {
    background-color: #1A237E;
    color: #fff;
    padding: 60px;
    margin-top: 60px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-industry-news-blockchain-impact__final-cta h3 {
    color: #FFD700;
    font-size: 2.5em;
    margin-bottom: 20px;
}

.page-industry-news-blockchain-impact__final-cta p {
    color: #e0e0e0;
    font-size: 1.2em;
    margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-industry-news-blockchain-impact__hero-title {
        font-size: 2.8em;
    }
    .page-industry-news-blockchain-impact__hero-subtitle {
        font-size: 1.3em;
    }
    .page-industry-news-blockchain-impact__section-title {
        font-size: 2em;
    }
    .page-industry-news-blockchain-impact__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-industry-news-blockchain-impact__call-to-action h3 {
        font-size: 1.8em;
    }
    .page-industry-news-blockchain-impact__final-cta h3 {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-industry-news-blockchain-impact__hero-title {
        font-size: 2.2em;
    }
    .page-industry-news-blockchain-impact__hero-subtitle {
        font-size: 1.1em;
    }
    .page-industry-news-blockchain-impact__section-title {
        font-size: 1.8em;
    }
    .page-industry-news-blockchain-impact p,
    .page-industry-news-blockchain-impact__list li {
        font-size: 1em;
    }
    .page-industry-news-blockchain-impact__btn {
        padding: 10px 20px;
        font-size: 0.9em;
        margin: 5px;
    }
    .page-industry-news-blockchain-impact__call-to-action,
    .page-industry-news-blockchain-impact__final-cta {
        padding: 30px 20px;
    }
    .page-industry-news-blockchain-impact__call-to-action h3 {
        font-size: 1.5em;
    }
    .page-industry-news-blockchain-impact__final-cta h3 {
        font-size: 1.8em;
    }
}

@media (max-width: 480px) {
    .page-industry-news-blockchain-impact__hero-title {
        font-size: 1.8em;
    }
    .page-industry-news-blockchain-impact__hero-subtitle {
        font-size: 0.9em;
    }
    .page-industry-news-blockchain-impact__section-title {
        font-size: 1.5em;
    }
    .page-industry-news-blockchain-impact__btn {
        display: block;
        width: 90%;
        margin: 10px auto;
    }
}