.tsn-ventures-redesign {
  --vrdx-dark: #071017;
  --vrdx-deep: #0c1720;
  --vrdx-panel: rgba(14, 24, 32, 0.94);
  --vrdx-surface: rgba(255,255,255,0.05);
  --vrdx-border: rgba(255,255,255,0.1);
  --vrdx-text: rgba(255,255,255,0.84);
  --vrdx-muted: rgba(255,255,255,0.6);
  overflow-x: clip;
  background: linear-gradient(180deg, #071017 0%, #0d1820 100%);
}

.tsn-ventures-redesign .ventures-rdx-showcase {
  position: relative;
  padding: 112px 0 60px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(212,168,83,0.07), transparent 26%),
    linear-gradient(180deg, #081118 0%, #09151c 52%, #081018 100%);
}

.tsn-ventures-redesign .ventures-rdx-showcase__head {
  max-width: 920px;
  margin: 0 auto 38px;
  text-align: center;
}

.tsn-ventures-redesign .ventures-rdx-showcase__head h1 {
  color: #fff;
  font-size: clamp(2.5rem, 5.8vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  margin-bottom: 16px;
}

.tsn-ventures-redesign .ventures-rdx-showcase__head p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: rgba(255,255,255,0.72);
  font-size: 1.05rem;
  line-height: 1.84;
}

.tsn-ventures-redesign .ventures-rdx-showcase__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 620px;
  margin: 0 auto;
}

.tsn-ventures-redesign .ventures-rdx-showcase__actions .btn {
  width: 100%;
  justify-content: center;
}

.tsn-ventures-redesign .ventures-rdx-feature-list {
  display: grid;
  gap: 24px;
}

.tsn-ventures-redesign .ventures-rdx-feature-row {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(14,24,32,0.96), rgba(9,18,24,0.99));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 22px 72px rgba(0,0,0,0.22);
}

.tsn-ventures-redesign .ventures-rdx-feature-row--reverse {
  flex-direction: row-reverse;
}

.tsn-ventures-redesign .ventures-rdx-feature-row__media {
  position: relative;
  flex: 1.08;
  min-height: 460px;
  overflow: hidden;
  background: #071017;
}

.tsn-ventures-redesign .ventures-rdx-feature-row__slides {
  position: absolute;
  inset: 0;
}

.tsn-ventures-redesign .ventures-rdx-feature-row__slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  filter: var(--hero-image-filter, brightness(0.92) saturate(1.04));
  transition: opacity 0.9s ease, transform 1.15s ease;
  will-change: opacity, transform;
}

.tsn-ventures-redesign .ventures-rdx-feature-row__slide.is-visible {
  opacity: 1;
  transform: scale(1);
}

.tsn-ventures-redesign .ventures-rdx-feature-row__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5,12,16,0.48), transparent 62%);
  pointer-events: none;
}

.tsn-ventures-redesign .ventures-rdx-feature-row__badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(7,16,23,0.72);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tsn-ventures-redesign .ventures-rdx-feature-row__content {
  flex: 0.92;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: clamp(28px, 3.6vw, 44px);
}

.tsn-ventures-redesign .ventures-rdx-feature-row__eyebrow {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tsn-ventures-redesign .ventures-rdx-feature-row h3 {
  color: #fff;
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  line-height: 1.04;
}

.tsn-ventures-redesign .ventures-rdx-feature-row__tagline {
  color: #f3cb67;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.55;
}

.tsn-ventures-redesign .ventures-rdx-feature-row__description {
  color: rgba(255,255,255,0.72);
  font-size: 1.01rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tsn-ventures-redesign .ventures-rdx-feature-row__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tsn-ventures-redesign .ventures-rdx-feature-row__stat {
  min-height: 100%;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

.tsn-ventures-redesign .ventures-rdx-feature-row__stat i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: rgba(212,168,83,0.12);
  color: var(--accent);
}

.tsn-ventures-redesign .ventures-rdx-feature-row__stat strong {
  display: block;
  color: #fff;
  font-size: 0.98rem;
  margin-bottom: 6px;
}

.tsn-ventures-redesign .ventures-rdx-feature-row__stat span {
  color: rgba(255,255,255,0.58);
  font-size: 0.84rem;
  line-height: 1.54;
}

.tsn-ventures-redesign .ventures-rdx-feature-row__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tsn-ventures-redesign .ventures-rdx-feature-row__actions .btn {
  min-width: 180px;
  justify-content: center;
}

.tsn-ventures-redesign .ventures-rdx-feature-row__actions .btn.btn-outline {
  border-color: rgba(255,255,255,0.12);
}

.tsn-ventures-redesign .ventures-rdx-cta {
  padding: 0 0 108px;
  background: linear-gradient(180deg, #101d26 0%, #0a1319 100%);
}

.tsn-ventures-redesign .ventures-rdx-cta__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(14,24,32,0.94), rgba(8,16,22,0.98));
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 28px 90px rgba(0,0,0,0.28);
}

.tsn-ventures-redesign .ventures-rdx-cta__container h2 {
  color: #fff;
  margin-bottom: 12px;
}

.tsn-ventures-redesign .ventures-rdx-cta__container p {
  color: rgba(255,255,255,0.7);
}

.tsn-ventures-redesign .ventures-rdx-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 1180px) {
  .tsn-ventures-redesign .ventures-rdx-cta__container {
    grid-template-columns: 1fr;
  }

  .tsn-ventures-redesign .ventures-rdx-feature-row,
  .tsn-ventures-redesign .ventures-rdx-feature-row--reverse {
    flex-direction: column;
  }

  .tsn-ventures-redesign .ventures-rdx-feature-row__media {
    min-height: 360px;
  }
}

