/* === TPM 特有样式 === */
.feature-phase {
    display: inline-block; background: #e8f0fe; border: 1px solid #0068dd;
    border-radius: 30px; padding: 2px 14px;
    font-size: 12px; color: #0068dd; margin-bottom: 10px;
}

/* === Content Section === */
.content-section {
    position: relative;
    background: url('../images/tpm-bg.webp') center top / cover no-repeat;
    padding: 64px 0;
}
