.tm-page {
  color: #0f172a;
  background: #f6f9ff;
  overflow-x: hidden;
}

.tm-shell {
  width: min(74rem, calc(100% - 2.6rem));
  margin: 0 auto;
}

.tm-hero {
  position: relative;
  padding: 5.35rem 0 3.2rem;
  background:
    radial-gradient(circle at 14% 12%, rgba(79, 160, 255, 0.22), transparent 42%),
    radial-gradient(circle at 86% 18%, rgba(99, 102, 241, 0.16), transparent 46%),
    linear-gradient(180deg, #ffffff 0%, #f3f7ff 70%, #f6f9ff 100%);
}

.tm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(11, 59, 138, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 59, 138, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 45% 30%, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.tm-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 3.2rem;
  align-items: center;
}

.tm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  font-weight: 700;
  color: rgba(37, 99, 235, 0.9);
}

.tm-hero__copy h1 {
  margin: 0.8rem 0 1.15rem;
  font-size: clamp(2.55rem, 4.35vw, 3.65rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.tm-hero__copy h1 span {
  display: block;
  white-space: nowrap;
}

.tm-hero__lead {
  margin: 0 0 1.6rem;
  font-size: 1.04rem;
  line-height: 1.55;
  color: rgba(15, 23, 42, 0.82);
  max-width: 34rem;
}

.tm-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.9rem;
}

.tm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13.6rem;
  height: 3.2rem;
  padding: 0 1.45rem;
  border-radius: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 140ms ease, box-shadow 140ms ease, background-color 140ms ease, border-color 140ms ease;
}

.tm-button span {
  white-space: nowrap;
}

.tm-button--primary {
  background: linear-gradient(135deg, #0b61ff 0%, #2aaeff 100%);
  color: #ffffff;
  box-shadow: 0 18px 30px rgba(12, 88, 255, 0.18);
}

.tm-button--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 36px rgba(12, 88, 255, 0.24);
}

.tm-button--secondary {
  background: rgba(255, 255, 255, 0.55);
  color: #0b2b68;
  border: 1px solid rgba(11, 97, 255, 0.26);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.tm-button--secondary:hover {
  transform: translateY(-1px);
  border-color: rgba(11, 97, 255, 0.38);
}

.tm-hero__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.tm-highlight {
  display: grid;
  grid-template-columns: 3.3rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  padding: 0.95rem 0.9rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(148, 163, 184, 0.26);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.06);
}

.tm-highlight__icon {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 1.05rem;
  display: grid;
  place-items: center;
  color: #0b61ff;
  background: rgba(11, 97, 255, 0.14);
}

.tm-highlight:nth-child(2) .tm-highlight__icon {
  color: #16a34a;
  background: rgba(34, 197, 94, 0.14);
}

.tm-highlight:nth-child(3) .tm-highlight__icon {
  color: #7c3aed;
  background: rgba(124, 58, 237, 0.14);
}

.tm-highlight__icon i {
  font-size: 1.25rem;
}

.tm-highlight strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  white-space: nowrap;
}

.tm-highlight span {
  display: block;
  margin-top: 0.16rem;
  font-size: 0.84rem;
  line-height: 1.35;
  color: rgba(15, 23, 42, 0.7);
}

.tm-hero__visual {
  position: relative;
  display: grid;
  justify-items: end;
}

.tm-hero__device {
  width: min(33.8rem, 100%);
  border-radius: 1.55rem;
  overflow: hidden;
  background: #0b1224;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.22);
  border: 1px solid rgba(15, 23, 42, 0.12);
}

.tm-hero__device img {
  display: block;
  width: 100%;
  height: auto;
}

.tm-section {
  padding: 4.6rem 0;
}

.tm-section--lifecycle,
.tm-section--workspace,
.tm-section--trust {
  background: rgba(255, 255, 255, 0.72);
}

.tm-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.1rem;
  align-items: center;
}

.tm-two-column--org {
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  align-items: center;
}

.tm-section--org .tm-copy h2 {
  font-size: clamp(1.75rem, 2.2vw, 2.3rem);
  white-space: nowrap;
}

.tm-section--org .tm-copy p {
  max-width: 28rem;
}

.tm-section--org .tm-surface {
  padding: 2.35rem 2.35rem;
  justify-self: end;
}

