:root {
  --navy-980: #010915;
  --navy-960: #031122;
  --navy-930: #05182f;
  --navy-900: #081f3d;
  --navy-850: #0b2a52;
  --navy-800: #0f3768;
  --cyan: #68c7ff;
  --accent: #ff6a00;
  --accent-2: #ff983d;
  --paper: #f6f9ff;
  --white: #ffffff;
  --content: min(1220px, calc(100vw - 48px));
  --radius-xl: 34px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --shadow-deep: 0 28px 80px rgba(0, 0, 0, .40);
  --shadow-soft: 0 22px 54px rgba(0, 10, 24, .24);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; min-height: 100%; }
body {
  font-family: "Inter", system-ui, sans-serif;
  background:
    radial-gradient(circle at 15% 10%, rgba(105, 177, 255, .10), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(255, 126, 36, .08), transparent 24%),
    linear-gradient(180deg, #020b16 0%, #041224 16%, #061a33 48%, #07152b 75%, #03101f 100%);
  color: #ebf4ff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
.training-page { position: relative; }

.trn-topbar {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 40;
  pointer-events: none;
}
.topbar-shell {
  width: var(--content);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  pointer-events: auto;
}
.topbar-home,
.topbar-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  color: rgba(255,255,255,.94);
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: rgba(4, 17, 35, .34);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 24px rgba(1, 8, 18, .18);
  transition: transform .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.topbar-home:hover,
.topbar-nav a:hover {
  transform: translateY(-2px);
  background: rgba(255, 106, 0, .16);
  border-color: rgba(255, 180, 125, .40);
  box-shadow: 0 16px 28px rgba(1, 8, 18, .26);
}
.topbar-nav { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }

.trn-hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  background: #051021;
}
.trn-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.56) saturate(1.08) contrast(1.02);
  transform: scale(1.03);
  animation: heroZoom 20s ease-in-out infinite alternate;
}
.trn-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 26%, rgba(255, 129, 43, .18), transparent 24%),
    radial-gradient(circle at 76% 18%, rgba(106, 180, 255, .14), transparent 28%),
    linear-gradient(180deg, rgba(3,10,20,.10) 0%, rgba(3, 12, 24, .24) 38%, rgba(1, 8, 18, .62) 100%);
}
.trn-hero-overlay::before,
.trn-hero-overlay::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
}
.trn-hero-overlay::before {
  width: 42vw;
  height: 42vw;
  top: -8vw;
  right: -12vw;
  background: radial-gradient(circle, rgba(103, 196, 255, .18), rgba(103, 196, 255, 0) 65%);
  filter: blur(36px);
}
.trn-hero-overlay::after {
  width: 32vw;
  height: 32vw;
  left: -6vw;
  bottom: -8vw;
  background: radial-gradient(circle, rgba(255, 114, 24, .16), rgba(255, 114, 24, 0) 68%);
  filter: blur(28px);
}
.trn-hero-grid {
  position: relative;
  z-index: 2;
  width: var(--content);
  min-height: 100svh;
  margin: 0 auto;
  padding: 132px 0 88px;
  display: grid;
  align-content: center;
}
.trn-hero-copy { max-width: 980px; }

