:root {
  --tr-orange: #ff940a;
  --tr-orange-dark: #d97800;
  --tr-ink: #0f1720;
  --tr-charcoal: #202932;
  --tr-muted: #607080;
  --tr-line: #e7edf3;
  --tr-soft: #f5f7fa;
  --tr-blue: #1f6feb;
  --tr-green: #00a870;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--tr-charcoal);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.tr-page {
  min-height: 100vh;
  overflow-x: hidden;
}

.tr-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(15, 23, 32, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(12px);
}

.tr-container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.tr-header__inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.tr-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 200px;
}

.tr-logo img {
  width: 56px;
  height: auto;
}

.tr-logo span {
  display: block;
  color: #fff;
  font-weight: 800;
  line-height: 1.1;
}

.tr-logo small {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-top: 3px;
}

.tr-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.tr-nav a {
  color: rgba(255, 255, 255, 0.78);
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
}

.tr-nav a:hover,
.tr-nav a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.tr-nav .tr-nav-cta {
  background: var(--tr-orange);
  color: var(--tr-ink);
  padding-inline: 14px;
}

.tr-hero {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  display: grid;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(15, 23, 32, 0.9), rgba(15, 23, 32, 0.74) 46%, rgba(15, 23, 32, 0.5)),
    var(--hero-image, linear-gradient(135deg, #111820, #2c3b4a));
  background-size: cover;
  background-position: center;
}

.tr-hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 140px;
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  z-index: -1;
}

.tr-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 148, 10, 0.5);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 148, 10, 0.14);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.tr-kicker:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tr-orange);
}

.tr-hero h1 {
  width: min(850px, 100%);
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 7vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

.tr-hero p {
  width: min(740px, 100%);
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
}

.tr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.tr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid var(--tr-orange);
  background: var(--tr-orange);
  color: var(--tr-ink);
  font-weight: 800;
}

.tr-button:hover {
  background: #fff;
  border-color: #fff;
}

.tr-button--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.tr-button--ghost:hover {
  color: var(--tr-ink);
}

.tr-section {
  padding: 78px 0;
}

.tr-section--soft {
  background: var(--tr-soft);
}

.tr-section--dark {
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(31, 111, 235, 0.24), transparent 36%),
    radial-gradient(circle at 80% 30%, rgba(255, 148, 10, 0.18), transparent 34%),
    #0f1720;
}

.tr-section h2 {
  margin: 0 0 16px;
  color: var(--tr-ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

.tr-section--dark h2,
.tr-section--dark h3 {
  color: #fff;
}

.tr-lead {
  width: min(800px, 100%);
  margin: 0;
  color: var(--tr-muted);
  font-size: 18px;
}

.tr-section--dark .tr-lead {
  color: rgba(255, 255, 255, 0.72);
}

.tr-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

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

.tr-card {
  border: 1px solid var(--tr-line);
  border-radius: 8px;
  padding: 26px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 32, 0.08);
}

.tr-card--accent {
  position: relative;
  overflow: hidden;
}

.tr-card--accent:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tr-orange), var(--tr-blue));
}

.tr-card h3 {
  margin: 0 0 10px;
  color: var(--tr-ink);
  font-size: 22px;
  letter-spacing: 0;
}

.tr-card p {
  margin: 0;
  color: var(--tr-muted);
}

.tr-card__eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--tr-orange-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.tr-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.tr-list li {
  position: relative;
  padding-left: 18px;
  color: var(--tr-muted);
}

.tr-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tr-orange);
}

.tr-values {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.tr-values--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tr-value {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
}

.tr-value span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-bottom: 14px;
  background: var(--tr-orange);
  color: var(--tr-ink);
  font-weight: 900;
}

.tr-value h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.tr-value p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.tr-policy {
  border-left: 5px solid var(--tr-orange);
  padding: 26px 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(15, 23, 32, 0.08);
}

.tr-policy p {
  margin: 0;
  color: var(--tr-charcoal);
  font-size: 19px;
}

.tr-contact-band {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: center;
  padding: 30px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(15, 23, 32, 0.96), rgba(15, 23, 32, 0.8)),
    url("/logistica/assets/img/call-to-action-bg.jpg") center/cover;
}

.tr-contact-band h2 {
  color: #fff;
}

.tr-contact-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.tr-contact-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.tr-tech-hero {
  --hero-image:
    radial-gradient(circle at 20% 20%, rgba(31, 111, 235, 0.34), transparent 26%),
    radial-gradient(circle at 82% 36%, rgba(255, 148, 10, 0.24), transparent 24%),
    linear-gradient(135deg, #07111d, #111820 52%, #20303e);
  overflow: hidden;
}

.tr-tech-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9), transparent 85%);
}

