:root {
  --navy: #0c1733;
  --navy-2: #111f43;
  --ink: #16213a;
  --muted: #64708a;
  --line: #dce3ef;
  --cloud: #f7f9fc;
  --blue: #3b82f6;
  --sky: #5cb6ef;
  --yellow: #ffd522;
  --coral: #ff6b5e;
  --white: #ffffff;
  --green: #34c78b;
  --shadow: 0 28px 80px rgba(12, 23, 51, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid rgba(220, 227, 239, 0.72);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
}

.brand-mark {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff8d8;
  border: 1px solid rgba(255, 213, 34, 0.45);
}

.brand-mark img {
  position: absolute;
  width: 82px;
  max-width: none;
  height: auto;
  left: -18px;
  top: -10px;
}

.brand-word {
  display: flex;
  align-items: baseline;
  gap: 4px;
  letter-spacing: -0.04em;
}

.brand-word strong {
  font-size: 18px;
  color: var(--navy);
}

.brand-word em {
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  color: var(--blue);
  letter-spacing: 0.05em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 700;
  color: #44506a;
}

.desktop-nav a {
  position: relative;
  padding: 28px 0;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 19px;
  height: 2px;
  background: var(--yellow);
  transition: right 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  right: 0;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 24px;
  border: 0;
  border-radius: 13px;
  background: var(--yellow);
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 32px rgba(255, 213, 34, 0.22);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 17px 36px rgba(255, 213, 34, 0.34);
  background: #ffe052;
}

.button-small {
  min-height: 42px;
  padding: 0 17px;
  gap: 12px;
  border-radius: 11px;
  font-size: 12px;
}

.language-switch {
  width: 44px;
  height: 42px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: white;
  color: var(--navy);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.language-switch:hover,
.language-switch:focus-visible {
  transform: translateY(-2px);
  border-color: var(--blue);
  background: #eef5ff;
  color: var(--blue);
}

.mobile-nav {
  display: none;
  position: relative;
}

.mobile-nav summary {
  list-style: none;
  width: 42px;
  height: 42px;
  display: grid;
  place-content: center;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 11px;
  cursor: pointer;
}

.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { width: 18px; height: 2px; background: var(--navy); }
.mobile-nav nav {
  position: absolute;
  right: 0;
  top: 50px;
  width: 220px;
  padding: 12px;
  display: grid;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
  box-shadow: var(--shadow);
}
.mobile-nav nav a { padding: 12px; border-radius: 10px; font-size: 14px; font-weight: 700; }
.mobile-nav nav a:hover { background: var(--cloud); }

.hero {
  position: relative;
  min-height: 790px;
  padding: 148px 0 86px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 213, 34, 0.18), transparent 27%),
    radial-gradient(circle at 92% 22%, rgba(92, 182, 239, 0.22), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}

.hero-grid-bg {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(12, 23, 51, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 23, 51, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(470px, 0.98fr);
  align-items: center;
  gap: 48px;
}

.eyebrow,
.section-index,
.route-label,
.board-kicker,
.form-topline,
.performance-copy > span,
.terms-card > span {
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: #3d4d6c;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(52, 199, 139, 0.12);
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(50px, 5.25vw, 76px);
  line-height: 1.06;
  letter-spacing: -0.07em;
  font-weight: 900;
}

.hero h1 span {
  display: block;
  color: var(--blue);
}

.hero-en {
  margin: 24px 0 0;
  color: var(--navy);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero-body {
  max-width: 650px;
  margin: 17px 0 0;
  color: #58647d;
  font-size: 16px;
  line-height: 1.85;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

.text-link span { color: var(--blue); }

.hero-chips {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.hero-chips span {
  padding: 8px 11px;
  border: 1px solid #d9e1ee;
  border-radius: 999px;
  background: rgba(255,255,255,0.76);
  color: #5a6680;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hero-visual {
  position: relative;
  min-height: 530px;
  display: grid;
  place-items: center;
}

.visual-orbit {
  position: absolute;
  border: 1px dashed rgba(59, 130, 246, 0.27);
  border-radius: 50%;
}
.orbit-one { width: 510px; height: 510px; }
.orbit-two { width: 380px; height: 380px; border-color: rgba(255, 213, 34, 0.42); transform: rotate(21deg); }

.signal-board {
  position: absolute;
  z-index: 2;
  width: min(470px, 88%);
  min-height: 390px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 26px;
  background: linear-gradient(145deg, #0b1631, #14254d);
  color: white;
  box-shadow: 0 34px 70px rgba(12, 23, 51, 0.28);
  transform: rotate(-2deg);
}

.signal-board header,
.signal-board footer,
.playable-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.signal-board header > div { display: grid; gap: 7px; }
.board-kicker { color: #7f98c9; }
.signal-board header strong { font-size: 17px; letter-spacing: -0.02em; }
.live-pill { padding: 7px 9px; border: 1px solid rgba(52,199,139,0.32); border-radius: 999px; color: #74e8b9; font-size: 9px; font-weight: 850; }
.live-pill i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--green); }

.board-metrics {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.board-metrics div {
  padding: 13px;
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 13px;
  background: rgba(255,255,255,0.05);
}
.board-metrics span { color: #8796b8; font-size: 8px; text-transform: uppercase; letter-spacing: 0.08em; }
.board-metrics strong { font-size: 13px; }

.market-signal-list { margin-top: 22px; display: grid; gap: 14px; }
.market-signal-list > div { display: grid; grid-template-columns: 30px 1fr 80px; align-items: center; gap: 10px; }
.market-signal-list b { font-size: 11px; }
.market-signal-list span { height: 6px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,0.08); }
.market-signal-list i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--sky)); }
.market-signal-list em { font-style: normal; color: #afbdd9; font-size: 10px; text-align: right; }
.signal-board footer { margin-top: 23px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,0.08); color: #8d9cbb; font-size: 9px; text-transform: uppercase; letter-spacing: 0.06em; }

.playable-card {
  position: absolute;
  z-index: 4;
  left: -2px;
  bottom: 0;
  width: 205px;
  padding: 17px;
  border: 1px solid #e3e8f1;
  border-radius: 23px;
  background: white;
  box-shadow: var(--shadow);
  transform: rotate(4deg);
}
.playable-topline span { font-size: 8px; font-weight: 850; letter-spacing: 0.08em; color: var(--blue); }
.playable-topline b { color: var(--muted); font-size: 9px; }
.mini-game { height: 110px; margin: 13px 0; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 6px; padding: 14px; border-radius: 16px; background: linear-gradient(150deg, #f0f6ff, #fff7cf); }
.reel { height: 50px; display: grid; place-items: center; border-radius: 9px; background: white; box-shadow: 0 7px 16px rgba(12,23,51,0.08); color: var(--coral); font-size: 22px; font-weight: 900; font-style: normal; }
.reel-two { color: var(--yellow); transform: translateY(-9px); }
.playable-card > strong { display: block; font-size: 12px; color: var(--navy); }
.tap-hint { margin-top: 11px; padding: 9px 10px; display: flex; justify-content: space-between; border-radius: 10px; background: var(--yellow); color: var(--navy); font-size: 8px; font-weight: 900; letter-spacing: 0.07em; }

.logo-badge {
  position: absolute;
  z-index: 5;
  right: -4px;
  top: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px 8px 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  box-shadow: 0 20px 50px rgba(12,23,51,0.16);
}
.brand-mark-large { width: 50px; height: 50px; }
.brand-mark-large img { width: 90px; left: -20px; top: -11px; }
.logo-badge > span:last-child { display: grid; gap: 3px; }
.logo-badge b { font-size: 10px; color: var(--navy); }
.logo-badge small { font-size: 8px; color: var(--muted); }

.market-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
}
.market-strip-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 18px; overflow: hidden; }
.market-strip span { color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: 0.13em; white-space: nowrap; }
.market-strip b { color: #63708a; font-size: 12px; white-space: nowrap; }
.market-strip i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: var(--yellow); }

.section { padding: 112px 0; }
.section-head { margin-bottom: 52px; }
.split-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr); align-items: end; gap: 60px; }
.section-index { color: var(--blue); }
.section-index.light { color: #79b9ff; }
.section-head h2,
.loop-title h2,
.contact-copy h2 {
  margin: 17px 0 0;
  color: var(--navy);
  font-size: clamp(34px, 3.25vw, 50px);
  line-height: 1.15;
  letter-spacing: -0.042em;
  font-weight: 850;
  text-wrap: balance;
}
.section-head h2 { max-width: 760px; }
.heading-line { display: block; }
.heading-line + .heading-line { margin-top: 3px; }
.cooperation-section .section-head h2 { max-width: 720px; font-size: clamp(34px, 3.1vw, 48px); }
.section-intro { padding-bottom: 4px; }
.section-intro p,
.markets-head > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.section-intro span { display: block; margin-top: 19px; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: 0.11em; }

.traffic-section { background: var(--white); }
.traffic-layout { display: grid; grid-template-columns: 1.45fr 0.55fr; gap: 22px; }
.traffic-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.traffic-card {
  position: relative;
  min-height: 360px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--cloud);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.traffic-card:hover { transform: translateY(-6px); border-color: #bed2f5; box-shadow: 0 24px 50px rgba(12,23,51,0.09); }
.card-number { position: absolute; right: 20px; top: 18px; color: #a9b4c9; font-size: 10px; font-weight: 850; }
.supply-icon { width: 76px; height: 76px; margin: 34px 0 46px; position: relative; }
.owned-icon i { position: absolute; bottom: 0; width: 18px; border-radius: 6px 6px 2px 2px; background: var(--blue); }
.owned-icon i:nth-child(1) { left: 0; height: 35px; opacity: 0.45; }
.owned-icon i:nth-child(2) { left: 27px; height: 55px; }
.owned-icon i:nth-child(3) { left: 54px; height: 72px; background: var(--yellow); }
.partner-icon i { position: absolute; width: 45px; height: 45px; border: 8px solid var(--blue); border-radius: 50%; }
.partner-icon i:first-child { left: 0; top: 8px; }
.partner-icon i:last-child { right: 0; bottom: 0; border-color: var(--yellow); }
.interactive-icon { display: grid; place-items: center; border-radius: 22px; background: var(--navy); transform: rotate(-6deg); }
.interactive-icon i { color: var(--yellow); font-size: 30px; font-style: normal; transform: rotate(6deg); }
.traffic-card h3 { margin: 0; color: var(--navy); font-size: 20px; letter-spacing: -0.03em; }
.traffic-card p { min-height: 92px; margin: 15px 0 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.traffic-card em { display: inline-flex; margin-top: 22px; color: var(--blue); font-size: 9px; font-style: normal; font-weight: 850; letter-spacing: 0.1em; }

.supply-route {
  min-height: 360px;
  padding: 24px;
  border-radius: 22px;
  background: var(--navy);
  color: white;
}
.route-label { margin-bottom: 24px; color: #7588b4; }
.route-node { display: flex; align-items: center; gap: 14px; padding: 13px; border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; background: rgba(255,255,255,0.045); }
.route-node > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; background: white; color: var(--navy); font-size: 9px; font-weight: 900; }
.route-node > div { display: grid; gap: 4px; }
.route-node strong { font-size: 11px; }
.route-node small { color: #8495b8; font-size: 9px; }
.route-node-blue > span { background: var(--blue); color: white; }
.route-node-yellow > span { background: var(--yellow); }
.route-line { display: block; width: 1px; height: 19px; margin-left: 30px; position: relative; background: #3b4e77; }
.route-line b { position: absolute; bottom: 0; left: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--sky); }
.supply-route > p { margin: 18px 0 0; color: #96a5c3; font-size: 10px; line-height: 1.6; }

.placement-showcase {
  margin-top: 78px;
  padding-top: 48px;
  border-top: 1px solid var(--line);
}
.placement-showcase-head {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 0.72fr);
  align-items: end;
  gap: 72px;
}
.placement-kicker {
  display: block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.placement-showcase-head h3 {
  margin: 13px 0 0;
  color: var(--navy);
  font-size: clamp(30px, 3.1vw, 42px);
  line-height: 1.16;
  letter-spacing: -0.04em;
}
.placement-showcase-head p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.placement-gallery {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.placement-gallery:focus-visible { outline: 3px solid rgba(59, 130, 246, 0.35); outline-offset: 7px; border-radius: 8px; }
.placement-card { min-width: 0; margin: 0; }
.placement-media {
  position: relative;
  display: block;
  aspect-ratio: 720 / 1279;
  overflow: hidden;
  border: 1px solid #cdd8e9;
  border-radius: 20px;
  background: var(--navy);
  box-shadow: 0 18px 42px rgba(12, 23, 51, 0.13);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.placement-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(7, 14, 32, 0.62));
}
.placement-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 300ms ease;
}
.placement-card:hover .placement-media {
  transform: translateY(-5px);
  border-color: #9dbcf0;
  box-shadow: 0 25px 52px rgba(12, 23, 51, 0.2);
}
.placement-card:hover .placement-media img { transform: scale(1.025); }
.placement-media:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.placement-number,
.placement-format {
  position: absolute;
  z-index: 2;
  font-weight: 900;
}
.placement-number {
  top: 12px;
  left: 12px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--yellow);
  color: var(--navy);
  font-size: 10px;
  box-shadow: 0 8px 18px rgba(12, 23, 51, 0.18);
}
.placement-format {
  left: 13px;
  right: 13px;
  bottom: 13px;
  color: white;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.placement-card figcaption {
  margin: 15px 3px 0;
  display: grid;
  gap: 6px;
}
.placement-card figcaption strong {
  color: var(--navy);
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.placement-card figcaption span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.placement-disclaimer {
  margin: 24px 0 0;
  color: #7b879c;
  font-size: 13px;
  line-height: 1.65;
}
.placement-disclaimer::before { content: "※ "; color: var(--blue); font-weight: 900; }

.markets-section { background: var(--navy); color: white; }
.markets-head { display: grid; grid-template-columns: 1fr 0.58fr; align-items: end; gap: 90px; }
.markets-head h2 { color: white; }
.markets-head > p { color: #9ba8c3; }
.market-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.market-card { min-height: 350px; padding: 24px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,0.11); border-radius: 21px; background: rgba(255,255,255,0.045); transition: transform 200ms ease, background 200ms ease; }
.market-card:hover { transform: translateY(-5px); background: rgba(255,255,255,0.075); }
.market-card.featured { border-color: rgba(255,213,34,0.5); background: linear-gradient(150deg, rgba(255,213,34,0.16), rgba(255,255,255,0.05)); }
.market-card header { display: flex; justify-content: space-between; align-items: center; }
.country-code { color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: 0.13em; }
.market-card header em { padding: 6px 8px; border-radius: 999px; background: var(--yellow); color: var(--navy); font-size: 7px; font-style: normal; font-weight: 900; letter-spacing: 0.07em; }
.market-card h3 { margin: 27px 0 0; font-size: 25px; letter-spacing: -0.04em; }
.country-cn { margin-top: 4px; color: #8999ba; font-size: 11px; }
.market-card dl { margin: 30px 0 0; display: grid; }
.market-card dl > div { padding: 12px 0; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.market-card dt { color: #8796b5; font-size: 9px; }
.market-card dd { margin: 0; color: white; font-size: 16px; font-weight: 850; }
.market-card dd small { margin-left: 3px; color: #6e80a5; font-size: 8px; }
.market-card > a { margin-top: auto; padding-top: 22px; display: flex; justify-content: space-between; color: #b8c5df; font-size: 10px; font-weight: 800; }
.market-card > a span { color: var(--yellow); }
.market-note { margin: 20px 0 0; color: #6f80a5; font-size: 9px; }

.loop-section { background: var(--cloud); }
.loop-title { text-align: center; }
.loop-title h2 span { color: var(--blue); }
.loop-title > p { margin: 18px 0 0; color: var(--muted); }
.loop-grid { position: relative; margin-top: 64px; display: grid; grid-template-columns: repeat(5, 1fr); }
.loop-grid::before { content: ""; position: absolute; left: 10%; right: 10%; top: 61px; height: 2px; background: linear-gradient(90deg, var(--yellow), var(--blue)); }
.loop-card { position: relative; min-height: 285px; padding: 0 18px; text-align: center; }
.loop-no { color: #a2adbf; font-size: 9px; font-weight: 850; }
.loop-dot { position: relative; z-index: 2; width: 38px; height: 38px; margin: 29px auto 32px; display: grid; place-items: center; border: 8px solid var(--cloud); border-radius: 50%; background: var(--navy); }
.loop-dot i { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.loop-card > strong { display: block; color: var(--blue); font-size: 9px; letter-spacing: 0.04em; text-transform: uppercase; }
.loop-card h3 { margin: 9px 0 0; color: var(--navy); font-size: 18px; }
.loop-card p { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

.performance-panels { margin-top: 54px; display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 18px; }
.report-panel { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 24px 60px rgba(12,23,51,0.08); }
.report-panel > header { display: flex; justify-content: space-between; gap: 20px; }
.report-panel > header div { display: grid; gap: 7px; }
.report-panel header span { color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: 0.09em; }
.report-panel header strong { color: var(--navy); font-size: 23px; }
.report-panel header em { height: fit-content; padding: 8px 11px; border-radius: 999px; background: #eafaf4; color: #26996d; font-size: 9px; font-style: normal; font-weight: 850; letter-spacing: 0.07em; }
.report-panel header em i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: var(--green); }
.report-table { margin-top: 28px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.report-row { min-height: 58px; padding: 0 18px; display: grid; grid-template-columns: 1.4fr 0.9fr 0.55fr; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); }
.report-row:last-child { border-bottom: 0; }
.report-row b { color: var(--ink); font-size: 12.5px; }
.report-row span { color: var(--muted); font-size: 11.5px; }
.report-row em { width: fit-content; padding: 5px 9px; border-radius: 999px; font-size: 8.5px; font-style: normal; font-weight: 800; }
.report-head { min-height: 41px; background: var(--cloud); }
.report-head span { color: #8f9bad; font-size: 8.5px; font-weight: 850; }
.trend-blue { color: var(--blue); background: #eef5ff; }
.trend-green { color: #26996d; background: #eafaf4; }
.trend-yellow { color: #947500; background: #fff8d6; }
.report-panel > footer { margin-top: 18px; color: #7f8ba0; font-size: 11px; }

.performance-copy { padding: 42px; border-radius: 24px; background: var(--navy); color: white; }
.performance-copy > span { color: #7f95c5; font-size: 12px; }
.performance-copy h3 { margin: 19px 0 0; font-size: 30px; line-height: 1.25; letter-spacing: -0.035em; }
.performance-copy ul { margin: 33px 0 0; padding: 0; list-style: none; display: grid; gap: 25px; }
.performance-copy li { padding-left: 22px; position: relative; display: grid; gap: 7px; }
.performance-copy li::before { content: ""; position: absolute; left: 0; top: 6px; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); }
.performance-copy li b { font-size: 14px; }
.performance-copy li small { color: #a0afd0; font-size: 12px; line-height: 1.6; }

.cooperation-section { background: white; }
.model-grid { display: grid; grid-template-columns: 1fr 1fr 0.83fr; gap: 15px; }
.model-card,
.terms-card { min-height: 395px; padding: 28px; border: 1px solid var(--line); border-radius: 23px; background: var(--cloud); }
.model-card.recommended { border-color: rgba(255,213,34,0.8); background: linear-gradient(145deg, #fff9d8, #fffdf3); }
.model-card header { display: flex; justify-content: space-between; align-items: center; }
.model-card header span { padding: 6px 8px; border-radius: 999px; background: white; color: var(--blue); font-size: 7px; font-weight: 850; letter-spacing: 0.08em; }
.model-card.recommended header span { background: var(--yellow); color: var(--navy); }
.model-card header em { color: #a3adbf; font-size: 12px; font-style: normal; font-weight: 850; }
.model-card h3 { margin: 40px 0 0; color: var(--navy); font-size: 24px; letter-spacing: -0.04em; }
.model-card p { min-height: 100px; margin: 17px 0 0; color: var(--muted); font-size: 12px; line-height: 1.72; }
.model-card ul { margin: 20px 0 0; padding: 18px 0 0; list-style: none; display: grid; gap: 12px; border-top: 1px solid var(--line); }
.model-card li { position: relative; padding-left: 19px; color: #46536c; font-size: 11px; }
.model-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.terms-card { background: var(--navy); color: white; }
.terms-card > span { color: #7185b1; }
.terms-card > div { padding: 20px 0; display: grid; gap: 6px; border-bottom: 1px solid rgba(255,255,255,0.09); }
.terms-card small { color: #7185b1; font-size: 8px; letter-spacing: 0.08em; }
.terms-card strong { font-size: 16px; }
.terms-card p { margin: 22px 0 0; color: #8292b2; font-size: 10px; line-height: 1.6; }

.contact-section { position: relative; padding: 112px 0; overflow: hidden; background: var(--navy); color: white; }
.contact-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.contact-orb-one { width: 360px; height: 360px; left: -140px; top: -120px; background: radial-gradient(circle, rgba(59,130,246,0.25), transparent 70%); }
.contact-orb-two { width: 420px; height: 420px; right: -180px; bottom: -210px; background: radial-gradient(circle, rgba(255,213,34,0.19), transparent 70%); }
.contact-layout { position: relative; display: grid; grid-template-columns: 0.85fr 1.15fr; align-items: start; gap: 80px; }
.contact-copy h2 { color: white; }
.contact-copy > p { margin: 23px 0 0; color: #9ba8c3; font-size: 15px; line-height: 1.75; }
.contact-points { margin-top: 43px; display: grid; gap: 15px; }
.contact-points span { display: flex; align-items: center; gap: 13px; color: #c2cce0; font-size: 12px; }
.contact-points b { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #3b4d75; border-radius: 9px; color: var(--yellow); font-size: 8px; }

.telegram-card { padding: 34px; border: 1px solid rgba(255,255,255,0.1); border-radius: 26px; background: white; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,0.22); }
.telegram-topline { display: flex; align-items: center; justify-content: space-between; color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: 0.1em; }
.telegram-topline em { padding: 6px 9px; border-radius: 999px; background: #eaf6ff; color: #229ed9; font-size: 7px; font-style: normal; }
.telegram-identity { margin-top: 30px; display: flex; align-items: center; gap: 18px; }
.telegram-icon { width: 72px; height: 72px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(145deg, #54b9e9, #168bcc); box-shadow: 0 18px 36px rgba(34,158,217,0.24); }
.telegram-icon span { color: white; font-size: 31px; font-weight: 800; transform: translate(-2px, 2px); }
.telegram-identity > div:last-child { display: grid; gap: 7px; }
.telegram-identity small { color: #8894aa; font-size: 10px; }
.telegram-identity strong { color: var(--navy); font-size: clamp(28px, 3.2vw, 42px); letter-spacing: -0.04em; }
.telegram-card > p { margin: 27px 0 0; color: var(--muted); font-size: 12px; line-height: 1.72; }
.telegram-actions { margin-top: 24px; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 10px; }
.telegram-primary,
.telegram-copy { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 0 18px; border-radius: 12px; font-size: 11px; font-weight: 900; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.telegram-primary { background: #229ed9; color: white; box-shadow: 0 13px 30px rgba(34,158,217,0.2); }
.telegram-copy { border: 1px solid var(--line); background: var(--cloud); color: var(--navy); }
.telegram-primary:hover,
.telegram-copy:hover { transform: translateY(-2px); }
.telegram-primary:hover { background: #168fcc; box-shadow: 0 17px 34px rgba(34,158,217,0.28); }
.telegram-copy:hover { border-color: #b8c9e4; background: #eef5ff; }
.telegram-details { margin-top: 17px; padding: 15px 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid var(--line); border-radius: 12px; background: #fbfcfe; }
.telegram-details span { color: #9aa5b8; font-size: 8px; }
.telegram-details b { color: var(--navy); font-size: 9px; text-align: right; }
.copy-status { min-height: 16px; margin-top: 10px !important; color: #23956b !important; font-size: 9px !important; font-weight: 800; }

.site-footer { padding: 44px 0 24px; background: #091127; color: white; }
.footer-main { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 24px; }
.footer-logo { width: 86px; height: 68px; overflow: hidden; border-radius: 14px; background: white; }
.footer-logo img { width: 86px; height: 86px; object-fit: cover; object-position: center 35%; }
.footer-copy strong { font-size: 16px; }
.footer-copy p { margin: 6px 0 0; color: #7485a9; font-size: 10px; }
.site-footer nav { display: flex; gap: 22px; color: #8e9dbb; font-size: 10px; }
.site-footer nav a:hover { color: white; }
.footer-bottom { margin-top: 36px; padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,0.08); color: #526383; font-size: 8px; line-height: 1.6; }

/* Readability pass: subtitles, supporting copy and data labels */
.eyebrow,
.section-index,
.route-label,
.board-kicker,
.performance-copy > span,
.terms-card > span { font-size: 12px; }

.hero-en { font-size: 18px; line-height: 1.55; }
.hero-body { font-size: 18px; line-height: 1.8; }
.hero-chips span { font-size: 11px; padding: 9px 12px; }
.market-strip span { font-size: 11px; }
.market-strip b { font-size: 14px; }

.section-intro p,
.markets-head > p { font-size: 18px; line-height: 1.78; }
.section-intro span { font-size: 11px; }

.signal-board header strong { font-size: 19px; }
.board-metrics span { font-size: 10px; }
.board-metrics strong { font-size: 15px; }
.market-signal-list b { font-size: 12px; }
.market-signal-list em { font-size: 11px; }
.signal-board footer { font-size: 10px; }

.traffic-card p { font-size: 15px; line-height: 1.76; }
.traffic-card em { font-size: 11px; }
.route-node strong { font-size: 13px; }
.route-node small { font-size: 11px; }
.supply-route > p { font-size: 12px; line-height: 1.7; }

.country-code { font-size: 12px; }
.country-cn { font-size: 12px; }
.market-card dt { font-size: 11px; }
.market-card dd { font-size: 18px; }
.market-card dd small { font-size: 10px; }
.market-card > a { font-size: 12px; }
.market-note { font-size: 11px; line-height: 1.65; }

.loop-title > p { font-size: 17px; line-height: 1.7; }
.loop-card > strong { font-size: 11px; }
.loop-card h3 { font-size: 21px; }
.loop-card p { font-size: 14px; line-height: 1.72; }

.model-card header span { font-size: 9px; }
.model-card p { font-size: 15px; line-height: 1.76; }
.model-card li { font-size: 13px; line-height: 1.55; }
.terms-card small { font-size: 10px; }
.terms-card strong { font-size: 18px; }
.terms-card p { font-size: 13px; line-height: 1.7; }

.contact-copy > p { font-size: 17px; line-height: 1.78; }
.contact-points span { font-size: 14px; }
.contact-points b { width: 34px; height: 34px; font-size: 10px; }
.telegram-topline { font-size: 10px; }
.telegram-topline em { font-size: 9px; }
.telegram-identity small { font-size: 12px; }
.telegram-card > p { font-size: 14px; line-height: 1.76; }
.telegram-primary,
.telegram-copy { font-size: 13px; }
.telegram-details span { font-size: 10px; }
.telegram-details b { font-size: 11px; }
.copy-status { font-size: 10px !important; }

.footer-copy p { font-size: 11px; line-height: 1.6; }
.site-footer nav { font-size: 11px; }
.footer-bottom { font-size: 9.5px; line-height: 1.7; }

.reveal { animation: revealUp 700ms both; }
.delay-1 { animation-delay: 90ms; }
.delay-2 { animation-delay: 180ms; }
.delay-3 { animation-delay: 270ms; }

@keyframes revealUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1080px) {
  .hero-layout { grid-template-columns: 1fr 0.9fr; gap: 20px; }
  .hero h1 { font-size: 56px; }
  .traffic-layout { grid-template-columns: 1fr; }
  .placement-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .supply-route { display: grid; grid-template-columns: repeat(5, auto); align-items: center; gap: 12px; min-height: auto; }
  .route-label, .supply-route > p { grid-column: 1 / -1; }
  .route-line { width: 25px; height: 1px; margin: 0; }
  .model-grid { grid-template-columns: 1fr 1fr; }
  .terms-card { grid-column: 1 / -1; min-height: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .terms-card > span, .terms-card > p { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 32px, 680px); }
  .desktop-nav, .header-inner > .button-small { display: none; }
  .mobile-nav { display: block; }
  .hero { padding-top: 128px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-body { margin-inline: auto; }
  .hero-actions, .hero-chips { justify-content: center; }
  .hero-visual { margin-top: 24px; min-height: 540px; }
  .signal-board { width: min(480px, 90%); }
  .playable-card { left: 6%; }
  .logo-badge { right: 5%; }
  .market-strip-inner { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .section { padding: 86px 0; }
  .split-head, .markets-head, .contact-layout { grid-template-columns: 1fr; gap: 28px; }
  .section-intro { max-width: 580px; }
  .placement-showcase-head { grid-template-columns: 1fr; gap: 18px; }
  .placement-showcase-head p { max-width: 650px; }
  .placement-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .traffic-cards, .market-grid { grid-template-columns: repeat(2, 1fr); }
  .market-card { min-height: 330px; }
  .loop-grid { grid-template-columns: 1fr; gap: 0; }
  .loop-grid::before { left: 18px; top: 25px; bottom: 25px; right: auto; width: 2px; height: auto; }
  .loop-card { min-height: auto; padding: 16px 0 24px 65px; text-align: left; }
  .loop-no { display: none; }
  .loop-dot { position: absolute; left: 0; top: 10px; margin: 0; }
  .performance-panels { grid-template-columns: 1fr; }
  .contact-copy { text-align: center; }
  .contact-points { width: fit-content; margin-inline: auto; text-align: left; }
  .footer-main { grid-template-columns: 80px 1fr; }
  .site-footer nav { grid-column: 1 / -1; flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, 520px); }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-mark img { width: 76px; left: -17px; top: -9px; }
  .brand-word strong { font-size: 16px; }
  .language-switch { width: 40px; height: 40px; }
  .hero { min-height: 0; padding: 110px 0 62px; }
  .hero h1 { font-size: clamp(39px, 11.6vw, 52px); }
  .hero-en { font-size: 14px; }
  .hero-body { font-size: 14px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 480px; }
  .visual-orbit { display: none; }
  .signal-board { width: 96%; padding: 18px; transform: rotate(0); }
  .board-metrics { grid-template-columns: 1fr 1fr; }
  .board-metrics div:last-child { display: none; }
  .market-signal-list > div { grid-template-columns: 25px 1fr 65px; }
  .playable-card { width: 165px; bottom: -10px; left: 0; }
  .mini-game { height: 85px; padding: 10px; }
  .reel { height: 42px; font-size: 18px; }
  .logo-badge { top: 8px; right: -3px; }
  .section { padding: 72px 0; }
  .section-head h2, .loop-title h2, .contact-copy h2 { font-size: 33px; line-height: 1.2; letter-spacing: -0.035em; }
  .heading-line + .heading-line { margin-top: 1px; }
  .placement-showcase { margin-top: 54px; padding-top: 36px; }
  .placement-showcase-head h3 { font-size: 30px; }
  .placement-showcase-head p { font-size: 15px; }
  .placement-gallery {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(78vw, 310px);
    gap: 14px;
    overflow-x: auto;
    padding: 2px 2px 16px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }
  .placement-gallery::-webkit-scrollbar { display: none; }
  .placement-card { scroll-snap-align: start; }
  .traffic-cards, .market-grid, .model-grid { grid-template-columns: 1fr; }
  .traffic-card { min-height: 330px; }
  .supply-route { display: block; }
  .route-line { width: 1px; height: 19px; margin-left: 30px; }
  .market-card { min-height: 320px; }
  .report-panel, .performance-copy, .telegram-card { padding: 20px; }
  .report-panel header em { display: none; }
  .report-row { grid-template-columns: 1.3fr 0.7fr; }
  .report-row > *:last-child { display: none; }
  .terms-card { grid-column: auto; display: block; }
  .telegram-actions { grid-template-columns: 1fr; }
  .telegram-details { align-items: flex-start; flex-direction: column; }
  .telegram-details b { text-align: left; }
  .footer-main { grid-template-columns: 72px 1fr; }
  .footer-logo { width: 68px; height: 58px; }
  .footer-logo img { width: 68px; height: 68px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
