/**
 * Velyra Flow — pricing page (unified layout).
 *
 * @package Velyra
 */

body.velora-pricing-page {
	overflow-x: hidden;
}

body.velora-pricing-page .site-main {
	background: var(--orbit-void);
}

.velora-pricing-page {
	overflow-x: hidden;
}

.pricing-band {
	position: relative;
	padding-top: clamp(120px, 12vh, 180px);
	padding-bottom: clamp(120px, 12vh, 180px);
	overflow: hidden;
}

.pricing-band--a {
	background: var(--orbit-void);
}

.pricing-band--b {
	background: linear-gradient(180deg, var(--orbit-void), rgba(13, 19, 34, 0.95));
}

.pricing-band--cta {
	padding-bottom: clamp(100px, 10vh, 140px);
}

.pricing-band__glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.pricing-band__glow--main {
	background:
		radial-gradient(ellipse 75% 55% at 50% 15%, rgba(242, 91, 200, 0.12) 0%, transparent 58%),
		radial-gradient(ellipse 70% 50% at 80% 70%, rgba(139, 92, 255, 0.1) 0%, transparent 55%);
}

.pricing-band__separator {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: min(1200px, calc(100% - 48px));
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(139, 92, 255, 0.25), transparent);
	pointer-events: none;
	z-index: 2;
}

.pricing-band .velora-container {
	position: relative;
	z-index: 1;
}

.pricing-page-header {
	text-align: center;
	max-width: 44rem;
	margin: 0 auto clamp(3.5rem, 7vh, 5rem);
}

.pricing-page-header__title {
	font-size: clamp(2.25rem, 5vw, 3.5rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
	font-weight: 800;
	color: var(--stellar-white);
	margin: 0 0 var(--space-md);
}

.pricing-page-header__title--sm {
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
}

.pricing-page-header__lead {
	font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
	line-height: 1.65;
	color: var(--mist-blue);
	margin: 0;
}

.pricing-band-header {
	text-align: center;
	max-width: 40rem;
	margin: 0 auto clamp(2.5rem, 5vh, 3.5rem);
}

.pricing-page-stage {
	position: relative;
	padding: clamp(1rem, 3vw, 2rem) 0;
}

.pricing-page-stage::before {
	content: "";
	position: absolute;
	inset: -8% -4%;
	background: radial-gradient(ellipse 75% 65% at 50% 45%, rgba(139, 92, 255, 0.14) 0%, transparent 68%);
	pointer-events: none;
	z-index: 0;
}

.pricing-page-stage .pricing-grid--product {
	position: relative;
	z-index: 1;
}

.pricing-faq-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

@media (min-width: 48rem) {
	.pricing-faq-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.pricing-faq-card {
	padding: clamp(1.5rem, 3vw, 2rem);
	min-height: 8rem;
}

.pricing-faq-card h3 {
	font-size: 1.0625rem;
	font-weight: 700;
	color: var(--stellar-white);
	margin: 0 0 var(--space-sm);
}

.pricing-faq-card p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--mist-blue);
}

.pricing-cta-panel {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: clamp(3rem, 6vw, 4rem) var(--space-xl);
}

.pricing-cta-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 60% 70% at 50% 0%, rgba(242, 91, 200, 0.1) 0%, transparent 55%);
	pointer-events: none;
}

.pricing-cta-panel__title {
	position: relative;
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	font-weight: 800;
	color: var(--stellar-white);
	margin: 0 0 var(--space-md);
}

.pricing-cta-panel__text {
	position: relative;
	max-width: 32rem;
	margin: 0 auto var(--space-xl);
	font-size: 1.0625rem;
	line-height: 1.6;
	color: var(--mist-blue);
}
