/* 易全球官方限量300名主播招募 */
:root {
  --ar-blue: #0077ff;
  --ar-blue-deep: #0047bb;
  --ar-gold: #c9a227;
  --ar-gold-soft: rgba(201, 162, 39, 0.18);
  --ar-bg: #070b14;
  --ar-bg2: #0c1424;
  --ar-surface: rgba(16, 28, 52, 0.92);
  --ar-border: rgba(0, 119, 255, 0.22);
  --ar-text: #f1f5f9;
  --ar-muted: #94a3b8;
  --ar-body: #dbe4f0;
  --ar-danger: #ff5a6a;
  --ar-max: 1120px;
  --ar-font: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --ar-display: "Noto Serif SC", "Songti SC", serif;
  --ar-accent: "Sora", "Noto Sans SC", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--ar-font);
  background: var(--ar-bg);
  color: var(--ar-text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; line-height: 1.25; font-weight: 800; }

.wrap { width: min(100% - 40px, var(--ar-max)); margin-inline: auto; }

/* top trust bar */
.ar-trust {
  background: linear-gradient(90deg, #0a1a38, #123060 50%, #0a1a38);
  border-bottom: 1px solid rgba(201, 162, 39, 0.35);
  padding: 10px 0;
  font-size: 15px;
  font-weight: 700;
  color: #f5e6a8;
  text-align: center;
}
.ar-trust strong { color: #fff; }
.ar-trust__urgent {
  display: block;
  margin-top: 4px;
  color: #ffb4bc;
  font-size: 14px;
  letter-spacing: 0.02em;
}

/* header */
.ar-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(7, 11, 20, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.ar-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 64px;
  flex-wrap: nowrap;
}
.ar-brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.ar-brand img {
  width: 40px; height: 40px; border-radius: 10px; background: #fff; object-fit: cover;
}
.ar-brand__name { display: block; font-size: clamp(16px, 4.4vw, 20px); font-weight: 800; white-space: nowrap; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; }
.ar-brand__sub { display: block; font-size: clamp(11px, 2.9vw, 13px); font-weight: 600; color: var(--ar-muted); margin-top: 2px; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ar-nav {
  display: flex; flex-wrap: nowrap; gap: 2px; align-items: center;
  overflow-x: auto; scrollbar-width: none; flex: 1; justify-content: flex-end;
}
.ar-nav::-webkit-scrollbar { display: none; }
.ar-nav a {
  padding: 6px 8px; border-radius: 999px; font-size: 14px; font-weight: 700;
  color: var(--ar-body); white-space: nowrap; flex-shrink: 0;
}
.ar-nav a:hover, .ar-nav a.is-on { background: var(--ar-blue); color: #fff; }
.ar-nav a.hot {
  border: 1px solid rgba(201, 162, 39, 0.45);
  color: #f5e6a8;
  background: var(--ar-gold-soft);
}
.ar-cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 8px 14px; border-radius: 999px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--ar-gold), #e8c547);
  color: #1a1408; font-size: 14px; font-weight: 900; white-space: nowrap;
}
.ar-menu {
  display: none; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04);
  color: #fff; border-radius: 10px; min-width: 36px; min-height: 36px; padding: 0 8px; font-size: 14px; font-weight: 800; cursor: pointer; align-items:center; justify-content:center;
}

/* hero */
.ar-hero {
  position: relative; overflow: hidden;
  min-height: min(88vh, 720px);
  display: flex; align-items: flex-end;
  padding: 100px 0 72px;
}
.ar-hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.05);
  animation: arKen 16s ease-in-out infinite alternate;
}
.ar-hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(5,9,20,.94) 0%, rgba(5,9,20,.78) 45%, rgba(5,9,20,.55) 100%),
    linear-gradient(180deg, transparent 35%, rgba(7,11,20,.96) 100%);
}
@keyframes arKen { from { transform: scale(1.02); } to { transform: scale(1.08); } }
.ar-hero__content { position: relative; z-index: 1; max-width: 880px; }
.ar-eyebrow {
  display: inline-block; margin-bottom: 14px; padding: 6px 12px; border-radius: 999px;
  border: 1px solid rgba(201,162,39,.5); background: var(--ar-gold-soft);
  color: #f5e6a8; font-size: 15px; font-weight: 800; letter-spacing: .06em;
}
.ar-hero h1 {
  font-family: var(--ar-display);
  font-size: clamp(28px, 4.6vw, 46px);
  margin-bottom: 14px;
}
.ar-hero__lead {
  font-size: clamp(16px, 2vw, 20px); font-weight: 800; color: #e8f0ff; margin: 0 0 10px;
}
.ar-hero__sub { margin: 0 0 22px; color: var(--ar-muted); font-size: 15px; max-width: 760px; }
.ar-hero__stats {
  display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px;
}
.ar-stat {
  padding: 10px 14px; border-radius: 14px;
  background: rgba(0,119,255,.12); border: 1px solid rgba(0,119,255,.28);
  font-size: 14px; font-weight: 800;
}
.ar-stat em { color: var(--ar-gold); font-style: normal; }
.ar-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.ar-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 0 20px; border-radius: 999px;
  font-size: 14px; font-weight: 900; border: 1px solid transparent;
  transition: transform .2s;
}
.ar-btn:hover { transform: translateY(-2px); }
.ar-btn--primary { background: var(--ar-blue); color: #fff; box-shadow: 0 12px 28px rgba(0,119,255,.35); }
.ar-btn--gold { background: linear-gradient(135deg, var(--ar-gold), #e8c547); color: #1a1408; }
.ar-btn--ghost { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.18); color: #fff; }

/* sections */
.ar-section { padding: 72px 0; }
.ar-section--alt {
  background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(0,119,255,.08), transparent 60%), var(--ar-bg2);
}
.ar-kicker {
  display: inline-block; margin-bottom: 10px; color: var(--ar-gold);
  font-size: 14px; font-weight: 900; letter-spacing: .12em;
}
.ar-section__head { max-width: 820px; margin-bottom: 32px; }
.ar-section__head h2 {
  font-family: var(--ar-display);
  font-size: clamp(24px, 3.2vw, 34px); margin-bottom: 10px;
}
.ar-section__head p { margin: 0; color: var(--ar-muted); }

.ar-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ar-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.ar-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }

.ar-card {
  background: var(--ar-surface); border: 1px solid var(--ar-border);
  border-radius: 18px; padding: 20px; overflow: hidden;
  transition: transform .25s, border-color .25s;
}
.ar-card:hover { transform: translateY(-3px); border-color: rgba(0,119,255,.45); }
.ar-card h3 { font-size: 17px; margin-bottom: 8px; }
.ar-card p, .ar-card li { color: var(--ar-muted); font-size: 14px; }
.ar-card ul { display: grid; gap: 8px; margin-top: 10px; }
.ar-card li { position: relative; padding-left: 14px; color: var(--ar-body); }
.ar-card li::before {
  content: ""; position: absolute; left: 0; top: .7em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--ar-blue);
}
.ar-card__num {
  display: inline-flex; width: 34px; height: 34px; border-radius: 10px;
  align-items: center; justify-content: center;
  background: rgba(0,119,255,.14); color: var(--ar-blue);
  font-family: var(--ar-accent); font-weight: 900; font-size: 13px; margin-bottom: 12px;
}

