
:root {
  --trs-dark: #07101d;
  --trs-text: #101828;
  --trs-muted: #667085;
  --trs-soft: #f6f8fb;
  --trs-line: #e5eaf1;
  --trs-blue: #2f6df6;
}

html {
  scroll-behavior: smooth;
}

.trs-page {
  background: #ffffff;
  color: var(--trs-text);
  overflow: hidden;
}

.trs-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.trs-page h1,
.trs-page h2,
.trs-page h3,
.trs-page p {
  margin-top: 0;
}

.trs-page h1,
.trs-page h2,
.trs-page h3 {
  letter-spacing: -0.035em;
}

.trs-page p {
  line-height: 1.72;
}

/* Hero */
.trs-hero {
  position: relative;
  padding: 44px 0 92px;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 18%, rgba(47, 109, 246, 0.23), transparent 31%),
    linear-gradient(135deg, #06101d, #091525 57%, #081321);
}

.trs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
}

.trs-breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 54px;
  color: #8999b1;
  font-size: 0.86rem;
}

.trs-breadcrumb a {
  color: #aebbd0;
  text-decoration: none;
}

.trs-breadcrumb svg {
  width: 14px;
}

.trs-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.98fr);
  gap: 66px;
  align-items: center;
}

.trs-eyebrow,
.trs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--trs-blue);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trs-eyebrow {
  margin-bottom: 18px;
  padding: 9px 12px;
  color: #bcd1ff;
  border: 1px solid rgba(156, 190, 255, 0.17);
  border-radius: 999px;
  background: rgba(61, 116, 226, 0.10);
}

.trs-eyebrow svg {
  width: 16px;
}

.trs-hero-copy h1 {
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 5vw, 5.15rem);
  line-height: 0.99;
}

.trs-hero-copy h1 span {
  color: #8db4ff;
}

.trs-hero-copy > p {
  max-width: 700px;
  margin-bottom: 29px;
  color: #b7c3d5;
  font-size: 1.06rem;
}

.trs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.trs-btn {
  min-height: 49px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
}

.trs-btn svg {
  width: 18px;
}

.trs-btn-primary {
  color: #0b1828;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.17);
}

.trs-btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
}

.trs-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #aebcd0;
  font-size: 0.88rem;
}

.trs-points span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.trs-points svg {
  width: 16px;
  color: #7faaff;
}

.trs-product {
  position: relative;
}

.trs-browser {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 34px 75px rgba(0, 0, 0, 0.31);
}

.trs-browser-top {
  height: 44px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: #111a2c;
}

.trs-dots {
  display: flex;
  gap: 6px;
}

.trs-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #465168;
}

.trs-address {
  height: 26px;
  max-width: 300px;
  margin: 0 auto;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #718099;
  border-radius: 8px;
  background: #182238;
  font-size: 0.68rem;
}

.trs-address svg {
  width: 11px;
}

.trs-ui {
  padding: 23px;
  color: #172033;
  background: linear-gradient(180deg, #ffffff, #f6f8fb);
}

.trs-ui-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.trs-ui-head small,
.trs-ui-head strong {
  display: block;
}

.trs-ui-head small {
  color: #8692a2;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trs-ui-head strong {
  margin-top: 3px;
  font-size: 1rem;
}

.trs-ui-head > span {
  padding: 8px 10px;
  color: #ffffff;
  border-radius: 8px;
  background: #101c2e;
  font-size: 0.65rem;
}

.trs-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-bottom: 15px;
}

.trs-stat-grid div,
.trs-accounts div {
  padding: 11px;
  border: 1px solid #e4e9f0;
  border-radius: 11px;
  background: #ffffff;
}

.trs-stat-grid small,
.trs-stat-grid strong {
  display: block;
}

.trs-stat-grid small {
  color: #8793a3;
  font-size: 0.59rem;
}

.trs-stat-grid strong {
  margin-top: 4px;
  font-size: 0.8rem;
}

.trs-accounts {
  display: grid;
  gap: 8px;
}

.trs-accounts div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.68rem;
}

.trs-accounts span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #697789;
}

.trs-accounts svg {
  width: 15px;
  color: #4f79c7;
}

.trs-float {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: #111c2e;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.trs-float svg {
  width: 20px;
  color: #83adff;
}