.eyebrow,
.contact-lead,
.footer-label,
.program-kicker {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,238,226,.92);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.trn-logo-wrap {
  position: relative;
  width: min(1060px, 96vw);
  margin: 0 0 30px;
  isolation: isolate;
  background: transparent !important;
  transform-origin: left center;
  animation: logoFloat 7s ease-in-out infinite;
}
.trn-logo-glow {
  position: absolute;
  inset: 12% 6% 12% 4%;
  background:
    radial-gradient(circle at 16% 50%, rgba(255,186,132,.34) 0%, rgba(255,140,43,.26) 22%, rgba(255,255,255,0) 42%),
    radial-gradient(circle at 54% 44%, rgba(255,168,96,.20) 0%, rgba(255,255,255,0) 34%),
    radial-gradient(circle at 86% 42%, rgba(255,214,186,.18) 0%, rgba(255,154,78,.15) 18%, rgba(255,255,255,0) 36%);
  filter: blur(42px);
  opacity: .95;
  pointer-events: none;
  animation: glowPulse 4.8s ease-in-out infinite;
}
.glow-secondary {
  inset: 16% 12% 18% 20%;
  opacity: .52;
  filter: blur(56px);
  animation-duration: 6.1s;
  animation-delay: .8s;
}
.trn-logo-shine {
  position: absolute;
  inset: -8% -2%;
  z-index: 2;
  background: linear-gradient(108deg, rgba(255,255,255,0) 22%, rgba(255,255,255,.05) 34%, rgba(255,231,213,.52) 49%, rgba(255,166,90,.30) 56%, rgba(255,255,255,0) 68%);
  mix-blend-mode: screen;
  filter: blur(1px);
  opacity: .9;
  transform: translateX(-80%) skewX(-18deg);
  pointer-events: none;
  animation: shineSweep 6s cubic-bezier(.22,.61,.36,1) infinite;
}
.trn-logo-spark {
  position: absolute;
  z-index: 4;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,235,214,.92) 18%, rgba(255,146,61,.48) 48%, rgba(255,255,255,0) 72%);
  box-shadow: 0 0 14px rgba(255,208,170,.9), 0 0 28px rgba(255,129,43,.42);
  opacity: 0;
}
.spark-one { left: 12%; top: 25%; animation: sparkBlink 3.4s ease-in-out infinite; }
.spark-two { left: 50%; top: 17%; width: 10px; height: 10px; animation: sparkBlink 4.2s ease-in-out 1s infinite; }
.spark-three { right: 9%; top: 34%; width: 14px; height: 14px; animation: sparkBlink 3.8s ease-in-out 1.6s infinite; }
.trn-logo {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1060px;
  height: auto;
  background: transparent !important;
  filter: drop-shadow(0 16px 42px rgba(0,0,0,.30)) drop-shadow(0 0 12px rgba(255,255,255,.14)) drop-shadow(0 0 28px rgba(255,145,62,.30));
  animation: logoBreath 5.6s ease-in-out infinite;
}
.reveal-logo { opacity: 0; transform: translateY(18px) scale(.97); }
.reveal-logo.visible { opacity: 1; transform: translateY(0) scale(1); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1); }

.trn-hero-copy p {
  margin: 0;
  max-width: 72ch;
  color: rgba(255,255,255,.88);
  font-size: clamp(1rem, 1.12vw, 1.08rem);
  line-height: 1.76;
}
.hero-lead {
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(2,17,36,.38), rgba(2,17,36,.18));
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 36px rgba(0, 8, 20, .18);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease, border-color .3s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; box-shadow: 0 18px 34px rgba(244, 87, 11, .30); }
.btn-primary:hover { box-shadow: 0 22px 40px rgba(244,87,11,.38); }
.btn-secondary { border: 1px solid rgba(255,255,255,.20); color: #fff; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.btn-secondary:hover { background: rgba(255,255,255,.12); }
.hero-tags {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-tags li,
.program-meta {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,183,137,.18);
  color: rgba(255,255,255,.90);
  font-size: .92rem;
}

.section {
  width: var(--content);
  margin: 0 auto;
  padding: 88px 0;
  position: relative;
}
.section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: var(--content);
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,183,137,.16), rgba(255,255,255,0));
}
.section-head { max-width: 860px; }
.section-head h2,
.experience-copy h2,
.contact-cta-copy h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2.2rem, 4vw, 4.3rem);
  line-height: .94;
  color: #f5f9ff;
}
.section-head p,
.experience-copy p,
.contact-cta-copy p {
  margin: 16px 0 0;
  color: rgba(223,235,255,.78);
  font-size: 1.02rem;
  line-height: 1.82;
}

.trn-certifications::before,
.trn-requirements::before,
.trn-contact::before,
.trn-process::before,
.trn-experience::before {
  content: "";
  position: absolute;
  inset: 12px -18px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(12, 38, 73, .30), rgba(5, 17, 35, .18));
  z-index: -1;
}

.logo-ribbon {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
}
.cert-logo {
  min-height: 100px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(6, 28, 56, .08);
  box-shadow: 0 18px 44px rgba(0, 10, 24, .18);
  transition: transform .35s ease, box-shadow .35s ease;
}
.cert-logo:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(0, 10, 24, .22);
}
.cert-logo img { max-width: 180px; max-height: 48px; object-fit: contain; }

