/* Seller pricing — layout + motion (scroll reveal via feature-motion.js) */

@keyframes cd-pr-float-soft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes cd-pr-glow-pulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(1);
  }
  50% {
    opacity: 0.75;
    transform: scale(1.03);
  }
}

@keyframes cd-pr-accent-sweep {
  0% {
    transform: translateX(-40%) skewX(-8deg);
    opacity: 0;
  }
  30% {
    opacity: 0.35;
  }
  100% {
    transform: translateX(120%) skewX(-8deg);
    opacity: 0;
  }
}

@keyframes cd-pr-result-flash {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 113, 227, 0.35);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(0, 113, 227, 0);
  }
}

/* Pricing hero: calmer background than default LP hero (less layered “noise”) */
main.prices-lp .cd-pr-hero.hero-gradient {
  background-image: linear-gradient(180deg, #f5f6f8 0%, #fbfbfd 40%, #ffffff 100%) !important;
}

/* Hero copy — fewer blocks, clearer hierarchy */
.prices-lp .cd-pr-hero-copy {
  padding-right: clamp(0.25rem, 2.5vw, 1.75rem);
}

@media (min-width: 992px) {
  .prices-lp .cd-pr-hero-copy {
    padding-right: 2rem;
  }
}

.prices-lp .cd-pr-hero-kicker {
  display: inline-flex;
  margin-bottom: 1rem !important;
}

.prices-lp .cd-pr-hero-title {
  margin: 0;
  font-size: clamp(1.85rem, 4.2vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.1;
  max-width: 20ch;
}

.prices-lp .cd-pr-hero-lead {
  margin: 1.1rem 0 0 !important;
  font-size: 1.0625rem;
  line-height: 1.6;
  max-width: 34rem;
}

@media (min-width: 768px) {
  .prices-lp .cd-pr-hero-lead {
    margin-top: 1.25rem !important;
    font-size: 1.125rem;
  }
}

.prices-lp .cd-pr-hero-lead-link {
  display: block;
  margin-top: 0.75rem;
  font-weight: 600;
  color: var(--cd-apple-blue, #0071e3) !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.prices-lp .cd-pr-hero-lead-link::after {
  content: " →";
  font-weight: 500;
}

.prices-lp .cd-pr-hero-lead-link:hover {
  text-decoration: underline !important;
}

/* Single live snapshot (replaces triple stat row) */
.prices-lp .cd-pr-hero-live {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 34rem;
  margin-top: 1.5rem;
  margin-bottom: 1.75rem;
  padding: 1rem 1.15rem;
  gap: 1rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

@media (min-width: 768px) {
  .prices-lp .cd-pr-hero-live {
    margin-top: 1.65rem;
    margin-bottom: 2rem;
    padding: 1.1rem 1.35rem;
  }
}

.prices-lp .cd-pr-hero-live__col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.2rem;
}

.prices-lp .cd-pr-hero-live__rule {
  width: 1px;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.08);
  align-self: stretch;
  margin: 0.1rem 0;
}

.prices-lp .cd-pr-hero-live__value {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--cd-apple-text, #1d1d1f);
}

.prices-lp .cd-pr-hero-live__value--tier {
  font-size: 1.15rem;
  font-weight: 700;
}

.prices-lp .cd-pr-hero-live__label {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--cd-apple-text-secondary, #6e6e73);
}

.prices-lp .cd-pr-hero-actions {
  margin-top: 1.75rem;
}

/* Highlights rail — aligned with global .stats-strip / .stat-tile treatment */
.prices-lp .cd-pr-stats-strip {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, #f5f5f7 50%, #ffffff 100%) !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
}

.prices-lp .cd-pr-stats-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 80% at 50% -40%, rgba(0, 113, 227, 0.06), transparent 55%);
  pointer-events: none;
}

.prices-lp .cd-pr-stats-strip .cd-pr-stat-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 1.15rem;
  --bs-gutter-y: 1rem;
}

@media (min-width: 768px) {
  .prices-lp .cd-pr-stats-strip .cd-pr-stat-grid {
    --bs-gutter-x: 1.65rem;
    --bs-gutter-y: 1.15rem;
  }
}

.prices-lp .cd-pr-stat-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.55rem;
  padding: 1.35rem 1rem 1.45rem;
  border-radius: var(--cd-apple-radius-lg, 18px);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--cd-apple-shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.04)) !important;
  transition:
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease,
    border-color 0.2s ease;
}

@media (min-width: 768px) {
  .prices-lp .cd-pr-stat-card {
    padding: 1.5rem 1.2rem 1.55rem;
    gap: 0.6rem;
  }
}

.prices-lp .cd-pr-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.4rem 1.25rem rgba(0, 40, 100, 0.08) !important;
  border-color: rgba(0, 113, 227, 0.14) !important;
}

.prices-lp .cd-pr-stat-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1;
  margin: 0;
  flex-shrink: 0;
}

.prices-lp .cd-pr-stat-card--mint .cd-pr-stat-card__icon {
  background: rgba(52, 199, 89, 0.12);
  color: #1b7f3a;
}

.prices-lp .cd-pr-stat-card--sky .cd-pr-stat-card__icon {
  background: rgba(0, 113, 227, 0.09);
  color: var(--cd-apple-blue, #0071e3);
}

.prices-lp .cd-pr-stat-card--violet .cd-pr-stat-card__icon {
  background: rgba(99, 102, 241, 0.12);
  color: #4338ca;
}

.prices-lp .cd-pr-stat-card--amber .cd-pr-stat-card__icon {
  background: rgba(255, 159, 10, 0.14);
  color: #b45309;
}

.prices-lp .cd-pr-stat-card__label {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--cd-apple-text-secondary, #6e6e73);
  margin: 0;
  line-height: 1.35;
  max-width: 14rem;
}

.prices-lp .cd-pr-stat-card__value {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--cd-apple-text, #1d1d1f);
  margin: 0;
}

.prices-lp .cd-pr-stat-card__value--sm {
  font-size: 1.25rem;
}

.prices-lp .cd-pr-stat-card__value-suffix {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--cd-apple-text-secondary, #6e6e73);
  margin-left: 0.06rem;
}

.prices-lp .cd-pr-stat-card__hint {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--cd-apple-text-secondary, #6e6e73);
  margin: 0;
  line-height: 1.4;
  max-width: 14rem;
}

.prices-lp .cd-pr-stat-card__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
  margin: 0;
  max-width: 100%;
}

