/* ─── Plans Page ───────────────────────────────────────── */

.plans						{ max-width: 1200px; margin: 0 auto; padding: 0; }

.plans-intro				{ margin-bottom: 3em; max-width: 760px; }
.plans-intro .eyebrow		{ display: inline-block; font-size: 13px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: #f50c33; margin: 0 0 0.75em 0; }
.plans-intro h1				{ font-size: 64px; line-height: 1.02; margin: 0 0 0.4em 0; letter-spacing: -0.02em; }
.plans-intro .lede			{ font-size: 19px; line-height: 1.55; opacity: 0.85; margin: 0 0 1.75em 0; }

.plans-cta-row				{ display: flex; flex-wrap: wrap; gap: 0.75em; margin: 0; }


/* Buttons (plans-scoped variant) */

.plans .button				{ display: inline-flex; align-items: center; justify-content: center; padding: 0.85em 1.75em; border-radius: 999px; background: #f50c33; color: #FFF; font-size: 15px; font-weight: 500; text-decoration: none; transition: transform 200ms ease, opacity 200ms ease; border: 1px solid transparent; }
.plans .button:hover		{ transform: scale(1.04); }
.plans .button--ghost		{ background: transparent; border-color: rgba(255, 255, 255, 0.25); color: #FFF; }
.plans .button--ghost:hover	{ border-color: #f50c33; color: #f50c33; }


/* How it works */

.plans-how					{ background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 16px; padding: 2.5em 2.5em 2em; margin-bottom: 4em; }
.plans-how h2				{ font-size: 24px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; color: #f50c33; margin: 0 0 1.5em 0; }
.plans-steps				{ list-style: none; margin: 0 0 1.5em 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2em; }
.plans-steps li				{ position: relative; padding-left: 0; }
.plans-step-num				{ display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(245, 12, 51, 0.15); color: #f50c33; font-weight: 600; font-size: 15px; margin-bottom: 0.85em; }
.plans-steps h3				{ font-size: 18px; font-weight: 600; margin: 0 0 0.35em 0; line-height: 1.25; }
.plans-steps p				{ font-size: 15px; line-height: 1.55; opacity: 0.8; margin: 0; }
.plans-how-note				{ font-size: 14px; opacity: 0.65; margin: 0; padding-top: 1.25em; border-top: 1px solid rgba(255, 255, 255, 0.06); }


/* Sticky jump nav */

.plans-jump					{ position: sticky; top: 0; z-index: 5; display: flex; flex-wrap: wrap; gap: 0.4em 0.5em; padding: 0.85em 0; margin: 0 0 3em 0; background: rgba(16, 18, 16, 0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.plans-jump a				{ display: inline-flex; align-items: center; padding: 0.5em 1em; border-radius: 999px; background: rgba(255, 255, 255, 0.05); color: rgba(255, 255, 255, 0.85); font-size: 13px; text-decoration: none; transition: background 200ms ease, color 200ms ease; }
.plans-jump a:hover			{ background: #f50c33; color: #FFF; }


/* Plan groups */

.plans-group				{ margin-bottom: 4em; scroll-margin-top: 5em; }
.plans-group-header			{ margin-bottom: 2em; max-width: 720px; }
.plans-group-header h2		{ font-size: 38px; line-height: 1.05; font-weight: 500; letter-spacing: -0.01em; margin: 0 0 0.4em 0; }
.plans-group-header p		{ font-size: 16px; line-height: 1.55; opacity: 0.7; margin: 0; }

.plans-grid					{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25em; }


/* Plan card */

.plan						{ position: relative; display: flex; flex-direction: column; padding: 2em 1.75em 1.75em; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 16px; transition: transform 250ms ease, border-color 250ms ease, background 250ms ease; }
.plan:hover					{ transform: translateY(-3px); border-color: rgba(255, 255, 255, 0.18); }

.plan--featured				{ background: rgba(245, 12, 51, 0.05); border-color: rgba(245, 12, 51, 0.4); }
.plan--featured:hover		{ border-color: #f50c33; }

.plan-badge					{ position: absolute; top: -10px; right: 1.5em; padding: 0.35em 0.85em; border-radius: 999px; background: #f50c33; color: #FFF; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin: 0; line-height: 1; }

.plan-name					{ font-size: 22px; font-weight: 600; line-height: 1.2; margin: 0 0 0.85em 0; letter-spacing: -0.005em; }

.plan-price					{ display: flex; align-items: baseline; flex-wrap: wrap; gap: 0.35em; margin: 0 0 0.85em 0; line-height: 1; color: #FFF; }
.plan-price-currency		{ font-size: 22px; font-weight: 500; opacity: 0.8; align-self: flex-start; padding-top: 0.4em; }
.plan-price-dollars			{ font-size: 56px; font-weight: 600; letter-spacing: -0.03em; line-height: 0.9; }
.plan-price-cents			{ font-size: 22px; font-weight: 500; opacity: 0.8; align-self: flex-start; padding-top: 0.4em; }
.plan-price-unit			{ width: 100%; font-size: 14px; opacity: 0.55; padding-top: 0.4em; }

.plan-tagline				{ font-size: 14px; line-height: 1.5; opacity: 0.75; margin: 0 0 1.25em 0; min-height: 2.85em; }

.plan-features				{ list-style: none; margin: 0 0 1.75em 0; padding: 0 0 1.5em 0; border-bottom: 1px solid rgba(255, 255, 255, 0.06); flex: 1; }
.plan-features li			{ position: relative; font-size: 14px; line-height: 1.5; padding: 0.5em 0 0.5em 1.5em; opacity: 0.85; }
.plan-features li::before	{ content: ""; position: absolute; left: 0; top: 0.85em; width: 6px; height: 6px; border-radius: 50%; background: #f50c33; }

.plan-cta					{ display: inline-flex; align-items: center; justify-content: center; padding: 0.85em 1.5em; border-radius: 999px; background: rgba(255, 255, 255, 0.08); color: #FFF; font-size: 14px; font-weight: 500; text-decoration: none; transition: background 200ms ease, color 200ms ease; margin-top: auto; }
.plan-cta:hover				{ background: #f50c33; color: #FFF; }
.plan--featured .plan-cta	{ background: #f50c33; }
.plan--featured .plan-cta:hover	{ background: #FFF; color: #101210; }


/* Bottom CTA */

.plans-cta					{ margin: 5em 0 0; padding: 3em 2.5em; background: rgba(245, 12, 51, 0.08); border: 1px solid rgba(245, 12, 51, 0.2); border-radius: 16px; text-align: center; }
.plans-cta h2				{ font-size: 32px; line-height: 1.1; margin: 0 0 0.5em 0; font-weight: 500; }
.plans-cta p				{ font-size: 16px; line-height: 1.55; opacity: 0.85; margin: 0 auto 1.5em; max-width: 50ch; }
.plans-cta p:last-child		{ margin: 0; display: flex; flex-wrap: wrap; gap: 0.75em; justify-content: center; }

.plans-empty				{ background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 12px; padding: 2em; text-align: center; font-size: 16px; line-height: 1.55; color: rgba(255, 255, 255, 0.7); }
.plans-empty a				{ color: #f50c33; }


/* Tablet */

@media screen and (max-width: 1000px) {

	.plans-grid				{ grid-template-columns: repeat(2, 1fr); }
	.plans-steps			{ grid-template-columns: 1fr; gap: 1.25em; }
	.plans-intro h1			{ font-size: 48px; }

}


/* Mobile */

@media screen and (max-width: 650px) {

	.plans-intro h1			{ font-size: 36px; }
	.plans-intro .lede		{ font-size: 16px; }
	.plans-cta-row			{ flex-direction: column; align-items: stretch; }
	.plans-cta-row .button	{ width: 100%; }

	.plans-how				{ padding: 1.75em 1.5em; }
	.plans-how h2			{ font-size: 18px; }

	.plans-jump				{ padding: 0.6em 0; gap: 0.4em; overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; }
	.plans-jump a			{ flex: 0 0 auto; }

	.plans-group			{ margin-bottom: 2.75em; }
	.plans-group-header h2	{ font-size: 28px; }
	.plans-group-header p	{ font-size: 15px; }

	.plans-grid				{ grid-template-columns: 1fr; }

	.plan					{ padding: 1.75em 1.5em 1.5em; }
	.plan-price-dollars		{ font-size: 44px; }
	.plan-tagline			{ min-height: 0; }

	.plans-cta				{ padding: 2em 1.5em; margin-top: 3em; }
	.plans-cta h2			{ font-size: 24px; }
	.plans-cta p:last-child .button	{ width: 100%; }

}
