.home-2026 {
  max-width: none;
  width: 100%;
  font-family: var(--tl-font);
  font-weight: var(--tl-fw-medium);
  font-size: var(--tl-fs-body);
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.home-2026 *,
.home-2026 *::before,
.home-2026 *::after {
  box-sizing: border-box;
}
.home-2026 .h26-section {
  position: relative;
  padding-block: var(--tl-section-py);
  scroll-margin-top: var(--tl-header-h);
}
.home-2026 .h26-eyebrow {
  margin: 0;
  font-size: var(--tl-fs-eyebrow);
  font-weight: var(--tl-fw-medium);
  letter-spacing: 1.84px;
  text-transform: uppercase;
  color: var(--tl-accent);
}
.home-2026 .h26-display {
  margin: 0;
  font-weight: var(--tl-fw-bold);
  font-size: var(--tl-fs-display);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.home-2026 .h26-title {
  margin: 0;
  font-weight: var(--tl-fw-bold);
  font-size: var(--tl-fs-h2);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--tl-text);
}
.home-2026 .h26-lead {
  margin: 0;
  font-size: var(--tl-fs-lead);
  line-height: 1.3;
  color: var(--tl-text-2);
}
.home-2026 .h26-gradient-text {
  background: var(--tl-grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.home-2026 .h26-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: var(--tl-radius-chip);
  background: var(--tl-surface-04);
  border: 1px solid var(--tl-border);
  font-size: var(--tl-fs-xs);
  color: var(--tl-text-1);
}
.home-2026 .h26-card {
  background: var(--tl-surface-02);
  border: 1px solid var(--tl-border);
  border-radius: var(--tl-radius-md);
}

.home-2026 .h26-hero {
  position: relative;
  background: var(--tl-bg);
  overflow: hidden;
}
.home-2026 .h26-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(1100px 720px at 82% -130px, rgba(44, 155, 240, 0.18) 0%, rgba(44, 155, 240, 0) 58%), radial-gradient(820px 620px at 4% 102%, rgba(139, 123, 255, 0.08) 0%, rgba(139, 123, 255, 0) 55%);
}
.home-2026 .h26-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 1180px;
  margin-inline: auto;
  padding: calc(var(--tl-header-h) + 24px) 5px 0;
  text-align: center;
}
.home-2026 .h26-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 18px;
  border-radius: var(--tl-radius-pill);
  background: var(--tl-surface-05);
  border: 1px solid var(--tl-border-strong);
  font-size: 11px;
}
.home-2026 .h26-hero__stars {
  display: inline-flex;
  color: #f7912b;
}
.home-2026 .h26-hero__stars svg {
  display: block;
  width: auto;
  height: 9px;
}
.home-2026 .h26-hero__badge-strong {
  font-weight: var(--tl-fw-semibold);
  color: var(--tl-text);
}
.home-2026 .h26-hero__badge-divider {
  width: 1px;
  height: 12px;
  background: var(--tl-border-strong);
}
.home-2026 .h26-hero__badge-muted {
  color: var(--tl-text-muted);
}
.home-2026 .h26-hero__title {
  max-width: 16ch;
  margin: 0;
  font-weight: var(--tl-fw-bold);
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--tl-text);
}
.home-2026 .h26-hero__sub {
  max-width: 640px;
  margin: 0;
  font-weight: var(--tl-fw-medium);
  font-size: 16px;
  line-height: 1.3;
  color: var(--tl-text-2);
}
.home-2026 .h26-hero__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 6px;
}
.home-2026 .h26-hero__cta .tl-btn {
  font-size: clamp(13px, 20vw - 62px, 16px);
}
.home-2026 .h26-hero__note {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  max-width: 360px;
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
  color: var(--tl-text-dim);
}
.home-2026 .h26-hero__note-icon {
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--tl-success);
}
.home-2026 .h26-hero__note-icon svg {
  display: block;
  width: 14px;
  height: 14px;
}
.home-2026 .h26-hero__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 420px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}
.home-2026 .h26-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: var(--tl-radius-chip);
  background: var(--tl-surface-04);
  border: 1px solid var(--tl-border);
  font-size: 12px;
  color: var(--tl-text-1);
}
.home-2026 .h26-hero__chip strong {
  font-weight: var(--tl-fw-bold);
  color: var(--tl-text);
}
.home-2026 .h26-hero__chip-icon {
  display: inline-flex;
  color: var(--tl-accent);
}
.home-2026 .h26-hero__chip-icon svg {
  display: block;
}
.home-2026 .h26-hero__stats {
  position: relative;
  z-index: 1;
  background: var(--tl-bg-elev);
  border-top: 1px solid var(--tl-border);
  border-bottom: 1px solid var(--tl-border);
}
.home-2026 .h26-hero__stats-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: var(--tl-container);
  margin-inline: auto;
}
.home-2026 .h26-hero__stat {
  padding: 32px 20px;
  text-align: center;
  border-right: 1px solid var(--tl-border);
  border-bottom: 1px solid var(--tl-border);
}
.home-2026 .h26-hero__stat:nth-child(2n) {
  border-right: 0;
}
.home-2026 .h26-hero__stat:nth-child(n+3) {
  border-bottom: 0;
}
.home-2026 .h26-hero__stat-num {
  margin: 0;
  font-weight: var(--tl-fw-bold);
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tl-text);
}
.home-2026 .h26-hero__stat-suffix {
  color: var(--tl-accent);
  font-size: 20px;
}
.home-2026 .h26-hero__stat-label {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--tl-text-muted);
}

