/* Р“РёС‚Р±Рё landing-v2 вЂ” Р±Р»РёР¶Рµ Рє РјР°РєРµС‚Сѓ ChatGPT */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@800&display=swap");

:root {
  color-scheme: dark;
  --bg: #070b12;
  --bg2: #0b111b;
  --panel: #121820;
  --panel2: #171e28;
  --line: rgba(255, 255, 255, 0.08);
  --line2: rgba(255, 255, 255, 0.12);
  --text: #edf2f7;
  --muted: #8b98a8;
  --cyan: #2aabee;
  --teal: #00a5b4;
  --red: #e31b23;
  --red2: #ff3b40;
  --ok: #3dd68c;
  --font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --display: Manrope, var(--font);
  --wrap: 1180px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

/* Custom icon set */
.gi {
  width: 1.15em;
  height: 1.15em;
  display: inline-block;
  flex: 0 0 auto;
  vertical-align: -0.18em;
  fill: none;
  color: inherit;
  stroke: currentColor;
  overflow: visible;
}
.gi use { pointer-events: none; }
.hero__usp-ico .gi,
.mini-card__ico .gi,
.role__ico .gi {
  width: 18px;
  height: 18px;
  vertical-align: 0;
}
.role__ico .gi { width: 20px; height: 20px; vertical-align: 0; }
.btn__arrow .gi { width: 13px; height: 13px; vertical-align: 0; }
.unity__grid .gi,
.unity__infra .gi {
  width: 16px;
  height: 16px;
  color: var(--cyan);
  vertical-align: 0;
}
.chaos__x {
  display: inline-grid;
  place-items: center;
  margin-left: 4px;
  color: #f87171;
}
.chaos__x .gi { width: 12px; height: 12px; vertical-align: 0; }
.legend__lock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.legend__lock .gi,
.cta__note .gi {
  width: 14px;
  height: 14px;
  color: #9fb3c7;
  vertical-align: 0;
}
h1, h2, h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
}
p { margin: 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

.page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(900px 500px at 15% -10%, rgba(0, 165, 180, 0.18), transparent 60%),
    radial-gradient(800px 480px at 90% 8%, rgba(227, 27, 35, 0.14), transparent 55%),
    radial-gradient(700px 500px at 70% 40%, rgba(42, 171, 238, 0.08), transparent 60%),
    linear-gradient(180deg, #0b111b 0%, #070b12 45%, #05080d 100%);
}
.page-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 50% at 50% 20%, #000 20%, transparent 75%);
}

.wrap {
  width: min(var(--wrap), calc(100% - 48px));
  margin: 0 auto;
}

.band--problem,
.band--flow,
.band--gains,
.band--modules,
.band--who,
.cta {
  scroll-margin-top: 88px;
}

/* Header */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 11, 18, 0.78);
  backdrop-filter: blur(18px);
}
.lp-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.02em;
  flex: 0 0 auto;
}
.mark { width: 36px; height: 36px; object-fit: contain; }
.mark--sm { width: 28px; height: 28px; }
.lp-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  min-width: 0;
}
.lp-nav a:hover { color: #fff; }
.lp-actions {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.btn--red {
  color: #fff;
  background: linear-gradient(180deg, var(--red2), var(--red));
  box-shadow: 0 12px 30px rgba(227, 27, 35, 0.35);
}
.btn--red:hover { filter: brightness(1.06); }
.btn--ghost {
  color: #fff;
  border-color: var(--line2);
  background: transparent;
}
.btn--dark {
  color: #fff;
  background: #171e28;
  border-color: var(--line2);
}
.btn--xl { padding: 14px 22px; font-size: 15px; }
.btn__arrow {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
  color: #fff;
}

.kicker {
  margin: 0 0 14px;
  color: #5eead4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lead {
  margin-top: 14px;
  color: var(--muted);
  font-size: 16px;
  max-width: 46ch;
  line-height: 1.55;
}

/* Hero */
.hero { padding: 56px 0 28px; }
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
  gap: 48px;
  align-items: center;
}
.hero__copy h1 {
  font-size: clamp(36px, 4.8vw, 56px);
  max-width: 11ch;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.hero__usps {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.hero__usps li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #b7c3d1;
  font-size: 14px;
}
.hero__usps i {
  font-size: 15px;
  color: var(--cyan);
}

/* Scene / product visual */
.scene {
  position: relative;
  padding: 12px 8px 8px;
}
.scene__glow {
  position: absolute;
  left: 50%;
  top: 80px;
  width: 420px;
  height: 320px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(42, 171, 238, 0.35), transparent 68%);
  filter: blur(10px);
  pointer-events: none;
}
.scene__ring {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 520px;
  height: 520px;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid rgba(42, 171, 238, 0.12);
  box-shadow:
    inset 0 0 60px rgba(42, 171, 238, 0.05),
    0 0 80px rgba(42, 171, 238, 0.08);
  pointer-events: none;
  animation: ring-spin 28s linear infinite;
}
@keyframes ring-spin {
  to { transform: translateX(-50%) rotate(360deg); }
}
.task-panel {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  max-width: 440px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(180deg, rgba(30,39,52,0.98), rgba(16,22,30,0.98));
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(42, 171, 238, 0.1),
    0 0 60px rgba(42, 171, 238, 0.12);
  overflow: hidden;
}
.task-panel__shine {
  position: absolute;
  inset: -40% auto auto -20%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(42,171,238,0.22), transparent 70%);
  pointer-events: none;
}
.task-panel__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}
.task-panel__top > div {
  min-width: 0;
  flex: 1 1 auto;
}
.task-panel__id {
  margin: 0 0 4px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.task-panel h2 {
  font-size: 22px;
  margin: 0;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.task-panel__top .pill {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-top: 2px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  background: #0f1419;
  border: 1px solid var(--line2);
  color: var(--muted);
}
.pill--live {
  color: #86efac;
  border-color: rgba(61, 214, 140, 0.35);
  background: rgba(61, 214, 140, 0.08);
}
.pill--live i {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--ok);
  animation: live-pulse 1.8s ease-out infinite;
}
@keyframes live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(61,214,140,0.4); }
  100% { box-shadow: 0 0 0 10px rgba(61,214,140,0); }
}
.task-panel__assign-by {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-size: 12px;
  color: var(--muted);
}
.task-panel__assign-by b {
  color: var(--text);
  font-weight: 700;
}
.task-panel__people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 14px;
  align-items: stretch;
}
.who-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(15, 20, 25, 0.8);
  border: 1px solid var(--line);
}
.who-card--exec {
  border-color: rgba(42, 171, 238, 0.22);
  background: rgba(42, 171, 238, 0.06);
}
.who-card--exec .who-row {
  margin-block: auto;
}
.who-card__label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.who-row {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 0;
}
.who-row div {
  min-width: 0;
}
.ava {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.12);
  background: #121820;
}
.ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.14);
}
.ava--sm {
  width: 22px;
  height: 22px;
}
.who-row b {
  display: block;
  font-size: 11px;
  line-height: 1.25;
}
.who-row div span {
  font-size: 10px;
  color: var(--muted);
}

