/* 拼夕夕话费充值 · 全国代理招商官网 */
:root {
  --bg: #061428;
  --bg-2: #0a1f3d;
  --panel: rgba(12, 36, 72, 0.78);
  --line: rgba(125, 180, 255, 0.22);
  --text: #e8f1ff;
  --muted: #9bb4d4;
  --accent: #1a7cff;
  --accent-2: #00c2ff;
  --gold: #f0c14b;
  --gold-2: #ffe29a;
  --ok: #3ddc97;
  /* 对齐光伏之家：固定版心 + 左右留白，大屏两侧留空 */
  --max: 1200px;
  --page-gutter: clamp(20px, 3.5vw, 40px);
  --font: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --display: "ZCOOL XiaoWei", "Noto Serif SC", "Songti SC", serif;
  --fs-base: 17px;
  --fw-body: 600;
  --fw-strong: 800;
  --fw-black: 900;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--fs-base);
  font-weight: var(--fw-body);
  color: var(--text);
  background:
    radial-gradient(900px 480px at 12% -8%, rgba(26, 124, 255, 0.14), transparent 58%),
    radial-gradient(700px 420px at 88% 0%, rgba(240, 193, 75, 0.05), transparent 55%),
    linear-gradient(180deg, #040d1a 0%, var(--bg) 32%, #071426 100%);
  min-height: 100vh;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

strong, b { font-weight: var(--fw-black); color: #fff; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font-family: inherit; }

.wrap {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--page-gutter);
  box-sizing: border-box;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(6, 20, 40, 0.88);
  border-bottom: 1px solid var(--line);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 64px;
  padding: 8px 0;
  flex-wrap: nowrap;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 0 1 auto;
}

.brand__mark {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: block;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(125, 180, 255, 0.28);
  background: #0a1f3d;
}

.brand__name {
  display: block;
  font-weight: 900;
  font-size: 17px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand__sub {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #9bb4d4;
  margin-top: 2px;
  white-space: normal;
  line-height: 1.35;
  max-width: 280px;
}

@media (min-width: 1100px) {
  .brand__sub { max-width: 420px; }
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: 0;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  justify-content: center;
  min-width: 0;
  white-space: nowrap;
}

.nav-desktop a {
  padding: 6px 7px;
  font-size: 12.5px;
  font-weight: 700;
  color: #d5e4f7;
  border-radius: 999px;
  transition: color .2s, background .2s;
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: -0.02em;
}

.nav-desktop a:hover,
.nav-desktop a.is-on {
  color: #fff;
  background: linear-gradient(135deg, rgba(26, 124, 255, 0.28), rgba(240, 193, 75, 0.12));
  box-shadow: 0 0 0 1px rgba(240, 193, 75, 0.22);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.header-actions .btn {
  min-height: 40px;
  padding: 0 14px;
  font-size: 13px;
  white-space: nowrap;
}

.menu-btn {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
}

@media (min-width: 1100px) {
  .nav-desktop { display: flex; }
  .menu-btn { display: none; }
  .brand__sub { display: none; }
}

@media (min-width: 1280px) {
  .nav-desktop a {
    padding: 7px 8px;
    font-size: 14px;
  }
  .brand__sub { display: block; max-width: 200px; }
}

@media (min-width: 1440px) {
  .nav-desktop a {
    padding: 7px 9px;
    font-size: 14px;
  }
  .brand__sub { max-width: 280px; }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform .15s, box-shadow .2s, background .2s;
}

.btn:hover { transform: translateY(-1px); }

.btn--fire {
  background: linear-gradient(180deg, #e8c56a 0%, #d4a84a 100%);
  color: #1a1200;
  box-shadow: 0 8px 20px rgba(212, 168, 74, 0.22);
  text-shadow: none;
}
.btn--fire:hover {
  box-shadow: 0 10px 24px rgba(212, 168, 74, 0.3);
}

.btn--ghost {
  background: rgba(26, 124, 255, 0.08);
  border-color: rgba(125, 180, 255, 0.45);
  color: #cfe3ff;
}

.btn--block { width: 100%; }

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* Drawer */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s;
}

.drawer.is-open {
  pointer-events: auto;
  opacity: 1;
}

.drawer__mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(340px, 88vw);
  height: 100%;
  background: #16100d;
  border-left: 1px solid var(--line);
  padding: 20px 18px 28px;
  transform: translateX(100%);
  transition: transform .25s ease;
  overflow-y: auto;
}

.drawer.is-open .drawer__panel { transform: translateX(0); }

.drawer__link {
  display: block;
  padding: 16px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-weight: 800;
  font-size: 17px;
}

/* Hero */
.hero {
  position: relative;
  min-height: calc(100vh - 68px);
  display: flex;
  align-items: center;
  padding: 48px 0 64px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(26, 124, 255, 0.06), transparent 42%),
    radial-gradient(ellipse 70% 50% at 72% 36%, rgba(26, 79, 214, 0.08), transparent 62%);
  pointer-events: none;
  animation: none;
  opacity: 1;
}

@keyframes heroGlow {
  from { opacity: 0.7; transform: scale(1); }
  to { opacity: 1; transform: scale(1.04); }
}

.hero__inner {
  position: relative;
  z-index: 1;
  max-width: none;
  width: 100%;
}

.hero__stage {
  display: grid;
  gap: 22px;
  margin-bottom: 22px;
}

.hero__copy { min-width: 0; }

.hero__visual { min-width: 0; }

.hero__cta { margin-top: 18px; }

@media (min-width: 1100px) {
  .hero__stage {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: 36px;
    align-items: center;
    margin-bottom: 28px;
  }

  .hero__copy .eyebrow { margin-bottom: 14px; }

  .hero__copy .bomb-title,
  .hero__copy h1 {
    text-align: left !important;
    font-size: clamp(34px, 2.8vw, 48px) !important;
  }

  .hero__copy .hero__lead,
  .hero__copy .hero__subline {
    text-align: left;
    margin-inline: 0;
    max-width: none;
  }

  .hero__visual .hero-media {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 0;
  }

  .hero__visual .hero-media__item img {
    aspect-ratio: auto;
    object-fit: contain;
  }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid rgba(125, 180, 255, 0.28);
  background: rgba(26, 124, 255, 0.08);
  color: #b7cce8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero h1 {
  margin: 0 0 14px;
  font-family: var(--font);
  font-size: clamp(32px, 5.2vw, 54px);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero__lead {
  margin: 0 0 22px;
  font-size: clamp(16px, 2vw, 20px);
  color: #c9dbf5;
  font-weight: 700;
}

.fire-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.fire-list li {
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(12, 32, 60, 0.55);
  border: 1px solid rgba(125, 180, 255, 0.18);
  font-weight: 700;
  font-size: 15px;
}

.hero__note {
  margin: 22px 0 0;
  max-width: none;
  color: var(--muted);
  font-size: 14px;
}

.hero__note strong { color: var(--gold); }

/* Sections */
.section {
  padding: 72px 0;
  border-top: 1px solid rgba(125, 180, 255, 0.1);
}

.section--alt {
  background: linear-gradient(180deg, rgba(26, 124, 255, 0.05), transparent 40%);
}

.section__eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section h2 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.22;
}

.section__desc {
  margin: 0 0 28px;
  max-width: 980px;
  color: var(--muted);
  font-size: 15px;
}

.section__desc strong { color: var(--gold); }

/* Pain / cure */
.split {
  display: grid;
  gap: 18px;
}

@media (min-width: 860px) {
  .split { grid-template-columns: 1fr 1fr; gap: 24px; }
}

.panel {
  box-shadow: 0 18px 40px rgba(0, 24, 64, 0.28);
  padding: 22px 20px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.panel h3 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 800;
}

.panel--pain { border-color: rgba(248, 113, 113, 0.28); }
.panel--cure {
  border-color: rgba(52, 211, 153, 0.28);
  background: linear-gradient(165deg, rgba(52, 211, 153, 0.08), var(--panel));
}

.olist,
.clist {
  margin: 0;
  padding-left: 1.2em;
  color: #b7c8de;
  display: grid;
  gap: 10px;
}

.punch {
  margin: 22px 0 0;
  font-size: 17px;
  font-weight: 800;
  color: #fff;
}

/* Policy blocks */
.policy-grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 860px) {
  .policy-grid { grid-template-columns: repeat(3, 1fr); }
}