.tm-section--org .tm-shell {
  width: calc(100% - 2.6rem);
}

@media (min-width: 1200px) {
  .tm-section--org .tm-shell {
    width: calc(100% - 4cm);
  }

  .tm-section--org .tm-copy {
    transform: none;
    max-width: 30rem;
    justify-self: end;
  }

  .tm-section--org .tm-surface {
    transform: none;
  }

  .tm-two-column--org {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 2.15fr);
    gap: 2.4rem;
  }

  .tm-section--org .tm-surface {
    padding: 5.8rem 5.8rem;
  }

  .tm-orgboard {
    gap: 5.02rem;
    padding: 1.69rem 1.24rem 1.2rem;
  }

  .tm-orgboard__dots {
    width: 31.5rem;
    background-size: 30px 30px;
  }

  .tm-orgboard__hq {
    width: min(65.5rem, 100%);
    grid-template-columns: 8.65rem minmax(0, 1fr);
    padding: 2.75rem 3.05rem;
    border-radius: 3.05rem;
  }

  .tm-orgboard__hq-icon {
    width: 8.65rem;
    height: 8.65rem;
    border-radius: 2.95rem;
  }

  .tm-orgboard__hq-icon i {
    font-size: 3.45rem;
  }

  .tm-orgboard__hq-text strong {
    font-size: 2.55rem;
  }

  .tm-orgboard__hq-text span {
    font-size: 2.08rem;
  }

  .tm-orgboard__departments,
  .tm-orgboard__teams {
    gap: 3.22rem;
    padding-top: 3.66rem;
  }

  .tm-org-pill {
    grid-template-columns: 6.5rem minmax(0, 1fr);
    gap: 2.58rem;
    padding: 2.94rem 3.13rem;
    border-radius: 2.85rem;
  }

  .tm-org-pill__icon {
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 2.45rem;
  }

  .tm-org-pill__icon i {
    font-size: 2.65rem;
  }

  .tm-org-pill__text strong {
    font-size: 2.05rem;
  }

  .tm-org-pill__text span {
    font-size: 1.8rem;
  }

  .tm-org-pill--team {
    padding: 2.7rem 2.88rem;
  }

  .tm-org-pill--team .tm-org-pill__icon {
    width: 6rem;
    height: 6rem;
  }

  .tm-orgboard__hq::after {
    bottom: -3.66rem;
    height: 3.66rem;
  }

  .tm-orgboard__teams::after {
    top: -3.66rem;
    height: 3.97rem;
  }

  .tm-orgboard__departments .tm-org-pill--dept::before,
  .tm-orgboard__teams .tm-org-pill--team::before {
    top: -2.5rem;
    height: 2.5rem;
  }
}

.tm-step {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.tm-step__index {
  font-size: 1.15rem;
  font-weight: 900;
  color: #0b61ff;
  letter-spacing: 0.08em;
}

.tm-step__label {
  font-size: 0.88rem;
  font-weight: 800;
  color: rgba(15, 23, 42, 0.66);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.tm-copy h2,
.tm-section-head h2 {
  margin: 0 0 0.9rem;
  font-size: clamp(1.85rem, 3.2vw, 2.45rem);
  line-height: 1.14;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.tm-copy p,
.tm-section-head p {
  margin: 0 0 1.6rem;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(15, 23, 42, 0.74);
}

.tm-copy__emphasis {
  margin-bottom: 0.65rem;
  font-weight: 850;
  color: rgba(15, 23, 42, 0.92);
}

.tm-section-head {
  max-width: 54rem;
  margin: 0 auto 2.25rem;
  text-align: center;
}

.tm-pillars {
  display: grid;
  gap: 0.85rem;
}

.tm-pillar {
  display: grid;
  grid-template-columns: 3.15rem minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.24);
}

.tm-pillar__icon {
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 1.05rem;
  display: grid;
  place-items: center;
  background: rgba(11, 97, 255, 0.12);
  color: #0b61ff;
}

.tm-pillar:nth-child(2) .tm-pillar__icon {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}

.tm-pillar:nth-child(3) .tm-pillar__icon {
  background: rgba(249, 115, 22, 0.12);
  color: #f97316;
}

.tm-pillar:nth-child(4) .tm-pillar__icon {
  background: rgba(124, 58, 237, 0.12);
  color: #7c3aed;
}

.tm-pillar__icon i {
  font-size: 1.25rem;
}

.tm-pillar__text strong {
  display: block;
  font-weight: 850;
  font-size: 0.96rem;
  white-space: nowrap;
}

.tm-pillar__text span {
  display: block;
  margin-top: 0.16rem;
  color: rgba(15, 23, 42, 0.68);
  font-size: 0.86rem;
  line-height: 1.35;
}

.tm-surface {
  padding: 1.8rem 1.75rem;
  border-radius: 1.55rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.26);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.08);
}

