: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; } }
