/* Start custom CSS for section, class: .elementor-element-39aa1ec *//* Base */
.tv-container { width: min(1100px, 92vw); margin: 0 auto; }
.tv-h1, .tv-h2 { font-family: Montserrat, sans-serif; color: #5D3A6A; }
.tv-sub, p { font-family: Lato, sans-serif; color: #2A3B47; }

/* Hero */
.tv-hero { background: linear-gradient(135deg, #F3E8FF 0%, #ffffff 100%); padding: 100px 0 60px; text-align: center; }
.tv-h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 16px; }
.tv-sub { font-size: 1.2rem; margin-bottom: 24px; }

/* Buttons */
.tv-btn { padding: 12px 20px; border-radius: 10px; font-weight: 700; text-decoration: none; margin: 0 8px; }
.tv-primary { background: #5D3A6A; color: #fff; }
.tv-secondary { background: transparent; border: 2px solid #5D3A6A; color: #5D3A6A; }

/* Why TV Narration */
.tv-why { background: #ffffff; padding: 60px 0; }
.tv-icons { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 20px; }
.tv-icon-card { background: #F3E8FF; padding: 16px; border-radius: 10px; color: #2A3B47; }

/* Demo */
.tv-demo { background: #F3E8FF; padding: 60px 0; text-align: center; }
.tv-demo audio { width: 100%; max-width: 600px; border: 2px solid #5D3A6A; border-radius: 8px; }

/* Experience */
.tv-experience { background: #ffffff; padding: 60px 0; text-align: center; }

/* Closing CTA */
.tv-cta-section { background: #5D3A6A; color: #fff; padding: 80px 0; text-align: center; }
.tv-cta-section h2 { color: #fff; margin-bottom: 20px; }
.tv-cta-section .tv-btn.tv-primary { background: #F3E8FF; color: #5D3A6A; }
.tv-cta-section .tv-btn.tv-secondary { border: 2px solid #F3E8FF; color: #F3E8FF; }

/* Responsive */
@media (max-width: 980px) {
  .tv-icons { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a9df41e */.tv-download {
  margin-top: 20px;
}

.tv-download .tv-btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

.tv-download .tv-secondary {
  background: transparent;
  border: 2px solid #5D3A6A; /* eggplant purple */
  color: #5D3A6A;
  transition: all 0.3s ease;
}

.tv-download .tv-secondary:hover {
  background: #5D3A6A;
  color: #fff;
}/* End custom CSS */