/* Mamba Chatting — /chatting
   Layer on top of site.css. Same v7 PLATINUM language: dark navy, one platinum accent,
   sharp 2px edges, Bebas + Space Grotesk + Inter + JetBrains Mono.
   Everything is prefixed .ch-* so it can never collide with the main marketing page. */

.ch-body {
  --sec-y: clamp(64px, 8vw, 104px);   /* one vertical rhythm for every section */
}

.ch-brand-thin { font-weight: 400; opacity: 0.55; margin-left: 6px; }
.ch-plat {
  background: var(--plat); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.ch-eyebrow-light { color: rgba(255,255,255,0.88) !important; }
.ch-h2-light { color: #fff; }
.ch-nav-cross { color: var(--acc) !important; }
.ch-btn-ic { width: 17px; height: 17px; }

.ch-bar {
  display: block; width: 100%; max-width: 110px; height: 6px;
  background: rgba(255,255,255,0.09); border-radius: var(--radius); overflow: hidden;
}
.ch-bar i { display: block; height: 100%; background: var(--plat); }

/* ================= HERO ================= */
.ch-hero {
  position: relative; overflow: hidden;
  padding: clamp(56px, 7vw, 92px) 0 var(--sec-y);
}
.ch-hero-mamba {
  position: absolute; top: 50%; right: -12%; width: min(760px, 62vw); max-width: none;
  transform: translateY(-50%); opacity: 0.10; pointer-events: none; z-index: 0;
}
.ch-hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: center; gap: clamp(32px, 5vw, 72px);
}

.ch-chip {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-ui); font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--acc);
  background: rgba(201,213,234,0.06); border: 1px solid var(--line-2);
  border-radius: var(--radius); padding: 7px 13px; margin-bottom: 22px;
}
.ch-chip-dot {
  width: 6px; height: 6px; background: #4ADE80; border-radius: 50%; flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(74,222,128,0.18);
}

.ch-hero-title {
  font-family: var(--font-display);
  font-size: clamp(38px, 5.4vw, 68px);
  line-height: 1.02; letter-spacing: 0.01em; text-transform: uppercase;
  margin-bottom: 20px; color: #fff;
}
.ch-hero-sub {
  color: var(--text-dim); font-size: clamp(15px, 1.2vw, 17px);
  max-width: 520px; line-height: 1.7;
}
.ch-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.ch-hero-stats {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 44px;
}
.ch-stat { background: var(--bg); padding: 18px 16px; display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.ch-stat-num {
  font-size: clamp(22px, 2.2vw, 28px); font-weight: 700; color: var(--text); line-height: 1; white-space: nowrap;
}
.ch-stat-num i { font-style: normal; font-size: 0.6em; color: var(--text-dim); margin-left: 1px; }
.ch-stat-label { font-size: 11.5px; color: var(--text-dim); line-height: 1.4; }

/* hero side panel — a fan card */
.ch-hero-panel {
  background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--radius);
  box-shadow: 0 30px 70px -20px rgba(0,0,0,0.8), 0 0 60px -20px rgba(201,213,234,0.14);
  position: relative; overflow: hidden;
}
.ch-hero-panel::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--plat); }
.ch-panel-head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 16px 18px; border-bottom: 1px solid var(--line); background: var(--surface-2);
}
.ch-panel-title { font-size: 11.5px; letter-spacing: 0.08em; color: var(--text-dim); }
.ch-panel-live {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-ui); font-size: 10px; font-weight: 700; letter-spacing: 0.08em;
  color: #4ADE80; border: 1px solid rgba(74,222,128,0.35); border-radius: var(--radius); padding: 4px 8px;
}
.ch-panel-live i { width: 5px; height: 5px; background: #4ADE80; border-radius: 50%; }

.ch-panel-rows { padding: 4px 18px; }
.ch-prow {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 10px 0; border-bottom: 1px solid rgba(27,36,56,0.7);
}
.ch-prow:last-child { border-bottom: none; }
.ch-prow span {
  font-family: var(--font-ui); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--text-dim); flex-shrink: 0;
}
.ch-prow b {
  font-family: var(--font-ui); font-size: 13px; font-weight: 600; text-align: right;
  display: inline-flex; align-items: center; gap: 7px;
}
.ch-prow b.ch-bar { max-width: 110px; }
.ch-prow-ic { width: 17px; height: 17px; }

