body.tm-landing-page {
  --tm-bg: #eef3f7;
  --tm-surface: #FFFFFF;
  --tm-surface-2: #F3FCFE;
  --tm-primary: #05ABCE;
  --tm-primary-strong: #05ABCE;
  --tm-primary-deep: #048FB0;
  --tm-accent: #D8A51C;
  --tm-ink: #0B1220;
  --tm-text: #4B5563;
  --tm-muted: #667085;
  --tm-line: #DCE4EE;
  --tm-soft: #F3FCFE;
  --tm-card: #FFFFFF;
  --tm-card-frame: rgba(5, 171, 206, 0.32);
  --tm-success: #05ABCE;
  --tm-danger: #DC2626;
  --tm-warning: #F59E0B;
  --tm-shadow: 0 14px 30px rgba(11, 18, 32, 0.08);
  --tm-radius: 8px;
  min-width: 0;
  margin: 0;
  color: var(--tm-ink);
  background: var(--tm-bg);
  font-family: Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  overflow-x: hidden;
  color-scheme: light;
}

body.tm-landing-page *,
body.tm-landing-page *::before,
body.tm-landing-page *::after {
  box-sizing: border-box;
}

body.tm-landing-page .wrapper,
body.tm-landing-page .content {
  min-width: 0;
  background: var(--tm-bg);
  overflow-x: clip;
}

body.tm-landing-page .wrapper {
  padding-top: 0 !important;
}

body.tm-landing-page a {
  color: inherit;
  text-decoration: none;
}

body.tm-landing-page img,
body.tm-landing-page svg {
  display: block;
  max-width: 100%;
}

body.tm-landing-page button,
body.tm-landing-page summary {
  font: inherit;
}

body.tm-landing-page h1,
body.tm-landing-page h2,
body.tm-landing-page h3,
body.tm-landing-page p {
  margin: 0;
}

body.tm-landing-page :focus-visible {
  outline: 3px solid rgba(5, 171, 206, 0.45);
  outline-offset: 3px;
}

.tm-skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: var(--tm-radius);
  background: var(--tm-ink);
  color: #FFFFFF;
  font-weight: 700;
}

.tm-skip-link:focus {
  transform: translateY(0);
}

.tm-container {
  width: min(100% - 112px, 1440px);
  margin: 0 auto;
}

.tm-site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(7, 17, 43, 0.08);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, border-color 180ms ease;
}

.tm-site-header.is-scrolled {
  border-color: rgba(7, 17, 43, 0.1);
  box-shadow: 0 12px 30px rgba(7, 17, 43, 0.08);
}

.tm-header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.tm-logo {
  flex: 0 0 auto;
  width: 238px;
  display: flex;
  align-items: center;
}

.tm-logo img,
.tm-footer-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.tm-primary-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.tm-primary-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tm-primary-nav a,
.tm-nav-menu summary,
.tm-language summary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--tm-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease;
}

.tm-primary-nav a:hover,
.tm-nav-menu summary:hover,
.tm-language summary:hover,
.tm-nav-active {
  color: var(--tm-primary-strong);
}

.tm-nav-menu {
  position: relative;
}

.tm-nav-menu summary,
.tm-language summary {
  list-style: none;
}

.tm-nav-menu summary::-webkit-details-marker,
.tm-language summary::-webkit-details-marker {
  display: none;
}

.tm-nav-menu summary::after,
.tm-language summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
}

.tm-nav-menu[open] summary::after,
.tm-language[open] summary::after {
  transform: rotate(225deg) translateY(-1px);
}

.tm-dropdown,
.tm-language-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  min-width: 210px;
  padding: 10px;
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius);
  background: #FFFFFF;
  box-shadow: var(--tm-shadow);
  transform: translateX(-50%);
}

.tm-dropdown a,
.tm-language-menu a {
  width: 100%;
  min-height: 38px;
  justify-content: flex-start;
  padding: 9px 10px;
  border-radius: 6px;
  color: var(--tm-text);
  font-size: 14px;
  font-weight: 650;
}

.tm-dropdown a:hover,
.tm-language-menu a:hover {
  background: rgba(5, 171, 206, 0.08);
  color: var(--tm-primary-deep);
}

.tm-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.tm-language {
  position: relative;
}

.tm-language-menu {
  right: 0;
  left: auto;
  transform: none;
}

.tm-globe {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.tm-globe::before,
.tm-globe::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-left: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  border-radius: 50%;
}

.tm-globe::after {
  inset: 7px -4px;
  border: 0;
  border-top: 1.5px solid currentColor;
}

.tm-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  gap: 4px;
  border: 0;
  border-radius: 0;
  color: var(--tm-ink);
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.tm-nav-toggle span {
  width: 28px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

body.tm-nav-open .tm-nav-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

body.tm-nav-open .tm-nav-toggle span:nth-child(2) {
  opacity: 0;
}

body.tm-nav-open .tm-nav-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.tm-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 30px;
  border: 1.5px solid transparent;
  border-radius: var(--tm-radius);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.tm-button:hover {
  transform: translateY(-1px);
}

.tm-button-primary {
  color: #FFFFFF;
  background: linear-gradient(135deg, var(--tm-primary), var(--tm-primary-deep));
  box-shadow: 0 13px 28px rgba(5, 171, 206, 0.28);
}

.tm-button-outline {
  color: var(--tm-primary-deep) !important;
  border-color: var(--tm-primary-strong);
  background: rgba(255, 255, 255, 0.78);
}

.tm-button-white {
  color: var(--tm-ink) !important;
  background: #FFFFFF;
  box-shadow: 0 12px 26px rgba(3, 32, 55, 0.15);
}

.tm-button-ghost {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
}

.tm-button-small {
  min-height: 42px;
  width: 100%;
  padding: 0 18px;
  font-size: 14px;
}

.tm-header-cta {
  min-height: 48px;
  padding: 0 25px;
}

.tm-main {
  display: flex;
  flex-direction: column;
}

.tm-hero {
  position: relative;
  order: 1;
  overflow: hidden;
  padding: 28px 0 0;
  background:
    radial-gradient(900px 360px at 68% 4%, rgba(5, 171, 206, 0.13), transparent 62%),
    linear-gradient(180deg, #F5FBFE 0%, #FFFFFF 100%);
}

.tm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    linear-gradient(rgba(5, 171, 206, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 171, 206, 0.08) 1px, transparent 1px),
    linear-gradient(120deg, transparent 0 62%, rgba(5, 171, 206, 0.08) 62% 63%, transparent 63%);
  background-size: 72px 72px, 72px 72px, 260px 180px;
}

.tm-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(500px, 0.85fr) minmax(600px, 1.15fr);
  gap: 16px 36px;
  align-items: start;
  min-height: 650px;
}

.tm-hero-copy {
  padding: 44px 0 18px;
}

.tm-eyebrow {
  color: var(--tm-primary-deep);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tm-hero h1 {
  max-width: 620px;
  margin-top: 12px;
  color: var(--tm-ink);
  font-size: clamp(42px, 3.7vw, 56px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.tm-hero-lead {
  max-width: 600px;
  margin-top: 16px;
  color: var(--tm-text);
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.48;
}

.tm-hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 22px;
}

.tm-hero-actions .tm-button {
  width: min(100%, 234px);
}

.tm-benefit-row {
  grid-column: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  color: var(--tm-text);
  font-size: 16px;
  font-weight: 650;
}

.tm-benefit-row li {
  display: inline-flex;
  align-items: center;
  gap: 22px;
}

.tm-benefit-row li + li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--tm-primary-strong);
}

.tm-hero-image {
  grid-column: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: min(52vw, 720px);
  margin: 0;
  pointer-events: none;
}

.tm-hero-image picture {
  display: block;
}

.tm-hero-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: contain;
  box-shadow: 0 24px 70px rgba(7, 17, 43, 0.18);
}

.tm-trading-terminal {
  grid-column: 2;
  grid-row: 1 / span 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  align-self: start;
  min-height: 515px;
  overflow: hidden;
  border: 1px solid var(--tm-line);
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0 18px 50px rgba(7, 17, 43, 0.11);
  backdrop-filter: blur(12px);
}

.tm-terminal-main {
  min-width: 0;
  padding: 22px 22px 18px;
}

.tm-terminal-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.tm-symbol-title {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--tm-ink);
  font-size: 20px;
  font-weight: 900;
}

.tm-symbol-title span {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.tm-terminal-toolbar p,
.tm-chart-stats dt,
.tm-watch-item small,
.tm-account-overview dt {
  color: var(--tm-muted);
  font-size: 12px;
  font-weight: 650;
}

.tm-timeframes {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius);
  background: rgba(255, 255, 255, 0.78);
}