.tr-signal-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  width: min(840px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.13);
}

.tr-signal-strip div {
  padding: 18px;
  background: rgba(15, 23, 32, 0.64);
}

.tr-signal-strip span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.tr-signal-strip strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 18px;
}

.tr-timeline {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.tr-timeline:before {
  content: "";
  position: absolute;
  left: 132px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(var(--tr-orange), var(--tr-blue), var(--tr-green));
}

.tr-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.tr-timeline-year {
  position: sticky;
  top: 92px;
  color: var(--tr-orange-dark);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.tr-timeline-card {
  position: relative;
  border: 1px solid var(--tr-line);
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 32, 0.08);
}

.tr-timeline-card:before {
  content: "";
  position: absolute;
  left: -34px;
  top: 26px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid var(--tr-orange);
  box-shadow: 0 0 0 7px rgba(255, 148, 10, 0.16);
}

.tr-timeline-card h3 {
  margin: 0 0 8px;
  color: var(--tr-ink);
}

.tr-timeline-card p {
  margin: 0;
  color: var(--tr-muted);
}

.tr-future-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.tr-future-panel article {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.tr-future-panel h3 {
  margin: 0 0 8px;
}

.tr-future-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.tr-redirect {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(15, 23, 32, 0.95), rgba(15, 23, 32, 0.82)),
    url("/logistica/assets/img/call-to-action-bg.jpg") center/cover;
}

.tr-redirect-card {
  width: min(620px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 32px;
  background: rgba(15, 23, 32, 0.78);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
  text-align: center;
}

.tr-redirect-card img {
  width: 70px;
  margin-bottom: 20px;
}

.tr-redirect-card h1 {
  margin: 0 0 10px;
  font-size: 32px;
  letter-spacing: 0;
}

.tr-redirect-card p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.72);
}

.tr-footer {
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.7);
  background: var(--tr-ink);
}

.tr-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.tr-footer a {
  color: #fff;
}

/* Cronologia avanzada */
.tr-chrono-page {
  background: #fff;
}

.tr-chrono-page [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.tr-chrono-page [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tr-chrono-hero {
  min-height: 690px;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(7, 13, 20, 0.94), rgba(7, 13, 20, 0.8) 48%, rgba(7, 13, 20, 0.52)),
    url("/logistica/assets/img/hero-bg.jpg") center/cover;
}

.tr-chrono-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.065) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.22) 82%);
}

.tr-chrono-hero:after {
  z-index: 0;
}

.tr-chrono-scan {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, transparent, rgba(255, 148, 10, 0.2), transparent),
    radial-gradient(circle at 68% 40%, rgba(31, 111, 235, 0.22), transparent 26%);
  background-size: 100% 220px, auto;
  animation: trScan 7s linear infinite;
  opacity: 0.72;
}

.tr-chrono-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.7fr);
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.tr-chrono-hero__copy h1 {
  max-width: 820px;
}

.tr-chrono-console {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(15, 23, 32, 0.78);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(14px);
}

.tr-chrono-console:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.tr-console-top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-console-top span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--tr-orange);
}

.tr-console-top span:nth-child(2) {
  background: var(--tr-blue);
}

.tr-console-top span:nth-child(3) {
  background: var(--tr-green);
}

.tr-console-top strong {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.tr-console-line {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tr-console-line span {
  color: var(--tr-orange);
  font-weight: 900;
}

.tr-console-line strong {
  color: #fff;
  font-size: 18px;
}

.tr-console-pulse {
  height: 5px;
  background: linear-gradient(90deg, var(--tr-orange), var(--tr-blue), var(--tr-green), var(--tr-orange));
  background-size: 220% 100%;
  animation: trPulse 4s linear infinite;
}

.tr-stage-nav {
  position: sticky;
  top: 74px;
  z-index: 18;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--tr-line);
  backdrop-filter: blur(12px);
}

.tr-stage-nav__inner {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 0;
  scrollbar-width: none;
}

.tr-stage-nav__inner::-webkit-scrollbar {
  display: none;
}

.tr-stage-nav a {
  flex: 0 0 auto;
  border: 1px solid var(--tr-line);
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--tr-charcoal);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.tr-stage-nav a:hover {
  color: var(--tr-ink);
  border-color: var(--tr-orange);
  box-shadow: 0 10px 24px rgba(255, 148, 10, 0.18);
}

.tr-chrono-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.56fr);
  gap: 28px;
  align-items: start;
}

