:root {
  --pickup-bg: #eef2f7;
  --pickup-surface: rgba(255, 255, 255, 0.64);
  --pickup-surface-solid: rgba(255, 255, 255, 0.88);
  --pickup-border: rgba(13, 28, 54, 0.08);
  --pickup-text: #10213f;
  --pickup-muted: #60748d;
  --pickup-accent: #2153cf;
  --pickup-accent-deep: #183ea2;
  --pickup-success: #1c7d49;
  --pickup-shadow: 0 18px 42px rgba(10, 18, 50, 0.08);
  --pickup-shell: 1340px;
}

body {
  background:
    radial-gradient(circle at top left, rgba(33, 83, 207, 0.05), transparent 24rem),
    linear-gradient(180deg, #f1f5f9 0%, #eef2f7 100%);
}

.pickup-backup-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(241, 244, 248, 0.96);
  border-bottom: 1px solid rgba(13, 28, 54, 0.06);
}

.pickup-backup-header {
  min-height: 64px;
}

.pickup-backup-brand {
  display: grid;
  gap: 4px;
  text-decoration: none;
  margin-left: -54px;
}

.pickup-backup-brand-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pickup-backup-brand-badges span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7fb0ee 0%, #6fa1e6 100%);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
}

.pickup-backup-brand-badges span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #6fa1e6;
}

.pickup-backup-brand-mark {
  margin-top: 10px;
  color: #4f8fe2;
  font-family: "Outfit", sans-serif;
  font-size: 2.45rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pickup-backup-brand-text {
  color: #4f8fe2;
  font-family: "Outfit", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.pickup-backup-header-cta {
  min-height: 36px;
  padding: 0 18px;
}

.pickup-backup-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pickup-nav-dropdown {
  position: relative;
}

.pickup-nav-dropdown-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.pickup-nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 188px;
  padding: 12px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(24, 45, 86, 0.06);
  box-shadow: 0 16px 34px rgba(12, 24, 58, 0.12);
  z-index: 20;
}

.pickup-nav-dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 14px;
  border-radius: 14px;
  color: #425875;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  transition: 180ms ease;
}

.pickup-nav-dropdown-item::after {
  content: "↗";
  color: #8aa0c0;
  font-size: 0.86rem;
}

.pickup-nav-dropdown-item:hover {
  background: #f2f6ff;
  color: #203552;
  transform: translateX(2px);
}

.pickup-backup-page {
  width: 100% !important;
  max-width: none;
  margin: 0;
  padding: 0 0 72px;
}

.pickup-shell {
  width: min(calc(100% - 56px), var(--pickup-shell));
  margin: 0 auto;
}

.pickup-hero-section {
  position: relative;
  min-height: 720px;
  padding: 26px 0 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(238, 242, 247, 0.16) 100%);
}

.pickup-hero-section::before {
  content: "";
  position: absolute;
  left: -120px;
  top: -90px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(33, 83, 207, 0.06), rgba(33, 83, 207, 0) 62%);
  pointer-events: none;
}

.pickup-hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  min-height: 650px;
}

.pickup-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 40px 0 104px;
}

.pickup-hero-pills,
.pickup-hero-tags,
.pickup-hero-actions,
.pickup-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pickup-hero-pills {
  margin-bottom: 26px;
}

.pickup-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.83rem;
  font-weight: 600;
  border: 1px solid transparent;
}

.pickup-pill-primary {
  color: var(--pickup-accent);
  background: rgba(33, 83, 207, 0.08);
  border-color: rgba(33, 83, 207, 0.16);
}

.pickup-pill-success {
  color: var(--pickup-success);
  background: rgba(28, 125, 73, 0.08);
  border-color: rgba(28, 125, 73, 0.14);
}

.pickup-hero-copy h1,
.pickup-overview-copy h2,
.pickup-section-head h2,
.pickup-contact-card h2 {
  margin: 0;
  color: var(--pickup-text);
  font-family: "Noto Sans SC", sans-serif;
}

.pickup-hero-copy h1 {
  display: grid;
  gap: 18px;
  letter-spacing: -0.03em;
}

.pickup-title-kicker {
  color: var(--pickup-accent);
  font-size: 1.08rem;
  line-height: 1.4;
  font-weight: 700;
}

.pickup-title-main {
  max-width: 14.5ch;
  font-size: clamp(2.5rem, 3.15vw, 3.75rem);
  line-height: 1.16;
  font-weight: 760;
}

.pickup-title-sub {
  max-width: 20.5ch;
  color: #304561;
  font-size: clamp(1.04rem, 1.18vw, 1.34rem);
  line-height: 1.62;
  font-weight: 540;
  letter-spacing: -0.02em;
}

.pickup-title-sub em {
  color: var(--pickup-accent);
  font-style: normal;
  font-weight: 650;
}

.pickup-hero-lead {
  max-width: 46rem;
  margin: 26px 0 0;
  color: #52657e;
  font-size: 1rem;
  line-height: 1.92;
}

.pickup-hero-tags {
  margin-top: 26px;
}

.pickup-hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: #edf3ff;
  border: 1px solid rgba(52, 93, 191, 0.08);
  color: #36507c;
  font-size: 0.95rem;
  font-weight: 600;
}

.pickup-hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.pickup-metric {
  min-width: 132px;
  padding: 15px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(13, 28, 54, 0.07);
  box-shadow: 0 2px 10px rgba(10, 18, 50, 0.05);
}

.pickup-metric strong {
  display: block;
  color: var(--pickup-accent);
  font-size: 1.2rem;
}

.pickup-metric span {
  display: block;
  margin-top: 4px;
  color: #6b7e97;
  font-size: 0.81rem;
}

.pickup-hero-actions {
  margin-top: 30px;
}

.pickup-primary-cta,
.pickup-contact-actions .button-primary {
  background: linear-gradient(160deg, var(--pickup-accent) 0%, var(--pickup-accent-deep) 100%);
  box-shadow: 0 8px 22px rgba(33, 83, 207, 0.2);
}