.stages {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  padding: 8px 4px 2px;
}
.stages__track {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 15px;
  height: 2px;
  background: #314152;
  opacity: 0.9;
  overflow: hidden;
  border-radius: 999px;
}
.stages__track > i {
  display: block;
  height: 100%;
  width: 38%;
  background: linear-gradient(90deg, var(--ok), var(--cyan));
  transition: width 0.5s ease;
}
.stage {
  position: relative;
  z-index: 1;
  text-align: center;
}
.stage__dot {
  display: block;
  width: 12px; height: 12px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #3a4656;
  border: 2px solid #1a222d;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.stage em {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
}
.stage.is-done .stage__dot { background: var(--ok); }
.stage.is-done em { color: #86efac; }
.stage.is-on .stage__dot {
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(42, 171, 238, 0.2);
}
.stage.is-on em { color: #7dd3fc; }

.scene__orbit {
  position: relative;
  z-index: 4;
  height: 180px;
  margin-top: 0;
}
.scene__float {
  position: absolute;
  z-index: 4;
  width: min(168px, 32%);
}
.scene__float--a { left: 0; top: 28px; animation: float-y 5.5s ease-in-out infinite; }
.scene__float--b {
  left: 50%;
  top: 72px;
  margin-left: -84px;
  animation: float-y 6.2s ease-in-out infinite 0.4s;
}
.scene__float--c { right: 0; top: 28px; animation: float-y 5.8s ease-in-out infinite 0.8s; }
@keyframes float-y {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.mini-card {
  padding: 12px;
  border-radius: 16px;
  border: 1px solid var(--line2);
  background: rgba(18, 24, 32, 0.94);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4);
  backdrop-filter: blur(12px);
}
.mini-card.is-pulse {
  animation: card-glow 2.8s ease-in-out infinite;
}
@keyframes card-glow {
  0%, 100% { box-shadow: 0 16px 40px rgba(0,0,0,0.4); }
  50% { box-shadow: 0 16px 40px rgba(0,0,0,0.4), 0 0 0 1px rgba(61,214,140,0.35); }
}
.mini-card--ai {
  border-color: rgba(42, 171, 238, 0.4);
  background: linear-gradient(180deg, rgba(42,171,238,0.16), rgba(18,24,32,0.96));
}
.mini-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.mini-card__ico {
  display: grid;
  place-items: center;
  width: 28px; height: 28px;
  border-radius: 9px;
  background: rgba(42,171,238,0.12);
  color: var(--cyan);
}
.ok-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 4px rgba(61,214,140,0.12);
}
.mini-card strong { display: block; font-size: 13px; margin-bottom: 4px; }
.mini-card p { font-size: 11px; color: var(--muted); line-height: 1.4; }
.mini-card code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: #9fd8f5;
  font-size: 11px;
}

/* Compare / Flow showcase */
.band { padding: 72px 0; }

.band--problem {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
}
.problem-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.problem-bg__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
}
.problem-bg__blob--a {
  width: 42%;
  height: 55%;
  left: -10%;
  top: 8%;
  background: radial-gradient(circle, rgba(227,27,35,0.26), transparent 70%);
}
.problem-bg__blob--b {
  width: 40%;
  height: 50%;
  right: -8%;
  bottom: 4%;
  background: radial-gradient(circle, rgba(42,171,238,0.24), transparent 70%);
}
.band--problem > .wrap { position: relative; z-index: 1; }

.problem-head {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}
.problem-head .section-label {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.problem-head h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  margin: 0;
  background: linear-gradient(180deg, #fff 30%, #9eb0c4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
}
.problem-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px 26px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(14, 20, 28, 0.92);
  box-shadow: 0 20px 48px rgba(0,0,0,0.28);
}
.problem-card__shine {
  position: absolute;
  inset: -40% auto auto -30%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255,255,255,0.1), transparent 70%);
  pointer-events: none;
  opacity: 0.55;
}
.problem-card__tag {
  display: inline-flex;
  align-self: flex-start;
  position: relative;
  z-index: 1;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.problem-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 54ch;
}

.problem-card--pain {
  background:
    linear-gradient(145deg, rgba(227,27,35,0.14), transparent 48%),
    rgba(14, 20, 28, 0.95);
  border-color: rgba(227,27,35,0.28);
}
.problem-card--pain .problem-card__tag {
  color: #fda4af;
  background: rgba(227,27,35,0.12);
  border: 1px solid rgba(227,27,35,0.28);
}

