﻿.ib-stack {
  width: 100%;
  margin: 18px 0 28px;
  padding: 0 14px;
  display: grid;
  gap: 18px;
}

.ib-card {
  position: relative;
  border-radius: 24px;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.ib-card::before {
  content: none;
}

.ib-adv2-shell {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ib-adv2-shell::before {
  content: none;
}

.ib-live-card {
  border: 0;
}

.ib-trial-shell {
  border: 0;
}

.ib-capabilities,
.ib-algo-shell {
  border: 0;
}

.ib-head {
  text-align: center;
  padding: 20px 18px 12px;
  position: relative;
  z-index: 1;
}

.ib-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid rgba(247, 157, 31, 0.68);
  color: #ff9d1f;
  font-size: 31px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ib-title {
  margin: 16px auto 0;
  max-width: 960px;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ib-title .accent {
  color: #ff9d1f;
}

.ib-lead {
  margin: 14px auto 0;
  max-width: 960px;
  color: #b6bfcb;
  font-size: clamp(20px, 1.36vw, 26px);
  line-height: 1.42;
  font-weight: 500;
}

.ib-divider-note {
  margin: 10px auto 0;
  text-align: center;
  color: #8e97a5;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.32;
}

.ib-list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ib-cap-rail {
  margin: 8px 24px 0;
  border-radius: 20px;
  border: 1px solid rgba(255, 170, 72, 0.14);
  background: linear-gradient(180deg, rgba(10, 16, 27, 0.86), rgba(8, 13, 22, 0.9));
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  position: relative;
  overflow: hidden;
}

.ib-cap-rail::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 170, 72, 0.58), rgba(136, 148, 168, 0.38));
}

.ib-cap-tab {
  padding: 14px 12px 26px;
  text-align: center;
  border-left: 1px solid rgba(255, 170, 72, 0.11);
  position: relative;
}

.ib-cap-tab:first-child {
  border-left: 0;
}

.ib-cap-tab::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  border-radius: 50%;
  border: 2px solid #9ca6b8;
  background: #050b15;
}

.ib-cap-tab.is-active {
  background:
    radial-gradient(160px 80px at 50% 0, rgba(247, 157, 31, 0.24), transparent 80%),
    linear-gradient(180deg, rgba(17, 24, 38, 0.84), rgba(9, 14, 24, 0.86));
  border: 1px solid rgba(247, 157, 31, 0.68);
  border-radius: 20px;
  margin: -1px 0;
}

.ib-cap-tab.is-active::after {
  border-color: #ff9d1f;
  box-shadow: 0 0 14px rgba(255, 157, 31, 0.7);
}

.ib-cap-index {
  display: block;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  color: #99a4b5;
}

.ib-cap-tab.is-active .ib-cap-index {
  color: #ff9d1f;
}

.ib-cap-icon {
  width: 66px;
  height: 66px;
  margin: 10px auto 12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 174, 85, 0.34);
  background: radial-gradient(circle at 50% 36%, rgba(255, 170, 72, 0.12), rgba(8, 13, 22, 0.94));
  display: grid;
  place-items: center;
  overflow: hidden;
}

.ib-cap-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.ib-cap-name {
  margin: 0;
  color: #d4dae3;
  font-size: clamp(14px, 1.02vw, 24px);
  line-height: 1.3;
  font-weight: 700;
}

.ib-cap-detail {
  margin: 14px 24px 0;
  border-radius: 18px;
  border: 1px solid rgba(247, 157, 31, 0.34);
  padding: 18px;
  display: grid;
  grid-template-columns: 1.1fr 1.3fr 0.9fr;
  gap: 18px;
  position: relative;
  z-index: 1;
}

.ib-cap-visual {
  min-height: 318px;
  border-radius: 16px;
  border: 1px solid rgba(255, 170, 72, 0.24);
  background:
    radial-gradient(180px 180px at 50% 50%, rgba(255, 160, 54, 0.16), rgba(5, 10, 18, 0.92)),
    linear-gradient(180deg, rgba(7, 11, 20, 0.9), rgba(5, 10, 18, 0.96));
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.ib-cap-visual::before,
.ib-cap-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 157, 31, 0.44);
}

.ib-cap-visual::before {
  width: 72%;
  aspect-ratio: 1;
}

.ib-cap-visual::after {
  width: 52%;
  aspect-ratio: 1;
  border-color: rgba(160, 173, 194, 0.34);
}

.ib-cap-visual img {
  width: min(190px, 56%);
  height: auto;
  z-index: 1;
  filter: drop-shadow(0 0 18px rgba(255, 152, 45, 0.38));
}

.ib-cap-main-title {
  margin: 0;
  font-size: clamp(30px, 2.26vw, 42px);
  line-height: 1.14;
}

.ib-cap-main-title .id {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-right: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 166, 66, 0.7);
  color: #ff9d1f;
  font-size: 34px;
  font-weight: 800;
  vertical-align: middle;
}

.ib-cap-copy {
  margin: 14px 0 0;
  color: #c0c8d4;
  font-size: clamp(20px, 1.26vw, 24px);
  line-height: 1.42;
  font-weight: 500;
}

.ib-cap-bullets {
  margin: 16px 0 0;
  display: grid;
  gap: 8px;
}

.ib-cap-bullet {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d9e0e9;
  font-size: clamp(18px, 1.02vw, 22px);
  line-height: 1.35;
}

.ib-cap-bullet i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgba(255, 157, 31, 0.78);
  display: inline-block;
  position: relative;
}

.ib-cap-bullet i::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #ff9d1f;
  border-bottom: 2px solid #ff9d1f;
  transform: rotate(38deg);
}

.ib-cap-chip {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  border: 1px solid rgba(255, 160, 54, 0.38);
  padding: 9px 18px;
  color: #dce4ee;
  font-size: 18px;
  font-weight: 600;
}

.ib-cap-chip::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff9d1f;
  box-shadow: 0 0 12px rgba(255, 157, 31, 0.72);
}

.ib-cap-side {
  border-left: 1px solid rgba(255, 170, 72, 0.22);
  padding-left: 16px;
  display: grid;
  gap: 14px;
  align-content: center;
}

.ib-cap-side-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
}

.ib-cap-side-item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-top: 1px;
}

.ib-cap-side-item h4 {
  margin: 0;
  color: #ff9d1f;
  font-size: clamp(18px, 0.98vw, 23px);
  line-height: 1.28;
}

.ib-cap-side-item p {
  margin: 4px 0 0;
  color: #c0c8d4;
  font-size: clamp(17px, 0.9vw, 20px);
  line-height: 1.34;
}

.ib-cap-summary {
  margin: 14px 24px 16px;
  border-radius: 18px;
  border: 1px solid rgba(247, 157, 31, 0.32);
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ib-cap-summary-main {
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.ib-cap-summary-main img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.ib-cap-summary-main h3 {
  margin: 0;
  font-size: clamp(24px, 1.56vw, 31px);
  line-height: 1.22;
}

.ib-cap-summary-main .accent {
  color: #ff9d1f;
}

.ib-cap-metric {
  border-left: 1px solid rgba(255, 170, 72, 0.18);
  padding: 16px 14px;
  text-align: center;
}

.ib-cap-metric img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.ib-cap-metric strong {
  display: block;
  margin-top: 6px;
  color: #ff9d1f;
  font-size: clamp(34px, 2.12vw, 50px);
  line-height: 1.04;
}

.ib-cap-metric p {
  margin: 7px 0 0;
  color: #bdc5d1;
  font-size: clamp(16px, 0.94vw, 20px);
  line-height: 1.34;
}

.ib-note {
  margin: 0 0 14px;
  text-align: center;
  color: #8e97a5;
  font-size: clamp(15px, 0.8vw, 18px);
  position: relative;
  z-index: 1;
}

/* Capabilities block refresh */
.ib-capabilities .ib-cap-head {
  padding: 16px 16px 12px;
}

.ib-capabilities .ib-cap-kicker {
  margin-inline: auto;
}

.ib-capabilities .ib-title {
  max-width: 1260px;
}

.ib-capabilities .ib-lead {
  max-width: 1220px;
  font-size: clamp(21px, 1.12vw, 27px);
}

.ib-capabilities .ib-cap-rail {
  margin: 8px 24px 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 170, 72, 0.2);
  background: linear-gradient(180deg, rgba(8, 13, 22, 0.88), rgba(6, 11, 19, 0.92));
  overflow: hidden;
  position: relative;
}

.ib-capabilities .ib-cap-rail::after {
  left: 16px;
  right: 16px;
  bottom: 7px;
  height: 2px;
  background: rgba(170, 182, 199, 0.38);
}

.ib-capabilities .ib-cap-rail::before {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 7px;
  height: 2px;
  width: calc((100% - 32px) * ((var(--active-index, 0) + 0.5) / var(--tab-count, 6)));
  background: linear-gradient(90deg, #ff9d1f, rgba(255, 157, 31, 0.58));
  box-shadow: 0 0 12px rgba(255, 157, 31, 0.52);
  z-index: 2;
  transition: width 0.28s ease;
}

.ib-capabilities .ib-cap-tab {
  padding: 12px 10px 24px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  text-align: left;
}

.ib-capabilities .ib-cap-tab-body {
  max-width: 220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.ib-capabilities .ib-cap-tab-copy {
  display: grid;
  gap: 4px;
}

.ib-capabilities .ib-cap-tab:hover {
  background: rgba(255, 157, 31, 0.07);
}

.ib-capabilities .ib-cap-tab.is-active {
  background:
    radial-gradient(130px 72px at 50% 8%, rgba(255, 157, 31, 0.2), transparent 82%),
    linear-gradient(180deg, rgba(14, 22, 34, 0.88), rgba(8, 14, 24, 0.9));
}

.ib-capabilities .ib-cap-tab::after {
  width: 13px;
  height: 13px;
  bottom: 1px;
  border-width: 2px;
}

.ib-capabilities .ib-cap-tab.is-active::after {
  background: #ff9d1f;
  border-color: #ffca84;
  box-shadow: 0 0 12px rgba(255, 157, 31, 0.78);
}

.ib-capabilities .ib-cap-index {
  margin: 0;
  font-size: clamp(34px, 1.86vw, 43px);
  line-height: 1;
}

.ib-capabilities .ib-cap-icon {
  width: 56px;
  height: 56px;
  margin: 0;
}

.ib-capabilities .ib-cap-icon img {
  width: 52px;
  height: 52px;
}

.ib-capabilities .ib-cap-name {
  margin: 0;
  font-size: clamp(17px, 0.94vw, 21px);
  font-weight: 600;
  line-height: 1.2;
}

.ib-capabilities .ib-cap-detail {
  margin: 12px 24px 0;
  padding: 0;
  border: 0;
  display: grid;
  grid-template-columns: 1.02fr 1.38fr 0.95fr;
  gap: 12px;
}

.ib-capabilities .ib-cap-panel {
  border-radius: 14px;
  border: 1px solid rgba(255, 170, 72, 0.26);
  background: linear-gradient(180deg, rgba(7, 12, 21, 0.9), rgba(5, 10, 18, 0.94));
}

.ib-capabilities .ib-cap-main {
  padding: 16px 14px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ib-capabilities .ib-cap-main::before {
  content: "";
  position: absolute;
  right: -24%;
  top: -12%;
  width: 82%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 157, 31, 0.24);
}

.ib-capabilities .ib-cap-main::after {
  content: "";
  position: absolute;
  right: -13%;
  bottom: -32%;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 157, 31, 0.16);
}

.ib-capabilities .ib-cap-main-title {
  position: relative;
  z-index: 1;
  font-size: clamp(40px, 2.15vw, 52px);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.ib-capabilities .ib-cap-main-title .id {
  width: auto;
  height: auto;
  min-width: 0;
  margin-right: 8px;
  border: 0;
  border-radius: 0;
  color: #ff9d1f;
  font-size: clamp(50px, 2.82vw, 72px);
  line-height: 0.95;
  font-weight: 700;
  font-family: "Vollda-Bold", "Georgia", serif;
}

.ib-capabilities .ib-cap-main-title-text {
  vertical-align: top;
}

.ib-capabilities .ib-cap-copy {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  font-size: clamp(18px, 0.94vw, 22px);
}

.ib-capabilities .ib-cap-bullets {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  gap: 12px;
}

.ib-capabilities .ib-cap-bullet {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  font-size: clamp(19px, 0.98vw, 23px);
  line-height: 1.34;
}

.ib-capabilities .ib-cap-bullet span {
  display: inline-block;
}

.ib-capabilities .ib-cap-bullet img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  margin-top: 0;
  filter: drop-shadow(0 0 6px rgba(255, 157, 31, 0.44));
}

.ib-capabilities .ib-cap-chip {
  position: relative;
  z-index: 1;
  margin-top: auto;
  margin-bottom: 2px;
  align-self: flex-start;
}

.ib-capabilities .ib-cap-center {
  padding: 12px;
}

.ib-capabilities .ib-cap-center-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ib-capabilities .ib-cap-center-head h4 {
  margin: 0;
  color: #ff9d1f;
  font-size: clamp(18px, 0.98vw, 23px);
  letter-spacing: 0.04em;
}

.ib-capabilities .ib-cap-center-head .is-online {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid rgba(53, 222, 102, 0.44);
  color: #36de66;
  padding: 5px 10px;
  font-size: clamp(12px, 0.66vw, 14px);
  font-weight: 600;
}

.ib-capabilities .ib-cap-center-head .is-online::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #36de66;
  box-shadow: 0 0 9px rgba(54, 222, 102, 0.7);
}

.ib-capabilities .ib-cap-focus {
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 170, 72, 0.2);
  background: rgba(6, 11, 20, 0.74);
  padding: 10px;
}

.ib-capabilities .ib-cap-focus strong {
  display: block;
  color: #eef3fa;
  font-size: clamp(21px, 1.12vw, 26px);
}

.ib-capabilities .ib-cap-focus p {
  margin: 6px 0 0;
  color: #c2cad7;
  font-size: clamp(15px, 0.82vw, 19px);
  line-height: 1.38;
}

.ib-capabilities .ib-cap-center-list {
  margin-top: 10px;
  display: grid;
  gap: 8px;
  position: relative;
  --flow-axis: 29px;
}

.ib-capabilities .ib-cap-center-list::before {
  content: "";
  position: absolute;
  left: var(--flow-axis);
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: rgba(168, 180, 198, 0.38);
  z-index: 0;
}

.ib-capabilities .ib-cap-center-list li {
  border-radius: 10px;
  border: 1px solid rgba(255, 170, 72, 0.14);
  padding: 8px;
  background: rgba(6, 11, 19, 0.58);
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto 116px;
  gap: 10px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.ib-capabilities .ib-cap-center-list li.is-active {
  border-color: rgba(255, 178, 78, 0.48);
  background: linear-gradient(90deg, rgba(255, 157, 31, 0.1), rgba(9, 16, 26, 0.72) 48%, rgba(9, 16, 26, 0.72));
  box-shadow: inset 0 0 0 1px rgba(255, 157, 31, 0.16);
}

.ib-capabilities .ib-cap-center-list li::before {
  content: none;
}

.ib-capabilities .ib-cap-center-list li.is-active::before {
  content: "";
  position: absolute;
  left: var(--flow-axis);
  top: -9px;
  bottom: -9px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 184, 88, 0.08), rgba(255, 157, 31, 0.95), rgba(255, 184, 88, 0.22));
  box-shadow: 0 0 10px rgba(255, 157, 31, 0.45);
  z-index: 0;
}

.ib-capabilities .ib-cap-center-list .flow-node {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(180, 192, 208, 0.56);
  background: radial-gradient(circle at 50% 34%, rgba(24, 33, 50, 0.94), rgba(6, 11, 19, 0.98));
  display: grid;
  place-items: center;
}

.ib-capabilities .ib-cap-center-list .flow-node img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: drop-shadow(0 0 7px rgba(255, 157, 31, 0.34));
}

.ib-capabilities .ib-cap-center-list .flow-node::after {
  content: none;
}

.ib-capabilities .ib-cap-center-list li.is-active .flow-node {
  border-color: rgba(255, 184, 88, 0.96);
  box-shadow:
    0 0 0 1px rgba(255, 157, 31, 0.34),
    0 0 16px rgba(255, 157, 31, 0.5);
}

.ib-capabilities .ib-cap-center-list .flow-copy strong {
  display: block;
  font-size: clamp(16px, 0.88vw, 20px);
  line-height: 1.26;
}

.ib-capabilities .ib-cap-center-list .flow-copy p {
  margin: 2px 0 0;
  color: #aeb8c8;
  font-size: clamp(14px, 0.76vw, 17px);
  line-height: 1.28;
}

.ib-capabilities .ib-cap-center-list .flow-copy p .accent {
  color: #ff9d1f;
  font-weight: 700;
}

.ib-capabilities .ib-cap-center-list .state {
  border-radius: 8px;
  border: 1px solid rgba(255, 170, 72, 0.38);
  background: rgba(255, 157, 31, 0.14);
  color: #ffb656;
  padding: 4px 8px;
  font-size: clamp(12px, 0.64vw, 14px);
  font-weight: 700;
  white-space: nowrap;
}

.ib-capabilities .ib-cap-center-list .state.success {
  border-color: rgba(66, 218, 104, 0.46);
  background: rgba(58, 196, 96, 0.16);
  color: #42da68;
}

.ib-capabilities .ib-cap-center-list .state.buy {
  border-color: rgba(169, 76, 255, 0.52);
  background: rgba(126, 66, 255, 0.16);
  color: #bb8dff;
}

.ib-capabilities .ib-cap-center-list .mini {
  height: 30px;
  border-radius: 7px;
  border: 1px solid rgba(255, 170, 72, 0.16);
  background: rgba(10, 15, 24, 0.88);
  display: grid;
  place-items: center;
  padding: 3px 5px;
}

.ib-capabilities .ib-cap-center-list .mini img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.94;
}

.ib-capabilities .ib-cap-center-list .mini.mini-green img {
  filter: hue-rotate(96deg) saturate(1.35) brightness(1.06);
}

.ib-capabilities .ib-cap-center-list .mini-dots {
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}

.ib-capabilities .ib-cap-center-list .mini-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2ac957;
  box-shadow: 0 0 8px rgba(42, 201, 87, 0.55);
}

.ib-capabilities .ib-cap-center-list .mini-bars {
  align-items: end;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
}

.ib-capabilities .ib-cap-center-list .mini-bars i {
  display: block;
  width: 100%;
  height: var(--h);
  border-radius: 2px 2px 0 0;
  background: rgba(165, 177, 194, 0.2);
}

