/* 电商零售 · 专题页（靛蓝主题） */

:root {
    --rtl-accent: #2563eb;
    --rtl-accent-dark: #1d4ed8;
    --rtl-accent-deep: #1e3a8a;
    --rtl-accent-soft: #eff6ff;
    --rtl-bg: #f8fafc;
    --rtl-surface: #fff;
    --rtl-text: #0f172a;
    --rtl-muted: #64748b;
    --rtl-border: #e2e8f0;
    --rtl-radius: 16px;
    --rtl-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

.retail-community-wrap {
    --cmt-accent: #10b981;
    position: relative;
    background: var(--cmt-bg, #f8fafc);
    color: var(--cmt-text, #0f172a);
    border-top: none;
    overflow: hidden;
}
.retail-community-wrap::before {
    content: '';
    display: block;
    height: 5px;
    background: linear-gradient(
        90deg,
        var(--rtl-accent) 0%,
        var(--rtl-accent) 46%,
        var(--cmt-accent) 54%,
        var(--cmt-accent) 100%
    );
}

/* 零售 → 社区 过渡带 */
.retail-community-bridge {
    position: relative;
    overflow: hidden;
    padding: 56px 24px 48px;
    color: #ecfdf5;
    text-align: center;
}
.retail-community-bridge__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 78, 59, 0.55) 0%, rgba(6, 95, 70, 0.72) 100%),
        linear-gradient(135deg, #064e3b 0%, #047857 45%, #059669 100%);
}
.retail-community-bridge__inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.retail-community-bridge__kicker {
    display: inline-block;
    margin: 0 0 12px;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #a7f3d0;
    background: rgba(52, 211, 153, 0.15);
    border: 1px solid rgba(52, 211, 153, 0.35);
}
.retail-community-bridge h2 {
    margin: 0 0 16px;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-weight: 800;
    line-height: 1.35;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}
.retail-community-bridge p {
    margin: 0 auto 24px;
    max-width: 42em;
    font-size: clamp(0.9375rem, 2vw, 1.0625rem);
    line-height: 1.85;
    color: rgba(236, 253, 245, 0.92);
}
.retail-community-bridge__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.retail-community-bridge__cta {
    display: inline-block;
    padding: 11px 28px;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none !important;
    background: linear-gradient(135deg, #34d399, #10b981);
    color: #064e3b !important;
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.35);
    transition: transform 0.2s;
}
.retail-community-bridge__cta:hover { transform: translateY(-1px); }
.retail-community-bridge__cta--ghost {
    background: transparent;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: none;
}

.retail-page #retail-plugins {
    padding-bottom: 48px;
}
.retail-community-wrap .cmt-lead {
    padding-top: 0;
    background: transparent;
}
.retail-community-wrap .cmt-lead .cmt-panel {
    margin-top: 24px;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}
.retail-community-wrap .cmt-hero {
    padding: 36px 28px;
}
.retail-community-wrap .cmt-hero__copy h1 {
    font-size: clamp(1.25rem, 2.8vw, 1.625rem);
}
.retail-community-wrap .cmt-dual-hub,
.retail-community-wrap .cmt-dual-end,
.retail-community-wrap .cmt-features {
    background: transparent;
}
.retail-community-wrap .cmt-cap-matrix,
.retail-community-wrap .cmt-synergy {
    background: var(--cmt-surface, #fff);
}
.retail-page .rtl-audience {
    border-top: 1px solid var(--rtl-border);
    background: var(--rtl-surface);
}

@media (max-width: 767px) {
    .retail-community-bridge { padding: 40px 20px 32px; }
    .retail-community-wrap .cmt-hero { padding: 28px 20px; }
}


.retail-page .site-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid var(--rtl-border);
}

.local-retail-band {
    position: relative;
    overflow: hidden;
    padding: 72px 24px;
    color: #f8fafc;
    text-align: center;
}
.local-retail-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, #1e3a8a 0%, #2563eb 45%, #0f172a 100%);
    background-size: cover;
    background-position: center;
}
.local-retail-band__inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.local-retail-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-retail-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);
}
.local-retail-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.local-retail-band__cta {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 4px;
    background: #3b82f6;
    color: #fff !important;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.35);
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.local-retail-band__cta:hover {
    background: #2563eb;
    transform: translateY(-1px);
}
.local-retail-band__cta--ghost {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: none;
}
.local-retail-band__cta--ghost:hover {
    background: rgba(255, 255, 255, 0.2);
}

.rtl-hero {
    position: relative;
    padding: 56px 0 64px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    overflow: hidden;
}
.rtl-hero::before {
    content: '';
    position: absolute;
    right: -8%;
    top: 10%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.08), transparent 70%);
    pointer-events: none;
}
.rtl-hero__grid {
    display: grid;
    gap: 40px;
    align-items: center;
}
@media (min-width: 960px) {
    .rtl-hero__grid {
        grid-template-columns: 1fr 1.05fr;
        gap: 48px;
    }
}
.rtl-hero__title {
    margin: 0 0 16px;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.35;
    color: #0f172a;
}
.rtl-hero__title em {
    font-style: normal;
    color: #2563eb;
}
.rtl-hero__lead {
    margin: 0 0 14px;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #334155;
    line-height: 1.6;
}
.rtl-hero__desc {
    margin: 0 0 28px;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #64748b;
}
.rtl-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.rtl-hero__btn {
    display: inline-flex;
    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;
}
.rtl-hero__btn--primary {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.28);
}
.rtl-hero__btn--primary:hover { transform: translateY(-2px); }
.rtl-hero__btn--ghost {
    background: #fff;
    color: #2563eb !important;
    border: 1px solid #bfdbfe;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}
.rtl-hero__btn--ghost:hover {
    border-color: #93c5fd;
    transform: translateY(-2px);
}
.rtl-hero__mock {
    position: relative;
    min-height: 300px;
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(145deg, #dbeafe, #eff6ff);
    border: 1px solid #bfdbfe;
    box-shadow: 0 20px 48px rgba(37, 99, 235, 0.1);
}
.rtl-hero__mock .mock-desktop {
    max-width: 100%;
    margin-bottom: -40px;
}
.rtl-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);
}
.rtl-hero__mock .mock-phone:nth-child(3) {
    right: 28%;
    bottom: 24px;
    transform: rotate(-3deg) scale(0.92);
    z-index: 1;
}