.tm-timeframes button {
  min-width: 36px;
  min-height: 30px;
  border: 0;
  border-radius: 6px;
  color: var(--tm-text);
  background: transparent;
  cursor: pointer;
}

.tm-timeframes button.is-active {
  color: var(--tm-primary-deep);
  background: rgba(5, 171, 206, 0.13);
  box-shadow: inset 0 0 0 1px rgba(5, 171, 206, 0.28);
  font-weight: 800;
}

.tm-chart-wrap {
  min-height: 238px;
  border-bottom: 1px solid var(--tm-line);
}

.tm-price-chart {
  width: 100%;
  height: 260px;
}

.tm-chart-grid path {
  fill: none;
  stroke: rgba(104, 119, 156, 0.18);
  stroke-width: 1;
}

.tm-chart-area {
  fill: url(#tm-chart-fill);
}

.tm-chart-line {
  fill: none;
  stroke: var(--tm-primary-strong);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tm-chart-price-line {
  fill: none;
  stroke: var(--tm-primary-strong);
  stroke-dasharray: 6 7;
  stroke-width: 1.5;
}

.tm-chart-label rect {
  fill: var(--tm-primary-strong);
}

.tm-chart-label text {
  fill: #FFFFFF;
  font-size: 15px;
  font-weight: 800;
}

.tm-chart-axis text {
  fill: var(--tm-text);
  font-size: 14px;
}

.tm-chart-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 12px 0;
}

.tm-chart-stats div,
.tm-chart-stats dt,
.tm-chart-stats dd {
  min-width: 0;
  margin: 0;
}

.tm-chart-stats dd {
  margin-top: 6px;
  color: var(--tm-ink);
  font-weight: 800;
}

.tm-bid-ask {
  display: grid;
  grid-template-columns: 1fr 88px 1fr;
  gap: 12px;
}

.tm-quote-card,
.tm-spread-card {
  min-width: 0;
  min-height: 74px;
  padding: 16px;
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius);
  background: rgba(255, 255, 255, 0.84);
}

.tm-quote-card span,
.tm-spread-card span {
  display: block;
  font-size: 13px;
  font-weight: 700;
}

.tm-quote-card strong {
  display: block;
  margin-top: 8px;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0;
}

.tm-quote-bid {
  background: linear-gradient(135deg, rgba(5, 171, 206, 0.09), rgba(255, 255, 255, 0.92));
}

.tm-quote-bid span,
.tm-quote-bid strong {
  color: #086FDA;
}

.tm-quote-ask {
  background: linear-gradient(135deg, rgba(233, 22, 36, 0.08), rgba(255, 255, 255, 0.92));
  border-color: rgba(233, 22, 36, 0.2);
}

.tm-quote-ask span,
.tm-quote-ask strong {
  color: var(--tm-danger);
}

.tm-spread-card {
  display: grid;
  place-items: center;
  text-align: center;
}

.tm-spread-card strong {
  display: block;
  margin-top: 6px;
  font-size: 22px;
}

.tm-watchlist {
  min-width: 0;
  padding: 22px 18px;
  border-left: 1px solid var(--tm-line);
  background: rgba(250, 253, 255, 0.88);
}

.tm-watchlist-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  color: var(--tm-ink);
  font-weight: 900;
}

.tm-watchlist-head span {
  color: var(--tm-primary-deep);
  font-size: 24px;
  line-height: 1;
}

.tm-watch-item {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--tm-line);
  color: var(--tm-ink);
}

.tm-watch-item strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.tm-watch-item > span:last-child {
  font-size: 14px;
  font-weight: 800;
}

.tm-account-overview {
  padding-top: 18px;
}

.tm-account-overview > strong {
  display: block;
  margin-bottom: 12px;
  font-weight: 900;
}

.tm-account-overview dl,
.tm-account-overview dt,
.tm-account-overview dd {
  margin: 0;
}

.tm-account-overview dl {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.tm-account-overview dl div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.tm-account-overview dd {
  font-size: 13px;
  font-weight: 800;
}

.tm-up {
  color: var(--tm-success) !important;
}

.tm-down {
  color: var(--tm-danger) !important;
}

.tm-market-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(7, 17, 43, 0.08);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.tm-market-icon-eu {
  background:
    radial-gradient(circle at 72% 72%, #F31D2F 0 9px, transparent 10px),
    radial-gradient(circle at 38% 32%, #153EAE 0 19px, transparent 20px),
    #FFFFFF;
}

.tm-market-icon-gb {
  background:
    linear-gradient(45deg, transparent 38%, #FFFFFF 38% 43%, #E91624 43% 50%, #FFFFFF 50% 55%, transparent 55%),
    linear-gradient(-45deg, transparent 38%, #FFFFFF 38% 43%, #E91624 43% 50%, #FFFFFF 50% 55%, transparent 55%),
    radial-gradient(circle at 72% 72%, #E91624 0 9px, transparent 10px),
    #123A9E;
}

.tm-market-icon-us {
  background:
    repeating-linear-gradient(0deg, #FFFFFF 0 4px, #E91624 4px 8px),
    radial-gradient(circle at 32% 34%, #1E58B7 0 14px, transparent 15px);
}

.tm-market-icon-gold {
  position: relative;
  background: linear-gradient(135deg, #F2C94C, #C98B00);
}

.tm-market-icon-gold::before,
.tm-market-icon-gold::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  height: 8px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.82);
}

.tm-market-icon-gold::before {
  top: 10px;
  clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%);
}

.tm-market-icon-gold::after {
  bottom: 9px;
  clip-path: polygon(22% 0, 78% 0, 100% 100%, 0 100%);
}

.tm-copy-card {
  position: relative;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 24px;
  border: 2px solid var(--tm-primary-strong);
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0 16px 38px rgba(7, 17, 43, 0.08);
}

.tm-copy-card-hero {
  grid-column: 1;
  margin-bottom: 0;
}

.tm-copy-card-hero .tm-copy-steps,
.tm-copy-card-hero small {
  display: none;
}

.tm-copy-content h2 {
  margin-top: 8px;
  color: var(--tm-ink);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.16;
}

.tm-copy-content p {
  margin-top: 8px;
  color: var(--tm-text);
  font-size: 15px;
  line-height: 1.45;
}

.tm-copy-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 18px 0;
}

.tm-copy-steps span,
.tm-provider-steps span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--tm-text);
  font-size: 14px;
  font-weight: 750;
}

.tm-copy-steps span::before,
.tm-provider-steps span::before {
  content: "";
  width: 44px;
  height: 44px;
  border: 1px solid var(--tm-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: inset 0 0 0 6px rgba(5, 171, 206, 0.05);
}

.tm-copy-steps span::before {
  flex: 0 0 44px;
  border: 0;
  border-radius: 0;
  background:
    var(--tm-copy-step-icon)
    center / 24px 24px
    no-repeat;
  box-shadow: none;
}

.tm-copy-step-choose {
  --tm-copy-step-icon: url("../images/list-check.svg");
}

.tm-copy-step-risk {
  --tm-copy-step-icon: url("../images/icn-booster.svg");
}

.tm-copy-step-copy {
  --tm-copy-step-icon: url("../images/icn-arrows.svg");
}

.tm-provider-steps span::before {
  flex: 0 0 44px;
  background:
    rgba(255, 255, 255, 0.92)
    var(--tm-step-icon)
    center / 24px 24px
    no-repeat;
}

.tm-provider-step-choose {
  --tm-step-icon: url("../images/list-check.svg");
}

.tm-provider-step-connect {
  --tm-step-icon: url("../images/icn-arrows.svg");
}

.tm-provider-step-copy {
  --tm-step-icon: url("../images/icn-swing.svg");
}

.tm-copy-card .tm-button {
  width: 100%;
}

.tm-copy-card small,
.tm-copy-providers small {
  display: block;
  margin-top: 12px;
  color: var(--tm-muted);
  text-align: center;
  font-size: 12px;
}

@media (min-width: 769px) {
  .tm-copy-card-hero {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 18px;
    padding: 18px 24px;
  }

  .tm-copy-card-hero .tm-copy-visual {
    min-height: 95px;
  }

  .tm-copy-card-hero .tm-copy-content h2 {
    font-size: 25px;
  }

  .tm-copy-card-hero .tm-copy-content p {
    max-width: 330px;
    font-size: 14px;
  }

  .tm-copy-card-hero .tm-copy-steps,
  .tm-copy-card-hero small {
    display: none !important;
  }

  .tm-copy-card-hero .tm-button {
    width: auto;
    min-height: 24px;
    justify-content: flex-start;
    margin-top: 8px;
    padding: 0;
    border: 0;
    color: var(--tm-primary-deep);
    background: transparent;
    box-shadow: none;
  }

  .tm-copy-card-hero .tm-button::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
  }
}

.tm-copy-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 150px;
  line-height: 0;
}

.tm-copy-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.tm-market-ticker {
  order: 2;
  background: #FFFFFF;
  border-top: 1px solid var(--tm-line);
  border-bottom: 1px solid var(--tm-line);
}

.tm-ticker-row {
  min-height: 72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  align-items: center;
  gap: 0;
}

.tm-ticker-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 0 26px 0 0;
  border-right: 1px solid var(--tm-line);
}

.tm-ticker-item strong,
.tm-ticker-item b {
  display: block;
  color: var(--tm-ink);
}

.tm-ticker-item strong {
  font-size: 14px;
}

.tm-ticker-item b {
  margin-top: 4px;
  font-size: 18px;
}

.tm-ticker-item > span:last-child,
.tm-market-price span {
  font-weight: 850;
}

.tm-view-link,
.tm-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tm-primary-deep);
  font-weight: 800;
}

