.elementor-1630 .elementor-element.elementor-element-e565e42{padding:120px 0px 0px 0px;overflow:visible;}.elementor-1630 .elementor-element.elementor-element-fee975f > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-f163204 */*, *::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.5vw, 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 — then vs now card */
  .shift-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; }
  .shift-tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--gray-mid); }
  .shift-tab { padding: 16px 20px; text-align: center; cursor: default; }
  .shift-tab.past { background: var(--gray-bg); }
  .shift-tab.now { background: var(--pink); }
  .shift-tab-label { font-family: var(--font-head); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
  .shift-tab.past .shift-tab-label { color: var(--gray-light); }
  .shift-tab.now .shift-tab-label { color: rgba(255,255,255,0.7); }
  .shift-tab-title { font-family: var(--font-head); font-size: 15px; font-weight: 800; margin-top: 3px; }
  .shift-tab.past .shift-tab-title { color: var(--gray-text); text-decoration: line-through; }
  .shift-tab.now .shift-tab-title { color: var(--white); }
  .shift-rows { display: flex; flex-direction: column; gap: 0; }
  .shift-row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--gray-mid); }
  .shift-row:last-child { border-bottom: none; }
  .shift-cell { padding: 14px 20px; font-size: 13px; line-height: 1.45; border-right: 1px solid var(--gray-mid); }
  .shift-cell:last-child { border-right: none; }
  .shift-cell.past { color: var(--gray-light); background: var(--gray-bg); text-decoration: line-through; }
  .shift-cell.now { color: var(--black); font-weight: 600; }
  .shift-cell.now strong { color: var(--pink); font-family: var(--font-head); }
  .shift-footer { padding: 16px 20px; background: var(--black); display: flex; align-items: center; justify-content: space-between; }
  .shift-footer p { font-family: var(--font-head); font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.55); }
  .shift-footer span { font-family: var(--font-head); font-size: 12px; font-weight: 800; color: var(--pink); }
  .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: 24px; 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; }

  /* ══ PVD REALITY — two col ══ */
  .pvd-section { padding: 96px 24px; background: var(--white); }
  .pvd-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
  .pvd-left p { font-size: 16px; color: var(--gray-text); line-height: 1.75; margin-bottom: 16px; }
  .alert-box { background: #fff8e0; border: 1.5px solid #f5c842; border-radius: var(--radius); padding: 18px 22px; margin: 24px 0; display: flex; align-items: flex-start; gap: 12px; }
  .alert-icon { font-size: 18px; flex-shrink: 0; line-height: 1; }
  .alert-box p { font-family: var(--font-head); font-size: 14px; font-weight: 700; color: #7a5c00; line-height: 1.5; margin: 0; }

  .req-stack { display: flex; flex-direction: column; gap: 12px; }
  .req-item { background: var(--gray-bg); border-radius: var(--radius); padding: 18px 22px; border: 1.5px solid transparent; display: flex; align-items: flex-start; gap: 16px; transition: border-color 0.2s, background 0.2s, transform 0.2s; }
  .req-item:hover { border-color: var(--pink); background: var(--white); transform: translateX(4px); }
  .req-num { font-family: var(--font-head); font-size: 13px; font-weight: 800; color: var(--pink); flex-shrink: 0; width: 20px; padding-top: 1px; }
  .req-item h4 { font-family: var(--font-head); font-size: 15px; font-weight: 800; color: var(--black); margin-bottom: 2px; }
  .req-item p { font-size: 13px; color: var(--gray-text); line-height: 1.55; }

  /* ══ WHY BINGE — 4 cards + cta ══ */
  .why-section { padding: 96px 24px; background: var(--gray-bg); }
  .why-inner { max-width: var(--max-w); margin: 0 auto; }
  .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); 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.accent { background: var(--pink); border-color: var(--pink); }
  .wc-icon { width: 48px; height: 48px; background: var(--pink-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
  .why-card.accent .wc-icon { background: rgba(255,255,255,0.2); }
  .wc-icon svg { width: 22px; height: 22px; stroke: var(--pink); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .why-card.accent .wc-icon svg { stroke: var(--white); }
  .why-card h3 { font-family: var(--font-head); font-size: 17px; font-weight: 800; color: var(--black); margin-bottom: 10px; }
  .why-card.accent h3 { color: var(--white); }
  .why-card p { font-size: 14px; color: var(--gray-text); line-height: 1.65; flex: 1; }
  .why-card.accent p { color: rgba(255,255,255,0.85); }
  .why-mini { list-style: none; margin-top: 14px; 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%; }
  .why-card.accent .why-mini li { color: rgba(255,255,255,0.8); }
  .why-card.accent .why-mini li::before { background: rgba(255,255,255,0.6); }

  /* ══ STEP BY STEP ══ */
  .steps-section { padding: 96px 24px; background: var(--white); }
  .steps-inner { max-width: var(--max-w); margin: 0 auto; }
  .steps-list { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px; }
  .step-card { border: 1.5px solid var(--gray-mid); border-radius: var(--radius-lg); padding: 36px 32px; display: flex; gap: 24px; align-items: flex-start; transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; position: relative; overflow: hidden; }
  .step-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; }
  .step-card:hover { border-color: var(--pink); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(233,30,140,0.08); }
  .step-card:hover::before { transform: scaleX(1); }
  .step-card.cta-card { background: var(--pink-light); border-color: var(--pink); }
  .step-card.cta-card::before { transform: scaleX(1); }
  .step-num { font-family: var(--font-head); font-size: 48px; font-weight: 800; color: var(--pink-light); line-height: 1; flex-shrink: 0; width: 58px; text-align: center; }
  .step-card.cta-card .step-num { color: var(--pink); }
  .step-body h3 { font-family: var(--font-head); font-size: 19px; font-weight: 800; color: var(--black); margin-bottom: 10px; }
  .step-body p { font-size: 15px; color: var(--gray-text); line-height: 1.7; }

  /* ══ COMPARISON TABLE ══ */
  .compare-section { padding: 96px 24px; background: var(--gray-bg); }
  .compare-inner { max-width: 880px; margin: 0 auto; }
  .compare-table { margin-top: 56px; border-radius: var(--radius-lg); overflow: hidden; border: 1.5px solid var(--gray-mid); }
  .compare-head { display: grid; grid-template-columns: 2fr 1fr 1fr; background: var(--black); }
  .ch-cell { padding: 18px 24px; }
  .ch-cell:not(:first-child) { border-left: 1px solid rgba(255,255,255,0.08); }
  .ch-platform { display: flex; align-items: center; gap: 10px; }
  .ch-dot { width: 10px; height: 10px; border-radius: 50%; }
  .ch-dot.amazon { background: #00A8E0; }
  .ch-dot.netflix { background: #E50914; }
  .ch-cell h4 { font-family: var(--font-head); font-size: 15px; font-weight: 800; color: var(--white); }
  .ch-cell:first-child h4 { color: rgba(255,255,255,0.4); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }
  .compare-row { display: grid; grid-template-columns: 2fr 1fr 1fr; background: var(--white); border-top: 1px solid var(--gray-mid); transition: background 0.15s; }
  .compare-row:hover { background: var(--gray-bg); }
  .cr-cell { padding: 16px 24px; font-size: 14px; color: var(--gray-text); border-left: 1px solid var(--gray-mid); display: flex; align-items: center; gap: 8px; }
  .cr-cell:first-child { color: var(--black); font-weight: 600; border-left: none; font-family: var(--font-head); font-size: 14px; }
  .tick { width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 10px; font-weight: 800; }
  .tick.yes { background: #e6f9f0; color: #1a9e5a; }
  .tick.no { background: #fff0f0; color: #cc3333; }
  .tick.mid { background: #fff8e0; color: #b07d00; }
  .compare-footer { display: grid; grid-template-columns: 2fr 1fr 1fr; background: var(--pink-light); border-top: 2px solid var(--pink); }
  .cf-cell { padding: 14px 24px; }
  .cf-cell:not(:first-child) { border-left: 1px solid rgba(233,30,140,0.15); }
  .cf-cell p { font-size: 12px; color: var(--pink-dark); font-family: var(--font-head); font-weight: 700; line-height: 1.4; }
  .cf-cell:first-child p { color: var(--gray-text); font-family: var(--font-body); font-size: 12px; font-weight: 400; }

  /* ══ BROWSE ══ */
  .browse-section { padding: 96px 24px; background: var(--white); }
  .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(--gray-bg); 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(--white); 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(--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: 640px; 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, .pvd-inner { grid-template-columns: 1fr; gap: 48px; }
    .hero-visual { padding-bottom: 32px; }
    .hero-float { right: 0; }
    .why-grid { grid-template-columns: 1fr 1fr; }
    .steps-list { grid-template-columns: 1fr; }
    .browse-grid { grid-template-columns: 1fr 1fr; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .compare-table, .compare-head, .compare-row, .compare-footer { overflow-x: auto; }
  }
  @media (max-width: 640px) {
    nav { display: none; }
    .why-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; }
    .shift-cell, .shift-tab { padding: 10px 12px; font-size: 12px; }
    .step-card { flex-direction: column; gap: 12px; }
    .step-num { width: auto; text-align: left; }
  }/* End custom CSS */