/* ======================================== */
/* TRAINING PAGE                            */
/* ======================================== */

.orion-training {
  background: var(--orion-color-bg);
  color: var(--orion-color-text);
}

.orion-training *,
.orion-training *::before,
.orion-training *::after {
  box-sizing: border-box;
}

.tr-container {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.tr-section-alt {
  background: var(--orion-color-bg-soft);
}

.tr-header {
  max-width: 940px;
  margin: 0 auto 18px;
}

.tr-header-center {
  text-align: center;
}

.tr-header h2,
.tr-card h3,
.tr-hero-main h1,
.tr-hero-panel h3,
.tr-final-box h2 {
  margin: 0;
  font-family: "Glacial Indifference", Inter, sans-serif;
  font-weight: 400;
  color: var(--orion-color-dark);
}

.tr-header h2,
.tr-final-box h2 {
  font-size: 50px;
  line-height: 1.12;
  letter-spacing: -1.2px;
}

.tr-header p,
.tr-card p,
.tr-final-box p {
  color: var(--orion-color-text-muted);
  font-size: 16px;
  line-height: 1.7;
}

/* HERO */

.tr-hero-wrap {
  padding: 0;
}

.tr-hero-box {
  background: #ffffff;
  border: 1px solid var(--orion-color-border);
  border-radius: 34px;
  padding: 0 38px 24px;
  box-shadow: 0 24px 60px rgba(18, 18, 18, 0.12);
}

.tr-hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.tr-hero-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  text-align: center;
  width: 100%;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.olc-logo {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  margin: 0 auto;
}

.tr-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
}

.tr-tagline-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: -46px 0 28px;
}

.tr-hero-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
}

.tr-hero-tagline {
  margin: 0;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 500;
  color: var(--orion-color-dark);
  text-align: center;
  letter-spacing: 0.2px;
}

.tr-hero-main h1 {
  color: var(--orion-color-dark);
  font-size: 70px;
  line-height: 1.05;
  letter-spacing: -2px;
  max-width: 840px;
  margin-top: 8px;
}

.tr-hero-copy {
  margin-top: 18px;
  max-width: 840px;
  color: var(--orion-color-text-muted);
  font-size: 17px;
  line-height: 1.75;
}


.tr-series-title {
  margin: 34px 0 10px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.12;
}

.tr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
}

.tr-actions-center {
  justify-content: center;
}
.tr-actions .orion-btn-primary {
  min-width: 280px;
}

.tr-hero-panel {
  width: 100%;
  max-width: 1320px;
  margin: 18px auto 0;
  display: block;
  background: transparent;
}

.tr-launch-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  background: linear-gradient(180deg,#1f1f1f,#141414);
  border: none;
  border: 2px solid rgba(255,255,255,.08);
  border-radius: 34px;
  padding: 52px 56px;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  align-items: start;
  box-shadow: 0 24px 60px rgba(18,18,18,.18);
  color: #ffffff;
}

.tr-launch-card ul {
  margin: 14px 0 0;
  padding-left: 22px;
}

.tr-launch-card li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.tr-launch-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tr-launch-column .tr-actions {
  margin-top: auto;
  justify-content: flex-start;
  padding-top: 20px;
}

.tr-launch-column h2,
.tr-launch-column h3,
.tr-launch-column .orion-eyebrow,
.tr-launch-column .tr-hero-subheading,
.tr-launch-column .tr-hero-copy {
  color: #fff;
}

.tr-launch-column .tr-hero-subheading {
  color: rgba(255,255,255,.78);
}

.tr-launch-column .tr-hero-copy {
  color: rgba(255,255,255,.82);
}

.tr-launch-card h3 {
  color: #ffffff;
}

.tr-launch-card .tr-hero-list li {
  color: rgba(255,255,255,.88);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.tr-hero-panel h3 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.18;
  margin-bottom: 22px;
}

.tr-hero-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tr-hero-list li {
  color: var(--orion-color-text);
  font-size: 18px;
  line-height: 1.5;
  padding: 18px 0;
  border-bottom: 1px solid var(--orion-color-border);
}

.tr-hero-list li:last-child {
  border-bottom: none;
}

.tr-card-divider {
  border: 0;
  border-top: 1px solid rgba(255,255,255,.12);
  margin: 40px 0;
}

/* GRIDS */

.tr-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.tr-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}


.tr-grid-4 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.tr-grid-6 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

/* CARDS */

.tr-card,
.tr-final-box {
  background: var(--orion-color-white);
  border: 1px solid var(--orion-color-border);
  border-radius: 24px;
  box-shadow: 0 8px 20px rgba(18, 18, 18, 0.04);
}

.tr-card {
  padding: 30px 34px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
}


.tr-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(18, 18, 18, 0.08);
}

.tr-grid-6 .tr-card {
  min-height: 320px;
}

