﻿*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --c-bg:#fafafa;
  --c-surface:#ffffff;
  --c-surface-2:#ffffff;
  --c-surface-3:#f3f3f3;
  --c-border:#e5e5e5;
  --c-text:#000000;
  --c-text-2:#4f4f4f;
  --c-text-3:#7a7a7a;
  --c-accent:#ffffff;
  --c-accent-soft:rgba(255,255,255,.1);
  --c-white:#ffffff;
  --font-display:'DM Sans','PingFang SC','Noto Sans SC','Microsoft YaHei',sans-serif;
  --font-body:'DM Sans','PingFang SC','Noto Sans SC','Microsoft YaHei',sans-serif;
  --max-w:1200px;
  --section-py:clamp(64px,10vw,120px);
  --radius:16px;
  --radius-sm:10px;
}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}
body{font-family:var(--font-body);background:var(--c-bg);color:var(--c-text);line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--max-w);margin:0 auto;padding:0 24px}
section{padding:var(--section-py) 0}

/* ===== 导航 ===== */
.site-nav{position:sticky;top:0;z-index:100;background:rgba(236,233,228,.78);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(120,120,120,.08);transition:background .3s}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:64px;padding-left:0;position:relative}
.nav-logo{font-family:var(--font-display);font-size:15px;font-weight:800;letter-spacing:0;color:#111111;line-height:1;display:flex;justify-content:flex-start;align-items:center;gap:.65rem;max-width:22rem;margin-right:auto}
.nav-logo{margin-left:1.5rem}
.nav-logo-wordmark{display:block;width:auto;height:1.15rem;flex:0 0 auto}
.nav-logo-text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.06rem;transform:translateY(1px)}
.nav-logo .line1{font-size:15px;font-weight:800;white-space:nowrap;display:block}
.nav-logo .line2{font-size:15px;font-weight:800;white-space:nowrap;display:block;margin-left:.55rem}
.nav-links{display:flex;gap:28px;list-style:none;font-size:15px;position:absolute;left:50%;transform:translateX(-50%)}
.nav-links a{color:#111111;font-weight:600;transition:color .2s}
.nav-links a:hover{color:var(--c-accent)}
.nav-cta{background:#111111;color:#ffffff;padding:8px 20px;border-radius:999px;font-weight:600;font-size:14px;transition:transform .2s,box-shadow .2s;display:inline-block}
.nav-cta:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(0,0,0,.18)}
.menu-toggle{display:none;background:none;border:none;color:#111111;font-size:24px;cursor:pointer;padding:4px}

/* ===== 首屏 ===== */
.hero{position:relative;overflow:hidden;background:#050811;padding:0}
.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,8,17,.72) 0%,rgba(5,8,17,.34) 42%,rgba(5,8,17,.12) 100%);pointer-events:none;z-index:1}
.hero::after{content:'';position:absolute;left:0;right:0;bottom:0;height:56px;background:linear-gradient(180deg,rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%);pointer-events:none;z-index:1}
.hero-grid{position:relative;z-index:2;min-height:37.5rem;display:flex;align-items:center;width:100vw;max-width:none;margin-left:calc(50% - 50vw);padding-left:clamp(24px,7vw,120px);padding-right:clamp(24px,7vw,120px)}
.hero-content{max-width:40rem;position:relative;z-index:3;padding:7rem 0 5rem}
.hero-copy{transform:none}
.hero-kicker{display:inline-flex;align-items:center;padding:8px 14px;border:1px solid rgba(111,61,182,.45);color:#6a34b8;background:rgba(255,255,255,.58);font-size:13px;font-weight:700;line-height:1;border-radius:4px;margin-bottom:18px}
.hero-brand-title{display:block;font-family:var(--font-display);font-size:clamp(30px,4.8vw,64px);line-height:1;font-weight:800;letter-spacing:-.035em;color:#111;margin-bottom:18px;text-transform:uppercase;white-space:nowrap}
.hero-brand-title sup{font-size:.42em;line-height:1;vertical-align:top;margin-left:.12em}
.hero-tag{display:inline-block;background:rgba(255,255,255,.5);color:#111111;padding:6px 16px;border-radius:999px;font-size:13px;font-weight:700;margin-bottom:20px;letter-spacing:0;border:1px solid rgba(0,0,0,.08)}
.hero h1{font-family:var(--font-body);font-size:clamp(32px,4.4vw,56px);line-height:1.04;font-weight:700;margin-bottom:16px;color:#111111;letter-spacing:0;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}
.hero h1 span{color:#111111}
.hero-desc{font-size:17px;color:rgba(17,17,17,.82);line-height:1.7;margin-bottom:30px;max-width:35rem;font-weight:500}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.btn-primary{background:#111111;color:#ffffff;padding:14px 32px;border-radius:999px;font-weight:700;font-size:16px;transition:transform .2s,box-shadow .2s;display:inline-block;border:1px solid #111111}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.22)}
.btn-outline{border:1.5px solid #111111;color:#111111;padding:14px 32px;border-radius:999px;font-weight:600;font-size:16px;transition:border-color .2s,color .2s,background .2s;display:inline-block;background:#ffffff}
.btn-outline:hover{border-color:#111111;color:#ffffff;background:#111111}
.hero-visual{position:absolute;inset:0;display:block;width:100%;height:100%;z-index:0;overflow:hidden}
.hero-visual img{width:100%;max-width:none;border-radius:20px;filter:drop-shadow(0 20px 60px rgba(77,163,255,.18))}
.hero-visual::before{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(circle at 74% 36%,rgba(255,198,132,.16) 0%,rgba(255,198,132,0) 28%)}
.hero-visual video{width:100%;height:100%;display:block;object-fit:cover;object-position:center center;border-radius:0;filter:none;background:#050811;border:none;box-shadow:none}

/* ===== 通用模块标题 ===== */
.section-label{display:inline-block;background:var(--c-accent-soft);color:var(--c-accent);padding:5px 14px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}
.section-title{font-family:var(--font-display);font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1.18;margin-bottom:16px;color:#000}
.section-desc{font-size:17px;color:var(--c-text-2);line-height:1.75;max-width:680px}

/* ===== 关于 Ledger 主体介绍 ===== */
.about{background:#fafafa}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-top:48px}
.about-img{border-radius:var(--radius);overflow:hidden}
.about-img img{width:100%;aspect-ratio:4/3;object-fit:cover}
.about-text p{color:var(--c-text-2);margin-bottom:16px;font-size:16px;line-height:1.8}
.about-text p:last-child{margin-bottom:0}
.highlight-box{background:linear-gradient(180deg,#ffffff 0%,#fafafa 100%);border:1px solid #ececec;padding:22px 24px;border-radius:18px;margin-top:24px;box-shadow:0 10px 26px rgba(0,0,0,.04)}
.highlight-box p{color:#111;font-size:15px;line-height:1.85;margin-bottom:0}

/* ===== 核心价值 ===== */
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.value-card{background:#fff;border:1px solid var(--c-border);border-radius:8px;padding:36px 28px;transition:border-color .3s,transform .3s,box-shadow .3s;position:relative}
.value-card:hover{border-color:#bfbfbf;transform:translateY(-6px);box-shadow:0 10px 24px rgba(0,0,0,.08)}
.value-icon{width:52px;height:52px;background:#f2f2f2;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:24px}
.value-card h3{font-size:19px;font-weight:800;margin-bottom:10px;color:#000}
.value-card p{font-size:15px;color:var(--c-text-2);line-height:1.7}

/* ===== Ledger Wallet 场景模块 ===== */
.wallet-app-band{background:#fff}
.wallet-app-media{position:relative;border-radius:24px;overflow:hidden;min-height:32rem;background:#1a1415}
.wallet-app-media img,.wallet-app-media video{width:100%;height:100%;display:block;object-fit:cover}
.wallet-app-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,12,12,.08) 0%,rgba(20,12,12,.28) 100%)}
.wallet-app-features{display:grid;grid-template-columns:repeat(3,1fr);background:#fff}
.wallet-app-item{padding:2.35rem 1.6rem 2.1rem;border-top:1px solid var(--c-border)}
.wallet-app-item + .wallet-app-item{border-left:1px solid var(--c-border)}
.wallet-app-icon{width:3rem;height:3rem;border-radius:999px;border:1px solid #cfcfcf;background:linear-gradient(180deg,#ffffff 0%,#f5f5f5 100%);display:flex;align-items:center;justify-content:center;font-size:1rem;color:#111;margin-bottom:1.1rem;box-shadow:0 8px 22px rgba(0,0,0,.05)}
.wallet-app-item h3{font-size:1.75rem;line-height:1.18;font-weight:800;color:#111;margin-bottom:.8rem;letter-spacing:-.01em}
.wallet-app-item p{font-size:1rem;line-height:1.82;color:#565656;max-width:24rem}

/* ===== 支持币种展示 ===== */
.asset-band{background:linear-gradient(180deg,#ffffff 0%,#fbfbfb 100%);overflow:hidden}
.asset-band-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:start;margin-bottom:2.85rem}
.asset-band .section-desc{max-width:48rem}
.asset-band-cta{display:inline-flex;align-items:center;justify-content:center;height:3.25rem;padding:0 1.4rem;border-radius:999px;border:1px solid rgba(17,17,17,.18);color:#111;font-size:15px;font-weight:700;white-space:nowrap;transition:transform .2s,background .2s,border-color .2s,color .2s;background:#fff}
.asset-band-cta:hover{transform:translateY(-1px);background:#111;color:#fff;border-color:#111}
.asset-band-marquee{position:relative;overflow:hidden;padding:.85rem 0 .25rem}
.asset-band-track{display:flex;align-items:center;gap:2.2rem;width:max-content;animation:asset-scroll 34s linear infinite}
.asset-band-marquee:hover .asset-band-track{animation-play-state:paused}
.asset-chip{flex:0 0 auto;width:4.35rem;height:4.35rem;border-radius:999px;display:flex;align-items:center;justify-content:center;background:transparent}
.asset-chip img{width:100%;height:100%;display:block;object-fit:contain;border-radius:999px;box-shadow:0 8px 18px rgba(0,0,0,.08)}
@keyframes asset-scroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

/* ===== 产品展示 ===== */
.products{background:linear-gradient(180deg,#ffffff 0%,#fbfbfb 100%)}
.products-head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(220px,.65fr);gap:28px;align-items:end;margin-bottom:2.25rem}
.products-summary{display:flex;justify-content:flex-end}
.products-summary-card{width:100%;max-width:19rem;padding:1rem 1.1rem;border:1px solid #ececec;border-radius:18px;background:rgba(255,255,255,.86);box-shadow:0 10px 30px rgba(0,0,0,.04)}
.products-summary-card strong{display:block;font-size:.82rem;font-weight:800;letter-spacing:.04em;color:#111;margin-bottom:.35rem}
.products-summary-card span{display:block;font-size:.95rem;line-height:1.7;color:#5a5a5a}
.products-carousel{position:relative;overflow:hidden;padding:24px 0 0}
.products-carousel::before,.products-carousel::after{content:"";position:absolute;top:0;bottom:5.5rem;width:16%;z-index:2;pointer-events:none}
.products-carousel::before{left:0;background:linear-gradient(90deg,#fff 10%,rgba(255,255,255,.78) 36%,rgba(255,255,255,0) 100%)}
.products-carousel::after{right:0;background:linear-gradient(270deg,#fff 10%,rgba(255,255,255,.78) 36%,rgba(255,255,255,0) 100%)}
.products-carousel-track{position:relative;height:44rem;padding:0;perspective:1600px;perspective-origin:center center;transform-style:preserve-3d}
.products-carousel-controls{display:flex;justify-content:center;gap:12px;margin-top:20px;flex-wrap:wrap}
.products-carousel-btn{width:52px;height:52px;border-radius:999px;border:1px solid rgba(17,17,17,.08);background:linear-gradient(180deg,#ffffff 0%,#f7f7f7 100%);color:#111;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,background .2s,border-color .2s,color .2s,box-shadow .2s;box-shadow:0 10px 24px rgba(0,0,0,.06)}
.products-carousel-btn:hover{transform:translateY(-2px);background:#111;color:#fff;border-color:#111;box-shadow:0 16px 30px rgba(0,0,0,.14)}
.product-tabs{display:flex;gap:12px;flex-wrap:wrap;margin:40px 0 32px}
.product-tab{background:#fff;border:1px solid var(--c-border);padding:10px 22px;border-radius:999px;font-size:14px;font-weight:600;color:#444;cursor:pointer;transition:all .25s}
.product-tab:hover,.product-tab.active{background:#000;color:#fff;border-color:#000}
.product-cards{display:flex;gap:26px}
.product-card{background:linear-gradient(180deg,#ffffff 0%,#fcfcfc 100%);border:1px solid #ececec;border-radius:28px;overflow:hidden;transition:border-color .4s,transform .7s cubic-bezier(.22,.61,.36,1),box-shadow .4s,opacity .4s,filter .4s;position:absolute;left:50%;top:50%;display:flex;flex-direction:column;width:min(25vw,23rem);min-width:18rem;max-width:23rem;min-height:100%;box-shadow:0 12px 28px rgba(0,0,0,.05);transform-origin:center center;opacity:0;filter:saturate(.82) blur(2px);z-index:1;will-change:transform,opacity,filter;cursor:pointer;pointer-events:none}
.product-card:hover{border-color:#d8d8d8;box-shadow:0 22px 42px rgba(0,0,0,.08)}
.product-card.is-far-left,.product-card.is-far-right{opacity:.16;filter:saturate(.8) blur(1px);z-index:1}
.product-card.is-left,.product-card.is-right{opacity:.72;filter:saturate(.92);z-index:2;pointer-events:auto}
.product-card.is-active{border-color:#d8d8d8;box-shadow:0 30px 60px rgba(0,0,0,.12);opacity:1;filter:none;z-index:3;pointer-events:auto}
.product-card.is-left{transform:translate3d(calc(-50% - 19rem),-48%, -180px) rotateY(28deg) scale(.82)}
.product-card.is-right{transform:translate3d(calc(-50% + 19rem),-48%, -180px) rotateY(-28deg) scale(.82)}
.product-card.is-far-left{transform:translate3d(calc(-50% - 32rem),-48%, -360px) rotateY(40deg) scale(.68)}
.product-card.is-far-right{transform:translate3d(calc(-50% + 32rem),-48%, -360px) rotateY(-40deg) scale(.68)}
.product-card.is-active{transform:translate3d(-50%,-50%,0) rotateY(0deg) scale(1)}
.product-card-img{aspect-ratio:1/1;overflow:hidden;background:radial-gradient(circle at 50% 20%,#ffffff 0%,#f8f8f8 56%,#f1f1f1 100%);padding:12px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #f0f0f0}
.product-card-media{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 22%,rgba(255,255,255,.98) 0%,rgba(252,252,252,.96) 60%,rgba(245,245,245,.94) 100%);border-radius:22px;box-shadow:inset 0 0 0 1px rgba(17,17,17,.03),0 14px 30px rgba(0,0,0,.04);position:relative;overflow:hidden}
.product-card-media::after{content:"";position:absolute;left:14%;right:14%;bottom:9%;height:16%;border-radius:999px;background:radial-gradient(circle,rgba(0,0,0,.12) 0%,rgba(0,0,0,0) 72%);filter:blur(10px);opacity:.52;pointer-events:none}
.product-card-img img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s cubic-bezier(.22,.61,.36,1);filter:drop-shadow(0 18px 28px rgba(0,0,0,.12));position:relative;z-index:1}
.product-card.is-active .product-card-img img{transform:scale(1.16)}
.product-card-body{padding:22px 26px 24px;display:flex;flex-direction:column;flex:1}
.product-card-body h3{font-size:21px;font-weight:800;margin-bottom:10px;color:#000;line-height:1.2;text-align:center}
.product-card-body .tag{display:inline-block;align-self:center;background:#f4f4f4;color:#111;font-size:12px;padding:4px 11px;border-radius:999px;margin:0 auto 14px;font-weight:700;border:1px solid #ececec;text-align:center}
.product-card-body p{font-size:15px;color:var(--c-text-2);line-height:1.82;margin-bottom:18px;flex:1}
.product-card-actions{display:flex;align-items:center;justify-content:center}
.product-card-nav{display:none}
.product-card-cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:999px;background:#111;color:#fff;font-size:14px;font-weight:800;letter-spacing:.01em;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 14px 30px rgba(0,0,0,.12);margin: auto auto 0;align-self:center;text-align:center}
.product-card-cta:hover{transform:translateY(-2px);background:#000;box-shadow:0 18px 34px rgba(0,0,0,.18)}
.product-card-body .link{color:var(--c-accent);font-weight:700;font-size:14px;display:inline-flex;align-items:center;gap:4px;transition:gap .2s;margin-top:auto}
.product-card-body .link:hover{gap:8px}

/* ===== 产品对比 ===== */
.compare-table-wrap{overflow-x:auto;margin-top:40px;-webkit-overflow-scrolling:touch}
.compare-table{width:100%;border-collapse:collapse;min-width:700px}
.compare-table th,.compare-table td{padding:16px 18px;text-align:left;border-bottom:1px solid var(--c-border);font-size:15px}
.compare-table thead th{background:#fff;color:#000;font-weight:800;position:sticky;top:0;font-size:14px;letter-spacing:.03em}
.compare-table tbody td{color:#555}
.compare-table tbody tr:hover td{background:#fafafa}

/* ===== 适用对象 ===== */
.audience{background:#fafafa}
.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.audience-card{background:#fff;border:1px solid var(--c-border);border-radius:8px;padding:32px 24px;text-align:center;transition:border-color .3s,transform .3s,box-shadow .3s}
.audience-card:hover{border-color:#bdbdbd;transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,.06)}
.audience-icon{font-size:36px;margin-bottom:16px}
.audience-card h3{font-size:18px;font-weight:800;margin-bottom:10px;color:#000}
.audience-card p{font-size:15px;color:var(--c-text-2);line-height:1.7}

/* ===== 使用指南 ===== */
.guide-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:48px}
.step-card{background:#fff;border:1px solid var(--c-border);border-radius:8px;padding:32px 28px;position:relative;overflow:hidden}
.step-card::before{content:attr(data-step);position:absolute;top:16px;right:20px;font-family:var(--font-display);font-size:64px;font-weight:800;color:rgba(0,0,0,.05);line-height:1}
.step-card h3{font-size:18px;font-weight:800;color:#000;margin-bottom:10px}
.step-card p{font-size:15px;color:var(--c-text-2);line-height:1.75}

/* ===== 安全与注意事项 ===== */
.safety{background:#fff}
.safety-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:48px}
.safety-item{background:#fff;border:1px solid var(--c-border);border-radius:8px;padding:28px 24px;display:flex;gap:16px;align-items:flex-start}
.safety-icon{flex-shrink:0;width:44px;height:44px;background:rgba(255,83,0,.08);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px}
.safety-item h3{font-size:16px;font-weight:800;color:#000;margin-bottom:6px}
.safety-item p{font-size:15px;color:var(--c-text-2);line-height:1.7}

/* ===== 信任支撑 ===== */
.trust-items{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}
.trust-item{text-align:center;padding:32px 16px;background:#fff;border:1px solid #e7e2da;border-radius:8px;box-shadow:0 10px 28px rgba(17,17,17,.04)}
.trust-num{font-family:var(--font-display);font-size:clamp(32px,4vw,48px);font-weight:800;color:#191919;line-height:1.1}
.trust-label{font-size:14px;color:#6b6257;margin-top:8px;font-weight:600}

/* ===== 概念解释 ===== */
.concepts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:48px}
.concept-card{background:#fff;border:1px solid var(--c-border);border-radius:8px;padding:28px}
.concept-card h3{font-size:17px;font-weight:700;color:var(--c-accent);margin-bottom:8px}
.concept-card p{font-size:15px;color:var(--c-text-2);line-height:1.75}

.compliance-module .section-label,.compliance-module .section-title{text-align:center;display:block}
.compliance-module .feature-grid{justify-content:center}
.compliance-module .feature-card{text-align:center}
.compliance-module .section-title{max-width:40rem;margin-left:auto;margin-right:auto;line-height:1.16}
.compliance-module .section-title .title-line{display:block}
.compliance-module .feature-card p{margin-left:auto;margin-right:auto;max-width:38rem;line-height:1.95;font-size:18px}
.store-showcase{margin-top:2rem;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:24px;align-items:stretch}
.store-visual{position:relative;min-height:34rem;border-radius:24px;overflow:hidden;background:#141414;box-shadow:0 20px 55px rgba(0,0,0,.08)}
.store-visual img{width:100%;height:100%;display:block;object-fit:cover}
.store-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04) 0%,rgba(0,0,0,.26) 100%)}
.store-badge{position:absolute;left:24px;top:24px;z-index:2;display:inline-flex;align-items:center;padding:.7rem 1rem;border-radius:999px;background:rgba(255,255,255,.92);color:#111;font-size:13px;font-weight:700;backdrop-filter:blur(12px)}
.store-panel{display:flex;flex-direction:column;justify-content:space-between;padding:32px;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f6f6f6 100%);border:1px solid #e8e8e8;box-shadow:0 18px 50px rgba(0,0,0,.05)}
.store-panel .section-title{text-align:center;margin-left:auto;margin-right:auto;max-width:none;margin-bottom:12px;font-size:clamp(24px,3vw,32px);line-height:1.22}
.store-panel .section-desc{max-width:none;font-size:17px;color:#535353}
.store-pills{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0}
.store-pills span{display:inline-flex;align-items:center;padding:.72rem 1rem;border-radius:999px;background:#fff;border:1px solid #e5e5e5;color:#111;font-size:14px;font-weight:600}
.store-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:8px}
.store-info-card{padding:18px 18px 16px;border-radius:18px;background:#fff;border:1px solid #ececec;text-align:left}
.store-info-card strong{display:block;font-size:13px;color:#7a7a7a;font-weight:700;letter-spacing:.02em;margin-bottom:6px}
.store-info-card span{display:block;font-size:16px;line-height:1.7;color:#111}
.store-action{margin-top:24px;text-align:center}
.store-action .btn-primary{min-width:8.5rem;padding:14px 30px}
.store-note{margin-top:20px;text-align:center;font-size:.82rem;color:#888}

/* ===== FAQ ===== */
.faq{background:#fafafa}
.faq .wrap{text-align:center}
.faq .section-label,.faq .section-title,.faq .section-desc{text-align:center;margin-left:auto;margin-right:auto}
.faq .section-title{font-size:clamp(34px,4.6vw,50px);margin-bottom:20px}
.faq .section-desc{max-width:760px;font-size:18px;line-height:1.9}
.faq-list{max-width:840px;margin:48px auto 0;text-align:left}
.faq-item{border-bottom:1px solid var(--c-border)}
.faq-q{width:100%;background:none;border:none;color:#000;font-size:19px;font-weight:700;text-align:left;padding:24px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;font-family:var(--font-body);line-height:1.55}
.faq-q::after{content:'+';font-size:22px;color:#000;flex-shrink:0;transition:transform .3s}
.faq-item.open .faq-q::after{content:'−'}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}
.faq-a-inner{padding:0 0 24px;font-size:16px;color:var(--c-text-2);line-height:1.9}
.faq-more{max-width:840px;margin:24px auto 0;text-align:center}
.faq-more-link{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:800;color:#111;transition:gap .2s,color .2s}
.faq-more-link:hover{gap:14px;color:#000}

/* ===== 页脚 ===== */
.site-footer{background:linear-gradient(90deg,#050505 0%,#171717 50%,#050505 100%);border-top:1px solid rgba(255,255,255,.08);padding:56px 0 30px}
.footer-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(180px,.6fr) minmax(180px,.6fr);gap:72px;align-items:start}
.footer-brand{font-family:var(--font-display);font-size:20px;font-weight:800;color:#fff;margin-bottom:16px;letter-spacing:.01em}
.footer-about{font-size:14px;color:#b4b4b4;line-height:1.9;max-width:430px}
.footer-heading{font-size:15px;font-weight:700;color:#fff;margin-bottom:18px;letter-spacing:.04em}
.footer-links{list-style:none}
.footer-links li{margin-bottom:12px}
.footer-links a{font-size:15px;color:#a9a9a9;transition:color .2s}
.footer-links a:hover{color:var(--c-accent)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:44px;padding-top:22px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#8a8a8a;flex-wrap:wrap;gap:16px}
.footer-meta{max-width:540px}
.footer-nav-col{padding-top:2px}

/* ===== 返回顶部 ===== */
.back-top{position:fixed;bottom:24px;right:24px;width:48px;height:48px;background:var(--c-accent);color:#06101d;border:none;border-radius:50%;font-size:20px;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:90;box-shadow:0 4px 16px rgba(77,163,255,.3);transition:transform .2s}
.back-top:hover{transform:translateY(-2px)}
.back-top.show{display:flex}

/* ===== 响应式 ===== */
@media(max-width:1024px){
  .hero-grid{text-align:center;min-height:34rem}
  .hero-content{max-width:100%;padding:6rem 0 4rem}
  .hero-actions{justify-content:center}
  .hero::before{background:linear-gradient(180deg,rgba(5,8,17,.48) 0%,rgba(5,8,17,.24) 34%,rgba(5,8,17,.36) 100%)}
  .about-grid{grid-template-columns:1fr}
  .values-grid{grid-template-columns:repeat(2,1fr)}
  .wallet-app-features{grid-template-columns:1fr}
  .wallet-app-item + .wallet-app-item{border-left:none}
  .asset-band-head{grid-template-columns:1fr;gap:18px}
  .products-head{grid-template-columns:1fr;gap:18px}
  .products-summary{justify-content:flex-start}
  .products-carousel-track{height:39rem}
  .product-card{width:min(28vw,20rem);min-width:16rem}
  .product-card.is-left{transform:translate3d(calc(-50% - 14rem),-48%,-170px) rotateY(26deg) scale(.8)}
  .product-card.is-right{transform:translate3d(calc(-50% + 14rem),-48%,-170px) rotateY(-26deg) scale(.8)}
  .product-card.is-far-left{transform:translate3d(calc(-50% - 22rem),-48%,-320px) rotateY(38deg) scale(.62)}
  .product-card.is-far-right{transform:translate3d(calc(-50% + 22rem),-48%,-320px) rotateY(-38deg) scale(.62)}
  .trust-items{grid-template-columns:repeat(2,1fr)}
  .store-showcase{grid-template-columns:1fr}
  .store-visual{min-height:28rem}
  .footer-grid{grid-template-columns:1fr 1fr;gap:40px}
}
@media(min-width:1366px){
  .notice-shell{
    max-width:1560px;
    margin:0 auto;
    padding:6px 28px;
    gap:14px;
  }
  .notice-badge{
    padding-right:14px;
  }
  .notice-marquee-viewport{
    max-width:980px;
    height:26px;
  }
  .notice-message{
    font-size:15px;
  }
  .notice-actions{
    padding-left:14px;
    gap:10px;
  }
}

@media(min-width:1800px){
  .notice-shell{
    max-width:1620px;
  }
  .notice-marquee-viewport{
    max-width:920px;
  }
}

@media(min-width:1025px){
  .notice-shell{
    max-width:var(--max-w);
    margin:0 auto;
    padding:6px 24px;
    gap:16px;
  }
  .notice-badge{
    padding-right:12px;
  }
  .notice-company,
  .notice-dot{
    display:inline-flex;
  }
  .notice-marquee-viewport{
    height:26px;
  }
  .notice-message{
    font-size:15px;
  }
  .notice-actions{
    padding-left:12px;
    gap:10px;
  }
  .notice-copy{
    width:auto;
    min-width:28px;
    padding:0 10px;
    gap:7px;
  }
  .notice-copy-text{
    display:inline-block;
    font-size:12px;
    line-height:1;
    color:#4f4f4f;
    font-weight:600;
    white-space:nowrap;
  }
  .notice-copy-email{
    max-width:220px;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .notice-copy-phone{
    letter-spacing:.02em;
  }
}
@media(max-width:768px){
  .site-nav{background:#ffffff;border-bottom:1px solid rgba(32,28,77,.08);backdrop-filter:none;-webkit-backdrop-filter:none}
  .site-nav.menu-open{background:#231b58;border-bottom-color:#231b58}
  .nav-links{display:none;position:fixed;top:64px;left:0;right:0;bottom:0;background:#f7f8ff;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;font-size:20px;z-index:99;padding:0;border-top:1px solid rgba(255,255,255,.08);overflow-y:auto}
  .nav-links.open{display:flex}
  .nav-links li{list-style:none}
  .nav-links a{display:flex;align-items:center;justify-content:center;min-height:92px;background:#ffffff;color:#262256;font-size:17px;font-weight:700;border-bottom:1px solid #ececf6}
  .nav-cta-desktop{display:none}
  .menu-toggle{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:999px;color:#4c4387;font-size:34px;line-height:1;padding:0}
  .site-nav.menu-open .menu-toggle{color:#ffffff;background:rgba(255,255,255,.14)}
  .nav-inner{height:80px;padding:0 12px;gap:10px}
  .nav-logo{font-size:11px;max-width:none;line-height:1.04;gap:.78rem;margin-left:0;align-items:center;flex:1 1 auto;min-width:0}
  .site-nav.menu-open .nav-logo{color:#ffffff}
  .nav-logo-wordmark{height:2.6rem;padding:0;border-radius:0;background:transparent;box-shadow:none;flex:0 0 auto}
  .nav-logo-text{min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;transform:none;padding-top:0}
  .nav-logo .line1{font-size:13px;white-space:normal;line-height:1.08;font-weight:800}
  .nav-logo .line2{display:block;font-size:13px;white-space:normal;line-height:1.08;margin-left:0;font-weight:800}
  .menu-toggle{margin-left:0;flex:0 0 50px;width:50px;height:50px;font-size:31px;font-weight:500;align-self:center}
  .hero{min-height:auto;background:linear-gradient(135deg,#ece8ff 0%,#f5f3ff 42%,#ffffff 100%)}
  .hero::before{background:radial-gradient(circle at 50% 18%,rgba(124,96,255,.14) 0%,rgba(124,96,255,0) 34%),linear-gradient(180deg,rgba(255,255,255,.58) 0%,rgba(255,255,255,.8) 100%)}
  .hero::after{display:none}
  .hero-grid{min-height:auto;width:auto;max-width:none;margin-left:0;padding:0 18px}
  .hero-content{padding:6.25rem 0 2.9rem;max-width:none;width:100%}
  .hero-copy{max-width:none;margin:0 auto;text-align:center;padding:1.4rem 1.2rem 0;border-radius:28px}
  .hero-kicker{font-size:11px;padding:.52rem 1rem;margin-bottom:1rem;border-radius:999px;color:#6a34b8;border-color:rgba(106,52,184,.16);background:rgba(255,255,255,.92);box-shadow:0 10px 24px rgba(60,52,125,.08)}
  .hero-brand-title{font-size:clamp(23px,7.8vw,32px);margin-bottom:.8rem;color:#3f34aa;white-space:normal;opacity:1}
  .hero-tag{font-size:12px;padding:.58rem 1rem;margin-bottom:1.25rem;background:#ffffff;color:#111111;border-color:rgba(17,17,17,.06);box-shadow:0 10px 24px rgba(60,52,125,.06)}
  .hero h1{font-size:clamp(34px,11vw,50px);line-height:1.08;margin-bottom:1rem;color:#111111;text-shadow:none;letter-spacing:-.02em}
  .hero h1 span{color:#111111}
  .hero-desc{font-size:15px;line-height:1.86;max-width:20.6rem;margin:0 auto 1.55rem;color:rgba(17,17,17,.76);text-shadow:none}
  .hero-actions{width:100%;max-width:21.5rem;margin:0 auto;gap:.85rem;justify-content:center;flex-direction:column}
  .btn-primary{width:100%;text-align:center;justify-content:center;padding:15px 24px;font-size:15px;background:#111111;color:#ffffff;border-color:#111111;box-shadow:0 18px 34px rgba(0,0,0,.12)}
  .btn-outline{display:flex;width:100%;text-align:center;justify-content:center;padding:14px 24px;font-size:15px;background:#ffffff;color:#111111;border-color:#e8e8e8;box-shadow:0 12px 24px rgba(0,0,0,.05)}
  .hero-visual{display:none}
  .section-label{margin-bottom:12px}
  .section-title{font-size:clamp(28px,8vw,36px);line-height:1.16}
  .section-desc{font-size:15px;line-height:1.78}
  .about-grid{gap:24px;margin-top:28px}
  .about-img{border-radius:18px}
  .about-text p{font-size:15px;line-height:1.82;margin-bottom:14px}
  .highlight-box{padding:18px 18px 16px;border-radius:16px;margin-top:18px}
  .highlight-box p{font-size:14px;line-height:1.8}
  .wallet-app-media{min-height:13rem;border-radius:18px}
  .wallet-app-item{padding:1.35rem 0 1.2rem}
  .wallet-app-item h3{font-size:1.5rem}
  .wallet-app-item p{font-size:.96rem}
  .asset-band-track{gap:1.15rem}
  .asset-chip{width:3.65rem;height:3.65rem;font-size:1rem}
  .store-showcase{gap:18px}
  .store-visual{min-height:16.8rem;border-radius:18px}
  .store-badge{left:14px;top:14px;padding:.55rem .85rem;font-size:12px}
  .store-panel{padding:20px 18px;border-radius:18px}
  .store-panel .section-title{font-size:30px;line-height:1.18}
  .store-pills{gap:8px;margin:18px 0;justify-content:center}
  .store-pills span{font-size:12px;padding:.58rem .78rem;white-space:nowrap}
  .store-info-grid{grid-template-columns:1fr}
  .store-info-card{padding:16px 16px 14px;border-radius:16px}
  .store-info-card strong{font-size:12px}
  .store-info-card span{font-size:15px;line-height:1.7}
  .values-grid,.audience-grid{grid-template-columns:1fr}
  .value-card,.audience-card,.step-card,.safety-item,.concept-card{border-radius:18px}
  .value-card{padding:26px 20px}
  .value-icon{width:46px;height:46px;font-size:21px;margin-bottom:16px}
  .value-card h3{font-size:18px}
  .value-card p{font-size:14px;line-height:1.76}
  .guide-steps,.safety-grid,.concepts-grid{grid-template-columns:1fr}
  .guide-steps,.safety-grid,.concepts-grid,.values-grid,.audience-grid,.trust-items{gap:16px;margin-top:28px}
  .step-card{padding:24px 18px}
  .step-card::before{font-size:50px;top:14px;right:16px}
  .step-card h3{font-size:17px}
  .step-card p{font-size:14px;line-height:1.78}
  .safety-item{padding:20px 18px}
  .safety-item p,.concept-card p,.audience-card p{font-size:14px;line-height:1.76}
  .audience-card{padding:24px 18px}
  .audience-card h3{font-size:17px}
  .products-head{margin-bottom:1.6rem}
  .products-summary-card{max-width:none;padding:1rem 1rem 1.05rem;border-radius:16px}
  .products-carousel::before,.products-carousel::after{display:none}
  .products-carousel{overflow:hidden;padding:18px 10px 0}
  .products-carousel-track{height:27.8rem}
  .product-card{width:min(58vw,14.6rem);min-width:unset;max-width:14.6rem;border-radius:18px}
  .product-card.is-active{transform:translate3d(-50%,-50%,0) rotateY(0deg) scale(1)}
  .product-card.is-left{transform:translate3d(calc(-50% - 4.7rem),-50%,-60px) rotateY(11deg) scale(.76)}
  .product-card.is-right{transform:translate3d(calc(-50% + 4.7rem),-50%,-60px) rotateY(-11deg) scale(.76)}
  .product-card.is-left,.product-card.is-right{opacity:.86}
  .product-card.is-far-left,.product-card.is-far-right{opacity:.04;pointer-events:none}
  .product-card-img{padding:7px}
  .product-card-media{border-radius:14px}
  .product-card-body{padding:12px 12px 14px}
  .product-card-body .tag{font-size:11px;padding:4px 10px;margin-bottom:10px}
  .product-card-body h3{font-size:15px;margin-bottom:6px}
  .product-card-body p{font-size:12px;line-height:1.55;margin-bottom:10px}
  .product-card-actions{display:block;margin-top:auto;text-align:center}
  .product-card-nav{display:none !important}
  .product-card-cta{min-height:38px;padding:0 14px;font-size:12px;margin:0 auto;align-self:center;display:inline-flex}
  .products-carousel-controls{display:flex;justify-content:center;gap:10px;margin-top:6px}
  .products-carousel-btn{width:40px;height:40px;font-size:17px;box-shadow:0 9px 18px rgba(0,0,0,.08)}
  .products-carousel-btn-inline{display:none !important}
  .product-tabs{justify-content:center}
  .compare-table-wrap{margin-top:26px;border-radius:18px;background:#fff;box-shadow:inset 0 0 0 1px #efefef}
  .compare-table{min-width:620px}
  .compare-table th,.compare-table td{padding:14px 12px;font-size:13px}
  .trust-items{grid-template-columns:1fr 1fr}
  .trust-item{padding:22px 14px;border-radius:18px}
  .trust-num{font-size:34px}
  .trust-label{font-size:13px}
  .faq-list{margin-top:28px}
  .faq-q{padding:18px 0;line-height:1.5}
  .faq-a-inner{padding:0 0 18px;font-size:14px;line-height:1.8}
  .faq-more{margin-top:18px}
  .footer-grid{grid-template-columns:1fr;gap:22px}
  .site-footer{padding:42px 0 24px}
  .footer-brand{margin-bottom:10px}
  .footer-about{font-size:13px;line-height:1.82}
  .footer-heading{margin-bottom:12px}
  .footer-links li{margin-bottom:10px}
  .footer-bottom{flex-direction:column;text-align:center}
  .footer-bottom{margin-top:26px;padding-top:18px;font-size:12px}
  section{padding:clamp(42px,7vw,72px) 0}
  .faq .section-title{font-size:clamp(30px,8vw,40px)}
  .faq .section-desc{font-size:16px;line-height:1.8}
  .faq-q{font-size:17px}
}
@media(max-width:420px){
  html{font-size:15px}
  .wrap{padding:0 16px}
  .nav-inner{height:76px;padding:0 10px;gap:8px}
  .nav-logo{max-width:none;gap:.68rem}
  .nav-logo-wordmark{height:2.2rem;padding:0;border-radius:0}
  .nav-logo .line1{font-size:12px}
  .nav-logo .line2{font-size:12px}
  .menu-toggle{flex:0 0 46px;width:46px;height:46px;font-size:29px}
  .hero-grid{padding:0 14px}
  .hero-content{padding-top:5.85rem;padding-bottom:2.6rem}
  .hero-copy{padding:1.1rem .9rem 0}
  .hero-brand-title{font-size:26px}
  .hero h1{font-size:30px}
  .hero-desc{max-width:18.7rem;font-size:14px}
  .hero-actions{max-width:100%}
  .store-panel .section-title{font-size:28px}
  .store-pills{gap:7px}
  .store-pills span{font-size:11px;padding:.54rem .72rem}
  .products-carousel{padding:12px 6px 0}
  .products-carousel-track{height:26.8rem}
  .product-card{width:min(62vw,13.4rem)}
  .product-card.is-left{transform:translate3d(calc(-50% - 4rem),-50%,-54px) rotateY(10deg) scale(.74)}
  .product-card.is-right{transform:translate3d(calc(-50% + 4rem),-50%,-54px) rotateY(-10deg) scale(.74)}
  .product-card-body{padding:10px 10px 12px}
  .product-card-body .tag{font-size:10px;padding:4px 9px;margin-bottom:8px}
  .product-card-body h3{font-size:14px}
  .product-card-body p{font-size:11px;line-height:1.5;margin-bottom:10px}
  .product-card-cta{min-height:36px;padding:0 13px;font-size:11px}
  .products-carousel-btn{width:38px;height:38px;font-size:16px}
  .trust-items{grid-template-columns:1fr}
 }

/* ===== 动画 ===== */
@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.anim{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}
.anim.in-view{opacity:1;transform:translateY(0)}

/* ===== 链接文本自动换行 ===== */
a,p,td,th,li{word-break:break-word;overflow-wrap:break-word}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@700&display=swap');

/* ===== Ledger 科普视频 ===== */
.ledger-education{background:linear-gradient(180deg,#fafafa 0%,#ffffff 100%);overflow:hidden}
.ledger-education .anim{opacity:1;transform:none}
.education-head{text-align:center;max-width:100%;margin:0 auto 34px}
.education-head #ledger-education-title{max-width:none;white-space:nowrap;font-size:clamp(26px,3.2vw,34px);line-height:1.14}
.education-head .section-title{margin-left:auto;margin-right:auto;text-align:center}
.education-layout{display:flex;gap:24px;align-items:stretch;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 4px 26px;margin-left:-4px;margin-right:-4px;-webkit-overflow-scrolling:touch;cursor:grab}
.education-layout:active{cursor:grabbing}
.education-layout::-webkit-scrollbar{height:8px}
.education-layout::-webkit-scrollbar-track{background:#eeeeee;border-radius:999px}
.education-layout::-webkit-scrollbar-thumb{background:#111;border-radius:999px}
.education-video-card{flex:0 0 min(31.5%, 23rem);min-width:19rem;background:#111;border:1px solid #e9e9e9;border-radius:24px;overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.06);transition:transform .25s,border-color .25s,box-shadow .25s;scroll-snap-align:start}
.education-video-card:hover{transform:translateY(-4px);border-color:#d6d6d6;box-shadow:0 24px 55px rgba(0,0,0,.09)}
.education-video-frame{position:relative;background:#111;aspect-ratio:9/16;overflow:hidden}
.education-video-frame video{width:100%;height:100%;display:block;object-fit:cover;background:#111}
@media(max-width:1024px){
  .education-video-card{flex-basis:min(46%, 22rem)}
}
@media(min-width:1025px){
  .notice-shell{
    max-width:var(--max-w);
    margin:0 auto;
    padding:6px 24px;
    gap:16px;
  }
  .notice-badge{
    padding-right:12px;
  }
  .notice-company,
  .notice-dot{
    display:inline-flex;
  }
  .notice-marquee-viewport{
    height:26px;
  }
  .notice-message{
    font-size:15px;
  }
  .notice-actions{
    padding-left:12px;
    gap:10px;
  }
  .notice-copy{
    width:auto;
    min-width:28px;
    padding:0 10px;
    gap:7px;
  }
  .notice-copy-text{
    display:inline-block;
    font-size:12px;
    line-height:1;
    color:#4f4f4f;
    font-weight:600;
    white-space:nowrap;
  }
  .notice-copy-email{
    max-width:220px;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .notice-copy-phone{
    letter-spacing:.02em;
  }
}
@media(max-width:768px){
  .education-head{margin-bottom:24px}
  .education-layout{gap:16px;padding-bottom:22px;scroll-padding-left:0}
  .education-video-card{flex-basis:82%;min-width:16.8rem;border-radius:18px}
}


@media(min-width:1025px){
  .notice-shell{
    max-width:var(--max-w);
    margin:0 auto;
    padding:6px 24px;
    gap:16px;
  }
  .notice-badge{
    padding-right:12px;
  }
  .notice-company,
  .notice-dot{
    display:inline-flex;
  }
  .notice-marquee-viewport{
    height:26px;
  }
  .notice-message{
    font-size:15px;
  }
  .notice-actions{
    padding-left:12px;
    gap:10px;
  }
  .notice-copy{
    width:auto;
    min-width:28px;
    padding:0 10px;
    gap:7px;
  }
  .notice-copy-text{
    display:inline-block;
    font-size:12px;
    line-height:1;
    color:#4f4f4f;
    font-weight:600;
    white-space:nowrap;
  }
  .notice-copy-email{
    max-width:220px;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .notice-copy-phone{
    letter-spacing:.02em;
  }
}
@media(max-width:768px){
  .education-head #ledger-education-title{white-space:normal;font-size:clamp(28px,8vw,40px);line-height:1.16}
}

/* ===== 站内提醒轮播 ===== */
.notice-marquee{
  position:relative;
  padding:0;
  margin:0;
  background:#ffffff;
  border-top:1px solid #ebe4d8;
  border-bottom:1px solid #ebe4d8;
  overflow:visible;
}
.notice-shell{
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  min-height:0;
  padding:5px 14px;
}
.notice-badge{
  position:relative;
  z-index:6;
  display:flex;
  align-items:center;
  gap:6px;
  flex:0 0 auto;
  padding:3px 10px 3px 0;
  background:#ffffff;
}
.notice-label{
  font-size:13px;
  line-height:1;
  color:#5d5d5d;
  font-weight:700;
  letter-spacing:.02em;
}
.notice-icon-wrap{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:18px;
}
.notice-icon{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  width:24px;
  height:18px;
}
.notice-speaker-body{
  position:relative;
  display:block;
  width:8px;
  height:10px;
  background:#6f6f6f;
  border-radius:1px;
}
.notice-speaker-body::before{
  content:"";
  position:absolute;
  left:-5px;
  top:2px;
  width:0;
  height:0;
  border-top:3px solid transparent;
  border-bottom:3px solid transparent;
  border-right:6px solid #6f6f6f;
}
.notice-speaker-lines{
  position:absolute;
  left:11px;
  top:50%;
  width:11px;
  height:12px;
  transform:translateY(-50%);
}
.notice-speaker-lines span{
  position:absolute;
  inset:0;
  display:block;
  border:2px solid #6f6f6f;
  border-left:none;
  border-bottom:none;
  border-radius:0 14px 0 0;
  transform-origin:left center;
  opacity:.72;
  animation:notice-wave-pulse 1.1s ease-in-out infinite;
}
.notice-speaker-lines span:nth-child(1){
  transform:translateY(0) rotate(45deg) scale(.56);
  opacity:.9;
}
.notice-speaker-lines span:nth-child(2){
  transform:translateY(0) rotate(45deg) scale(.82);
  opacity:.64;
  animation-delay:.14s;
}
.notice-speaker-lines span:nth-child(3){
  transform:translateY(0) rotate(45deg) scale(1.06);
  opacity:.38;
  animation-delay:.28s;
}
.notice-marquee-viewport{
  position:relative;
  z-index:1;
  flex:1 1 auto;
  min-width:0;
  height:28px;
  overflow:hidden;
}
.notice-message{
  position:absolute;
  top:50%;
  left:0;
  display:inline-block;
  white-space:nowrap;
  font-size:16px;
  line-height:1.2;
  color:#202020;
  font-weight:600;
  transform:translate3d(100%, -50%, 0);
  will-change:transform;
  pointer-events:none;
}
.notice-actions{
  position:relative;
  z-index:6;
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
  padding-left:10px;
  background:#ffffff;
}
.notice-action{
  position:relative;
  z-index:12;
  display:inline-flex;
  align-items:center;
}
.notice-copy{
  position:relative;
  z-index:8;
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(124,124,124,.24);
  border-radius:999px;
  background:#ffffff;
  color:#5f5f5f;
  cursor:pointer;
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease;
}
.notice-copy:hover,
.notice-copy:focus-visible{
  background:#f6f1e8;
  border-color:rgba(55,55,55,.4);
  color:#1f1f1f;
  transform:translateY(-1px);
  box-shadow:0 8px 16px rgba(0,0,0,.08);
  outline:none;
}
.notice-copy-icon{
  font-size:14px;
  line-height:1;
}
.notice-hint{
  position:absolute;
  z-index:30;
  right:0;
  bottom:calc(100% + 8px);
  padding:6px 10px;
  border-radius:9px;
  background:rgba(25,25,25,.92);
  color:#ffffff;
  font-size:12px;
  line-height:1;
  white-space:nowrap;
  opacity:0;
  transform:translateY(6px);
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease;
}
.notice-action:hover .notice-hint,
.notice-action:focus-within .notice-hint,
.notice-action.show-hint .notice-hint{
  opacity:1;
  transform:translateY(0);
}
.notice-toast{
  position:absolute;
  z-index:32;
  right:14px;
  bottom:calc(100% + 8px);
  max-width:min(78vw,360px);
  padding:8px 12px;
  border-radius:10px;
  background:rgba(25,25,25,.92);
  color:#ffffff;
  font-size:12px;
  line-height:1.45;
  opacity:0;
  transform:translateY(6px);
  pointer-events:none;
  transition:opacity .22s ease,transform .22s ease;
  box-shadow:0 14px 28px rgba(0,0,0,.14);
}
.notice-toast.show{
  opacity:1;
  transform:translateY(0);
}
.notice-marquee.is-paused .notice-message{
  animation-play-state:paused;
}
@keyframes notice-run{
  from{transform:translate3d(var(--notice-start,100%), -50%, 0)}
  to{transform:translate3d(var(--notice-end,-100%), -50%, 0)}
}
@keyframes notice-line-wave{
  0%,100%{opacity:.3;filter:saturate(.9)}
  50%{opacity:1;filter:saturate(1.1)}
}
@media(min-width:1025px){
  .notice-shell{
    max-width:var(--max-w);
    margin:0 auto;
    padding:6px 24px;
    gap:16px;
  }
  .notice-badge{
    padding-right:12px;
  }
  .notice-company,
  .notice-dot{
    display:inline-flex;
  }
  .notice-marquee-viewport{
    height:26px;
  }
  .notice-message{
    font-size:15px;
  }
  .notice-actions{
    padding-left:12px;
    gap:10px;
  }
  .notice-copy{
    width:auto;
    min-width:28px;
    padding:0 10px;
    gap:7px;
  }
  .notice-copy-text{
    display:inline-block;
    font-size:12px;
    line-height:1;
    color:#4f4f4f;
    font-weight:600;
    white-space:nowrap;
  }
  .notice-copy-email{
    max-width:220px;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .notice-copy-phone{
    letter-spacing:.02em;
  }
}
@media(max-width:768px){
  .notice-shell{gap:7px;padding:4px 10px}
  .notice-company,
  .notice-dot{display:none}
  .notice-label{font-size:11px}
  .notice-icon-wrap{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:18px;
}
.notice-icon{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  width:24px;
  height:18px;
}
.notice-speaker-body{
  position:relative;
  display:block;
  width:8px;
  height:10px;
  background:#6f6f6f;
  border-radius:1px;
}
.notice-speaker-body::before{
  content:"";
  position:absolute;
  left:-5px;
  top:2px;
  width:0;
  height:0;
  border-top:3px solid transparent;
  border-bottom:3px solid transparent;
  border-right:6px solid #6f6f6f;
}
.notice-speaker-lines{
  position:absolute;
  left:11px;
  top:50%;
  width:11px;
  height:12px;
  transform:translateY(-50%);
}
.notice-speaker-lines span{
  position:absolute;
  inset:0;
  display:block;
  border:2px solid #6f6f6f;
  border-left:none;
  border-bottom:none;
  border-radius:0 14px 0 0;
  transform-origin:left center;
  opacity:.72;
  animation:notice-wave-pulse 1.1s ease-in-out infinite;
}
.notice-speaker-lines span:nth-child(1){
  transform:translateY(0) rotate(45deg) scale(.56);
  opacity:.9;
}
.notice-speaker-lines span:nth-child(2){
  transform:translateY(0) rotate(45deg) scale(.82);
  opacity:.64;
  animation-delay:.14s;
}
.notice-speaker-lines span:nth-child(3){
  transform:translateY(0) rotate(45deg) scale(1.06);
  opacity:.38;
  animation-delay:.28s;
}
  .notice-marquee-viewport{height:24px}
  .notice-message{font-size:13px;line-height:1.15}
  .notice-copy{width:24px;height:24px}
  .notice-copy-icon{font-size:12px}
  .notice-toast{right:10px;left:10px;max-width:none;font-size:11px}
}
/* ===== 站内提醒轮播 最终桌面覆盖 ===== */
.notice-company{display:none}
.notice-dot{display:none;font-size:24px;line-height:1;color:#7a7a7a;font-weight:700;transform:translateY(-1px)}
.notice-copy-text{display:none}

@media(min-width:1025px){
  .notice-shell{
    max-width:var(--max-w);
    margin:0 auto;
    padding:6px 24px;
    gap:0;
    justify-content:space-between;
  }
  .notice-badge{
    padding-right:0;
    margin-right:24px;
  }
  .notice-company,
  .notice-dot{
    display:inline-flex;
  }
  .notice-marquee-viewport{
    flex:1 1 auto;
    min-width:0;
    height:26px;
    margin-right:24px;
  }
  .notice-message{
    font-size:15px;
  }
  .notice-actions{
    margin-left:auto;
    padding-left:0;
    gap:10px;
  }
  .notice-copy{
    width:auto;
    min-width:28px;
    padding:0 10px;
    gap:7px;
  }
  .notice-copy-text{
    display:inline-block;
    font-size:12px;
    line-height:1;
    color:#4f4f4f;
    font-weight:600;
    white-space:nowrap;
  }
  .notice-copy-email{
    max-width:220px;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .notice-copy-phone{
    letter-spacing:.02em;
  }
}

@media(max-width:768px){
  .notice-shell{
    padding:4px 24px;
    gap:7px;
  }
  .notice-company,
  .notice-dot,
  .notice-copy-text{
    display:none;
  }
}

/* ===== 站内提醒轮播 电脑端最终对齐修正 ===== */
@media(min-width:1025px){
  .notice-shell{
    width:100vw;
    max-width:none;
    margin-left:calc(50% - 50vw);
    margin-right:0;
    padding-left:clamp(24px,7vw,120px);
    padding-right:clamp(24px,7vw,120px);
    gap:0;
    justify-content:space-between;
  }
  .notice-badge{
    padding-right:0;
    margin-right:24px;
  }
  .notice-marquee-viewport{
    flex:1 1 auto;
    min-width:0;
    margin-right:24px;
  }
  .notice-actions{
    margin-left:auto;
    padding-left:0;
  }
}

/* ===== 站内提醒轮播 喇叭最终覆盖 ===== */
.notice-icon-wrap{
  width:22px;
  height:18px;
}
.notice-icon{
  width:22px;
  height:18px;
  align-items:center;
}
.notice-speaker-body{
  width:8px;
  height:10px;
  background:#6f6f6f;
  border-radius:1px;
}
.notice-speaker-body::before{
  left:-5px;
  top:2px;
  border-top:3px solid transparent;
  border-bottom:3px solid transparent;
  border-right:6px solid #6f6f6f;
}
.notice-speaker-lines{
  left:11px;
  top:50%;
  width:9px;
  height:10px;
  transform:translateY(-50%);
}
.notice-speaker-lines span{
  position:absolute;
  inset:0;
  display:block;
  width:auto;
  height:auto;
  background:transparent;
  border:1.8px solid #6f6f6f;
  border-left:none;
  border-bottom:none;
  border-radius:0 12px 0 0;
  transform-origin:left center;
  animation:notice-wave-pulse 1.1s ease-in-out infinite;
}
.notice-speaker-lines span:nth-child(1){
  transform:rotate(45deg) scale(.58);
  opacity:.92;
}
.notice-speaker-lines span:nth-child(2){
  transform:rotate(45deg) scale(.88);
  opacity:.62;
  animation-delay:.14s;
}
.notice-speaker-lines span:nth-child(3){
  display:none;
}
@keyframes notice-wave-pulse{
  0%,100%{opacity:.28}
  50%{opacity:.95}
}
@media(min-width:1025px){
  .notice-company,
  .notice-label{
    font-size:15px;
    font-weight:700;
  }
  .notice-dot{
    font-size:30px;
    transform:translateY(-2px);
  }
}
@media(max-width:768px){
  .notice-icon-wrap{
    width:18px;
    height:15px;
  }
  .notice-icon{
    width:18px;
    height:15px;
  }
  .notice-speaker-body{
    width:6px;
    height:8px;
  }
  .notice-speaker-body::before{
    left:-4px;
    top:2px;
    border-top-width:2.5px;
    border-bottom-width:2.5px;
    border-right-width:5px;
  }
  .notice-speaker-lines{
    left:9px;
    width:8px;
    height:9px;
  }
  .notice-speaker-lines span{
    border-width:1.5px;
  }
}

/* ===== 站内提醒按钮提示 最终覆盖 ===== */
.notice-hint{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
}
.notice-action:hover .notice-hint,
.notice-action:focus-within .notice-hint,
.notice-action.show-hint .notice-hint{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  transform:translateY(6px) !important;
}

/* ===== 站内提醒喇叭 N9 风格最终覆盖 ===== */
.notice-icon-wrap{
  width:20px !important;
  height:18px !important;
}
.notice-icon{
  width:20px !important;
  height:18px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
}
.notice-speaker-body{
  position:relative !important;
  display:block !important;
  width:7px !important;
  height:10px !important;
  background:#666666 !important;
  border-radius:1px !important;
}
.notice-speaker-body::before{
  content:"" !important;
  position:absolute !important;
  left:-5px !important;
  top:2px !important;
  width:0 !important;
  height:0 !important;
  border-top:3px solid transparent !important;
  border-bottom:3px solid transparent !important;
  border-right:6px solid #666666 !important;
}
.notice-speaker-lines{
  position:absolute !important;
  left:10px !important;
  top:50% !important;
  width:8px !important;
  height:10px !important;
  transform:translateY(-50%) !important;
}
.notice-speaker-lines span{
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  background:transparent !important;
  border:1.7px solid #777777 !important;
  border-left:none !important;
  border-bottom:none !important;
  border-radius:0 12px 0 0 !important;
  transform-origin:left center !important;
  animation:notice-wave-n9 1s ease-in-out infinite !important;
}
.notice-speaker-lines span:nth-child(1){
  transform:rotate(45deg) scale(.58) !important;
  opacity:.95 !important;
}
.notice-speaker-lines span:nth-child(2){
  transform:rotate(45deg) scale(.9) !important;
  opacity:.58 !important;
  animation-delay:.16s !important;
}
.notice-speaker-lines span:nth-child(3){
  display:none !important;
}
@keyframes notice-wave-n9{
  0%,100%{opacity:.28}
  50%{opacity:.9}
}
@media(max-width:768px){
  .notice-icon-wrap{
    width:18px !important;
    height:16px !important;
  }
  .notice-icon{
    width:18px !important;
    height:16px !important;
  }
  .notice-speaker-body{
    width:6px !important;
    height:9px !important;
  }
  .notice-speaker-body::before{
    left:-4px !important;
    top:2px !important;
    border-top-width:2.5px !important;
    border-bottom-width:2.5px !important;
    border-right-width:5px !important;
  }
  .notice-speaker-lines{
    left:9px !important;
    width:7px !important;
    height:9px !important;
  }
  .notice-speaker-lines span{
    border-width:1.5px !important;
  }
}

/* ===== 站内提醒喇叭 最终重做 ===== */
.notice-icon-wrap{
  width:18px !important;
  height:16px !important;
}
.notice-icon{
  width:18px !important;
  height:16px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
}
.notice-speaker-body{
  position:relative !important;
  display:block !important;
  width:5px !important;
  height:9px !important;
  background:#5f5f5f !important;
  border-radius:1px !important;
}
.notice-speaker-body::before{
  content:"" !important;
  position:absolute !important;
  left:-4px !important;
  top:1px !important;
  width:0 !important;
  height:0 !important;
  border-top:3px solid transparent !important;
  border-bottom:3px solid transparent !important;
  border-right:5px solid #5f5f5f !important;
}
.notice-speaker-lines{
  position:absolute !important;
  left:8px !important;
  top:50% !important;
  width:8px !important;
  height:10px !important;
  transform:translateY(-50%) !important;
}
.notice-speaker-lines span{
  position:absolute !important;
  display:block !important;
  background:transparent !important;
  border:1.6px solid #7b7b7b !important;
  border-left:none !important;
  border-bottom:none !important;
  border-radius:0 12px 0 0 !important;
  transform-origin:left center !important;
  animation:notice-wave-soft .95s ease-in-out infinite !important;
}
.notice-speaker-lines span:nth-child(1){
  inset:2px 2px 2px 2px !important;
  transform:rotate(45deg) scale(.72) !important;
  opacity:.9 !important;
}
.notice-speaker-lines span:nth-child(2){
  inset:0 !important;
  transform:rotate(45deg) scale(1) !important;
  opacity:.55 !important;
  animation-delay:.14s !important;
}
.notice-speaker-lines span:nth-child(3){
  display:none !important;
}
@keyframes notice-wave-soft{
  0%,100%{opacity:.3}
  50%{opacity:.95}
}
@media(min-width:1025px){
  .notice-company,
  .notice-label{
    font-size:15px !important;
  }
}
@media(max-width:768px){
  .notice-icon-wrap{
    width:16px !important;
    height:14px !important;
  }
  .notice-icon{
    width:16px !important;
    height:14px !important;
  }
  .notice-speaker-body{
    width:5px !important;
    height:8px !important;
  }
  .notice-speaker-body::before{
    left:-4px !important;
    top:1px !important;
    border-top-width:2.5px !important;
    border-bottom-width:2.5px !important;
    border-right-width:5px !important;
  }
  .notice-speaker-lines{
    left:8px !important;
    width:7px !important;
    height:9px !important;
  }
  .notice-speaker-lines span{
    border-width:1.4px !important;
  }
}

/* ===== 站内提醒喇叭 回退到最初版本 ===== */
.notice-icon-wrap{
  width:22px !important;
  height:18px !important;
}
.notice-icon{
  width:22px !important;
  height:18px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
}
.notice-speaker-body{
  position:relative !important;
  display:block !important;
  width:9px !important;
  height:8px !important;
  background:#7a7a7a !important;
  border-radius:2px !important;
}
.notice-speaker-body::before{
  content:"" !important;
  position:absolute !important;
  left:-4px !important;
  top:1px !important;
  width:0 !important;
  height:0 !important;
  border-top:3px solid transparent !important;
  border-bottom:3px solid transparent !important;
  border-right:5px solid #7a7a7a !important;
}
.notice-speaker-lines{
  position:absolute !important;
  left:12px !important;
  top:50% !important;
  width:11px !important;
  height:12px !important;
  transform:translateY(-50%) !important;
}
.notice-speaker-lines span{
  position:absolute !important;
  right:0 !important;
  display:block !important;
  width:6px !important;
  height:2px !important;
  border-radius:999px !important;
  background:#7ea9ff !important;
  transform-origin:right center !important;
  animation:notice-line-wave 1.1s ease-in-out infinite !important;
  border:none !important;
}
.notice-speaker-lines span:nth-child(1){
  top:1px !important;
  transform:rotate(-28deg) scaleX(.72) !important;
  opacity:1 !important;
}
.notice-speaker-lines span:nth-child(2){
  top:5px !important;
  width:8px !important;
  transform:rotate(0deg) scaleX(.82) !important;
  opacity:.8 !important;
  animation-delay:.14s !important;
}
.notice-speaker-lines span:nth-child(3){
  top:9px !important;
  width:10px !important;
  transform:rotate(28deg) scaleX(.92) !important;
  opacity:.6 !important;
  animation-delay:.28s !important;
  display:block !important;
}
@keyframes notice-line-wave{
  0%,100%{opacity:.35;filter:saturate(.9)}
  50%{opacity:1;filter:saturate(1.1)}
}
@media(max-width:768px){
  .notice-icon-wrap{width:19px !important;height:16px !important}
  .notice-icon{width:19px !important;height:16px !important}
  .notice-speaker-body{width:7px !important;height:7px !important}
  .notice-speaker-body::before{left:-3px !important;border-top-width:3px !important;border-bottom-width:3px !important;border-right-width:4px !important}
  .notice-speaker-lines{left:10px !important;width:9px !important;height:10px !important}
  .notice-speaker-lines span{height:2px !important;width:6px !important}
  .notice-speaker-lines span:nth-child(2){width:8px !important}
  .notice-speaker-lines span:nth-child(3){width:9px !important}
}

/* ===== 站内提醒公司名颜色最终覆盖 ===== */
@media(min-width:1025px){
  .notice-company{
    color:#5d5d5d !important;
  }
}

/* ===== 站内提醒中点大小最终覆盖 ===== */
@media(min-width:1025px){
  .notice-dot{
    font-size:22px !important;
    transform:translateY(-1px) !important;
  }
}

/* ===== 站内提醒喇叭 重新设计最终覆盖 ===== */
.notice-icon-wrap{
  width:18px !important;
  height:18px !important;
}
.notice-icon{
  width:18px !important;
  height:18px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
}
.notice-speaker-body{
  position:relative !important;
  display:block !important;
  width:6px !important;
  height:8px !important;
  background:#5e6166 !important;
  border-radius:1px !important;
  box-shadow:none !important;
}
.notice-speaker-body::before{
  content:"" !important;
  position:absolute !important;
  left:-4px !important;
  top:1px !important;
  width:0 !important;
  height:0 !important;
  border-top:3px solid transparent !important;
  border-bottom:3px solid transparent !important;
  border-right:5px solid #5e6166 !important;
}
.notice-speaker-lines{
  position:absolute !important;
  left:8px !important;
  top:50% !important;
  width:8px !important;
  height:10px !important;
  transform:translateY(-50%) !important;
}
.notice-speaker-lines span{
  position:absolute !important;
  display:block !important;
  inset:auto !important;
  width:6px !important;
  height:6px !important;
  border:1.4px solid #8e959d !important;
  border-left:none !important;
  border-bottom:none !important;
  border-radius:0 12px 0 0 !important;
  background:transparent !important;
  transform-origin:left center !important;
  animation:none !important;
}
.notice-speaker-lines span:nth-child(1){
  top:2px !important;
  right:2px !important;
  transform:rotate(45deg) scale(.78) !important;
  opacity:.92 !important;
}
.notice-speaker-lines span:nth-child(2){
  top:0 !important;
  right:0 !important;
  width:8px !important;
  height:8px !important;
  transform:rotate(45deg) scale(1) !important;
  opacity:.58 !important;
}
.notice-speaker-lines span:nth-child(3){
  display:none !important;
}
@media(max-width:768px){
  .notice-icon-wrap{
    width:16px !important;
    height:16px !important;
  }
  .notice-icon{
    width:16px !important;
    height:16px !important;
  }
  .notice-speaker-body{
    width:5px !important;
    height:7px !important;
  }
  .notice-speaker-body::before{
    left:-4px !important;
    top:1px !important;
    border-top-width:2.5px !important;
    border-bottom-width:2.5px !important;
    border-right-width:5px !important;
  }
  .notice-speaker-lines{
    left:7px !important;
    width:7px !important;
    height:8px !important;
  }
  .notice-speaker-lines span:nth-child(1){
    width:5px !important;
    height:5px !important;
    top:2px !important;
    right:1px !important;
  }
  .notice-speaker-lines span:nth-child(2){
    width:7px !important;
    height:7px !important;
  }
}

/* ===== 站内提醒喇叭移除最终覆盖 ===== */
.notice-icon-wrap,
.notice-icon,
.notice-speaker-body,
.notice-speaker-lines{
  display:none !important;
}
.notice-badge{
  gap:8px !important;
}


/* ===== JD 店铺导购模块 ===== */
.jd-store-section{padding:20px 0 10px;background:linear-gradient(180deg,#fcfbf8 0%,#f6f3ec 100%)}
.jd-store-shell{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);gap:28px;align-items:stretch}
.jd-store-visual,.jd-store-content{background:#ffffff;border:1px solid rgba(17,17,17,.08);border-radius:32px;box-shadow:0 18px 48px rgba(22,25,34,.06)}
.jd-store-visual{padding:26px}
.jd-store-browser{height:100%;border-radius:24px;background:linear-gradient(180deg,#fff8f5 0%,#ffffff 100%);border:1px solid rgba(226,70,30,.12);padding:18px;display:flex;flex-direction:column;gap:18px}
.jd-store-browser-top{display:flex;gap:8px}
.jd-store-browser-top span{width:10px;height:10px;border-radius:999px;background:#e8ddd7}
.jd-store-searchbar{display:flex;align-items:center;gap:12px;min-height:58px;padding:14px 18px;border-radius:20px;background:#ffffff;border:1px solid rgba(17,17,17,.08);box-shadow:0 10px 26px rgba(17,17,17,.05)}
.jd-store-search-label{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:#e1251b;color:#ffffff;font-size:13px;font-weight:800;letter-spacing:.04em}
.jd-store-searchbar strong{font-size:21px;line-height:1.2;color:#181818}
.jd-store-resultcard{flex:1 1 auto;border-radius:24px;background:#ffffff;border:1px solid rgba(17,17,17,.08);padding:22px;display:flex;flex-direction:column;gap:18px}
.jd-store-resulthead{display:flex;align-items:flex-start;gap:14px}
.jd-store-jdtag{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,#e1251b 0%,#ff6a40 100%);color:#ffffff;font-size:16px;font-weight:900;letter-spacing:.08em;box-shadow:0 12px 28px rgba(225,37,27,.22)}
.jd-store-resulthead strong{display:block;font-size:22px;line-height:1.2;color:#181818;margin-bottom:6px}
.jd-store-resulthead span{display:block;color:#635d57;font-size:15px;line-height:1.65}
.jd-store-steps{margin:0;padding-left:1.25rem;display:grid;gap:12px;color:#27211d;font-size:16px;line-height:1.75}
.jd-store-content{padding:32px}
.jd-store-content .section-title{margin-bottom:14px}
.jd-store-content .section-desc{max-width:none;margin-bottom:20px}
.jd-store-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px}
.jd-store-meta-card{padding:18px 18px 16px;border-radius:22px;background:#fbfaf8;border:1px solid rgba(17,17,17,.08)}
.jd-store-meta-card strong{display:block;font-size:15px;line-height:1.2;color:#7a726a;margin-bottom:10px}
.jd-store-meta-card span{display:block;font-size:18px;line-height:1.55;color:#1b1b1b;font-weight:700}
.jd-store-alert{padding:18px 20px;border-radius:24px;background:linear-gradient(135deg,rgba(225,37,27,.08) 0%,rgba(255,205,188,.34) 100%);border:1px solid rgba(225,37,27,.14);margin-bottom:20px}
.jd-store-alert strong{display:block;font-size:16px;line-height:1.2;color:#b52a1a;margin-bottom:8px}
.jd-store-alert p{margin:0;color:#4d332d;font-size:15px;line-height:1.8}
.jd-store-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.jd-store-btn{background:#e1251b;box-shadow:0 14px 30px rgba(225,37,27,.22)}
.jd-store-btn:hover{background:#c91f17}
.jd-store-tip{font-size:14px;line-height:1.7;color:#66605a}
@media(max-width:1024px){
  .jd-store-shell{grid-template-columns:1fr;gap:20px}
  .jd-store-content,.jd-store-visual{padding:24px}
}
@media(max-width:768px){
  .jd-store-section{padding:12px 0 0}
  .jd-store-visual,.jd-store-content{border-radius:24px}
  .jd-store-visual{padding:16px}
  .jd-store-content{padding:22px 18px}
  .jd-store-browser{padding:14px;border-radius:20px}
  .jd-store-searchbar{min-height:52px;padding:12px 14px;gap:10px;border-radius:16px}
  .jd-store-search-label{padding:7px 10px;font-size:12px}
  .jd-store-searchbar strong{font-size:16px}
  .jd-store-resultcard{padding:16px;border-radius:18px}
  .jd-store-jdtag{width:44px;height:44px;border-radius:14px;font-size:14px}
  .jd-store-resulthead strong{font-size:18px}
  .jd-store-resulthead span{font-size:13px;line-height:1.6}
  .jd-store-steps{font-size:14px;line-height:1.7;gap:10px}
  .jd-store-meta{grid-template-columns:1fr;gap:12px}
  .jd-store-meta-card{padding:15px 16px;border-radius:18px}
  .jd-store-meta-card strong{font-size:13px;margin-bottom:8px}
  .jd-store-meta-card span{font-size:16px;line-height:1.6}
  .jd-store-alert{padding:16px;border-radius:18px}
  .jd-store-alert strong{font-size:15px}
  .jd-store-alert p{font-size:14px;line-height:1.75}
  .jd-store-tip{font-size:13px;line-height:1.65}
}


/* ===== JD 店铺导购图片最终覆盖 ===== */
.jd-store-browser{padding:18px !important;display:flex !important;flex-direction:column !important;gap:18px !important}
.jd-store-brandshot{position:relative;min-height:260px;border-radius:24px;background:#050505;overflow:hidden;box-shadow:0 20px 44px rgba(0,0,0,.16)}
.jd-ledger-frame{position:absolute;width:76px;height:76px;border-color:#ffffff;border-style:solid;opacity:.98}
.jd-ledger-frame-tl{top:36px;left:36px;border-width:10px 0 0 10px}
.jd-ledger-frame-tr{top:36px;right:36px;border-width:10px 10px 0 0}
.jd-ledger-frame-bl{bottom:36px;left:36px;border-width:0 0 10px 10px}
.jd-ledger-frame-br{bottom:36px;right:36px;border-width:0 10px 10px 0}
.jd-ledger-center{position:absolute;top:50%;left:50%;width:34px;height:92px;transform:translate(-50%,-50%);border-left:10px solid #ffffff;border-bottom:10px solid #ffffff;opacity:.98}
.jd-store-resultcard{box-shadow:0 16px 34px rgba(17,17,17,.05) !important}
.jd-store-resultcard-hero{margin-top:2px}
@media(max-width:768px){
  .jd-store-brandshot{min-height:188px;border-radius:18px}
  .jd-ledger-frame{width:52px;height:52px}
  .jd-ledger-frame-tl{top:26px;left:26px;border-width:8px 0 0 8px}
  .jd-ledger-frame-tr{top:26px;right:26px;border-width:8px 8px 0 0}
  .jd-ledger-frame-bl{bottom:26px;left:26px;border-width:0 0 8px 8px}
  .jd-ledger-frame-br{bottom:26px;right:26px;border-width:0 8px 8px 0}
  .jd-ledger-center{width:24px;height:64px;border-left-width:8px;border-bottom-width:8px}
}

/* ===== JD 店铺卡片回退重做 ===== */
.jd-store-searchbar-guide{background:linear-gradient(180deg,#fff7f3 0%,#ffffff 100%) !important;border:1px solid rgba(225,37,27,.14) !important;box-shadow:0 14px 30px rgba(17,17,17,.05) !important}
.jd-store-resultcard-hero{margin-top:0 !important;padding:18px 18px 20px !important;border-radius:24px !important;background:#ffffff !important;border:1px solid rgba(17,17,17,.08) !important;box-shadow:0 18px 36px rgba(17,17,17,.06) !important}
.jd-store-resultcard-hero .jd-store-resulthead{align-items:center !important;gap:14px !important}
.jd-store-resultcard-hero .jd-store-jdtag{width:50px !important;height:50px !important;border-radius:16px !important;background:linear-gradient(135deg,#f44336 0%,#ff6a3d 100%) !important;box-shadow:0 10px 24px rgba(244,67,54,.22) !important}
.jd-store-resultcard-hero .jd-store-resulthead strong{font-size:20px !important;line-height:1.18 !important;margin-bottom:4px !important}
.jd-store-resultcard-hero .jd-store-resulthead span{font-size:14px !important;line-height:1.55 !important;color:#6a645e !important}
.jd-store-resultcard-hero .jd-store-steps{margin-top:2px !important;padding-top:4px !important;border-top:1px dashed rgba(17,17,17,.1) !important}
@media(max-width:768px){
  .jd-store-searchbar-guide{padding:12px 14px !important;border-radius:16px !important}
  .jd-store-resultcard-hero{padding:16px !important;border-radius:18px !important}
  .jd-store-resultcard-hero .jd-store-resulthead{gap:12px !important}
  .jd-store-resultcard-hero .jd-store-jdtag{width:44px !important;height:44px !important;border-radius:14px !important}
  .jd-store-resultcard-hero .jd-store-resulthead strong{font-size:18px !important}
  .jd-store-resultcard-hero .jd-store-resulthead span{font-size:13px !important;line-height:1.55 !important}
}

/* ===== JD 店铺模块精简最终覆盖 ===== */
.jd-store-content .section-desc{max-width:34rem;margin-bottom:16px !important}
.jd-store-meta,.jd-store-alert,.jd-store-tip,.jd-store-searchbar-guide{display:none !important}
.jd-store-browser{justify-content:center !important}
.jd-store-resultcard-hero{margin-top:0 !important;padding:22px 22px 20px !important;border-radius:24px !important;background:#ffffff !important;border:1px solid rgba(17,17,17,.08) !important;box-shadow:0 18px 36px rgba(17,17,17,.06) !important}
.jd-store-resultcard-hero .jd-store-resulthead{align-items:center !important;gap:14px !important}
.jd-store-resultcard-hero .jd-store-jdtag{position:relative;width:52px !important;height:52px !important;border-radius:16px !important;background:linear-gradient(135deg,#f24a37 0%,#ff6b3d 100%) !important;box-shadow:0 10px 24px rgba(244,67,54,.22) !important;color:transparent !important;font-size:0 !important;overflow:hidden}
.jd-store-resultcard-hero .jd-store-jdtag::before{content:'JD';position:absolute;left:8px;top:7px;font-size:15px;line-height:1;font-weight:900;letter-spacing:-.04em;color:#231f20}
.jd-store-resultcard-hero .jd-store-resulthead strong{font-size:20px !important;line-height:1.16 !important;margin-bottom:4px !important}
.jd-store-resultcard-hero .jd-store-resulthead span{font-size:14px !important;line-height:1.55 !important;color:#6a645e !important}
.jd-store-resultcard-hero .jd-store-steps{margin-top:12px !important;padding-top:14px !important;border-top:1px dashed rgba(17,17,17,.1) !important}
.jd-store-actions{margin-top:4px !important}
@media(max-width:768px){
  .jd-store-content .section-desc{margin-bottom:14px !important}
  .jd-store-resultcard-hero{padding:16px !important;border-radius:18px !important}
  .jd-store-resultcard-hero .jd-store-resulthead{gap:12px !important}
  .jd-store-resultcard-hero .jd-store-jdtag{width:44px !important;height:44px !important;border-radius:14px !important}
  .jd-store-resultcard-hero .jd-store-jdtag::before{left:6px;top:6px;font-size:13px}
  .jd-store-resultcard-hero .jd-store-resulthead strong{font-size:18px !important}
  .jd-store-resultcard-hero .jd-store-resulthead span{font-size:13px !important;line-height:1.55 !important}
  .jd-store-resultcard-hero .jd-store-steps{margin-top:10px !important;padding-top:12px !important;gap:9px !important}
}

/* ===== JD 店铺logo最终修正 ===== */
.jd-store-resultcard-hero .jd-store-jdtag{
  width:54px !important;
  height:54px !important;
  border-radius:18px !important;
  background:linear-gradient(180deg,#ff6a45 0%,#ff5a3a 55%,#ff4d2f 100%) !important;
  box-shadow:0 12px 26px rgba(255,92,58,.26) !important;
}
.jd-store-resultcard-hero .jd-store-jdtag::before{
  content:'JD' !important;
  left:7px !important;
  top:6px !important;
  font-size:16px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:-.08em !important;
  color:#1f1f1f !important;
  text-transform:uppercase !important;
}
@media(max-width:768px){
  .jd-store-resultcard-hero .jd-store-jdtag{
    width:46px !important;
    height:46px !important;
    border-radius:15px !important;
  }
  .jd-store-resultcard-hero .jd-store-jdtag::before{
    left:6px !important;
    top:5px !important;
    font-size:14px !important;
  }
}

/* ===== JD 店铺logo图片调用 ===== */
.jd-store-jdtag{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  overflow:hidden !important;
}
.jd-store-jdtag::before{
  display:none !important;
}
.jd-store-jdlogo{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* ===== JD 按钮居中与文案优化 ===== */
.jd-store-content .section-title{max-width:11em}
.jd-store-actions{align-items:center !important;justify-content:center !important}
.jd-store-btn{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:160px;text-align:center}
@media(max-width:768px){
  .jd-store-content .section-title{max-width:none}
  .jd-store-content .section-desc{text-align:left}
  .jd-store-actions{width:100% !important;align-items:center !important}
}

/* ===== JD 右侧边框同步 ===== */
.jd-store-content{position:relative;overflow:hidden}
.jd-store-content::before,
.jd-store-content::after{
  content:'';
  position:absolute;
  inset:26px;
  border:1px solid rgba(255,126,97,.18);
  border-radius:26px;
  pointer-events:none;
}
.jd-store-content::after{
  inset:46px;
  border-color:rgba(255,126,97,.12);
  border-radius:22px;
}
.jd-store-content > *{position:relative;z-index:1}
@media(max-width:768px){
  .jd-store-content::before{inset:18px;border-radius:20px}
  .jd-store-content::after{inset:32px;border-radius:16px}
}

/* ===== JD 右侧内容防溢出 ===== */
.jd-store-content{padding:44px 40px !important;box-sizing:border-box}
.jd-store-content .section-title,
.jd-store-content .section-desc,
.jd-store-actions{position:relative;z-index:2}
.jd-store-content .section-title{max-width:none;padding-right:8px;word-break:break-word}
.jd-store-content .section-desc{max-width:none;padding-right:8px;word-break:break-word}
@media(max-width:768px){
  .jd-store-content{padding:28px 22px !important}
  .jd-store-content .section-title,.jd-store-content .section-desc{padding-right:0}
}

/* ===== JD 右侧排版最终收口 ===== */
.jd-store-content{padding:52px 48px !important}
.jd-store-content .section-title,
.jd-store-content .section-desc,
.jd-store-actions{padding-left:10px;padding-right:10px}
.jd-store-actions{margin-top:-4px !important}
@media(max-width:768px){
  .jd-store-content{padding:30px 24px !important}
  .jd-store-content .section-title,
  .jd-store-content .section-desc,
  .jd-store-actions{padding-left:4px;padding-right:4px}
  .jd-store-actions{margin-top:-2px !important}
}

/* ===== JD 手机端最终修正 ===== */
@media(max-width:768px){
  .jd-store-shell{gap:16px !important}
  .jd-store-content{padding:34px 26px 28px !important}
  .jd-store-content::before{inset:20px !important;border-radius:18px !important}
  .jd-store-content::after{inset:34px !important;border-radius:14px !important}
  .jd-store-content .section-title{font-size:clamp(28px,7.8vw,36px) !important;line-height:1.08 !important;padding-left:10px !important;padding-right:14px !important;margin-bottom:14px !important}
  .jd-store-content .section-desc{font-size:14px !important;line-height:1.85 !important;padding-left:10px !important;padding-right:14px !important;margin-bottom:18px !important}
  .jd-store-actions{padding-left:10px !important;padding-right:14px !important;margin-top:-2px !important}
  .jd-store-btn{min-width:174px !important}
}
@media(max-width:480px){
  .jd-store-content{padding:36px 28px 30px !important}
  .jd-store-content::before{inset:18px !important}
  .jd-store-content::after{inset:30px !important}
  .jd-store-content .section-title{font-size:clamp(26px,8vw,32px) !important;padding-left:12px !important;padding-right:18px !important}
  .jd-store-content .section-desc{padding-left:12px !important;padding-right:18px !important}
  .jd-store-actions{padding-left:12px !important;padding-right:18px !important}
}

/* ===== JD 标题正文统一排版 ===== */
.jd-store-content .section-title{
  text-align:center !important;
  max-width:none !important;
  font-size:clamp(34px,3vw,48px) !important;
  line-height:1.1 !important;
  margin-bottom:18px !important;
}
.jd-store-content .section-desc{
  font-size:16px !important;
  line-height:1.8 !important;
  text-align:left !important;
}
@media(max-width:768px){
  .jd-store-content .section-title{
    text-align:center !important;
    font-size:clamp(28px,7vw,34px) !important;
    line-height:1.12 !important;
    margin-bottom:16px !important;
  }
  .jd-store-content .section-desc{
    font-size:16px !important;
    line-height:1.8 !important;
  }
}

/* ===== JD 电脑端顶部对齐 ===== */
@media(min-width:769px){
  .jd-store-shell{align-items:start !important}
  .jd-store-content{padding-top:36px !important}
  .jd-store-content::before{inset:20px 26px 26px !important}
  .jd-store-content::after{inset:38px 44px 44px !important}
}

/* ===== JD 电脑端再次上提 ===== */
@media(min-width:769px){
  .jd-store-content{padding-top:24px !important}
  .jd-store-content::before{inset:14px 26px 26px !important}
  .jd-store-content::after{inset:32px 44px 44px !important}
}

/* ===== JD 左右卡间距统一 ===== */
.jd-store-shell{column-gap:24px !important}
@media(max-width:1024px){
  .jd-store-shell{gap:18px !important}
}
@media(max-width:768px){
  .jd-store-shell{gap:16px !important}
}

/* ===== JD 标题强制单行 ===== */
.jd-store-content .section-title{
  white-space:nowrap !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  letter-spacing:-.03em !important;
  font-size:clamp(20px,2.7vw,46px) !important;
}
@media(max-width:768px){
  .jd-store-content .section-title{
    white-space:nowrap !important;
    font-size:clamp(18px,5.2vw,28px) !important;
    letter-spacing:-.04em !important;
  }
}
@media(max-width:480px){
  .jd-store-content .section-title{
    font-size:clamp(16px,4.9vw,24px) !important;
  }
}

/* ===== JD 标题内框强制约束 ===== */
.jd-store-content .section-title{
  display:block !important;
  width:calc(100% - 96px) !important;
  max-width:calc(100% - 96px) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  overflow:hidden !important;
  text-overflow:clip !important;
}
@media(max-width:768px){
  .jd-store-content .section-title{
    width:calc(100% - 72px) !important;
    max-width:calc(100% - 72px) !important;
  }
}
@media(max-width:480px){
  .jd-store-content .section-title{
    width:calc(100% - 64px) !important;
    max-width:calc(100% - 64px) !important;
  }
}

/* ===== JD 标题完整显示最终方案 ===== */
.jd-store-content .section-title{
  white-space:nowrap !important;
  overflow:visible !important;
  text-overflow:unset !important;
  display:block !important;
  width:calc(100% - 96px) !important;
  max-width:calc(100% - 96px) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
}
@media(max-width:768px){
  .jd-store-content .section-title{
    width:calc(100% - 72px) !important;
    max-width:calc(100% - 72px) !important;
  }
}
@media(max-width:480px){
  .jd-store-content .section-title{
    width:calc(100% - 64px) !important;
    max-width:calc(100% - 64px) !important;
  }
}

/* ===== JD 标题最终硬约束 ===== */
.jd-store-content .section-title{
  width:calc(100% - 128px) !important;
  max-width:calc(100% - 128px) !important;
  min-width:0 !important;
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:clip !important;
  box-sizing:border-box !important;
  letter-spacing:-.045em !important;
}
@media(max-width:768px){
  .jd-store-content .section-title{
    width:calc(100% - 88px) !important;
    max-width:calc(100% - 88px) !important;
    letter-spacing:-.05em !important;
  }
}
@media(max-width:480px){
  .jd-store-content .section-title{
    width:calc(100% - 76px) !important;
    max-width:calc(100% - 76px) !important;
  }
}

/* ===== JD 标题文案最终尺寸 ===== */
.jd-store-content .section-title{
  font-size:clamp(18px,2vw,34px) !important;
  letter-spacing:-.02em !important;
  text-align:center !important;
}
@media(max-width:768px){
  .jd-store-content .section-title{
    font-size:clamp(16px,4.8vw,22px) !important;
    letter-spacing:-.01em !important;
    text-align:center !important;
  }
}

/* ===== JD 标题正文同宽 ===== */
.jd-store-content .section-title,
.jd-store-content .section-desc{
  width:calc(100% - 128px) !important;
  max-width:calc(100% - 128px) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
}
@media(max-width:768px){
  .jd-store-content .section-title,
  .jd-store-content .section-desc{
    width:calc(100% - 88px) !important;
    max-width:calc(100% - 88px) !important;
  }
}
@media(max-width:480px){
  .jd-store-content .section-title,
  .jd-store-content .section-desc{
    width:calc(100% - 76px) !important;
    max-width:calc(100% - 76px) !important;
  }
}

/* ===== JD 仅标题长度修正 ===== */
.jd-store-content .section-desc{
  width:auto !important;
  max-width:none !important;
}
.jd-store-content .section-title{
  width:calc(100% - 156px) !important;
  max-width:calc(100% - 156px) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
@media(max-width:768px){
  .jd-store-content .section-desc{
    width:auto !important;
    max-width:none !important;
  }
  .jd-store-content .section-title{
    width:calc(100% - 104px) !important;
    max-width:calc(100% - 104px) !important;
  }
}
@media(max-width:480px){
  .jd-store-content .section-title{
    width:calc(100% - 92px) !important;
    max-width:calc(100% - 92px) !important;
  }
}

/* ===== JD 标题正文共享宽度最终版 ===== */
.jd-store-content{
  --jd-copy-width-desktop: calc(100% - 112px);
  --jd-copy-width-tablet: calc(100% - 84px);
  --jd-copy-width-mobile: calc(100% - 72px);
}
.jd-store-content .section-title,
.jd-store-content .section-desc{
  width:var(--jd-copy-width-desktop) !important;
  max-width:var(--jd-copy-width-desktop) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
}
.jd-store-content .section-title{
  text-align:center !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:clip !important;
}
.jd-store-content .section-desc{
  text-align:left !important;
}
@media(max-width:768px){
  .jd-store-content .section-title,
  .jd-store-content .section-desc{
    width:var(--jd-copy-width-tablet) !important;
    max-width:var(--jd-copy-width-tablet) !important;
  }
}
@media(max-width:480px){
  .jd-store-content .section-title,
  .jd-store-content .section-desc{
    width:var(--jd-copy-width-mobile) !important;
    max-width:var(--jd-copy-width-mobile) !important;
  }
}

/* ===== JD 左右边框完全统一 ===== */
.jd-store-visual,
.jd-store-content{
  border-radius:32px !important;
  border:1px solid rgba(17,17,17,.08) !important;
  box-shadow:0 18px 48px rgba(22,25,34,.06) !important;
  background:#ffffff !important;
}
.jd-store-visual::before,
.jd-store-content::before,
.jd-store-visual::after,
.jd-store-content::after{
  content:'';
  position:absolute;
  pointer-events:none;
}
.jd-store-visual,
.jd-store-content{position:relative;overflow:hidden}
.jd-store-visual::before,
.jd-store-content::before{
  inset:20px;
  border:1px solid rgba(255,126,97,.18);
  border-radius:26px;
}
.jd-store-visual::after,
.jd-store-content::after{
  inset:38px;
  border:1px solid rgba(255,126,97,.12);
  border-radius:22px;
}
.jd-store-visual > *,
.jd-store-content > *{position:relative;z-index:1}
@media(max-width:768px){
  .jd-store-visual,
  .jd-store-content{border-radius:24px !important}
  .jd-store-visual::before,
  .jd-store-content::before{inset:18px;border-radius:20px}
  .jd-store-visual::after,
  .jd-store-content::after{inset:32px;border-radius:16px}
}

/* ===== JD 卡片边框最终统一覆盖 ===== */
.jd-store-visual,
.jd-store-content{
  position:relative !important;
  overflow:hidden !important;
  border-radius:32px !important;
  border:1px solid rgba(17,17,17,.08) !important;
  background:#ffffff !important;
  box-shadow:0 18px 48px rgba(22,25,34,.06) !important;
}
.jd-store-visual::before,
.jd-store-content::before,
.jd-store-visual::after,
.jd-store-content::after{
  content:'' !important;
  position:absolute !important;
  left:22px !important;
  right:22px !important;
  pointer-events:none !important;
}
.jd-store-visual::before,
.jd-store-content::before{
  top:18px !important;
  bottom:18px !important;
  border:1px solid rgba(255,126,97,.18) !important;
  border-radius:26px !important;
}
.jd-store-visual::after,
.jd-store-content::after{
  top:36px !important;
  bottom:36px !important;
  border:1px solid rgba(255,126,97,.12) !important;
  border-radius:22px !important;
}
.jd-store-visual > *,
.jd-store-content > *{
  position:relative !important;
  z-index:1 !important;
}
@media(max-width:768px){
  .jd-store-visual,
  .jd-store-content{
    border-radius:24px !important;
  }
  .jd-store-visual::before,
  .jd-store-content::before,
  .jd-store-visual::after,
  .jd-store-content::after{
    left:16px !important;
    right:16px !important;
  }
  .jd-store-visual::before,
  .jd-store-content::before{
    top:14px !important;
    bottom:14px !important;
    border-radius:20px !important;
  }
  .jd-store-visual::after,
  .jd-store-content::after{
    top:28px !important;
    bottom:28px !important;
    border-radius:16px !important;
  }
}

/* ===== JD 模块全新重做 ===== */
.jd-channel-section{padding:18px 0 8px;background:linear-gradient(180deg,#fcfbf8 0%,#f6f3ec 100%)}
.jd-channel-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:24px;align-items:stretch}
.jd-channel-card{position:relative;background:#fff;border:1px solid rgba(17,17,17,.08);border-radius:32px;box-shadow:0 18px 48px rgba(22,25,34,.06);overflow:hidden}
.jd-channel-card::before,.jd-channel-card::after{content:'';position:absolute;left:20px;right:20px;pointer-events:none}
.jd-channel-card::before{top:18px;bottom:18px;border:1px solid rgba(255,126,97,.18);border-radius:26px}
.jd-channel-card::after{top:36px;bottom:36px;border:1px solid rgba(255,126,97,.12);border-radius:22px}
.jd-channel-inner{position:relative;z-index:1;padding:48px 42px}
.jd-channel-inner-action{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100%}
.jd-channel-storehead{display:flex;align-items:center;gap:18px;padding:18px 20px;border-radius:24px;background:#fff;border:1px solid rgba(17,17,17,.08);box-shadow:0 12px 30px rgba(17,17,17,.05)}
.jd-channel-logo-wrap{display:flex;align-items:center;justify-content:center;width:54px;height:54px;flex:0 0 54px;border-radius:18px;overflow:hidden;box-shadow:0 12px 24px rgba(0,0,0,.12)}
.jd-channel-logo{display:block;width:100%;height:100%;object-fit:cover}
.jd-channel-storemeta{min-width:0}
.jd-channel-storemeta h3{margin:0 0 4px;font-size:21px;line-height:1.2;font-weight:800;color:#111}
.jd-channel-storemeta p{margin:0;color:#66605a;font-size:14px;line-height:1.65}
.jd-channel-steps{margin:18px 0 0;padding:18px 0 0 1.35rem;border-top:1px dashed rgba(17,17,17,.1);display:grid;gap:14px;color:#27211d;font-size:16px;line-height:1.78}
.jd-channel-label{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;background:rgba(225,37,27,.08);color:#c53820;font-size:13px;font-weight:800;letter-spacing:.05em;margin-bottom:14px}
.jd-channel-title{margin:0 auto 16px;font-size:clamp(24px,2.2vw,34px);line-height:1.12;font-weight:800;color:#111;text-align:center;white-space:nowrap;max-width:100%}
.jd-channel-desc{margin:0 auto;color:#5d5751;font-size:16px;line-height:1.82;text-align:left;max-width:29rem}
.jd-channel-actions{display:flex;justify-content:center;width:100%;margin-top:22px}
.jd-channel-btn{min-width:168px;display:inline-flex;align-items:center;justify-content:center;text-align:center}
@media(max-width:1024px){
  .jd-channel-grid{grid-template-columns:1fr;gap:18px}
}
@media(max-width:768px){
  .jd-channel-section{padding:12px 0 2px}
  .jd-channel-card{border-radius:24px}
  .jd-channel-card::before,.jd-channel-card::after{left:16px;right:16px}
  .jd-channel-card::before{top:14px;bottom:14px;border-radius:20px}
  .jd-channel-card::after{top:28px;bottom:28px;border-radius:16px}
  .jd-channel-inner{padding:34px 24px}
  .jd-channel-storehead{gap:14px;padding:14px 15px;border-radius:18px}
  .jd-channel-logo-wrap{width:46px;height:46px;flex-basis:46px;border-radius:15px}
  .jd-channel-storemeta h3{font-size:18px}
  .jd-channel-storemeta p{font-size:13px;line-height:1.6}
  .jd-channel-steps{margin-top:14px;padding-top:14px;font-size:14px;gap:10px;line-height:1.72}
  .jd-channel-label{margin-bottom:12px;font-size:12px;padding:7px 12px}
  .jd-channel-title{font-size:clamp(20px,5.6vw,26px);margin-bottom:14px}
  .jd-channel-desc{font-size:14px;line-height:1.78;max-width:100%}
  .jd-channel-actions{margin-top:18px}
}

/* ===== JD 手机端文案方向修正 ===== */
.jd-channel-desc-mobile{display:none}
@media(max-width:1024px){
  .jd-channel-desc-desktop{display:none}
  .jd-channel-desc-mobile{display:inline}
}

/* ===== JD 手机端上卡居中 ===== */
@media(max-width:1024px){
  .jd-channel-storehead{justify-content:center;text-align:center}
  .jd-channel-storemeta{text-align:center}
}

/* ===== JD 上卡全端居中 ===== */
.jd-channel-storehead{justify-content:center !important;text-align:center !important}
.jd-channel-storemeta{text-align:center !important}

/* ===== JD 店铺名强调色 ===== */
.jd-channel-steps strong,
.jd-channel-storemeta h3{
  color:#111111 !important;
}


/* ===== JD 上卡头部协调优化 ===== */
.jd-channel-storehead{
  gap:16px !important;
  padding:16px 18px !important;
  min-height:92px;
}
.jd-channel-logo-wrap{
  width:48px !important;
  height:48px !important;
  flex:0 0 48px !important;
  border-radius:16px !important;
  box-shadow:0 10px 20px rgba(0,0,0,.1) !important;
}
.jd-channel-storemeta h3{
  font-size:18px !important;
  line-height:1.18 !important;
  margin:0 !important;
}
.jd-channel-steps{
  margin-top:16px !important;
  padding-top:16px !important;
}
@media(max-width:768px){
  .jd-channel-storehead{
    gap:12px !important;
    padding:14px 16px !important;
    min-height:84px;
  }
  .jd-channel-logo-wrap{
    width:42px !important;
    height:42px !important;
    flex-basis:42px !important;
    border-radius:14px !important;
  }
  .jd-channel-storemeta h3{
    font-size:17px !important;
    line-height:1.18 !important;
  }
  .jd-channel-steps{
    margin-top:14px !important;
    padding-top:14px !important;
  }
}

/* ===== FAQ 标题单行优先最终覆盖 ===== */
.faq-q{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  column-gap:16px !important;
  width:100% !important;
  text-align:left !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:break-word !important;
  line-height:1.45 !important;
}
.faq-q::after{
  align-self:center !important;
  justify-self:end !important;
}
@media(max-width:768px){
  .faq-q{
    column-gap:14px !important;
    line-height:1.5 !important;
  }
}

/* ===== FAQ 单行优先最终硬优化 ===== */
.faq-q{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  column-gap:14px !important;
  width:100% !important;
  padding:20px 0 !important;
  font-size:18px !important;
  font-weight:700 !important;
  line-height:1.38 !important;
  text-align:left !important;
  white-space:normal !important;
  word-break:keep-all !important;
  overflow-wrap:anywhere !important;
  hyphens:none !important;
  letter-spacing:-.01em !important;
}
.faq-q::after{
  justify-self:end !important;
  align-self:center !important;
  font-size:20px !important;
  line-height:1 !important;
}
@media(max-width:768px){
  .faq-q{
    column-gap:12px !important;
    padding:16px 0 !important;
    font-size:15px !important;
    line-height:1.42 !important;
    letter-spacing:-.015em !important;
  }
  .faq-q::after{
    font-size:18px !important;
  }
}
@media(max-width:420px){
  .faq-q{
    font-size:14px !important;
    line-height:1.44 !important;
  }
}

/* ===== FAQ 横排最终修正 ===== */
.faq-q{
  display:block !important;
  position:relative !important;
  width:100% !important;
  padding:20px 42px 20px 0 !important;
  font-size:18px !important;
  font-weight:700 !important;
  line-height:1.45 !important;
  text-align:left !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  writing-mode:horizontal-tb !important;
  letter-spacing:0 !important;
}
.faq-q::after{
  position:absolute !important;
  right:0 !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  font-size:20px !important;
  line-height:1 !important;
}
@media(max-width:768px){
  .faq-q{
    padding:16px 34px 16px 0 !important;
    font-size:15px !important;
    line-height:1.5 !important;
  }
  .faq-q::after{
    font-size:18px !important;
  }
}
@media(max-width:420px){
  .faq-q{
    font-size:14px !important;
    line-height:1.5 !important;
  }
}

/* Custom adjustments for 香港靖工匠 package */
.education-layout.education-layout-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.education-layout.education-layout-two .education-video-card {
  min-width: 0;
}
.education-layout.education-layout-two video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.jd-channel-grid.jd-channel-grid-three {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.jd-channel-card .jd-channel-actions {
  margin-top: 22px;
}
.notice-copy-phone {
  word-break: keep-all;
}
@media (max-width: 860px) {
  .education-layout.education-layout-two,
  .jd-channel-grid.jd-channel-grid-three {
    grid-template-columns: 1fr;
  }
}

/* ===== Final override: education videos horizontal layout ===== */
.ledger-education .education-layout.education-layout-two {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px !important;
  overflow: visible !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  cursor: default !important;
}
.ledger-education .education-layout.education-layout-two .education-video-card {
  width: 100% !important;
  min-width: 0 !important;
  flex: initial !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  scroll-snap-align: none !important;
}
.ledger-education .education-layout.education-layout-two .education-video-frame {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  background: #111 !important;
  overflow: hidden !important;
}
.ledger-education .education-layout.education-layout-two .education-video-frame video {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  display: block !important;
}
.jd-channel-storemeta h3,
.jd-channel-title,
.jd-channel-label {
  letter-spacing: 0 !important;
}
@media (max-width: 860px) {
  .ledger-education .education-layout.education-layout-two {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
}

/* ===== Final override: purchase nav, logo and FAQ reference layout ===== */
.jd-channel-storehead-micro {
  margin-bottom: 22px !important;
}
.jd-channel-logo-wrap {
  background: #050505 !important;
  border-radius: 18px !important;
}
.jd-channel-logo {
  object-fit: cover !important;
  background: #050505 !important;
}
.faq-list {
  max-width: 1120px !important;
  margin: 52px auto 0 !important;
}
.faq-item {
  border-bottom: 1px solid #e5e5e5 !important;
}
.faq-q {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 30px 0 !important;
  font-size: clamp(22px, 2.2vw, 34px) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  color: #050505 !important;
  text-align: left !important;
  letter-spacing: 0 !important;
}
.faq-q::after {
  content: '+' !important;
  position: static !important;
  transform: none !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  margin-left: 24px !important;
}
.faq-item.open .faq-q::after {
  content: '−' !important;
}
.faq-a-inner {
  font-size: 17px !important;
  line-height: 1.9 !important;
}
@media (max-width: 768px) {
  .faq-q {
    padding: 22px 0 !important;
    font-size: 20px !important;
  }
  .faq-q::after {
    font-size: 28px !important;
  }
}

/* ===== Final override: asset carousel color and micro card cleanup ===== */
.asset-band {
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%) !important;
}
.asset-band-marquee {
  padding: 1.18rem 0 .65rem !important;
}
.asset-band-marquee::before,
.asset-band-marquee::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 9rem !important;
  z-index: 2 !important;
  pointer-events: none !important;
}
.asset-band-marquee::before {
  left: 0 !important;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255,255,255,.72) 45%, rgba(255,255,255,0) 100%) !important;
}
.asset-band-marquee::after {
  right: 0 !important;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255,255,255,.72) 45%, rgba(255,255,255,0) 100%) !important;
}
.asset-chip {
  width: 4.45rem !important;
  height: 4.45rem !important;
  background: rgba(255,255,255,.96) !important;
  border: 1px solid rgba(17,17,17,.055) !important;
  box-shadow: 0 12px 30px rgba(17,17,17,.065) !important;
}
.asset-chip img {
  width: 78% !important;
  height: 78% !important;
  object-fit: contain !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  filter: grayscale(1) contrast(1.08) opacity(.86) !important;
}
.jd-channel-card-action .jd-channel-storehead-micro {
  justify-content: center !important;
  margin-bottom: 18px !important;
}
.jd-channel-card-action .jd-channel-storehead-micro .jd-channel-logo-wrap {
  width: 70px !important;
  height: 70px !important;
}
@media (max-width: 768px) {
  .asset-band-marquee::before,
  .asset-band-marquee::after {
    width: 4.5rem !important;
  }
  .asset-chip {
    width: 3.65rem !important;
    height: 3.65rem !important;
  }
}

/* ===== Final override: colorful asset carousel like reference site ===== */
.asset-band-track-color {
  gap: 1.55rem !important;
}
.asset-band-track-color .asset-chip {
  position: relative !important;
  width: 4.8rem !important;
  height: 4.8rem !important;
  color: #fff !important;
  border: 7px solid #fff !important;
  border-radius: 999px !important;
  box-shadow: 0 16px 38px rgba(17,17,17,.12) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  line-height: 1 !important;
  text-shadow: 0 1px 8px rgba(0,0,0,.22) !important;
}
.asset-band-track-color .asset-chip::after {
  content: "" !important;
  position: absolute !important;
  inset: 8px !important;
  border-radius: inherit !important;
  background: radial-gradient(circle at 32% 28%, rgba(255,255,255,.42), rgba(255,255,255,0) 42%) !important;
  pointer-events: none !important;
}
.asset-band-track-color .coin-btc { background: linear-gradient(135deg, #f7931a 0%, #ffb34d 100%) !important; }
.asset-band-track-color .coin-eth { background: linear-gradient(135deg, #627eea 0%, #8a92b2 100%) !important; }
.asset-band-track-color .coin-usdt { background: linear-gradient(135deg, #26a17b 0%, #53d6ae 100%) !important; }
.asset-band-track-color .coin-bnb { background: linear-gradient(135deg, #f3ba2f 0%, #ffd36a 100%) !important; color: #17120a !important; text-shadow: none !important; }
.asset-band-track-color .coin-sol { background: linear-gradient(135deg, #14f195 0%, #9945ff 52%, #00c2ff 100%) !important; }
.asset-band-track-color .coin-xrp { background: linear-gradient(135deg, #23292f 0%, #5f6b76 100%) !important; }
.asset-band-track-color .coin-ada { background: linear-gradient(135deg, #0033ad 0%, #2a7fff 100%) !important; }
.asset-band-track-color .coin-link { background: linear-gradient(135deg, #2a5ada 0%, #78a5ff 100%) !important; }
.asset-band-track-color .coin-usdc { background: linear-gradient(135deg, #2775ca 0%, #67b7ff 100%) !important; }
.asset-band-track-color .coin-op { background: linear-gradient(135deg, #ff0420 0%, #ff6a70 100%) !important; }
.asset-band-track-color .coin-arb { background: linear-gradient(135deg, #213147 0%, #28a0f0 100%) !important; }
@media (max-width: 768px) {
  .asset-band-track-color {
    gap: 1rem !important;
  }
  .asset-band-track-color .asset-chip {
    width: 3.85rem !important;
    height: 3.85rem !important;
    border-width: 5px !important;
    font-size: 11px !important;
  }
}
