.elementor-1637 .elementor-element.elementor-element-3dc702b{padding:120px 0px 0px 0px;overflow:visible;}.elementor-1637 .elementor-element.elementor-element-09824e6 > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-fa16edd */*, *::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', 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 — split layout ══ */
  .hero { padding: 80px 24px 96px; background: var(--white); }
  .hero-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 5fr 7fr; gap: 72px; 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, 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: 32px; }

  /* Trust signals */
  .trust-signals { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
  .trust-row { display: flex; align-items: center; gap: 12px; font-size: 14px; color: #444; }
  .trust-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; }
  .trust-tick::after { content: '✓'; font-size: 10px; color: var(--pink); font-weight: 800; }

  /* Film type pills */
  .film-types { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
  .ft-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: default; }
  .ft-pill:hover { background: var(--pink-light); border-color: var(--pink); color: var(--pink-dark); }
  .ft-pill.active { background: var(--pink-light); border-color: var(--pink); color: var(--pink-dark); }

  /* ══ SUBMISSION FORM ══ */
  .form-card { background: var(--white); border-radius: var(--radius-lg); border: 1.5px solid var(--gray-mid); overflow: hidden; box-shadow: 0 4px 32px rgba(0,0,0,0.08); position: sticky; top: 96px; }
  .form-card-head { background: var(--black); padding: 28px 36px; }
  .form-card-head h3 { font-family: var(--font-head); font-size: 20px; font-weight: 800; color: var(--white); margin-bottom: 4px; }
  .form-card-head p { font-size: 13px; color: rgba(255,255,255,0.5); }
  .form-body { padding: 32px 36px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
  .form-field label { font-family: var(--font-head); font-size: 12px; font-weight: 800; color: var(--black); text-transform: uppercase; letter-spacing: 0.08em; }
  .form-field label .req { color: var(--pink); margin-left: 2px; }
  .form-field input,
  .form-field select,
  .form-field textarea { width: 100%; background: var(--gray-bg); border: 1.5px solid var(--gray-mid); border-radius: var(--radius); padding: 12px 16px; font-family: var(--font-body); font-size: 15px; color: var(--black); transition: border-color 0.2s, background 0.2s, box-shadow 0.2s; outline: none; appearance: none; -webkit-appearance: none; }
  .form-field input:focus,
  .form-field select:focus,
  .form-field textarea:focus { border-color: var(--pink); background: var(--white); box-shadow: 0 0 0 3px rgba(233,30,140,0.08); }
  .form-field input::placeholder,
  .form-field textarea::placeholder { color: #bbb; }
  .form-field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; cursor: pointer; }
  .form-field select option { color: var(--black); }
  .form-field textarea { resize: vertical; min-height: 96px; }
  .screener-field { background: var(--gray-bg); border: 1.5px dashed var(--gray-mid); border-radius: var(--radius); padding: 18px 20px; display: flex; align-items: center; gap: 14px; transition: border-color 0.2s, background 0.2s; cursor: text; }
  .screener-field:focus-within { border-color: var(--pink); background: var(--white); border-style: solid; }
  .screener-icon { width: 36px; height: 36px; background: var(--pink-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .screener-icon svg { width: 17px; height: 17px; stroke: var(--pink); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .screener-field input { background: none; border: none; padding: 0; box-shadow: none; font-size: 14px; }
  .screener-field input:focus { background: none; box-shadow: none; border-color: transparent; }
  .form-submit-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 8px; }
  .form-submit-row .btn { flex: 1; min-width: 100%; text-align: center; padding: 15px 28px; font-size: 14px; }
  .form-privacy { font-size: 12px; color: var(--gray-light); line-height: 1.5; }
  .form-divider { height: 1px; background: var(--gray-mid); margin: 24px 0; }

  /* ══ WHAT HAPPENS NEXT — 4-step ══ */
  .next-section { padding: 96px 24px; background: var(--gray-bg); }
  .next-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 56px; position: relative; }
  .next-steps::before { content: ''; position: absolute; top: 28px; left: calc(12.5% + 16px); right: calc(12.5% + 16px); height: 2px; background: linear-gradient(to right, var(--pink), rgba(233,30,140,0.15)); z-index: 0; }
  .next-step { position: relative; z-index: 1; text-align: center; }
  .ns-dot { width: 56px; height: 56px; border-radius: 50%; background: var(--white); border: 2px solid var(--pink); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; box-shadow: 0 0 0 6px var(--gray-bg); }
  .ns-num { font-family: var(--font-head); font-size: 18px; font-weight: 800; color: var(--pink); }
  .next-step h3 { font-family: var(--font-head); font-size: 16px; font-weight: 800; color: var(--black); margin-bottom: 8px; }
  .next-step p { font-size: 14px; color: var(--gray-text); line-height: 1.65; }

  /* ══ REQUIREMENTS — two col ══ */
  .req-section { padding: 96px 24px; background: var(--white); }
  .req-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; }
  .req-block { padding: 36px 32px; border-radius: var(--radius-lg); border: 1.5px solid var(--gray-mid); transition: border-color 0.2s, transform 0.2s; }
  .req-block:hover { border-color: var(--pink); transform: translateY(-3px); }
  .req-block.pink-block { background: var(--pink); border-color: var(--pink); }
  .req-block-icon { width: 48px; height: 48px; background: var(--pink-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
  .req-block.pink-block .req-block-icon { background: rgba(255,255,255,0.2); }
  .req-block-icon svg { width: 22px; height: 22px; stroke: var(--pink); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .req-block.pink-block .req-block-icon svg { stroke: var(--white); }
  .req-block h3 { font-family: var(--font-head); font-size: 18px; font-weight: 800; color: var(--black); margin-bottom: 16px; }
  .req-block.pink-block h3 { color: var(--white); }
  .req-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .req-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--gray-text); line-height: 1.5; }
  .req-block.pink-block .req-list li { color: rgba(255,255,255,0.85); }
  .req-list li::before { content: ''; width: 6px; height: 6px; background: var(--pink); border-radius: 50%; flex-shrink: 0; }
  .req-block.pink-block .req-list li::before { background: rgba(255,255,255,0.6); }

  /* ══ WHAT WE ACCEPT — cards ══ */
  .accept-section { padding: 96px 24px; background: var(--gray-bg); }
  .accept-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 56px; }
  .accept-card { background: var(--white); border-radius: var(--radius-lg); padding: 32px 28px; border: 1.5px solid var(--gray-mid); display: flex; gap: 22px; align-items: flex-start; transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; }
  .accept-card:hover { border-color: var(--pink); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(233,30,140,0.08); }
  .ac-icon { width: 52px; height: 52px; background: var(--pink-light); border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .ac-icon svg { width: 24px; height: 24px; stroke: var(--pink); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .ac-body h3 { font-family: var(--font-head); font-size: 18px; font-weight: 800; color: var(--black); margin-bottom: 6px; }
  .ac-body p { font-size: 14px; color: var(--gray-text); line-height: 1.65; margin-bottom: 12px; }
  .ac-body 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; }
  .ac-body a:hover { gap: 10px; }
  .ac-body a::after { content: '→'; }

  /* ══ WHY BINGE — horizontal ══ */
  .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-cards { 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); }

  /* ══ CONTRACTS ══ */
  .contracts-section { padding: 96px 24px; background: var(--gray-bg); }
  .contracts-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
  .contract-items { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
  .contract-item { background: var(--white); border-radius: var(--radius); padding: 18px 22px; border: 1.5px solid var(--gray-mid); display: flex; align-items: flex-start; gap: 14px; transition: border-color 0.2s, transform 0.2s; }
  .contract-item:hover { border-color: var(--pink); transform: translateX(4px); }
  .ci-dot { width: 8px; height: 8px; background: var(--pink); border-radius: 50%; flex-shrink: 0; margin-top: 6px; }
  .contract-item h4 { font-family: var(--font-head); font-size: 14px; font-weight: 800; color: var(--black); margin-bottom: 2px; }
  .contract-item p { font-size: 13px; color: var(--gray-text); line-height: 1.55; }
  .guidelines-box { background: var(--black); border-radius: var(--radius-lg); padding: 40px 36px; }
  .guidelines-box .section-label { color: var(--pink); }
  .guidelines-box .section-title { color: var(--white); font-size: clamp(22px, 2.6vw, 28px); margin-bottom: 16px; }
  .guidelines-box p { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.75; margin-bottom: 20px; }
  .gl-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
  .gl-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.5; }
  .gl-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; }
  .gl-dot::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }
  .gl-note { font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.65; padding-top: 16px; border-top: 1px solid #2a2a2a; font-style: italic; }

  /* ══ 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: 600px; 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; }
  /* SUCCESS STATE */
  .form-success { display: none; text-align: center; padding: 48px 36px; }
  .form-success.visible { display: block; }
  .success-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--pink-light); border: 2px solid var(--pink); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
  .success-icon svg { width: 28px; height: 28px; stroke: var(--pink); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
  .form-success h3 { font-family: var(--font-head); font-size: 22px; font-weight: 800; color: var(--black); margin-bottom: 10px; }
  .form-success p { font-size: 15px; color: var(--gray-text); max-width: 320px; margin: 0 auto 24px; line-height: 1.7; }

  .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, .why-inner, .contracts-inner { grid-template-columns: 1fr; gap: 48px; }
    .form-card { position: static; }
    .next-steps::before { display: none; }
    .next-steps { grid-template-columns: 1fr 1fr; }
    .req-inner { grid-template-columns: 1fr; }
    .accept-grid { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 640px) {
    .next-steps { grid-template-columns: 1fr; }
    .why-cards { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  }/* End custom CSS */