.elementor-1789 .elementor-element.elementor-element-83705d6{padding:120px 0px 0px 0px;overflow:visible;}.elementor-1789 .elementor-element.elementor-element-37acd29 > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-3c73a00 */: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 0; background: var(--white); overflow: hidden; }
  .hero-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .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, 50px); 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: 36px; max-width: 480px; }
  .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
  .hero-visual { position: relative; padding-bottom: 72px; }

  /* Hero: quick comparison card */
  .quick-compare { 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; }
  .qc-header { background: var(--black); padding: 20px 24px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 8px; }
  .qc-header-cell { font-family: var(--font-head); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
  .qc-header-cell.label { color: rgba(255,255,255,0.35); }
  .qc-header-cell.filmhub { color: rgba(255,255,255,0.65); text-align: center; }
  .qc-header-cell.binge { color: var(--pink); text-align: center; }
  .qc-row { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 8px; padding: 13px 24px; border-bottom: 1px solid var(--gray-mid); align-items: center; transition: background 0.15s; }
  .qc-row:last-child { border-bottom: none; }
  .qc-row:hover { background: var(--gray-bg); }
  .qc-row-label { font-family: var(--font-head); font-size: 13px; font-weight: 700; color: var(--black); }
  .qc-cell { text-align: center; display: flex; align-items: center; justify-content: center; }
  .qc-icon { width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; }
  .qc-icon.yes { background: var(--pink-light); color: var(--pink); }
  .qc-icon.no { background: #fff0f0; color: #cc3333; }
  .qc-icon.mid { background: #fff8e0; color: #b07d00; }
  .qc-footer { display: grid; grid-template-columns: 2fr 1fr 1fr; background: var(--pink-light); border-top: 2px solid var(--pink); padding: 14px 24px; gap: 8px; align-items: center; }
  .qc-footer p { font-size: 12px; color: var(--gray-text); }
  .qc-footer .btn { font-size: 11px; padding: 8px 14px; text-align: center; display: block; }
  .hero-float { position: absolute; bottom: 0; right: -8px; background: var(--pink); color: var(--white); border-radius: 12px; padding: 16px 22px; box-shadow: 0 8px 28px rgba(233,30,140,0.3); text-align: center; }
  .hero-float .num { font-family: var(--font-head); font-size: 22px; font-weight: 800; line-height: 1; }
  .hero-float .lbl { font-size: 11px; opacity: 0.85; margin-top: 3px; }

  /* ══ PINK BANNER ══ */
  .pink-banner { background: var(--pink); padding: 72px 24px; text-align: center; margin-top: 80px; }
  .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; }

  /* ══ FULL COMPARISON TABLE ══ */
  .table-section { padding: 96px 24px; background: var(--white); }
  .compare-table { margin-top: 56px; border-radius: var(--radius-lg); overflow: hidden; border: 1.5px solid var(--gray-mid); }
  .ct-head { display: grid; grid-template-columns: 2.5fr 1fr 1.4fr; background: var(--black); }
  .cth-cell { padding: 20px 24px; }
  .cth-cell:not(:first-child) { border-left: 1px solid rgba(255,255,255,0.06); }
  .cth-label { font-family: var(--font-head); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 4px; }
  .cth-cell:first-child .cth-label { color: rgba(255,255,255,0.3); }
  .cth-cell:nth-child(2) .cth-label { color: rgba(255,255,255,0.55); }
  .cth-cell:nth-child(3) .cth-label { color: var(--pink); }
  .cth-name { font-family: var(--font-head); font-size: 18px; font-weight: 800; color: var(--white); }
  .cth-cell:first-child .cth-name { color: rgba(255,255,255,0.4); font-size: 12px; }
  .ct-row { display: grid; grid-template-columns: 2.5fr 1fr 1.4fr; background: var(--white); border-top: 1px solid var(--gray-mid); transition: background 0.15s; }
  .ct-row:hover { background: var(--gray-bg); }
  .ct-cell { padding: 16px 24px; border-left: 1px solid var(--gray-mid); font-size: 14px; color: var(--gray-text); line-height: 1.5; }
  .ct-cell:first-child { color: var(--black); font-weight: 700; font-family: var(--font-head); font-size: 14px; border-left: none; display: flex; align-items: center; }
  .ct-cell.binge-cell { color: var(--black); font-weight: 600; }
  .ct-tag { display: inline-block; font-family: var(--font-head); font-size: 11px; font-weight: 800; padding: 3px 10px; border-radius: 50px; }
  .ct-tag.yes { background: var(--pink-light); color: var(--pink-dark); }
  .ct-tag.no { background: #fff0f0; color: #cc3333; }
  .ct-tag.mid { background: #fff8e0; color: #b07d00; }
  .ct-foot { display: grid; grid-template-columns: 2.5fr 1fr 1.4fr; background: var(--pink-light); border-top: 2px solid var(--pink); }
  .ctf-cell { padding: 18px 24px; }
  .ctf-cell:not(:first-child) { border-left: 1px solid rgba(233,30,140,0.15); }
  .ctf-cell p { font-size: 13px; color: var(--gray-text); line-height: 1.5; }
  .ctf-cell:first-child p { font-size: 12px; color: var(--gray-light); font-style: italic; }
  .ctf-cell:nth-child(3) p { font-family: var(--font-head); font-weight: 700; color: var(--pink-dark); }

  /* ══ SIDE BY SIDE SECTIONS ══ */
  .compare-section { padding: 96px 24px; }
  .compare-section.bg-gray { background: var(--gray-bg); }
  .compare-section.bg-white { background: var(--white); }
  .compare-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin-top: 56px; }
  .compare-col { border-radius: var(--radius-lg); overflow: hidden; border: 1.5px solid var(--gray-mid); display: flex; flex-direction: column; }
  .compare-col.binge-col { border-color: var(--pink); box-shadow: 0 8px 32px rgba(233,30,140,0.12); }
  .cc-head { padding: 24px 28px; background: var(--gray-bg); }
  .compare-col.binge-col .cc-head { background: var(--pink); }
  .cc-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: 6px; }
  .compare-col.binge-col .cc-label { color: rgba(255,255,255,0.65); }
  .cc-name { font-family: var(--font-head); font-size: 20px; font-weight: 800; color: var(--black); }
  .compare-col.binge-col .cc-name { color: var(--white); }
  .cc-body { padding: 24px 28px; background: var(--white); flex: 1; }
  .cc-body p { font-size: 14px; color: var(--gray-text); line-height: 1.7; margin-bottom: 16px; }
  .cc-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
  .cc-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--gray-text); line-height: 1.45; }
  .cc-list li .ci { width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; font-size: 9px; font-weight: 800; }
  .cc-list li .ci.pos { background: var(--pink-light); color: var(--pink); }
  .cc-list li .ci.neg { background: #fff0f0; color: #cc3333; }
  .cc-foot { padding: 20px 28px; background: var(--gray-bg); border-top: 1px solid var(--gray-mid); }
  .compare-col.binge-col .cc-foot { background: var(--pink-dark); border-top-color: rgba(255,255,255,0.15); }
  .cc-foot 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; }
  .cc-foot a:hover { gap: 10px; }
  .cc-foot a::after { content: '→'; }
  .compare-col.binge-col .cc-foot a { color: var(--white); }

  /* ══ IS FILMHUB GOOD ══ */
  .filmhub-section { padding: 96px 24px; background: var(--white); }
  .filmhub-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
  .fh-works { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
  .fh-works li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #444; list-style: none; }
  .fh-works li::before { content: ''; width: 6px; height: 6px; background: var(--gray-mid); border-radius: 50%; flex-shrink: 0; }
  .fh-better-box { background: var(--black); border-radius: var(--radius-lg); padding: 36px 32px; }
  .fh-better-box .section-label { color: var(--pink); }
  .fh-better-box h3 { font-family: var(--font-head); font-size: 22px; font-weight: 800; color: var(--white); margin-bottom: 14px; }
  .fh-better-box p { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.75; margin-bottom: 20px; }
  .fh-needs { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
  .fh-needs li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.5; }
  .fh-dot { width: 20px; height: 20px; border-radius: 50%; background: rgba(233,30,140,0.2); border: 1px solid var(--pink); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
  .fh-dot::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }

  /* ══ CHALLENGES ══ */
  .challenges-section { padding: 96px 24px; background: var(--gray-bg); }
  .challenges-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 5fr 7fr; gap: 72px; align-items: start; }
  .ch-left p { font-size: 16px; color: var(--gray-text); line-height: 1.75; margin-bottom: 20px; }
  .challenges-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 8px; }
  .challenge-card { background: var(--white); border-radius: var(--radius); padding: 20px 22px; border: 1.5px solid var(--gray-mid); transition: border-color 0.2s, transform 0.2s; }
  .challenge-card:hover { border-color: var(--pink); transform: translateY(-2px); }
  .challenge-icon { font-size: 20px; margin-bottom: 10px; }
  .challenge-card h4 { font-family: var(--font-head); font-size: 14px; font-weight: 800; color: var(--black); margin-bottom: 4px; }
  .challenge-card p { font-size: 13px; color: var(--gray-text); line-height: 1.55; }

  /* ══ AGGREGATOR vs DISTRIBUTOR vs BINGE ══ */
  .three-way-section { padding: 96px 24px; background: var(--black); }
  .three-way-section .section-title { color: var(--white); }
  .three-way-section .section-label { color: var(--pink); }
  .three-way-section .section-desc { color: rgba(255,255,255,0.6); }

  /* ══ HOW TO CHOOSE ══ */
  .choose-section { padding: 96px 24px; background: var(--white); }
  .choose-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
  .choose-questions { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
  .choose-q { background: var(--gray-bg); border-radius: var(--radius); padding: 16px 20px; border: 1.5px solid transparent; display: flex; align-items: center; gap: 14px; transition: border-color 0.2s, background 0.2s, transform 0.2s; }
  .choose-q:hover { border-color: var(--pink); background: var(--white); transform: translateX(4px); }
  .choose-q-num { font-family: var(--font-head); font-size: 12px; font-weight: 800; color: var(--pink); flex-shrink: 0; width: 24px; }
  .choose-q p { font-size: 14px; color: var(--black); font-weight: 600; font-family: var(--font-head); }
  .why-binge-card { background: var(--pink); border-radius: var(--radius-lg); padding: 40px 36px; }
  .why-binge-card .section-label { color: rgba(255,255,255,0.65); }
  .why-binge-card h3 { font-family: var(--font-head); font-size: clamp(22px, 2.6vw, 28px); font-weight: 800; color: var(--white); margin-bottom: 16px; }
  .wb-rows { display: flex; flex-direction: column; gap: 16px; }
  .wb-row { display: flex; align-items: flex-start; gap: 14px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.15); }
  .wb-row:last-child { border-bottom: none; padding-bottom: 0; }
  .wb-dot-wrap { width: 28px; height: 28px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: var(--font-head); font-size: 12px; font-weight: 800; color: var(--white); }
  .wb-row h4 { font-family: var(--font-head); font-size: 15px; font-weight: 800; color: var(--white); margin-bottom: 4px; }
  .wb-row p { font-size: 13px; color: rgba(255,255,255,0.8); line-height: 1.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: '→'; }

  /* ══ FAQ ══ */
  .faq-section { padding: 96px 24px; background: var(--white); }
  .faq-inner { max-width: 800px; margin: 0 auto; }
  .faq-list { margin-top: 48px; display: flex; flex-direction: column; gap: 4px; }
  .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: 320px; padding: 0 28px 24px; }
  .faq-a p { font-size: 15px; color: var(--gray-text); line-height: 1.75; }
  .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, .filmhub-inner, .challenges-inner, .choose-inner { grid-template-columns: 1fr; gap: 48px; }
    .hero-visual { padding-bottom: 32px; }
    .hero-float { right: 0; }
    .compare-inner { grid-template-columns: 1fr; }
    .challenges-grid { grid-template-columns: 1fr 1fr; }
    .browse-grid { grid-template-columns: 1fr 1fr; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .ct-head, .ct-row, .ct-foot { grid-template-columns: 1.5fr 1fr 1.4fr; }
  }
  @media (max-width: 640px) {
    nav { display: none; }
    .challenges-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; }
    .qc-header, .qc-row, .qc-footer { grid-template-columns: 1.5fr 1fr 1fr; }
    .ct-head, .ct-row, .ct-foot { overflow-x: auto; }
  }/* End custom CSS */