/* =============================================================================
   Company plans — premium marketing (scoped). Load volunteer-tokens.css first.
   ============================================================================= */

@keyframes sub-plans-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(12px, -20px) scale(1.03); }
  66% { transform: translate(-10px, 10px) scale(0.98); }
}

@keyframes sub-plans-shimmer {
  0% { background-position: 200% center; }
  100% { background-position: -200% center; }
}

@keyframes sub-plans-pulse-ring {
  0%, 100% { opacity: 0.45; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(1.06); }
}

@keyframes sub-plans-bounce-hint {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

@keyframes sub-plans-fade-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---- Page shell: light dual-gradient canvas (body class from template) ---- */
body.sub-plans-splash {
  background:
    radial-gradient(ellipse 100% 85% at 0% 0%, rgba(236, 72, 153, 0.12), transparent 58%),
    radial-gradient(ellipse 90% 75% at 100% 15%, rgba(167, 139, 250, 0.2), transparent 55%),
    linear-gradient(168deg, #ffffff 0%, #fdf8fc 28%, #f5f0ff 55%, #fff5f9 78%, #faf8ff 100%) !important;
  /* fixed attachment often causes a second page scrollbar with 3D transforms / layers */
  background-attachment: scroll !important;
}

body.sub-plans-splash .main {
  background: transparent;
}

.sub-plans-page {
  font-family: var(--font-body);
  color: var(--text-base);
  padding-bottom: 0;
}

/* Pricing first: clear absolute header; extra top padding under the nav */
.sub-plans-page--flow .sub-plans-band--pricing-first {
  padding-top: clamp(6.25rem, 16vw, 8.75rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sub-plans-page--flow:has(> .sub-plans-flash-strip) .sub-plans-band--pricing-first {
  padding-top: clamp(1.5rem, 4vw, 2.5rem);
}

.sub-plans-page-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.35rem;
}

.sub-plans-pricing-h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.75rem, 4.5vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin-bottom: var(--space-sm);
}

.sub-plans-pricing__footnote-link {
  display: inline-block;
  margin-left: 0.35rem;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
}

.sub-plans-pricing__footnote-link:hover {
  text-decoration: underline;
}

.sub-plans-hero--after-pricing {
  min-height: min(78vh, 46rem);
  padding-top: clamp(2.5rem, 7vw, 4rem);
}

/* ---- Hero ---- */
.sub-plans-hero--splash {
  position: relative;
  min-height: min(92vh, 52rem);
  display: flex;
  align-items: center;
  padding: clamp(3.5rem, 10vw, 6rem) 0 clamp(2.5rem, 6vw, 4rem);
  overflow: hidden;
}

.sub-plans-hero__aurora {
  position: absolute;
  inset: -20% -10% -10%;
  background:
    radial-gradient(ellipse 80% 60% at 20% 20%, rgba(236, 72, 153, 0.14), transparent 58%),
    radial-gradient(ellipse 70% 50% at 85% 30%, rgba(167, 139, 250, 0.18), transparent 52%),
    radial-gradient(ellipse 60% 40% at 50% 100%, rgba(107, 33, 168, 0.1), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.sub-plans-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  pointer-events: none;
  z-index: 0;
  animation: sub-plans-float 18s ease-in-out infinite;
}

.sub-plans-hero__orb--1 {
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  top: -8%;
  right: -5%;
  background: rgba(244, 114, 182, 0.2);
  animation-delay: -3s;
}

.sub-plans-hero__orb--2 {
  width: min(360px, 50vw);
  height: min(360px, 50vw);
  bottom: 5%;
  left: -10%;
  background: rgba(196, 181, 253, 0.35);
  animation-delay: -7s;
}

.sub-plans-hero__orb--3 {
  width: min(280px, 40vw);
  height: min(280px, 40vw);
  top: 42%;
  left: 35%;
  background: rgba(251, 207, 232, 0.35);
  animation-delay: -11s;
}

.sub-plans-hero__grid-noise {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image:
    linear-gradient(rgba(107, 33, 168, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 33, 168, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  z-index: 1;
}

.sub-plans-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 52rem;
  margin-inline: auto;
  text-align: center;
}

.sub-plans-hero__brand-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-bottom: 1.25rem;
  animation: sub-plans-fade-up 0.9s var(--ease-out, cubic-bezier(0, 0, 0.2, 1)) both;
}

.sub-plans-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5b21b6;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(107, 33, 168, 0.15);
  padding: 0.4rem 0.95rem;
  border-radius: var(--r-full);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 12px rgba(107, 33, 168, 0.06);
}

.sub-plans-hero__eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec4899, #a855f7);
  box-shadow: 0 0 14px rgba(236, 72, 153, 0.9);
  animation: sub-plans-pulse-ring 2.4s ease-in-out infinite;
}

.sub-plans-hero__logo {
  height: 52px;
  width: auto;
  filter: drop-shadow(0 8px 32px rgba(168, 85, 247, 0.45));
  animation: sub-plans-fade-up 0.9s 0.12s var(--ease-out, cubic-bezier(0, 0, 0.2, 1)) both;
}

.sub-plans-hero__title {
  font-family: var(--font-display);
  margin: 0 0 1.5rem;
  line-height: 1.05;
  animation: sub-plans-fade-up 0.95s 0.08s var(--ease-out, cubic-bezier(0, 0, 0.2, 1)) both;
}

.sub-plans-hero__title-line {
  display: block;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  font-weight: 600;
  color: #4b5563;
  letter-spacing: 0.02em;
  margin-bottom: 0.35rem;
}

.sub-plans-hero__title-line--sub {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  font-weight: 500;
  color: #6b7280;
}

.sub-plans-hero__title-gradient {
  display: block;
  font-size: clamp(2.35rem, 7vw, 3.75rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  background: linear-gradient(
    110deg,
    #6b21a8 0%,
    #9333ea 22%,
    #be185d 48%,
    #db2777 72%,
    #6b21a8 100%
  );
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: sub-plans-shimmer 10s linear infinite;
  filter: drop-shadow(0 2px 16px rgba(107, 33, 168, 0.12));
}

.sub-plans-hero__glass {
  text-align: left;
  padding: clamp(1.25rem, 4vw, 1.85rem);
  border-radius: var(--r-xl);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(107, 33, 168, 0.12);
  box-shadow:
    0 8px 32px rgba(107, 33, 168, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  animation: sub-plans-fade-up 1s 0.2s var(--ease-out, cubic-bezier(0, 0, 0.2, 1)) both;
}

.sub-plans-hero__lead {
  font-size: clamp(1rem, 2.4vw, 1.15rem);
  line-height: 1.65;
  color: #374151;
  margin-bottom: 1.1rem;
}

.sub-plans-hero__lead strong {
  color: #1e1b4b;
  font-weight: 700;
}

.sub-plans-hero__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 1.35rem;
  display: grid;
  gap: 0.55rem;
}

.sub-plans-hero__bullets li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.98rem;
  color: #1e1b4b;
}

.sub-plans-hero__bullets .bi {
  font-size: 1.15rem;
  color: #9333ea;
}

.sub-plans-hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
}

