@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/bebas-neue.ttf") format("truetype");
  font-display: swap;
}

:root {
  --bg: #020302;
  --panel: #0b0e0d;
  --panel-2: #111513;
  --line: #222825;
  --line-soft: #151a17;
  --text: #f7f8f7;
  --muted: #a5aba7;
  --lime: #c8fa25;
  --lime-strong: #b8f000;
  --success: #4ad17a;
  --max: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link { position: fixed; z-index: 99; top: 12px; left: 12px; padding: 10px 14px; background: var(--lime); color: #000; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

.site-header {
  width: min(100% - 48px, var(--max));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 24px; font-weight: 900; letter-spacing: -.04em; }
.brand i { color: var(--lime); font-size: 30px; }
.site-header nav { display: flex; align-items: center; gap: 34px; }
.header-cta,
.primary-cta { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 48px; padding: 0 24px; border-radius: 10px; background: var(--lime); color: #030400; font-size: 14px; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.header-cta:hover,
.primary-cta:hover { background: #ddff66; }
.text-link { color: var(--lime); font-size: 13px; font-weight: 900; text-decoration: none; text-transform: uppercase; }

.hero {
  width: min(100% - 48px, var(--max));
  min-height: 620px;
  margin: 0 auto;
  padding: 34px 0 30px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
  align-items: center;
}
.hero-copy { padding: 30px 0 20px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.hero h1 { margin: 0; font-family: "Bebas Neue", Impact, sans-serif; font-size: clamp(66px, 6.2vw, 104px); font-weight: 400; line-height: .94; letter-spacing: .01em; }
.hero h1 strong { display: inline-block; color: var(--lime); font-weight: 400; }
.lede { max-width: 520px; margin: 22px 0 30px; color: var(--muted); font-size: clamp(18px, 1.6vw, 23px); line-height: 1.5; }
.primary-cta { min-height: 66px; padding: 0 34px; font-size: 17px; }
.primary-cta i { font-size: 23px; }
.pilot-note { display: flex; align-items: flex-start; gap: 8px; max-width: 490px; margin: 18px 0 0; color: #747b76; font-size: 12px; }
.pilot-note i { color: var(--lime); }

.product-demo { display: grid; grid-template-columns: 1.06fr .94fr; gap: 18px; align-items: stretch; }
.telegram-panel,
.activity-panel { min-width: 0; overflow: hidden; border: 1px solid #2a302d; border-radius: 17px; background: var(--panel); box-shadow: 0 22px 70px rgba(0,0,0,.55); }
.telegram-panel { min-height: 545px; display: grid; grid-template-rows: auto 1fr auto; }
.telegram-bar { min-height: 70px; padding: 11px 17px; display: grid; grid-template-columns: auto auto 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); background: #0e1210; }
.telegram-bar > i { font-size: 23px; }
.bot-avatar { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid #3a413e; border-radius: 50%; color: var(--text); font-size: 22px; }
.telegram-bar p { margin: 0; display: grid; }
.telegram-bar strong { font-size: 17px; }
.telegram-bar small { color: var(--muted); }
.menu-icon { justify-self: end; }
.telegram-content { padding: 17px 17px 11px; background: #080a09; }
.setup-card { padding: 17px; border: 1px solid var(--line-soft); border-radius: 10px; background: var(--panel-2); }
.panel-label { margin: 0 0 14px; color: var(--lime); font-size: 12px; font-weight: 900; letter-spacing: .04em; }
.setup-card dl { margin: 0; }
.setup-card dl div { min-height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.setup-card dt { color: #e8ebe9; font-weight: 700; }
.setup-card dt i { width: 24px; color: var(--muted); margin-right: 8px; }
.setup-card dd { margin: 0; color: var(--lime); font-size: 17px; font-weight: 800; text-align: right; }
.setup-card > a { min-height: 48px; margin-top: 10px; display: flex; align-items: center; justify-content: center; border-radius: 7px; background: var(--lime); color: #050600; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.bot-message { display: grid; grid-template-columns: auto 1fr auto; gap: 9px; align-items: center; margin: 9px 0 0; padding: 11px 5px; color: var(--muted); font-size: 12px; }
.bot-message i { color: var(--lime); }
.bot-message time { font-size: 10px; }
.message-bar { min-height: 59px; padding: 0 18px; display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; border-top: 1px solid var(--line); color: #777e79; font-size: 18px; }

.activity-panel { min-height: 545px; padding: 18px 18px 15px; display: grid; grid-template-rows: auto 1fr auto; }
.activity-panel header { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.activity-panel header span { display: flex; align-items: center; gap: 8px; }
.activity-panel header span i { width: 8px; height: 8px; border-radius: 50%; background: var(--success); }
.activity-panel header b { color: var(--lime); font-size: 9px; }
.activity-panel ol { position: relative; margin: 17px 0; padding: 0; list-style: none; }
.activity-panel ol::before { content: ""; position: absolute; top: 23px; bottom: 24px; left: 20px; width: 1px; background: var(--lime); }
.activity-panel li { position: relative; min-height: 70px; display: grid; grid-template-columns: 42px 1fr auto; gap: 10px; align-items: center; }
.activity-panel li > i { z-index: 1; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #151a17; color: var(--lime); }
.activity-panel li span { font-size: 13px; }
.activity-panel li time { color: var(--muted); font-size: 10px; }
.activity-panel > a { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid #333a36; border-radius: 8px; background: #171b19; text-decoration: none; text-transform: uppercase; }

.proof-strip { border-block: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-strip p { min-height: 90px; margin: 0; display: flex; align-items: center; justify-content: center; gap: 18px; border-right: 1px solid var(--line); color: #cbd0cd; font-size: 13px; text-transform: uppercase; }
.proof-strip p:last-child { border-right: 0; }
.proof-strip i { color: var(--lime); font-size: 29px; }

.steps { width: min(100% - 48px, 1280px); margin: 0 auto; padding: 55px 0 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.steps article { min-width: 0; display: grid; grid-template-columns: auto auto 1fr; gap: 18px; align-items: center; }
.steps strong { color: var(--lime); font-family: "Bebas Neue", Impact, sans-serif; font-size: 56px; font-weight: 400; }
.steps article > i { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--panel); color: var(--lime); font-size: 30px; }
.steps h2 { margin: 0 0 4px; color: var(--lime); font-size: 14px; text-transform: uppercase; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; }

.site-footer { min-height: 72px; padding: 0 24px; display: flex; align-items: center; justify-content: center; gap: 38px; border-top: 1px solid var(--line); color: #747b76; font-size: 12px; }
.site-footer p { margin: 0; color: var(--text); font-weight: 800; text-transform: uppercase; }
.site-footer nav { display: flex; gap: 18px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--lime); }

.policy-body { min-height: 100vh; }
.policy-header { width: min(100% - 48px, 980px); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.policy-page { width: min(100% - 48px, 780px); margin: 0 auto; padding: 70px 0 90px; }
.policy-page .kicker { margin: 0 0 12px; color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.policy-page > h1 { margin: 0; font-family: "Bebas Neue", Impact, sans-serif; font-size: clamp(64px, 9vw, 100px); font-weight: 400; line-height: 1; }
.policy-date { margin: 10px 0 28px; color: #747b76; font-size: 12px; }
.policy-intro { margin: 0 0 44px; color: #c3c8c5; font-size: 20px; }
.policy-page section { padding: 25px 0; border-top: 1px solid var(--line); }
.policy-page section h2 { margin: 0 0 10px; color: var(--lime); font-size: 15px; text-transform: uppercase; }
.policy-page section p { margin: 0; color: var(--muted); }
.policy-page > .text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; }
.policy-footer { min-height: 70px; display: flex; align-items: center; justify-content: center; gap: 30px; border-top: 1px solid var(--line); color: #747b76; font-size: 12px; }
.policy-footer nav { display: flex; gap: 20px; }
.policy-footer a { text-decoration: none; }
.policy-footer a:hover { color: var(--lime); }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { max-width: 760px; text-align: center; margin: 0 auto; }
  .eyebrow, .pilot-note { justify-content: center; margin-inline: auto; }
  .product-demo { max-width: 820px; width: 100%; margin: 0 auto; }
  .steps { gap: 24px; }
  .steps article { grid-template-columns: auto 1fr; }
  .steps article > i { grid-row: span 2; }
  .steps article div { grid-column: 2; }
}

@media (max-width: 760px) {
  .site-header { width: min(100% - 28px, var(--max)); min-height: 70px; }
  .brand { font-size: 18px; }
  .brand i { font-size: 22px; }
  .site-header nav { gap: 0; }
  .header-cta { min-height: 42px; padding: 0 14px; font-size: 11px; }
  .text-link { display: none; }
  .hero { width: min(100% - 28px, var(--max)); min-height: auto; padding: 34px 0 24px; gap: 34px; }
  .hero-copy { padding: 0; }
  .eyebrow { justify-content: flex-start; font-size: 9px; }
  .hero h1 { text-align: left; font-size: clamp(58px, 18vw, 82px); }
  .lede { margin: 18px 0 25px; text-align: left; font-size: 18px; }
  .primary-cta { width: 100%; min-height: 58px; }
  .pilot-note { justify-content: flex-start; text-align: left; }
  .product-demo { grid-template-columns: 1fr; }
  .telegram-panel, .activity-panel { min-height: 520px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip p { min-height: 74px; padding: 0 12px; justify-content: flex-start; font-size: 11px; }
  .proof-strip p:nth-child(2) { border-right: 0; }
  .proof-strip p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .proof-strip i { font-size: 23px; }
  .steps { width: min(100% - 32px, 1280px); padding: 42px 0 54px; grid-template-columns: 1fr; }
  .steps article { grid-template-columns: 50px 64px 1fr; }
  .steps strong { font-size: 46px; }
  .steps article > i { width: 58px; height: 58px; grid-row: auto; font-size: 23px; }
  .steps article div { grid-column: auto; }
  .site-footer { padding: 24px; flex-wrap: wrap; gap: 14px 24px; }
  .policy-header { width: min(100% - 28px, 980px); }
  .policy-page { width: min(100% - 32px, 780px); padding: 50px 0 70px; }
  .policy-header .header-cta { padding-inline: 12px; }
}

@media (max-width: 420px) {
  .header-cta i { display: none; }
  .setup-card { padding: 14px; }
  .setup-card dt, .setup-card dd { font-size: 14px; }
  .activity-panel { padding-inline: 14px; }
  .activity-panel li { grid-template-columns: 42px 1fr; }
  .activity-panel li time { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
