/* 同城家政 · 专题页 */

/* 顶部横图 Banner */
.local-housekeeping-band {
    position: relative;
    overflow: hidden;
    padding: 72px 24px;
    color: #f8fafc;
    text-align: center;
}
.local-housekeeping-band__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.58) 0%, rgba(15, 23, 42, 0.72) 100%),
        linear-gradient(135deg, #334155 0%, #1e3a5f 45%, #0f172a 100%);
    background-size: cover;
    background-position: center;
}
.local-housekeeping-band__inner {
    position: relative;
    z-index: 1;
    max-width: none;
    margin: 0 auto;
}
.local-housekeeping-band h2 {
    margin: 0 0 20px;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}
.local-housekeeping-band p {
    margin: 0 auto 32px;
    max-width: 42em;
    font-size: clamp(0.9375rem, 2vw, 1.0625rem);
    line-height: 1.85;
    color: rgba(248, 250, 252, 0.92);
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.28);
}
.local-housekeeping-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.local-housekeeping-band__cta {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 4px;
    background: #14b8a6;
    color: #fff !important;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(20, 184, 166, 0.35);
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.local-housekeeping-band__cta:hover {
    background: #0d9488;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(20, 184, 166, 0.42);
}
.local-housekeeping-band__cta--ghost {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: none;
}
.local-housekeeping-band__cta--ghost:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

/* 主 Hero · 左文右图 */
.hk-hero {
    position: relative;
    padding: 56px 0 64px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    overflow: hidden;
}
.hk-hero::before {
    content: '';
    position: absolute;
    right: -8%;
    top: 10%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.08), transparent 70%);
    pointer-events: none;
}
.hk-hero__grid {
    display: grid;
    gap: 40px;
    align-items: center;
}
@media (min-width: 960px) {
    .hk-hero__grid {
        grid-template-columns: 1fr 1.05fr;
        gap: 48px;
    }
}
.hk-hero__title {
    margin: 0 0 16px;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.35;
    color: #0f172a;
}
.hk-hero__title em {
    font-style: normal;
    color: #0d9488;
}
.hk-hero__lead {
    margin: 0 0 14px;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #334155;
    line-height: 1.6;
}
.hk-hero__desc {
    margin: 0 0 28px;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #64748b;
}
.hk-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.hk-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.hk-hero__btn--primary {
    background: linear-gradient(135deg, #14b8a6, #0d9488);
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.28);
}
.hk-hero__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(13, 148, 136, 0.36);
}
.hk-hero__btn--ghost {
    background: #fff;
    color: #0d9488 !important;
    border: 1px solid #99f6e4;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}
.hk-hero__btn--ghost:hover {
    border-color: #5eead4;
    transform: translateY(-2px);
}
.hk-hero__visual {
    position: relative;
    min-height: 280px;
}
.hk-hero__visual img,
.hk-hero__photo {
    display: block;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
}
.hk-hero__mock {
    position: relative;
    min-height: 300px;
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(145deg, #ecfdf5, #f0fdfa);
    border: 1px solid #ccfbf1;
    box-shadow: 0 20px 48px rgba(13, 148, 136, 0.1);
}
.hk-hero__mock .mock-desktop {
    max-width: 100%;
    margin-bottom: -40px;
}
.hk-hero__mock .mock-phone {
    position: absolute;
    width: 108px;
    right: 8%;
    bottom: 8px;
    transform: rotate(4deg);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}
.hk-hero__mock .mock-phone:nth-child(3) {
    right: 28%;
    bottom: 24px;
    transform: rotate(-3deg) scale(0.92);
    z-index: 1;
}
.hk-hero__mock .mock-phone:nth-child(4) {
    right: 48%;
    bottom: 12px;
    transform: rotate(-6deg) scale(0.88);
    z-index: 0;
}

/* 六大能力矩阵 */
.hk-features {
    padding: 40px 0 48px;
    background: #fff;
    border-top: 1px solid #e2e8f0;
}
.hk-features__head {
    text-align: center;
    margin-bottom: 28px;
}
.hk-features__head--sub {
    margin-top: 36px;
    margin-bottom: 24px;
    padding-top: 28px;
    border-top: 1px solid #e2e8f0;
}
.hk-features__head h2 {
    margin: 0 0 8px;
    font-size: clamp(1.25rem, 3vw, 1.6rem);
    font-weight: 800;
    color: #0f172a;
}
.hk-features__head p {
    margin: 0 auto;
    max-width: 36em;
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.65;
}
.hk-features__grid {
    display: grid;
    gap: 16px;
}
@media (min-width: 640px) {
    .hk-features__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .hk-features__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
}
.hk-feature {
    padding: 22px 18px 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.hk-feature:hover {
    transform: translateY(-3px);
    border-color: #99f6e4;
    box-shadow: 0 12px 32px rgba(13, 148, 136, 0.1);
}
.hk-feature__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ecfeff, #cffafe);
    color: #0891b2;
}
.hk-feature__icon svg {
    width: 24px;
    height: 24px;
}
.hk-feature h3 {
    margin: 0 0 8px;
    font-size: 0.975rem;
    font-weight: 700;
    color: #0f172a;
}
.hk-feature p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #64748b;
    text-align: center;
}
.hk-features .hk-cap-grid {
    margin-top: 0;
}
.hk-features .hk-cap-card {
    padding: 20px 18px 18px;
}

/* 一站式闭环 */
.hk-loop {
    padding: 56px 0 64px;
    background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 100%);
    border-top: 1px solid #e2e8f0;
}
.hk-loop__grid {
    display: grid;
    gap: 40px;
    align-items: center;
}
@media (min-width: 960px) {
    .hk-loop__grid {
        grid-template-columns: 1fr 1fr;
        gap: 48px;
    }
}
.hk-loop__copy h2 {
    margin: 0 0 16px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    line-height: 1.45;
    color: #0f172a;
}
.hk-loop__copy > p {
    margin: 0 0 24px;
    font-size: 0.875rem;
    line-height: 1.85;
    color: #64748b;
}
.hk-loop__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hk-loop__list li {
    position: relative;
    margin: 0 0 14px;
    padding-left: 22px;
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #475569;
}
.hk-loop__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: linear-gradient(135deg, #14b8a6, #0d9488);
}
.hk-loop__media {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.15);
}
.hk-loop__media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    opacity: 0.88;
}
.hk-loop__video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    vertical-align: top;
    object-fit: cover;
    object-position: center;
    background: #0f172a;
}
.hk-loop__media.is-playing .hk-loop__video {
    opacity: 1;
}
.hk-loop__media.is-playing .hk-loop__play {
    opacity: 0;
    pointer-events: none;
}
.hk-loop__media.is-playing:hover .hk-loop__play {
    opacity: 1;
    pointer-events: auto;
}
.hk-loop__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.25);
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}
.hk-loop__play:hover {
    background: rgba(15, 23, 42, 0.35);
}
.hk-loop__play span {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.hk-loop__play span::after {
    content: '';
    margin-left: 4px;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #0d9488;
}

/* 上门平台横屏滚动 */
.hk-platform-scroll {
    padding: 40px 0 48px;
    background: #fff;
    border-top: 1px solid #e2e8f0;
}
.hk-platform-scroll .hk-section-head {
    text-align: center;
    max-width: 40em;
    margin: 0 auto 22px;
}
.hk-platform-scroll__track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 4px 4px 12px;
    scrollbar-width: thin;
}
.hk-platform-scroll__track::-webkit-scrollbar {
    height: 6px;
}
.hk-platform-scroll__track::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}
.hk-platform-scroll__card {
    flex: 0 0 auto;
    width: min(400px, 80vw);
    scroll-snap-align: start;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}