.pickup-hero-main-cta {
  position: relative;
  min-width: 250px;
  min-height: 72px;
  padding: 0 62px 0 24px;
  border-radius: 24px;
  border: 1px solid rgba(186, 206, 255, 0.34);
  background: linear-gradient(135deg, #6f84ff 0%, #5070e6 52%, #4c66d2 100%);
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow:
    0 18px 30px rgba(62, 91, 188, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.pickup-hero-main-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.pickup-hero-main-cta::after {
  content: "\2192";
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 1;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 900;
  pointer-events: none;
}

.pickup-hero-main-cta:hover,
.pickup-hero-main-cta:focus-visible {
  transform: translateY(-1px);
  filter: saturate(1.04);
  box-shadow:
    0 22px 34px rgba(62, 91, 188, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.pickup-hero-actions .button-secondary {
  border-color: rgba(24, 45, 86, 0.08);
  background: rgba(255, 255, 255, 0.88);
  color: #425875;
  box-shadow: 0 8px 20px rgba(16, 31, 65, 0.06);
}

.pickup-hero-actions .button-secondary:hover {
  background: #ffffff;
  color: #223754;
}

.pickup-hero-actions > a[data-requires-login][href="./pickup-form.html"] {
  display: none;
}

.pickup-section-actions .button-secondary {
  border-color: rgba(24, 45, 86, 0.08);
  background: rgba(255, 255, 255, 0.96);
  color: #425875;
  box-shadow: 0 8px 20px rgba(16, 31, 65, 0.05);
}

.pickup-section-actions .button-secondary:hover {
  background: #ffffff;
  color: #223754;
}

.pickup-hero-media {
  position: relative;
  min-height: 650px;
}

.pickup-hero-media-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--pickup-shadow);
  background: transparent;
}

.pickup-hero-media-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(225, 233, 246, 0.34) 0%, rgba(225, 233, 246, 0.16) 12%, rgba(225, 233, 246, 0.04) 24%, rgba(225, 233, 246, 0) 36%),
    linear-gradient(180deg, rgba(8, 21, 48, 0.06) 0%, rgba(8, 21, 48, 0) 18%, rgba(8, 21, 48, 0) 78%, rgba(8, 21, 48, 0.08) 100%);
  pointer-events: none;
}

.pickup-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  transform: scale(1.12);
  transform-origin: center;
  display: block;
}

.pickup-hero-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 120px;
  background: linear-gradient(180deg, rgba(238, 242, 247, 0) 0%, rgba(238, 242, 247, 0.82) 58%, rgba(238, 242, 247, 1) 100%);
  pointer-events: none;
}

.pickup-overview-section {
  position: relative;
  z-index: 3;
  margin-top: -72px;
}

.pickup-overview-panel,
.pickup-section-panel,
.pickup-contact-card {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 28px rgba(8, 16, 60, 0.04);
}

.pickup-overview-panel {
  padding: 30px;
  border-radius: 30px;
}

.pickup-kicker {
  margin: 0 0 10px;
  color: var(--pickup-accent);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  text-transform: uppercase;
}

.pickup-overview-copy h2,
.pickup-section-head h2,
.pickup-contact-card h2 {
  font-size: clamp(1.9rem, 2.5vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.pickup-overview-copy p,
.pickup-section-head p,
.pickup-contact-card p {
  margin: 14px 0 0;
  color: var(--pickup-muted);
  line-height: 1.85;
}

.pickup-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pickup-overview-grid-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pickup-overview-card,
.pickup-process-card,
.pickup-rule-card,
.pickup-pricing-shell,
.pickup-tip-box {
  border: 1px solid rgba(13, 28, 54, 0.06);
  box-shadow: 0 2px 14px rgba(10, 18, 50, 0.04);
}

.pickup-overview-card {
  min-height: 220px;
  padding: 30px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
}

.pickup-overview-card.is-highlight {
  color: #ffffff;
  background: linear-gradient(155deg, #17326d 0%, #1c3f88 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.pickup-overview-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  margin-bottom: 26px;
  background: rgba(33, 83, 207, 0.08);
  color: var(--pickup-accent);
}

.pickup-overview-icon svg {
  width: 28px;
  height: 28px;
}

.pickup-overview-card.is-highlight .pickup-overview-icon {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.pickup-overview-card h3,
.pickup-process-card h3,
.pickup-rule-card h3 {
  margin: 0;
  font-family: "Noto Sans SC", sans-serif;
  font-size: 1.08rem;
}

.pickup-overview-card p {
  margin: 14px 0 0;
  color: #64788f;
  line-height: 1.58;
  font-size: 1rem;
}

.pickup-overview-card.is-highlight h3,
.pickup-overview-card.is-highlight p {
  color: rgba(255, 255, 255, 0.96);
}

.pickup-content-section {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.pickup-section-panel {
  padding: 30px;
  border-radius: 30px;
}

.pickup-section-head {
  max-width: 760px;
}

.pickup-section-head-split {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.pickup-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  min-width: 320px;
  justify-content: flex-end;
  align-self: center;
  margin-right: 18px;
}

.pickup-board-list-refined {
  margin-top: 24px;
}

.pickup-process-head,
.pickup-rules-head {
  max-width: none;
  text-align: center;
}

.pickup-process-head p,
.pickup-rules-head p,
.pickup-process-head h2,
.pickup-rules-head h2 {
  text-align: center;
}

.pickup-process-panel {
  position: relative;
  overflow: hidden;
  padding: 52px 36px 42px;
  border: 1px solid rgba(134, 160, 214, 0.14);
  background:
    radial-gradient(circle at top center, rgba(154, 122, 255, 0.12), transparent 24%),
    radial-gradient(circle at 12% 88%, rgba(226, 128, 255, 0.1), transparent 24%),
    radial-gradient(circle at 88% 84%, rgba(93, 134, 255, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(246, 249, 255, 0.92) 100%);
  box-shadow: 0 24px 56px rgba(56, 80, 128, 0.1);
}

.pickup-process-panel > * {
  position: relative;
  z-index: 1;
}

.pickup-process-panel::before,
.pickup-process-panel::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(0);
}

.pickup-process-panel::before {
  top: 78px;
  left: 8%;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 126, 194, 0.12), rgba(255, 126, 194, 0));
}

.pickup-process-panel::after {
  right: 10%;
  bottom: 42px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(87, 111, 255, 0.12), rgba(87, 111, 255, 0));
}

.pickup-process-head {
  animation: pickup-process-fade-up 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.pickup-process-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto 20px;
  padding: 12px 26px;
  border-radius: 999px;
  border: 1px solid rgba(137, 116, 211, 0.16);
  background: rgba(124, 93, 216, 0.08);
  color: #7858d4;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.pickup-process-head h2 {
  color: #1e2746;
  font-size: clamp(2.8rem, 7vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
}

.pickup-process-head .pickup-process-intro {
  max-width: 820px;
  margin: 22px auto 0;
  color: #62708b;
  font-size: clamp(1rem, 1.9vw, 1.18rem);
  line-height: 1.8;
}

.pickup-process-line {
  height: 2px;
  margin: 68px auto 0;
  width: min(1200px, calc(100% - 120px));
  background: linear-gradient(90deg, rgba(180, 194, 225, 0) 0%, rgba(180, 194, 225, 0.55) 12%, rgba(157, 173, 218, 0.75) 50%, rgba(180, 194, 225, 0.55) 88%, rgba(180, 194, 225, 0) 100%);
  overflow: hidden;
}

.pickup-process-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -14%;
  width: 20%;
  height: 14px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0));
  filter: blur(6px);
  animation: pickup-process-line-sweep 7.5s ease-in-out infinite;
}