.prices-lp .cd-pr-stat-pill {
  font-size: 0.65rem;
  font-weight: 600;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(0, 113, 227, 0.08);
  color: #0071e3;
  border: 1px solid rgba(0, 113, 227, 0.12);
  white-space: nowrap;
}

/* Combined pricing hub (configurator + plans) */
.prices-lp .cd-pr-hub-section {
  background: linear-gradient(180deg, rgba(0, 113, 227, 0.04) 0%, rgba(248, 249, 250, 0.65) 35%, rgba(255, 255, 255, 0.92) 100%);
}

@media (min-width: 992px) {
  .prices-lp .cd-pr-hub-section {
    padding-top: 3.75rem;
    padding-bottom: 4rem;
  }
}

.prices-lp .cd-pr-hub-intro {
  max-width: 44rem;
}

.prices-lp .letter-spacing-sm {
  letter-spacing: 0.06em;
}

.prices-lp .cd-pr-hub-shell {
  max-width: 1180px;
  border-radius: 1.35rem;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #fff;
  box-shadow:
    0 4px 6px rgba(0, 40, 100, 0.03),
    0 22px 50px rgba(0, 40, 100, 0.09);
  overflow: hidden;
}

.prices-lp .cd-pr-hub-build.cd-pr-configurator {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: linear-gradient(165deg, rgba(0, 113, 227, 0.07) 0%, rgba(255, 255, 255, 0.97) 42%, #fff 100%);
}

.prices-lp .cd-pr-hub-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.35rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  background: rgba(0, 113, 227, 0.12);
  color: #0071e3;
  vertical-align: middle;
}

.prices-lp .cd-pr-hub-snapshot__card,
.prices-lp .cd-pr-hub-legend {
  border-color: rgba(0, 113, 227, 0.12) !important;
}

.prices-lp .cd-pr-hub-tier {
  font-weight: 700;
}

.prices-lp .cd-pr-hub-tier--free {
  color: #1b7f3a;
}

.prices-lp .cd-pr-hub-tier--premium {
  color: #0071e3;
}