.rtl-showcase-slot {
    padding: 48px 0;
    background: #fff;
    border-bottom: 1px solid var(--rtl-border);
}
.rtl-showcase-slot #industry-showcase {
    border-radius: var(--rtl-radius);
    overflow: hidden;
    box-shadow: var(--rtl-shadow);
}

.rtl-section-head {
    text-align: center;
    max-width: 40em;
    margin: 0 auto 40px;
}
.rtl-section-head h2 {
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: var(--rtl-text);
}
.rtl-section-head p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: var(--rtl-muted);
}

.rtl-features {
    padding: 56px 0;
    background: #fff;
}
.rtl-features__grid {
    display: grid;
    gap: 20px;
}
@media (min-width: 640px) {
    .rtl-features__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .rtl-features__grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
}
.rtl-feature {
    padding: 32px 24px 28px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    text-align: center;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.rtl-feature:hover {
    transform: translateY(-3px);
    border-color: #bfdbfe;
    box-shadow: 0 16px 40px rgba(37, 99, 235, 0.1);
}
.rtl-feature__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: linear-gradient(145deg, #dbeafe, #bfdbfe);
    color: #2563eb;
}
.rtl-feature__icon svg { width: 28px; height: 28px; }
.rtl-feature h3 {
    margin: 0 0 12px;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0f172a;
}
.rtl-feature p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.75;
    color: #64748b;
    text-align: left;
}

.rtl-loop {
    padding: 56px 0 64px;
    background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 100%);
    border-top: 1px solid #e2e8f0;
}
.rtl-loop__grid {
    display: grid;
    gap: 40px;
    align-items: center;
}
@media (min-width: 960px) {
    .rtl-loop__grid { grid-template-columns: 1fr 1fr; gap: 48px; }
}
.rtl-loop__copy h2 {
    margin: 0 0 16px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    line-height: 1.45;
    color: #0f172a;
}
.rtl-loop__copy > p {
    margin: 0 0 24px;
    font-size: 0.875rem;
    line-height: 1.85;
    color: #64748b;
}
.rtl-loop__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.rtl-loop__list li {
    position: relative;
    margin: 0 0 14px;
    padding-left: 22px;
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #475569;
}
.rtl-loop__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: linear-gradient(135deg, #60a5fa, #2563eb);
}
.rtl-showcase__panel {
    display: grid;
    gap: 32px;
    align-items: center;
    padding: 32px 24px;
    border-radius: var(--rtl-radius);
    background: linear-gradient(145deg, #eff6ff, #fff);
    border: 1px solid #bfdbfe;
    box-shadow: 0 8px 32px rgba(37, 99, 235, 0.08);
}
@media (min-width: 900px) {
    .rtl-showcase__panel {
        grid-template-columns: 1fr 1.1fr;
        gap: 48px;
        padding: 40px 48px;
    }
}
.rtl-showcase__kicker {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
}
.rtl-showcase__body h3 {
    margin: 0 0 14px;
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 800;
    color: #0f172a;
}
.rtl-showcase__body > p {
    margin: 0 0 20px;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #64748b;
}
.rtl-showcase__points {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.rtl-showcase__points li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 18px;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #475569;
}
.rtl-showcase__points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2563eb;
}
.rtl-showcase__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.rtl-chip {
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1d4ed8;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}
.rtl-showcase__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.rtl-order-flow {
    padding: 56px 0 64px;
    background: linear-gradient(180deg, #eff6ff 0%, #fff 50%, #f8fafc 100%);
    border-top: 1px solid #bfdbfe;
    border-bottom: 1px solid #e2e8f0;
}
.rtl-order-flow__steps {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
}
@media (min-width: 640px) {
    .rtl-order-flow__steps { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .rtl-order-flow__steps { grid-template-columns: repeat(4, 1fr); }
}
.rtl-order-flow__step-card {
    padding: 22px 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s, border-color 0.2s;
}
.rtl-order-flow__step-card:hover {
    transform: translateY(-2px);
    border-color: #bfdbfe;
}
.rtl-order-flow__step-card h3 {
    margin: 0 0 8px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #2563eb;
}
.rtl-order-flow__step-card p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.75;
    color: #64748b;
}
.rtl-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) {
    .rtl-order-flow__track {
        position: relative;
        max-width: none;
        grid-template-columns: repeat(4, 1fr);
        padding-top: 8px;
    }
    .rtl-order-flow__track::before {
        content: '';
        position: absolute;
        top: 28px;
        left: 12%;
        right: 12%;
        height: 3px;
        border-radius: 2px;
        background: linear-gradient(90deg, #93c5fd, #60a5fa, #3b82f6, #2563eb);
        z-index: 0;
    }
}
.rtl-order-flow__step {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding-bottom: 28px;
}
.rtl-order-flow__step:last-child { padding-bottom: 0; }
@media (min-width: 1024px) {
    .rtl-order-flow__step {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 0 10px;
        text-align: center;
    }
}
.rtl-order-flow__step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 23px;
    top: 48px;
    bottom: 4px;
    width: 2px;
    background: linear-gradient(180deg, #bfdbfe, #93c5fd);
}
@media (min-width: 1024px) {
    .rtl-order-flow__step:not(:last-child)::after { display: none; }
}
.rtl-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;
    background: linear-gradient(145deg, #60a5fa, #2563eb);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.28);
}
@media (min-width: 1024px) {
    .rtl-order-flow__marker { display: flex; justify-content: center; }
}
.rtl-order-flow__card {
    padding: 18px 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-top: 3px solid #2563eb;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}
.rtl-order-flow__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(37, 99, 235, 0.1);
}
.rtl-order-flow__role {
    display: inline-block;
    margin-bottom: 8px;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #1d4ed8;
    background: #eff6ff;
}
.rtl-order-flow__card p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.8;
    color: #475569;
}