.trs-float strong,
.trs-float small {
  display: block;
}

.trs-float strong {
  font-size: 0.76rem;
}

.trs-float small {
  margin-top: 2px;
  color: #8292aa;
  font-size: 0.62rem;
}

.trs-float-a {
  left: -24px;
  bottom: -22px;
}

.trs-float-b {
  right: -24px;
  top: 58px;
}

/* Sections */
.trs-section {
  padding: 88px 0;
}

.trs-section-light {
  color: var(--trs-text);
  background: #ffffff;
}

.trs-section-soft {
  color: var(--trs-text);
  background: var(--trs-soft);
}

.trs-section-dark {
  color: #ffffff;
  background: var(--trs-dark);
}

.trs-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
  margin-bottom: 38px;
}

.trs-section-head > div {
  max-width: 700px;
}

.trs-section-head h2,
.trs-copy h2 {
  margin: 10px 0 0;
  font-size: clamp(2rem, 3.6vw, 3.25rem);
  line-height: 1.08;
}

.trs-section-head > p {
  max-width: 500px;
  margin-bottom: 3px;
  color: var(--trs-muted);
}

.trs-section-dark .trs-section-head > p {
  color: #aab7c9;
}

.trs-section-head-centered {
  justify-content: center;
  text-align: center;
}

.trs-kicker-light {
  color: #9ebeff;
}

.trs-card-grid {
  display: grid;
  gap: 16px;
}

.trs-card-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.trs-card-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.trs-info-card,
.trs-dark-card {
  padding: 26px;
  border-radius: 20px;
}

.trs-info-card {
  color: var(--trs-text);
  border: 1px solid var(--trs-line);
  background: #ffffff;
}

.trs-dark-card {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0d1929;
}

.trs-info-card > svg,
.trs-dark-card > svg {
  width: 25px;
  margin-bottom: 21px;
  color: var(--trs-blue);
}

.trs-dark-card > svg {
  color: #80aaff;
}

.trs-dark-card > span {
  display: block;
  margin-bottom: 7px;
  color: #8eace7;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trs-info-card h3,
.trs-dark-card h3 {
  margin-bottom: 8px;
  font-size: 1.24rem;
}

.trs-info-card p {
  margin: 0;
  color: var(--trs-muted);
  font-size: 0.91rem;
}

.trs-dark-card p {
  margin: 0;
  color: #93a2b7;
  font-size: 0.89rem;
}

.trs-split {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 76px;
  align-items: center;
}

.trs-split-reverse {
  grid-template-columns: 0.95fr 1fr;
}

.trs-copy > p {
  margin-top: 16px;
  color: var(--trs-muted);
}

.trs-check-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.trs-check-list span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.9rem;
  font-weight: 650;
}

.trs-check-list svg {
  width: 18px;
  color: var(--trs-blue);
}

.trs-cheque-panel,
.trs-plan-panel {
  padding: 23px;
  border: 1px solid var(--trs-line);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(18, 41, 70, 0.06);
}

.trs-cheque-head,
.trs-plan-head {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--trs-line);
}

.trs-cheque-head small,
.trs-cheque-head strong {
  display: block;
}

.trs-cheque-head small {
  color: #8793a3;
  font-size: 0.66rem;
  text-transform: uppercase;
}

.trs-cheque-head strong {
  margin-top: 4px;
  font-size: 1rem;
}

.trs-cheque-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid #e9edf2;
  font-size: 0.83rem;
}

.trs-cheque-row span {
  color: #7f8b9b;
}

.trs-cheque-note {
  display: flex;
  gap: 9px;
  margin-top: 14px;
  padding: 11px;
  color: #6f7f93;
  border-radius: 10px;
  background: #f6f8fb;
  font-size: 0.75rem;
}

.trs-cheque-note svg {
  width: 16px;
  flex: 0 0 16px;
  color: #4b78cb;
}

.trs-plan-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.83rem;
}

.trs-plan-head span {
  color: #7f8b9b;
}

.trs-plan-progress {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin: 22px 0;
}

.trs-plan-progress i {
  height: 8px;
  border-radius: 999px;
  background: #dbe5f6;
}

.trs-plan-progress i:nth-child(-n+3) {
  background: #6f9cf1;
}

.trs-plan-data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.trs-plan-data span,
.trs-plan-data strong {
  display: block;
}

