.col-lg-7 img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.timeline {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.timeline-item {
    background: #fff;
    border-left: 4px solid transparent;
    padding-bottom: 4px;
    box-shadow: none !important;

    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

.timeline-item:hover {
    transform: translateX(6px);
    border-left-color: #495057;

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.08),
        0 3px 8px rgba(0, 0, 0, 0.04);

    background-color: #fafafa;
}

.timeline-item h4 {
    margin-bottom: 0.35rem;
    font-size: clamp(1.1rem, 0.8vw + 0.9rem, 1.6rem);
    font-weight: 700;
    color: #212529;
}

.timeline-item h4 span {
    color: #6c757d;
    font-weight: 500;
}

.timeline-item p {
    margin: 0;
    color: #6c757d;
    line-height: 1.45;
    font-size: clamp(0.85rem, 0.35vw + 0.75rem, 1rem);
}

.fase {
    margin-top: 0.75rem;
}

.fase strong {
    display: block;
    color: #343a40;
    font-weight: 600;
    margin-bottom: 0.2rem;
    font-size: 0.95rem;
}

.estado-badge {
    display: inline-block;
    padding: 0.15rem 0.6rem;
    margin-left: 0.35rem;

    background: #f1f3f5;
    color: #495057;

    border-radius: 999px;
    font-size: 0.8em;
    font-weight: 600;
}