.pickup-process-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin-top: -26px;
  align-items: start;
}

.pickup-process-step {
  position: relative;
  text-align: center;
  min-height: 370px;
  padding: 26px 24px 30px;
  border-radius: 30px;
  border: 1px solid rgba(179, 194, 226, 0.28);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(248, 250, 255, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 18px 38px rgba(73, 101, 156, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    background 0.35s ease;
  animation: pickup-process-fade-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.pickup-process-step::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 15%, rgba(255, 255, 255, 0.86), transparent 42%);
  opacity: 0.55;
  pointer-events: none;
}

.pickup-process-step:hover {
  transform: translateY(-10px) scale(1.01);
  border-color: rgba(129, 155, 220, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 26px 48px rgba(73, 101, 156, 0.18);
}

.pickup-process-step::after {
  content: "\2192";
  position: absolute;
  top: 138px;
  right: -16px;
  color: rgba(121, 140, 193, 0.64);
  font-size: 2rem;
  font-weight: 300;
  text-shadow: 0 0 24px rgba(170, 184, 225, 0.22);
  transition: transform 0.35s ease, color 0.35s ease;
}

.pickup-process-step:hover::after {
  transform: translateX(6px);
  color: rgba(106, 127, 197, 0.82);
}

.pickup-process-step:last-child::after {
  display: none;
}

.pickup-process-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -22px;
  right: -12px;
  width: 56px;
  height: 56px;
  border-radius: 20px;
  background: rgba(255, 251, 254, 0.98);
  border: 1px solid rgba(224, 217, 244, 0.95);
  color: #7f5de3;
  font-size: 1.1rem;
  font-weight: 800;
  transform: rotate(9deg);
  box-shadow: 0 14px 28px rgba(104, 97, 156, 0.14);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pickup-process-step:hover .pickup-process-index {
  transform: rotate(0deg) scale(1.06);
  box-shadow: 0 18px 30px rgba(104, 97, 156, 0.18);
}

.pickup-process-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  margin-top: 8px;
  border-radius: 30px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.38) 100%);
  color: #ffffff;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 16px 28px rgba(111, 136, 194, 0.14);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.35s ease;
}

.pickup-process-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0.1) 32%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
}

.pickup-process-icon::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0.34) 50%, rgba(255, 255, 255, 0) 68%);
  transform: translateX(-52%) rotate(8deg);
  animation: pickup-process-icon-sheen 5.8s ease-in-out infinite;
  pointer-events: none;
}

.pickup-process-icon svg {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.pickup-process-copy {
  margin-top: 26px;
}

.pickup-process-step:hover .pickup-process-icon {
  transform: translateY(-6px) scale(1.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 24px 34px rgba(111, 136, 194, 0.2);
  filter: saturate(1.08);
}

.pickup-process-step:hover .pickup-process-icon svg {
  transform: scale(1.1);
}

.pickup-process-step-lilac {
  background:
    radial-gradient(circle at 50% 0%, rgba(235, 133, 255, 0.34), transparent 45%),
    linear-gradient(180deg, rgba(219, 150, 255, 0.25) 0%, rgba(159, 95, 214, 0.16) 100%);
}

.pickup-process-step-lilac .pickup-process-icon {
  background: linear-gradient(160deg, #d770f2 0%, #b44ae3 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 26px 44px rgba(207, 87, 255, 0.28);
}

.pickup-process-step-sky {
  background:
    radial-gradient(circle at 50% 0%, rgba(127, 184, 255, 0.34), transparent 45%),
    linear-gradient(180deg, rgba(123, 176, 255, 0.24) 0%, rgba(98, 123, 244, 0.15) 100%);
}

.pickup-process-step-sky .pickup-process-icon {
  background: linear-gradient(160deg, #5f94ff 0%, #5191f3 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 26px 44px rgba(87, 146, 255, 0.28);
}

.pickup-process-step-mint {
  background:
    radial-gradient(circle at 50% 0%, rgba(102, 229, 186, 0.34), transparent 45%),
    linear-gradient(180deg, rgba(107, 215, 188, 0.22) 0%, rgba(91, 196, 163, 0.14) 100%);
}

.pickup-process-step-mint .pickup-process-icon {
  background: linear-gradient(160deg, #4dd4a0 0%, #5fd7ba 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 26px 44px rgba(77, 212, 160, 0.28);
}

.pickup-process-step-amber {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 178, 87, 0.34), transparent 45%),
    linear-gradient(180deg, rgba(255, 181, 91, 0.22) 0%, rgba(244, 140, 42, 0.15) 100%);
}

.pickup-process-step-amber .pickup-process-icon {
  background: linear-gradient(160deg, #ffb100 0%, #ff9f1a 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 26px 44px rgba(255, 173, 46, 0.28);
}

.pickup-process-step-rose {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 120, 164, 0.34), transparent 45%),
    linear-gradient(180deg, rgba(255, 140, 170, 0.22) 0%, rgba(220, 104, 155, 0.15) 100%);
}

.pickup-process-step-rose .pickup-process-icon {
  background: linear-gradient(160deg, #f05d73 0%, #eb5a7a 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 26px 44px rgba(240, 93, 115, 0.28);
}

.pickup-process-step h3 {
  margin: 0;
  color: #283356;
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  font-weight: 800;
  line-height: 1.15;
  transition: transform 0.35s ease, color 0.35s ease;
}

.pickup-process-step p {
  margin: 16px 0 0;
  color: #72819d;
  font-size: 1rem;
  line-height: 1.72;
  transition: color 0.35s ease;
}

.pickup-process-step:hover h3 {
  transform: translateY(-2px);
  color: #1f2d52;
}

.pickup-process-step:hover p {
  color: #62718f;
}

.pickup-process-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  animation: pickup-process-fade-up 1s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.32s;
}

.pickup-process-cta-centered {
  text-align: center;
}

.pickup-process-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 320px;
  min-height: 70px;
  padding: 0 34px;
  border-radius: 22px;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 18px 30px rgba(84, 112, 170, 0.16);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    background 0.35s ease;
}

.pickup-process-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 34px rgba(84, 112, 170, 0.2);
}