.policy-card {
  padding: 22px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(28, 18, 12, 0.7);
}

.policy-card h3 {
  margin: 0 0 12px;
  font-size: 17px;
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  color: #edd9c6;
  font-size: 14px;
}

.price-box {
  margin-top: 18px;
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(26, 124, 255, 0.18), rgba(240, 193, 75, 0.08));
  border: 1px solid rgba(240, 193, 75, 0.3);
}

.price-box strong {
  display: block;
  font-size: 22px;
  color: var(--gold);
  margin-bottom: 6px;
}

/* Dual income */
.income-grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 860px) {
  .income-grid { grid-template-columns: 1fr 1fr; }
}

.income-card {
  padding: 24px 20px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.income-card__tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(26, 124, 255, 0.16);
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
}

.income-card h3 { margin: 0 0 12px; font-size: 20px; }
.income-card p { margin: 0 0 12px; color: var(--muted); }

/* Advantage */
.adv-grid {
  display: grid;
  gap: 14px;
}

@media (min-width: 860px) {
  .adv-grid { grid-template-columns: 1fr 1fr; }
}

.adv-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.adv-num {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 900;
  background: linear-gradient(145deg, var(--accent), #0a2a6e);
}

.adv-item h3 { margin: 0 0 6px; font-size: 16px; }
.adv-item p { margin: 0; color: var(--muted); font-size: 14px; }

/* Support */
.support-grid {
  display: grid;
  gap: 10px;
}

@media (min-width: 720px) {
  .support-grid { grid-template-columns: 1fr 1fr; }
}

.support-item {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(52, 211, 153, 0.22);
  background: rgba(52, 211, 153, 0.06);
  font-size: 14px;
  font-weight: 700;
}

/* Calc */
.calc-grid {
  display: grid;
  gap: 14px;
}

@media (min-width: 900px) {
  .calc-grid { grid-template-columns: repeat(3, 1fr); }
}

.calc-card {
  padding: 22px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--panel);
  text-align: center;
}