@media (max-width: 768px) {
  .tsn-ventures-redesign .ventures-rdx-showcase {
    padding: 84px 0 52px;
  }

  .tsn-ventures-redesign .ventures-rdx-showcase__head {
    margin-bottom: 28px;
  }

  .tsn-ventures-redesign .ventures-rdx-showcase__head h1 {
    font-size: clamp(2.2rem, 11vw, 3.6rem);
  }

  .tsn-ventures-redesign .ventures-rdx-showcase__actions {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .tsn-ventures-redesign .ventures-rdx-cta__actions,
  .tsn-ventures-redesign .ventures-rdx-feature-row__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tsn-ventures-redesign .ventures-rdx-feature-row__content {
    gap: 16px;
    padding: 24px;
  }

  .tsn-ventures-redesign .ventures-rdx-feature-row__stats {
    grid-template-columns: 1fr;
  }

  .tsn-ventures-redesign .ventures-rdx-feature-row__media {
    min-height: 320px;
  }
}

@media (max-width: 560px) {
  .tsn-ventures-redesign .ventures-rdx-showcase__actions {
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tsn-ventures-redesign .ventures-rdx-feature-row__slide {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .tsn-ventures-redesign .ventures-rdx-feature-row__slides--static .ventures-rdx-feature-row__slide--buffer {
    display: none;
  }
}

html[data-theme="light"] .tsn-ventures-redesign {
  --vrdx-dark: #f3efe7;
  --vrdx-deep: #fbf8f2;
  --vrdx-panel: rgba(255,255,255,0.84);
  --vrdx-surface: rgba(20,33,44,0.04);
  --vrdx-border: rgba(20,33,44,0.08);
  --vrdx-text: rgba(20,33,44,0.82);
  --vrdx-muted: rgba(20,33,44,0.58);
  background: linear-gradient(180deg, #f3efe7 0%, #fbf8f2 100%);
}

html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-showcase {
  background:
    radial-gradient(circle at 84% 16%, rgba(212,168,83,0.14), transparent 28%),
    linear-gradient(180deg, #f4f0e8 0%, #f8f5ee 52%, #fbf8f2 100%);
}

html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-showcase__head h1,
html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-feature-row h3,
html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-cta__container h2 {
  color: #14212c;
}

html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-showcase__head p,
html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-feature-row__description,
html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-cta__container p {
  color: rgba(20,33,44,0.68);
}

html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-feature-row {
  background: rgba(255,255,255,0.84);
  border-color: rgba(20,33,44,0.08);
  box-shadow: 0 22px 60px rgba(24,34,43,0.1);
}

html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-feature-row__slide {
  filter: brightness(1.02) saturate(1.02);
}

html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-feature-row__overlay {
  background: linear-gradient(to top, rgba(243,239,231,0.48), transparent 62%);
}

html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-feature-row__badge {
  background: rgba(255,255,255,0.84);
  border-color: rgba(20,33,44,0.08);
  color: #14212c;
}

html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-feature-row__eyebrow,
html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-feature-row__tagline {
  color: #b7862b;
}

html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-feature-row__description,
html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-feature-row__stat span {
  color: rgba(20,33,44,0.64);
}

html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-feature-row__actions .btn.btn-outline {
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(247,242,232,0.92));
  color: #14212c;
  border-color: rgba(20,33,44,0.08);
  box-shadow: 0 14px 34px rgba(24,34,43,0.08);
}

html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-feature-row__actions .btn.btn-outline:hover {
  background: linear-gradient(180deg, rgba(251,246,237,0.98), rgba(244,236,220,0.96));
  color: #14212c;
  border-color: rgba(183,134,43,0.28);
  box-shadow: 0 18px 38px rgba(212,168,83,0.14);
}

html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-feature-row__stat,
html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-cta__container {
  background: rgba(255,255,255,0.82);
  border-color: rgba(20,33,44,0.08);
  box-shadow: 0 22px 60px rgba(24,34,43,0.1);
}

html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-feature-row__stat strong,
html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-cta__container h2 {
  color: #14212c;
}

html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-feature-row__stat i {
  background: rgba(212,168,83,0.12);
  color: #b7862b;
}

html[data-theme="light"] .tsn-ventures-redesign .ventures-rdx-cta {
  background: linear-gradient(180deg, #f1ece4 0%, #fbf8f2 100%);
}