.pickup-process-button .pickup-process-button-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 1rem;
  transition: transform 0.3s ease, background 0.3s ease;
}

.pickup-process-button:hover .pickup-process-button-arrow {
  transform: translateX(4px);
}

.pickup-process-button-primary {
  border: 1px solid rgba(145, 194, 255, 0.32);
  background: linear-gradient(90deg, #7c5dff 0%, #5c8fff 100%);
  color: #ffffff;
}

.pickup-process-button-primary .pickup-process-button-arrow {
  background: rgba(255, 255, 255, 0.18);
}

.pickup-process-button-secondary {
  border: 1px solid rgba(176, 189, 226, 0.48);
  background: rgba(255, 255, 255, 0.72);
  color: #34446f;
  backdrop-filter: blur(12px);
}

.pickup-process-button-secondary:hover {
  border-color: rgba(136, 154, 207, 0.62);
  background: rgba(255, 255, 255, 0.88);
}

.pickup-process-button-secondary .pickup-process-button-arrow {
  background: rgba(116, 136, 196, 0.12);
}

.pickup-process-step:nth-child(1) { animation-delay: 0.08s; }
.pickup-process-step:nth-child(2) { animation-delay: 0.16s; }
.pickup-process-step:nth-child(3) { animation-delay: 0.24s; }
.pickup-process-step:nth-child(4) { animation-delay: 0.32s; }
.pickup-process-step:nth-child(5) { animation-delay: 0.4s; }

@keyframes pickup-process-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pickup-process-line-sweep {
  0%, 100% {
    left: -18%;
    opacity: 0;
  }
  12% {
    opacity: 0.9;
  }
  50% {
    left: 42%;
    opacity: 1;
  }
  88% {
    opacity: 0.85;
  }
  100% {
    left: 102%;
    opacity: 0;
  }
}

@keyframes pickup-process-icon-sheen {
  0%, 100% {
    transform: translateX(-56%) rotate(8deg);
    opacity: 0;
  }
  18% {
    opacity: 0;
  }
  34% {
    opacity: 1;
  }
  52% {
    transform: translateX(54%) rotate(8deg);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pickup-process-head,
  .pickup-process-step,
  .pickup-process-cta,
  .pickup-process-line::after,
  .pickup-process-icon::after {
    animation: none !important;
  }

  .pickup-process-step,
  .pickup-process-icon,
  .pickup-process-index,
  .pickup-process-step::after,
  .pickup-process-button,
  .pickup-process-button .pickup-process-button-arrow,
  .pickup-process-step h3,
  .pickup-process-step p {
    transition: none !important;
  }
}

.pickup-pricing-head {
  max-width: none;
  text-align: center;
}

.pickup-pricing-head p,
.pickup-pricing-head h2 {
  text-align: center;
}

.pickup-pricing-calculator {
  width: min(1220px, 100%);
  margin: 26px auto 0;
  text-align: center;
}

.pickup-pricing-switch {
  display: inline-flex;
  gap: 8px;
  margin: 0 auto 18px;
  padding: 6px;
  border-radius: 999px;
  background: #e9eefb;
}

.pickup-pricing-switch-btn,
.pickup-chip {
  appearance: none;
  border: 0;
  cursor: pointer;
  transition: 180ms ease;
  font: inherit;
}

.pickup-pricing-switch-btn {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  background: transparent;
  color: #6a7e98;
  font-size: 0.92rem;
  font-weight: 700;
}

.pickup-pricing-switch-btn.is-active {
  background: linear-gradient(160deg, var(--pickup-accent) 0%, var(--pickup-accent-deep) 100%);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(33, 83, 207, 0.18);
}

.pickup-pricing-switch-btn.is-peak.is-active {
  background: linear-gradient(180deg, #e29a2d 0%, #d28417 100%);
  box-shadow: 0 10px 24px rgba(210, 132, 23, 0.18);
}

.pickup-pricing-alert {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  margin: 26px auto 32px;
  padding: 0 26px;
  border-radius: 20px;
  background: #f6efe9;
  border: 1px solid rgba(214, 151, 82, 0.32);
  color: #b06f2e;
  font-size: 0.98rem;
  font-weight: 600;
}

.pickup-pricing-shell {
  max-width: none;
  margin: 0 auto;
  padding: 42px 42px 28px;
  border-radius: 36px;
  background: #ffffff;
  box-shadow: 0 24px 58px rgba(20, 35, 72, 0.08);
}

.pickup-calculator-controls {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
  gap: 28px;
  align-items: start;
}

.pickup-calculator-group h3 {
  margin: 0 0 14px;
  color: #5c708b;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
}

.pickup-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pickup-chip {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 17px;
  background: #eef1f8;
  border: 1px solid rgba(26, 48, 92, 0.08);
  color: #4f6685;
  font-size: 0.98rem;
  font-weight: 700;
}

.pickup-chip.is-active {
  background: linear-gradient(160deg, var(--pickup-accent) 0%, var(--pickup-accent-deep) 100%);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(33, 83, 207, 0.18);
}

.pickup-pricing-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  padding: 28px 34px;
  border-radius: 24px;
  background: linear-gradient(180deg, #edf0f9 0%, #e9edf7 100%);
  border: 1px solid rgba(24, 45, 86, 0.06);
  text-align: left;
}

.pickup-pricing-result-meta {
  margin: 0;
  color: #6b81a0;
  font-size: 0.96rem;
  font-weight: 600;
}

.pickup-pricing-result strong {
  display: inline-block;
  margin-top: 10px;
  color: var(--pickup-accent);
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.pickup-pricing-unit {
  margin-left: 8px;
  color: #7085a2;
  font-size: 1rem;
  font-weight: 600;
}

.pickup-pricing-result-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #627894;
}

.pickup-pricing-result-list li {
  position: relative;
  padding-left: 24px;
  line-height: 1.9;
}

.pickup-pricing-result-list li::before {
  content: "◉";
  position: absolute;
  left: 0;
  top: 0;
  color: #6cc36f;
}

.pickup-table-wrap-refined {
  margin: 26px 0 0;
  background: transparent;
  box-shadow: none;
}

.pickup-pricing-table {
  min-width: 860px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
}

.pickup-pricing-table thead th {
  background: #e9edf8;
  color: #4d6380;
  font-size: 0.8rem;
}

.pickup-pricing-table tbody tr:nth-child(even) {
  background: #fafcff;
}

.pickup-pricing-table tbody tr.is-active-row {
  background: #f4f6fc;
}

.pickup-pricing-table tbody td:first-child {
  font-weight: 700;
  color: var(--pickup-text);
}

.pickup-pricing-table tbody tr.is-active-row td:first-child,
.pickup-pricing-table td.is-active-cell {
  color: #3d58d6;
  font-weight: 700;
}

.pickup-pricing-note {
  margin: 10px 0 0;
  color: #6b7e97;
  font-size: 0.9rem;
  text-align: center;
}

.pickup-pricing-panel {
  position: relative;
  padding-bottom: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}

.pickup-rules-panel {
  position: relative;
  margin-top: -22px;
  padding-top: 34px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}

.pickup-rules-panel::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: min(240px, 42%);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(163, 178, 206, 0) 0%,
    rgba(163, 178, 206, 0.72) 50%,
    rgba(163, 178, 206, 0) 100%
  );
}

.pickup-rules-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.pickup-rules-grid-centered {
  width: min(1140px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.pickup-rule-card {
  min-height: 248px;
  padding: 26px 26px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
}

.pickup-rule-card-refined h3 {
  margin: 16px 0 14px;
  font-size: 1rem;
  font-weight: 700;
}

.pickup-rule-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(111, 84, 255, 0.08);
  color: #6a4ef6;
}

.pickup-rule-icon svg {
  width: 24px;
  height: 24px;
}

.pickup-rule-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pickup-rule-list li {
  position: relative;
  margin-top: 10px;
  padding-left: 22px;
  color: #6c7f99;
  line-height: 1.72;
}

.pickup-rule-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #a4afc2;
  font-weight: 700;
}

.pickup-tip-box {
  margin-top: 24px;
  padding: 20px 28px;
  border-radius: 22px;
  background: rgba(115, 92, 245, 0.06);
}

.pickup-tip-box-refined {
  width: min(1140px, 100%);
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(115, 92, 245, 0.12);
}

.pickup-tip-box strong {
  color: #5c46dd;
}

.pickup-tip-box p {
  margin-top: 10px;
  color: #566983;
  line-height: 1.78;
}

.pickup-contact-section {
  padding: 6px 0 42px;
}

.pickup-contact-brand-panel {
  padding: 10px 0 0;
  text-align: center;
}

.pickup-contact-brand-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.pickup-contact-brand-badges span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7fb0ee 0%, #6fa1e6 100%);
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 700;
}