.ar-media-card { padding: 0; display: flex; flex-direction: column; }
.ar-media-card__img { height: 168px; overflow: hidden; }
.ar-media-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.ar-media-card:hover .ar-media-card__img img { transform: scale(1.05); }

/* mosaic / gallery / portraits — influencer visuals */
.ar-mosaic {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-template-rows: 180px 180px;
  gap: 10px;
  margin: 28px 0 8px;
}
.ar-mosaic__item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  min-height: 0;
}
.ar-mosaic__item--lg { grid-row: 1 / span 2; }
.ar-mosaic__item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .55s ease;
}
.ar-mosaic__item:hover img { transform: scale(1.06); }
.ar-mosaic__cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 14px 12px;
  background: linear-gradient(transparent, rgba(7,11,20,.88));
  font-size: 14px; font-weight: 800; color: #f5e6a8; letter-spacing: .04em;
}
.ar-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.ar-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 4/5;
  border: 1px solid rgba(255,255,255,0.08);
}
.ar-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.ar-gallery__item:hover img { transform: scale(1.05); }
.ar-gallery__item span {
  position: absolute; left: 10px; bottom: 10px;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(7,11,20,.72); backdrop-filter: blur(6px);
  font-size: 13px; font-weight: 800; color: #e8eef8;
}
.ar-portraits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.ar-portrait {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  background: var(--ar-surface);
  border: 1px solid var(--ar-border);
}
.ar-portrait img {
  width: 140px; height: 140px; border-radius: 14px; object-fit: cover;
}
.ar-portrait h3 { font-size: 16px; margin-bottom: 6px; }
.ar-portrait p { margin: 0; font-size: 14px; color: var(--ar-muted); }
.ar-band-photo {
  position: relative;
  margin: 36px 0 8px;
  border-radius: 20px;
  overflow: hidden;
  min-height: 220px;
  border: 1px solid rgba(255,255,255,0.08);
}
.ar-band-photo img { width: 100%; height: 260px; object-fit: cover; }
.ar-band-photo__text {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px 28px 24px;
  background: linear-gradient(90deg, rgba(7,11,20,.88) 0%, rgba(7,11,20,.35) 70%, transparent);
}
.ar-band-photo__text h3 {
  font-family: var(--ar-display); font-size: clamp(20px, 3vw, 28px); margin-bottom: 8px;
}
.ar-band-photo__text p { margin: 0; max-width: 520px; color: var(--ar-body); font-size: 14px; }
.ar-media-card__body { padding: 16px 18px 18px; }

