/* =========================================================
   美建金业 · 各页面区块样式
   顺序：首页 → 关于我们 → 0元开户 → 软件下载 → 福利活动 → 财经日历 → 响应式
   ========================================================= */

/* =========================================================
   首页 · Hero
   ========================================================= */
.home-notice { background: #fff8e6; color: #6b4512; border-bottom: 1px solid #f0d9a5; }
.home-notice p { padding: 14px 0; font-size: 14px; line-height: 1.75; text-align: center; overflow-wrap: anywhere; }
.home-notice strong { display: inline-block; margin-left: 12px; font-weight: 700; color: #8a3b12; }
@media (max-width: 767px) {
  .home-notice p { padding: 12px 0; text-align: left; }
  .home-notice strong { display: block; margin-left: 0; margin-top: 4px; }
}
.hero { padding: 56px 0 80px; }
.hero .container { position: relative; }
.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 48px;
  min-height: 425px;
  align-items: center;
}
.hero__copy { grid-column: span 7; position: relative; z-index: 2; }
.hero__badge { margin-bottom: 24px; }
.hero__title {
  font-size: 75px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 60px;
  margin-bottom: 12px;
  white-space: nowrap;
}
.hero__title em { font-style: normal; color: var(--gold-3); }
.hero__sub {
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: rgba(224, 231, 255, .95);
  margin-bottom: 12px;
}
.hero__sub strong { font-size: 32px; font-weight: 600; }
.hero__desc { max-width: 576px; font-size: 16px; line-height: 24px; color: rgba(255, 255, 255, .85); margin-bottom: 32px; }
.hero__actions { display: flex; align-items: center; gap: 14px; }
.hero__actions .btn--white { width: 228px; padding: 14px 28px; }
.hero__actions .btn--glass { padding: 15px 25px; font-family: var(--font-en); font-weight: 600; font-size: 20px; }
/* 首页下载二维码：卡片与按钮之间保留可悬停区域。 */
.hero__actions { position: relative; z-index: 3; }
.hero-download { position: relative; }
.hero-download__qr {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 232px;
  padding: 16px;
  border: 1px solid var(--s100);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 12px 36px rgba(25, 15, 70, .22);
  text-align: center;
}
.hero-download__qr::before { content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 14px; }
.hero-download__qr::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -7px; border: 7px solid transparent; border-top-color: #fff; }
.hero-download__qr img { display: block; width: 200px; height: 200px; }
.hero-download__qr strong { display: block; margin-top: 8px; font-size: 15px; line-height: 22px; }
.hero-download__qr span { display: block; color: var(--s500); font-size: 12px; line-height: 18px; }
.hero__metrics {
  display: flex;
  gap: 24px;
  margin-top: 32px;
  padding-top: 33px;
  border-top: 1px solid rgba(255, 255, 255, .15);
}
.hero__metrics > div { flex: 1; min-width: 0; }
.hero__metrics b {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -.75px;
}
.hero__metrics b small { font-family: var(--font-cn); font-weight: 400; font-size: 14px; letter-spacing: 0; color: #c7d2fe; }
.hero__metrics span { display: block; margin-top: 4px; font-size: 12px; line-height: 16px; color: rgba(255, 255, 255, .75); }

/* 右侧 3D 装饰（坐标按 1280 容器换算自设计稿） */
.hero__art { position: absolute; pointer-events: none; user-select: none; }
.hero__art img { width: 100%; height: auto; }
.hero__phone { left: 779px; top: 3px; width: 499px; z-index: 1; filter: drop-shadow(0 30px 40px rgba(20, 10, 80, .35)); }
.hero__candle { left: 804px; top: 34px; width: 140px; z-index: 0; }
.hero__coin { left: 671px; top: 296px; width: 130px; z-index: 2; transform: rotate(-12.67deg); }
.hero__shield { left: 1262px; top: 206px; width: 158px; z-index: 0; transform: rotate(-20.14deg); }

/* 实时金银报价浮层 */
.quotes-bar {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 24px;
  margin-top: 32px;
  padding: 25px;
  border-radius: var(--r-lg);
  border: 1px solid var(--s100);
  background: rgba(255, 255, 255, .95);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--ink);
}
.qcard {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 17px;
  border-radius: var(--r-md);
  border: 1px solid var(--i50);
  background: var(--bg);
}
.qcard__left { display: flex; align-items: center; gap: 14px; }
.qcard__sym {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.qcard__sym--au { background: var(--amber-50); border: 1px solid rgba(253, 230, 138, .6); color: var(--amber); }
.qcard__sym--ag { background: var(--i50); border: 1px solid rgba(199, 210, 254, .6); color: var(--primary); }
.qcard__name { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: var(--s500); white-space: nowrap; }
.qcard__code { padding: 0 6px; border-radius: var(--pill); font-family: var(--font-en); font-size: 10px; font-weight: 700; line-height: 16px; }
.qcard__code--au { background: rgba(254, 243, 199, .7); color: #b45309; }
.qcard__code--ag { background: rgba(224, 231, 255, .7); color: var(--primary); }
.qcard__px { margin-top: 2px; font-family: var(--font-en); font-weight: 700; font-size: 24px; line-height: 32px; }
.qcard__right { display: flex; flex-direction: column; align-items: flex-end; }
.qcard__chg {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  border-radius: var(--pill);
  background: var(--green-50);
  border: 1px solid rgba(167, 243, 208, .4);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  color: var(--green-6);
  white-space: nowrap;
}
.qcard__spark { width: 80px; height: 20px; margin-top: 8px; }

/* =========================================================
   首页 · 交易品种
   ========================================================= */
.instruments { background: var(--bg); padding: 46px 0 64px; }
.inst-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 64px; }
.inst { display: flex; flex-direction: column; justify-content: space-between; padding: 29px; }
.inst__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.inst__head h3 { font-size: 16px; font-weight: 700; line-height: 24px; }
.inst__desc { font-size: 12px; line-height: 19.5px; color: var(--s500); }
.inst__specs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
  padding: 25px 0 17px;
  border-top: 1px solid var(--s100);
  border-bottom: 1px solid var(--s100);
}
.inst__specs li { display: flex; justify-content: space-between; font-size: 12px; line-height: 16px; }
.inst__specs li span { color: var(--s400); }
.inst__specs li b { font-weight: 500; }
.inst__specs li b.en { font-family: var(--font-en); }
.inst__specs li b.hl { font-family: var(--font-en); font-weight: 700; color: var(--primary); }
.inst .btn--soft { width: 100%; margin-top: 24px; }

/* =========================================================
   首页 · 为什么选择
   ========================================================= */
.why { background: #fff; padding: 81px 0; border-top: 1px solid var(--s100); border-bottom: 1px solid var(--s100); }
.why-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 64px; }
.pillar { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 33px; text-align: center; }
.pillar h3 { padding-top: 18px; font-size: 16px; font-weight: 700; line-height: 24px; }
.pillar__sub { font-size: 12px; font-weight: 600; line-height: 16px; }
.pillar__desc { padding-top: 6px; font-size: 12px; line-height: 19.5px; color: var(--s500); }
.ibox--green-soft { background: rgba(209, 250, 229, .7); }
.ibox--violet-soft { background: rgba(237, 233, 254, .7); }
.ibox--amber-soft { background: rgba(254, 243, 199, .7); }
.ibox--blue-soft { background: rgba(219, 234, 254, .7); }

/* =========================================================
   首页 · 金市动态
   ========================================================= */
.insights { background: var(--bg); padding: 96px 0; }
.insights__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.insights__head h2 { font-size: 30px; line-height: 36px; padding-top: 4px; }
.insights__more { display: inline-flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 700; color: var(--primary); white-space: nowrap; }
.insights__more:hover { text-decoration: underline; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 48px; }
.news { display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 1px; }
.news__img { position: relative; height: 192px; border-radius: 23px 23px 0 0; overflow: hidden; }
.news__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.news:hover .news__img img { transform: scale(1.04); }
.news__cat {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 4px 12px;
  border-radius: var(--pill);
  background: rgba(83, 65, 205, .9);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 16.5px;
  backdrop-filter: blur(2px);
}
.news__cat--alt { background: rgba(118, 88, 248, .9); }
.news__body { display: flex; flex-direction: column; gap: 8px; padding: 23px 24px 40px; }
.news__meta { font-family: var(--font-en); font-size: 11px; font-weight: 500; line-height: 16.5px; color: var(--s400); }
.news__body h3 { font-size: 16px; font-weight: 700; line-height: 24px; }
.news__body p { padding-top: 2px; font-size: 12px; line-height: 19.5px; color: var(--s500); }
.news__more { display: inline-flex; align-items: center; gap: 4px; margin: 0 24px 24px; font-size: 12px; font-weight: 700; color: var(--primary); }

/* =========================================================
   首页 · 投资者评价
   ========================================================= */
.reviews { padding: 80px 0; }
.reviews .container { padding-left: 16px; padding-right: 16px; }
.reviews .sec-head { max-width: 768px; }
.reviews .sec-head h2 { font-size: 48px; line-height: 48px; letter-spacing: 0; }
.reviews .sec-head p { font-size: 15px; line-height: 24px; font-weight: 500; color: #474554; }
.tag--lavender { background: #e7e6ff; gap: 4px; font-family: var(--font-cn); font-weight: 500; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 56px; }
.review {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 25px;
  border-radius: var(--r-md);
  border: 1px solid rgba(108, 92, 231, .08);
  background: #fff;
  box-shadow: 0 4px 20px -2px rgba(108, 92, 231, .05);
}
.review__stars { display: flex; align-items: center; gap: 4px; }
.review__text { font-size: 13px; line-height: 20px; font-weight: 500; }
.review__author { display: flex; align-items: center; gap: 12px; padding-top: 4px; }
.review__author img { width: 36px; height: 36px; }
.review__author b { display: block; font-size: 14px; font-weight: 500; line-height: 21px; }
.review__author span { display: block; font-size: 12px; font-weight: 500; line-height: 18px; color: #474554; }

/* =========================================================
   关于我们 · Hero + 指标卡
   ========================================================= */
.hero-about { padding: 80px 0 160px; text-align: center; }
.hero-about .glow--3 { top: 175px; width: 300px; height: 300px; }
.hero-about__inner { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.hero-about__title { padding-top: 8px; letter-spacing: -1.5px; line-height: 59px; }
.hero-about__title b { display: block; font-size: 60px; font-weight: 700; color: var(--gold); }
.hero-about__title span { display: block; font-size: 48px; font-weight: 500; letter-spacing: 5.76px; }
.hero-about__desc { max-width: 672px; font-size: 24px; line-height: 34px; color: rgba(255, 255, 255, .85); }
.hero-about__actions { display: flex; gap: 14px; padding-top: 8px; }
.hero-about__actions .btn--white { width: 206px; padding: 12px 24px; font-weight: 600; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1); }
.hero-about__actions .btn--glass { width: 188px; }

.metrics { position: relative; z-index: 2; margin-top: -92px; }
.metrics__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.metric { display: flex; flex-direction: column; gap: 4px; padding: 25px; border-radius: var(--r-md); }
.metric__top { display: flex; align-items: center; justify-content: space-between; }
.metric__label { padding-top: 12px; font-size: 12px; font-weight: 500; line-height: 16px; color: var(--s400); }
.metric__value { font-family: var(--font-en); font-size: 24px; font-weight: 700; line-height: 32px; letter-spacing: -.6px; }
.metric__note { display: flex; align-items: center; gap: 6px; padding-top: 3.5px; font-size: 12px; line-height: 18px; color: var(--s500); }
.tag--xs { padding: 4px 10px; font-family: var(--font-cn); font-size: 11px; line-height: 16.5px; }
.tag--green { background: var(--green-50); color: var(--green-6); }
.tag--violet { background: #f5f3ff; color: var(--primary-2); }
.dot--primary { background: var(--primary); }
.dot--emerald { background: var(--green); }
.dot--purple { background: var(--primary-2); }

/* =========================================================
   关于我们 · 企业介绍 + 资质卡
   ========================================================= */
.about { padding: 56px 0 48px; }
.about__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 56px; align-items: center; }
.about__copy { grid-column: span 7; display: flex; flex-direction: column; gap: 24px; }
.about__title { display: flex; align-items: flex-end; gap: 0; letter-spacing: -.9px; }
.about__title h2 { font-size: 48px; font-weight: 700; line-height: 40px; }
.about__title span { font-family: var(--font-en); font-size: 20px; line-height: 28px; color: var(--s400); }
.about__text { display: flex; flex-direction: column; gap: 15px; }
.about__text .lead { font-size: 16px; font-weight: 500; line-height: 24px; }
.about__text p { font-size: 15px; line-height: 1.625; color: var(--s600); }
.about__cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding-top: 12px; }
.about__card { display: flex; gap: 14px; align-items: flex-start; padding: 21px; border-radius: var(--r-md); }
.about__card h4 { font-size: 14px; font-weight: 700; line-height: 20px; }
.about__card p { margin-top: 4px; font-size: 12px; line-height: 18px; color: var(--s500); }

.cred { grid-column: span 5; position: relative; overflow: hidden; padding: 33px; }
.cred__bar { position: absolute; left: 0; right: 0; top: 0; height: 8px; background: linear-gradient(90deg, #5341cd 0%, #7658f8 50%, #9e8cfc 100%); }
.cred__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 25px; border-bottom: 1px solid var(--s100); }
.cred__head-left { display: flex; align-items: center; gap: 12px; }
.cred__head h3 { font-size: 16px; font-weight: 700; line-height: 24px; }
.cred__head small { display: block; font-family: var(--font-en); font-size: 11px; font-weight: 600; letter-spacing: .55px; text-transform: uppercase; line-height: 16.5px; color: var(--s400); }
.cred__level { padding: 5px 13px; border-radius: var(--pill); background: var(--i50); border: 1px solid var(--i100); font-size: 12px; font-weight: 700; line-height: 16px; color: var(--primary); white-space: nowrap; }
.cred__body { display: flex; flex-direction: column; gap: 16px; padding: 24px 0; }
.license { display: flex; flex-direction: column; gap: 4px; padding: 20px 21px 21px; border-radius: var(--r-md); background: var(--bg); border: 1px solid rgba(238, 242, 255, .6); }
.license__k { font-size: 11px; font-weight: 600; letter-spacing: .55px; line-height: 16.5px; color: var(--s400); }
.license__v { padding-bottom: 12px; font-size: 14px; font-weight: 700; line-height: 20px; }
.license__row { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-top: 18px; border-top: 1px solid rgba(226, 232, 240, .6); }
.license__row > div { display: flex; flex-direction: column; gap: 4px; }
.license__row > div:last-child { align-items: flex-end; text-align: right; }
.license__row small { font-size: 11px; font-weight: 500; line-height: 16.5px; color: var(--s400); }
.license__no { font-family: var(--font-en); font-size: 18px; font-weight: 800; letter-spacing: .9px; line-height: 28px; color: var(--primary); }
.license__scope { font-size: 12px; font-weight: 500; line-height: 16px; }
.checklist { display: flex; flex-direction: column; gap: 12px; padding-top: 8px; }
.checklist li { display: flex; align-items: center; gap: 12px; font-size: 12px; line-height: 16px; color: var(--s700); }
.cred__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 17px; border-top: 1px solid var(--s100); font-size: 12px; line-height: 16px; }
.cred__foot span { color: var(--s400); }
.cred__foot a { display: inline-flex; align-items: center; gap: 4px; font-weight: 700; color: var(--primary); }

/* =========================================================
   关于我们 · 五维守护体系
   ========================================================= */
.pillars { background: #fff; padding: 80px 0; }
.pillars__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 64px; }
.feat { display: flex; flex-direction: column; justify-content: space-between; min-height: 292px; padding: 33px; }
.feat--wide { grid-column: span 2; }
.feat__body { display: flex; flex-direction: column; gap: 4px; }
.feat__index { padding-top: 20px; font-family: var(--font-en); font-size: 12px; font-weight: 600; letter-spacing: .6px; line-height: 16px; }
.feat h3 { font-size: 18px; font-weight: 700; line-height: 28px; }
.feat__desc { padding-top: 6px; font-size: 12px; line-height: 19.5px; color: var(--s600); }
.feat__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  padding-top: 17px;
  border-top: 1px solid rgba(226, 232, 240, .6);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: var(--s500);
}
.feat__foot > span { display: inline-flex; align-items: center; gap: 6px; }
.feat__foot .hl { font-weight: 600; color: var(--primary); }
.feat__foot .ok { color: var(--green-6); }

/* =========================================================
   0元开户 · Hero + 表单
   ========================================================= */
.reg-hero { padding: 80px 0; }
.reg-hero .glow--1 { left: 320px; transform: none; width: 600px; height: 350px; top: -128px; }
.reg-hero .glow--2 { width: 450px; height: 450px; bottom: 0; }
.reg-hero .glow--3 { width: 400px; height: 400px; left: -80px; top: auto; bottom: 0; }
.reg-hero__grid { position: relative; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 48px; align-items: center; }
.reg-hero__copy { grid-column: span 7; }
.reg-hero__title { padding-top: 24px; font-size: 64px; font-weight: 700; letter-spacing: -1.2px; line-height: 1.1; }
.reg-hero__line { display: flex; align-items: center; gap: 16px; margin-top: 16px; }
.reg-hero__line b { font-size: 24px; font-weight: 700; line-height: 32px; color: var(--i100); }
.reg-hero__line i { width: 1px; height: 20px; background: rgba(255, 255, 255, .3); }
.bonus-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: var(--pill);
  background: #fff;
  box-shadow: var(--shadow-btn);
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}
.reg-hero__desc { max-width: 576px; margin-top: 24px; font-size: 16px; line-height: 24px; color: rgba(255, 255, 255, .85); }
.reg-hero__feats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 32px; }
.gfeat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 21px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.gfeat__head { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; line-height: 20px; }
.gfeat__head .ibox { background: rgba(255, 255, 255, .2); }
.gfeat p { font-size: 12px; line-height: 19.5px; color: rgba(255, 255, 255, .8); }
.reg-hero__pillars { display: flex; gap: 12px; margin-top: 24px; padding-top: 17px; border-top: 1px solid rgba(255, 255, 255, .2); }
.reg-hero__pillars span { flex: 1; display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 500; line-height: 16px; color: rgba(255, 255, 255, .95); }

