/* Insights Article Specific Styles */
.insight-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;
}

.excellence-intro {
    margin-bottom: 2rem;
}

.excellence-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: flex-start;
}

.excellence-content ul {
    margin: 0;
    padding-left: 2rem;
}

.excellence-image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.excellence-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    object-fit: contain;
}

@media (max-width: 768px) {
    .excellence-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

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-image: url('../img/execution-excellence-banner.png');
    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;
    /* background: rgba(0, 86, 179, 0.85); */
    z-index: 1;
}

.insight-header h1 {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
}

.insight-header h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.insight-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 2rem 0;
}

@media (max-width: 768px) {
    .insight-grid {
        grid-template-columns: 1fr;
    }
}

.insight-card {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.insight-card:hover {
    transform: translateY(-5px);
}

.key-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 2rem 0;
}

@media (max-width: 992px) {
    .key-points {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .key-points {
        grid-template-columns: 1fr;
    }
}

.point-card {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.point-card h3 {
    color: #0056b3;
    margin-bottom: 1rem;
}

.framework-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}

@media (max-width: 1200px) {
    .framework-steps {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .framework-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .framework-steps {
        grid-template-columns: 1fr;
    }
}

.step-card {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: relative;
}

.step-card p {
    line-height: 1.3;
    margin-bottom: 0;
    font-size: 0.85rem;
}

.step-card h3 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
}

.step-number {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    background: #0056b3;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin: 2rem 0;
}

@media (max-width: 768px) {
    .tools-grid {
        grid-template-columns: 1fr;
    }
}

.tool-card {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.tool-card h3 {
    color: #0056b3;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
}

.tool-card p {
    font-size: 0.85rem;
    line-height: 1.3;
    margin: 0;
}

.additional-tools {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #2c3e50;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}



.quick-wins {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 2rem 0;
}

@media (max-width: 992px) {
    .quick-wins {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .quick-wins {
        grid-template-columns: 1fr;
    }
}

.win-card {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.win-card h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #0056b3;
    font-weight: 600;
}

.win-card p {
    font-size: 0.85rem;
    line-height: 1.3;
    margin: 0;
    color: #2c3e50;
}

.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;
}