.problem-card--fix {
  background:
    linear-gradient(145deg, rgba(42,171,238,0.16), transparent 48%),
    rgba(14, 20, 28, 0.95);
  border-color: rgba(42,171,238,0.3);
}
.problem-card--fix .problem-card__tag {
  color: #7dd3fc;
  background: rgba(42,171,238,0.12);
  border: 1px solid rgba(42,171,238,0.28);
}

.band--flow {
  position: relative;
  overflow: hidden;
  padding: 96px 0 110px;
}
.flow-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.flow-bg__blob {
  position: absolute;
  width: 52%;
  height: 70%;
  filter: blur(70px);
  opacity: 0.55;
}
.flow-bg__blob--l {
  left: -8%;
  top: 10%;
  background: radial-gradient(circle, rgba(227,27,35,0.28), transparent 68%);
}
.flow-bg__blob--r {
  right: -10%;
  top: 8%;
  background: radial-gradient(circle, rgba(42,171,238,0.28), transparent 68%);
}
.flow-bg__grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 45%, #000 20%, transparent 75%);
}
.band--flow > .wrap { position: relative; z-index: 1; }

.flow-head {
  max-width: 780px;
  margin: 0 auto 40px;
  text-align: center;
}
.flow-head .section-label { display: flex; justify-content: center; margin-bottom: 16px; }
.flow-head h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  margin: 0 0 14px;
  background: linear-gradient(180deg, #fff 30%, #9eb0c4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.flow-head .lead {
  margin: 0 auto;
  max-width: 56ch;
  color: var(--muted);
  font-size: 16px;
}

.flow-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
}
.flow-stage > .flow-panel {
  min-height: 0;
}

.flow-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid var(--line2);
  background: rgba(10, 14, 20, 0.72);
  backdrop-filter: blur(14px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
  overflow: hidden;
  min-height: 100%;
  height: 100%;
}
.flow-panel__glow {
  position: absolute;
  inset: auto -20% -30% auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(8px);
  opacity: 0.7;
}
.flow-panel--chaos .flow-panel__glow {
  left: -25%;
  top: -20%;
  right: auto;
  background: radial-gradient(circle, rgba(248,113,113,0.22), transparent 70%);
}
.flow-panel--unity .flow-panel__glow {
  right: -18%;
  bottom: -25%;
  background: radial-gradient(circle, rgba(42,171,238,0.28), transparent 70%);
}
.flow-panel--chaos {
  border-color: rgba(248,113,113,0.22);
  background:
    linear-gradient(160deg, rgba(248,113,113,0.07), transparent 40%),
    rgba(12, 14, 18, 0.88);
}
.flow-panel--unity {
  border-color: rgba(42,171,238,0.28);
  background:
    linear-gradient(160deg, rgba(0,165,180,0.1), transparent 42%),
    rgba(10, 16, 24, 0.9);
}
.flow-panel__orbit {
  position: absolute;
  width: 220px;
  height: 220px;
  right: -40px;
  top: 90px;
  border-radius: 50%;
  border: 1px dashed rgba(42,171,238,0.25);
  animation: orbit-spin 28s linear infinite;
  pointer-events: none;
}
.flow-panel__orbit::before,
.flow-panel__orbit::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(42,171,238,0.8);
}
.flow-panel__orbit::before { top: 12px; left: 50%; }
.flow-panel__orbit::after { bottom: 28px; left: 18px; background: var(--teal); }
@keyframes orbit-spin { to { transform: rotate(360deg); } }

.flow-panel__head { position: relative; z-index: 1; }
.flow-panel__head h3 {
  margin: 10px 0 8px;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
}
.flow-panel__head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  max-width: 40ch;
}
.flow-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.flow-badge--bad {
  color: #fecaca;
  background: rgba(248,113,113,0.12);
  border: 1px solid rgba(248,113,113,0.35);
}
.flow-badge--ok {
  color: #7dd3fc;
  background: rgba(42,171,238,0.12);
  border: 1px solid rgba(42,171,238,0.35);
}

.chaos {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-height: 280px;
  margin: 0;
  border-radius: 20px;
  border: 1px dashed rgba(248,113,113,0.2);
  background:
    radial-gradient(circle at 30% 40%, rgba(248,113,113,0.08), transparent 45%),
    repeating-linear-gradient(-12deg, transparent, transparent 10px, rgba(255,255,255,0.015) 10px, rgba(255,255,255,0.015) 11px);
  overflow: hidden;
}
.chaos__tag {
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(22, 18, 20, 0.92);
  border: 1px solid rgba(248,113,113,0.28);
  color: #c4ced8;
  font-size: 12px;
  font-weight: 700;
  transform: rotate(var(--r));
  box-shadow: 0 14px 30px rgba(0,0,0,0.35);
  white-space: nowrap;
  animation: chaos-drift 5.5s ease-in-out infinite;
  animation-delay: var(--d, 0s);
  transition: border-color 0.2s ease, color 0.2s ease, z-index 0s;
}
.chaos__tag .gi {
  width: 14px;
  height: 14px;
  color: #f87171;
  opacity: 0.9;
  vertical-align: 0;
}
.chaos__tag:hover {
  color: #fff;
  border-color: rgba(248,113,113,0.6);
  z-index: 3;
}
.chaos__x {
  display: inline-grid;
  place-items: center;
  margin-left: 2px;
  color: #f87171;
}
.chaos__x .gi { width: 11px; height: 11px; color: #f87171; }
@keyframes chaos-drift {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -6px; }
}

