.tts-modern {
  --tts-ink: #0a1024;
  --tts-ink-soft: #263552;
  --tts-muted: #5d6b83;
  --tts-blue: #1769ff;
  --tts-blue-dark: #0d55d7;
  --tts-blue-soft: #edf4ff;
  --tts-cyan: #08aabd;
  --tts-cyan-soft: #eafafc;
  --tts-paper: #f6f8fc;
  --tts-line: #dbe3ef;
  --tts-white: #ffffff;
  --tts-shadow: 0 18px 45px rgba(8, 20, 47, 0.08);
  --umx-primary: var(--tts-blue);
  overflow: hidden;
  color: var(--tts-ink);
  background: var(--tts-white);
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

.tts-modern,
.tts-modern * {
  box-sizing: border-box;
}

.tts-modern h1,
.tts-modern h2,
.tts-modern h3,
.tts-modern p {
  margin-top: 0;
}

.tts-modern h1,
.tts-modern h2,
.tts-modern h3 {
  color: var(--tts-ink);
  font-family: inherit;
}

.tts-modern p {
  color: var(--tts-muted);
}

.tts-modern a {
  text-decoration: none;
}

.tts-shell {
  width: min(1240px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.tts-hero {
  position: relative;
  padding: 148px 0 88px;
  border-bottom: 1px solid var(--tts-line);
  background-color: var(--tts-paper);
}

.tts-hero::before,
.tts-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.tts-hero::before {
  top: 115px;
  left: 5vw;
  width: 104px;
  height: 104px;
  border: 1px solid #d8e3f4;
  border-radius: 28px;
  opacity: 0.65;
  transform: rotate(18deg);
}

.tts-hero::after {
  right: 5vw;
  bottom: 70px;
  width: 76px;
  height: 76px;
  border: 1px solid #cae5ec;
  border-radius: 50%;
  opacity: 0.75;
}

.tts-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 68px;
  align-items: start;
}

.tts-hero__intro {
  position: relative;
  z-index: 1;
  margin-bottom: 34px;
}

.tts-hero__copy {
  min-width: 0;
}

.tts-eyebrow,
.tts-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--tts-blue-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.tts-eyebrow {
  min-height: 36px;
  margin-bottom: 24px;
  padding: 8px 13px;
  border: 1px solid #d5dfed;
  border-radius: 12px;
  background: var(--tts-white);
  box-shadow: 0 7px 20px rgba(8, 20, 47, 0.04);
}

.tts-eyebrow svg {
  width: 18px;
  height: 18px;
  color: var(--tts-blue);
}

.tts-hero h1 {
  max-width: none;
  margin-bottom: 0;
  font-size: clamp(2.4rem, 3.8vw, 4rem);
  font-weight: 950;
  letter-spacing: -0.048em;
  line-height: 1.02;
  white-space: nowrap;
}

.tts-hero h1 span {
  display: inline;
  color: var(--tts-blue);
}

.tts-hero__lead {
  max-width: 620px;
  margin-bottom: 12px;
  color: var(--tts-ink-soft) !important;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.tts-hero__description {
  max-width: 620px;
  margin-bottom: 29px;
  font-size: 1.02rem;
  line-height: 1.66;
}

.tts-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tts-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease,
    transform 0.2s ease;
}

.tts-button svg {
  width: 18px;
  height: 18px;
}

.tts-button:hover {
  transform: translateY(-2px);
}

.tts-button--primary {
  border-color: var(--tts-blue);
  color: var(--tts-white) !important;
  background: var(--tts-blue);
  box-shadow: 0 14px 28px rgba(23, 105, 255, 0.22);
}

.tts-button--primary:hover {
  border-color: var(--tts-blue-dark);
  color: var(--tts-white) !important;
  background: var(--tts-blue-dark);
}

.tts-button--secondary {
  border-color: #c8d4e5;
  color: var(--tts-ink) !important;
  background: var(--tts-white);
  box-shadow: 0 8px 20px rgba(8, 20, 47, 0.05);
}

.tts-button--secondary:hover {
  border-color: #9eb0c8;
  color: var(--tts-blue-dark) !important;
  background: #fbfcfe;
}

.tts-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 20px 0 0;
  padding: 0;
  color: #52617c;
  list-style: none;
  font-size: 12.5px;
  font-weight: 800;
}

.tts-hero__proof li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tts-hero__proof svg {
  width: 16px;
  height: 16px;
  color: var(--tts-blue);
}

.tts-product {
  overflow: hidden;
  border: 1px solid #d1dbe9;
  border-radius: 24px;
  background: var(--tts-white);
  box-shadow: 0 28px 64px rgba(8, 20, 47, 0.13);
}

.tts-product__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 52px;
  padding: 0 17px;
  border-bottom: 1px solid #e1e7f0;
  color: #33435e;
  background: var(--tts-white);
  font-size: 12px;
  font-weight: 850;
}

.tts-product__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tts-product__brand svg {
  width: 20px;
  height: 20px;
  color: var(--tts-blue);
}