.pickup-contact-brand-badges span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #6fa1e6;
}

.pickup-contact-brand-mark {
  margin-top: 18px;
  color: #4f8fe2;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.5rem, 4.6vw, 3.8rem);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pickup-contact-brand-sub {
  margin-top: 4px;
  color: #4f8fe2;
  font-family: "Outfit", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.pickup-contact-brand-lead {
  margin: 22px auto 0;
  max-width: 780px;
  color: #6a7f9c;
  font-size: clamp(1.24rem, 2vw, 1.72rem);
  line-height: 1.6;
}

.pickup-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.pickup-contact-info-card {
  padding: 28px 34px 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(13, 28, 54, 0.06);
  box-shadow: 0 18px 42px rgba(15, 28, 64, 0.06);
  text-align: left;
}

.pickup-contact-info-card h3 {
  margin: 0 0 20px;
  color: #17428b;
  font-size: 1.05rem;
  font-weight: 700;
}

.pickup-contact-info-card p,
.pickup-contact-info-card a {
  margin: 0;
  color: #5f7695;
  font-size: 1.06rem;
  line-height: 1.72;
  text-decoration: none;
}

.pickup-contact-info-card p + p {
  margin-top: 18px;
}

.pickup-contact-hours {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 20px;
  align-items: center;
  color: #5f7695;
}

.pickup-contact-hours span,
.pickup-contact-hours strong {
  font-size: 1.04rem;
  line-height: 1.5;
}

.pickup-contact-hours strong {
  color: #5f7695;
  font-weight: 500;
}

.pickup-contact-copyright {
  margin: 28px 0 0;
  color: #6e7f96;
  font-size: 0.96rem;
}

@media (max-width: 1200px) {
  .pickup-hero-shell {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: auto;
  }

  .pickup-hero-copy {
    padding-bottom: 0;
  }

  .pickup-hero-media {
    min-height: 520px;
  }

  .pickup-overview-head,
  .pickup-section-head-split {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pickup-overview-grid,
  .pickup-rules-grid,
  .pickup-process-timeline,
  .pickup-calculator-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .pickup-shell,
  .pickup-footer {
    width: calc(100% - 32px);
  }

  .pickup-backup-page {
    padding-bottom: 56px;
  }

  .pickup-hero-section {
    min-height: auto;
    padding-top: 18px;
  }

  .pickup-hero-shell,
  .pickup-overview-head,
  .pickup-overview-grid,
  .pickup-rules-grid,
  .pickup-process-timeline,
  .pickup-calculator-controls {
    grid-template-columns: 1fr;
  }

  .pickup-overview-section {
    margin-top: -48px;
  }

  .pickup-overview-panel,
  .pickup-section-panel,
  .pickup-contact-card {
    padding: 24px;
  }

  .pickup-hero-media {
    min-height: 420px;
  }

  .pickup-pricing-result,
  .pickup-footer {
    display: block;
  }

  .pickup-pricing-result-list {
    margin-top: 18px;
  }

  .pickup-process-line {
    width: calc(100% - 48px);
  }
}

@media (max-width: 980px) {
  .pickup-backup-header {
    min-height: 58px;
  }

  .pickup-backup-brand {
    min-width: 0;
    margin-left: 0;
    gap: 2px;
  }

  .pickup-backup-brand-badges {
    display: none;
  }

  .pickup-backup-brand-mark {
    margin-top: 0;
    font-size: 1.95rem;
    line-height: 1;
  }

  .pickup-backup-brand-text {
    font-size: 0.56rem;
    letter-spacing: 0.12em;
  }

  .pickup-section-head-split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pickup-section-actions {
    min-width: 0;
    width: 100%;
    margin-right: 0;
    justify-content: stretch;
  }

  .pickup-section-actions .button {
    width: 100%;
    justify-content: center;
  }

  .pickup-hero-tags span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .pickup-pricing-table {
    display: none;
  }

  .pickup-table-wrap-refined {
    display: none;
  }

  .pickup-help-fab-stack {
    display: none;
  }

  .pickup-help-fab {
    min-width: 0;
    max-width: none;
    width: 100%;
    padding: 10px 12px;
    border-radius: 18px;
  }
}

@media (max-width: 680px) {
  body {
    overflow-x: hidden;
  }

  .pickup-backup-header-cta,
  .pickup-backup-nav {
    display: none;
  }

  .pickup-backup-header {
    min-height: 58px;
  }

  .pickup-backup-brand {
    min-width: 0;
    margin-left: 0;
    gap: 2px;
  }

  .pickup-backup-brand-badges {
    display: none;
  }

  .pickup-backup-brand-mark {
    margin-top: 0;
    font-size: 1.95rem;
    line-height: 1;
  }

  .pickup-backup-brand-text {
    font-size: 0.56rem;
    letter-spacing: 0.12em;
  }

  .pickup-title-main {
    max-width: none;
    font-size: 1.62rem;
    line-height: 1.12;
    white-space: nowrap;
    letter-spacing: -0.045em;
  }

  .pickup-title-sub {
    max-width: none;
    font-size: 1.02rem;
    line-height: 1.58;
  }

  .pickup-hero-actions,
  .pickup-contact-actions,
  .pickup-contact-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .pickup-chip-group-airports {
    justify-content: flex-start;
  }

  .pickup-hero-actions .button,
  .pickup-contact-actions .button {
    width: 100%;
    justify-content: center;
  }

  .pickup-overview-badges {
    justify-content: flex-start;
  }

  .pickup-hero-media {
    min-height: 360px;
  }

  .pickup-hero-copy {
    max-width: none;
    padding-top: 18px;
  }

  .pickup-hero-tags span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .pickup-pricing-shell {
    padding: 22px;
  }

  .pickup-pricing-result {
    padding: 22px 20px;
  }

  .pickup-process-timeline {
    grid-template-columns: 1fr;
    margin-top: 8px;
    gap: 18px;
  }

  .pickup-process-line {
    display: none;
  }

  .pickup-process-panel {
    padding: 36px 20px 28px;
  }

  .pickup-process-step {
    min-height: 0;
    padding: 24px 18px 24px;
  }

  .pickup-process-step::after {
    display: none;
  }

  .pickup-process-index {
    top: -14px;
    right: 12px;
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }

  .pickup-process-icon {
    width: 90px;
    height: 90px;
  }

  .pickup-process-step h3 {
    font-size: 1.55rem;
  }

  .pickup-process-step p {
    font-size: 0.98rem;
  }

  .pickup-process-button {
    width: 100%;
    min-width: 0;
    min-height: 62px;
    font-size: 1.06rem;
  }

  .pickup-board-panel {
    padding: 26px 16px 18px;
  }

  .pickup-section-head h2 {
    font-size: 1.7rem;
    line-height: 1.08;
  }

  .pickup-section-head p {
    margin-top: 10px;
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .pickup-section-actions {
    min-width: 0;
    margin-right: 0;
    justify-content: stretch;
    gap: 10px;
  }

  .pickup-section-actions .button {
    width: 100%;
    justify-content: center;
    min-height: 48px;
    padding: 0 14px;
    font-size: 0.92rem;
    line-height: 1.2;
    white-space: normal;
  }

  .pickup-contact-info-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pickup-contact-info-card {
    padding: 22px 20px;
  }

  .pickup-help-fab-stack {
    left: auto;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    width: min(156px, calc(100vw - 24px));
    gap: 8px;
  }

  .pickup-help-fab {
    min-width: 0;
    max-width: none;
    width: 100%;
    padding: 10px 12px;
    border-radius: 18px;
  }

  .pickup-help-fab-title {
    font-size: 14px;
  }

  .pickup-help-fab-subtitle {
    font-size: 10px;
  }
}

@media (max-width: 520px) {
  .pickup-shell,
  .pickup-footer {
    width: calc(100% - 20px);
  }

  .pickup-overview-section {
    margin-top: 10px;
  }

  .pickup-overview-panel {
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .pickup-section-panel,
  .pickup-contact-card,
  .pickup-pricing-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pickup-overview-card,
  .pickup-rule-card {
    min-height: 0;
    padding: 16px 16px;
  }

  .pickup-overview-grid {
    gap: 12px;
  }

  .pickup-overview-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 16px;
  }

  .pickup-overview-icon svg {
    width: 22px;
    height: 22px;
  }

  .pickup-overview-card h3 {
    font-size: 0.96rem;
    line-height: 1.3;
  }

  .pickup-overview-card p {
    margin-top: 8px;
    font-size: 0.82rem;
    line-height: 1.52;
  }

  .pickup-content-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
  }

  .pickup-content-section > .pickup-shell {
    width: calc(100% - 20px);
    margin: 0 auto;
  }

  .pickup-pricing-switch {
    width: 100%;
    justify-content: space-between;
  }

  .pickup-pricing-switch-btn {
    flex: 1 1 0;
    justify-content: center;
    padding: 0 12px;
  }

  .pickup-chip-group {
    gap: 8px;
  }

  .pickup-chip {
    min-height: 44px;
    padding: 0 16px;
    font-size: 0.92rem;
  }

  .pickup-pricing-result strong {
    font-size: 2.5rem;
  }

  .pickup-help-fab {
    min-height: 54px;
    padding: 10px 12px;
  }

  .pickup-help-fab-subtitle {
    display: none;
  }

  .pickup-help-fab-title {
    font-size: 12px;
    line-height: 1.25;
  }

  .pickup-board-panel {
    padding: 12px 12px 14px;
  }

  .pickup-section-head,
  .pickup-section-head-split,
  .pickup-section-head-split > div {
    min-width: 0;
    max-width: 100%;
  }

  .pickup-section-head h2 {
    font-size: 1.42rem;
    line-height: 1.08;
  }

  .pickup-section-head p {
    margin-top: 8px;
    font-size: 0.82rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  .pickup-section-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 0;
    gap: 6px;
    overflow: hidden;
  }

  .pickup-section-actions::after {
    content: "左右滑动先看最近 3 组，完整信息查看完整拼车表格";
    display: block;
    margin-top: 4px;
    color: #6e81a3;
    font-size: 0.68rem;
    line-height: 1.45;
    text-align: center;
  }

  .pickup-section-actions .button {
    min-width: 0;
    max-width: 100%;
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.78rem;
    line-height: 1.2;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .pickup-section-actions .button-primary {
    position: relative;
    min-height: 46px;
    padding-inline: 16px 46px;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    box-shadow: 0 14px 28px rgba(18, 59, 146, 0.2);
    overflow: hidden;
  }

  .pickup-section-actions .button-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.26) 50%, rgba(255, 255, 255, 0) 76%);
    transform: translateX(-120%);
    animation: pickup-mobile-cta-sheen 4.6s ease-in-out infinite;
    pointer-events: none;
  }

  .pickup-section-actions .button-primary::after {
    content: "\2192";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 0.84rem;
    font-weight: 800;
    color: #ffffff;
  }

  .pickup-section-actions .button-secondary {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(70, 96, 149, 0.12);
  }

  .pickup-board-list-refined {
    margin-top: 14px;
  }
}