.ib-capabilities .ib-cap-center-list .mini-bars-green i:nth-child(-n+5) {
  background: linear-gradient(180deg, #47dd6b, #2cb350);
}

.ib-capabilities .ib-cap-center-list .mini-bars-orange i:nth-child(-n+4) {
  background: linear-gradient(180deg, #ffb23d, #ff8f15);
}

.ib-capabilities .ib-cap-center-list .mini-pair {
  border: 0;
  background: transparent;
  place-items: end;
  padding: 0;
  height: auto;
  line-height: 1.1;
}

.ib-capabilities .ib-cap-center-list .mini-pair span {
  font-size: 14px;
  color: #d471ff;
  font-weight: 700;
}

.ib-capabilities .ib-cap-center-list .mini-pair b {
  margin-top: 2px;
  font-size: 34px;
  color: #d471ff;
  font-weight: 700;
}

.ib-capabilities .ib-cap-center-foot {
  margin-top: 10px;
  color: #8f9cb1;
  font-size: clamp(14px, 0.76vw, 17px);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ib-capabilities .ib-cap-center-foot .sync-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ff9d1f;
  border-top-color: transparent;
}

.ib-capabilities .ib-cap-right {
  padding: 12px;
}

.ib-capabilities .ib-cap-right h4 {
  margin: 0;
  color: #cfd7e3;
  font-size: clamp(18px, 0.96vw, 22px);
  letter-spacing: 0.03em;
}

.ib-capabilities .ib-cap-right-list {
  margin-top: 10px;
  display: grid;
  gap: 6px;
}

.ib-capabilities .ib-cap-right-list li {
  border-radius: 10px;
  border: 1px solid rgba(255, 170, 72, 0.16);
  background: rgba(6, 11, 19, 0.58);
  padding: 7px 8px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto 150px;
  gap: 8px;
  align-items: center;
}

.ib-capabilities .ib-cap-right-list img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(255, 157, 31, 0.32));
}

.ib-capabilities .ib-cap-right-list span {
  color: #b9c2d0;
  font-size: clamp(13px, 0.7vw, 16px);
  line-height: 1.22;
}

.ib-capabilities .ib-cap-right-list strong {
  color: #ff9d1f;
  font-size: clamp(18px, 1.02vw, 24px);
  line-height: 1;
  white-space: nowrap;
}

.ib-capabilities .ib-cap-right-list strong em {
  margin-left: 7px;
  color: #39d45f;
  font-style: normal;
  font-size: 0.68em;
  font-weight: 700;
}

.ib-capabilities .ib-cap-right-list strong.ok {
  color: #38d65f;
}

.ib-capabilities .ib-cap-right-list .risk-ok {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(64, 214, 102, 0.44);
  color: #40d666;
  font-weight: 800;
  background: radial-gradient(circle at 50% 35%, rgba(56, 214, 95, 0.32), rgba(12, 20, 32, 0.9));
  box-shadow: inset 0 0 8px rgba(56, 214, 95, 0.24);
}

.ib-capabilities .ib-cap-right-list .mini {
  justify-self: end;
  width: 144px;
  height: 24px;
  border-radius: 7px;
  border: 1px solid rgba(255, 170, 72, 0.16);
  background: rgba(10, 15, 24, 0.88);
  display: grid;
  place-items: center;
  padding: 3px 5px;
}

.ib-capabilities .ib-cap-right-list .mini img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ib-capabilities .ib-cap-right-list .mini-bars {
  align-items: end;
  grid-template-columns: repeat(12, 1fr);
  gap: 2px;
}

.ib-capabilities .ib-cap-right-list .mini-bars i {
  display: block;
  width: 100%;
  height: var(--h);
  border-radius: 2px 2px 0 0;
  background: linear-gradient(180deg, #ffb23d, #ff8f15);
}

.ib-capabilities .ib-cap-accuracy {
  margin-top: 8px;
  border-radius: 11px;
  border: 1px solid rgba(255, 170, 72, 0.18);
  background: rgba(5, 11, 19, 0.64);
  padding: 8px 8px 6px;
}

.ib-capabilities .ib-cap-accuracy-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #c6cfdd;
  font-size: clamp(14px, 0.74vw, 17px);
}

.ib-capabilities .ib-cap-accuracy-head .range {
  border-radius: 8px;
  border: 1px solid rgba(255, 170, 72, 0.28);
  padding: 3px 8px;
  color: #d2dae6;
}

.ib-capabilities .ib-cap-accuracy-chart {
  margin-top: 6px;
  height: 86px;
  border-radius: 8px;
  border: 1px solid rgba(255, 170, 72, 0.14);
  background:
    repeating-linear-gradient(0deg, rgba(255, 170, 72, 0.07), rgba(255, 170, 72, 0.07) 1px, transparent 1px, transparent 20px),
    repeating-linear-gradient(90deg, rgba(255, 170, 72, 0.06), rgba(255, 170, 72, 0.06) 1px, transparent 1px, transparent 34px),
    linear-gradient(180deg, rgba(6, 11, 19, 0.9), rgba(5, 10, 17, 0.96));
  overflow: hidden;
}

.ib-capabilities .ib-cap-accuracy-chart svg {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 0 8px rgba(255, 157, 31, 0.4));
}

.ib-capabilities .ib-cap-accuracy-axis {
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  color: #8f9bb0;
  font-size: 11px;
}

.ib-capabilities .ib-cap-summary {
  margin: 12px 24px 12px;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  border-radius: 14px;
}

.ib-capabilities .ib-cap-summary-main {
  padding: 14px;
}

.ib-capabilities .ib-cap-summary-main h3 {
  font-size: clamp(28px, 1.46vw, 34px);
}

.ib-capabilities .ib-cap-metric {
  text-align: left;
}

.ib-capabilities .ib-cap-metric img {
  width: 30px;
  height: 30px;
}

.ib-capabilities .ib-cap-metric h4 {
  margin: 8px 0 0;
  color: #edf2f9;
  font-size: clamp(17px, 0.9vw, 20px);
  line-height: 1.24;
}

.ib-capabilities .ib-cap-metric p {
  margin: 6px 0 0;
  font-size: clamp(14px, 0.74vw, 17px);
}

/* Capabilities mockup v3 */
.ib-capabilities {
  position: relative;
  isolation: isolate;
}

.ib-capabilities::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(720px 240px at 86% 8%, rgba(255, 157, 31, 0.16), transparent 68%),
    linear-gradient(180deg, rgba(6, 10, 17, 0.92), rgba(4, 8, 14, 0.92));
  z-index: 0;
}

.ib-capabilities::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 20px;
  width: 420px;
  height: 180px;
  background:
    radial-gradient(circle at 2px 2px, rgba(255, 157, 31, 0.5) 1px, transparent 1.2px) 0 0 / 10px 10px;
  opacity: 0.15;
  mask-image: linear-gradient(120deg, transparent 0, rgba(0, 0, 0, 0.8) 15%, #000 80%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.ib-capabilities .ib-cap-head,
.ib-capabilities .ib-capx-grid {
  position: relative;
  z-index: 1;
}

.ib-capabilities .ib-capx-hero {
  display: block;
  padding: 18px 24px 8px;
}

.ib-capabilities .ib-capx-hero-main {
  text-align: center;
}

.ib-capabilities .ib-capx-hero-logo {
  width: 186px;
  height: 186px;
  border-radius: 24px;
  border: 1px solid rgba(255, 157, 31, 0.34);
  background:
    radial-gradient(120px 90px at 32% 22%, rgba(255, 157, 31, 0.2), transparent 70%),
    linear-gradient(165deg, rgba(11, 18, 30, 0.96), rgba(6, 10, 18, 0.94));
  display: grid;
  place-items: center;
  position: relative;
  box-shadow:
    inset 0 0 22px rgba(255, 157, 31, 0.12),
    0 10px 30px rgba(0, 0, 0, 0.35);
}

.ib-capabilities .ib-capx-hero-logo::before,
.ib-capabilities .ib-capx-hero-logo::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 157, 31, 0.22);
}

.ib-capabilities .ib-capx-hero-logo::after {
  inset: 28px;
  border-color: rgba(255, 157, 31, 0.18);
}

.ib-capabilities .ib-capx-hero-logo-core {
  width: 108px;
  height: 108px;
  border-radius: 26px;
  border: 1px solid rgba(255, 157, 31, 0.55);
  background: radial-gradient(circle at 30% 22%, rgba(255, 157, 31, 0.2), rgba(8, 12, 20, 0.96));
  display: grid;
  place-items: center;
  position: relative;
  box-shadow:
    inset 0 0 14px rgba(255, 157, 31, 0.2),
    0 0 18px rgba(255, 157, 31, 0.26);
}

.ib-capabilities .ib-capx-hero-logo-core span {
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ib-capabilities .ib-capx-hero-logo-core i {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 21px;
  height: 21px;
  background:
    linear-gradient(180deg, #ffb23d 0 0) left 3px bottom 0 / 4px 8px no-repeat,
    linear-gradient(180deg, #ffb23d 0 0) center bottom 0 / 4px 13px no-repeat,
    linear-gradient(180deg, #ffb23d 0 0) right 3px bottom 0 / 4px 18px no-repeat;
}

.ib-capabilities .ib-capx-hero-main .ib-cap-kicker {
  margin-inline: auto;
}

.ib-capabilities .ib-capx-hero-main .ib-title {
  margin-top: 12px;
  max-width: 980px;
  font-size: 50px;
  line-height: 1.02;
  text-transform: uppercase;
}

.ib-capabilities .ib-capx-hero-main .ib-title .accent {
  color: #ff9d1f;
}

.ib-capabilities .ib-capx-hero-main .ib-lead {
  margin-top: 12px;
  max-width: 980px;
  font-size: clamp(16px, 0.98vw, 24px);
}

.ib-capabilities .ib-capx-hero-status {
  justify-self: end;
  width: 212px;
  border-radius: 14px;
  border: 1px solid rgba(33, 222, 126, 0.38);
  background:
    radial-gradient(140px 60px at 84% 16%, rgba(33, 222, 126, 0.16), transparent 76%),
    linear-gradient(165deg, rgba(7, 14, 24, 0.96), rgba(5, 10, 17, 0.96));
  padding: 11px 14px;
}

.ib-capabilities .ib-capx-hero-status div {
  color: #c8d2de;
  font-size: clamp(12px, 0.66vw, 15px);
  line-height: 1.3;
  font-weight: 600;
}

.ib-capabilities .ib-capx-hero-status div + div {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid rgba(33, 222, 126, 0.2);
}

.ib-capabilities .ib-capx-hero-status span {
  color: #23df86;
}

.ib-capabilities .ib-capx-hero-status .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  background: #23df86;
  box-shadow: 0 0 8px rgba(35, 223, 134, 0.72);
}

.ib-capabilities .ib-capx-grid {
  margin: 10px 24px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.ib-capabilities .ib-capx-cases,
.ib-capabilities .ib-capx-flow,
.ib-capabilities .ib-capx-system,
.ib-capabilities .ib-capx-cta {
  border-radius: 16px;
  border: 1px solid rgba(255, 170, 72, 0.22);
  background:
    radial-gradient(420px 180px at 72% 8%, rgba(247, 157, 31, 0.07), transparent 78%),
    linear-gradient(180deg, rgba(8, 13, 22, 0.9), rgba(5, 10, 18, 0.95));
  box-shadow: inset 0 0 16px rgba(255, 157, 31, 0.05);
}

.ib-capabilities .ib-capx-cases {
  display: grid;
  gap: 10px;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.ib-capabilities .ib-capx-case {
  --tone-rgb: 255, 157, 31;
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(255, 170, 72, 0.2);
  background: linear-gradient(170deg, rgba(9, 15, 25, 0.92), rgba(6, 11, 19, 0.9));
  padding: 12px;
  display: grid;
  grid-template-columns: 56px 76px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 116px;
}

.ib-capabilities .ib-capx-case::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 170, 72, 0), rgba(255, 170, 72, 0.95), rgba(255, 170, 72, 0));
  box-shadow: 0 0 10px rgba(255, 157, 31, 0.74);
}

.ib-capabilities .ib-capx-index {
  color: #ff9d1f;
  font-size: clamp(38px, 2.11vw, 51px);
  line-height: 1;
  font-weight: 800;
  text-align: center;
}

.ib-capabilities .ib-capx-case-icon {
  width: 76px;
  height: 76px;
  border-radius: 22px;
  border: 1px solid rgba(var(--tone-rgb), 0.58);
  background: transparent;
  display: grid;
  place-items: center;
  box-shadow:
    0 0 10px rgba(var(--tone-rgb), 0.24),
    inset 0 0 10px rgba(var(--tone-rgb), 0.08);
}

.ib-capabilities .ib-capx-case-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: saturate(1.08) brightness(1.08) drop-shadow(0 0 7px rgba(255, 157, 31, 0.46));
}

.ib-capabilities .ib-capx-case.tone-blue .ib-capx-case-icon img { filter: hue-rotate(165deg) saturate(1.34) brightness(1.1) drop-shadow(0 0 7px rgba(45, 182, 255, 0.44)); }
.ib-capabilities .ib-capx-case.tone-purple .ib-capx-case-icon img { filter: hue-rotate(245deg) saturate(1.28) brightness(1.06) drop-shadow(0 0 7px rgba(176, 124, 255, 0.42)); }
.ib-capabilities .ib-capx-case.tone-cyan .ib-capx-case-icon img { filter: hue-rotate(178deg) saturate(1.26) brightness(1.1) drop-shadow(0 0 7px rgba(87, 211, 255, 0.44)); }
.ib-capabilities .ib-capx-case.tone-green .ib-capx-case-icon img { filter: hue-rotate(92deg) saturate(1.24) brightness(1.08) drop-shadow(0 0 7px rgba(54, 223, 113, 0.42)); }
.ib-capabilities .ib-capx-case.tone-gold .ib-capx-case-icon img { filter: hue-rotate(8deg) saturate(1.1) brightness(1.08) drop-shadow(0 0 7px rgba(255, 191, 63, 0.44)); }

.ib-capabilities .ib-capx-copy h3 {
  margin: 0;
  font-size: clamp(20px, 1.04vw, 26px);
  line-height: 1.1;
  text-transform: uppercase;
}

.ib-capabilities .ib-capx-copy p {
  margin: 8px 0 0;
  color: #b9c4d3;
  font-size: clamp(14px, 0.78vw, 18px);
  line-height: 1.38;
  font-family: "Segoe UI", "Inter", Arial, sans-serif;
  font-weight: 500;
}

.ib-capabilities .ib-capx-tag {
  border-radius: 9px;
  padding: 6px 11px;
  font-size: clamp(12px, 0.62vw, 14px);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid rgba(255, 170, 72, 0.4);
  color: #ffb25a;
  background: rgba(8, 13, 22, 0.76);
  align-self: start;
}

.ib-capabilities .ib-capx-tag.is-green {
  border-color: rgba(64, 217, 111, 0.45);
  color: #39df70;
}

.ib-capabilities .ib-capx-tag.is-cyan {
  border-color: rgba(58, 190, 255, 0.45);
  color: #34b8ff;
}

.ib-capabilities .ib-capx-tag.is-purple {
  border-color: rgba(172, 108, 255, 0.45);
  color: #ac6cff;
}

.ib-capabilities .ib-capx-tag.is-gold {
  border-color: rgba(255, 173, 64, 0.48);
  color: #ffad40;
}

.ib-capabilities .ib-capx-case.tone-orange { --tone-rgb: 255, 171, 61; }
.ib-capabilities .ib-capx-case.tone-blue { --tone-rgb: 45, 182, 255; }
.ib-capabilities .ib-capx-case.tone-purple { --tone-rgb: 176, 124, 255; }
.ib-capabilities .ib-capx-case.tone-cyan { --tone-rgb: 87, 211, 255; }
.ib-capabilities .ib-capx-case.tone-gold { --tone-rgb: 255, 191, 63; }
.ib-capabilities .ib-capx-case.tone-green { --tone-rgb: 54, 223, 113; }

.ib-capabilities .ib-capx-flow {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.ib-capabilities .ib-capx-work-head {
  border-radius: 12px;
  border: 1px solid rgba(255, 170, 72, 0.18);
  background: linear-gradient(165deg, rgba(11, 18, 30, 0.9), rgba(7, 12, 21, 0.9));
  padding: 11px;
  text-align: center;
}

.ib-capabilities .ib-capx-work-head h3 {
  margin: 0;
  color: #ff9d1f;
  font-size: clamp(32px, 1.64vw, 39px);
  line-height: 1.06;
  text-transform: uppercase;
}

.ib-capabilities .ib-capx-work-head p {
  margin: 7px auto 0;
  color: #c4cfdd;
  max-width: 520px;
  font-size: clamp(14px, 0.74vw, 17px);
  line-height: 1.36;
}

.ib-capabilities .ib-capx-flow-list {
  --ib-capx-step-size: 56px;
  --ib-capx-line-x: 34px;
  margin-top: 10px;
  display: grid;
  gap: 0;
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(255, 170, 72, 0.2);
  background: linear-gradient(170deg, rgba(9, 15, 25, 0.92), rgba(6, 11, 19, 0.9));
  padding: 6px 8px;
}

.ib-capabilities .ib-capx-flow-list::before {
  content: none;
}

.ib-capabilities .ib-capx-flow-list li {
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 12px 6px;
  display: grid;
  grid-template-columns: 58px 54px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: visible;
}

.ib-capabilities .ib-capx-flow-list li.is-active {
  border-color: transparent;
  box-shadow: none;
}

.ib-capabilities .ib-capx-flow-list li + li {
  border-top: 1px solid rgba(255, 170, 72, 0.16);
}

.ib-capabilities .ib-capx-flow-list li::after {
  content: none;
}

.ib-capabilities .ib-capx-flow-list li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: var(--ib-capx-line-x);
  top: calc(50% + (var(--ib-capx-step-size) / 2) - 4px);
  width: 10px;
  height: calc(100% - var(--ib-capx-step-size) + 8px);
  transform: translateX(-50%);
  background:
    radial-gradient(circle, #ffb44f 0 50%, transparent 58%) center top / 8px 8px no-repeat,
    linear-gradient(180deg, rgba(255, 178, 71, 0.18), rgba(255, 178, 71, 0.96), rgba(255, 178, 71, 0.18)) center / 3px calc(100% - 16px) no-repeat,
    radial-gradient(circle, #ffb44f 0 50%, transparent 58%) center bottom / 8px 8px no-repeat;
  filter: drop-shadow(0 0 7px rgba(255, 157, 31, 0.55));
  z-index: 3;
  pointer-events: none;
}

.ib-capabilities .ib-capx-flow-list li:nth-child(2):not(:last-of-type)::after {
  height: calc(100% - var(--ib-capx-step-size) + 16px);
}

.ib-capabilities .ib-capx-step {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: var(--ib-capx-step-size);
  color: #ff9d1f;
  font-size: clamp(42px, 2.13vw, 50px);
  line-height: 1;
  font-weight: 800;
  text-align: center;
}

.ib-capabilities .ib-capx-flow-list .flow-node {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(255, 170, 72, 0.36);
  background: transparent;
  display: grid;
  place-items: center;
  box-shadow:
    0 0 10px rgba(255, 157, 31, 0.2),
    inset 0 0 10px rgba(255, 157, 31, 0.09);
}

.ib-capabilities .ib-capx-flow-list .flow-node img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: saturate(1.1) brightness(1.1) drop-shadow(0 0 7px rgba(255, 157, 31, 0.48));
}

.ib-capabilities .ib-capx-flow-list .flow-copy strong {
  display: block;
  font-size: clamp(19px, 1vw, 23px);
  line-height: 1.2;
}

.ib-capabilities .ib-capx-flow-list .flow-copy p {
  margin: 5px 0 0;
  color: #adbacd;
  font-size: clamp(14px, 0.72vw, 17px);
  line-height: 1.34;
}

.ib-capabilities .ib-capx-flow-list .state {
  border-radius: 8px;
  border: 1px solid rgba(255, 170, 72, 0.4);
  color: #ffb45c;
  background: rgba(255, 157, 31, 0.14);
  padding: 5px 9px;
  font-size: clamp(12px, 0.6vw, 14px);
  font-weight: 700;
  white-space: nowrap;
}

.ib-capabilities .ib-capx-flow-list .state.is-green {
  border-color: rgba(62, 218, 110, 0.46);
  color: #40de72;
  background: rgba(55, 213, 104, 0.16);
}

.ib-capabilities .ib-capx-flow-list .state.is-gold {
  border-color: rgba(255, 171, 62, 0.52);
  color: #ffaf46;
  background: rgba(255, 161, 36, 0.16);
}

.ib-capabilities .ib-capx-flow-list .state.is-blue {
  border-color: rgba(46, 181, 255, 0.5);
  color: #31b7ff;
  background: rgba(27, 157, 255, 0.15);
}

.ib-capabilities .ib-capx-values {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.ib-capabilities .ib-capx-values article {
  border-radius: 10px;
  border: 1px solid rgba(255, 170, 72, 0.16);
  background: rgba(6, 11, 19, 0.66);
  padding: 10px 8px;
  text-align: center;
}

.ib-capabilities .ib-capx-value-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid rgba(255, 170, 72, 0.28);
  background: transparent;
  display: inline-grid;
  place-items: center;
  box-shadow:
    0 0 8px rgba(255, 157, 31, 0.18),
    inset 0 0 8px rgba(255, 157, 31, 0.06);
}

.ib-capabilities .ib-capx-value-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(255, 157, 31, 0.5));
}

