:root { --cd-primary: #0071e3; --cd-primary-hover: #0077ed; --cd-ink: #1a1d21; --cd-muted: #6c757d; --cd-surface: #f7f9fc; }
    .return-processing-lp { font-family: inherit; color: var(--cd-ink); -webkit-font-smoothing: antialiased; }
    .return-processing-lp .btn-primary { --bs-btn-bg: var(--cd-primary); --bs-btn-hover-bg: var(--cd-primary-hover); font-weight: 500; }
    .return-processing-lp .btn-outline-primary { --bs-btn-color: var(--cd-primary); --bs-btn-border-color: var(--cd-primary); }
    .return-processing-lp .hero-gradient { background: linear-gradient(135deg, #fff5f5 0%, #fff 45%, #eef6ff 100%); border-bottom: 1px solid rgba(0,0,0,.06); }
    .return-processing-lp .hero-badge { font-size: .8rem; font-weight: 600; color: #c82333; background: rgba(220,53,69,.1); border-radius: 999px; padding: .35rem .85rem; display: inline-block; }
    .return-processing-lp .display-heading { font-weight: 700; letter-spacing: -.02em; }
    .return-processing-lp .lead-tight { max-width: 38rem; color: var(--cd-muted); }
    .return-processing-lp .floating-card { border-radius: 1rem; box-shadow: 0 .5rem 2rem rgba(0,40,100,.08); border: 1px solid rgba(0,0,0,.05); background: #fff; }

    /* Hero: illustrative return flow */
    .return-processing-lp .cd-return-flow-showcase {
      position: relative;
      border-radius: 1.2rem;
      padding: 1.35rem 1.2rem 1.25rem;
      background: linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 245, 245, 0.4) 40%, rgba(255, 255, 255, 0.95) 100%);
      border: 1px solid rgba(200, 35, 51, 0.12);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 0.4rem 2rem rgba(180, 20, 40, 0.06);
      overflow: hidden;
    }
    .return-processing-lp .cd-return-flow-showcase__noise {
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(0, 113, 227, 0.05) 1px, transparent 1px);
      background-size: 15px 15px;
      mask-image: radial-gradient(ellipse 80% 70% at 20% 10%, #000, transparent 72%);
      -webkit-mask-image: radial-gradient(ellipse 80% 70% at 20% 10%, #000, transparent 72%);
      pointer-events: none;
      opacity: 0.75;
    }
    .return-processing-lp .cd-return-flow-showcase__header {
      position: relative;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 0.75rem;
      margin-bottom: 0.5rem;
      padding-bottom: 0.75rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .return-processing-lp .cd-return-flow-showcase__label {
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #9f1239;
      margin: 0 0 0.2rem 0;
    }
    .return-processing-lp .cd-return-flow-showcase__kicker {
      font-size: 0.8rem;
      color: #6b7280;
      line-height: 1.35;
    }
    .return-processing-lp .cd-return-flow-showcase__kicker strong {
      color: #374151;
      font-weight: 600;
    }
    .return-processing-lp .cd-return-flow-showcase__badge {
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      color: #fff;
      font-size: 1rem;
      background: linear-gradient(140deg, #e11d48, #c82333);
      box-shadow: 0 0.2rem 0.6rem rgba(200, 35, 51, 0.28);
    }
    .return-processing-lp .cd-return-flow-showcase__ribbon {
      display: inline-block;
      font-size: 0.65rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #64748b;
      background: rgba(100, 116, 139, 0.1);
      border-radius: 999px;
      padding: 0.2rem 0.6rem;
      margin-bottom: 0.75rem;
    }
    .return-processing-lp .cd-return-flow-steps { position: relative; padding-left: 0.1rem; }
    .return-processing-lp .cd-return-flow-steps__row {
      position: relative;
      display: flex;
      align-items: flex-start;
      gap: 0.7rem;
      padding: 0.35rem 0 0.45rem 0;
      min-height: 2.4rem;
    }
    .return-processing-lp .cd-return-flow-steps__row:not(.cd-return-flow-steps__row--last)::after {
      content: "";
      position: absolute;
      left: 1.1rem;
      top: 2.2rem;
      width: 2px;
      height: calc(100% - 0.1rem);
      background: linear-gradient(180deg, rgba(225, 29, 72, 0.45) 0%, rgba(0, 113, 227, 0.2) 100%);
      border-radius: 2px;
    }
    .return-processing-lp .cd-return-flow-steps__node {
      flex-shrink: 0;
      width: 2.1rem;
      height: 2.1rem;
      border-radius: 0.45rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.95rem;
      color: #fff;
      z-index: 1;
      box-shadow: 0 0.12rem 0.4rem rgba(0, 0, 0, 0.1);
    }
    .return-processing-lp .cd-return-flow-steps__row:nth-child(1) .cd-return-flow-steps__node { background: linear-gradient(145deg, #e11d48, #be123c); }
    .return-processing-lp .cd-return-flow-steps__row:nth-child(2) .cd-return-flow-steps__node { background: linear-gradient(145deg, #0ea5e9, #0071e3); }
    .return-processing-lp .cd-return-flow-steps__row:nth-child(3) .cd-return-flow-steps__node { background: linear-gradient(145deg, #8b5cf6, #6d28d9); }
    .return-processing-lp .cd-return-flow-steps__row:nth-child(4) .cd-return-flow-steps__node { background: linear-gradient(145deg, #10b981, #047857); }
    .return-processing-lp .cd-return-flow-steps__text {
      font-size: 0.84rem;
      line-height: 1.45;
      color: #1f2937;
      padding-top: 0.1rem;
    }
    .return-processing-lp .cd-return-flow-steps__text strong {
      font-weight: 600;
      color: #111827;
    }
    .return-processing-lp .cd-return-flow-steps__slash { color: #9ca3af; font-weight: 500; margin: 0 0.1rem; }
    .return-processing-lp .cd-return-flow-steps__chev {
      font-size: 0.65rem;
      color: #94a3b8;
      margin: 0 0.15rem;
      vertical-align: 0.05em;
    }
    @media (min-width: 1200px) {
      .return-processing-lp .cd-return-flow-showcase { padding: 1.5rem 1.35rem 1.35rem; }
    }
    .return-processing-lp .mini-stat { font-size: .85rem; color: var(--cd-muted); }
    .return-processing-lp .icon-circle { width: 3rem; height: 3rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 1.35rem; }
    .return-processing-lp .section-alt { background: var(--cd-surface); }
    .return-processing-lp .step-num { width: 2rem; height: 2rem; border-radius: 50%; background: var(--cd-primary); color: #fff; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; font-size: .9rem; }
    .return-processing-lp .cta-band { background: linear-gradient(120deg, #0071e3, #0058b0); color: #fff; border-radius: 1rem; }
    @media (max-width: 767.98px) { .return-processing-lp .display-4 { font-size: 1.85rem; } }