.flow-pain,
.flow-win {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: auto 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.flow-pain li,
.flow-win li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 9px 11px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}
.flow-pain li {
  color: #f0b4b4;
  background: rgba(248,113,113,0.08);
  border: 1px solid rgba(248,113,113,0.16);
}
.flow-pain li::before {
  content: "\00D7";
  color: #f87171;
  font-weight: 800;
  line-height: 1;
  flex: 0 0 auto;
  font-size: 14px;
}
.flow-win li {
  color: #b6e4f8;
  background: rgba(42,171,238,0.08);
  border: 1px solid rgba(42,171,238,0.18);
}
.flow-win li::before {
  content: "\2713";
  color: #3dd68c;
  font-weight: 800;
  line-height: 1;
  flex: 0 0 auto;
  font-size: 13px;
}

.flow-morph {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 2;
}
.flow-morph__line {
  position: absolute;
  top: 18%;
  bottom: 18%;
  width: 2px;
  background: linear-gradient(180deg, rgba(248,113,113,0.0), rgba(248,113,113,0.55), rgba(42,171,238,0.7), rgba(42,171,238,0));
  opacity: 0.7;
}
.flow-morph__orb {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ed1c24, #2aabee);
  box-shadow:
    0 0 0 6px rgba(42,171,238,0.12),
    0 18px 40px rgba(237,28,36,0.35),
    0 0 50px rgba(42,171,238,0.35);
  animation: orb-pulse 2.8s ease-in-out infinite;
}
.flow-morph__ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.22);
  animation: ring-out 2.8s ease-out infinite;
}
.flow-morph__ring--2 {
  inset: -22px;
  animation-delay: 0.9s;
  border-color: rgba(42,171,238,0.28);
}
.flow-morph__label {
  margin: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9eb3c7;
  line-height: 1.25;
}
@keyframes orb-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
@keyframes ring-out {
  0% { opacity: 0.7; transform: scale(0.85); }
  100% { opacity: 0; transform: scale(1.25); }
}

.unity {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 12px;
  border-radius: 22px;
  border: 1px solid rgba(0, 165, 180, 0.3);
  background:
    linear-gradient(160deg, rgba(0,165,180,0.14), transparent 42%),
    rgba(12, 18, 26, 0.95);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 20px 50px rgba(0,0,0,0.28);
}
.unity__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  flex: 1 1 auto;
  align-content: start;
}
.unity__grid > div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(8, 12, 18, 0.9);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
.unity__grid > div:hover {
  border-color: rgba(42,171,238,0.4);
  transform: translateY(-2px);
  background: rgba(14, 22, 32, 0.95);
}
.unity__grid .gi { color: var(--cyan); width: 16px; height: 16px; }
.unity__dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 3px rgba(61,214,140,0.12);
}
.unity__ai {
  grid-column: 1 / -1;
  border-color: rgba(42,171,238,0.4) !important;
  background:
    linear-gradient(90deg, rgba(42,171,238,0.18), rgba(14,20,28,0.95) 55%) !important;
  box-shadow: 0 0 24px rgba(42,171,238,0.12);
}
.unity__ai em {
  margin-left: auto;
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7dd3fc;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(42,171,238,0.15);
  border: 1px solid rgba(42,171,238,0.3);
}
.unity__infra {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
}
.unity__infra span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(42,171,238,0.08);
  border: 1px solid rgba(42,171,238,0.22);
  color: #9fd8f5;
  font-size: 11px;
  font-weight: 700;
}
.unity__infra .gi { width: 14px; height: 14px; }


/* Modules */
.band--modules {
  position: relative;
  overflow: hidden;
  padding: 96px 0 110px;
  background: linear-gradient(180deg, transparent, rgba(18,24,32,0.45), transparent);
}
.mods-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.mods-bg__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
}
.mods-bg__blob--a {
  width: 42%;
  height: 46%;
  left: -10%;
  top: 12%;
  background: radial-gradient(circle, rgba(0,165,180,0.28), transparent 70%);
}
.mods-bg__blob--b {
  width: 38%;
  height: 40%;
  right: -8%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(42,171,238,0.24), transparent 70%);
}
.mods-bg__grid {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 65% 55% at 50% 40%, #000 15%, transparent 75%);
}
.band--modules > .wrap { position: relative; z-index: 1; }

.mods-head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}
.mods-head .section-label { display: flex; justify-content: center; margin-bottom: 16px; }
.mods-head h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  margin: 0 0 14px;
  background: linear-gradient(180deg, #fff 30%, #9eb0c4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mods-head .lead {
  margin: 0 auto;
  max-width: 62ch;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.mods-showcase {
  display: flex;
  flex-direction: column;
  gap: 56px;
  max-width: 1100px;
  margin: 0 auto;
}

.mod-show {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 36px;
  align-items: center;
}
.mod-show--flip {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}
.mod-show--flip .mod-show__preview { order: 2; }
.mod-show--flip .mod-show__copy { order: 1; }

.mod-show__copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.mod-show__name {
  display: inline-flex;
  align-self: flex-start;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7dd3fc;
  background: rgba(42,171,238,0.12);
  border: 1px solid rgba(42,171,238,0.25);
}
.mod-show__copy h3 {
  margin: 0;
  font-size: clamp(22px, 2.6vw, 28px);
  line-height: 1.22;
  letter-spacing: -0.02em;
  max-width: 18ch;
}
.mod-show__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: 46ch;
}

.mod-show__preview { min-width: 0; }

.mods-finale {
  max-width: 1100px;
  margin: 48px auto 0;
  padding: 26px 28px;
  border-radius: 20px;
  border: 1px solid rgba(0,165,180,0.3);
  background:
    linear-gradient(115deg, rgba(0,165,180,0.16), rgba(42,171,238,0.1) 50%, transparent 80%),
    rgba(14, 20, 28, 0.96);
  box-shadow: 0 18px 48px rgba(0,165,180,0.08);
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.mods-finale__ico {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(0,165,180,0.5), rgba(42,171,238,0.25));
  border: 1px solid rgba(255,255,255,0.14);
}
.mods-finale__ico .gi { width: 22px; height: 22px; }
.mods-finale__copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.mods-finale__copy h3 {
  margin: 0;
  font-size: clamp(20px, 2.4vw, 24px);
  line-height: 1.28;
  letter-spacing: -0.01em;
}
.mods-finale__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: 68ch;
}

