.elementor-1753 .elementor-element.elementor-element-783c369{padding:120px 0px 0px 0px;overflow:visible;}.elementor-1753 .elementor-element.elementor-element-829f42b > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-6b380bd */*, *::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(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: process mini-timeline card */
  .process-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; }
  .pc-header { background: var(--black); padding: 22px 28px; display: flex; align-items: center; justify-content: space-between; }
  .pc-header h3 { font-family: var(--font-head); font-size: 16px; font-weight: 800; color: var(--white); }
  .pc-header p { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 2px; }
  .pc-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; }
  .pc-steps { display: flex; flex-direction: column; gap: 0; }
  .pc-step { display: flex; align-items: center; gap: 16px; padding: 14px 24px; border-bottom: 1px solid var(--gray-mid); transition: background 0.15s; }
  .pc-step:last-child { border-bottom: none; }
  .pc-step:hover { background: var(--gray-bg); }
  .pc-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; }
  .pc-num span { font-family: var(--font-head); font-size: 12px; font-weight: 800; color: var(--pink); }
  .pc-step-body h4 { font-family: var(--font-head); font-size: 13px; font-weight: 800; color: var(--black); }
  .pc-step-body p { font-size: 12px; color: var(--gray-light); margin-top: 1px; }
  .pc-status { margin-left: auto; font-family: var(--font-head); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 50px; white-space: nowrap; flex-shrink: 0; }
  .pc-status.done { background: #e6f9f0; color: #1a9e5a; }
  .pc-status.active { background: var(--pink-light); color: var(--pink-dark); }
  .pc-status.next { background: var(--gray-bg); color: var(--gray-light); }
  .pc-footer { padding: 14px 24px; background: var(--gray-bg); border-top: 1px solid var(--gray-mid); }
  .pc-footer p { font-size: 12px; color: var(--gray-light); }
  .pc-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: 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; }

  /* ══ PROCESS STEPS ══ */
  .steps-section { padding: 96px 24px; background: var(--white); }
  .steps-timeline { max-width: var(--max-w); margin: 56px auto 0; display: flex; flex-direction: column; gap: 0; }
  .step-item { display: grid; grid-template-columns: 80px 1fr; gap: 0; position: relative; }
  .step-item:not(:last-child) .si-spine { position: absolute; left: 39px; top: 56px; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--pink), var(--gray-mid)); }
  .si-left { display: flex; flex-direction: column; align-items: center; padding-top: 8px; z-index: 1; }
  .si-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; position: relative; }
  .si-dot span { font-family: var(--font-head); font-size: 18px; font-weight: 800; color: var(--pink); }
  .si-right { padding: 8px 0 56px 36px; }
  .si-right h3 { font-family: var(--font-head); font-size: 22px; font-weight: 800; color: var(--black); margin-bottom: 12px; }
  .si-right p { font-size: 15px; color: var(--gray-text); line-height: 1.75; margin-bottom: 16px; }
  .si-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
  .si-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #444; }
  .si-list li::before { content: ''; width: 6px; height: 6px; background: var(--pink); border-radius: 50%; flex-shrink: 0; }
  .si-links { display: flex; flex-wrap: wrap; gap: 8px; }
  .si-link { background: var(--pink-light); border: 1.5px solid var(--pink); border-radius: 50px; padding: 5px 14px; font-family: var(--font-head); font-size: 12px; font-weight: 700; color: var(--pink-dark); transition: background 0.2s, color 0.2s; }
  .si-link:hover { background: var(--pink); color: var(--white); }

  /* ══ WHAT DISTRIBUTORS DO ══ */
  .distributor-section { padding: 96px 24px; background: var(--gray-bg); }
  .distributor-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
  .dist-left p { font-size: 16px; color: var(--gray-text); line-height: 1.75; margin-bottom: 20px; }
  .role-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 8px; }
  .role-card { background: var(--white); border-radius: var(--radius); padding: 20px 18px; border: 1.5px solid var(--gray-mid); transition: border-color 0.2s, transform 0.2s; }
  .role-card:hover { border-color: var(--pink); transform: translateY(-2px); }
  .role-icon { width: 38px; height: 38px; background: var(--pink-light); border-radius: 9px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
  .role-icon svg { width: 18px; height: 18px; stroke: var(--pink); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .role-card h4 { font-family: var(--font-head); font-size: 14px; font-weight: 800; color: var(--black); margin-bottom: 4px; }
  .role-card p { font-size: 13px; color: var(--gray-text); line-height: 1.55; }

  /* ══ TIMELINE ══ */
  .timeline-section { padding: 96px 24px; background: var(--white); }
  .timeline-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 5fr 7fr; gap: 80px; align-items: start; }
  .tl-left p { font-size: 16px; color: var(--gray-text); line-height: 1.75; margin-bottom: 20px; }
  .tl-factors { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-top: 20px; }
  .tl-factors li { display: flex; align-items: center; gap: 10px; font-size: 15px; color: #444; }
  .tl-factors li::before { content: ''; width: 6px; height: 6px; background: var(--pink); border-radius: 50%; flex-shrink: 0; }
  .tl-stages { display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
  .tl-stage { background: var(--gray-bg); border-radius: var(--radius); padding: 20px 24px; border: 1.5px solid transparent; display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; transition: border-color 0.2s, background 0.2s, transform 0.2s; }
  .tl-stage:hover { border-color: var(--pink); background: var(--white); transform: translateX(4px); }
  .tl-stage h4 { font-family: var(--font-head); font-size: 15px; font-weight: 800; color: var(--black); margin-bottom: 3px; }
  .tl-stage p { font-size: 13px; color: var(--gray-text); line-height: 1.5; }
  .tl-duration { 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; flex-shrink: 0; }

  /* ══ RIGHTS ══ */
  .rights-section { padding: 96px 24px; background: var(--gray-bg); }
  .rights-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
  .rights-types { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
  .rt-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; }
  .rt-item:hover { border-color: var(--pink); transform: translateX(4px); }
  .rt-dot { width: 8px; height: 8px; background: var(--pink); border-radius: 50%; flex-shrink: 0; margin-top: 7px; }
  .rt-item h4 { font-family: var(--font-head); font-size: 14px; font-weight: 800; color: var(--black); margin-bottom: 2px; }
  .rt-item p { font-size: 13px; color: var(--gray-text); line-height: 1.55; }
  .clarity-box { background: var(--black); border-radius: var(--radius-lg); padding: 40px 36px; }
  .clarity-box .section-label { color: var(--pink); }
  .clarity-box .section-title { color: var(--white); font-size: clamp(22px, 2.6vw, 28px); margin-bottom: 16px; }
  .clarity-box > p { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.75; margin-bottom: 24px; }
  .cl-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
  .cl-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.5; }
  .cl-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; }
  .cl-dot::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }
  .cl-note { font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.65; margin-top: 20px; font-style: italic; padding-top: 20px; border-top: 1px solid #2a2a2a; }

  /* ══ TRANSPARENT APPROACH ══ */
  .transparent-section { padding: 96px 24px; background: var(--white); }
  .transparent-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 5fr 7fr; gap: 80px; align-items: center; }
  .tr-left p { font-size: 16px; color: var(--gray-text); line-height: 1.75; margin-bottom: 16px; }
  .no-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 20px 0 32px; }
  .no-list li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #444; font-family: var(--font-head); font-weight: 700; }
  .no-badge { background: #fff0f0; color: #cc3333; border-radius: 50px; padding: 3px 10px; font-size: 11px; font-weight: 800; white-space: nowrap; }
  .yes-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
  .yes-list li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #444; }
  .yes-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; }
  .yes-tick::after { content: '✓'; font-size: 10px; color: var(--pink); font-weight: 800; }
  .tr-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .tr-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; }
  .tr-card:hover { border-color: var(--pink); transform: translateY(-2px); }
  .tr-card.pink-card { background: var(--pink); }
  .tr-num { display: block; font-family: var(--font-head); font-size: 11px; font-weight: 800; color: var(--pink); letter-spacing: 0.1em; margin-bottom: 10px; }
  .tr-card.pink-card .tr-num { color: rgba(255,255,255,0.65); }
  .tr-card h4 { font-family: var(--font-head); font-size: 16px; font-weight: 800; color: var(--black); margin-bottom: 8px; }
  .tr-card.pink-card h4 { color: var(--white); }
  .tr-card p { font-size: 13px; color: var(--gray-text); line-height: 1.65; }
  .tr-card.pink-card p { color: rgba(255,255,255,0.85); }

  /* ══ WHY BINGE ══ */
  .why-section { padding: 96px 24px; background: var(--gray-bg); }
  .why-grid { 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); 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); }
  .wc-icon { width: 48px; height: 48px; background: var(--pink-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
  .wc-icon svg { width: 22px; height: 22px; stroke: var(--pink); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .why-card h3 { font-family: var(--font-head); font-size: 17px; font-weight: 800; color: var(--black); margin-bottom: 10px; }
  .why-card p { font-size: 14px; color: var(--gray-text); line-height: 1.65; }
  .why-mini { list-style: none; margin-top: 12px; display: flex; flex-direction: column; gap: 6px; }
  .why-mini li { font-size: 13px; color: var(--gray-text); padding-left: 14px; position: relative; line-height: 1.45; }
  .why-mini li::before { content: ''; position: absolute; left: 0; top: 7px; width: 5px; height: 5px; background: var(--pink); border-radius: 50%; }

  /* ══ 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, .distributor-inner, .timeline-inner, .rights-inner, .transparent-inner { grid-template-columns: 1fr; gap: 48px; }
    .hero-visual { padding-bottom: 32px; }
    .hero-float { right: 0; }
    .why-grid { grid-template-columns: 1fr 1fr; }
    .step-item { grid-template-columns: 56px 1fr; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 640px) {
    nav { display: none; }
    .why-grid { grid-template-columns: 1fr; }
    .role-cards { grid-template-columns: 1fr; }
    .tr-cards { 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; }
  }/* End custom CSS */