.sub-plans-hero__cta-primary {
  padding: 0.65rem 1.5rem !important;
  border-radius: var(--r-md) !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 28px rgba(107, 33, 168, 0.45) !important;
}

.sub-plans-hero__cta-ghost {
  color: #5b21b6 !important;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.5rem 0.75rem;
  border-radius: var(--r-md);
  border: 1px solid rgba(107, 33, 168, 0.35);
  background: rgba(255, 255, 255, 0.75);
  text-decoration: none !important;
  transition: background var(--t-fast), border-color var(--t-fast), transform var(--t-fast);
}

.sub-plans-hero__cta-ghost:hover {
  background: #faf5ff;
  border-color: rgba(107, 33, 168, 0.55);
  transform: translateY(-1px);
  color: #4c1d95 !important;
}

.sub-plans-hero__note {
  margin-top: 1.5rem;
  font-size: 0.92rem;
  color: #6b7280;
  animation: sub-plans-fade-up 1s 0.35s var(--ease-out, cubic-bezier(0, 0, 0.2, 1)) both;
}

.sub-plans-hero__note a {
  color: #6b21a8 !important;
  font-weight: 600;
  text-decoration: none !important;
}

.sub-plans-hero__note a:hover {
  text-decoration: underline !important;
  color: #4c1d76 !important;
}

