/* EU AI Act timeline page. Brand: navy #0a1628, amber #f59e0b, Inter, 0px radius. */

.tl-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

.tl-section {
  background: #f8fafc;
  padding: 80px 0 96px;
}

/* ── the line ─────────────────────────────── */
.tl-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.tl-list::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #0a1628;
  opacity: 0.15;
}

.tl-item {
  position: relative;
  padding: 0 0 40px 56px;
}
.tl-marker {
  position: absolute;
  left: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  border: 2px solid #0a1628;
  background: #ffffff;
}
.tl-item--past .tl-marker {
  background: #f59e0b;
  border-color: #f59e0b;
}
.tl-item--event .tl-marker {
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  left: 2px;
}

.tl-card {
  background: #ffffff;
  border: 1px solid rgba(10, 22, 40, 0.12);
  border-left: 3px solid #0a1628;
  padding: 24px 28px;
}
.tl-item--past .tl-card { border-left-color: #f59e0b; }

.tl-date {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #0a1628;
  letter-spacing: -0.01em;
}
.tl-badge {
  display: inline-block;
  margin: 10px 0 12px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.tl-badge--live { background: #f59e0b; color: #0a1628; }
.tl-badge--ahead { background: #0a1628; color: #ffffff; }

.tl-applies {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #0a1628;
}
.tl-source {
  font-size: 13px;
  font-weight: 600;
  color: #0a1628;
  opacity: 0.65;
  text-decoration: none;
  border-bottom: 1px solid rgba(10, 22, 40, 0.3);
}
.tl-source:hover { opacity: 1; border-bottom-color: #f59e0b; }

/* ── today divider ────────────────────────── */
.tl-today {
  position: relative;
  list-style: none;
  padding: 8px 0 48px 56px;
}
.tl-today-line {
  border-top: 2px dashed #f59e0b;
  position: relative;
}
.tl-today-line span {
  position: absolute;
  top: -13px;
  left: 0;
  background: #f59e0b;
  color: #0a1628;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 12px;
}

/* ── meaning + cta bands ──────────────────── */
.tl-meaning {
  background: #ffffff;
  padding: 80px 0;
}
.tl-h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0a1628;
  letter-spacing: -0.02em;
  margin: 0 0 32px;
}
.tl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.tl-cell {
  border: 1px solid rgba(10, 22, 40, 0.12);
  border-top: 3px solid #f59e0b;
  padding: 28px;
  background: #f8fafc;
}
.tl-cell h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 12px;
}
.tl-cell p {
  font-size: 15px;
  line-height: 1.65;
  color: #0a1628;
  opacity: 0.85;
  margin: 0;
}

.tl-cta {
  background: #0a1628;
  padding: 80px 0;
  text-align: center;
}
.tl-cta .tl-h2 { color: #ffffff; }
.tl-cta-sub {
  color: #f8fafc;
  opacity: 0.85;
  font-size: 17px;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto 32px;
}
.tl-cta .aip-hero-actions { justify-content: center; }

/* ── responsive ───────────────────────────── */
@media (max-width: 840px) {
  .tl-grid { grid-template-columns: 1fr; }
  .tl-h2 { font-size: 26px; }
  .tl-date { font-size: 19px; }
  .tl-item { padding-left: 44px; }
  .tl-card { padding: 20px; }
}