.tr-evidence-panel {
  border: 1px solid rgba(15, 23, 32, 0.12);
  border-radius: 8px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 148, 10, 0.08), rgba(255, 255, 255, 0)),
    #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 32, 0.08);
}

.tr-evidence-panel h3 {
  margin: 0 0 10px;
  color: var(--tr-ink);
}

.tr-evidence-panel p {
  margin: 0;
  color: var(--tr-muted);
}

.tr-chrono-timeline {
  position: relative;
  display: grid;
  gap: 24px;
  margin-top: 44px;
}

.tr-chrono-timeline:before {
  content: "";
  position: absolute;
  left: 126px;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(var(--tr-orange), var(--tr-blue), var(--tr-green));
  box-shadow: 0 0 32px rgba(31, 111, 235, 0.32);
}

.tr-chrono-item {
  position: relative;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 34px;
}

.tr-chrono-year {
  position: sticky;
  top: 140px;
  color: var(--tr-orange-dark);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.05;
}

.tr-chrono-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 32, 0.1);
  border-radius: 8px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(31, 111, 235, 0.055), transparent 36%),
    #fff;
  box-shadow: 0 20px 50px rgba(15, 23, 32, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tr-chrono-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 148, 10, 0.38);
  box-shadow: 0 26px 70px rgba(15, 23, 32, 0.13);
}

.tr-chrono-card:before {
  content: "";
  position: absolute;
  left: -43px;
  top: 31px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid var(--tr-orange);
  box-shadow: 0 0 0 9px rgba(255, 148, 10, 0.14), 0 0 30px rgba(255, 148, 10, 0.48);
}

.tr-chrono-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.74) 45%, transparent 72%);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
  pointer-events: none;
}

.tr-chrono-card:hover:after {
  transform: translateX(120%);
}

.tr-chrono-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.tr-chrono-card h3 {
  margin: 0 0 10px;
  color: var(--tr-ink);
  font-size: 25px;
  letter-spacing: 0;
}

.tr-chrono-card p {
  margin: 0;
  color: var(--tr-muted);
}

.tr-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 5px 10px;
  color: var(--tr-ink);
  background: #fff;
  border: 1px solid var(--tr-line);
  font-size: 12px;
  font-weight: 900;
}

.tr-chip--ok {
  border-color: rgba(0, 168, 112, 0.35);
  background: rgba(0, 168, 112, 0.11);
}

.tr-chip--info {
  border-color: rgba(31, 111, 235, 0.35);
  background: rgba(31, 111, 235, 0.1);
}

.tr-chip--warn {
  border-color: rgba(255, 148, 10, 0.45);
  background: rgba(255, 148, 10, 0.12);
}

.tr-chrono-projects {
  background:
    linear-gradient(180deg, #fff, #f8fafc);
}

.tr-project-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.tr-project-card {
  position: relative;
  overflow: hidden;
  min-height: 268px;
  border: 1px solid var(--tr-line);
  border-radius: 8px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(15, 23, 32, 0.03), rgba(255, 255, 255, 0)),
    #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 32, 0.08);
}

.tr-project-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tr-orange), var(--tr-blue));
}

.tr-project-card span {
  display: inline-flex;
  color: var(--tr-orange-dark);
  font-weight: 900;
  margin-bottom: 15px;
}

.tr-project-card h3 {
  margin: 0 0 10px;
  color: var(--tr-ink);
  letter-spacing: 0;
}

.tr-project-card p {
  color: var(--tr-muted);
  margin: 0 0 16px;
}

.tr-project-card strong {
  display: block;
  color: var(--tr-ink);
  font-size: 13px;
}

.tr-capability-section {
  position: relative;
  overflow: hidden;
}

.tr-capability-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.tr-capability-map {
  position: relative;
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.tr-capability-lane {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, 0.32fr) minmax(0, 1fr) minmax(190px, 0.36fr);
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 17px;
  background: rgba(255, 255, 255, 0.06);
}

.tr-capability-lane span {
  grid-column: 2;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.tr-capability-lane span:before {
  content: "";
  display: block;
  width: var(--level);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--tr-orange), var(--tr-blue));
  box-shadow: 0 0 20px rgba(255, 148, 10, 0.42);
}

.tr-capability-lane strong {
  grid-column: 1;
  grid-row: 1;
  color: #fff;
}

.tr-capability-lane em {
  grid-column: 3;
  grid-row: 1;
  color: rgba(255, 255, 255, 0.68);
  font-style: normal;
}

