.scenic-hotel-wrap {
    border-top: 1px solid rgba(14, 116, 200, 0.12);
    background: #f8fafc;
}

.sc-hero {
    position: relative;
    overflow: hidden;
    padding: 56px 0 64px;
    color: #fff;
}
.sc-hero__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(14, 116, 200, 0.15) 0%, rgba(14, 116, 200, 0.45) 100%),
        linear-gradient(135deg, #38bdf8 0%, #0ea5e9 35%, #0284c7 70%, #0369a1 100%);
    background-size: cover;
    background-position: center;
}
.sc-hero__bg::before {
    content: '';
    position: absolute;
    left: -8%;
    bottom: -20%;
    width: 42%;
    height: 120%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 60%);
    transform: skewX(-8deg);
    pointer-events: none;
}
.sc-hero__inner {
    position: relative;
    z-index: 1;
}
.sc-hero__grid {
    display: grid;
    gap: 36px;
    align-items: center;
}
@media (min-width: 960px) {
    .sc-hero__grid {
        grid-template-columns: 1fr minmax(220px, 280px);
        gap: 32px 40px;
    }
}
.sc-hero__brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.sc-hero__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 1.125rem;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, 0.35);
}
.sc-hero__brand h1 {
    margin: 0;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-weight: 800;
    letter-spacing: 0.02em;
}
.sc-hero__brand-line {
    flex: 1;
    max-width: 120px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1px;
}
.sc-hero__tagline {
    margin: 0 0 28px;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.6;
}
.sc-hero__services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 16px;
}
@media (min-width: 640px) {
    .sc-hero__services {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 960px) {
    .sc-hero__services {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px 14px;
    }
}
.sc-hero__svc {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    white-space: nowrap;
}
.sc-hero__svc-dot {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.sc-hero__svc-dot--c1 { background: linear-gradient(145deg, #38bdf8, #0284c7); }
.sc-hero__svc-dot--c2 { background: linear-gradient(145deg, #fb923c, #ea580c); }
.sc-hero__svc-dot--c3 { background: linear-gradient(145deg, #4ade80, #16a34a); }
.sc-hero__svc-dot--c4 { background: linear-gradient(145deg, #f472b6, #db2777); }
.sc-hero__svc-dot--c5 { background: linear-gradient(145deg, #a78bfa, #7c3aed); }
.sc-hero__svc-dot--c6 { background: linear-gradient(145deg, #facc15, #ca8a04); }
.sc-hero__phone {
    margin: 0;
    justify-self: center;
    max-width: 260px;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.25));
}
.sc-hero__phone-frame {
    padding: 10px;
    border-radius: 32px;
    background: #0f172a;
    border: 3px solid #334155;
}
.sc-hero__phone-screen {
    border-radius: 24px;
    overflow: hidden;
    background: #f8fafc;
    min-height: 420px;
}
.sc-hero__phone-banner {
    height: 120px;
    background: linear-gradient(135deg, #fbbf24, #f97316, #6366f1);
}
.sc-hero__phone-icons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    padding: 14px 10px;
}
.sc-hero__phone-icon {
    aspect-ratio: 1;
    border-radius: 8px;
    background: linear-gradient(145deg, #e0f2fe, #bae6fd);
}
.sc-hero__phone-icon:nth-child(odd) {
    background: linear-gradient(145deg, #fef3c7, #fde68a);
}
.sc-hero__phone-body {
    margin: 0 10px 10px;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e2e8f0;
}
.sc-hero__phone-body div {
    height: 8px;
    margin-bottom: 6px;
    border-radius: 4px;
    background: #e2e8f0;
}
.sc-hero__phone-body div:first-child {
    width: 40%;
    background: #0ea5e9;
}

/* 赋能景区 Banner */
.sc-empower {
    padding: 72px 24px;
    text-align: center;
    background: linear-gradient(180deg, #7eb8e8 0%, #a9c9e7 50%, #b8d4ef 100%);
    color: #fff;
}
.sc-empower h2 {
    margin: 0 0 16px;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.sc-empower p {
    margin: 0 auto;
    max-width: 36em;
    font-size: clamp(0.9375rem, 2vw, 1.0625rem);
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.95);
}

/* 旅游行业三场景 */
.sc-scenarios {
    padding: 64px 0 72px;
    background: #fff;
}
.sc-scenarios__head {
    text-align: center;
    margin-bottom: 48px;
}
.sc-scenarios__head h2 {
    margin: 0 0 14px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: #0f172a;
}
.sc-scenarios__head p {
    margin: 0 auto;
    max-width: 52em;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #64748b;
}
.sc-scenarios__grid {
    display: grid;
    gap: 32px;
}
@media (min-width: 768px) {
    .sc-scenarios__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }
}
.sc-scenario {
    text-align: center;
}
.sc-scenario__visual {
    margin: 0 auto 20px;
    max-width: 220px;
    height: 280px;
    border-radius: 12px;
    background: linear-gradient(180deg, #f1f5f9, #e2e8f0);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}
.sc-scenario__visual--photo {
    max-width: min(100%, 280px);
    height: auto;
    aspect-ratio: 16 / 10;
    padding: 10px;
    align-items: center;
    background: linear-gradient(145deg, #e0f2fe, #ecfdf5);
    border: 1px solid rgba(14, 165, 233, 0.2);
}
.sc-scenario__visual--photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(14, 165, 233, 0.15);
}
.sc-scenario__phone {
    width: 140px;
    padding: 8px;
    border-radius: 20px;
    background: #1e293b;
    transform: translateY(20px);
}
.sc-scenario__phone-screen {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    min-height: 200px;
}
.sc-scenario__screen-top {
    height: 56px;
    background: linear-gradient(135deg, #0ea5e9, #6366f1);
}
.sc-scenario__screen-mid {
    padding: 10px;
}
.sc-scenario__screen-mid div {
    height: 10px;
    margin-bottom: 8px;
    border-radius: 4px;
    background: #e2e8f0;
}
.sc-scenario__screen-btn {
    margin: 8px 10px 10px;
    padding: 8px;
    border-radius: 6px;
    background: #10b981;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 600;
}
.sc-scenario h3 {
    margin: 0 0 12px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
}
.sc-scenario p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.75;
    color: #64748b;
    text-align: left;
}

/* 营销分销四卡片 */
.sc-marketing {
    padding: 64px 0 72px;
    background: linear-gradient(180deg, #f4f8ff 0%, #eef4fc 100%);
}
.sc-marketing__head {
    text-align: center;
    margin-bottom: 40px;
}
.sc-marketing__head h2 {
    margin: 0 0 14px;
    font-size: clamp(1.25rem, 3vw, 1.625rem);
    font-weight: 800;
    color: #1e293b;
    line-height: 1.45;
}
.sc-marketing__head p {
    margin: 0 auto;
    max-width: 40em;
    font-size: 0.875rem;
    line-height: 1.85;
    color: #64748b;
}
.sc-marketing__grid {
    display: grid;
    gap: 20px;
}
@media (min-width: 640px) {
    .sc-marketing__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .sc-marketing__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }
}
.sc-mkt-card {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s, box-shadow 0.2s;
}
.sc-mkt-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(14, 165, 233, 0.12);
}
.sc-mkt-card__head {
    padding: 14px 16px;
    background: linear-gradient(135deg, #1890ff, #096dd9);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}
.sc-mkt-card__body {
    padding: 20px 16px 24px;
    min-height: 180px;
}
.sc-mkt-card__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 0.875rem;
    color: #475569;
}
.sc-mkt-card__item:last-child {
    margin-bottom: 0;
    color: #94a3b8;
    font-size: 1.25rem;
    letter-spacing: 0.2em;
}
.sc-mkt-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    font-size: 0.625rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}
.sc-mkt-card__badge--mt { background: #ffc300; color: #1e293b; }
.sc-mkt-card__badge--xc { background: #2577e3; }
.sc-mkt-card__badge--lmm { background: #ff6b9d; }
.sc-mkt-card__badge--tc { background: #7b68ee; }

/* 业态通 · 多业态平台 */
.sc-platform {
    position: relative;
    overflow: hidden;
    padding: 64px 0 72px;
    color: #fff;
    background: linear-gradient(160deg, #0a1628 0%, #0f2744 40%, #0c4a6e 100%);
}
.sc-platform::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 80% 30%, rgba(56, 189, 248, 0.12), transparent),
        radial-gradient(ellipse 40% 40% at 20% 80%, rgba(99, 102, 241, 0.08), transparent);
    pointer-events: none;
}
.sc-platform__grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 40px;
    align-items: center;
}
@media (min-width: 960px) {
    .sc-platform__grid {
        grid-template-columns: 1fr 1fr;
        gap: 48px;
    }
}
.sc-platform__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
}
.sc-platform__title em {
    font-style: normal;
    color: #fb923c;
}
.sc-platform__subtitle {
    margin: 0 0 28px;
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}
.sc-platform__feats {
    display: grid;
    gap: 12px;
}
@media (min-width: 480px) {
    .sc-platform__feats {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}
.sc-platform__feat {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid rgba(56, 189, 248, 0.35);
    background: rgba(15, 23, 42, 0.5);
    font-size: 0.8125rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
}
.sc-platform__feat-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: rgba(56, 189, 248, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
}
.sc-platform__feat-icon svg {
    width: 18px;
    height: 18px;
}
.sc-platform__diagram {
    position: relative;
    min-height: 320px;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(56, 189, 248, 0.25);
    background: rgba(15, 23, 42, 0.4);
}
.sc-platform__ring {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px dashed rgba(56, 189, 248, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sc-platform__ring-core {
    width: 48%;
    height: 48%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.3), rgba(14, 165, 233, 0.1));
    border: 2px solid rgba(56, 189, 248, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    padding: 8px;
}
.sc-platform__node {
    position: absolute;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.15);
    border: 1px solid rgba(56, 189, 248, 0.35);
    font-size: 0.6875rem;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.9);
}
.sc-platform__node--1 { top: 4%; left: 50%; transform: translateX(-50%); }
.sc-platform__node--2 { top: 22%; right: 2%; }
.sc-platform__node--3 { top: 50%; right: -4%; transform: translateY(-50%); }
.sc-platform__node--4 { bottom: 22%; right: 2%; }
.sc-platform__node--5 { bottom: 4%; left: 50%; transform: translateX(-50%); }
.sc-platform__node--6 { bottom: 22%; left: 2%; }
.sc-platform__node--7 { top: 50%; left: -4%; transform: translateY(-50%); }
.sc-platform__passes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 24px;
}
.sc-platform__pass {
    padding: 6px 12px;
    border-radius: 6px;
    background: linear-gradient(145deg, rgba(56, 189, 248, 0.25), rgba(14, 165, 233, 0.15));
    border: 1px solid rgba(56, 189, 248, 0.4);
    font-size: 0.75rem;
    font-weight: 600;
    color: #7dd3fc;
}

/* 旅游经营模式横屏滚动 */
.sc-modes-scroll {
    padding: 48px 0 56px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    border-top: 1px solid #e2e8f0;
}
.sc-modes-scroll__head {
    max-width: 44em;
    margin-left: auto;
    margin-right: auto;
}
.sc-modes-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: 8px 4px 14px;
    scrollbar-width: thin;
}
.sc-modes-scroll__track::-webkit-scrollbar {
    height: 6px;
}
.sc-modes-scroll__track::-webkit-scrollbar-thumb {
    background: #bae6fd;
    border-radius: 999px;
}
.sc-modes-scroll__card {
    flex: 0 0 auto;
    width: min(380px, 82vw);
    scroll-snap-align: start;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 8px 28px rgba(14, 116, 233, 0.08);
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
}
.sc-modes-scroll__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(14, 116, 233, 0.12);
}
.sc-modes-scroll__figure {
    margin: 0;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 12px;
}
.sc-modes-scroll__figure--platform {
    background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 100%);
}
.sc-modes-scroll__figure--route,
.sc-modes-scroll__figure--ticket {
    background: linear-gradient(145deg, #ecfeff 0%, #cffafe 100%);
}
.sc-modes-scroll__figure--hotel,
.sc-modes-scroll__figure--hotel-solo {
    background: linear-gradient(145deg, #fef3c7 0%, #fde68a 100%);
}
.sc-modes-scroll__figure--combo {
    background: linear-gradient(145deg, #f5f3ff 0%, #ede9fe 100%);
}
.sc-modes-scroll__figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.sc-modes-scroll__body {
    padding: 16px 18px 18px;
    border-top: 1px solid #f1f5f9;
}
.sc-modes-scroll__tag {
    display: inline-block;
    margin-bottom: 8px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.sc-modes-scroll__tag--platform {
    color: #1d4ed8;
    background: #dbeafe;
}
.sc-modes-scroll__tag--route,
.sc-modes-scroll__tag--ticket {
    color: #0e7490;
    background: #cffafe;
}
.sc-modes-scroll__tag--hotel,
.sc-modes-scroll__tag--hotel-solo {
    color: #b45309;
    background: #fef3c7;
}
.sc-modes-scroll__tag--combo {
    color: #6d28d9;
    background: #ede9fe;
}
.sc-modes-scroll__body h3 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}
.sc-modes-scroll__body p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.65;
    color: #64748b;
}
@media (min-width: 960px) {
    .sc-modes-scroll__card {
        width: min(400px, 32vw);
    }
    .sc-modes-scroll__figure {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .sc-hero {
        padding: 40px 0 48px;
    }
    .sc-hero__services {
        grid-template-columns: repeat(2, 1fr);
    }
    .sc-empower {
        padding: 56px 20px;
    }
    .sc-scenarios,
    .sc-marketing,
    .sc-platform,
    .sc-modes-scroll,
    .sc-ticket-hub,
    .sc-smart-ticket,
    .sc-order-flow,
    .sc-cap-matrix,
    .sc-dual-end,
    .sc-modules,
    .sc-deep,
    .sc-audience {
        padding: 48px 0 56px;
    }
    .sc-scenario p {
        text-align: center;
    }
}

/* --- 景区门票专题区块 --- */
.scenic-page {
    background: #f8fafc;
    -webkit-font-smoothing: antialiased;
}

.sc-section-head {
    text-align: center;
    margin-bottom: 40px;
}
.sc-section-head h2 {
    margin: 0 0 14px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: #0f172a;
}
.sc-section-head p {
    margin: 0 auto;
    max-width: 52em;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #64748b;
}

.scenic-page .sc-vis-section {
    padding: 64px 0 72px;
}
.scenic-page .sc-vis-section .sc-section-head {
    margin-bottom: 36px;
}
.scenic-page .sc-vis-section .vis-gallery {
    gap: 28px;
}

.sc-ticket-hub {
    padding: 64px 0 72px;
    background: #f8fafc;
}
.sc-ticket-modes {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
}
@media (min-width: 640px) {
    .sc-ticket-modes { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
    .sc-ticket-modes { grid-template-columns: repeat(4, 1fr); }
}
.sc-ticket-mode {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 24px 20px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
    transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}
.sc-ticket-mode:hover {
    transform: translateY(-3px);
    border-color: #7dd3fc;
    box-shadow: 0 12px 32px rgba(14, 165, 233, 0.12);
}
.sc-ticket-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, #7dd3fc, #0ea5e9);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sc-ticket-mode__icon svg { width: 22px; height: 22px; }
.sc-ticket-mode h3 {
    margin: 0 0 10px;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0f172a;
}
.sc-ticket-mode p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.75;
    color: #64748b;
}

/* 智能票务：自助机 + APP + 闸机 */
.sc-smart-ticket {
    padding: 48px 0 56px;
    background: linear-gradient(180deg, #f0f9ff 0%, #fff 100%);
    border-top: 1px solid #e2e8f0;
}
.sc-smart-ticket__figure {
    margin: 0 auto 28px;
    max-width: min(780px, 100%);
    padding: 20px 16px;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(145deg, #e0f2fe 0%, #dbeafe 100%);
    border: 1px solid #bae6fd;
    box-shadow: 0 12px 40px rgba(14, 165, 233, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sc-smart-ticket__img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}
.sc-smart-ticket__modes {
    display: grid;
    gap: 16px;
}
@media (min-width: 768px) {
    .sc-smart-ticket__modes { grid-template-columns: repeat(3, 1fr); }
}
.sc-smart-ticket__mode {
    padding: 24px 20px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(14, 165, 233, 0.06);
    transition: transform 0.2s, box-shadow 0.2s;
}
.sc-smart-ticket__mode:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(14, 165, 233, 0.1);
}
.sc-smart-ticket__mode-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 10px;
    background: #e0f2fe;
    color: #0284c7;
}
.sc-smart-ticket__mode-icon svg {
    width: 22px;
    height: 22px;
}
.sc-smart-ticket__mode h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}
.sc-smart-ticket__mode p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.75;
    color: #64748b;
}

.sc-panel {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(14, 165, 233, 0.1);
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: #fff;
}
.sc-panel--showcase {
    padding: 40px 28px;
}
@media (min-width: 900px) {
    .sc-panel--showcase {
        display: grid;
        grid-template-columns: 1fr 1.1fr;
        gap: 48px;
        align-items: center;
        padding: 48px;
    }
}
.sc-showcase__media {
    min-height: 220px;
    border-radius: 12px;
    background: linear-gradient(145deg, #e0f2fe, #ecfdf5);
    border: 1px solid #7dd3fc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.sc-showcase__media--photo {
    padding: 16px;
    overflow: hidden;
}
.sc-showcase__photo {
    display: block;
    width: 100%;
    max-width: min(420px, 100%);
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(14, 165, 233, 0.15);
}
.sc-showcase__kicker {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0284c7;
}
.sc-showcase__body h3 {
    margin: 0 0 14px;
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 800;
    color: #0f172a;
}
.sc-showcase__body > p {
    margin: 0 0 20px;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #64748b;
}
.sc-showcase__points {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.sc-showcase__points li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 18px;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #475569;
}
.sc-showcase__points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0ea5e9;
}
.sc-showcase__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.sc-chip {
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #0369a1;
    background: #e0f2fe;
    border: 1px solid #7dd3fc;
}

.sc-order-flow {
    padding: 64px 0 72px;
    background: linear-gradient(180deg, #e0f2fe 0%, #fff 50%, #f8fafc 100%);
    border-top: 1px solid #bae6fd;
}
.sc-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) {
    .sc-order-flow__track {
        position: relative;
        max-width: none;
        grid-template-columns: repeat(4, 1fr);
        padding-top: 8px;
    }
    .sc-order-flow__track::before {
        content: '';
        position: absolute;
        top: 28px;
        left: 12%;
        right: 12%;
        height: 3px;
        border-radius: 2px;
        background: linear-gradient(90deg, #7dd3fc, #38bdf8, #0ea5e9, #0284c7);
        z-index: 0;
    }
}
.sc-order-flow__step {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding-bottom: 28px;
}
.sc-order-flow__step:last-child { padding-bottom: 0; }
@media (min-width: 1024px) {
    .sc-order-flow__step {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 0 10px;
        text-align: center;
    }
}
.sc-order-flow__step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 23px;
    top: 48px;
    bottom: 4px;
    width: 2px;
    background: linear-gradient(180deg, #bae6fd, #7dd3fc);
}
@media (min-width: 1024px) {
    .sc-order-flow__step:not(:last-child)::after { display: none; }
}
.sc-order-flow__marker span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 0.875rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #38bdf8, #0ea5e9);
    box-shadow: 0 6px 20px rgba(14, 165, 233, 0.35);
    position: relative;
    z-index: 1;
}
@media (min-width: 1024px) {
    .sc-order-flow__marker { display: flex; justify-content: center; }
}
.sc-order-flow__card {
    padding: 20px 18px;
    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;
}
.sc-order-flow__card:hover {
    transform: translateY(-2px);
    border-color: #7dd3fc;
}
.sc-order-flow__role {
    display: inline-block;
    margin-bottom: 8px;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0369a1;
    background: #e0f2fe;
}
.sc-order-flow__card p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.8;
    color: #475569;
}

.sc-cap-matrix {
    padding: 64px 0 72px;
    background: #fff;
    border-top: 1px solid #e2e8f0;
}
.sc-cap-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
@media (min-width: 640px) {
    .sc-cap-grid { grid-template-columns: repeat(4, 1fr); gap: 14px; }
}
@media (min-width: 1200px) {
    .sc-cap-grid { grid-template-columns: repeat(6, 1fr); }
}
.sc-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;
}
.sc-cap:hover {
    transform: translateY(-2px);
    border-color: #7dd3fc;
    box-shadow: 0 10px 28px rgba(14, 165, 233, 0.1);
}
.sc-cap--active {
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 45%, #0284c7 100%);
    border-color: transparent;
    box-shadow: 0 10px 32px rgba(14, 165, 233, 0.35);
}
.sc-cap--active .sc-cap__icon,
.sc-cap--active .sc-cap__label { color: #fff; }
.sc-cap__icon {
    display: block;
    margin: 0 auto 10px;
    width: 32px;
    height: 32px;
    color: #0ea5e9;
}
.sc-cap__icon svg { width: 100%; height: 100%; }
.sc-cap__label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.35;
}

.sc-dual-end {
    padding: 64px 0 72px;
    background: #f8fafc;
}
.sc-diff-note {
    margin-bottom: 32px;
    padding: 20px 24px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ecfdf5, #fff);
    border: 1px solid #a7f3d0;
    text-align: center;
}
.sc-diff-note p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.85;
    color: #475569;
}
.sc-diff-note a {
    color: #059669;
    font-weight: 600;
}
.sc-dual-end__grid {
    display: grid;
    gap: 24px;
}
@media (min-width: 900px) {
    .sc-dual-end__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
.sc-dual-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}
.sc-dual-card__head {
    padding: 20px 24px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.sc-dual-card__head--mp {
    color: #0369a1;
    background: linear-gradient(90deg, #e0f2fe, #fff);
    border-bottom: 1px solid #bae6fd;
}
.sc-dual-card__head--adm {
    color: #0369a1;
    background: linear-gradient(90deg, #ecfdf5, #fff);
    border-bottom: 1px solid #6ee7b7;
}
.sc-dual-card__list {
    margin: 0;
    padding: 8px 0;
    list-style: none;
}
.sc-dual-card__list li {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 12px;
    padding: 14px 24px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.8125rem;
    line-height: 1.7;
}
.sc-dual-card__list li:last-child { border-bottom: none; }
.sc-dual-card__list strong {
    color: #0f172a;
    font-weight: 700;
}
.sc-dual-card__list span { color: #64748b; }

.sc-modules {
    padding: 64px 0 72px;
    background: #fff;
    border-top: 1px solid #e2e8f0;
}
.sc-module-grid {
    display: grid;
    gap: 14px;
}
@media (min-width: 640px) {
    .sc-module-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .sc-module-grid { grid-template-columns: repeat(4, 1fr); }
}
.sc-module {
    padding: 20px 18px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: transform 0.2s, border-color 0.2s;
}
.sc-module:hover {
    transform: translateY(-2px);
    border-color: #7dd3fc;
}
.sc-module h4 {
    margin: 0 0 8px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0284c7;
}
.sc-module p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.65;
    color: #64748b;
}

.sc-deep {
    padding: 64px 0 72px;
    background: linear-gradient(180deg, #e0f2fe 0%, #fff 100%);
}
.sc-deep__grid {
    display: grid;
    gap: 24px;
    margin-bottom: 28px;
}
@media (min-width: 768px) {
    .sc-deep__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
.sc-deep__item {
    padding: 28px 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}
.sc-deep__item h3 {
    margin: 0 0 12px;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0369a1;
}
.sc-deep__item p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.85;
    color: #64748b;
}
.sc-extra-grid {
    display: grid;
    gap: 16px;
}
@media (min-width: 640px) {
    .sc-extra-grid { grid-template-columns: repeat(2, 1fr); }
}
.sc-extra-card {
    padding: 22px 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #bae6fd;
    box-shadow: 0 2px 12px rgba(14, 165, 233, 0.06);
}
.sc-extra-card h3 {
    margin: 0 0 10px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0f172a;
}
.sc-extra-card p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.75;
    color: #64748b;
}

.sc-audience {
    padding: 64px 0 80px;
    background: #f8fafc;
}
.sc-audience__grid {
    display: grid;
    gap: 16px;
    margin-bottom: 40px;
}
@media (min-width: 640px) {
    .sc-audience__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .sc-audience__grid { grid-template-columns: repeat(4, 1fr); }
}
.sc-audience__item {
    padding: 22px 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s, border-color 0.2s;
}
.sc-audience__item:hover {
    transform: translateY(-2px);
    border-color: #7dd3fc;
}
.sc-audience__item h3 {
    margin: 0 0 10px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0284c7;
}
.sc-audience__item p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.75;
    color: #64748b;
}
.sc-cta {
    padding: 48px 32px;
    border-radius: 16px;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #0284c7, #0ea5e9);
    box-shadow: 0 16px 48px rgba(14, 165, 233, 0.3);
}
.sc-cta h3 {
    margin: 0 0 8px;
    font-size: 1.25rem;
    font-weight: 800;
}
.sc-cta > p {
    margin: 0 0 24px;
    font-size: 0.875rem;
    opacity: 0.9;
}
.sc-cta__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.sc-cta__links a {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none !important;
    background: #fff;
    color: #0369a1 !important;
    transition: transform 0.2s;
}
.sc-cta__links a:hover { transform: translateY(-2px); }
.sc-cta__links a.sc-cta__link--ghost {
    background: transparent;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/* 功能能力详解 · 五步拆解 */
.sc-features-detail {
    padding: 56px 0 0;
    background: #fff;
}
.sc-features-detail__head {
    max-width: 720px;
    margin: 0 auto 8px;
    padding: 0 20px;
    text-align: center;
}
.sc-features-detail__head h2 {
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: #0f172a;
}
.sc-features-detail__head p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #64748b;
}
.sc-delivery-steps {
    margin-top: 32px;
    border-top: 1px solid #f1f5f9;
}
.sc-delivery-step {
    display: grid;
    gap: 32px;
    align-items: center;
    padding: 40px 28px;
    border-top: 1px solid #f1f5f9;
}
@media (min-width: 900px) {
    .sc-delivery-step {
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        padding: 48px 48px;
    }
    .sc-delivery-step--reverse .sc-delivery-step__copy { order: 2; }
    .sc-delivery-step--reverse .sc-delivery-step__media { order: 1; }
}
.sc-delivery-step:nth-child(even) {
    background: #f8fafc;
}
.sc-delivery-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #e0f2fe;
    color: #0284c7;
    font-size: 0.875rem;
    font-weight: 800;
}
.sc-delivery-step__copy h3 {
    margin: 0 0 12px;
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
}
.sc-delivery-step__copy > p {
    margin: 0 0 16px;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #64748b;
}
.sc-delivery-step__copy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sc-delivery-step__copy li {
    position: relative;
    margin: 0 0 8px;
    padding-left: 16px;
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.65;
}
.sc-delivery-step__copy li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0ea5e9;
}
.sc-delivery-step__copy a {
    color: #0284c7;
    font-weight: 600;
    text-decoration: none;
}
.sc-delivery-step__copy a:hover {
    text-decoration: underline;
}
.sc-delivery-step__media {
    min-height: 220px;
    border-radius: 16px;
    background: linear-gradient(145deg, #f8fafc, #f1f5f9);
    border: 1px dashed #cbd5e1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sc-delivery-step__media:has(img:not([src])),
.sc-delivery-step__media:has(img[src=""]) {
    background: linear-gradient(145deg, #e0f2fe, #f0f9ff);
    border-color: #bae6fd;
}
.sc-delivery-step__media:has(img:not([src]))::after,
.sc-delivery-step__media:has(img[src=""])::after {
    content: '配图可在后台上传';
    font-size: 0.8125rem;
    color: #94a3b8;
    font-weight: 500;
}
.sc-delivery-step__media img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: contain;
    display: block;
}
.sc-delivery-step__media img:not([src]),
.sc-delivery-step__media img[src=""] {
    display: none;
}

@media (max-width: 639px) {
    .sc-dual-card__list li {
        grid-template-columns: 1fr;
        gap: 4px;
    }
    .sc-features-detail {
        padding: 40px 0 0;
    }
    .sc-delivery-step {
        padding: 32px 20px;
    }
}

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