.tm-view-link::after,
.tm-text-link::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.tm-trust-strip {
  order: 3;
  padding: 24px 0;
  background: #FFFFFF;
  border-bottom: 1px solid var(--tm-line);
}

.tm-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.tm-trust-grid article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 72px;
  padding: 8px 20px;
  border-right: 1px solid var(--tm-line);
}

.tm-trust-grid article:last-child {
  border-right: 0;
}

.tm-trust-grid img {
  width: 54px;
  height: 54px;
}

.tm-trust-grid strong {
  display: block;
  color: var(--tm-ink);
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}

.tm-trust-grid span {
  display: block;
  margin-top: 4px;
  color: var(--tm-text);
  font-weight: 650;
}

.tm-popular-markets {
  order: 4;
  padding: 28px 0 44px;
  background: #FFFFFF;
}

.tm-section-heading {
  margin-bottom: 22px;
  text-align: center;
}

.tm-section-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
}

.tm-section-heading h2,
.tm-copy-providers h2,
.tm-steps h2,
.tm-cta-banner h2 {
  color: var(--tm-ink);
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}

.tm-market-card-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.tm-market-card,
.tm-provider-card,
.tm-benefit-grid article {
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius);
  background: #FFFFFF;
  box-shadow: 0 12px 28px rgba(7, 17, 43, 0.06);
}

.tm-market-card {
  min-width: 0;
  padding: 18px 18px 20px;
}

.tm-market-card-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 54px;
}

.tm-market-card h3 {
  color: var(--tm-ink);
  font-size: 16px;
  font-weight: 900;
}

.tm-market-card p {
  margin-top: 4px;
  color: var(--tm-text);
  font-size: 13px;
  line-height: 1.25;
}

.tm-spark {
  width: 100%;
  height: 58px;
  margin: 12px 0;
  overflow: visible;
}

.tm-spark path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tm-spark-up,
.tm-provider-green .tm-spark {
  color: var(--tm-primary-strong);
}

.tm-spark-down {
  color: var(--tm-danger);
}

.tm-spark-gold,
.tm-provider-gold .tm-spark {
  color: #E4A80B;
}

.tm-provider-blue .tm-spark {
  color: var(--tm-primary-strong);
}

.tm-market-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--tm-line);
}

.tm-market-price strong {
  color: var(--tm-ink);
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
}

.tm-copy-providers {
  order: 5;
  padding: 42px 0 56px;
  background: linear-gradient(180deg, #F6FBFE 0%, #FFFFFF 100%);
  border-top: 1px solid var(--tm-line);
  border-bottom: 1px solid var(--tm-line);
}

.tm-copy-providers-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.75fr) minmax(620px, 1.25fr);
  gap: 46px;
  align-items: center;
}

.tm-copy-providers-copy p:not(.tm-eyebrow) {
  max-width: 480px;
  margin-top: 18px;
  color: var(--tm-text);
  font-size: 17px;
  line-height: 1.55;
}

.tm-provider-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
}

.tm-provider-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.tm-provider-card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.tm-provider-loading,
.tm-provider-empty {
  grid-column: 1 / -1;
  padding: 22px;
  border: 1px solid rgba(5, 171, 206, 0.3);
  border-radius: 18px;
  color: var(--tm-muted);
  text-align: center;
}

.tm-provider-card {
  padding: 20px;
}

.tm-provider-head {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--tm-line);
}

.tm-provider-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tm-primary), var(--tm-primary-deep));
  position: relative;
}

.tm-provider-icon::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 23px;
  width: 24px;
  height: 15px;
  border-left: 3px solid #FFFFFF;
  border-top: 3px solid #FFFFFF;
  transform: skewY(-34deg);
}

.tm-provider-blue .tm-provider-icon {
  background: conic-gradient(var(--tm-primary) 0 75%, rgba(5, 171, 206, 0.2) 75% 100%);
}

.tm-provider-gold .tm-provider-icon {
  background: linear-gradient(135deg, #F2C94C, #C98B00);
}

.tm-provider-card h3 {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--tm-ink);
  font-size: 16px;
  font-weight: 900;
}

.tm-provider-card h3 b {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--tm-primary-strong);
  position: relative;
}

.tm-provider-card h3 b::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 6px;
  height: 4px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-45deg);
}

.tm-provider-card p {
  margin-top: 5px;
  color: var(--tm-text);
  font-size: 13px;
}

.tm-provider-card dl {
  display: grid;
  grid-template-columns: 1fr 0.85fr 0.85fr;
  gap: 10px;
  margin: 18px 0 8px;
}

.tm-provider-card dt,
.tm-provider-card dd {
  margin: 0;
}

.tm-provider-card dt {
  color: var(--tm-muted);
  font-size: 12px;
}

.tm-provider-card dd {
  margin-top: 6px;
  color: var(--tm-primary-deep);
  font-size: 14px;
  font-weight: 800;
}

.tm-provider-green dd:first-of-type,
.tm-provider-gold dd:first-of-type {
  color: var(--tm-success);
}

.tm-provider-card .tm-button {
  width: 100%;
  min-height: 48px;
  margin-top: 6px;
}

.tm-copy-master-card {
  min-width: 0;
  display: block;
  padding: 18px;
  border: 2px solid rgba(5, 171, 206, 0.35);
  border-radius: 18px;
  color: inherit;
  text-decoration: none;
  box-shadow: none;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.tm-copy-master-card:hover,
.tm-copy-master-card:focus-visible {
  border-color: rgba(5, 171, 206, 0.68);
  box-shadow: 0 18px 34px rgba(7, 17, 43, 0.08);
  transform: translateY(-2px);
}

.tm-copy-master-card:focus-visible {
  outline: 3px solid rgba(5, 171, 206, 0.24);
  outline-offset: 3px;
}

.tm-copy-master-top {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.tm-copy-master-avatar {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #E6F9FC;
  color: #05ABCE;
  font-size: 18px;
  font-weight: 800;
}

.tm-copy-master-title {
  min-width: 0;
}

.tm-copy-master-title h3 {
  display: block;
  margin: 0;
  overflow: hidden;
  color: var(--tm-ink);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tm-copy-master-rating {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
}

.tm-star-row {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #F5A623;
}

.tm-star-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  fill: currentColor;
}

.tm-copy-master-role {
  overflow: hidden;
  color: var(--tm-ink);
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tm-copy-master-risk {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.tm-risk-green {
  background: #05ABCE;
  color: #FFFFFF;
}

.tm-risk-yellow {
  background: #FDE047;
  color: #92400E;
}

.tm-risk-red {
  background: #EF4444;
  color: #FFFFFF;
}

.tm-copy-master-divider {
  height: 1px;
  margin: 14px 0;
  background: var(--tm-line);
}

.tm-copy-master-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tm-copy-master-grid div:last-child {
  text-align: right;
}

.tm-copy-master-grid span,
.tm-copy-master-profit span {
  display: block;
  color: var(--tm-muted);
  font-size: 14px;
}

.tm-copy-master-grid strong,
.tm-copy-master-profit strong {
  display: block;
  margin-top: 4px;
  color: var(--tm-ink);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.18;
}

.tm-copy-master-profit {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}

.tm-copy-master-profit > div {
  min-width: 0;
}

.tm-copy-master-profit > div:last-child {
  flex: 0 0 auto;
  text-align: right;
}

.tm-copy-master-bar {
  height: 8px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: transparent;
}

.tm-copy-master-bar span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #05ABCE 0%, #05ABCE 92%, #F40A14 92%, #F40A14 100%);
}

.tm-benefits {
  order: 6;
  padding: 34px 0 24px;
  background: #FFFFFF;
}

.tm-mobile-heading {
  display: none;
}

.tm-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.tm-benefit-grid article {
  min-height: 108px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 18px;
}

.tm-benefit-grid img {
  width: 58px;
  height: 58px;
}

.tm-benefit-grid h3 {
  color: var(--tm-ink);
  font-size: 17px;
  font-weight: 900;
}

.tm-benefit-grid p {
  margin-top: 8px;
  color: var(--tm-text);
  font-size: 14px;
  line-height: 1.45;
}

.tm-onboarding {
  order: 7;
  padding: 0 0 26px;
  background: #FFFFFF;
}

.tm-onboarding-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 24px 38px;
  border-radius: 14px;
  color: #FFFFFF;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    radial-gradient(500px 210px at 95% 65%, rgba(255, 255, 255, 0.18), transparent 68%),
    linear-gradient(135deg, var(--tm-primary) 0%, var(--tm-primary-deep) 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
  box-shadow: 0 18px 40px rgba(5, 171, 206, 0.22);
}

.tm-steps h2 {
  display: none;
}

.tm-steps ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: tm-step;
}

.tm-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  counter-increment: tm-step;
}

.tm-steps li::before {
  content: counter(tm-step);
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 800;
}

.tm-steps strong {
  grid-column: 2;
  display: block;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 900;
}

.tm-steps span {
  grid-column: 2;
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
}

.tm-cta-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.tm-cta-banner h2,
.tm-cta-banner p {
  color: #FFFFFF;
}

.tm-cta-banner p {
  margin-top: 10px;
  font-size: 17px;
}

.tm-cta-actions {
  display: flex;
  gap: 16px;
}

.tm-cta-actions .tm-button {
  min-width: 200px;
}

.tm-footer {
  background: #FFFFFF;
  border-top: 1px solid var(--tm-line);
}

.tm-footer-main {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 70px;
  padding: 28px 0 30px;
}

.tm-footer-logo {
  width: 230px;
  align-self: start;
}

.tm-footer-columns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 38px;
}