.calc-card h3 {
  margin: 0 0 14px;
  font-size: 16px;
  color: var(--gold);
}

.calc-card .big {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 6px;
}

.calc-card p { margin: 0; color: var(--muted); font-size: 14px; }

.calc-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px dashed rgba(240, 193, 75, 0.4);
  color: #d7e8ff;
  font-size: 14px;
}

/* Steps */
.steps {
  display: grid;
  gap: 14px;
  counter-reset: step;
}

@media (min-width: 860px) {
  .steps { grid-template-columns: repeat(3, 1fr); }
}

.step {
  position: relative;
  padding: 22px 18px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.step::before {
  counter-increment: step;
  content: counter(step);
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-bottom: 12px;
  background: var(--accent);
  font-weight: 900;
}

.step h3 { margin: 0 0 8px; font-size: 16px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.steps-punch {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 900;
  color: var(--gold);
  text-align: center;
}

/* Guarantee / why */
.chip-grid {
  display: grid;
  gap: 12px;
}

@media (min-width: 720px) {
  .chip-grid { grid-template-columns: 1fr 1fr; }
}

.chip {
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  font-weight: 700;
  font-size: 14px;
}

.why-list {
  margin: 0;
  padding-left: 1.25em;
  display: grid;
  gap: 12px;
  color: #edd9c6;
  font-size: 15px;
}

/* Closing CTA */
.closing {
  padding: 80px 0;
  text-align: center;
  background:
    radial-gradient(600px 280px at 50% 0%, rgba(26, 124, 255, 0.28), transparent 70%),
    linear-gradient(180deg, transparent, rgba(26, 79, 214, 0.08));
}

.closing h2 {
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: clamp(26px, 4vw, 40px);
}

.closing .fire-list {
  max-width: none;
  width: 100%;
  margin: 0 0 28px;
  text-align: left;
}

.closing .cta-row {
  justify-content: stretch;
  width: 100%;
}

.closing .cta-row .btn {
  flex: 1 1 280px;
}

/* Form */
.apply {
  padding: 72px 0 96px;
}

.apply-box {
  max-width: 640px;
  margin: 0 auto;
  padding: 28px 22px;
  border-radius: 22px;
  border: 1px solid rgba(240, 193, 75, 0.35);
  background: linear-gradient(165deg, rgba(40, 24, 16, 0.95), rgba(20, 14, 10, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.apply-box h2 {
  margin: 0 0 8px;
  text-align: center;
  font-family: var(--display);
}

.apply-box .sub {
  margin: 0 0 22px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
}

.field {
  margin-bottom: 14px;
}

.field label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #c9dbf5;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 15px;
}

.field textarea { min-height: 96px; resize: vertical; }

.form-msg {
  margin: 10px 0 0;
  min-height: 22px;
  font-size: 13px;
  color: var(--gold);
  text-align: center;
}

.form-msg.is-err { color: #fca5a5; }
.form-msg.is-ok { color: var(--ok); }

/* Sub pages */
.page-hero {
  padding: 48px 0 28px;
}

.page-hero h1 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 42px);
}

.prose {
  max-width: 820px;
}

.prose h2 {
  margin: 28px 0 12px;
  font-size: 22px;
  color: var(--gold);
}

.prose h3 {
  margin: 22px 0 10px;
  font-size: 17px;
}

.prose p,
.prose li {
  color: #b7c8de;
  font-size: 15px;
}

.faq-item {
  margin-bottom: 14px;
  padding: 18px 18px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.faq-item h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #fff;
}

.faq-item p { margin: 0; color: var(--muted); }

/* Footer */
.site-footer {
  padding: 36px 0 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.site-footer__grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 720px) {
  .site-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
}

.site-footer a:hover { color: var(--gold); }

/* 生态互联 */
.eco-hub {
  display: grid;
  gap: 12px;
  margin: 8px 0 18px;
}

@media (min-width: 720px) {
  .eco-hub {
    grid-template-columns: 1fr 1fr;
  }
}

.eco-hub__card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 16px;
  border-radius: 16px;
  border: 1px solid rgba(240, 193, 75, 0.35);
  background: linear-gradient(145deg, rgba(26, 124, 255, 0.16), rgba(0, 0, 0, 0.28));
  color: #fff;
  text-decoration: none;
  transition: transform 0.15s ease, border-color 0.15s ease;
}

.eco-hub__card:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 193, 75, 0.7);
  color: #fff;
}

.eco-hub__card strong {
  font-size: 17px;
  font-weight: 800;
}

.eco-hub__card span {
  color: #b7c8de;
  font-size: 13px;
  line-height: 1.45;
}

.eco-hub__card--visa {
  border-color: rgba(255, 214, 102, 0.5);
}