.tts-product__mode {
  padding: 6px 9px;
  border-radius: 8px;
  color: var(--tts-blue-dark);
  background: var(--tts-blue-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tts-product__canvas {
  padding: 14px;
  background: #edf2f8;
}

.tts-product__canvas img,
.tts-workspace__visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #d7e0ec;
  border-radius: 14px;
  background: var(--tts-white);
}

.tts-product__canvas img {
  box-shadow: 0 14px 32px rgba(8, 20, 47, 0.11);
}

.tts-product__footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 14px 16px;
  border-top: 1px solid #e1e7f0;
  color: #52617c;
  background: #fbfcfe;
  font-size: 11px;
  font-weight: 800;
}

.tts-product__footer span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  text-align: center;
}

.tts-product__footer svg {
  width: 17px;
  height: 17px;
  color: var(--tts-blue);
}

.tts-trust {
  padding: 22px 0;
  border-bottom: 1px solid var(--tts-line);
  background: var(--tts-white);
}

.tts-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tts-trust article {
  padding: 11px 25px;
  border-right: 1px solid var(--tts-line);
}

.tts-trust article:first-child {
  padding-left: 0;
}

.tts-trust article:last-child {
  padding-right: 0;
  border-right: 0;
}

.tts-trust strong,
.tts-trust span {
  display: block;
}

.tts-trust strong {
  color: var(--tts-blue);
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}

.tts-trust span {
  margin-top: 5px;
  color: #617089;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.45;
}

.tts-section {
  padding: 96px 0;
}

.tts-section--white {
  background: var(--tts-white);
}

.tts-section--paper {
  border-top: 1px solid #edf1f6;
  border-bottom: 1px solid #edf1f6;
  background: var(--tts-paper);
}

.tts-section__heading {
  max-width: 850px;
  margin: 0 auto 48px;
  text-align: center;
}

.tts-section__heading--left {
  max-width: 900px;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.tts-section__heading h2,
.tts-workspace__copy h2,
.tts-direction h2,
.tts-final h2 {
  margin: 11px 0 17px;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 900;
  letter-spacing: -0.052em;
  line-height: 1.04;
}

.tts-section__heading p,
.tts-workspace__copy > p,
.tts-direction > div:first-child > p,
.tts-final p {
  max-width: 790px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.65;
}

.tts-section__heading:not(.tts-section__heading--left) p {
  margin-right: auto;
  margin-left: auto;
}

.tts-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tts-steps article,
.tts-bento__card,
.tts-paths > a,
.tts-usecases article {
  border: 1px solid var(--tts-line);
  border-radius: 18px;
  background: var(--tts-white);
  box-shadow: 0 12px 32px rgba(8, 20, 47, 0.05);
}

.tts-steps article {
  display: flex;
  min-height: 315px;
  padding: 27px;
  flex-direction: column;
}

.tts-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  color: var(--tts-blue);
  background: var(--tts-blue-soft);
}

.tts-icon svg {
  width: 23px;
  height: 23px;
}

