:root { font-family: var(--font-sans); }
  * { box-sizing: border-box; }
  body { min-width: 320px; margin: 0; background: var(--bg); color: var(--text); -webkit-font-smoothing: antialiased; }
  .shell { width: min(1080px, calc(100% - 32px)); margin: 0 auto; padding: 24px 0 48px; }
  .topbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 48px; }
  .brand-lockup { display: block; width: auto; height: 28px; }
  .topbar a { color: var(--muted); font-size: 13px; text-decoration: none; }
  .topbar a:hover { color: var(--text); }
  .layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: start; gap: clamp(32px, 6vw, 64px); padding: clamp(40px, 7vw, 76px) 0 8px; }
  .eyebrow { margin: 0 0 12px; color: var(--accent); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
  h1 { max-width: 15ch; margin: 0; font-size: clamp(2.4rem, 6vw, 4.4rem); line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
  .lead { max-width: 60ch; margin: 22px 0 0; color: var(--muted); font-size: clamp(1rem, 2vw, 1.15rem); line-height: 1.55; }
  .chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 0; padding: 0; list-style: none; }
  .chips li { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface-subtle); color: var(--muted); font-size: 13px; }
  .panel { padding: 26px; border: 1px solid var(--line-strong); border-radius: var(--radius-panel); background: var(--surface); }
  .panel h2 { margin: 0 0 6px; font-size: 1.3rem; }
  .panel p.hint { margin: 0 0 20px; color: var(--muted); font-size: 14px; line-height: 1.5; }
  .field { display: block; margin-bottom: 14px; }
  .field span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 13px; }
  .field input { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line-strong); border-radius: var(--radius-control); background: var(--bg-deep); color: var(--text); font: inherit; }
  .field input:focus-visible { outline: 2px solid var(--focus); outline-offset: 1px; }
  button.submit { width: 100%; min-height: 46px; margin-top: 6px; border: 0; border-radius: var(--radius-control); background: var(--accent); color: var(--accent-contrast); font: inherit; font-weight: 700; cursor: pointer; }
  button.submit[disabled] { opacity: .6; cursor: progress; }
  .error { display: none; margin: 14px 0 0; padding: 11px 13px; border: 1px solid var(--danger); border-radius: var(--radius-control); background: var(--surface-raised); color: var(--danger-text); font-size: 14px; }
  .error[data-shown="true"] { display: block; }
  .facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; margin: 56px 0 0; padding: 0; list-style: none; }
  .facts li { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-panel); background: var(--surface); }
  .facts strong { display: block; margin-bottom: 8px; font-size: 15px; }
  .facts span { color: var(--muted); font-size: 14px; line-height: 1.5; }
  .siblings { margin-top: 40px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-panel); background: var(--surface-subtle); color: var(--muted); font-size: 14px; line-height: 1.6; }
  .siblings a { color: var(--text); }
  footer { display: flex; flex-wrap: wrap; gap: 8px 18px; padding-top: 40px; color: var(--muted); font-size: 13px; }
  footer a { color: var(--muted); }
  @media (max-width: 900px) { .layout { grid-template-columns: 1fr; } }
  @media (max-width: 620px) { .shell { width: min(100% - 20px, 1080px); } }

/* Пучок каналов. Один канал нарисован оборванным, а исходящая линия остаётся
   сплошной — в этом весь сервис, и картинка говорит это раньше текста. */
.section-title { margin: 0 0 20px; font-size: clamp(1.4rem, 3vw, 2rem); letter-spacing: -.02em; }
.bundle { margin-top: 56px; }
.bundle-map { display: block; width: 100%; height: auto; max-width: 760px; margin: 0 0 18px; color: var(--accent); }
.bundle-down, .bundle-break { color: var(--muted); stroke: var(--muted); }
.bundle-node rect { fill: none; stroke: var(--accent); stroke-width: 3; }
.bundle-node-down rect { stroke: var(--line-strong); }
.bundle-label { fill: var(--text); font-family: var(--font-sans); font-size: 15px; font-weight: 650; }
.bundle-label-down { fill: var(--muted); }
.bundle-server-label { fill: var(--accent-contrast); font-family: var(--font-sans); font-size: 15px; font-weight: 800; letter-spacing: .08em; }
.bundle-out { fill: var(--text); font-family: var(--font-sans); font-size: 16px; font-weight: 700; }
.bundle-note { max-width: 64ch; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
