.development-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #262541;
    color: #fff !important;
    border-radius: 5px;
    padding: 0.45rem 0.8rem;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.development-fact-card,
.development-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    color: #262541;
}

.development-intro-card {
    border-radius: 18px;
    padding: 1.5rem;
    color: #262541;
}

.development-fact-card {
    height: 100%;
}

.development-fact-card p,
.development-card p,
.development-intro-card p,
.development-card li,
.development-intro-card li,
.development-card span,
.development-intro-card span,
.development-card strong,
.development-intro-card strong {
    color: #262541;
}

.development-card h2,
.development-intro-card h2 {
    color: #262541;
    font-weight: 700;
    margin-bottom: 1rem;
}

.development-card p,
.development-intro-card p {
    line-height: 1.7;
}

.development-timeline {
    display: grid;
    gap: 1rem;
}

.timeline-item {
    background: #fff;
    border-left: 5px solid #262541;
    border-radius: 18px;
    padding: 1.3rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.timeline-item span {
    display: block;
    color: #262541;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.timeline-item p {
    color: #262541;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .development-fact-card,
    .development-card,
    .development-intro-card {
        padding: 1.2rem;
    }
}