/* KX-SECTION indikatoren START */
/* ===================================================
   EXTRACTED INLINE STYLES — Indikatoren
   =================================================== */
/* --- Indikatoren: tv-indicators-free --- */
/* ── Section 1 base ── */
#tv-indicators-free {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: var(--gray-50);
  color: var(--gray-800);
  line-height: 1.6;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
}
#tv-indicators-free * { box-sizing: inherit; }

/* Dark wrapper for hero + flow line only */
#tv-indicators-free .tv-dark-section {
  background-color: #0a0a0a;
  position: relative;
  overflow: hidden;
}
#tv-indicators-free .tv-dark-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0;
}

/* ── Hero ── */
#tv-indicators-free .tv-hero {
  position: relative;
  z-index: 1;
  max-width: 1800px;
  margin: 0 auto;
  padding: 60px 40px 40px;
}
#tv-indicators-free .hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: center;
}
@media (min-width: 900px) {
  #tv-indicators-free .hero-grid {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 4vw;
  }
}
#tv-indicators-free .hero-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--konvex-accent);
  margin: 0 0 18px;
}
#tv-indicators-free .hero-text {
  font-size: 1.08rem;
  color: var(--gray-400);
  max-width: 520px;
  line-height: 1.7;
  margin: 0;
}
#tv-indicators-free .hero-img-wrapper {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(56,182,255,0.13), 0 2px 16px rgba(0,0,0,0.3);
  transform: perspective(900px) rotateY(-3deg) rotateX(2deg);
  transition: transform 0.5s ease;
}
#tv-indicators-free .hero-img-wrapper:hover {
  transform: perspective(900px) rotateY(0deg) rotateX(0deg);
}
#tv-indicators-free .hero-img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
#tv-indicators-free .hero-bg-svg {
  position: absolute;
  top: -80px;
  right: -60px;
  width: 420px;
  height: 420px;
  opacity: 0.08;
  z-index: -1;
  pointer-events: none;
}

/* ── Flow line ── */
#tv-indicators-free .tv-flow-bg {
  position: relative;
  z-index: 1;
  max-width: 1800px;
  margin: -30px auto 0;
  padding: 0 40px;
  pointer-events: none;
}
#tv-indicators-free .tv-flow-bg svg {
  display: block;
  width: 100%;
  height: auto;
}

/* ── Indicator articles ── */
#tv-indicators-free .tv-indicator-section {
  position: relative;
  z-index: 1;
  max-width: 1800px;
  margin: 0 auto;
  padding: 60px 40px;
}
#tv-indicators-free .indicator-article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
#tv-indicators-free .indicator-article.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 900px) {
  #tv-indicators-free .indicator-article {
    grid-template-columns: 1fr 1fr;
  }
  #tv-indicators-free .indicator-article.reverse .indicator-content {
    order: 2;
  }
  #tv-indicators-free .indicator-article.reverse .indicator-visual {
    order: 1;
  }
}
#tv-indicators-free .indicator-content {
  padding: 10px 0;
}
#tv-indicators-free .badge {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
#tv-indicators-free .badge.is-free {
  background: var(--konvex-accent);
}
#tv-indicators-free .badge.is-exclusive {
  background: var(--konvex-gold);
  color: var(--gray-950);
}
#tv-indicators-free .indicator-title {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  color: var(--gray-950);
  line-height: 1.2;
  margin: 0 0 14px;
}
#tv-indicators-free .indicator-desc {
  font-size: 1rem;
  color: var(--gray-700);
  line-height: 1.75;
  margin: 0 0 24px;
}
#tv-indicators-free .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
#tv-indicators-free .feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.98rem;
  color: var(--gray-750);
  font-weight: 600;
}
#tv-indicators-free .icon-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: var(--konvex-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
#tv-indicators-free .icon-check svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#tv-indicators-free .btn-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--btn-radius);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: var(--btn-gradient);
  box-shadow: var(--btn-shadow);
}
#tv-indicators-free .btn-indicator:hover {
  transform: translateY(-2px);
  box-shadow: var(--btn-shadow-hover);
}
#tv-indicators-free .btn-indicator svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#tv-indicators-free .indicator-visual {
  position: relative;
}
#tv-indicators-free .indicator-img-wrapper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08), 0 2px 12px rgba(0,0,0,0.04);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
#tv-indicators-free .indicator-img-wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.12), 0 4px 20px rgba(0,0,0,0.06);
}
#tv-indicators-free .indicator-img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