.rtl-dual-end {
    padding: 64px 0 72px;
    background: var(--rtl-bg);
}
.rtl-dual-end__grid {
    display: grid;
    gap: 24px;
}
@media (min-width: 900px) {
    .rtl-dual-end__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
.rtl-dual-card {
    border-radius: var(--rtl-radius);
    overflow: hidden;
    background: var(--rtl-surface);
    border: 1px solid var(--rtl-border);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}
.rtl-dual-card__head {
    padding: 20px 24px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.rtl-dual-card__head--mp {
    color: #1d4ed8;
    background: linear-gradient(90deg, #eff6ff, #fff);
    border-bottom: 1px solid #bfdbfe;
}
.rtl-dual-card__head--adm {
    color: #1e40af;
    background: linear-gradient(90deg, #dbeafe, #fff);
    border-bottom: 1px solid #93c5fd;
}
.rtl-dual-card__list {
    margin: 0;
    padding: 8px 0;
    list-style: none;
}
.rtl-dual-card__list li {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 12px;
    padding: 14px 24px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.8125rem;
    line-height: 1.7;
}
.rtl-dual-card__list li:last-child { border-bottom: none; }
.rtl-dual-card__list strong {
    color: var(--rtl-text);
    font-weight: 700;
}
.rtl-dual-card__list span { color: var(--rtl-muted); }

.rtl-compare {
    padding: 64px 0 72px;
    background: var(--rtl-surface);
    border-top: 1px solid var(--rtl-border);
}
.rtl-compare__grid {
    display: grid;
    gap: 20px;
    margin-bottom: 28px;
}
@media (min-width: 768px) {
    .rtl-compare__grid { grid-template-columns: 1fr 1fr; }
}
.rtl-compare__card {
    padding: 24px 22px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--rtl-border);
    border-top: 4px solid var(--rtl-accent);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}
.rtl-compare__card--merchant {
    border-top-color: #7c3aed;
}
.rtl-compare__card h3 {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--rtl-text);
}
.rtl-compare__card dl {
    margin: 0;
    display: grid;
    gap: 10px;
}
.rtl-compare__card dt {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--rtl-muted);
    text-transform: uppercase;
}
.rtl-compare__card dd {
    margin: 0 0 4px;
    font-size: 0.8125rem;
    line-height: 1.65;
    color: #475569;
}
.rtl-compare__card a {
    color: var(--rtl-accent-dark);
    font-weight: 600;
}

.rtl-modules {
    padding: 0 0 72px;
    background: var(--rtl-surface);
}
.rtl-module-grid {
    display: grid;
    gap: 14px;
}
@media (min-width: 640px) {
    .rtl-module-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .rtl-module-grid { grid-template-columns: repeat(4, 1fr); }
}
.rtl-module {
    padding: 20px 18px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--rtl-border);
    transition: border-color 0.2s, box-shadow 0.2s;
}
.rtl-module:hover {
    border-color: #bfdbfe;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
}
.rtl-module h4 {
    margin: 0 0 8px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--rtl-text);
}
.rtl-module p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.65;
    color: var(--rtl-muted);
}

.rtl-dashboard {
    padding: 64px 0 72px;
    background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
    border-top: 1px solid #bfdbfe;
}
.rtl-dashboard__grid {
    display: grid;
    gap: 18px;
}
@media (min-width: 640px) {
    .rtl-dashboard__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .rtl-dashboard__grid { grid-template-columns: repeat(4, 1fr); }
}
.rtl-dashboard__item {
    padding: 24px 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--rtl-border);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s, border-color 0.2s;
}
.rtl-dashboard__item:hover {
    transform: translateY(-2px);
    border-color: #bfdbfe;
}
.rtl-dashboard__item h3 {
    margin: 0 0 10px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #2563eb;
}
.rtl-dashboard__item p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.75;
    color: var(--rtl-muted);
}