.band--gains {
  position: relative;
  overflow: hidden;
  padding: 96px 0 110px;
  background: linear-gradient(180deg, transparent, rgba(18,24,32,0.4), transparent);
}
.gains-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.gains-bg__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
}
.gains-bg__blob--a {
  width: 46%;
  height: 48%;
  left: -8%;
  top: 8%;
  background: radial-gradient(circle, rgba(42,171,238,0.3), transparent 70%);
}
.gains-bg__blob--b {
  width: 40%;
  height: 42%;
  right: -6%;
  bottom: 4%;
  background: radial-gradient(circle, rgba(227,27,35,0.22), transparent 70%);
}
.gains-bg__ring {
  position: absolute;
  left: 50%;
  top: 42%;
  width: min(640px, 70vw);
  height: min(640px, 70vw);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(42,171,238,0.12);
  box-shadow: inset 0 0 80px rgba(42,171,238,0.05);
}
.band--gains > .wrap { position: relative; z-index: 1; }

.gains-head {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}
.gains-head .section-label { display: flex; justify-content: center; margin-bottom: 16px; }
.gains-head h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  margin: 0 0 14px;
  background: linear-gradient(180deg, #fff 30%, #9eb0c4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.gains-head .lead {
  margin: 0 auto;
  max-width: 54ch;
  color: var(--muted);
  font-size: 16px;
}
.gains-head .lead--secondary {
  margin-top: 12px;
  max-width: 62ch;
  font-size: 15px;
  color: rgba(196, 210, 224, 0.78);
}

.gains-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(12, 18, 26, 0.55);
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
}

.gain-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 22px;
  padding: 26px 28px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.22s ease;
}
.gain-row:has(+ .gain-finale) {
  border-bottom: 0;
}
.gain-row:hover {
  background: rgba(42,171,238,0.05);
}
.gain-row__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 2px;
}
.gain-row__num {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.28);
}
.gain-row__ico {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  background:
    linear-gradient(145deg, rgba(42,171,238,0.2), rgba(0,165,180,0.06));
  border: 1px solid rgba(42,171,238,0.28);
  box-shadow: 0 0 20px rgba(42,171,238,0.1);
}
.gain-row__ico .gi { width: 20px; height: 20px; }
.gain-row__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gain-row__body h3 {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.28;
  letter-spacing: -0.01em;
}
.gain-row__body > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: 68ch;
}
.gain-row__body > .gain-row__aside,
.gain-finale__copy > .gain-row__aside {
  color: rgba(168, 184, 200, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.gain-finale {
  margin: 14px;
  padding: 26px 28px;
  border-radius: 18px;
  border: 1px solid rgba(227,27,35,0.28);
  background:
    linear-gradient(115deg, rgba(227,27,35,0.16), rgba(42,171,238,0.1) 45%, transparent 78%),
    rgba(14, 20, 28, 0.96);
  box-shadow: 0 18px 48px rgba(227,27,35,0.1);
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.gain-finale__top {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.gain-finale__ico {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(227,27,35,0.45), rgba(42,171,238,0.22));
  border: 1px solid rgba(255,255,255,0.14);
}
.gain-finale__ico .gi { width: 22px; height: 22px; }
.gain-finale__copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.gain-finale__copy h3 {
  margin: 0;
  font-size: clamp(20px, 2.4vw, 24px);
  line-height: 1.28;
  letter-spacing: -0.01em;
}
.gain-finale__copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: 68ch;
}
.gain-finale__chain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-left: calc(52px + 18px);
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.gain-finale__chain > span:not(.gain-finale__arrow) {
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #eef6ff;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}
.gain-finale__arrow {
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(227,27,35,0.55), rgba(42,171,238,0.8));
  position: relative;
  flex: 0 0 auto;
}
.gain-finale__arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid rgba(42,171,238,0.9);
  border-top: 2px solid rgba(42,171,238,0.9);
  transform: translateY(-50%) rotate(45deg);
}

/* Who */
.band--who {
  position: relative;
  overflow: hidden;
  padding: 96px 0 80px;
}
.who-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.who-bg__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
}
.who-bg__blob--a {
  width: 44%;
  height: 50%;
  left: -10%;
  top: 8%;
  background: radial-gradient(circle, rgba(42,171,238,0.24), transparent 70%);
}
.who-bg__blob--b {
  width: 40%;
  height: 45%;
  right: -8%;
  bottom: 5%;
  background: radial-gradient(circle, rgba(0,165,180,0.18), transparent 70%);
}
.band--who > .wrap { position: relative; z-index: 1; }

.who-head {
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
}
.who-head .section-label { display: flex; justify-content: center; margin-bottom: 16px; }
.who-head h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  margin: 0 0 16px;
  background: linear-gradient(180deg, #fff 30%, #9eb0c4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.who-head .lead {
  margin: 0 auto;
  max-width: 62ch;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}
.who-head .lead b {
  color: #e8edf3;
  font-weight: 700;
}

.roles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.role {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  min-height: 0;
  padding: 26px 26px 24px;
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(42,171,238,0.14) 0%, transparent 38%),
    linear-gradient(180deg, #161e28 0%, #10161e 100%);
  border: 1px solid rgba(120, 190, 235, 0.22);
  box-shadow:
    0 18px 40px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.04);
  transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}
