/* Growth Plan features page + pricing stack */

.page-growth-plan {
  --home-ink: #0f172a;
  --home-muted: #64748b;
  --home-accent-deep: #15803d;
}

.growth-hero {
  padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(2rem, 5vw, 3rem);
  background: linear-gradient(180deg, #f8fafc 0%, #ecfdf5 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.growth-hero__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.growth-hero h1 {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--home-ink);
  margin: 0 0 0.85rem;
}

.growth-hero__lead {
  margin: 0 auto 1.5rem;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--home-muted);
}

.growth-hero .pricing-billing-toggle {
  margin: 0 auto 1.25rem;
}

.growth-hero__yearly-perk {
  max-width: 26rem;
  margin: 0 auto 1.1rem;
  text-align: left;
}

.growth-hero .price-stack--hero {
  margin-top: 0.25rem;
}

.growth-hero__perks {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin: 1.25rem 0 1.75rem;
  padding: 0;
}

.growth-hero__perks li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #166534;
}

.growth-hero__perks li::before {
  content: '✓';
  color: #16a34a;
  font-weight: 800;
}

.growth-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.growth-features {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.growth-features__grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .growth-features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .growth-features__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.growth-feature-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 1.35rem 1.25rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.growth-feature-card--linktree {
  border-color: rgba(15, 118, 110, 0.28);
  background: linear-gradient(180deg, #f0fdfa 0%, #ffffff 42%);
}

.growth-feature-card--linktree h3 {
  color: #0f766e;
}

.growth-feature-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--home-ink);
}

.growth-feature-card__summary {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--home-muted);
}

.growth-feature-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.growth-feature-card__list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #334155;
}

.growth-feature-card__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 800;
}

/* Shared pricing stack (pricing card + features hero) */
.price-stack {
  display: grid;
  gap: 0.65rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  border: 1px solid rgba(22, 163, 74, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.price-stack--hero {
  max-width: 420px;
  margin: 0 auto;
  text-align: left;
}

.price-card--featured .price-stack {
  margin-bottom: 0.25rem;
}

.price-stack__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.price-stack__label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.price-stack__value {
  font-size: clamp(1.35rem, 3.5vw, 1.65rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
}

.price-stack__row--setup .price-stack__value {
  color: #15803d;
}

.price-stack__value-free {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.4rem;
}

.price-stack__was {
  font-size: 0.85em;
  font-weight: 700;
  color: #94a3b8;
  text-decoration: line-through;
}

.price-stack__now {
  font-weight: 900;
  color: #15803d;
}

.price-stack__free-tag {
  display: inline-block;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  vertical-align: middle;
}

.price-stack__row--renewal .price-stack__value {
  color: #0f766e;
}

.price-stack__row--commission {
  padding-bottom: 0.15rem;
  margin-bottom: 0.15rem;
  border-bottom: 1px dashed rgba(22, 163, 74, 0.25);
}

.price-stack__value--zero {
  color: #15803d !important;
  font-size: clamp(1.5rem, 3.5vw, 1.85rem) !important;
}

.price-stack__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  margin: 0 auto;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 0.95rem;
  font-weight: 800;
  color: #94a3b8;
}

.price-stack__note {
  margin: 0.15rem 0 0;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.45;
  color: #64748b;
  text-align: center;
}

/* Zero commission callout */
.pricing-zero-commission {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  max-width: 36rem;
  margin: 1.15rem auto 0;
  padding: 0.85rem 1.1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #ecfdf5 0%, #dcfce7 100%);
  border: 1px solid rgba(22, 163, 74, 0.28);
  box-shadow: 0 10px 28px rgba(22, 163, 74, 0.08);
}

.pricing-zero-commission__value {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.25rem;
  min-height: 3.25rem;
  border-radius: 999px;
  background: #15803d;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.pricing-zero-commission__copy {
  display: grid;
  gap: 0.15rem;
  text-align: left;
}

.pricing-zero-commission__copy strong {
  font-size: 0.95rem;
  font-weight: 800;
  color: #14532d;
}

.pricing-zero-commission__copy span {
  font-size: 0.84rem;
  line-height: 1.45;
  color: #166534;
  font-weight: 600;
}

.pricing-perks {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin: 0.85rem 0 0;
  padding: 0;
}

.pricing-perks li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #166534;
}

.pricing-perks li::before {
  content: '✓';
  color: #16a34a;
  font-weight: 800;
}

.pricing-perks li strong {
  font-weight: 900;
  color: #15803d;
}

/* Billing period toggle */
.pricing-billing-toggle {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 1.35rem;
  padding: 0.35rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.pricing-billing-toggle__option {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
}

.pricing-billing-toggle__option input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.pricing-billing-toggle__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.5rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #64748b;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.pricing-billing-toggle__option input:checked + .pricing-billing-toggle__pill {
  background: #fff;
  color: #0f172a;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
}

.pricing-billing-toggle__badge {
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #15803d;
  background: #dcfce7;
  border: 1px solid rgba(22, 163, 74, 0.25);
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  white-space: nowrap;
}

.price-yearly-perk {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 100%);
  border: 1px solid rgba(22, 163, 74, 0.28);
  margin-bottom: 0.15rem;
}