.prices-lp .cd-pr-hub-result-wrap {
  border-color: rgba(0, 113, 227, 0.12) !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

.prices-lp .cd-pr-result.cd-pr-result--embedded {
  padding: 0.85rem 0 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

.prices-lp .cd-pr-hub-plans {
  background: #fff;
}

.prices-lp .cd-pr-hub-foot {
  background: rgba(241, 245, 249, 0.95);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.prices-lp .cd-pr-legal.cd-pr-legal--hub {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* Visual-first hub: glass, orbit, rule tiles, feature grids */
.prices-lp .cd-pr-glass-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.72) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 12px 40px rgba(0, 113, 227, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
}

.prices-lp .cd-pr-glass-panel {
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 32px rgba(0, 40, 100, 0.05);
  border: 1px solid rgba(0, 113, 227, 0.08) !important;
}

.prices-lp .cd-pr-snapshot-orbit {
  position: absolute;
  right: -20%;
  top: -30%;
  width: 70%;
  height: 140%;
  background: radial-gradient(circle, rgba(0, 113, 227, 0.12) 0%, rgba(52, 199, 89, 0.06) 40%, transparent 68%);
  pointer-events: none;
}

.prices-lp .cd-pr-pulse-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #2563eb;
  box-shadow: 0 0 0 0 rgba(52, 199, 89, 0.5);
  animation: cd-pr-pulse-dot 2.2s ease-out infinite;
}

@keyframes cd-pr-pulse-dot {
  0% {
    box-shadow: 0 0 0 0 rgba(52, 199, 89, 0.45);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(52, 199, 89, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(52, 199, 89, 0);
  }
}

.prices-lp .cd-pr-rule-tile {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(0, 113, 227, 0.04) 100%);
  border: 1px solid rgba(0, 113, 227, 0.1);
  box-shadow: 0 4px 16px rgba(0, 40, 100, 0.04);
}

.prices-lp .cd-pr-rule-tile--free {
  border-color: rgba(52, 199, 89, 0.25);
  background: linear-gradient(160deg, #fff 0%, rgba(52, 199, 89, 0.07) 100%);
}

.prices-lp .cd-pr-rule-tile--integrations {
  border-color: rgba(0, 113, 227, 0.22);
}

.prices-lp .cd-pr-rule-tile--premium {
  border-color: rgba(0, 113, 227, 0.14);
  background: linear-gradient(90deg, rgba(0, 113, 227, 0.06), rgba(255, 255, 255, 0.95));
}

.prices-lp .cd-pr-rule-tile__num {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--cd-apple-text, #1d1d1f);
}

.prices-lp .cd-pr-rule-tile__lbl {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--cd-apple-text-secondary, #6e6e73);
  margin-top: 0.15rem;
}

.prices-lp .cd-pr-icon-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: rgba(0, 113, 227, 0.1);
  color: #0071e3;
}

.prices-lp .cd-pr-result.cd-pr-result--compact {
  padding-top: 0.25rem;
  font-size: 0.875rem;
}

.prices-lp .cd-pr-guide-lines li:last-child {
  margin-bottom: 0 !important;
}

.prices-lp .cd-pr-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.prices-lp .cd-pr-mini-grid--dense {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
}

.prices-lp .cd-pr-mini-grid--muted .cd-pr-mini-grid__cell {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.05);
  color: var(--cd-apple-text-secondary, #6e6e73);
}

.prices-lp .cd-pr-mini-grid__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.35rem;
  padding: 0.55rem 0.35rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(0, 113, 227, 0.1);
  background: rgba(255, 255, 255, 0.85);
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--cd-apple-text-secondary, #6e6e73);
  transition:
    border-color 0.2s ease,
    transform 0.2s ease;
}

.prices-lp .cd-pr-mini-grid__cell i {
  font-size: 1.1rem;
  color: #0071e3;
}

.prices-lp .cd-pr-mini-grid--muted .cd-pr-mini-grid__cell i {
  color: #86868b;
}

.prices-lp .cd-pr-mini-grid__cell:hover {
  border-color: rgba(0, 113, 227, 0.28);
  transform: translateY(-1px);
}

.prices-lp .cd-pr-limit-pill {
  border-radius: 0.65rem;
  padding: 0.5rem 0.35rem;
  background: rgba(0, 113, 227, 0.06);
  border: 1px solid rgba(0, 113, 227, 0.1);
}

.prices-lp .cd-pr-limit-pill strong {
  display: block;
  font-size: 1.1rem;
  color: var(--cd-apple-text, #1d1d1f);
}

.prices-lp .cd-pr-limit-pill span {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cd-apple-text-secondary, #6e6e73);
}

.prices-lp .cd-pr-limit-pill--muted {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.06);
}

.prices-lp .cd-pr-compare-icon {
  border: 1px solid rgba(0, 113, 227, 0.15);
}

.prices-lp .cd-pr-match-hint {
  min-height: 1.25rem;
}

@media (max-width: 575.98px) {
  .prices-lp .cd-pr-mini-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Hero tier stack */
.prices-lp .cd-pr-hero-visual {
  min-height: 320px;
  padding: 0.5rem 0;
}

.prices-lp .cd-pr-hero-glow {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 280px;
  height: 280px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(0, 113, 227, 0.18) 0%, rgba(52, 199, 89, 0.08) 45%, transparent 70%);
  animation: cd-pr-glow-pulse 5s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.prices-lp .cd-pr-tier-stack {
  position: relative;
  z-index: 1;
  max-width: 20rem;
  margin: 0 auto;
  /* Room for horizontal stagger (offsets use `left`, not transform — avoids fighting float + hover transforms) */
  padding-inline: clamp(0.75rem, 4vw, 1.75rem);
}

.prices-lp .cd-pr-tier-card {
  position: relative;
  animation: cd-pr-float-soft 5s ease-in-out infinite;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
}

/* Stagger: alternating L/R so stacked edges read clearly (transform would be overwritten by float + .floating-card:hover) */
.prices-lp .cd-pr-tier-card--pim {
  animation-delay: 0.7s;
  animation-duration: 4.8s;
  margin-bottom: -0.75rem;
  left: clamp(0.65rem, 5%, 1.15rem);
  z-index: 4;
}

.prices-lp .cd-pr-tier-card--premium {
  animation-delay: 0.35s;
  animation-duration: 5.5s;
  margin-bottom: -0.75rem;
  left: clamp(-1.15rem, -5%, -0.65rem);
  z-index: 2;
}

.prices-lp .cd-pr-tier-card--free {
  animation-delay: 0s;
  margin-bottom: -0.75rem;
  left: clamp(0.35rem, 3%, 0.85rem);
  z-index: 3;
}

.prices-lp .cd-pr-tier-label {
  font-size: 0.65rem;
  letter-spacing: 0.06em;
}

.prices-lp .cd-pr-tier-amount {
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--cd-apple-text, #1d1d1f);
}

.prices-lp .cd-pr-tier-card--est-match {
  box-shadow: 0 14px 36px rgba(0, 113, 227, 0.16) !important;
  border-color: rgba(0, 113, 227, 0.38) !important;
  z-index: 6 !important;
}

.prices-lp .cd-pr-tier-card--est-muted {
  opacity: 0.5;
  filter: saturate(0.88);
}

.prices-lp .cd-pr-plan--est-selected {
  z-index: 2;
  border-color: rgba(0, 113, 227, 0.42);
  box-shadow:
    0 0 0 1px rgba(0, 113, 227, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 16px 40px rgba(0, 113, 227, 0.1),
    0 6px 16px rgba(0, 40, 100, 0.06);
}

.prices-lp .cd-pr-plan--est-selected::before {
  height: 4px;
  background: #0071e3;
}

.prices-lp .cd-pr-plan--pim.cd-pr-plan--est-selected::before {
  background: #6366f1;
}

.prices-lp .cd-pr-plan--popular.cd-pr-plan--est-selected {
  border-color: rgba(0, 113, 227, 0.48);
  box-shadow:
    0 0 0 1px rgba(0, 113, 227, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 18px 46px rgba(0, 113, 227, 0.14),
    0 8px 20px rgba(0, 40, 100, 0.07);
}

/* Configurator */
.prices-lp .cd-pr-configurator {
  border-radius: var(--cd-apple-radius-lg, 18px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, var(--cd-apple-bg-elevated, #fff) 100%);
  box-shadow:
    var(--cd-apple-shadow-md, 0 4px 24px rgba(0, 0, 0, 0.06)),
    0 0 0 1px rgba(0, 113, 227, 0.04) inset;
}

.prices-lp .cd-pr-configurator__accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0071e3, #2563eb, #0077ed);
  opacity: 0.85;
}

.prices-lp .cd-pr-configurator__accent::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: cd-pr-accent-sweep 4.5s ease-in-out infinite;
}

.prices-lp .cd-pr-configurator label {
  font-weight: 500;
  font-size: 0.875rem;
}

.prices-lp .cd-pr-input-wrap {
  position: relative;
  border-radius: 0.65rem;
  transition: box-shadow 0.25s ease;
}

.prices-lp .cd-pr-input-wrap:focus-within {
  box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.15);
}

.prices-lp .cd-pr-configurator .form-control {
  border-radius: 0.65rem;
}

.prices-lp .cd-pr-configurator .form-control:focus {
  border-color: rgba(0, 113, 227, 0.45);
  box-shadow: none;
}

/* Premium module picker (Inventory vs Full WMS) */
.prices-lp .cd-pr-module-option {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--cd-apple-radius-lg, 18px);
  padding: 0.85rem 1rem 0.85rem 2.35rem;
  background: var(--cd-apple-bg-elevated, #fff);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.prices-lp .cd-pr-module-option:hover {
  border-color: rgba(0, 113, 227, 0.22);
}

.prices-lp .cd-pr-module-option:has(.form-check-input:checked) {
  border-color: rgba(0, 113, 227, 0.45);
  box-shadow: 0 0 0 1px rgba(0, 113, 227, 0.1) inset;
}

.prices-lp .cd-pr-module-option:has(.form-check-input:focus-visible) {
  box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.2);
}

.prices-lp .cd-pr-module-option .form-check-input {
  position: absolute;
  left: 0.85rem;
  top: 1rem;
  margin: 0;
  width: 1.1rem;
  height: 1.1rem;
}

.prices-lp .cd-pr-module-option__label {
  display: block;
  cursor: pointer;
  margin: 0;
}

.prices-lp .cd-pr-module-option__title {
  display: block;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--cd-apple-text, #1d1d1f);
}

.prices-lp .cd-pr-module-option__hint {
  display: block;
  font-size: 0.8125rem;
  color: var(--bs-secondary-color);
  line-height: 1.45;
  margin-top: 0.25rem;
}

.prices-lp .cd-pr-result {
  border-radius: 0.85rem;
  background: linear-gradient(135deg, rgba(0, 113, 227, 0.07), rgba(52, 199, 89, 0.05));
  border: 1px solid rgba(0, 113, 227, 0.14);
  padding: 1.15rem 1.25rem;
  font-size: 0.9rem;
  line-height: 1.55;
  transition: transform 0.25s ease;
}

.prices-lp .cd-pr-result.cd-pr-result--flash {
  animation: cd-pr-result-flash 0.55s ease-out;
}

/* Plan cards */
.prices-lp .cd-pr-plan {
  border-radius: var(--cd-apple-radius-lg, 18px);
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: var(--cd-apple-bg-elevated, #fff);
  box-shadow: var(--cd-apple-shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.04));
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.25s ease;
}

.prices-lp .cd-pr-plan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #0071e3;
  opacity: 1;
  pointer-events: none;
  border-radius: var(--cd-apple-radius-lg, 18px) var(--cd-apple-radius-lg, 18px) 0 0;
}

.prices-lp .cd-pr-plan--pim::before {
  background: #6366f1;
}

.prices-lp .cd-pr-plan--free::before {
  background: #1d4ed8;
}

.prices-lp .cd-pr-plan--free {
  border-color: rgba(0, 113, 227, 0.18);
}

.prices-lp .cd-pr-plan--free:hover {
  border-color: rgba(0, 113, 227, 0.28);
}

.prices-lp .cd-pr-plan--free.cd-pr-plan--est-selected {
  border-color: rgba(0, 113, 227, 0.45);
  box-shadow:
    0 0 0 1px rgba(0, 113, 227, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 20px 48px rgba(0, 113, 227, 0.12),
    0 8px 20px rgba(0, 40, 100, 0.06);
}

.prices-lp .cd-pr-plan--free.cd-pr-plan--est-selected::before {
  background: #1d4ed8;
  height: 4px;
}

.prices-lp .cd-pr-plan:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 44px rgba(0, 40, 100, 0.1);
  border-color: rgba(0, 113, 227, 0.15);
}

.prices-lp .cd-pr-plan--popular {
  border-color: rgba(0, 113, 227, 0.38);
  box-shadow:
    0 10px 32px rgba(0, 113, 227, 0.11),
    0 0 0 1px rgba(0, 113, 227, 0.06) inset;
}

.prices-lp .cd-pr-plan--popular:hover {
  border-color: rgba(0, 113, 227, 0.48);
}

.prices-lp .cd-pr-plan--est-selected:hover {
  border-color: rgba(0, 113, 227, 0.5);
  box-shadow:
    0 0 0 1px rgba(0, 113, 227, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 20px 46px rgba(0, 113, 227, 0.13),
    0 9px 22px rgba(0, 40, 100, 0.08);
}

.prices-lp .cd-pr-plan--popular.cd-pr-plan--est-selected:hover {
  border-color: rgba(0, 113, 227, 0.52);
  box-shadow:
    0 0 0 1px rgba(0, 113, 227, 0.26),
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 22px 50px rgba(0, 113, 227, 0.16),
    0 10px 24px rgba(0, 40, 100, 0.08);
}

.prices-lp .cd-pr-plan--free.cd-pr-plan--est-selected:hover {
  border-color: rgba(0, 113, 227, 0.52);
  box-shadow:
    0 0 0 1px rgba(0, 113, 227, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 24px 52px rgba(0, 113, 227, 0.14),
    0 10px 22px rgba(0, 40, 100, 0.07);
}

.prices-lp .cd-pr-popular-glow {
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle at 50% 0%, rgba(0, 113, 227, 0.12), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.prices-lp .cd-pr-plan--popular > :not(.cd-pr-popular-glow) {
  position: relative;
  z-index: 1;
}

/* Icon circles for plan card headers */
.prices-lp .cd-pr-plan .icon-circle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.prices-lp .cd-pr-plan .icon-circle--free {
  background: rgba(29, 78, 216, 0.1);
  color: #1d4ed8;
}

.prices-lp .cd-pr-plan .icon-circle--popular {
  background: rgba(0, 113, 227, 0.12);
  color: #0071e3;
}

.prices-lp .cd-pr-plan .icon-circle--pim {
  background: rgba(99, 102, 241, 0.12);
  color: #6366f1;
}

/* Tier badge — small elegant pill in the card header */
.prices-lp .cd-pr-plan__tier-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3em 0.75em;
  border-radius: 20px;
  line-height: 1;
  white-space: nowrap;
}

.prices-lp .cd-pr-plan__tier-badge--free {
  background: rgba(29, 78, 216, 0.08);
  color: #1d4ed8;
  border: 1px solid rgba(29, 78, 216, 0.18);
}

.prices-lp .cd-pr-plan__tier-badge--popular {
  background: #0071e3;
  color: #fff;
  border: 1px solid transparent;
}

.prices-lp .cd-pr-plan__tier-badge--pim {
  background: rgba(99, 102, 241, 0.1);
  color: #6366f1;
  border: 1px solid rgba(99, 102, 241, 0.2);
}

.prices-lp .cd-pr-plan__price {
  font-size: 1.85rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.prices-lp .cd-pr-plan__subprice {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--cd-apple-text, #1d1d1f);
}

/* ── Detailed plan card layout (Stock / Order processing / etc.) ───── */

/* Module badge pill (Premium card) — reflects the currently picked
   module so the user sees which Premium variant the card describes */
.prices-lp .cd-pr-plan__module-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  background: rgba(0, 113, 227, 0.08);
  border: 1px solid rgba(0, 113, 227, 0.18);
  font-size: 0.78rem;
  line-height: 1.2;
  color: var(--cd-apple-text-secondary, #6e6e73);
  max-width: 100%;
}

.prices-lp .cd-pr-plan__module-badge i {
  font-size: 0.95rem;
  line-height: 1;
}

.prices-lp .cd-pr-plan__module-meta {
  font-weight: 500;
  letter-spacing: 0.01em;
}

.prices-lp .cd-pr-plan__module-name {
  font-weight: 700;
  color: var(--cd-apple-text, #1d1d1f);
}

/* "INCLUDED" divider with hairlines on either side */
.prices-lp .cd-pr-plan__included {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0.25rem 0 1rem;
}

.prices-lp .cd-pr-plan__included::before,
.prices-lp .cd-pr-plan__included::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
}

.prices-lp .cd-pr-plan__included span {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cd-apple-text-secondary, #6e6e73);
}

/* Feature group list — hairlines between groups */
.prices-lp .cd-pr-plan__groups {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.1rem;
}

.prices-lp .cd-pr-plan__group {
  padding: 0.85rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.prices-lp .cd-pr-plan__group:first-child {
  padding-top: 0;
  border-top: 0;
}

.prices-lp .cd-pr-plan__group:last-child {
  padding-bottom: 0;
}

.prices-lp .cd-pr-plan__group-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--cd-apple-text-secondary, #6e6e73);
}

.prices-lp .cd-pr-plan__group-heading i {
  font-size: 1rem;
  letter-spacing: 0;
  color: #0071e3;
}

.prices-lp .cd-pr-plan__group-includes {
  display: inline-block;
  margin: -0.25rem 0 0.5rem;
  font-size: 0.7rem;
  font-style: italic;
  font-weight: 500;
  color: var(--cd-apple-text-secondary, #6e6e73);
}

.prices-lp .cd-pr-plan__group-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.4;
  color: var(--cd-apple-text, #1d1d1f);
}

.prices-lp .cd-pr-plan__group-list li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  padding: 0.2rem 0;
}

.prices-lp .cd-pr-plan__group-list li i {
  flex-shrink: 0;
  margin-top: 0.18rem;
  font-size: 0.85rem;
  line-height: 1;
  color: #0071e3;
}

/* Limits group — amber accent for "what's not included on Free" */
.prices-lp .cd-pr-plan__group--limits .cd-pr-plan__group-heading,
.prices-lp .cd-pr-plan__group--limits .cd-pr-plan__group-heading i {
  color: #b45309;
}

.prices-lp .cd-pr-plan__group--limits .cd-pr-plan__group-list li i {
  color: #ff9500;
}

/* WMS-only block — soft blue panel so it visually stands out as an
   add-on the user activated via the Step 2 toggle */
.prices-lp .cd-pr-plan__group--wms {
  margin-top: 0.55rem;
  padding: 0.95rem 1rem;
  border-top: 0;
  background: linear-gradient(160deg, rgba(0, 113, 227, 0.06), rgba(99, 102, 241, 0.04));
  border: 1px solid rgba(0, 113, 227, 0.16);
  border-radius: 0.75rem;
}

.prices-lp .cd-pr-plan__group--wms .cd-pr-plan__group-heading {
  color: #0071e3;
}

.prices-lp .cd-pr-plan__group--wms .cd-pr-plan__group-heading i {
  color: #0071e3;
}

/* Inventory-mode hint (id=cd-pr-premium-feat-inventory) — shown when
   Inventory module is selected; toggled via JS d-none swap with WMS */
.prices-lp .cd-pr-plan__module-hint {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin-top: 0.55rem;
  padding: 0.65rem 0.85rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--cd-apple-text-secondary, #6e6e73);
  background: rgba(0, 113, 227, 0.045);
  border: 1px dashed rgba(0, 113, 227, 0.22);
  border-radius: 0.65rem;
}

.prices-lp .cd-pr-plan__module-hint i {
  flex-shrink: 0;
  margin-top: 0.12rem;
  font-size: 0.95rem;
  color: #0071e3;
}

.prices-lp .cd-pr-plan__module-hint strong {
  color: var(--cd-apple-text, #1d1d1f);
  font-weight: 600;
}

/* PIM card — theme group heading/icons with indigo for visual cohesion */
.prices-lp .cd-pr-plan--pim .cd-pr-plan__group-heading i,
.prices-lp .cd-pr-plan--pim .cd-pr-plan__group-list li i {
  color: #6366f1;
}

/* Pricing/Info group on PIM card — soft indigo panel */
.prices-lp .cd-pr-plan--pim .cd-pr-plan__group--info {
  margin-top: 0.55rem;
  padding: 0.95rem 1rem;
  border-top: 0;
  background: linear-gradient(160deg, rgba(99, 102, 241, 0.06), rgba(0, 113, 227, 0.04));
  border: 1px solid rgba(99, 102, 241, 0.18);
  border-radius: 0.75rem;
}

@media (max-width: 575.98px) {
  .prices-lp .cd-pr-plan__group-list {
    font-size: 0.82rem;
  }

  .prices-lp .cd-pr-plan__module-badge {
    flex-wrap: wrap;
  }
}

.prices-lp .cd-pr-checklist {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--cd-apple-text-secondary, #6e6e73);
}

.prices-lp .cd-pr-checklist li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.4rem;
}

.prices-lp .cd-pr-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #2563eb;
}

.prices-lp .cd-pr-checklist--muted li::before {
  color: #86868b;
}

.prices-lp .cd-pr-plan .cd-pr-limits {
  list-style: none;
  padding-left: 0;
}

.prices-lp .cd-pr-plan .cd-pr-limits li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.35rem;
}

.prices-lp .cd-pr-plan .cd-pr-limits li::before {
  content: "!";
  position: absolute;
  left: 0;
  font-size: 0.65rem;
  font-weight: 800;
  color: #ff9500;
  top: 0.15rem;
}

.prices-lp .cd-pr-module-split {
  border-radius: 0.85rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(0, 113, 227, 0.03);
  padding: 1rem 1.15rem;
  height: 100%;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.prices-lp .cd-pr-module-split:hover {
  background: rgba(0, 113, 227, 0.06);
  border-color: rgba(0, 113, 227, 0.15);
  transform: translateY(-2px);
}

.prices-lp .cd-pr-module-split ul {
  padding-left: 1.1rem;
  color: var(--cd-apple-text-secondary, #6e6e73);
}

.prices-lp .cd-pr-module-split ul li::marker {
  color: #0071e3;
}

.prices-lp .cd-pr-footnote {
  font-size: 0.8125rem;
  color: #3a3a3c;
  line-height: 1.55;
}

.prices-lp .cd-pr-legal {
  max-width: 52rem;
  background: linear-gradient(165deg, rgba(0, 113, 227, 0.04) 0%, rgba(255, 255, 255, 0.9) 100%);
  border-color: rgba(0, 113, 227, 0.1) !important;
  box-shadow: 0 8px 28px rgba(0, 40, 100, 0.05);
}

.prices-lp .cd-pr-cta-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 90% at 50% -20%, rgba(255, 255, 255, 0.18), transparent 50%);
  pointer-events: none;
}

.prices-lp .cd-pr-cta-eyebrow {
  letter-spacing: 0.08em;
}

/* Scroll-staggered children when section is visible */
main.prices-lp section.cd-reveal--visible .cd-pr-stagger > .col,
main.prices-lp section.cd-reveal--visible .cd-pr-stagger > [class*="col-"] {
  animation: cd-fade-up 0.65s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

main.prices-lp section.cd-reveal--visible .cd-pr-stagger > .col:nth-child(1),
main.prices-lp section.cd-reveal--visible .cd-pr-stagger > [class*="col-"]:nth-child(1) {
  animation-delay: 0.04s;
}
main.prices-lp section.cd-reveal--visible .cd-pr-stagger > .col:nth-child(2),
main.prices-lp section.cd-reveal--visible .cd-pr-stagger > [class*="col-"]:nth-child(2) {
  animation-delay: 0.1s;
}
main.prices-lp section.cd-reveal--visible .cd-pr-stagger > .col:nth-child(3),
main.prices-lp section.cd-reveal--visible .cd-pr-stagger > [class*="col-"]:nth-child(3) {
  animation-delay: 0.16s;
}
main.prices-lp section.cd-reveal--visible .cd-pr-stagger > .col:nth-child(4),
main.prices-lp section.cd-reveal--visible .cd-pr-stagger > [class*="col-"]:nth-child(4) {
  animation-delay: 0.22s;
}

main.prices-lp section.cd-reveal--visible .cd-pr-hero-copy {
  animation: cd-fade-up 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.05s backwards;
}

/* Future Fulfilment customer story (pricing page) */
.prices-lp .cd-pr-future-spotlight {
  position: relative;
  background: linear-gradient(165deg, #f4f7fb 0%, #ffffff 42%, #f2faf5 100%);
  overflow: hidden;
}

.prices-lp .cd-pr-future-spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 72% 50% at 92% 18%, rgba(52, 199, 89, 0.09) 0%, transparent 58%);
  pointer-events: none;
}

.prices-lp .cd-pr-future-spotlight .container {
  position: relative;
  z-index: 1;
}

.prices-lp .cd-pr-future-spotlight .cd-sol-future-video {
  border-radius: var(--cd-apple-radius-lg, 18px);
  box-shadow:
    0 1.15rem 2.85rem rgba(0, 40, 100, 0.11),
    0 0 0 1px rgba(0, 0, 0, 0.045);
  background: #0a0a0a;
}

.prices-lp .cd-pr-future-spotlight .cd-sol-future-video .ratio {
  border-radius: inherit;
  overflow: hidden;
}

.prices-lp .cd-pr-future-spotlight .cd-sol-future-video iframe {
  border: 0;
}

main.prices-lp section.cd-reveal--visible.cd-pr-future-spotlight .cd-sol-future-copy {
  animation: cd-fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

main.prices-lp section.cd-reveal--visible.cd-pr-future-spotlight .cd-sol-future-video {
  animation: cd-fade-up 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.08s backwards;
}

/* ── Step flow (Step 1 / 2 / 3 pricing configurator) ────────────────── */
.prices-lp .cd-pr-step {
  position: relative;
  margin-bottom: 2.5rem;
}

.prices-lp .cd-pr-step:last-child {
  margin-bottom: 0;
}

.prices-lp .cd-pr-step__hd {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.prices-lp .cd-pr-step__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: #0071e3;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.prices-lp .cd-pr-step__meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.prices-lp .cd-pr-step__title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--cd-apple-text, #1d1d1f);
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.prices-lp .cd-pr-step__title--plans {
  font-size: 0.9375rem;
  letter-spacing: -0.01em;
}

.prices-lp .cd-pr-step__sub {
  font-size: 0.8125rem;
  color: var(--cd-apple-text-secondary, #6e6e73);
  line-height: 1.4;
}

.prices-lp .cd-pr-step__body {
  padding-left: calc(2rem + 0.75rem); /* indent to align with title text */
}

/* Vertical connector between steps — hidden */
.prices-lp .cd-pr-step-connector {
  display: none;
}

/* Step 3 uses the same badge size as Steps 1 & 2 for consistency */

@media (max-width: 767.98px) {
  .prices-lp .cd-pr-step__body {
    padding-left: 0;
  }
}

/* ── Plan grid: smooth center when the Free column is hidden ─────────── */

/* Animate width + padding so the column collapses gracefully */
.prices-lp .cd-pr-hub-plans .row > [class*="col"] {
  transition:
    width 0.42s cubic-bezier(0.4, 0, 0.2, 1),
    padding-left 0.32s cubic-bezier(0.4, 0, 0.2, 1),
    padding-right 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Collapsed state — zero out width & gutter so no gap remains */
.prices-lp .cd-pr-plan-col--hidden {
  width: 0 !important;
  min-width: 0 !important;
  overflow: hidden !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Center remaining cards once the Free column is hidden */
.prices-lp .cd-pr-plans--centered {
  justify-content: center;
}

/* ─────────────────────────────────────────────────────────────────────────
 * Premium dark redesign — Pricing hub (Steps 1, 2, 3)
 *
 * The entire .cd-pr-hub-shell becomes a deep navy panel with a soft
 * blue/indigo mesh glow. Plan cards stay bright/white so they pop and feel
 * elevated against the dark surface (Linear / Vercel / Stripe vibe).
 *
 * Notes:
 *   • No HTML changes — overrides only, all class names preserved for JS.
 *   • Plan card internals (price, mini-grid, ribbon) keep their existing
 *     light styling because the cards themselves stay white.
 *   • Hint text, labels, and inputs get a coherent dark-mode treatment.
 * ───────────────────────────────────────────────────────────────────────── */

.prices-lp .cd-pr-hub-shell {
  position: relative;
  border-radius: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #fff;
  box-shadow:
    0 4px 6px rgba(0, 40, 100, 0.03),
    0 22px 50px rgba(0, 40, 100, 0.09);
  color: #1d1d1f;
  overflow: hidden;
}

/* Subtle top-edge highlight for depth */
.prices-lp .cd-pr-hub-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 26%);
  z-index: 0;
}

/* Configurator inner panel — transparent so dark surface shows through */
.prices-lp .cd-pr-hub-shell .cd-pr-hub-build.cd-pr-configurator {
  background: transparent;
  position: relative;
  z-index: 1;
}

/* Brighter, luminous top accent line — feels alive against dark */
.prices-lp .cd-pr-hub-shell .cd-pr-configurator__accent {
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(96, 165, 250, 0.5) 18%,
    rgba(59, 130, 246, 1) 50%,
    rgba(96, 165, 250, 0.5) 82%,
    transparent 100%
  );
  opacity: 1;
  z-index: 2;
}

/* Step titles & sub-text — light shell, use default dark text */
.prices-lp .cd-pr-hub-shell .cd-pr-step__title {
  color: #1d1d1f;
}

.prices-lp .cd-pr-hub-shell .cd-pr-step__sub {
  color: #6e6e73;
}

/* Step badges */
.prices-lp .cd-pr-hub-shell .cd-pr-step__badge {
  background: linear-gradient(135deg, #0071e3, #0055c8);
  box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.14);
}

/* Form labels */
.prices-lp .cd-pr-hub-shell .form-label {
  color: #1d1d1f;
}

.prices-lp .cd-pr-hub-shell .form-label .text-muted {
  color: #6e6e73 !important;
}

.prices-lp .cd-pr-hub-shell .form-label .text-primary {
  color: #0071e3 !important;
}

.prices-lp .cd-pr-hub-shell .form-label .bi-info-circle {
  color: #6e6e73 !important;
}

/* Helper paragraph */
.prices-lp .cd-pr-hub-shell .cd-pr-step__body p.text-muted,
.prices-lp .cd-pr-hub-shell .cd-pr-step__body p.small.text-muted {
  color: #6e6e73 !important;
}

.prices-lp .cd-pr-hub-shell .cd-pr-step__body p strong {
  color: #1d1d1f;
}

/* Inputs — dark glass treatment */
.prices-lp .cd-pr-hub-shell .cd-pr-input-wrap {
  border-radius: 0.75rem;
}

.prices-lp .cd-pr-hub-shell .cd-pr-input-wrap:focus-within {
  box-shadow: none;
}

.prices-lp .cd-pr-hub-shell .cd-pr-configurator .form-control {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #1d1d1f;
  border-radius: 0.75rem;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.prices-lp .cd-pr-hub-shell .cd-pr-configurator .form-control::placeholder {
  color: #86868b;
}

.prices-lp .cd-pr-hub-shell .cd-pr-configurator .form-control:hover {
  border-color: rgba(0, 113, 227, 0.2);
}

.prices-lp .cd-pr-hub-shell .cd-pr-configurator .form-control:focus {
  border-color: rgba(0, 113, 227, 0.45);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.12);
  color: #1d1d1f;
}

/* Module options */
.prices-lp .cd-pr-hub-shell .cd-pr-module-option {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.prices-lp .cd-pr-hub-shell .cd-pr-module-option:hover {
  border-color: rgba(0, 113, 227, 0.22);
  background: #fff;
  transform: translateY(-1px);
}

.prices-lp .cd-pr-hub-shell .cd-pr-module-option:has(.form-check-input:checked) {
  border-color: rgba(0, 113, 227, 0.45);
  background: rgba(0, 113, 227, 0.04);
  box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.1);
}

.prices-lp .cd-pr-hub-shell .cd-pr-module-option:has(.form-check-input:focus-visible) {
  box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.18);
}

.prices-lp .cd-pr-hub-shell .cd-pr-module-option__title {
  color: #1d1d1f;
}

.prices-lp .cd-pr-hub-shell .cd-pr-module-option__hint {
  color: #6e6e73;
}

/* Radio buttons */
.prices-lp .cd-pr-hub-shell .form-check-input {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
}

.prices-lp .cd-pr-hub-shell .form-check-input:checked {
  background-color: #0071e3;
  border-color: #0071e3;
}

.prices-lp .cd-pr-hub-shell .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 113, 227, 0.2);
  border-color: rgba(0, 113, 227, 0.5);
}

/* Plans block — dark continuation, with a soft divider above to separate
   Step 2 from Step 3 */
.prices-lp .cd-pr-hub-shell .cd-pr-hub-plans {
  background: transparent;
  position: relative;
  z-index: 1;
  padding-top: 1.5rem;
}

.prices-lp .cd-pr-hub-shell .cd-pr-hub-plans::before {
  display: none;
}

.prices-lp .cd-pr-hub-shell .cd-pr-step__title--plans {
  color: #1d1d1f;
}

/* Plan cards — bright, lifted, premium against the dark canvas */
.prices-lp .cd-pr-hub-shell .cd-pr-plan {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.6) inset,
    0 18px 50px rgba(2, 8, 23, 0.4),
    0 6px 16px rgba(2, 8, 23, 0.2);
  /* Force dark text on white cards inside the dark shell */
  color: #1d1d1f;
}