.tm-orgboard {
  position: relative;
  display: grid;
  gap: 1.45rem;
  padding: 0.35rem 0.25rem 0.15rem;
}

.tm-orgboard__dots {
  position: absolute;
  top: 0.15rem;
  right: 0.1rem;
  width: 12.5rem;
  height: 100%;
  background-image: radial-gradient(rgba(11, 59, 138, 0.12) 1px, transparent 1px);
  background-size: 14px 14px;
  mask-image: radial-gradient(circle at 70% 30%, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  pointer-events: none;
  opacity: 0.7;
}

.tm-orgboard__hq {
  width: min(22rem, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3.05rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.06);
  position: relative;
}

.tm-orgboard__hq::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.45rem;
  width: 1px;
  height: 1.45rem;
  background: rgba(11, 97, 255, 0.22);
  transform: translateX(-50%);
}

.tm-orgboard__hq-icon {
  width: 3.05rem;
  height: 3.05rem;
  border-radius: 1.1rem;
  display: grid;
  place-items: center;
  background: rgba(11, 97, 255, 0.12);
  color: #0b61ff;
}

.tm-orgboard__hq-text strong {
  display: block;
  font-weight: 900;
  font-size: 0.98rem;
  white-space: nowrap;
}

.tm-orgboard__hq-text span {
  display: block;
  margin-top: 0.18rem;
  color: rgba(15, 23, 42, 0.66);
  font-size: 0.86rem;
  white-space: nowrap;
}

.tm-orgboard__departments {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  padding-top: 0.95rem;
}

.tm-orgboard__departments::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  left: 7%;
  right: 7%;
  height: 1px;
  background: rgba(11, 97, 255, 0.22);
}

.tm-orgboard__teams {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  padding-top: 0.95rem;
}

.tm-orgboard__teams::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  left: 18%;
  right: 18%;
  height: 1px;
  background: rgba(11, 97, 255, 0.16);
}

.tm-orgboard__teams::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.45rem;
  width: 1px;
  height: 1.6rem;
  background: rgba(11, 97, 255, 0.16);
  transform: translateX(-50%);
}

.tm-org-pill {
  display: grid;
  grid-template-columns: 2.95rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  padding: 0.85rem 0.9rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.05);
  position: relative;
}

.tm-orgboard__departments .tm-org-pill--dept::before,
.tm-orgboard__teams .tm-org-pill--team::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.95rem;
  width: 1px;
  height: 0.95rem;
  background: rgba(11, 97, 255, 0.18);
  transform: translateX(-50%);
}

.tm-orgboard__departments .tm-org-pill--dept:first-child {
  background: rgba(11, 97, 255, 0.06);
  border-color: rgba(11, 97, 255, 0.22);
}

.tm-orgboard__departments .tm-org-pill--dept:first-child .tm-org-pill__icon {
  background: rgba(11, 97, 255, 0.14);
}

.tm-org-pill__icon {
  width: 2.95rem;
  height: 2.95rem;
  border-radius: 1.05rem;
  display: grid;
  place-items: center;
  background: rgba(11, 97, 255, 0.12);
  color: #0b61ff;
}

.tm-orgboard__departments .tm-org-pill:nth-child(2) .tm-org-pill__icon {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}

.tm-orgboard__departments .tm-org-pill:nth-child(3) .tm-org-pill__icon {
  background: rgba(124, 58, 237, 0.12);
  color: #7c3aed;
}

.tm-orgboard__departments .tm-org-pill:nth-child(4) .tm-org-pill__icon {
  background: rgba(249, 115, 22, 0.12);
  color: #f97316;
}

.tm-org-pill--team .tm-org-pill__icon {
  background: rgba(11, 97, 255, 0.1);
  color: #0b61ff;
}