.hk-platform-scroll__figure {
    margin: 0;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}
.hk-platform-scroll__figure--housekeeping {
    background: linear-gradient(145deg, #fff7ed 0%, #ffedd5 100%);
}
.hk-platform-scroll__figure--combo,
.hk-platform-scroll__figure--massage {
    background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
}
.hk-platform-scroll__figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.hk-platform-scroll__body {
    padding: 14px 16px 16px;
}
.hk-platform-scroll__tag {
    display: inline-block;
    margin-bottom: 6px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0d9488;
    background: #ecfdf5;
}
.hk-platform-scroll__tag--massage {
    color: #047857;
    background: #d1fae5;
}
.hk-platform-scroll__tag--combo {
    color: #0369a1;
    background: #e0f2fe;
}
.hk-platform-scroll__body h3 {
    margin: 0 0 7px;
    font-size: 1.025rem;
    color: #0f172a;
}
.hk-platform-scroll__body p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #64748b;
}
@media (min-width: 960px) {
    .hk-platform-scroll__card {
        width: min(440px, 34vw);
    }
    .hk-platform-scroll__figure {
        height: 280px;
    }
}

/* 订单流程：从预约到分佣 */
.hk-order-flow {
    padding: 56px 0 64px;
    background: linear-gradient(180deg, #f0fdfa 0%, #fff 50%, #f8fafc 100%);
    border-top: 1px solid #ccfbf1;
    border-bottom: 1px solid #e2e8f0;
}
.hk-order-flow__head {
    text-align: center;
    max-width: 40em;
    margin: 0 auto 28px;
}
.hk-order-flow__head h2 {
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: #0f172a;
}
.hk-order-flow__head p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #64748b;
}
.hk-order-flow__parties {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 32px;
}
.hk-order-flow__party {
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.hk-order-flow__party--user {
    color: #0369a1;
    background: #e0f2fe;
    border: 1px solid #bae6fd;
}
.hk-order-flow__party--platform {
    color: #047857;
    background: #d1fae5;
    border: 1px solid #6ee7b7;
}
.hk-order-flow__party--worker {
    color: #b45309;
    background: #ffedd5;
    border: 1px solid #fdba74;
}
.hk-order-flow__track {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1024px) {
    .hk-order-flow__track {
        max-width: none;
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
        align-items: stretch;
        position: relative;
        padding-top: 8px;
    }
    .hk-order-flow__track::before {
        content: '';
        position: absolute;
        top: 28px;
        left: 12%;
        right: 12%;
        height: 3px;
        border-radius: 2px;
        background: linear-gradient(90deg, #bae6fd, #6ee7b7, #fdba74, #5eead4);
        z-index: 0;
    }
}
.hk-order-flow__step {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding-bottom: 28px;
}
.hk-order-flow__step:last-child {
    padding-bottom: 0;
}
@media (min-width: 1024px) {
    .hk-order-flow__step {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 0 10px 0;
        text-align: center;
    }
}
.hk-order-flow__step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 23px;
    top: 48px;
    bottom: 4px;
    width: 2px;
    background: linear-gradient(180deg, #99f6e4, #5eead4);
    border-radius: 1px;
}
@media (min-width: 1024px) {
    .hk-order-flow__step:not(:last-child)::after {
        display: none;
    }
}
.hk-order-flow__marker {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
@media (min-width: 1024px) {
    .hk-order-flow__marker {
        justify-content: center;
    }
}
.hk-order-flow__marker span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 0.8125rem;
    font-weight: 800;
    color: #fff;
    box-shadow: 0 6px 20px rgba(13, 148, 136, 0.25);
}
.hk-order-flow__step--user .hk-order-flow__marker span {
    background: linear-gradient(145deg, #38bdf8, #0284c7);
    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.28);
}
.hk-order-flow__step--platform .hk-order-flow__marker span {
    background: linear-gradient(145deg, #34d399, #059669);
    box-shadow: 0 6px 20px rgba(5, 150, 105, 0.28);
}
.hk-order-flow__step--worker .hk-order-flow__marker span {
    background: linear-gradient(145deg, #fb923c, #ea580c);
    box-shadow: 0 6px 20px rgba(234, 88, 12, 0.28);
}
.hk-order-flow__step--done .hk-order-flow__marker span {
    background: linear-gradient(145deg, #2dd4bf, #0d9488);
    box-shadow: 0 6px 20px rgba(13, 148, 136, 0.32);
}
.hk-order-flow__card {
    position: relative;
    z-index: 1;
    padding: 18px 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.hk-order-flow__card:hover {
    transform: translateY(-2px);
    border-color: #99f6e4;
    box-shadow: 0 12px 32px rgba(13, 148, 136, 0.1);
}
.hk-order-flow__step--user .hk-order-flow__card { border-top: 3px solid #38bdf8; }
.hk-order-flow__step--platform .hk-order-flow__card { border-top: 3px solid #34d399; }
.hk-order-flow__step--worker .hk-order-flow__card { border-top: 3px solid #fb923c; }
.hk-order-flow__step--done .hk-order-flow__card { border-top: 3px solid #14b8a6; }
.hk-order-flow__role {
    display: inline-block;
    margin-bottom: 8px;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}
.hk-order-flow__step--user .hk-order-flow__role {
    color: #0369a1;
    background: #e0f2fe;
}
.hk-order-flow__step--platform .hk-order-flow__role {
    color: #047857;
    background: #d1fae5;
}
.hk-order-flow__step--worker .hk-order-flow__role {
    color: #c2410c;
    background: #ffedd5;
}
.hk-order-flow__step--done .hk-order-flow__role {
    color: #0f766e;
    background: #ccfbf1;
}
.hk-order-flow__card p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.8;
    color: #475569;
}
.hk-order-flow__card p strong {
    color: #c2410c;
    font-weight: 700;
}

/* 功能能力详解 · 五步拆解 */
.hk-features-detail {
    padding: 56px 0 0;
    background: #fff;
}
.hk-features-detail__head {
    max-width: 720px;
    margin: 0 auto 8px;
    padding: 0 20px;
    text-align: center;
}
.hk-features-detail__head h2 {
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: #0f172a;
}
.hk-features-detail__head p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #64748b;
}
.hk-delivery-steps {
    margin-top: 32px;
    border-top: 1px solid #f1f5f9;
}
.hk-delivery-step {
    display: grid;
    gap: 32px;
    align-items: center;
    padding: 40px 28px;
    border-top: 1px solid #f1f5f9;
}
@media (min-width: 900px) {
    .hk-delivery-step {
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        padding: 48px 48px;
    }
    .hk-delivery-step--reverse .hk-delivery-step__copy { order: 2; }
    .hk-delivery-step--reverse .hk-delivery-step__media { order: 1; }
}
.hk-delivery-step:nth-child(even) {
    background: #f8fafc;
}
.hk-delivery-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #ecfdf5;
    color: #059669;
    font-size: 0.875rem;
    font-weight: 800;
}
.hk-delivery-step__copy h3 {
    margin: 0 0 12px;
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
}
.hk-delivery-step__copy > p {
    margin: 0 0 16px;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #64748b;
}
.hk-delivery-step__copy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hk-delivery-step__copy li {
    position: relative;
    margin: 0 0 8px;
    padding-left: 16px;
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.65;
}
.hk-delivery-step__copy li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
}
.hk-delivery-step__copy a {
    color: #059669;
    font-weight: 600;
    text-decoration: none;
}
.hk-delivery-step__copy a:hover {
    text-decoration: underline;
}
.hk-delivery-step__media {
    min-height: 220px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.hk-delivery-step__media img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

@media (max-width: 767px) {
    .local-housekeeping-band {
        padding: 56px 20px;
    }
    .local-housekeeping-band p {
        margin-bottom: 24px;
    }
    .hk-hero {
        padding: 40px 0 48px;
    }
    .hk-hero__mock .mock-phone {
        width: 88px;
    }
    .hk-features,
    .hk-loop,
    .hk-order-flow,
    .hk-features-detail {
        padding: 40px 0 0;
    }
    .hk-delivery-step {
        padding: 32px 20px;
    }
}

/* ── 区块标题 ── */
.hk-section-head {
    text-align: center;
    max-width: 40em;
    margin: 0 auto 36px;
}
.hk-section-head h2 {
    margin: 0 0 10px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: #0f172a;
}
.hk-section-head p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #64748b;
}
.hk-section-head--sub {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid #e2e8f0;
}

/* ── 运营看板 ── */
.hk-dashboard {
    padding: 56px 0 64px;
    background: linear-gradient(180deg, #ecfdf5 0%, #fff 100%);
    border-top: 1px solid #a7f3d0;
}
.hk-dashboard__grid {
    display: grid;
    gap: 18px;
}
@media (min-width: 640px) {
    .hk-dashboard__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .hk-dashboard__grid { grid-template-columns: repeat(4, 1fr); }
}
.hk-dashboard__item {
    padding: 24px 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #d1fae5;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.hk-dashboard__item:hover {
    transform: translateY(-2px);
    border-color: #6ee7b7;
    box-shadow: 0 12px 28px rgba(13, 148, 136, 0.1);
}
.hk-dashboard__item h3 {
    margin: 0 0 10px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #047857;
}
.hk-dashboard__item p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.75;
    color: #64748b;
}
.hk-dashboard__item strong {
    color: #c2410c;
}

/* ── 能力卡片（项目 / 调度） ── */
.hk-cap {
    padding: 56px 0 64px;
    background: #fff;
    border-top: 1px solid #e2e8f0;
}
.hk-cap-grid {
    display: grid;
    gap: 18px;
}
.hk-cap-grid--5 {
    margin-bottom: 8px;
}
@media (min-width: 640px) {
    .hk-cap-grid--5 { grid-template-columns: repeat(2, 1fr); }
    .hk-cap-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
    .hk-cap-grid--5 { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1200px) {
    .hk-cap-grid--5 { grid-template-columns: repeat(5, 1fr); }
    .hk-cap-grid--4 { grid-template-columns: repeat(4, 1fr); }
}
.hk-cap-card {
    display: flex;
    flex-direction: column;
    padding: 24px 20px 22px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.hk-cap-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(13, 148, 136, 0.12);
}
.hk-cap-card--rule {
    border-top: 3px solid #10b981;
}
.hk-cap-card--rule:hover {
    border-color: #6ee7b7;
}
.hk-cap-card--dispatch {
    border-top: 3px solid #059669;
    background: linear-gradient(180deg, #f0fdf4 0%, #fff 48%);
}
.hk-cap-card--dispatch:hover {
    border-color: #34d399;
}
.hk-cap-card--ai {
    background: linear-gradient(180deg, #f5f3ff 0%, #fff 55%);
    border-top-color: #8b5cf6;
}
.hk-cap-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 12px;
    font-size: 1.375rem;
    line-height: 1;
    background: linear-gradient(145deg, #ecfdf5, #d1fae5);
}
.hk-cap-card--dispatch .hk-cap-card__icon {
    background: linear-gradient(145deg, #dcfce7, #bbf7d0);
}
.hk-cap-card--ai .hk-cap-card__icon {
    background: linear-gradient(145deg, #ede9fe, #ddd6fe);
}
.hk-cap-card__tag {
    display: inline-block;
    margin-bottom: 8px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #047857;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}
.hk-cap-card--dispatch .hk-cap-card__tag {
    color: #065f46;
    background: #d1fae5;
    border-color: #6ee7b7;
}
.hk-cap-card--ai .hk-cap-card__tag {
    color: #6d28d9;
    background: #f5f3ff;
    border-color: #ddd6fe;
}
.hk-cap-card h3 {
    margin: 0 0 6px;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
}
.hk-cap-card__hl {
    margin: 0 0 10px;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.45;
    color: #059669;
}
.hk-cap-card--dispatch .hk-cap-card__hl {
    color: #047857;
}
.hk-cap-card--ai .hk-cap-card__hl {
    color: #7c3aed;
}
.hk-cap-card__desc {
    margin: 0;
    flex: 1;
    font-size: 0.8125rem;
    line-height: 1.75;
    color: #64748b;
}
.hk-cap-card__desc a {
    color: #059669;
    font-weight: 600;
    text-decoration: none;
}
.hk-cap-card__desc a:hover {
    text-decoration: underline;
}

/* ── 适合谁 · CTA ── */
.hk-audience {
    padding: 56px 0 72px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    border-top: 1px solid #e2e8f0;
}
.hk-audience__grid {
    display: grid;
    gap: 16px;
    margin-bottom: 24px;
}
@media (min-width: 640px) {
    .hk-audience__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .hk-audience__grid { grid-template-columns: repeat(4, 1fr); }
}
.hk-audience__item {
    padding: 22px 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #d1fae5;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s, border-color 0.2s;
}
.hk-audience__item:hover {
    transform: translateY(-2px);
    border-color: #6ee7b7;
}
.hk-audience__item h3 {
    margin: 0 0 8px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0f172a;
}
.hk-audience__item p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.7;
    color: #64748b;
}
.hk-audience__item a {
    color: #059669;
    font-weight: 600;
    text-decoration: none;
}
.hk-audience__item a:hover {
    text-decoration: underline;
}
.hk-bullets {
    margin: 0 0 32px;
    padding-left: 1.25em;
    font-size: 0.875rem;
    line-height: 1.85;
    color: #64748b;
}
.hk-bullets li {
    margin-bottom: 8px;
}
.hk-cta-bar {
    padding: 40px 32px;
    border-radius: 16px;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #047857, #10b981);
    box-shadow: 0 16px 48px rgba(4, 120, 87, 0.28);
}
.hk-cta-bar h3 {
    margin: 0 0 8px;
    font-size: 1.25rem;
    font-weight: 800;
}
.hk-cta-bar > p {
    margin: 0 0 20px;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.92);
}
.hk-cta-bar__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.hk-cta-bar__links a {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none !important;
    background: #fff;
    color: #047857 !important;
    transition: transform 0.2s;
}
.hk-cta-bar__links a:hover {
    transform: translateY(-1px);
}
.hk-cta-bar__link--ghost {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.55);
}
.hk-cta-bar__link--ghost:hover {
    background: rgba(255, 255, 255, 0.12) !important;
}

/* 热门家政服务场景 */
.housekeeping-page .hk-scenes {
    background-color: #ecfdf5;
    background-image:
        linear-gradient(135deg, rgba(255, 255, 255, 0.75) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.55) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.45) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.65) 25%, #ecfdf5 25%);
}
.housekeeping-page .hk-scenes__lead {
    margin: -20px auto 32px;
    max-width: 36em;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.75;
    color: #64748b;
}
.housekeeping-page .home-scene-chip--hk-clean .home-scene-chip__icon { background: linear-gradient(145deg, #34d399, #059669); }
.housekeeping-page .home-scene-chip--hk-deep .home-scene-chip__icon { background: linear-gradient(145deg, #2dd4bf, #0d9488); }
.housekeeping-page .home-scene-chip--hk-appliance .home-scene-chip__icon { background: linear-gradient(145deg, #60a5fa, #2563eb); }
.housekeeping-page .home-scene-chip--hk-nanny .home-scene-chip__icon { background: linear-gradient(145deg, #fda4af, #e11d48); }
.housekeeping-page .home-scene-chip--hk-pipe .home-scene-chip__icon { background: linear-gradient(145deg, #fb923c, #ea580c); }
.housekeeping-page .home-scene-chip--hk-move .home-scene-chip__icon { background: linear-gradient(145deg, #a78bfa, #7c3aed); }
.housekeeping-page .home-scene-chip--hk-barber .home-scene-chip__icon { background: linear-gradient(145deg, #94a3b8, #475569); }

/* Book · On-site Service 选项目预约 */
.vis--book .vis-showcase__media {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
}

.hk-book-visual,
.hk-post-visual {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.hk-book-visual__photo,
.hk-post-visual__photo {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

/* Post · Demand Matching 发单撮合 */
.vis--post {
    --vis-bg: linear-gradient(135deg, #fef3c7 0%, #fff7ed 50%, #ecfdf5 100%);
    --vis-accent: #ea580c;
}

.vis--post .vis-showcase__media {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
}

@media (max-width: 899px) {
    .hk-book-visual,
    .hk-post-visual {
        max-width: 100%;
    }
}

/* Marketing · 营销获客 */
.hk-marketing {
    padding: 56px 0 64px;
    background: linear-gradient(180deg, #f0fdfa 0%, #fff 55%, #f8fafc 100%);
    border-top: 1px solid #ccfbf1;
}
.hk-marketing .hk-section-head {
    text-align: center;
    max-width: 42em;
    margin: 0 auto 28px;
}
.vis--marketing {
    --vis-bg: linear-gradient(135deg, #ecfdf5 0%, #f0fdfa 50%, #e0f2fe 100%);
    --vis-accent: #0d9488;
}
.vis--marketing .vis-showcase__media {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
}
.hk-marketing__photo {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}
.hk-marketing__plugins {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}
.hk-marketing__plugin {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #0f766e;
    background: #fff;
    border: 1px solid #99f6e4;
    box-shadow: 0 2px 8px rgba(13, 148, 136, 0.08);
}
.hk-marketing__cards {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}
@media (min-width: 768px) {
    .hk-marketing__cards {
        grid-template-columns: repeat(3, 1fr);
    }
}
.hk-marketing__card {
    padding: 20px 18px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}
.hk-marketing__card h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    color: #0f172a;
}
.hk-marketing__card p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.65;
    color: #64748b;
}
.hk-marketing__foot {
    margin: 28px 0 0;
    text-align: center;
}
.hk-marketing__foot a {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0d9488;
    text-decoration: none;
}
.hk-marketing__foot a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .hk-cap,
    .hk-dashboard,
    .hk-audience,
    .hk-marketing,
    .hk-platform-scroll {
        padding: 40px 0 48px;
    }
    .hk-section-head--sub {
        margin-top: 32px;
        padding-top: 28px;
    }
    .hk-cta-bar {
        padding: 32px 20px;
    }
}
