/* ========== 文件密码找回落地页（/word 等） ========== */
.dpt-hero {
    position: relative;
    padding: 4rem 0 3.5rem;
    overflow: hidden;
    background: var(--tblr-bg-surface, #f6f8fb);
}
.dpt-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(900px 400px at 15% 0%, rgba(32,107,196, .12), transparent 60%),
        radial-gradient(700px 400px at 90% 100%, rgba(32,107,196, .08), transparent 60%);
    pointer-events: none;
}
.dpt-hero-inner { position: relative; }
.dpt-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .35rem .9rem;
    border-radius: 999px;
    background: rgba(32,107,196,.08);
    color: #206bc4;
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.dpt-pulse {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #2fb344;
    animation: dpt-pulse 1.6s infinite;
}
@keyframes dpt-pulse {
    0% { box-shadow: 0 0 0 0 rgba(47,179,68,.5); }
    70% { box-shadow: 0 0 0 8px rgba(47,179,68,0); }
    100% { box-shadow: 0 0 0 0 rgba(47,179,68,0); }
}
.dpt-hero-title {
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: -.02em;
    margin-bottom: .8rem;
}
.dpt-hero-subtitle {
    color: var(--tblr-secondary, #6c7a91);
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
}
.dpt-hero-meta { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-bottom: 1.2rem; }
.dpt-meta-item {
    display: inline-flex; align-items: center; gap: .4rem;
    color: var(--tblr-secondary, #6c7a91); font-size: .88rem;
}
.dpt-meta-item svg { color: #2fb344; }
.dpt-hero-price {
    display: flex; align-items: center; flex-wrap: wrap; gap: .6rem;
}
.dpt-price-badge {
    padding: .3rem .8rem; border-radius: 999px;
    background: rgba(47,179,68,.1); color: #2fb344;
    font-size: .82rem; font-weight: 600;
}
.dpt-price-range { font-size: 1.3rem; font-weight: 800; color: #206bc4; }
.dpt-price-note { color: var(--tblr-secondary); font-size: .82rem; }

.dpt-hero-upload-card {
    background: var(--tblr-card-bg, #fff);
    border: 1px solid var(--tblr-border-color, rgba(97,115,150,.2));
    border-radius: 14px;
    padding: 1.5rem;
    box-shadow: 0 8px 30px rgba(0,0,0,.06);
}

/* 拖拽上传卡 */
.dpt-upload-card {
    border: 2px dashed rgba(32,107,196,.35);
    border-radius: 12px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: border-color .15s ease, background-color .15s ease;
}
.dpt-upload-card:hover, .dpt-upload-card.dpt-dragover {
    border-color: #206bc4;
    background: rgba(32,107,196,.04);
}
.dpt-upload-icon-wrap { color: #206bc4; margin-bottom: .8rem; }
.dpt-upload-title { font-size: 1.15rem; font-weight: 700; margin-bottom: .3rem; }
.dpt-upload-desc { color: var(--tblr-secondary); font-size: .88rem; margin-bottom: 1.2rem; }
.dpt-upload-btn { border-radius: 999px; padding: .55rem 1.6rem; font-weight: 600; }

/* 已选文件卡 */
.dpt-file-card {
    display: flex; align-items: center; gap: 1rem;
    padding: 1.5rem;
    border: 1px solid var(--tblr-border-color, rgba(97,115,150,.2));
    border-radius: 12px;
    background: rgba(32,107,196,.02);
}
.dpt-file-icon { color: #206bc4; flex-shrink: 0; }
.dpt-file-info { min-width: 0; flex: 1; }
.dpt-file-name {
    font-weight: 700; font-size: 1rem;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.dpt-file-size { color: var(--tblr-secondary); font-size: .85rem; }
.dpt-file-actions { flex-shrink: 0; min-width: 180px; }

/* 恢复方式卡 */
.dpt-type-card { padding: .5rem 0; }
.dpt-type-head {
    display: flex; align-items: center; gap: .5rem;
    font-weight: 700; margin-bottom: .8rem; color: #2fb344;
}
.dpt-type-head svg { color: #2fb344; }
.dpt-alert {
    display: flex; gap: .6rem; align-items: flex-start;
    border-radius: 8px; padding: .6rem .8rem;
    font-size: .85rem; margin-bottom: .6rem;
}
.dpt-alert-info { background: rgba(32,166,222,.08); color: #455a6f; }
.dpt-alert svg { flex-shrink: 0; margin-top: 1px; color: #32a5dd; }
.dpt-type-group { margin-bottom: .6rem; }
.dpt-type-group .form-selectgroup-item { margin-bottom: .5rem; }
.dpt-type-group .form-selectgroup-label { border-radius: 8px; }
.dpt-extra { margin-top: .8rem; }
.dpt-agree { margin: .8rem 0; }
.dpt-submit-btn { font-weight: 700; border-radius: 10px; }

/* 步骤/特性/FAQ 区 */
.dpt-section { padding: 3.2rem 0; }
.dpt-section-alt { background: var(--tblr-bg-surface, #f6f8fb); }
.dpt-section-title { text-align: center; font-weight: 800; font-size: 1.5rem; margin-bottom: .3rem; }
.dpt-section-subtitle { text-align: center; color: var(--tblr-secondary); margin-bottom: 2rem; }

.dpt-step-card {
    background: var(--tblr-card-bg, #fff);
    border: 1px solid var(--tblr-border-color, rgba(97,115,150,.2));
    border-radius: 12px;
    padding: 1.6rem;
    height: 100%;
    text-align: center;
}
.dpt-step-num {
    width: 42px; height: 42px; line-height: 42px;
    margin: 0 auto .8rem;
    border-radius: 50%;
    background: rgba(32,107,196,.1); color: #206bc4;
    font-weight: 800; font-size: 1.1rem;
}
.dpt-step-title { font-size: 1.05rem; font-weight: 700; margin-bottom: .4rem; }
.dpt-step-desc { color: var(--tblr-secondary); font-size: .88rem; margin: 0; }

.dpt-feature-card {
    background: var(--tblr-card-bg, #fff);
    border: 1px solid var(--tblr-border-color, rgba(97,115,150,.2));
    border-radius: 12px;
    padding: 1.6rem 1.2rem;
    height: 100%;
    text-align: center;
}
.dpt-feature-icon { color: #206bc4; margin-bottom: .7rem; }
.dpt-feature-title { font-size: 1rem; font-weight: 700; margin-bottom: .35rem; }
.dpt-feature-desc { color: var(--tblr-secondary); font-size: .85rem; margin: 0; }

.dpt-law-card { height: 100%; }
.dpt-cta-card {
    background: linear-gradient(135deg, #206bc4, #295dcf);
    border: none; color: #fff; height: 100%;
}
.dpt-cta-title { color: #fff; font-weight: 800; }
.dpt-cta-card .text-secondary { color: rgba(255,255,255,.75) !important; }
.dpt-cta-btn { border-radius: 999px; padding: .55rem 1.5rem; font-weight: 700; }

/* 暗夜模式微调 */
[data-bs-theme="dark"] .dpt-hero,
[data-bs-theme="dark"] .dpt-section-alt { background: var(--tblr-bg-surface-dark, #1a2334); }
[data-bs-theme="dark"] .dpt-cta-card { background: linear-gradient(135deg, #1e4f96, #295dcf); }

@media (max-width: 991.98px) {
    .dpt-hero { padding: 2.5rem 0 2rem; }
    .dpt-hero-title { font-size: 1.7rem; }
    .dpt-file-card { flex-direction: column; text-align: center; }
    .dpt-file-actions { width: 100%; }
}