@media (min-width: 640px) {
  .home-2026 .h26-hero__title {
    font-size: 48px;
    max-width: 22ch;
  }
}
@media (min-width: 1024px) {
  .home-2026 .h26-hero__inner {
    gap: 22px;
    padding-top: 132px;
  }
  .home-2026 .h26-hero__badge {
    font-size: 13px;
    padding: 10px 22px;
  }
  .home-2026 .h26-hero__stars svg {
    height: 10px;
  }
  .home-2026 .h26-hero__title {
    max-width: 760px;
    font-size: 64px;
    line-height: 1.2;
  }
  .home-2026 .h26-hero__sub {
    max-width: 720px;
    font-size: 20px;
  }
  .home-2026 .h26-hero__cta {
    gap: 15px;
  }
  .home-2026 .h26-hero__cta .tl-btn {
    padding-block: 20px;
  }
  .home-2026 .h26-hero__note {
    max-width: none;
    align-items: center;
    text-align: center;
    white-space: nowrap;
  }
  .home-2026 .h26-hero__badge-divider {
    height: 14px;
  }
  .home-2026 .h26-hero__chips {
    max-width: none;
  }
  .home-2026 .h26-hero__stats {
    border-bottom: 0;
  }
  .home-2026 .h26-hero__stats-inner {
    grid-template-columns: repeat(4, 1fr);
  }
  .home-2026 .h26-hero__stat {
    border-bottom: 0;
  }
  .home-2026 .h26-hero__stat:nth-child(2n) {
    border-right: 1px solid var(--tl-border);
  }
  .home-2026 .h26-hero__stat:nth-child(4n) {
    border-right: 0;
  }
  .home-2026 .h26-hero__stat-num {
    font-size: 32px;
  }
  .home-2026 .h26-hero__stat-suffix {
    font-size: 23px;
  }
}
.home-2026 .h26-dash {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 36px auto 0;
  text-align: left;
}
.home-2026 .h26-dash__glow {
  position: absolute;
  left: 6%;
  right: 6%;
  top: 0;
  height: 60%;
  border-radius: var(--tl-radius-lg) var(--tl-radius-lg) 0 0;
  background: linear-gradient(to bottom, rgba(44, 155, 240, 0.16), rgba(44, 155, 240, 0));
  pointer-events: none;
}
.home-2026 .h26-dash__window {
  position: relative;
  z-index: 1;
  border: 1px solid var(--tl-border-strong);
  border-bottom: 0;
  border-radius: var(--tl-radius-lg) var(--tl-radius-lg) 0 0;
  background: linear-gradient(165deg, var(--tl-panel-1) 0%, var(--tl-panel-2) 100%);
  box-shadow: var(--tl-shadow-panel);
  overflow: hidden;
}
.home-2026 .h26-dash__bar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: var(--tl-surface-02);
  border-bottom: 1px solid var(--tl-border);
}
.home-2026 .h26-dash__dots {
  display: flex;
  gap: 7px;
  flex-shrink: 0;
}
.home-2026 .h26-dash__dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.home-2026 .h26-dash__dots span:nth-child(1) {
  background: var(--tl-danger);
}
.home-2026 .h26-dash__dots span:nth-child(2) {
  background: var(--tl-warning);
}
.home-2026 .h26-dash__dots span:nth-child(3) {
  background: var(--tl-success);
}
.home-2026 .h26-dash__tabs {
  display: flex;
  align-items: center;
  gap: 20px;
}
.home-2026 .h26-dash__tab {
  font-size: 12px;
  color: var(--tl-text-muted);
}
.home-2026 .h26-dash__tab.is-active {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: var(--tl-radius-xs);
  background: rgba(44, 155, 240, 0.16);
  color: var(--tl-accent);
}
.home-2026 .h26-dash__tab:not(.is-active) {
  display: none;
}
.home-2026 .h26-dash__tab-caret {
  margin-left: 6px;
  font-size: 9px;
}
.home-2026 .h26-dash__sync {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  font-size: 11px;
  color: var(--tl-success);
  white-space: nowrap;
}
.home-2026 .h26-dash__sync-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tl-success);
}
.home-2026 .h26-dash__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 16px 7px;
}
.home-2026 .h26-dash__panel {
  background: var(--tl-surface-02);
  border: 1px solid var(--tl-border);
  border-radius: var(--tl-radius-md);
  padding: 16px 18px;
}
.home-2026 .h26-dash__label {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tl-text-muted);
}
.home-2026 .h26-dash__panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.home-2026 .h26-dash__value {
  margin: 7px 0 0;
  font-weight: var(--tl-fw-bold);
  font-size: 22px;
  line-height: 1;
  color: var(--tl-text);
}
.home-2026 .h26-dash__delta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
  white-space: nowrap;
}
.home-2026 .h26-dash__delta-up {
  font-size: 13px;
  color: var(--tl-success);
}
.home-2026 .h26-dash__delta-sub {
  font-size: 11px;
  color: var(--tl-text-muted);
}
.home-2026 .h26-dash__chart {
  margin-top: 14px;
}
.home-2026 .h26-dash__chart-svg {
  display: block;
  width: 100%;
  height: auto;
}
.home-2026 .h26-dash__trade-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.home-2026 .h26-dash__trade-id {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tl-text-muted);
}
.home-2026 .h26-dash__ai {
  padding: 3px 8px;
  border-radius: 20px;
  background: rgba(139, 123, 255, 0.14);
  font-size: 10px;
  text-transform: uppercase;
  color: var(--tl-accent-purple);
}
.home-2026 .h26-dash__trade-text {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.3;
  color: var(--tl-text-1);
}
.home-2026 .h26-dash__trade-text strong {
  font-weight: var(--tl-fw-bold);
  color: var(--tl-text);
}
.home-2026 .h26-dash__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}
.home-2026 .h26-dash__tag {
  padding: 6px 9px;
  border-radius: var(--tl-radius-xs);
  background: rgba(95, 227, 255, 0.1);
  border: 1px solid rgba(95, 227, 255, 0.2);
  font-size: 11px;
  color: var(--tl-accent-cyan);
}
.home-2026 .h26-dash__winrate .h26-dash__label {
  margin-bottom: 24px;
}
.home-2026 .h26-dash__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-2026 .h26-dash__row span {
  font-size: 13px;
  color: var(--tl-text-1);
}
.home-2026 .h26-dash__row strong {
  font-weight: var(--tl-fw-bold);
  font-size: 15px;
  color: var(--tl-text);
}
.home-2026 .h26-dash__row + .h26-dash__row {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .home-2026 .h26-dash__tab:not(.is-active) {
    display: inline;
  }
  .home-2026 .h26-dash__tab-caret {
    display: none;
  }
}
@media (min-width: 900px) {
  .home-2026 .h26-dash__body {
    grid-template-columns: 1.7fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
    padding: 24px;
  }
  .home-2026 .h26-dash__equity {
    grid-column: 1;
    grid-row: 1/span 2;
  }
  .home-2026 .h26-dash__trade {
    grid-column: 2;
    grid-row: 1;
  }
  .home-2026 .h26-dash__winrate {
    grid-column: 2;
    grid-row: 2;
  }
  .home-2026 .h26-dash__value {
    font-size: 30px;
  }
}
.home-2026 .h26-problem {
  --tl-problem-eyebrow: #0078db;
  --tl-problem-heading: #0a1424;
  --tl-problem-accent: #f7912b;
  --tl-problem-body: #566580;
  --tl-problem-card-bg: #f6fafe;
  --tl-problem-card-border: #e4ecf5;
  --tl-problem-icon: #f8675a;
  --tl-problem-icon-bg: rgba(248, 103, 90, 0.13);
  --tl-problem-link: #0078db;
  background: #ffffff;
  padding-block: 50px;
}
.home-2026 .h26-problem__container {
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 1093px;
  margin-inline: auto;
  padding-inline: 5px;
  text-align: center;
}
.home-2026 .h26-problem__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.home-2026 .h26-problem__head-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  width: 100%;
}
.home-2026 .h26-problem__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--tl-problem-eyebrow);
  font-size: 8px;
  font-weight: var(--tl-fw-medium);
  letter-spacing: 1.84px;
  text-transform: uppercase;
}
.home-2026 .h26-problem__eyebrow-line {
  width: 16px;
  height: 1px;
  background: var(--tl-problem-eyebrow);
  opacity: 0.5;
}
.home-2026 .h26-problem__title {
  margin: 0;
  max-width: 380px;
  color: var(--tl-problem-heading);
  font-size: 31px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.1;
}
.home-2026 .h26-problem__accent {
  color: var(--tl-problem-accent);
}
.home-2026 .h26-problem__sub {
  margin: 0;
  max-width: 380px;
  color: var(--tl-problem-body);
  font-size: 16px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-problem__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-2026 .h26-problem__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 17px;
  background: var(--tl-problem-card-bg);
  border: 1px solid var(--tl-problem-card-border);
  border-radius: 20px;
  text-align: left;
}
.home-2026 .h26-problem__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: var(--tl-problem-icon-bg);
  color: var(--tl-problem-icon);
}
.home-2026 .h26-problem__card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-2026 .h26-problem__card-title {
  margin: 0;
  color: var(--tl-problem-heading);
  font-size: 14px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.3;
}
.home-2026 .h26-problem__card-text {
  margin: 0;
  color: var(--tl-problem-body);
  font-size: 12px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-problem__callout {
  margin: 0;
  max-width: 370px;
  color: var(--tl-problem-heading);
  font-size: 14px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-problem__callout strong {
  color: var(--tl-problem-link);
  font-weight: var(--tl-fw-bold);
}
@media (min-width: 768px) {
  .home-2026 .h26-problem {
    padding-block: 100px;
  }
  .home-2026 .h26-problem__container {
    gap: 48px;
    padding-inline: var(--tl-gutter);
  }
  .home-2026 .h26-problem__head {
    gap: 26px;
    max-width: 677px;
  }
  .home-2026 .h26-problem__eyebrow {
    gap: 10px;
    font-size: 11px;
  }
  .home-2026 .h26-problem__eyebrow-line {
    width: 24px;
    height: 1.5px;
  }
  .home-2026 .h26-problem__title {
    max-width: none;
    font-size: 46px;
  }
  .home-2026 .h26-problem__sub {
    max-width: none;
    font-size: 18px;
  }
  .home-2026 .h26-problem__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .home-2026 .h26-problem__card {
    gap: 14px;
    padding: 27px;
  }
  .home-2026 .h26-problem__card-body {
    gap: 11px;
  }
  .home-2026 .h26-problem__card-title {
    font-size: 16px;
  }
  .home-2026 .h26-problem__card-text {
    font-size: 14px;
  }
  .home-2026 .h26-problem__callout {
    max-width: 660px;
    font-size: 20px;
  }
}

.home-2026 .h26-ai {
  --ai-purple: #8b7bff;
  --ai-cyan: #5fe3ff;
  --ai-card-grad: linear-gradient(
    165deg,
    rgba(19, 36, 62, 0.85) 0%,
    rgba(14, 27, 48, 0.95) 100%
  );
  --ai-card-border: rgba(255, 255, 255, 0.13);
  --ai-line: rgba(255, 255, 255, 0.08);
  --ai-text-1: #c5d3e5;
  --ai-text-2: #b6c5da;
  --ai-text-3: #d6e2f0;
  --ai-muted: #9db0c8;
  --ai-negative: #f8675a;
  --ai-positive: #1fc77e;
  --ai-neutral: #f5a524;
  position: relative;
  overflow: hidden;
  background: var(--tl-bg);
  padding-block: 50px;
}
.home-2026 .h26-ai__glow {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 1000px;
  max-width: 100%;
  height: 173px;
  transform: translateX(-50%);
  background: radial-gradient(60% 100% at 50% 0%, rgba(139, 123, 255, 0.12) 0%, rgba(139, 123, 255, 0) 64%);
  pointer-events: none;
}
.home-2026 .h26-ai__container {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: var(--tl-container);
  margin-inline: auto;
  padding-inline: 25px;
}
.home-2026 .h26-ai__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 650px;
  text-align: center;
}
.home-2026 .h26-ai__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--tl-accent);
  font-size: 8px;
  font-weight: var(--tl-fw-medium);
  letter-spacing: 1.84px;
  text-transform: uppercase;
}
.home-2026 .h26-ai__eyebrow-line {
  width: 16px;
  height: 1px;
  background: var(--tl-accent);
  opacity: 0.5;
}
.home-2026 .h26-ai__title {
  margin: 0;
  color: var(--tl-text);
  font-size: 31px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.1;
}
.home-2026 .h26-ai__sub {
  margin: 0;
  max-width: 330px;
  color: var(--ai-text-2);
  font-size: 16px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-ai__features {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.home-2026 .h26-ai__feature {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-2026 .h26-ai__text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.home-2026 .h26-ai__badge {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 8px 14px;
  border-radius: var(--tl-radius-chip);
  background: rgba(139, 123, 255, 0.12);
  border: 1px solid rgba(139, 123, 255, 0.25);
  color: var(--ai-purple);
  font-size: 8px;
  font-weight: var(--tl-fw-medium);
  line-height: 1;
  text-transform: uppercase;
}
.home-2026 .h26-ai__badge-icon {
  display: inline-flex;
  align-items: center;
}
.home-2026 .h26-ai__badge-icon svg {
  display: block;
  width: 8px;
  height: 8px;
}
.home-2026 .h26-ai__feature-title {
  margin: 0;
  color: var(--tl-text);
  font-size: 22px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.2;
}
.home-2026 .h26-ai__nowrap {
  white-space: nowrap;
}
.home-2026 .h26-ai__feature-desc {
  margin: 0;
  color: var(--ai-text-2);
  font-size: 14px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-ai__list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-2026 .h26-ai__list li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  color: var(--ai-text-3);
  font-size: 12px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-ai__check {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  color: var(--ai-cyan);
}
.home-2026 .h26-ai__check svg {
  display: block;
  width: 12px;
  height: 12px;
}
.home-2026 .h26-ai__visual {
  width: 100%;
}
.home-2026 .h26-ai__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 16px;
  border-radius: var(--tl-radius-lg);
  background: var(--ai-card-grad);
  border: 1px solid var(--ai-card-border);
  box-shadow: 0 40px 80px -36px rgba(0, 0, 0, 0.6);
}
.home-2026 .h26-ai__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--ai-line);
}
.home-2026 .h26-ai__card-label {
  margin: 0;
  color: var(--ai-text-1);
  font-size: 10px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.3;
}
.home-2026 .h26-ai__tag-ai {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border-radius: 20px;
  background: rgba(139, 123, 255, 0.14);
  border: 1px solid rgba(139, 123, 255, 0.25);
  color: var(--ai-purple);
  font-size: 8px;
  font-weight: var(--tl-fw-medium);
  letter-spacing: 0.6px;
  white-space: nowrap;
}
.home-2026 .h26-ai__tag-ai-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-2026 .h26-ai__tag-ai-dot svg {
  display: block;
  width: 14px;
  height: 14px;
}
.home-2026 .h26-ai__card-text {
  margin: 0;
  color: var(--ai-text-3);
  font-size: 12px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-ai__card-text strong {
  color: var(--tl-text);
  font-weight: var(--tl-fw-bold);
}
.home-2026 .h26-ai__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-2026 .h26-ai__chip {
  padding: 7px 11px;
  border-radius: 20px;
  background: rgba(95, 227, 255, 0.09);
  border: 1px solid rgba(95, 227, 255, 0.2);
  color: var(--ai-cyan);
  font-size: 9px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-ai__factor {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  border-radius: var(--tl-radius-sm);
  background: rgba(139, 123, 255, 0.08);
  border: 1px solid rgba(139, 123, 255, 0.2);
}
.home-2026 .h26-ai__factor-icon {
  display: inline-flex;
  flex-shrink: 0;
  color: var(--ai-purple);
}
.home-2026 .h26-ai__factor-icon svg {
  display: block;
  width: 12px;
  height: 12px;
}
.home-2026 .h26-ai__factor-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.home-2026 .h26-ai__factor-label {
  color: var(--ai-muted);
  font-size: 9px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
  text-transform: uppercase;
}
.home-2026 .h26-ai__factor-value {
  color: var(--tl-text);
  font-size: 10px;
  font-weight: var(--tl-fw-semibold);
  line-height: 1.3;
}
.home-2026 .h26-ai__news {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border-radius: var(--tl-radius-sm);
  background: var(--tl-surface-04);
  border: 1px solid var(--ai-line);
}
.home-2026 .h26-ai__news-source {
  margin: 0;
  color: var(--ai-muted);
  font-size: 10px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
  text-transform: uppercase;
}
.home-2026 .h26-ai__news-headline {
  margin: 0;
  color: var(--ai-text-1);
  font-size: 12px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-ai__pairs {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-2026 .h26-ai__pair {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-block: 10px;
  border-bottom: 1px solid var(--ai-line);
}
.home-2026 .h26-ai__pair-name {
  color: var(--tl-text);
  font-size: 10px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.3;
}
.home-2026 .h26-ai__sentiment {
  padding: 5px 7px;
  border-radius: 20px;
  font-size: 8px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.3;
}
.home-2026 .h26-ai__sentiment--negative {
  background: rgba(248, 103, 90, 0.13);
  color: var(--ai-negative);
}
.home-2026 .h26-ai__sentiment--positive {
  background: rgba(31, 199, 126, 0.14);
  color: var(--ai-positive);
}
.home-2026 .h26-ai__sentiment--neutral {
  background: rgba(245, 165, 36, 0.13);
  color: var(--ai-neutral);
}
.home-2026 .h26-ai__score {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 12px 10px;
  border-radius: var(--tl-radius-sm);
  background: var(--tl-surface-04);
  border: 1px solid var(--ai-line);
}
.home-2026 .h26-ai__score-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.home-2026 .h26-ai__score-label {
  color: var(--ai-text-1);
  font-size: 10px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-ai__score-value {
  color: var(--ai-positive);
  font-size: 16px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.3;
}
.home-2026 .h26-ai__score-track {
  overflow: hidden;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
}
.home-2026 .h26-ai__score-fill {
  display: block;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(90deg, var(--ai-neutral) 0%, var(--ai-positive) 100%);
}
@media (min-width: 768px) {
  .home-2026 .h26-ai {
    padding-block: var(--tl-section-py);
  }
  .home-2026 .h26-ai__glow {
    height: 443px;
  }
  .home-2026 .h26-ai__container {
    gap: 64px;
    padding-inline: var(--tl-gutter);
  }
  .home-2026 .h26-ai__head {
    gap: 26px;
  }
  .home-2026 .h26-ai__eyebrow {
    gap: 10px;
    font-size: 11px;
  }
  .home-2026 .h26-ai__eyebrow-line {
    width: 24px;
    height: 1.5px;
  }
  .home-2026 .h26-ai__title {
    font-size: 46px;
  }
  .home-2026 .h26-ai__sub {
    max-width: none;
    font-size: 18px;
  }
  .home-2026 .h26-ai__features {
    gap: 64px;
  }
  .home-2026 .h26-ai__feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 48px;
  }
  .home-2026 .h26-ai__feature--reverse .h26-ai__text {
    order: 2;
  }
  .home-2026 .h26-ai__feature--reverse .h26-ai__visual {
    order: 1;
  }
  .home-2026 .h26-ai__badge {
    font-size: 11px;
  }
  .home-2026 .h26-ai__badge-icon svg {
    width: 14px;
    height: 14px;
  }
  .home-2026 .h26-ai__feature-title {
    font-size: 32px;
  }
  .home-2026 .h26-ai__feature-desc {
    font-size: 16px;
  }
  .home-2026 .h26-ai__list {
    gap: 10px;
  }
  .home-2026 .h26-ai__list li {
    gap: 8px;
    font-size: 14px;
  }
  .home-2026 .h26-ai__check svg {
    width: 18px;
    height: 18px;
  }
  .home-2026 .h26-ai__card {
    gap: 16px;
    padding: 24px;
  }
  .home-2026 .h26-ai__card-head {
    padding-bottom: 20px;
  }
  .home-2026 .h26-ai__card-label {
    font-size: 12px;
  }
  .home-2026 .h26-ai__tag-ai {
    gap: 10px;
    font-size: 10px;
  }
  .home-2026 .h26-ai__card-text {
    font-size: 14px;
  }
  .home-2026 .h26-ai__chip {
    font-size: 11px;
  }
  .home-2026 .h26-ai__factor {
    padding: 18px;
  }
  .home-2026 .h26-ai__factor-icon svg {
    width: 18px;
    height: 18px;
  }
  .home-2026 .h26-ai__factor-label {
    font-size: 11px;
  }
  .home-2026 .h26-ai__factor-value {
    font-size: 14px;
  }
  .home-2026 .h26-ai__news {
    padding: 18px;
  }
  .home-2026 .h26-ai__news-source {
    font-size: 11px;
  }
  .home-2026 .h26-ai__news-headline {
    font-size: 14px;
  }
  .home-2026 .h26-ai__pair {
    padding-block: 13px;
  }
  .home-2026 .h26-ai__pair-name {
    font-size: 14px;
  }
  .home-2026 .h26-ai__sentiment {
    padding: 6px 11px;
    font-size: 11px;
  }
  .home-2026 .h26-ai__score {
    padding: 16px;
  }
  .home-2026 .h26-ai__score-label {
    font-size: 12px;
  }
  .home-2026 .h26-ai__score-value {
    font-size: 18px;
  }
}

.home-2026 .h26-flow {
  --flow-eyebrow: #0078db;
  --flow-heading: #0a1424;
  --flow-body: #566580;
  --flow-icon: #0078db;
  --flow-icon-bg: #ffffff;
  --flow-icon-border: #e4ecf5;
  --flow-num-bg: #0078db;
  --flow-pill-bg: #eef4fb;
  --flow-pill-text: #0078db;
  --flow-arrow: #e4ecf5;
  background: #f6fafe;
  padding-block: 40px;
}
.home-2026 .h26-flow__container {
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;
  max-width: 1050px;
  margin-inline: auto;
  padding-inline: var(--tl-gutter);
  text-align: center;
}
.home-2026 .h26-flow__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 380px;
}
.home-2026 .h26-flow__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--flow-eyebrow);
  font-size: 8px;
  font-weight: var(--tl-fw-medium);
  letter-spacing: 1.84px;
  text-transform: uppercase;
}
.home-2026 .h26-flow__eyebrow-line {
  width: 16px;
  height: 1px;
  background: var(--flow-eyebrow);
  opacity: 0.5;
}
.home-2026 .h26-flow__title {
  margin: 0;
  color: var(--flow-heading);
  font-size: 31px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.1;
}
.home-2026 .h26-flow__nowrap {
  white-space: nowrap;
}
.home-2026 .h26-flow__sub {
  margin: 0;
  max-width: 330px;
  color: var(--flow-body);
  font-size: 16px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-flow__steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.home-2026 .h26-flow__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  max-width: 312px;
  text-align: center;
}
.home-2026 .h26-flow__icon {
  position: relative;
  flex-shrink: 0;
}
.home-2026 .h26-flow__icon-glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: var(--flow-icon-bg);
  border: 1px solid var(--flow-icon-border);
  color: var(--flow-icon);
  box-shadow: 0 14px 30px -16px rgba(10, 20, 36, 0.22);
}
.home-2026 .h26-flow__icon-glyph svg {
  display: block;
  width: 28px;
  height: 28px;
}
.home-2026 .h26-flow__num {
  position: absolute;
  top: -8px;
  right: -8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background: var(--flow-num-bg);
  color: #ffffff;
  font-size: 12px;
  font-weight: var(--tl-fw-bold);
  line-height: 1;
  box-shadow: 0 4px 10px -2px rgba(0, 120, 219, 0.5);
}
.home-2026 .h26-flow__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  width: 100%;
}
.home-2026 .h26-flow__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.home-2026 .h26-flow__step-title {
  margin: 0;
  color: var(--flow-heading);
  font-size: 18px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.3;
}
.home-2026 .h26-flow__step-desc {
  margin: 0;
  color: var(--flow-body);
  font-size: 14px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-flow__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 20px;
  background: var(--flow-pill-bg);
  color: var(--flow-pill-text);
  font-size: 12px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-flow__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--flow-arrow);
}
.home-2026 .h26-flow__arrow svg {
  display: block;
  width: 13px;
  height: 34px;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .home-2026 .h26-flow {
    padding-block: var(--tl-section-py);
  }
  .home-2026 .h26-flow__head {
    gap: 26px;
    max-width: 680px;
  }
  .home-2026 .h26-flow__eyebrow {
    gap: 10px;
    font-size: 11px;
  }
  .home-2026 .h26-flow__eyebrow-line {
    width: 24px;
    height: 1.5px;
  }
  .home-2026 .h26-flow__title {
    font-size: 46px;
    white-space: nowrap;
  }
  .home-2026 .h26-flow__sub {
    max-width: none;
    font-size: 18px;
  }
  .home-2026 .h26-flow__steps {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 29px;
  }
  .home-2026 .h26-flow__step {
    flex: 1 1 0;
    max-width: 312px;
  }
  .home-2026 .h26-flow__step-title {
    font-size: 20px;
  }
  .home-2026 .h26-flow__arrow {
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 6px;
  }
  .home-2026 .h26-flow__arrow svg {
    width: 19.8px;
    height: 52.77px;
    transform: none;
  }
}