.rtl-plugins {
    padding: 64px 0 72px;
    background: var(--rtl-bg);
}
.rtl-plugin-grid {
    display: grid;
    gap: 18px;
}
@media (min-width: 640px) {
    .rtl-plugin-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .rtl-plugin-grid { grid-template-columns: repeat(4, 1fr); }
}
.rtl-plugin-card {
    padding: 24px 22px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--rtl-border);
    border-left: 4px solid var(--rtl-accent);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s, box-shadow 0.2s;
}
.rtl-plugin-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.1);
}
.rtl-plugin-card--marketing {
    border-left-color: #3b82f6;
}
.rtl-plugin-card__icon {
    font-size: 1.75rem;
    margin-bottom: 12px;
    line-height: 1;
}
.rtl-plugin-card__tag {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--rtl-accent-dark);
}
.rtl-plugin-card h3 {
    margin: 0 0 6px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--rtl-text);
}
.rtl-plugin-card__hl {
    margin: 0 0 10px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--rtl-accent);
}
.rtl-plugin-card p:last-child {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.75;
    color: var(--rtl-muted);
}
.rtl-plugin-card a {
    color: var(--rtl-accent-dark);
    font-weight: 600;
}

.rtl-audience {
    padding: 64px 0 80px;
    background: var(--rtl-surface);
    border-top: 1px solid var(--rtl-border);
}
.rtl-audience__grid {
    display: grid;
    gap: 16px;
    margin-bottom: 24px;
}
@media (min-width: 640px) {
    .rtl-audience__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .rtl-audience__grid { grid-template-columns: repeat(4, 1fr); }
}
.rtl-audience__item {
    padding: 22px 20px;
    border-radius: 10px;
    background: var(--rtl-accent-soft);
    border: 1px solid #bfdbfe;
}
.rtl-audience__item h3 {
    margin: 0 0 8px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--rtl-text);
}
.rtl-audience__item p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.7;
    color: var(--rtl-muted);
}
.rtl-audience__item a {
    color: var(--rtl-accent-dark);
    font-weight: 600;
}
.rtl-bullets {
    margin: 0 0 32px;
    padding-left: 1.25em;
    font-size: 0.875rem;
    line-height: 1.85;
    color: var(--rtl-muted);
}
.rtl-cta-bar {
    padding: 40px 32px;
    border-radius: var(--rtl-radius);
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #1d4ed8, #3b82f6);
    box-shadow: 0 16px 48px rgba(29, 78, 216, 0.25);
}
.rtl-cta-bar h3 {
    margin: 0 0 8px;
    font-size: 1.25rem;
    font-weight: 800;
}
.rtl-cta-bar > p {
    margin: 0 0 20px;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.9);
}
.rtl-cta-bar__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.rtl-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: #1d4ed8 !important;
    transition: transform 0.2s;
}
.rtl-cta-bar__links a:hover { transform: translateY(-1px); }
.rtl-cta-bar__links a.rtl-cta-bar__link--ghost {
    background: transparent;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .local-retail-band { padding: 56px 20px; }
    .rtl-hero:not(.rtl-hero--lead) { padding: 40px 0 48px; }
    .rtl-hero__mock .mock-phone { width: 88px; }
    .rtl-lead .rtl-hero__mock .mock-phone { width: 96px; }
    .rtl-features,
    .rtl-loop,
    .rtl-dual-hub,
    .rtl-cap-matrix,
    .rtl-order-flow,
    .rtl-dual-end,
    .rtl-compare,
    .rtl-deep,
    .rtl-dashboard,
    .rtl-plugins,
    .rtl-audience { padding: 40px 0; }
}

