.tls-page {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 40px 0 72px;
  box-sizing: border-box;
}

.tls-hero,
.tls-single-hero {
  margin-bottom: 40px;
}

.tls-eyebrow {
  margin: 0 0 10px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.72;
}

.tls-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.18;
}

.tls-intro {
  max-width: 760px;
  margin: 16px 0 0;
  font-size: 1.05rem;
  line-height: 1.85;
  opacity: 0.88;
}

.tls-group {
  margin-top: 56px;
}

.tls-group-head {
  margin-bottom: 22px;
}

.tls-group-title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.35;
}

.tls-group-desc {
  max-width: 760px;
  margin: 10px 0 0;
  line-height: 1.8;
  opacity: 0.82;
}

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

.tls-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-sizing: border-box;
}

.tls-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tls-card-title {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.45;
}

.tls-card-title a {
  color: inherit;
  text-decoration: none;
}

.tls-card-title a:hover {
  text-decoration: underline;
}

.tls-card-summary {
  margin: 0;
  line-height: 1.8;
  opacity: 0.86;
}

.tls-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tls-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.86rem;
  line-height: 1;
  background: rgba(0, 0, 0, 0.05);
}

.tls-card-actions,
.tls-single-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.tls-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
  box-sizing: border-box;
}

.tls-btn:hover {
  transform: translateY(-1px);
}

.tls-btn-primary {
  color: #fff;
  background: #1f2937;
}

.tls-btn-ghost {
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: transparent;
}

.tls-single {
  width: min(860px, calc(100% - 40px));
}

.tls-chip-row--single {
  margin-bottom: 28px;
}

.tls-content {
  line-height: 1.95;
}

.tls-launch {
  margin: 24px 0;
}

.tls-embed-wrap {
  width: 100%;
  margin: 28px 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.tls-embed {
  display: block;
  width: 100%;
  min-height: 720px;
  border: 0;
  background: #fff;
}

/* <= 1000 */
@media (max-width: 1000px) {
  .tls-page,
  .tls-single {
    width: min(100%, calc(100% - 32px));
    padding-top: 34px;
    padding-bottom: 64px;
  }

  .tls-grid {
    gap: 18px;
  }

  .tls-card {
    min-height: 210px;
    padding: 22px;
  }
}

/* <= 820 */
@media (max-width: 820px) {
  .tls-grid {
    grid-template-columns: 1fr;
  }

  .tls-group {
    margin-top: 48px;
  }

  .tls-embed {
    min-height: 640px;
  }
}

/* <= 640 */
@media (max-width: 640px) {
  .tls-page,
  .tls-single {
    width: min(100%, calc(100% - 24px));
    padding-top: 28px;
    padding-bottom: 56px;
  }

  .tls-title {
    font-size: clamp(1.75rem, 7vw, 2.25rem);
  }

  .tls-intro,
  .tls-group-desc,
  .tls-card-summary,
  .tls-content {
    line-height: 1.88;
  }

  .tls-card {
    min-height: unset;
    padding: 20px;
    border-radius: 18px;
  }

  .tls-btn {
    width: 100%;
  }

  .tls-card-actions,
  .tls-single-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tls-embed {
    min-height: 560px;
  }
}

/* <= 420 */
@media (max-width: 420px) {
  .tls-page,
  .tls-single {
    width: min(100%, calc(100% - 20px));
  }

  .tls-title {
    font-size: 1.65rem;
  }

  .tls-card {
    padding: 18px;
  }

  .tls-chip {
    min-height: 28px;
    padding: 0 10px;
    font-size: 0.8rem;
  }
}

/* <= 360 */
@media (max-width: 360px) {
  .tls-page,
  .tls-single {
    width: min(100%, calc(100% - 16px));
  }

  .tls-title {
    font-size: 1.5rem;
  }

  .tls-card,
  .tls-group-desc,
  .tls-intro,
  .tls-content {
    font-size: 0.96rem;
  }
}