.elementor-1776 .elementor-element.elementor-element-d4bbf31{padding:120px 0px 0px 0px;overflow:visible;}.elementor-1776 .elementor-element.elementor-element-6066e92 > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-b5b1224 */:root {
    --pink: #E91E8C; --pink-dark: #C41578; --pink-light: #fce8f3;
    --black: #0d0d0d; --dark: #111111;
    --gray-bg: #f5f5f5; --gray-mid: #e8e8e8;
    --gray-text: #666666; --gray-light: #888888;
    --white: #ffffff; --max-w: 1160px;
    --radius: 10px; --radius-lg: 16px;
    --font-head: 'Arimo', sans-serif;
    --font-body: 'Arimo', sans-serif;
  }
  .container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
  .section-label { display: block; font-family: var(--font-head); font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pink); margin-bottom: 10px; }
  .section-title { font-family: var(--font-head); font-size: clamp(26px, 3.2vw, 38px); font-weight: 800; line-height: 1.15; color: var(--black); margin-bottom: 16px; }
  .section-desc { font-size: 16px; color: var(--gray-text); max-width: 580px; line-height: 1.75; }
  .center { text-align: center; }
  .center .section-desc { margin: 0 auto; }

  /* BUTTONS */
  .btn { display: inline-block; font-family: var(--font-head); font-size: 13px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 13px 26px; border-radius: 50px; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s, color 0.2s; white-space: nowrap; }
  .btn-pink { background: var(--pink); color: var(--white); }
  .btn-pink:hover { background: var(--pink-dark); transform: translateY(-1px); }
  .btn-outline-white { background: transparent; color: var(--white); border: 2px solid var(--white); }
  .btn-outline-white:hover { background: var(--white); color: var(--pink); }
  .btn-outline-pink { background: transparent; color: var(--pink); border: 2px solid var(--pink); }
  .btn-outline-pink:hover { background: var(--pink); color: var(--white); }
  .btn-white { background: var(--white); color: var(--pink); }
  .btn-white:hover { background: var(--pink-light); }
  /* BREADCRUMB */
  .breadcrumb { padding: 14px 24px; background: var(--gray-bg); border-bottom: 1px solid var(--gray-mid); }
  .breadcrumb-inner { max-width: var(--max-w); margin: 0 auto; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 13px; color: var(--gray-light); }
  .breadcrumb-inner a { color: var(--gray-light); transition: color 0.2s; }
  .breadcrumb-inner a:hover { color: var(--pink); }
  .breadcrumb-inner .current { color: var(--black); font-weight: 600; }
  .sep { color: #ccc; }

  /* ══ HERO ══ */
  .hero { padding: 80px 24px 96px; background: var(--white); }
  .hero-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
  .hero-eyebrow { display: block; font-family: var(--font-head); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; color: var(--pink); margin-bottom: 14px; }
  .hero h1 { font-family: var(--font-head); font-size: clamp(34px, 4.2vw, 52px); font-weight: 800; line-height: 1.1; color: var(--black); margin-bottom: 14px; }
  .hero h1 em { font-style: italic; color: var(--pink); }
  .hero-sub { font-size: 17px; color: var(--gray-text); line-height: 1.75; margin-bottom: 32px; }
  .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }

  /* Topic nav pills */
  .topic-nav { display: flex; flex-direction: column; gap: 8px; }
  .topic-nav-label { font-family: var(--font-head); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gray-light); margin-bottom: 4px; }
  .topic-pills { display: flex; flex-wrap: wrap; gap: 8px; }
  .topic-pill { background: var(--gray-bg); border: 1.5px solid var(--gray-mid); border-radius: 50px; padding: 7px 16px; font-family: var(--font-head); font-size: 12px; font-weight: 700; color: #444; transition: background 0.2s, border-color 0.2s, color 0.2s; cursor: pointer; }
  .topic-pill:hover { background: var(--pink-light); border-color: var(--pink); color: var(--pink-dark); }

  /* Hero: quick answer card */
  .quick-card { background: var(--white); border-radius: var(--radius-lg); box-shadow: 0 2px 28px rgba(0,0,0,0.09); border: 1.5px solid var(--gray-mid); overflow: hidden; position: sticky; top: 96px; }
  .qcard-head { background: var(--black); padding: 22px 28px; display: flex; align-items: center; justify-content: space-between; }
  .qcard-head h3 { font-family: var(--font-head); font-size: 16px; font-weight: 800; color: var(--white); }
  .qcard-head p { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 2px; }
  .qcard-badge { background: var(--pink); color: var(--white); font-family: var(--font-head); font-size: 11px; font-weight: 800; padding: 5px 12px; border-radius: 6px; white-space: nowrap; }
  .qcard-items { display: flex; flex-direction: column; gap: 0; }
  .qcard-item { padding: 16px 24px; border-bottom: 1px solid var(--gray-mid); transition: background 0.15s; cursor: pointer; }
  .qcard-item:last-child { border-bottom: none; }
  .qcard-item:hover { background: var(--gray-bg); }
  .qcard-item h4 { font-family: var(--font-head); font-size: 14px; font-weight: 800; color: var(--black); margin-bottom: 3px; display: flex; align-items: center; gap: 8px; }
  .qcard-item h4::before { content: 'Q'; background: var(--pink-light); color: var(--pink); font-size: 10px; font-weight: 800; padding: 2px 7px; border-radius: 4px; flex-shrink: 0; }
  .qcard-item p { font-size: 12px; color: var(--gray-light); }
  .qcard-foot { padding: 14px 24px; background: var(--gray-bg); }
  .qcard-foot p { font-size: 12px; color: var(--gray-light); }
  .qcard-foot strong { color: var(--pink); font-family: var(--font-head); }

  /* ══ PINK BANNER ══ */
  .pink-banner { background: var(--pink); padding: 72px 24px; text-align: center; }
  .pink-banner h2 { font-family: var(--font-head); font-size: clamp(20px, 2.8vw, 28px); font-weight: 800; color: var(--white); max-width: 840px; margin: 0 auto 20px; line-height: 1.4; }
  .pink-banner p { color: rgba(255,255,255,0.88); font-size: 16px; max-width: 640px; margin: 0 auto 32px; }

  /* ══ MAIN FAQ BLOCK ══ */
  .faq-main { padding: 96px 24px; background: var(--white); }
  .faq-main-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 280px 1fr; gap: 56px; align-items: start; }

  /* Sticky sidebar nav */
  .faq-sidebar { position: sticky; top: 96px; }
  .faq-sidebar h4 { font-family: var(--font-head); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gray-light); margin-bottom: 16px; }
  .faq-sidebar-nav { list-style: none; display: flex; flex-direction: column; gap: 4px; }
  .faq-sidebar-nav li a { display: block; padding: 9px 14px; border-radius: var(--radius); font-family: var(--font-head); font-size: 13px; font-weight: 700; color: #555; border: 1.5px solid transparent; transition: background 0.2s, border-color 0.2s, color 0.2s; }
  .faq-sidebar-nav li a:hover { background: var(--pink-light); border-color: var(--pink); color: var(--pink-dark); }
  .faq-sidebar-nav li a.active { background: var(--pink-light); border-color: var(--pink); color: var(--pink-dark); }

  /* FAQ content sections */
  .faq-content { display: flex; flex-direction: column; gap: 56px; }
  .faq-block { scroll-margin-top: 120px; }
  .faq-block-head { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 2px solid var(--gray-mid); }
  .faq-block-icon { width: 44px; height: 44px; background: var(--pink-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .faq-block-icon svg { width: 20px; height: 20px; stroke: var(--pink); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .faq-block h2 { font-family: var(--font-head); font-size: clamp(20px, 2.4vw, 26px); font-weight: 800; color: var(--black); }
  .faq-block p { font-size: 15px; color: var(--gray-text); line-height: 1.8; margin-bottom: 16px; }
  .faq-block p:last-child { margin-bottom: 0; }
  .faq-list-plain { list-style: none; display: flex; flex-direction: column; gap: 8px; margin: 12px 0 16px; }
  .faq-list-plain li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #444; }
  .faq-list-plain li::before { content: ''; width: 6px; height: 6px; background: var(--pink); border-radius: 50%; flex-shrink: 0; }

  /* VOD model cards */
  .vod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 20px 0; }
  .vod-card { border-radius: var(--radius-lg); overflow: hidden; border: 1.5px solid var(--gray-mid); transition: border-color 0.2s, transform 0.2s; display: block;
    padding: 0;}
  .vod-card:hover { border-color: var(--pink); transform: translateY(-2px); }
  .vod-card-head { padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; }
  .vod-card.svod .vod-card-head { background: #e0f4ff; }
  .vod-card.avod .vod-card-head { background: var(--pink-light); }
  .vod-card.tvod .vod-card-head { background: #e6f9f0; }
  .vod-acronym { font-family: var(--font-head); font-size: 20px; font-weight: 800; }
  .vod-card.svod .vod-acronym { color: #006fa3; }
  .vod-card.avod .vod-acronym { color: var(--pink-dark); }
  .vod-card.tvod .vod-acronym { color: #1a9e5a; }
  .vod-full { font-family: var(--font-head); font-size: 10px; font-weight: 700; text-align: right; line-height: 1.3; }
  .vod-card.svod .vod-full { color: #006fa3; }
  .vod-card.avod .vod-full { color: var(--pink-dark); }
  .vod-card.tvod .vod-full { color: #1a9e5a; }
  .vod-card-body { padding: 16px 20px; background: var(--white); }
  .vod-card-body p { font-size: 13px; color: var(--gray-text); line-height: 1.65; margin-bottom: 10px; }
  .vod-examples { list-style: none; display: flex; flex-direction: column; gap: 4px; }
  .vod-examples li { font-size: 12px; color: var(--gray-light); padding-left: 14px; position: relative; }
  .vod-examples li::before { content: ''; position: absolute; left: 0; top: 7px; width: 5px; height: 5px; background: var(--gray-mid); border-radius: 50%; }

  /* Rights table */
  .rights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0; }
  .right-item { background: var(--gray-bg); border-radius: var(--radius); padding: 14px 18px; border: 1.5px solid transparent; transition: border-color 0.2s, background 0.2s; }
  .right-item:hover { border-color: var(--pink); background: var(--white); }
  .right-item h4 { font-family: var(--font-head); font-size: 13px; font-weight: 800; color: var(--black); margin-bottom: 3px; }
  .right-item p { font-size: 12px; color: var(--gray-text); line-height: 1.5; }

  /* Contract checklist */
  .contract-checklist { display: flex; flex-direction: column; gap: 10px; margin: 16px 0; }
  .cc-item { background: var(--gray-bg); border-radius: var(--radius); padding: 14px 18px; border: 1.5px solid transparent; display: flex; align-items: center; gap: 12px; transition: border-color 0.2s, background 0.2s; }
  .cc-item:hover { border-color: var(--pink); background: var(--white); }
  .cc-tick { width: 22px; height: 22px; border-radius: 50%; background: var(--pink-light); border: 1.5px solid var(--pink); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .cc-tick::after { content: '✓'; font-size: 10px; color: var(--pink); font-weight: 800; }
  .cc-item p { font-size: 14px; color: #444; font-family: var(--font-head); font-weight: 700; }

  /* Mistakes */
  .mistakes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 16px 0; }
  .mistake-card { background: var(--white); border-radius: var(--radius-lg); border: 1.5px solid var(--gray-mid); padding: 24px 22px; transition: border-color 0.2s, transform 0.2s; }
  .mistake-card:hover { border-color: var(--pink); transform: translateY(-2px); }
  .mistake-num { font-family: var(--font-head); font-size: 11px; font-weight: 800; color: var(--pink); letter-spacing: 0.1em; margin-bottom: 8px; display: block; }
  .mistake-card h4 { font-family: var(--font-head); font-size: 15px; font-weight: 800; color: var(--black); margin-bottom: 8px; }
  .mistake-card p { font-size: 13px; color: var(--gray-text); line-height: 1.65; margin-bottom: 10px; }
  .mistake-sub { list-style: none; display: flex; flex-direction: column; gap: 4px; }
  .mistake-sub li { font-size: 12px; color: var(--gray-text); padding-left: 14px; position: relative; line-height: 1.45; }
  .mistake-sub li::before { content: ''; position: absolute; left: 0; top: 6px; width: 5px; height: 5px; background: var(--pink); border-radius: 50%; }

  /* Aggregator vs distributor inline comparison */
  .agg-vs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 16px 0; }
  .agg-col { border-radius: var(--radius-lg); overflow: hidden; border: 1.5px solid var(--gray-mid); }
  .agg-col.dist { border-color: var(--pink); }
  .agg-col-head { padding: 14px 20px; }
  .agg-col:not(.dist) .agg-col-head { background: var(--gray-bg); }
  .agg-col.dist .agg-col-head { background: var(--pink); }
  .agg-col-head h4 { font-family: var(--font-head); font-size: 14px; font-weight: 800; color: var(--black); }
  .agg-col.dist .agg-col-head h4 { color: var(--white); }
  .agg-col-body { padding: 16px 20px; background: var(--white); }
  .agg-col-body ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }
  .agg-col-body li { font-size: 13px; color: var(--gray-text); display: flex; align-items: center; gap: 8px; }
  .agg-col-body li::before { content: ''; width: 5px; height: 5px; background: var(--gray-mid); border-radius: 50%; flex-shrink: 0; }
  .agg-col.dist .agg-col-body li::before { background: var(--pink); }

  /* How distribution works steps */
  .dist-steps { display: flex; flex-direction: column; gap: 0; margin: 16px 0; }
  .dist-step { display: flex; align-items: flex-start; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--gray-mid); }
  .dist-step:last-child { border-bottom: none; }
  .ds-num { width: 28px; height: 28px; border-radius: 50%; background: var(--pink-light); border: 1.5px solid var(--pink); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .ds-num span { font-family: var(--font-head); font-size: 12px; font-weight: 800; color: var(--pink); }
  .dist-step p { font-size: 14px; color: #444; line-height: 1.5; padding-top: 4px; }

  /* ══ KNOWLEDGE CARDS ══ */
  .knowledge-section { padding: 96px 24px; background: var(--gray-bg); }
  .knowledge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
  .know-card { background: var(--white); border-radius: var(--radius-lg); padding: 32px 28px; border: 1.5px solid var(--gray-mid); transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; }
  .know-card:hover { border-color: var(--pink); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(233,30,140,0.08); }
  .know-icon { width: 48px; height: 48px; background: var(--pink-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
  .know-icon svg { width: 22px; height: 22px; stroke: var(--pink); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .know-card h3 { font-family: var(--font-head); font-size: 17px; font-weight: 800; color: var(--black); margin-bottom: 10px; }
  .know-card p { font-size: 14px; color: var(--gray-text); line-height: 1.65; }

  /* ══ WHY BINGE ══ */
  .why-section { padding: 96px 24px; background: var(--white); }
  .why-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 5fr 7fr; gap: 80px; align-items: center; }
  .why-left p { font-size: 16px; color: var(--gray-text); line-height: 1.75; margin-bottom: 32px; }
  .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .why-card { background: var(--gray-bg); border-radius: var(--radius-lg); padding: 28px 24px; border: 1.5px solid transparent; transition: border-color 0.2s, transform 0.2s; }
  .why-card:hover { border-color: var(--pink); transform: translateY(-2px); }
  .why-card.pink-card { background: var(--pink); }
  .wc-num { display: block; font-family: var(--font-head); font-size: 11px; font-weight: 800; color: var(--pink); letter-spacing: 0.1em; margin-bottom: 10px; }
  .why-card.pink-card .wc-num { color: rgba(255,255,255,0.65); }
  .why-card h4 { font-family: var(--font-head); font-size: 16px; font-weight: 800; color: var(--black); margin-bottom: 8px; }
  .why-card.pink-card h4 { color: var(--white); }
  .why-card p { font-size: 13px; color: var(--gray-text); line-height: 1.65; }
  .why-card.pink-card p { color: rgba(255,255,255,0.85); }
  .why-mini { list-style: none; margin-top: 10px; display: flex; flex-direction: column; gap: 5px; }
  .why-mini li { font-size: 12px; color: var(--gray-text); padding-left: 13px; position: relative; }
  .why-mini li::before { content: ''; position: absolute; left: 0; top: 6px; width: 4px; height: 4px; background: var(--pink); border-radius: 50%; }
  .why-card.pink-card .why-mini li { color: rgba(255,255,255,0.8); }
  .why-card.pink-card .why-mini li::before { background: rgba(255,255,255,0.6); }

  /* ══ BROWSE ══ */
  .browse-section { padding: 96px 24px; background: var(--gray-bg); }
  .browse-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 56px; }
  .browse-card { border-radius: var(--radius-lg); overflow: hidden; border: 1.5px solid var(--gray-mid); transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; display: flex; flex-direction: column; }
  .browse-card:hover { border-color: var(--pink); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(233,30,140,0.08); }
  .browse-top { padding: 28px 24px 20px; background: var(--white); flex: 1; }
  .browse-type { font-family: var(--font-head); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--pink); margin-bottom: 8px; }
  .browse-card h3 { font-family: var(--font-head); font-size: 17px; font-weight: 800; color: var(--black); margin-bottom: 8px; line-height: 1.25; }
  .browse-card p { font-size: 13px; color: var(--gray-text); line-height: 1.65; }
  .browse-bot { padding: 16px 24px; background: var(--gray-bg); border-top: 1px solid var(--gray-mid); }
  .browse-bot a { font-family: var(--font-head); font-size: 12px; font-weight: 800; color: var(--pink); text-transform: uppercase; letter-spacing: 0.06em; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
  .browse-bot a:hover { gap: 10px; }
  .browse-bot a::after { content: '→'; }

  /* ══ INLINE FAQ ACCORDION ══ */
  .faq-accordion-section { padding: 96px 24px; background: var(--white); }
  .faq-list { display: flex; flex-direction: column; gap: 4px; margin-top: 48px; max-width: 800px; margin-left: auto; margin-right: auto; }
  .faq-item { background: var(--white); border-radius: var(--radius); border: 1.5px solid var(--gray-mid); overflow: hidden; transition: border-color 0.2s; }
  .faq-item.open { border-color: var(--pink); }
  .faq-q { width: 100%; background: none; border: none; padding: 22px 28px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; text-align: left; gap: 16px; }
  .faq-q span { font-family: var(--font-head); font-size: 16px; font-weight: 700; color: var(--black); line-height: 1.4; }
  .faq-arrow { width: 28px; height: 28px; border-radius: 50%; background: var(--gray-bg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.2s, transform 0.3s; }
  .faq-item.open .faq-arrow { background: var(--pink); transform: rotate(45deg); }
  .faq-arrow svg { width: 14px; height: 14px; stroke: #666; stroke-width: 2.5; fill: none; }
  .faq-item.open .faq-arrow svg { stroke: var(--white); }
  .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.2s; padding: 0 28px; }
  .faq-item.open .faq-a { max-height: 400px; padding: 0 28px 24px; }
  .faq-a p { font-size: 15px; color: var(--gray-text); line-height: 1.75; }
  .faq-a ul { list-style: none; margin-top: 10px; display: flex; flex-direction: column; gap: 6px; }
  .faq-a ul li { font-size: 14px; color: var(--gray-text); padding-left: 16px; position: relative; }
  .faq-a ul li::before { content: ''; position: absolute; left: 0; top: 7px; width: 5px; height: 5px; background: var(--pink); border-radius: 50%; }
  .faq-a a { color: var(--pink); text-decoration: underline; }

  /* ══ FINAL CTA ══ */
  .cta-section { background: var(--black); padding: 88px 24px; text-align: center; }
  .cta-section h2 { font-family: var(--font-head); font-size: clamp(26px, 4vw, 44px); font-weight: 800; color: var(--white); max-width: 620px; margin: 0 auto 16px; line-height: 1.15; }
  .cta-section p { color: rgba(255,255,255,0.85); font-size: 17px; margin-bottom: 36px; }
  .cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.55s ease, transform 0.55s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  @media (max-width: 960px) {
    .hero-inner { grid-template-columns: 1fr; gap: 48px; }
    .quick-card { position: static; }
    .faq-main-inner { grid-template-columns: 1fr; }
    .faq-sidebar { position: static; }
    .vod-grid { grid-template-columns: 1fr; }
    .mistakes-grid { grid-template-columns: 1fr; }
    .agg-vs { grid-template-columns: 1fr; }
    .rights-grid { grid-template-columns: 1fr; }
    .knowledge-grid { grid-template-columns: 1fr 1fr; }
    .why-inner { grid-template-columns: 1fr; gap: 48px; }
    .browse-grid { grid-template-columns: 1fr 1fr; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 640px) {
    nav { display: none; }
    .knowledge-grid { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .browse-grid { grid-template-columns: 1fr 1fr; }
    .footer-inner { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
    .hero-btns { flex-direction: column; align-items: flex-start; }
  }/* End custom CSS */