.ib-capabilities .ib-capx-values h4 {
  margin: 8px 0 0;
  color: #ffab38;
  font-size: clamp(14px, 0.72vw, 16px);
  line-height: 1.08;
}

.ib-capabilities .ib-capx-values p {
  margin: 5px 0 0;
  color: #aab8cb;
  font-size: clamp(11px, 0.58vw, 13px);
  line-height: 1.3;
}

.ib-capabilities .ib-capx-foot {
  margin-top: 10px;
  border-radius: 11px;
  border: 1px solid rgba(255, 170, 72, 0.22);
  background: rgba(7, 12, 21, 0.7);
  padding: 11px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.ib-capabilities .ib-capx-foot img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 0 9px rgba(255, 157, 31, 0.58));
}

.ib-capabilities .ib-capx-foot p {
  margin: 0;
  color: #b4c1d3;
  font-size: clamp(14px, 0.72vw, 17px);
  line-height: 1.3;
}

.ib-capabilities .ib-capx-right-col {
  display: grid;
  gap: 12px;
  align-self: stretch;
}

.ib-capabilities .ib-capx-system {
  padding: 12px;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.ib-capabilities .ib-capx-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.ib-capabilities .ib-capx-headline h3 {
  margin: 0;
  color: #ff9d1f;
  font-size: clamp(29px, 1.5vw, 36px);
  line-height: 1.08;
  text-transform: uppercase;
}

.ib-capabilities .ib-capx-headline .is-online {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  border: 1px solid rgba(53, 222, 102, 0.42);
  color: #36de66;
  padding: 5px 10px;
  font-size: clamp(11px, 0.57vw, 13px);
  font-weight: 700;
  white-space: nowrap;
}

.ib-capabilities .ib-capx-headline .is-online::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #36de66;
  box-shadow: 0 0 9px rgba(54, 222, 102, 0.7);
}

.ib-capabilities .ib-capx-right-list {
  margin-top: 8px;
  display: grid;
  gap: 7px;
}

.ib-capabilities .ib-capx-right-list li {
  border-radius: 10px;
  border: 1px solid rgba(255, 170, 72, 0.16);
  background: rgba(6, 11, 19, 0.66);
  padding: 8px;
  display: grid;
  grid-template-columns: 51px minmax(0, 1fr) 155px 168px;
  gap: 12px;
  align-items: center;
}

.ib-capabilities .ib-capx-mini-icon {
  width: 51px;
  height: 51px;
  border-radius: 10px;
  border: 1px solid rgba(255, 170, 72, 0.34);
  display: grid;
  place-items: center;
  background: transparent;
  box-shadow:
    0 0 8px rgba(255, 157, 31, 0.18),
    inset 0 0 8px rgba(255, 157, 31, 0.06);
}

.ib-capabilities .ib-capx-mini-icon img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  filter: saturate(1.1) brightness(1.1) drop-shadow(0 0 6px rgba(255, 157, 31, 0.44));
}

.ib-capabilities .ib-capx-right-list span {
  color: #b9c2d0;
  font-size: clamp(15.6px, 0.82vw, 19.2px);
  line-height: 1.24;
}

.ib-capabilities .ib-capx-right-list strong {
  color: #ff9d1f;
  font-size: clamp(19px, 1vw, 24px);
  line-height: 1.06;
  white-space: nowrap;
  width: 155px;
  justify-self: start;
  text-align: left;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.ib-capabilities .ib-capx-right-list strong em {
  margin-left: 0;
  color: #39d45f;
  font-style: normal;
  font-size: 0.62em;
  font-weight: 700;
}

.ib-capabilities .ib-capx-right-list strong.ok {
  color: #38d65f;
  display: block;
}

.ib-capabilities .ib-capx-right-list .risk-ok {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(64, 214, 102, 0.44);
  color: #40d666;
  font-weight: 800;
  font-size: 15px;
  background: radial-gradient(circle at 50% 35%, rgba(56, 214, 95, 0.32), rgba(12, 20, 32, 0.9));
  justify-self: center;
}

.ib-capabilities .ib-capx-right-list .mini {
  justify-self: end;
  width: 168px;
  height: 32px;
  border-radius: 0;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  padding: 0;
}

.ib-capabilities .ib-capx-right-list .mini img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: hue-rotate(88deg) saturate(2.2) brightness(1.08) drop-shadow(0 0 6px rgba(54, 222, 102, 0.58));
}

.ib-capabilities .ib-capx-right-list .mini-spark svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.ib-capabilities .ib-capx-right-list .mini-spark .spark-line {
  fill: none;
  stroke: #36de66;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 4px rgba(54, 222, 102, 0.45));
}

.ib-capabilities .ib-capx-right-list .mini-spark .spark-dots circle {
  fill: #67ef95;
  opacity: 0.92;
}

.ib-capabilities .ib-capx-right-list .mini-bars-svg svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ib-capabilities .ib-capx-right-list .mini-bars-svg .spark-bars rect {
  fill: #ff9d1f;
  filter: drop-shadow(0 0 3px rgba(255, 157, 31, 0.45));
}

.ib-capabilities .ib-capx-right-list .mini-bars {
  align-items: end;
  grid-template-columns: repeat(12, 1fr);
  gap: 2px;
}

.ib-capabilities .ib-capx-right-list .mini-bars i {
  display: block;
  width: 100%;
  height: var(--h);
  border-radius: 2px 2px 0 0;
  background: linear-gradient(180deg, #5dff9a, #19ca62);
}

.ib-capabilities .ib-capx-accuracy {
  --ib-capx-acc-h: 220px;
  margin-top: 8px;
  border-radius: 11px;
  border: 1px solid rgba(255, 170, 72, 0.18);
  background: rgba(5, 11, 19, 0.64);
  padding: 8px 8px 6px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.ib-capabilities .ib-capx-accuracy-body {
  margin-top: 6px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 8px;
  align-items: stretch;
  flex: 1 1 auto;
  min-height: 0;
}

.ib-capabilities .ib-capx-accuracy-y {
  height: auto;
  min-height: var(--ib-capx-acc-h);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #a3b0c4;
  font-size: 11px;
  line-height: 1;
  padding: 1px 0 1px 2px;
}

.ib-capabilities .ib-capx-accuracy-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.ib-capabilities .ib-capx-accuracy-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #c6cfdd;
  font-size: clamp(14px, 0.72vw, 17px);
}

.ib-capabilities .ib-capx-accuracy-head .range {
  border-radius: 8px;
  border: 1px solid rgba(255, 170, 72, 0.28);
  padding: 3px 8px;
  color: #d2dae6;
}

.ib-capabilities .ib-capx-accuracy-chart {
  margin-top: 0;
  min-height: var(--ib-capx-acc-h);
  border-radius: 8px;
  border: 1px solid rgba(255, 170, 72, 0.14);
  background:
    repeating-linear-gradient(0deg, rgba(255, 170, 72, 0.07), rgba(255, 170, 72, 0.07) 1px, transparent 1px, transparent 31px),
    repeating-linear-gradient(90deg, rgba(255, 170, 72, 0.06), rgba(255, 170, 72, 0.06) 1px, transparent 1px, transparent 46px),
    linear-gradient(180deg, rgba(6, 11, 19, 0.9), rgba(5, 10, 17, 0.96));
  overflow: hidden;
  flex: 1 1 auto;
}

.ib-capabilities .ib-capx-accuracy-chart svg {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 0 7px rgba(255, 157, 31, 0.42));
}

.ib-capabilities .ib-capx-accuracy-chart .ib-capx-acc-area {
  fill: url(#ib-capx-acc-fill);
}

.ib-capabilities .ib-capx-accuracy-chart .ib-capx-acc-line {
  fill: none;
  stroke: #ff9d1f;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ib-capabilities .ib-capx-accuracy-chart .ib-capx-acc-points circle {
  fill: #ffb23d;
  filter: drop-shadow(0 0 5px rgba(255, 157, 31, 0.65));
}

.ib-capabilities .ib-capx-accuracy-axis {
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  color: #8f9bb0;
  font-size: 11px;
}

.ib-capabilities .ib-capx-cta {
  padding: 12px;
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.ib-capabilities .ib-capx-cta-icon {
  border-radius: 12px;
  border: 1px solid rgba(255, 170, 72, 0.26);
  background: linear-gradient(165deg, rgba(11, 18, 30, 0.94), rgba(6, 11, 19, 0.94));
  min-height: 126px;
  display: grid;
  place-items: center;
}

.ib-capabilities .ib-capx-cta-icon img {
  width: 98px;
  height: 98px;
  object-fit: contain;
  filter: drop-shadow(0 0 15px rgba(255, 157, 31, 0.62));
}

.ib-capabilities .ib-capx-cta-copy h4 {
  margin: 0;
  font-size: clamp(32px, 1.56vw, 38px);
  line-height: 1.12;
  text-transform: uppercase;
}

.ib-capabilities .ib-capx-cta-copy h4 span {
  color: #ff9d1f;
}

.ib-capabilities .ib-capx-cta-copy p {
  margin: 8px 0 0;
  color: #bac5d5;
  font-size: clamp(15px, 0.76vw, 18px);
  line-height: 1.36;
}

.ib-capabilities .ib-capx-cta-btn {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 10px;
  border: 1px solid rgba(255, 170, 72, 0.58);
  background: linear-gradient(135deg, #ff9d1f, #ff7f00);
  color: #f8fafc;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(18px, 0.9vw, 22px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  gap: 10px;
}

.ib-capabilities .ib-capx-cta-btn::after {
  content: "->";
  font-size: 1.1em;
  line-height: 1;
}

@media (min-width: 1541px) {
  .ib-capabilities .ib-capx-grid {
    align-items: stretch;
  }

  .ib-capabilities .ib-capx-flow {
    display: flex;
    flex-direction: column;
  }

  .ib-capabilities .ib-capx-flow-list {
    flex: 1 1 auto;
    align-content: stretch;
  }

  .ib-capabilities .ib-capx-flow-list li {
    min-height: 96px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media (max-width: 1540px) {
.ib-capabilities .ib-capx-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .ib-capabilities .ib-capx-right-col {
    align-self: auto;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }

  .ib-capabilities .ib-capx-system {
    height: auto;
    min-height: auto;
  }

  .ib-capabilities .ib-capx-accuracy {
    flex: 0 0 auto;
  }
}

@media (max-width: 1120px) {
  .ib-capabilities .ib-capx-hero {
    text-align: center;
  }

.ib-capabilities .ib-capx-grid {
    margin-inline: 14px;
    grid-template-columns: 1fr;
  }

  .ib-capabilities .ib-capx-right-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .ib-capabilities .ib-capx-hero-main .ib-title {
    font-size: 34px;
  }

  .ib-capabilities .ib-capx-case {
    grid-template-columns: 44px 58px minmax(0, 1fr);
  }

  .ib-capabilities .ib-capx-tag {
    grid-column: 3;
    justify-self: start;
    margin-top: 2px;
  }

  .ib-capabilities .ib-capx-flow-list li {
    grid-template-columns: 48px 46px minmax(0, 1fr);
  }

  .ib-capabilities .ib-capx-flow-list {
    --ib-capx-step-size: 50px;
  }

  .ib-capabilities .ib-capx-flow-list li:not(:last-of-type)::after {
    left: var(--ib-capx-line-x);
  }

  .ib-capabilities .ib-capx-flow-list {
    --ib-capx-line-x: 28px;
  }

  .ib-capabilities .ib-capx-flow-list .state {
    grid-column: 3;
    justify-self: start;
  }

  .ib-capabilities .ib-capx-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ib-capabilities .ib-capx-right-list li {
    grid-template-columns: 51px minmax(0, 1fr) auto;
  }

  .ib-capabilities .ib-capx-right-list strong {
    width: auto;
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
  }

  .ib-capabilities .ib-capx-right-list strong.ok {
    display: inline;
  }

  .ib-capabilities .ib-capx-right-list .mini,
  .ib-capabilities .ib-capx-right-list .risk-ok {
    grid-column: 2 / -1;
    justify-self: start;
  }

  .ib-capabilities .ib-capx-right-list .mini {
    width: 150px;
    height: 28px;
  }

  .ib-capabilities .ib-capx-accuracy-body {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 6px;
  }

  .ib-capabilities .ib-capx-accuracy-y {
    font-size: 10px;
  }

  .ib-capabilities .ib-capx-cta {
    grid-template-columns: 1fr;
  }

  .ib-capabilities .ib-capx-cta-icon {
    min-height: 106px;
  }
}

.ib-algo-shell {
  padding-bottom: 16px;
}

.ib-algo-stages {
  margin: 8px 24px 0;
  border-radius: 20px;
  border: 1px solid rgba(255, 170, 72, 0.2);
  display: grid;
  grid-template-columns: 1fr 1fr minmax(220px, 0.9fr) 1fr 1fr;
  gap: 12px;
  padding: 14px;
  align-items: stretch;
}

.ib-algo-stage {
  padding: 6px 6px 8px;
}

.ib-algo-stage-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ib-algo-stage-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid rgba(255, 170, 72, 0.4);
  background: radial-gradient(circle at 50% 36%, rgba(255, 170, 72, 0.16), rgba(8, 13, 22, 0.95));
  display: grid;
  place-items: center;
}

.ib-algo-stage-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.ib-algo-stage-num {
  color: #ff9d1f;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.ib-algo-stage h3 {
  margin: 10px 0 0;
  font-size: clamp(24px, 1.28vw, 29px);
  line-height: 1.24;
}

.ib-algo-stage p {
  margin: 8px 0 0;
  color: #bcc5d1;
  font-size: clamp(17px, 0.88vw, 20px);
  line-height: 1.42;
  font-weight: 500;
}

.ib-algo-tags {
  margin-top: 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ib-algo-tag {
  border-radius: 999px;
  border: 1px solid rgba(255, 166, 66, 0.24);
  background: rgba(8, 13, 21, 0.8);
  padding: 6px 11px;
  font-size: 14px;
  color: #aab4c3;
}

.ib-algo-core {
  border-radius: 16px;
  border: 1px dashed rgba(255, 166, 66, 0.34);
  display: grid;
  place-items: center;
  min-height: 280px;
  background: radial-gradient(220px 140px at 50% 64%, rgba(255, 157, 31, 0.24), transparent 74%);
}

.ib-algo-core img {
  width: min(230px, 82%);
  height: auto;
  filter: drop-shadow(0 0 18px rgba(255, 157, 31, 0.44));
}

.ib-algo-middle {
  margin: 14px 24px 0;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 14px;
}

.ib-algo-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 170, 72, 0.24);
  background: linear-gradient(180deg, rgba(8, 14, 24, 0.88), rgba(6, 10, 18, 0.92));
  padding: 14px;
}

.ib-algo-card-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 157, 31, 0.56);
  color: #ff9d1f;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.ib-algo-card h3 {
  margin: 10px 0 0;
  font-size: clamp(34px, 2.1vw, 42px);
  line-height: 1.1;
}

.ib-algo-card p {
  margin: 10px 0 0;
  color: #bec7d4;
  font-size: clamp(18px, 0.98vw, 22px);
  line-height: 1.42;
}

.ib-algo-chart {
  margin-top: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 170, 72, 0.2);
  overflow: hidden;
}

.ib-algo-chart img {
  display: block;
  width: 100%;
  height: auto;
}

