/* 首页视觉增强 — 医疗健康 / 二手按摩器材 */
:root {
    --home-navy: #0b3d4a;
    --home-deep: #072e38;
    --home-teal: #0d9488;
    --home-cyan: #14b8a6;
    --home-mint: #e8f7f5;
    --home-sand: #f6f4ef;
    --home-coral: #e85d4c;
    --home-gold: #c9a227;
    --home-ink: #16313c;
    --home-muted: #5b6b76;
    --home-card: #ffffff;
    --home-line: rgba(11, 61, 74, 0.08);
    --home-shadow: 0 18px 40px rgba(11, 61, 74, 0.08);
}

body {
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
    color: var(--home-ink);
    background: #fbfaf7;
}

.papri-header-area {
    background: #fff;
    box-shadow: 0 6px 24px rgba(11, 61, 74, 0.06);
    position: relative;
    z-index: 20;
}

.main-menu nav > ul > li > a {
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

.main-menu nav > ul > li:hover > a,
.main-menu nav > ul > li.active > a {
    color: var(--home-teal);
}

img {
    max-width: 100%;
}

/* ---------- Banner 背景图 1905x600 ---------- */
.home-banner {
    width: 100%;
    max-width: 1905px;
    margin: 0 auto;
    height: 0;
    padding-bottom: 31.496%;
    background-color: #0b3d4a;
    background-image: url("/images/banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@supports (aspect-ratio: 1905 / 600) {
    .home-banner {
        height: auto;
        padding-bottom: 0;
        aspect-ratio: 1905 / 600;
    }
}

.home-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.28s ease;
}

.home-btn-primary {
    background: linear-gradient(90deg, #14b8a6 0%, #0d9488 100%);
    color: #fff;
    box-shadow: 0 12px 28px rgba(13, 148, 136, 0.35);
}

.home-btn-primary:hover {
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 16px 32px rgba(13, 148, 136, 0.45);
}

.home-btn-ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.32);
}

.home-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transform: translateY(-3px);
}


/* ---------- 通用区块标题 ---------- */
.home-section {
    position: relative;
}

.home-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 42px;
}

.home-section-head .section-title-style-1 {
    margin-bottom: 0;
    display: block;
}

.home-section-head h3,
.home-section .section-title-style-1 h3,
.papri-featured-info-area .section-title-style-1 h3 {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 800;
    color: var(--home-ink);
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.home-section-head p,
.home-section .section-title-style-1 p,
.papri-featured-info-area .section-title-style-1 p {
    color: var(--home-muted);
    font-size: 16px;
    margin: 0;
}

.home-more {
    color: var(--home-teal);
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.home-more:hover {
    color: var(--home-coral);
}

.home-more i {
    margin-left: 4px;
}

/* ---------- 信任条 ---------- */
.home-trust-bar {
    margin-top: 28px;
    position: relative;
    z-index: 4;
    padding: 0 0 20px;
}

.home-trust-inner {
    background: #fff;
    border-radius: 22px;
    box-shadow: var(--home-shadow);
    padding: 22px 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.home-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 22px;
    border-right: 1px solid var(--home-line);
}

.home-trust-item:last-child {
    border-right: 0;
}

.home-trust-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

.home-trust-item:nth-child(1) .home-trust-icon { background: linear-gradient(135deg, #14b8a6, #0d9488); }
.home-trust-item:nth-child(2) .home-trust-icon { background: linear-gradient(135deg, #f59e0b, #d97706); }
.home-trust-item:nth-child(3) .home-trust-icon { background: linear-gradient(135deg, #38bdf8, #0284c7); }
.home-trust-item:nth-child(4) .home-trust-icon { background: linear-gradient(135deg, #e85d4c, #c2410c); }

.home-trust-item h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 2px;
    color: var(--home-ink);
}

.home-trust-item p {
    margin: 0;
    font-size: 13px;
    color: var(--home-muted);
}

/* ---------- 优势 ---------- */
.home-advantage-area {
    padding: 80px 0 30px;
    background: #fbfaf7;
}

.home-adv-card {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 30px 26px 26px;
    box-shadow: 0 10px 28px rgba(11, 61, 74, 0.05);
    border: 1px solid var(--home-line);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    margin-bottom: 30px;
}

.home-adv-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--home-shadow);
}

.home-adv-num {
    font-size: 12px;
    letter-spacing: 0.16em;
    color: var(--home-teal);
    font-weight: 700;
    margin-bottom: 16px;
}

.home-adv-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 18px;
    background: linear-gradient(135deg, #14b8a6, #0b3d4a);
}

.home-adv-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--home-ink);
}

.home-adv-card p {
    margin: 0;
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.75;
}

/* ---------- 最新转让：通栏单行 4 列 ---------- */
.home-latest-area {
    width: 100%;
    padding: 48px 0 36px;
    background: #fbfaf7;
}

.home-latest-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 0 20px 22px;
    box-sizing: border-box;
}

.home-latest-head .section-title-style-1 {
    margin-bottom: 0;
    display: block;
}

.home-latest-head h3 {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 800;
    color: var(--home-ink);
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.home-latest-head p {
    color: var(--home-muted);
    font-size: 16px;
    margin: 0;
}

.home-latest-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
}

.home-latest-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 22px rgba(11, 61, 74, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    min-width: 0;
}

.home-latest-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(11, 61, 74, 0.1);
    border-color: rgba(13, 148, 136, 0.35);
    color: inherit;
    text-decoration: none;
}

.home-latest-thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    background: #e8eef0;
    overflow: hidden;
}

.home-latest-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.home-latest-card:hover .home-latest-thumb img {
    transform: scale(1.06);
}

.home-latest-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    background: var(--home-navy);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 999px;
}

.home-latest-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px 16px 14px;
    min-width: 0;
}

