.elementor-1761 .elementor-element.elementor-element-36a3752{padding:120px 0px 0px 0px;overflow:visible;}.elementor-1761 .elementor-element.elementor-element-b800591 > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-f1c1741 */: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, 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: 36px; max-width: 480px; }
  .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
  .hero-visual { position: relative; padding-bottom: 72px; }

  /* Hero: stats card */
  .stats-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; }
  .sc-header { background: var(--black); padding: 22px 28px; display: flex; align-items: center; justify-content: space-between; }
  .sc-header h3 { font-family: var(--font-head); font-size: 16px; font-weight: 800; color: var(--white); }
  .sc-header p { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 2px; }
  .sc-badge { background: var(--pink); color: var(--white); font-family: var(--font-head); font-size: 11px; font-weight: 800; padding: 5px 12px; border-radius: 6px; }
  .sc-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--gray-mid); }
  .sc-stat { padding: 20px 18px; text-align: center; border-right: 1px solid var(--gray-mid); }
  .sc-stat:last-child { border-right: none; }
  .sc-stat-num { font-family: var(--font-head); font-size: 26px; font-weight: 800; color: var(--black); line-height: 1; }
  .sc-stat-num span { color: var(--pink); }
  .sc-stat-lbl { font-size: 11px; color: var(--gray-light); margin-top: 4px; }
  .sc-types { display: flex; flex-direction: column; gap: 0; }
  .sc-type-row { display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; border-bottom: 1px solid var(--gray-mid); transition: background 0.15s; }
  .sc-type-row:last-child { border-bottom: none; }
  .sc-type-row:hover { background: var(--gray-bg); }
  .sc-type-left { display: flex; align-items: center; gap: 12px; }
  .sc-type-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
  .sc-type-dot.feature { background: var(--pink); }
  .sc-type-dot.short { background: #1ce883; }
  .sc-type-dot.doc { background: #00A8E0; }
  .sc-type-dot.series { background: #f5c842; }
  .sc-type-name { font-family: var(--font-head); font-size: 13px; font-weight: 800; color: var(--black); }
  .sc-type-tag { font-family: var(--font-head); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 50px; }
  .sc-type-tag.feature { background: var(--pink-light); color: var(--pink-dark); }
  .sc-type-tag.short { background: #e6f9f0; color: #1a9e5a; }
  .sc-type-tag.doc { background: #e0f4ff; color: #006fa3; }
  .sc-type-tag.series { background: #fff8e0; color: #8a6500; }
  .sc-footer { padding: 14px 24px; background: var(--gray-bg); }
  .sc-footer p { font-size: 12px; color: var(--gray-light); }
  .sc-footer strong { color: var(--pink); font-family: var(--font-head); }
  .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: 26px; 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; }

  /* ══ CASE STUDY LISTING BLOCK ══ */
  .cases-section { padding: 96px 24px; background: var(--white); }
  .cases-filter { display: flex; gap: 10px; flex-wrap: wrap; margin: 40px 0 48px; justify-content: center; }
  .cf-btn { background: var(--gray-bg); border: 1.5px solid var(--gray-mid); border-radius: 50px; padding: 9px 20px; font-family: var(--font-head); font-size: 13px; font-weight: 700; color: #444; cursor: pointer; transition: background 0.2s, border-color 0.2s, color 0.2s; }
  .cf-btn:hover, .cf-btn.active { background: var(--pink-light); border-color: var(--pink); color: var(--pink-dark); }
  .cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .case-card { border-radius: var(--radius-lg); overflow: hidden; border: 1.5px solid var(--gray-mid); transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s; display: flex; flex-direction: column; }
  .case-card:hover { border-color: var(--pink); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(233,30,140,0.08); }
  .case-card-top { padding: 28px 28px 20px; background: var(--gray-bg); flex: 1; }
  .case-type-row { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
  .case-type-badge { font-family: var(--font-head); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; padding: 4px 12px; border-radius: 50px; }
  .case-type-badge.feature { background: var(--pink-light); color: var(--pink-dark); }
  .case-type-badge.short { background: #e6f9f0; color: #1a9e5a; }
  .case-type-badge.doc { background: #e0f4ff; color: #006fa3; }
  .case-type-badge.series { background: #fff8e0; color: #8a6500; }
  .case-genre { font-family: var(--font-head); font-size: 11px; font-weight: 700; color: var(--gray-light); }
  .case-card h3 { font-family: var(--font-head); font-size: 20px; font-weight: 800; color: var(--black); margin-bottom: 10px; line-height: 1.2; }
  .case-card p { font-size: 14px; color: var(--gray-text); line-height: 1.7; }
  .case-platforms { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
  .case-plt { background: var(--white); border: 1px solid var(--gray-mid); border-radius: 6px; padding: 4px 10px; font-family: var(--font-head); font-size: 11px; font-weight: 700; color: #555; }
  .case-stats { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); border-top: 1px solid var(--gray-mid); }
  .case-stat { padding: 14px 20px; border-right: 1px solid var(--gray-mid); }
  .case-stat:last-child { border-right: none; }
  .case-stat-num { font-family: var(--font-head); font-size: 18px; font-weight: 800; color: var(--black); line-height: 1; }
  .case-stat-num span { color: var(--pink); }
  .case-stat-lbl { font-size: 11px; color: var(--gray-light); margin-top: 3px; }
  .case-cta { padding: 16px 24px; background: var(--white); border-top: 1px solid var(--gray-mid); }
  .case-cta 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; }
  .case-cta a:hover { gap: 10px; }
  .case-cta a::after { content: '→'; }

  /* ══ CATEGORY SECTIONS ══ */
  .category-section { padding: 96px 24px; }
  .category-section.bg-gray { background: var(--gray-bg); }
  .category-section.bg-white { background: var(--white); }
  .cat-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 5fr 7fr; gap: 72px; align-items: start; }
  .cat-left p { font-size: 16px; color: var(--gray-text); line-height: 1.75; margin-bottom: 20px; }
  .cat-highlights { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
  .cat-highlight { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #444; }
  .cat-highlight::before { content: ''; width: 6px; height: 6px; background: var(--pink); border-radius: 50%; flex-shrink: 0; }
  .cat-left .btn { margin-top: 28px; }
  .cat-right-cards { display: flex; flex-direction: column; gap: 14px; }
  .metric-card { background: var(--white); border-radius: var(--radius); padding: 20px 24px; border: 1.5px solid var(--gray-mid); display: flex; align-items: center; gap: 20px; transition: border-color 0.2s, transform 0.2s; }
  .metric-card:hover { border-color: var(--pink); transform: translateX(4px); }
  .category-section.bg-white .metric-card { background: var(--gray-bg); }
  .mc-icon { width: 44px; height: 44px; flex-shrink: 0; background: var(--pink-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
  .mc-icon svg { width: 20px; height: 20px; stroke: var(--pink); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .mc-label { font-size: 12px; color: var(--gray-light); margin-bottom: 2px; }
  .mc-value { font-family: var(--font-head); font-size: 16px; font-weight: 800; color: var(--black); }
  .mc-value span { color: var(--pink); }

  /* ══ WHY CASE STUDIES MATTER ══ */
  .why-section { padding: 96px 24px; background: var(--black); }
  .why-section .section-title { color: var(--white); }
  .why-section .section-label { color: var(--pink); }
  .why-section .section-desc { color: rgba(255,255,255,0.6); }
  .why-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 56px; }
  .why-card { background: #1a1a1a; border-radius: var(--radius-lg); padding: 28px 22px; border: 1px solid #2a2a2a; transition: border-color 0.2s, transform 0.2s; text-align: center; }
  .why-card:hover { border-color: var(--pink); transform: translateY(-3px); }
  .wc-icon { width: 48px; height: 48px; background: rgba(233,30,140,0.1); border: 1px solid rgba(233,30,140,0.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
  .wc-icon svg { width: 22px; height: 22px; stroke: var(--pink); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .why-card p { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.6; font-family: var(--font-head); font-weight: 700; }

  /* ══ HOW FILMMAKERS SUCCEED ══ */
  .success-section { padding: 96px 24px; background: var(--white); }
  .success-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
  .success-steps { display: flex; flex-direction: column; gap: 20px; margin-top: 8px; }
  .ss-item { background: var(--gray-bg); border-radius: var(--radius-lg); padding: 28px 28px; border: 1.5px solid transparent; transition: border-color 0.2s, background 0.2s, transform 0.2s; }
  .ss-item:hover { border-color: var(--pink); background: var(--white); transform: translateX(4px); }
  .ss-num { font-family: var(--font-head); font-size: 11px; font-weight: 800; color: var(--pink); letter-spacing: 0.1em; margin-bottom: 8px; display: block; }
  .ss-item h4 { font-family: var(--font-head); font-size: 17px; font-weight: 800; color: var(--black); margin-bottom: 8px; }
  .ss-item p { font-size: 14px; color: var(--gray-text); line-height: 1.65; margin-bottom: 12px; }
  .ss-tags { display: flex; flex-wrap: wrap; gap: 6px; }
  .ss-tag { background: var(--pink-light); border-radius: 50px; padding: 4px 12px; font-family: var(--font-head); font-size: 11px; font-weight: 700; color: var(--pink-dark); }
  .success-cta-col { display: flex; flex-direction: column; gap: 0; }
  .success-cta-head { margin-bottom: 28px; }
  .success-cta-head p { font-size: 16px; color: var(--gray-text); line-height: 1.75; margin-top: 12px; }
  .ongoing-card { background: var(--pink); border-radius: var(--radius-lg); padding: 36px 32px; margin-top: 24px; }
  .ongoing-card h3 { font-family: var(--font-head); font-size: 20px; font-weight: 800; color: var(--white); margin-bottom: 12px; }
  .ongoing-card p { font-size: 14px; color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 20px; }
  .ongoing-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
  .ongoing-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,0.85); }
  .ongoing-list li::before { content: ''; width: 6px; height: 6px; background: rgba(255,255,255,0.6); border-radius: 50%; flex-shrink: 0; }

  /* ══ TESTIMONIALS ══ */
  .testimonials-section { padding: 96px 24px; background: var(--gray-bg); }
  .testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 56px; }
  .testimonial-card { background: var(--white); border-radius: var(--radius-lg); padding: 36px 32px; border: 1.5px solid var(--gray-mid); transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; position: relative; }
  .testimonial-card:hover { border-color: var(--pink); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(233,30,140,0.08); }
  .tq-mark { font-family: var(--font-head); font-size: 64px; font-weight: 800; color: var(--pink-light); line-height: 1; margin-bottom: 12px; display: block; }
  .testimonial-card blockquote { font-family: var(--font-head); font-size: 16px; font-weight: 700; color: var(--black); line-height: 1.6; font-style: italic; margin-bottom: 24px; border:0; background: #fff;}
  .tc-divider { height: 1px; background: var(--gray-mid); margin-bottom: 20px; }
  .tc-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
  .tc-filmmaker h4 { font-family: var(--font-head); font-size: 15px; font-weight: 800; color: var(--black); }
  .tc-filmmaker p { font-size: 13px; color: var(--gray-text); margin-top: 2px; }
  .tc-outcome { font-family: var(--font-head); font-size: 12px; font-weight: 800; color: var(--pink); background: var(--pink-light); padding: 5px 12px; border-radius: 50px; white-space: nowrap; text-align: right; }

  /* ══ DEAL STRUCTURES ══ */
  .deals-section { padding: 96px 24px; background: var(--white); }
  .deals-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 5fr 7fr; gap: 72px; align-items: start; }
  .deal-types { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
  .deal-type { background: var(--gray-bg); border-radius: var(--radius); padding: 20px 24px; border: 1.5px solid transparent; transition: border-color 0.2s, background 0.2s, transform 0.2s; }
  .deal-type:hover { border-color: var(--pink); background: var(--white); transform: translateX(4px); }
  .deal-type h4 { font-family: var(--font-head); font-size: 15px; font-weight: 800; color: var(--black); margin-bottom: 4px; display: flex; align-items: center; gap: 10px; }
  .deal-num { font-family: var(--font-head); font-size: 11px; font-weight: 800; color: var(--pink); }
  .deal-type p { font-size: 13px; color: var(--gray-text); line-height: 1.6; }
  .why-binge-box { background: var(--black); border-radius: var(--radius-lg); padding: 40px 36px; }
  .why-binge-box .section-label { color: var(--pink); }
  .why-binge-box .section-title { color: var(--white); font-size: clamp(22px, 2.6vw, 28px); margin-bottom: 16px; }
  .wb-items { display: flex; flex-direction: column; gap: 20px; }
  .wb-item h4 { font-family: var(--font-head); font-size: 15px; font-weight: 800; color: var(--white); margin-bottom: 6px; }
  .wb-item p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.65; }
  .wb-list { list-style: none; display: flex; flex-direction: column; gap: 6px; margin-top: 6px; }
  .wb-list li { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.65); }
  .wb-list li::before { content: ''; width: 5px; height: 5px; background: var(--pink); border-radius: 50%; flex-shrink: 0; }

  /* ══ FAQ ══ */
  .faq-section { padding: 96px 24px; background: var(--gray-bg); }
  .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, .cat-inner, .success-inner, .deals-inner { grid-template-columns: 1fr; gap: 48px; }
    .hero-visual { padding-bottom: 32px; }
    .hero-float { right: 0; }
    .cases-grid { grid-template-columns: 1fr 1fr; }
    .why-grid { grid-template-columns: 1fr 1fr 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 640px) {
    nav { display: none; }
    .cases-grid { grid-template-columns: 1fr; }
    .why-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; }
    .sc-stats { grid-template-columns: 1fr; }
    .sc-stat { border-right: none; border-bottom: 1px solid var(--gray-mid); }
    .sc-stat:last-child { border-bottom: none; }
  }/* End custom CSS */