.tm-footer-columns h3 {
  margin: 0 0 12px;
  color: var(--tm-ink);
  font-size: 15px;
  font-weight: 900;
}

.tm-footer-columns a,
.tm-footer-accordions a {
  display: block;
  padding: 6px 0;
  color: var(--tm-text);
  font-size: 14px;
  line-height: 1.25;
}

.tm-footer-columns a:hover,
.tm-footer-accordions a:hover {
  color: var(--tm-primary-deep);
}

.tm-footer-accordions {
  display: none;
}

.tm-footer-social {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 10px;
}

.tm-footer-social a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #FFFFFF;
  background: var(--tm-primary-deep);
  transition: transform 160ms ease, background-color 160ms ease;
}

.tm-footer-social a:hover {
  transform: translateY(-1px);
  background: var(--tm-primary);
}

.tm-footer-social img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.tm-footer-social span {
  width: 0;
  height: 0;
  font-size: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #FFFFFF;
  transform: translateX(2px);
}

.tm-footer-bottom {
  max-width: 760px;
  margin: 0 auto;
  padding: 10px 0 30px;
  color: var(--tm-muted);
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

.tm-footer-bottom p + p {
  margin-top: 8px;
}

@media (max-width: 1280px) {
  .tm-container {
    width: min(100% - 64px, 1180px);
  }

  .tm-header-inner {
    gap: 20px;
  }

  .tm-logo {
    width: 220px;
  }

  .tm-primary-nav ul {
    gap: 16px;
  }

  .tm-hero-grid {
    grid-template-columns: minmax(350px, 0.8fr) minmax(560px, 1.2fr);
    gap: 16px 30px;
  }

  .tm-trading-terminal {
    grid-template-columns: minmax(0, 1fr) 200px;
  }

  .tm-copy-card {
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .tm-copy-providers-grid {
    grid-template-columns: 0.65fr 1.35fr;
    gap: 30px;
  }

  .tm-provider-card-row {
    gap: 18px;
  }
}

@media (max-width: 1120px) {
  .tm-site-header {
    position: sticky;
  }

  .tm-header-inner {
    min-height: 76px;
  }

  .tm-primary-nav {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    z-index: 190;
    display: block;
    max-height: calc(100vh - 76px);
    padding: 10px 32px 24px;
    overflow-y: auto;
    background: #FFFFFF;
    border-bottom: 1px solid var(--tm-line);
    box-shadow: 0 18px 38px rgba(7, 17, 43, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  body.tm-nav-open {
    overflow: hidden;
  }

  body.tm-nav-open .tm-primary-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .tm-primary-nav ul {
    width: min(100%, 620px);
    display: grid;
    gap: 4px;
    justify-content: stretch;
    margin: 0 auto;
  }

  .tm-primary-nav a,
  .tm-nav-menu summary {
    width: 100%;
    min-height: 50px;
    justify-content: space-between;
    padding: 0 8px;
    font-size: 17px;
  }

  .tm-dropdown {
    position: static;
    transform: none;
    min-width: 0;
    margin: 0 0 8px;
    padding: 4px 0 8px 16px;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .tm-dropdown a {
    min-height: 42px;
  }

  .tm-nav-toggle {
    display: grid;
  }

  .tm-header-cta,
  .tm-language {
    display: none;
  }

  .tm-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    min-height: 0;
  }

  .tm-hero-copy,
  .tm-copy-card-hero,
  .tm-hero-image,
  .tm-trading-terminal,
  .tm-benefit-row {
    grid-column: 1;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .tm-hero-copy {
    padding-top: 34px;
  }

  .tm-hero-image,
  .tm-trading-terminal {
    grid-row: auto;
  }

  .tm-hero-image {
    position: static;
    justify-self: center;
    width: min(100%, 760px);
    pointer-events: auto;
  }

  .tm-copy-card-hero {
    margin-bottom: 28px;
  }

  .tm-copy-providers-grid {
    grid-template-columns: 1fr;
  }

  .tm-provider-card-row,
  .tm-market-card-row,
  .tm-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tm-ticker-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 16px 0;
  }

  .tm-ticker-item {
    border-right: 0;
    padding: 10px 14px;
    border: 1px solid var(--tm-line);
    border-radius: var(--tm-radius);
  }

  .tm-ticker-row > .tm-view-link {
    grid-column: 1 / -1;
    justify-self: end;
  }

  .tm-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tm-trust-grid article {
    border-right: 0;
  }
}

@media (max-width: 768px) {
  .tm-container {
    width: min(100% - 34px, 680px);
  }

  .tm-header-inner {
    min-height: 74px;
    gap: 12px;
  }

  .tm-logo {
    width: clamp(172px, 54vw, 238px);
  }

  .tm-header-actions {
    margin-left: auto;
    gap: 12px;
  }

  .tm-nav-toggle {
    width: 50px;
    height: 50px;
  }

  .tm-primary-nav {
    top: 74px;
    max-height: calc(100vh - 74px);
    padding: 8px 20px 24px;
  }

  .tm-hero {
    padding-top: 26px;
    background:
      radial-gradient(420px 220px at 72% 12%, rgba(5, 171, 206, 0.16), transparent 70%),
      linear-gradient(180deg, #F5FBFE 0%, #FFFFFF 100%);
  }

  .tm-hero-copy {
    padding: 0;
    order: 2;
  }

  .tm-eyebrow {
    font-size: 15px;
    letter-spacing: 0.12em;
  }

  .tm-hero h1 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 16px;
    font-size: clamp(40px, 11vw, 56px);
    line-height: 1.16;
  }

  .tm-hero-lead {
    margin-top: 18px;
    font-size: 20px;
  }

  .tm-hero-actions {
    display: flex;
    gap: 10px;
    margin-top: 24px;
  }

  .tm-hero-actions .tm-button {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    min-height: 58px;
    padding: 0 12px;
    font-size: 18px;
  }

  .tm-benefit-row {
    order: 3;
    justify-content: center;
    gap: 12px 22px;
    margin: 2px 0 0;
    font-size: 16px;
  }

  .tm-hero-image {
    order: 1;
    margin-top: 0;
    margin-bottom: 4px;
  }

  .tm-hero-image img {
    border-radius: 14px;
  }

  .tm-trading-terminal {
    order: 3;
    min-height: 0;
    display: block;
    margin-top: 4px;
    border-radius: 14px;
  }

  .tm-watchlist,
  .tm-chart-stats,
  .tm-spread-card {
    display: none;
  }

  .tm-terminal-main {
    padding: 20px 18px 18px;
  }

  .tm-terminal-toolbar {
    align-items: center;
  }

  .tm-symbol-title {
    font-size: 23px;
  }

  .tm-timeframes {
    gap: 2px;
  }

  .tm-timeframes button {
    min-width: 34px;
    font-size: 14px;
  }

  .tm-chart-wrap {
    min-height: 245px;
  }

  .tm-price-chart {
    height: 255px;
  }

  .tm-chart-axis text {
    font-size: 14px;
  }

  .tm-bid-ask {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 14px;
  }

  .tm-quote-card {
    min-height: 86px;
  }

  .tm-quote-card strong {
    font-size: 29px;
  }

  .tm-copy-card {
    display: block;
    min-height: 0;
    padding: 20px 20px 18px;
    border-radius: 14px;
  }

  .tm-copy-card-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    order: 4;
    margin-bottom: 24px;
  }

  .tm-copy-card-hero .tm-copy-content {
    display: contents;
  }

  .tm-copy-card-hero .tm-eyebrow {
    order: 1;
  }

  .tm-copy-card-hero .tm-copy-content h2 {
    order: 2;
  }

  .tm-copy-card-hero .tm-copy-visual {
    order: 3;
  }

  .tm-copy-card-hero .tm-copy-steps {
    order: 4;
    display: grid;
  }

  .tm-copy-card-hero .tm-copy-content > p:not(.tm-eyebrow) {
    order: 5;
  }

  .tm-copy-card-hero small {
    order: 6;
    display: block;
  }

  .tm-copy-card-hero .tm-copy-visual {
    position: static;
    min-height: 0;
    width: min(100%, 340px);
    margin: 0;
    justify-self: center;
  }

  .tm-copy-content {
    padding-left: 0;
  }

  .tm-copy-content h2 {
    font-size: 27px;
  }

  .tm-copy-content p {
    font-size: 16px;
  }

  .tm-copy-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 0;
  }

  .tm-copy-steps span {
    flex-direction: column;
    min-height: 78px;
    padding: 8px 4px;
    font-size: 13px;
    text-align: center;
  }

  .tm-copy-steps span::before {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    background-size: 22px 22px;
  }

  .tm-copy-card .tm-button {
    min-height: 52px;
    font-size: 17px;
  }

  .tm-market-ticker,
  .tm-trust-strip {
    display: none;
  }

  .tm-popular-markets {
    order: 3;
    padding: 0 0 20px;
  }

  .tm-section-heading-row {
    margin-bottom: 14px;
  }

  .tm-section-heading-row h2 {
    font-size: 28px;
  }

  .tm-section-heading-row .tm-view-link {
    font-size: 16px;
    white-space: nowrap;
  }

  .tm-market-card-row {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 2px 14px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .tm-market-card {
    min-width: 258px;
    scroll-snap-align: start;
  }

  .tm-benefits {
    order: 4;
    padding: 8px 0 24px;
  }

  .tm-desktop-heading {
    display: none;
  }

  .tm-mobile-heading {
    display: block;
    font-size: 27px;
  }

  .tm-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .tm-benefit-grid article {
    min-height: 110px;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .tm-benefit-grid h3 {
    font-size: 16px;
  }

  .tm-benefit-grid p {
    font-size: 14px;
  }

  .tm-copy-providers {
    order: 5;
    padding: 0 0 24px;
    background: #FFFFFF;
    border: 0;
  }

  .tm-copy-providers-grid {
    gap: 20px;
    padding: 24px;
    border: 1px solid rgba(5, 171, 206, 0.18);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(5, 171, 206, 0.08), rgba(255, 255, 255, 0.92));
  }

  .tm-copy-providers-copy h2 {
    margin-top: 8px;
    font-size: 30px;
  }

  .tm-copy-providers-copy p:not(.tm-eyebrow) {
    font-size: 18px;
  }

  .tm-provider-actions {
    display: none;
  }

  .tm-provider-steps {
    display: none;
  }

  .tm-provider-card-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tm-provider-card {
    padding: 18px;
  }

  .tm-provider-card dl {
    grid-template-columns: repeat(3, 1fr);
  }

  .tm-onboarding {
    padding: 0 0 18px;
  }

  .tm-onboarding-shell {
    display: block;
    padding: 0;
    border-radius: 0;
    color: var(--tm-ink);
    background: transparent;
    box-shadow: none;
  }

  .tm-steps {
    padding: 0 16px 22px;
  }

  .tm-steps h2 {
    display: block;
    margin-bottom: 16px;
    font-size: 27px;
  }

  .tm-steps ol {
    display: grid;
    gap: 0;
  }

  .tm-steps li {
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    min-height: 58px;
  }

  .tm-steps li::before {
    width: 34px;
    height: 34px;
    border: 0;
    background: var(--tm-primary-deep);
    color: #FFFFFF;
    font-size: 17px;
  }

  .tm-steps li::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 34px;
    bottom: 0;
    border-left: 2px solid rgba(5, 171, 206, 0.24);
  }

  .tm-steps li:last-child::after {
    display: none;
  }

  .tm-steps strong {
    color: var(--tm-ink);
    font-size: 16px;
  }

  .tm-steps span {
    color: var(--tm-text);
    font-size: 14px;
  }

  .tm-cta-banner {
    display: block;
    padding: 26px 18px 20px;
    border-radius: 12px;
    text-align: center;
    background:
      linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
      linear-gradient(135deg, var(--tm-primary), var(--tm-primary-deep));
    background-size: 34px 34px, 34px 34px, auto;
  }

  .tm-cta-banner h2 {
    font-size: 28px;
  }

  .tm-cta-banner p {
    font-size: 16px;
  }

  .tm-cta-actions {
    display: grid;
    gap: 12px;
    margin-top: 16px;
  }

  .tm-cta-actions .tm-button {
    width: 100%;
    min-height: 54px;
  }

  .tm-footer-main {
    display: block;
    padding: 20px 0 22px;
  }

  .tm-footer-logo {
    width: 222px;
    margin: 0 auto 14px;
  }

  .tm-footer-columns {
    display: none;
  }

  .tm-footer-accordions {
    display: block;
    border-top: 1px solid var(--tm-line);
  }

  .tm-footer-accordions details {
    border-bottom: 1px solid var(--tm-line);
  }

  .tm-footer-accordions summary {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--tm-ink);
    list-style: none;
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
  }

  .tm-footer-accordions summary::-webkit-details-marker {
    display: none;
  }

  .tm-footer-accordions summary::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
  }

  .tm-footer-accordions details[open] summary::after {
    transform: rotate(45deg);
  }

  .tm-footer-accordions a {
    padding-left: 8px;
  }

  .tm-footer-bottom {
    padding-bottom: 22px;
  }
}