.home-latest-info h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 8px;
    color: var(--home-ink);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-latest-card:hover .home-latest-info h4 {
    color: var(--home-teal);
}

.home-latest-info p {
    margin: 0 0 10px;
    color: var(--home-muted);
    font-size: 13px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.home-latest-author {
    font-size: 13px;
    color: var(--home-ink);
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-latest-author .fa {
    color: var(--home-teal);
    margin-right: 4px;
}

.home-latest-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
    color: #7a8891;
    border-top: 1px dashed var(--home-line);
    padding-top: 10px;
}

.home-latest-meta .fa {
    color: var(--home-teal);
    margin-right: 4px;
}

.home-latest-meta em {
    font-style: normal;
    font-weight: 600;
    color: var(--home-teal);
    white-space: nowrap;
}

/* ---------- 信息列表（精品推荐左右图文） ---------- */
.papri-portfolio-mesonary-wraper {
    padding: 50px 0 40px;
    background: #fbfaf7;
}

.home-list-item {
    display: flex;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    margin-bottom: 22px;
    min-height: 148px;
    box-shadow: 0 8px 22px rgba(11, 61, 74, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-list-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(11, 61, 74, 0.1);
    border-color: rgba(13, 148, 136, 0.35);
    color: inherit;
    text-decoration: none;
}

.home-list-thumb {
    position: relative;
    width: 168px;
    flex-shrink: 0;
    background: #e8eef0;
    overflow: hidden;
}

.home-list-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.home-list-item:hover .home-list-thumb img {
    transform: scale(1.06);
}

.home-list-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--home-navy);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 999px;
}

