.mcs-wrapper-9b3b4424 {
    max-width: 1100px;
    margin: 0 auto;
    font-family: inherit;
}
.mcs-wrapper-9b3b4424 h2 {
    text-align: center;
    color: #660d0d;
    margin-bottom: 40px;
}
.mcs-metrics-row-9b3b4424 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid rgba(192, 192, 192, 0.3);
    border-bottom: 1px solid rgba(192, 192, 192, 0.3);
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    .mcs-metrics-row-9b3b4424 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .mcs-metrics-row-9b3b4424 {
        grid-template-columns: 1fr;
    }
}
.mcs-metric-number-9b3b4424 {
    font-size: 42px;
    color: #660d0d;
    font-weight: 700;
    line-height: 1.2;
}
.mcs-metric-label-9b3b4424 {
    font-size: 16px;
    color: #353746;
    margin-top: 8px;
}
.mcs-case-study-card-9b3b4424 {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mcs-cs-tags-9b3b4424 {
    display: flex;
    gap: 10px;
}
.mcs-cs-tag-9b3b4424 {
    background: rgba(102, 13, 13, 0.05);
    color: #660d0d;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}
.mcs-cs-headline-9b3b4424 {
    font-size: 28px;
    color: #2f334f;
    margin: 0;
    font-weight: bold;
}
.mcs-cs-outcome-9b3b4424 {
    font-size: 18px;
    color: #353746;
    line-height: 1.6;
    margin: 0;
}
.mcs-cs-cta-9b3b4424 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #660d0d;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    margin-top: 10px;
    transition: color 0.3s;
}
.mcs-cs-cta-9b3b4424:hover {
    color: #ce6219;
}
.mcs-cs-cta-9b3b4424 svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    transition: transform 0.3s;
}
.mcs-cs-cta-9b3b4424:hover svg {
    transform: translateX(4px);
}