/* Insight Article Specific Styles */
.insight-article-content {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

.introduction, section {
    max-width: 900px;
    margin: 0 auto 2rem;
    line-height: 1.8;
}

.introduction p {
    margin-bottom: 1.2rem;
    font-size: 0.95rem;
    color: #2c3e50;
    text-align: justify;
    hyphens: auto;
}

section p {
    margin-bottom: 1.2rem;
    font-size: 0.95rem;
    color: #2c3e50;
}

section:last-of-type p {
    text-align: justify;
    hyphens: auto;
}

section h2 {
    color: #1a1b1b;
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
    font-weight: 600;
}

/* Reduce space between heading and first paragraph */
section h2 + p {
    margin-top: 0.3rem;
}

section h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: #1a1b1b;
}

section ul {
    margin: 1.2rem 0;
    padding-left: 2.5rem;
    list-style-type: disc;
    color: #2c3e50;
}

section ul li::marker {
    color: #ff6b35;
}

section ul.two-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 2rem;
    padding-left: 0;
    list-style-type: none;
}

section ul.two-columns li {
    position: relative;
    padding-left: 1rem;
    border-left: 3px solid #ff6b35;
    margin-left: 0.5rem;
}

section ul li {
    margin-bottom: 0.6rem;
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    section ul.two-columns {
        grid-template-columns: 1fr;
    }
}

.insight-header {
    text-align: center;
    margin-bottom: 3rem;
    padding: 4rem 2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.insight-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.insight-header h1 {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.cta-section {
    background-color: #2c5282;
    color: white;
    padding: 3rem;
    border-radius: 8px;
    text-align: center;
    margin: 3rem 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-section p:first-child {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.cta-section a {
    color: white;
    text-decoration: underline;
}

.cta-section a:hover {
    text-decoration: none;
}
