/* 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: inline;
  margin-left: 0.25rem;
  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: 0;
}

/* 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;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.prices-lp .cd-pr-hub-foot {
  background: rgba(248, 249, 250, 0.85) !important;
}

.prices-lp .cd-pr-legal--hub {
  max-width: 48rem;
}

/* 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: #34c759;
  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 20px 48px rgba(0, 113, 227, 0.13),
    0 8px 20px rgba(0, 40, 100, 0.07);
}

.prices-lp .cd-pr-plan--est-selected::before {
  opacity: 1;
  height: 5px;
  background: linear-gradient(90deg, #0071e3 0%, #2b9df4 45%, #34c759 100%);
}

.prices-lp .cd-pr-plan--pim.cd-pr-plan--est-selected::before {
  background: linear-gradient(90deg, #0071e3 0%, #5ac8fa 50%, #0077ed 100%);
}

.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 22px 56px rgba(0, 113, 227, 0.18),
    0 10px 24px rgba(0, 40, 100, 0.08);
}

/* 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, #34c759, #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;
}

.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: 4px;
  background: linear-gradient(90deg, rgba(0, 113, 227, 0.25), rgba(52, 199, 89, 0.2));
  opacity: 0.65;
  pointer-events: none;
}

.prices-lp .cd-pr-plan--pim::before {
  background: linear-gradient(90deg, rgba(110, 110, 115, 0.35), rgba(0, 113, 227, 0.2));
}

.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 14px 40px rgba(0, 113, 227, 0.14),
    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 26px 56px rgba(0, 113, 227, 0.16),
    0 12px 28px rgba(0, 40, 100, 0.09);
}

.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 28px 60px rgba(0, 113, 227, 0.2),
    0 12px 30px rgba(0, 40, 100, 0.09);
}

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

.prices-lp .cd-pr-plan__ribbon {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(90deg, #0071e3, #0077ed);
  text-align: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 0.75rem;
}

.prices-lp .cd-pr-plan__ribbon--muted {
  background: linear-gradient(90deg, #5c5c61, #86868b);
}

.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);
}

.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: #34c759;
}

.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: var(--cd-apple-text-secondary, #6e6e73);
  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;
}

@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 {
    transform: none;
  }

  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 {
    animation: none !important;
  }
}
