/* 商城型首页（大气版） · mall-home-* */
.home-hero.mall-home-hero {
    height: auto;
    min-height: 560px;
    max-height: none;
    background: #050d24;
}
.mall-home-hero__ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(900px 420px at 12% 0%, rgba(34, 211, 238, .22), transparent 55%),
        radial-gradient(700px 360px at 88% 20%, rgba(91, 140, 255, .35), transparent 50%);
    z-index: 0;
}
.mall-home-hero__stage { position: relative; min-height: 520px; }
.mall-home-hero__slide.home-hero-slide.is-active { align-items: stretch; }
.mall-home-hero__mask {
    background: linear-gradient(105deg, rgba(5, 13, 36, .92) 0%, rgba(8, 49, 203, .45) 55%, rgba(5, 13, 36, .35) 100%);
}
.mall-home-hero__layout {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 340px);
    gap: 36px;
    align-items: center;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 56px 24px 100px;
    position: relative;
    z-index: 2;
    color: #fff;
}
.mall-home-hero__copy { padding: 0; width: auto; max-width: none; margin: 0; }
.mall-home-hero__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    opacity: .88;
    margin: 0 0 16px;
}
.mall-home-hero__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22d3ee;
    box-shadow: 0 0 12px rgba(34, 211, 238, .8);
}
.mall-home-hero__copy h1 {
    font-size: clamp(28px, 4.2vw, 44px);
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 14px;
    max-width: 640px;
}
.mall-home-hero__desc {
    font-size: 16px;
    line-height: 1.75;
    opacity: .9;
    max-width: 560px;
    margin: 0 0 22px;
}
.mall-home-hero__desc strong { color: #7dd3fc; font-weight: 700; }
.mall-home-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.mall-home-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    opacity: .82;
}
.mall-home-hero__trust li::before { content: '✓ '; color: #34d399; font-weight: 700; }
.btn-primary--lg,
.btn-ghost--lg { padding: 14px 28px; font-size: 15px; }
.mall-home-hero__panel {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    backdrop-filter: blur(12px);
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0, 0, 0, .25);
}
.mall-home-hero__panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: rgba(255, 255, 255, .08);
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.mall-home-hero__panel-head em { font-style: normal; opacity: .75; }
.mall-home-hero__panel-body { padding: 16px 18px 18px; font-size: 13px; }
.mall-home-hero__order { margin-bottom: 14px; }
.mall-home-hero__order-label { display: block; opacity: .7; margin-bottom: 4px; }
.mall-home-hero__order-status { font-size: 15px; color: #6ee7b7; }
.mall-home-hero__disk span { display: block; opacity: .65; margin-top: 8px; font-size: 11px; }
.mall-home-hero__disk code {
    display: block;
    margin-top: 4px;
    padding: 8px 10px;
    background: rgba(0, 0, 0, .35);
    border-radius: 8px;
    font-size: 12px;
    word-break: break-all;
}
.mall-home-hero__code { letter-spacing: .2em; font-weight: 800; color: #fcd34d; }
.mall-home-hero__panel-tip { margin: 14px 0 0; opacity: .65; line-height: 1.5; font-size: 12px; }
.mall-home-hero__dots { bottom: 24px; z-index: 5; }
.mall-home-metrics-wrap { position: relative; z-index: 4; margin-top: -48px; padding-bottom: 8px; }
.mall-home-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    background: #fff;
    border-radius: 16px;
    padding: 20px 22px;
    box-shadow: 0 20px 50px rgba(8, 49, 203, .12);
    border: 1px solid var(--border, #e8ecf4);
}
.mall-home-metrics__item { padding: 4px 8px; }
.mall-home-metrics__item--accent .mall-home-metrics__value { color: var(--primary, #0831cb); }
.mall-home-metrics__label { font-size: 12px; color: var(--text-muted, #64748b); margin: 0 0 6px; }
.mall-home-metrics__value { font-size: 28px; font-weight: 800; margin: 0 0 4px; line-height: 1.1; }
.mall-home-metrics__sub { font-size: 12px; color: var(--text-muted, #94a3b8); }
.mall-home-cats { margin: 4px auto 0; padding-bottom: 12px; }
.mall-home-cats .subcat-row { margin-bottom: 0; }
.mall-home-block { padding: 56px 0; }
.mall-home-block#catalog { padding: 36px 0 8px; }
.mall-home-block--dark {
    background: linear-gradient(135deg, #050d24 0%, #071a4d 50%, #0831cb 100%);
    color: #fff;
}
.mall-home-block--faq { background: var(--bg-subtle, #f4f6fb); }
.mall-sec-head { margin-bottom: 28px; }
.mall-sec-head--center { text-align: center; }
.mall-sec-head--center .mall-sec-head__lead { margin-left: auto; margin-right: auto; }
.mall-sec-head--light,
.mall-sec-head--light h2,
.mall-sec-head--light .mall-sec-head__en { color: #fff; }
.mall-sec-head--light .mall-sec-head__lead { color: rgba(255, 255, 255, .75); }
.mall-sec-head__en {
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--primary, #0831cb);
    font-weight: 700;
    margin: 0 0 8px;
}
.mall-sec-head h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 800; margin: 0 0 10px; }
.mall-sec-head__lead { font-size: 15px; color: var(--text-muted, #64748b); max-width: 560px; margin: 0; line-height: 1.6; }
.mall-home-search { max-width: 640px; margin: 0 auto 0; }
.mall-home-search__inner {
    display: flex;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--border, #e2e8f0);
    border-radius: 999px;
    padding: 6px 6px 6px 20px;
    box-shadow: 0 8px 24px rgba(8, 49, 203, .08);
}
.mall-home-search__inner input {
    flex: 1;
    border: 0;
    background: transparent;
    font-size: 15px;
    min-width: 0;
    outline: none;
}
.mall-home-search__inner .btn-primary { border-radius: 999px; flex-shrink: 0; }
.mall-home-block#catalog { padding-bottom: 12px; }
.mall-home-floor { padding-top: 28px; padding-bottom: 40px; scroll-margin-top: calc(var(--header-h, 76px) + 12px); }
.mall-home-floor--alt { background: #fff; }
.mall-home-floor:not(.mall-home-floor--alt) { background: var(--bg-subtle, #f4f6fb); }
.mall-floor-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}
.mall-floor-head h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    padding-left: 12px;
    border-left: 3px solid var(--primary, #0831cb);
}
.mall-floor-head a {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-muted, #64748b);
}
.mall-floor-head a:hover { color: var(--primary, #0831cb); }
.product-grid.mall-home-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 0;
}
@media (max-width: 960px) {
    .product-grid.mall-home-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
.mall-sec-foot { text-align: center; margin-top: 28px; }
.mall-sec-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: var(--primary, #0831cb);
    padding: 10px 22px;
    border: 1px solid rgba(8, 49, 203, .25);
    border-radius: 999px;
    transition: background .2s, color .2s;
}
.mall-sec-more:hover { background: var(--primary, #0831cb); color: #fff; }
.mall-sec-more--light { color: #fff; border-color: rgba(255, 255, 255, .35); }
.mall-sec-more--light:hover { background: rgba(255, 255, 255, .15); color: #fff; }
.mall-home-empty {
    text-align: center;
    padding: 48px 24px;
    background: var(--bg-subtle, #f8fafc);
    border-radius: 16px;
    border: 1px dashed var(--border, #e2e8f0);
}
.mall-home-empty__icon { font-size: 40px; margin-bottom: 12px; }
.mall-home-empty h3 { margin: 0 0 8px; }
.mall-home-empty p { color: var(--text-muted); margin: 0 0 18px; }
.mall-home-flow { padding: 56px 0; background: #fff; }
.mall-home-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: none;
}
.mall-home-steps li {
    padding: 22px 20px;
    background: var(--bg-subtle, #f4f6fb);
    border-radius: 14px;
    border: 1px solid var(--border, #e8ecf4);
}
.mall-home-steps__num {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    color: var(--primary, #0831cb);
    margin-bottom: 10px;
}
.mall-home-steps h3 { font-size: 16px; margin: 0 0 8px; }
.mall-home-steps p { font-size: 13px; color: var(--text-muted); line-height: 1.55; margin: 0; }
.mall-home-faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.mall-home-faq-card {
    background: #fff;
    border: 1px solid var(--border, #e8ecf4);
    border-radius: 14px;
    padding: 20px 22px;
}
.mall-home-faq-card h3 { font-size: 15px; margin: 0 0 8px; color: var(--primary, #0831cb); }
.mall-home-faq-card p { font-size: 13px; line-height: 1.6; color: var(--text-2, #475569); margin: 0; }
@media (max-width: 1080px) {
    .mall-home-hero__layout { grid-template-columns: 1fr; padding-bottom: 88px; }
    .mall-home-hero__panel { max-width: 420px; }
    .mall-home-metrics { grid-template-columns: repeat(2, 1fr); }
    .mall-home-steps { grid-template-columns: repeat(2, 1fr); }
    .mall-home-faq-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .home-hero.mall-home-hero { min-height: 480px; }
    .mall-home-hero__stage { min-height: 440px; }
    .mall-home-hero__layout { padding: 40px 16px 80px; gap: 24px; }
    .mall-home-metrics-wrap { margin-top: -32px; padding: 0 12px 8px; }
    .mall-home-metrics { grid-template-columns: 1fr 1fr; padding: 16px; }
    .mall-home-search__inner { flex-direction: column; border-radius: 16px; padding: 12px; }
    .mall-home-search__inner .btn-primary { width: 100%; justify-content: center; }
    .mall-home-steps { grid-template-columns: 1fr; }
    .mall-home-faq-grid { grid-template-columns: 1fr; }
    .mall-home-block { padding: 40px 0; }
    .mall-floor-head h2 { font-size: 18px; }
}