.ch-panel-foot {
  padding: 16px 18px; border-top: 1px solid var(--line); background: var(--surface-2);
  display: flex; flex-direction: column; gap: 12px;
}
.ch-panel-spend { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.ch-panel-spend span {
  font-family: var(--font-ui); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-dim);
}
.ch-panel-spend b { font-size: 22px; color: #4ADE80; }
.ch-panel-next {
  font-size: 10.5px; letter-spacing: 0.08em; color: var(--text-on-plat);
  background: var(--plat); padding: 8px 10px; border-radius: var(--radius); text-align: center; font-weight: 700;
}

/* ================= PLATFORM / TRAFFIC STRIP ================= */
.ch-strip {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--surface); padding: 22px 0;
}
.ch-strip-inner {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(20px, 3vw, 44px); flex-wrap: wrap;
}
.ch-strip-main { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center; }
.ch-strip-label {
  font-family: var(--font-ui); font-size: 10.5px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--text-dim);
}
.ch-strip-of { width: 30px; height: 30px; }
.ch-strip-main b { font-family: var(--font-ui); font-size: 17px; font-weight: 700; color: var(--text); }
.ch-strip-plus { font-size: 12px; color: var(--text-dim); }
.ch-strip-line { width: 1px; height: 30px; background: var(--line-2); }
.ch-strip-logos { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.ch-strip-logos img {
  width: 22px; height: 22px; opacity: 0.62; transition: opacity 0.18s ease, transform 0.18s ease;
}
.ch-strip-logos img:hover { opacity: 1; transform: translateY(-2px); }

/* ================= SERVICE ================= */
.ch-service { padding: var(--sec-y) 0; position: relative; overflow: hidden; }
.ch-svc-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px; background: var(--line); border: 1px solid var(--line);
}
.ch-svc {
  background: var(--surface); padding: 24px 22px;
  display: flex; flex-direction: column; gap: 8px; min-width: 0;
  position: relative; overflow: hidden; transition: background 0.2s ease;
}
.ch-svc::before {
  content: ""; position: absolute; top: 0; left: 0; width: 0; height: 2px;
  background: var(--plat); transition: width 0.3s ease;
}
.ch-svc:hover { background: var(--surface-2); }
.ch-svc:hover::before { width: 100%; }
.ch-svc .ic { width: 21px; height: 21px; margin-bottom: 4px; }
.ch-svc b {
  font-family: var(--font-ui); font-size: 15px; font-weight: 700; color: var(--text); letter-spacing: 0.01em;
}
.ch-svc span { font-size: 13px; color: var(--text-dim); line-height: 1.45; }

/* ================= TEAM ================= */
.ch-team { padding: var(--sec-y) 0; position: relative; }
.ch-system-star {
  position: absolute; top: -38px; right: 7%; width: 120px; height: 120px;
  transform: rotate(18deg); pointer-events: none; z-index: 1;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,0.5));
}
.ch-team-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px;
}
.ch-team-card {
  background: rgba(7,11,20,0.72); border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius); padding: 22px 20px;
  display: flex; flex-direction: column; gap: 7px; min-width: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}