.reg-form { grid-column: span 5; display: flex; flex-direction: column; gap: 24px; padding: 33px; color: var(--ink); }
.reg-form__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid var(--s100); }
.reg-form__head b { display: inline-flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 700; line-height: 24px; }
.steps-bar { display: flex; gap: 8px; margin-top: 16px; }
.steps-bar > div { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: 12px; line-height: 16px; color: var(--s500); }
.steps-bar > div:not(.is-active) { opacity: .6; }
.steps-bar i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--s100);
  font-style: normal;
  font-weight: 700;
}
.steps-bar .is-active { color: var(--primary); font-weight: 600; }
.steps-bar .is-active i { background: var(--primary); color: #fff; box-shadow: 0 1px 1px rgba(99, 102, 241, .2); }
.form { display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 12px; font-weight: 600; line-height: 16px; }
.input {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 41px;
  border-radius: var(--r-sm);
  border: 1px solid var(--s200);
  background: #fff;
  overflow: hidden;
  transition: border-color .15s, box-shadow .15s;
}
.input:focus-within { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(83, 65, 205, .12); }
.input__prefix {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 13px 0 12px;
  background: var(--bg);
  border-right: 1px solid var(--s100);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.input__icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.input__prefix ~ .input__icon { left: 74px; }
.input input { flex: 1; min-width: 0; padding: 0 12px 0 40px; font-size: 12px; }
.input__prefix ~ input { padding-left: 98px; }
.input input::placeholder { color: var(--s400); }
.input__eye { position: absolute; right: 11px; top: 50%; transform: translateY(-50%); display: flex; padding: 4px; opacity: .8; }
.input__eye:hover { opacity: 1; }
.field__row { display: flex; gap: 10px; }
.field__row .input { flex: 1; }
.btn--code {
  flex-shrink: 0;
  padding: 0 16px;
  border-radius: var(--r-sm);
  background: var(--i50);
  color: var(--primary);
  font-size: 12px;
  font-weight: 600;
}
.btn--code:disabled { opacity: .6; cursor: default; transform: none; }
.agree { display: flex; align-items: flex-start; gap: 8px; padding-top: 4px; font-size: 12px; line-height: 18px; color: var(--s500); }
.agree a { font-weight: 500; color: var(--primary); }
.checkbox { position: relative; flex-shrink: 0; width: 18px; height: 18px; margin-top: 0; }
.checkbox input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.checkbox span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid var(--s300);
  background: #fff;
  transition: background-color .15s, border-color .15s;
}
.checkbox span img { display: none; }
.checkbox input:checked + span { background: var(--primary); border-color: var(--primary); }
.checkbox input:checked + span img { display: block; }
.btn--submit { width: 100%; padding: 14px 24px; background: var(--violet); color: #fff; font-size: 20px; letter-spacing: .6px; box-shadow: 0 10px 15px -3px rgba(99, 102, 241, .25), 0 4px 6px -4px rgba(99, 102, 241, .25); }
.btn--submit:hover { background: #5b4bd9; }
.reg-form__foot { display: flex; align-items: center; justify-content: space-between; padding-top: 17px; border-top: 1px solid var(--s100); font-size: 11px; line-height: 16.5px; color: var(--s400); }
.reg-form__foot span { display: inline-flex; align-items: center; gap: 10px; }
.reg-form__foot .en { font-family: var(--font-en); }

/* =========================================================
   0元开户 · 三步开户
   ========================================================= */
.steps { background: #fff; padding: 81px 0; border-top: 1px solid var(--s100); border-bottom: 1px solid var(--s100); }
.steps .sec-head { max-width: 768px; }
.steps__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 64px; align-items: start; }
.step { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 270px; padding: 33px; }
.step--hl {
  margin-top: -8px;
  padding: 34px;
  border: 2px solid var(--i200);
  background: linear-gradient(180deg, #fff 0%, #f4f2ff 100%);
}
.step__badge {
  position: absolute;
  right: 24px;
  top: -14px;
  padding: 2px 12px;
  border-radius: var(--pill);
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .55px;
  line-height: 16.5px;
  box-shadow: var(--shadow-indigo);
}
.step__head { display: flex; align-items: center; justify-content: space-between; }
.step h3 { padding-top: 16px; font-family: var(--font-en); font-size: 24px; font-weight: 700; line-height: 28px; }
.step__desc { margin-top: 8px; font-size: 12px; line-height: 19.5px; color: var(--s600); }
.step__foot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
  padding-top: 17px;
  border-top: 1px solid rgba(226, 232, 240, .6);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: var(--primary);
}
.step--hl .step__foot { border-top-color: var(--i100); }

/* =========================================================
   0元开户 · FAQ
   ========================================================= */
.faq-sec { background: var(--bg); padding: 96px 0; }
.faq-sec .sec-head { gap: 8px; }
.faq-sec .sec-head h2 { font-size: 40px; padding-top: 4px; }
.faq-list { display: flex; flex-direction: column; gap: 16px; margin-top: 56px; }
.faq { border-radius: var(--r-md); overflow: hidden; }
.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 24px;
  text-align: left;
}
.faq__q > span { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; line-height: 20px; }
.faq__no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--i50);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
}
.faq__q img { flex-shrink: 0; transition: transform .2s; }
.faq.is-open .faq__q img { transform: rotate(180deg); }
.faq__a { font-size: 13px; line-height: 1.7; color: var(--s600); }
.support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  padding: 25px;
  min-height: 158px;
  border-radius: var(--r-md);
  border: 1px solid var(--s100);
  background: linear-gradient(90deg, #735cf7 0%, #6a55e1 100%);
  box-shadow: var(--shadow-card);
  color: #fff;
}
.support__left { display: flex; align-items: center; gap: 16px; }
.support__left h3 { font-size: 24px; font-weight: 700; line-height: 1.2; }
.support__left p { margin-top: 8px; font-size: 12px; line-height: 16px; }
.support .btn--dark { padding: 10px 24px; font-size: 20px; font-weight: 600; }