.trs-plan-data span {
  color: #8490a0;
  font-size: 0.67rem;
}

.trs-plan-data strong {
  margin-top: 4px;
  color: #1d2939;
  font-size: 0.76rem;
}

.trs-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  color: #2852a0;
  font-weight: 700;
  text-decoration: none;
}

.trs-text-link svg {
  width: 17px;
}

.trs-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}

.trs-flow article {
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 17px;
  background: #0d1929;
}

.trs-flow article svg {
  width: 22px;
  margin-bottom: 17px;
  color: #80aaff;
}

.trs-flow article span,
.trs-flow article strong {
  display: block;
}

.trs-flow article span {
  color: #8291a6;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trs-flow article strong {
  margin-top: 5px;
  font-size: 0.82rem;
}

.trs-flow > b {
  color: #71839a;
}

.trs-related {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.trs-related a {
  padding: 25px;
  color: var(--trs-text);
  border: 1px solid var(--trs-line);
  border-radius: 19px;
  background: #ffffff;
  text-decoration: none;
}

.trs-related svg {
  width: 24px;
  margin-bottom: 18px;
  color: var(--trs-blue);
}

.trs-related h3 {
  font-size: 1.2rem;
}

.trs-related p {
  color: var(--trs-muted);
  font-size: 0.9rem;
}

.trs-related strong {
  color: #24498f;
  font-size: 0.82rem;
}

.trs-faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 76px;
}

.trs-faq-list {
  display: grid;
  gap: 10px;
}

.trs-faq-list article {
  padding: 20px;
  border: 1px solid var(--trs-line);
  border-radius: 16px;
  background: #ffffff;
}

.trs-faq-list h3 {
  margin-bottom: 6px;
  font-size: 1rem;
}

.trs-faq-list p {
  margin: 0;
  color: var(--trs-muted);
  font-size: 0.9rem;
}

.trs-cta {
  padding: 0 0 96px;
  background: #ffffff;
}

.trs-cta-box {
  padding: 46px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  color: #ffffff;
  border-radius: 28px;
  background: linear-gradient(135deg, #081525, #10213a);
}

.trs-cta-box > div {
  max-width: 760px;
}

.trs-cta-box h2 {
  margin: 10px 0 13px;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.06;
}

.trs-cta-box p {
  margin: 0;
  color: #b5c1d1;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.58s ease, transform 0.58s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .trs-hero-grid,
  .trs-split,
  .trs-split-reverse,
  .trs-faq-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .trs-product {
    max-width: 760px;
  }

  .trs-section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .trs-card-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .trs-card-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .trs-card-grid-3 > *:last-child {
    grid-column: 1 / -1;
  }

  .trs-flow {
    grid-template-columns: 1fr;
  }

  .trs-flow > b {
    justify-self: center;
  }

  .trs-related {
    grid-template-columns: 1fr 1fr;
  }

  .trs-related > *:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .trs-container {
    width: min(100% - 28px, 1180px);
  }

  .trs-hero {
    padding: 28px 0 68px;
  }

  .trs-breadcrumb {
    margin-bottom: 38px;
  }

  .trs-hero-copy h1 {
    font-size: clamp(2.45rem, 13vw, 3.9rem);
  }

  .trs-float {
    display: none;
  }

  .trs-section {
    padding: 66px 0;
  }

  .trs-card-grid-4,
  .trs-card-grid-3,
  .trs-related {
    grid-template-columns: 1fr;
  }

  .trs-card-grid-3 > *:last-child,
  .trs-related > *:last-child {
    grid-column: auto;
  }

  .trs-plan-data {
    grid-template-columns: 1fr;
  }

  .trs-cta {
    padding-bottom: 74px;
  }

  .trs-cta-box {
    display: block;
    padding: 34px 25px;
  }

  .trs-cta-box .trs-btn {
    margin-top: 25px;
  }
}

@media (max-width: 520px) {
  .trs-actions {
    display: grid;
  }

  .trs-btn {
    width: 100%;
  }

  .trs-points {
    display: grid;
    gap: 9px;
  }

  .trs-ui {
    padding: 15px;
  }

  .trs-ui-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .trs-stat-grid {
    grid-template-columns: 1fr;
  }

  .trs-cheque-row,
  .trs-plan-head {
    flex-direction: column;
  }
}