:root { --cd-primary: #0071e3; --cd-primary-hover: #0077ed; --cd-ink: #1a1d21; --cd-muted: #6c757d; --cd-surface: #f7f9fc; }
    .pick-pack-lp { font-family: inherit; color: var(--cd-ink); -webkit-font-smoothing: antialiased; }
    .pick-pack-lp .btn-primary { --bs-btn-bg: var(--cd-primary); --bs-btn-border-color: var(--cd-primary); --bs-btn-hover-bg: var(--cd-primary-hover); font-weight: 500; padding: 0.65rem 1.35rem; }
    .pick-pack-lp .btn-outline-primary { --bs-btn-color: var(--cd-primary); --bs-btn-border-color: var(--cd-primary); --bs-btn-hover-bg: var(--cd-primary); font-weight: 500; }
    .pick-pack-lp .hero-gradient { background: linear-gradient(135deg, #eef6ff 0%, #fff 50%, #f4fcf7 100%); border-bottom: 1px solid rgba(0,0,0,.06); }
    .pick-pack-lp .hero-badge { font-size: .8rem; font-weight: 600; color: var(--cd-primary); background: rgba(0,119,255,.1); border-radius: 999px; padding: .35rem .85rem; display: inline-block; }
    .pick-pack-lp .display-heading { font-weight: 700; letter-spacing: -.02em; line-height: 1.15; }
    .pick-pack-lp .lead-tight { max-width: 38rem; color: var(--cd-muted); font-size: 1.05rem; }
    .pick-pack-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: shift snapshot — timeline-style flow */
    .pick-pack-lp .cd-pick-shift-showcase {
      position: relative;
      border-radius: 1.25rem;
      padding: 1.4rem 1.35rem 1.2rem;
      background: linear-gradient(155deg, rgba(255,255,255,0.98) 0%, rgba(245, 251, 248, 0.95) 45%, rgba(255, 255, 255, 0.98) 100%);
      border: 1px solid rgba(0, 113, 227, 0.1);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 0.5rem 2.5rem rgba(0, 80, 50, 0.07);
      overflow: hidden;
    }
    .pick-pack-lp .cd-pick-shift-showcase__noise {
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(0, 113, 227, 0.06) 1px, transparent 1px);
      background-size: 16px 16px;
      mask-image: radial-gradient(ellipse 85% 80% at 30% 15%, #000, transparent 70%);
      -webkit-mask-image: radial-gradient(ellipse 85% 80% at 30% 15%, #000, transparent 70%);
      pointer-events: none;
      opacity: 0.65;
    }
    .pick-pack-lp .cd-pick-shift-showcase__header {
      position: relative;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 1rem;
      margin-bottom: 1.1rem;
      padding-bottom: 0.9rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .pick-pack-lp .cd-pick-shift-showcase__label {
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.11em;
      text-transform: uppercase;
      color: #047857;
      margin: 0 0 0.2rem 0;
    }
    .pick-pack-lp .cd-pick-shift-showcase__kicker {
      font-size: 0.85rem;
      color: #6b7280;
      line-height: 1.35;
    }
    .pick-pack-lp .cd-pick-shift-showcase__badge {
      width: 2.35rem;
      height: 2.35rem;
      border-radius: 0.55rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-size: 1.1rem;
      color: #fff;
      background: linear-gradient(140deg, #10b981, #0071e3);
      box-shadow: 0 0.25rem 0.8rem rgba(0, 113, 227, 0.25);
    }
    .pick-pack-lp .cd-pick-shift-flow { position: relative; padding-left: 0.15rem; }
    .pick-pack-lp .cd-pick-shift-flow__row {
      position: relative;
      display: flex;
      align-items: center;
      gap: 0.75rem;
      padding: 0.55rem 0;
      min-height: 2.5rem;
    }
    .pick-pack-lp .cd-pick-shift-flow__row:not(.cd-pick-shift-flow__row--last)::after {
      content: "";
      position: absolute;
      left: 1.11rem;
      top: 2.3rem;
      width: 2px;
      height: calc(100% - 0.3rem);
      background: linear-gradient(180deg, rgba(16, 185, 129, 0.55), rgba(0, 113, 227, 0.25));
      border-radius: 2px;
    }
    .pick-pack-lp .cd-pick-shift-flow__node {
      flex-shrink: 0;
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.05rem;
      color: #fff;
      background: linear-gradient(145deg, #10b981, #059669);
      box-shadow: 0 0.15rem 0.45rem rgba(5, 150, 105, 0.28);
      z-index: 1;
    }
    .pick-pack-lp .cd-pick-shift-flow__row:nth-child(2) .cd-pick-shift-flow__node {
      background: linear-gradient(145deg, #0ea5e9, #0071e3);
      box-shadow: 0 0.15rem 0.45rem rgba(0, 113, 227, 0.22);
    }
    .pick-pack-lp .cd-pick-shift-flow__row:nth-child(3) .cd-pick-shift-flow__node {
      background: linear-gradient(145deg, #8b5cf6, #6d28d9);
      box-shadow: 0 0.15rem 0.45rem rgba(109, 40, 217, 0.22);
    }
    .pick-pack-lp .cd-pick-shift-flow__row:nth-child(4) .cd-pick-shift-flow__node {
      background: linear-gradient(145deg, #3b82f6, #1d4ed8);
      box-shadow: 0 0.15rem 0.45rem rgba(29, 78, 216, 0.22);
    }
    .pick-pack-lp .cd-pick-shift-flow__text {
      font-size: 0.875rem;
      line-height: 1.4;
      color: #374151;
    }
    .pick-pack-lp .cd-pick-shift-flow__text strong {
      color: #111827;
      font-weight: 600;
    }
    @media (min-width: 1200px) {
      .pick-pack-lp .cd-pick-shift-showcase { padding: 1.6rem 1.5rem 1.35rem; }
    }
    .pick-pack-lp .mini-stat { font-size: .85rem; color: var(--cd-muted); } .pick-pack-lp .mini-stat strong { color: var(--cd-ink); font-weight: 600; }
    .pick-pack-lp .icon-circle { width: 3rem; height: 3rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 1.35rem; }
    .pick-pack-lp .section-alt { background: var(--cd-surface); }
    .pick-pack-lp .step-num { width: 2rem; height: 2rem; border-radius: 50%; background: var(--cd-primary); color: #fff; font-weight: 600; font-size: .9rem; display: inline-flex; align-items: center; justify-content: center; }
    .pick-pack-lp .cta-band { background: linear-gradient(120deg, #0071e3 0%, #0058b0 100%); color: #fff; border-radius: 1rem; }
    .pick-pack-lp .cta-band .btn-light { font-weight: 600; color: var(--cd-primary); }
    .pick-pack-lp .trust-logos { opacity: .75; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; color: var(--cd-muted); }
    @media (max-width: 767.98px) { .pick-pack-lp .display-4 { font-size: 1.85rem; } }

    @keyframes cd-pick-scan-pulse {
      0%, 18%, 100% { box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.06) inset; color: #7a8492; }
      28%, 42% { box-shadow: 0 0 0 2px rgba(63, 199, 125, 0.42) inset, 0 0.85rem 1.6rem rgba(63, 199, 125, 0.12); color: #15945b; }
    }
    @keyframes cd-pick-item-current {
      0%, 36% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
      44%, 88% { opacity: 0; transform: translate3d(-20px, 0, 0) scale(0.96); }
      94%, 100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
    }
    @keyframes cd-pick-item-next {
      0%, 36% { opacity: 0; transform: translate3d(28px, 0, 0) scale(0.96); }
      44%, 88% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
      94%, 100% { opacity: 0; transform: translate3d(28px, 0, 0) scale(0.96); }
    }
    @keyframes cd-pick-qty-before {
      0%, 18%, 100% { opacity: 1; transform: translateY(0); }
      26%, 88% { opacity: 0; transform: translateY(-8px); }
    }
    @keyframes cd-pick-qty-after {
      0%, 18%, 100% { opacity: 0; transform: translateY(8px); }
      26%, 36% { opacity: 1; transform: translateY(0); }
      44%, 88% { opacity: 0; transform: translateY(-8px); }
    }
    @keyframes cd-pick-qty-next-before {
      0%, 44%, 100% { opacity: 1; transform: translateY(0); }
      55%, 88% { opacity: 0; transform: translateY(-8px); }
    }
    @keyframes cd-pick-qty-next-mid {
      0%, 48%, 70%, 100% { opacity: 0; transform: translateY(8px); }
      55%, 64% { opacity: 1; transform: translateY(0); }
    }
    @keyframes cd-pick-qty-next-after {
      0%, 66%, 100% { opacity: 0; transform: translateY(8px); }
      74%, 88% { opacity: 1; transform: translateY(0); }
    }
    @keyframes cd-pick-chip-scanned {
      0%, 16%, 100% { background: rgba(244, 63, 94, 0.1); color: #be123c; }
      26%, 88% { background: rgba(63, 199, 125, 0.18); color: #0f8a53; box-shadow: 0 0 0 1px rgba(63, 199, 125, 0.18) inset; }
    }
    @keyframes cd-pick-chip-all-green {
      0%, 70%, 100% { background: rgba(244, 63, 94, 0.1); color: #be123c; }
      78%, 88% { background: rgba(63, 199, 125, 0.18); color: #0f8a53; box-shadow: 0 0 0 1px rgba(63, 199, 125, 0.18) inset; }
    }
    @keyframes cd-pick-order-highlight {
      0%, 20%, 100% { background: transparent; }
      30%, 88% { background: rgba(63, 199, 125, 0.06); }
    }
    @keyframes cd-pick-complete-pop {
      0%, 70%, 100% { opacity: 0; transform: translate3d(-50%, 18px, 0) scale(0.9); }
      76%, 94% { opacity: 1; transform: translate3d(-50%, 0, 0) scale(1); }
    }

    .pick-pack-lp .cd-pick-system-preview {
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(15, 23, 42, 0.08);
      border-radius: 1.35rem;
      background: #f5f6f8;
      box-shadow:
        0 1.6rem 3.6rem rgba(0, 40, 100, 0.14),
        0 1px 0 rgba(255, 255, 255, 0.94) inset;
    }
    .pick-pack-lp .cd-pick-system-preview::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 66% 36%, rgba(63, 199, 125, 0.12), transparent 12rem),
        radial-gradient(circle at 20% 12%, rgba(0, 113, 227, 0.08), transparent 12rem);
      pointer-events: none;
    }
    .pick-pack-lp .cd-pick-system-preview__topbar {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      gap: 0.7rem;
      align-items: center;
      min-height: 2.7rem;
      padding: 0 0.9rem;
      border-bottom: 1px solid rgba(15, 23, 42, 0.07);
      background: rgba(255, 255, 255, 0.86);
      backdrop-filter: blur(12px);
    }
    .pick-pack-lp .cd-pick-system-preview__brand img {
      display: block;
      width: auto;
      height: 1.35rem;
    }
    .pick-pack-lp .cd-pick-system-preview__search {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      min-width: 0;
      padding: 0.38rem 0.65rem;
      border-radius: 0.55rem;
      background: #f1f3f5;
      color: #8a93a2;
      font-size: 0.72rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .pick-pack-lp .cd-pick-system-preview__user {
      color: #111827;
      font-size: 0.7rem;
      font-weight: 700;
    }
    .pick-pack-lp .cd-pick-system-preview__body {
      position: relative;
      z-index: 1;
      min-height: 27rem;
    }
    .pick-pack-lp .cd-pick-system-preview__main {
      min-width: 0;
      padding: 1.25rem;
    }
    .pick-pack-lp .cd-pick-system-preview__scanner {
      max-width: 24rem;
      margin: 0 auto 1.25rem;
    }
    .pick-pack-lp .cd-pick-system-preview__scanner button,
    .pick-pack-lp .cd-pick-system-preview__scanner span {
      min-height: 2.65rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.45rem;
      border: 0;
      border-radius: 0.65rem;
      background: #e5e7eb;
      color: #111827;
      font-size: 0.72rem;
      font-weight: 800;
    }
    .pick-pack-lp .cd-pick-system-preview__scanner span {
      justify-content: flex-start;
      padding: 0 0.8rem;
      background: #fff;
      color: #7a8492;
      box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.06) inset;
      animation: cd-pick-scan-pulse 11s ease-in-out infinite;
    }
    .pick-pack-lp .cd-pick-system-preview__scanner .is-dark {
      width: 3.4rem;
      background: #1f2937;
      color: #fff;
    }
    .pick-pack-lp .cd-pick-system-preview__stage {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      align-items: center;
      padding-top: 1.4rem;
      margin-bottom: 1.25rem;
      min-height: 17.75rem;
    }
    .pick-pack-lp .cd-pick-system-preview__arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #9ca3af;
      font-size: 1.35rem;
    }
    .pick-pack-lp .cd-pick-system-preview__arrow:first-child {
      left: 0.75rem;
    }
    .pick-pack-lp .cd-pick-system-preview__arrow:last-child {
      right: 0.75rem;
    }
    .pick-pack-lp .cd-pick-system-preview__item {
      width: 100%;
      max-width: 22rem;
      margin: 0 auto;
      padding: 1.55rem 1.5rem 1.35rem;
      border: 1px solid rgba(15, 23, 42, 0.06);
      border-radius: 1.35rem;
      background:
        radial-gradient(circle at 78% 8%, rgba(63, 199, 125, 0.08), transparent 7rem),
        #fff;
      text-align: center;
      box-shadow:
        0 1.1rem 2.25rem rgba(0, 40, 100, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.95) inset;
    }
    .pick-pack-lp .cd-pick-system-preview__item-deck {
      position: relative;
      min-height: 17.75rem;
      width: min(100%, 22rem);
      min-width: min(100%, 18rem);
      margin: 0 auto;
    }
    .pick-pack-lp .cd-pick-system-preview__item-deck .cd-pick-system-preview__item {
      position: absolute;
      inset: 0;
      width: 100%;
      max-width: none;
      min-height: 16.4rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .pick-pack-lp .cd-pick-system-preview__item--current {
      animation: cd-pick-item-current 11s ease-in-out infinite;
    }
    .pick-pack-lp .cd-pick-system-preview__item--next {
      animation: cd-pick-item-next 11s ease-in-out infinite;
    }
    .pick-pack-lp .cd-pick-system-preview__product--next {
      color: #15945b;
      background: rgba(63, 199, 125, 0.08);
    }
    .pick-pack-lp .cd-pick-system-preview__product {
      width: 3.2rem;
      height: 3.2rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: -2.35rem auto 0.9rem;
      border: 1px solid rgba(15, 23, 42, 0.08);
      border-radius: 0.8rem;
      background: #fff;
      color: #111827;
      font-size: 1.45rem;
      box-shadow:
        0 0.75rem 1.4rem rgba(0, 40, 100, 0.08),
        0 0 0 0.45rem rgba(255, 255, 255, 0.68);
    }
    .pick-pack-lp .cd-pick-system-preview__item > strong {
      display: block;
      color: #111827;
      font-size: 1.45rem;
      margin-bottom: 0.55rem;
    }
    .pick-pack-lp .cd-pick-system-preview__qty {
      display: block;
      line-height: 1.1;
    }
    .pick-pack-lp .cd-pick-system-preview__qty--before {
      animation: cd-pick-qty-before 11s ease-in-out infinite;
    }
    .pick-pack-lp .cd-pick-system-preview__qty--after {
      margin-top: -1.6rem;
      color: #15945b;
      animation: cd-pick-qty-after 11s ease-in-out infinite;
    }
    .pick-pack-lp .cd-pick-system-preview__qty-stack {
      min-height: 1.65rem;
    }
    .pick-pack-lp .cd-pick-system-preview__qty--next-before {
      animation: cd-pick-qty-next-before 11s ease-in-out infinite;
    }
    .pick-pack-lp .cd-pick-system-preview__qty--next-mid,
    .pick-pack-lp .cd-pick-system-preview__qty--next-after {
      margin-top: -1.6rem;
      color: #15945b;
    }
    .pick-pack-lp .cd-pick-system-preview__qty--next-mid {
      animation: cd-pick-qty-next-mid 11s ease-in-out infinite;
    }
    .pick-pack-lp .cd-pick-system-preview__qty--next-after {
      animation: cd-pick-qty-next-after 11s ease-in-out infinite;
    }
    .pick-pack-lp .cd-pick-system-preview__item em {
      display: inline-flex;
      padding: 0.32rem 0.55rem;
      border-radius: 999px;
      background: rgba(63, 199, 125, 0.16);
      color: #15945b;
      font-size: 0.72rem;
      font-style: normal;
      font-weight: 800;
      margin-bottom: 0.6rem;
    }
    .pick-pack-lp .cd-pick-system-preview__item h3 {
      color: #111827;
      font-size: 1rem;
      line-height: 1.25;
      margin: 0 auto 0.25rem;
      max-width: 14rem;
    }
    .pick-pack-lp .cd-pick-system-preview__item p {
      color: #6b7280;
      font-size: 0.74rem;
      margin: 0 auto 0.85rem;
      max-width: 14rem;
    }
    .pick-pack-lp .cd-pick-system-preview__item button {
      width: 100%;
      min-height: 2.15rem;
      border: 0;
      border-radius: 0.55rem;
      background: #e5e7eb;
      color: #111827;
      font-size: 0.72rem;
      font-weight: 800;
    }
    .pick-pack-lp .cd-pick-system-preview__orders {
      overflow: hidden;
      max-width: 34rem;
      margin: 0 auto;
      border-radius: 0.9rem;
      background: rgba(255, 255, 255, 0.92);
      box-shadow: 0 0.8rem 1.7rem rgba(0, 40, 100, 0.06);
    }
    .pick-pack-lp .cd-pick-system-preview__orders-head,
    .pick-pack-lp .cd-pick-system-preview__order-row {
      display: flex;
      align-items: center;
      gap: 0.65rem;
      padding: 0.72rem 0.9rem;
    }
    .pick-pack-lp .cd-pick-system-preview__orders-head {
      justify-content: space-between;
      color: #111827;
      font-size: 0.8rem;
      font-weight: 800;
      border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    }
    .pick-pack-lp .cd-pick-system-preview__orders-head span {
      color: #15945b;
      font-size: 0.68rem;
    }
    .pick-pack-lp .cd-pick-system-preview__order-row {
      border-bottom: 1px solid rgba(15, 23, 42, 0.055);
      color: #4b5563;
      font-size: 0.68rem;
    }
    .pick-pack-lp .cd-pick-system-preview__order-row:has(.is-scanned) {
      animation: cd-pick-order-highlight 11s ease-in-out infinite;
    }
    .pick-pack-lp .cd-pick-system-preview__order-row span {
      min-width: 3.8rem;
      color: #111827;
      font-weight: 800;
    }
    .pick-pack-lp .cd-pick-system-preview__order-row em {
      padding: 0.24rem 0.42rem;
      border-radius: 999px;
      background: rgba(244, 63, 94, 0.1);
      color: #be123c;
      font-style: normal;
      font-weight: 700;
    }
    .pick-pack-lp .cd-pick-system-preview__order-row em.is-scanned {
      animation: cd-pick-chip-scanned 11s ease-in-out infinite;
    }
    .pick-pack-lp .cd-pick-system-preview__order-row em:not(.is-scanned) {
      animation: cd-pick-chip-all-green 11s ease-in-out infinite;
    }
    .pick-pack-lp .cd-pick-system-preview__complete-pop {
      position: absolute;
      left: 50%;
      bottom: 1.25rem;
      z-index: 5;
      display: inline-flex;
      align-items: center;
      gap: 0.7rem;
      padding: 0.92rem 1.2rem;
      border: 1px solid rgba(63, 199, 125, 0.26);
      border-radius: 1rem;
      background:
        radial-gradient(circle at 18% 22%, rgba(63, 199, 125, 0.18), transparent 8rem),
        rgba(255, 255, 255, 0.96);
      color: #0f8a53;
      font-size: 0.96rem;
      font-weight: 900;
      box-shadow:
        0 1.35rem 2.65rem rgba(0, 40, 100, 0.16),
        0 0 0 0.38rem rgba(63, 199, 125, 0.08);
      animation: cd-pick-complete-pop 11s ease-in-out infinite;
      backdrop-filter: blur(12px);
    }
    .pick-pack-lp .cd-pick-system-preview__complete-pop i {
      width: 1.85rem;
      height: 1.85rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #16a34a;
      color: #fff;
      box-shadow: 0 0.55rem 1.1rem rgba(22, 163, 74, 0.22);
    }
    @media (max-width: 575.98px) {
      .pick-pack-lp .cd-pick-system-preview__topbar { grid-template-columns: 1fr; }
      .pick-pack-lp .cd-pick-system-preview__user { display: none; }
      .pick-pack-lp .cd-pick-system-preview__scanner,
      .pick-pack-lp .cd-pick-system-preview__stage { grid-template-columns: 1fr; }
      .pick-pack-lp .cd-pick-system-preview__arrow { display: none; }
    }
    @media (prefers-reduced-motion: reduce) {
      .pick-pack-lp .cd-pick-system-preview__scanner span,
      .pick-pack-lp .cd-pick-system-preview__item--current,
      .pick-pack-lp .cd-pick-system-preview__item--next,
      .pick-pack-lp .cd-pick-system-preview__qty--before,
      .pick-pack-lp .cd-pick-system-preview__qty--after,
      .pick-pack-lp .cd-pick-system-preview__qty--next-before,
      .pick-pack-lp .cd-pick-system-preview__qty--next-mid,
      .pick-pack-lp .cd-pick-system-preview__qty--next-after,
      .pick-pack-lp .cd-pick-system-preview__order-row:has(.is-scanned),
      .pick-pack-lp .cd-pick-system-preview__order-row em,
      .pick-pack-lp .cd-pick-system-preview__complete-pop {
        animation: none !important;
      }
      .pick-pack-lp .cd-pick-system-preview__item--next {
        display: none;
      }
    }