@keyframes pickup-mobile-cta-sheen {
  0%,
  100% {
    transform: translateX(-120%);
    opacity: 0;
  }
  18% {
    opacity: 0;
  }
  42% {
    transform: translateX(120%);
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}

@media (max-width: 520px) {
  .pickup-section-actions::after {
    content: "前台先看最近 3 组，完整信息点查看完整拼车表格";
  }

  .pickup-section-actions .button-primary {
    min-height: 50px;
    padding-inline: 16px 48px;
    border: 1px solid rgba(172, 205, 255, 0.24);
    background: linear-gradient(135deg, #7e53ff 0%, #3f7dff 46%, #35b7ff 100%);
    box-shadow: 0 18px 34px rgba(68, 96, 214, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }

  .pickup-section-actions .button-primary:hover,
  .pickup-section-actions .button-primary:focus-visible {
    transform: translateY(-1px) scale(1.01);
    box-shadow: 0 22px 38px rgba(68, 96, 214, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  }

  .pickup-section-actions .button-primary::before {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.26) 50%, rgba(255, 255, 255, 0) 76%), radial-gradient(circle at 14% 50%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 26%);
  }

  .pickup-section-actions .button-primary::after {
    background: rgba(255, 255, 255, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }

  .pickup-section-actions .button-secondary {
    background: rgba(255, 255, 255, 0.74);
    border-color: rgba(129, 153, 207, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 10px 18px rgba(42, 61, 105, 0.08);
  }
}

@media (max-width: 520px) {
  .pickup-section-actions {
    gap: 8px;
  }

  .pickup-section-actions::after {
    content: "前台先看最近 3 组，完整信息点查看完整拼车表格";
    margin-top: 6px;
    padding: 7px 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(164, 186, 228, 0.2);
    color: #6780ad;
    font-size: 0.72rem;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  }

  .pickup-section-actions .button-primary {
    position: relative;
    min-height: 54px;
    padding-inline: 18px 52px;
    border: 1px solid rgba(194, 221, 255, 0.34);
    background: linear-gradient(135deg, #8654ff 0%, #5079ff 34%, #31b3ff 68%, #82d7ff 100%);
    background-size: 180% 180%;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    box-shadow:
      0 18px 34px rgba(78, 105, 228, 0.28),
      0 0 0 1px rgba(255, 255, 255, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.26);
    animation: pickup-mobile-cta-gradient 5.2s ease infinite, pickup-mobile-cta-breathe 2.8s ease-in-out infinite;
    overflow: hidden;
    isolation: isolate;
  }

  .pickup-section-actions .button-primary::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: 0;
    background:
      radial-gradient(circle at 14% 30%, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 28%),
      linear-gradient(120deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.36) 50%, rgba(255, 255, 255, 0) 80%);
    transform: translateX(-120%);
    animation: pickup-mobile-cta-sheen 3.6s ease-in-out infinite;
    pointer-events: none;
  }

  .pickup-section-actions .button-primary::after {
    content: "➜";
    position: absolute;
    right: 14px;
    top: 50%;
    z-index: 1;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.22);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.42),
      0 8px 18px rgba(41, 72, 171, 0.18);
    font-size: 0.92rem;
    font-weight: 900;
    animation: pickup-mobile-cta-arrow 1.6s ease-in-out infinite;
  }

  .pickup-section-actions .button-primary:hover,
  .pickup-section-actions .button-primary:focus-visible {
    transform: translateY(-2px) scale(1.015);
    box-shadow:
      0 24px 40px rgba(78, 105, 228, 0.34),
      0 0 0 1px rgba(255, 255, 255, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.32);
  }
}

@media (max-width: 680px) {
  .pickup-hero-copy {
    padding-top: 14px;
  }

  .pickup-hero-pills,
  .pickup-hero-tags,
  .pickup-hero-actions,
  .pickup-contact-actions {
    gap: 10px;
  }

  .pickup-pill {
    min-height: 30px;
    padding: 0 14px;
    font-size: 0.76rem;
  }

  .pickup-title-kicker {
    font-size: 0.94rem;
  }

  .pickup-hero-lead {
    font-size: 0.92rem;
    line-height: 1.72;
  }

  .pickup-hero-tags span {
    font-size: 0.8rem;
  }

  .pickup-metric strong {
    font-size: 1.34rem;
  }

  .pickup-metric span {
    font-size: 0.76rem;
  }

  .pickup-overview-copy p,
  .pickup-section-head p,
  .pickup-contact-card p {
    font-size: 0.92rem;
    line-height: 1.72;
  }

  .pickup-overview-card h3,
  .pickup-rule-card h3,
  .pickup-contact-info-card h3 {
    font-size: 1rem;
  }

  .pickup-overview-card p,
  .pickup-rule-card p,
  .pickup-contact-info-card p,
  .pickup-contact-info-card a {
    font-size: 0.88rem;
    line-height: 1.62;
  }

  .pickup-pricing-result strong {
    font-size: 2.34rem;
  }

  .pickup-pricing-result-meta,
  .pickup-pricing-note,
  .pickup-pricing-result-list li {
    font-size: 0.88rem;
    line-height: 1.58;
  }
}

@media (max-width: 520px) {
  .pickup-hero-main-cta {
    min-height: 56px;
    padding: 0 52px 0 18px;
    border-radius: 20px;
    font-size: 0.92rem;
    box-shadow:
      0 14px 24px rgba(62, 91, 188, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }

  .pickup-hero-main-cta::after {
    right: 14px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    font-size: 0.82rem;
  }

  .pickup-hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .pickup-metric {
    min-width: 0;
    padding: 11px 10px;
    border-radius: 16px;
  }

  .pickup-backup-brand-mark {
    font-size: 1.78rem;
  }

  .pickup-backup-brand-text {
    font-size: 0.52rem;
  }

  .pickup-title-kicker {
    font-size: 0.88rem;
  }

  .pickup-title-main {
    font-size: 1.5rem;
    line-height: 1.08;
  }

  .pickup-title-sub {
    font-size: 0.94rem;
    line-height: 1.52;
  }

  .pickup-hero-lead {
    font-size: 0.86rem;
    line-height: 1.66;
  }

  .pickup-hero-tags span {
    font-size: 0.74rem;
  }

  .pickup-metric strong {
    font-size: 1.05rem;
  }

  .pickup-metric span {
    font-size: 0.62rem;
    line-height: 1.35;
  }

  .pickup-overview-copy h2,
  .pickup-section-head h2,
  .pickup-contact-card h2 {
    font-size: 1.34rem;
    line-height: 1.08;
  }

  .pickup-overview-copy p,
  .pickup-section-head p,
  .pickup-contact-card p {
    font-size: 0.84rem;
    line-height: 1.62;
  }

  .pickup-overview-card h3,
  .pickup-rule-card h3,
  .pickup-contact-info-card h3 {
    font-size: 0.92rem;
  }

  .pickup-overview-card p,
  .pickup-rule-card p,
  .pickup-contact-info-card p,
  .pickup-contact-info-card a {
    font-size: 0.8rem;
    line-height: 1.56;
  }

  .pickup-pricing-head p,
  .pickup-rules-head p,
  .pickup-pricing-result-meta,
  .pickup-pricing-note,
  .pickup-pricing-result-list li {
    font-size: 0.8rem;
    line-height: 1.54;
  }

  .pickup-pricing-result strong {
    font-size: 2.12rem;
  }

  .pickup-contact-hours span,
  .pickup-contact-hours strong,
  .pickup-contact-copyright {
    font-size: 0.82rem;
  }
}

@keyframes pickup-mobile-cta-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes pickup-mobile-cta-breathe {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-1px) scale(1.01);
  }
}

