.elementor-1619 .elementor-element.elementor-element-2bde6b0{padding:120px 0px 0px 0px;overflow:visible;}.elementor-1619 .elementor-element.elementor-element-f4cbe64 > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-8774502 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :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(36px, 4.8vw, 56px); font-weight: 800; line-height: 1.08; 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: series season card */
  .series-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; }
  .series-header { background: var(--black); padding: 22px 28px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
  .series-header-left { display: flex; align-items: center; gap: 14px; }
  .series-badge { width: 42px; height: 42px; background: var(--pink); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .series-badge svg { width: 20px; height: 20px; stroke: var(--white); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .series-header-left h3 { font-family: var(--font-head); font-size: 16px; font-weight: 800; color: var(--white); line-height: 1.2; }
  .series-header-left p { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 2px; }
  .live-pill { background: rgba(28,232,131,0.15); color: #1ce883; border: 1px solid rgba(28,232,131,0.3); font-family: var(--font-head); font-size: 11px; font-weight: 800; padding: 4px 11px; border-radius: 50px; white-space: nowrap; }

  .episode-list { padding: 8px 0; }
  .ep-row { display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; border-bottom: 1px solid var(--gray-mid); transition: background 0.15s; }
  .ep-row:last-child { border-bottom: none; }
  .ep-row:hover { background: var(--gray-bg); }
  .ep-left { display: flex; align-items: center; gap: 14px; }
  .ep-num { font-family: var(--font-head); font-size: 12px; font-weight: 800; color: var(--gray-light); width: 28px; flex-shrink: 0; }
  .ep-info h4 { font-family: var(--font-head); font-size: 13px; font-weight: 800; color: var(--black); }
  .ep-info p { font-size: 11px; color: var(--gray-light); margin-top: 1px; }
  .ep-views { font-family: var(--font-head); font-size: 12px; font-weight: 700; color: var(--pink); }

  .series-footer { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--gray-mid); }
  .sf-cell { padding: 16px 20px; text-align: center; border-right: 1px solid var(--gray-mid); }
  .sf-cell:last-child { border-right: none; }
  .sf-num { font-family: var(--font-head); font-size: 20px; font-weight: 800; color: var(--black); line-height: 1; }
  .sf-num span { color: var(--pink); }
  .sf-lbl { font-size: 11px; color: var(--gray-light); margin-top: 3px; }

  .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: 620px; margin: 0 auto 32px; }

  /* ══ SERVICES ══ */
  .services-section { padding: 96px 24px; background: var(--white); }
  .services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 56px; }
  .svc-card { border: 1.5px solid var(--gray-mid); border-radius: var(--radius-lg); padding: 40px 36px; position: relative; overflow: hidden; transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s; display: flex; flex-direction: column; }
  .svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--pink); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
  .svc-card:hover { border-color: var(--pink); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(233,30,140,0.08); }
  .svc-card:hover::before { transform: scaleX(1); }
  .svc-icon { width: 52px; height: 52px; background: var(--pink-light); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; flex-shrink: 0; }
  .svc-icon svg { width: 26px; height: 26px; stroke: var(--pink); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .svc-card h3 { font-family: var(--font-head); font-size: 20px; font-weight: 800; color: var(--black); margin-bottom: 12px; }
  .svc-card p { font-size: 15px; color: var(--gray-text); line-height: 1.7; flex: 1; }
  .svc-list { list-style: none; margin-top: 18px; display: flex; flex-direction: column; gap: 8px; }
  .svc-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #444; }
  .svc-list li::before { content: ''; width: 6px; height: 6px; background: var(--pink); border-radius: 50%; flex-shrink: 0; }
  .svc-cta { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--gray-mid); }
  .svc-cta a { font-family: var(--font-head); font-size: 13px; 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; }
  .svc-cta a:hover { gap: 10px; }
  .svc-cta a::after { content: '→'; }

  /* ══ WHY CREATORS CHOOSE — horizontal scrolling cards ══ */
  .why-section { padding: 96px 24px; background: var(--gray-bg); }
  .why-inner { max-width: var(--max-w); margin: 0 auto; }
  .why-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 56px; }
  .why-card { background: var(--white); border-radius: var(--radius-lg); padding: 32px 28px; border: 1.5px solid var(--gray-mid); display: flex; flex-direction: column; transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; }
  .why-card:hover { border-color: var(--pink); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(233,30,140,0.08); }
  .why-card.pink-bg { background: var(--pink); border-color: var(--pink); }
  .why-num { font-family: var(--font-head); font-size: 11px; font-weight: 800; color: var(--pink); letter-spacing: 0.1em; margin-bottom: 16px; display: block; }
  .why-card.pink-bg .why-num { color: rgba(255,255,255,0.65); }
  .why-card h3 { font-family: var(--font-head); font-size: 17px; font-weight: 800; color: var(--black); margin-bottom: 10px; line-height: 1.25; }
  .why-card.pink-bg h3 { color: var(--white); }
  .why-card p { font-size: 14px; color: var(--gray-text); line-height: 1.65; flex: 1; }
  .why-card.pink-bg p { color: rgba(255,255,255,0.85); }
  .why-mini-list { list-style: none; margin-top: 14px; display: flex; flex-direction: column; gap: 6px; }
  .why-mini-list li { font-size: 13px; color: var(--gray-text); padding-left: 14px; position: relative; line-height: 1.45; }
  .why-mini-list li::before { content: ''; position: absolute; left: 0; top: 7px; width: 5px; height: 5px; background: var(--pink); border-radius: 50%; }
  .why-card.pink-bg .why-mini-list li { color: rgba(255,255,255,0.8); }
  .why-card.pink-bg .why-mini-list li::before { background: rgba(255,255,255,0.6); }

  /* ══ PROCESS — horizontal numbered steps ══ */
  .process-section { padding: 96px 24px; background: var(--white); }
  .process-steps { display: flex; flex-direction: column; gap: 0; max-width: 860px; margin: 56px auto 0; }
  .ps-item { display: grid; grid-template-columns: 80px 1fr; gap: 32px; align-items: start; padding-bottom: 40px; position: relative; }
  .ps-item:not(:last-child)::before { content: ''; position: absolute; left: 39px; top: 52px; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--pink) 0%, var(--gray-mid) 100%); }
  .ps-dot { width: 56px; height: 56px; border-radius: 14px; background: var(--pink-light); border: 2px solid var(--pink); display: flex; align-items: center; justify-content: center; flex-shrink: 0; z-index: 1; position: relative; }
  .ps-dot span { font-family: var(--font-head); font-size: 18px; font-weight: 800; color: var(--pink); }
  .ps-body { padding-top: 12px; }
  .ps-body h3 { font-family: var(--font-head); font-size: 18px; font-weight: 800; color: var(--black); margin-bottom: 6px; }
  .ps-body p { font-size: 15px; color: var(--gray-text); line-height: 1.7; }

  /* ══ DEALS + PITCH ══ */
  .deals-section { padding: 96px 24px; background: var(--gray-bg); }
  .deals-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }

  .deal-items { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
  .deal-item { background: var(--white); border-radius: var(--radius); padding: 20px 24px; border: 1.5px solid var(--gray-mid); display: flex; align-items: flex-start; gap: 16px; transition: border-color 0.2s, transform 0.2s; }
  .deal-item:hover { border-color: var(--pink); transform: translateX(4px); }
  .di-icon { width: 36px; height: 36px; flex-shrink: 0; background: var(--pink-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
  .di-icon svg { width: 17px; height: 17px; stroke: var(--pink); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .deal-item h4 { font-family: var(--font-head); font-size: 15px; font-weight: 800; color: var(--black); margin-bottom: 2px; }
  .deal-item p { font-size: 13px; color: var(--gray-text); line-height: 1.6; }

  .pitch-box { background: var(--black); border-radius: var(--radius-lg); padding: 40px 36px; }
  .pitch-box .section-label { color: var(--pink); }
  .pitch-box .section-title { color: var(--white); font-size: clamp(22px, 2.6vw, 28px); margin-bottom: 16px; }
  .pitch-box > p { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.75; margin-bottom: 24px; }
  .pitch-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
  .pitch-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.5; }
  .p-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; }
  .p-dot::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }
  .pitch-note { font-size: 13px; color: rgba(255,255,255,0.4); margin-top: 20px; line-height: 1.65; }

  /* ══ STANDOUT ══ */
  .standout-section { padding: 96px 24px; background: var(--white); }
  .standout-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 5fr 7fr; gap: 80px; align-items: center; }
  .standout-left p { font-size: 16px; color: var(--gray-text); line-height: 1.75; margin-bottom: 32px; }
  .standout-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
  .s-pill { background: var(--gray-bg); border: 1.5px solid var(--gray-mid); border-radius: 50px; padding: 8px 18px; font-family: var(--font-head); font-size: 13px; font-weight: 700; color: #444; transition: background 0.2s, border-color 0.2s, color 0.2s; }
  .s-pill:hover { background: var(--pink-light); border-color: var(--pink); color: var(--pink-dark); }
  .standout-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .sg-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; }
  .sg-card:hover { border-color: var(--pink); transform: translateY(-2px); }
  .sg-card.accent { background: var(--pink); }
  .sg-card.accent h4 { color: var(--white); }
  .sg-card.accent p { color: rgba(255,255,255,0.85); }
  .sg-icon { width: 40px; height: 40px; background: var(--white); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
  .sg-card.accent .sg-icon { background: rgba(255,255,255,0.2); }
  .sg-icon svg { width: 20px; height: 20px; stroke: var(--pink); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .sg-card.accent .sg-icon svg { stroke: var(--white); }
  .sg-card h4 { font-family: var(--font-head); font-size: 15px; font-weight: 800; color: var(--black); margin-bottom: 6px; }
  .sg-card p { font-size: 13px; color: var(--gray-text); line-height: 1.6; }

  /* ══ BROWSE ══ */
  .browse-section { padding: 96px 24px; background: var(--gray-bg); }
  .browse-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; 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: 36px 28px 24px; 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: 10px; }
  .browse-card h3 { font-family: var(--font-head); font-size: 20px; font-weight: 800; color: var(--black); margin-bottom: 10px; line-height: 1.2; }
  .browse-card p { font-size: 14px; color: var(--gray-text); line-height: 1.7; }
  .browse-bot { padding: 20px 28px; background: var(--gray-bg); border-top: 1px solid var(--gray-mid); }
  .browse-bot a { font-family: var(--font-head); font-size: 13px; 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: '→'; }
  .browse-card.active .browse-top { background: var(--pink); }
  .browse-card.active .browse-type { color: rgba(255,255,255,0.7); }
  .browse-card.active h3 { color: var(--white); }
  .browse-card.active p { color: rgba(255,255,255,0.8); }
  .browse-card.active .browse-bot { background: var(--pink-dark); border-top-color: rgba(255,255,255,0.2); }
  .browse-card.active .browse-bot a { color: var(--white); }

  /* ══ 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 { grid-template-columns: 1fr; gap: 48px; }
    .hero-visual { padding-bottom: 32px; }
    .hero-float { right: 0; }
    .services-grid { grid-template-columns: 1fr; }
    .why-cards { grid-template-columns: 1fr 1fr; }
    .deals-inner { grid-template-columns: 1fr; gap: 48px; }
    .standout-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; }
    .why-cards { grid-template-columns: 1fr; }
    .standout-grid { grid-template-columns: 1fr; }
    .series-footer { grid-template-columns: 1fr; }
    .sf-cell { border-right: none; border-bottom: 1px solid var(--gray-mid); }
    .sf-cell:last-child { border-bottom: none; }
    .browse-grid { grid-template-columns: 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; }
    .process-steps { padding-left: 0; }
  }/* End custom CSS */