@media (max-width: 430px) {
  .tm-container {
    width: min(100% - 24px, 430px);
  }

  .tm-header-inner {
    min-height: 70px;
  }

  .tm-logo {
    width: clamp(160px, 52vw, 214px);
  }

  .tm-nav-toggle {
    width: 46px;
    height: 46px;
  }

  .tm-primary-nav {
    top: 70px;
  }

  .tm-hero h1 {
    font-size: clamp(38px, 10.4vw, 48px);
  }

  .tm-hero-lead {
    font-size: 18px;
  }

  .tm-hero-actions .tm-button {
    min-height: 54px;
    font-size: 17px;
  }

  .tm-timeframes button {
    min-width: 31px;
    padding: 0;
  }

  .tm-terminal-main {
    padding: 18px 14px;
  }

  .tm-quote-card {
    padding: 14px;
  }

  .tm-quote-card strong {
    font-size: 25px;
  }

  .tm-copy-card {
    padding: 20px 16px;
    min-height: 0;
  }

  .tm-copy-card-hero .tm-copy-visual {
    width: min(100%, 320px);
  }

  .tm-copy-content {
    padding-left: 0;
  }

  .tm-copy-content h2 {
    font-size: 25px;
  }

  .tm-copy-content p,
  .tm-copy-providers-copy p:not(.tm-eyebrow) {
    font-size: 16px;
  }

  .tm-section-heading-row h2 {
    font-size: 26px;
  }

  .tm-market-card {
    min-width: 250px;
  }

  .tm-benefit-grid {
    gap: 12px;
  }

  .tm-benefit-grid article {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
  }

  .tm-benefit-grid img {
    width: 54px;
    height: 54px;
  }

  .tm-copy-providers-grid {
    padding: 20px 14px;
  }
}

