/* SAFETY 섹션 헤더만 — 카드(safety-cards.css)와 분리 · 이 파일은 카드 작업 시 건드리지 말 것 */
.mc-safety-heading {
    text-align: center;
    font-size: 97px;
}

.mc-safety .mc-section-title {
    font-size: 1em;
    margin-bottom: var(--mc-section-head-em-title-gap);
    line-height: 1.13;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.mc-safety-title-row {
    display: inline;
    white-space: normal;
    word-break: keep-all;
}

.mc-safety-title-accent {
    display: inline;
    color: var(--mc-blue);
    font-weight: 800;
}

.mc-safety .mc-section-desc {
    font-size: 0.5em;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.94);
    margin: var(--mc-section-head-em-desc-top) auto 0;
    max-width: 42em;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

@media (max-width: 768px) {
    /* 클라이언트/다른 섹션과 동일 스케일 · 좁은 화면에서 과대 방지 */
    .mc-safety-heading {
        font-size: clamp(22px, 6vw, 40px);
    }

    .mc-safety .mc-section-title {
        line-height: 1.26;
    }
}
