 :root {
  --paper: #f4f1eb;
  --ink: #171715;
  --muted: #77736b;
  --line: #d8d3ca;
  --accent: #a2b900;
  --block-accent: #fff86b;
  --dark: #20201d;
  --white: #fffdf8;
  --mono: "DM Mono", monospace;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.header {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    width: 100%;
    max-width: 1920px;
    min-height: 82px;
    margin: 0 auto;
    padding: 20px 32px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--line);
}
.logo { display: inline-flex; align-items: center; gap: 8px; font-size: 20px; font-weight: 800; letter-spacing: -.05em; }
.logo span { color: var(--accent); font-size: 24px; }
.header nav { display: flex; gap: 30px; margin-left: auto; }
.header nav a, .header-link { color: var(--muted); font-size: 13px; font-weight: 700; }
.header nav a:hover, .header-link:hover { color: var(--ink); }
.header-link { padding: 10px 0; }
.menu { display: none; border: 0; background: transparent; cursor: pointer; font-size: 22px; }

main { overflow: hidden; }
.hero, .video, .split, .cases, .compare, .included, .faq, .commands { max-width: 1240px; margin: 0 auto; padding: 92px 32px; }
.hero { padding-top: 100px; text-align: center; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.065em; line-height: 1.04; }
h1 { max-width: 850px; margin: 22px auto; font-size: clamp(44px, 8vw, 96px); }
h1 em, h2 em { color: var(--accent); font-style: normal; }
.lead { max-width: 590px; margin: 0 auto 28px; color: var(--muted); font-size: 16px; }
.actions { display: flex; align-items: center; justify-content: center; gap: 25px; margin-bottom: 22px; }
.btn { display: inline-flex; align-items: center; gap: 25px; padding: 15px 20px; background: var(--ink); color: var(--white); font-size: 13px; font-weight: 800; }
.btn b { color: var(--accent); font-size: 20px; line-height: 0; }
.btn:hover { background: #383833; }
.under { border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.trust { color: var(--muted); font-size: 10px; }
.trust span { display: inline-block; width: 4px; height: 4px; margin: 0 9px; border-radius: 50%; background: #a2b900; vertical-align: middle; }

 .agent {
  position: relative;
  max-width: 820px;
  margin: 72px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: #11141a;
  color: #eef2f7;
  text-align: left;
  box-shadow: 0 35px 80px rgba(22,25,18,.22), 0 10px 28px rgba(0,0,0,.12);
  transform: perspective(1200px) rotateX(1deg);
}
.agent::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.12), transparent 28%, transparent 72%, rgba(230,255,84,.05));
}

/* Современная панель окна без стилизации под Windows XP */
.agent-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 110px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  background: rgba(27,31,40,.96);
  color: #dfe5ee;
  font: 12px/1 "Manrope", var(--sans);
  letter-spacing: .01em;
}
.agent-bar > span {
  position: absolute;
  left: 21px;
  color: transparent;
  font-size: 0;
}
/* .agent-bar > span::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #a8c400;
  box-shadow: 20px 0 #f0b94d, 40px 0 #e56b68;
} */
/* .agent-bar::after {
  content: "—   □   X";
  position: absolute;
  top: 21px;
  right: 21px;
  color: #8993a2;
  font: 14px/1 "Manrope", Arial, sans-serif;
  letter-spacing: 3px;
} */
.agent-bar b {
  color: #f5f7fa;
  font-family: "Manrope", var(--sans);
  font-size: 12px;
  font-weight: 700;
}
.agent-bar em { color: var(--accent); font-style: normal; }
.agent-foot {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  background: #000;
  color: transparent;
  font-size: 0;
}