.ib-algo-metrics {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.ib-algo-metric {
  border: 1px solid rgba(255, 170, 72, 0.16);
  border-radius: 10px;
  padding: 8px;
  background: rgba(6, 11, 19, 0.8);
}

.ib-algo-metric span {
  display: block;
  color: #9ca7b9;
  font-size: 14px;
  line-height: 1.2;
}

.ib-algo-metric strong {
  display: block;
  margin-top: 4px;
  font-size: 34px;
  line-height: 1.08;
  color: #eaf1fb;
}

.ib-algo-metric .pos {
  color: #1af688;
}

.ib-algo-metric .neg {
  color: #ff4d5a;
}

.ib-algo-bottom {
  margin: 14px 24px 0;
  border-radius: 16px;
  border: 1px solid rgba(255, 170, 72, 0.22);
  display: grid;
  grid-template-columns: 1.35fr repeat(5, 1fr);
  overflow: hidden;
}

.ib-algo-bottom-intro {
  padding: 18px;
}

.ib-algo-bottom-intro h3 {
  margin: 0;
  font-size: clamp(32px, 1.94vw, 39px);
  line-height: 1.16;
}

.ib-algo-bottom-intro p {
  margin: 9px 0 0;
  color: #bec7d4;
  font-size: clamp(18px, 0.98vw, 22px);
  line-height: 1.42;
}

.ib-algo-bottom-item {
  border-left: 1px solid rgba(255, 170, 72, 0.16);
  padding: 14px 12px;
}

.ib-algo-bottom-item img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.ib-algo-bottom-item h4 {
  margin: 8px 0 0;
  color: #ff9d1f;
  font-size: clamp(18px, 0.94vw, 22px);
  line-height: 1.3;
}

.ib-algo-bottom-item p {
  margin: 8px 0 0;
  color: #bec7d4;
  font-size: clamp(16px, 0.84vw, 19px);
  line-height: 1.38;
}

.ib-how-shell {
  padding: 8px 0 16px;
}

.ib-how-head {
  padding: 14px 24px 8px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.ib-how-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 157, 31, 0.56);
  color: #ff9d1f;
  background: rgba(6, 10, 17, 0.72);
  font-size: clamp(10px, 0.52vw, 12px);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ib-how-title {
  margin: 12px 0 0;
  font-size: clamp(26px, 2.04vw, 46px);
  line-height: 1.06;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ib-how-title .arrow {
  color: #ff9d1f;
}

.ib-how-lead {
  margin: 10px auto 0;
  max-width: 1260px;
  color: #b9c2cf;
  font-size: clamp(13px, 0.68vw, 16px);
  line-height: 1.38;
}

.ib-how-steps {
  margin: 12px 24px 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  position: relative;
}

.ib-how-steps::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  top: 118px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 157, 31, 0.1), rgba(255, 157, 31, 0.88), rgba(255, 157, 31, 0.1));
  z-index: 2;
}

.ib-how-step {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 3px;
}

.ib-how-step-main {
  min-height: 100px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  position: relative;
  z-index: 3;
}

.ib-how-step-icon {
  width: 66px;
  height: 66px;
  border: 2px solid #ffbf5f;
  background: radial-gradient(circle at 50% 32%, rgba(255, 178, 66, 0.38), rgba(6, 11, 19, 0.95));
  clip-path: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow:
    0 0 0 1px rgba(255, 205, 120, 0.95),
    0 0 24px rgba(255, 163, 33, 0.86),
    inset 0 0 16px rgba(255, 191, 95, 0.35);
  position: relative;
}

.ib-how-step-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 48px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff9d1f;
  box-shadow: 0 0 12px rgba(255, 157, 31, 0.72);
  transform: translateX(-50%);
}

.ib-how-step-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  width: 1px;
  height: 53px;
  background: rgba(255, 157, 31, 0.58);
  transform: translateX(-50%);
}

.ib-how-step-icon img {
  width: 33px;
  height: 33px;
  object-fit: contain;
}

.ib-how-step-num {
  display: block;
  color: #ff9d1f;
  font-size: clamp(20px, 1vw, 25px);
  font-weight: 800;
  line-height: 1;
}

.ib-how-step h3 {
  margin: 4px 0 0;
  font-size: clamp(19px, 0.92vw, 23px);
  line-height: 1.1;
}

.ib-how-step p {
  margin: 6px 0 0;
  color: #c0c9d5;
  font-size: clamp(11px, 0.53vw, 13px);
  line-height: 1.4;
}

.ib-how-step-pin {
  display: block;
  height: 24px;
  position: relative;
  z-index: 3;
}

.ib-how-step-pin::before {
  content: none;
}

.ib-how-step-pin::after {
  content: none;
}

.ib-how-step-preview {
  border-radius: 14px;
  border: 1px solid rgba(255, 157, 31, 0.3);
  background: linear-gradient(180deg, rgba(7, 12, 20, 0.94), rgba(4, 8, 14, 0.96));
  overflow: hidden;
  height: 126px;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}

.ib-how-step-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ib-how-middle {
  margin: 14px 24px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  gap: 12px;
}

.ib-how-panel {
  border-radius: 16px;
  border: 1px solid rgba(255, 157, 31, 0.28);
  background: linear-gradient(180deg, rgba(8, 13, 22, 0.92), rgba(5, 9, 15, 0.94));
  padding: 14px 14px 16px;
}

.ib-how-panel h3 {
  margin: 0;
  font-size: clamp(17px, 0.82vw, 21px);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ib-how-live-head {
  margin-top: 10px;
  border-top: 1px solid rgba(255, 157, 31, 0.18);
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #c6cfdb;
  font-size: 11px;
}

.ib-how-live-head strong {
  font-size: 26px;
  color: #eef4ff;
}

.ib-how-live-head .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 3px;
}

.ib-how-live-head .dot.gray {
  background: #7e8798;
}

.ib-how-live-head .dot.orange {
  background: #ff9d1f;
}

.ib-how-live-chart {
  margin-top: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 157, 31, 0.2);
  overflow: hidden;
  position: relative;
  height: clamp(300px, 26vw, 420px);
  background:
    radial-gradient(580px 300px at 72% 12%, rgba(255, 157, 31, 0.14), transparent 66%),
    linear-gradient(180deg, #071221, #050d18);
}

.ib-chart-context {
  position: absolute;
  z-index: 7;
  border-radius: 12px;
  border: 1px solid rgba(255, 171, 73, 0.34);
  background: linear-gradient(165deg, rgba(6, 12, 20, 0.92), rgba(4, 10, 17, 0.9));
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.36),
    inset 0 0 0 1px rgba(255, 170, 72, 0.1);
  padding: 10px 12px;
  pointer-events: none;
  backdrop-filter: blur(2px);
}

.ib-chart-context__title {
  color: #ffb96a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ib-chart-context__list {
  margin-top: 6px;
  display: grid;
  gap: 3px;
}

.ib-chart-context__list span {
  display: block;
  color: #c2ccda;
  font-size: 11px;
  line-height: 1.38;
}

.ib-chart-context__list strong {
  color: #edf3fc;
  font-weight: 700;
}

.ib-chart-context--primary {
  left: 12px;
  top: 12px;
  width: min(370px, calc(100% - 154px));
}

.ib-chart-context--secondary {
  right: 12px;
  top: 12px;
  width: min(430px, calc(100% - 190px));
}

.ib-chart-context-disclaimer {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  z-index: 7;
  margin: 0;
  border-radius: 10px;
  border: 1px solid rgba(146, 164, 189, 0.27);
  background: rgba(5, 11, 18, 0.9);
  color: #9ea9ba;
  font-size: 11px;
  line-height: 1.4;
  padding: 8px 10px;
  pointer-events: none;
}

.ib-how-live-candle-chart {
  display: block;
  width: 100%;
  height: 100%;
}

.ib-how-live-candle-chart rect {
  fill: #040b16;
}

.ib-how-live-candle-grid line {
  stroke: rgba(125, 144, 168, 0.14);
  stroke-width: 1;
  shape-rendering: crispEdges;
}

.ib-how-live-candle-series .wick {
  stroke-width: 1.75;
  stroke-linecap: round;
  opacity: 0.95;
}

.ib-how-live-candle-series .wick.neutral,
.ib-how-live-candle-series .body.neutral {
  stroke: rgba(204, 214, 228, 0.94);
  fill: rgba(171, 184, 202, 0.42);
}

.ib-how-live-candle-series .wick.signal,
.ib-how-live-candle-series .body.signal {
  stroke: rgba(255, 178, 76, 0.99);
  fill: rgba(255, 157, 31, 0.72);
}

.ib-how-live-close-line {
  display: none;
}

.ib-how-live-mini-tag rect {
  stroke-width: 1.2;
  shape-rendering: geometricPrecision;
}

.ib-how-live-mini-tag text {
  fill: #f3f9ff;
  font-size: 8.4px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-anchor: middle;
  font-family: "Segoe UI", "Inter", Arial, sans-serif;
  paint-order: stroke fill;
  stroke: rgba(6, 10, 16, 0.75);
  stroke-width: 0.55;
  text-rendering: geometricPrecision;
}

.ib-how-live-mini-tag.entry rect {
  fill: rgba(4, 40, 24, 0.98);
  stroke: rgba(40, 248, 151, 0.92);
}

.ib-how-live-mini-tag.exit rect {
  fill: rgba(53, 30, 5, 0.97);
  stroke: rgba(255, 178, 76, 0.94);
}

.ib-how-live-focus-marker .guide {
  stroke-width: 1.2;
  stroke-linecap: round;
}

.ib-how-live-focus-marker .halo {
  fill: rgba(255, 157, 31, 0.14);
  stroke-width: 1.2;
}

.ib-how-live-focus-marker .dot {
  stroke: rgba(255, 255, 255, 0.85);
  stroke-width: 1;
}

.ib-how-live-focus-marker .tag rect {
  stroke-width: 1.35;
}

.ib-how-live-focus-marker .tag text {
  fill: #f6fbff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-anchor: middle;
  font-family: "Segoe UI", "Inter", Arial, sans-serif;
  paint-order: stroke fill;
  stroke: rgba(4, 8, 14, 0.72);
  stroke-width: 0.65;
  text-rendering: geometricPrecision;
}

.ib-how-live-focus-marker.entry .halo {
  stroke: rgba(36, 242, 150, 0.82);
}

.ib-how-live-focus-marker.entry .dot {
  fill: rgba(36, 242, 150, 0.98);
}

.ib-how-live-focus-marker.entry .guide {
  stroke: rgba(36, 242, 150, 0.86);
}

.ib-how-live-focus-marker.entry .tag rect {
  fill: rgba(4, 41, 24, 0.98);
  stroke: rgba(36, 242, 150, 0.92);
}

.ib-how-live-focus-marker.exit .halo {
  stroke: rgba(255, 178, 76, 0.86);
}

.ib-how-live-focus-marker.exit .dot {
  fill: rgba(255, 178, 76, 0.98);
}

.ib-how-live-focus-marker.exit .guide {
  stroke: rgba(255, 178, 76, 0.9);
}

.ib-how-live-focus-marker.exit .tag rect {
  fill: rgba(56, 31, 5, 0.97);
  stroke: rgba(255, 178, 76, 0.95);
}

.ib-how-live-signal-points circle {
  fill: rgba(255, 157, 31, 0.74);
  filter: none;
}

.ib-how-label {
  position: absolute;
  border-radius: 10px;
  border: 1px solid rgba(31, 255, 151, 0.72);
  background: rgba(5, 35, 21, 0.88);
  color: #2af89a;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.ib-how-label.enter {
  left: 28%;
  bottom: 17%;
}

.ib-how-label.exit {
  left: 58%;
  bottom: 35%;
}

.ib-how-label.scenario {
  right: 6%;
  top: 8%;
}

.ib-how-metric-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ib-how-metric {
  border-radius: 12px;
  border: 1px solid rgba(255, 157, 31, 0.2);
  background: rgba(7, 12, 20, 0.8);
  padding: 10px;
  min-height: 162px;
  display: flex;
  flex-direction: column;
}

.ib-how-metric span {
  display: block;
  color: #aeb8c7;
  font-size: 10px;
}

.ib-how-metric strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(26px, 1.31vw, 31px);
  line-height: 1.08;
}

.ib-how-metric strong.pos {
  color: #1af688;
}

.ib-how-metric strong.neg {
  color: #ff3f4d;
}

.ib-how-metric-spark {
  --spark-rgb: 26, 246, 136;
  display: block;
  margin-top: auto;
  padding-top: 10px;
  width: 100%;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
}

.ib-how-metric-spark[data-spark-tone="neg"] {
  --spark-rgb: 255, 63, 77;
}

.ib-how-metric-spark[data-spark-tone="flat"] {
  --spark-rgb: 241, 187, 98;
}

.ib-how-metric-spark[data-spark-tone="mix"] {
  --spark-rgb: 255, 157, 31;
}

.ib-how-metric-spark[data-spark-tone="bars"] {
  --spark-rgb: 255, 157, 31;
}

.ib-how-metric-spark-grid line {
  stroke: rgba(151, 167, 188, 0.2);
  stroke-width: 1;
  shape-rendering: crispEdges;
}

.ib-how-metric-spark-area {
  fill: rgba(var(--spark-rgb), 0.11);
}

.ib-how-metric-spark-line {
  fill: none;
  stroke: rgba(var(--spark-rgb), 0.96);
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.ib-how-metric-spark-points circle {
  fill: rgba(var(--spark-rgb), 0.75);
}

.ib-how-metric-spark-points rect {
  fill: rgba(var(--spark-rgb), 0.82);
}

.ib-how-why-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 12px;
}

.ib-how-chip-art {
  border-radius: 12px;
  border: 1px solid rgba(255, 157, 31, 0.24);
  min-height: 108px;
  background:
    radial-gradient(200px 150px at 48% 60%, rgba(255, 157, 31, 0.26), transparent 72%),
    repeating-radial-gradient(circle at 50% 50%, rgba(255, 157, 31, 0.16) 0 1px, transparent 1px 16px),
    linear-gradient(180deg, rgba(6, 10, 17, 0.9), rgba(4, 8, 14, 0.95));
  display: grid;
  place-items: center;
  padding: 10px;
}

.ib-how-chip-art .core {
  width: 48px;
  height: 48px;
  border-radius: 7px;
  border: 1px solid rgba(255, 157, 31, 0.66);
  background: linear-gradient(165deg, rgba(16, 22, 33, 0.95), rgba(8, 13, 21, 0.98));
  box-shadow:
    0 0 0 1px rgba(255, 157, 31, 0.2),
    0 0 26px rgba(255, 157, 31, 0.32),
    inset 0 0 26px rgba(255, 157, 31, 0.1);
  display: grid;
  place-items: center;
  color: #ffb252;
  text-align: center;
  font-size: 11px;
  line-height: 1.05;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.ib-how-why-list {
  margin: 0;
  display: grid;
  gap: 10px;
}

.ib-how-why-list li {
  border-radius: 10px;
  border: 1px solid rgba(255, 157, 31, 0.2);
  background: rgba(6, 11, 19, 0.72);
  padding: 10px 10px 10px 24px;
  position: relative;
}

.ib-how-why-list li::before {
  content: "вњ¦";
  position: absolute;
  left: 7px;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid rgba(255, 157, 31, 0.62);
  color: #ff9d1f;
  display: grid;
  place-items: center;
  font-size: 4px;
}

.ib-how-why-list strong {
  display: block;
  font-size: 9px;
  line-height: 1.26;
}

.ib-how-why-list span {
  display: block;
  margin-top: 4px;
  color: #bcc6d4;
  font-size: 8px;
  line-height: 1.38;
}

.ib-how-bottom {
  margin: 12px 24px 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 157, 31, 0.24);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
}

.ib-how-bottom-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 10px;
  border-left: 1px solid rgba(255, 157, 31, 0.18);
}

.ib-how-bottom-item:first-child {
  border-left: 0;
}

.ib-how-bottom-item img {
  width: 10px;
  height: 10px;
  object-fit: contain;
  margin-top: 2px;
}

.ib-how-bottom-item h4 {
  margin: 0;
  font-size: 10px;
  line-height: 1.28;
}

.ib-how-bottom-item p {
  margin: 6px 0 0;
  color: #b9c3d0;
  font-size: 8px;
  line-height: 1.34;
}

.ib-live-card {
  border-color: rgba(255, 122, 0, 0.42);
}