.eco-hub__card--official {
  border-color: rgba(96, 165, 250, 0.45);
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.22), rgba(0, 0, 0, 0.28));
}

.eco-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

@media (min-width: 720px) {
  .eco-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .eco-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.eco-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #c5dbff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.eco-grid a:hover {
  border-color: rgba(240, 193, 75, 0.65);
  color: var(--gold);
  background: rgba(26, 124, 255, 0.12);
}

.eco-more {
  margin: 16px 0 0;
  text-align: center;
}

.eco-more a {
  color: var(--gold);
  font-weight: 700;
  text-decoration: underline;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(6, 20, 40, 0.94);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
}

.sticky-cta .btn { width: min(520px, 100%); }

/* 一键回到顶部 */
.back-top {
  position: fixed;
  right: 14px;
  bottom: calc(88px + env(safe-area-inset-bottom));
  z-index: 45;
  min-width: 64px;
  height: 64px;
  padding: 8px 10px 6px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  background: linear-gradient(145deg, #1a5fd0, #0d3f9a);
  box-shadow: 0 10px 24px rgba(8, 24, 56, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease, box-shadow .2s ease;
}

.back-top span {
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.back-top svg {
  flex-shrink: 0;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
}

.back-top.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  animation: none;
}

.back-top:active {
  transform: scale(0.96);
  animation: none;
}

@keyframes back-top-pulse {
  0%, 100% {
    box-shadow:
      0 12px 32px rgba(26, 124, 255, 0.55),
      0 0 0 4px rgba(26, 124, 255, 0.22),
      0 0 28px rgba(26, 124, 255, 0.45);
  }
  50% {
    box-shadow:
      0 14px 36px rgba(26, 124, 255, 0.7),
      0 0 0 6px rgba(26, 124, 255, 0.32),
      0 0 36px rgba(26, 124, 255, 0.6);
  }
}

@media (min-width: 961px) {
  .back-top {
    right: 28px;
    bottom: 28px;
    min-width: 72px;
    height: 72px;
    font-size: 16px;
  }
  .back-top span { font-size: 16px; }
}

body { padding-bottom: 72px; }

@media (min-width: 961px) {
  .sticky-cta { display: none; }
  body { padding-bottom: 0; }
}

/* Motion */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

/* 补充文案区块 */
.hero__subline {
  margin: 0 0 18px;
  color: #b7c8de;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 600;
}

.support-extra,
.guarantee-detail {
  margin-top: 22px;
  padding: 20px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(26, 124, 255, 0.06);
}

.support-extra h3,
.guarantee-detail h3 {
  margin: 0 0 12px;
  font-size: 18px;
  color: var(--gold);
}

.rollup-board {
  max-width: 560px;
  margin: 0 auto;
  padding: 28px 24px;
  border-radius: 20px;
  border: 2px dashed rgba(240, 193, 75, 0.55);
  background:
    linear-gradient(160deg, rgba(26, 124, 255, 0.18), rgba(0, 0, 0, 0.35)),
    var(--panel);
  text-align: center;
}

.rollup-board__title {
  margin: 0 0 16px;
  font-family: var(--display);
  font-size: clamp(26px, 4vw, 36px);
  color: #fff;
  letter-spacing: 0.04em;
}

.rollup-board ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rollup-board li {
  margin: 10px 0;
  font-size: 17px;
  font-weight: 700;
  color: #c9dbf5;
}

.wechat-block {
  display: grid;
  gap: 22px;
  align-items: center;
}

@media (min-width: 720px) {
  .wechat-block {
    grid-template-columns: 1.4fr 0.8fr;
  }
}

.wechat-qr {
  text-align: center;
}

.wechat-qr__box {
  width: min(220px, 100%);
  aspect-ratio: 1;
  margin: 0 auto 12px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background:
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.04) 8px,
      transparent 8px,
      transparent 16px
    ),
    #111;
  display: grid;
  place-content: center;
  gap: 6px;
  padding: 16px;
}

.wechat-qr__box span {
  font-size: 14px;
  color: var(--muted);
}

.wechat-qr__box strong {
  font-size: 18px;
  color: #fff;
}

.wechat-qr__box em {
  font-style: normal;
  font-size: 13px;
  color: #8a7a6c;
  line-height: 1.4;
}

.wechat-qr p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.notice-grid {
  display: grid;
  gap: 14px;
}

@media (min-width: 860px) {
  .notice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .notice-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.notice-card {
  padding: 18px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.notice-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: var(--gold);
}

.notice-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.position-strip {
  margin: 0 0 22px;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid rgba(125, 180, 255, 0.2);
  background: rgba(12, 32, 60, 0.55);
  text-align: left;
  max-width: none;
  margin-inline: 0;
}

.position-strip__title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 800;
  color: var(--gold);
}

.position-strip ol {
  margin: 0;
  padding-left: 18px;
  color: #b7c8de;
  font-size: 13px;
}

.position-strip li { margin: 4px 0; }

