/**
 * Personal Video Feedback – page tweaks on top of membership pricing styles.
 */

body:has(.scaa-video-feedback),
.page-slug-personal-video-feedback,
.page-slug-video-feedback {
	background: #fff;
}

body:has(.scaa-video-feedback) #main,
body:has(.scaa-video-feedback) .site-main,
.page-slug-personal-video-feedback #main,
.page-slug-personal-video-feedback .site-main,
.page-slug-video-feedback #main,
.page-slug-video-feedback .site-main {
	background: #fff;
}

body:has(.scaa-video-feedback__hero) .hero-section,
body:has(.scaa-video-feedback) .hero-section,
.page-slug-personal-video-feedback .hero-section,
.page-slug-video-feedback .hero-section {
	display: none;
}

body:has(.scaa-video-feedback) .ct-container-full[data-vertical-spacing*="top"],
.page-slug-personal-video-feedback .ct-container-full[data-vertical-spacing*="top"],
.page-slug-video-feedback .ct-container-full[data-vertical-spacing*="top"] {
	padding-top: 0;
}

body:has(.scaa-video-feedback) .ct-container-full[data-vertical-spacing*="bottom"],
.page-slug-personal-video-feedback .ct-container-full[data-vertical-spacing*="bottom"],
.page-slug-video-feedback .ct-container-full[data-vertical-spacing*="bottom"] {
	padding-bottom: 0;
}

body:has(.scaa-video-feedback) .entry-content,
.page-slug-personal-video-feedback .entry-content,
.page-slug-video-feedback .entry-content {
	margin-top: 0;
}

.scaa-vf-list-closing {
	margin-top: 1.25rem !important;
	color: var(--scaa-mp-muted, #6b645c) !important;
	font-weight: 500;
}

.scaa-vf-list-closing a {
	color: var(--scaa-mp-gold, #ac7d00);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.scaa-vf-list-closing a:hover,
.scaa-vf-list-closing a:focus {
	color: var(--scaa-mp-gold-hover, #8f6800);
}

.scaa-vf-list-intro {
	margin-bottom: 0.85rem !important;
	font-weight: 600;
}

.scaa-video-feedback .scaa-mp-block--callout {
	margin-bottom: 3rem;
}

/* Pricing card */
.scaa-vf-plan {
	position: relative;
	max-width: 28rem;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 16px;
	background: var(--scaa-mp-surface, #fff);
	box-shadow: 0 12px 36px rgba(28, 25, 23, 0.07);
}

.scaa-vf-soon-badge {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 3;
	display: inline-flex;
	padding: 0.32rem 0.72rem;
	border-radius: 999px;
	background: #1c1917;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.03em;
	box-shadow: 0 2px 8px rgba(25, 42, 61, 0.18);
	pointer-events: none;
}

.scaa-vf-cta--soon {
	cursor: default;
	pointer-events: none;
	opacity: 0.72;
	box-shadow: none !important;
	transform: none !important;
	background: #6b645c !important;
}

.scaa-vf-cta--soon:hover,
.scaa-vf-cta--soon:focus {
	background: #6b645c !important;
	transform: none !important;
	box-shadow: none !important;
}

.scaa-vf-plan__media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #2a2622;
}

.scaa-vf-plan__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.scaa-vf-plan__veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(20, 16, 12, 0.15) 0%,
		rgba(20, 16, 12, 0.55) 55%,
		rgba(20, 16, 12, 0.78) 100%
	);
	pointer-events: none;
}

.scaa-vf-plan__media-copy {
	position: absolute;
	left: 1.35rem;
	right: 1.35rem;
	bottom: 1.2rem;
	z-index: 1;
}

.scaa-vf-plan__badge {
	margin: 0 0 0.35rem;
	color: #d4a017;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.scaa-vf-plan__badge--inline {
	color: var(--scaa-mp-gold, #ac7d00);
}

.scaa-vf-plan__media-title {
	margin: 0;
	color: #fff;
	font-size: clamp(1.35rem, 3vw, 1.65rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.scaa-vf-plan__body {
	display: flex;
	flex-direction: column;
	padding: 1.7rem 1.7rem 1.85rem;
}

.scaa-vf-plan__title {
	margin: 0 0 0.75rem;
	color: var(--scaa-mp-ink, #1c1917);
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.scaa-vf-plan__desc {
	margin: 0 0 1rem;
	color: var(--scaa-mp-ink, #1c1917);
	font-size: 0.98rem;
	line-height: 1.55;
}

.scaa-vf-plan__price-row {
	display: flex;
	align-items: baseline;
	gap: 0.45rem;
	margin: 0.35rem 0 0.35rem;
	padding: 1.15rem 0 0;
	border-top: 1px solid var(--scaa-mp-line, rgba(28, 25, 23, 0.08));
}

.scaa-vf-plan__price {
	color: var(--scaa-mp-ink, #1c1917);
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.03em;
	font-variant-numeric: tabular-nums;
}

.scaa-vf-plan__price-note {
	color: var(--scaa-mp-muted, #6b645c);
	font-size: 0.875rem;
	font-weight: 600;
}

.scaa-vf-plan__member-price {
	margin: 0 0 1rem;
	color: var(--scaa-mp-gold, #ac7d00);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.4;
}

.scaa-vf-plan__capacity {
	margin: 0 0 1.35rem;
	color: var(--scaa-mp-muted, #6b645c);
	font-size: 0.92rem;
	line-height: 1.55;
}

.scaa-vf-plan__actions {
	margin: 0;
}

.scaa-vf-plan__actions .scaa-mp-closing-cta {
	width: 100%;
}

@media (max-width: 640px) {
	.scaa-vf-plan__body {
		padding: 1.4rem 1.35rem 1.5rem;
	}
}