@media (max-width: 370px) {
  .tm-container {
    width: min(100% - 20px, 360px);
  }

  .tm-logo {
    width: 150px;
  }

  .tm-header-actions {
    gap: 8px;
  }

  .tm-nav-toggle {
    width: 44px;
    height: 44px;
  }

  .tm-hero h1 {
    font-size: 35px;
  }

  .tm-timeframes button {
    min-width: 28px;
    font-size: 12px;
  }

  .tm-symbol-title {
    font-size: 20px;
  }

  .tm-quote-card strong {
    font-size: 22px;
  }

  .tm-copy-card {
    min-height: 0;
  }

  .tm-copy-card-hero .tm-copy-visual {
    width: min(100%, 300px);
  }

  .tm-copy-content {
    padding-left: 0;
  }

  .tm-copy-steps span {
    font-size: 12px;
  }

  .tm-benefit-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.tm-landing-page *,
  body.tm-landing-page *::before,
  body.tm-landing-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (prefers-color-scheme: dark) {
  body.tm-landing-page {
    --tm-bg: #030508;
    --tm-surface: #05090C;
    --tm-surface-2: #0E1217;
    --tm-card: #05090C;
    --tm-card-frame: rgba(5, 171, 206, 0.36);
    --tm-ink: #F8FAFC;
    --tm-text: #CBD5E1;
    --tm-muted: #A3A8B3;
    --tm-line: rgba(148, 163, 184, 0.24);
    --tm-soft: #0E1217;
    --tm-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
    color-scheme: dark;
  }

  html,
  body.tm-landing-page,
  body.tm-landing-page .wrapper,
  body.tm-landing-page .content {
    background:
      radial-gradient(900px 420px at 76% -8%, rgba(5, 171, 206, 0.14), transparent 62%),
      linear-gradient(180deg, #05070A 0%, #030508 100%) !important;
    color: var(--tm-ink) !important;
    color-scheme: dark !important;
  }

  body.tm-landing-page .tm-site-header {
    background: rgba(5, 9, 12, 0.92) !important;
    border-color: var(--tm-line) !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.36) !important;
  }

  body.tm-landing-page .tm-primary-nav,
  body.tm-landing-page .tm-dropdown,
  body.tm-landing-page .tm-language-menu {
    background-color: var(--tm-surface) !important;
    border-color: var(--tm-line) !important;
    color: var(--tm-ink) !important;
  }

  body.tm-landing-page .tm-trust-strip,
  body.tm-landing-page .tm-popular-markets,
  body.tm-landing-page .tm-benefits,
  body.tm-landing-page .tm-onboarding,
  body.tm-landing-page .tm-footer {
    background-color: var(--tm-bg) !important;
    border-color: var(--tm-line) !important;
    color: var(--tm-ink) !important;
  }

  body.tm-landing-page .tm-trading-terminal,
  body.tm-landing-page .tm-copy-card,
  body.tm-landing-page .tm-copy-card-hero,
  body.tm-landing-page .tm-market-card,
  body.tm-landing-page .tm-provider-card,
  body.tm-landing-page .tm-benefit-grid article,
  body.tm-landing-page .tm-trust-grid article,
  body.tm-landing-page .tm-dropdown a,
  body.tm-landing-page .tm-language-menu button {
    background-color: var(--tm-surface) !important;
    border-color: var(--tm-line) !important;
    color: var(--tm-ink) !important;
    box-shadow: var(--tm-shadow) !important;
  }

  body.tm-landing-page .tm-hero,
  body.tm-landing-page .tm-copy-providers {
    background:
      radial-gradient(880px 340px at 70% 0%, rgba(5, 171, 206, 0.18), transparent 66%),
      linear-gradient(180deg, #05070A 0%, #030508 100%) !important;
    border-color: var(--tm-line) !important;
  }

  body.tm-landing-page .tm-hero::before {
    opacity: 0.38;
  }

  body.tm-landing-page h1,
  body.tm-landing-page h2,
  body.tm-landing-page h3,
  body.tm-landing-page strong,
  body.tm-landing-page b,
  body.tm-landing-page .tm-symbol-title,
  body.tm-landing-page .tm-primary-nav a,
  body.tm-landing-page .tm-nav-menu summary,
  body.tm-landing-page .tm-language summary {
    color: var(--tm-ink) !important;
  }

  body.tm-landing-page p,
  body.tm-landing-page dt,
  body.tm-landing-page .tm-market-card p,
  body.tm-landing-page .tm-provider-card p,
  body.tm-landing-page .tm-benefit-grid p,
  body.tm-landing-page .tm-footer-columns a,
  body.tm-landing-page .tm-footer-accordions a,
  body.tm-landing-page .tm-footer-bottom,
  body.tm-landing-page .tm-copy-master-grid span,
  body.tm-landing-page .tm-copy-master-profit span,
  body.tm-landing-page .tm-watchlist span,
  body.tm-landing-page .tm-copy-steps span,
  body.tm-landing-page .tm-benefit-row,
  body.tm-landing-page .tm-timeframes button {
    color: var(--tm-text) !important;
  }

  body.tm-landing-page .tm-eyebrow,
  body.tm-landing-page .tm-view-link,
  body.tm-landing-page .tm-text-link,
  body.tm-landing-page .tm-nav-active,
  body.tm-landing-page .tm-copy-master-avatar,
  body.tm-landing-page .tm-up {
    color: var(--tm-primary-deep) !important;
  }

  body.tm-landing-page .tm-button-primary,
  body.tm-landing-page .tm-button-white,
  body.tm-landing-page .tm-cta-banner h2,
  body.tm-landing-page .tm-cta-banner p,
  body.tm-landing-page .tm-steps strong,
  body.tm-landing-page .tm-steps span,
  body.tm-landing-page .tm-steps li::before,
  body.tm-landing-page .tm-button-ghost,
  body.tm-landing-page .tm-footer-social a {
    color: #FFFFFF !important;
  }

  body.tm-landing-page .tm-button-outline,
  body.tm-landing-page .tm-button-ghost {
    border-color: var(--tm-primary-strong) !important;
    color: var(--tm-primary-strong) !important;
    background: transparent !important;
  }

  body.tm-landing-page .tm-button-white {
    background: #F8FAFC !important;
    color: #0B1220 !important;
  }

  body.tm-landing-page .tm-mobile-panel,
  body.tm-landing-page .tm-timeframes,
  body.tm-landing-page .tm-watchlist,
  body.tm-landing-page .tm-quote-card,
  body.tm-landing-page .tm-copy-steps span,
  body.tm-landing-page .tm-stat-row,
  body.tm-landing-page .tm-market-strip,
  body.tm-landing-page .tm-onboarding-shell {
    background-color: var(--tm-surface-2) !important;
    border-color: var(--tm-line) !important;
    color: var(--tm-ink) !important;
  }

  body.tm-landing-page .tm-chart-panel,
  body.tm-landing-page .tm-bid-card {
    background: linear-gradient(135deg, rgba(5, 171, 206, 0.12), rgba(5, 9, 12, 0.86)) !important;
    border-color: rgba(5, 171, 206, 0.26) !important;
  }

  body.tm-landing-page .tm-ask-card {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.14), rgba(5, 9, 12, 0.86)) !important;
    border-color: rgba(220, 38, 38, 0.28) !important;
  }

  body.tm-landing-page .tm-copy-master-card,
  body.tm-landing-page .tm-provider-card {
    border-color: var(--tm-card-frame) !important;
  }

  body.tm-landing-page .tm-copy-master-avatar {
    background: rgba(5, 171, 206, 0.14) !important;
  }

  body.tm-landing-page .tm-risk-green {
    background: var(--tm-primary-strong) !important;
    color: #FFFFFF !important;
  }

  body.tm-landing-page .tm-risk-yellow {
    background: #FDE047 !important;
    color: #92400E !important;
  }

  body.tm-landing-page .tm-risk-red {
    background: #EF4444 !important;
    color: #FFFFFF !important;
  }

  body.tm-landing-page .tm-spark-up,
  body.tm-landing-page .tm-provider-green .tm-spark {
    color: var(--tm-primary-strong) !important;
  }

  body.tm-landing-page .tm-cta-banner,
  body.tm-landing-page .tm-onboarding-shell {
    color: #FFFFFF !important;
    background:
      linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
      radial-gradient(500px 210px at 95% 65%, rgba(255, 255, 255, 0.18), transparent 68%),
      linear-gradient(135deg, var(--tm-primary) 0%, var(--tm-primary-deep) 100%) !important;
    background-size: 42px 42px, 42px 42px, auto, auto !important;
  }

  body.tm-landing-page .tm-footer-social a,
  body.tm-landing-page .tm-steps li::before {
    background: var(--tm-primary-strong) !important;
  }
}

@media (prefers-color-scheme: dark) and (min-width: 769px) {
  body.tm-landing-page .tm-copy-card-hero .tm-button {
    color: var(--tm-primary-strong) !important;
  }
}