.sub-plans-hero__note-sep {
  margin: 0 0.35rem;
  opacity: 0.5;
}

.sub-plans-hero__scroll-hint {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(107, 33, 168, 0.45);
  animation: sub-plans-fade-up 1.1s 0.45s var(--ease-out, cubic-bezier(0, 0, 0.2, 1)) both;
}

.sub-plans-hero__scroll-hint .bi {
  font-size: 1.25rem;
  animation: sub-plans-bounce-hint 2s ease-in-out infinite;
}

/* ---- Alerts (checkout return) ---- */
.sub-plans-flash-strip {
  padding: 0.75rem 0 0.25rem;
  padding-top: clamp(5rem, 12vw, 6.5rem);
  background:
    radial-gradient(ellipse 80% 100% at 20% 0%, rgba(244, 114, 182, 0.35), transparent 55%),
    linear-gradient(135deg, #5b21b6 0%, #7c3aed 35%, #c026d3 70%, #db2777 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sub-plans-flash-strip .alert {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
}

.sub-plans-alert-wrap {
  padding: 0 0 0.5rem;
  position: relative;
  z-index: 2;
}

.sub-plans-alert {
  border-radius: var(--r-lg);
  border: none;
  box-shadow: var(--shadow-lg);
}

/* ---- Bento / volunteers strip ---- */
.sub-plans-band {
  position: relative;
  padding: clamp(3rem, 8vw, 5rem) 0;
}

.sub-plans-band--bento {
  background:
    radial-gradient(ellipse 80% 60% at 100% 50%, rgba(236, 72, 153, 0.08), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #fdf8fc 50%, #faf5ff 100%);
  border-top: 1px solid rgba(107, 33, 168, 0.08);
}

.sub-plans-band__glow {
  position: absolute;
  width: min(500px, 80vw);
  height: min(500px, 80vw);
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.5;
}

.sub-plans-band__glow--left {
  top: 10%;
  left: -15%;
  background: rgba(196, 181, 253, 0.35);
}

.sub-plans-bento-card {
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border-radius: var(--r-xl);
  background: #ffffff;
  border: 1px solid rgba(107, 33, 168, 0.1);
  box-shadow: 0 12px 40px rgba(107, 33, 168, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.sub-plans-bento-card__label {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9333ea;
  margin-bottom: 0.75rem;
}

.sub-plans-section-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  line-height: 1.15;
  margin-bottom: var(--space-sm);
  color: var(--navy);
}

.sub-plans-section-title--on-dark {
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.sub-plans-section-title--light {
  color: #fff;
}

.sub-plans-section-lead {
  max-width: 42rem;
  color: var(--text-muted);
  line-height: 1.65;
  font-size: 1.05rem;
}

.sub-plans-section-lead--on-dark {
  color: rgba(255, 255, 255, 0.78);
}

.sub-plans-section-lead--muted-light {
  color: rgba(255, 255, 255, 0.62);
}

.sub-plans-free__list--premium {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  height: 100%;
  justify-content: center;
}

.sub-plans-free__list--premium li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem 1.15rem;
  border-radius: var(--r-lg);
  background: #ffffff;
  border: 1px solid rgba(107, 33, 168, 0.1);
  color: #1e1b4b;
  font-size: 0.95rem;
  line-height: 1.5;
  transition: transform var(--t-fast), border-color var(--t-fast), box-shadow var(--t-fast);
}

.sub-plans-free__list--premium li:hover {
  transform: translateX(4px);
  border-color: rgba(190, 24, 93, 0.25);
  box-shadow: 0 8px 28px rgba(107, 33, 168, 0.1);
}

.sub-plans-free__check {
  flex-shrink: 0;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.15), rgba(168, 85, 247, 0.2));
  color: #be185d;
}

/* ---- Features showcase ---- */
.sub-plans-band--features-showcase {
  background:
    radial-gradient(ellipse 70% 50% at 0% 30%, rgba(167, 139, 250, 0.12), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #faf8ff 45%, #fffafc 100%);
  border-top: 1px solid rgba(107, 33, 168, 0.08);
  padding-top: clamp(3.5rem, 9vw, 5.5rem);
}

.sub-plans-showcase-head {
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.sub-plans-showcase-eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ec4899, #a855f7, #ec4899);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: sub-plans-shimmer 8s linear infinite;
  margin-bottom: 0.65rem;
}

.sub-plans-showcase-eyebrow--dark {
  background: linear-gradient(90deg, #6b21a8, #be185d, #6b21a8);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sub-plans-features__intro {
  margin-bottom: 0;
}

.sub-plans-card--showcase {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(107, 33, 168, 0.1);
  border-radius: var(--r-xl);
  padding: var(--space-lg);
  overflow: hidden;
  transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
  box-shadow: 0 8px 28px rgba(107, 33, 168, 0.06);
}

.sub-plans-card--showcase:hover {
  transform: translateY(-6px);
  border-color: rgba(168, 85, 247, 0.35);
  box-shadow:
    0 20px 44px rgba(107, 33, 168, 0.12),
    0 0 0 1px rgba(236, 72, 153, 0.08);
}

.sub-plans-card__shine {
  position: absolute;
  top: -50%;
  left: -30%;
  width: 60%;
  height: 200%;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(167, 139, 250, 0.12) 50%,
    transparent 60%
  );
  transform: rotate(12deg);
  pointer-events: none;
  transition: transform 0.7s var(--ease-out, cubic-bezier(0, 0, 0.2, 1));
}

.sub-plans-card--showcase:hover .sub-plans-card__shine {
  transform: rotate(12deg) translateX(80%);
}

.sub-plans-card--showcase .sub-plans-card__icon {
  position: relative;
  z-index: 1;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: var(--r-lg);
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.12), rgba(168, 85, 247, 0.2));
  border: 1px solid rgba(107, 33, 168, 0.12);
  color: #7c3aed;
  font-size: 1.5rem;
  box-shadow: 0 4px 16px rgba(107, 33, 168, 0.1);
}

