.test-route-studio,
.test-route-studio * {
  box-sizing: border-box;
}

.test-route-studio {
  --ink: #07122d;
  --muted: #50627d;
  --paper: #f7fbff;
  --line: rgba(7, 18, 45, 0.12);
  --indigo: #2537c7;
  --cyan: #00c4f0;
  --lime: #d9ff43;
  --navy: #09183e;
  color: var(--ink);
  background: #f7fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: clip;
}

.test-route-studio a {
  color: inherit;
  text-decoration: none;
}

.trs-demo-strip,
.trs-nav,
.trs-snapshot,
.trs-about,
.trs-programs,
.trs-booking,
.trs-instructors,
.trs-areas,
.trs-faq,
.trs-enroll,
.trs-footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.trs-demo-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  color: #c8f7ff;
  background: var(--navy);
  width: 100%;
  padding-inline: max(20px, calc((100vw - 1180px) / 2));
  font-size: 0.9rem;
}

.trs-demo-strip p {
  margin: 0;
  max-width: 780px;
}

.trs-demo-strip nav,
.trs-actions,
.trs-hero-panel div {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.trs-demo-strip a {
  color: #fff;
  font-weight: 800;
}

.trs-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
}

.trs-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.trs-brand span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--lime), var(--cyan));
  font-weight: 950;
}

.trs-brand strong {
  font-size: 1.05rem;
}

.trs-nav nav {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.trs-nav nav::-webkit-scrollbar {
  display: none;
}

.trs-nav nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 850;
  color: #30415f;
  white-space: nowrap;
  background: #fff;
}

.trs-nav-cta {
  color: #06142f !important;
  border-color: transparent !important;
  background: var(--lime) !important;
}

.trs-hero-banner {
  position: relative;
  min-height: clamp(540px, 72vh, 760px);
  overflow: hidden;
  isolation: isolate;
  background: var(--navy);
}

.trs-hero-banner picture,
.trs-hero-banner img,
.trs-hero-overlay {
  position: absolute;
  inset: 0;
}

.trs-hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trs-hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 14, 41, 0.93) 0%, rgba(9, 24, 62, 0.82) 37%, rgba(7, 18, 45, 0.18) 72%),
    linear-gradient(0deg, rgba(217, 255, 67, 0.16), rgba(0, 196, 240, 0.18));
}

.trs-hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  padding: clamp(78px, 11vw, 138px) 0;
  max-width: 680px;
  margin-left: max(20px, calc((100vw - 1180px) / 2));
}

.trs-kicker {
  margin: 0 0 14px;
  color: var(--indigo);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 950;
}

.trs-hero-content .trs-kicker,
.trs-hero-content p {
  color: #dffcff;
}

.trs-hero-content h1 {
  margin: 0;
  max-width: 12ch;
  color: #fff;
  font-size: clamp(2.45rem, 5vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.trs-hero-content > p {
  max-width: 620px;
  margin: 18px 0 0;
  color: #d9eaff;
  font-size: clamp(1.02rem, 1.7vw, 1.22rem);
  line-height: 1.65;
}

.trs-actions {
  margin-top: 30px;
}

.trs-actions a,
.trs-package-grid a,
.trs-slot-console button,
.trs-enroll button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 16px;
  padding: 0 20px;
  font-weight: 950;
  cursor: pointer;
}

.trs-actions a:first-child,
.trs-slot-console button,
.trs-enroll button {
  color: #06142f;
  background: var(--lime);
  box-shadow: 0 18px 50px rgba(217, 255, 67, 0.28);
}

.trs-actions a:last-child {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.38);
  background: rgba(255,255,255,0.08);
}

.trs-hero-panel {
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: 44px;
  z-index: 3;
  width: min(430px, calc(100% - 40px));
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 28px;
  color: #fff;
  background: rgba(7, 18, 45, 0.74);
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 90px rgba(0,0,0,0.28);
}

.trs-hero-panel > span,
.trs-hero-panel b {
  color: var(--lime);
  font-size: 0.82rem;
  font-weight: 950;
}