.role:hover {
  transform: translateY(-3px);
  border-color: rgba(125, 211, 252, 0.45);
  box-shadow:
    0 26px 55px rgba(0,0,0,0.34),
    0 0 0 1px rgba(42,171,238,0.08),
    inset 0 1px 0 rgba(255,255,255,0.05);
}
.role::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #7dd3fc, #2aabee 55%, transparent);
  opacity: 0.9;
}
.role::after {
  content: "";
  position: absolute;
  inset: auto -20% -45% auto;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(42,171,238,0.16), transparent 70%);
  pointer-events: none;
}
.role__head {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 2px;
}
.role__num { display: none; }
.role__ico {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: linear-gradient(145deg, rgba(42,171,238,0.35), rgba(0,165,180,0.16));
  color: #e0f2fe;
  border: 1px solid rgba(125, 211, 252, 0.45);
  box-shadow: 0 0 28px rgba(42,171,238,0.22);
}
.role__tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(42,171,238,0.28), rgba(42,171,238,0.14));
  border: 1px solid rgba(125, 211, 252, 0.5);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.2;
  box-shadow:
    0 0 0 1px rgba(42,171,238,0.12),
    0 8px 20px rgba(42,171,238,0.12);
  position: relative;
  z-index: 1;
}
.role h3 {
  font-size: clamp(19px, 2.1vw, 23px);
  margin: 0;
  line-height: 1.28;
  color: #fff;
  position: relative;
  z-index: 1;
}
.role > p,
.role__wide-copy > p {
  margin: 0;
  color: #93a4b5;
  font-size: 14.5px;
  line-height: 1.55;
  max-width: none;
  position: relative;
  z-index: 1;
}
.role > p { flex: 1; }
.role__punch {
  margin: 4px 0 0 !important;
  padding: 12px 14px;
  border-top: 0;
  border-radius: 14px;
  background: rgba(42, 171, 238, 0.1);
  border: 1px solid rgba(125, 211, 252, 0.18);
  color: #e0f2fe !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  flex: 0 0 auto;
  max-width: none !important;
  width: 100%;
  box-sizing: border-box;
}
.role--wide {
  grid-column: auto;
  display: flex;
  grid-template-columns: none;
  gap: 14px;
  padding: 26px 26px 24px;
}
.role--wide .role__head {
  width: 100%;
  padding-top: 0;
}
.role--wide .role__wide-copy {
  display: contents;
}
.role--wide h3 {
  font-size: clamp(19px, 2.1vw, 23px);
  max-width: none;
}
.role--wide p {
  max-width: none;
}
.role--finale {
  background:
    linear-gradient(160deg, rgba(0,165,180,0.18) 0%, transparent 40%),
    linear-gradient(180deg, #142028 0%, #10181f 100%);
  border-color: rgba(94, 234, 212, 0.3);
}
.role--finale:hover {
  border-color: rgba(94, 234, 212, 0.5);
}
.role--finale::before {
  background: linear-gradient(180deg, #5eead4, #00a5b4 55%, transparent);
}
.role--finale .role__tag {
  color: #fff;
  background: linear-gradient(180deg, rgba(0,165,180,0.34), rgba(0,165,180,0.16));
  border-color: rgba(94, 234, 212, 0.55);
  box-shadow:
    0 0 0 1px rgba(0,165,180,0.14),
    0 8px 20px rgba(0,165,180,0.14);
}
.role--finale .role__ico {
  color: #ecfeff;
  border-color: rgba(94, 234, 212, 0.5);
  background: linear-gradient(145deg, rgba(0,165,180,0.38), rgba(42,171,238,0.12));
  box-shadow: 0 0 28px rgba(0,165,180,0.24);
}
.role--finale .role__punch {
  background: rgba(0, 165, 180, 0.12);
  border-color: rgba(94, 234, 212, 0.22);
  color: #ccfbf1 !important;
}
.role__meta,
.role__body,
.role__top,
.role__points { display: none; }

/* CTA strip — отдельная сцена после аудитории */
.cta {
  position: relative;
  overflow: hidden;
  padding: 120px 0 100px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(ellipse 80% 55% at 50% -10%, rgba(227, 27, 35, 0.22), transparent 58%),
    radial-gradient(ellipse 70% 50% at 85% 80%, rgba(42, 171, 238, 0.16), transparent 55%),
    linear-gradient(180deg, #05080f 0%, #0a1018 42%, #070b12 100%);
  isolation: isolate;
}
.cta-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.cta-bg__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 11, 18, 0.2), transparent 18%),
    linear-gradient(0deg, rgba(7, 11, 18, 0.55), transparent 28%);
}
.cta-bg__grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
}
.cta-bg__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.cta-bg__ring--a {
  width: 520px;
  height: 520px;
  left: 50%;
  top: 42%;
  transform: translate(-58%, -50%);
  border-color: rgba(227, 27, 35, 0.18);
  box-shadow: inset 0 0 80px rgba(227, 27, 35, 0.06);
}
.cta-bg__ring--b {
  width: 740px;
  height: 740px;
  left: 50%;
  top: 42%;
  transform: translate(-48%, -46%);
  border-color: rgba(42, 171, 238, 0.12);
}
.cta-bg__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.7;
}
.cta-bg__blob--a {
  width: 42%;
  height: 55%;
  left: -8%;
  top: 18%;
  background: radial-gradient(circle, rgba(227, 27, 35, 0.38), transparent 70%);
}
.cta-bg__blob--b {
  width: 38%;
  height: 50%;
  right: -6%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(42, 171, 238, 0.3), transparent 70%);
}
.cta-bg__blob--c {
  width: 28%;
  height: 36%;
  left: 38%;
  top: 8%;
  background: radial-gradient(circle, rgba(0, 165, 180, 0.18), transparent 70%);
  filter: blur(70px);
}
.cta > .wrap { position: relative; z-index: 1; }