.ib-live-badge-row {
  padding: 14px 24px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.ib-live-badge-row .ib-live-badge {
  margin-inline: auto;
}

.ib-live-head {
  padding: 10px 24px 10px;
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 16px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.ib-live-badge {
  position: relative;
  isolation: isolate;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(24, 241, 135, 0.74);
  background: linear-gradient(180deg, rgba(7, 15, 14, 0.94) 0%, rgba(5, 12, 12, 0.96) 100%);
  box-shadow:
    0 0 0 1px rgba(24, 241, 135, 0.16),
    0 0 14px rgba(24, 241, 135, 0.24),
    0 8px 18px rgba(0, 0, 0, 0.34);
  color: #1af688;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Montserrat", "Segoe UI", "Inter", Arial, sans-serif;
}

.ib-live-badge::before {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  border-radius: 999px;
  background: linear-gradient(
    110deg,
    rgba(18, 211, 118, 0.92) 0%,
    rgba(88, 255, 177, 0.9) 24%,
    rgba(24, 241, 135, 0.94) 56%,
    rgba(12, 175, 101, 0.9) 100%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.94;
  pointer-events: none;
  z-index: 1;
}

.ib-live-badge::after {
  content: "";
  position: absolute;
  inset: -3px;
  padding: 1px;
  border-radius: 999px;
  background: linear-gradient(
    110deg,
    rgba(18, 211, 118, 0.5) 0%,
    rgba(88, 255, 177, 0.46) 24%,
    rgba(24, 241, 135, 0.5) 56%,
    rgba(12, 175, 101, 0.46) 100%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  filter: blur(6px);
  opacity: 0.38;
  pointer-events: none;
  z-index: 0;
}

.ib-live-badge-dot {
  position: relative;
  z-index: 3;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1af688;
  box-shadow: 0 0 9px rgba(26, 246, 136, 0.82);
}

.ib-live-badge > span:last-child {
  position: relative;
  z-index: 3;
}

.ib-live-title {
  margin: 14px 0 0;
  font-size: 50px;
  line-height: 1.1;
}

.ib-live-title .accent {
  color: #ff9d1f;
}

.ib-live-copy {
  margin: 10px 0 0;
  color: #b7c1ce;
  font-size: clamp(21px, 1.13vw, 26px);
  line-height: 1.35;
  font-weight: 500;
}

.ib-live-status {
  border-radius: 16px;
  border: 1px solid rgba(255, 170, 72, 0.34);
  background: linear-gradient(180deg, rgba(5, 12, 19, 0.84), rgba(4, 10, 16, 0.9));
  padding: 14px;
}

.ib-live-status-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #f0f5fb;
  font-size: 26px;
  font-weight: 700;
}

.ib-live-updated {
  border-radius: 999px;
  border: 1px solid rgba(255, 170, 72, 0.4);
  padding: 5px 10px;
  color: #ffb25e;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.ib-live-status-list {
  margin: 10px 0 0;
  display: grid;
  gap: 8px;
}

.ib-live-status-item {
  color: #1af688;
  font-size: 26px;
  line-height: 1.18;
  font-weight: 700;
}

.ib-live-status-time {
  margin-top: 10px;
  color: #aab4c3;
  font-size: 27px;
}

.ib-live-grid {
  margin: 4px 24px 0;
  display: grid;
  grid-template-columns: 1fr 1.28fr;
  gap: 12px;
  align-items: start;
  overflow-anchor: none;
  position: relative;
  z-index: 1;
}

.ib-live-terminal {
  border-radius: 16px;
  border: 1px solid rgba(255, 170, 72, 0.32);
  padding: 12px;
  background: rgba(6, 12, 20, 0.88);
  box-sizing: border-box;
  height: auto;
  min-height: 0;
  max-height: none;
  align-self: start;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-anchor: none;
}

.ib-live-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ib-live-panel-title {
  margin: 0;
  color: #ff9d1f;
  font-size: clamp(30px, 1.65vw, 40px);
  font-weight: 700;
  text-transform: uppercase;
}

.ib-live-terminal .ib-live-panel-title {
  font-size: clamp(27px, 1.48vw, 36px);
}

.ib-live-panel-dots {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.ib-live-panel-dots span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ff9d1f;
  box-shadow: 0 0 10px rgba(255, 157, 31, 0.42);
}

.ib-live-panel-dots span:last-child {
  background: #1af688;
  box-shadow: 0 0 12px rgba(26, 246, 136, 0.5);
}

.ib-live-terminal-body {
  margin-top: 10px;
  border-radius: 12px;
  border: 1px solid rgba(93, 108, 130, 0.44);
  background: #050b15;
  padding: 12px;
  height: auto;
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  overflow-anchor: none;
  overscroll-behavior: contain;
  font-family: "Consolas", "Courier New", monospace;
  box-sizing: border-box;
}

.ib-live-terminal-line {
  display: grid;
  grid-template-columns: 76px 20px 1fr;
  gap: 8px;
  color: #eef3f8;
  font-size: 19px;
  line-height: 1.35;
  align-items: center;
}

.ib-live-terminal-line .ts {
  color: #8f9caf;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.ib-live-terminal-line .arrow {
  color: #1af688;
  justify-self: center;
  text-align: center;
  padding-left: 2px;
}

.ib-live-terminal-line .accent {
  color: #ff9d1f;
}

.ib-live-terminal-line .green {
  color: #1af688;
}

.ib-live-terminal-line > span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ib-live-analytics {
  border-radius: 16px;
  border: 1px solid rgba(255, 170, 72, 0.32);
  padding: 12px;
  background: rgba(6, 12, 20, 0.88);
  box-sizing: border-box;
  height: auto;
  min-height: 0;
  align-self: start;
  display: flex;
  flex-direction: column;
}

.ib-live-top-metrics {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.ib-live-top-metric {
  border-radius: 10px;
  border: 1px solid rgba(98, 114, 139, 0.34);
  background: rgba(6, 11, 19, 0.78);
  padding: 8px;
  min-height: 110px;
  display: flex;
  flex-direction: column;
}

.ib-live-top-metric span {
  display: block;
  color: #9da8ba;
  font-size: 14px;
}

.ib-live-top-metric strong {
  display: block;
  margin-top: 4px;
  font-size: clamp(29px, 1.8vw, 40px);
  line-height: 1.06;
  color: #f2f7ff;
}

.ib-live-top-metric strong.pos {
  color: #1af688;
}

.ib-live-top-metric strong.neg {
  color: #ff4d5a;
}

.ib-live-top-spark {
  width: 100%;
  height: 24px;
  display: block;
  margin-top: auto;
  opacity: 0.95;
}

.ib-live-top-spark polyline {
  fill: none;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ib-live-top-spark.pos polyline {
  stroke: #1af688;
}

.ib-live-top-spark.neg polyline {
  stroke: #ff4d5a;
}

.ib-live-top-spark.bars rect {
  fill: rgba(26, 246, 136, 0.56);
}

.ib-live-chart-box {
  margin-top: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 170, 72, 0.26);
  background: #050d17;
  overflow: hidden;
}

.ib-live-chart-head {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(95, 110, 135, 0.3);
}

.ib-live-chart-head .pair {
  color: #eff5ff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ib-live-chart-periods {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ib-live-chart-periods button {
  min-width: 52px;
  height: 34px;
  border-radius: 9px;
  border: 1px solid rgba(92, 106, 131, 0.6);
  background: rgba(8, 15, 24, 0.85);
  color: #d6dfed;
  font-size: 20px;
  font-weight: 600;
  cursor: default;
}

.ib-live-chart-periods button.is-active {
  border-color: rgba(255, 157, 31, 0.8);
  color: #ffab45;
  box-shadow: inset 0 0 0 1px rgba(255, 157, 31, 0.25);
}

.ib-live-chart-canvas {
  position: relative;
  padding: 8px;
}

.ib-live-main-chart {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 900 / 288;
}

.ib-live-main-grid line {
  stroke: rgba(89, 106, 132, 0.28);
  stroke-width: 1;
}

.ib-live-main-bars rect {
  fill: url(#ibLiveBarFill);
}

.ib-live-main-area {
  fill: url(#ibLivePriceFill);
}

.ib-live-main-line {
  fill: none;
  stroke: #1af688;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ib-live-main-point {
  fill: #1af688;
  stroke: #063a24;
  stroke-width: 4;
}

.ib-live-main-entry-points circle {
  fill: rgba(26, 246, 136, 0.32);
}

.ib-live-main-density {
  position: absolute;
  left: 12px;
  top: 12px;
  border-radius: 10px;
  border: 1px solid rgba(26, 246, 136, 0.44);
  background: rgba(5, 16, 13, 0.9);
  color: #1af688;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.32);
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ib-live-chips {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.ib-live-chip {
  min-height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(255, 170, 72, 0.34);
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  color: #1af688;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.ib-live-chip.warn {
  color: #ff9d1f;
}

.ib-live-lower {
  margin: 12px 24px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.ib-live-mini {
  border-radius: 16px;
  border: 1px solid rgba(255, 170, 72, 0.3);
  background: rgba(5, 11, 19, 0.86);
  padding: 12px;
}

.ib-live-mini-head {
  color: #1af688;
  font-size: clamp(30px, 1.58vw, 38px);
  text-transform: uppercase;
  margin: 0;
}

.ib-live-mini h3 {
  margin: 8px 0 0;
  font-size: clamp(44px, 2.35vw, 56px);
  line-height: 1.1;
}

.ib-live-mini p {
  margin: 8px 0 0;
  color: #bec7d4;
  font-size: clamp(23px, 1.24vw, 30px);
  line-height: 1.35;
}

.ib-live-mini .tags {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.ib-live-mini .tag {
  border: 1px solid rgba(255, 170, 72, 0.28);
  border-radius: 10px;
  padding: 8px;
  text-align: center;
  color: #d7deea;
  font-size: clamp(18px, 0.96vw, 22px);
}

.ib-live-mini.risk .ib-live-mini-head {
  color: #ff9d1f;
}

.ib-live-summary {
  margin: 12px 24px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 170, 72, 0.32);
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ib-live-summary-main {
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ib-live-summary-main img {
  width: 84px;
  height: 84px;
}

.ib-live-summary-main p {
  margin: 0;
  font-size: clamp(38px, 2.05vw, 50px);
  line-height: 1.2;
}

.ib-live-summary-main .accent {
  color: #ff9d1f;
}

.ib-live-summary-metric {
  border-left: 1px solid rgba(255, 170, 72, 0.18);
  padding: 12px 10px;
}

.ib-live-summary-metric strong {
  display: block;
  color: #ff9d1f;
  font-size: clamp(58px, 3vw, 72px);
  line-height: 1.05;
}

.ib-live-summary-metric span {
  display: block;
  margin-top: 6px;
  color: #d0d8e4;
  font-size: clamp(24px, 1.22vw, 29px);
  line-height: 1.28;
}

.ib-trial-shell {
  padding-bottom: 16px;
}

.ib-trial-head {
  padding: 20px 24px 12px;
}

.ib-trial-kicker {
  min-height: 38px;
  padding: 0 20px;
}

.ib-trial-head .ib-title {
  max-width: 1020px;
  font-size: 45px;
}

.ib-trial-head .ib-lead {
  max-width: 980px;
  font-size: clamp(18px, 1.22vw, 23px);
}

.ib-trial-topbar {
  padding: 10px 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #d5dde8;
  font-size: clamp(14px, 0.74vw, 17px);
  position: relative;
  z-index: 1;
}

.ib-trial-topbar .left,
.ib-trial-topbar .right {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.ib-trial-topbar .badge {
  border-radius: 999px;
  border: 1px solid rgba(255, 170, 72, 0.62);
  color: #ffb158;
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  font-size: clamp(13px, 0.7vw, 16px);
  font-weight: 700;
  text-transform: uppercase;
}

.ib-trial-main {
  margin: 10px 24px 0;
  display: grid;
  grid-template-columns: 1.14fr 1.63fr;
  gap: 14px;
  align-items: start;
}

.ib-trial-left {
  min-width: 0;
  display: grid;
  gap: 12px;
}

.ib-trial-fan {
  position: relative;
  min-height: 586px;
  border-radius: 16px;
  border: 1px solid rgba(255, 170, 72, 0.3);
  background:
    radial-gradient(620px 260px at 56% 48%, rgba(255, 157, 31, 0.16), rgba(255, 157, 31, 0) 72%),
    radial-gradient(320px 220px at 18% 18%, rgba(255, 157, 31, 0.1), rgba(255, 157, 31, 0) 78%),
    linear-gradient(180deg, rgba(7, 12, 20, 0.92), rgba(4, 9, 16, 0.95));
  box-shadow:
    inset 0 0 0 1px rgba(255, 170, 72, 0.07),
    0 16px 30px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.ib-trial-fan::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1.2px 1.2px at 14% 22%, rgba(255, 168, 69, 0.42), transparent 78%),
    radial-gradient(1.2px 1.2px at 30% 64%, rgba(255, 168, 69, 0.3), transparent 78%),
    radial-gradient(1.2px 1.2px at 72% 30%, rgba(255, 168, 69, 0.34), transparent 78%),
    radial-gradient(1.2px 1.2px at 84% 74%, rgba(255, 168, 69, 0.24), transparent 78%);
  pointer-events: none;
}

.ib-trial-fan-links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  transform: none;
}

.ib-trial-fan-link {
  fill: none;
  stroke: rgba(255, 149, 38, 0.34);
  stroke-width: 1.25;
  stroke-linecap: round;
  filter: drop-shadow(0 0 6px rgba(255, 149, 38, 0.3));
}

.ib-trial-fan-link.is-main {
  stroke: rgba(255, 188, 110, 0.86);
  stroke-width: 1.95;
  filter: drop-shadow(0 0 9px rgba(255, 160, 58, 0.66));
}

.ib-trial-fan-spark {
  fill: none;
  stroke: rgba(255, 222, 167, 0.98);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 0.01 8;
  animation-delay: var(--flow-delay, 0s);
  filter: drop-shadow(0 0 8px rgba(255, 175, 70, 0.92));
}

.ib-trial-fan-spark.flow-in {
  animation: ibTrialLinkSparkIn 3.2s linear infinite;
}

.ib-trial-fan-spark.flow-out {
  animation: ibTrialLinkSparkOut 3.2s linear infinite;
}

.ib-trial-fan-node {
  fill: #ffbf72;
  opacity: 0.82;
  filter: drop-shadow(0 0 8px rgba(255, 162, 53, 0.72));
}

.ib-trial-fan-port {
  fill: #ffd09b;
  opacity: 0.92;
  filter: drop-shadow(0 0 10px rgba(255, 165, 58, 0.88));
}

@keyframes ibTrialLinkSparkIn {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -140;
  }
}

@keyframes ibTrialLinkSparkOut {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 140;
  }
}

.ib-trial-fan-stack {
  position: absolute;
  left: 12px;
  top: 22px;
  width: 230px;
  display: grid;
  gap: 10px;
  z-index: 5;
}

.ib-trial-fan-module {
  border-radius: 12px;
  border: 1px solid rgba(255, 170, 72, 0.32);
  background:
    linear-gradient(180deg, rgba(11, 17, 28, 0.92), rgba(6, 11, 18, 0.9)),
    radial-gradient(120px 56px at 14% 0, rgba(255, 166, 64, 0.12), transparent 74%);
  min-height: 96px;
  padding: 10px 10px 8px 66px;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.24);
}

.ib-trial-fan-module .module-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 170, 72, 0.56);
  background: rgba(9, 15, 25, 0.9);
  display: grid;
  place-items: center;
  box-shadow: inset 0 1px 0 rgba(255, 218, 160, 0.16);
}

.ib-trial-fan-module .module-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: hue-rotate(8deg) saturate(1.2) brightness(1.06) drop-shadow(0 0 8px rgba(255, 163, 60, 0.46));
}

.ib-trial-fan-module h3 {
  margin: 0;
  color: #f7eee2;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 700;
}

.ib-trial-fan-module p {
  margin: 5px 0 0;
  color: #c8d1dc;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
}

.ib-trial-fan-module small {
  margin-top: 5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1de784;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.ib-trial-fan-module small::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1de784;
  box-shadow: 0 0 10px rgba(29, 231, 132, 0.66);
}

.ib-trial-fan-core {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.ib-trial-fan-hex {
  position: absolute;
  left: 58%;
  top: 47%;
  width: 116px;
  height: 116px;
  transform: translate(-50%, -50%);
  clip-path: none;
  border-radius: 50%;
  border: 2px solid #ffbf5f;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 178, 66, 0.38), rgba(6, 11, 19, 0.95)),
    linear-gradient(180deg, rgba(11, 18, 29, 0.96), rgba(6, 10, 17, 0.95));
  display: grid;
  place-items: center;
  box-shadow:
    0 0 0 1px rgba(255, 205, 120, 0.95),
    0 0 24px rgba(255, 163, 33, 0.86),
    inset 0 0 16px rgba(255, 191, 95, 0.35);
}

.ib-trial-fan-hex span {
  color: #ffb95b;
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-shadow: 0 0 10px rgba(255, 170, 58, 0.55);
}

.ib-trial-fan-result {
  position: absolute;
  right: 8px;
  top: 154px;
  width: 148px;
  border-radius: 14px;
  border: 1px solid rgba(255, 170, 72, 0.38);
  background: linear-gradient(180deg, rgba(11, 17, 27, 0.96), rgba(6, 10, 17, 0.92));
  padding: 12px 10px;
  text-align: center;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.34);
}

.ib-trial-fan-result h4 {
  margin: 0;
  color: #ffac3c;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
}

.ib-trial-fan-result img {
  display: block;
  width: 104px;
  height: 104px;
  margin: 8px auto 6px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(255, 164, 58, 0.52));
}

.ib-trial-fan-result p {
  margin: 0;
  color: #cfd7e3;
  font-size: 12px;
  line-height: 1.32;
  font-weight: 500;
}

.ib-trial-fan-status {
  position: absolute;
  right: 94px;
  bottom: 18px;
  width: 190px;
  border-radius: 12px;
  border: 1px solid rgba(255, 170, 72, 0.32);
  background: linear-gradient(180deg, rgba(10, 15, 24, 0.94), rgba(6, 10, 17, 0.9));
  padding: 10px 10px 10px 32px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
}

.ib-trial-fan-status::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1de784;
  box-shadow: 0 0 10px rgba(29, 231, 132, 0.66);
}

.ib-trial-fan-status strong {
  display: block;
  color: #b8ffcb;
  font-size: 16px;
  line-height: 1.14;
  font-weight: 700;
}

.ib-trial-fan-status small {
  display: block;
  margin-top: 4px;
  color: #d0d9e6;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
}

.ib-trial-tabs {
  margin-top: 4px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ib-trial-tab {
  border-radius: 14px;
  border: 1px solid rgba(255, 170, 72, 0.22);
  padding: 12px 10px;
  background: rgba(5, 11, 19, 0.7);
}

.ib-trial-tab.is-active {
  border-color: rgba(255, 157, 31, 0.66);
  background: radial-gradient(160px 80px at 50% 0, rgba(255, 157, 31, 0.18), rgba(9, 13, 23, 0.86));
}

.ib-trial-tab-head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ib-trial-tab-head img {
  width: 26px;
  height: 26px;
}

.ib-trial-tab-head h3 {
  margin: 0;
  font-size: clamp(19px, 0.98vw, 22px);
  text-transform: uppercase;
}

.ib-trial-tab p {
  margin: 10px 0 0;
  color: #bec7d3;
  font-size: clamp(16px, 0.84vw, 19px);
  line-height: 1.38;
}

.ib-trial-right {
  min-height: 560px;
  border-radius: 16px;
  border: 1px solid rgba(255, 170, 72, 0.3);
  background: rgba(7, 12, 20, 0.82);
  padding: 12px;
}

.ib-trial-right-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #e7eef8;
  font-size: clamp(18px, 0.92vw, 21px);
}

.ib-trial-chart-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.36fr;
  gap: 10px;
}

.ib-trial-chart {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 170, 72, 0.2);
  background:
    radial-gradient(140% 120% at 100% 0, rgba(255, 157, 31, 0.18), transparent 70%),
    linear-gradient(180deg, rgba(5, 10, 18, 0.96), rgba(4, 8, 14, 0.98));
  position: relative;
  height: 300px;
}

.ib-trial-insight {
  border-radius: 12px;
  border: 1px solid rgba(255, 170, 72, 0.24);
  background:
    radial-gradient(180px 120px at 70% 20%, rgba(255, 157, 31, 0.15), rgba(255, 157, 31, 0) 72%),
    linear-gradient(180deg, rgba(7, 12, 20, 0.9), rgba(5, 10, 18, 0.94));
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ib-trial-insight-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.ib-trial-insight-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d5deea;
  font-size: 14px;
  line-height: 1.2;
}

.ib-trial-insight-list li img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: hue-rotate(8deg) saturate(1.16) brightness(1.08);
  flex-shrink: 0;
}

.ib-trial-insight h4 {
  margin: 2px 0 0;
  color: #ffaf40;
  font-size: 16px;
  line-height: 1.2;
}

.ib-trial-insight p {
  margin: 0;
  color: #c4cedb;
  font-size: 13px;
  line-height: 1.35;
}

.ib-trial-insight-bar {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
}

.ib-trial-insight-bar span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffad31, #ff9200);
  box-shadow: 0 0 10px rgba(255, 157, 31, 0.38);
}

.ib-trial-insight-bar small {
  color: #d6deea;
  font-size: 12px;
  font-weight: 700;
}

.ib-trial-live-main-chart {
  width: 100%;
  height: 100%;
  display: block;
}

.ib-trial-live-grid line {
  stroke: rgba(130, 145, 170, 0.2);
  stroke-width: 1;
}

.ib-trial-live-grid line:nth-child(n + 8) {
  stroke: rgba(122, 137, 162, 0.28);
  stroke-dasharray: 4 8;
}

