/* 錨點導航 Tab 橫向滾動 */
#breastDiseaseNav .breast-disease-nav-inner {
    justify-content: center;
}

#breastDiseaseNav .breast-disease-tabs-scroll {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#breastDiseaseNav .breast-disease-tabs-scroll::-webkit-scrollbar {
    display: none;
}

#breastDiseaseNav .breast-disease-tabs {
    display: inline-flex;
    flex: none;
    width: max-content;
    justify-content: flex-start;
    overflow-x: visible;
}

#breastDiseaseNav .breast-disease-tab {
    flex: 0 0 auto;
}

/* 區塊基礎 */
.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;
}

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

.andro-overview-lead::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;
}

.andro-overview-intro {
    margin: 0 0 24px;
    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;
}

.andro-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);
    text-align: center;
}

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

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

.andro-intro-box {
    width: 100%;
    margin: 0 auto;
    padding: 32px 36px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--tcm-border);
    box-shadow: var(--tcm-shadow);
}

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

.andro-intro-dual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.andro-intro-dual .andro-intro-box,
.andro-intro-dual .andro-cause-box,
.andro-intro-dual .andro-symptom-list-wrap,
.andro-intro-dual .andro-check-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
}

.andro-cause-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 32px 36px;
    background: #fff;
    border: 1px solid var(--tcm-border);
    box-shadow: var(--tcm-shadow);
}

.andro-cause-title {
    margin: 0 0 14px;
    font-family: var(--family-font);
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0.04em;
    text-align: center;
}

.andro-cause-box p {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    color: rgba(44, 36, 22, 0.82);
    text-align: center;
}

.andro-intro-dual .andro-cause-box {
    padding: 28px 32px 32px;
}

.andro-intro-dual .andro-cause-title {
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--tcm-border);
}

.andro-cause-list {
    display: block !important;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: andro-cause;
}

.andro-intro-dual .andro-cause-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 16px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(44, 36, 22, 0.82);
    text-align: left;
    background: rgba(253, 248, 248, 0.55);
    border: 1px solid rgba(179, 32, 44, 0.08);
    counter-increment: andro-cause;
}

.andro-intro-dual .andro-cause-list li:last-child {
    margin-bottom: 0;
}

.andro-intro-dual .andro-cause-list li::before {
    content: counter(andro-cause, decimal-leading-zero);
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(179, 32, 44, 0.08);
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
}

/* 類型卡片 */
.andro-type-section {
    padding: 0;
}

.andro-type-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.andro-type-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.andro-type-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;
}

.andro-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);
}

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

/* 警示區 */
.andro-alert {
    padding: 28px 32px;
    text-align: center;
    background: rgba(179, 32, 44, 0.04);
    border: 1px dashed rgba(179, 32, 44, 0.2);
}

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

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

/* 症狀列表 */
.andro-symptom-list-wrap {
    padding: 28px 32px 32px;
    background: #fff;
    border: 1px solid var(--tcm-border);
    box-shadow: var(--tcm-shadow);
}

.andro-symptom-list-wrap .andro-section-title {
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--tcm-border);
}

.andro-symptom-list-wrap .andro-symptom-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    counter-reset: andro-symptom;
}

.andro-symptom-list-wrap .andro-symptom-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 22px 18px 20px;
    text-align: center;
    background: rgba(253, 248, 248, 0.55);
    border: 1px solid rgba(179, 32, 44, 0.08);
    counter-increment: andro-symptom;
}

.andro-symptom-list-wrap .andro-symptom-list li::before {
    content: counter(andro-symptom, decimal-leading-zero);
    position: static;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(179, 32, 44, 0.08);
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    flex-shrink: 0;
}

.andro-intro-dual .andro-symptom-list-wrap .andro-symptom-list {
    grid-template-columns: 1fr;
}

.andro-intro-dual .andro-symptom-list-wrap .andro-symptom-list li {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 16px 14px;
    text-align: left;
}

.andro-symptom-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.andro-symptom-list li {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(44, 36, 22, 0.82);
}

/* 檢查項目 */
.andro-check-panel {
    padding: 32px 36px;
    background: #fff;
    border: 1px solid var(--tcm-border);
    box-shadow: var(--tcm-shadow);
}

.andro-check-lead {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.85;
    color: rgba(44, 36, 22, 0.82);
    text-align: center;
}

.andro-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: andro-check;
}

.andro-content>.andro-check-panel>.andro-check-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.andro-check-list li {
    position: relative;
    padding: 12px 16px 12px 48px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.85;
    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: andro-check;
}

.andro-content>.andro-check-panel>.andro-check-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 22px 18px 20px;
    margin-bottom: 0;
    text-align: center;
}

.andro-check-list li:last-child {
    margin-bottom: 0;
}

/* .andro-check-list li::before {
    content: counter(andro-check, decimal-leading-zero);
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(179, 32, 44, 0.08);
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
} */

/* .andro-content > .andro-check-panel > .andro-check-list li::before {
    position: static;
    transform: none;
    width: 36px;
    height: 36px;
    font-size: 13px;
    line-height: 36px;
} */

.andro-check-list li strong {
    color: var(--primary-color);
    font-weight: 500;
}

/* 雙欄面板 */
.andro-dual-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

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

.andro-panel-highlight {
    margin-bottom: 16px;
    padding: 18px 20px;
    text-align: center;
    background: rgba(253, 248, 248, 0.55);
    border: 1px solid rgba(179, 32, 44, 0.08);
}

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

.andro-panel-highlight strong {
    font-family: var(--family-font);
    font-size: 22px;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0.04em;
}

.andro-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;
}

.andro-point-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.andro-point-list 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);
}

.andro-point-list li:last-child {
    border-bottom: none;
}

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

/* 中醫治療雙欄 */
.andro-treatment-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

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

.andro-treatment-outcomes {
    display: flex;
    flex-direction: column;
}

.andro-treatment-outcomes .andro-outcome-grid {
    flex: 1;
}

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

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

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

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

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

.andro-treatment-meta {
    margin-top: 20px;
    padding: 18px 20px;
    background: rgba(253, 248, 248, 0.55);
    border: 1px solid rgba(179, 32, 44, 0.08);
}

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

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

.andro-outcome-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.andro-outcome-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 16px;
    background: rgba(253, 248, 248, 0.55);
    border: 1px solid rgba(179, 32, 44, 0.08);
}

.andro-outcome-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(179, 32, 44, 0.08);
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 500;
    flex-shrink: 0;
}

.andro-outcome-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(44, 36, 22, 0.82);
}

.mb {
    display: none !important;
}