/* 炸裂爆款板块 */
.bomb-hero {
  background:
    radial-gradient(700px 360px at 50% 0%, rgba(26, 124, 255, 0.28), transparent 60%),
    linear-gradient(180deg, rgba(40, 8, 4, 0.65), transparent);
}

.bomb-title {
  margin: 0 0 14px;
  font-family: var(--font);
  font-size: clamp(26px, 4.6vw, 44px);
  line-height: 1.28;
  font-weight: 800;
  color: #f2f6fc;
  text-shadow: none;
  letter-spacing: 0.01em;
}

.bomb-lead {
  margin: 0 0 20px;
  max-width: none;
  color: #c9dbf5;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 600;
}

.brainwash {
  max-width: none;
  padding: 18px 18px 8px;
  border-radius: 18px;
  border: 1px solid rgba(26, 124, 255, 0.35);
  background: rgba(26, 124, 255, 0.08);
}

.brainwash p {
  margin: 0 0 10px;
  color: #d5e4f7;
  font-size: 15px;
}

.triple-block {
  margin-top: 28px;
  padding: 22px 18px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.triple-block > h3 {
  margin: 0 0 14px;
  font-size: clamp(18px, 2.4vw, 24px);
  color: #fff;
}

.triple-block h4 {
  margin: 18px 0 10px;
  font-size: 16px;
  color: var(--gold);
}

.triple-block p {
  margin: 0 0 12px;
  color: #b7c8de;
  font-size: 14px;
}

.triple-block .income-grid {
  margin: 12px 0 8px;
}

@media (min-width: 1100px) {
  .triple-block .income-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.closing--bomb {
  background:
    radial-gradient(640px 320px at 50% 20%, rgba(26, 124, 255, 0.22), transparent 65%),
    transparent;
}

/* ========== 全站字号（沉稳专业，去霓虹） ========== */
.eyebrow,
.section__eyebrow {
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  color: #9bb4d4 !important;
  text-shadow: none !important;
}

.hero h1:not(.bomb-title) {
  font-size: clamp(32px, 4.8vw, 48px) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.hero__lead {
  font-size: clamp(16px, 1.8vw, 19px) !important;
  font-weight: 600 !important;
  color: #c5d6ec !important;
}

.hero__subline {
  font-size: clamp(14px, 1.6vw, 17px) !important;
  font-weight: 600 !important;
  color: #b7c8de !important;
}

.hero__note {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--muted) !important;
}

.fire-list li {
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 12px 16px !important;
}

.section h2,
.closing h2 {
  font-size: clamp(26px, 3.2vw, 38px) !important;
  font-weight: 800 !important;
  line-height: 1.28 !important;
  font-family: var(--font);
  color: #f2f6fc;
}

.section__desc {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #d5e4f7 !important;
}

.panel h3,
.policy-card h3,
.income-card h3,
.adv-item h3,
.calc-card h3,
.step h3,
.faq-item h3,
.notice-card h3,
.triple-block > h3,
.apply-box h2 {
  font-weight: 900 !important;
}

.panel h3 { font-size: 20px !important; }
.policy-card h3 { font-size: 19px !important; }
.income-card h3 { font-size: 20px !important; }
.adv-item h3 { font-size: 18px !important; }
.calc-card h3 { font-size: 18px !important; }
.step h3 { font-size: 18px !important; }
.faq-item h3 { font-size: 18px !important; }
.notice-card h3 { font-size: 17px !important; }
.triple-block > h3 { font-size: clamp(20px, 2.6vw, 26px) !important; }
.triple-block h4 { font-size: 18px !important; font-weight: 900 !important; }
.apply-box h2 { font-size: clamp(26px, 3.5vw, 36px) !important; }

.panel p,
.policy-card p,
.income-card p,
.adv-item p,
.calc-card p,
.step p,
.faq-item p,
.notice-card p,
.triple-block p,
.prose p,
.prose li,
.olist li,
.clist li,
.check-list li {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #d5e4f7 !important;
}


.olist li,
.clist li,
.check-list li,
.why-list li {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.why-list li {
  font-size: 18px !important;
  font-weight: 800 !important;
}

.punch,
.steps-punch {
  font-size: 20px !important;
  font-weight: 900 !important;
}

.price-box strong {
  font-size: 20px !important;
  font-weight: 900 !important;
}

.price-box span {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.calc-card .big {
  font-size: 32px !important;
  font-weight: 900 !important;
}

.calc-note {
  font-size: 16px !important;
  font-weight: 800 !important;
}

.support-item,
.chip {
  font-size: 16px !important;
  font-weight: 800 !important;
}

.field label {
  font-size: 15px !important;
  font-weight: 800 !important;
}

.field input,
.field select,
.field textarea {
  font-size: 17px !important;
  font-weight: 600 !important;
  min-height: 50px;
}

.form-msg {
  font-size: 15px !important;
  font-weight: 800 !important;
}

.apply-box .sub {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.site-footer {
  font-size: 15px !important;
  font-weight: 600 !important;
}

.site-footer strong {
  font-size: 16px !important;
  font-weight: 900 !important;
}

.prose h2 {
  font-size: 24px !important;
  font-weight: 900 !important;
}

.prose h3 {
  font-size: 19px !important;
  font-weight: 900 !important;
}

.page-hero h1 {
  font-size: clamp(30px, 4.4vw, 46px) !important;
  font-weight: 900 !important;
}

.bomb-title {
  font-size: clamp(28px, 5vw, 48px) !important;
  font-weight: 900 !important;
}

.bomb-lead {
  font-size: clamp(17px, 2.3vw, 20px) !important;
  font-weight: 800 !important;
}

.brainwash p {
  font-size: 17px !important;
  font-weight: 700 !important;
}

.position-strip__title {
  font-size: 16px !important;
  font-weight: 900 !important;
}

.position-strip ol,
.position-strip p {
  font-size: 15px !important;
  font-weight: 700 !important;
}

.rollup-board__title {
  font-size: clamp(28px, 4.2vw, 40px) !important;
  font-weight: 900 !important;
}

.rollup-board li {
  font-size: 19px !important;
  font-weight: 900 !important;
}

.income-card__tag {
  font-size: 13px !important;
  font-weight: 900 !important;
}

.wechat-qr__box strong {
  font-size: 20px !important;
  font-weight: 900 !important;
}

.wechat-qr p {
  font-size: 15px !important;
  font-weight: 700 !important;
}

.sticky-cta .btn {
  font-size: 17px !important;
  font-weight: 900 !important;
  min-height: 52px;
}

/* ========== 顶栏资讯条（沉稳专业） ========== */
.promo-bar {
  position: relative;
  top: auto;
  z-index: 40;
  overflow: hidden;
  background: #0a1930;
  border-bottom: 1px solid rgba(125, 180, 255, 0.22);
  box-shadow: none;
  margin: 0;
  -webkit-mask-image: none;
  mask-image: none;
}

.promo-bar__track {
  display: flex;
  width: max-content;
  gap: 56px;
  padding: 11px 40px;
  animation: promo-marquee 36s linear infinite;
  white-space: nowrap;
  will-change: transform;
}

.promo-bar__item {
  font-size: 14px;
  font-weight: 700;
  color: #c5d6ec;
  letter-spacing: 0.03em;
  text-shadow: none;
}

.promo-bar .mark-88,
.promo-bar .mark-billion,
.promo-bar .mark-agent,
.promo-bar .mark-profit {
  color: #e8f1ff !important;
  background: transparent !important;
  box-shadow: none !important;
  animation: none !important;
  text-shadow: none !important;
  padding: 0;
  border-radius: 0;
  font-weight: 800 !important;
}

.promo-bar .mark-billion,
.promo-bar .mark-profit {
  color: var(--gold) !important;
}

.promo-bar .mark-88 {
  color: #7eb6ff !important;
}

.promo-bar .mark-agent {
  color: #8fd9b8 !important;
}

@keyframes promo-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.site-header { top: 0; }

.mark-88,
.mark-billion,
.mark-agent,
.mark-profit {
  display: inline;
  font-weight: 800 !important;
  letter-spacing: 0.01em;
  padding: 0 2px;
  border-radius: 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  box-shadow: none !important;
  text-shadow: none !important;
  animation: none !important;
}

.mark-88 {
  color: #7eb6ff !important;
  background: transparent !important;
}

.mark-billion {
  color: var(--gold) !important;
  background: transparent !important;
}

.mark-agent {
  color: #8fd9b8 !important;
  background: transparent !important;
}

.mark-profit {
  color: var(--gold) !important;
  background: transparent !important;
}

.mega-hits {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
}

@media (min-width: 860px) {
  .mega-hits {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mega-hit {
  padding: 18px 16px;
  border-radius: 14px;
  text-align: left;
  border: 1px solid rgba(125, 180, 255, 0.22);
  background: rgba(10, 28, 54, 0.88);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  animation: none !important;
}

.mega-hit em {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.78;
  margin-bottom: 6px;
  color: #9bb4d4;
  letter-spacing: 0.06em;
}

.mega-hit strong {
  display: block;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.01em;
  margin-bottom: 6px;
  color: #f2f6fc;
  text-shadow: none !important;
}

.mega-hit span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.88;
  color: #9bb4d4;
}

.mega-hit--billion {
  border-color: rgba(240, 193, 75, 0.28);
  background: linear-gradient(180deg, rgba(240, 193, 75, 0.08), rgba(10, 28, 54, 0.92));
  color: #e8f1ff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.mega-hit--billion strong { color: var(--gold); }

.mega-hit--88 {
  border-color: rgba(26, 124, 255, 0.35);
  background: linear-gradient(180deg, rgba(26, 124, 255, 0.12), rgba(10, 28, 54, 0.92));
  color: #e8f1ff;
}

.mega-hit--88 strong {
  color: #d6e8ff;
  font-size: clamp(20px, 2.4vw, 26px);
}

.mega-hit--agent {
  border-color: rgba(125, 180, 255, 0.28) !important;
  background: linear-gradient(180deg, rgba(26, 124, 255, 0.08), rgba(10, 28, 54, 0.92)) !important;
  color: #e8f1ff !important;
}

.mega-hit--agent em,
.mega-hit--agent span {
  color: #9bb4d4 !important;
  opacity: 1 !important;
}

.mega-hit--agent strong {
  color: #f2f6fc !important;
  font-size: clamp(20px, 2.4vw, 26px) !important;
}

.fire-list li:has(.mark-88),
.fire-list li:has(strong),
.fire-list li:has(.mark-agent),
.fire-list li:has(.mark-profit) {
  border-color: rgba(125, 180, 255, 0.22);
  background: rgba(12, 32, 60, 0.55);
}

/* 图文并茂 */
.hero-media {
  display: grid;
  gap: 14px;
  margin: 0 0 22px;
}

@media (min-width: 860px) {
  .hero-media { grid-template-columns: 1fr 1fr; }
}

.hero-media__item,
.media-card {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(125, 180, 255, 0.28);
  background: rgba(0, 0, 0, 0.28);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.hero-media__item img,
.media-card img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.2);
}

/* 招商主视觉海报：完整显示，禁止裁切 */
.hero-media__item img[src*="hero-huafei"],
.hero-media__item img[src*="agent-8off"],
.media-card img[src*="hero-huafei"],
.media-card img[src*="agent-8off"],
.px-hero__visual img {
  aspect-ratio: auto;
  object-fit: contain;
  height: auto;
}

.media-card--poster img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
}

.hero-media__item figcaption,
.media-card figcaption {
  padding: 12px 14px 14px;
  font-size: 15px;
  font-weight: 800;
  color: #e8f1ff;
  background: linear-gradient(180deg, rgba(26, 124, 255, 0.12), rgba(0, 0, 0, 0.35));
}

.media-grid {
  display: grid;
  gap: 14px;
}

@media (min-width: 720px) {
  .media-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 1100px) {
  .media-grid { grid-template-columns: 1fr 1fr 1fr 1fr; }
}

.media-grid--3 {
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .media-grid--3 { grid-template-columns: 1fr 1fr 1fr; }
}

@media (min-width: 1100px) {
  .media-grid--3 { grid-template-columns: 1fr 1fr 1fr; }
}

.media-duo {
  display: grid;
  gap: 14px;
}

@media (min-width: 720px) {
  .media-duo { grid-template-columns: 1fr 1fr; }
}

.section--media { padding-top: 28px; }
.section--media .media-grid { margin-top: 8px; }

/* 多语言下拉（对齐易全球 / 实体之家） */
.gsc-lang-dd { position: relative; flex-shrink: 0; }
.gsc-lang-dd__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(240, 193, 75, 0.28);
  background: rgba(255, 255, 255, 0.05);
  color: #e8f1ff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.gsc-lang-dd__btn:hover {
  border-color: rgba(240, 193, 75, 0.55);
  background: rgba(26, 124, 255, 0.12);
}
.gsc-lang-dd__icon { flex-shrink: 0; opacity: 0.9; }
.gsc-lang-dd__label {
  max-width: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gsc-lang-dd__chev { flex-shrink: 0; opacity: 0.7; transition: transform 0.2s; }
.gsc-lang-dd.is-open .gsc-lang-dd__chev { transform: rotate(180deg); }
.gsc-lang-dd__panel {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 80;
  width: min(280px, 72vw);
  max-height: 60vh;
  overflow: auto;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(240, 193, 75, 0.28);
  background: #16110e;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}
.gsc-lang-dd__group-title {
  padding: 8px 10px 4px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #c4a484;
  text-transform: uppercase;
}
.gsc-lang-dd__panel a {
  display: block;
  padding: 9px 10px;
  border-radius: 10px;
  color: #f3e2d2;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.gsc-lang-dd__panel a:hover { background: rgba(26, 124, 255, 0.16); color: #fff; }
.gsc-lang-dd__panel a.is-active {
  background: rgba(26, 124, 255, 0.22);
  color: var(--gold);
}
.gsc-lang-dd--drawer { width: 100%; }
.gsc-lang-dd--drawer .gsc-lang-dd__btn {
  width: 100%;
  justify-content: space-between;
  border-radius: 12px;
}
.gsc-lang-dd--drawer .gsc-lang-dd__btn-left {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.gsc-lang-dd--drawer .gsc-lang-dd__panel {
  position: static;
  width: 100%;
  max-height: 42vh;
  margin-top: 8px;
}
.px-hide-mobile { display: none; }
@media (min-width: 1100px) {
  .px-hide-mobile { display: block; }
}

/* PC 大气版式（对齐 13 个之家宽幅） */
@media (min-width: 1100px) {
  .hero {
    padding: 40px 0 56px;
  }

  .hero__copy .bomb-title {
    font-size: clamp(34px, 2.7vw, 46px) !important;
    line-height: 1.24 !important;
    text-align: left !important;
  }

  .hero__copy .hero__lead {
    font-size: clamp(17px, 1.35vw, 20px) !important;
    max-width: none;
    margin-inline: 0;
    text-align: left;
  }

  .hero__copy .hero__subline {
    text-align: left;
  }

  .mega-hits {
    gap: 18px;
    margin-bottom: 28px;
  }

  .mega-hit {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .mega-hit strong {
    font-size: clamp(24px, 2vw, 32px);
  }

  .hero__visual .hero-media {
    gap: 14px;
    margin-bottom: 0;
  }

  .hero-media__item,
  .media-card {
    border-radius: 20px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
  }

  .hero-media__item figcaption,
  .media-card figcaption {
    padding: 14px 18px 16px;
    font-size: 16px;
  }

  .section {
    padding: 88px 0;
  }

  .section h2 {
    font-family: var(--font);
    font-size: clamp(30px, 2.6vw, 42px);
    font-weight: 900;
  }

  .section__desc {
    max-width: 1080px;
    font-size: 16px;
    line-height: 1.7;
  }

  .policy-grid,
  .adv-grid,
  .support-grid,
  .income-grid,
  .calc-grid,
  .steps,
  .notice-grid,
  .eco-grid {
    gap: 18px;
  }

  .media-grid {
    gap: 18px;
  }

  .fire-list {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .site-header__inner {
    min-height: 72px;
  }
}

@media (min-width: 1100px) {
  .closing .fire-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .closing h2,
  .closing .bomb-title {
    text-align: left;
    max-width: none;
  }
}

/* ========== 对齐光伏之家：PC 左文右图 + 登录 ========== */
.site-header__inner {
  min-height: 72px;
  gap: 14px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.header-actions .header-cta {
  padding: 0 16px;
  min-height: 40px;
  font-size: 13px;
  border-radius: 999px;
  white-space: nowrap;
}

.drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(125, 180, 255, 0.18);
}

.drawer__head strong {
  font-size: 16px;
  color: #fff;
}

.drawer__head-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.drawer__close {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(125, 180, 255, 0.28);
  background: rgba(12, 32, 60, 0.9);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.px-hero {
  padding: 28px 0 20px;
  border: 0;
}

.px-hero__slide {
  display: grid;
  gap: 22px;
  margin-bottom: 28px;
}

.px-hero__slide:last-child {
  margin-bottom: 0;
}

.px-hero__copy { min-width: 0; }

.px-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(26, 124, 255, 0.12);
  border: 1px solid rgba(26, 124, 255, 0.32);
  color: #9ec5ff;
  font-size: 13px;
  font-weight: 700;
}

.px-hero h1 {
  margin: 0 0 12px;
  font-family: var(--font);
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0.02em;
  color: #f2f6fc;
  text-shadow: none;
}

.px-hero__lead {
  margin: 0 0 12px;
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
  font-weight: 600;
  color: #c5d6ec;
  max-width: 36em;
  line-height: 1.65;
}

.px-hero__note {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 38em;
  font-weight: 600;
}

.px-hero__free {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
}

.px-hero__free b {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(240, 193, 75, 0.12);
  border: 1px solid rgba(240, 193, 75, 0.35);
  color: var(--gold-2);
  font-size: 0.92rem;
  font-weight: 800;
}

.px-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.px-checks li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(61, 214, 140, 0.08);
  border: 1px solid rgba(61, 214, 140, 0.28);
  color: #b8f5d4;
  font-weight: 700;
  font-size: 0.9rem;
}

.px-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.px-hero__visual {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(125, 180, 255, 0.22);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
  background: rgba(8, 20, 40, 0.9);
  min-height: 0;
}

.px-hero__visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  aspect-ratio: auto;
  vertical-align: top;
}

@media (min-width: 900px) {
  .px-hero {
    padding: 36px 0 28px;
  }

  .px-hero__slide {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 32px;
    align-items: center;
    margin-bottom: 36px;
  }

  .px-hero__visual {
    height: auto;
    max-height: none;
    min-height: 0;
  }

  .px-hero__visual img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}

.px-freebar {
  border-top: 1px solid rgba(125, 180, 255, 0.12);
  border-bottom: 1px solid rgba(125, 180, 255, 0.12);
  background: rgba(8, 24, 48, 0.72);
  padding: 18px 0;
}

.px-freebar__inner {
  display: grid;
  gap: 10px;
}

.px-freebar__item {
  font-size: 15px;
  font-weight: 700;
  color: #e8f1ff;
}

.px-freebar__item span {
  color: var(--gold);
}

.px-freebar__tip {
  margin: 4px 0 0;
  font-size: 14px;
  color: var(--muted);
  font-weight: 600;
}

@media (min-width: 900px) {
  .px-freebar__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 24px;
    align-items: start;
  }

  .px-freebar__tip {
    grid-column: 1 / -1;
  }
}

.section--tight {
  padding-top: 36px;
  padding-bottom: 48px;
}

.site-header .zj-member-entry--header {
  flex: 0 0 auto;
}

.px-hero__actions .zj-member-entry {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
}





.nav-desktop a.nav-hot {
  color: var(--gold-2);
  font-weight: 800;
  background: rgba(240, 193, 75, 0.1);
}