/* ── Responsive ── */
@media (max-width: 899px) {
  #tv-indicators-free .tv-hero { padding: 40px 20px 30px; }
  #tv-indicators-free .tv-indicator-section { padding: 40px 20px; }
  #tv-indicators-free .tv-flow-bg { padding: 0 20px; }
  #tv-indicators-free .indicator-article { gap: 30px; margin-bottom: 60px; }
}
@media (max-width: 600px) {
  #tv-indicators-free .tv-hero { padding: 30px 16px 20px; }
  #tv-indicators-free .tv-indicator-section { padding: 30px 16px; }
  #tv-indicators-free .tv-flow-bg { padding: 0 16px; }
  #tv-indicators-free .hero-img-wrapper { transform: none; }
}

/* --- Indikatoren: tv-indicators-exclusive --- */
/* ── Section 2 base ── */
#tv-indicators-exclusive {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: #0a0a0a;
  color: var(--gray-400);
  line-height: 1.6;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
}
#tv-indicators-exclusive * { box-sizing: inherit; }
#tv-indicators-exclusive::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0;
  height: 100%;
}

/* ── Indicator articles ── */
#tv-indicators-exclusive .tv-indicator-section {
  position: relative;
  z-index: 1;
  max-width: 1800px;
  margin: 0 auto;
  padding: 60px 40px;
}
#tv-indicators-exclusive .indicator-article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
#tv-indicators-exclusive .indicator-article.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 900px) {
  #tv-indicators-exclusive .indicator-article {
    grid-template-columns: 1fr 1fr;
  }
  #tv-indicators-exclusive .indicator-article.reverse .indicator-content {
    order: 2;
  }
  #tv-indicators-exclusive .indicator-article.reverse .indicator-visual {
    order: 1;
  }
}
#tv-indicators-exclusive .indicator-content {
  padding: 10px 0;
}
#tv-indicators-exclusive .badge {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
#tv-indicators-exclusive .badge.is-free {
  background: var(--konvex-accent);
}
#tv-indicators-exclusive .badge.is-exclusive {
  background: var(--konvex-gold);
  color: var(--gray-950);
}
#tv-indicators-exclusive .indicator-title {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  color: var(--gray-100);
  line-height: 1.2;
  margin: 0 0 14px;
}
#tv-indicators-exclusive .indicator-desc {
  font-size: 1rem;
  color: var(--gray-400);
  line-height: 1.75;
  margin: 0 0 24px;
}
#tv-indicators-exclusive .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
#tv-indicators-exclusive .feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.98rem;
  color: var(--gray-300);
  font-weight: 600;
}
#tv-indicators-exclusive .icon-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: var(--konvex-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
#tv-indicators-exclusive .icon-check svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#tv-indicators-exclusive .btn-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--btn-radius);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: var(--btn-gradient);
  box-shadow: var(--btn-shadow);
}
#tv-indicators-exclusive .btn-indicator:hover {
  transform: translateY(-2px);
  box-shadow: var(--btn-shadow-hover);
}
#tv-indicators-exclusive .btn-indicator svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#tv-indicators-exclusive .indicator-visual {
  position: relative;
}
#tv-indicators-exclusive .indicator-img-wrapper {
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  box-shadow: 0 20px 60px rgba(0,0,0,0.3), 0 2px 12px rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
#tv-indicators-exclusive .indicator-img-wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.4), 0 4px 20px rgba(0,0,0,0.3);
}
#tv-indicators-exclusive .indicator-img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

/* ── Responsive ── */
@media (max-width: 899px) {
  #tv-indicators-exclusive .tv-indicator-section { padding: 40px 20px; }
  #tv-indicators-exclusive .indicator-article { gap: 30px; margin-bottom: 60px; }
}
@media (max-width: 600px) {
  #tv-indicators-exclusive .tv-indicator-section { padding: 30px 16px; }
}