.tm-org-pill--team {
  padding: 0.75rem 0.85rem;
}

.tm-org-pill--team .tm-org-pill__icon {
  width: 2.65rem;
  height: 2.65rem;
}

.tm-org-pill--new .tm-org-pill__icon {
  background: rgba(148, 163, 184, 0.14);
  color: rgba(51, 65, 85, 0.9);
}

.tm-org-pill--new {
  background: rgba(255, 255, 255, 0.42);
  border-style: dashed;
  border-color: rgba(11, 97, 255, 0.26);
  box-shadow: none;
}

.tm-org-pill--new .tm-org-pill__text strong {
  color: rgba(11, 97, 255, 0.95);
}

.tm-org-pill__text strong {
  display: block;
  font-weight: 900;
  font-size: 0.95rem;
  white-space: nowrap;
}

.tm-org-pill__text span {
  display: block;
  margin-top: 0.18rem;
  font-size: 0.82rem;
  color: rgba(15, 23, 42, 0.6);
  white-space: nowrap;
}

.tm-org-pill__text span:empty {
  display: none;
}

.tm-flow {
  display: grid;
  gap: 0.95rem;
  align-items: start;
}

.tm-flow__node {
  padding: 0.95rem 1rem;
  border-radius: 1.25rem;
  background: rgba(241, 245, 255, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.22);
}

.tm-flow__node strong {
  display: block;
  font-weight: 900;
  font-size: 0.98rem;
  white-space: nowrap;
}

.tm-flow__node span {
  display: block;
  margin-top: 0.15rem;
  color: rgba(15, 23, 42, 0.65);
  font-size: 0.85rem;
  white-space: nowrap;
}

.tm-flow__node.is-primary {
  background: linear-gradient(135deg, rgba(11, 97, 255, 0.18), rgba(42, 174, 255, 0.08));
  border-color: rgba(11, 97, 255, 0.3);
}

.tm-flow__arrow {
  height: 0.85rem;
  position: relative;
}

.tm-flow__arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.05rem;
  width: 1px;
  height: 0.8rem;
  background: rgba(11, 97, 255, 0.35);
  transform: translateX(-50%);
}

.tm-flow__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.48rem;
  height: 0.48rem;
  border-right: 2px solid rgba(11, 97, 255, 0.35);
  border-bottom: 2px solid rgba(11, 97, 255, 0.35);
  transform: translateX(-50%) rotate(45deg);
}

.tm-lifecycle-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.35rem 1.6rem;
  border-radius: 1.55rem;
  background: rgba(241, 245, 255, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.06);
  margin-bottom: 2.2rem;
  flex-wrap: wrap;
}

.tm-lifecycle-track__step {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  min-width: 7.5rem;
}

.tm-lifecycle-track__icon {
  width: 3.05rem;
  height: 3.05rem;
  border-radius: 1.15rem;
  display: grid;
  place-items: center;
  background: rgba(11, 97, 255, 0.12);
  color: #0b61ff;
}

.tm-lifecycle-track__step:nth-of-type(3) .tm-lifecycle-track__icon {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}

.tm-lifecycle-track__step:nth-of-type(5) .tm-lifecycle-track__icon {
  background: rgba(124, 58, 237, 0.12);
  color: #7c3aed;
}

.tm-lifecycle-track__step:nth-of-type(7) .tm-lifecycle-track__icon {
  background: rgba(249, 115, 22, 0.12);
  color: #f97316;
}

.tm-lifecycle-track__step:nth-of-type(9) .tm-lifecycle-track__icon {
  background: rgba(239, 68, 68, 0.12);
  color: #ef4444;
}

.tm-lifecycle-track__icon i {
  font-size: 1.2rem;
}

.tm-lifecycle-track__step strong {
  display: block;
  font-weight: 900;
  font-size: 0.92rem;
  white-space: nowrap;
}

.tm-lifecycle-track__arrow {
  width: 1.8rem;
  height: 0.05rem;
  background: rgba(11, 97, 255, 0.28);
  position: relative;
  margin-top: -1.55rem;
}

.tm-lifecycle-track__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid rgba(11, 97, 255, 0.28);
  border-right: 2px solid rgba(11, 97, 255, 0.28);
  transform: translateY(-50%) rotate(45deg);
}