.home-list-tag.is-hot {
    background: linear-gradient(90deg, #e85d4c, #f59e0b);
}

.home-list-body {
    flex: 1;
    padding: 16px 18px 14px;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.home-list-body h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 8px;
    color: var(--home-ink);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-list-item:hover .home-list-body h4 {
    color: var(--home-teal);
}

.home-list-body p {
    margin: 0 0 12px;
    color: var(--home-muted);
    font-size: 13px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.home-list-foot {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #7a8891;
    border-top: 1px dashed var(--home-line);
    padding-top: 10px;
}

.home-list-foot .fa {
    color: var(--home-teal);
    margin-right: 4px;
}

.home-list-foot em {
    margin-left: auto;
    font-style: normal;
    font-weight: 600;
    color: var(--home-teal);
}

.home-list-item.is-featured {
    background: linear-gradient(90deg, #ffffff 0%, #f4fbfa 100%);
}

.home-list-item.is-featured::before {
    content: "";
    width: 4px;
    background: linear-gradient(180deg, #14b8a6, #e85d4c);
    flex-shrink: 0;
}

/* ---------- 精品推荐 ---------- */
.papri-featured-info-area,
.papri-featured-info-area.bgc-2 {
    background:
        radial-gradient(700px 280px at 90% 0%, rgba(20, 184, 166, 0.12), transparent 60%),
        linear-gradient(180deg, #eef7f6 0%, #f7f5f0 100%) !important;
    padding-top: 90px;
    padding-bottom: 70px;
}

/* ---------- 购买流程 ---------- */
.home-process-area {
    padding: 90px 0;
    background: var(--home-navy);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.home-process-area::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(20, 184, 166, 0.16);
    right: -120px;
    top: -140px;
}

.home-process-area .section-title-style-1 {
    display: block;
    margin-bottom: 48px;
}

.home-process-area .section-title-style-1 h3,
.home-process-area .section-title-style-1 p {
    color: #fff;
}

.home-process-area .section-title-style-1 p {
    color: rgba(255, 255, 255, 0.72);
}

.home-process-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 32px 26px;
    height: 100%;
    position: relative;
    margin-bottom: 24px;
    backdrop-filter: blur(8px);
}

.home-process-step {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #14b8a6, #0d9488);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.home-process-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #f4f8f8;
}

.home-process-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.75;
    font-size: 14px;
}

.home-process-card i.lead-icon {
    position: absolute;
    right: 22px;
    top: 22px;
    font-size: 28px;
    color: rgba(126, 232, 220, 0.35);
}

/* ---------- 咨询条 ---------- */
.home-cta-area {
    padding: 70px 0 90px;
    background: #fbfaf7;
}

.home-cta-box {
    background: linear-gradient(120deg, #0b3d4a 0%, #0f6a66 55%, #e85d4c 160%);
    border-radius: 28px;
    padding: 42px 48px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0 20px 50px rgba(11, 61, 74, 0.18);
    overflow: hidden;
    position: relative;
}

.home-cta-box::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    right: -60px;
    bottom: -80px;
}

.home-cta-box h3 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #fff;
}

.home-cta-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
}

.home-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.home-cta-actions .home-btn-primary {
    background: #fff;
    color: var(--home-navy);
    box-shadow: none;
}

.home-cta-actions .home-btn-primary:hover {
    color: var(--home-navy);
    background: #f3fffd;
}

.home-cta-actions .home-btn-ghost {
    border-color: rgba(255, 255, 255, 0.45);
}

/* ---------- 响应式 ---------- */
@media (max-width: 992px) {
    .home-trust-inner {
        grid-template-columns: 1fr 1fr;
    }

    .home-trust-item:nth-child(2) {
        border-right: 0;
    }

    .home-trust-item:nth-child(1),
    .home-trust-item:nth-child(2) {
        border-bottom: 1px solid var(--home-line);
        padding-bottom: 18px;
        margin-bottom: 10px;
    }

    .home-cta-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 28px;
    }

    .home-latest-grid {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        padding: 0 16px 10px;
        -webkit-overflow-scrolling: touch;
    }

    .home-latest-card {
        flex: 0 0 260px;
    }
}

@media (max-width: 768px) {
    .home-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-latest-head {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 16px 18px;
    }

    .home-latest-head h3 {
        font-size: 26px;
    }

    .home-section-head h3,
    .home-section .section-title-style-1 h3,
    .papri-featured-info-area .section-title-style-1 h3 {
        font-size: 26px;
    }

    .home-trust-bar {
        margin-top: 16px;
    }

    .home-list-thumb {
        width: 132px;
    }

    .home-list-body h4 {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .home-trust-inner {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .home-trust-item,
    .home-trust-item:nth-child(1),
    .home-trust-item:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--home-line);
        margin-bottom: 0;
        padding: 14px 12px;
    }

    .home-trust-item:last-child {
        border-bottom: 0;
    }

    .home-cta-box h3 {
        font-size: 22px;
    }

    .home-list-item {
        flex-direction: column;
        min-height: 0;
    }

    .home-list-thumb {
        width: 100%;
        height: 168px;
    }

    .home-list-item.is-featured::before {
        display: none;
    }

    .home-list-foot em {
        width: 100%;
        margin-left: 0;
    }
}