/* --- Indikatoren: tv-indicators-fx --- */
/* ── Section 3 base ── */
#tv-indicators-fx {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: var(--gray-50);
  color: var(--gray-800);
  line-height: 1.6;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
}
#tv-indicators-fx * { box-sizing: inherit; }

/* ── Indicator articles ── */
#tv-indicators-fx .tv-indicator-section {
  position: relative;
  z-index: 1;
  max-width: 1800px;
  margin: 0 auto;
  padding: 60px 40px;
}
#tv-indicators-fx .indicator-article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
#tv-indicators-fx .indicator-article.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 900px) {
  #tv-indicators-fx .indicator-article {
    grid-template-columns: 1fr 1fr;
  }
  #tv-indicators-fx .indicator-article.reverse .indicator-content {
    order: 2;
  }
  #tv-indicators-fx .indicator-article.reverse .indicator-visual {
    order: 1;
  }
}
#tv-indicators-fx .indicator-content {
  padding: 10px 0;
}
#tv-indicators-fx .badge {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
#tv-indicators-fx .badge.is-free {
  background: var(--konvex-accent);
}
#tv-indicators-fx .badge.is-exclusive {
  background: var(--konvex-gold);
  color: var(--gray-950);
}
#tv-indicators-fx .indicator-title {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  color: var(--gray-950);
  line-height: 1.2;
  margin: 0 0 14px;
}
#tv-indicators-fx .indicator-desc {
  font-size: 1rem;
  color: var(--gray-700);
  line-height: 1.75;
  margin: 0 0 24px;
}
#tv-indicators-fx .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
#tv-indicators-fx .feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.98rem;
  color: var(--gray-750);
  font-weight: 600;
  line-height: 1.5;
}
#tv-indicators-fx .feature-list li strong {
  font-weight: 700;
  color: var(--gray-950);
}
#tv-indicators-fx .icon-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: var(--konvex-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
#tv-indicators-fx .icon-check svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#tv-indicators-fx .btn-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--btn-radius);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: var(--btn-gradient);
  box-shadow: var(--btn-shadow);
}
#tv-indicators-fx .btn-indicator:hover {
  transform: translateY(-2px);
  box-shadow: var(--btn-shadow-hover);
}
#tv-indicators-fx .btn-indicator svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#tv-indicators-fx .indicator-visual {
  position: relative;
}
#tv-indicators-fx .indicator-img-wrapper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08), 0 2px 12px rgba(0,0,0,0.04);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
#tv-indicators-fx .indicator-img-wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.12), 0 4px 20px rgba(0,0,0,0.06);
}
#tv-indicators-fx .indicator-img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

/* ── Bento grid for FX package ── */
#tv-indicators-fx .fx-bento-intro {
  text-align: center;
  margin-bottom: 40px;
}
#tv-indicators-fx .fx-bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}
#tv-indicators-fx .fx-bento-card {
  background: #ffffff;
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  padding: 28px 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
#tv-indicators-fx .fx-bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  border-color: var(--konvex-accent);
}
#tv-indicators-fx .fx-bento-icon {
  width: 44px;
  height: 44px;
  background: rgba(56,182,255,0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
#tv-indicators-fx .fx-bento-icon svg {
  width: 22px;
  height: 22px;
}
#tv-indicators-fx .fx-bento-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gray-950);
  margin: 0 0 8px;
}
#tv-indicators-fx .fx-bento-card p {
  font-size: 0.9rem;
  color: var(--gray-700);
  line-height: 1.6;
  margin: 0;
}
#tv-indicators-fx .fx-bento-cta {
  text-align: center;
  margin-bottom: 48px;
}
#tv-indicators-fx .fx-bento-image {
  max-width: 900px;
  margin: 0 auto 80px;
}

@media (max-width: 640px) {
  #tv-indicators-fx .fx-bento-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Responsive ── */
@media (max-width: 899px) {
  #tv-indicators-fx .tv-indicator-section { padding: 40px 20px; }
  #tv-indicators-fx .indicator-article { gap: 30px; margin-bottom: 60px; }
}
@media (max-width: 600px) {
  #tv-indicators-fx .tv-indicator-section { padding: 30px 16px; }
}

/* KX-SECTION indikatoren END */