.tts-steps h3,
.tts-bento__card h3,
.tts-paths h3,
.tts-usecases h3 {
  margin: 22px 0 9px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.tts-steps p,
.tts-bento__card p,
.tts-paths p,
.tts-usecases p {
  margin-bottom: 0;
  font-size: 13.5px;
  line-height: 1.65;
}

.tts-step__result {
  display: block;
  margin-top: auto;
  padding-top: 20px;
  color: var(--tts-blue-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tts-bento {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tts-bento__card {
  min-height: 250px;
  padding: 24px;
}

.tts-bento__card--wide {
  display: grid;
  grid-column: span 2;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.tts-bento__card--wide h3 {
  margin-top: 1px;
}

.tts-bento__card:nth-child(3n) .tts-icon {
  color: #087f90;
  background: var(--tts-cyan-soft);
}

.tts-workspace {
  display: grid;
  grid-template-columns: minmax(500px, 1.05fr) minmax(0, 0.95fr);
  gap: 64px;
  align-items: center;
}

.tts-workspace__visual {
  padding: 13px;
  border: 1px solid var(--tts-line);
  border-radius: 22px;
  background: #edf2f8;
  box-shadow: var(--tts-shadow);
}

.tts-workspace__copy > p {
  margin-bottom: 24px;
}

.tts-workspace__copy ul {
  display: grid;
  gap: 11px;
  margin: 0 0 26px;
  padding: 0;
  color: #3d4d67;
  list-style: none;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.5;
}

.tts-workspace__copy li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.tts-workspace__copy li svg {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  color: var(--tts-blue);
}

.tts-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tts-blue-dark) !important;
  font-size: 13px;
  font-weight: 900;
}

.tts-text-link span {
  font-size: 18px;
  transition: transform 0.2s ease;
}

.tts-text-link:hover span {
  transform: translateX(3px);
}

.tts-paths {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tts-paths > a {
  display: flex;
  min-height: 285px;
  padding: 23px;
  color: var(--tts-ink) !important;
  flex-direction: column;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tts-paths > a:hover {
  border-color: #afc8f8;
  box-shadow: 0 18px 38px rgba(8, 20, 47, 0.08);
  transform: translateY(-3px);
}

.tts-paths__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 20px;
  color: var(--tts-blue-dark);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}

.tts-paths__link b {
  font-size: 16px;
}

.tts-usecases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tts-usecases article {
  min-height: 230px;
  padding: 24px;
}

.tts-usecases article > span {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  padding: 5px 9px;
  border-radius: 8px;
  color: var(--tts-blue-dark);
  background: var(--tts-blue-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tts-usecases h3 {
  margin-top: 18px;
}

.tts-section--direction {
  padding: 80px 0;
  color: var(--tts-white);
  background: var(--tts-ink);
}

.tts-direction {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: 64px;
  align-items: center;
}

.tts-direction .tts-section__eyebrow {
  color: #9fc0ff;
}

.tts-direction h2 {
  color: var(--tts-white);
}

.tts-direction > div:first-child > p {
  color: #b8c3d7;
}

.tts-direction__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.tts-direction__chips span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid #34425d;
  border-radius: 10px;
  color: #dbe6f8;
  background: #121e37;
  font-size: 12px;
  font-weight: 800;
}

.tts-direction__chips span:nth-child(4n + 2) {
  border-color: #166175;
  color: #d6f7fb;
  background: #102f3c;
}

.tts-final {
  padding: 82px 0 90px;
  background: var(--tts-white);
}

.tts-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 54px;
  align-items: center;
  padding: 46px 48px;
  border: 1px solid #cddcf5;
  border-radius: 22px;
  background: var(--tts-blue-soft);
}

.tts-final__inner > div > span {
  color: var(--tts-blue-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.tts-final h2 {
  max-width: 790px;
  margin-bottom: 13px;
  font-size: clamp(30px, 3.5vw, 44px);
}

.tts-final p {
  max-width: 770px;
}

.tts-final__inner > a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  border-radius: 13px;
  color: var(--tts-white) !important;
  background: var(--tts-blue);
  box-shadow: 0 14px 28px rgba(23, 105, 255, 0.22);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.tts-final__inner > a:hover {
  background: var(--tts-blue-dark);
  transform: translateY(-2px);
}

.tts-final__inner > a span {
  font-size: 18px;
}

.tts-modern :focus-visible {
  outline: 3px solid rgba(23, 105, 255, 0.26);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .tts-hero__grid,
  .tts-workspace,
  .tts-direction {
    grid-template-columns: 1fr;
  }

  .tts-hero__copy {
    max-width: 760px;
  }

  .tts-product {
    width: 100%;
    max-width: 840px;
  }

  .tts-trust__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tts-paths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tts-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tts-workspace__visual {
    max-width: 840px;
  }

  .tts-direction {
    gap: 34px;
  }
}

@media (max-width: 760px) {
  .tts-shell {
    width: min(100% - 30px, 1240px);
  }

  .tts-hero {
    padding: 118px 0 66px;
  }

  .tts-hero::before,
  .tts-hero::after {
    display: none;
  }

  .tts-hero__grid {
    gap: 42px;
  }

  .tts-hero h1 {
    font-size: clamp(1.8rem, 8.4vw, 3.4rem);
    white-space: normal;
  }

  .tts-hero__lead {
    font-size: 1.08rem;
  }

  .tts-product__footer,
  .tts-steps,
  .tts-usecases {
    grid-template-columns: 1fr;
  }

  .tts-product__footer span {
    justify-content: flex-start;
  }

  .tts-trust article {
    padding-right: 15px;
    padding-left: 15px;
  }

  .tts-trust article:first-child {
    padding-left: 0;
  }

  .tts-section {
    padding: 72px 0;
  }

  .tts-section__heading {
    margin-bottom: 34px;
  }

  .tts-section__heading h2,
  .tts-workspace__copy h2,
  .tts-direction h2,
  .tts-final h2 {
    font-size: clamp(29px, 9vw, 39px);
  }

  .tts-steps article {
    min-height: 0;
  }

  .tts-step__result {
    margin-top: 18px;
  }

  .tts-bento__card--wide {
    grid-column: auto;
  }

  .tts-final__inner {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 34px 28px;
  }

  .tts-final__inner > a {
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .tts-actions {
    display: grid;
  }

  .tts-button {
    width: 100%;
  }

  .tts-product__bar {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tts-product__mode {
    align-self: flex-start;
  }

  .tts-trust__grid,
  .tts-bento,
  .tts-paths {
    grid-template-columns: 1fr;
  }

  .tts-trust article,
  .tts-trust article:first-child,
  .tts-trust article:last-child,
  .tts-trust article:nth-child(n + 3) {
    margin: 0;
    padding: 15px 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--tts-line);
  }

  .tts-trust article:last-child {
    border-bottom: 0;
  }

  .tts-bento__card--wide {
    display: block;
  }

  .tts-bento__card--wide h3 {
    margin-top: 22px;
  }

  .tts-workspace__visual {
    padding: 8px;
    border-radius: 16px;
  }

  .tts-direction__chips span {
    flex: 1 1 calc(50% - 9px);
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tts-modern *,
  .tts-modern *::before,
  .tts-modern *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