.price-yearly-perk__icon {
  font-size: 1.15rem;
  line-height: 1;
  flex-shrink: 0;
}

.price-yearly-perk__title {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #15803d;
  margin-bottom: 0.2rem;
}

.price-yearly-perk__text {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #166534;
  font-weight: 600;
}

.price-card--featured .price-badge--yearly {
  background: #15803d;
  color: #fff;
}

.price-card--featured .price-badge--monthly {
  background: var(--brand-tint-bg, #ecfdf5);
  color: var(--brand-tint-text, #15803d);
}

.pricing--take.is-billing-annual .price-card--featured {
  border-color: rgba(21, 128, 61, 0.45);
  box-shadow: 0 16px 40px rgba(22, 163, 74, 0.14);
}

.price-card__includes-note {
  margin: 0;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  background: rgba(248, 250, 252, 0.9);
  border: 1px dashed rgba(15, 23, 42, 0.1);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
  color: #475569;
  text-align: center;
}

.price-card__actions {
  display: grid;
  gap: 0.65rem;
  margin-top: auto;
  width: 100%;
}

.price-card__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  color: #334155;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.price-card__more:hover {
  border-color: rgba(22, 163, 74, 0.35);
  color: #15803d;
  background: #f0fdf4;
}

.price-card__more svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.price-features--compact {
  max-height: none;
  overflow: visible;
  margin-bottom: 0.25rem;
}

.price-features--compact li {
  font-size: 0.86rem;
}

/* All features page */
.page-all-features {
  --home-ink: #0f172a;
  --home-muted: #64748b;
  --home-accent-deep: #15803d;
}

.all-features-hero {
  padding: clamp(3rem, 7vw, 5rem) 0 clamp(2.5rem, 6vw, 4rem);
  background:
    radial-gradient(circle at 12% 10%, rgba(34, 197, 94, 0.16), transparent 28rem),
    radial-gradient(circle at 90% 8%, rgba(59, 130, 246, 0.1), transparent 24rem),
    linear-gradient(180deg, #f2faff 0%, #ecfdf5 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.all-features-hero__inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.all-features-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.25rem, 6vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
  color: var(--home-ink);
}

.all-features-hero p {
  max-width: 46rem;
  margin: 0 auto;
  color: var(--home-muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.7;
}

.all-features-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.all-features-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 760px;
  margin: 2rem auto 0;
}

@media (min-width: 720px) {
  .all-features-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.all-features-stats div {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.all-features-stats strong {
  display: block;
  color: #15803d;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.all-features-stats span {
  display: block;
  margin-top: 0.15rem;
  color: var(--home-muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.all-features-section {
  padding: clamp(3rem, 7vw, 5rem) 0;
  background: #fff;
}

.all-features-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 720px) {
  .all-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1120px) {
  .all-features-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.all-feature-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.25rem;
  background: linear-gradient(160deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.all-feature-card__eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.1);
  color: #15803d;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.all-feature-card h3 {
  margin: 0 0 0.5rem;
  color: var(--home-ink);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.all-feature-card p {
  margin: 0 0 1rem;
  color: var(--home-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.all-feature-card ul {
  display: grid;
  gap: 0.55rem;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.all-feature-card li {
  position: relative;
  padding-left: 1.35rem;
  color: #334155;
  font-size: 0.88rem;
  line-height: 1.45;
}

.all-feature-card li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-weight: 900;
}