.tr-grid-6 .tr-card .emoji {
  font-size: 38px;
  width: 44px;
}


.tr-grid-6 .tr-card p {
  margin-bottom: 18px;
}

.tr-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.tr-card-link:hover,
.tr-card-link:focus {
  text-decoration: none;
  color: inherit;
}

.tr-card-link .tr-card {
  height: 100%;
}

.tr-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 600;
  margin-bottom: 14px;
}

.tr-card .emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  font-size: 32px;
  line-height: 1;
}

.tr-card-title {
  margin-bottom: 18px;
}

.tr-card-title h3 {
  margin-bottom: 10px;
}

.tr-card-accent {
  display: block;
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b71c1c 0%, #ff6a00 100%);
}

.tr-feature-list {
  margin: 22px 0 0;
  padding-left: 22px;
}

.tr-feature-list li {
  margin-bottom: 10px;
  color: var(--orion-color-text-muted);
  font-size: 16px;
  line-height: 1.6;
}


.tr-feature-list li:last-child {
  margin-bottom: 0;
}

.tr-final-box .tr-feature-list {
  display: inline-block;
  text-align: left;
  margin: 24px auto 0;
}

/* UPDATED FINAL BOX */
.tr-final-box {
  max-width: 1120px;
  margin: 0 auto;
  padding: 58px 64px;
  text-align: center;
}

.tr-final-box h2 {
  font-size: 44px;
  line-height: 1.15;
  max-width: 900px;
  margin: 0 auto 24px;
}

.tr-final-box p {
  max-width: 900px;
  margin: 0 auto 20px;
  text-align: left;
}

.tr-final-box .tr-feature-list {
  max-width: 420px;
  margin: 28px auto;
  text-align: left;
}

.tr-check {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tr-check li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  color: var(--orion-color-text-muted);
  line-height: 1.6;
}

.tr-check li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orion-color-primary);
  font-size: 18px;
  line-height: 1.4;
}

/* Overview card styles to match Learning Center cards */
.tr-overview-title {
  margin-bottom: 18px;
}

.tr-overview-title h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  font-weight: 600;
}

.tr-overview-title .emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  font-size: 32px;
  line-height: 1;
  flex-shrink: 0;
}

.tr-overview-accent {
  display: block;
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b71c1c 0%, #ff6a00 100%);
}
/* FINAL BOX */

/* RESPONSIVE */

@media (max-width: 1200px) {
  .tr-hero-grid,
  .tr-grid-2,
  .tr-grid-3,
  .tr-grid-4,
  .tr-grid-6 {
    grid-template-columns: 1fr;
  }

  .tr-hero-main h1 {
    font-size: 58px;
  }
}

@media (max-width: 980px) {
  .tr-header h2,
  .tr-final-box h2 {
    font-size: 40px;
  }
  .tr-launch-card {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 36px 28px;
    margin-top: 0;
  }

  .tr-launch-column .tr-actions {
    margin-top: 24px;
  }

  .tr-final-box {
    max-width: 100%;
    padding: 42px 32px;
  }
}

@media (max-width: 640px) {
  .orion-training .tr-container {
    width: 100%;
    max-width: none;
    padding-left: 12px;
    padding-right: 12px;
  }

  .tr-hero-box {
    padding: 0 8px 22px;
    border-radius: 28px;
  }

  .tr-hero-panel {
    width: 100%;
    max-width: none;
    margin-top: 18px;
    padding: 0;
  }

  .tr-launch-card {
    width: 100%;
    max-width: none;
    padding: 36px 24px;
    border-radius: 30px;
    gap: 30px;
  }

  .olc-logo {
    width: 100%;
    max-width: 560px;
    max-height: none;
  }

  .tr-tagline-wrap {
    margin: 8px 0 24px;
    padding: 0 14px;
  }

  .tr-hero-tagline {
    font-size: clamp(23px, 7vw, 31px);
    line-height: 1.18;
    margin: 0;
  }

  .tr-series-title {
    margin-top: 30px;
    font-size: 30px;
  }

  .tr-header h2,
  .tr-final-box h2 {
    font-size: 32px;
    letter-spacing: -0.8px;
  }

  .tr-card,
  .tr-final-box {
    padding: 24px;
  }

  .tr-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tr-actions .orion-btn {
    width: 100%;
  }

  .tr-actions .orion-btn-primary {
    min-width: 0;
  }

  .tr-final-box h2 {
    font-size: 34px;
  }

  .tr-final-box p,
  .tr-final-box .tr-feature-list {
    text-align: left;
  }
}
.tr-hero-main .orion-eyebrow {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.tr-hero-main .orion-eyebrow::after {
  margin: 10px auto 0;
}

.tr-hero-copy {
  margin-left: auto;
  margin-right: auto;
}

.tr-actions {
  justify-content: center;
}