/* 區塊基礎 */
.breast-disease-section {
    padding: 64px 0;
    scroll-margin-top: calc(var(--bd-nav-top, 90px) + 80px);
}

.breast-disease-section.breast-disease-overview {
    padding-top: 56px;
    background: var(--tcm-cream);
}

.breast-disease-block {
    background: #fff;
}

.breast-disease-block--alt {
    background: var(--tcm-cream);
}

.breast-disease-block-head {
    text-align: center;
    margin-bottom: 36px;
}

.breast-disease-block-title {
    margin: 0;
    font-family: var(--family-font);
    font-size: 36px;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0.06em;
}

/* 概述 */
.uc-overview-lead {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    padding: 36px 40px 32px;
    background: #fff;
    box-shadow: var(--tcm-shadow);
    overflow: hidden;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 72px;
        height: 72px;
        background: linear-gradient(135deg, transparent 50%, rgba(201, 164, 92, 0.12) 50%);
        pointer-events: none;
    }
}

.uc-overview-intro {
    margin: 0 0 28px;
    font-family: var(--family-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    color: var(--primary-color);
    letter-spacing: 0.04em;
    text-align: center;
}

.uc-overview-detail {
    margin-bottom: 28px;
    padding: 24px 28px;
    background: rgba(253, 248, 248, 0.6);
    border: 1px solid rgba(179, 32, 44, 0.08);
}

.uc-overview-label {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.14em;
    color: rgba(44, 36, 22, 0.55);
    text-align: center;
}

.uc-overview-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;

    li {
        padding: 12px 16px;
        font-size: 15px;
        line-height: 1.4;
        color: rgba(44, 36, 22, 0.82);
        background: #fff;
        border: 1px solid var(--tcm-border);
        text-align: center;
        transition: var(--transition);
    }

    li:hover {
        border-color: rgba(179, 32, 44, 0.25);
        color: var(--primary-color);
    }
}

.uc-overview-benefit {
    margin: 0;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 1.9;
    color: rgba(44, 36, 22, 0.82);
    background: var(--tcm-red-light);
}

/* 內容區塊共用 */
.uc-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.uc-section-title {
    margin: 0 0 16px;
    font-family: var(--family-font);
    font-size: 22px;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0.04em;
    text-align: center;
}

.uc-intro-box {
    width: 100%;
    margin: 0 auto;
    padding: 32px 36px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);

    p {
        margin: 0;
        font-size: 16px;
        line-height: 1.9;
        color: rgba(44, 36, 22, 0.82);
    }
}

/* 子宮肌瘤類型 */
.uc-type-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.uc-type-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 28px 24px 32px;
    background: #fff;
    border: 1px solid var(--tcm-border);
    box-shadow: var(--tcm-shadow);

    p {
        margin: 0;
        font-size: 15px;
        line-height: 1.85;
        color: rgba(44, 36, 22, 0.82);
    }
}

.uc-type-num,
.uc-outcome-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(179, 32, 44, 0.15);
    background: var(--tcm-red-light);
    color: var(--primary-color);
    font-family: var(--family-font);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.uc-type-title {
    margin: 0;
    padding-bottom: 12px;
    font-family: var(--family-font);
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0.04em;
    border-bottom: 1px solid var(--tcm-border);
}

.uc-type-ratio {
    /* font-family: var(--family-font); */
    font-size: 18px;
    font-weight: 500;
    color: rgba(44, 36, 22, 0.55);
    letter-spacing: 0.08em;
}

.uc-notice,
.uc-alert {
    padding: 28px 32px;
    background: #ffffff;
    border: 1px dashed rgba(179, 32, 44, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 400;

    p {
        margin: 0;
        font-size: 15px;
        line-height: 1.9;
        color: rgba(44, 36, 22, 0.82);
    }
}

.uc-notice-title,
.uc-alert-title {
    margin: 0 0 14px;
    font-family: var(--family-font);
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0.04em;
}

.uc-alert {
    background: rgba(179, 32, 44, 0.04);
    border-color: rgba(179, 32, 44, 0.18);
}

/* 卵巢水瘤雙欄 */
.uc-dual-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.uc-panel-block {
    padding: 28px 28px 32px;
    background: #fff;
    border: 1px solid var(--tcm-border);
    box-shadow: var(--tcm-shadow);
}

.uc-panel-title {
    margin: 0 0 20px;
    padding-bottom: 14px;
    font-family: var(--family-font);
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0.04em;
    border-bottom: 1px solid var(--tcm-border);
    text-align: center;
}

.uc-num-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: uc-num;

    li {
        position: relative;
        padding: 14px 16px 14px 48px;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1.8;
        color: rgba(44, 36, 22, 0.82);
        background: rgba(253, 248, 248, 0.55);
        border: 1px solid rgba(179, 32, 44, 0.08);
        counter-increment: uc-num;

        &:last-child {
            margin-bottom: 0;
        }

        &::before {
            content: counter(uc-num, decimal-leading-zero);
            position: absolute;
            left: 14px;
            top: 14px;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--family-font);
            font-size: 14px;
            font-weight: 500;
            color: var(--primary-color);
            background: var(--tcm-red-light);
            border: 1px solid rgba(179, 32, 44, 0.15);
        }
    }
}