.trs-hero-panel strong {
  display: block;
  margin: 8px 0 16px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.trs-hero-panel b {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(217,255,67,0.12);
}

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

.trs-snapshot article {
  min-height: 138px;
  padding: 20px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(145deg, #10215b, #2537c7);
  box-shadow: 0 20px 58px rgba(37,55,199,0.18);
}

.trs-snapshot strong {
  display: block;
  color: var(--lime);
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  line-height: 1;
}

.trs-snapshot span {
  display: block;
  margin-top: 20px;
  font-weight: 850;
  line-height: 1.35;
}

.trs-about,
.trs-booking,
.trs-enroll {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 28px;
  align-items: start;
  margin-top: 86px;
  padding: 34px;
  border-radius: 34px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 22px 70px rgba(7,18,45,0.08);
}

.trs-about h2,
.trs-section-head h2,
.trs-booking h2,
.trs-areas h2,
.trs-faq h2,
.trs-enroll h2 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.trs-about p:not(.trs-kicker),
.trs-section-head span,
.trs-booking p,
.trs-faq p,
.trs-enroll p,
.trs-package-grid p,
.trs-instructors p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 1rem;
}

.trs-about dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.trs-about dl div {
  padding: 18px;
  border-radius: 20px;
  background: #eff7ff;
}

.trs-about dt {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  font-weight: 950;
}

.trs-about dd {
  margin: 6px 0 0;
  font-weight: 850;
}

.trs-programs,
.trs-instructors,
.trs-areas,
.trs-faq {
  margin-top: 94px;
}

.trs-section-head {
  display: grid;
  grid-template-columns: minmax(280px, 560px) minmax(260px, 440px);
  gap: 28px;
  align-items: end;
  margin-bottom: 26px;
}

.trs-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.trs-package-grid article {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  border-radius: 30px;
  color: #fff;
  background: radial-gradient(circle at 12% 0%, rgba(0,196,240,0.44), transparent 30%), linear-gradient(145deg, #07122d, #152765);
  box-shadow: 0 24px 70px rgba(7,18,45,0.18);
}

.trs-package-grid span,
.trs-instructors strong {
  color: #aaf5ff;
  font-weight: 900;
  font-size: 0.86rem;
}

.trs-package-grid h3,
.trs-instructors h3 {
  margin: 10px 0;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  line-height: 1.12;
}

.trs-package-grid footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.trs-package-grid footer strong {
  font-size: 1.7rem;
}

.trs-package-grid a {
  color: #06142f;
  background: var(--lime);
}

.trs-slot-console,
.trs-enroll form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 26px;
  color: #fff;
  background: var(--navy);
}

.trs-slot-console label,
.trs-enroll label {
  display: grid;
  gap: 8px;
  color: #bfefff;
  font-size: 0.86rem;
  font-weight: 900;
}

.trs-slot-console select,
.trs-enroll input,
.trs-enroll select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  padding: 0 12px;
  color: #fff;
  background: rgba(255,255,255,0.09);
}

.trs-slot-console output {
  color: #dffcff;
  line-height: 1.4;
}

.trs-slot-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trs-slot-list span {
  border-radius: 999px;
  padding: 9px 12px;
  color: #06142f;
  background: var(--lime);
  font-weight: 950;
}

.trs-instructors > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.trs-instructors article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(7,18,45,0.06);
}

.trs-instructors article > span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--cyan), var(--lime));
  font-weight: 950;
  font-size: 1.35rem;
}

.trs-areas {
  padding: 50px;
  border-radius: 34px;
  color: #fff;
  background: linear-gradient(135deg, #2537c7, #00a0c8);
}

.trs-areas .trs-kicker,
.trs-areas h2 {
  color: #fff;
}

.trs-areas div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.trs-areas span {
  border-radius: 999px;
  padding: 12px 15px;
  color: #06142f;
  background: #fff;
  font-weight: 900;
}

.trs-faq {
  display: grid;
  gap: 12px;
}

.trs-faq details {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px 20px;
  background: #fff;
}

.trs-faq summary {
  cursor: pointer;
  font-weight: 950;
}

.trs-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 42px 0 56px;
  color: var(--muted);
}

.trs-footer strong {
  color: var(--ink);
}

@media (max-width: 920px) {
  .trs-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .trs-hero-panel {
    position: relative;
    inset: auto;
    margin: -22px auto 0;
  }

  .trs-hero-content {
    margin-inline: auto;
    padding-bottom: 64px;
  }

  .trs-snapshot,
  .trs-package-grid,
  .trs-instructors > div {
    grid-template-columns: 1fr 1fr;
  }

  .trs-about,
  .trs-booking,
  .trs-enroll,
  .trs-section-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .trs-demo-strip,
  .trs-snapshot,
  .trs-about,
  .trs-programs,
  .trs-booking,
  .trs-instructors,
  .trs-areas,
  .trs-faq,
  .trs-enroll,
  .trs-footer,
  .trs-nav {
    width: min(100% - 28px, 1180px);
  }

  .trs-demo-strip {
    width: 100%;
    display: grid;
    padding-inline: 14px;
  }

  .trs-nav nav {
    width: 100%;
  }

  .trs-hero-banner {
    min-height: 650px;
  }

  .trs-hero-overlay {
    background: linear-gradient(0deg, rgba(6,14,41,0.92), rgba(9,24,62,0.52));
  }

  .trs-hero-content h1 {
    font-size: clamp(2rem, 11vw, 2.75rem);
  }

  .trs-snapshot,
  .trs-package-grid,
  .trs-instructors > div {
    grid-template-columns: 1fr;
  }

  .trs-about,
  .trs-booking,
  .trs-enroll,
  .trs-areas {
    padding: 24px;
    border-radius: 26px;
  }

  .trs-package-grid article {
    min-height: 0;
  }

  .trs-package-grid footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