/* Сдерживаем внутренние стили чата: окно выглядит как Python/Windows Console */
.terminal .agent-foot,
.terminal .agent-foot span {
  display: none;
}
.chat { display: grid; gap: 25px; padding: 28px 34px; border-block: 1px solid #45453e; }
.msg { display: flex; gap: 14px; font-size: 13px; }
.msg p { max-width: 590px; margin: 5px 0 0; color: #d4d3ca; }
.msg small { color: #aaa99e; font-family: var(--mono); font-size: 10px; }
.avatar { display: grid; flex: 0 0 27px; place-items: center; width: 27px; height: 27px; border-radius: 50%; font-family: var(--mono); font-size: 8px; }
.avatar.user { background: #4e4e47; color: #dddcd1; }
.avatar.ai { background: var(--accent); color: #292925; font-size: 15px; }
mark { margin-left: 8px; padding: 3px 6px; background: #44443d; color: var(--accent); font-family: var(--mono); font-size: 9px; }
.checks { margin-top: 14px; color: #a9b961; font-family: var(--mono); font-size: 10px; }
.agent-foot { color: #77766d; }
.agent-foot span { color: #aaa99e; }

/* Современная рабочая область с мягким свечением и иерархией статусов */
.terminal .console {
  position: relative;
  min-height: 350px;
  padding: 28px 38px 32px;
  border: 0;
  background: radial-gradient(circle at 92% 0%, rgba(81,99,133,.2), transparent 34%), #11141a;
  color: #e9edf3;
  font: 14px/1.8 var(--mono);
}
/* .terminal .console::before {
  content: "C: / Рабочий стол / Телеграм магазин";
  display: block;
  margin-bottom: 28px;
  color: #788496;
  font: 11px/1 var(--mono);
  letter-spacing: .04em;
} */
.terminal .console p { margin: 0; }
.terminal .console p:first-of-type { color: #fff; }
.terminal .console .success { margin-top: 22px; color: #b8d65b; }
.terminal .console .files { margin: 2px 0 0 22px; color: #aeb7c5; }
.terminal .console .ready {
  display: inline-block;
  margin-top: 24px;
  padding: 5px 10px;
  border: 1px solid rgba(230,255,84,.28);
  border-radius: 6px;
  background: rgba(230,255,84,.08);
  color: var(--accent);
  font-size: 14px;
}
.terminal .console .prompt { margin-top: 34px; color: #cbd2dd; }
.terminal .console .cursor { color: var(--accent); animation: terminal-blink 1s steps(1) infinite; }
@keyframes terminal-blink { 50% { opacity: 0; } }

.video { padding-top: 25px; }
.video-card { position: relative; display: flex; flex-direction: column; justify-content: flex-start; width: min(100%, 600px, calc(100vh - 140px)); aspect-ratio: 4 / 3; min-height: 0; margin: 20px auto 0; overflow: hidden; background: #292925; color: white; }
.video-card::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 40%, rgba(255,255,255,.08)); }
.demo-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #292925; }
.video-caption { position: relative; z-index: 2; padding: 30px; background: linear-gradient(rgba(0,0,0,.72), transparent); }
.video-card h3, .video-card small { position: relative; z-index: 2; margin: 0; }
.video-card h3 { font-size: 25px; }
.video-card small { color: #c5c4bc; }
.play { position: absolute; z-index: 3; top: 50%; left: 50%; width: 66px; height: 66px; border: 0; border-radius: 50%; background: var(--accent); transform: translate(-50%, -50%); cursor: pointer; transition: opacity .2s ease, transform .2s ease; }
.video-card.is-playing .play { opacity: 0; pointer-events: none; }
.video-card:hover .play { transform: translate(-50%, -50%) scale(1.06); }

.split { display: grid; grid-template-columns: 20% 1fr; gap: 40px; }
.split h2, .cases h2, .compare h2, .included h2, .faq h2 { margin: 0 0 35px; font-size: clamp(35px, 5vw, 64px); }
.muted { max-width: 520px; color: var(--muted); }
.rows { max-width: 690px; margin-top: 40px; border-top: 1px solid var(--line); }
.rows article { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.rows article > span { color: #9cad22; font-family: var(--mono); font-size: 11px; }
.rows b { font-size: 14px; }
.rows p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.cases { border-top: 1px solid var(--line); }
.section-title { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-title p { margin-bottom: 38px; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.card { min-height: 245px; padding: 24px; border: 1px solid var(--line); }
.card.accent { background: var(--block-accent); border-color: var(--block-accent); }
.card small { font-family: var(--mono); font-size: 11px; }
.card strong { display: block; margin: 38px 0 25px; font-size: 29px; font-weight: 400; }
.card h3 { margin-bottom: 8px; font-size: 17px; }
.card p { margin: 0; color: var(--muted); font-size: 13px; }
.card.accent p { color: #515b1d; }

 .compare { text-align: center; }
.compare > .muted {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.table-wrap {
  max-width: 1080px;
  margin: 42px auto 0;
  overflow-x: auto;
  border: 1px solid rgba(23, 23, 21, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .22);
  box-shadow: 0 14px 35px rgba(23, 23, 21, .06);
}
.table-wrap table {
  width: 100%;
  min-width: 820px;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  font-size: 12px;
}
.table-wrap th,
.table-wrap td {
  padding: 17px 18px;
  border-right: 1px solid rgba(23, 23, 21, .12);
  border-bottom: 1px solid rgba(23, 23, 21, .12);
  vertical-align: middle;
}
.table-wrap th:last-child,
.table-wrap td:last-child { border-right: 0; }
.table-wrap tbody tr:last-child td { border-bottom: 0; }
.table-wrap thead th {
  background: rgba(23, 23, 21, .07);
  color: var(--ink);
  font-weight: 800;
}
.table-wrap thead th:first-child { border-top-left-radius: 17px; }
.table-wrap thead th:last-child { border-top-right-radius: 17px; }
.table-wrap tbody tr:nth-child(even) td { background: rgba(255, 255, 255, .18); }
.table-wrap tbody td:first-child { color: var(--ink); font-weight: 700; }
.table-wrap tbody td:not(:first-child) { color: var(--muted); }

.compare-grid { display: grid; grid-template-columns: 1fr 70px 1fr; max-width: 800px; margin: 50px auto 0; text-align: left; }
.compare-grid > div { padding: 25px; border: 1px solid var(--line); }
.compare-grid h3 { font-size: 15px; }
.compare-grid p { padding: 9px 0; margin: 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.compare-grid b { display: block; margin-top: 25px; font-size: 12px; }
.compare-grid > i { align-self: center; color: var(--muted); font-family: var(--mono); font-size: 11px; font-style: normal; text-align: center; }
.compare-grid .better { background: var(--block-accent); border-color: var(--block-accent); }
.compare-grid .better p { border-color: rgba(0,0,0,.15); color: #515b1d; }
.dark { max-width: none; padding-inline: max(32px, calc((100% - 1176px) / 2)); background: var(--dark); color: var(--white); }
.dark h2 { color: var(--white); }
.dark .rows { border-color: #484841; }
.dark .rows article { border-color: #484841; }
.dark .muted, .dark .rows p { color: #aaa99e; }
.included {
  text-align: center;
}
.included-head {
  max-width: 760px;
  margin: 0 auto 42px;
}
.included-head .muted {
  margin: 0 auto;
  max-width: 640px;
}
.included-layout {
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}
.package {
  position: relative;
  min-height: 340px;
  padding: 34px 34px 30px;
  border: 1px solid var(--block-accent);
  background: linear-gradient(135deg, #efff8f 0%, var(--block-accent) 55%, #d8ef47 100%);
  text-align: left;
  box-shadow: 0 24px 55px rgba(162, 185, 0, .18);
}
.package-hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.package > span {
  display: inline-block;
  margin-top: 22px;
  font-size: 34px;
}
.package h3 {
  margin: 18px 0 10px;
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: -.05em;
}
.package > p {
  max-width: 560px;
  margin: 0;
  color: rgba(23, 23, 21, .72);
  font-size: 15px;
}
.package-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}
.package-points div {
  min-height: 110px;
  padding: 20px;
  border: 1px solid rgba(23, 23, 21, .1);
  background: rgba(255, 253, 248, .45);
  backdrop-filter: blur(3px);
}
.package-points b,
.included-grid > div b {
  display: block;
  font-size: 14px;
}
.package-points p,
.included-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.included-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.included-grid > div {
  min-height: 180px;
  padding: 28px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .42);
  text-align: left;
  box-shadow: 0 12px 28px rgba(23, 23, 21, .04);
}
.price {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 420px);
  align-items: center;
  gap: 56px;
  margin: 0 auto 90px;
  padding: 56px 64px;
  max-width: 1176px;
  border: 1px solid rgba(23, 23, 21, .08);
  background: linear-gradient(135deg, #f2ff8d 0%, var(--block-accent) 55%, #d8ef47 100%);
  box-shadow: 0 26px 60px rgba(162, 185, 0, .18);
  overflow: hidden;
}
.price::before {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 253, 248, .28);
  filter: blur(8px);
}
.price-intro {
  position: relative;
  z-index: 1;
  max-width: 540px;
}
.price h2 { margin-bottom: 14px; font-size: clamp(34px, 4.6vw, 56px); }
.price p {
  margin: 0;
  max-width: 420px;
  color: rgba(23, 23, 21, .72);
  font-size: 14px;
}
.cost {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 245px;
  padding: 30px 28px;
  border: 1px solid rgba(23, 23, 21, .12);
  border-radius: 22px;
  background: rgba(255, 253, 248, .62);
  box-shadow: 0 16px 38px rgba(23, 23, 21, .08);
  text-align: center;
  backdrop-filter: blur(6px);
}
.cost del, .cost small { font-family: var(--mono); font-size: 11px; }
.cost .old-price {
  margin: 0 0 8px;
  color: #77736b;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-decoration-color: #a2b900;
}
.cost strong {
  font-size: clamp(32px, 5vw, 44px);
  line-height: 1;
  letter-spacing: -.07em;
}
.cost small {
  margin-top: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(23, 23, 21, .06);
  color: rgba(23, 23, 21, .62);
}
.cost .btn {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}
.cost label {
  margin-top: 14px;
  color: rgba(23, 23, 21, .72);
  font-size: 12px;
  font-weight: 700;
}
.cost em {
  margin-top: 10px;
  color: rgba(23, 23, 21, .62);
  font-size: 12px;
  font-style: normal;
}

.cap-grid { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(220px, 1fr)); gap: 14px; width: 100%; max-width: 850px; margin: 6px auto 0; }
.cap-grid article { min-height: 190px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, .38); box-shadow: 0 12px 28px rgba(23, 23, 21, .05); text-align: left; }
.cap-grid article:nth-child(2), .cap-grid article:nth-child(4) { transform: translateY(22px); }
.cap-grid b { color: #9cad22; font-size: 25px; font-weight: 500; }
.cap-grid h3 { margin: 18px 0 7px; font-size: 16px; }
.cap-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.faq-list { max-width: 820px; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; padding: 20px 0; cursor: pointer; font-size: 14px; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: #9cad22; font-size: 22px; font-weight: 400; }
details p { max-width: 650px; color: var(--muted); font-size: 13px; }
.commands pre { margin: 0; padding: 25px; overflow: auto; background: var(--dark); color: #d5d4ca; font: 12px/2 var(--mono); }
.commands pre span { display: block; margin-bottom: 15px; color: #85847b; }
.commands pre b { color: var(--accent); }
footer { display: flex; justify-content: space-between; gap: 20px; max-width: 1176px; margin: 0 auto; padding: 30px 32px 45px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }

.buy-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease, visibility .2s ease;
}
.buy-modal.is-open { visibility: visible; opacity: 1; }
.buy-modal-backdrop { position: absolute; inset: 0; background: rgba(17, 17, 15, .66); backdrop-filter: blur(6px); }
.buy-modal-card {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  padding: 42px;
  border: 1px solid rgba(23, 23, 21, .12);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 25px 80px rgba(0, 0, 0, .25);
  transform: translateY(14px) scale(.98);
  transition: transform .2s ease;
}
.buy-modal.is-open .buy-modal-card { transform: translateY(0) scale(1); }
.buy-modal-close { position: absolute; top: 14px; right: 18px; border: 0; background: transparent; color: var(--muted); font-size: 30px; line-height: 1; cursor: pointer; }
.buy-modal-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 22px; border-radius: 50%; background: var(--block-accent); font-size: 30px; }
.buy-modal-card h2 { margin: 12px 0 18px; font-size: clamp(28px, 5vw, 42px); }
.buy-modal-card > p { color: var(--muted); font-size: 14px; }
.buy-modal-card > p a { color: #809400; font-weight: 800; text-decoration: underline; }
.contact-form { display: grid; gap: 9px; margin-top: 25px; }
.contact-form label { font-size: 12px; font-weight: 800; }
.contact-form input { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 3px; background: #fff; color: var(--ink); font: 14px var(--sans); outline: none; }
.contact-form input:focus { border-color: #a2b900; box-shadow: 0 0 0 3px rgba(162, 185, 0, .16); }
.contact-form .btn { justify-content: center; margin-top: 5px; border: 0; cursor: pointer; }
.form-status { min-height: 20px; margin: 4px 0 0; color: #718500; font-size: 12px; }
.form-status.error { color: #b2473e; }

@media (max-width: 760px) {
  .buy-modal-card { padding: 35px 24px 28px; }
}


@media (max-width: 760px) {
  .header { min-height: 70px; padding: 16px 20px; }
  .header nav, .header-link { display: none; }
  .menu { display: block; }
  .hero, .video, .split, .cases, .compare, .included, .faq, .commands { padding: 60px 20px; }
  .hero { padding-top: 65px; }
  h1 { font-size: clamp(42px, 13vw, 68px); }
  .actions, .section-title, footer { align-items: flex-start; flex-direction: column; }
  .actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 10px;
    width: 100%;
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }
  .actions .btn {
    justify-content: center;
    width: 100%;
    min-width: 0;
    padding: 14px 10px;
    gap: 8px;
    text-align: center;
  }
  .actions .btn b { font-size: 17px; }
  .actions .under {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 50px;
    text-align: center;
  }
  .price {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 28px;
    text-align: center;
  }
  .price > div:first-child {
    width: 100%;
    max-width: none;
  }
  .price-intro p {
    margin-right: auto;
    margin-left: auto;
  }
  .cost {
    width: 100%;
    min-width: 0;
  }
  .cost .btn { align-self: center; }
  .chat { padding: 22px 18px; }
  .split { grid-template-columns: 1fr; gap: 15px; }
  .cap-grid { grid-column: auto; width: 100%; margin-top: 12px; }
  .cap-grid article:nth-child(2),
  .cap-grid article:nth-child(4) { transform: none; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .compare-grid { grid-template-columns: 1fr; gap: 10px; }
  .compare-grid > i { padding: 3px; }
  .included-grid { grid-template-columns: 1fr 1fr; }
  .package { grid-row: auto; grid-column: span 2; }
  .price { margin: 0 20px 60px; padding: 30px 22px; }
  .cost strong { font-size: 38px; }
  footer { margin: 0 20px; padding-inline: 0; }
}

@media (max-width: 430px) {
  .cards, .included-grid { grid-template-columns: 1fr; }
  .package { grid-column: auto; }
  .video-card { min-height: 0; }
}

/* Dark neon visual system */
:root {
  --paper: #080b10;
  --ink: #f2f5f7;
  --muted: #8b96a6;
  --line: rgba(155, 174, 198, .16);
  --accent: #c9ff3d;
  --block-accent: #c9ff3d;
  --dark: #05070a;
  --white: #f7fafc;
  --surface: #10151d;
  --surface-soft: rgba(18, 25, 35, .78);
}

body {
  background:
    radial-gradient(circle at 12% 0%, rgba(102, 255, 190, .07), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(201, 255, 61, .06), transparent 25rem),
    var(--paper);
  color: var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.header {
  border-bottom-color: var(--line);
  background: rgba(8, 11, 16, .72);
  backdrop-filter: blur(18px);
}
.logo span, h1 em, h2 em { color: var(--accent); text-shadow: 0 0 24px rgba(201, 255, 61, .42); }
.header nav a:hover, .header-link:hover { color: var(--accent); }
.menu { color: var(--ink); }

.btn {
  border: 1px solid rgba(201, 255, 61, .34);
  border-radius: 12px;
  background: var(--accent);
  color: #101500;
  box-shadow: 0 0 26px rgba(201, 255, 61, .16);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn b { color: #101500; }
.btn:hover { background: #ddff78; color: #101500; transform: translateY(-2px); box-shadow: 0 0 34px rgba(201, 255, 61, .34); }
.under { border-bottom-color: var(--accent); color: var(--ink); }
.trust span { background: var(--accent); box-shadow: 0 0 10px var(--accent); }

.agent, .video-card, .card, .compare-grid > div, .included-grid > div, .cap-grid article, .table-wrap, .commands pre {
  border-radius: 18px;
  border-color: var(--line);
  background-color: var(--surface);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .28), 0 0 0 1px rgba(255,255,255,.015);
}
.agent { box-shadow: 0 28px 90px rgba(0,0,0,.5), 0 0 45px rgba(201,255,61,.08); }
.agent-bar { background: rgba(21, 28, 38, .96); border-bottom-color: var(--line); }
.chat { border-block-color: var(--line); }
.avatar.ai { background: var(--accent); box-shadow: 0 0 18px rgba(201,255,61,.35); }
.video { border-top-color: transparent; }
.video-card { background: #111820; }
.play { background: var(--accent); box-shadow: 0 0 30px rgba(201,255,61,.4); }

.rows, .rows article, .cases, .faq-list, details, footer { border-color: var(--line); }
.rows article > span, .cap-grid b, summary span { color: var(--accent); }
.card { min-height: 245px; }
.card.accent, .compare-grid .better {
  border-color: rgba(201,255,61,.42);
  background: linear-gradient(145deg, rgba(201,255,61,.18), rgba(201,255,61,.05));
  box-shadow: inset 0 0 35px rgba(201,255,61,.04), 0 0 28px rgba(201,255,61,.06);
}
.card.accent p, .compare-grid .better p { color: #bbd77b; }

.dark { background: linear-gradient(180deg, #0b1017, #06080c); }
.table-wrap { background: rgba(16, 21, 29, .72); }
.table-wrap th, .table-wrap td { border-color: var(--line); }
.table-wrap thead th { background: rgba(201,255,61,.08); color: var(--ink); }
.table-wrap tbody tr:nth-child(even) td { background: rgba(255,255,255,.025); }
.table-wrap tbody td:first-child { color: var(--ink); }
.table-wrap tbody td:not(:first-child) { color: var(--muted); }

 .package, .price {
  border-color: rgba(201,255,61,.38);
  background: linear-gradient(135deg, #c9ff3d 0%, #8dbd28 100%);
  box-shadow: 0 24px 70px rgba(122, 179, 24, .16), 0 0 35px rgba(201,255,61,.08);
}

/* Тёмный текст на светлых лаймовых блоках */
.package,
.package h3,
.package > span,
.package > p,
.package-points b,
.package-points p,
.price,
.price h2,
.price .kicker,
.price p {
  color: #101500;
}

.package-points p,
.price p {
  color: rgba(16, 21, 0, .72);
}

.package-points div {
  color: #101500;
}

.price .kicker {
  opacity: .72;
}
.package-points div { border-color: rgba(11, 16, 8, .16); background: rgba(255,255,255,.2); }
.included-grid > div { background: var(--surface-soft); }
.cost { border-color: rgba(201,255,61,.24); background: rgba(8, 12, 16, .74); box-shadow: 0 16px 38px rgba(0,0,0,.28); }
.cost strong, .cost small, .cost label, .cost em { color: var(--ink); }
.cost small { background: rgba(201,255,61,.12); }

.buy-modal-backdrop { background: rgba(2, 5, 8, .78); }
.buy-modal-card { border-color: var(--line); border-radius: 20px; background: #111720; box-shadow: 0 25px 90px rgba(0,0,0,.55), 0 0 45px rgba(201,255,61,.08); }
.buy-modal-icon { background: var(--accent); box-shadow: 0 0 25px rgba(201,255,61,.3); }
.buy-modal-close { color: var(--muted); }
.contact-form input { border-color: var(--line); border-radius: 10px; background: #0a0f15; color: var(--ink); }
.contact-form input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(201,255,61,.13), 0 0 20px rgba(201,255,61,.12); }
.form-status { color: var(--accent); }

@media (max-width: 760px) {
  .header { background: rgba(8,11,16,.9); }
  .hero, .video, .split, .cases, .compare, .included, .faq, .commands { padding-top: 52px; padding-bottom: 52px; }
}