.uc-symptom-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.uc-symptom-item {
    padding: 14px 16px;
    background: rgba(253, 248, 248, 0.55);
    border: 1px solid rgba(179, 32, 44, 0.08);

    p {
        margin: 6px 0 0;
        font-size: 14px;
        line-height: 1.75;
        color: rgba(44, 36, 22, 0.72);
    }
}

.uc-symptom-title {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0.04em;
}

/* 經痛對照 */
.uc-compare-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.uc-compare-card {
    padding: 28px 28px 32px;
    background: #fff;
    border: 1px solid var(--tcm-border);
    box-shadow: var(--tcm-shadow);
}

.uc-compare-label {
    margin: 0 0 16px;
    padding-bottom: 12px;
    font-family: var(--family-font);
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0.04em;
    border-bottom: 1px solid var(--tcm-border);
    text-align: center;
}

.uc-compare-list {
    margin: 0;
    padding: 0;
    list-style: none;

    li {
        position: relative;
        padding: 10px 0 10px 18px;
        font-size: 15px;
        line-height: 1.8;
        color: rgba(44, 36, 22, 0.82);
        border-bottom: 1px solid rgba(179, 32, 44, 0.06);

        &:last-child {
            border-bottom: none;
        }

        &::before {
            content: '';
            position: absolute;
            left: 0;
            top: 18px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--primary-color);
            opacity: 0.45;
        }
    }
}

/* 三大症狀 */
.uc-major-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    counter-reset: uc-major;

    li {
        position: relative;
        padding: 24px 20px 24px 56px;
        background: #fff;
        border: 1px solid var(--tcm-border);
        box-shadow: var(--tcm-shadow);
        counter-increment: uc-major;

        &::before {
            content: counter(uc-major, decimal-leading-zero);
            position: absolute;
            left: 18px;
            top: 24px;
            width: 28px;
            height: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--family-font);
            font-size: 15px;
            font-weight: 500;
            color: var(--primary-color);
            background: var(--tcm-red-light);
            border: 1px solid rgba(179, 32, 44, 0.15);
        }
    }

    p {
        margin: 8px 0 0;
        font-size: 15px;
        line-height: 1.8;
        color: rgba(44, 36, 22, 0.72);
    }
}

.uc-major-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0.04em;
}

/* 子宮腺肌症 */
.uc-risk-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.uc-risk-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 28px 28px 32px;
    background: #fff;
    border: 1px solid var(--tcm-border);
    box-shadow: var(--tcm-shadow);

    p {
        margin: 0;
        font-size: 15px;
        line-height: 1.85;
        color: rgba(44, 36, 22, 0.82);
    }
}

.uc-risk-title {
    margin: 0;
    padding-bottom: 14px;
    font-family: var(--family-font);
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0.04em;
    border-bottom: 1px solid var(--tcm-border);
}

/* 中醫治療 */
.uc-treatment {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 32px;
}

.uc-treatment-plan,
.uc-treatment-outcomes {
    padding: 32px 36px;
    background: #fff;
    border: 1px solid var(--tcm-border);
    box-shadow: var(--tcm-shadow);
}

.uc-treatment-outcomes {
    display: flex;
    flex-direction: column;

    .uc-outcome-grid {
        flex: 1;
    }
}

.uc-treatment-plan-title,
.uc-treatment-outcomes-title {
    margin: 12px 0 20px;
    font-family: var(--family-font);
    font-size: 24px;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0.04em;
}

.uc-treatment-plan>p {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.9;
    color: rgba(44, 36, 22, 0.82);
}

.uc-timeline {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.uc-timeline-item {
    padding: 16px 18px;
    background: rgba(253, 248, 248, 0.55);
    border: 1px solid rgba(179, 32, 44, 0.08);

    p {
        margin: 8px 0 0;
        font-size: 15px;
        line-height: 1.8;
        color: rgba(44, 36, 22, 0.82);
    }
}

.uc-timeline-phase {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0.08em;
}

.uc-outcome-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.uc-outcome-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 18px 22px;
    background: rgba(253, 248, 248, 0.55);
    border: 1px solid rgba(179, 32, 44, 0.08);

    p {
        margin: 0;
        font-size: 15px;
        line-height: 1.75;
        color: rgba(44, 36, 22, 0.72);
    }
}

.uc-outcome-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0.04em;
}

.mb {
    display: none !important;
}