.prices-lp .cd-pr-hub-shell .cd-pr-plan h3,
.prices-lp .cd-pr-hub-shell .cd-pr-plan .h4,
.prices-lp .cd-pr-hub-shell .cd-pr-plan .h3 {
  color: #1d1d1f !important;
}

.prices-lp .cd-pr-hub-shell .cd-pr-plan__price,
.prices-lp .cd-pr-hub-shell .cd-pr-plan__subprice {
  color: #1d1d1f !important;
}

.prices-lp .cd-pr-hub-shell .cd-pr-plan:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 28px 70px rgba(2, 8, 23, 0.5),
    0 10px 24px rgba(2, 8, 23, 0.25);
}

.prices-lp .cd-pr-hub-shell .cd-pr-plan--popular {
  border-color: rgba(96, 165, 250, 0.4);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 0 0 1px rgba(96, 165, 250, 0.22),
    0 24px 60px rgba(37, 99, 235, 0.35),
    0 8px 20px rgba(2, 8, 23, 0.25);
}

.prices-lp .cd-pr-hub-shell .cd-pr-plan--popular:hover {
  border-color: rgba(96, 165, 250, 0.55);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 0 0 1px rgba(96, 165, 250, 0.32),
    0 32px 78px rgba(37, 99, 235, 0.45),
    0 12px 28px rgba(2, 8, 23, 0.3);
}