.tr-document-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.tr-document-grid article {
  border: 1px solid var(--tr-line);
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 32, 0.08);
}

.tr-document-grid span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-bottom: 16px;
  color: var(--tr-ink);
  background: var(--tr-orange);
  font-weight: 900;
}

.tr-document-grid h3 {
  margin: 0 0 9px;
  color: var(--tr-ink);
}

.tr-document-grid p {
  margin: 0;
  color: var(--tr-muted);
}

@keyframes trScan {
  from {
    background-position: 0 -220px, center;
  }
  to {
    background-position: 0 690px, center;
  }
}

@keyframes trPulse {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 220% 50%;
  }
}

@media (max-width: 900px) {
  .tr-header__inner,
  .tr-contact-band {
    grid-template-columns: 1fr;
  }

  .tr-header__inner {
    align-items: flex-start;
    padding: 12px 0;
    flex-direction: column;
  }

  .tr-nav {
    justify-content: flex-start;
  }

  .tr-grid,
  .tr-grid--two,
  .tr-values,
  .tr-values--three,
  .tr-future-panel,
  .tr-project-matrix,
  .tr-document-grid,
  .tr-chrono-hero__grid,
  .tr-chrono-intro__layout {
    grid-template-columns: 1fr;
  }

  .tr-contact-links {
    justify-content: flex-start;
  }

  .tr-signal-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tr-timeline:before {
    left: 16px;
  }

  .tr-timeline-item {
    grid-template-columns: 1fr;
    padding-left: 42px;
    gap: 10px;
  }

  .tr-timeline-year {
    position: static;
  }

  .tr-timeline-card:before {
    left: -33px;
  }

  .tr-stage-nav {
    top: 104px;
  }

  .tr-chrono-hero__copy,
  .tr-chrono-console {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .tr-chrono-hero__copy h1,
  .tr-chrono-hero__copy p {
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .tr-chrono-timeline:before {
    left: 16px;
  }

  .tr-chrono-item {
    grid-template-columns: 1fr;
    padding-left: 42px;
    gap: 10px;
  }

  .tr-chrono-year {
    position: static;
  }

  .tr-chrono-card:before {
    left: -34px;
  }

  .tr-capability-lane {
    grid-template-columns: 1fr;
  }

  .tr-capability-lane span,
  .tr-capability-lane strong,
  .tr-capability-lane em {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 560px) {
  .tr-container {
    width: min(100% - 24px, 1180px);
  }

  .tr-hero {
    min-height: 620px;
  }

  .tr-hero-actions .tr-button,
  .tr-contact-links .tr-button {
    width: 100%;
  }

  .tr-signal-strip {
    grid-template-columns: 1fr;
  }

  .tr-card,
  .tr-policy,
  .tr-contact-band,
  .tr-redirect-card,
  .tr-chrono-card,
  .tr-project-card,
  .tr-document-grid article {
    padding: 22px;
  }

  .tr-chrono-hero {
    min-height: 820px;
  }

  .tr-header__inner {
    gap: 12px;
  }

  .tr-nav {
    width: 100%;
    flex-wrap: wrap;
    overflow-x: visible;
    justify-content: flex-start;
    padding-bottom: 4px;
    gap: 5px;
  }

  .tr-nav a {
    padding: 7px 8px;
    font-size: 13px;
  }

  .tr-chrono-hero__copy h1 {
    max-width: 340px;
    font-size: 42px;
    line-height: 1.02;
  }

  .tr-chrono-hero__copy p {
    max-width: 340px;
    font-size: 17px;
    line-height: 1.55;
  }

  .tr-chrono-hero .tr-button {
    max-width: 340px;
  }

  .tr-chrono-console {
    max-width: 340px;
    margin-top: 18px;
  }

  .tr-chrono-page .tr-section h2,
  .tr-chrono-page .tr-lead,
  .tr-evidence-panel,
  .tr-chrono-card,
  .tr-project-card,
  .tr-document-grid article,
  .tr-contact-band {
    max-width: 340px;
  }

  .tr-console-top {
    padding: 0 14px;
  }

  .tr-console-top strong {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 9px;
  }

  .tr-console-line {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 16px;
  }

  .tr-console-line strong {
    min-width: 0;
    overflow-wrap: break-word;
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tr-chrono-page [data-reveal],
  .tr-chrono-card,
  .tr-chrono-card:after,
  .tr-chrono-scan,
  .tr-console-pulse {
    animation: none !important;
    transition: none !important;
  }

  .tr-chrono-page [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