.tm-lifecycle {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.05rem;
  padding: 1.5rem 1.6rem;
  border-radius: 1.55rem;
  background: rgba(241, 245, 255, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.06);
  margin-bottom: 2.2rem;
}

.tm-lifecycle-step {
  text-align: center;
  padding: 0.9rem 0.75rem;
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.22);
}

.tm-lifecycle-step__icon {
  width: 3.15rem;
  height: 3.15rem;
  margin: 0 auto 0.65rem;
  border-radius: 1.15rem;
  display: grid;
  place-items: center;
  background: rgba(11, 97, 255, 0.12);
  color: #0b61ff;
}

.tm-lifecycle-step:nth-child(2) .tm-lifecycle-step__icon {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}

.tm-lifecycle-step:nth-child(3) .tm-lifecycle-step__icon {
  background: rgba(124, 58, 237, 0.12);
  color: #7c3aed;
}

.tm-lifecycle-step:nth-child(4) .tm-lifecycle-step__icon {
  background: rgba(249, 115, 22, 0.12);
  color: #f97316;
}

.tm-lifecycle-step:nth-child(5) .tm-lifecycle-step__icon {
  background: rgba(239, 68, 68, 0.12);
  color: #ef4444;
}

.tm-lifecycle-step__icon i {
  font-size: 1.25rem;
}

.tm-lifecycle-step strong {
  display: block;
  font-weight: 900;
  font-size: 0.95rem;
  white-space: nowrap;
}

.tm-lifecycle-step span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.82rem;
  color: rgba(15, 23, 42, 0.66);
  line-height: 1.35;
}

.tm-bullet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.05rem;
}

.tm-bullet {
  display: grid;
  grid-template-columns: 3.05rem minmax(0, 1fr);
  gap: 0.85rem;
  padding: 1.05rem 1.05rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(148, 163, 184, 0.22);
}

.tm-bullet__icon {
  width: 3.05rem;
  height: 3.05rem;
  border-radius: 1.1rem;
  display: grid;
  place-items: center;
  background: rgba(11, 97, 255, 0.12);
  color: #0b61ff;
}

.tm-bullet:nth-child(2) .tm-bullet__icon {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}

.tm-bullet:nth-child(3) .tm-bullet__icon {
  background: rgba(124, 58, 237, 0.12);
  color: #7c3aed;
}

.tm-bullet:nth-child(4) .tm-bullet__icon {
  background: rgba(249, 115, 22, 0.12);
  color: #f97316;
}

.tm-bullet:nth-child(5) .tm-bullet__icon {
  background: rgba(239, 68, 68, 0.12);
  color: #ef4444;
}

.tm-bullet:nth-child(6) .tm-bullet__icon {
  background: rgba(14, 165, 233, 0.12);
  color: #0ea5e9;
}

.tm-bullet__icon i {
  font-size: 1.18rem;
}

.tm-bullet__text strong {
  display: block;
  font-weight: 900;
  font-size: 0.95rem;
  white-space: nowrap;
}

.tm-bullet__text span {
  display: block;
  margin-top: 0.18rem;
  font-size: 0.85rem;
  color: rgba(15, 23, 42, 0.66);
  line-height: 1.35;
}

.tm-checklist {
  margin: 1.45rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.tm-checklist li {
  display: grid;
  grid-template-columns: 1.5rem minmax(0, 1fr);
  gap: 0.55rem;
  align-items: start;
  color: rgba(15, 23, 42, 0.78);
  font-size: 0.92rem;
  line-height: 1.5;
}

.tm-checklist li i {
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
  place-items: center;
  border-radius: 0.55rem;
  background: rgba(11, 97, 255, 0.12);
  color: #0b61ff;
  margin-top: 0.05rem;
}

.tm-role-stack {
  display: grid;
  gap: 0.9rem;
}

.tm-role {
  display: grid;
  grid-template-columns: 3.15rem minmax(0, 1fr);
  gap: 0.95rem;
  align-items: center;
  padding: 0.95rem 1.05rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(148, 163, 184, 0.22);
}

.tm-role__icon {
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 1.1rem;
  display: grid;
  place-items: center;
  background: rgba(11, 97, 255, 0.12);
  color: #0b61ff;
}

.tm-role:nth-child(2) .tm-role__icon {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}

.tm-role:nth-child(3) .tm-role__icon {
  background: rgba(124, 58, 237, 0.12);
  color: #7c3aed;
}

.tm-role:nth-child(4) .tm-role__icon {
  background: rgba(249, 115, 22, 0.12);
  color: #f97316;
}

.tm-role:nth-child(5) .tm-role__icon {
  background: rgba(100, 116, 139, 0.12);
  color: rgba(51, 65, 85, 0.9);
}

.tm-role__icon i {
  font-size: 1.22rem;
}

.tm-role strong {
  font-weight: 900;
  font-size: 0.98rem;
  white-space: nowrap;
}

.tm-role-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.95rem;
  flex-wrap: wrap;
}