/* Auto-matched plan (driven by JS via .cd-pr-plan--est-selected) — keep the
   blue ring glow but tune it for the dark canvas */
.prices-lp .cd-pr-hub-shell .cd-pr-plan--est-selected {
  border-color: rgba(96, 165, 250, 0.55);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 0 0 1px rgba(96, 165, 250, 0.32),
    0 26px 66px rgba(37, 99, 235, 0.4),
    0 10px 22px rgba(2, 8, 23, 0.25);
}

.prices-lp .cd-pr-hub-shell .cd-pr-plan--popular.cd-pr-plan--est-selected {
  border-color: rgba(96, 165, 250, 0.65);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 0 0 1px rgba(96, 165, 250, 0.4),
    0 30px 76px rgba(37, 99, 235, 0.5),
    0 12px 26px rgba(2, 8, 23, 0.3);
}

.prices-lp .cd-pr-hub-shell .cd-pr-plan--free.cd-pr-plan--est-selected {
  border-color: rgba(96, 165, 250, 0.5);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 0 0 1px rgba(96, 165, 250, 0.28),
    0 24px 60px rgba(37, 99, 235, 0.32),
    0 10px 22px rgba(2, 8, 23, 0.22);
}

/* Footer band — dark continuation with subtle divider */
.prices-lp .cd-pr-hub-shell .cd-pr-hub-foot {
  background: rgba(241, 245, 249, 0.95);
  border-top-color: rgba(0, 0, 0, 0.08);
}