.home-2026 .h26-preview {
  --preview-card-grad: linear-gradient(
    138deg,
    rgba(19, 36, 62, 0.96) 0%,
    rgba(14, 27, 48, 0.98) 100%
  );
  --preview-line: rgba(255, 255, 255, 0.08);
  --preview-purple: #8b7bff;
  position: relative;
  overflow: hidden;
  background: var(--tl-bg);
  padding-block: 50px;
}
.home-2026 .h26-preview__glow {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 525px;
  max-width: 120%;
  height: 364px;
  transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(44, 155, 240, 0.13) 0%, rgba(44, 155, 240, 0) 64%);
  pointer-events: none;
}
.home-2026 .h26-preview__container {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: var(--tl-container);
  margin-inline: auto;
  padding-inline: 5px;
}
.home-2026 .h26-preview__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  max-width: 380px;
  text-align: center;
}
.home-2026 .h26-preview__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--tl-accent);
  font-size: 8px;
  font-weight: var(--tl-fw-medium);
  letter-spacing: 1.84px;
  text-transform: uppercase;
}
.home-2026 .h26-preview__eyebrow-line {
  width: 16px;
  height: 1px;
  background: var(--tl-accent);
  opacity: 0.5;
}
.home-2026 .h26-preview__title {
  margin: 0;
  color: var(--tl-text);
  font-size: 31px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.1;
}
.home-2026 .h26-preview__sub {
  margin: 0;
  max-width: 330px;
  color: var(--tl-text-2);
  font-size: 16px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-preview__tabs {
  display: inline-flex;
  align-items: center;
}
.home-2026 .h26-preview__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background: var(--tl-surface-05);
  border: 1px solid var(--tl-border-strong);
  color: var(--tl-text-muted);
  font-size: 10px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.3;
  white-space: nowrap;
}
.home-2026 .h26-preview__tab:first-child {
  border-top-left-radius: var(--tl-radius-sm);
  border-bottom-left-radius: var(--tl-radius-sm);
}
.home-2026 .h26-preview__tab:last-child {
  border-top-right-radius: var(--tl-radius-sm);
  border-bottom-right-radius: var(--tl-radius-sm);
}
.home-2026 .h26-preview__tab + .home-2026 .h26-preview__tab {
  border-left: 0;
}
.home-2026 .h26-preview__tab.is-active {
  background: #0078db;
  border-color: #0078db;
  color: var(--tl-text);
}
.home-2026 .h26-preview__panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 16px;
  border-radius: var(--tl-radius-lg);
  background: var(--preview-card-grad);
  border: 1px solid var(--tl-border-strong);
  box-shadow: var(--tl-shadow-panel);
}
.home-2026 .h26-preview__grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-2026 .h26-preview__card {
  padding: 15px;
  border-radius: var(--tl-radius-md);
  background: var(--tl-surface-02);
  border: 1px solid var(--preview-line);
}
.home-2026 .h26-preview__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}
.home-2026 .h26-preview__card-label {
  margin: 0;
  color: var(--tl-text-muted);
  font-size: 12px;
  font-weight: var(--tl-fw-medium);
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.home-2026 .h26-preview__badge {
  flex-shrink: 0;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(31, 199, 126, 0.14);
  color: var(--tl-success);
  font-size: 8px;
  font-weight: var(--tl-fw-bold);
  letter-spacing: 0.72px;
  text-transform: uppercase;
  white-space: nowrap;
}
.home-2026 .h26-preview__chart {
  position: relative;
  width: 100%;
  height: 100px;
}
.home-2026 .h26-preview__chart-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.home-2026 .h26-preview__chart-grid {
  stroke: rgba(255, 255, 255, 0.05);
  stroke-width: 1;
}
.home-2026 .h26-preview__chart-line {
  fill: none;
  stroke: var(--tl-accent);
  stroke-width: 2.36;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.home-2026 .h26-preview__chart-dot {
  position: absolute;
  top: 19%;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tl-accent);
  transform: translate(50%, -50%);
}
.home-2026 .h26-preview__card--metrics .h26-preview__card-label {
  display: block;
  margin-bottom: 7px;
  text-align: center;
}
.home-2026 .h26-preview__metrics {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-2026 .h26-preview__metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-block: 10px;
  border-bottom: 1px solid var(--preview-line);
}
.home-2026 .h26-preview__metric:last-child {
  border-bottom: 0;
}
.home-2026 .h26-preview__metric-label {
  color: var(--tl-text-1);
  font-size: 13.8px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-preview__metric-value {
  flex-shrink: 0;
  color: var(--tl-text);
  font-size: 15.5px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.3;
  white-space: nowrap;
}
.home-2026 .h26-preview__insight {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 10px;
  border-radius: 13px;
  background: rgba(139, 123, 255, 0.1);
  border: 1px solid rgba(139, 123, 255, 0.25);
}
.home-2026 .h26-preview__insight-icon {
  display: inline-flex;
  flex-shrink: 0;
  color: var(--preview-purple);
}
.home-2026 .h26-preview__insight-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}
.home-2026 .h26-preview__insight-text {
  margin: 0;
  color: #d6e2f0;
  font-size: 12px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-preview__insight-text strong {
  color: var(--tl-text);
  font-weight: var(--tl-fw-bold);
}
@media (min-width: 768px) {
  .home-2026 .h26-preview {
    padding-block: var(--tl-section-py);
  }
  .home-2026 .h26-preview__glow {
    left: auto;
    right: 0;
    width: 640px;
    height: 470px;
    transform: none;
    background: radial-gradient(45% 50% at 62% 32%, rgba(44, 155, 240, 0.13) 0%, rgba(44, 155, 240, 0) 64%);
  }
  .home-2026 .h26-preview__container {
    gap: 26px;
    padding-inline: var(--tl-gutter);
  }
  .home-2026 .h26-preview__head {
    gap: 26px;
    margin-bottom: 0;
    max-width: 680px;
  }
  .home-2026 .h26-preview__eyebrow {
    gap: 10px;
    font-size: 11px;
  }
  .home-2026 .h26-preview__eyebrow-line {
    width: 24px;
    height: 1.5px;
  }
  .home-2026 .h26-preview__title {
    font-size: 46px;
  }
  .home-2026 .h26-preview__sub {
    max-width: none;
    font-size: 18px;
  }
  .home-2026 .h26-preview__tab {
    font-size: 14px;
    padding: 12px 22px;
  }
  .home-2026 .h26-preview__panel {
    gap: 28px;
    max-width: 1000px;
    padding: 28px;
    border-radius: var(--tl-radius-lg);
    box-shadow: 0 40px 90px -42px rgba(0, 0, 0, 0.7);
  }
  .home-2026 .h26-preview__grid {
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    align-items: stretch;
    gap: 20px;
  }
  .home-2026 .h26-preview__card {
    display: flex;
    flex-direction: column;
    padding: 22px;
  }
  .home-2026 .h26-preview__card--equity .h26-preview__chart {
    flex: 1 1 auto;
    height: auto;
    min-height: 200px;
  }
  .home-2026 .h26-preview__badge {
    font-size: 11px;
  }
  .home-2026 .h26-preview__card--metrics .h26-preview__card-label {
    margin-bottom: 14px;
    text-align: left;
  }
  .home-2026 .h26-preview__metrics {
    flex: 1 1 auto;
    justify-content: space-between;
  }
  .home-2026 .h26-preview__metric {
    padding-block: 13px;
  }
  .home-2026 .h26-preview__insight {
    gap: 12px;
    padding: 18px;
  }
  .home-2026 .h26-preview__insight-text {
    font-size: 14px;
  }
}

.home-2026 .h26-toolkit {
  --toolkit-card-bg: #f6fafe;
  --toolkit-card-border: #e4ecf5;
  --toolkit-title: #0a1424;
  --toolkit-desc: #566580;
  --toolkit-accent: #0078db;
  --toolkit-tone-blue-bg: #eef4fb;
  --toolkit-tone-purple-bg: rgba(139, 123, 255, 0.13);
  --toolkit-tone-green-bg: rgba(31, 199, 126, 0.14);
  background: #fff;
  padding-block: 40px;
}
.home-2026 .h26-toolkit__container {
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 1124px;
  margin-inline: auto;
  padding-inline: 5px;
}
.home-2026 .h26-toolkit__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 617px;
  text-align: center;
}
.home-2026 .h26-toolkit__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--tl-accent);
  font-size: 8px;
  font-weight: var(--tl-fw-medium);
  letter-spacing: 1.84px;
  text-transform: uppercase;
}
.home-2026 .h26-toolkit__eyebrow-line {
  width: 16px;
  height: 1px;
  background: var(--tl-accent);
  opacity: 0.5;
}
.home-2026 .h26-toolkit__title {
  margin: 0;
  color: var(--toolkit-title);
  font-size: 31px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.1;
}
.home-2026 .h26-toolkit__title-accent {
  color: var(--toolkit-accent);
}
.home-2026 .h26-toolkit__sub {
  margin: 0;
  color: var(--toolkit-desc);
  font-size: 16px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-toolkit__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-2026 .h26-toolkit__card--sync {
  order: 1;
}
.home-2026 .h26-toolkit__card--ai {
  order: 2;
}
.home-2026 .h26-toolkit__card--reports {
  order: 3;
}
.home-2026 .h26-toolkit__card--journal {
  order: 4;
}
.home-2026 .h26-toolkit__card--backtest {
  order: 5;
}
.home-2026 .h26-toolkit__card--calendar {
  order: 6;
}
.home-2026 .h26-toolkit__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 17px;
  border-radius: 20px;
  background: var(--toolkit-card-bg);
  border: 1px solid var(--toolkit-card-border);
}
.home-2026 .h26-toolkit__icon {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 11px;
}
.home-2026 .h26-toolkit__icon svg {
  display: block;
  width: 22px;
  height: 22px;
}
.home-2026 .h26-toolkit__icon--blue {
  background: var(--toolkit-tone-blue-bg);
  color: #0078db;
}
.home-2026 .h26-toolkit__icon--purple {
  background: var(--toolkit-tone-purple-bg);
  color: #8b7bff;
}
.home-2026 .h26-toolkit__icon--green {
  background: var(--toolkit-tone-green-bg);
  color: #16996a;
}
.home-2026 .h26-toolkit__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-2026 .h26-toolkit__card-title {
  margin: 0;
  color: var(--toolkit-title);
  font-size: 14px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.3;
}
.home-2026 .h26-toolkit__card-desc {
  margin: 0;
  color: var(--toolkit-desc);
  font-size: 12px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
@media (min-width: 768px) {
  .home-2026 .h26-toolkit {
    padding-block: var(--tl-section-py);
  }
  .home-2026 .h26-toolkit__container {
    gap: 38px;
    padding-inline: var(--tl-gutter);
  }
  .home-2026 .h26-toolkit__head {
    gap: 26px;
  }
  .home-2026 .h26-toolkit__eyebrow {
    gap: 10px;
    font-size: 11px;
  }
  .home-2026 .h26-toolkit__eyebrow-line {
    width: 24px;
    height: 1.5px;
  }
  .home-2026 .h26-toolkit__title {
    font-size: 46px;
  }
  .home-2026 .h26-toolkit__sub {
    font-size: 18px;
    line-height: 1.62;
  }
  .home-2026 .h26-toolkit__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .home-2026 .h26-toolkit__card {
    order: 0;
    gap: 16px;
    padding: 29px;
  }
  .home-2026 .h26-toolkit__icon {
    padding: 11.5px;
    border-radius: 12px;
  }
  .home-2026 .h26-toolkit__icon svg {
    width: 23px;
    height: 23px;
  }
  .home-2026 .h26-toolkit__text {
    gap: 11px;
  }
  .home-2026 .h26-toolkit__card-title {
    font-size: 18px;
  }
  .home-2026 .h26-toolkit__card-desc {
    font-size: 14px;
  }
}

.home-2026 .h26-security {
  --security-title: #0a1424;
  --security-desc: #566580;
  --security-accent: #0078db;
  --security-check: #16996a;
  --security-check-bg: rgba(31, 199, 126, 0.14);
  background: #fff;
  padding-block: 40px;
}
.home-2026 .h26-security__container {
  box-sizing: content-box;
  max-width: 1132px;
  margin-inline: auto;
  padding-inline: 0;
}
.home-2026 .h26-security__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
}
.home-2026 .h26-security__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  padding-inline: 10px;
}
.home-2026 .h26-security__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}
.home-2026 .h26-security__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--security-accent);
  font-size: 9px;
  font-weight: var(--tl-fw-medium);
  letter-spacing: 1.84px;
  text-transform: uppercase;
}
.home-2026 .h26-security__eyebrow-line {
  width: 16px;
  height: 1px;
  background: var(--security-accent);
  opacity: 0.5;
}
.home-2026 .h26-security__title {
  margin: 0;
  color: var(--security-title);
  font-size: 31px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.1;
}
.home-2026 .h26-security__sub {
  margin: 0;
  color: var(--security-desc);
  font-size: 16px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-security__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-2026 .h26-security__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.home-2026 .h26-security__item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background: var(--security-check-bg);
  color: var(--security-check);
}
.home-2026 .h26-security__item-icon svg {
  display: block;
  width: 12px;
  height: 12px;
}
.home-2026 .h26-security__item-text {
  margin: 0;
  color: var(--security-title);
  font-size: 12px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-security__item-text strong {
  font-weight: var(--tl-fw-semibold);
}
.home-2026 .h26-security__card {
  position: relative;
  overflow: hidden;
  margin-inline: 5px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 22px;
  border-radius: var(--tl-radius-lg);
  background: linear-gradient(163deg, #0a1424 0%, #0e1b30 100%);
  border: 1px solid var(--tl-border-strong);
  box-shadow: 0 30px 70px -36px rgba(10, 20, 36, 0.5);
}
.home-2026 .h26-security__card-glow {
  position: absolute;
  top: -60px;
  right: -40px;
  z-index: 0;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(31, 199, 126, 0.15) 0%, rgba(31, 199, 126, 0) 65%);
  pointer-events: none;
}
.home-2026 .h26-security__card-head,
.home-2026 .h26-security__rows {
  position: relative;
  z-index: 1;
}
.home-2026 .h26-security__card-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-2026 .h26-security__shield {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  border-radius: 18px;
  background: var(--security-check-bg);
  border: 1px solid rgba(31, 199, 126, 0.3);
  color: var(--tl-success);
}
.home-2026 .h26-security__shield svg {
  display: block;
  width: 28px;
  height: 28px;
}
.home-2026 .h26-security__card-headtext {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-2026 .h26-security__card-title {
  margin: 0;
  color: var(--tl-text);
  font-size: 18px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.3;
}
.home-2026 .h26-security__card-sub {
  margin: 0;
  color: var(--tl-text-muted);
  font-size: 11px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-security__rows {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-2026 .h26-security__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-block: 10px;
  border-bottom: 1px solid var(--tl-border);
}
.home-2026 .h26-security__row:last-child {
  border-bottom: 0;
}
.home-2026 .h26-security__row-label {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--tl-text-1);
  font-size: 14px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-security__row-icon {
  display: inline-flex;
  flex-shrink: 0;
}
.home-2026 .h26-security__row-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}
.home-2026 .h26-security__row-status {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.3;
  text-transform: uppercase;
}
.home-2026 .h26-security__row--allowed .h26-security__row-status {
  color: var(--tl-success);
}
.home-2026 .h26-security__row--blocked .h26-security__row-status {
  color: var(--tl-danger);
}
.home-2026 .h26-security__row--blocked .h26-security__row-icon {
  color: var(--tl-danger);
}
.home-2026 .h26-security__row--allowed .h26-security__row-icon {
  color: var(--tl-success);
}
@media (min-width: 768px) {
  .home-2026 .h26-security {
    padding-block: var(--tl-section-py);
  }
  .home-2026 .h26-security__container {
    padding-inline: var(--tl-gutter);
  }
  .home-2026 .h26-security__inner {
    flex-direction: row;
    align-items: flex-end;
    gap: 68px;
  }
  .home-2026 .h26-security__content {
    flex: 1 1 auto;
    padding-inline: 0;
  }
  .home-2026 .h26-security__eyebrow {
    gap: 10px;
    font-size: 11px;
  }
  .home-2026 .h26-security__eyebrow-line {
    width: 24px;
    height: 1.5px;
  }
  .home-2026 .h26-security__title {
    font-size: 46px;
  }
  .home-2026 .h26-security__sub {
    font-size: 18px;
  }
  .home-2026 .h26-security__list {
    gap: 16px;
  }
  .home-2026 .h26-security__item {
    gap: 14px;
  }
  .home-2026 .h26-security__item-icon {
    width: 24px;
    height: 24px;
  }
  .home-2026 .h26-security__item-icon svg {
    width: 14px;
    height: 14px;
  }
  .home-2026 .h26-security__item-text {
    font-size: 14px;
  }
  .home-2026 .h26-security__card {
    flex: 0 0 538px;
    width: 538px;
    margin-inline: 0;
    gap: 24px;
    padding: 32px;
  }
  .home-2026 .h26-security__shield {
    width: 64px;
    height: 64px;
  }
  .home-2026 .h26-security__shield svg {
    width: 32px;
    height: 32px;
  }
  .home-2026 .h26-security__card-title {
    font-size: 22px;
  }
  .home-2026 .h26-security__card-sub {
    font-size: 14px;
  }
  .home-2026 .h26-security__row {
    padding-block: 16px;
  }
}

.home-2026 .h26-comparison {
  --cmp-title: #0a1424;
  --cmp-desc: #566580;
  --cmp-accent: #0078db;
  --cmp-header-bg: #0a1424;
  --cmp-brand-tint: rgba(31, 199, 126, 0.05);
  --cmp-brand-border: rgba(31, 199, 126, 0.18);
  --cmp-check: #1fc77e;
  --cmp-warn: #f5a524;
  --cmp-muted: #7e8da6;
  background: #f6fafe;
  padding-block: 40px;
}
.home-2026 .h26-comparison__container {
  box-sizing: content-box;
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 16px;
}
.home-2026 .h26-comparison__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 656px;
  margin-inline: auto;
  text-align: center;
}
.home-2026 .h26-comparison__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--cmp-accent);
  font-size: 9px;
  font-weight: var(--tl-fw-medium);
  letter-spacing: 1.84px;
  text-transform: uppercase;
}
.home-2026 .h26-comparison__eyebrow-line {
  width: 16px;
  height: 1px;
  background: var(--cmp-accent);
  opacity: 0.5;
}
.home-2026 .h26-comparison__title {
  margin: 0;
  color: var(--cmp-title);
  font-size: 31px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.08;
}
.home-2026 .h26-comparison__title-accent {
  color: var(--cmp-accent);
}
.home-2026 .h26-comparison__sub {
  margin: 0;
  color: var(--cmp-desc);
  font-size: 16px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-comparison__card {
  margin-top: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4ecf5;
  border-radius: var(--tl-radius-lg);
  box-shadow: 0 30px 60px -40px rgba(10, 20, 36, 0.22);
}
.home-2026 .h26-comparison__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.home-2026 .h26-comparison__table {
  width: 100%;
  min-width: 720px;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  background: #fff;
}
.home-2026 .h26-comparison__col-head {
  width: 16.6667%;
  height: 89px;
  padding: 19px 8px;
  vertical-align: middle;
  text-align: center;
  background: var(--cmp-header-bg);
  color: var(--tl-text);
  font-size: 14px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.2;
}
.home-2026 .h26-comparison__col-head--feature {
  font-weight: var(--tl-fw-medium);
}
.home-2026 .h26-comparison__col-head--brand {
  background: linear-gradient(163deg, #0e2a1e 0%, #0a1f17 100%);
  border-inline: 1px solid rgba(31, 199, 126, 0.3);
}
.home-2026 .h26-comparison__brand-name {
  display: block;
}
.home-2026 .h26-comparison__brand-note {
  display: block;
  margin-top: 6px;
  color: var(--tl-text-muted);
  font-size: 10px;
  font-weight: var(--tl-fw-medium);
}
.home-2026 .h26-comparison__brand-note--free {
  color: var(--cmp-check);
}
.home-2026 .h26-comparison__feature {
  padding: 16px 14px;
  vertical-align: middle;
  text-align: left;
  background: #fff;
  color: var(--cmp-title);
  font-size: 12px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.2;
}
.home-2026 .h26-comparison__cell {
  padding: 16px 8px;
  vertical-align: middle;
  text-align: center;
  background: #fff;
}
.home-2026 .h26-comparison__cell--brand {
  background: var(--cmp-brand-tint);
  border-inline: 1px solid var(--cmp-brand-border);
}
.home-2026 .h26-comparison__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cmp-check);
}
.home-2026 .h26-comparison__check svg {
  display: block;
  width: 18px;
  height: 18px;
}
.home-2026 .h26-comparison__dash {
  color: var(--cmp-muted);
  font-size: 12px;
  font-weight: var(--tl-fw-medium);
}
.home-2026 .h26-comparison__val {
  font-size: 12px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-comparison__val--strong {
  color: var(--cmp-title);
  font-weight: var(--tl-fw-bold);
}
.home-2026 .h26-comparison__val--warn {
  color: var(--cmp-warn);
}
.home-2026 .h26-comparison__val--muted {
  color: var(--cmp-muted);
}
.home-2026 .h26-comparison__disclaimer {
  margin: 20px 0 0;
  color: var(--cmp-muted);
  font-size: 13px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .home-2026 .h26-comparison {
    padding-block: var(--tl-section-py);
  }
  .home-2026 .h26-comparison__container {
    padding-inline: var(--tl-gutter);
  }
  .home-2026 .h26-comparison__head {
    gap: 26px;
  }
  .home-2026 .h26-comparison__eyebrow {
    gap: 10px;
    font-size: 11px;
  }
  .home-2026 .h26-comparison__eyebrow-line {
    width: 24px;
    height: 1.5px;
  }
  .home-2026 .h26-comparison__title {
    font-size: 46px;
  }
  .home-2026 .h26-comparison__sub {
    font-size: 18px;
  }
  .home-2026 .h26-comparison__card {
    margin-top: 60px;
  }
  .home-2026 .h26-comparison__col-head {
    width: 15.5556%;
    font-size: 16px;
  }
  .home-2026 .h26-comparison__col-head--feature {
    width: 22.2222%;
  }
  .home-2026 .h26-comparison__brand-note {
    font-size: 12px;
  }
  .home-2026 .h26-comparison__feature {
    font-size: 14px;
  }
  .home-2026 .h26-comparison__disclaimer {
    margin-top: 16px;
  }
}

.home-2026 .h26-who-for {
  --wf-title: #0a1424;
  --wf-desc: #566580;
  --wf-accent: #0078db;
  --wf-success: #1fc77e;
  --wf-yes-border: rgba(31, 199, 126, 0.25);
  --wf-no-border: #e4ecf5;
  --wf-cross: #8a99b0;
  --wf-cross-badge: #d5dee9;
  background: #f6fafe;
  padding-block: 40px;
}
.home-2026 .h26-who-for__container {
  box-sizing: content-box;
  max-width: 920px;
  margin-inline: auto;
  padding-inline: 5px;
}
.home-2026 .h26-who-for__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 618px;
  margin-inline: auto;
  text-align: center;
}
.home-2026 .h26-who-for__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--wf-accent);
  font-size: 9px;
  font-weight: var(--tl-fw-medium);
  letter-spacing: 1.84px;
  text-transform: uppercase;
}
.home-2026 .h26-who-for__eyebrow-line {
  width: 16px;
  height: 1px;
  background: var(--wf-accent);
  opacity: 0.5;
}
.home-2026 .h26-who-for__title {
  margin: 0;
  color: var(--wf-title);
  font-size: 31px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.08;
  letter-spacing: -0.92px;
}
.home-2026 .h26-who-for__title-accent {
  color: var(--wf-accent);
}
.home-2026 .h26-who-for__sub {
  margin: 0;
  color: var(--wf-desc);
  font-size: 16px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-who-for__cards {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  margin-top: 36px;
}
.home-2026 .h26-who-for__card {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 28px 24px 32px;
  border: 1px solid var(--wf-no-border);
  border-radius: var(--tl-radius-lg);
}
.home-2026 .h26-who-for__card--yes {
  border-color: var(--wf-yes-border);
  background-image: linear-gradient(165deg, rgba(31, 199, 126, 0.14) 0%, rgba(31, 199, 126, 0.03) 100%);
}
.home-2026 .h26-who-for__card--no {
  background: #fff;
}
.home-2026 .h26-who-for__card-head {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 30px;
}
.home-2026 .h26-who-for__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #fff;
}
.home-2026 .h26-who-for__badge svg {
  display: block;
  width: 19px;
  height: 19px;
}
.home-2026 .h26-who-for__badge--yes {
  background: var(--wf-success);
}
.home-2026 .h26-who-for__badge--no {
  background: var(--wf-cross-badge);
}
.home-2026 .h26-who-for__card-title {
  margin: 0;
  color: var(--wf-title);
  font-size: 20px;
  font-weight: var(--tl-fw-bold);
  line-height: 1;
  letter-spacing: -0.38px;
}
.home-2026 .h26-who-for__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-2026 .h26-who-for__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.home-2026 .h26-who-for__icon {
  flex-shrink: 0;
  display: inline-flex;
  width: 19px;
  height: 19px;
}
.home-2026 .h26-who-for__icon svg {
  display: block;
  width: 19px;
  height: 19px;
}
.home-2026 .h26-who-for__icon--yes {
  color: var(--wf-success);
}
.home-2026 .h26-who-for__icon--no {
  color: var(--wf-cross);
}
.home-2026 .h26-who-for__item-text {
  color: var(--wf-title);
  font-size: 15px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-who-for__note {
  margin: 25px 0 0;
  padding: 16px 18px;
  background: #f6fafe;
  border: 1px solid var(--wf-no-border);
  border-radius: 12px;
  color: var(--wf-desc);
  font-size: 14px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
@media (min-width: 768px) {
  .home-2026 .h26-who-for {
    padding-block: var(--tl-section-py);
  }
  .home-2026 .h26-who-for__container {
    padding-inline: var(--tl-gutter);
  }
  .home-2026 .h26-who-for__head {
    gap: 26px;
  }
  .home-2026 .h26-who-for__eyebrow {
    gap: 10px;
    font-size: 11px;
  }
  .home-2026 .h26-who-for__eyebrow-line {
    width: 24px;
    height: 1.5px;
  }
  .home-2026 .h26-who-for__title {
    font-size: 46px;
    letter-spacing: -1.38px;
  }
  .home-2026 .h26-who-for__sub {
    font-size: 18px;
  }
  .home-2026 .h26-who-for__cards {
    flex-direction: row;
    gap: 40px;
    margin-top: 64px;
  }
  .home-2026 .h26-who-for__card {
    padding: 36px 35px 46px;
  }
  .home-2026 .h26-who-for__card-head {
    margin-bottom: 34px;
  }
  .home-2026 .h26-who-for__list {
    gap: 25px;
  }
  .home-2026 .h26-who-for__note {
    margin-top: auto;
  }
}

.home-2026 .h26-why-free {
  --wf-card-grad: linear-gradient(166deg, rgba(19, 36, 62, 0.7) 0%, rgba(14, 27, 48, 0.85) 100%);
  --wf-icon-bg: rgba(44, 155, 240, 0.12);
  background: var(--tl-bg);
  padding-block: 40px;
}
.home-2026 .h26-why-free__container {
  box-sizing: content-box;
  max-width: 788px;
  margin-inline: auto;
  padding-inline: 5px;
}
.home-2026 .h26-why-free__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 706px;
  margin-inline: auto;
  text-align: center;
}
.home-2026 .h26-why-free__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--tl-accent);
  font-size: 8px;
  font-weight: var(--tl-fw-medium);
  letter-spacing: 1.84px;
  text-transform: uppercase;
}
.home-2026 .h26-why-free__eyebrow-line {
  width: 16px;
  height: 1px;
  background: var(--tl-accent);
  opacity: 0.5;
}
.home-2026 .h26-why-free__title {
  margin: 0;
  color: var(--tl-text);
  font-size: 31px;
  font-weight: var(--tl-fw-bold);
  line-height: 1;
  letter-spacing: -1.32px;
}
.home-2026 .h26-why-free__sub {
  margin: 0;
  color: var(--tl-text-1);
  font-size: 16px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-why-free__sub-strong {
  color: var(--tl-text);
  font-weight: var(--tl-fw-semibold);
}
.home-2026 .h26-why-free__cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
.home-2026 .h26-why-free__card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
  padding: 23px;
  border: 1px solid var(--tl-border-strong);
  border-radius: 20px;
  background-image: var(--wf-card-grad);
}
.home-2026 .h26-why-free__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--wf-icon-bg);
  color: var(--tl-accent);
}
.home-2026 .h26-why-free__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}
.home-2026 .h26-why-free__text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.home-2026 .h26-why-free__card-title {
  margin: 0;
  color: var(--tl-text);
  font-size: 15.4px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.3;
  letter-spacing: -0.387px;
}
.home-2026 .h26-why-free__card-desc {
  margin: 0;
  color: var(--tl-text-muted);
  font-size: 13.4px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
@media (min-width: 768px) {
  .home-2026 .h26-why-free {
    padding-block: var(--tl-section-py);
  }
  .home-2026 .h26-why-free__container {
    padding-inline: var(--tl-gutter);
  }
  .home-2026 .h26-why-free__head {
    gap: 26px;
  }
  .home-2026 .h26-why-free__eyebrow {
    font-size: 11px;
  }
  .home-2026 .h26-why-free__eyebrow-line {
    width: 24px;
    height: 1.5px;
  }
  .home-2026 .h26-why-free__title {
    font-size: 46px;
  }
  .home-2026 .h26-why-free__sub {
    font-size: 18px;
  }
  .home-2026 .h26-why-free__cards {
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    margin-top: 48px;
  }
  .home-2026 .h26-why-free__card {
    flex: 1;
    flex-direction: column;
  }
}

.home-2026 .tl-faq {
  --faq-title: #0a1424;
  --faq-desc: #566580;
  --faq-accent: #0078db;
  --faq-card-bg: #fff;
  --faq-card-border: #e4ecf5;
  --faq-card-border-open: #cbdcf0;
  --faq-card-shadow: 0 12px 30px -20px rgba(10, 20, 36, 0.16);
  background: #fff;
  padding-block: 40px;
}
.home-2026 .tl-faq__container {
  box-sizing: content-box;
  max-width: var(--tl-container);
  margin-inline: auto;
  padding-inline: 13px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.home-2026 .tl-faq__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.home-2026 .tl-faq__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--faq-accent);
  font-size: 9px;
  font-weight: var(--tl-fw-medium);
  letter-spacing: 1.84px;
  text-transform: uppercase;
}
.home-2026 .tl-faq__eyebrow-line {
  width: 16px;
  height: 1px;
  background: var(--faq-accent);
  opacity: 0.5;
}
.home-2026 .tl-faq__title {
  margin: 0;
  color: var(--faq-title);
  font-size: 31px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.1;
  letter-spacing: -1px;
}
.home-2026 .tl-faq__lead {
  margin: 0;
  color: var(--faq-desc);
  font-size: 16px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .tl-faq__cta {
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 18px 23px;
  border: 1px solid var(--faq-card-border);
  border-radius: 11px;
  background: #fff;
  color: var(--faq-title);
  font-size: 15.5px;
  font-weight: var(--tl-fw-bold);
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.home-2026 .tl-faq__cta:hover, .home-2026 .tl-faq__cta:focus-visible {
  color: var(--faq-accent);
  border-color: var(--faq-card-border-open);
  transform: translateY(-1px);
}
.home-2026 .tl-faq__cta-arrow {
  font-size: 1.05em;
  line-height: 1;
}
@media (min-width: 992px) {
  .home-2026 .tl-faq {
    padding-block: var(--tl-section-py);
  }
  .home-2026 .tl-faq__container {
    padding-inline: 24px;
    display: grid;
    grid-template-columns: 466px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 48px;
    row-gap: 19px;
    align-items: start;
  }
  .home-2026 .tl-faq__intro {
    grid-column: 1;
    grid-row: 1;
    gap: 19px;
  }
  .home-2026 .tl-faq__list {
    grid-column: 2;
    grid-row: 1/span 2;
  }
  .home-2026 .tl-faq__cta {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    justify-self: start;
  }
  .home-2026 .tl-faq__eyebrow {
    gap: 10px;
    font-size: 11px;
  }
  .home-2026 .tl-faq__eyebrow-line {
    width: 24px;
    height: 1.5px;
  }
  .home-2026 .tl-faq__title {
    font-size: 46px;
  }
}

.home-2026 .h26-final {
  position: relative;
  overflow: hidden;
  background: var(--tl-bg-elev);
  padding-block: 40px 70px;
}
.home-2026 .h26-final__glow {
  display: none;
  position: absolute;
  top: -134px;
  left: 50%;
  width: 1800px;
  height: 926px;
  transform: translate(-50%, -50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(139, 123, 255, 0.16) 0%, rgba(139, 123, 255, 0) 60%);
  pointer-events: none;
}
.home-2026 .h26-final__container {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  max-width: 780px;
  margin-inline: auto;
  padding-inline: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.home-2026 .h26-final__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.home-2026 .h26-final__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--tl-accent);
  font-size: 8px;
  font-weight: var(--tl-fw-medium);
  line-height: 1;
  letter-spacing: 1.84px;
  text-transform: uppercase;
}
.home-2026 .h26-final__eyebrow-line {
  width: 16px;
  height: 1px;
  background: var(--tl-accent);
  opacity: 0.5;
}
.home-2026 .h26-final__title {
  margin: 0;
  color: var(--tl-text);
  font-size: 31px;
  font-weight: var(--tl-fw-bold);
  line-height: 1.1;
}
.home-2026 .h26-final__sub {
  margin: 0;
  color: var(--tl-text-2);
  font-size: 18px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
.home-2026 .h26-final__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 17px;
}
.home-2026 .h26-final__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  max-width: 392px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}
.home-2026 .h26-final__chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 14px;
  border: 1px solid var(--tl-border);
  border-radius: var(--tl-radius-chip);
  background: var(--tl-surface-04);
}
.home-2026 .h26-final__chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--tl-accent);
}
.home-2026 .h26-final__chip-icon svg {
  display: block;
}
.home-2026 .h26-final__chip-text {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--tl-text-1);
  font-size: 12px;
  font-weight: var(--tl-fw-medium);
  line-height: 1;
  white-space: nowrap;
}
.home-2026 .h26-final__chip-num {
  color: var(--tl-text);
  font-weight: var(--tl-fw-bold);
}
.home-2026 .h26-final__note {
  margin: 17px 0 0;
  color: var(--tl-text-2);
  font-size: 14px;
  font-weight: var(--tl-fw-medium);
  line-height: 1.3;
}
@media (min-width: 768px) {
  .home-2026 .h26-final {
    background: var(--tl-bg);
    padding-block: var(--tl-section-py);
  }
  .home-2026 .h26-final__glow {
    display: block;
  }
  .home-2026 .h26-final__head {
    gap: 26px;
  }
  .home-2026 .h26-final__eyebrow {
    font-size: 11px;
  }
  .home-2026 .h26-final__eyebrow-line {
    width: 24px;
    height: 1.5px;
  }
  .home-2026 .h26-final__title {
    font-size: 64px;
  }
  .home-2026 .h26-final__sub {
    font-size: 20px;
  }
  .home-2026 .h26-final__cta {
    gap: 15px;
    margin-top: 36px;
  }
  .home-2026 .h26-final__chips {
    max-width: none;
    gap: 10px;
    margin-top: 20px;
  }
  .home-2026 .h26-final__chip {
    gap: 8px;
    padding: 11px 14px;
  }
  .home-2026 .h26-final__chip-text {
    gap: 7px;
  }
  .home-2026 .h26-final__note {
    font-size: 18px;
  }
}

.home-2026 .h26-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  margin: 0;
  padding: var(--tl-gutter);
  border: 1px dashed var(--tl-border-strong);
  border-radius: var(--tl-radius-md);
  color: var(--tl-text-dim);
  font-size: var(--tl-fs-sm);
  letter-spacing: 0.04em;
  text-align: center;
}