@media (prefers-color-scheme: dark) and (max-width: 768px) {
  body.tm-landing-page .tm-onboarding-shell {
    color: var(--tm-ink) !important;
    background: var(--tm-bg) !important;
    box-shadow: none !important;
  }

  body.tm-landing-page .tm-steps strong {
    color: var(--tm-ink) !important;
  }

  body.tm-landing-page .tm-steps span {
    color: var(--tm-text) !important;
  }

  body.tm-landing-page .tm-steps li::before {
    color: #FFFFFF !important;
    background: var(--tm-primary-strong) !important;
  }

  body.tm-landing-page .tm-cta-banner {
    color: #FFFFFF !important;
    background:
      linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
      linear-gradient(135deg, var(--tm-primary), var(--tm-primary-deep)) !important;
    background-size: 34px 34px, 34px 34px, auto !important;
  }

  body.tm-landing-page .tm-copy-card-hero .tm-button,
  body.tm-landing-page .tm-button-primary,
  body.tm-landing-page .tm-cta-banner h2,
  body.tm-landing-page .tm-cta-banner p {
    color: #FFFFFF !important;
  }
}

body.tm-landing-page .tm-site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: rgba(5, 9, 12, 0.96) !important;
  border-bottom: 1px solid rgba(5, 171, 206, 0.32) !important;
  box-shadow: none !important;
  backdrop-filter: none;
  transform: none !important;
  transition: none !important;
}

body.tm-landing-page .tm-site-header.is-scrolled {
  border-bottom-color: rgba(5, 171, 206, 0.32) !important;
  box-shadow: none !important;
}

body.tm-landing-page .tm-site-header .tm-container {
  width: min(100%, 1280px);
  padding: 12px 16px;
}