@keyframes pickup-mobile-cta-arrow {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2px);
  }
}

@media (min-width: 981px) {
  .pickup-section-actions {
    gap: 14px;
  }

  .pickup-section-actions .button-primary {
    position: relative;
    min-width: 294px;
    min-height: 60px;
    padding: 0 70px 0 28px;
    border-radius: 999px;
    border: 1px solid rgba(190, 217, 255, 0.34);
    background:
      linear-gradient(135deg, #7a53ff 0%, #3d7eff 36%, #35b7ff 68%, #8dd8ff 100%);
    background-size: 180% 180%;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    box-shadow:
      0 20px 42px rgba(55, 93, 213, 0.24),
      0 0 0 1px rgba(255, 255, 255, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.26);
    overflow: hidden;
    isolation: isolate;
    transition:
      transform 220ms ease,
      box-shadow 220ms ease,
      filter 220ms ease;
    animation: pickup-desktop-cta-gradient 6s ease infinite, pickup-desktop-cta-float 3.2s ease-in-out infinite;
  }

  .pickup-section-actions .button-primary::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: 0;
    background:
      radial-gradient(circle at 16% 28%, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 26%),
      linear-gradient(120deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.34) 48%, rgba(255, 255, 255, 0) 78%);
    transform: translateX(-120%);
    animation: pickup-desktop-cta-sheen 4.2s ease-in-out infinite;
    pointer-events: none;
  }

  .pickup-section-actions .button-primary::after {
    content: "➜";
    position: absolute;
    top: 50%;
    right: 18px;
    z-index: 1;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.2);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.42),
      0 10px 18px rgba(32, 60, 146, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    animation: pickup-desktop-cta-arrow 1.8s ease-in-out infinite;
  }

  .pickup-section-actions .button-primary:hover,
  .pickup-section-actions .button-primary:focus-visible {
    transform: translateY(-3px) scale(1.02);
    filter: saturate(1.06);
    box-shadow:
      0 28px 52px rgba(55, 93, 213, 0.32),
      0 0 0 1px rgba(255, 255, 255, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.32);
  }

  .pickup-section-actions .button-secondary {
    min-height: 54px;
    padding: 0 26px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(187, 203, 233, 0.28);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.76),
      0 12px 24px rgba(32, 56, 110, 0.06);
  }
}

@keyframes pickup-desktop-cta-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes pickup-desktop-cta-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1px);
  }
}

@keyframes pickup-desktop-cta-sheen {
  0%,
  100% {
    transform: translateX(-120%);
    opacity: 0;
  }
  18% {
    opacity: 0;
  }
  42% {
    transform: translateX(130%);
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}

@keyframes pickup-desktop-cta-arrow {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
}