.tm-role-line__item {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  min-width: 7.1rem;
}

.tm-role-line__icon {
  width: 3.05rem;
  height: 3.05rem;
  border-radius: 1.15rem;
  display: grid;
  place-items: center;
  background: rgba(11, 97, 255, 0.12);
  color: #0b61ff;
}

.tm-role-line__item:nth-of-type(3) .tm-role-line__icon {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}

.tm-role-line__item:nth-of-type(5) .tm-role-line__icon {
  background: rgba(124, 58, 237, 0.12);
  color: #7c3aed;
}

.tm-role-line__item:nth-of-type(7) .tm-role-line__icon {
  background: rgba(249, 115, 22, 0.12);
  color: #f97316;
}

.tm-role-line__item:nth-of-type(9) .tm-role-line__icon {
  background: rgba(100, 116, 139, 0.12);
  color: rgba(51, 65, 85, 0.9);
}

.tm-role-line__icon i {
  font-size: 1.2rem;
}

.tm-role-line__item strong {
  display: block;
  font-weight: 900;
  font-size: 0.92rem;
  white-space: nowrap;
}

.tm-role-line__arrow {
  width: 1.8rem;
  height: 0.05rem;
  background: rgba(11, 97, 255, 0.28);
  position: relative;
  margin-top: -1.55rem;
}

.tm-role-line__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid rgba(11, 97, 255, 0.28);
  border-right: 2px solid rgba(11, 97, 255, 0.28);
  transform: translateY(-50%) rotate(45deg);
}

.tm-workspace-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.tm-workspace-card,
.tm-trust-card {
  padding: 1.25rem 1.25rem 1.15rem;
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.06);
}

.tm-workspace-card__icon,
.tm-trust-card__icon {
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 1.15rem;
  display: grid;
  place-items: center;
  background: rgba(11, 97, 255, 0.12);
  color: #0b61ff;
  margin-bottom: 0.75rem;
}

.tm-workspace-card:nth-child(2) .tm-workspace-card__icon {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}

.tm-workspace-card:nth-child(3) .tm-workspace-card__icon {
  background: rgba(124, 58, 237, 0.12);
  color: #7c3aed;
}

.tm-workspace-card:nth-child(4) .tm-workspace-card__icon {
  background: rgba(249, 115, 22, 0.12);
  color: #f97316;
}

.tm-workspace-card:nth-child(5) .tm-workspace-card__icon {
  background: rgba(14, 165, 233, 0.12);
  color: #0ea5e9;
}

.tm-workspace-card:nth-child(6) .tm-workspace-card__icon {
  background: rgba(239, 68, 68, 0.12);
  color: #ef4444;
}

.tm-workspace-card__icon i,
.tm-trust-card__icon i {
  font-size: 1.35rem;
}

.tm-workspace-card strong,
.tm-trust-card strong {
  display: block;
  font-weight: 900;
  font-size: 1.02rem;
  white-space: nowrap;
}

.tm-workspace-card span,
.tm-trust-card span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.9rem;
  line-height: 1.4;
  color: rgba(15, 23, 42, 0.68);
}

.tm-insights-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.tm-insight-card {
  padding: 1.05rem 1.05rem 1rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.22);
  display: grid;
  gap: 0.9rem;
}

.tm-insight-card__head span {
  display: block;
  font-size: 0.85rem;
  color: rgba(15, 23, 42, 0.6);
  font-weight: 800;
  white-space: nowrap;
}

.tm-insight-card__head strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.tm-insight-card__body em {
  display: block;
  margin-top: 0.35rem;
  font-style: normal;
  font-size: 0.82rem;
  color: rgba(15, 23, 42, 0.62);
  white-space: nowrap;
}