/* --- 餐饮风格扩展：Lead / Dual-Hub / Cap / Deep --- */
.rtl-lead {
    padding: 24px 0 0;
    background: var(--rtl-bg);
}
.rtl-lead .rtl-panel {
    border-radius: var(--rtl-radius);
    overflow: hidden;
    box-shadow: var(--rtl-shadow);
}
.rtl-hero--lead {
    display: grid;
    gap: 32px;
    align-items: center;
    padding: 48px 28px;
    color: #fff;
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 38%, #2563eb 72%, #3b82f6 100%);
}
@media (min-width: 900px) {
    .rtl-hero--lead {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 40px;
        padding: 56px 48px;
    }
}
.rtl-hero__kicker {
    display: inline-block;
    margin: 0 0 12px;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #bfdbfe;
    background: rgba(147, 197, 253, 0.15);
    border: 1px solid rgba(147, 197, 253, 0.35);
}
.rtl-hero--lead .rtl-hero__copy h1 {
    margin: 0 0 16px;
    font-size: clamp(1.5rem, 3.5vw, 2.125rem);
    font-weight: 800;
    line-height: 1.35;
}
.rtl-hero--lead .rtl-hero__copy > p {
    margin: 0 0 20px;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.9);
}
.rtl-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}
.rtl-hero__tags span {
    padding: 6px 14px;
    border-radius: 6px;
    border: 1px solid rgba(191, 219, 254, 0.45);
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.8125rem;
    color: #dbeafe;
}
.rtl-hero--lead .rtl-hero__btn--primary {
    background: linear-gradient(135deg, #93c5fd, #60a5fa);
    color: #1e3a8a !important;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}
.rtl-hero--lead .rtl-hero__btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff !important;
    background: transparent;
}
.rtl-lead .rtl-hero__mock {
    position: relative;
    width: 100%;
    max-width: 360px;
    min-height: 220px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.rtl-lead .rtl-hero__mock .mock-phone {
    position: absolute;
    right: 8%;
    bottom: 12px;
    width: 110px;
    transform: rotate(4deg);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.rtl-dual-hub {
    padding: 48px 0 64px;
    background: var(--rtl-bg);
}
.rtl-dual-hub__intro {
    text-align: center;
    margin-bottom: 40px;
}
.rtl-dual-hub__intro h2 {
    margin: 0 0 14px;
    font-size: clamp(1.375rem, 3vw, 1.875rem);
    font-weight: 800;
}
.rtl-dual-hub__intro-desc {
    max-width: 680px;
    margin: 0 auto 32px;
    font-size: 0.9375rem;
    line-height: 1.9;
    color: var(--rtl-muted);
}
.rtl-dual-hub__modes {
    display: grid;
    gap: 16px;
    text-align: left;
    margin-bottom: 28px;
}
@media (min-width: 640px) {
    .rtl-dual-hub__modes { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
    .rtl-dual-hub__modes { grid-template-columns: repeat(4, 1fr); }
}
.rtl-order-mode {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 24px 20px;
    border-radius: var(--rtl-radius);
    background: var(--rtl-surface);
    border: 1px solid var(--rtl-border);
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
    transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}
.rtl-order-mode:hover {
    transform: translateY(-3px);
    border-color: #bfdbfe;
    box-shadow: 0 12px 32px rgba(37, 99, 235, 0.12);
}
.rtl-order-mode__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
    background: linear-gradient(145deg, #93c5fd, #2563eb);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.rtl-order-mode__icon svg { width: 22px; height: 22px; }
.rtl-order-mode h3 {
    margin: 0 0 10px;
    font-size: 1.0625rem;
    font-weight: 700;
}
.rtl-order-mode p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.75;
    color: var(--rtl-muted);
}
.rtl-hub-stack {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.rtl-panel {
    border-radius: var(--rtl-radius);
    overflow: hidden;
    box-shadow: var(--rtl-shadow);
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: var(--rtl-surface);
}
.rtl-panel--showcase {
    padding: 40px 28px;
}
@media (min-width: 900px) {
    .rtl-panel--showcase {
        display: grid;
        grid-template-columns: 1fr 1.1fr;
        gap: 48px;
        align-items: center;
        padding: 48px;
    }
}
.rtl-panel--showcase .rtl-showcase__media {
    min-height: 220px;
    border-radius: 12px;
    background: linear-gradient(145deg, #eff6ff, #dbeafe);
    border: 1px solid #bfdbfe;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.rtl-order-flow--panel {
    padding: 40px 28px 48px;
    background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
    border-top: none;
    border-bottom: none;
}
@media (min-width: 900px) {
    .rtl-order-flow--panel { padding: 48px 48px 56px; }
}
.rtl-order-flow__head {
    text-align: center;
    max-width: 40em;
    margin: 0 auto 28px;
}
.rtl-order-flow__head h2 {
    margin: 0 0 12px;
    font-size: clamp(1.25rem, 2.8vw, 1.625rem);
    font-weight: 800;
    color: #0f172a;
}
.rtl-order-flow__head p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #64748b;
}

.rtl-cap-matrix {
    padding: 64px 0 72px;
    background: var(--rtl-surface);
    border-top: 1px solid var(--rtl-border);
}
.rtl-cap-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
@media (min-width: 640px) {
    .rtl-cap-grid { grid-template-columns: repeat(4, 1fr); gap: 14px; }
}
@media (min-width: 1200px) {
    .rtl-cap-grid { grid-template-columns: repeat(6, 1fr); }
}
.rtl-cap {
    padding: 18px 10px 16px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.rtl-cap:hover {
    transform: translateY(-2px);
    border-color: #bfdbfe;
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.1);
}
.rtl-cap--active {
    background: linear-gradient(135deg, #60a5fa 0%, #2563eb 45%, #1d4ed8 100%);
    border-color: transparent;
    box-shadow: 0 10px 32px rgba(37, 99, 235, 0.35);
}
.rtl-cap--active .rtl-cap__icon,
.rtl-cap--active .rtl-cap__label { color: #fff; }
.rtl-cap__icon {
    display: block;
    margin: 0 auto 10px;
    width: 32px;
    height: 32px;
    color: var(--rtl-accent);
}
.rtl-cap__icon svg { width: 100%; height: 100%; }
.rtl-cap__label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.35;
}

.rtl-scope-note {
    margin-top: 28px;
    padding: 24px 28px;
    border-radius: 12px;
    background: linear-gradient(135deg, #eff6ff, #fff);
    border: 1px solid #bfdbfe;
}
.rtl-scope-note h3 {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 700;
}
.rtl-scope-note p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.8;
    color: var(--rtl-muted);
}
.rtl-scope-note a { color: var(--rtl-accent-dark); font-weight: 600; }

.rtl-deep {
    padding: 64px 0 72px;
    background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
}
.rtl-deep__grid {
    display: grid;
    gap: 24px;
}
@media (min-width: 768px) {
    .rtl-deep__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
.rtl-deep__item {
    padding: 28px 24px;
    border-radius: var(--rtl-radius);
    background: #fff;
    border: 1px solid var(--rtl-border);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}
.rtl-deep__item h3 {
    margin: 0 0 12px;
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--rtl-accent-deep);
}
.rtl-deep__item p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.85;
    color: var(--rtl-muted);
}

/* ── 新零售区块（自 home.css 迁入，零售页专用） ── */
.retail-page .home-section-head {
    text-align: center;
    margin-bottom: 40px;
}
.retail-page .home-section-head h2 {
    margin: 0 0 10px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 700;
}
.retail-page .home-section-head--lg h2 {
    font-size: clamp(1.75rem, 4.2vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}
.retail-page .home-section-head--lg p {
    font-size: 1rem;
    max-width: 44em;
    line-height: 1.75;
}
.retail-page .home-section-head p {
    margin: 0 auto;
    max-width: 36em;
    color: #64748b;
    font-size: 0.9375rem;
    line-height: 1.65;
}

.retail-page .home-newretail {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.retail-page .home-newretail .home-section-head p {
    max-width: 44em;
    font-size: 0.9375rem;
    line-height: 1.85;
}
.retail-page .home-newretail__grid {
    display: grid;
    gap: 20px;
}
@media (min-width: 640px) {
    .retail-page .home-newretail__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
}
@media (min-width: 1024px) {
    .retail-page .home-newretail__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}
.retail-page .home-newretail__card {
    padding: 28px 24px 26px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    text-align: center;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.retail-page .home-newretail__card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 16px 40px rgba(37, 99, 235, 0.1);
    transform: translateY(-3px);
}
.retail-page .home-newretail__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}
.retail-page .home-newretail__icon svg {
    width: 28px;
    height: 28px;
}
.retail-page .home-newretail__icon--omni {
    background: linear-gradient(145deg, #fde047, #eab308);
    color: #713f12;
}
.retail-page .home-newretail__icon--data {
    background: linear-gradient(145deg, #86efac, #22c55e);
    color: #14532d;
}
.retail-page .home-newretail__icon--pay {
    width: 72px;
    height: 72px;
    background: linear-gradient(145deg, #c4b5fd, #7c3aed);
    color: #fff;
    box-shadow: 0 10px 28px rgba(124, 58, 237, 0.35);
}
.retail-page .home-newretail__icon--pay svg {
    width: 32px;
    height: 32px;
}
.retail-page .home-newretail__icon--store {
    background: linear-gradient(145deg, #f9a8d4, #ec4899);
    color: #831843;
}
.retail-page .home-newretail__icon--delivery {
    background: linear-gradient(145deg, #7dd3fc, #0ea5e9);
    color: #0c4a6e;
}
.retail-page .home-newretail__icon--chain {
    background: linear-gradient(145deg, #94a3b8, #475569);
    color: #fff;
}
.retail-page .home-newretail__card h3 {
    margin: 0 0 10px;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0f172a;
}
.retail-page .home-newretail__card p {
    margin: 0;
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.75;
    text-align: left;
}
.retail-page .home-newretail__foot {
    margin: 32px 0 0;
    text-align: center;
    font-size: 0.875rem;
    color: #64748b;
}
.retail-page .home-newretail__foot a {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}
.retail-page .home-newretail__foot a:hover {
    text-decoration: underline;
}

.retail-page .home-chain {
    padding-top: 56px;
    padding-bottom: 64px;
}
.retail-page .home-chain__grid {
    display: grid;
    gap: 32px;
    align-items: center;
}
@media (min-width: 960px) {
    .retail-page .home-chain__grid {
        grid-template-columns: 1fr 1fr;
        gap: 48px;
    }
}
.retail-page .home-chain__kicker {
    display: inline-block;
    margin: 0 0 12px;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #0f766e;
    background: #ccfbf1;
    border: 1px solid #99f6e4;
}
.retail-page .home-chain__copy h2 {
    margin: 0 0 14px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
}
.retail-page .home-chain__copy > p {
    margin: 0 0 18px;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #64748b;
}
.retail-page .home-chain__list {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}
.retail-page .home-chain__list li {
    position: relative;
    padding: 8px 0 8px 16px;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #475569;
    border-bottom: 1px dashed #e2e8f0;
}
.retail-page .home-chain__list li:last-child { border-bottom: none; }
.retail-page .home-chain__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #14b8a6;
}
.retail-page .home-chain__list strong { color: #0f172a; }
.retail-page .home-chain__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.retail-page .home-chain__btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: transform 0.2s, box-shadow 0.2s;
}
.retail-page .home-chain__btn--primary {
    background: linear-gradient(135deg, #14b8a6, #0d9488);
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.25);
}
.retail-page .home-chain__btn--ghost {
    border: 1px solid #99f6e4;
    color: #0f766e !important;
    background: #fff;
}
.retail-page .home-chain__btn:hover { transform: translateY(-1px); }
.retail-page .home-chain__modes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.retail-page .home-chain__mode {
    padding: 22px 18px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s, border-color 0.2s;
}
.retail-page .home-chain__mode:hover {
    transform: translateY(-2px);
    border-color: #99f6e4;
}
.retail-page .home-chain__mode-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 12px;
    font-size: 1.25rem;
    line-height: 1;
    background: linear-gradient(135deg, #ecfdf5, #ccfbf1);
}
.retail-page .home-chain__mode h3 {
    margin: 0 0 6px;
    font-size: 0.9375rem;
    font-weight: 800;
    color: #0f766e;
}
.retail-page .home-chain__mode p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.65;
    color: #64748b;
}

/* ── DIY 装修 ── */
.rtl-nr-diy {
    padding: 64px 0 72px;
    background: #fff;
}
.rtl-nr-diy__inner {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
.rtl-nr-diy__num {
    display: block;
    margin-bottom: 8px;
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 800;
    line-height: 1;
    color: #e2e8f0;
    letter-spacing: -0.04em;
}
.rtl-nr-diy__copy h2 {
    margin: 0 0 14px;
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    font-weight: 800;
    color: #0f172a;
}
.rtl-nr-diy__copy p {
    margin: 0 auto 36px;
    max-width: 40em;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #64748b;
}
.rtl-nr-diy__visual {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.rtl-nr-diy__visual--photo {
    max-width: 980px;
    margin: 0 auto;
    align-items: flex-end;
}
.rtl-nr-diy__figure {
    margin: 0;
    text-align: center;
}
.rtl-nr-diy__figure--editor {
    flex: 1 1 420px;
    max-width: 640px;
}
.rtl-nr-diy__figure--phone {
    flex: 0 1 300px;
    max-width: 360px;
}
.rtl-nr-diy__figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}
.rtl-nr-diy__figure--phone img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: left center;
}
.rtl-nr-diy__figure figcaption {
    margin-top: 10px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
}
.rtl-nr-diy__panel {
    border-radius: 12px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}
.rtl-nr-diy__panel--editor {
    flex: 1 1 320px;
    max-width: 420px;
}
.rtl-nr-diy__panel-bar {
    height: 28px;
    background: linear-gradient(90deg, #2563eb, #3b82f6);
}
.rtl-nr-diy__panel-body {
    display: flex;
    gap: 8px;
    padding: 12px;
    min-height: 180px;
}
.rtl-nr-diy__side {
    flex: 0 0 48px;
    border-radius: 6px;
    background: #cbd5e1;
}
.rtl-nr-diy__preview {
    flex: 1;
    border-radius: 6px;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    border: 1px dashed #94a3b8;
}
.rtl-nr-diy__props {
    flex: 0 0 72px;
    border-radius: 6px;
    background: #e2e8f0;
}
.rtl-nr-diy__arrow {
    font-size: 1.75rem;
    font-weight: 700;
    color: #22c55e;
}
.rtl-nr-diy__panel--phone {
    flex: 0 0 140px;
    padding: 10px 8px 14px;
    background: #0f172a;
    border-color: #334155;
}
.rtl-nr-diy__phone-notch {
    width: 40px;
    height: 4px;
    margin: 0 auto 8px;
    border-radius: 999px;
    background: #475569;
}
.rtl-nr-diy__phone-screen {
    border-radius: 8px;
    background: #fff;
    padding: 8px;
    min-height: 200px;
}
.rtl-nr-diy__phone-banner {
    display: block;
    height: 56px;
    margin-bottom: 8px;
    border-radius: 6px;
    background: linear-gradient(90deg, #ef4444, #f97316);
}
.rtl-nr-diy__phone-grid {
    display: block;
    height: 80px;
    border-radius: 6px;
    background: repeating-linear-gradient(
        90deg,
        #f1f5f9 0,
        #f1f5f9 22%,
        transparent 22%,
        transparent 25%
    );
}

/* ── 营销玩法 ── */
.rtl-nr-marketing {
    padding: 64px 0 72px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.rtl-nr-marketing__showcase {
    max-width: 980px;
    margin: 0 auto 28px;
    padding: 0 4px;
}
.rtl-nr-marketing__showcase img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    background: #fff;
}
@media (min-width: 768px) {
    .rtl-nr-marketing__orbit {
        display: none;
    }
}
.rtl-nr-marketing__orbit {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    padding: 48px 24px;
}
.rtl-nr-marketing__orbit::before,
.rtl-nr-marketing__orbit::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px dashed #86efac;
    border-radius: 50%;
    pointer-events: none;
}
.rtl-nr-marketing__orbit::before {
    width: min(420px, 90vw);
    height: min(420px, 90vw);
}
.rtl-nr-marketing__orbit::after {
    width: min(560px, 95vw);
    height: min(560px, 95vw);
    opacity: 0.5;
}
.rtl-nr-marketing__core {
    position: relative;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: 0 auto 32px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: linear-gradient(145deg, #dbeafe, #bfdbfe);
    box-shadow: 0 12px 32px rgba(37, 99, 235, 0.15);
    font-size: 0.8125rem;
    font-weight: 700;
    color: #1e40af;
}
.rtl-nr-marketing__core-icon {
    font-size: 1.75rem;
}
.rtl-nr-marketing__chips {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.rtl-nr-marketing__chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #166534;
    background: #fff;
    border: 1px solid #bbf7d0;
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.12);
}
.rtl-nr-marketing__chip::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background: #22c55e;
}
.rtl-nr-marketing__foot {
    margin: 28px 0 0;
    text-align: center;
    font-size: 0.875rem;
}
.rtl-nr-marketing__foot a {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}
.rtl-nr-marketing__foot a:hover {
    text-decoration: underline;
}

/* ── 能力四宫格 ── */
.rtl-nr-intro {
    padding: 64px 0 80px;
    background: #fff;
}
.rtl-nr-intro__layout {
    position: relative;
    display: grid;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .rtl-nr-intro__layout {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 24px;
        padding: 40px 0;
    }
}
.rtl-nr-intro__hub {
    display: none;
}
@media (min-width: 768px) {
    .rtl-nr-intro__hub {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: min(360px, 72%);
        z-index: 2;
    }
    .rtl-nr-intro__hub-img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 12px;
        border: 1px solid #bfdbfe;
        box-shadow: 0 12px 32px rgba(37, 99, 235, 0.12);
        background: #fff;
    }
    .rtl-nr-intro__hub-label {
        position: relative;
        padding: 8px 16px;
        border-radius: 999px;
        font-size: 0.8125rem;
        font-weight: 800;
        color: #1d4ed8;
        background: #eff6ff;
        border: 1px solid #bfdbfe;
        box-shadow: 0 4px 16px rgba(37, 99, 235, 0.1);
    }
}
.rtl-nr-intro__card {
    padding: 24px 22px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #bfdbfe;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.06);
}
.rtl-nr-intro__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 10px;
    font-size: 1.125rem;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
}
.rtl-nr-intro__card h3 {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
}
.rtl-nr-intro__card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
}
@media (min-width: 480px) {
    .rtl-nr-intro__card ul {
        grid-template-columns: 1fr 1fr;
    }
}
.rtl-nr-intro__card li {
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.5;
}

/* ── 运营模式 Tab ── */
.rtl-nr-platform {
    padding: 72px 0 80px;
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 45%, #312e81 100%);
    color: #f8fafc;
}
.rtl-nr-platform__head {
    text-align: center;
    margin-bottom: 40px;
}
.rtl-nr-platform__head h2 {
    margin: 0 0 12px;
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 800;
}
.rtl-nr-platform__head p {
    margin: 0 auto;
    max-width: 44em;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: rgba(248, 250, 252, 0.88);
}
.rtl-nr-platform__shell {
    display: grid;
    gap: 24px;
}
@media (min-width: 900px) {
    .rtl-nr-platform__shell {
        grid-template-columns: 180px 1fr;
        align-items: stretch;
        gap: 32px;
    }
}
.rtl-nr-platform__tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}
@media (min-width: 900px) {
    .rtl-nr-platform__tabs {
        flex-direction: column;
        gap: 4px;
    }
}
.rtl-nr-platform__tab {
    position: relative;
    padding: 12px 16px 12px 20px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: rgba(248, 250, 252, 0.65);
    font-size: 0.9375rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: color 0.2s, background 0.2s;
}
@media (min-width: 900px) {
    .rtl-nr-platform__tab {
        padding-left: 24px;
    }
    .rtl-nr-platform__tab.is-active::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 24px;
        border-radius: 999px;
        background: #60a5fa;
    }
}
.rtl-nr-platform__tab.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}
.rtl-nr-platform__tab:hover {
    color: #fff;
}
.rtl-nr-platform__panels {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
}
.rtl-nr-platform__panel {
    display: grid;
    gap: 0;
}
@media (min-width: 768px) {
    .rtl-nr-platform__panel.is-active {
        grid-template-columns: 1fr 1fr;
    }
}
.rtl-nr-platform__panel[hidden] {
    display: none !important;
}
.rtl-nr-platform__diagram {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 32px 24px;
    background: #fff;
    color: #0f172a;
    min-height: 220px;
}
.rtl-nr-platform__node {
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 700;
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}
.rtl-nr-platform__node--top,
.rtl-nr-platform__node--bottom {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: #fff;
    border: none;
}
.rtl-nr-platform__node-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.rtl-nr-platform__flow,
.rtl-nr-platform__mix {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.rtl-nr-platform__flow span,
.rtl-nr-platform__mix span {
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
}
.rtl-nr-platform__detail {
    padding: 32px 28px;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.95), rgba(49, 46, 129, 0.9));
}
.rtl-nr-platform__detail h3 {
    margin: 0 0 16px;
    font-size: 1.25rem;
    font-weight: 800;
}
.rtl-nr-platform__detail ol {
    margin: 0 0 20px;
    padding-left: 1.25em;
    font-size: 0.875rem;
    line-height: 1.85;
    color: rgba(248, 250, 252, 0.9);
}
.rtl-nr-platform__detail li {
    margin-bottom: 8px;
}
.rtl-nr-platform__link {
    font-size: 0.875rem;
    font-weight: 600;
    color: #93c5fd !important;
    text-decoration: none;
}
.rtl-nr-platform__link:hover {
    text-decoration: underline;
}

/* ── 适用群体 Tab（industries 风格） ── */
.rtl-nr-fit {
    padding: 64px 0 80px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.rtl-nr-fit__card {
    max-width: 980px;
    margin: 0 auto;
    padding: 28px 28px 32px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
}
.rtl-nr-fit__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 4px 20px;
    margin: 0 0 24px;
    padding: 0 0 12px;
    border-bottom: 1px solid #f1f5f9;
}
.rtl-nr-fit__tab {
    position: relative;
    padding: 8px 4px 10px;
    border: none;
    background: transparent;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: color 0.2s;
}
.rtl-nr-fit__tab.is-active {
    color: #1e3a8a;
}
.rtl-nr-fit__tab.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    background: #2563eb;
}
.rtl-nr-fit__tab:hover {
    color: #1d4ed8;
}
.rtl-nr-fit__panel[hidden] {
    display: none !important;
}
.rtl-nr-fit__panel.is-active {
    display: grid;
    gap: 28px;
    align-items: start;
}
@media (min-width: 768px) {
    .rtl-nr-fit__panel.is-active {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
        gap: 32px;
    }
}
.rtl-nr-fit__media {
    border-radius: 12px;
    overflow: hidden;
    background: #f1f5f9;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.rtl-nr-fit__media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}
.rtl-nr-fit__body h3 {
    margin: 0 0 14px;
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
}
.rtl-nr-fit__body > p {
    margin: 0 0 24px;
    font-size: 0.875rem;
    line-height: 1.85;
    color: #64748b;
}
.rtl-nr-fit__icons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 12px;
    margin: 0;
    padding: 20px 0 0;
    list-style: none;
    border-top: 1px solid #e2e8f0;
}
.rtl-nr-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;
}
.rtl-nr-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);
}
.rtl-nr-fit__hex svg {
    width: 22px;
    height: 22px;
}
@media (max-width: 767px) {
    .rtl-nr-fit__card {
        padding: 20px 16px 24px;
    }
    .rtl-nr-fit__tabs {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .rtl-nr-fit__tab {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}

