.elementor-3923 .elementor-element.elementor-element-9764b47{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-ebcbdcf */.tn-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.tn-hero-inside-talent {
  background: radial-gradient(circle at top left, #007db1 0, #111827 45%, #020617 100%);
  color: #f9fafb;
  padding: 4rem 0 3rem;
}

.tn-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.tn-badge {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 999px;
  padding: 0.2rem 0.75rem;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.6);
  margin-bottom: 0.75rem;
}

.tn-hero h1 {
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  margin-bottom: 0.3rem;
}

.tn-hero h2 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #e5e7eb;
  margin-bottom: 1rem;
}

.tn-hero p {
  color: #e5e7eb;
  line-height: 1.6;
}

.tn-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0 0.5rem;
}

.tn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.3rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.15s ease-out;
}

.tn-btn-primary {
  background: #6dae51;
  color: #0b1120;
  border-color: #6dae51;
}

.tn-btn-primary:hover {
  background: #5a9544;
  border-color: #5a9544;
  transform: translateY(-1px);
}

.tn-btn-outline {
  background: transparent;
  color: #e5e7eb;
  border-color: rgba(148, 163, 184, 0.7);
}

.tn-btn-outline:hover {
  background: rgba(148, 163, 184, 0.12);
  transform: translateY(-1px);
}

.tn-rss-link {
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

.tn-hero-media .tn-video-embed iframe {
  width: 100%;
  border-radius: 0.75rem;
}

.tn-section {
  padding: 3rem 0;
}

.tn-section-player {
  background: #f9fafb;
}

.tn-section-player h2 {
  text-align: center;
  margin-bottom: 0.75rem;
}

.tn-section-intro {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 1.5rem;
  color: #4b5563;
}

.tn-audio-embed iframe {
  max-width: 700px;
  margin: 0 auto;
  display: block;
}

.tn-section-split {
  background: #ffffff;
}

.tn-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 2.5rem;
}

.tn-split-col p {
  color: #374151;
}

.tn-split-col ul {
  margin-left: 1.2rem;
  color: #374151;
}

.tn-split-highlight {
  background: #f3f4f6;
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
}

@media (max-width: 900px) {
  .tn-hero-inner,
  .tn-split {
    grid-template-columns: minmax(0, 1fr);
  }

  .tn-hero-media {
    order: -1;
  }
}/* End custom CSS */