.cta__stage {
  display: grid;
  gap: 28px;
}
.cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-self: start;
  padding: 8px 14px 8px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(12, 18, 26, 0.72);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  color: #dbe7f2;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.cta__mark {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: #0f1419;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.cta__inner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 440px);
  gap: 32px;
  align-items: stretch;
  padding: 36px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(227, 27, 35, 0.2) 0%, transparent 38%),
    linear-gradient(200deg, rgba(42, 171, 238, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(22, 30, 40, 0.92), rgba(8, 12, 18, 0.96));
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(227, 27, 35, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}
.cta__inner::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(227, 27, 35, 0.35), transparent 70%);
  pointer-events: none;
}
.cta__inner::after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -100px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(42, 171, 238, 0.22), transparent 70%);
  pointer-events: none;
}
.cta__copy,
.cta__form {
  position: relative;
  z-index: 1;
}
.cta__inner h2 {
  font-family: var(--display);
  font-size: clamp(32px, 4.2vw, 48px);
  line-height: 1.08;
  margin: 0 0 14px;
  letter-spacing: -0.03em;
  background: linear-gradient(180deg, #fff 20%, #d7e3ef 78%, #9eb4c8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: 14ch;
}
.cta__lead {
  margin: 0 0 26px;
  color: #aebccd;
  font-size: 16px;
  line-height: 1.55;
  max-width: 44ch;
}
.cta__perks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.cta__perks li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border-radius: 18px;
  background: rgba(7, 11, 18, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.cta__perks li:hover {
  border-color: rgba(125, 211, 252, 0.28);
  background: rgba(7, 11, 18, 0.62);
}
.cta__perk-ico {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(42, 171, 238, 0.24), rgba(227, 27, 35, 0.1));
  border: 1px solid rgba(125, 211, 252, 0.28);
  color: #bae6fd;
  box-shadow: 0 0 24px rgba(42, 171, 238, 0.12);
}
.cta__perk-ico .gi {
  width: 18px;
  height: 18px;
  margin: 0;
  color: inherit;
}
.cta__perks li div {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.cta__perks strong {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}
.cta__perks span {
  color: #97a8b8;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.45;
}

.cta__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 40%),
    linear-gradient(180deg, #121922, #0a0f16);
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.cta__form-head {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 2px;
}
.cta__form-head strong {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}
.cta__form-head span {
  font-size: 13px;
  color: #8b98a8;
}
.cta__fields {
  display: grid;
  gap: 10px;
}
.cta__form input {
  width: 100%;
  min-width: 0;
  padding: 15px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 11, 18, 0.88);
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.cta__form input::placeholder { color: #6d7c8d; }
.cta__form input:focus {
  outline: none;
  border-color: rgba(42, 171, 238, 0.55);
  box-shadow: 0 0 0 3px rgba(42, 171, 238, 0.16);
  background: #0f1419;
}
.cta__submit {
  width: 100%;
  justify-content: center;
  margin-top: 2px;
  box-shadow: 0 12px 28px rgba(227, 27, 35, 0.28);
}
.cta__note {
  margin: 0;
  color: #8b98a8;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}
.form-ok {
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(61,214,140,0.35);
  background: rgba(61,214,140,0.08);
  color: #86efac;
  font-size: 13px;
}
.form-ok a { color: #5eead4; text-decoration: underline; }
.form-err {
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(248,113,113,0.35);
  background: rgba(248,113,113,0.08);
  color: #fca5a5;
  font-size: 13px;
}
.form-err a { color: #fda4af; text-decoration: underline; }
.cta__form .hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.cta__submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.lp-footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 40px;
  color: var(--muted);
  font-size: 13px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.18));
}
.lp-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.lp-footer .lp-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 800;
}
.lp-footer .lp-brand:hover { color: #fff; }
.lp-footer__meta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.lp-footer__meta a {
  color: #c5d0dc;
  font-weight: 650;
  border-bottom: 1px solid rgba(197, 208, 220, 0.28);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.lp-footer__meta a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.lp-footer__meta span {
  color: #7a8796;
}

.lp-header.is-scrolled {
  background: rgba(7, 11, 18, 0.92);
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--line2);
  background: #121820;
  padding: 10px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.is-in {
  opacity: 1;
  transform: none;
}
.reveal--delay { transition-delay: 0.12s; }

@media (max-width: 1100px) {
  .flow-stage { grid-template-columns: 1fr; gap: 18px; }
  .flow-morph {
    flex-direction: row;
    min-height: 64px;
    gap: 14px;
  }
  .flow-morph__line {
    position: static;
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, rgba(248,113,113,0.5), rgba(42,171,238,0.7));
  }
  .flow-morph__orb { width: 56px; height: 56px; }
  .flow-morph__label { text-align: left; }
  .chaos { min-height: 240px; }
}
@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .lp-nav {
    display: none;
    position: absolute;
    top: 68px; left: 12px; right: 12px;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid var(--line2);
    background: rgba(12, 18, 26, 0.98);
    box-shadow: var(--shadow);
  }
  .lp-nav.is-open { display: flex; }
  .lp-nav a {
    padding: 12px 14px;
    border-radius: 12px;
  }
  .lp-nav a:hover { background: rgba(255,255,255,0.04); }
  .hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .hero__copy h1 { max-width: none; }
  .cta__inner { grid-template-columns: 1fr; padding: 24px; }
  .cta {
    padding: 88px 0 72px;
  }
  .cta__inner h2 { max-width: none; }
  .cta__form { grid-template-columns: 1fr; }
  .task-panel__people { grid-template-columns: 1fr; }
  .scene { padding-bottom: 12px; }
  .scene__orbit { height: 200px; }
  .scene__float { width: 46%; }
  .scene__float--a,
  .scene__float--c { top: 20px; }
  .scene__float--b { top: 112px; }
  .scene__links { height: 160px; }
  .scene__ring { display: none; }
  .problem-grid { grid-template-columns: 1fr; }
  .mod-show,
  .mod-show--flip {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .mod-show--flip .mod-show__preview,
  .mod-show--flip .mod-show__copy { order: initial; }
  .mods-showcase { gap: 44px; }
  .roles { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 28px); }
  .lp-actions .btn--ghost { display: none; }
  .roles { grid-template-columns: 1fr; }
  .mod-show,
  .mod-show--flip {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .mod-show--flip .mod-show__preview,
  .mod-show--flip .mod-show__copy { order: initial; }
  .mod-show__copy h3 { max-width: none; }
  .mods-showcase { gap: 40px; }
  .mods-finale {
    margin-top: 36px;
    padding: 22px 18px;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .gain-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 18px;
  }
  .gain-row__meta {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .gain-finale {
    margin: 10px;
    padding: 22px 18px;
  }
  .gain-finale__top {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .gain-finale__chain {
    margin-left: 0;
    gap: 8px;
  }
  .gain-finale__arrow {
    width: 18px;
  }
  .stages { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .stages__track { display: none; }
  .scene__float { position: relative; left: auto !important; right: auto !important; top: auto !important; width: 100%; margin-top: 10px; animation: none; }
  .scene__float--b { transform: none; margin-left: 0; }
  .scene { min-height: 0; display: flex; flex-direction: column; }
  .scene__orbit { height: auto; margin-top: 8px; }
  .scene__links { display: none; }
  .chaos { height: auto; min-height: 0; display: flex; flex-wrap: wrap; gap: 8px; padding: 12px; }
  .chaos__tag { position: static; transform: none; animation: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .scene__ring, .scene__float, .mini-card.is-pulse, .pill--live i,
  .chaos__tag, .flow-morph__orb, .flow-morph__ring, .flow-panel__orbit {
    animation: none !important;
  }
}


/* ===== UI polish layer ===== */
::selection {
  background: rgba(42, 171, 238, 0.35);
  color: #fff;
}
:focus-visible {
  outline: 2px solid rgba(42, 171, 238, 0.7);
  outline-offset: 3px;
}

.section-label {
  margin-bottom: 18px;
}
.section-label span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 165, 180, 0.28);
  background: rgba(0, 165, 180, 0.08);
  color: #5eead4;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-nav a {
  position: relative;
  padding: 4px 0;
  transition: color 0.2s ease;
}
.lp-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--teal), var(--cyan));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
.lp-nav a:hover::after,
.lp-nav a.is-active::after { transform: scaleX(1); }
.lp-nav a.is-active { color: #fff; }

.btn {
  position: relative;
  overflow: hidden;
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.2s ease;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.18) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.45s ease;
}
.btn:hover::before { transform: translateX(120%); }
.btn:active { transform: translateY(1px) scale(0.985); }
.btn--ghost:hover {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.22);
}
.btn--dark:hover {
  background: #1d2632;
  border-color: rgba(42,171,238,0.35);
}
.btn--red {
  box-shadow:
    0 12px 30px rgba(227, 27, 35, 0.35),
    inset 0 1px 0 rgba(255,255,255,0.2);
}
.btn--red:hover {
  box-shadow:
    0 16px 36px rgba(227, 27, 35, 0.45),
    inset 0 1px 0 rgba(255,255,255,0.25);
}

.hero { padding: 72px 0 40px; }
.hero__copy h1 {
  background: linear-gradient(180deg, #fff 20%, #c5d0dc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__usps {
  margin-top: 36px;
  gap: 10px;
}
.hero__usps li {
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(18, 24, 32, 0.55);
  backdrop-filter: blur(8px);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.hero__usps li:hover {
  border-color: rgba(42,171,238,0.3);
  background: rgba(18, 24, 32, 0.85);
}
.hero__usp-ico {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: rgba(42, 171, 238, 0.12);
  color: var(--cyan);
  border: 1px solid rgba(42, 171, 238, 0.22);
  flex: 0 0 auto;
}
.task-panel__bar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 14px;
}
.task-panel__bar span {
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #9fb3c7;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
}
.task-panel__bar span:nth-child(2) {
  color: #fdba74;
  border-color: rgba(251, 146, 60, 0.3);
  background: rgba(251, 146, 60, 0.08);
}
.task-panel__bar span:nth-child(3) {
  color: #fca5a5;
  border-color: rgba(248, 113, 113, 0.3);
  background: rgba(248, 113, 113, 0.08);
}

.scene__links {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 160px;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}
.scene__link {
  stroke: #2aabee;
  stroke: url(#wireGrad);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 4 6;
  animation: dash-move 8s linear infinite;
}
@keyframes dash-move {
  to { stroke-dashoffset: -80; }
}

.band {
  position: relative;
  padding: 88px 0;
}
.band::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(920px, 80%);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
}

.compare h2,
.flow-head h2,
.problem-head h2,
.flow-panel__head h3,
.mods-head h2,
.who-head h2,
.gains-head h2 {
  background: linear-gradient(180deg, #fff, #c8d2de);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.chaos__tag:hover {
  color: #e8edf3;
  border-color: rgba(248, 113, 113, 0.55);
  z-index: 3;
}

.unity {
  position: relative;
  overflow: hidden;
}
.unity::before {
  content: "";
  position: absolute;
  inset: -30% auto auto -20%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(0,165,180,0.2), transparent 70%);
  pointer-events: none;
}

.cta__inner {
  position: relative;
  overflow: hidden;
}
.cta__form input {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.cta__form input::placeholder { color: #6d7c8d; }

.lp-footer {
  opacity: 1;
}

@media (min-width: 901px) {
  .hero__usps {
    display: grid;
    grid-template-columns: 1fr;
  }
}