/* =========================================================
   软件下载
   ========================================================= */
.dl-hero { padding: 64px 0; background: linear-gradient(10deg, #5341cd 0%, #7658f8 100%); text-align: center; }
.dl-hero__blob { position: absolute; width: 160px; height: 160px; border-radius: 50%; filter: blur(20px); pointer-events: none; }
.dl-hero__blob--1 { right: -40px; bottom: -40px; background: rgba(233, 213, 255, .3); }
.dl-hero__blob--2 { left: -40px; top: -40px; background: rgba(199, 210, 254, .3); }
.dl-hero__inner { position: relative; display: flex; flex-direction: column; align-items: center; }
.dl-hero__pill { color: var(--primary); font-family: var(--font-en); }
.dl-hero h1 { max-width: 900px; margin-top: 24px; font-size: 48px; font-weight: 700; letter-spacing: -.9px; line-height: 1.1; }
.dl-hero__desc { max-width: 560px; margin-top: 24px; font-size: 14px; line-height: 22.75px; color: var(--s300); }
.dl-hero__pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 32px; }
.dl-hero__pills .pill-light { background: rgba(255, 255, 255, .5); font-family: var(--font-en); }

.dl-main { padding: 64px 0 96px; }
.dl-main__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 48px; align-items: start; }
.dl-main__left, .dl-main__right { grid-column: span 6; display: flex; flex-direction: column; gap: 24px; }
.screen { overflow: hidden; padding: 1px; }
.screen__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px 15px;
  border-radius: 23px 23px 0 0;
  background: var(--bg);
  border-bottom: 1px solid var(--s100);
}
.screen__dots { display: flex; align-items: center; gap: 8px; font-family: var(--font-en); font-size: 12px; font-weight: 600; line-height: 16px; color: var(--s500); }
.screen__dots i { width: 12px; height: 12px; border-radius: 50%; }
.screen__dots span { padding-left: 8px; }
.screen__ping { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-en); font-size: 12px; font-weight: 700; color: var(--green-6); }
.screen__img { position: relative; height: 354px; background: #f8fafc; }
.screen__img > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.screen__cap { position: absolute; left: 12px; bottom: 12px; font-family: var(--font-en); box-shadow: 0 8px 24px -2px rgba(83, 65, 205, .12); }
.dl-text { display: flex; flex-direction: column; gap: 12px; padding: 25px; }
.dl-text p { font-size: 12px; line-height: 19.5px; color: var(--s600); }
.dl-main__right h1 { font-size: 36px; font-weight: 700; letter-spacing: -.9px; line-height: 40px; }
.dl-main__head { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.tag--bordered { padding: 7px 15px; border: 1px solid rgba(224, 231, 255, .8); font-family: var(--font-cn); }
.dl-card { padding: 25px; }
.dl-card__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 91px 25px;
  border-radius: var(--r-md);
  border: 1px solid var(--s100);
  background: linear-gradient(26deg, #f8fafc 0%, rgba(238, 242, 255, .4) 100%);
}
.dl-card__inner .dl-hero__blob--1 { background: rgba(199, 210, 254, .3); }
.dl-card__inner .dl-hero__blob--2 { background: rgba(233, 213, 255, .3); }
.dl-card__content { position: relative; display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.dl-card__content b { font-family: var(--font-en); font-size: 14px; font-weight: 700; line-height: 20px; }
.dl-card__content p { max-width: 320px; font-size: 12px; line-height: 16px; color: var(--s500); }
.dl-btns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding-top: 8px; }
.dl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 88px;
  padding: 13px 17px;
  border-radius: var(--r-sm);
  background: var(--primary);
  border: 1px solid var(--s200);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  color: #eaeaea;
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color .18s, transform .18s;
}
.dl-btn:hover { background: #4837b8; transform: translateY(-2px); }

/* =========================================================
   福利活动
   ========================================================= */
.promo { padding: 64px 0 128px; }
.promo .glow--1 { width: 760px; height: 380px; filter: blur(60px); }
.promo .glow--2 { width: 460px; height: 460px; filter: blur(65px); }
.promo .glow--3 { width: 320px; height: 320px; top: 234px; filter: blur(50px); }
.promo .container { position: relative; }
/* 纵向节奏照设计稿：徽章距顶 18、徽章→标题 24、标题→说明 16、说明→按钮 16、按钮→卡片 64 */
.promo__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.promo .pill-glass { margin-top: 18px; }
.promo__title { margin-top: 8px; letter-spacing: -1.5px; font-weight: 700; }
.promo__title .l1 { display: block; font-size: 60px; line-height: 113px; }
.promo__title .l2 { display: block; font-size: 96px; line-height: 113px; color: var(--gold-2); white-space: nowrap; }
.promo__title .usd { font-family: var(--font-en); font-weight: 800; font-style: italic; }
.promo__title .usd b { font-size: 120px; font-weight: 800; }
.promo__desc { font-size: 32px; line-height: 24px; color: rgba(255, 255, 255, .9); }
.promo__actions { display: flex; gap: 14px; padding-top: 8px; }
.promo__actions .btn { height: 40px; padding: 0 24px; line-height: 16px; }
.promo__actions .btn--white { width: 218px; font-weight: 600; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1); }
.promo__actions .btn--glass { width: 194px; }
.promo__card {
  width: 100%;
  max-width: 896px;
  margin-top: 48px;
  padding: 25px;
  border-radius: var(--r-lg);
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.promo__banner {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-md);
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
}
.promo__banner > img { width: 100%; height: auto; }
.promo__strip {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 15px;
  border-radius: var(--r-sm);
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(23, 25, 49, .8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  text-align: left;
}
.promo__strip span { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 500; line-height: 16px; color: var(--gold); }
.promo__strip b { padding: 2px 8px; border-radius: var(--pill); background: var(--primary); font-size: 11px; font-weight: 700; line-height: 16px; color: #fff; white-space: nowrap; }
.promo__art { position: absolute; z-index: 0; pointer-events: none; }
.promo__art img { width: 100%; height: auto; }
/* 三张图是设计稿里同一张 3D 合成图的裁片。尺寸 / 角度由 Figma 节点渲染图逐像素匹配得出
   （合成图缩放 0.32，盾牌 -20°、柱图 37°、硬币 41°），位置按设计稿 1920 截图实测：
   盾牌中心 (278,641)、柱图中心 (1756,435)、硬币中心 (1591,873)。相对 section 按视口左右缘定位，
   窄屏逐档缩小并贴边，避免压到横幅卡片 */
.promo__shield { left: 204px; top: 392px; width: 166px; transform: rotate(-20deg); }
.promo__bars { right: 69px; top: 199px; width: 189px; transform: rotate(37deg); }
.promo__coin { right: 251px; top: 650px; width: 156px; transform: rotate(41deg); }
@media (max-width: 1639px) {
  .promo__shield { left: 40px; top: 400px; width: 130px; }
  .promo__bars { right: 24px; top: 210px; width: 150px; }
  .promo__coin { right: 60px; top: 680px; width: 120px; }
}
/* 1200～1439：CTA 标题略缩，避免 1366 下折行（不影响 ≤1199 的 36px / ≤767 的 26px） */
@media (min-width: 1200px) and (max-width: 1439px) {
  .cta__title { font-size: 40px; }
}
@media (max-width: 1439px) {
  .promo__shield { left: 20px; top: 420px; width: 110px; }
  .promo__bars { right: 16px; top: 220px; width: 130px; }
  .promo__coin { right: 32px; top: 700px; width: 100px; }
}

/* =========================================================
   财经日历
   ========================================================= */
.cal-hero { padding: 64px 0 144px; }
.cal-hero .glow--3 { top: 179px; width: 300px; height: 300px; }
.cal-hero__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.cal-hero__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; max-width: 768px; }
.cal-hero__copy h1 { font-size: 48px; font-weight: 700; letter-spacing: -1.2px; line-height: 1.1; }
.cal-hero__copy h1 em { font-style: normal; color: var(--gold-2); }
.cal-hero__copy p { max-width: 672px; font-size: 16px; line-height: 24px; color: rgba(255, 255, 255, .85); }
.sources { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding-top: 12px; }
.sources > span { font-size: 12px; font-weight: 500; color: var(--i200); }
.src-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 13px;
  border-radius: var(--pill);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  white-space: nowrap;
  backdrop-filter: blur(2px);
}
.widget { flex-shrink: 0; display: flex; flex-direction: column; gap: 16px; width: 320px; padding: 25px; border: 1px solid rgba(255, 255, 255, .5); color: var(--ink); }
.widget__head { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-bottom: 15px; border-bottom: 1px solid var(--s100); }
.widget__head b { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; line-height: 16px; }
.widget__live { display: inline-flex; align-items: center; gap: 4px; padding: 2px 10px; border-radius: var(--pill); background: var(--green-50); font-size: 11px; font-weight: 700; line-height: 16.5px; color: var(--green-6); white-space: nowrap; }
.widget__rows { display: flex; flex-direction: column; gap: 12px; }
.widget__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px;
  border-radius: var(--r-sm);
  background: var(--bg);
  border: 1px solid rgba(238, 242, 255, .6);
  font-size: 12px;
  line-height: 16px;
  color: var(--s500);
}
.widget__row b { font-family: var(--font-en); font-size: 14px; font-weight: 700; line-height: 20px; color: var(--ink); }
.widget__row--hot { background: rgba(255, 241, 242, .6); border-color: #ffe4e6; color: var(--s600); font-weight: 500; }
.widget__row--hot b { font-size: 11px; line-height: 16px; color: var(--rose-6); }
.widget__foot { padding-top: 15px; border-top: 1px solid var(--s100); }
.btn--grad { width: 100%; padding: 10px; gap: 6px; background: linear-gradient(90deg, #5341cd 0%, #7658f8 100%); color: #fff; font-size: 12px; box-shadow: var(--shadow-indigo); }

.cal-main { position: relative; z-index: 2; margin-top: -76px; padding-bottom: 32px; }
.filter { display: flex; flex-direction: column; gap: 20px; padding: 29px; }
.filter__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-bottom: 21px; border-bottom: 1px solid var(--s100); }
.filter__left, .filter__right { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.filter__right { gap: 16px; }
.date-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 17px;
  border-radius: var(--r-md);
  background: var(--bg);
  border: 1px solid rgba(224, 231, 255, .7);
}
.date-box b { font-size: 16px; font-weight: 700; letter-spacing: -.4px; line-height: 24px; }
.date-box span { font-size: 12px; font-weight: 500; line-height: 16px; color: var(--s500); }
.seg { display: inline-flex; padding: 5px; border-radius: var(--pill); background: #f3f4fa; border: 1px solid rgba(226, 232, 240, .8); }
.seg button { padding: 6px 14px; border-radius: var(--pill); font-size: 12px; font-weight: 500; line-height: 16px; color: var(--s600); transition: background-color .15s, color .15s; }
.seg button.is-active { padding: 6px 16px; background: var(--primary); color: #fff; font-weight: 700; box-shadow: 0 1px 1px rgba(0, 0, 0, .05); }
.chips { display: inline-flex; align-items: center; gap: 4px; padding-left: 4px; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 15px;
  border-radius: var(--pill);
  background: #fff;
  border: 1px solid var(--s200);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: var(--s600);
  white-space: nowrap;
  transition: background-color .15s, color .15s, border-color .15s;
}
.chip.cn { font-family: var(--font-cn); padding: 7px 13px; }
.chip:hover { border-color: var(--i200); color: var(--primary); }
.chip.is-active { background: var(--primary); border-color: var(--primary); color: #fff; font-weight: 600; padding: 7px 14px; }
.chip .dot { width: 8px; height: 8px; }
.chip.is-active .dot { background: #fff; }
.check-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: var(--pill);
  background: var(--bg);
  border: 1px solid rgba(224, 231, 255, .6);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: var(--s700);
  cursor: pointer;
}
.check-pill input { width: 16px; height: 16px; margin: 0; accent-color: var(--primary); cursor: pointer; }
.btn--refresh { padding: 9px 17px; gap: 6px; background: #fff; border: 1px solid var(--i200); color: var(--primary); font-size: 12px; font-weight: 600; }
.filter__geo { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.filter__geo > span { padding-right: 4px; font-size: 12px; font-weight: 500; color: var(--s400); }
.dot--blue { background: #2563eb; }
.dot--indigo { background: #6366f1; }
.dot--red { background: #ef4444; }

.table-card { margin-top: 32px; overflow: hidden; padding: 1px; }
.table-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 32px 17px;
  border-radius: 23px 23px 0 0;
  border-bottom: 1px solid rgba(224, 231, 255, .6);
  background: linear-gradient(90deg, #f8f9fe 0%, rgba(238, 242, 255, .4) 50%, #f8f9fe 100%);
}
.table-card__head b { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; line-height: 20px; }
.table-card__head b .ibox { background: rgba(224, 231, 255, .8); }
.table-card__head > span { font-size: 12px; font-weight: 500; color: var(--s400); white-space: nowrap; }
.table-wrap { overflow-x: auto; }
.cal-table { width: 100%; min-width: 1080px; font-size: 12px; line-height: 16px; }
.cal-table th {
  padding: 14px 16px;
  background: #fbf8ff;
  border-bottom: 1px solid var(--s100);
  font-weight: 700;
  letter-spacing: .6px;
  text-align: left;
  color: var(--s500);
  white-space: nowrap;
}
.cal-table th:first-child, .cal-table td:first-child { padding-left: 24px; width: 96px; }
.cal-table th:nth-child(2), .cal-table td:nth-child(2) { width: 96px; }
.cal-table th:nth-child(3), .cal-table td:nth-child(3) { padding-left: 24px; }
.cal-table th:nth-child(4), .cal-table td:nth-child(4) { width: 112px; text-align: center; }
.cal-table th:nth-child(5), .cal-table td:nth-child(5),
.cal-table th:nth-child(6), .cal-table td:nth-child(6) { width: 96px; text-align: right; }
.cal-table th:nth-child(7), .cal-table td:nth-child(7) { width: 112px; text-align: right; padding-right: 24px; }
.cal-table th:nth-child(8), .cal-table td:nth-child(8) { width: 112px; text-align: center; }
.cal-table td { padding: 19px 16px 20px; border-top: 1px solid var(--s100); vertical-align: middle; }
.cal-table tbody tr:first-child td { border-top: 0; }
.cal-table tbody tr:nth-child(even) { background: #fcfdff; }
.cal-table .t-time { font-family: var(--font-en); font-weight: 600; color: var(--s500); }
.cal-table .t-geo { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; color: var(--s700); white-space: nowrap; }
.cal-table .t-geo img { width: 20px; height: 14px; border: 1px solid var(--s200); object-fit: cover; }
.cal-table .t-name { font-weight: 600; white-space: nowrap; }
.cal-table .t-num { font-family: var(--font-en); font-weight: 500; color: var(--s500); }
.cal-table .t-num.muted { font-weight: 400; }
.cal-table .t-act { font-weight: 700; color: var(--ink); }
.cal-table .t-dash { font-family: var(--font-en); color: var(--s400); letter-spacing: 1px; }
.lvl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 31px;
  height: 17px;
  padding: 0 8px;
  border-radius: var(--pill);
  background: var(--s100);
  border: 1px solid var(--s200);
  font-size: 10px;
  font-weight: 700;
  color: var(--s600);
}
.lvl--hi { background: var(--rose); border-color: var(--rose); color: #fff; }
.cal-table tr.is-hot { background: rgba(255, 241, 242, .2) !important; box-shadow: inset 4px 0 0 var(--rose); }
.cal-table tr.is-hot td { padding-top: 27px; padding-bottom: 28px; }
.cal-table tr.is-hot .t-time, .cal-table tr.is-hot .t-name, .cal-table tr.is-hot .t-num { color: var(--rose-6); font-weight: 700; }
.cal-table tr.is-hot .t-num.muted { color: var(--s500); font-weight: 400; }
.cal-table tr.is-hot .t-act { font-family: var(--font-en); font-size: 14px; font-weight: 800; color: var(--rose-6); }
.hot-tag { margin-left: 8px; padding: 2px 8px; border-radius: var(--pill); background: var(--rose); color: #fff; font-size: 10px; font-weight: 700; line-height: 16px; vertical-align: middle; }
.impact { display: inline-block; padding: 3px 15px; border-radius: var(--pill); font-size: 11px; font-weight: 700; line-height: 16px; white-space: nowrap; }
.impact--bear { background: #ffe4e6; border: 1px solid #fecdd3; color: #be123c; }
.impact--bull { background: #d1fae5; border: 1px solid #a7f3d0; color: #047857; }
.table-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 17px 32px 16px;
  border-radius: 0 0 23px 23px;
  border-top: 1px solid rgba(224, 231, 255, .6);
  background: #fbf8ff;
}
.legend { display: flex; align-items: center; gap: 20px; font-size: 12px; font-weight: 500; color: var(--s500); }
.legend span { display: inline-flex; align-items: center; gap: 6px; }
.legend i { width: 10px; height: 10px; border-radius: 50%; }
.legend i.hot { background: var(--rose); }
.legend i.normal { background: var(--s200); border: 1px solid var(--s300); }
.table-card__foot > span { font-size: 11px; font-weight: 500; color: var(--s400); }

/* ---------- 日历：动态数据状态 ---------- */
.lvl--mid { background: #fff7ed; border-color: #fed7aa; color: #c2410c; }
.lvl--low { color: var(--s400); }
.impact--above { background: var(--rose-50); border: 1px solid #fecdd3; color: #be123c; }
.impact--below { background: var(--i50); border: 1px solid var(--i200); color: #4338ca; }
.impact--flat { background: var(--s100); border: 1px solid var(--s200); color: var(--s600); }
.t-unit { margin-left: 2px; font-style: normal; font-size: 10px; font-weight: 400; color: var(--s400); }
.t-date { display: inline-block; margin-right: 6px; padding: 1px 6px; border-radius: 4px; background: var(--i50); color: var(--primary); font-size: 11px; font-weight: 600; }
.t-flag-none { display: inline-block; width: 20px; height: 15px; border-radius: 3px; background: var(--s100); border: 1px solid var(--s200); }
.cal-table .t-name { white-space: normal; min-width: 320px; }
.cal-table .t-geo img { height: 15px; }
.cal-state td { padding: 48px 24px !important; text-align: center; color: var(--s400); font-size: 13px; }
.cal-retry { margin-left: 10px; padding: 6px 14px; border-radius: var(--pill); background: var(--i50); color: var(--primary); font-size: 12px; font-weight: 600; }
.spin { display: inline-block; width: 14px; height: 14px; margin-right: 8px; vertical-align: -2px; border: 2px solid var(--i200); border-top-color: var(--primary); border-radius: 50%; animation: spin .9s linear infinite; }
.btn--refresh.is-loading img { animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- 实时行情：涨跌闪动 ---------- */
@keyframes tickUp { 50% { background: rgba(16, 185, 129, .22); } }
@keyframes tickDown { 50% { background: rgba(244, 63, 94, .22); } }
.tick-up { animation: tickUp .7s ease-out; border-radius: 4px; }
.tick-down { animation: tickDown .7s ease-out; border-radius: 4px; }
.quote__px.flat { color: var(--ink); }
.quote__chg.up { color: var(--green-6); background: var(--green-50); }
.quote__chg.down { color: var(--rose-6); background: var(--rose-50); }
.quote__chg.flat { color: #4f46e5; background: var(--i50); }
.qcard__chg.down { background: var(--rose-50); border-color: rgba(254, 205, 211, .6); color: var(--rose-6); }
.qcard__chg.down img { transform: scaleY(-1); }
.qcard__chg.flat { background: var(--s100); border-color: var(--s200); color: var(--s600); }
.quotes-offline .quotes { opacity: .55; }
.quotes-pending .quotes { opacity: .7; }
@keyframes livePulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, .45); } 60% { box-shadow: 0 0 0 5px rgba(16, 185, 129, 0); } }
.quotes-live .ticker__live { animation: livePulse 1.8s ease-out infinite; }

/* ---------- 开户表单：接口提示 ---------- */
.reg-form__msg { margin: -4px 0 0; font-size: 12px; line-height: 18px; color: var(--rose-6); }
.reg-form__msg:empty { display: none; }
.reg-form__msg[data-success="true"] { color: var(--green-6); }
.input.is-invalid, .agree.is-invalid { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(244, 63, 94, .18); border-radius: var(--r-sm); }
.reg-form.is-done .btn--submit { background: var(--green-6); box-shadow: none; }
.btn--code:disabled, .btn--submit:disabled { opacity: .65; cursor: default; transform: none; }

/* =========================================================
   响应式（平板 ≤1199 / 手机 ≤767 / 小屏 ≤479）
   设计稿只有 1920 桌面版；以下断点按 1x 标准（375/390 宽手机）编写
   ========================================================= */
@media (max-width: 1439px) {
  .hero__shield { display: none; }
  .cta__actions .btn--white { min-width: 236px; }
  .cta__actions .btn--dark { min-width: 246px; }
}

@media (max-width: 1199px) {
  /* 首页 */
  .hero { padding: 40px 0 56px; }
  .hero__grid { grid-template-columns: 1fr; gap: 24px; min-height: 0; }
  .hero__copy { grid-column: auto; }
  .hero__title { font-size: 56px; line-height: 1.1; white-space: normal; }
  .hero__art { position: static; transform: none; }
  .hero__candle, .hero__coin, .hero__shield { display: none; }
  .hero__phone { width: min(420px, 70%); margin: 0 auto; }
  .quotes-bar { flex-direction: column; }
  .inst-grid, .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .review-grid { grid-template-columns: 1fr; gap: 16px; }
  .sec-head h2 { font-size: 36px; }
  .reviews .sec-head h2 { font-size: 36px; line-height: 1.2; }
  .instruments { padding: 48px 0; }
  .why, .insights, .reviews, .pillars, .steps, .faq-sec { padding: 64px 0; }
  .inst-grid, .why-grid, .news-grid, .pillars__grid, .steps__grid { margin-top: 40px; }

  /* 关于我们 */
  .hero-about { padding: 56px 0 140px; }
  .hero-about__title b { font-size: 48px; }
  .hero-about__title span { font-size: 36px; letter-spacing: 3px; }
  .hero-about__desc { font-size: 18px; line-height: 1.5; }
  .metrics__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .about__grid { grid-template-columns: 1fr; gap: 32px; }
  .about__copy, .cred { grid-column: auto; }
  .about__title h2 { font-size: 36px; line-height: 1.1; }
  .pillars__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feat--wide { grid-column: span 2; }

  /* 0元开户 */
  .reg-hero { padding: 48px 0; }
  .reg-hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .reg-hero__copy, .reg-form { grid-column: auto; }
  .reg-hero__title { font-size: 44px; }
  .steps__grid { grid-template-columns: 1fr; gap: 24px; }
  .step--hl { margin-top: 8px; }
  .step { min-height: 0; }

  /* 软件下载 */
  .dl-hero h1 { font-size: 36px; }
  .dl-main__grid { grid-template-columns: 1fr; gap: 32px; }
  .dl-main__left, .dl-main__right { grid-column: auto; }
  .dl-main { padding: 48px 0 64px; }

  /* 福利活动 */
  .promo { padding: 48px 0 80px; }
  .promo__title .l1 { font-size: 44px; line-height: 1.15; }
  .promo__title .l2 { height: auto; font-size: 64px; line-height: 1.15; }
  .promo__title .usd b { font-size: 80px; }
  .promo__desc { font-size: 22px; line-height: 1.3; }
  .promo__card { margin-top: 24px; }
  .promo__art { display: none; }

  /* 财经日历 */
  .cal-hero { padding: 48px 0 120px; }
  .cal-hero__inner { flex-direction: column; align-items: flex-start; gap: 32px; }
  .cal-hero__copy h1 { font-size: 36px; }
  .widget { width: 100%; }
  .cal-main { margin-top: -72px; }
}

@media (max-width: 767px) {
  .sec-head { gap: 12px; }
  .sec-head h2 { font-size: 26px; letter-spacing: -.5px; }
  .sec-head p { font-size: 13px; }

  /* 首页 */
  .hero { padding: 32px 0 40px; }
  .hero__badge { max-width: 100%; white-space: normal; line-height: 1.4; }
  .hero__title { font-size: 38px; letter-spacing: -1px; }
  .hero__sub { font-size: 15px; }
  .hero__sub strong { font-size: 26px; }
  .hero__desc { font-size: 14px; line-height: 1.6; margin-bottom: 24px; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { width: 100% !important; font-size: 17px; }
  .hero__metrics { gap: 12px; padding-top: 24px; }
  .hero__metrics b { font-size: 24px; }
  .hero__phone { width: min(300px, 80%); }
  .quotes-bar { padding: 16px; gap: 12px; margin-top: 24px; border-radius: 20px; }
  .qcard { padding: 14px; gap: 8px; }
  .qcard__left { gap: 10px; }
  .qcard__px { font-size: 20px; line-height: 28px; }
  .qcard__chg { padding: 2px 7px; font-size: 11px; }
  .qcard__spark { width: 64px; height: 16px; }
  .inst-grid, .why-grid, .news-grid { grid-template-columns: 1fr; gap: 16px; }
  .instruments { padding: 40px 0; }
  .why, .insights, .reviews, .pillars, .steps, .faq-sec { padding: 48px 0; }
  .inst { padding: 22px; }
  .pillar { padding: 24px; }
  .insights__head { flex-direction: column; align-items: flex-start; }
  .insights__head h2 { font-size: 26px; }
  .news-grid { margin-top: 28px; }
  .review-grid { margin-top: 32px; }
  .review { padding: 20px; }

  /* 关于我们 */
  .hero-about { padding: 40px 0 120px; }
  .hero-about__title { line-height: 1.2; }
  .hero-about__title b { font-size: 40px; }
  .hero-about__title span { font-size: 26px; letter-spacing: 2px; }
  .hero-about__desc { font-size: 16px; }
  .hero-about__actions { flex-direction: column; width: 100%; }
  .hero-about__actions .btn { width: 100% !important; }
  .metrics { margin-top: -88px; }
  .metrics__grid { grid-template-columns: 1fr; gap: 12px; }
  .metric { padding: 20px; }
  .about { padding: 40px 0 24px; }
  .about__title { flex-direction: column; align-items: flex-start; gap: 4px; }
  .about__title h2 { font-size: 32px; }
  .about__cards { grid-template-columns: 1fr; }
  .cred { padding: 24px; }
  .cred__head { flex-wrap: wrap; }
  .license__row { flex-direction: column; }
  .license__row > div:last-child { align-items: flex-start; text-align: left; }
  .cred__foot { flex-direction: column; align-items: flex-start; }
  .pillars__grid { grid-template-columns: 1fr; gap: 16px; }
  .feat--wide { grid-column: auto; }
  .feat { min-height: 0; padding: 24px; }
  .feat__foot { flex-direction: column; align-items: flex-start; }

  /* 0元开户 */
  .reg-hero { padding: 32px 0 40px; }
  .reg-hero__title { font-size: 32px; padding-top: 16px; }
  .reg-hero__line { flex-wrap: wrap; gap: 10px; }
  .reg-hero__line b { font-size: 20px; }
  .reg-hero__line i { display: none; }
  .reg-hero__desc { font-size: 14px; margin-top: 16px; }
  .reg-hero__feats { grid-template-columns: 1fr; margin-top: 24px; }
  .reg-hero__pillars { flex-direction: column; gap: 10px; }
  .reg-form { padding: 22px; gap: 20px; border-radius: 20px; }
  .steps-bar > div { font-size: 11px; }
  .field__row { flex-wrap: wrap; }
  .btn--code { height: 41px; }
  .agree { line-height: 1.6; }
  .agree span:last-child { flex: 1; }
  .btn--submit { font-size: 17px; }
  .reg-form__foot { flex-direction: column; align-items: flex-start; gap: 8px; }
  .step { padding: 24px; }
  .step h3 { font-size: 20px; }
  .faq-sec .sec-head h2 { font-size: 26px; }
  .faq-list { margin-top: 32px; gap: 12px; }
  .faq__q { padding: 18px 16px; }
  .faq__q > span { font-size: 13px; align-items: flex-start; }
  .support { flex-direction: column; align-items: flex-start; margin-top: 32px; padding: 20px; min-height: 0; }
  .support__left h3 { font-size: 20px; }
  .support .btn--dark { width: 100%; font-size: 16px; }

  /* 软件下载 */
  .dl-hero { padding: 40px 0; }
  .dl-hero__pill { white-space: normal; text-align: center; line-height: 1.4; }
  .dl-hero h1 { font-size: 26px; margin-top: 16px; }
  .dl-hero__desc { font-size: 13px; margin-top: 16px; }
  .dl-hero__pills { margin-top: 20px; gap: 8px; }
  .dl-main { padding: 32px 0 48px; }
  .screen__img { height: 220px; }
  .screen__cap { max-width: calc(100% - 24px); white-space: normal; }
  .dl-main__right h1 { font-size: 26px; line-height: 1.2; }
  .dl-card { padding: 16px; }
  .dl-card__inner { padding: 48px 16px; }
  .dl-btns { grid-template-columns: 1fr; }
  .dl-btn { height: 60px; font-size: 17px; }

  /* 福利活动 */
  .promo { padding: 32px 0 56px; }
  .promo__inner { gap: 16px; }
  .promo__title .l1 { font-size: 28px; }
  .promo__title .l2 { font-size: 40px; white-space: normal; line-height: 1.1; }
  .promo__title .usd b { font-size: 48px; }
  .promo__desc { font-size: 16px; }
  .promo__actions { flex-direction: column; width: 100%; }
  .promo__actions .btn { width: 100% !important; }
  .promo__card { padding: 12px; border-radius: 18px; }
  .promo__banner { border-radius: 14px; }
  .promo__strip { position: static; margin: 0; border-radius: 0; border: 0; border-top: 1px solid rgba(255, 255, 255, .15); padding: 10px 12px; }
  .promo__strip span { font-size: 11px; }

  /* 财经日历 */
  .cal-hero { padding: 32px 0 104px; }
  .cal-hero__copy h1 { font-size: 26px; }
  .cal-hero__copy h1 em { display: block; }
  .cal-hero__copy p { font-size: 14px; }
  .sources > span { width: 100%; }
  .widget { padding: 20px; }
  .cal-main { margin-top: -72px; }
  .filter { padding: 18px 16px; gap: 14px; }
  .filter__row { padding-bottom: 14px; }
  .filter__left, .filter__right { width: 100%; }
  .date-box { width: 100%; justify-content: center; }
  .chips { padding-left: 0; }
  .filter__geo { gap: 6px; }
  .table-card { margin-top: 20px; }
  .table-card__head { flex-direction: column; align-items: flex-start; gap: 8px; padding: 14px 16px; }
  .table-card__foot { padding: 14px 16px; }
  .legend { gap: 12px; flex-wrap: wrap; }
}

@media (max-width: 479px) {
  .hero__title { font-size: 32px; }
  .hero__metrics { gap: 8px; }
  .hero__metrics b { font-size: 22px; }
  .hero__metrics span { font-size: 11px; }
  .promo__title .l2 { font-size: 34px; }
  .promo__title .usd b { font-size: 40px; }
  .seg button { padding: 6px 10px; }
}

/* 用户偏好：减少动效 */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .tick-up, .tick-down, .quotes-live .ticker__live, .toast { animation: none; transition: none; }
  .hero-bg__glow, .glow { transition: none; }
}