.ar-split {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: center;
}
.ar-split--flip { grid-template-columns: .95fr 1.05fr; }
.ar-split--flip .ar-split__media { order: 2; }
.ar-split__media {
  position: relative; border-radius: 20px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.1); min-height: 260px;
}
.ar-split__media img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.ar-split__tag {
  position: absolute; left: 12px; bottom: 12px; padding: 6px 10px; border-radius: 999px;
  background: rgba(7,11,20,.8); border: 1px solid rgba(201,162,39,.4);
  color: #f5e6a8; font-size: 14px; font-weight: 800;
}
.ar-prose { color: var(--ar-body); font-size: 15px; }
.ar-prose p { margin: 0 0 12px; }
.ar-prose strong { color: #fff; }

.ar-callout {
  margin-top: 12px; padding: 12px 14px; border-radius: 12px;
  background: var(--ar-gold-soft); border: 1px solid rgba(201,162,39,.35);
  color: #f5e6a8; font-weight: 800; font-size: 14px;
}
.ar-income {
  margin-top: 20px; padding: 18px; border-radius: 16px;
  background: rgba(0,119,255,.08); border: 1px dashed rgba(0,119,255,.35);
}
.ar-income h4 { margin-bottom: 10px; font-size: 15px; }
.ar-income p { margin: 0 0 6px; color: var(--ar-body); font-size: 14px; font-weight: 700; }

.ar-check li {
  padding: 12px 14px 12px 40px; position: relative; margin-bottom: 10px;
  border-radius: 12px; background: rgba(0,119,255,.08); border: 1px solid rgba(0,119,255,.18);
  color: var(--ar-body); font-size: 14px; font-weight: 600;
}
.ar-check li::before {
  content: "✓"; position: absolute; left: 14px; top: 12px; color: var(--ar-gold); font-weight: 900;
}

.ar-warn {
  padding: 18px 20px; border-radius: 16px;
  background: rgba(255,90,106,.08); border: 1px solid rgba(255,90,106,.28);
}
.ar-warn h3 { color: #ffb4bc; margin-bottom: 10px; font-size: 16px; }
.ar-warn li {
  position: relative; padding-left: 16px; margin-bottom: 8px;
  color: var(--ar-body); font-size: 13px;
}
.ar-warn li::before {
  content: ""; position: absolute; left: 0; top: .65em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--ar-danger);
}

.ar-cta-band {
  padding: 56px 0; text-align: center;
  background: linear-gradient(120deg, rgba(0,71,187,.4), rgba(201,162,39,.22));
  border-block: 1px solid rgba(255,255,255,.08);
}
.ar-cta-band h2 {
  font-family: var(--ar-display);
  font-size: clamp(22px, 3vw, 32px); margin-bottom: 12px;
}
.ar-cta-band p { margin: 0 auto 22px; max-width: 720px; color: var(--ar-body); }

.ar-form {
  max-width: 560px; margin: 0 auto; text-align: left;
  padding: 22px; border-radius: 20px; background: var(--ar-surface);
  border: 1px solid var(--ar-border);
}
.ar-form label { display: block; font-size: 14px; font-weight: 800; color: var(--ar-muted); margin-bottom: 6px; }
.ar-form input, .ar-form select, .ar-form textarea {
  width: 100%; margin-bottom: 14px; padding: 12px 14px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.25); color: #fff;
  font: inherit;
}
.ar-form textarea { min-height: 90px; resize: vertical; }
.ar-form__note { font-size: 14px; color: var(--ar-muted); margin-top: 8px; }
.ar-form__msg {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 700;
  min-height: 1.2em;
  color: var(--ar-muted);
}
.ar-form__msg.is-ok { color: #7dffd0; }
.ar-form__msg.is-err { color: #ff8a98; }

.ar-related {
  padding: 48px 0; border-top: 1px solid rgba(255,255,255,.06);
}
.ar-related__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ar-related a {
  display: block; padding: 16px; border-radius: 14px;
  background: var(--ar-surface); border: 1px solid var(--ar-border);
}
.ar-related a:hover { border-color: rgba(201,162,39,.45); }
.ar-related strong { display: block; margin-bottom: 4px; font-size: 14px; }
.ar-related span { font-size: 14px; color: var(--ar-muted); }

.ar-footer {
  padding: 36px 0 28px; background: #050910; border-top: 1px solid rgba(255,255,255,.06);
}
.ar-footer__copy { color: var(--ar-muted); font-size: 14px; line-height: 1.8; margin-top: 16px; }
.ar-footer__hub { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.ar-footer__hub a {
  padding: 7px 12px; border-radius: 999px; font-size: 14px; font-weight: 800;
  border: 1px solid rgba(0,119,255,.35); background: rgba(0,119,255,.1); color: #cfe3ff;
}

.ar-reveal { opacity: 0; transform: translateY(20px); transition: .7s ease; }
.ar-reveal.is-in { opacity: 1; transform: none; }

.ar-sticky {
  position: sticky; bottom: 0; z-index: 60;
  padding: 10px 0; background: rgba(5,9,16,.94); backdrop-filter: blur(10px);
  border-top: 1px solid rgba(201,162,39,.35);
}
.ar-sticky__inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px;
}
.ar-sticky__text { font-size: 14px; color: var(--ar-muted); font-weight: 700; }
.ar-sticky__text strong { display: block; color: #fff; font-size: 14px; margin-bottom: 2px; }
.ar-sticky__actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.ar-sticky__actions .zj-member-entry {
  min-height: 40px;
  border-radius: 999px;
}

/* 会员登录（与官网 / 拼夕夕同款 zhijia-member） */
.ar-header .zj-member-entry--header {
  flex: 0 0 auto;
  margin-left: 4px;
}
.ar-header .zj-member-entry--header,
.ar-actions .zj-member-entry,
.ar-sticky__actions .zj-member-entry {
  display: inline-flex !important;
}
@media (min-width: 981px) {
  .ar-nav .zj-member-entry { display: none !important; }
}

/* campus extras */
.ar-badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 18px; }
.ar-badge {
  padding: 6px 12px; border-radius: 999px; font-size: 14px; font-weight: 800;
  background: rgba(0, 180, 140, 0.12); border: 1px solid rgba(0, 180, 140, 0.35); color: #7dffd0;
}
.ar-badge--gold {
  background: var(--ar-gold-soft); border-color: rgba(201,162,39,.45); color: #f5e6a8;
}

/* 三站互链切换条 */
.ar-switch {
  background: #0a1220;
  border-bottom: 1px solid rgba(0, 119, 255, 0.22);
  padding: 8px 0;
}
.ar-switch__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.ar-switch__label {
  font-size: 13px;
  font-weight: 800;
  color: var(--ar-muted);
  letter-spacing: 0.06em;
  margin-right: 4px;
}
.ar-switch a {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ar-body);
  white-space: nowrap;
}
.ar-switch a:hover {
  border-color: rgba(0, 119, 255, 0.45);
  color: #fff;
}
.ar-switch a.is-on {
  background: var(--ar-blue);
  border-color: transparent;
  color: #fff;
}

/* 侧滑抽屉站：禁用顶栏内联展开（与其它 about 站一致） */
@media (max-width: 980px) {
  .ar-header.ar-header--drawer .ar-nav,
  .ar-header.ar-header--drawer .ar-cta,
  .ar-header.ar-header--drawer.is-open .ar-nav,
  .ar-header.ar-header--drawer.is-open .ar-cta {
    display: none !important;
  }
  .ar-header.ar-header--drawer .gsc-mobile-lang {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .ar-nav, .ar-cta { display: none; }
  .ar-header__inner { overflow: hidden; flex-wrap: nowrap !important; gap: 6px; }
  .ar-brand { min-width: 0; flex: 1 1 auto; overflow: hidden; }
  .ar-menu { display: inline-flex; margin-left: 0; order: 99; flex: 0 0 40px; width: 40px; min-width: 40px; }
  .ar-header .zj-member-entry--header {
    display: none !important;
    min-height: 34px;
    padding: 0 12px;
    font-size: 14px;
    order: 2;
    margin-left: auto;
  }
  .ar-header.is-open .ar-nav {
    display: flex; flex-direction: column; width: 100%; order: 10; padding: 8px 0;
  }
  .ar-header.is-open .ar-nav .zj-member-entry {
    display: inline-flex !important;
    width: 100%;
    justify-content: center;
    margin-top: 6px;
  }
  .ar-header.is-open .ar-cta {
    display: inline-flex; width: 100%; order: 11; justify-content: center; margin-bottom: 8px;
  }
  .ar-header__inner { flex-wrap: wrap; }
  .ar-grid-4, .ar-grid-3 { grid-template-columns: 1fr 1fr; }
  .ar-related__grid { grid-template-columns: 1fr 1fr; }
  .ar-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 160px 160px 160px; }
  .ar-mosaic__item--lg { grid-row: auto; grid-column: 1 / -1; min-height: 200px; }
  .ar-gallery { grid-template-columns: 1fr 1fr; }
  .ar-portraits { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .wrap { width: min(100% - 28px, var(--ar-max)); }
  .ar-grid-4, .ar-grid-3, .ar-grid-2, .ar-split, .ar-split--flip, .ar-related__grid { grid-template-columns: 1fr; }
  .ar-split--flip .ar-split__media { order: 0; }
  .ar-mosaic { grid-template-columns: 1fr; grid-template-rows: none; }
  .ar-mosaic__item { min-height: 180px; }
  .ar-portrait { grid-template-columns: 100px 1fr; }
  .ar-portrait img { width: 100px; height: 100px; }
  .ar-band-photo img { height: 200px; }
}

.ec-menu svg, .sc-menu-btn svg, .ar-menu svg { display:block; width:22px; height:22px; }
.ec-menu, .sc-menu-btn, .ar-menu { align-items:center; justify-content:center; }


@media (max-width: 1100px) {
  .ar-header .gsc-lang-dd--header,
  .ar-header .zj-member-entry--header { display: none !important; }
}
