/* TS — Feature Tabs */
.ts-features { padding: 80px 40px; background: linear-gradient(180deg, #ffffff 0%, #F4F9FE 26%, #F4F9FE 74%, #ffffff 100%); }
.ts-features__wrap { max-width: var(--ts-content); margin: 0 auto; }
.ts-features__head { text-align: center; max-width: 660px; margin: 0 auto 40px; }
.ts-features__eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #109CF1; }
.ts-features__heading { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 42px; line-height: 1.08; letter-spacing: -0.025em; color: #142B49; margin: 12px 0 14px; }
.ts-features__sub { font-size: 18px; color: #4A5E78; line-height: 1.55; margin: 0; }
.ts-features .ts-feat-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 4px; background: #EEF4FA; padding: 6px; border-radius: 16px; width: fit-content; max-width: 100%; margin: 0 auto 32px; }
.ts-features .ts-feat-panel { max-width: var(--ts-content-narrow); margin: 0 auto; border-radius: 24px; padding: 44px; grid-template-columns: 1fr 0.85fr; gap: 44px; align-items: center; border: 1px solid transparent; }
.ts-feat-panel__name { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 30px; letter-spacing: -0.02em; color: #142B49; margin: 0 0 14px; }
.ts-feat-panel__desc { font-size: 17px; line-height: 1.6; color: #44586F; margin: 0 0 22px; }
.ts-feat-panel__bullets { display: flex; flex-direction: column; gap: 12px; }
.ts-feat-panel__bullet { display: flex; align-items: center; gap: 11px; font-size: 16px; font-weight: 600; color: #243A52; }
.ts-feat-panel__check { width: 24px; height: 24px; border-radius: 50%; flex: none; display: inline-flex; align-items: center; justify-content: center; }
.ts-feat-panel__learn { display: inline-block; margin-top: 24px; font-size: 15px; font-weight: 700; }
.ts-feat-panel__visual { position: relative; display: flex; justify-content: center; }
.ts-features .ts-feat-tab {
  display: flex; align-items: center; gap: 6px; font-family: 'Figtree', sans-serif; font-weight: 700;
  font-size: 13px; padding: 9px 11px; border-radius: 10px; transition: all .15s; white-space: nowrap; flex: none;
  background: transparent; color: #5B6F88; border: none; cursor: pointer;
}
.ts-features .ts-feat-tab.is-active { background: #fff; color: #142B49; box-shadow: 0 6px 18px rgba(20,43,73,0.10); }
.ts-features .ts-feat-dot { width: 10px; height: 10px; border-radius: 50%; flex: none; }
.ts-features .ts-feat-panel { display: none; }
.ts-features .ts-feat-panel.is-active { display: grid; }

@media (max-width: 860px) {
  .ts-features { padding: 56px 24px !important; }
  .ts-features .ts-feat-panel.is-active { grid-template-columns: 1fr !important; padding: 28px !important; gap: 28px !important; }
  .ts-features .ts-feat-tabs { gap: 6px !important; }
}