.prices-lp .cd-pr-hub-shell .cd-pr-hub-foot .cd-pr-footnote {
  color: #3a3a3c;
}

.prices-lp .cd-pr-hub-shell .cd-pr-hub-foot .cd-pr-footnote .text-primary {
  color: #0071e3 !important;
}

/* Mobile tweaks — slightly tighter radius on small screens */
@media (max-width: 767.98px) {
  .prices-lp .cd-pr-hub-shell {
    border-radius: 1.15rem;
  }

  .prices-lp .cd-pr-hub-shell .cd-pr-hub-plans {
    padding-top: 2rem;
  }
}

/* Premium card module toggle — fade-in on the newly revealed feature block */
@keyframes cd-pr-feat-fade-in {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.prices-lp .cd-pr-feat--entering {
  animation: cd-pr-feat-fade-in 0.3s ease forwards;
}

@media (prefers-reduced-motion: reduce) {
  .prices-lp .cd-pr-tier-card,
  .prices-lp .cd-pr-hero-glow,
  .prices-lp .cd-pr-configurator__accent::after,
  .prices-lp .cd-pr-pulse-dot {
    animation: none !important;
  }

  .prices-lp .cd-pr-mini-grid__cell:hover {
    transform: none;
  }

  .prices-lp .cd-pr-stat-card:hover {
    transform: none;
  }

  .prices-lp .cd-pr-tier-card--est-muted {
    opacity: 1;
    filter: none;
  }

  .prices-lp .cd-pr-result.cd-pr-result--flash {
    animation: none !important;
  }

  .prices-lp .cd-pr-plan:hover,
  .prices-lp .cd-pr-module-split:hover,
  .prices-lp .cd-pr-hub-shell .cd-pr-module-option:hover {
    transform: none;
  }

  .prices-lp .cd-pr-hub-plans .row > [class*="col"] {
    transition: none !important;
  }

  main.prices-lp section.cd-reveal--visible .cd-pr-stagger > .col,
  main.prices-lp section.cd-reveal--visible .cd-pr-stagger > [class*="col-"],
  main.prices-lp section.cd-reveal--visible .cd-pr-hero-copy,
  main.prices-lp section.cd-reveal--visible.cd-pr-future-spotlight .cd-sol-future-copy,
  main.prices-lp section.cd-reveal--visible.cd-pr-future-spotlight .cd-sol-future-video {
    animation: none !important;
  }
}
