.chip-tuning-lead {
    line-height: 1.7;
    max-width: 68ch;
}

.chip-stage-card {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 24px 22px 26px;
    height: 100%;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.chip-stage-card:hover {
    border-color: var(--accent-sport);
    transform: translateY(-4px);
}

.chip-stage-card--accent {
    border-color: rgba(255, 51, 51, 0.35);
}

.chip-stage-card__label {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent-sport);
    margin-bottom: 12px;
}

.chip-stage-card__title {
    font-size: 1.15rem;
    margin-bottom: 12px;
    line-height: 1.3;
}

.chip-eco {
    border: 1px solid rgba(255, 51, 51, 0.35);
    border-radius: 12px;
    overflow: hidden;
    background: var(--bg-card);
}

.chip-eco__head {
    padding: 22px 24px 8px;
    background: linear-gradient(150deg, rgba(255, 51, 51, 0.12), transparent 70%);
}

.chip-eco__title {
    font-size: clamp(1.25rem, 3vw, 1.55rem);
    margin: 8px 0 12px;
    line-height: 1.25;
}

.chip-eco__text {
    color: var(--text-muted);
    line-height: 1.65;
    max-width: 70ch;
    padding-bottom: 18px;
}

.chip-eco .row {
    padding: 0 16px 20px;
}

.chip-eco__cell {
    background: var(--bg-card-nested);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 16px 16px 18px;
    height: 100%;
}

.chip-eco__cell h3 {
    font-size: 0.95rem;
    color: var(--accent-sport);
    margin-bottom: 8px;
}

.chip-eco__cell p {
    color: var(--text-muted);
    font-size: 0.82rem;
    line-height: 1.5;
    margin: 0;
}

.chip-tuning-list {
    padding-left: 1.15rem;
    line-height: 1.65;
}

.chip-tuning-list li + li {
    margin-top: 8px;
}

@media (max-width: 575.98px) {
    .chip-eco__head {
        padding: 18px 16px 4px;
    }

    .chip-eco .row {
        padding: 0 12px 14px;
    }
}