.program-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 22px;
}
.program-card,
.req-card,
.step-card,
.contact-card {
  background: linear-gradient(180deg, rgba(8, 27, 52, .90), rgba(5, 18, 36, .86));
  border: 1px solid rgba(255,160,88,.12);
  border-radius: var(--radius-md);
  box-shadow: 0 20px 48px rgba(0, 7, 18, .26);
  backdrop-filter: blur(10px);
}
.program-card {
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.program-card::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(106, 199, 255, .09), rgba(106,199,255,0) 70%);
  pointer-events: none;
}
.program-card::before,
.req-card::before,
.step-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, #6ab4ff, var(--accent));
}
.program-card:hover,
.req-card:hover,
.step-card:hover,
.gallery-card:hover,
.contact-card:hover,
.experience-video:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 58px rgba(0, 8, 19, .36);
  border-color: rgba(255,177,120,.24);
}
.program-card h3,
.req-card h3,
.step-card h3,
.contact-card h3 {
  margin: 0 0 8px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .01em;
  color: #fff;
}
.program-card h3 { font-size: 1.95rem; }
.program-sub { display: block; color: #a8d5ff; font-size: .96rem; margin-bottom: 14px; }
.program-block { margin-top: 14px; }
.program-block strong { display: block; margin-bottom: 8px; color: #fff; }
.program-block ul { margin: 0; padding-left: 18px; color: rgba(223,235,255,.80); line-height: 1.76; }
.program-block p,
.req-card p,
.step-card p,
.contact-card p { margin: 0; color: rgba(223,235,255,.78); line-height: 1.72; }
.card-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 18px; }
.text-link { color: #fff; font-weight: 700; position: relative; }
.text-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), #ffd0ab);
  transform: scaleX(1);
  transform-origin: left;
}
.text-link.secondary { color: #a8d5ff; }

.experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr);
  gap: 28px;
  align-items: center;
}
.stats-grid { display: grid; gap: 14px; margin-top: 24px; }
.stats-grid div {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
}
.stats-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: .92rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.stats-grid span { color: rgba(223,235,255,.78); font-size: .94rem; line-height: 1.58; }
.experience-video {
  position: relative;
  display: flex;
  justify-content: center;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.video-frame {
  position: relative;
  width: min(100%, 370px);
  aspect-ratio: 9 / 16;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-deep);
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(180deg, rgba(7, 20, 38, .9), rgba(5, 16, 30, .94));
}
.video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(255,255,255,.24), rgba(255,255,255,.05));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.video-frame::after {
  content: "";
  position: absolute;
  inset: auto 12% -12% 12%;
  height: 72px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,132,43,.22), rgba(255,132,43,0) 72%);
  filter: blur(18px);
  pointer-events: none;
}
.video-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 3;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
}
.spot-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.96) saturate(1.04);
}

.gallery-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
.gallery-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform .35s ease, box-shadow .35s ease;
}
.gallery-card::after,
.video-frame .spot-video::after { content: ""; }
.gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(2,8,18,.24));
  pointer-events: none;
  z-index: 1;
}
.gallery-card.large { grid-column: span 2; }
.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .9s cubic-bezier(.18,.78,.25,1);
}
.gallery-card.large img { aspect-ratio: 16 / 9; }
.gallery-card:hover img { transform: scale(1.06); }
.gallery-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 16px 18px;
  color: #fff;
  font-size: .94rem;
  background: linear-gradient(180deg, rgba(4,17,35,0), rgba(4,17,35,.84));
}

.requirements-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}
.req-card {
  padding: 24px 22px;
  position: relative;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.req-icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  margin-bottom: 16px;
  font-size: 1.4rem;
}
.req-card h3 { font-size: 1.6rem; }