.sub-plans-card--showcase .sub-plans-card__title {
  position: relative;
  z-index: 1;
  color: #1e1b4b;
  font-size: 1.2rem;
  font-weight: 700;
}

.sub-plans-card--showcase .sub-plans-card__text {
  position: relative;
  z-index: 1;
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.55;
}

/* ---- Pricing / payment: pink + purple gradient (readable white nav above) ---- */
.sub-plans-band--pricing-premium {
  position: relative;
  background:
    radial-gradient(ellipse 95% 85% at 10% 15%, rgba(244, 114, 182, 0.55), transparent 58%),
    radial-gradient(ellipse 90% 80% at 92% 25%, rgba(167, 139, 250, 0.55), transparent 55%),
    radial-gradient(ellipse 70% 60% at 50% 100%, rgba(219, 39, 119, 0.35), transparent 50%),
    linear-gradient(128deg, #4c1d95 0%, #6b21a8 18%, #7c3aed 38%, #a855f7 55%, #d946ef 72%, #e11d48 88%, #be185d 100%);
  padding: clamp(3.5rem, 9vw, 5.5rem) 0 clamp(4rem, 10vw, 6rem);
  overflow: hidden;
}

/* Headline stack on gradient */
.sub-plans-band--pricing-premium .sub-plans-page-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.sub-plans-band--pricing-premium .sub-plans-showcase-eyebrow--dark {
  background: none !important;
  -webkit-text-fill-color: unset !important;
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
}

.sub-plans-band--pricing-premium .sub-plans-pricing-h1 {
  color: #ffffff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
}

.sub-plans-band--pricing-premium .sub-plans-section-lead {
  color: rgba(255, 255, 255, 0.9);
}

.sub-plans-band--pricing-premium .sub-plans-pricing__footnote {
  color: rgba(255, 255, 255, 0.82);
}

.sub-plans-band--pricing-premium .sub-plans-pricing__footnote-link {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sub-plans-band--pricing-premium .sub-plans-pricing__footnote-link:hover {
  color: #fce7f3 !important;
}

.sub-plans-band--pricing-premium .sub-plans-pricing__footnote code {
  color: #4c1d76;
  background: rgba(255, 255, 255, 0.88);
}

.sub-plans-pricing__aurora {
  position: absolute;
  inset: -25% -10% 30%;
  background:
    radial-gradient(ellipse 55% 45% at 20% 30%, rgba(255, 255, 255, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 85% 40%, rgba(253, 186, 116, 0.08), transparent 50%);
  pointer-events: none;
}

/* ---- Two-column pricing deck (compact cards, page scrolls) ---- */
.sub-plans-pricing-deck {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-md);
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.sub-plans-pricing-deck__col {
  display: flex;
}

.sub-plans-price-tile {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: var(--r-2xl);
  background: #fff;
  border: 2px solid rgba(107, 33, 168, 0.12);
  box-shadow: 0 12px 40px rgba(107, 33, 168, 0.1);
  overflow: hidden;
  transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
}

.sub-plans-price-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 56px rgba(107, 33, 168, 0.16);
  border-color: rgba(107, 33, 168, 0.22);
}

.sub-plans-price-tile--monthly {
  border-color: rgba(107, 33, 168, 0.18);
}

.sub-plans-price-tile--monthly .sub-plans-price-tile__head {
  background: linear-gradient(135deg, rgba(107, 33, 168, 0.12) 0%, rgba(147, 51, 234, 0.08) 100%);
  border-bottom: 1px solid rgba(107, 33, 168, 0.12);
}

.sub-plans-price-tile--six .sub-plans-price-tile__head {
  background: linear-gradient(135deg, rgba(190, 24, 93, 0.1) 0%, rgba(168, 85, 247, 0.12) 50%, rgba(107, 33, 168, 0.1) 100%);
  border-bottom: 1px solid rgba(190, 24, 93, 0.15);
}

.sub-plans-price-tile--featured {
  padding: 3px;
  border: none;
  background: linear-gradient(135deg, #ec4899, #a855f7, #6b21a8, #ec4899);
  background-size: 300% 300%;
  animation: sub-plans-shimmer 12s linear infinite;
  box-shadow: 0 20px 50px rgba(107, 33, 168, 0.32);
}

.sub-plans-price-tile--featured .sub-plans-price-tile__inner {
  background: #fff;
  border-radius: calc(var(--r-2xl) - 5px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.sub-plans-price-tile--featured .sub-plans-price-tile__head {
  background: linear-gradient(180deg, #fff8fc 0%, #faf5ff 100%);
  border-bottom-color: rgba(190, 24, 93, 0.12);
}

.sub-plans-price-tile__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.sub-plans-price-tile__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #be185d, #6b21a8);
  padding: 0.4rem 0.75rem;
  border-radius: var(--r-full);
  box-shadow: 0 4px 14px rgba(190, 24, 93, 0.45);
}

.sub-plans-price-tile__head {
  padding: 1.35rem 1.5rem 1.15rem;
  text-align: center;
}

.sub-plans-price-tile__label {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 1.85rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--navy);
  line-height: 1.1;
}

.sub-plans-price-tile__subtitle {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
}

.sub-plans-price-tile__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: clamp(1.15rem, 3vw, 1.65rem);
  padding-top: 1.1rem;
}

.sub-plans-price-tile__price-block {
  text-align: center;
  padding-bottom: 1.15rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed rgba(107, 33, 168, 0.15);
}

.sub-plans-price-tile__amount {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 3rem);
  font-weight: 900;
  line-height: 1;
  background: var(--grad-hero);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sub-plans-price-tile__period {
  display: block;
  margin-top: 0.4rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-muted);
}

.sub-plans-price-tile__points {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  flex: 1;
}

.sub-plans-price-tile__points li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.94rem;
  line-height: 1.45;
  color: var(--text-base);
  margin-bottom: 0.65rem;
}

.sub-plans-price-tile__points li:last-child {
  margin-bottom: 0;
}

.sub-plans-price-tile__points .bi {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: var(--primary);
  font-size: 1.05rem;
}

.sub-plans-price-tile--featured .sub-plans-price-tile__points .bi {
  color: #9333ea;
}

.sub-plans-price-tile__fineprint {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--text-subtle);
  margin-bottom: 1rem;
}