.ib-trial-live-bars {
  opacity: 0.86;
}

.ib-trial-live-bars rect {
  fill: url(#ibTrialLiveBars);
}

.ib-trial-live-area {
  fill: url(#ibTrialLiveArea);
}

.ib-trial-live-line {
  fill: none;
  stroke: #ffad31;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(255, 173, 49, 0.72));
}

.ib-trial-live-points {
  opacity: 0.9;
}

.ib-trial-live-marker {
  fill: #ffb84b;
  stroke: #040a12;
  stroke-width: 2.8;
  filter: drop-shadow(0 0 10px rgba(255, 180, 66, 0.75));
}

.ib-trial-live-density {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  border-radius: 8px;
  border: 1px solid rgba(255, 176, 76, 0.36);
  background: rgba(7, 12, 22, 0.84);
  color: #ffcb86;
  padding: 5px 8px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ib-trial-metrics {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.ib-trial-metric {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 170, 72, 0.2);
  border-radius: 10px;
  background: rgba(7, 12, 20, 0.82);
  padding: 9px;
}

.ib-trial-metric-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.ib-trial-metric-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: hue-rotate(8deg) saturate(1.16) brightness(1.06);
}

.ib-trial-metric-copy {
  min-width: 0;
}

.ib-trial-metric-copy span {
  display: block;
  color: #9ca7ba;
  font-size: 12px;
  line-height: 1.15;
}

.ib-trial-metric-copy strong {
  display: block;
  margin-top: 3px;
  font-size: clamp(22px, 1.2vw, 32px);
  line-height: 1.06;
  white-space: nowrap;
}

.ib-trial-metric-copy small {
  display: block;
  margin-top: 2px;
  color: #b8c2d0;
  font-size: 12px;
  line-height: 1.2;
}

.ib-trial-cta {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 10px;
}

.ib-trial-cta a {
  min-height: 66px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: clamp(20px, 1.08vw, 25px);
  text-transform: uppercase;
  font-weight: 700;
}

.ib-trial-cta .primary {
  justify-content: space-between;
  padding: 0 28px;
  border: 1px solid rgba(255, 170, 72, 0.36);
  background: linear-gradient(180deg, #ffbc31, #ff9800);
  color: #171308;
}

.ib-trial-cta-arrow {
  font-size: 32px;
  line-height: 1;
}

.ib-trial-cta .secondary {
  border: 1px solid rgba(255, 170, 72, 0.36);
  color: #dbe3ef;
  background: rgba(8, 13, 21, 0.76);
}

.ib-trial-strip {
  margin-top: 10px;
  border-top: 1px solid rgba(255, 170, 72, 0.16);
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.ib-trial-strip-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid rgba(255, 170, 72, 0.2);
  padding: 8px 10px;
  color: #d7deea;
  font-size: clamp(13px, 0.72vw, 16px);
  text-align: left;
}

.ib-trial-strip-item img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: hue-rotate(8deg) saturate(1.16) brightness(1.08);
}

.ib-trial-bottom {
  margin: 12px 24px 0;
  display: grid;
  grid-template-columns: 1.6fr 0.6fr 0.9fr;
  gap: 10px;
}

.ib-trial-steps,
.ib-trial-reason,
.ib-trial-trusted {
  border-radius: 14px;
  border: 1px solid rgba(255, 170, 72, 0.24);
  background:
    radial-gradient(180px 120px at 10% 0, rgba(255, 157, 31, 0.1), rgba(255, 157, 31, 0) 70%),
    linear-gradient(180deg, rgba(7, 12, 20, 0.9), rgba(5, 10, 18, 0.94));
}

.ib-trial-steps {
  margin: 0;
  padding: 12px;
}

.ib-trial-steps h3 {
  margin: 0;
  color: #ff9d1f;
  font-size: clamp(24px, 1.2vw, 29px);
  line-height: 1.16;
}

.ib-trial-steps-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ib-trial-steps .step {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid rgba(255, 170, 72, 0.2);
  background: rgba(5, 10, 18, 0.74);
  padding: 10px;
}

.ib-trial-steps .step:not(:last-child)::after {
  content: none;
}

.ib-trial-steps {
  overflow: visible;
}

.ib-trial-steps p {
  margin: 8px 0 0;
  color: #bcc5d2;
  font-size: clamp(13px, 0.72vw, 16px);
  line-height: 1.35;
}

.ib-trial-steps .num {
  color: #ff9d1f;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}

.ib-trial-steps .step-main {
  margin-top: -12px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.ib-trial-steps .step-icon {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
}

.ib-trial-steps .step-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: hue-rotate(8deg) saturate(1.16) brightness(1.08);
}

.ib-trial-steps .step-copy {
  grid-column: 2;
  margin-top: -22px;
}

.ib-trial-steps .step-copy h4 {
  margin: 0;
  font-size: clamp(17px, 0.9vw, 22px);
  line-height: 1.2;
}

.ib-trial-steps .step-copy p {
  margin: 8px 0 0;
}

.ib-trial-steps .step .time {
  margin-top: auto;
  border-radius: 8px;
  border: 1px solid rgba(255, 170, 72, 0.36);
  padding: 6px 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: clamp(13px, 0.72vw, 16px);
}

.ib-trial-reason,
.ib-trial-trusted {
  padding: 12px;
}

.ib-trial-reason h4,
.ib-trial-trusted h4 {
  margin: 0;
  color: #ff9d1f;
  font-size: clamp(23px, 1.12vw, 27px);
  line-height: 1.2;
}

.ib-trial-reason ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.ib-trial-reason li {
  position: relative;
  padding-left: 18px;
  color: #d2dae6;
  font-size: clamp(14px, 0.76vw, 17px);
  line-height: 1.34;
}

.ib-trial-reason li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffab2e;
  box-shadow: 0 0 9px rgba(255, 165, 66, 0.56);
}

.ib-trial-trusted h4 {
  color: #d4dce8;
}

.ib-trial-trusted-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ib-trial-trusted-item {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  border-radius: 10px;
  border: 1px solid rgba(255, 170, 72, 0.18);
  background: rgba(5, 10, 18, 0.68);
  padding: 10px;
}

.ib-trial-trusted-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
}

.ib-trial-trusted-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: hue-rotate(8deg) saturate(1.16) brightness(1.06);
}

.ib-trial-trusted-copy strong {
  display: block;
  font-size: clamp(29px, 1.46vw, 34px);
  line-height: 1.05;
}

.ib-trial-trusted-copy span {
  display: block;
  margin-top: 4px;
  color: #c0cada;
  font-size: clamp(14px, 0.74vw, 17px);
  line-height: 1.24;
}

.ib-adv2 {
  width: 100%;
  margin: 14px 0 34px;
  padding: 0 14px;
}

.ib-adv2-shell {
  position: relative;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  overflow: hidden;
}

.ib-adv2-shell::before {
  content: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(2px 2px at 18% 20%, rgba(255, 170, 74, 0.28), transparent 76%),
    radial-gradient(2px 2px at 74% 16%, rgba(255, 170, 74, 0.24), transparent 76%),
    radial-gradient(2px 2px at 64% 56%, rgba(255, 170, 74, 0.18), transparent 78%);
}

.ib-adv2-kicker {
  position: relative;
  isolation: isolate;
  overflow: visible;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-inline: auto;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 149, 38, 0.74);
  background: linear-gradient(180deg, rgba(20, 14, 10, 0.94) 0%, rgba(9, 8, 8, 0.96) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 149, 38, 0.16),
    0 0 14px rgba(255, 126, 27, 0.42),
    0 0 26px rgba(255, 126, 27, 0.24),
    0 8px 18px rgba(0, 0, 0, 0.34);
  color: #ffb458;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  line-height: 1;
  font-family: "Montserrat", "Segoe UI", "Inter", Arial, sans-serif;
  font-weight: 700;
}

.ib-adv2-kicker::before {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  border-radius: 999px;
  background: linear-gradient(
    110deg,
    rgba(255, 126, 27, 0.95) 0%,
    rgba(255, 205, 132, 0.92) 22%,
    rgba(255, 154, 49, 0.95) 44%,
    rgba(255, 117, 18, 0.94) 68%,
    rgba(255, 193, 108, 0.92) 100%
  );
  background-size: 240% 100%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.92;
  pointer-events: none;
  z-index: 1;
}

.ib-adv2-kicker::after {
  content: "";
  position: absolute;
  inset: -3px;
  padding: 1px;
  border-radius: 999px;
  background: linear-gradient(
    110deg,
    rgba(255, 126, 27, 0.62) 0%,
    rgba(255, 205, 132, 0.6) 22%,
    rgba(255, 154, 49, 0.62) 44%,
    rgba(255, 117, 18, 0.6) 68%,
    rgba(255, 193, 108, 0.58) 100%
  );
  background-size: 240% 100%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  filter: blur(6px);
  opacity: 0.42;
  pointer-events: none;
  z-index: 0;
}

.ib-adv2-kicker b {
  position: relative;
  z-index: 3;
  color: #f6f7fb;
  font-size: 37px;
  font-weight: 800;
  line-height: 1;
}

.ib-adv2-kicker i {
  position: relative;
  z-index: 3;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff9d1f;
  box-shadow: 0 0 10px rgba(255, 157, 31, 0.7);
}

.ib-adv2-kicker-text {
  position: relative;
  z-index: 3;
}

.ib-adv2-hero {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: start;
}

.ib-adv2-title {
  margin: 0;
  font-size: 50px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.ib-adv2-title .accent {
  color: #ff9d1f;
}

.ib-adv2-lead {
  margin: 14px 0 0;
  color: #b8c1cd;
  font-size: 18px;
  line-height: 1.42;
  font-weight: 500;
}

.ib-adv2-status {
  border-radius: 16px;
  border: 1px solid rgba(255, 170, 72, 0.3);
  background: linear-gradient(180deg, rgba(8, 13, 22, 0.84), rgba(6, 10, 17, 0.9));
  overflow: hidden;
  max-width: 560px;
  justify-self: end;
}

.ib-adv2-status-title {
  margin: 0;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 170, 72, 0.18);
  color: #bfc8d4;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.ib-adv2-status-line {
  padding: 10px 12px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.ib-adv2-status-online {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #16eb83;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.ib-adv2-status-online::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #16eb83;
  box-shadow: 0 0 12px rgba(22, 235, 131, 0.68);
}

.ib-adv2-status-sub {
  color: #aeb8c8;
  font-size: 14px;
}

.ib-adv2-status-grid {
  padding: 0 12px 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ib-adv2-status-item {
  border-radius: 10px;
  border: 1px solid rgba(255, 170, 72, 0.24);
  background: rgba(6, 11, 18, 0.76);
  padding: 10px;
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  align-items: start;
}

.ib-adv2-status-item img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  margin-top: 2px;
}

.ib-adv2-status-item strong {
  display: block;
  color: #f2f4f9;
  font-size: 22px;
  line-height: 1.1;
}

.ib-adv2-status-item span {
  display: block;
  margin-top: 4px;
  color: #b3bdcb;
  font-size: 13px;
  line-height: 1.34;
}

.ib-adv2-status-chart {
  margin: 0 12px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 170, 72, 0.22);
  padding: 8px;
}

.ib-adv2-status-chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9faabc;
  font-size: 12px;
  margin-bottom: 6px;
}

.ib-adv2-status-spark {
  height: 54px;
  border-radius: 6px;
  border: 1px solid rgba(255, 170, 72, 0.14);
  background: linear-gradient(180deg, rgba(8, 13, 22, 0.8), rgba(5, 9, 16, 0.86));
  position: relative;
  overflow: hidden;
}

.ib-adv2-status-spark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ib-adv2-core {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 1.2fr) 1fr;
  gap: 12px;
  align-items: center;
}

.ib-adv2-core-image {
  min-height: 260px;
  border-radius: 18px;
  border: 1px solid rgba(255, 170, 72, 0.26);
  background:
    radial-gradient(170px 120px at 50% 70%, rgba(255, 157, 31, 0.2), transparent 74%),
    linear-gradient(180deg, rgba(9, 13, 22, 0.86), rgba(6, 10, 17, 0.9));
  display: grid;
  place-items: center;
  padding: 10px;
}

.ib-adv2-core-image img {
  width: min(270px, 94%);
  height: auto;
  filter: drop-shadow(0 0 20px rgba(255, 157, 31, 0.44));
}

.ib-adv2-tags {
  display: grid;
  gap: 10px;
}

.ib-adv2-tag {
  min-height: 56px;
  border-radius: 12px;
  border: 1px solid rgba(255, 170, 72, 0.3);
  background: rgba(8, 13, 22, 0.72);
  padding: 8px 11px;
  color: #d7deea;
  font-size: clamp(16px, 0.84vw, 20px);
  line-height: 1.3;
  display: flex;
  align-items: center;
}

.ib-adv2-flow {
  margin-top: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 170, 72, 0.3);
  padding: 16px 10px 10px;
  position: relative;
}

.ib-adv2-flow-title {
  margin: 0;
  text-align: center;
  color: #ff9d1f;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: clamp(22px, 1.16vw, 28px);
}

.ib-adv2-flow-line {
  display: none;
}

.ib-adv2-flow-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
}

.ib-adv2-flow-item {
  text-align: center;
  padding: 0 4px 6px;
  position: relative;
}

.ib-adv2-flow-item:not(:last-child)::before {
  content: "\203A\203A";
  position: absolute;
  right: -6px;
  top: 17px;
  color: rgba(182, 193, 209, 0.56);
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.06em;
  opacity: 0.72;
  transform: translateX(0);
  text-shadow: none;
  animation: ibFlowArrowSequence 5s linear infinite;
}

.ib-adv2-flow-item:nth-child(1):not(:last-child)::before {
  animation-delay: 0s;
}

.ib-adv2-flow-item:nth-child(2):not(:last-child)::before {
  animation-delay: 1s;
}

.ib-adv2-flow-item:nth-child(3):not(:last-child)::before {
  animation-delay: 2s;
}

.ib-adv2-flow-item:nth-child(4):not(:last-child)::before {
  animation-delay: 3s;
}

.ib-adv2-flow-item:nth-child(5):not(:last-child)::before {
  animation-delay: 4s;
}

@keyframes ibFlowArrowSequence {
  0%,
  18% {
    color: #ff9d1f;
    opacity: 1;
    transform: translateX(2px);
    text-shadow:
      0 0 12px rgba(255, 188, 78, 0.66),
      0 0 20px rgba(255, 157, 31, 0.48);
  }

  24%,
  100% {
    color: rgba(182, 193, 209, 0.56);
    opacity: 0.72;
    transform: translateX(0);
    text-shadow: none;
  }
}
.ib-adv2-flow-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid rgba(255, 170, 72, 0.44);
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 157, 31, 0.18), rgba(9, 14, 23, 0.9));
  margin: 0 auto;
  display: grid;
  place-items: center;
}

.ib-adv2-flow-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.ib-adv2-flow-item::after {
  content: none;
}

.ib-adv2-flow-num {
  margin-top: 12px;
  color: #ff9d1f;
  font-size: clamp(26px, 1.34vw, 34px);
  font-weight: 800;
  line-height: 1;
}

.ib-adv2-flow-name {
  margin: 5px 0 0;
  font-size: clamp(23px, 1.22vw, 30px);
  line-height: 1.2;
}

.ib-adv2-flow-text {
  margin: 5px 0 0;
  color: #b7c1ce;
  font-size: clamp(17px, 0.88vw, 20px);
  line-height: 1.34;
}

.ib-adv2-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ib-adv2-card {
  border-radius: 14px;
  border: 1px solid rgba(255, 170, 72, 0.34);
  background: linear-gradient(180deg, rgba(8, 12, 21, 0.9), rgba(6, 10, 17, 0.92));
  padding: 12px;
  display: grid;
  gap: 10px;
}

.ib-adv2-card-head {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  column-gap: 16px;
  row-gap: 12px;
  align-items: center;
}

.ib-adv2-card-num {
  margin: 0;
  color: transparent;
  justify-self: start;
  font-size: clamp(58px, 3.6vw, 78px);
  line-height: 0.86;
  font-weight: 700;
  font-family: "Vollda-Bold", "Georgia", serif;
  letter-spacing: 0;
  -webkit-text-stroke: 2px rgba(255, 157, 31, 0.9);
  text-shadow: 0 0 12px rgba(255, 157, 31, 0.22);
}

.ib-adv2-card-title {
  margin: 0;
  align-self: center;
  font-size: clamp(26px, 1.36vw, 33px);
  line-height: 1.12;
  text-wrap: balance;
}

.ib-adv2-card-tag {
  align-self: center;
  justify-self: start;
  white-space: nowrap;
  border-radius: 999px;
  border: 1px solid rgba(255, 157, 31, 0.56);
  color: #ff9d1f;
  font-size: clamp(13px, 0.74vw, 16px);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 7px 11px;
}

.ib-adv2-card-media {
  height: auto;
  aspect-ratio: 3.3 / 1;
  min-height: 104px;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 170, 72, 0.3);
  overflow: hidden;
  background: #050b14;
}

.ib-adv2-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ib-adv2-card-media--narrow img {
  width: 100%;
  object-position: center;
}

.ib-adv2-card-media--support img {
  object-position: 50% 50%;
}

.ib-adv2-card-media--equity {
  position: relative;
}

.ib-adv2-card-media--equity::before {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: 4%;
  width: 30%;
  border: 1px solid rgba(255, 170, 72, 0.78);
  background: linear-gradient(180deg, rgba(10, 17, 30, 0.92), rgba(8, 14, 24, 0.94));
  pointer-events: none;
  z-index: 1;
}

.ib-adv2-equity-label {
  position: absolute;
  z-index: 2;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 2px;
  text-align: left;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  pointer-events: none;
}

.ib-adv2-equity-label .l1 {
  color: #d5d9df;
  font-size: clamp(10px, 0.62vw, 13px);
}

.ib-adv2-equity-label .l2 {
  color: #ffb41f;
  font-size: clamp(18px, 1.1vw, 24px);
}

.ib-adv2-equity-label .l3 {
  color: #b8bec8;
  font-size: clamp(10px, 0.62vw, 13px);
}

.ib-adv2-card > p {
  margin: 0;
  color: #bcc5d1;
  font-size: clamp(18px, 0.94vw, 22px);
  line-height: 1.44;
}

.ib-adv2-card-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 170, 72, 0.36);
  padding: 7px 12px;
  width: fit-content;
  color: #dce5ef;
  font-size: clamp(16px, 0.84vw, 19px);
}

.ib-adv2-card-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff9d1f;
  box-shadow: 0 0 8px rgba(255, 157, 31, 0.7);
}

.ib-adv2-summary {
  margin-top: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 170, 72, 0.32);
  display: grid;
  grid-template-columns: 1.65fr repeat(4, 1fr);
  overflow: hidden;
}