.tm-insight-line {
  height: 5.2rem;
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 22% 30%, rgba(11, 97, 255, 0.18), transparent 52%),
    radial-gradient(circle at 82% 75%, rgba(124, 58, 237, 0.16), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(241, 245, 255, 0.82) 100%);
  border: 1px solid rgba(148, 163, 184, 0.2);
  position: relative;
  overflow: hidden;
}

.tm-insight-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, transparent 8%, rgba(11, 97, 255, 0.18) 12%, rgba(11, 97, 255, 0.18) 13%, transparent 18%, transparent 28%, rgba(11, 97, 255, 0.18) 32%, rgba(11, 97, 255, 0.18) 33%, transparent 38%, transparent 48%, rgba(11, 97, 255, 0.18) 52%, rgba(11, 97, 255, 0.18) 53%, transparent 58%, transparent 68%, rgba(11, 97, 255, 0.18) 72%, rgba(11, 97, 255, 0.18) 73%, transparent 78%, transparent 88%, rgba(11, 97, 255, 0.18) 92%, rgba(11, 97, 255, 0.18) 93%, transparent 100%);
  opacity: 0.8;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 1) 38%, rgba(0, 0, 0, 1) 62%, transparent 100%);
}

.tm-insight-donut {
  display: grid;
  place-items: center;
  width: 100%;
  height: 5.2rem;
  position: relative;
}

.tm-insight-donut__ring {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background: conic-gradient(#0b61ff 0 262deg, rgba(148, 163, 184, 0.22) 262deg 360deg);
  mask-image: radial-gradient(circle at center, transparent 58%, rgba(0, 0, 0, 1) 60%);
}

.tm-insight-donut__center {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  padding-top: 0.2rem;
}

.tm-insight-donut__center strong {
  display: block;
  font-weight: 900;
  font-size: 1.1rem;
  white-space: nowrap;
}

.tm-insight-donut__center span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  color: rgba(15, 23, 42, 0.62);
  white-space: nowrap;
}

.tm-insight-bars {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.55rem;
  align-items: end;
  height: 5.2rem;
  padding: 0.6rem 0.55rem;
  border-radius: 1.15rem;
  background: rgba(241, 245, 255, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.tm-insight-bars span {
  display: block;
  height: 1.3rem;
  border-radius: 0.65rem;
  background: linear-gradient(180deg, rgba(11, 97, 255, 0.3), rgba(11, 97, 255, 0.08));
}

.tm-insight-bars span:nth-child(2) {
  height: 2.05rem;
}

.tm-insight-bars span:nth-child(3) {
  height: 1.6rem;
}

.tm-insight-bars span:nth-child(4) {
  height: 2.55rem;
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.32), rgba(124, 58, 237, 0.1));
}

.tm-insight-bars span:nth-child(5) {
  height: 1.85rem;
}

.tm-insight-bars span:nth-child(6) {
  height: 2.3rem;
}

.tm-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.3rem;
}

.tm-metric {
  padding: 1.05rem 1.05rem 1rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.22);
}

.tm-metric span {
  display: block;
  font-size: 0.85rem;
  color: rgba(15, 23, 42, 0.6);
  font-weight: 800;
  white-space: nowrap;
}

.tm-metric strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.tm-metric em {
  display: block;
  margin-top: 0.35rem;
  font-style: normal;
  font-size: 0.82rem;
  color: rgba(15, 23, 42, 0.62);
  white-space: nowrap;
}

.tm-mini-dashboard {
  padding: 1.05rem 1.05rem;
  border-radius: 1.35rem;
  background: rgba(241, 245, 255, 0.78);
  border: 1px solid rgba(148, 163, 184, 0.24);
}

.tm-mini-dashboard__chart {
  height: 7.9rem;
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 15% 30%, rgba(11, 97, 255, 0.22), transparent 55%),
    radial-gradient(circle at 86% 78%, rgba(124, 58, 237, 0.2), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(241, 245, 255, 0.78) 100%);
  border: 1px solid rgba(148, 163, 184, 0.2);
  margin-bottom: 1rem;
}

.tm-mini-dashboard__bars {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.55rem;
  align-items: end;
}