.sub-plans-price-tile__actions {
  margin-bottom: 0.85rem;
}

.sub-plans-price-tile__btn {
  font-weight: 700 !important;
  padding: 0.75rem 1rem !important;
  border-radius: var(--r-md) !important;
}

.sub-plans-price-tile__btn-muted {
  border-radius: var(--r-md);
  font-weight: 600;
  border: 2px solid var(--border-solid);
  color: var(--text-muted);
  background: #f3f4f6;
}

.sub-plans-price-tile__volunteer {
  color: var(--text-muted);
  line-height: 1.55;
}

.sub-plans-price-tile__explore {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.65rem 0.5rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #6b21a8;
  text-decoration: none;
  border-radius: var(--r-md);
  border: 1px dashed rgba(107, 33, 168, 0.35);
  background: linear-gradient(180deg, rgba(250, 245, 255, 0.85) 0%, rgba(255, 255, 255, 0.6) 100%);
  transition:
    border-color var(--t-fast),
    background var(--t-fast),
    color var(--t-fast),
    transform var(--t-fast);
}

.sub-plans-price-tile__explore .bi {
  font-size: 1.1rem;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.sub-plans-price-tile__explore:hover {
  color: #4c1d95;
  border-color: rgba(124, 58, 237, 0.55);
  background: rgba(243, 232, 255, 0.95);
}

.sub-plans-price-tile__explore:hover .bi {
  transform: translateY(3px);
}

/* ---- Services journey (scroll-linked rail + progress) ---- */
@keyframes sub-plans-journey-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sub-plans-band--journey {
  position: relative;
  padding: clamp(2.75rem, 7vw, 4.25rem) 0 clamp(3rem, 8vw, 4.75rem);
  background:
    radial-gradient(ellipse 80% 55% at 0% 20%, rgba(167, 139, 250, 0.14), transparent 58%),
    radial-gradient(ellipse 70% 50% at 100% 60%, rgba(244, 114, 182, 0.1), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #faf8ff 42%, #fffafc 100%);
  border-top: 1px solid rgba(107, 33, 168, 0.08);
}

.sub-plans-journey__intro {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
}

.sub-plans-journey__intro-lead {
  margin-bottom: 0;
}

.sub-plans-journey__progress-outer {
  position: relative;
  z-index: 1;
  max-width: 36rem;
  margin: 0 auto 1.75rem;
}

.sub-plans-journey__progress-track {
  height: 5px;
  border-radius: var(--r-full);
  background: rgba(107, 33, 168, 0.12);
  overflow: hidden;
}

.sub-plans-journey__progress-fill {
  height: 100%;
  width: var(--journey-progress, 0%);
  border-radius: var(--r-full);
  background: linear-gradient(90deg, #ec4899, #a855f7, #7c3aed);
  background-size: 200% 100%;
  animation: sub-plans-shimmer 10s linear infinite;
  transition: width 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.sub-plans-journey__live-hint {
  margin-top: 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  color: #7c3aed;
  min-height: 1.35em;
  opacity: 0.92;
}

.sub-plans-journey__steps {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.sub-plans-journey__step {
  scroll-margin-top: 6rem;
}

.sub-plans-journey__step-card {
  display: flex;
  gap: 1.15rem;
  align-items: flex-start;
  padding: 1.35rem 1.4rem;
  border-radius: var(--r-xl);
  background: #fff;
  border: 1px solid rgba(107, 33, 168, 0.1);
  box-shadow: 0 8px 28px rgba(107, 33, 168, 0.06);
  transition:
    transform 0.4s cubic-bezier(0.34, 1.2, 0.64, 1),
    box-shadow 0.4s ease,
    border-color 0.35s ease;
}

.sub-plans-journey__step.is-visible .sub-plans-journey__step-card {
  animation: sub-plans-journey-in 0.7s cubic-bezier(0.2, 0.85, 0.25, 1) both;
}

.sub-plans-journey__step.is-active .sub-plans-journey__step-card {
  border-color: rgba(168, 85, 247, 0.4);
  box-shadow:
    0 18px 46px rgba(107, 33, 168, 0.14),
    0 0 0 1px rgba(236, 72, 153, 0.12);
  transform: translateX(6px);
}

.sub-plans-journey__step-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.sub-plans-journey__step-index {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #db2777, #7c3aed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.85;
}

.sub-plans-journey__step.is-active .sub-plans-journey__step-index {
  opacity: 1;
}

.sub-plans-journey__step-icon {
  width: 3rem;
  height: 3rem;
  border-radius: var(--r-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.12), rgba(168, 85, 247, 0.2));
  border: 1px solid rgba(107, 33, 168, 0.12);
  color: #7c3aed;
  font-size: 1.45rem;
}

.sub-plans-journey__step-title {
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 0.45rem;
  letter-spacing: -0.02em;
}

.sub-plans-journey__step-text {
  font-size: 0.94rem;
  line-height: 1.6;
  color: #6b7280;
}

@media (max-width: 991.98px) {
  .sub-plans-journey__step.is-active .sub-plans-journey__step-card {
    transform: translateY(-2px);
  }
}

.sub-plans-pricing__footnote {
  max-width: 38rem;
  margin-inline: auto;
  margin-top: var(--space-xl);
  color: var(--text-subtle);
}

.sub-plans-pricing__footnote code {
  font-size: 0.85em;
  color: var(--primary-dark);
  background: var(--primary-light);
  padding: 0.12rem 0.4rem;
  border-radius: var(--r-xs);
}

/* ---- Responsive ---- */
@media (max-width: 767.98px) {
  .sub-plans-hero__glass {
    text-align: center;
  }

  .sub-plans-hero__bullets li {
    justify-content: center;
    text-align: left;
    flex: 1 1 100%;
  }

  .sub-plans-hero__cta-row {
    justify-content: center;
  }

  .sub-plans-hero__scroll-hint {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sub-plans-hero__orb,
  .sub-plans-hero__title-gradient,
  .sub-plans-showcase-eyebrow,
  .sub-plans-showcase-eyebrow--dark,
  .sub-plans-price-tile--featured,
  .sub-plans-journey__progress-fill,
  .sub-plans-hero__scroll-hint .bi,
  .sub-plans-hero__eyebrow-dot {
    animation: none !important;
  }

  .sub-plans-journey__step.is-visible .sub-plans-journey__step-card {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .sub-plans-journey__step.is-active .sub-plans-journey__step-card {
    transform: none !important;
  }

  .sub-plans-hero__title-gradient {
    background: linear-gradient(110deg, #6b21a8, #be185d);
    background-size: 100%;
    animation: none;
  }
}