.ib-adv2-summary-main {
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ib-adv2-summary-main img {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.ib-adv2-summary-main h3 {
  margin: 0;
  font-size: clamp(36px, 1.94vw, 46px);
  line-height: 1.22;
}

.ib-adv2-summary-main .accent {
  color: #ff9d1f;
}

.ib-adv2-summary-main .chip {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  border: 1px solid rgba(46, 227, 128, 0.38);
  color: #a6f8cb;
  font-size: clamp(14px, 0.74vw, 17px);
  padding: 6px 12px;
}

.ib-adv2-summary-main .chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #18f187;
}

.ib-adv2-summary-metric {
  border-left: 1px solid rgba(255, 170, 72, 0.16);
  padding: 12px 10px;
}

.ib-adv2-summary-metric > img:not(.ib-adv2-summary-spark) {
  width: 34px;
  height: 34px;
}

.ib-adv2-summary-metric strong {
  display: block;
  margin-top: 6px;
  color: #ff9d1f;
  font-size: clamp(50px, 2.62vw, 64px);
  line-height: 1.06;
}

.ib-adv2-summary-metric p {
  margin: 6px 0 0;
  color: #bcc5d1;
  font-size: clamp(16px, 0.82vw, 19px);
  line-height: 1.36;
}

.ib-adv2-summary-spark {
  display: block;
  width: 100%;
  max-width: 98px;
  height: 30px;
  margin-top: 8px;
  object-fit: cover;
}

.ib-adv2-quote {
  margin-top: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 170, 72, 0.3);
  padding: 14px 18px;
  text-align: center;
  font-size: clamp(35px, 1.82vw, 44px);
  line-height: 1.3;
}

.ib-adv2-quote .accent {
  color: #ff9d1f;
}

@media (max-width: 1200px) {
  .ib-adv2-hero,
  .ib-adv2-core {
    grid-template-columns: 1fr;
  }

  .ib-adv2-flow-item:not(:last-child)::before {
    content: none;
  }

  .ib-adv2-status {
    max-width: none;
    justify-self: stretch;
  }

  .ib-adv2-flow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 8px;
  }

  .ib-adv2-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ib-adv2-summary {
    grid-template-columns: 1fr 1fr;
  }

  .ib-adv2-summary-main {
    grid-column: 1 / -1;
  }

  .ib-cap-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ib-cap-detail {
    grid-template-columns: 1fr;
  }

  .ib-cap-side {
    border-left: 0;
    border-top: 1px solid rgba(255, 170, 72, 0.22);
    padding: 12px 0 0;
  }

  .ib-cap-summary,
  .ib-live-summary {
    grid-template-columns: 1fr 1fr;
  }

  .ib-algo-stages {
    grid-template-columns: 1fr 1fr;
  }

  .ib-algo-core {
    grid-column: 1 / -1;
  }

  .ib-algo-middle,
  .ib-live-grid,
  .ib-live-lower,
  .ib-trial-main {
    grid-template-columns: 1fr;
  }

  .ib-live-terminal {
    height: 360px;
    min-height: 360px;
    max-height: 360px;
  }

  .ib-trial-fan {
    min-height: 566px;
  }

  .ib-trial-right {
    min-height: 0;
  }

  .ib-trial-fan-stack {
    width: 246px;
  }

  .ib-trial-fan-result {
    right: 14px;
  }

  .ib-trial-fan-status {
    right: 106px;
  }

  .ib-how-title {
    font-size: clamp(23px, 2.88vw, 37px);
  }

  .ib-how-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ib-how-steps::before {
    content: none;
  }

  .ib-how-step-icon::before,
  .ib-how-step-icon::after {
    content: none;
  }

  .ib-how-middle {
    grid-template-columns: 1fr;
  }

  .ib-chart-context--primary {
    width: min(350px, calc(100% - 138px));
  }

  .ib-chart-context--secondary {
    width: min(390px, calc(100% - 176px));
  }

  .ib-chart-context-disclaimer {
    font-size: 10px;
  }

  .ib-how-why-grid {
    grid-template-columns: 1fr;
  }

  .ib-how-bottom {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ib-algo-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .ib-algo-bottom-intro {
    grid-column: 1 / -1;
  }

  .ib-live-head {
    grid-template-columns: 1fr;
  }

  .ib-trial-chart-grid,
  .ib-trial-bottom,
  .ib-trial-steps-grid {
    grid-template-columns: 1fr;
  }

  .ib-trial-steps .step:not(:last-child)::after {
    content: none;
  }
}