.tm-mini-dashboard__bars span {
  display: block;
  height: 1.3rem;
  border-radius: 0.65rem;
  background: linear-gradient(180deg, rgba(11, 97, 255, 0.3), rgba(11, 97, 255, 0.08));
}

.tm-mini-dashboard__bars span:nth-child(2) {
  height: 2.05rem;
}

.tm-mini-dashboard__bars span:nth-child(3) {
  height: 1.6rem;
}

.tm-mini-dashboard__bars span:nth-child(4) {
  height: 2.55rem;
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.32), rgba(124, 58, 237, 0.1));
}

.tm-mini-dashboard__bars span:nth-child(5) {
  height: 1.85rem;
}

.tm-mini-dashboard__bars span:nth-child(6) {
  height: 2.3rem;
}

.tm-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin-bottom: 2.25rem;
}

.tm-trust-card__icon {
  background: rgba(11, 97, 255, 0.12);
  color: #0b61ff;
}

.tm-trust-card:nth-child(2) .tm-trust-card__icon {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}

.tm-trust-card:nth-child(3) .tm-trust-card__icon {
  background: rgba(124, 58, 237, 0.12);
  color: #7c3aed;
}

.tm-trust-card:nth-child(4) .tm-trust-card__icon {
  background: rgba(249, 115, 22, 0.12);
  color: #f97316;
}

.tm-trust-card:nth-child(5) .tm-trust-card__icon {
  background: rgba(14, 165, 233, 0.12);
  color: #0ea5e9;
}

.tm-trust-card:nth-child(6) .tm-trust-card__icon {
  background: rgba(239, 68, 68, 0.12);
  color: #ef4444;
}

.tm-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.55rem;
  align-items: center;
  padding: 1.65rem 1.65rem;
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at 12% 30%, rgba(11, 97, 255, 0.22), transparent 45%),
    radial-gradient(circle at 88% 72%, rgba(42, 174, 255, 0.18), transparent 48%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(241, 245, 255, 0.86) 100%);
  border: 1px solid rgba(148, 163, 184, 0.26);
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.08);
}

.tm-cta__copy h3 {
  margin: 0 0 0.35rem;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.tm-cta__copy p {
  margin: 0;
  color: rgba(15, 23, 42, 0.72);
  font-size: 0.92rem;
  line-height: 1.5;
}

.tm-actions--cta {
  margin: 0;
}

@media (max-width: 1199px) {
  .tm-hero__grid {
    grid-template-columns: 1fr;
    gap: 2.6rem;
  }

  .tm-hero__visual {
    justify-items: start;
  }

  .tm-two-column {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .tm-two-column--org {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .tm-section--org .tm-copy h2 {
    white-space: normal;
  }

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

  .tm-highlight {
    grid-template-columns: 3.55rem minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .tm-shell {
    width: calc(100% - 2rem);
  }

  .tm-hero {
    padding: 4.15rem 0 2.6rem;
  }

  .tm-hero__copy h1 span {
    white-space: normal;
  }

  .tm-button {
    width: 100%;
    min-width: 0;
  }

  .tm-actions {
    gap: 0.85rem;
  }

  .tm-hero__device {
    width: 100%;
  }

  .tm-section {
    padding: 3.75rem 0;
  }

  .tm-step__label {
    white-space: normal;
  }

  .tm-section--org .tm-copy h2 {
    white-space: normal;
  }

  .tm-lifecycle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 1.1rem 1.1rem;
  }

  .tm-orgboard__departments,
  .tm-orgboard__teams {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-orgboard__dots,
  .tm-orgboard__hq::after,
  .tm-orgboard__departments::before,
  .tm-orgboard__teams::before,
  .tm-orgboard__teams::after,
  .tm-orgboard__departments .tm-org-pill--dept::before,
  .tm-orgboard__teams .tm-org-pill--team::before {
    display: none;
  }

  .tm-lifecycle-track {
    justify-content: flex-start;
    padding: 1.1rem 1.1rem;
  }

  .tm-lifecycle-track__arrow {
    display: none;
  }

  .tm-role-line {
    justify-content: flex-start;
  }

  .tm-role-line__arrow {
    display: none;
  }

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

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

  .tm-workspace-grid,
  .tm-trust-grid {
    grid-template-columns: 1fr;
  }

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

  .tm-cta {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .tm-cta__copy h3 {
    white-space: normal;
  }
}
