/* 同城平台 · industries.html 专题样式 */

@media (min-width: 900px) {
    .industries-page .vis-showcase {
        grid-template-columns: 1.2fr 0.78fr;
    }
    .industries-page .vis-showcase__media {
        min-height: auto;
    }
}

/* 同城商圈 · 架构 + 用户动线（紧凑 + 高对比） */
.ind-hub-flow {
    max-width: 1060px;
    margin: 0 auto;
    display: grid;
    gap: 16px;
}
@media (min-width: 900px) {
    .ind-hub-flow {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
        align-items: stretch;
    }
}
.ind-hub-flow__panel {
    padding: 22px 20px 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}
.ind-hub-flow__panel--journey {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.ind-hub-flow__panel--arch {
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.ind-hub-flow__title {
    margin: 0 0 16px;
    padding-left: 10px;
    border-left: 3px solid #2563eb;
    font-size: 0.9375rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: 0.02em;
}
.ind-hub-flow__user {
    max-width: 280px;
    margin: 0 auto;
    padding: 12px 16px;
    border-radius: 12px;
    text-align: center;
    background: linear-gradient(180deg, #0ea5e9 0%, #2563eb 100%);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.28);
    color: #fff;
}
.ind-hub-flow__user strong {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
}
.ind-hub-flow__user span {
    display: block;
    margin-top: 4px;
    font-size: 0.6875rem;
    color: #e0f2fe;
    line-height: 1.45;
}
.ind-hub-flow__connector {
    width: 2px;
    height: 18px;
    margin: 0 auto;
    background: linear-gradient(180deg, #94a3b8, #64748b);
}
.ind-hub-flow__steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ind-hub-flow__steps > li {
    display: flex;
    align-items: center;
}
.ind-hub-flow__steps > li:not(:last-child)::after {
    content: '→';
    margin: 0 6px;
    font-size: 0.875rem;
    font-weight: 800;
    color: #64748b;
    line-height: 1;
}
.ind-hub-flow__step {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 12px;
    border-radius: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.3;
    color: #334155;
    background: #fff;
    border: 1.5px solid #cbd5e1;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    white-space: nowrap;
}
.ind-hub-flow__step i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-style: normal;
    font-size: 0.625rem;
    font-weight: 800;
    color: #64748b;
    background: #f1f5f9;
    flex-shrink: 0;
}
.ind-hub-flow__step--accent {
    color: #1e40af;
    background: #dbeafe;
    border-color: #2563eb;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.18);
}
.ind-hub-flow__step--accent i {
    color: #fff;
    background: #2563eb;
}
.ind-hub-flow__step--pay {
    color: #047857;
    background: #d1fae5;
    border-color: #059669;
    box-shadow: 0 6px 16px rgba(5, 150, 105, 0.16);
}
.ind-hub-flow__step--pay i {
    color: #fff;
    background: #059669;
}
.ind-hub-flow__step--done {
    color: #0f172a;
    background: #fef3c7;
    border-color: #f59e0b;
}
.ind-hub-flow__step--done i {
    color: #fff;
    background: #d97706;
}
.ind-hub-flow__meta {
    margin: 14px 0 0;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 0.8125rem;
    line-height: 1.65;
    text-align: center;
    color: #475569;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}
.ind-hub-flow__meta strong {
    color: #1e40af;
}
.ind-hub-flow__arch {
    position: relative;
}
.ind-hub-flow__hub {
    max-width: 360px;
    margin: 0 auto;
    padding: 14px 18px;
    border-radius: 12px;
    text-align: center;
    background: linear-gradient(90deg, #1e3a5f, #0f172a);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.22);
    color: #f8fafc;
}
.ind-hub-flow__hub strong {
    display: block;
    font-size: 0.9375rem;
    font-weight: 800;
}
.ind-hub-flow__hub span {
    display: block;
    margin-top: 4px;
    font-size: 0.75rem;
    color: #94a3b8;
    line-height: 1.5;
}
.ind-hub-flow__fork {
    position: relative;
    height: 28px;
    margin: 0 auto;
    max-width: 72%;
}
.ind-hub-flow__fork::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 12px;
    margin-left: -1px;
    background: #64748b;
}
.ind-hub-flow__fork::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    height: 2px;
    background: #64748b;
}
.ind-hub-flow__plugins {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (min-width: 640px) {
    .ind-hub-flow__plugins {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .ind-hub-flow__plugins li::before {
        content: '';
        position: absolute;
        top: -14px;
        left: 50%;
        width: 2px;
        height: 14px;
        margin-left: -1px;
        background: #64748b;
    }
}
.ind-hub-flow__plugins li {
    position: relative;
    margin-top: 14px;
    padding: 14px 12px 12px;
    border-radius: 12px;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
    text-align: center;
}
.ind-hub-flow__plugins li:nth-child(1) { border-top: 3px solid #f97316; }
.ind-hub-flow__plugins li:nth-child(2) { border-top: 3px solid #6366f1; }
.ind-hub-flow__plugins li:nth-child(3) { border-top: 3px solid #10b981; }
.ind-hub-flow__plugins strong {
    display: block;
    margin-bottom: 6px;
    font-size: 0.875rem;
    font-weight: 800;
    color: #0f172a;
}
.ind-hub-flow__plugins span {
    display: block;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #64748b;
}
.ind-hub-flow__plugins em {
    display: block;
    margin-top: 8px;
    font-style: normal;
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1.45;
    color: #059669;
}
.ind-hub-flow__plugins b {
    display: block;
    margin-top: 4px;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #94a3b8;
}
@media (max-width: 899px) {
    .ind-hub-flow__panel {
        padding: 18px 16px 20px;
    }
    .ind-hub-flow__fork {
        display: none;
    }
    .ind-hub-flow__plugins li {
        margin-top: 0;
        text-align: left;
    }
    .ind-hub-flow__plugins li::before {
        display: none;
    }
    .ind-hub-flow__step {
        white-space: normal;
    }
    .ind-hub-flow__steps > li:not(:last-child)::after {
        margin: 0 4px;
    }
}
@media (max-width: 639px) {
    .ind-hub-flow__plugins {
        grid-template-columns: 1fr;
    }
}

.ind-section-head {
    text-align: center;
    max-width: 44em;
    margin: 0 auto 36px;
}
.ind-section-head h2 {
    margin: 0 0 10px;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}
.ind-section-head p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #64748b;
}
.ind-section-head--sub {
    margin-top: 56px;
    margin-bottom: 28px;
    text-align: left;
    max-width: none;
}
.ind-section-head--sub h2 {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
}

/* ── 适用群体 Tab ── */
.ind-fit {
    padding: 56px 0 64px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.ind-fit--core {
    padding: 64px 0 72px;
    background:
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(37, 99, 235, 0.07), transparent 55%),
        linear-gradient(180deg, #f1f5f9 0%, #f8fafc 42%, #fff 100%);
}
.ind-fit--core .ind-section-head {
    margin-bottom: 40px;
}
.ind-fit__card {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 20px 50px rgba(15, 23, 42, 0.09);
    overflow: hidden;
}
.ind-fit--core .ind-fit__card {
    max-width: none;
}
.ind-fit__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 4px 24px;
    margin: 0;
    padding: 18px 28px 14px;
    background: linear-gradient(180deg, #fafbfd 0%, #fff 100%);
    border-bottom: 1px solid #eef2f7;
}
.ind-fit__tab {
    position: relative;
    padding: 10px 6px 12px;
    border: none;
    background: transparent;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: color 0.2s;
    letter-spacing: 0.01em;
}
.ind-fit__tab.is-active {
    color: #1e3a8a;
}
.ind-fit__tab.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2563eb, #3b82f6);
}
.ind-fit__tab:hover {
    color: #1d4ed8;
}
.ind-fit__panels {
    padding: 28px 28px 32px;
}
.ind-fit__panel[hidden] {
    display: none !important;
}
.ind-fit__panel.is-active {
    display: grid;
    gap: 28px;
    align-items: start;
    animation: ind-fit-fade 0.35s ease;
}
@keyframes ind-fit-fade {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (min-width: 768px) {
    .ind-fit__panel.is-active {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: 36px;
        align-items: center;
    }
    .ind-fit__panel.is-active .ind-fit__body {
        display: flex;
        flex-direction: column;
    }
    .ind-fit__link {
        margin-top: auto;
        padding-top: 12px;
    }
}
.ind-fit__media {
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(145deg, #f1f5f9, #e2e8f0);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.8);
}
.ind-fit__media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}
.ind-fit__media img[src*="local-app-showcase"] {
    object-fit: contain;
    padding: 20px;
    background: linear-gradient(160deg, #f8fafc, #eef2ff);
    aspect-ratio: auto;
    min-height: 220px;
}
.ind-fit__body h3 {
    margin: 0 0 14px;
    font-size: clamp(1.125rem, 2vw, 1.35rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}
.ind-fit__body > p {
    margin: 0 0 16px;
    font-size: 0.875rem;
    line-height: 1.85;
    color: #64748b;
}
.ind-fit__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.ind-fit__meta span {
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #1d4ed8;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}
.ind-fit__icons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 12px;
    margin: 0;
    padding: 22px 0 0;
    list-style: none;
    border-top: 1px dashed #e2e8f0;
}
@media (min-width: 900px) {
    .ind-fit__icons {
        justify-content: space-between;
        gap: 10px;
    }
    .ind-fit__icons li {
        flex: 0 1 auto;
        max-width: none;
    }
}
.ind-fit__icons li {
    flex: 1 1 72px;
    max-width: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    line-height: 1.35;
}
.ind-fit__hex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
    background: linear-gradient(145deg, #eff6ff, #dbeafe);
    color: #2563eb;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.12);
    transition: transform 0.2s, box-shadow 0.2s;
}
.ind-fit__icons li:hover .ind-fit__hex {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.18);
}
.ind-fit__hex svg {
    width: 22px;
    height: 22px;
}
.ind-fit__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 16px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
    transition: color 0.2s, gap 0.2s;
}
.ind-fit__link:hover {
    color: #1d4ed8;
    gap: 8px;
}

/* ── 同城核心 · 模式快捷入口 ── */
.ind-core-modes {
    margin-top: 40px;
    padding-top: 36px;
    border-top: 1px solid #e2e8f0;
}
.ind-core-modes__lead {
    margin: 0 0 20px;
    font-size: 0.875rem;
    line-height: 1.75;
    color: #64748b;
    text-align: center;
}
.ind-core-modes__lead a {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}
.ind-core-modes__lead a:hover {
    text-decoration: underline;
}
.ind-core-modes__grid {
    display: grid;
    gap: 16px;
}
@media (min-width: 768px) {
    .ind-core-modes__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
}
.ind-core-mode {
    display: block;
    padding: 20px 22px 22px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.ind-core-mode:hover {
    border-color: #93c5fd;
    box-shadow: 0 12px 32px rgba(37, 99, 235, 0.1);
    transform: translateY(-2px);
}
.ind-core-mode__tag {
    display: inline-block;
    margin-bottom: 10px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1d4ed8;
    background: #eff6ff;
}
.ind-core-mode h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
}
.ind-core-mode p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #64748b;
}
.ind-core-mode:nth-child(1) { border-top: 3px solid #8b5cf6; }
.ind-core-mode:nth-child(2) { border-top: 3px solid #0ea5e9; }
.ind-core-mode:nth-child(3) { border-top: 3px solid #6366f1; }

/* content-modules 区块沿用 ind-fit 背景但去掉重复卡片间距 */
#content-modules.ind-fit {
    padding-top: 48px;
}
#content-modules .ind-fit__card {
    display: none;
}

/* ── 模块一览 ── */
.ind-modules {
    padding: 0 0 8px;
}
.ind-modules__table-wrap {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
    background: #fff;
}
.ind-modules__table-wrap .feature-table {
    margin: 0;
}
.ind-modules__table-wrap .feature-table th {
    background: linear-gradient(180deg, #f8fafc, #f1f5f9);
    font-size: 0.8125rem;
    color: #475569;
}
.ind-modules__table-wrap .feature-table td {
    font-size: 0.8125rem;
    vertical-align: top;
}
.ind-modules__table-wrap .fn-name {
    font-weight: 700;
    color: #0f172a;
}
.ind-modules__table-wrap a {
    color: #2563eb;
    font-weight: 600;
    white-space: nowrap;
}

.ind-mod-cards {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}
@media (min-width: 640px) {
    .ind-mod-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .ind-mod-cards { grid-template-columns: repeat(4, 1fr); }
}
.ind-mod-card {
    padding: 18px 16px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.ind-mod-card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
}
.ind-mod-card__type {
    display: inline-block;
    margin-bottom: 8px;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.ind-mod-card__type--agg { color: #1d4ed8; background: #eff6ff; }
.ind-mod-card__type--content { color: #047857; background: #ecfdf5; }
.ind-mod-card__type--delivery { color: #c2410c; background: #ffedd5; }
.ind-mod-card h4 {
    margin: 0 0 6px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #0f172a;
}
.ind-mod-card p {
    margin: 0 0 8px;
    font-size: 0.75rem;
    line-height: 1.65;
    color: #64748b;
}
.ind-mod-card a {
    font-size: 0.75rem;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
}
.ind-mod-card a:hover { text-decoration: underline; }

/* ── 双路径对比 ── */
.ind-scope {
    display: grid;
    gap: 20px;
    margin-top: 40px;
}
@media (min-width: 768px) {
    .ind-scope { grid-template-columns: 1fr 1fr; }
}
.ind-scope__card {
    padding: 28px 24px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s, border-color 0.2s;
}
.ind-scope__card:hover {
    transform: translateY(-2px);
}
.ind-scope__card--platform {
    border-top: 3px solid #10b981;
    background: linear-gradient(180deg, #ecfdf5 0%, #fff 40%);
}
.ind-scope__card--merchant {
    border-top: 3px solid #2563eb;
    background: linear-gradient(180deg, #eff6ff 0%, #fff 40%);
}
.ind-scope__card h3 {
    margin: 0 0 12px;
    font-size: 1.0625rem;
    font-weight: 800;
    color: #0f172a;
}
.ind-scope__card p {
    margin: 0 0 16px;
    font-size: 0.875rem;
    line-height: 1.8;
    color: #64748b;
}
.ind-scope__card strong {
    color: #0f172a;
}
.ind-scope__link {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
}
.ind-scope__link:hover { text-decoration: underline; }
.ind-scope__card--platform .ind-scope__link { color: #059669; }

@media (max-width: 767px) {
    .ind-fit { padding: 40px 0 48px; }
    .ind-fit--core { padding: 44px 0 52px; }
    .ind-fit--core .ind-section-head { margin-bottom: 28px; }
    .ind-fit__tabs {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        gap: 4px 18px;
        padding: 14px 16px 12px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .ind-fit__tabs::-webkit-scrollbar { display: none; }
    .ind-fit__tab {
        flex: 0 0 auto;
        white-space: nowrap;
        font-size: 0.875rem;
    }
    .ind-fit__panels {
        padding: 20px 16px 24px;
    }
    .ind-core-modes {
        margin-top: 28px;
        padding-top: 28px;
    }
    .ind-core-modes__lead {
        text-align: left;
    }
}

/* 同城平台案例横屏滚动 */
.ind-platform-scroll {
    padding: 40px 0 48px;
    background: #fff;
    border-top: 1px solid #e2e8f0;
}
.ind-platform-scroll .ind-section-head {
    margin-bottom: 22px;
}
.ind-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;
}
.ind-platform-scroll__track::-webkit-scrollbar {
    height: 6px;
}
.ind-platform-scroll__track::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}
.ind-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;
}
.ind-platform-scroll__figure {
    margin: 0;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}
.ind-platform-scroll__figure--life {
    background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 100%);
}
.ind-platform-scroll__figure--info {
    background: linear-gradient(145deg, #fdf2f8 0%, #fce7f3 100%);
}
.ind-platform-scroll__figure--recruit {
    background: linear-gradient(145deg, #eef2ff 0%, #e0e7ff 100%);
}
.ind-platform-scroll__figure--rent {
    background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
}
.ind-platform-scroll__figure--o2o {
    background: linear-gradient(145deg, #fff7ed 0%, #ffedd5 100%);
}
.ind-platform-scroll__figure--errand {
    background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
}
.ind-platform-scroll__figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.ind-platform-scroll__body {
    padding: 14px 16px 16px;
}
.ind-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: #2563eb;
    background: #eff6ff;
}
.ind-platform-scroll__tag--o2o {
    color: #c2410c;
    background: #ffedd5;
}
.ind-platform-scroll__tag--info {
    color: #be185d;
    background: #fce7f3;
}
.ind-platform-scroll__tag--recruit {
    color: #4338ca;
    background: #eef2ff;
}
.ind-platform-scroll__tag--rent {
    color: #047857;
    background: #d1fae5;
}
.ind-platform-scroll__tag--errand {
    color: #0d9488;
    background: #ecfdf5;
}
.ind-platform-scroll__body h3 {
    margin: 0 0 7px;
    font-size: 1.025rem;
    color: #0f172a;
}
.ind-platform-scroll__body p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #64748b;
}
@media (min-width: 960px) {
    .ind-platform-scroll__card {
        width: min(440px, 34vw);
    }
    .ind-platform-scroll__figure {
        height: 280px;
    }
}

/* 同城平台演示视频（tongcheng.mp4） */
.industries-page .hk-loop {
    padding: 56px 0 64px;
    background: linear-gradient(180deg, #eff6ff 0%, #f8fafc 100%);
    border-top: 1px solid #e2e8f0;
}
.industries-page .hk-loop__grid {
    display: grid;
    gap: 40px;
    align-items: center;
}
@media (min-width: 960px) {
    .industries-page .hk-loop__grid {
        grid-template-columns: 1fr 1fr;
        gap: 48px;
    }
}
.industries-page .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;
}
.industries-page .hk-loop__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.industries-page .hk-loop__list li {
    position: relative;
    margin: 0 0 14px;
    padding-left: 22px;
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #475569;
}
.industries-page .hk-loop__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}
.industries-page .hk-loop__media {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.15);
}
.industries-page .hk-loop__video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: #0f172a;
}
.industries-page .hk-loop__media.is-playing .hk-loop__video {
    opacity: 1;
}
.industries-page .hk-loop__media.is-playing .hk-loop__play {
    opacity: 0;
    pointer-events: none;
}
.industries-page .hk-loop__media.is-playing:hover .hk-loop__play {
    opacity: 1;
    pointer-events: auto;
}
.industries-page .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;
}
.industries-page .hk-loop__play:hover {
    background: rgba(15, 23, 42, 0.35);
}
.industries-page .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);
}
.industries-page .hk-loop__play span::after {
    content: '';
    margin-left: 4px;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #2563eb;
}