@media (max-width: 760px) {
  .ib-capabilities .ib-capx-hero-main .ib-title {
    font-size: 34px;
  }

  .ib-stack {
    width: 100%;
    margin: 10px 0 16px;
    padding: 0 8px;
    gap: 12px;
  }

  .ib-adv2 {
    padding: 0 8px;
    margin: 8px 0 22px;
  }

  .ib-adv2-shell {
    border-radius: 0;
    padding: 0;
  }

  .ib-adv2-kicker {
    min-height: 32px;
    padding: 0 11px;
    gap: 7px;
    font-size: 11px;
  }

  .ib-adv2-kicker b {
    font-size: 18px;
  }

  .ib-adv2-hero {
    margin-top: 10px;
    gap: 12px;
  }

  .ib-adv2-title {
    font-size: clamp(30px, 9vw, 44px);
  }

  .ib-adv2-lead {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.42;
  }

  .ib-adv2-status-title {
    font-size: 12px;
    padding: 8px 10px;
  }

  .ib-adv2-status-line {
    padding: 8px 10px 6px;
  }

  .ib-adv2-status-online {
    font-size: 23px;
  }

  .ib-adv2-status-sub {
    font-size: 12px;
  }

  .ib-adv2-status-grid {
    padding: 0 10px 8px;
    gap: 6px;
  }

  .ib-adv2-status-item {
    padding: 8px;
    gap: 8px;
    grid-template-columns: 20px 1fr;
  }

  .ib-adv2-status-item img {
    width: 18px;
    height: 18px;
  }

  .ib-adv2-status-item strong {
    font-size: 18px;
  }

  .ib-adv2-status-item span {
    margin-top: 3px;
    font-size: 11px;
  }

  .ib-adv2-status-chart {
    margin: 0 10px 10px;
    padding: 6px;
  }

  .ib-adv2-status-chart-head {
    font-size: 10px;
  }

  .ib-adv2-status-spark {
    height: 42px;
  }

  .ib-adv2-flow {
    margin-top: 10px;
    border-radius: 12px;
    padding: 10px 6px 8px;
  }

  .ib-adv2-flow-title {
    font-size: 14px;
  }

  .ib-adv2-flow-line {
    display: none;
  }

  .ib-adv2-flow-grid {
    margin-top: 8px;
    grid-template-columns: 1fr 1fr;
    gap: 8px 6px;
  }

  .ib-adv2-flow-item {
    border: 1px solid rgba(255, 170, 72, 0.2);
    border-radius: 10px;
    padding: 8px 6px;
    background: rgba(7, 12, 20, 0.76);
  }

  .ib-adv2-flow-item::after {
    display: none;
  }

  .ib-adv2-flow-item:not(:last-child)::before {
    content: none;
  }

  .ib-adv2-flow-icon {
    width: 48px;
    height: 48px;
  }

  .ib-adv2-flow-icon img {
    width: 30px;
    height: 30px;
  }

  .ib-adv2-flow-num {
    margin-top: 8px;
    font-size: 19px;
  }

  .ib-adv2-flow-name {
    margin-top: 4px;
    font-size: 15px;
  }

  .ib-adv2-flow-text {
    margin-top: 2px;
    font-size: 12px;
  }

  .ib-adv2-grid {
    margin-top: 10px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ib-adv2-card {
    border-radius: 10px;
    padding: 9px;
    gap: 8px;
  }

  .ib-adv2-card-head {
    grid-template-columns: 62px minmax(0, 1fr) auto;
    column-gap: 12px;
    row-gap: 8px;
    align-items: center;
  }

  .ib-adv2-card-num {
    font-size: 54px;
    line-height: 0.84;
    -webkit-text-stroke: 1.6px rgba(255, 157, 31, 0.9);
  }

  .ib-adv2-card-title {
    font-size: 20px;
    line-height: 1.15;
  }

  .ib-adv2-card-tag {
    font-size: 11px;
    padding: 5px 8px;
  }

  .ib-adv2-card-media {
    height: auto;
    aspect-ratio: 3.2 / 1;
    min-height: 88px;
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .ib-adv2-card-media--narrow img {
    width: 100%;
    object-position: center;
  }

  .ib-adv2-card-media--equity::before {
    top: 8%;
    bottom: 8%;
    right: 3%;
    width: 31%;
  }

  .ib-adv2-equity-label {
    right: 8%;
    gap: 1px;
  }

  .ib-adv2-equity-label .l1 {
    font-size: 9px;
  }

  .ib-adv2-equity-label .l2 {
    font-size: 16px;
  }

  .ib-adv2-equity-label .l3 {
    font-size: 9px;
  }

  .ib-adv2-card > p {
    font-size: 14px;
    line-height: 1.42;
  }

  .ib-adv2-card-chip {
    font-size: 13px;
    padding: 6px 10px;
  }

  .ib-adv2-summary {
    margin-top: 10px;
    border-radius: 12px;
    grid-template-columns: 1fr;
  }

  .ib-adv2-summary-main {
    padding: 10px;
    gap: 9px;
  }

  .ib-adv2-summary-main img {
    width: 56px;
    height: 56px;
  }

  .ib-adv2-summary-main h3 {
    font-size: 22px;
  }

  .ib-adv2-summary-main .chip {
    margin-top: 5px;
    font-size: 12px;
    padding: 5px 9px;
  }

  .ib-adv2-summary-metric {
    border-left: 0;
    border-top: 1px solid rgba(255, 170, 72, 0.16);
    padding: 9px 10px;
  }

  .ib-adv2-summary-metric > img:not(.ib-adv2-summary-spark) {
    width: 24px;
    height: 24px;
  }

  .ib-adv2-summary-metric strong {
    font-size: 34px;
  }

  .ib-adv2-summary-metric p {
    font-size: 13px;
  }

  .ib-adv2-quote {
    margin-top: 10px;
    border-radius: 11px;
    padding: 9px 10px;
    font-size: 26px;
  }

  .ib-card {
    border-radius: 16px;
  }

  .ib-head {
    padding: 14px 10px 8px;
  }

  .ib-kicker {
    min-height: 34px;
    padding: 0 16px;
    font-size: 14px;
  }

  .ib-title {
    font-size: clamp(28px, 8.1vw, 44px);
    line-height: 1.14;
  }

  .ib-lead {
    font-size: clamp(13px, 3.9vw, 17px);
    line-height: 1.46;
  }

  .ib-cap-rail,
  .ib-cap-detail,
  .ib-cap-summary,
  .ib-algo-stages,
  .ib-algo-middle,
  .ib-algo-bottom,
  .ib-how-steps,
  .ib-how-middle,
  .ib-how-bottom,
  .ib-live-grid,
  .ib-live-lower,
  .ib-live-summary,
  .ib-trial-main,
  .ib-trial-bottom {
    margin-left: 10px;
    margin-right: 10px;
  }

  .ib-cap-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 14px;
  }

  .ib-cap-tab {
    padding: 10px 8px 20px;
  }

  .ib-cap-index {
    font-size: 28px;
  }

  .ib-cap-icon {
    width: 48px;
    height: 48px;
    margin: 7px auto 8px;
  }

  .ib-cap-icon img {
    width: 28px;
    height: 28px;
  }

  .ib-cap-name {
    font-size: 14px;
  }

  .ib-cap-detail {
    padding: 10px;
    gap: 10px;
  }

  .ib-cap-main-title .id {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    margin-right: 6px;
    font-size: 22px;
  }

  .ib-cap-main-title {
    font-size: clamp(23px, 6.6vw, 31px);
  }

  .ib-cap-copy,
  .ib-cap-bullet,
  .ib-cap-side-item p,
  .ib-cap-metric p,
  .ib-algo-stage p,
  .ib-algo-card p,
  .ib-algo-bottom-item p,
  .ib-live-copy,
  .ib-live-mini p,
  .ib-live-summary-metric span,
  .ib-trial-head .ib-lead,
  .ib-trial-tab p,
  .ib-trial-steps p,
  .ib-trial-steps .reason li {
    font-size: clamp(13px, 3.5vw, 16px);
    line-height: 1.44;
  }

  .ib-cap-chip {
    font-size: 14px;
    padding: 7px 12px;
  }

  .ib-cap-summary-main {
    grid-column: 1 / -1;
  }

  .ib-cap-summary-main h3 {
    font-size: clamp(18px, 5vw, 23px);
  }

  .ib-cap-summary-main img {
    width: 56px;
    height: 56px;
  }

  .ib-cap-metric strong,
  .ib-live-summary-metric strong {
    font-size: clamp(27px, 8vw, 36px);
  }

  .ib-note {
    margin: 8px 10px 12px;
    font-size: 12px;
  }

  .ib-algo-stage-num {
    font-size: 31px;
  }

  .ib-algo-stage-icon {
    width: 50px;
    height: 50px;
  }

  .ib-algo-stage-icon img {
    width: 26px;
    height: 26px;
  }

  .ib-algo-stage h3 {
    font-size: clamp(17px, 5.2vw, 22px);
    margin-top: 6px;
  }

  .ib-algo-tag {
    font-size: 12px;
    padding: 5px 8px;
  }

  .ib-algo-card-badge {
    min-height: 28px;
    padding: 0 10px;
    font-size: 12px;
  }

  .ib-algo-card h3 {
    font-size: clamp(22px, 6.2vw, 31px);
  }

  .ib-algo-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .ib-algo-metric span,
  .ib-trial-metric span,
  .ib-live-top-metric span {
    font-size: 10px;
  }

  .ib-algo-metric strong,
  .ib-trial-metric strong,
  .ib-live-top-metric strong {
    font-size: clamp(17px, 5.6vw, 25px);
  }

  .ib-live-top-metric strong {
    font-size: clamp(17px, 5.7vw, 25px);
  }

  .ib-algo-bottom-item h4,
  .ib-live-panel-title,
  .ib-live-mini-head,
  .ib-trial-steps .reason h4 {
    font-size: clamp(15px, 4.5vw, 22px);
  }

  .ib-live-terminal .ib-live-panel-title {
    font-size: clamp(16px, 4.8vw, 22px);
  }

  .ib-live-badge {
    min-height: 32px;
    padding: 0 12px;
    font-size: 11px;
    gap: 6px;
  }

  .ib-live-badge-dot {
    width: 5px;
    height: 5px;
  }

  .ib-live-title {
    font-size: clamp(28px, 7.6vw, 42px);
    margin-top: 10px;
  }

  .ib-how-head {
    padding: 10px 10px 8px;
  }

  .ib-how-kicker {
    min-height: 18px;
    padding: 0 10px;
    font-size: 7px;
    letter-spacing: 0.08em;
  }

  .ib-how-title {
    margin-top: 9px;
    font-size: clamp(17px, 5.52vw, 25px);
    line-height: 1.12;
  }

  .ib-how-lead {
    margin-top: 8px;
    font-size: 8px;
  }

  .ib-how-steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ib-how-step-main {
    min-height: auto;
    grid-template-columns: 16px 1fr;
    gap: 4px;
  }

  .ib-how-step-icon {
    width: 15px;
    height: 15px;
  }

  .ib-how-step-icon img {
    width: 8px;
    height: 8px;
  }

  .ib-how-step-num {
    font-size: 14px;
  }

  .ib-how-step h3 {
    margin-top: 2px;
    font-size: 12px;
  }

  .ib-how-step p {
    margin-top: 4px;
    font-size: 8px;
  }

  .ib-how-step-pin {
    display: none;
  }

  .ib-how-step-preview {
    height: 40px;
  }

  .ib-how-panel {
    padding: 10px;
  }

  .ib-how-panel h3 {
    font-size: 12px;
  }

  .ib-how-live-head {
    gap: 6px;
    font-size: 7px;
    flex-wrap: wrap;
  }

  .ib-how-live-head strong {
    font-size: 13px;
  }

  .ib-how-live-chart {
    height: 220px;
  }

  .ib-how-label {
    font-size: 7px;
    padding: 2px 3px;
  }

  .ib-how-metric span {
    font-size: 7px;
  }

  .ib-how-metric strong {
    font-size: 24px;
  }

  .ib-chart-context {
    border-radius: 8px;
    padding: 6px 7px;
  }

  .ib-chart-context__title {
    font-size: 6px;
    letter-spacing: 0.07em;
  }

  .ib-chart-context__list {
    margin-top: 4px;
    gap: 2px;
  }

  .ib-chart-context__list span {
    font-size: 7px;
    line-height: 1.3;
  }

  .ib-chart-context--primary {
    left: 6px;
    top: 6px;
    width: calc(100% - 74px);
  }

  .ib-chart-context--secondary {
    left: 6px;
    right: 6px;
    top: 34px;
    width: auto;
  }

  .ib-chart-context-disclaimer {
    left: 6px;
    right: 6px;
    bottom: 6px;
    font-size: 7px;
    line-height: 1.3;
    padding: 5px 6px;
    border-radius: 8px;
  }

  .ib-how-metric {
    min-height: 118px;
  }

  .ib-how-metric-spark {
    height: 42px;
    padding-top: 8px;
  }

  .ib-how-chip-art {
    min-height: 72px;
  }

  .ib-how-chip-art .core {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    font-size: 9px;
  }

  .ib-how-why-list li {
    padding: 5px 5px 5px 23px;
  }

  .ib-how-why-list li::before {
    left: 5px;
    top: 5px;
    width: 7px;
    height: 7px;
    font-size: 4px;
  }

  .ib-how-bottom {
    grid-template-columns: 1fr;
  }

  .ib-how-bottom-item {
    border-left: 0;
    border-top: 1px solid rgba(255, 157, 31, 0.18);
  }

  .ib-how-bottom-item:first-child {
    border-top: 0;
  }

  .ib-live-status-head {
    font-size: 14px;
  }

  .ib-live-updated {
    font-size: 8px;
    padding: 4px 8px;
  }

  .ib-live-status-item {
    font-size: 12px;
  }

  .ib-live-status-time {
    font-size: 11px;
  }

  .ib-live-panel-dots {
    gap: 6px;
  }

  .ib-live-panel-dots span {
    width: 8px;
    height: 8px;
  }

  .ib-live-terminal {
    height: 284px;
    min-height: 284px;
    max-height: 284px;
  }

  .ib-live-terminal-body {
    height: auto;
    padding: 8px;
  }

  .ib-live-terminal-line {
    grid-template-columns: 60px 14px 1fr;
    gap: 6px;
    font-size: 12px;
  }

  .ib-live-top-metrics,
  .ib-trial-metrics,
  .ib-trial-strip,
  .ib-live-mini .tags {
    grid-template-columns: 1fr 1fr;
  }

  .ib-live-top-metric {
    min-height: 86px;
  }

  .ib-live-top-spark {
    height: 18px;
    margin-top: 4px;
  }

  .ib-live-chart-head {
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .ib-live-chart-head .pair {
    font-size: 22px;
  }

  .ib-live-chart-periods {
    flex-wrap: wrap;
    gap: 5px;
  }

  .ib-live-chart-periods button {
    min-width: 40px;
    height: 28px;
    font-size: 13px;
    border-radius: 7px;
  }

  .ib-live-chart-canvas {
    padding: 6px;
  }

  .ib-live-main-density {
    left: 8px;
    top: 8px;
    padding: 6px 8px;
    font-size: 10px;
  }

  .ib-live-chip {
    min-height: 34px;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 10px;
  }

  .ib-live-summary-main p {
    font-size: clamp(20px, 6vw, 27px);
  }

  .ib-trial-topbar {
    padding: 10px 10px 0;
    font-size: 11px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .ib-trial-topbar .left,
  .ib-trial-topbar .right {
    gap: 8px;
    flex-wrap: wrap;
  }

  .ib-trial-topbar .badge {
    min-height: 30px;
    padding: 0 10px;
    font-size: 10px;
  }

  .ib-trial-head {
    padding: 14px 10px 8px;
  }

  .ib-trial-head .ib-title {
    font-size: clamp(26px, 9vw, 40px);
    line-height: 1.12;
  }

  .ib-trial-head .ib-lead {
    margin-top: 10px;
    font-size: clamp(12px, 3.3vw, 15px);
  }

  .ib-trial-fan {
    min-height: 0;
    padding: 10px;
    display: grid;
    gap: 8px;
  }

  .ib-trial-fan-links {
    display: none;
  }

  .ib-trial-fan-stack {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    gap: 8px;
  }

  .ib-trial-fan-module {
    min-height: 84px;
    border-radius: 10px;
    padding: 8px 8px 7px 58px;
  }

  .ib-trial-fan-module .module-icon {
    left: 8px;
    top: 8px;
    width: 38px;
    height: 38px;
  }

  .ib-trial-fan-module .module-icon img {
    width: 24px;
    height: 24px;
  }

  .ib-trial-fan-module h3 {
    font-size: 16px;
  }

  .ib-trial-fan-module p {
    font-size: 11px;
  }

  .ib-trial-fan-module small {
    font-size: 10px;
  }

  .ib-trial-fan-core {
    position: relative;
    inset: auto;
    min-height: 198px;
  }

  .ib-trial-fan-hex {
    left: 50%;
    top: 72px;
    width: 84px;
    height: 84px;
  }

  .ib-trial-fan-hex span {
    font-size: 44px;
  }

  .ib-trial-fan-result {
    right: 4px;
    top: 20px;
    width: 126px;
    padding: 10px 8px;
  }

  .ib-trial-fan-result h4 {
    font-size: 15px;
  }

  .ib-trial-fan-result img {
    width: 88px;
    height: 88px;
    margin-top: 6px;
    margin-bottom: 5px;
  }

  .ib-trial-fan-result p {
    font-size: 10px;
  }

  .ib-trial-fan-status {
    left: 4px;
    right: 4px;
    bottom: 0;
    width: auto;
    padding: 8px 8px 8px 28px;
  }

  .ib-trial-fan-status strong {
    font-size: 13px;
  }

  .ib-trial-fan-status small {
    font-size: 10px;
  }

  .ib-trial-tabs {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .ib-trial-tab {
    padding: 10px;
  }

  .ib-trial-tab-head h3 {
    font-size: 14px;
  }

  .ib-trial-tab-head img {
    width: 21px;
    height: 21px;
  }

  .ib-trial-chart-grid {
    grid-template-columns: 1fr;
  }

  .ib-trial-insight {
    padding: 10px 8px;
  }

  .ib-trial-insight-list li {
    font-size: 12px;
  }

  .ib-trial-insight-list li img {
    width: 14px;
    height: 14px;
  }

  .ib-trial-insight h4 {
    font-size: 14px;
  }

  .ib-trial-insight p {
    font-size: 11px;
  }

  .ib-trial-metric {
    padding: 8px;
    gap: 6px;
  }

  .ib-trial-metric-icon {
    width: 24px;
    height: 24px;
  }

  .ib-trial-metric-icon img {
    width: 16px;
    height: 16px;
  }

  .ib-trial-metric-copy span,
  .ib-trial-metric-copy small {
    font-size: 10px;
  }

  .ib-trial-cta {
    grid-template-columns: 1fr;
  }

  .ib-trial-cta a {
    min-height: 52px;
    font-size: 16px;
  }

  .ib-trial-cta .primary {
    padding: 0 16px;
  }

  .ib-trial-cta-arrow {
    font-size: 24px;
  }

  .ib-trial-strip-item {
    justify-content: flex-start;
    font-size: 11px;
  }

  .ib-trial-strip-item img {
    width: 13px;
    height: 13px;
  }

  .ib-trial-bottom {
    margin-left: 10px;
    margin-right: 10px;
    grid-template-columns: 1fr;
  }

  .ib-trial-steps-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ib-trial-steps .step-main {
    margin-top: -8px;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 8px;
  }

  .ib-trial-steps .step-copy {
    grid-column: 2;
    margin-top: -16px;
  }

  .ib-trial-steps .step-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }

  .ib-trial-steps .step-icon img {
    width: 38px;
    height: 38px;
  }

  .ib-trial-steps .step:not(:last-child)::after {
    content: none;
  }

  .ib-trial-reason h4,
  .ib-trial-trusted h4 {
    font-size: 18px;
  }

  .ib-trial-steps .num {
    font-size: 40px;
  }

  .ib-trial-steps h3 {
    font-size: 22px;
  }

  .ib-trial-steps .step-copy h4 {
    font-size: 16px;
  }

  .ib-trial-trusted-item {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 8px;
  }

  .ib-trial-trusted-icon {
    width: 24px;
    height: 24px;
  }

  .ib-trial-trusted-icon img {
    width: 20px;
    height: 20px;
  }

  .ib-trial-steps .step .time {
    font-size: 14px;
    padding: 6px 8px;
  }

  .ib-trial-right-head {
    font-size: 14px;
  }

  .ib-trial-live-density {
    font-size: 9px;
    padding: 4px 6px;
    left: 8px;
    top: 8px;
  }

}

@media (max-width: 1200px) {
  .ib-capabilities .ib-cap-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ib-capabilities .ib-cap-detail {
    grid-template-columns: 1fr;
  }

  .ib-capabilities .ib-cap-summary {
    grid-template-columns: 1fr 1fr;
  }

  .ib-capabilities .ib-cap-summary-main {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .ib-capabilities .ib-capx-hero-main .ib-title {
    font-size: 34px;
  }

  .ib-capabilities .ib-cap-head {
    padding: 10px 10px 8px;
  }

  .ib-capabilities .ib-cap-kicker {
    min-height: 32px;
    padding: 0 12px;
    font-size: 11px;
  }

  .ib-capabilities .ib-cap-rail,
  .ib-capabilities .ib-cap-detail,
  .ib-capabilities .ib-cap-summary {
    margin-left: 10px;
    margin-right: 10px;
  }

  .ib-capabilities .ib-cap-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 12px;
  }

  .ib-capabilities .ib-cap-tab {
    padding: 10px 8px 18px;
  }

  .ib-capabilities .ib-cap-index {
    font-size: 24px;
  }

  .ib-capabilities .ib-cap-tab-body {
    max-width: none;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 7px;
  }

  .ib-capabilities .ib-cap-icon {
    width: 40px;
    height: 40px;
    margin: 0;
  }

  .ib-capabilities .ib-cap-icon img {
    width: 36px;
    height: 36px;
  }

  .ib-capabilities .ib-cap-name {
    font-size: 12px;
    line-height: 1.18;
  }

  .ib-capabilities .ib-cap-main {
    padding: 12px 10px;
  }

  .ib-capabilities .ib-cap-main-title .id {
    font-size: 48px;
  }

  .ib-capabilities .ib-cap-main-title {
    font-size: 28px;
    line-height: 1.16;
  }

  .ib-capabilities .ib-cap-copy {
    font-size: 14px;
    line-height: 1.42;
  }

  .ib-capabilities .ib-cap-bullet {
    font-size: 14px;
    line-height: 1.4;
  }

  .ib-capabilities .ib-cap-chip {
    font-size: 13px;
    padding: 6px 10px;
  }

  .ib-capabilities .ib-cap-center,
  .ib-capabilities .ib-cap-right {
    padding: 10px;
  }

  .ib-capabilities .ib-cap-center-head h4,
  .ib-capabilities .ib-cap-right h4 {
    font-size: 14px;
  }

  .ib-capabilities .ib-cap-center-head .is-online {
    font-size: 10px;
    padding: 4px 8px;
  }

  .ib-capabilities .ib-cap-focus strong {
    font-size: 17px;
  }

  .ib-capabilities .ib-cap-focus p {
    font-size: 13px;
  }

  .ib-capabilities .ib-cap-center-list li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px;
  }

  .ib-capabilities .ib-cap-center-list {
    --flow-axis: 24px;
  }

  .ib-capabilities .ib-cap-center-list .flow-node {
    width: 32px;
    height: 32px;
  }

  .ib-capabilities .ib-cap-center-list .flow-node img {
    width: 16px;
    height: 16px;
  }

  .ib-capabilities .ib-cap-center-list .state {
    grid-column: 2;
    justify-self: start;
    margin-top: 4px;
  }

  .ib-capabilities .ib-cap-center-list .mini {
    grid-column: 2;
    justify-self: start;
    width: 96px;
    margin-top: 2px;
  }

  .ib-capabilities .ib-cap-center-list .mini-pair {
    width: auto;
  }

  .ib-capabilities .ib-cap-center-list .mini-pair span {
    font-size: 12px;
  }

  .ib-capabilities .ib-cap-center-list .mini-pair b {
    font-size: 16px;
  }

  .ib-capabilities .ib-cap-center-foot {
    font-size: 12px;
  }

  .ib-capabilities .ib-cap-right-list li {
    grid-template-columns: 16px minmax(0, 1fr);
  }

  .ib-capabilities .ib-cap-right-list strong {
    grid-column: 2;
    justify-self: start;
    margin-top: 3px;
    font-size: 16px;
  }

  .ib-capabilities .ib-cap-right-list .mini,
  .ib-capabilities .ib-cap-right-list .risk-ok {
    grid-column: 2;
    justify-self: start;
    margin-top: 2px;
  }

  .ib-capabilities .ib-cap-right-list .mini {
    width: 110px;
  }

  .ib-capabilities .ib-cap-accuracy {
    margin-top: 10px;
  }

  .ib-capabilities .ib-cap-accuracy-chart {
    height: 70px;
  }

  .ib-capabilities .ib-cap-accuracy-axis {
    font-size: 10px;
  }

  .ib-capabilities .ib-cap-summary {
    grid-template-columns: 1fr;
  }

  .ib-capabilities .ib-cap-summary-main {
    padding: 10px;
  }

  .ib-capabilities .ib-cap-summary-main h3 {
    font-size: 21px;
    line-height: 1.3;
  }

  .ib-capabilities .ib-cap-metric {
    border-left: 0;
    border-top: 1px solid rgba(255, 170, 72, 0.16);
    padding: 10px;
  }

  .ib-capabilities .ib-cap-metric h4 {
    font-size: 15px;
  }

  .ib-capabilities .ib-cap-metric p {
    font-size: 13px;
  }
}

/* Mobile readability + anti-overflow polish for indicator page */
@media (max-width: 767px) {
  body.page-indicator {
    overflow-x: hidden;
  }

  body.page-indicator .hero-shell {
    padding: 86px 10px 14px !important;
  }

  body.page-indicator .hero-title {
    font-size: clamp(34px, 9.8vw, 46px) !important;
  }

  body.page-indicator .hero-subtitle {
    margin: 14px 0 16px !important;
    font-size: clamp(14px, 4vw, 17px) !important;
    line-height: 1.42 !important;
  }

  body.page-indicator .feature-item h3 {
    font-size: clamp(15px, 4.2vw, 18px) !important;
  }

  body.page-indicator .feature-item p {
    margin-top: 6px !important;
    font-size: clamp(12px, 3.4vw, 14px) !important;
    line-height: 1.38 !important;
  }

  body.page-indicator .cta {
    min-height: 64px !important;
    padding: 10px 12px !important;
  }

  body.page-indicator .cta .cta-label {
    font-size: clamp(16px, 5vw, 20px) !important;
  }

  body.page-indicator .cta .cta-sub {
    font-size: clamp(12px, 3.6vw, 14px) !important;
    line-height: 1.34 !important;
  }

  body.page-indicator .scenarios-head,
  body.page-indicator .tariffs-head {
    padding: 12px 12px 10px !important;
  }

  body.page-indicator .scenarios-badge,
  body.page-indicator .tariffs-badge {
    min-height: 24px !important;
    padding: 0 11px !important;
    font-size: clamp(9px, 2.7vw, 11px) !important;
    letter-spacing: 0.1em !important;
  }

  body.page-indicator .scenarios-title,
  body.page-indicator .tariffs-title {
    margin-top: 10px !important;
    font-size: clamp(21px, 6.7vw, 29px) !important;
    line-height: 1.16 !important;
  }

  body.page-indicator .scenarios-lead,
  body.page-indicator .tariffs-lead {
    margin-top: 10px !important;
    font-size: clamp(13px, 3.8vw, 15px) !important;
    line-height: 1.44 !important;
  }

  body.page-indicator .weights-title,
  body.page-indicator .preset-title {
    font-size: 11px !important;
  }

  body.page-indicator .donut-wrap {
    width: min(100%, 320px) !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    margin-inline: auto !important;
  }

  body.page-indicator .legend-item h4 {
    font-size: clamp(14px, 3.9vw, 16px) !important;
  }

  body.page-indicator .legend-item small {
    font-size: clamp(12px, 3.2vw, 13px) !important;
  }

  body.page-indicator .preset-copy h4 {
    font-size: clamp(13px, 3.5vw, 15px) !important;
  }

  body.page-indicator .preset-copy p {
    font-size: clamp(12px, 3.2vw, 13px) !important;
  }

  body.page-indicator .scenario-main p,
  body.page-indicator .scenario-bottom p {
    font-size: clamp(12px, 3.4vw, 14px) !important;
    line-height: 1.4 !important;
  }

  body.page-indicator .tariff-main h3 {
    font-size: clamp(21px, 5.9vw, 25px) !important;
  }

  body.page-indicator .tariff-term {
    font-size: clamp(14px, 4vw, 17px) !important;
  }

  body.page-indicator .tariff-desc,
  body.page-indicator .tariff-list li {
    font-size: clamp(12px, 3.5vw, 14px) !important;
  }

  body.page-indicator .tariff-pill,
  body.page-indicator .tariff-special {
    font-size: clamp(10px, 2.9vw, 12px) !important;
  }

  body.page-indicator .tariff-price-main,
  body.page-indicator .tariff-price-alt,
  body.page-indicator .tariff-price-new {
    font-size: clamp(30px, 8.2vw, 36px) !important;
  }

  body.page-indicator .tariff-price-old {
    font-size: clamp(24px, 6.6vw, 29px) !important;
  }

  body.page-indicator .tariff-price-sep {
    font-size: clamp(20px, 5.3vw, 24px) !important;
  }

  body.page-indicator .tariff-btn {
    min-height: 44px !important;
    font-size: clamp(15px, 4.2vw, 20px) !important;
  }

  body.page-indicator .tariffs-secure {
    font-size: clamp(11px, 3.1vw, 13px) !important;
    line-height: 1.35 !important;
  }

  body.page-indicator .ib-how-kicker {
    min-height: 24px;
    font-size: 10px;
    letter-spacing: 0.09em;
    padding: 0 10px;
  }

  body.page-indicator .ib-how-lead {
    font-size: clamp(13px, 3.6vw, 15px);
    line-height: 1.45;
  }

  body.page-indicator .ib-how-step-main {
    grid-template-columns: 28px 1fr;
    gap: 8px;
  }

  body.page-indicator .ib-how-step-icon {
    width: 24px;
    height: 24px;
  }

  body.page-indicator .ib-how-step-icon img {
    width: 14px;
    height: 14px;
  }

  body.page-indicator .ib-how-step h3 {
    font-size: 14px;
  }

  body.page-indicator .ib-how-step p {
    font-size: 12px;
    line-height: 1.45;
  }

  body.page-indicator .ib-how-live-head {
    font-size: 11px;
  }

  body.page-indicator .ib-how-live-head strong {
    font-size: 15px;
  }

  body.page-indicator .ib-how-label,
  body.page-indicator .ib-live-updated,
  body.page-indicator .ib-chart-context__title {
    font-size: 10px;
  }

  body.page-indicator .ib-how-label {
    padding: 4px 7px;
  }

  body.page-indicator .ib-how-metric span,
  body.page-indicator .ib-chart-context__list span,
  body.page-indicator .ib-chart-context-disclaimer,
  body.page-indicator .ib-trial-metric-copy span,
  body.page-indicator .ib-trial-metric-copy small,
  body.page-indicator .ib-trial-fan-module p,
  body.page-indicator .ib-trial-fan-module small,
  body.page-indicator .ib-trial-fan-result p,
  body.page-indicator .ib-trial-fan-status small,
  body.page-indicator .ib-live-main-density,
  body.page-indicator .ib-trial-live-density {
    font-size: 11px;
    line-height: 1.35;
  }

  body.page-indicator .ib-live-status-item {
    font-size: 13px;
  }

  body.page-indicator .ib-live-status-time {
    font-size: 12px;
  }

  body.page-indicator .ib-trial-strip-item {
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  body.page-indicator .hero-shell {
    padding: 84px 8px 12px !important;
  }

  body.page-indicator .pill-row {
    gap: 8px;
    margin-bottom: 16px;
  }

  body.page-indicator .pill {
    min-height: 32px;
    font-size: 11px;
    padding: 6px 10px 6px 8px;
  }

  body.page-indicator .donut-wrap {
    width: min(100%, 290px) !important;
  }

  body.page-indicator .feature-item,
  body.page-indicator .tariff-card,
  body.page-indicator .scenario-card {
    border-radius: 12px;
  }

  body.page-indicator .tariff-hero {
    grid-template-columns: 1fr !important;
  }

  body.page-indicator .tariff-icon {
    width: 68px !important;
    height: 68px !important;
  }
}