body.tm-landing-page .tm-header-inner {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

body.tm-landing-page .tm-logo {
  width: 190px !important;
  display: inline-flex;
  align-items: center;
  color: #FFFFFF !important;
  text-decoration: none;
}

body.tm-landing-page .tm-logo img {
  width: 100%;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
}

body.tm-landing-page .tm-header-actions {
  margin-left: 0;
  gap: 0;
}

body.tm-landing-page .tm-nav-toggle {
  width: 36px !important;
  height: 36px !important;
  display: grid !important;
  place-items: center;
  gap: 4px;
  padding: 6px;
  border: 1px solid rgba(5, 171, 206, 0.58);
  border-radius: 8px;
  color: #05ABCE !important;
  background: rgba(14, 18, 23, 0.82) !important;
  box-shadow: 0 0 0 3px rgba(5, 171, 206, 0.12) !important;
}

body.tm-landing-page .tm-nav-toggle span {
  width: 22px;
  height: 2px;
  background: currentColor;
}

body.tm-landing-page .tm-main {
  padding-top: 63px;
}

body.tm-landing-page .tm-primary-nav {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 16px;
  left: auto !important;
  z-index: 210;
  width: min(340px, calc(100vw - 32px));
  min-width: 160px;
  max-height: calc(100vh - 84px);
  display: block !important;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid rgba(5, 171, 206, 0.32) !important;
  border-radius: 12px;
  background: #05090C !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24) !important;
  opacity: 0;
  pointer-events: none;
  transform: none !important;
  transition: opacity 160ms ease;
}

body.tm-nav-open .tm-primary-nav {
  opacity: 1;
  pointer-events: auto;
}

body.tm-landing-page .tm-primary-nav ul {
  width: 100%;
  display: grid;
  gap: 6px;
  justify-content: stretch;
  margin: 0;
}

body.tm-landing-page .tm-primary-nav a,
body.tm-landing-page .tm-nav-menu summary {
  width: 100%;
  min-height: 34px;
  justify-content: space-between;
  padding: 6px 8px;
  border-radius: 8px;
  color: #E2E8F0 !important;
  font-size: 13px;
  font-weight: 600;
}

body.tm-landing-page .tm-primary-nav a:hover,
body.tm-landing-page .tm-nav-menu summary:hover,
body.tm-landing-page .tm-nav-active {
  color: #FFFFFF !important;
  background: rgba(5, 171, 206, 0.15) !important;
}

body.tm-landing-page .tm-dropdown {
  position: static;
  min-width: 0;
  margin: 2px 0 4px;
  padding: 4px 0 4px 12px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none;
}

body.tm-landing-page .tm-dropdown a {
  min-height: 32px;
}

@media (prefers-color-scheme: light) {
  body.tm-landing-page .tm-site-header {
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom-color: rgba(5, 171, 206, 0.24) !important;
    box-shadow: none !important;
  }

  body.tm-landing-page .tm-site-header.is-scrolled {
    border-bottom-color: rgba(5, 171, 206, 0.28) !important;
    box-shadow: 0 12px 30px rgba(11, 18, 32, 0.08) !important;
  }

  body.tm-landing-page .tm-nav-toggle {
    background: #FFFFFF !important;
    border-color: rgba(5, 171, 206, 0.58) !important;
    color: #05ABCE !important;
    box-shadow: 0 0 0 3px rgba(5, 171, 206, 0.10) !important;
  }

  body.tm-landing-page .tm-primary-nav {
    background: #FFFFFF !important;
    border-color: rgba(5, 171, 206, 0.28) !important;
    box-shadow: 0 12px 28px rgba(11, 18, 32, 0.12) !important;
  }

  body.tm-landing-page .tm-primary-nav a,
  body.tm-landing-page .tm-nav-menu summary {
    color: var(--tm-ink) !important;
  }

  body.tm-landing-page .tm-primary-nav a:hover,
  body.tm-landing-page .tm-nav-menu summary:hover,
  body.tm-landing-page .tm-nav-active {
    color: #056D84 !important;
    background: #EBFBFE !important;
  }

  body.tm-landing-page .tm-dropdown {
    background: transparent !important;
    box-shadow: none !important;
  }
}

/* Compact landing typography to match the quieter master-trader page scale. */
body.tm-landing-page {
  font-size: 14px;
}

body.tm-landing-page .tm-primary-nav a,
body.tm-landing-page .tm-nav-menu summary,
body.tm-landing-page .tm-language summary,
body.tm-landing-page .tm-dropdown a,
body.tm-landing-page .tm-language-menu a,
body.tm-landing-page .tm-button,
body.tm-landing-page .tm-benefit-row,
body.tm-landing-page .tm-copy-step-choose,
body.tm-landing-page .tm-copy-step-risk,
body.tm-landing-page .tm-copy-step-copy,
body.tm-landing-page .tm-provider-step-choose,
body.tm-landing-page .tm-provider-step-connect,
body.tm-landing-page .tm-provider-step-copy,
body.tm-landing-page .tm-footer a,
body.tm-landing-page .tm-footer p,
body.tm-landing-page .tm-footer-bottom p {
  letter-spacing: 0 !important;
}

body.tm-landing-page .tm-primary-nav a,
body.tm-landing-page .tm-nav-menu summary,
body.tm-landing-page .tm-language summary {
  font-size: 13px !important;
  font-weight: 500 !important;
}

body.tm-landing-page .tm-dropdown a,
body.tm-landing-page .tm-language-menu a {
  font-size: 12px !important;
  font-weight: 500 !important;
}

body.tm-landing-page .tm-button {
  min-height: 46px;
  padding: 0 22px;
  font-size: 13px !important;
  font-weight: 600 !important;
}

body.tm-landing-page .tm-button-small {
  min-height: 38px;
  font-size: 12px !important;
}

body.tm-landing-page .tm-header-cta {
  min-height: 42px;
  padding: 0 20px;
}

body.tm-landing-page .tm-eyebrow {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
}

body.tm-landing-page .tm-hero h1 {
  font-size: 34px !important;
  font-weight: 650 !important;
  line-height: 1.12;
  letter-spacing: 0 !important;
}

body.tm-landing-page .tm-hero-lead,
body.tm-landing-page .tm-copy-card p,
body.tm-landing-page .tm-copy-providers-copy p,
body.tm-landing-page .tm-section-heading p,
body.tm-landing-page .tm-benefit-card p,
body.tm-landing-page .tm-cta-banner p,
body.tm-landing-page .tm-footer p {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.55;
}

body.tm-landing-page .tm-benefit-row {
  font-size: 12px !important;
  font-weight: 500 !important;
}

body.tm-landing-page .tm-section-heading h2,
body.tm-landing-page .tm-copy-card h2,
body.tm-landing-page .tm-copy-providers-copy h2,
body.tm-landing-page .tm-cta-banner h2,
body.tm-landing-page .tm-benefits h2,
body.tm-landing-page .tm-popular-markets h2,
body.tm-landing-page .tm-onboarding h2 {
  font-size: 24px !important;
  font-weight: 650 !important;
  line-height: 1.18;
  letter-spacing: 0 !important;
}

body.tm-landing-page .tm-trust-value,
body.tm-landing-page .tm-provider-card h3,
body.tm-landing-page .tm-master-card h3,
body.tm-landing-page .tm-benefit-card h3,
body.tm-landing-page .tm-step-card h3,
body.tm-landing-page .tm-footer-column h3,
body.tm-landing-page .tm-footer-accordion summary {
  font-size: 17px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

body.tm-landing-page .tm-trust-label,
body.tm-landing-page .tm-provider-card p,
body.tm-landing-page .tm-master-card p,
body.tm-landing-page .tm-master-stat span,
body.tm-landing-page .tm-step-card p,
body.tm-landing-page .tm-footer-column a,
body.tm-landing-page .tm-footer-accordion a,
body.tm-landing-page .tm-footer-bottom p {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.5;
}

body.tm-landing-page .tm-master-stat strong,
body.tm-landing-page .tm-provider-stat strong,
body.tm-landing-page .tm-copy-step-choose,
body.tm-landing-page .tm-copy-step-risk,
body.tm-landing-page .tm-copy-step-copy,
body.tm-landing-page .tm-provider-step-choose,
body.tm-landing-page .tm-provider-step-connect,
body.tm-landing-page .tm-provider-step-copy {
  font-size: 12px !important;
  font-weight: 600 !important;
}

body.tm-landing-page .tm-symbol-title,
body.tm-landing-page .tm-watch-item strong,
body.tm-landing-page .tm-account-overview dd,
body.tm-landing-page .tm-chart-label text {
  font-size: 14px !important;
  font-weight: 600 !important;
}

body.tm-landing-page .tm-terminal-toolbar p,
body.tm-landing-page .tm-chart-stats dt,
body.tm-landing-page .tm-chart-stats dd,
body.tm-landing-page .tm-watch-item small,
body.tm-landing-page .tm-account-overview dt,
body.tm-landing-page .tm-timeframes button {
  font-size: 11px !important;
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  body.tm-landing-page {
    font-size: 13px;
  }

  body.tm-landing-page .tm-hero h1 {
    font-size: 30px !important;
  }

  body.tm-landing-page .tm-section-heading h2,
  body.tm-landing-page .tm-copy-card h2,
  body.tm-landing-page .tm-copy-providers-copy h2,
  body.tm-landing-page .tm-cta-banner h2,
  body.tm-landing-page .tm-benefits h2,
  body.tm-landing-page .tm-popular-markets h2,
  body.tm-landing-page .tm-onboarding h2 {
    font-size: 21px !important;
  }

  body.tm-landing-page .tm-hero-lead,
  body.tm-landing-page .tm-copy-card p,
  body.tm-landing-page .tm-copy-providers-copy p,
  body.tm-landing-page .tm-section-heading p,
  body.tm-landing-page .tm-benefit-card p,
  body.tm-landing-page .tm-cta-banner p {
    font-size: 12px !important;
  }

  body.tm-landing-page .tm-trust-value,
  body.tm-landing-page .tm-provider-card h3,
  body.tm-landing-page .tm-master-card h3,
  body.tm-landing-page .tm-benefit-card h3,
  body.tm-landing-page .tm-step-card h3 {
    font-size: 16px !important;
  }
}

/* Compact landing spacing to match the calmer type scale. */
body.tm-landing-page .tm-container {
  width: min(100% - 72px, 1320px);
}

body.tm-landing-page .tm-header-inner {
  min-height: 64px !important;
  gap: 20px;
}

body.tm-landing-page .tm-main {
  padding-top: 56px !important;
}

body.tm-landing-page .tm-hero {
  padding: 18px 0 0 !important;
}

body.tm-landing-page .tm-hero-grid {
  gap: 12px 28px !important;
  min-height: 560px !important;
}

body.tm-landing-page .tm-hero-copy {
  padding: 30px 0 12px !important;
}

body.tm-landing-page .tm-hero h1 {
  margin-top: 8px !important;
}

body.tm-landing-page .tm-hero-lead,
body.tm-landing-page .tm-copy-content p,
body.tm-landing-page .tm-copy-providers-copy p:not(.tm-eyebrow),
body.tm-landing-page .tm-provider-actions,
body.tm-landing-page .tm-provider-steps,
body.tm-landing-page .tm-copy-master-profit,
body.tm-landing-page .tm-cta-actions {
  margin-top: 12px !important;
}

body.tm-landing-page .tm-hero-actions {
  gap: 12px !important;
  margin-top: 16px !important;
}

body.tm-landing-page .tm-benefit-row {
  gap: 10px 18px !important;
  margin-bottom: 18px !important;
}

body.tm-landing-page .tm-copy-card,
body.tm-landing-page .tm-provider-card,
body.tm-landing-page .tm-copy-master-card,
body.tm-landing-page .tm-benefit-grid article,
body.tm-landing-page .tm-trust-grid article {
  padding: 16px !important;
}

body.tm-landing-page .tm-copy-card-hero {
  padding: 18px 20px !important;
}

body.tm-landing-page .tm-copy-steps,
body.tm-landing-page .tm-provider-steps {
  gap: 8px !important;
}

body.tm-landing-page .tm-copy-steps span,
body.tm-landing-page .tm-provider-steps span {
  padding: 5px 10px !important;
}

body.tm-landing-page .tm-trust-strip,
body.tm-landing-page .tm-popular-markets,
body.tm-landing-page .tm-benefits,
body.tm-landing-page .tm-onboarding,
body.tm-landing-page .tm-footer {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

body.tm-landing-page .tm-copy-providers {
  padding: 30px 0 34px !important;
}

body.tm-landing-page .tm-section-heading {
  margin-bottom: 16px !important;
}

body.tm-landing-page .tm-provider-card-row,
body.tm-landing-page .tm-benefit-grid,
body.tm-landing-page .tm-trust-grid,
body.tm-landing-page .tm-footer-main {
  gap: 16px !important;
}

body.tm-landing-page .tm-provider-card dl,
body.tm-landing-page .tm-copy-master-grid {
  gap: 10px !important;
}

body.tm-landing-page .tm-onboarding-shell {
  padding: 20px 26px !important;
  gap: 18px !important;
}

body.tm-landing-page .tm-steps ol {
  gap: 12px !important;
}

body.tm-landing-page .tm-steps li {
  padding: 14px 0 14px 54px !important;
}

body.tm-landing-page .tm-cta-banner {
  padding: 20px 24px !important;
}

body.tm-landing-page .tm-footer-bottom {
  padding-top: 18px !important;
}

body.tm-landing-page .tm-footer-regulatory {
  max-width: 860px;
  margin: 0 auto;
  padding: 16px 0 14px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  color: var(--tm-muted);
  text-align: center;
}

body.tm-landing-page .tm-footer-regulatory p {
  margin: 0;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.55;
  letter-spacing: 0 !important;
}

body.tm-landing-page .tm-footer-regulatory p + p {
  margin-top: 8px;
}

body.tm-landing-page .tm-footer-regulatory strong {
  color: var(--tm-ink);
  font-weight: 600;
}

@media (max-width: 767px) {
  body.tm-landing-page .tm-container {
    width: min(100% - 28px, 1320px);
  }

  body.tm-landing-page .tm-header-inner {
    min-height: 58px !important;
    padding: 8px 14px !important;
  }

  body.tm-landing-page .tm-main {
    padding-top: 54px !important;
  }

  body.tm-landing-page .tm-hero {
    padding-top: 12px !important;
  }

  body.tm-landing-page .tm-hero-grid {
    min-height: 0 !important;
    gap: 12px !important;
  }

  body.tm-landing-page .tm-hero-copy,
  body.tm-landing-page .tm-copy-card-hero,
  body.tm-landing-page .tm-hero-image,
  body.tm-landing-page .tm-benefit-row {
    padding: 0 !important;
  }

  body.tm-landing-page .tm-hero-actions {
    margin-top: 14px !important;
  }

  body.tm-landing-page .tm-copy-card,
  body.tm-landing-page .tm-provider-card,
  body.tm-landing-page .tm-copy-master-card,
  body.tm-landing-page .tm-benefit-grid article,
  body.tm-landing-page .tm-trust-grid article,
  body.tm-landing-page .tm-cta-banner {
    padding: 14px !important;
  }

  body.tm-landing-page .tm-trust-strip,
  body.tm-landing-page .tm-popular-markets,
  body.tm-landing-page .tm-benefits,
  body.tm-landing-page .tm-onboarding,
  body.tm-landing-page .tm-footer {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  body.tm-landing-page .tm-copy-providers {
    padding: 22px 0 !important;
  }

  body.tm-landing-page .tm-onboarding-shell {
    padding: 14px !important;
  }

  body.tm-landing-page .tm-steps li {
    padding: 10px 0 10px 44px !important;
  }

  body.tm-landing-page .tm-footer-regulatory {
    padding: 14px 0 12px;
  }

  body.tm-landing-page .tm-footer-regulatory p {
    font-size: 11px !important;
  }
}