.steps-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 18px;
}
.step-card {
  padding: 24px 20px;
  position: relative;
  min-height: 200px;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.step-no {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  margin-bottom: 16px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  box-shadow: 0 14px 26px rgba(244,87,11,.18);
}

.contact-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 24px;
  align-items: start;
}
.contact-card {
  padding: 28px 24px;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.contact-card .contact-list { display: grid; gap: 10px; margin: 18px 0; }
.contact-card .contact-list a { color: #eef5ff; font-weight: 700; }
.address-block { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,160,88,.12); }
.address-block strong { display: block; margin-bottom: 8px; color: #f2f7ff; }
.address-block span { color: rgba(223,235,255,.78); line-height: 1.7; }

.partners-footer {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid rgba(8,43,93,.08);
  border-bottom: 1px solid rgba(8,43,93,.06);
  overflow: hidden;
  z-index: 5;
  margin-top: 20px;
}
.partners-track {
  position: relative;
  width: min(1480px, calc(100vw - 24px));
  margin: 0 auto;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
}
.partner {
  height: 56px;
  display: grid;
  place-items: center;
  position: relative;
}
.partner::before {
  content: "";
  position: absolute;
  inset: 8px 8px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,.92), rgba(255,225,202,.25) 52%, rgba(255,255,255,0) 78%);
  filter: blur(10px);
  opacity: .7;
}
.partner img {
  position: relative;
  z-index: 1;
  max-width: 170px;
  max-height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(7,34,71,.08));
}
.site-footer { background: linear-gradient(180deg, #041326 0%, #03101e 100%); color: #d8e9ff; }
.footer-inner {
  width: var(--content);
  margin: 0 auto;
  padding: 34px 0 24px;
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 24px;
}
.footer-block { display: flex; flex-direction: column; gap: 8px; }
.footer-brand-block strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.7rem;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.footer-block span,
.footer-block a { color: rgba(215,231,255,.72); line-height: 1.6; }
.footer-bottom {
  border-top: 1px solid rgba(8,43,93,.08);
  padding: 16px 0 20px;
  text-align: center;
  color: rgba(194,214,241,.68);
  font-size: .92rem;
}
.footer-bottom span { width: var(--content); display: inline-block; }

.reveal-up {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .85s cubic-bezier(.16,1,.3,1), transform .85s cubic-bezier(.16,1,.3,1);
}
.reveal-up.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@keyframes heroZoom {
  0% { transform: scale(1.03); }
  100% { transform: scale(1.10); }
}
@keyframes glowPulse {
  0%,100% { opacity: .68; transform: scale(.985); }
  50% { opacity: 1; transform: scale(1.04); }
}
@keyframes logoFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes logoBreath {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.013); }
}
@keyframes shineSweep {
  0% { transform: translateX(-80%) skewX(-18deg); opacity: 0; }
  10% { opacity: .2; }
  28% { opacity: .95; }
  50% { opacity: .72; }
  68% { opacity: 0; }
  100% { transform: translateX(110%) skewX(-18deg); opacity: 0; }
}
@keyframes sparkBlink {
  0%,100% { opacity: 0; transform: scale(.4); }
  10% { opacity: 0; transform: scale(.4); }
  18% { opacity: 1; transform: scale(1.12); }
  28% { opacity: .9; transform: scale(.9); }
  42% { opacity: 0; transform: scale(.3); }
}

@media (max-width: 1180px) {
  .program-grid,
  .contact-cta,
  .requirements-grid,
  .steps-grid,
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-video { justify-content: flex-start; }
  .steps-grid .step-card:last-child { grid-column: 1 / -1; }
}
@media (max-width: 1080px) {
  .topbar-nav { display: none; }
  .topbar-shell { width: calc(100vw - 24px); }
  .contact-cta,
  .footer-inner,
  .program-grid,
  .requirements-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-card.large { grid-column: span 2; }
}
@media (max-width: 900px) {
  .section { padding: 72px 0; }
  .trn-topbar { top: 12px; }
  .topbar-shell { width: calc(100vw - 20px); }
  .trn-logo-wrap { width: min(100%, 820px); }
  .logo-ribbon,
  .steps-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .partners-track { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
}
@media (max-width: 640px) {
  :root { --content: calc(100vw - 22px); }
  .trn-hero { min-height: 92svh; }
  .trn-hero-grid { padding: 112px 0 54px; min-height: auto; }
  .trn-logo-wrap { width: 100%; margin-bottom: 18px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .hero-tags li,
  .program-meta { font-size: .84rem; }
  .logo-ribbon,
  .gallery-grid,
  .requirements-grid,
  .steps-grid { grid-template-columns: 1fr; }
  .gallery-card.large { grid-column: span 1; }
  .partners-track { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .partner { height: 48px; }
  .partner img { max-width: 130px; max-height: 30px; }
  .video-frame { width: min(100%, 320px); }
}