.ch-team-card:hover { background: rgba(7,11,20,0.92); transform: translateY(-3px); }
.ch-team-card > span {
  font-family: var(--font-display); font-size: 26px; color: rgba(255,255,255,0.32); line-height: 1;
}
.ch-team-card b { font-family: var(--font-ui); font-size: 15px; font-weight: 700; color: #fff; }
.ch-team-card p { margin: 0; font-size: 13px; line-height: 1.5; color: rgba(255,255,255,0.68); }

/* ================= SYSTEM — ladder ================= */
.ch-system { padding: var(--sec-y) 0; }
.ch-ladder {
  list-style: none; margin: 0 auto; padding: 0; max-width: 820px;
  border-top: 1px solid var(--line);
}
.ch-step {
  display: flex; align-items: center; gap: clamp(18px, 2.4vw, 30px);
  padding: 22px 6px; border-bottom: 1px solid var(--line);
  position: relative; transition: background 0.2s ease, padding-left 0.2s ease;
}
.ch-step::before {
  content: ""; position: absolute; top: 0; left: 0; width: 3px; height: 0;
  background: var(--plat); transition: height 0.25s ease;
}
.ch-step:hover { background: rgba(201,213,234,0.04); padding-left: 20px; }
.ch-step:hover::before { height: 100%; }
.ch-step-num {
  font-family: var(--font-display); font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1; color: var(--line-2); flex-shrink: 0; min-width: 54px; transition: color 0.2s ease;
}
.ch-step:hover .ch-step-num { color: var(--acc); }
.ch-step-body h3 {
  font-family: var(--font-ui); font-size: 15px; font-weight: 700; color: var(--text);
  letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 5px;
}
.ch-step-body p { margin: 0; font-size: 14px; line-height: 1.5; color: var(--text-dim); }

/* ================= ADVANTAGES ================= */
.ch-adv { padding: 0 0 var(--sec-y); position: relative; overflow: hidden; }
.ch-adv-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}
.ch-adv-item {
  display: flex; align-items: center; gap: 14px; padding: 20px 14px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-ui); font-size: 14px; font-weight: 600; color: var(--text); line-height: 1.4;
  position: relative; overflow: hidden;
  transition: background 0.2s ease, padding-left 0.2s ease;
}
.ch-adv-item:nth-child(odd) { border-right: 1px solid var(--line); }
.ch-adv-item::before {
  content: ""; position: absolute; top: 0; left: 0; width: 3px; height: 0;
  background: var(--plat); transition: height 0.25s ease;
}
.ch-adv-item:hover { background: rgba(201,213,234,0.04); padding-left: 22px; }
.ch-adv-item:hover::before { height: 100%; }
.ch-adv-item .ic { flex-shrink: 0; width: 18px; height: 18px; }
.ch-adv-item b { font-weight: 700; color: #fff; }
.ch-adv-num {
  font-family: var(--font-display); font-size: 28px; color: var(--line-2);
  min-width: 42px; flex-shrink: 0; line-height: 1; transition: color 0.2s ease;
}
.ch-adv-item:hover .ch-adv-num { color: var(--acc); }

/* ================= TELEGRAM BONUS ================= */
.ch-software { padding: clamp(52px, 6vw, 78px) 0; position: relative; }
.ch-soft-star {
  position: absolute; top: -40px; left: 5%; width: 120px; height: 120px;
  transform: rotate(-14deg); pointer-events: none; z-index: 1;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,0.45));
}
.ch-soft-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 4vw, 60px); align-items: center;
}
.ch-soft-text h2 {
  font-family: var(--font-display); font-size: clamp(28px, 3.6vw, 42px);
  text-transform: uppercase; letter-spacing: 0.01em; color: #fff; margin-bottom: 14px; line-height: 1.08;
}
.ch-soft-text > p { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.85); margin: 0; max-width: 480px; }
.ch-soft-text > p b { color: #fff; font-weight: 700; }
.ch-soft-kill { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 22px; }
.ch-kill {
  font-family: var(--font-ui); font-size: 12px; font-weight: 600;
  color: rgba(255,255,255,0.72); background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.22); border-radius: var(--radius); padding: 6px 11px;
}
.ch-kill s { text-decoration-color: rgba(255,255,255,0.8); }
.ch-kill-zero {
  background: #fff; color: #0B0E16; border-color: #fff; font-weight: 800;
  font-family: var(--font-mono); box-shadow: 3px 3px 0 rgba(0,0,0,0.35);
}
.ch-soft-link {
  display: inline-block; margin-top: 22px;
  font-family: var(--font-ui); font-size: 13px; font-weight: 700; letter-spacing: 0.03em;
  text-transform: uppercase; color: #fff; border-bottom: 2px solid rgba(255,255,255,0.5); padding-bottom: 3px;
  transition: border-color 0.2s ease;
}
.ch-soft-link:hover { border-color: #fff; }

.ch-soft-cards { display: flex; flex-direction: column; gap: 12px; }
.ch-soft-card {
  background: rgba(7,11,20,0.72); border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius); padding: 20px 22px;
  display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 6px 14px; align-items: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.ch-soft-card:hover { background: rgba(7,11,20,0.9); transform: translateX(3px); }
.ch-soft-ic { width: 22px; height: 22px; grid-row: 1; }
.ch-soft-card h3 { grid-row: 1; font-family: var(--font-ui); font-size: 14.5px; font-weight: 700; color: #fff; margin: 0; }
.ch-soft-card p { grid-column: 2; margin: 0; font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.72); }

/* ================= FIT ================= */
.ch-approach { padding: var(--sec-y) 0; }
.ch-fit {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px; background: var(--line); border: 1px solid var(--line);
}
.ch-fit-col { background: var(--surface); padding: clamp(24px, 2.6vw, 34px); position: relative; }
.ch-fit-col::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 2px; }
.ch-fit-yes::before { background: var(--plat); }
.ch-fit-no::before { background: linear-gradient(90deg, #E85C5C, rgba(232,92,92,0.15)); }
.ch-fit-col h3 {
  display: flex; align-items: center; gap: 10px; margin-bottom: 20px;
  font-family: var(--font-ui); font-size: 14px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.ch-fit-col h3 .ic { width: 18px; height: 18px; }
.ch-fit-no h3 { color: #E8A0A0; }
.ch-fit-no h3 .ic { filter: brightness(0) saturate(100%) invert(72%) sepia(24%) saturate(900%) hue-rotate(313deg) brightness(95%); }
.ch-fit-col ul { display: flex; flex-direction: column; gap: 13px; }
.ch-fit-col li { position: relative; padding-left: 24px; font-size: 14px; line-height: 1.55; color: var(--text-dim); }
.ch-fit-col li b { color: var(--text); font-weight: 600; }
.ch-fit-yes li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--acc); font-weight: 700; }
.ch-fit-no li::before { content: "✕"; position: absolute; left: 0; top: 0; color: #E85C5C; font-weight: 700; font-size: 12px; }

/* ================= AUDIT ================= */
.ch-audit {
  padding: var(--sec-y) 0; border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(201,213,234,0.03), transparent 60%);
}
.ch-audit-inner {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 4vw, 64px); align-items: start;
}
.ch-audit-h2 {
  font-family: var(--font-display); font-size: clamp(28px, 3.6vw, 42px);
  text-transform: uppercase; letter-spacing: 0.01em; line-height: 1.08; margin: 4px 0 14px;
}
.ch-audit-text > p { font-size: 15px; line-height: 1.7; color: var(--text-dim); margin: 0; max-width: 460px; }
.ch-audit-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.ch-audit-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.ch-audit-list li {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 18px 4px; border-bottom: 1px solid var(--line);
}
.ch-audit-list li > span { font-size: 12px; font-weight: 700; color: var(--acc); flex-shrink: 0; min-width: 26px; padding-top: 2px; }
.ch-audit-list b { display: block; font-family: var(--font-ui); font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.ch-audit-list p { margin: 0; font-size: 13px; line-height: 1.5; color: var(--text-dim); }

.ch-faq { padding: var(--sec-y) 0; }
.ch-faq .faq-item p b { color: var(--text); }

/* =========================================================================
   OG LAYER — 90s Harlem / Dipset: gold, purple, hard offset shadows.
   Sits on top of the platinum base; only the accents change, edges stay sharp.
   ========================================================================= */
.ch-body {
  --gold: #F2C14E;
  --gold-lite: #FFE9A8;
  --gold-grad: linear-gradient(105deg, #FFF6DC 0%, #FFD873 30%, #F2C14E 55%, #E0AA3C 78%, #C68F2E 100%);
  --dip: #8B5CF6;
  --dip-deep: #5B21B6;
  --hard: 4px 4px 0 rgba(0,0,0,0.55);
  background:
    radial-gradient(1100px 600px at 82% -8%, rgba(139,92,246,0.16), transparent 62%),
    radial-gradient(800px 500px at 4% 8%, rgba(242,193,78,0.09), transparent 60%),
    var(--bg);
}

/* --- hero background: mamba + gold stars, TeleMamba pushed back --- */
.ch-hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.ch-hero-mamba {
  position: absolute; top: 50%; right: -10%; width: min(780px, 64vw); max-width: none;
  transform: translateY(-50%); opacity: 0.14;
  filter: drop-shadow(0 0 60px rgba(139,92,246,0.35));
}
.ch-hero-star { position: absolute; filter: drop-shadow(0 10px 26px rgba(0,0,0,0.55)); }
.ch-hero-star-1 { width: 104px; top: 6%; right: 24%; transform: rotate(-13deg); }
.ch-hero-star-2 { width: 72px; bottom: 14%; right: 6%; transform: rotate(15deg); }

/* the OnlyFans mark, big and faded — this page is about OF chatting */
.ch-hero-of {
  position: absolute; bottom: -6%; left: -3%; width: min(320px, 26vw);
  opacity: 0.10; transform: rotate(-8deg);
  filter: drop-shadow(0 0 40px rgba(0,175,240,0.5));
}

/* chat bubbles — the chatting motif: typing dots, sharp-edged like everything else */
.ch-bub {
  position: absolute; display: flex; align-items: center; justify-content: center; gap: 6px;
  border: 1.5px solid rgba(242,193,78,0.3); background: rgba(139,92,246,0.1);
  border-radius: var(--radius); box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
.ch-bub::before {
  content: "•••"; font-size: 20px; line-height: 1; letter-spacing: 3px;
  color: rgba(242,193,78,0.55); transform: translateY(-3px);
}
.ch-bub::after {
  content: ""; position: absolute; bottom: -7px; left: 12px;
  border-left: 8px solid transparent; border-top: 7px solid rgba(242,193,78,0.3);
}
.ch-bub-1 { width: 78px; height: 34px; top: 5%; left: 1.5%; transform: rotate(-5deg); }
.ch-bub-2 {
  width: 66px; height: 30px; bottom: 16%; left: 2.5%; transform: rotate(4deg);
  border-color: rgba(0,175,240,0.4); background: rgba(0,175,240,0.09);
}
.ch-bub-2::before { color: rgba(0,175,240,0.7); font-size: 17px; }
.ch-bub-2::after { border-top-color: rgba(0,175,240,0.4); }
.ch-bub-3 { width: 60px; height: 28px; bottom: 4%; right: 46%; transform: rotate(-3deg); opacity: 0.75; }
@media (max-width: 1280px) { .ch-bub-1, .ch-bub-2 { display: none; } }

/* OF lockup inside the headline */
.ch-title-of { display: inline-flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.ch-title-of-ic {
  width: 0.82em; height: 0.82em; flex-shrink: 0;
  filter: drop-shadow(0 0 14px rgba(0,175,240,0.55));
}

/* section motifs */
.ch-svc-motif {
  position: absolute; top: 8%; right: -30px; width: 260px; height: 260px;
  opacity: 0.05; filter: brightness(0) invert(1); pointer-events: none;
}
.ch-adv-star {
  position: absolute; top: 4%; left: 3%; width: 96px;
  transform: rotate(-16deg); opacity: 0.85; pointer-events: none;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,0.5));
}
.ch-adv-of {
  position: absolute; bottom: 6%; right: 2%; width: 190px;
  opacity: 0.07; transform: rotate(7deg); pointer-events: none;
}

/* --- gold type --- */
.ch-body .ch-plat,
.ch-body .ch-stat-num {
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
/* the shadow goes on the solid white line only — on gradient-clipped text a
   text-shadow paints *through* the transparent glyphs and doubles them up.
   The gold line gets a drop-shadow filter instead, which follows the glyph alpha. */
.ch-body .ch-title-of { text-shadow: 3px 3px 0 rgba(0,0,0,0.5); }
.ch-body .ch-plat {
  display: inline-block; text-shadow: none;
  filter: drop-shadow(2px 3px 0 rgba(0,0,0,0.55));
}
.ch-body .eyebrow { color: var(--gold); }
.ch-body .ch-eyebrow-light { color: var(--gold-lite) !important; }
.ch-body .ch-chip { color: var(--gold-lite); border-color: rgba(242,193,78,0.45); background: rgba(242,193,78,0.07); }

/* --- gold accents replace platinum on the moving parts --- */
.ch-body .ch-bar i,
.ch-body .ch-svc::before,
.ch-body .ch-adv-item::before,
.ch-body .ch-hero-panel::before { background: var(--gold-grad); }
.ch-body .ch-adv-item:hover .ch-adv-num { color: var(--gold); }
.ch-body .ch-audit-list li > span { color: var(--gold); }
.ch-body .ch-nav-cross { color: var(--gold) !important; }
.ch-body .ch-strip-logos img:hover { filter: drop-shadow(0 0 6px rgba(242,193,78,0.6)); }

/* --- buttons: gold with a hard black offset (the bling) --- */
.ch-body .tm-btn-primary {
  background: var(--gold-grad); color: #1A1206; border: 1px solid rgba(0,0,0,0.4);
  box-shadow: var(--hard);
}
.ch-body .tm-btn-primary:hover { transform: translate(-1px, -1px); box-shadow: 6px 6px 0 rgba(0,0,0,0.6); }
.ch-body .tm-btn-ghost { border-color: rgba(242,193,78,0.4); }
.ch-body .tm-btn-ghost:hover { border-color: var(--gold); background: rgba(242,193,78,0.08); }
.ch-body .ch-panel-next { background: var(--gold-grad); color: #1A1206; }

/* --- fan panel: purple glow, gold trim --- */
.ch-body .ch-hero-panel {
  border-color: rgba(242,193,78,0.28);
  box-shadow: var(--hard), 0 0 80px -24px rgba(139,92,246,0.55);
}
.ch-body .ch-hero-stats { border-color: rgba(242,193,78,0.22); }

/* --- section cards get the same hard edge --- */
.ch-body .ch-soft-card { box-shadow: 3px 3px 0 rgba(0,0,0,0.4); border-color: rgba(255,255,255,0.2); }
.ch-body .ch-svc:hover { background: rgba(139,92,246,0.07); }
.ch-body .ch-adv-item:hover { background: rgba(242,193,78,0.05); }

/* ================= TELEMAMBA DEMO (Telegram section) ================= */
.ch-soft-inner {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas: "text demo" "cards demo";
  grid-template-rows: auto 1fr;
  align-items: start; row-gap: 26px;
}
.ch-soft-text { grid-area: text; }
.ch-soft-cards { grid-area: cards; align-self: start; }
.ch-soft-demo {
  grid-area: demo; align-self: start; justify-self: start;
  display: flex; flex-direction: column; gap: 10px; width: 100%; max-width: 290px;
}

.ch-demo-label {
  font-size: 10.5px; letter-spacing: 0.12em; font-weight: 700; color: var(--gold-lite);
  display: inline-flex; align-items: center; gap: 8px;
}
.ch-demo-label::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: #4ADE80;
  box-shadow: 0 0 0 3px rgba(74,222,128,0.2);
}
.ch-demo-frame {
  border: 1px solid rgba(242,193,78,0.35); border-radius: var(--radius);
  background: #000; overflow: hidden; box-shadow: var(--hard), 0 0 70px -26px rgba(139,92,246,0.7);
}
.ch-demo-frame video { display: block; width: 100%; height: auto; }
.ch-demo-shots { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.ch-demo-shots img {
  width: 100%; height: 82px; object-fit: cover; object-position: top left;
  border: 1px solid rgba(255,255,255,0.18); border-radius: var(--radius);
  box-shadow: 3px 3px 0 rgba(0,0,0,0.4);
}

/* ================= THE FIT — who we sit down with ================= */
.ch-who { padding: 0 0 var(--sec-y); }
.ch-who-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px; background: var(--line); border: 1px solid rgba(242,193,78,0.22);
}
.ch-who-item {
  background: var(--surface); padding: 24px 20px;
  display: flex; flex-direction: column; gap: 8px; min-width: 0;
  position: relative; transition: background 0.2s ease;
}
.ch-who-item::before {
  content: ""; position: absolute; top: 0; left: 0; width: 0; height: 2px;
  background: var(--gold-grad); transition: width 0.3s ease;
}
.ch-who-item:hover { background: rgba(242,193,78,0.05); }
.ch-who-item:hover::before { width: 100%; }
.ch-who-item .ic { width: 20px; height: 20px; margin-bottom: 4px; }
.ch-who-item b { font-family: var(--font-ui); font-size: 15px; font-weight: 700; color: var(--text); }
.ch-who-item span { font-size: 13px; color: var(--text-dim); line-height: 1.5; }

/* ================= RESPONSIVE ================= */
@media (max-width: 1080px) {
  .ch-svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ch-who-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ch-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .ch-hero-inner { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .ch-hero-title { font-size: clamp(34px, 8vw, 46px); }
  .ch-hero-sub { max-width: none; }
  .ch-hero-sub br { display: none; }
  .ch-hero-mamba { right: -28%; opacity: 0.07; }
  .ch-hero-panel { max-width: 420px; width: 100%; }
  .ch-hero-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 34px; }

  .ch-strip-line { display: none; }
  .ch-strip-inner { flex-direction: column; gap: 18px; }

  .ch-fit { grid-template-columns: minmax(0, 1fr); }
  .ch-soft-inner { grid-template-columns: minmax(0, 1fr); grid-template-areas: "text" "demo" "cards"; }
  .ch-soft-demo { max-width: 330px; }
  .ch-demo-shots img { height: 118px; }
  .ch-soft-text > p { max-width: none; }
  .ch-hero-star-1 { width: 74px; top: 2%; right: 6%; }
  .ch-hero-star-2 { display: none; }
  .ch-bub, .ch-hero-of, .ch-adv-of, .ch-svc-motif { display: none; }
  .ch-adv-star { width: 68px; }
  .ch-title-of { gap: 10px; }
  .ch-soft-star { width: 90px; height: 90px; top: -28px; }
  .ch-audit-inner { grid-template-columns: minmax(0, 1fr); }
  .ch-audit-text > p { max-width: none; }
}

@media (max-width: 640px) {
  .ch-hero { padding-top: 40px; }
  .ch-hero-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ch-hero-actions { display: none; }
  .ch-audit-actions .tm-btn-primary,
  .ch-audit-actions .tm-btn-ghost { width: 100%; justify-content: center; }

  .ch-soft-demo { max-width: none; justify-self: stretch; }
  .ch-demo-shots { grid-template-columns: minmax(0, 1fr); }
  .ch-demo-shots img { height: auto; aspect-ratio: 16 / 10; object-position: top center; }

  .ch-who { padding-top: calc(var(--sec-y) * 1.4); }

  .ch-svc-grid { grid-template-columns: minmax(0, 1fr); }
  .ch-who-grid { grid-template-columns: minmax(0, 1fr); }
  .ch-team-grid { grid-template-columns: minmax(0, 1fr); }
  .ch-adv-grid { grid-template-columns: minmax(0, 1fr); }
  .ch-adv-item:nth-child(odd) { border-right: none; }

  .ch-step { gap: 14px; padding: 18px 4px; }
  .ch-step-num { min-width: 40px; }
  .ch-step:hover { padding-left: 12px; }
  .ch-system-star { width: 84px; height: 84px; top: -26px; right: 4%; }
}

@media (prefers-reduced-motion: reduce) {
  .ch-step, .ch-soft-card, .ch-team-card, .ch-svc, .ch-adv-item { transition: none; }
  .ch-step:hover, .ch-team-card:hover, .ch-soft-card:hover, .ch-adv-item:hover { transform: none; padding-left: 14px; }
}
