.gcvp-shell {
	--gcvp-max: 1360px;
	--ink: #101827;
	--muted: #5a6578;
	--paper: #ffffff;
	--wash: #f4f7fb;
	--navy: #17243f;
	--blue: #2f7fd5;
	--gold: #ffc557;
	--coral: #ee6f5f;
	--green: #2e8f70;
	--line: rgba(16, 24, 39, 0.12);
	--shadow: 0 22px 60px rgba(16, 24, 39, 0.12);
	background: var(--paper);
	color: var(--ink);
	font-family: Lexend, Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
}

.gcvone-page {
	background: #fff;
	color: #101827;
	min-height: 100vh;
}

.gcvcreators-page {
	background: #fff;
	color: #1f1f1f;
	font-family: Montserrat, Lexend, system-ui, sans-serif;
}

.gcvcreators-main {
	margin-inline: auto;
	max-width: 1120px;
	padding: 88px 20px 72px;
}

.gcvcreators-wrap {
	max-width: 100%;
}

.gcvone-page.gcvcreators-page h1 {
	color: #000;
	font-family: Montserrat, Lexend, system-ui, sans-serif;
	font-size: clamp(1.45rem, 2.4vw, 1.75rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0 0 16px;
}

.gcvcreators-intro {
	color: #1f1f1f;
	font-size: 18px;
	line-height: 1.45;
	margin: 0 0 48px;
	max-width: 980px;
}

.gcvcreators-list {
	display: grid;
	gap: 0;
}

.gcvcreators-entry {
	border-bottom: 1px solid rgba(16, 24, 39, 0.1);
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	padding: 0 0 36px;
	margin: 0 0 32px;
}

.gcvone-page.gcvcreators-page .gcvcreators-entry h2 {
	color: #000;
	font-family: Montserrat, Lexend, system-ui, sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	grid-column: 1 / -1;
	line-height: 1.25;
	margin: 0 0 14px;
}

.gcvone-page.gcvcreators-page .gcvcreators-entry h2 a {
	color: #000 !important;
	text-decoration: none !important;
}

.gcvcreators-entry .bioImage {
	align-self: start;
	background: #f2f4f7;
	border-radius: 0;
	display: block;
	height: 96px;
	object-fit: cover;
	width: 96px;
}

.gcvcreators-avatar-fallback {
	align-items: center;
	color: #382464;
	display: flex !important;
	font-size: 2rem;
	font-weight: 800;
	justify-content: center;
}

.gcvcreators-entry .bioBlock {
	min-width: 0;
}

.gcvcreators-entry .bioBlock p {
	color: #1f1f1f;
	font-size: 17px;
	line-height: 1.48;
	margin: 0 0 14px;
}

.gcvcreators-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	grid-column: 2;
	margin-top: 2px;
}

.gcvcreators-actions .btn-warning {
	background: #ffc107;
	border: 1px solid #ffc107;
	border-radius: 4px;
	color: #212529 !important;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 8px 12px;
	text-decoration: none !important;
}

.gcvcreators-actions .align-size-button {
	align-items: center;
	background: #f2f4f7;
	border: 1px solid rgba(16, 24, 39, 0.12);
	border-radius: 4px;
	color: #382464 !important;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	height: 36px;
	justify-content: center;
	text-decoration: none !important;
	width: 36px;
}

@media (max-width: 700px) {
	.gcvcreators-main {
		padding: 82px 18px 56px;
	}

	.gcvcreators-entry {
		grid-template-columns: 82px minmax(0, 1fr);
		margin-bottom: 28px;
		padding-bottom: 30px;
	}

	.gcvcreators-entry .bioImage {
		height: 68px;
		width: 68px;
	}

	.gcvcreators-entry .bioBlock p {
		font-size: 15px;
	}

	.gcvcreators-actions {
		grid-column: 1 / -1;
		margin-top: 16px;
	}
}

.gcvone-main {
	margin-inline: auto;
	max-width: 1180px;
	padding: clamp(54px, 6vw, 86px) clamp(20px, 4vw, 56px) clamp(72px, 8vw, 112px);
}

.gcvone-main-centered {
	max-width: 1040px;
	text-align: center;
}

.gcvone-page h1,
.gcvone-page h2,
.gcvone-page h3 {
	color: #111827;
	font-family: Poppins, Lexend, sans-serif;
	letter-spacing: 0;
	line-height: 1.12;
}

.gcvone-page h1 {
	font-size: clamp(2.25rem, 5vw, 4.1rem);
	font-weight: 800;
	margin: 0 0 30px;
}

.gcvone-page h2 {
	font-size: clamp(1.55rem, 3vw, 2.35rem);
	font-weight: 800;
	margin: 46px 0 16px;
}

.gcvone-page h3 {
	font-size: clamp(1.18rem, 2vw, 1.55rem);
	font-weight: 800;
	margin: 34px 0 12px;
}

.gcvone-prose {
	font-family: Montserrat, Lexend, sans-serif;
	font-size: 18px;
	line-height: 1.7;
}

.gcvone-prose > :first-child {
	margin-top: 0;
}

.gcvone-prose p,
.gcvone-prose li {
	color: #202536;
}

.gcvone-prose a,
.gcvone-page a {
	color: #236dbf;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

.gcvone-button,
.gcvone-donation-list a,
.gcvone-search button {
	align-items: center;
	background: #5779e7;
	border: 0;
	border-radius: 999px;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 13px 24px;
	text-decoration: none !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.gcvone-button:hover,
.gcvone-donation-list a:hover,
.gcvone-search button:hover {
	background: #4569df;
	box-shadow: 0 14px 28px rgba(69, 105, 223, 0.24);
	transform: translateY(-1px);
}

.gcvone-404 {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.gcvone-404 img {
	display: block;
	height: auto;
	max-width: min(720px, 100%);
}

.gcvone-404 h1 {
	font-family: Montserrat, Lexend, sans-serif;
	font-size: clamp(1.45rem, 3vw, 2rem);
	font-weight: 700;
	margin: 0;
}

.gcvone-help-strip {
	background: #e3ebff;
	border-radius: 8px;
	margin-top: 14px;
	padding: 20px;
	width: 100%;
}

.gcvone-help-strip p {
	margin: 0 0 14px;
}

.gcvone-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.gcvone-chip-row a {
	background: #fff;
	border: 1px solid rgba(87, 121, 231, 0.2);
	border-radius: 999px;
	color: #0056b3;
	padding: 8px 14px;
	text-decoration: none;
}

.gcvone-search {
	display: grid;
	gap: 14px;
	max-width: 760px;
	width: 100%;
}

.gcvone-search label {
	font-weight: 800;
}

.gcvone-search div {
	background: #e3ebff;
	border: 2px solid transparent;
	border-radius: 999px;
	display: grid;
	grid-template-columns: 1fr auto;
	overflow: hidden;
	padding: 5px;
}

.gcvone-search input {
	background: transparent;
	border: 0;
	color: #111827;
	font: inherit;
	font-weight: 700;
	min-width: 0;
	padding: 0 18px;
}

.gcvone-search input:focus {
	outline: none;
}

.gcvone-video-hero {
	align-items: center;
	background-position: center;
	background-size: cover;
	box-shadow: inset 0 -24px 50px rgba(0, 0, 0, 0.18);
	display: flex;
	min-height: clamp(250px, 30vw, 430px);
	justify-content: center;
	padding: 42px 20px;
	text-align: center;
}

.gcvone-video-hero h1 {
	color: #fff;
	font-size: clamp(2.2rem, 5vw, 3.6rem);
	margin: 0;
	text-shadow: 5px 7px 13px rgba(0, 0, 0, 0.55);
}

.gcvone-video-main {
	background: #96aa90;
	max-width: none;
	padding: 0;
}

.gcvone-video-intro,
.gcvone-embed-card {
	margin-inline: auto;
	max-width: 1180px;
	padding: clamp(34px, 5vw, 62px) clamp(20px, 4vw, 56px);
}

.gcvone-video-intro {
	align-items: center;
	display: grid;
	gap: clamp(28px, 5vw, 70px);
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
}

.gcvone-video-intro h2 {
	color: #3d4459;
	font-size: clamp(2rem, 4vw, 3rem);
	margin-top: 0;
}

.gcvone-video-intro p,
.gcvone-embed-card p {
	color: #101827;
	font-size: 20px;
	line-height: 1.45;
}

.gcvone-preview-card {
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.gcvone-preview-card video {
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.gcvone-video-frame {
	aspect-ratio: 16 / 9;
	background: #111827;
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
}

.gcvone-video-frame iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.gcvone-hero-simple h1 {
	font-size: clamp(2.6rem, 5vw, 4.2rem);
	margin-bottom: 10px;
}

.gcvone-split {
	align-items: start;
	display: grid;
	gap: clamp(34px, 6vw, 72px);
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
}

.gcvone-icon-panel,
.gcvone-donation-card {
	background: #f4f7ff;
	border: 1px solid rgba(87, 121, 231, 0.16);
	border-radius: 8px;
	box-shadow: 0 20px 50px rgba(16, 24, 39, 0.1);
	color: #560bad;
	padding: clamp(24px, 4vw, 42px);
}

.gcvone-icon-panel {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 230px;
}

.gcvone-icon-panel svg {
	height: auto;
	width: min(150px, 58%);
}

.gcvone-email-card {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(16, 24, 39, 0.12);
	border-radius: 8px;
	box-shadow: 0 14px 32px rgba(16, 24, 39, 0.08);
	display: inline-flex;
	gap: 12px;
	margin-top: 6px;
	padding: 16px 18px;
	text-decoration: none;
}

.gcvone-donate {
	grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.72fr);
}

.gcvone-donation-card {
	color: #101827;
	position: sticky;
	top: 24px;
}

.gcvone-donation-card h2 {
	font-size: 1.25rem;
	margin: 0 0 22px;
	text-align: center;
}

.gcvone-donation-list {
	display: grid;
	gap: 14px;
}

.gcvone-donation-list a {
	width: 100%;
}

.gcvone-policy {
	max-width: 1120px;
}

.gcvone-policy .gcvone-prose {
	max-width: 100%;
}

.gcvone-policy h1 {
	font-size: clamp(2.6rem, 5vw, 4rem);
	margin-bottom: 48px;
}

.gcvone-callout {
	background: #e3ebff;
	border-radius: 28px;
	margin: 18px 0 42px;
	padding: 22px clamp(20px, 3vw, 32px);
}

.gcvone-license-grid {
	align-items: center;
	display: grid;
	gap: clamp(24px, 5vw, 60px);
	grid-template-columns: minmax(0, 1fr) minmax(240px, 0.48fr);
}

.gcvone-license-grid img {
	display: block;
	height: auto;
	width: 100%;
}

.gcvone-faq {
	border-top: 1px solid rgba(16, 24, 39, 0.12);
	display: grid;
	gap: 0;
	margin: 18px 0 44px;
}

.gcvone-faq details {
	border-bottom: 1px solid rgba(16, 24, 39, 0.12);
	padding: 16px 0;
}

.gcvone-faq summary {
	color: #111827;
	cursor: pointer;
	font-weight: 800;
}

.gcvone-faq p {
	margin-bottom: 0;
}

@media (max-width: 860px) {
	.gcvone-video-intro,
	.gcvone-split,
	.gcvone-donate,
	.gcvone-license-grid {
		grid-template-columns: 1fr;
	}

	.gcvone-donation-card {
		position: static;
	}

	.gcvone-preview-card {
		display: none;
	}
}

@media (max-width: 640px) {
	.gcvone-main {
		padding: 38px 18px 64px;
	}

	.gcvone-prose {
		font-size: 16px;
	}

	.gcvone-search div {
		border-radius: 24px;
		grid-template-columns: 1fr;
	}

	.gcvone-search input {
		min-height: 48px;
		text-align: center;
	}

	.gcvone-video-intro,
	.gcvone-embed-card {
		padding-inline: 18px;
	}
}

.gcvp-edd-page {
	--ink: #241550;
	--muted: #4e4866;
	--paper: #ffffff;
	--wash: #f7f5fb;
	--navy: #251353;
	--blue: #6b3bd8;
	--gold: #ffbd08;
	--coral: #ee2f83;
	--green: #2e8f70;
	--line: rgba(37, 19, 83, 0.13);
	--shadow: 0 18px 42px rgba(37, 19, 83, 0.16);
	background: #fff;
	min-height: 100vh;
}

.gcvp-edd-page .gcvp-nav {
	align-items: center;
	background: var(--navy);
	border: 0;
	color: #fff;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 14px;
	justify-content: flex-start;
	min-height: 58px;
	padding: 0 max(clamp(18px, 4vw, 56px), calc((100vw - var(--gcvp-max)) / 2 + 56px));
	position: relative;
	top: auto;
}

.gcvp-edd-page .gcvp-logo {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: clamp(1.2rem, 2vw, 1.7rem);
	font-weight: 850;
	line-height: 0.86;
	margin-right: 8px;
}

.gcvp-edd-page .gcvp-logo img {
	display: block;
	height: 38px;
	max-width: 170px;
	object-fit: contain;
	width: auto;
}

.gcvp-edd-page .gcvp-logo b,
.gcvp-edd-page .gcvp-footer strong span {
	color: var(--gold);
}

.gcvp-edd-page .gcvp-logo small,
.gcvp-edd-page .gcvp-footer strong small {
	display: block;
	font-size: 0.42em;
	letter-spacing: 0.42em;
	margin-left: 1.95em;
	text-transform: uppercase;
}

.gcvp-edd-page .gcvp-nav nav {
	align-items: stretch;
	display: flex;
	flex: 0 0 auto;
	gap: 0;
	justify-content: flex-start;
}

	.gcvp-edd-main {
		margin-inline: auto;
		max-width: var(--gcvp-max);
		padding: clamp(30px, 4vw, 52px) clamp(18px, 4vw, 56px) clamp(42px, 7vw, 80px);
	}

.gcvp-edd-content {
	margin-inline: auto;
	max-width: 1120px;
}

.gcvp-edd-content > :first-child {
	margin-top: 0;
}

.gcvp-edd-content h1,
.gcvp-edd-content h2,
.gcvp-edd-content h3 {
	color: var(--navy);
	letter-spacing: 0;
	line-height: 1.12;
}

.gcvp-edd-content h2 {
	font-size: clamp(2rem, 4vw, 3.35rem);
	margin: 0 0 14px;
}

.gcvp-edd-content h3 {
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	margin: 34px 0 12px;
}

.gcvp-edd-content p {
	color: var(--muted);
	max-width: 820px;
}

.gcvp-edd-content a {
	color: var(--blue) !important;
	text-decoration: underline !important;
	text-decoration-thickness: 0.08em !important;
	text-underline-offset: 0.16em !important;
}

.gcvp-edd-content .wp-block-button__link,
.gcvp-edd-content .edd-submit,
.gcvp-edd-content a.edd-submit {
	text-decoration: none !important;
}

.gcvp-edd-content .wp-block-edd-confirmation,
.gcvp-edd-content .wp-block-edd-receipt,
.gcvp-edd-content .wp-block-edd-order-history,
.gcvp-edd-content .wp-block-edd-user-downloads,
.gcvp-edd-content .wp-block-edd-checkout,
.gcvp-edd-content .edd-blocks-form,
.gcvp-edd-content .wp-block-group,
.gcvp-edd-content .wp-block-group__inner-container {
	max-width: 100% !important;
}

.gcvp-edd-content table,
.gcvp-edd-content .edd-table {
	background: #fff;
	border: 1px solid var(--line);
	border-collapse: collapse;
	border-radius: 12px;
	overflow: hidden;
	width: 100%;
}

.gcvp-edd-content .edd-alert {
	box-sizing: border-box;
	display: block !important;
	line-height: 1.45;
	max-width: 100%;
	min-width: 0 !important;
	white-space: normal !important;
	width: auto !important;
}

	.gcvp-account-dashboard {
		display: grid;
		gap: 22px;
	}

	.gcvp-account-dashboard > .wp-block-group__inner-container {
		display: grid;
		gap: 30px;
	}

.gcvp-account-head {
	align-items: start;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

	.gcvp-account-head p {
		margin-bottom: 0;
	}

	.gcvp-account-head + .gcvp-account-tabs-card,
	.gcvp-account-head + .gcvp-creator-dashboard-card {
		margin-top: 4px;
	}

.gcvp-account-logout {
	background: var(--wash);
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--blue) !important;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 850;
	padding: 9px 14px;
	text-decoration: none !important;
	white-space: nowrap;
}

.gcvp-account-tabs {
	align-items: center;
	background: linear-gradient(180deg, #fbfcff 0%, #f2f5ff 100%);
	border-bottom: 1px solid rgba(63, 88, 201, 0.14);
	display: flex;
	gap: 0;
	margin: -1px -1px 0;
	min-height: 58px;
	overflow-x: auto;
	padding: 0 12px;
}

.gcvp-account-tabs button {
	appearance: none;
	background: transparent;
	border: 0;
	border-bottom: 3px solid transparent;
	border-radius: 0;
	color: #5a608f;
	cursor: pointer;
	font: inherit;
	font-size: 0.92rem;
	font-weight: 750;
	line-height: 1.2;
	padding: 16px 12px 12px;
	white-space: nowrap;
}

.gcvp-account-tabs button.is-active,
.gcvp-account-tabs button[aria-selected="true"] {
	background: linear-gradient(180deg, rgba(94, 108, 255, 0.08) 0%, rgba(94, 108, 255, 0.02) 100%);
	border-bottom-color: #4c5dff;
	box-shadow: none;
	color: #21338a;
}

.gcvp-account-tab-panel {
	display: none;
}

.gcvp-account-tab-panel.is-active {
	display: block;
}

.gcvp-account-panel {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	box-shadow: 0 12px 34px rgba(37, 19, 83, 0.07);
	padding: clamp(20px, 3vw, 34px);
}

.gcvp-account-tabs-card {
	background: linear-gradient(180deg, #ffffff 0%, #fcfcff 100%);
	border: 1px solid rgba(63, 88, 201, 0.12);
	border-radius: 22px;
	box-shadow: 0 18px 42px rgba(37, 19, 83, 0.08);
	overflow: hidden;
}

.gcvp-account-tabs-card .gcvp-account-panel {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 24px 26px 26px;
}

.gcvp-account-panel h3 {
	margin-top: 0;
}

.gcvp-account-helper {
	font-size: 0.95rem;
	margin-bottom: 0;
}

body:not(.logged-in) .gcvp-account-panel:not(.gcvp-account-login) {
	display: none;
}

body:not(.logged-in) .gcvp-account-tabs {
	display: none;
}

body:not(.logged-in) .gcvp-account-tabs-card {
	display: none;
}

body.logged-in .gcvp-account-login {
	display: none;
}

.gcvp-account-panel input:not([type="checkbox"]):not([type="radio"]),
.gcvp-account-panel select,
.gcvp-account-panel textarea {
	border: 1px solid rgba(37, 19, 83, 0.24);
	border-radius: 8px;
	box-sizing: border-box;
	font: inherit;
	max-width: 100%;
	padding: 10px 12px;
	width: 100%;
}

.gcvp-account-panel button,
.gcvp-account-panel input[type="submit"],
.gcvp-account-panel .button {
	background: var(--blue) !important;
	border: 0 !important;
	border-radius: 9px !important;
	color: #fff !important;
	font-weight: 800;
	padding: 10px 16px !important;
}

.gcvp-account-addon-grid {
	display: grid;
	gap: 28px;
	margin-top: 24px;
}

.gcvp-account-addon-section {
	display: grid;
	gap: 14px;
}

.gcvp-account-addon-section h4 {
	color: var(--ink);
	font-size: 1.05rem;
	margin: 0;
}

.gcvp-account-addon-section table,
.gcvp-account-table {
	border: 1px solid rgba(63, 88, 201, 0.14);
	border-collapse: collapse;
	font-size: 0.94rem;
	width: 100%;
}

.gcvp-account-addon-section th,
.gcvp-account-addon-section td,
.gcvp-account-table th,
.gcvp-account-table td {
	border-bottom: 1px solid rgba(63, 88, 201, 0.12);
	padding: 12px 14px;
	text-align: left;
	vertical-align: top;
}

.gcvp-account-addon-section th,
.gcvp-account-table th {
	background: #f5f6ff;
	color: var(--ink);
	font-weight: 850;
}

.gcvp-account-addon-section tr:last-child td,
.gcvp-account-table tr:last-child td {
	border-bottom: 0;
}

.gcvp-account-addon-section a,
.gcvp-account-table a {
	color: #6828cd;
	font-weight: 800;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.gcvp-wallet-balance-card {
	align-items: center;
	background: linear-gradient(135deg, #f7f4ff 0%, #ffffff 100%);
	border: 1px solid rgba(104, 40, 205, 0.16);
	border-radius: 14px;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 22px 0;
	padding: 18px 20px;
}

.gcvp-wallet-balance-card span {
	color: var(--muted);
	font-size: 0.92rem;
	font-weight: 800;
	text-transform: uppercase;
}

.gcvp-wallet-balance-card strong {
	color: #6828cd;
	font-size: clamp(1.7rem, 4vw, 2.4rem);
	line-height: 1;
}

.gcvp-account-table-wrap {
	overflow-x: auto;
}

.gcvp-creator-dashboard fieldset {
	border: 1px solid var(--line);
	border-radius: 14px;
	margin: 18px 0 0;
	padding: 18px;
}

.gcvp-creator-dashboard legend {
	color: var(--navy);
	font-size: 0.98rem;
	font-weight: 850;
	padding: 0 8px;
}

.gcvp-creator-dashboard label {
	color: var(--navy);
	font-weight: 800;
}

.gcvp-creator-dashboard .fes-form,
.gcvp-creator-dashboard .fes-form fieldset {
	max-width: 100%;
}

.gcvp-creator-dashboard-card {
	padding: 0;
}

.gcvp-creator-dashboard-card .wp-block-group__inner-container {
	max-width: none !important;
}

.gcvp-creator-dashboard .fes-vendor-dashboard-wrap {
	background: #fff;
	border-radius: 22px;
	overflow: hidden;
}

.gcvp-creator-dashboard .fes-vendor-menu {
	background: linear-gradient(180deg, #fbfcff 0%, #f2f5ff 100%);
	border-bottom: 1px solid rgba(63, 88, 201, 0.14);
	margin: 0;
	overflow-x: auto;
}

.gcvp-creator-dashboard .fes-vendor-menu ul {
	align-items: center;
	display: flex;
	gap: 0;
	list-style: none;
	margin: 0;
	min-height: 58px;
	padding: 0 12px;
}

.gcvp-creator-dashboard .fes-vendor-menu li {
	margin: 0;
}

.gcvp-creator-dashboard .fes-vendor-menu .fes-vendor-logout-tab {
	display: none;
}

.gcvp-creator-dashboard .fes-vendor-menu a {
	align-items: center;
	background: transparent;
	border-bottom: 3px solid transparent;
	color: #5a608f !important;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 800;
	gap: 7px;
	line-height: 1.2;
	padding: 16px 12px 12px;
	text-decoration: none !important;
	white-space: nowrap;
}

.gcvp-creator-dashboard .fes-vendor-menu .active a,
.gcvp-creator-dashboard .fes-vendor-menu a:hover,
.gcvp-creator-dashboard .fes-vendor-menu a:focus {
	background: linear-gradient(180deg, rgba(94, 108, 255, 0.08) 0%, rgba(94, 108, 255, 0.02) 100%);
	border-bottom-color: #4c5dff;
	color: #21338a !important;
}

.gcvp-creator-dashboard .fes-vendor-menu .dashicons {
	color: currentColor;
	font-size: 18px;
	height: 18px;
	width: 18px;
}

.gcvp-creator-dashboard .fes-vendor-dashboard {
	padding: clamp(22px, 3vw, 34px);
}

.gcvp-creator-dashboard .fes-vendor-dashboard > h1,
.gcvp-creator-dashboard .fes-vendor-dashboard > h2,
.gcvp-creator-dashboard .fes-vendor-dashboard > h3 {
	margin-top: 0;
}

.gcvp-confirmation-next {
	margin-top: clamp(32px, 5vw, 56px);
}

.gcvp-confirmation-intro p {
	margin-top: 0;
}

.gcvp-confirmation-download-note {
	color: var(--muted);
	font-size: 0.95rem;
	margin-top: 10px;
	max-width: 760px;
}

.gcvp-confirmation-download-note p {
	margin: 0 0 8px;
}

.gcvp-confirmation-next h3 {
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	margin-bottom: 16px;
}

.gcvp-confirmation-actions {
	align-items: stretch !important;
	gap: 18px;
}

.gcvp-confirmation-actions .wp-block-column {
	display: flex;
}

.gcvp-confirmation-card {
	background: linear-gradient(180deg, #ffffff 0%, #fcfcff 100%);
	border: 1px solid rgba(63, 88, 201, 0.12);
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba(37, 19, 83, 0.07);
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 100%;
	padding: clamp(18px, 2.5vw, 26px);
	width: 100%;
}

.gcvp-confirmation-card h4 {
	color: var(--navy);
	font-size: 1.05rem;
	line-height: 1.2;
	margin: 0;
}

.gcvp-confirmation-card p {
	font-size: 0.95rem;
	margin: 0;
}

.gcvp-confirmation-card .wp-block-buttons {
	margin-top: auto;
	padding-top: 8px;
}

.gcvp-confirmation-card .wp-block-button__link {
	background: var(--blue) !important;
	border-radius: 9px;
	color: #fff !important;
	font-size: 0.92rem;
	font-weight: 850;
	padding: 10px 14px;
}

.gcvp-edd-content th,
.gcvp-edd-content td {
	border-color: var(--line);
	padding: 12px 14px;
}

.gcvp-edd-page .gcvp-footer {
	align-items: start;
	background: var(--navy);
	border: 0;
	color: #fff;
	display: grid;
	gap: 34px;
	grid-template-columns: 1.35fr 0.7fr 0.8fr 1.2fr;
	margin-top: 20px;
	max-width: none;
	padding: 34px max(clamp(18px, 4vw, 56px), calc((100vw - var(--gcvp-max)) / 2 + 56px));
}

.gcvp-edd-page .gcvp-footer p {
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.86rem;
	line-height: 1.45;
	margin: 12px 0;
	max-width: 300px;
}

.gcvp-edd-page .gcvp-footer a {
	color: rgba(255, 255, 255, 0.9);
	display: block;
	font-size: 0.86rem;
	font-weight: 600;
	margin: 8px 0;
}

@media (max-width: 860px) {
	.gcvp-edd-page {
		padding-top: 52px;
	}

	.gcvp-edd-main {
		padding-top: clamp(28px, 7vw, 48px);
	}
}

@media (max-width: 760px) {
	.gcvp-edd-page .gcvp-footer {
		grid-template-columns: 1fr;
	}

	.gcvp-account-head {
		display: grid;
	}

	.gcvp-account-logout {
		justify-self: start;
	}
}

@media (max-width: 560px) {
	.gcvp-edd-main {
		padding-left: 20px;
		padding-right: 20px;
	}

	.gcvp-edd-content {
		overflow-x: hidden;
	}

	.gcvp-edd-content h1,
	.gcvp-edd-content h2,
	.gcvp-edd-content h3,
	.gcvp-edd-content p,
	.gcvp-edd-content div {
		max-width: 100% !important;
		overflow-wrap: anywhere;
	}

	.gcvp-edd-content h2 {
		font-size: 1.65rem;
	}

	.gcvp-edd-content .edd-alert {
		font-size: 0.9rem;
	}
}

#masthead,
#colophon,
.footer-width-fixer,
.gcvp-shell ~ .footer-width-fixer,
.entry-title,
.page-title,
.display-4 {
	display: none !important;
}

body.page-id-999521 #masthead,
body.page-id-999522 #masthead,
body.page-id-999523 #masthead,
body.page-id-999542 #masthead,
body.page-id-999521 #colophon,
body.page-id-999522 #colophon,
body.page-id-999523 #colophon,
body.page-id-999542 #colophon {
	display: none !important;
}

body.page-id-999521,
body.page-id-999522,
body.page-id-999523,
body.page-id-999542,
body.single-download {
	background: #ffffff;
	margin: 0;
}

.gcvp-shell * {
	box-sizing: border-box;
}

.gcvp-shell .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}

.gcvp-shell .gcvp-skip-link:focus {
	background: #ffffff;
	border-radius: 6px;
	clip: auto;
	clip-path: none;
	color: var(--navy);
	height: auto;
	left: 18px;
	margin: 0;
	padding: 10px 14px;
	position: fixed !important;
	top: 18px;
	width: auto;
	z-index: 10000;
}

.gcvp-shell a {
	color: inherit;
	text-decoration: none;
}

.gcvp-nav {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid var(--line);
	display: flex;
	gap: 28px;
	justify-content: space-between;
	padding: 16px clamp(18px, 4vw, 56px);
	position: sticky;
	top: 0;
	z-index: 20;
}

.gcvp-logo {
	color: var(--navy);
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: 0;
	white-space: nowrap;
}

.gcvp-logo span {
	font-weight: 400;
}

.gcvp-nav nav {
	display: flex;
	flex: 1;
	gap: 22px;
	justify-content: center;
}

.gcvp-nav-spacer {
	display: block;
	flex: 0 0 170px;
}

.gcvp-nav nav a,
.gcvp-nav-action {
	color: var(--muted);
	font-size: 0.95rem;
	font-weight: 600;
}

.gcvp-nav-action {
	background: var(--navy);
	border-radius: 999px;
	color: #fff !important;
	padding: 9px 16px;
}

.gcvp-hero,
.gcvp-section,
.gcvp-band,
.gcvp-product-hero,
.gcvp-product-body,
.gcvp-campaign-hero,
.gcvp-footer {
	margin-inline: auto;
	max-width: var(--gcvp-max);
	padding-inline: clamp(18px, 4vw, 56px);
}

.gcvp-hero-home {
	display: grid;
	gap: clamp(28px, 5vw, 64px);
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	padding-block: clamp(54px, 9vw, 110px);
}

.gcvp-hero-copy h1,
.gcvp-campaign-hero h1 {
	color: var(--navy);
	font-size: clamp(2.45rem, 6vw, 5rem);
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0 0 22px;
}

.gcvp-lead {
	color: var(--muted);
	font-size: clamp(1.08rem, 1.7vw, 1.3rem);
	margin: 0 0 28px;
	max-width: 720px;
}

.gcvp-kicker {
	color: var(--blue);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.gcvp-search {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	box-shadow: var(--shadow);
	display: flex;
	gap: 8px;
	margin: 30px 0 18px;
	max-width: 720px;
	padding: 8px;
}

.gcvp-search input {
	border: 0;
	color: var(--ink);
	flex: 1;
	font: inherit;
	min-width: 0;
	padding: 14px;
}

.gcvp-search button,
.gcvp-button,
.gcvp-purchase .edd-submit,
.gcvp-purchase a.edd-submit {
	background: var(--blue) !important;
	border: 0 !important;
	border-radius: 9px !important;
	color: #fff !important;
	display: inline-flex;
	font: inherit;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	padding: 14px 20px !important;
	text-align: center;
}

.gcvp-button-alt {
	background: var(--coral) !important;
}

.gcvp-pill-row,
.gcvp-tag-list,
.gcvp-licences {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gcvp-pill-row a,
.gcvp-tag-list a,
.gcvp-licences span {
	background: var(--wash);
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--navy);
	font-size: 0.9rem;
	font-weight: 700;
	padding: 8px 12px;
}

.gcvp-hero-stack {
	align-self: center;
	display: grid;
	gap: 16px;
}

.gcvp-grid {
	display: grid;
	gap: 22px;
}

.gcvp-grid-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcvp-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gcvp-video-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	box-shadow: 0 10px 24px rgba(16, 24, 39, 0.07);
	display: block;
	overflow: hidden;
	position: relative;
}

.gcvp-video-card-media {
	aspect-ratio: 16 / 9;
	display: block;
	overflow: hidden;
	position: relative;
}

.gcvp-product:not(.gcvp-product-alt) .gcvp-video-card img {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.gcvp-play {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 999px;
	color: var(--navy);
	font-size: 0.68rem;
	font-weight: 800;
	left: 12px;
	line-height: 1;
	max-width: calc(100% - 24px);
	overflow: hidden;
	padding: 6px 9px;
	position: absolute;
	text-overflow: ellipsis;
	top: 12px;
	white-space: nowrap;
	z-index: 3;
}

.gcvp-card-copy {
	display: grid;
	gap: 4px;
	padding: 12px 14px 14px;
}

.gcvp-card-copy small {
	color: var(--blue);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gcvp-card-copy strong {
	color: var(--navy);
	font-size: 0.84rem;
	line-height: 1.28;
}

.gcvp-section {
	padding-block: clamp(42px, 7vw, 82px);
}

.gcvp-section-head {
	align-items: end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.gcvp-section-head h2,
.gcvp-band h2,
.gcvp-product-body h2 {
	color: var(--navy);
	font-size: clamp(1.55rem, 2.5vw, 2.35rem);
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
}

.gcvp-section-head a {
	color: var(--blue);
	font-weight: 800;
}

.gcvp-band {
	background: var(--navy);
	border-radius: 24px;
	color: #fff;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr 1fr;
	margin-block: 30px;
	padding-block: clamp(34px, 6vw, 60px);
}

.gcvp-band .gcvp-kicker,
.gcvp-band h2 {
	color: #fff;
}

.gcvp-feature-list,
.gcvp-steps {
	display: grid;
	gap: 12px;
}

.gcvp-feature-list span,
.gcvp-steps span {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	padding: 12px 14px;
}

.gcvp-steps b {
	background: var(--gold);
	border-radius: 999px;
	color: var(--navy);
	display: inline-grid;
	height: 28px;
	margin-right: 10px;
	place-items: center;
	width: 28px;
}

.gcvp-campaign-hero {
	display: grid;
	gap: clamp(26px, 4vw, 48px);
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	padding-block: clamp(40px, 7vw, 84px);
}

.gcvp-product-stage {
	background:
		radial-gradient(circle at 78% 10%, rgba(51, 112, 255, 0.16) 0, rgba(51, 112, 255, 0) 18%),
		radial-gradient(circle at 86% 9%, rgba(255, 203, 69, 0.14) 0, rgba(255, 203, 69, 0) 16%),
		linear-gradient(180deg, #100f4c 0, #0d0b3f 100%);
	margin-inline: auto;
	max-width: none;
	overflow: hidden;
	padding-block: 18px 42px;
	position: relative;
}

.gcvp-product-stage::after {
	display: none;
}

.gcvp-product-stage.has-gallery {
	padding-bottom: 42px;
}

.gcvp-product-stage.no-gallery {
	padding-bottom: 42px;
}

.gcvp-product-stage.no-gallery .gcvp-product-stage-media {
	align-self: stretch;
	display: grid;
	gap: 0;
	grid-template-rows: auto 1fr auto;
}

.gcvp-product-stage.no-gallery .gcvp-product-stage-frame {
	margin-bottom: 16px;
}

.gcvp-product-stage.no-gallery .gcvp-product-pills-under-media {
	align-self: end;
}

.gcvp-product-stage-inner {
	align-items: start;
	display: grid;
	gap: 28px;
	margin-inline: auto;
	max-width: var(--gcvp-max);
	padding-inline: clamp(18px, 4vw, 56px);
	position: relative;
	grid-template-columns: minmax(0, 1.48fr) minmax(280px, 0.64fr);
	z-index: 1;
}

.gcvp-product-stage-media {
	display: grid;
	gap: 16px;
	padding-top: 0;
}

.gcvp-product-gallery {
	display: grid;
	gap: 14px;
}

.gcvp-product-gallery-thumbs {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 34px minmax(0, 1fr) 34px;
}

.gcvp-product-gallery-window {
	-ms-overflow-style: none;
	overflow-x: auto;
	scrollbar-width: none;
}

.gcvp-product-gallery-window::-webkit-scrollbar {
	display: none;
}

.gcvp-product-gallery-strip {
	display: flex;
	gap: 12px;
}

.gcvp-product-gallery-thumb {
	background: rgba(255, 255, 255, 0.08);
	border: 2px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	flex: 0 0 132px;
	overflow: hidden;
	padding: 0;
	transition: border-color 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.gcvp-product-gallery-thumb img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.gcvp-product-gallery-thumb:hover,
.gcvp-product-gallery-thumb:focus-visible,
.gcvp-product-gallery-thumb.is-active {
	border-color: rgba(255, 203, 69, 0.92);
	outline: none;
	transform: translateY(-1px);
}

.gcvp-product-gallery-arrow {
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(135, 149, 255, 0.28);
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 1.3rem;
	font-weight: 700;
	height: 34px;
	justify-content: center;
	padding: 0;
	transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
	width: 34px;
}

.gcvp-product-gallery-arrow:hover,
.gcvp-product-gallery-arrow:focus-visible {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 203, 69, 0.56);
	outline: none;
	transform: translateY(-1px);
}

.gcvp-product-stage-frame {
	background: rgba(8, 9, 37, 0.82);
	border: 2px solid rgba(122, 129, 255, 0.28);
	border-radius: 9px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
	overflow: hidden;
	padding: 6px;
}

.gcvp-product-stage-media video,
.gcvp-product-stage-media img {
	aspect-ratio: 16 / 9;
	background: #09101f;
	border-radius: 6px;
	box-shadow: none;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.gcvp-product-stage-media img.gcvp-gallery-stage-image {
	object-fit: contain;
}

.gcvp-product-stage-copy {
	display: grid;
	gap: 18px;
	padding-top: 4px;
	width: 100%;
}

.gcvp-product-heading {
	display: grid;
	gap: 14px;
	max-width: none;
	width: 100%;
}

.gcvp-product-heading h1 {
	color: #fff;
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.02;
	margin: 0;
	max-width: none;
}

.gcvp-product-lead {
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.98rem;
	line-height: 1.55;
	margin: 0;
	max-width: none;
	text-align: justify;
	text-justify: inter-word;
}

.gcvp-product-pills a {
	background: rgba(109, 87, 255, 0.18);
	border: 1px solid rgba(135, 149, 255, 0.28);
	box-shadow: none;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 700;
	padding: 8px 14px;
	transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.gcvp-product-pills a:hover,
.gcvp-product-pills a:focus-visible {
	background: rgba(63, 224, 196, 0.22);
	border-color: rgba(63, 224, 196, 0.42);
	transform: translateY(-1px);
}

.gcvp-product-pills-under-media {
	justify-content: flex-start;
	padding-left: 0;
}

.gcvp-buy-panel.gcvp-buy-panel-product {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #fff;
	display: grid;
	gap: 16px;
	padding: 0;
	position: relative;
	z-index: 1;
}

.gcvp-buy-panel {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 22px;
	box-shadow: var(--shadow);
	padding: 16px 16px 14px;
}

.gcvp-buy-panel-top {
	display: grid;
	gap: 16px;
	max-width: none;
	width: 100%;
}

.gcvp-buy-panel-product .gcvp-buy-panel-top {
	align-items: center;
	column-gap: 22px;
	grid-template-columns: auto minmax(0, 1fr);
}

.gcvp-buy-panel-product .gcvp-purchase {
	justify-self: start;
	min-width: 0;
}

.gcvp-buy-panel-product .gcvp-buy-licence-copy {
	grid-column: 1 / -1;
}

.gcvp-buy-panel-product .gcvp-purchase form,
.gcvp-buy-panel-product .gcvp-purchase .edd_purchase_submit_wrapper {
	flex-wrap: wrap;
	gap: 8px 12px;
	min-width: 0;
}

.gcvp-buy-panel-row {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
}

.gcvp-price {
	color: #1ef1d2;
	display: block;
	font-size: 2.45rem;
	font-weight: 800;
	line-height: 1;
	margin: 0;
}

.gcvp-purchase {
	margin: 0;
}

.gcvp-purchase form,
.gcvp-purchase .edd_purchase_submit_wrapper {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

.gcvp-purchase .edd-submit,
.gcvp-purchase a.edd-submit,
.gcvp-purchase input.edd-submit {
	width: auto;
}

.gcvp-purchase input.edd-add-to-cart.edd-no-js {
	display: none !important;
}

.gcvp-purchase-free .edd_price_options {
	display: none !important;
}

.gcvp-purchase .edd-cp-container,
.gcvp-purchase .edd-cp-price-option-wrapper {
	display: none !important;
}

.gcvp-purchase .edd-submit {
	align-items: center;
	background: linear-gradient(90deg, #1fe0c0 0%, #38d7ff 100%);
	border: 0;
	border-radius: 12px;
	color: #062144;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.05rem;
	font-weight: 800;
	gap: 12px;
	justify-content: center;
	min-height: 54px;
	padding-inline: 18px;
	white-space: nowrap;
	transition: filter 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.gcvp-purchase .edd-submit:hover,
.gcvp-purchase .edd-submit:focus-visible {
	background: #7f4df0 !important;
	cursor: pointer;
	transform: translateY(-1px);
}

.gcvp-buy-panel.gcvp-buy-panel-product .edd-submit,
.gcvp-buy-panel.gcvp-buy-panel-product .edd-submit:visited {
	color: #062144;
}

.gcvp-product-creator {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: 88px minmax(0, 1fr);
	margin-top: 6px;
	max-width: 100%;
}

.gcvp-product-creator-avatar {
	aspect-ratio: 1 / 1;
	background: transparent;
	border: 0;
	border-radius: 999px;
	display: grid;
	height: 88px;
	overflow: hidden;
	padding: 0;
	place-items: center;
	width: 88px;
}

.gcvp-product-creator-avatar img,
.gcvp-product-creator-avatar .avatar {
	background: #fff;
	border-radius: 999px !important;
	display: block;
	height: 100% !important;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
	width: 100% !important;
}

.gcvp-product-creator-copy {
	display: grid;
	gap: 8px;
}

.gcvp-product-creator-label {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.01em;
}

.gcvp-product-creator-copy strong {
	color: #ffffff;
	display: block;
	font-size: 1.12rem;
	font-weight: 800;
	line-height: 1.15;
}

.gcvp-product-creator-light .gcvp-product-creator-label {
	color: var(--coral);
}

.gcvp-product-creator-light .gcvp-product-creator-copy strong {
	color: #ffffff;
}

.gcvp-buy-licence-copy {
	display: grid;
	gap: 0;
	padding-top: 0;
}

.gcvp-buy-licence-list {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(126, 132, 255, 0.18);
	border-radius: 16px;
	overflow: hidden;
}

.gcvp-buy-licence-item {
	align-items: center;
	color: inherit;
	cursor: pointer;
	display: grid;
	gap: 12px;
	grid-template-columns: 42px minmax(0, 1fr);
	padding: 16px 18px;
	text-decoration: none !important;
	transition: background-color 0.18s ease, transform 0.18s ease;
}

.gcvp-buy-licence-item + .gcvp-buy-licence-item {
	border-top: 1px solid rgba(126, 132, 255, 0.16);
}

.gcvp-buy-licence-item:hover,
.gcvp-buy-licence-item:focus-visible {
	background: rgba(104, 40, 205, 0.22);
	outline: 0;
	transform: translateY(-1px);
}

.gcvp-buy-licence-icon {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	display: inline-grid;
	height: 34px;
	justify-items: center;
	width: 34px;
}

.gcvp-buy-licence-icon .gcvp-licence-icon-symbol {
	color: #ffffff;
	display: inline-grid;
	place-items: center;
}

.gcvp-buy-licence-icon .gcvp-licence-icon-symbol svg {
	display: block;
	height: 15px;
	width: 15px;
}

.gcvp-buy-licence-text strong,
.gcvp-buy-licence-text span {
	display: block;
}

.gcvp-buy-licence-text strong {
	color: #fff;
	font-size: 1rem;
	margin-bottom: 2px;
}

.gcvp-buy-licence-text span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.88rem;
}

.gcvp-product-body {
	display: grid;
	gap: clamp(26px, 4vw, 42px);
	grid-template-columns: minmax(0, 1.48fr) minmax(280px, 0.64fr);
	padding-block: 42px 26px;
	position: relative;
	z-index: 2;
}

.gcvp-product.gcvp-product-has-gallery .gcvp-product-body {
	margin-top: 0;
}

.gcvp-product.gcvp-product-no-gallery .gcvp-product-body {
	margin-top: 0;
}

.gcvp-product-story,
.gcvp-product-copy,
.gcvp-product-sidebar {
	display: grid;
	gap: 22px;
}

.gcvp-product-copy {
	background: #fff;
	border: 1px solid rgba(37, 19, 83, 0.08);
	border-radius: 22px;
	box-shadow: 0 18px 42px rgba(37, 19, 83, 0.08);
	padding: 0;
}

.gcvp-product-body article,
.gcvp-product-sidecard p,
.gcvp-product-sidecard li {
	color: var(--muted);
	font-size: 0.95rem;
	line-height: 1.75;
}

.gcvp-product-body article > *:first-child {
	margin-top: 0;
}

.gcvp-product-body article h2,
.gcvp-product-body article h3,
.gcvp-product-body aside h3 {
	color: var(--navy);
	letter-spacing: -0.02em;
}

.gcvp-product-body article h2 {
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.2;
}

.gcvp-product-body article h3 {
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 2.2rem;
}

.gcvp-product-tab-panel p > strong:only-child,
.gcvp-product-tab-panel p > b:only-child {
	color: var(--navy);
	display: block;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.gcvp-product-body article p,
.gcvp-product-body article ul {
	margin: 0 0 1.2rem;
}

.gcvp-product-body article ul {
	padding-left: 1.25rem;
}

.gcvp-product-sidebar {
	align-self: start;
	position: sticky;
	top: 94px;
}

.gcvp-product-sidecard {
	background: #fff;
	border: 1px solid rgba(37, 19, 83, 0.09);
	border-radius: 22px;
	box-shadow: 0 18px 42px rgba(37, 19, 83, 0.08);
	padding: 16px;
}

.gcvp-related-stack {
	display: grid;
	gap: 12px;
}

.gcvp-product-tabs {
	background: linear-gradient(180deg, #ffffff 0%, #fcfcff 100%);
	border: 1px solid rgba(63, 88, 201, 0.12);
	border-radius: 22px;
	box-shadow: 0 18px 42px rgba(37, 19, 83, 0.08);
	display: block;
	overflow: hidden;
}

.gcvp-product-tab-nav {
	align-items: flex-end;
	background: linear-gradient(180deg, #fbfcff 0%, #f2f5ff 100%);
	border-bottom: 1px solid rgba(63, 88, 201, 0.14);
	display: flex;
	gap: 0;
	min-height: 58px;
	overflow-x: auto;
	padding: 0 12px;
}

.gcvp-product-tab-nav button {
	appearance: none;
	background: transparent;
	border: 0;
	border-bottom: 3px solid transparent;
	color: #5a608f;
	cursor: pointer;
	font: inherit;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 16px 12px 12px;
	white-space: nowrap;
}

.gcvp-product-tab-nav button.is-active {
	background: linear-gradient(180deg, rgba(94, 108, 255, 0.08) 0%, rgba(94, 108, 255, 0.02) 100%);
	border-bottom-color: #4c5dff;
	color: #21338a;
}

.gcvp-product-tab-panel {
	padding: 24px 26px 26px;
}

.gcvp-product-tab-panel[hidden] {
	display: none;
}

.gcvp-product-tab-panel .gcvp-kicker {
	margin-bottom: 10px;
}

.gcvp-product-tab-panel a:not(.gcvp-credit-button):not(.gcvp-credit-social) {
	color: #326fff;
	font-weight: 800;
	text-decoration-color: rgba(50, 111, 255, 0.45);
	text-decoration-line: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.16em;
}

.gcvp-product-tab-panel a:not(.gcvp-credit-button):not(.gcvp-credit-social):hover,
.gcvp-product-tab-panel a:not(.gcvp-credit-button):not(.gcvp-credit-social):focus-visible {
	color: #1d3fd7;
	text-decoration-color: currentColor;
}

.gcvp-product-credit-list {
	color: #4d5374;
	margin: 0;
	padding-left: 18px;
}

.gcvp-product-credit-list li + li {
	margin-top: 8px;
}

.gcvp-credits-list {
	display: grid;
	gap: 0;
}

.gcvp-credit-card {
	display: grid;
	gap: 14px;
}

.gcvp-credit-card + .gcvp-credit-card {
	border-top: 1px solid rgba(63, 88, 201, 0.12);
	margin-top: 16px;
	padding-top: 16px;
}

.gcvp-credit-card-compact {
	gap: 0;
	padding-bottom: 16px;
}

.gcvp-credit-card-compact + .gcvp-credit-card-compact {
	padding-top: 14px;
}

.gcvp-credit-card:not(.gcvp-credit-card-compact) + .gcvp-credit-card-compact,
.gcvp-credit-card-compact + .gcvp-credit-card:not(.gcvp-credit-card-compact) {
	padding-top: 16px;
}

.gcvp-product-body .gcvp-credit-card h3 {
	color: #1d2340;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0;
}

.gcvp-credit-card h3 a {
	color: #3577ff;
	text-decoration: none;
}

.gcvp-credit-body {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: 72px minmax(0, 1fr);
}

.gcvp-credit-avatar {
	background: #fff;
	border-radius: 999px;
	display: grid;
	height: 72px;
	max-height: 72px;
	max-width: 72px;
	min-height: 72px;
	min-width: 72px;
	overflow: hidden;
	padding: 4px;
	place-items: center;
	width: 72px;
	aspect-ratio: 1 / 1;
	flex: 0 0 72px;
}

.gcvp-credit-avatar img,
.gcvp-credit-avatar .avatar {
	background: #fff;
	border-radius: 999px !important;
	display: block;
	height: 100% !important;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
	padding: 0;
	width: 100% !important;
}

.gcvp-credit-copy {
	display: grid;
	gap: 14px;
}

.gcvp-credit-copy p {
	margin: 0;
}

.gcvp-credit-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.gcvp-credit-button {
	background: #ffd14a;
	border-radius: 10px;
	color: #1a2242;
	display: inline-flex;
	font-size: 0.94rem;
	font-weight: 700;
	padding: 10px 14px;
	text-decoration: none;
}

.gcvp-credit-social {
	align-items: center;
	background: rgba(76, 93, 255, 0.1);
	border-radius: 10px;
	color: #3577ff;
	display: inline-flex;
	font-size: 1.1rem;
	font-weight: 800;
	height: 30px;
	justify-content: center;
	text-decoration: none;
	width: 30px;
}

.gcvp-licence-list {
	display: grid;
	gap: 24px;
}

.gcvp-licence-item {
	display: grid;
	gap: 10px;
	scroll-margin-top: 116px;
}

.gcvp-licence-item:focus {
	outline: 0;
}

.gcvp-licence-item h3 {
	align-items: center;
	color: #1d2340;
	display: flex;
	font-size: 1.35rem;
	font-weight: 700;
	gap: 10px;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0;
}

.gcvp-product-body .gcvp-licence-item h3 {
	margin: 0;
}

.gcvp-licence-icon-symbol,
.gcvp-licence-dot {
	color: #253a8a;
	display: inline-grid;
	font-size: 1rem;
	flex: 0 0 auto;
	font-weight: 800;
	line-height: 1;
	place-items: center;
}

.gcvp-licence-icon-symbol i {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
}

.gcvp-licence-icon-symbol svg {
	display: block;
	height: 18px;
	width: 18px;
}

.gcvp-licence-dot {
	background: currentColor;
	border-radius: 999px;
	height: 8px;
	width: 8px;
}

.gcvp-licence-copy p:last-child {
	margin-bottom: 0;
}

.gcvp-product:not(.gcvp-product-alt) .gcvp-related-card {
	align-items: start;
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
}

.gcvp-product:not(.gcvp-product-alt) .gcvp-related-thumb {
	aspect-ratio: 16 / 9;
	display: block;
	overflow: hidden;
	position: relative;
}

.gcvp-product:not(.gcvp-product-alt) .gcvp-related-thumb img {
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gcvp-related-copy {
	display: grid;
	gap: 8px;
}

.gcvp-product-recommended {
	padding-top: 10px;
}

.gcvp-product-recommended .gcvp-grid-3 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gcvp-product-recommended .gcvp-section-head {
	align-items: baseline;
}

.gcvp-product-recommended .gcvp-section-head h2 {
	color: #5a608f;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.2;
}

.gcvp-product-recommended .gcvp-kicker {
	margin-left: auto;
	text-align: right;
}

.gcvp-product-alt {
	background: linear-gradient(180deg, #f6f8fd 0%, #ffffff 28%, #ffffff 100%);
}

.gcvp-product-alt .gcvp-nav-shell {
	background: transparent;
}

.gcvp-product-alt-hero,
.gcvp-product-alt-overview {
	margin-inline: auto;
	max-width: var(--gcvp-max);
	padding-inline: clamp(18px, 4vw, 56px);
}

.gcvp-product-alt-hero {
	align-items: start;
	display: grid;
	gap: clamp(22px, 3vw, 34px);
	grid-template-columns: minmax(0, 1.36fr) minmax(300px, 0.7fr);
	padding-block: clamp(22px, 3vw, 34px) clamp(20px, 3vw, 28px);
}

.gcvp-product-alt-media video,
.gcvp-product-alt-media img {
	aspect-ratio: 16 / 9;
	background: #09101f;
	border-radius: 24px;
	box-shadow: 0 28px 60px rgba(15, 23, 42, 0.18);
	display: block;
	object-fit: cover;
	width: 100%;
}

.gcvp-product-alt-media {
	display: grid;
	gap: 16px;
}

.gcvp-product-alt-media-copy {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(37, 19, 83, 0.08);
	border-radius: 22px;
	display: grid;
	gap: 12px;
	padding: 18px 20px;
}

.gcvp-product-alt-panel {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(37, 19, 83, 0.08);
	border-radius: 24px;
	box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
	display: grid;
	gap: 14px;
	padding: clamp(20px, 2.4vw, 24px);
}

.gcvp-product-alt-panel h1,
.gcvp-product-alt-copy h2 {
	color: var(--navy);
}

.gcvp-product-alt-panel h1 {
	font-size: clamp(2rem, 3.6vw, 3rem);
	line-height: 1.04;
}

.gcvp-product-alt-panel .gcvp-product-lead,
.gcvp-product-alt-panel .gcvp-kicker {
	color: var(--muted);
}

.gcvp-product-alt-panel .gcvp-kicker,
.gcvp-product-alt-copy .gcvp-kicker,
.gcvp-product-breadcrumb-light {
	font-size: 0.72rem;
	letter-spacing: 0.08em;
}

.gcvp-product-alt-summary {
	color: var(--muted);
	font-size: 0.98rem;
	line-height: 1.6;
	margin: 0;
	max-width: 62ch;
}

.gcvp-product-pills-light a {
	background: #f4f6fb;
	border: 1px solid rgba(37, 19, 83, 0.1);
	color: var(--navy);
	font-size: 0.88rem;
	padding: 9px 14px;
}

.gcvp-product-alt-buy {
	border-top: 1px solid rgba(37, 19, 83, 0.08);
	display: grid;
	gap: 14px;
	margin-top: 6px;
	padding-top: 18px;
}

.gcvp-product-alt-buy-top {
	display: grid;
	gap: 8px;
}

.gcvp-buy-label-dark {
	color: var(--muted);
}

.gcvp-price-dark {
	color: var(--navy);
	font-size: clamp(2rem, 3vw, 2.7rem);
}

.gcvp-buy-licence-copy-light {
	border-top-color: rgba(37, 19, 83, 0.08);
}

.gcvp-buy-licence-copy-light h3 {
	color: var(--navy);
}

.gcvp-buy-licence-copy-light p {
	color: var(--muted);
	font-size: 0.92rem;
}

.gcvp-licences-light span {
	background: #f4f6fb;
	border-color: rgba(37, 19, 83, 0.1);
	color: var(--navy);
}

.gcvp-product-alt-overview {
	display: grid;
	gap: clamp(24px, 3vw, 32px);
	grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
	padding-block: 8px 18px;
}

.gcvp-product-alt-copy {
	align-content: start;
	margin-top: -56px;
}

.gcvp-product-breadcrumb-light {
	color: var(--muted);
}

.gcvp-product-alt-overview .gcvp-product-sidecard {
	align-self: start;
}

.gcvp-related-copy small {
	color: var(--muted);
	font-size: 0.64rem;
	font-weight: 700;
}

.gcvp-related-copy strong {
	color: var(--navy);
	font-size: 0.74rem;
	line-height: 1.28;
}

.gcvp-related-copy em {
	color: var(--navy);
	font-size: 0.76rem;
	font-style: normal;
	font-weight: 800;
}

.gcvp-product-body .gcvp-product-sidecard h3 {
	color: #21338a;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 16px;
}

.gcvp-product-sidecard p {
	margin: 0 0 16px;
}

.gcvp-checklist {
	color: var(--muted);
	display: grid;
	gap: 12px;
	margin: 14px 0 0;
	padding-left: 20px;
}

.gcvp-checklist li::marker {
	color: var(--blue);
}

.gcvp-campaign-hero {
	background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 60%, #fff6df 100%);
	border-radius: 0 0 36px 36px;
	max-width: none;
	padding-inline: max(clamp(18px, 4vw, 56px), calc((100vw - var(--gcvp-max)) / 2 + 56px));
}

.gcvp-campaign-hero > div:first-child {
	align-self: center;
}

.gcvp-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.gcvp-plan,
.gcvp-info-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(16, 24, 39, 0.08);
	padding: 24px;
}

.gcvp-plan-featured {
	border-color: rgba(238, 111, 95, 0.45);
	box-shadow: 0 18px 52px rgba(238, 111, 95, 0.18);
}

.gcvp-plan h3,
.gcvp-info-card h3 {
	color: var(--navy);
	font-size: 1.45rem;
	margin: 0 0 8px;
}

.gcvp-plan strong {
	color: var(--coral);
	display: block;
	font-size: 2.5rem;
	margin-bottom: 8px;
}

.gcvp-plan ul {
	color: var(--muted);
	margin: 0 0 22px;
	padding-left: 20px;
}

.gcvp-info-card p {
	color: var(--muted);
	margin: 0;
}

.gcvp-footer {
	align-items: center;
	border-top: 1px solid var(--line);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding-block: 34px;
}

.gcvp-footer p {
	color: var(--muted);
	margin: 6px 0 0;
}

.gcvp-footer a {
	color: var(--blue);
	font-weight: 800;
}

body .gcvp-shell .edd-add-to-cart-label,
body .gcvp-shell .edd_go_to_checkout {
	color: #fff;
}

.gcvp-buy-panel-product .edd-add-to-cart-label,
.gcvp-buy-panel-product .edd_go_to_checkout {
	color: #062144;
}

@media (max-width: 900px) {
	.gcvp-nav {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		position: relative;
	}

	.gcvp-nav nav {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.gcvp-hero-home,
	.gcvp-product-hero,
	.gcvp-product-body,
	.gcvp-campaign-hero,
	.gcvp-band,
	.gcvp-grid-2,
	.gcvp-grid-3 {
		grid-template-columns: 1fr;
	}

	.gcvp-section-head,
	.gcvp-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.gcvp-product-stage-inner {
		grid-template-columns: 1fr;
	}

	.gcvp-product-stage-media video,
	.gcvp-product-stage-media img {
		aspect-ratio: 16 / 9;
		border-radius: 6px;
	}

	.gcvp-product-heading,
	.gcvp-buy-panel-top {
		max-width: none;
	}
}

@media (max-width: 560px) {
	.gcvp-shell {
		font-size: 16px;
	}

	.gcvp-search {
		flex-direction: column;
	}
}

/* Homepage prototype, closer to the illustrated mockup direction. */
.gcvp-product {
	--gcvp-max: 1360px;
	--ink: #241550;
	--muted: #4e4866;
	--paper: #ffffff;
	--wash: #f7f5fb;
	--navy: #251353;
	--blue: #6b3bd8;
	--gold: #ffbd08;
	--coral: #ee2f83;
	--green: #2e8f70;
	--line: rgba(37, 19, 83, 0.13);
	--shadow: 0 18px 42px rgba(37, 19, 83, 0.16);
	background: linear-gradient(180deg, #ffffff 0, #fcfbff 84%, #f7f4fd 100%);
	overflow: hidden;
}

.gcvp-home,
.gcvp-search-page {
	--gcvp-max: 1360px;
	--ink: #241550;
	--muted: #4e4866;
	--paper: #ffffff;
	--wash: #f7f5fb;
	--navy: #251353;
	--blue: #6b3bd8;
	--gold: #ffbd08;
	--coral: #ee2f83;
	--green: #2e8f70;
	--line: rgba(37, 19, 83, 0.13);
	--shadow: 0 18px 42px rgba(37, 19, 83, 0.16);
	background: #fff;
	overflow: hidden;
}

.gcvp-home .gcvp-nav,
.gcvp-product .gcvp-nav,
.gcvp-campaign .gcvp-nav,
.gcvp-search-page .gcvp-nav,
.gcvp-content-submission .gcvp-nav {
	align-items: center;
	background: var(--navy);
	border: 0;
	color: #fff;
	flex-direction: row;
	flex-wrap: wrap;
	gap: clamp(16px, 3vw, 34px);
	padding: 15px max(clamp(18px, 4vw, 56px), calc((100vw - var(--gcvp-max)) / 2 + 56px));
	position: relative;
	top: auto;
}

.gcvp-home .gcvp-logo,
.gcvp-product .gcvp-logo,
.gcvp-campaign .gcvp-logo,
.gcvp-search-page .gcvp-logo,
.gcvp-content-submission .gcvp-logo {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: clamp(1.2rem, 2vw, 1.7rem);
	font-weight: 850;
	line-height: 0.86;
}

.gcvp-home .gcvp-logo img,
.gcvp-product .gcvp-logo img,
.gcvp-campaign .gcvp-logo img,
.gcvp-search-page .gcvp-logo img,
.gcvp-content-submission .gcvp-logo img {
	display: block;
	height: 38px;
	max-width: 170px;
	object-fit: contain;
	width: auto;
}

.gcvp-home .gcvp-logo b,
.gcvp-product .gcvp-logo b,
.gcvp-campaign .gcvp-logo b,
.gcvp-search-page .gcvp-logo b,
.gcvp-content-submission .gcvp-logo b,
.gcvp-footer strong span {
	color: var(--gold);
}

.gcvp-home .gcvp-logo small,
.gcvp-product .gcvp-logo small,
.gcvp-campaign .gcvp-logo small,
.gcvp-search-page .gcvp-logo small,
.gcvp-content-submission .gcvp-logo small,
.gcvp-footer strong small {
	display: block;
	font-size: 0.42em;
	letter-spacing: 0.42em;
	margin-left: 1.95em;
	text-transform: uppercase;
}

.gcvp-home .gcvp-nav nav,
.gcvp-product .gcvp-nav nav,
.gcvp-campaign .gcvp-nav nav,
.gcvp-search-page .gcvp-nav nav,
.gcvp-content-submission .gcvp-nav nav {
	flex: 0 1 auto;
	gap: clamp(14px, 2.5vw, 30px);
}

.gcvp-home .gcvp-nav nav a,
.gcvp-product .gcvp-nav nav a,
.gcvp-campaign .gcvp-nav nav a,
.gcvp-search-page .gcvp-nav nav a,
.gcvp-content-submission .gcvp-nav nav a {
	color: rgba(255, 255, 255, 0.96);
	font-size: 0.9rem;
}

.gcvp-nav-shell {
	background: var(--navy);
	position: relative;
	z-index: 40;
}

.gcvp-nav-shell a {
	font-weight: inherit;
	text-decoration: none !important;
}

.gcvp-nav-shell .gcvp-logo,
.gcvp-nav-shell .gcvp-nav-account,
.gcvp-nav-shell .gcvp-nav-cart {
	color: #fff !important;
}

.gcvp-nav-shell .gcvp-nav-pass {
	color: var(--navy) !important;
}

.gcvp-nav-shell .gcvp-nav-donate {
	color: #2a1600 !important;
}

.gcvp-nav-shell .gcvp-nav-col > a {
	color: var(--ink) !important;
	font-weight: 400;
}

.gcvp-nav-shell .gcvp-nav-col > a:hover,
.gcvp-nav-shell .gcvp-nav-col > a:focus-visible {
	color: #2d1b8e !important;
	text-decoration: underline !important;
}

.gcvp-nav-shell .gcvp-nav-col > a span,
.gcvp-nav-shell .gcvp-nav-about-card span {
	color: var(--muted) !important;
}

.gcvp-nav-shell .gcvp-nav-passcta {
	color: #fff !important;
	font-weight: 800;
}

.gcvp-nav-shell .gcvp-nav-about-card b,
.gcvp-nav-shell .gcvp-nav-passhead h3,
.gcvp-nav-shell .gcvp-nav-passpanel li {
	color: var(--ink) !important;
}

.gcvp-nav-shell .gcvp-nav-feature small {
	color: #534ab7 !important;
}

.gcvp-nav-shell .gcvp-nav-feature strong {
	color: #322483 !important;
}

.gcvp-nav-shell .gcvp-nav-feature span {
	color: #5d57a2 !important;
}

.gcvp-nav-shell .gcvp-nav-feature-green small,
.gcvp-nav-shell .gcvp-nav-feature-green span {
	color: #0f6e56 !important;
}

.gcvp-nav-shell .gcvp-nav-feature-green strong {
	color: #084d40 !important;
}

.gcvp-nav-shell .gcvp-nav-currency-panel a,
.gcvp-nav-shell .gcvp-nav-currency-panel a strong {
	color: var(--ink) !important;
}

.gcvp-nav-shell .gcvp-nav-currency-panel a small {
	color: var(--muted) !important;
}

.gcvp-nav-shell .gcvp-nav-currency-panel a em,
.gcvp-nav-shell .gcvp-nav-currency-more {
	color: #3b1fa8 !important;
}

.gcvp-nav-shell .gcvp-nav-currency-more {
	text-decoration: underline !important;
}

@media (min-width: 861px) {
	.gcvp-nav-shell {
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 500;
	}

	.gcvp-product,
	.gcvp-campaign {
		padding-top: 0;
	}

	.gcvp-home,
	.gcvp-search-page {
		padding-top: 0;
	}

	.gcvp-home-hero,
	.gcvp-search-hero {
		padding-top: calc(clamp(42px, 6vw, 70px) + 58px);
	}

	.gcvp-submit-hero {
		padding-top: calc(clamp(56px, 8vw, 110px) + 58px);
	}

	.gcvp-product-stage {
		padding-top: calc(10px + 32px);
	}
}

.gcvp-mobile-nav {
	display: none;
}

.gcvp-home .gcvp-nav-shell .gcvp-nav,
.gcvp-product .gcvp-nav-shell .gcvp-nav,
.gcvp-campaign .gcvp-nav-shell .gcvp-nav,
.gcvp-search-page .gcvp-nav-shell .gcvp-nav,
.gcvp-content-submission .gcvp-nav-shell .gcvp-nav {
	flex-wrap: nowrap;
	gap: 14px;
	justify-content: flex-start;
	min-height: 58px;
	padding-block: 0;
}

.gcvp-home .gcvp-nav-shell .gcvp-logo,
.gcvp-product .gcvp-nav-shell .gcvp-logo,
.gcvp-campaign .gcvp-nav-shell .gcvp-logo,
.gcvp-search-page .gcvp-nav-shell .gcvp-logo,
.gcvp-content-submission .gcvp-nav-shell .gcvp-logo {
	margin-right: 8px;
}

.gcvp-home .gcvp-nav-shell .gcvp-nav nav,
.gcvp-product .gcvp-nav-shell .gcvp-nav nav,
.gcvp-campaign .gcvp-nav-shell .gcvp-nav nav,
.gcvp-search-page .gcvp-nav-shell .gcvp-nav nav,
.gcvp-content-submission .gcvp-nav-shell .gcvp-nav nav {
	align-items: stretch;
	display: flex;
	flex: 0 0 auto;
	gap: 0;
	justify-content: flex-start;
}

.gcvp-nav-trigger {
	align-items: center;
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	color: rgba(255, 255, 255, 0.84);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 700;
	gap: 5px;
	height: 58px;
	padding: 0 13px;
	white-space: nowrap;
}

.gcvp-nav-trigger:hover,
.gcvp-nav-trigger:focus-visible {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	outline: none;
}

.gcvp-nav-trigger span {
	font-size: 0.65rem;
	opacity: 0.72;
}

.gcvp-nav-trigger.is-active {
	background: rgba(255, 255, 255, 0.08);
	border-bottom-color: var(--gold);
	color: #fff;
}

.gcvp-nav-utilities {
	align-items: center;
	display: flex;
	gap: 8px;
	margin-left: auto;
}

.gcvp-nav-divider {
	background: rgba(255, 255, 255, 0.2);
	height: 24px;
	width: 1px;
}

.gcvp-nav-utility,
.gcvp-nav-donate,
.gcvp-nav-account,
.gcvp-nav-currency {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 700;
	gap: 5px;
	height: 34px;
	justify-content: center;
	padding: 0 11px;
	white-space: nowrap;
}

.gcvp-nav-utility,
.gcvp-nav-currency {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.24);
	color: #fff;
	cursor: pointer;
}

.gcvp-nav-pass {
	background: #fff;
	border-color: #fff;
	color: var(--navy);
}

.gcvp-nav-donate {
	background: var(--gold);
	color: #2a1600;
}

.gcvp-nav-iconlink,
.gcvp-nav-cart {
	align-items: center;
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, 0.84);
	cursor: pointer;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	position: relative;
	width: 34px;
}

.gcvp-nav-iconlink svg,
.gcvp-nav-cart svg,
.gcvp-nav-account svg {
	height: 15px;
	width: 15px;
}

.gcvp-nav-account {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.24);
	color: #fff;
}

.gcvp-nav-cart-badge {
	align-items: center;
	background: var(--gold);
	border-radius: 999px;
	color: #2a1600;
	display: inline-flex;
	font-size: 0.56rem;
	font-weight: 800;
	height: 14px;
	justify-content: center;
	position: absolute;
	right: 2px;
	top: 4px;
	width: 14px;
}

.gcvp-cart-overlay {
	background: rgba(10, 8, 37, 0.45);
	inset: 0;
	opacity: 0;
	position: fixed;
	transition: opacity 0.2s ease;
	z-index: 9998;
}

.gcvp-cart-overlay.is-open {
	opacity: 1;
}

.gcvp-cart-drawer {
	background: #fff;
	border-left: 1px solid rgba(44, 55, 109, 0.14);
	box-shadow: -24px 0 50px rgba(13, 11, 63, 0.2);
	color: #1d2340;
	display: grid;
	grid-template-rows: minmax(0, 1fr);
	height: 100vh;
	max-width: min(420px, calc(100vw - 28px));
	overflow-y: auto;
	padding: 24px;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(105%);
	transition: transform 0.24s ease;
	width: 420px;
	z-index: 9999;
}

.gcvp-cart-drawer.is-open {
	transform: translateX(0);
}

.gcvp-cart-drawer-head {
	align-items: flex-start;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 22px;
}

.gcvp-cart-drawer-head p {
	color: var(--coral);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.gcvp-cart-drawer-head h2 {
	color: var(--navy);
	font-size: 1.45rem;
	line-height: 1.08;
	margin: 0;
}

.gcvp-cart-close {
	align-items: center;
	background: var(--wash);
	border: 0;
	border-radius: 999px;
	color: var(--navy);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.35rem;
	font-weight: 800;
	height: 38px;
	justify-content: center;
	line-height: 1;
	width: 38px;
}

.gcvp-cart-items {
	display: grid;
	gap: 12px;
}

.gcvp-cart-item {
	align-items: center;
	border: 1px solid rgba(63, 88, 201, 0.12);
	border-radius: 14px;
	display: grid;
	gap: 12px;
	grid-template-columns: 72px minmax(0, 1fr);
	padding: 10px;
}

.gcvp-cart-thumb {
	background: var(--wash);
	border-radius: 10px;
	display: block;
	overflow: hidden;
}

.gcvp-cart-thumb img {
	aspect-ratio: 16 / 9;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gcvp-cart-copy {
	display: grid;
	gap: 5px;
}

.gcvp-cart-copy strong {
	color: var(--navy);
	font-size: 0.98rem;
	line-height: 1.2;
}

.gcvp-cart-copy small {
	color: var(--muted);
	font-size: 0.86rem;
	font-weight: 800;
}

.gcvp-cart-total {
	align-items: center;
	border-top: 1px solid rgba(63, 88, 201, 0.14);
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding-top: 18px;
}

.gcvp-cart-total span {
	color: var(--muted);
	font-weight: 800;
}

.gcvp-cart-total strong {
	color: var(--navy);
	font-size: 1.35rem;
}

.gcvp-cart-actions {
	display: grid;
	gap: 10px;
	margin-top: 20px;
}

.gcvp-cart-checkout,
.gcvp-cart-continue {
	align-items: center;
	border: 0;
	border-radius: 12px;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 900;
	justify-content: center;
	min-height: 48px;
	padding: 12px 16px;
	text-decoration: none;
}

.gcvp-cart-checkout {
	background: var(--blue);
	color: #fff;
}

.gcvp-cart-continue {
	background: var(--wash);
	color: var(--navy);
}

.gcvp-cart-empty {
	color: var(--muted);
	font-weight: 800;
}

.gcvp-donation-overlay {
	background: rgba(10, 8, 37, 0.5);
	inset: 0;
	opacity: 0;
	position: fixed;
	transition: opacity 0.18s ease;
	z-index: 10000;
}

.gcvp-donation-overlay.is-open {
	opacity: 1;
}

.gcvp-donation-modal {
	background: #fff;
	border: 1px solid rgba(63, 88, 201, 0.16);
	border-radius: 20px;
	box-shadow: 0 28px 70px rgba(13, 11, 63, 0.28);
	color: var(--navy);
	display: grid;
	gap: 16px;
	left: 50%;
	max-width: min(420px, calc(100vw - 32px));
	opacity: 0;
	padding: 28px;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -46%) scale(0.98);
	transition: opacity 0.18s ease, transform 0.18s ease;
	visibility: hidden;
	width: 420px;
	z-index: 10001;
}

.gcvp-donation-modal.is-open {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	visibility: visible;
}

.gcvp-donation-close {
	align-items: center;
	background: var(--wash);
	border: 0;
	border-radius: 999px;
	color: var(--navy);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.35rem;
	font-weight: 800;
	height: 38px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 38px;
}

.gcvp-donation-kicker {
	color: var(--coral);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin: 0;
	text-transform: uppercase;
}

.gcvp-donation-modal h2 {
	color: var(--navy);
	font-size: 1.7rem;
	line-height: 1.08;
	margin: 0;
	padding-right: 42px;
}

.gcvp-donation-modal p:not(.gcvp-donation-kicker) {
	color: var(--muted);
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.45;
	margin: 0;
}

.gcvp-donation-field {
	display: grid;
	gap: 8px;
}

.gcvp-donation-field > span:first-child {
	color: var(--navy);
	font-weight: 900;
}

.gcvp-donation-input-wrap {
	align-items: center;
	background: var(--wash);
	border: 1px solid rgba(63, 88, 201, 0.16);
	border-radius: 12px;
	color: var(--muted);
	display: grid;
	font-weight: 900;
	gap: 8px;
	grid-template-columns: auto minmax(0, 1fr);
	padding: 0 14px;
}

.gcvp-donation-input-wrap input {
	background: transparent;
	border: 0;
	color: var(--navy);
	font: inherit;
	font-weight: 900;
	min-height: 50px;
	outline: 0;
	width: 100%;
}

.gcvp-donation-actions {
	display: grid;
	gap: 10px;
}

.gcvp-donation-primary,
.gcvp-donation-secondary {
	align-items: center;
	border: 0;
	border-radius: 12px;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 900;
	justify-content: center;
	min-height: 48px;
	padding: 12px 16px;
}

.gcvp-donation-primary {
	background: var(--blue);
	color: #fff;
}

.gcvp-donation-secondary {
	background: var(--wash);
	color: var(--navy);
}

.gcvp-nav-currency small {
	font-size: 0.62rem;
	opacity: 0.72;
}

.gcvp-nav-panels {
	left: 0;
	padding: 0 max(clamp(18px, 4vw, 56px), calc((100vw - var(--gcvp-max)) / 2 + 56px)) 14px;
	position: absolute;
	right: 0;
	top: 100%;
}

.gcvp-nav-panel {
	background: #fff;
	border-top: 2px solid var(--gold);
	border-radius: 0 0 14px 14px;
	box-shadow: 0 22px 52px rgba(16, 24, 39, 0.16);
	display: none;
}

.gcvp-nav-panel.is-open {
	display: block;
}

.gcvp-nav-mega {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gcvp-nav-col {
	border-right: 1px solid #ece8fb;
	padding: 20px 22px;
}

.gcvp-nav-col:last-child {
	border-right: 0;
}

.gcvp-nav-col h3 {
	border-bottom: 1px solid #ede8fb;
	color: #3b2b97;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin: 0 0 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.gcvp-nav-col > a {
	color: var(--ink);
	display: block;
	font-size: 0.84rem;
	line-height: 1.4;
	padding: 5px 0;
	text-decoration: none;
	transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.gcvp-nav-col > a:hover,
.gcvp-nav-col > a:focus-visible {
	color: #2d1b8e;
	outline: none;
	text-decoration: underline;
	text-decoration-color: currentColor;
	text-underline-offset: 0.16em;
}

.gcvp-nav-col > a span {
	color: var(--muted);
	display: block;
	font-size: 0.72rem;
	line-height: 1.45;
	margin-top: 1px;
	transition: color 0.18s ease;
}

.gcvp-nav-col > a:hover span,
.gcvp-nav-col > a:focus-visible span {
	color: #4f45a5;
}

.gcvp-nav-feature {
	background: #eeedfe;
	border-radius: 10px;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	text-decoration: none;
	transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
	width: calc(100% - 10px);
}

.gcvp-nav-feature,
.gcvp-nav-feature:hover,
.gcvp-nav-feature:focus-visible,
.gcvp-nav-feature small,
.gcvp-nav-feature strong,
.gcvp-nav-feature span {
	text-decoration: none !important;
}

.gcvp-nav-feature-body {
	display: grid;
	gap: 5px;
	padding: 14px;
}

.gcvp-nav-feature small {
	color: #534ab7;
	display: block;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gcvp-nav-feature strong {
	color: #322483;
	display: block;
	font-size: 0.83rem;
	line-height: 1.35;
	margin: 2px 0 0;
}

.gcvp-nav-feature span {
	color: #5d57a2;
	font-size: 0.73rem;
	line-height: 1.45;
	margin: 0;
}

.gcvp-nav-feature:hover,
.gcvp-nav-feature:focus-visible {
	background: #e5e2ff;
	box-shadow: 0 10px 22px rgba(59, 31, 168, 0.12);
	outline: none;
	text-decoration: none;
	transform: translateY(-1px);
}

.gcvp-nav-feature:hover strong,
.gcvp-nav-feature:focus-visible strong {
	text-decoration: underline !important;
	text-decoration-color: currentColor !important;
	text-underline-offset: 0.16em;
}

.gcvp-nav-feature-green {
	background: #e4f6ef;
}

.gcvp-nav-feature-green small,
.gcvp-nav-feature-green span {
	color: #0f6e56;
}

.gcvp-nav-feature-green strong {
	color: #084d40;
}

.gcvp-nav-feature-green:hover,
.gcvp-nav-feature-green:focus-visible {
	background: #d8f0e7;
	box-shadow: 0 10px 22px rgba(8, 77, 64, 0.12);
}

.gcvp-nav-passcta {
	transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.gcvp-nav-passcta:hover,
.gcvp-nav-passcta:focus-visible {
	background: #4321c0 !important;
	box-shadow: 0 10px 22px rgba(59, 31, 168, 0.22);
	outline: none;
	transform: translateY(-1px);
}

.gcvp-nav-about {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 20px;
}

.gcvp-nav-about-card {
	background: #fff;
	border: 1px solid #e4e5ef;
	border-radius: 12px;
	display: grid;
	gap: 7px;
	min-height: 116px;
	padding: 16px;
	transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.gcvp-nav-about-card:hover,
.gcvp-nav-about-card:focus-visible {
	background: #faf8ff;
	border-color: #d5d1ef;
	outline: none;
	transform: translateY(-1px);
}

.gcvp-nav-about-icon {
	align-items: center;
	background: #eeedfe;
	border-radius: 10px;
	color: #3b1fa8;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	margin-bottom: 6px;
	width: 40px;
}

.gcvp-nav-about-icon svg {
	height: 20px;
	width: 20px;
}

.gcvp-nav-about-card b {
	color: var(--ink);
	font-size: 0.86rem;
}

.gcvp-nav-about-card span {
	color: var(--muted);
	font-size: 0.73rem;
	line-height: 1.5;
}

.gcvp-nav-about-card-static {
	cursor: default;
}

.gcvp-nav-panel-compact {
	margin-left: auto;
	max-width: 480px;
}

.gcvp-nav-panel-right {
	max-width: 250px;
}

.gcvp-nav-passpanel {
	padding: 20px;
}

.gcvp-nav-passhead {
	align-items: start;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.gcvp-nav-passhead h3 {
	color: var(--ink);
	font-size: 1rem;
	margin: 0 0 4px;
}

.gcvp-nav-passhead p,
.gcvp-nav-passpanel > p {
	color: var(--muted);
	font-size: 0.78rem;
	line-height: 1.55;
	margin: 0;
}

.gcvp-nav-passprice {
	color: #2d1b8e;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1;
	text-align: right;
}

.gcvp-nav-passprice span {
	color: var(--muted);
	display: block;
	font-size: 0.68rem;
	font-weight: 600;
	margin-top: 3px;
}

.gcvp-nav-passpanel ul {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 14px 0 18px;
	padding: 0;
}

.gcvp-nav-passpanel li {
	color: var(--ink);
	font-size: 0.74rem;
	line-height: 1.45;
	padding-left: 18px;
	position: relative;
}

.gcvp-nav-passpanel li::before {
	color: #3b1fa8;
	content: "✓";
	font-weight: 800;
	left: 0;
	position: absolute;
	top: 0;
}

.gcvp-nav-passcta {
	width: 100%;
}

.gcvp-nav-currency-panel {
	display: grid;
	padding: 8px;
}

.gcvp-nav-currency-panel button,
.gcvp-nav-currency-panel a {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: var(--ink);
	display: grid;
	font: inherit;
	font-weight: 400;
	gap: 0 10px;
	grid-template-columns: 22px 40px 1fr 18px;
	line-height: 1.25;
	padding: 9px 10px;
	text-align: left;
	text-decoration: none;
}

.gcvp-nav-currency-panel button strong,
.gcvp-nav-currency-panel a strong {
	color: var(--ink);
	font-size: 0.8rem;
	font-weight: 700;
}

.gcvp-nav-currency-panel button small,
.gcvp-nav-currency-panel a small {
	color: var(--muted);
	font-size: 0.73rem;
	grid-column: 3;
	line-height: 1.25;
}

.gcvp-nav-currency-panel button em,
.gcvp-nav-currency-panel a em {
	color: #3b1fa8;
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 800;
}

.gcvp-nav-currency-panel button.is-selected,
.gcvp-nav-currency-panel a.is-selected {
	background: #eeedfe;
}

.gcvp-nav-currency-panel button:hover,
.gcvp-nav-currency-panel button:focus-visible,
.gcvp-nav-currency-panel a:hover,
.gcvp-nav-currency-panel a:focus-visible {
	background: #f6f5ff;
	outline: none;
}

.gcvp-nav-currency-more {
	background: transparent;
	border: 0;
	color: #3b1fa8;
	cursor: pointer;
	font-size: 0.74rem;
	font-weight: 700;
	padding: 10px 10px 6px;
	text-align: left;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.gcvp-nav-currency-more:hover,
.gcvp-nav-currency-more:focus-visible {
	color: #2a167d;
	outline: none;
}

body.gcvp-mobile-lock {
	overflow: hidden;
}

.gcvp-mobile-topbar {
	align-items: center;
	background: var(--navy);
	display: flex;
	height: 52px;
	justify-content: space-between;
	padding: 0 16px;
}

.gcvp-mobile-topbar {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.gcvp-mobile-logo {
	align-items: center;
	display: inline-flex;
	max-width: 132px;
}

.gcvp-mobile-logo img {
	display: block;
	height: auto;
	max-height: 26px;
	width: auto;
}

.gcvp-mobile-topbar-actions {
	align-items: center;
	display: flex;
	gap: 10px;
}

.gcvp-mobile-cart {
	align-items: center;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 10px;
	color: #fff;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	width: 34px;
	z-index: 1002;
}

.gcvp-mobile-cart svg {
	color: #fff;
	height: 16px;
	stroke: #fff;
	width: 16px;
}

.gcvp-mobile-menu-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 30px;
	justify-content: center;
	padding: 0;
	width: 30px;
}

.gcvp-mobile-menu-toggle {
	flex-direction: column;
	gap: 4px;
	position: relative;
}

.gcvp-mobile-menu-toggle span {
	background: #fff;
	border-radius: 999px;
	display: block;
	height: 2px;
	position: relative;
	transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease;
	width: 18px;
}

.gcvp-mobile-nav.is-drawer-open .gcvp-mobile-menu-toggle span:nth-child(1) {
	top: 6px;
	transform: rotate(45deg);
}

.gcvp-mobile-nav.is-drawer-open .gcvp-mobile-menu-toggle span:nth-child(2) {
	opacity: 0;
}

.gcvp-mobile-nav.is-drawer-open .gcvp-mobile-menu-toggle span:nth-child(3) {
	top: -6px;
	transform: rotate(-45deg);
}

.gcvp-mobile-overlay,
.gcvp-mobile-sheet-overlay {
	background: rgba(16, 24, 39, 0.54);
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 52px;
	transition: opacity 0.22s ease;
}

.gcvp-mobile-overlay {
	z-index: 140;
}

.gcvp-mobile-sheet-overlay {
	z-index: 180;
}

.gcvp-mobile-drawer {
	background: #fff;
	bottom: 0;
	box-shadow: -20px 0 40px rgba(16, 24, 39, 0.18);
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 0;
	top: 52px;
	transform: translateX(100%);
	transition: transform 0.24s ease;
	width: min(88vw, 420px);
	z-index: 150;
}

.gcvp-mobile-nav.is-drawer-open .gcvp-mobile-overlay,
.gcvp-mobile-nav.is-sheet-open .gcvp-mobile-sheet-overlay {
	opacity: 1;
	pointer-events: auto;
}

.gcvp-mobile-nav.is-drawer-open .gcvp-mobile-drawer {
	transform: translateX(0);
}

.gcvp-mobile-action-strip {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid rgba(16, 24, 39, 0.08);
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto auto;
	padding: 12px 14px;
}

.gcvp-mobile-pass,
.gcvp-mobile-donate,
.gcvp-mobile-currency-trigger {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.74rem;
	font-weight: 800;
	height: 36px;
	justify-content: center;
	padding: 0 10px;
	white-space: nowrap;
}

.gcvp-mobile-pass {
	background: #fff;
	border: 1px solid rgba(45, 27, 142, 0.18);
	color: var(--navy);
}

.gcvp-mobile-donate {
	background: var(--gold);
	color: #2a1600;
}

.gcvp-mobile-currency-trigger {
	background: #f2effc;
	border: 1px solid rgba(45, 27, 142, 0.12);
	color: var(--navy);
	gap: 5px;
}

.gcvp-mobile-currency-trigger small {
	font-size: 0.62rem;
	opacity: 0.72;
}

.gcvp-mobile-drawer-scroll {
	flex: 1;
	overflow: auto;
	padding: 8px 0 20px;
}

.gcvp-mobile-accordion {
	border-bottom: 1px solid rgba(16, 24, 39, 0.08);
}

.gcvp-mobile-accordion-trigger {
	align-items: center;
	background: #fff;
	border: 0;
	color: var(--ink);
	cursor: pointer;
	display: flex;
	font: inherit;
	font-weight: 800;
	justify-content: space-between;
	padding: 16px 18px;
	text-align: left;
	width: 100%;
}

.gcvp-mobile-accordion-trigger i {
	font-size: 1rem;
	font-style: normal;
	transition: transform 0.18s ease;
}

.gcvp-mobile-accordion-trigger[aria-expanded="true"] i {
	transform: rotate(90deg);
}

.gcvp-mobile-accordion-panel {
	display: none;
	padding: 0 18px 16px;
}

.gcvp-mobile-accordion-panel.is-open {
	display: block;
}

.gcvp-mobile-accordion-section {
	background: #f7f6fb;
	border-radius: 14px;
	display: grid;
	gap: 2px;
	margin-top: 10px;
	padding: 12px;
}

.gcvp-mobile-accordion-section h4 {
	color: #6f68a9;
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.gcvp-mobile-accordion-section a {
	border-radius: 10px;
	color: var(--ink);
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	padding: 9px 10px;
}

.gcvp-mobile-accordion-section a:active {
	background: #ece8fb;
}

.gcvp-mobile-about-row {
	align-items: start;
	background: #faf8ff;
	border: 1px solid #e7e2f6;
	border-radius: 14px;
	display: grid;
	gap: 4px 12px;
	grid-template-columns: 40px 1fr;
	margin-top: 10px;
	padding: 14px;
}

.gcvp-mobile-about-row .gcvp-nav-about-icon {
	grid-row: 1 / span 2;
	margin: 0;
}

.gcvp-mobile-about-row b {
	color: var(--ink);
	font-size: 0.92rem;
}

.gcvp-mobile-about-row span:last-child {
	color: var(--muted);
	font-size: 0.78rem;
	line-height: 1.45;
}

.gcvp-mobile-about-row-static {
	cursor: default;
}

.gcvp-mobile-utility-row {
	align-items: center;
	background: #fff;
	border: 0;
	border-bottom: 1px solid rgba(16, 24, 39, 0.08);
	color: var(--ink);
	display: flex;
	font: inherit;
	font-weight: 700;
	gap: 12px;
	padding: 16px 18px;
	text-align: left;
	width: 100%;
}

.gcvp-mobile-utility-icon {
	align-items: center;
	color: #3b1fa8;
	display: inline-flex;
	height: 18px;
	justify-content: center;
	width: 18px;
}

.gcvp-mobile-utility-icon svg {
	height: 16px;
	width: 16px;
}

.gcvp-mobile-currency-sheet {
	background: #fff;
	border-radius: 22px 22px 0 0;
	bottom: 0;
	left: 0;
	padding: 10px 18px 24px;
	position: fixed;
	right: 0;
	top: auto;
	transform: translateY(100%);
	transition: transform 0.24s ease;
	z-index: 190;
}

.gcvp-mobile-nav.is-sheet-open .gcvp-mobile-currency-sheet {
	transform: translateY(0);
}

.gcvp-mobile-sheet-handle {
	background: rgba(16, 24, 39, 0.14);
	border-radius: 999px;
	height: 5px;
	margin: 2px auto 12px;
	width: 46px;
}

.gcvp-mobile-currency-sheet h3 {
	color: var(--ink);
	font-size: 0.98rem;
	margin: 0 0 12px;
}

.gcvp-mobile-currency-list {
	display: grid;
	gap: 8px;
}

.gcvp-mobile-currency-list button,
.gcvp-mobile-currency-list a {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 12px;
	color: var(--ink);
	display: grid;
	font: inherit;
	font-weight: 400;
	gap: 0 12px;
	grid-template-columns: 28px 40px 1fr 18px;
	line-height: 1.25;
	padding: 12px 14px;
	text-align: left;
	text-decoration: none;
}

.gcvp-mobile-currency-list button.is-selected,
.gcvp-mobile-currency-list a.is-selected {
	background: #eeedfe;
}

.gcvp-mobile-currency-list button span:first-child,
.gcvp-mobile-currency-list a span:first-child {
	font-size: 1.15rem;
}

.gcvp-mobile-currency-list button strong,
.gcvp-mobile-currency-list a strong {
	color: var(--ink);
	font-size: 0.92rem;
	font-weight: 700;
}

.gcvp-mobile-currency-list button small,
.gcvp-mobile-currency-list a small {
	color: var(--muted);
	font-size: 0.86rem;
	grid-column: 3;
	line-height: 1.2;
}

.gcvp-mobile-currency-list button em,
.gcvp-mobile-currency-list a em {
	color: #3b1fa8;
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 800;
}

.gcvp-mobile-currency-more {
	background: transparent;
	border: 0;
	color: #2a167d;
	display: inline-flex;
	cursor: pointer;
	font-size: 0.92rem;
	font-weight: 700;
	margin-left: 42px;
	margin-top: 14px;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 0.14em;
}

.gcvp-mobile-search-overlay {
	background: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 52px;
	transform: translateX(100%);
	transition: transform 0.24s ease;
	z-index: 210;
}

.gcvp-mobile-nav.is-search-open .gcvp-mobile-search-overlay {
	transform: translateX(0);
}

.gcvp-mobile-search-shell {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.gcvp-mobile-search-head {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 14px 16px 10px;
}

.gcvp-mobile-search-bar {
	align-items: center;
	background: #f7f6fb;
	border: 1px solid rgba(16, 24, 39, 0.08);
	border-radius: 16px;
	display: flex;
	gap: 8px;
	padding: 0 14px;
}

.gcvp-mobile-search-bar svg {
	color: #6f68a9;
	height: 16px;
	width: 16px;
}

.gcvp-mobile-search-bar input {
	background: transparent;
	border: 0;
	color: var(--ink);
	font: inherit;
	height: 48px;
	min-width: 0;
	outline: 0;
	width: 100%;
}

.gcvp-mobile-search-head button {
	background: transparent;
	border: 0;
	color: #3b1fa8;
	font: inherit;
	font-weight: 700;
	padding: 0;
}

.gcvp-mobile-search-content {
	flex: 1;
	overflow: auto;
	padding: 6px 16px 20px;
}

.gcvp-mobile-search-content h4 {
	color: #6f68a9;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 10px 0 12px;
	text-transform: uppercase;
}

.gcvp-mobile-search-bubble-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gcvp-mobile-search-bubble-row a {
	background: #f7f6fb;
	border: 1px solid rgba(59, 31, 168, 0.12);
	border-radius: 999px;
	color: var(--navy);
	font-size: 0.86rem;
	font-weight: 700;
	padding: 9px 14px;
}

.gcvp-mobile-search-results {
	display: none;
}

.gcvp-mobile-search-content.is-searching .gcvp-mobile-search-bubbles {
	display: none;
}

.gcvp-mobile-search-content.is-searching .gcvp-mobile-search-results {
	display: block;
}

.gcvp-mobile-search-result-list {
	display: grid;
	gap: 10px;
}

.gcvp-mobile-search-result {
	align-items: center;
	border-bottom: 1px solid rgba(16, 24, 39, 0.08);
	display: grid;
	gap: 12px;
	grid-template-columns: 72px 1fr;
	padding: 0 0 12px;
}

.gcvp-mobile-search-result img,
.gcvp-mobile-search-thumb-fallback {
	border-radius: 12px;
	display: block;
	height: 54px;
	object-fit: cover;
	width: 72px;
}

.gcvp-mobile-search-thumb-fallback {
	background: linear-gradient(135deg, #eeedfe, #e4f6ef);
}

.gcvp-mobile-search-result strong {
	color: var(--ink);
	display: block;
	font-size: 0.92rem;
	margin-bottom: 4px;
}

.gcvp-mobile-search-result small {
	color: var(--muted);
	font-size: 0.78rem;
	line-height: 1.45;
}

.gcvp-nav-search {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	display: flex;
	flex: 0 0 290px;
	height: 40px;
	line-height: 1;
	min-width: 0;
	padding: 0 8px 0 15px;
}

.gcvp-nav-search input {
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #fff;
	font: inherit;
	font-size: 0.86rem;
	height: 100%;
	line-height: 1;
	min-width: 0;
	outline: 0;
	padding: 0 !important;
	width: 100%;
}

.gcvp-nav-search input::placeholder {
	color: rgba(255, 255, 255, 0.8);
	opacity: 1;
}

.gcvp-nav-search button {
	aspect-ratio: 1;
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	flex: 0 0 32px;
	height: 32px;
	margin-left: 8px;
	position: relative;
}

.gcvp-nav-search button::before {
	border: 2px solid #fff;
	border-radius: 999px;
	content: "";
	height: 13px;
	left: 7px;
	position: absolute;
	top: 6px;
	width: 13px;
}

.gcvp-nav-search button::after {
	background: #fff;
	content: "";
	height: 2px;
	left: 20px;
	position: absolute;
	top: 21px;
	transform: rotate(45deg);
	width: 9px;
}

.gcvp-home-hero,
.gcvp-home-section,
.gcvp-church-banner {
	margin-inline: auto;
	max-width: var(--gcvp-max);
	padding-inline: clamp(18px, 4vw, 56px);
}

.gcvp-home-hero {
	align-items: center;
	background:
		radial-gradient(circle at 82% 10%, rgba(255, 216, 77, 0.38), transparent 28%),
		radial-gradient(circle at 66% 46%, rgba(107, 59, 216, 0.1), transparent 34%),
		linear-gradient(180deg, #fbf8ff 0%, #ffffff 72%);
	display: grid;
	gap: clamp(34px, 6vw, 74px);
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
	margin-inline: 0;
	max-width: none;
	min-height: 460px;
	padding-block: clamp(42px, 6vw, 70px) clamp(18px, 3vw, 30px);
	padding-inline: max(clamp(18px, 4vw, 56px), calc((100vw - var(--gcvp-max)) / 2 + 56px));
	position: relative;
}

.gcvp-home-hero::before,
.gcvp-home-hero::after {
	background: var(--gold);
	border-radius: 999px;
	content: "";
	display: none;
	position: absolute;
	z-index: 0;
}

.gcvp-home-hero::before {
	height: 106px;
	right: max(46px, calc((100vw - var(--gcvp-max)) / 2 + 115px));
	top: 38px;
	width: 106px;
}

.gcvp-home-hero::after {
	height: 92px;
	left: max(52vw, calc((100vw - var(--gcvp-max)) / 2 + 690px));
	top: 150px;
	width: 92px;
}

.gcvp-hero-copy,
.gcvp-hero-collage {
	position: relative;
	z-index: 1;
}

.gcvp-home .gcvp-kicker {
	color: var(--coral);
	font-size: 0.82rem;
	letter-spacing: 0.18em;
}

.gcvp-home .gcvp-hero-copy h1 {
	color: var(--ink);
	font-size: clamp(2.45rem, 5vw, 4.2rem);
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0 0 14px;
	max-width: 680px;
}

.gcvp-home .gcvp-lead {
	color: var(--muted);
	font-size: clamp(1.02rem, 1.5vw, 1.16rem);
	line-height: 1.55;
	margin-bottom: 20px;
	max-width: 560px;
}

.gcvp-home .gcvp-button {
	align-items: center;
	border-radius: 9px !important;
	box-shadow: none;
	min-height: 46px;
	padding: 13px 24px !important;
}

.gcvp-button-pink {
	background: var(--coral) !important;
}

.gcvp-button-pink::before {
	border-bottom: 7px solid transparent;
	border-left: 10px solid currentColor;
	border-top: 7px solid transparent;
	content: "";
	margin-right: 12px;
}

.gcvp-button-outline {
	background: #fff !important;
	border: 2px solid rgba(37, 19, 83, 0.55) !important;
	color: var(--ink) !important;
}

.gcvp-button-yellow {
	background: var(--gold) !important;
	color: var(--ink) !important;
}

.gcvp-new-note {
	color: #5b556d;
	font-size: 0.9rem;
	font-style: italic;
	font-weight: 650;
	margin: 14px 0 0;
}

.gcvp-new-note::before {
	color: var(--gold);
	content: "*";
	font-size: 1.5rem;
	font-style: normal;
	margin-right: 8px;
	vertical-align: -0.18em;
}

.gcvp-hero-collage {
	--hero-card-width: clamp(172px, 14.7vw, 232px);
	--hero-card-stage-height: clamp(430px, 36vw, 520px);
	isolation: isolate;
	min-height: var(--hero-card-stage-height);
	position: relative;
}

.gcvp-hero-showcase {
	align-items: center;
	display: grid;
	justify-items: center;
}

.gcvp-hero-card-stage {
	height: var(--hero-card-stage-height);
	position: relative;
	touch-action: pan-y;
	width: min(100%, 760px);
	z-index: 2;
}

.gcvp-hero-resource-card {
	--fan-x: 0px;
	--fan-y: -8px;
	--fan-rotate: 0deg;
	--fan-scale: 1.05;
	--active-rotate: 0deg;
	--active-scale: 1.04;
	aspect-ratio: 5 / 8;
	border-radius: 18px;
	color: inherit;
	display: block;
	left: 50%;
	outline: none;
	position: absolute;
	text-decoration: none;
	top: 50%;
	transform: translate(-50%, -50%) translate(var(--fan-x), var(--fan-y)) rotate(var(--fan-rotate)) scale(var(--fan-scale));
	transform-origin: 50% 78%;
	transition:
		transform 600ms cubic-bezier(.22, 1, .36, 1),
		box-shadow 300ms ease,
		filter 300ms ease;
	width: var(--hero-card-width);
	z-index: var(--fan-z, 1);
}

.gcvp-hero-resource-card-0 {
	--fan-x: clamp(-245px, -17vw, -210px);
	--fan-y: 54px;
	--fan-rotate: -10deg;
	--fan-scale: .88;
	--active-rotate: -2deg;
	--active-scale: .94;
	--fan-z: 3;
}

.gcvp-hero-resource-card-1 {
	--fan-x: clamp(-180px, -12.4vw, -130px);
	--fan-y: 18px;
	--fan-rotate: -5deg;
	--fan-scale: .96;
	--active-rotate: -1deg;
	--active-scale: 1.01;
	--fan-z: 2;
}

.gcvp-hero-resource-card-2 {
	--fan-x: 0px;
	--fan-y: -8px;
	--fan-rotate: 0deg;
	--fan-scale: 1.05;
	--active-rotate: 0deg;
	--active-scale: 1.06;
	--fan-z: 5;
}

.gcvp-hero-resource-card-3 {
	--fan-x: clamp(130px, 12.4vw, 180px);
	--fan-y: 18px;
	--fan-rotate: 5deg;
	--fan-scale: .96;
	--active-rotate: 1deg;
	--active-scale: 1.01;
	--fan-z: 2;
}

.gcvp-hero-resource-card-4 {
	--fan-x: clamp(210px, 17vw, 245px);
	--fan-y: 54px;
	--fan-rotate: 10deg;
	--fan-scale: .88;
	--active-rotate: 2deg;
	--active-scale: .94;
	--fan-z: 3;
}

.gcvp-hero-resource-card.is-active,
.gcvp-hero-resource-card:focus-visible {
	filter: saturate(1.04);
	transform: translate(-50%, -50%) translate(var(--fan-x), calc(var(--fan-y) - 18px)) rotate(var(--active-rotate)) scale(var(--active-scale));
	z-index: 12;
}

.gcvp-hero-resource-card:focus-visible .gcvp-hero-resource-card-inner {
	box-shadow: 0 0 0 4px rgba(255, 197, 87, 0.95), 0 24px 56px rgba(37, 19, 83, 0.25);
}

.gcvp-hero-resource-card-inner {
	animation: none;
	background: #fff;
	border: 2px solid rgba(255, 255, 255, 0.92);
	border-radius: inherit;
	box-shadow: 0 18px 42px rgba(37, 19, 83, 0.18);
	display: grid;
	grid-template-rows: 15% 72% 13%;
	height: 100%;
	overflow: hidden;
	position: relative;
	transition: box-shadow 300ms ease;
}

.gcvp-hero-resource-card.is-active .gcvp-hero-resource-card-inner {
	animation: heroCardFloat 5200ms ease-in-out infinite;
	box-shadow: 0 30px 68px rgba(37, 19, 83, 0.27);
}

.gcvp-hero-resource-heading {
	align-items: center;
	background: linear-gradient(145deg, #09083c 0%, #17105d 100%);
	display: flex;
	justify-content: center;
	padding: 12px 10px 18px;
	text-align: center;
}

.gcvp-hero-resource-title {
	color: #fff;
	display: block;
	font-size: clamp(0.82rem, 0.98vw, 1.06rem);
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1.08;
	text-transform: uppercase;
}

.gcvp-hero-resource-icon {
	align-items: center;
	background: linear-gradient(145deg, #f83788 0%, #ec2d82 100%);
	border-radius: 999px;
	box-shadow: 0 8px 16px rgba(238, 47, 131, 0.26);
	color: #fff;
	display: flex;
	height: clamp(32px, 2.9vw, 44px);
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 15%;
	transform: translate(-50%, -50%);
	width: clamp(32px, 2.9vw, 44px);
	z-index: 3;
}

.gcvp-hero-resource-icon-gift {
	top: 21%;
}

.gcvp-hero-resource-icon svg {
	display: block;
	height: 56%;
	width: 56%;
}

.gcvp-hero-resource-media {
	background: #efeaff;
	display: block;
	min-height: 0;
	overflow: hidden;
}

.gcvp-hero-resource-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.gcvp-hero-resource-caption {
	align-items: center;
	background: linear-gradient(180deg, #f3efff 0%, #fff 100%);
	color: #17105d;
	display: flex;
	font-size: clamp(0.68rem, 0.76vw, 0.82rem);
	font-weight: 750;
	justify-content: center;
	line-height: 1.22;
	padding: 10px 13px 12px;
	text-align: center;
}

.gcvp-hero-card-dots {
	display: none;
	gap: 10px;
	justify-content: center;
	margin-top: 2px;
	position: relative;
	z-index: 4;
}

.gcvp-hero-card-dot {
	background: rgba(107, 59, 216, 0.2);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 11px;
	padding: 0;
	width: 11px;
}

.gcvp-hero-card-dot.is-active {
	background: #5c42d6;
	transform: scale(1.15);
}

.gcvp-hero-card-dot:focus-visible {
	box-shadow: 0 0 0 4px rgba(255, 197, 87, 0.9);
	outline: none;
}

.gcvp-hero-doodle {
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.gcvp-hero-doodle-lines,
.gcvp-hero-doodle-lines::before,
.gcvp-hero-doodle-lines::after {
	background: #ee2f83;
	border-radius: 999px;
	height: 5px;
	width: 28px;
}

.gcvp-hero-doodle-lines {
	animation: doodleWiggle 4200ms ease-in-out infinite;
	right: 58%;
	top: 7%;
	transform: rotate(68deg);
}

.gcvp-hero-doodle-lines::before,
.gcvp-hero-doodle-lines::after {
	content: "";
	position: absolute;
}

.gcvp-hero-doodle-lines::before {
	left: -3px;
	top: -15px;
}

.gcvp-hero-doodle-lines::after {
	left: 3px;
	top: 15px;
}

.gcvp-hero-doodle-dots {
	background-image: radial-gradient(#f2b11b 2.5px, transparent 2.5px);
	background-size: 15px 15px;
	height: 92px;
	left: 4%;
	opacity: 0.9;
	top: 13%;
	width: 78px;
}

.gcvp-hero-doodle-star {
	color: #f2b11b;
	height: 44px;
	right: 2%;
	top: 17%;
	width: 44px;
}

.gcvp-hero-doodle-star::before {
	content: "★";
	font-size: 44px;
	font-weight: 900;
	line-height: 1;
}

.gcvp-hero-doodle-squiggle {
	border: solid #ee2f83;
	border-radius: 50%;
	border-width: 0 0 4px 4px;
	bottom: 8%;
	height: 48px;
	right: 3%;
	transform: rotate(-28deg);
	width: 34px;
}

.gcvp-hero-doodle-squiggle::after {
	background: #ee2f83;
	border-radius: 999px;
	content: "";
	height: 9px;
	position: absolute;
	right: -14px;
	top: -10px;
	width: 9px;
}

@keyframes heroCardFloat {
	0%, 100% {
		translate: 0 0;
	}
	50% {
		translate: 0 -4px;
	}
}

@keyframes doodleWiggle {
	0%, 100% {
		transform: rotate(68deg) translateY(0);
	}
	50% {
		transform: rotate(72deg) translateY(-3px);
	}
}

.gcvp-float-card {
	background: #fff;
	border: 4px solid rgba(255, 255, 255, 0.96);
	border-radius: 12px;
	box-shadow: 0 16px 34px rgba(37, 19, 83, 0.24);
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 3;
}

.gcvp-float-card img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gcvp-float-card span,
.gcvp-home-play {
	background: rgba(255, 255, 255, 0.9);
	border: 2px solid rgba(255, 255, 255, 0.75);
	border-radius: 999px;
	height: 38px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 38px;
}

.gcvp-float-card span::after,
.gcvp-home-play::after {
	border-bottom: 8px solid transparent;
	border-left: 12px solid var(--ink);
	border-top: 8px solid transparent;
	content: "";
	left: 14px;
	position: absolute;
	top: 9px;
}

.gcvp-float-pentecost {
	height: 126px;
	right: 0;
	top: 2px;
	width: 164px;
}

.gcvp-float-forever {
	bottom: 22px;
	height: 124px;
	left: 6px;
	width: 216px;
}

.gcvp-float-jesus {
	bottom: 12px;
	height: 124px;
	right: 0;
	width: 218px;
}

.gcvp-float-forever::before,
.gcvp-float-jesus::before {
	background: none;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
	z-index: -1;
}

.gcvp-float-forever::before {
	bottom: -38px;
	left: -34px;
	transform: rotate(-16deg);
}

.gcvp-float-jesus::before {
	right: 18px;
	top: -36px;
	transform: rotate(34deg);
}

.gcvp-float-jesus::after {
	background:
		linear-gradient(var(--gold), var(--gold)) 4px 18px / 5px 28px no-repeat,
		linear-gradient(var(--gold), var(--gold)) 22px 6px / 5px 28px no-repeat,
		linear-gradient(var(--gold), var(--gold)) 40px 19px / 5px 28px no-repeat;
	content: "";
	height: 56px;
	position: absolute;
	right: 16px;
	top: -44px;
	transform: rotate(56deg);
	width: 58px;
	z-index: -1;
}

.gcvp-accent {
	background:
		linear-gradient(var(--coral), var(--coral)) 4px 14px / 4px 24px no-repeat,
		linear-gradient(var(--coral), var(--coral)) 22px 4px / 4px 24px no-repeat,
		linear-gradient(var(--coral), var(--coral)) 40px 15px / 4px 24px no-repeat;
	height: 52px;
	pointer-events: none;
	position: absolute;
	width: 56px;
	z-index: 5;
}

.gcvp-accent-right {
	right: -28px;
	top: -22px;
	transform: rotate(18deg);
}

.gcvp-accent-left {
	bottom: 34px;
	left: -34px;
	transform: rotate(-72deg);
}

.gcvp-home-section {
	padding-block: 16px 20px;
}

.gcvp-home .gcvp-section-head {
	margin-bottom: 16px;
}

.gcvp-home .gcvp-subsection-head {
	margin-top: 22px;
}

.gcvp-discovery-section {
	padding-block: 0 18px;
}

.gcvp-discovery-band {
	background: linear-gradient(180deg, rgba(248, 244, 255, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
	border: 1px solid rgba(37, 19, 83, 0.08);
	border-radius: 28px;
	box-shadow: 0 18px 38px rgba(37, 19, 83, 0.06);
	display: grid;
	gap: 16px;
	margin: 0 auto;
	max-width: 1120px;
	padding: 18px 18px 16px;
}

.gcvp-discovery-search {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(37, 19, 83, 0.12);
	border-radius: 22px;
	box-shadow: 0 18px 36px rgba(37, 19, 83, 0.08);
	display: flex;
	gap: 10px;
	margin: 0 auto;
	max-width: 680px;
	width: 100%;
	padding: 10px;
}

.gcvp-discovery-search input {
	border: 0;
	color: var(--ink);
	flex: 1;
	font: inherit;
	min-width: 0;
	padding: 12px 14px;
}

.gcvp-discovery-search input::placeholder {
	color: #727b8d;
}

.gcvp-discovery-search button {
	background: var(--navy);
	border: 0;
	border-radius: 14px;
	color: #fff;
	font: inherit;
	font-weight: 800;
	padding: 14px 18px;
	white-space: nowrap;
}

.gcvp-discovery-bubbles {
	display: flex;
	flex-wrap: nowrap;
	gap: clamp(7px, 0.8vw, 12px);
	justify-content: center;
	margin: 0 auto;
	max-width: 980px;
	width: 100%;
}

.gcvp-discovery-bubble {
	align-items: center;
	border: 1px solid rgba(37, 19, 83, 0.1);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(37, 19, 83, 0.08);
	color: var(--navy);
	display: inline-flex;
	font-size: clamp(0.76rem, 1vw, 0.9rem);
	font-weight: 700;
	gap: 8px;
	line-height: 1.2;
	min-height: 44px;
	padding: 11px clamp(11px, 1.15vw, 16px);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
	white-space: nowrap;
}

.gcvp-discovery-bubble:hover {
	border-color: rgba(37, 19, 83, 0.18);
	box-shadow: 0 14px 30px rgba(37, 19, 83, 0.12);
	transform: translateY(-2px);
}

.gcvp-bubble-christmas {
	background: linear-gradient(135deg, #f5f0ff 0%, #e8f0ff 100%);
}

.gcvp-bubble-easter {
	background: linear-gradient(135deg, #fff3ef 0%, #fffbe9 100%);
}

.gcvp-bubble-special {
	background: linear-gradient(135deg, #fef5ff 0%, #f3f2ff 100%);
}

.gcvp-bubble-children {
	background: linear-gradient(135deg, #eefaf5 0%, #f6fff1 100%);
}

.gcvp-bubble-youth {
	background: linear-gradient(135deg, #eef7ff 0%, #f3f6ff 100%);
}

.gcvp-bubble-series {
	background: linear-gradient(135deg, #fff5ef 0%, #fff8f5 100%);
}

.gcvp-bubble-accessibility {
	background: linear-gradient(135deg, #eefcf8 0%, #f6fcff 100%);
}

.gcvp-bubble-ar {
	background: linear-gradient(135deg, #f3f0ff 0%, #eef9ff 100%);
}

.gcvp-bubble-media {
	background: linear-gradient(135deg, #fff2f7 0%, #fff8ef 100%);
}

.gcvp-bubble-kits {
	background: linear-gradient(135deg, #f4fbff 0%, #f0fff6 100%);
}

.gcvp-bubble-books {
	background: linear-gradient(135deg, #fff6ef 0%, #fff2fb 100%);
}

.gcvp-resource-section {
	padding-top: 10px;
}

.gcvp-resource-band {
	background:
		radial-gradient(circle at top right, rgba(255, 197, 87, 0.24), transparent 28%),
		linear-gradient(180deg, #f7f4ff 0%, #fffaf2 100%);
	border: 1px solid rgba(37, 19, 83, 0.09);
	border-radius: 28px;
	box-shadow: 0 20px 50px rgba(44, 20, 86, 0.08);
	padding: 28px 26px 18px;
}

.gcvp-resource-head {
	align-items: end;
	gap: 18px;
}

.gcvp-resource-head p {
	color: var(--muted);
	font-size: 0.97rem;
	margin: 8px 0 0;
	max-width: 760px;
}

.gcvp-lead-magnet-section {
	padding-top: 12px;
}

.gcvp-lead-magnet {
	align-items: center;
	background:
		radial-gradient(circle at top right, rgba(255, 197, 87, 0.28), transparent 24%),
		linear-gradient(135deg, #231353 0%, #34206f 58%, #4f3192 100%);
	border-radius: 26px;
	box-shadow: 0 20px 50px rgba(35, 19, 83, 0.18);
	color: #fff;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	overflow: hidden;
	padding: 30px 32px;
	position: relative;
}

.gcvp-lead-magnet::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.gcvp-lead-magnet-copy,
.gcvp-lead-magnet-form {
	position: relative;
	z-index: 1;
}

.gcvp-lead-magnet-copy .gcvp-kicker {
	color: #ffcf68;
	margin-bottom: 10px;
}

.gcvp-lead-magnet-copy h2 {
	color: #fff;
	font-size: clamp(1.7rem, 2.8vw, 2.3rem);
	line-height: 1.1;
	margin: 0 0 12px;
	max-width: 680px;
}

.gcvp-lead-magnet-copy > p {
	color: rgba(255, 255, 255, 0.86);
	font-size: 1rem;
	margin: 0;
	max-width: 660px;
}

.gcvp-lead-magnet-points {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

.gcvp-lead-magnet-points li {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 700;
	gap: 9px;
}

.gcvp-lead-magnet-points li::before {
	background: #ffcf68;
	border-radius: 999px;
	color: #231353;
	content: "✓";
	display: inline-grid;
	font-size: 0.78rem;
	font-weight: 900;
	height: 22px;
	place-items: center;
	width: 22px;
}

.gcvp-lead-magnet-form {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	display: grid;
	gap: 12px;
	padding: 22px;
}

.gcvp-lead-magnet-form input {
	background: #fff;
	border: 0;
	border-radius: 14px;
	color: var(--ink);
	font: inherit;
	min-width: 0;
	padding: 15px 16px;
}

.gcvp-lead-magnet-form input::placeholder {
	color: #70778a;
}

.gcvp-lead-magnet-form button {
	background: #ff2f83;
	border: 0;
	border-radius: 14px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	padding: 15px 16px;
}

.gcvp-lead-magnet-form small {
	color: rgba(255, 255, 255, 0.74);
	display: block;
	font-size: 0.82rem;
	line-height: 1.4;
}

.gcvp-newsletter-hp {
	height: 1px !important;
	left: -9999px !important;
	opacity: 0 !important;
	position: absolute !important;
	top: auto !important;
	width: 1px !important;
}

.gcvp-newsletter-message {
	border-radius: 8px;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 10px 0 0;
	padding: 10px 12px;
}

.gcvp-newsletter-message-success {
	background: #e8f8ee;
	color: #176c35;
}

.gcvp-newsletter-message-error {
	background: #fff0f0;
	color: #9f2323;
}

.gcvp-trusted-section {
	padding-top: 24px;
}

.gcvp-trusted-by {
	padding: 4px 0 2px;
	text-align: left;
}

.gcvp-trusted-by .gcvp-kicker {
	margin-bottom: 8px;
}

.gcvp-trusted-by h2 {
	color: var(--ink);
	font-size: clamp(1.28rem, 2vw, 1.7rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 18px;
}

.gcvp-trusted-intro {
	color: var(--muted);
	font-size: 0.98rem;
	line-height: 1.6;
	margin: -6px 0 16px;
	max-width: 760px;
}

.gcvp-logo-marquee {
	--gcvp-logo-gap: 76px;
	mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
	overflow: hidden;
	padding: 10px 0;
	position: relative;
}

.gcvp-logo-track {
	animation: gcvp-logo-scroll 68s linear infinite;
	display: flex;
	gap: var(--gcvp-logo-gap);
	width: max-content;
	will-change: transform;
}

.gcvp-logo-marquee:hover .gcvp-logo-track,
.gcvp-logo-marquee:focus-within .gcvp-logo-track {
	animation-play-state: paused;
}

.gcvp-logo-group {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: var(--gcvp-logo-gap);
}

.gcvp-logo-item {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	height: auto;
	justify-content: center;
	padding: 0;
	transition: opacity 0.2s ease;
}

.gcvp-logo-item img {
	display: block;
	filter: grayscale(1);
	height: 60px;
	max-width: none;
	opacity: 0.72;
	transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
	width: auto;
}

.gcvp-logo-item--church-of-scotland img,
.gcvp-logo-item--video-bible-talks img {
	height: 30px;
}

.gcvp-logo-item--plungepool img,
.gcvp-logo-item--faith-in-kids img,
.gcvp-logo-item--urban-saints img,
.gcvp-logo-item--speak-life img {
	height: 48px;
}

.gcvp-logo-item--plungepool img {
	height: 30px;
}

.gcvp-logo-item:hover img,
.gcvp-logo-item:focus-within img {
	filter: none;
	opacity: 1;
	transform: scale(1.01);
}

@keyframes gcvp-logo-scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-50% - (var(--gcvp-logo-gap) / 2)));
	}
}

.gcvp-home .gcvp-section-head h2 {
	color: var(--ink);
	font-size: clamp(1.28rem, 2vw, 1.7rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
}

.gcvp-resource-head h2,
.gcvp-lead-magnet-copy h2 {
	font-size: clamp(1.28rem, 2vw, 1.7rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
}

.gcvp-home .gcvp-section-head a {
	color: var(--ink);
	font-size: 0.9rem;
}

.gcvp-category-grid,
.gcvp-benefit-grid,
.gcvp-testimonial-grid {
	display: grid;
	gap: 18px;
}

.gcvp-feature-carousel {
	align-items: start;
	display: grid;
	gap: 16px;
	grid-template-columns: 46px minmax(0, 1fr) 46px;
	margin-inline: -10px;
}

.gcvp-feature-window {
	overflow: hidden;
	padding: 4px 0 26px;
	position: relative;
	z-index: 1;
}

.gcvp-feature-strip {
	display: flex;
	gap: 22px;
	transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.gcvp-feature-arrow {
	align-items: center;
	background: #fff4fa !important;
	border: 1px solid rgba(238, 47, 131, 0.22) !important;
	border-radius: 999px !important;
	box-shadow: 0 12px 26px rgba(37, 19, 83, 0.12);
	color: var(--coral) !important;
	cursor: pointer;
	display: flex;
	font-size: 1.75rem;
	font-weight: 800;
	height: 46px;
	justify-content: center;
	line-height: 1;
	margin-top: 92px;
	padding: 0 !important;
	position: relative;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
	width: 46px;
	z-index: 5;
}

.gcvp-feature-arrow:hover {
	background: var(--coral) !important;
	border-color: var(--coral) !important;
	box-shadow: 0 16px 32px rgba(238, 47, 131, 0.24);
	color: #fff !important;
	transform: translateY(-2px);
}

.gcvp-feature-arrow:disabled {
	background: #f8f3fb !important;
	border-color: rgba(37, 19, 83, 0.08) !important;
	color: rgba(37, 19, 83, 0.3) !important;
	cursor: default;
	opacity: 1;
	transform: none;
}

.gcvp-feature-prev {
	grid-column: 1;
}

.gcvp-feature-next {
	grid-column: 3;
}

.gcvp-home-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 24px;
	box-shadow: 0 10px 28px rgba(44, 20, 86, 0.09);
	display: grid;
	flex: 0 0 calc((100% - 66px) / 4);
	grid-template-rows: auto 1fr;
	overflow: hidden;
	position: relative;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	z-index: 1;
}

.gcvp-home-card-media {
	aspect-ratio: 1.55;
	display: block;
	overflow: hidden;
	position: relative;
}

.gcvp-home-card::after {
	display: none;
}

.gcvp-home-card:hover {
	box-shadow: 0 18px 45px rgba(44, 20, 86, 0.14);
	transform: translateY(-4px);
}

.gcvp-home-card img {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.gcvp-home-preview {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.28s ease;
	width: 100%;
	z-index: 1;
}

.gcvp-badge {
	background: var(--coral);
	border-radius: 999px;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 800;
	padding: 5px 9px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}

.gcvp-home-card-copy {
	color: var(--ink);
	display: grid;
	gap: 7px;
	line-height: 1.18;
	padding: 18px;
	position: static;
}

.gcvp-home-card-copy strong {
	font-size: 1.18rem;
	line-height: 1.15;
}

.gcvp-home-card-copy small {
	color: var(--muted);
	display: -webkit-box;
	font-size: 0.9rem;
	line-height: 1.45;
	min-height: calc(1.45em * 2);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}

.gcvp-home-card .gcvp-home-play {
	top: 50%;
	z-index: 3;
}

.gcvp-home-card-copy {
	position: relative;
	z-index: 3;
}

.gcvp-home-card-preview.is-previewing .gcvp-home-preview {
	opacity: 1;
}

.gcvp-home-card-preview.is-previewing .gcvp-home-play,
.gcvp-home-card-preview.is-previewing .gcvp-badge {
	opacity: 0.92;
}

.gcvp-resource-carousel {
	margin-inline: -6px;
}

.gcvp-resource-carousel .gcvp-feature-window {
	padding-bottom: 20px;
}

.gcvp-resource-carousel .gcvp-feature-arrow {
	margin-top: 110px;
}

.gcvp-resource-card {
	background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
	border-color: rgba(37, 19, 83, 0.1);
	box-shadow: 0 16px 36px rgba(44, 20, 86, 0.09);
	flex-basis: calc((100% - 44px) / 3);
}

.gcvp-resource-card:hover {
	box-shadow: 0 22px 48px rgba(44, 20, 86, 0.14);
}

.gcvp-resource-card-media {
	aspect-ratio: 1.34;
	background: #efe7ff;
}

.gcvp-resource-badge {
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(37, 19, 83, 0.09);
	border-radius: 999px;
	color: var(--navy);
	font-size: 0.72rem;
	font-weight: 800;
	left: 14px;
	padding: 7px 11px;
	position: absolute;
	top: 14px;
	z-index: 2;
}

.gcvp-resource-mark {
	align-items: center;
	background: linear-gradient(135deg, #ff7f63 0%, #ee2f83 100%);
	border-radius: 14px;
	box-shadow: 0 12px 24px rgba(238, 47, 131, 0.24);
	color: #fff;
	display: inline-flex;
	font-size: 0.7rem;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	letter-spacing: 0.04em;
	min-width: 38px;
	padding: 0 10px;
	position: absolute;
	right: 14px;
	top: 14px;
	z-index: 2;
}

.gcvp-resource-card-copy {
	gap: 10px;
	padding-bottom: 20px;
}

.gcvp-resource-card-copy strong {
	font-size: 1.22rem;
	line-height: 1.18;
}

.gcvp-resource-card-copy small {
	-webkit-line-clamp: 3;
	line-clamp: 3;
	min-height: calc(1.45em * 3);
}

.gcvp-resource-card-copy em {
	color: var(--navy);
	font-size: 0.84rem;
	font-style: normal;
	font-weight: 800;
	margin-top: 4px;
}

.gcvp-category-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gcvp-category-card {
	align-items: stretch;
	background: #fff;
	border: 1px solid rgba(37, 19, 83, 0.2);
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(37, 19, 83, 0.08);
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(95px, 1.05fr);
	min-height: 132px;
	overflow: hidden;
	position: relative;
}

.gcvp-category-card::after {
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.96) 46%, rgba(255, 255, 255, 0) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.gcvp-category-card span {
	align-self: center;
	display: grid;
	gap: 4px;
	padding: 18px 12px 18px 16px;
	position: relative;
	z-index: 2;
}

.gcvp-category-card span::before {
	background: var(--blue);
	border-radius: 4px;
	color: #fff;
	content: "+";
	display: grid;
	font-size: 1.25rem;
	font-weight: 800;
	height: 26px;
	margin-bottom: 6px;
	place-items: center;
	width: 26px;
}

.gcvp-category-card strong {
	color: var(--ink);
	font-size: 0.96rem;
	line-height: 1.08;
}

.gcvp-category-card small {
	color: var(--muted);
	font-size: 0.78rem;
	line-height: 1.25;
}

.gcvp-category-card img {
	aspect-ratio: 1 / 1;
	height: 100%;
	object-fit: cover;
	object-position: right center;
	transform: scale(1.75);
	transform-origin: right center;
	width: 100%;
}

.gcvp-category-card b {
	background: #fff;
	border-radius: 999px;
	bottom: 14px;
	box-shadow: 0 8px 16px rgba(37, 19, 83, 0.16);
	color: var(--coral);
	display: grid;
	font-size: 1.7rem;
	height: 32px;
	place-items: center;
	position: absolute;
	right: 14px;
	width: 32px;
	z-index: 3;
}

.gcvp-church-banner {
	align-items: center;
	background: linear-gradient(115deg, transparent 0 27%, var(--navy) 27% 88%, var(--gold) 88% 100%);
	border-radius: 8px;
	color: #fff;
	display: grid;
	gap: 28px;
	grid-template-columns: 330px minmax(0, 1fr) 300px;
	margin-block: 26px 10px;
	overflow: hidden;
	padding: 0;
}

.gcvp-church-banner > img {
	aspect-ratio: 4 / 3;
	height: 100%;
	min-height: 166px;
	object-fit: cover;
	width: 100%;
}

.gcvp-church-banner > div {
	padding-block: 24px;
}

.gcvp-church-banner .gcvp-kicker {
	color: #fff;
	font-size: 1.35rem;
	letter-spacing: 0;
	margin-bottom: 7px;
	text-transform: none;
}

.gcvp-church-banner h2 {
	color: rgba(255, 255, 255, 0.94);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	margin: 0 0 14px;
}

.gcvp-church-banner ul {
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 20px 28px 20px 30px;
}

.gcvp-church-banner li {
	display: grid;
	font-size: 0.86rem;
	gap: 2px;
	line-height: 1.2;
}

.gcvp-church-banner li span {
	color: rgba(255, 255, 255, 0.88);
}

.gcvp-benefit-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gcvp-benefit-grid > div {
	align-items: center;
	display: grid;
	gap: 7px 18px;
	grid-template-columns: 70px minmax(0, 1fr);
}

.gcvp-benefit-grid span {
	align-self: start;
	background: #fff7e5;
	border-radius: 9px;
	display: grid;
	height: 70px;
	place-items: center;
	width: 70px;
}

.gcvp-benefit-icon {
	background: transparent !important;
	overflow: hidden;
}

.gcvp-benefit-icon img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gcvp-benefit-icon svg {
	display: block;
	fill: none;
	height: 34px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
	width: 34px;
}

.gcvp-benefit-shield {
	color: #f2b11b;
}

.gcvp-benefit-users {
	background: #f7efff !important;
	color: #6b3bd8;
}

.gcvp-benefit-heart {
	background: #fff1f7 !important;
	color: #ee2f83;
}

.gcvp-benefit-star {
	color: #f2b11b;
}

.gcvp-benefit-grid strong {
	color: var(--ink);
	font-size: 0.95rem;
}

.gcvp-benefit-grid p {
	color: var(--muted);
	font-size: 0.8rem;
	grid-column: 2;
	line-height: 1.35;
	margin: -8px 0 0;
}

.gcvp-testimonial-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-bottom: 12px;
}

.gcvp-testimonial-grid figure {
	align-items: center;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: 0 8px 18px rgba(37, 19, 83, 0.06);
	margin: 0;
	padding: 18px;
}

.gcvp-testimonial-grid img {
	aspect-ratio: 1 / 1;
	border-radius: 999px;
	height: 74px;
	object-fit: cover;
	width: 74px;
}

.gcvp-testimonial-grid b {
	color: var(--gold);
	letter-spacing: 0.08em;
}

.gcvp-testimonial-grid p {
	color: var(--muted);
	font-size: 0.82rem;
	font-style: italic;
	line-height: 1.4;
	margin: 4px 0 8px;
}

.gcvp-testimonial-grid span {
	color: var(--ink);
	font-size: 0.82rem;
	font-weight: 700;
}

.gcvp-home .gcvp-footer,
.gcvp-product .gcvp-footer,
.gcvp-campaign .gcvp-footer,
.gcvp-search-page .gcvp-footer,
.gcvp-content-submission .gcvp-footer {
	align-items: start;
	background: var(--navy);
	border: 0;
	color: #fff;
	display: grid;
	gap: 34px;
	grid-template-columns: 1.35fr 0.7fr 0.8fr 1.2fr;
	margin-top: 20px;
	max-width: none;
	padding: 34px max(clamp(18px, 4vw, 56px), calc((100vw - var(--gcvp-max)) / 2 + 56px));
}

.gcvp-footer strong {
	display: block;
	font-size: 1.75rem;
	line-height: 0.88;
}

.gcvp-footer-logo {
	display: inline-block;
	width: fit-content;
}

.gcvp-footer-logo img {
	display: block;
	height: 58px;
	max-width: 220px;
	object-fit: contain;
	width: auto;
}

.gcvp-footer h3 {
	color: #fff;
	font-size: 0.92rem;
	margin: 0 0 12px;
}

.gcvp-home .gcvp-footer p,
.gcvp-product .gcvp-footer p,
.gcvp-campaign .gcvp-footer p,
.gcvp-search-page .gcvp-footer p,
.gcvp-content-submission .gcvp-footer p {
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.86rem;
	line-height: 1.45;
	margin: 12px 0;
	max-width: 300px;
}

.gcvp-home .gcvp-footer a,
.gcvp-product .gcvp-footer a,
.gcvp-campaign .gcvp-footer a,
.gcvp-search-page .gcvp-footer a,
.gcvp-content-submission .gcvp-footer a {
	color: rgba(255, 255, 255, 0.9);
	display: block;
	font-size: 0.86rem;
	font-weight: 600;
	margin: 8px 0;
}

.gcvp-home .gcvp-footer .gcvp-newsletter-message,
.gcvp-product .gcvp-footer .gcvp-newsletter-message,
.gcvp-campaign .gcvp-footer .gcvp-newsletter-message,
.gcvp-search-page .gcvp-footer .gcvp-newsletter-message,
.gcvp-content-submission .gcvp-footer .gcvp-newsletter-message {
	margin: 10px 0 14px;
	max-width: 300px;
}

.gcvp-home .gcvp-footer .gcvp-newsletter-message-success,
.gcvp-product .gcvp-footer .gcvp-newsletter-message-success,
.gcvp-campaign .gcvp-footer .gcvp-newsletter-message-success,
.gcvp-search-page .gcvp-footer .gcvp-newsletter-message-success,
.gcvp-content-submission .gcvp-footer .gcvp-newsletter-message-success {
	background: #e8f8ee;
	color: #176c35;
}

.gcvp-home .gcvp-footer .gcvp-newsletter-message-error,
.gcvp-product .gcvp-footer .gcvp-newsletter-message-error,
.gcvp-campaign .gcvp-footer .gcvp-newsletter-message-error,
.gcvp-search-page .gcvp-footer .gcvp-newsletter-message-error,
.gcvp-content-submission .gcvp-footer .gcvp-newsletter-message-error {
	background: #fff0f0;
	color: #9f2323;
}

.gcvp-socials {
	display: flex;
	gap: 10px;
}

.gcvp-socials a {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 999px;
	color: var(--navy);
	display: grid;
	height: 25px;
	place-items: center;
	text-decoration: none;
	width: 25px;
}

.gcvp-socials svg {
	display: block;
	height: 14px;
	width: 14px;
}

.gcvp-footer-form div {
	display: flex;
	margin-top: 14px;
}

.gcvp-footer-form input {
	border: 0;
	border-radius: 6px 0 0 6px;
	color: var(--ink);
	font: inherit;
	font-size: 0.86rem;
	min-width: 0;
	padding: 12px 14px;
	width: 100%;
}

.gcvp-footer-form button {
	background: var(--coral);
	border: 0;
	border-radius: 0 6px 6px 0;
	color: #fff;
	font: inherit;
	font-size: 0.86rem;
	font-weight: 800;
	padding: 12px 16px;
}

.gcvp-product-refresh {
	--navy: #10103b;
	--blue: #6828cd;
	--coral: #6828cd;
}

.gcvp-shell.gcvp-product-refresh .gcvp-nav-shell,
.gcvp-shell.gcvp-product-refresh .gcvp-nav-shell .gcvp-nav,
.gcvp-shell.gcvp-product-refresh .gcvp-mobile-topbar {
	background: #10103b !important;
}

.gcvp-shell.gcvp-product-refresh .gcvp-nav-shell .gcvp-nav,
.gcvp-shell.gcvp-product-refresh .gcvp-mobile-topbar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
	box-shadow: 0 10px 22px rgba(4, 4, 25, 0.24);
}

.gcvp-product-refresh .gcvp-product-stage {
	background:
		linear-gradient(90deg, rgba(16, 16, 59, 0.62) 0%, rgba(16, 16, 59, 0.36) 48%, rgba(16, 16, 59, 0.58) 100%),
		url("backgrounds/forever-perfect-dark-hero-1600.jpg") center / cover no-repeat;
}

@media (max-width: 860px) {
	.gcvp-product-refresh .gcvp-product-stage {
		background:
			linear-gradient(180deg, rgba(16, 16, 59, 0.58) 0%, rgba(16, 16, 59, 0.34) 45%, rgba(16, 16, 59, 0.56) 100%),
			url("backgrounds/product-page-hero-background-mobile.jpg") center top / cover no-repeat;
	}
}

.gcvp-product-refresh .gcvp-price {
	color: #6828cd;
}

.gcvp-product-refresh .gcvp-purchase .edd-submit,
.gcvp-product-refresh .gcvp-purchase .edd-submit:visited,
.gcvp-product-refresh .gcvp-purchase input.edd-submit,
.gcvp-product-refresh .gcvp-purchase a.edd-submit {
	background: #6828cd !important;
	color: #fff !important;
}

.gcvp-product-refresh .gcvp-purchase .edd-submit:hover,
.gcvp-product-refresh .gcvp-purchase .edd-submit:focus-visible {
	background: #5a20bb !important;
	color: #fff !important;
}

.gcvp-product-refresh .gcvp-product-pills a:hover,
.gcvp-product-refresh .gcvp-product-pills a:focus-visible {
	background: rgba(104, 40, 205, 0.32);
	border-color: #6828cd;
}

.gcvp-product-refresh .gcvp-footer {
	background: #1b1a51;
}

.gcvp-search-page {
	background:
		radial-gradient(circle at 8% 12%, rgba(238, 47, 131, 0.16), transparent 28rem),
		radial-gradient(circle at 88% 6%, rgba(107, 59, 216, 0.15), transparent 30rem),
		linear-gradient(180deg, #ffffff 0, #fcfbff 72%, #f7f4fd 100%);
	overflow: hidden;
}

.gcvp-search-hero {
	margin: 0 auto;
	max-width: 1180px;
	padding: 72px 24px 36px;
	position: relative;
}

.gcvp-search-hero h1 {
	color: var(--navy);
	font-size: clamp(2.6rem, 5.8vw, 5.7rem);
	letter-spacing: -0.08em;
	line-height: 0.86;
	margin: 10px 0 18px;
	max-width: 940px;
}

.gcvp-search-hero .gcvp-lead {
	max-width: 650px;
}

.gcvp-search-hero-form {
	background: #fff;
	border: 1px solid rgba(37, 19, 83, 0.13);
	border-radius: 24px;
	box-shadow: var(--shadow);
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: 30px;
	max-width: 860px;
	padding: 8px;
}

.gcvp-search-hero-form input {
	background: transparent;
	border: 0;
	color: var(--ink);
	font: inherit;
	font-size: 1.05rem;
	min-width: 0;
	padding: 16px 20px;
}

.gcvp-search-hero-form input:focus {
	outline: 0;
}

.gcvp-search-hero-form button,
.gcvp-search-panel .gcvp-button {
	background: var(--blue);
	border: 0;
	border-radius: 14px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 900;
	padding: 14px 24px;
}

.gcvp-search-hero-form.is-updating input,
.gcvp-search-hero-form.is-updating button {
	opacity: 0.52;
	pointer-events: none;
}

.gcvp-search-panel.is-enhanced .gcvp-button {
	display: none;
}

.gcvp-mobile-filter-toggle,
.gcvp-mobile-filter-backdrop,
.gcvp-mobile-filter-close {
	display: none;
}

.gcvp-search-panel.is-updating {
	position: relative;
}

.gcvp-search-panel.is-updating .gcvp-search-filter,
.gcvp-search-panel.is-updating .gcvp-search-panel-head,
.gcvp-search-panel.is-updating .gcvp-button {
	opacity: 0.46;
}

.gcvp-search-panel.is-updating select,
.gcvp-search-panel.is-updating button {
	pointer-events: none;
}

.gcvp-search-loading {
	align-items: center;
	background: linear-gradient(135deg, var(--navy), #3d257d);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	box-shadow: 0 24px 58px rgba(37, 19, 83, 0.28);
	color: #fff;
	display: flex;
	gap: 12px;
	left: 50%;
	margin: 0;
	padding: 15px 20px;
	position: fixed;
	top: 84px;
	transform: translateX(-50%);
	z-index: 1000;
}

.gcvp-search-loading[hidden] {
	display: none;
}

.gcvp-search-loading span {
	animation: gcvp-search-spin 0.78s linear infinite;
	border: 3px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	border-top-color: var(--gold);
	display: inline-block;
	flex: 0 0 auto;
	height: 24px;
	width: 24px;
}

.gcvp-search-loading strong {
	font-size: 0.92rem;
	font-weight: 900;
}

@keyframes gcvp-search-spin {
	to {
		transform: rotate(360deg);
	}
}

.gcvp-search-layout {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: 320px minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1180px;
	padding: 20px 24px 86px;
}

.gcvp-search-panel {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--line);
	border-radius: 28px;
	box-shadow: var(--shadow);
	display: grid;
	gap: 18px;
	padding: 22px;
	position: sticky;
	top: 92px;
}

.gcvp-search-panel-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.gcvp-search-panel-head div {
	align-items: center;
	display: flex;
	gap: 12px;
}

.gcvp-search-panel h2 {
	color: var(--navy);
	font-size: 1.5rem;
	letter-spacing: -0.04em;
	margin: 0;
}

.gcvp-search-panel-head a {
	color: var(--muted);
	font-size: 0.85rem;
	font-weight: 800;
	text-decoration: none;
}

.gcvp-search-filter {
	display: grid;
	gap: 8px;
	position: relative;
}

.gcvp-search-filter span {
	color: var(--navy);
	font-size: 0.85rem;
	font-weight: 900;
	text-transform: uppercase;
}

.gcvp-search-filter select {
	appearance: none;
	-webkit-appearance: none;
	background: #fff;
	background-image:
		linear-gradient(45deg, transparent 50%, var(--navy) 50%),
		linear-gradient(135deg, var(--navy) 50%, transparent 50%);
	background-position:
		calc(100% - 24px) 50%,
		calc(100% - 16px) 50%;
	background-repeat: no-repeat;
	background-size:
		8px 8px,
		8px 8px;
	border: 1px solid var(--line);
	border-radius: 14px;
	color: var(--ink);
	font: inherit;
	padding: 12px 52px 12px 12px;
	width: 100%;
}

.gcvp-search-results-head {
	align-items: end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.gcvp-search-results-head h2 {
	color: var(--navy);
	font-size: clamp(1.9rem, 3vw, 3rem);
	letter-spacing: -0.06em;
	line-height: 0.95;
	margin: 4px 0 0;
}

.gcvp-search-results-head > p {
	color: var(--muted);
	font-size: 0.92rem;
	margin: 0;
	max-width: 320px;
}

.gcvp-search-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.gcvp-search-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 22px;
	box-shadow: 0 16px 34px rgba(37, 19, 83, 0.12);
	color: inherit;
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.gcvp-search-card:hover {
	box-shadow: 0 24px 52px rgba(37, 19, 83, 0.18);
	transform: translateY(-4px);
}

.gcvp-search-card-media {
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, rgba(107, 59, 216, 0.18), rgba(255, 189, 8, 0.38));
	display: block;
	line-height: 0;
	overflow: hidden;
	position: relative;
}

.gcvp-search-card-media img {
	display: block;
	height: 100%;
	object-fit: contain;
	object-position: center;
	vertical-align: top;
	width: 100%;
}

.gcvp-search-card-body {
	display: grid;
	grid-template-rows: auto auto;
	gap: 14px;
	align-content: start;
	padding: 18px;
}

.gcvp-search-card strong {
	color: var(--navy);
	display: -webkit-box;
	font-size: 1.2rem;
	letter-spacing: -0.03em;
	line-height: 1.05;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.gcvp-search-card-excerpt {
	color: var(--muted);
	display: -webkit-box;
	font-size: 0.92rem;
	line-height: 1.45;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.gcvp-search-empty {
	background: #fff;
	border: 1px dashed rgba(18, 34, 54, 0.22);
	border-radius: 28px;
	padding: 36px;
}

.gcvp-search-empty h3 {
	color: var(--navy);
	font-size: 1.7rem;
	margin: 0 0 10px;
}

.gcvp-search-empty p {
	color: var(--muted);
	margin: 0;
}

.gcvp-search-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 34px;
}

.gcvp-search-pagination a,
.gcvp-search-pagination span {
	align-items: center;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--navy);
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 900;
	justify-content: center;
	min-height: 40px;
	min-width: 40px;
	padding: 9px 14px;
	text-decoration: none;
}

.gcvp-search-pagination a:hover,
.gcvp-search-pagination a:focus-visible,
.gcvp-search-pagination .is-current {
	background: var(--blue);
	border-color: var(--blue);
	color: #fff;
}

.gcvp-content-submission {
	background:
		linear-gradient(180deg, #f7f9ff 0%, #ffffff 34%, #fff8eb 78%, #ffffff 100%);
}

.gcvp-submit-hero,
.gcvp-submit-intro,
.gcvp-submit-fit,
.gcvp-submit-contact {
	margin-inline: auto;
	max-width: var(--gcvp-max);
	padding-inline: clamp(18px, 4vw, 56px);
}

.gcvp-submit-hero {
	align-items: center;
	display: grid;
	gap: clamp(26px, 5vw, 68px);
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
	padding-block: clamp(56px, 8vw, 110px) clamp(32px, 5vw, 72px);
}

.gcvp-submit-hero h1 {
	color: var(--navy);
	font-size: clamp(2.6rem, 6.3vw, 5.8rem);
	letter-spacing: -0.055em;
	line-height: 0.98;
	margin: 0 0 24px;
	max-width: 940px;
}

.gcvp-submit-hero h1 > span {
	display: inline;
}

.gcvp-submit-rotator {
	color: #6b7ee8;
	display: inline-grid !important;
	min-width: 6.8ch;
	position: relative;
	vertical-align: baseline;
}

.gcvp-submit-rotator b {
	animation: gcvp-submit-word 15s infinite;
	grid-area: 1 / 1;
	letter-spacing: inherit;
	opacity: 0;
	white-space: nowrap;
}

.gcvp-submit-rotator b:nth-child(2) {
	animation-delay: 2.5s;
}

.gcvp-submit-rotator b:nth-child(3) {
	animation-delay: 5s;
}

.gcvp-submit-rotator b:nth-child(4) {
	animation-delay: 7.5s;
}

.gcvp-submit-rotator b:nth-child(5) {
	animation-delay: 10s;
}

.gcvp-submit-rotator b:nth-child(6) {
	animation-delay: 12.5s;
}

@keyframes gcvp-submit-word {
	0%,
	15.8% {
		opacity: 1;
		transform: translateY(0);
	}

	16.6%,
	100% {
		opacity: 0;
		transform: translateY(-0.16em);
	}
}

.gcvp-submit-hero .gcvp-lead {
	color: #2d3650;
	font-size: clamp(1.24rem, 2vw, 1.65rem);
	font-weight: 700;
	margin-bottom: 28px;
}

.gcvp-submit-hero-media {
	background: linear-gradient(135deg, #ffffff 0%, #ecf2ff 100%);
	border: 1px solid rgba(37, 19, 83, 0.08);
	border-radius: 28px;
	box-shadow: 0 28px 70px rgba(37, 19, 83, 0.12);
	padding: clamp(18px, 2.6vw, 34px);
}

.gcvp-submit-hero-media img,
.gcvp-submit-device img {
	display: block;
	height: auto;
	width: 100%;
}

.gcvp-submit-intro {
	display: grid;
	gap: clamp(22px, 4vw, 44px);
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	padding-block: 0 clamp(40px, 6vw, 84px);
}

.gcvp-submit-highlight,
.gcvp-submit-panel,
.gcvp-submit-contact {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(37, 19, 83, 0.1);
	border-radius: 24px;
	box-shadow: 0 20px 55px rgba(37, 19, 83, 0.08);
}

.gcvp-submit-highlight {
	background: #e7edff;
	display: grid;
	gap: 16px;
	padding: clamp(22px, 3vw, 34px);
}

.gcvp-submit-highlight p,
.gcvp-submit-copy p,
.gcvp-submit-panel p,
.gcvp-submit-panel li,
.gcvp-submit-contact p {
	color: #303a53;
	font-size: clamp(1rem, 1.4vw, 1.12rem);
	line-height: 1.68;
	margin: 0;
}

.gcvp-submit-copy {
	align-self: center;
	display: grid;
	gap: 18px;
}

.gcvp-submit-copy strong,
.gcvp-submit-highlight strong {
	color: #111827;
}

.gcvp-submit-fit {
	align-items: center;
	display: grid;
	gap: clamp(26px, 5vw, 64px);
	grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1fr);
	padding-block: 0 clamp(42px, 6vw, 90px);
}

.gcvp-submit-device {
	align-self: stretch;
	display: grid;
	place-items: center;
}

.gcvp-submit-panel {
	display: grid;
	gap: 24px;
	padding: clamp(24px, 3.4vw, 44px);
}

.gcvp-submit-panel h2,
.gcvp-submit-contact h2 {
	color: var(--navy);
	font-size: clamp(1.9rem, 3.6vw, 3.4rem);
	letter-spacing: -0.045em;
	line-height: 1.02;
	margin: 0;
}

.gcvp-submit-category-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcvp-submit-category-grid > div,
.gcvp-submit-ideas {
	background: #f7f9ff;
	border: 1px solid rgba(37, 19, 83, 0.08);
	border-radius: 18px;
	display: grid;
	gap: 10px;
	padding: 18px;
}

.gcvp-submit-panel h3 {
	color: var(--navy);
	font-size: 1.08rem;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0;
}

.gcvp-submit-ideas ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gcvp-submit-ideas li {
	background: #fff;
	border: 1px solid rgba(37, 19, 83, 0.1);
	border-radius: 999px;
	color: var(--navy);
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1.2;
	padding: 9px 13px;
}

.gcvp-submit-contact {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: clamp(42px, 6vw, 84px);
	padding-block: clamp(26px, 4vw, 44px);
}

.gcvp-submit-contact p {
	margin-top: 14px;
	max-width: 760px;
}

.gcvp-submit-email {
	background: var(--gold);
	border-radius: 14px;
	color: var(--navy) !important;
	display: inline-flex;
	font-size: clamp(1rem, 1.5vw, 1.18rem);
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	padding: 16px 20px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.gcveg-page {
	--gcveg-purple: #342864;
	--gcveg-soft: #e8ecfc;
	--gcveg-text: #151722;
	--gcveg-muted: #262b39;
	background: #fff;
	color: var(--gcveg-text);
	font-family: Poppins, Lexend, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.5;
	overflow: hidden;
}

.gcveg-page * {
	box-sizing: border-box;
}

.gcveg-page .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}

.gcveg-page a {
	text-decoration: none;
}

.gcveg-topbar {
	align-items: center;
	background: var(--gcveg-purple);
	color: #fff;
	display: flex;
	gap: 22px;
	height: 50px;
	justify-content: center;
	padding: 7px 16px;
}

.gcveg-brand {
	color: #fff !important;
	font-size: 1rem;
	font-weight: 800;
}

.gcveg-topbar nav {
	display: flex;
	gap: 28px;
}

.gcveg-topbar nav a {
	color: #fff !important;
	font-size: 0.92rem;
	font-weight: 700;
}

.gcveg-search {
	display: flex;
	margin-left: auto;
	max-width: 300px;
	width: 23vw;
}

.gcveg-search input {
	border: 0;
	border-radius: 2px 0 0 2px;
	font: inherit;
	height: 32px;
	min-width: 0;
	padding: 4px 8px;
	width: 100%;
}

.gcveg-search button {
	background: #6d7484;
	border: 0;
	border-radius: 0 3px 3px 0;
	color: #fff;
	font: inherit;
	font-size: 1rem;
	font-weight: 800;
	height: 32px;
	width: 34px;
}

.gcveg-icon {
	color: #fff !important;
	font-size: 0.92rem;
	font-weight: 800;
}

.gcveg-hero-banner {
	align-items: center;
	background-image: url("/wp-content/uploads/2026/02/Easter-Tomb-Background-1.jpg");
	background-position: center center;
	background-size: cover;
	display: flex;
	height: 259px;
	justify-content: center;
	position: relative;
}

@media (min-width: 861px) {
	.gcveg-hero-banner {
		margin-top: 58px;
	}
}

.gcveg-hero-banner::after {
	background: rgba(255, 255, 255, 0.2);
	content: "";
	inset: 0;
	position: absolute;
}

.gcveg-hero-banner h1 {
	color: #6a279b;
	font-size: 60px;
	font-weight: 400;
	letter-spacing: -3px;
	line-height: 1.3;
	margin: 0;
	position: relative;
	text-shadow: 5px 7px 13px #898989;
	z-index: 1;
}

.gcveg-wrap {
	margin-inline: auto;
	max-width: 1140px;
	padding-inline: 15px;
}

.gcveg-hero {
	background: #fff;
	padding: 30px 0;
}

.gcveg-hero-grid {
	align-items: center;
	display: grid;
	gap: 52px;
	grid-template-columns: 1.45fr 0.75fr;
}

.gcveg-product-image {
	display: block;
	height: auto;
	margin-inline: auto;
	max-width: 640px;
	width: 100%;
}

.gcveg-hero-copy {
	color: #0c0000;
	font-size: 1.063rem;
	line-height: 1.5;
	max-width: 360px;
}

.gcveg-hero-copy p {
	margin: 0 0 18px;
}

.gcveg-button {
	background: var(--gcveg-purple);
	border-radius: 5px;
	color: #fff !important;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1.2;
	margin-top: 18px;
	min-width: 200px;
	padding: 13px 36px;
	text-align: center;
}

.gcveg-main {
	background: var(--gcveg-soft);
	padding: 40px 0 56px;
}

.gcveg-two-col {
	display: grid;
	gap: 44px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcveg-intro {
	align-items: start;
	margin-bottom: 34px;
}

.gcveg-page h2 {
	color: #000;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: -0.3px;
	line-height: 1.1;
	margin: 0 0 26px;
	text-align: center;
}

.gcveg-page h3 {
	color: #000;
	font-size: 1.18rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 22px 0 8px;
}

.gcveg-page .gcvp-footer h3 {
	color: #fff;
	font-size: 0.92rem;
	line-height: 1.2;
	margin: 0 0 12px;
	text-align: left;
}

.gcveg-page .gcvp-socials a {
	color: var(--navy);
}

.gcveg-page p,
.gcveg-page li {
	color: #1b1d27;
	font-size: 0.98rem;
	line-height: 1.48;
}

.gcveg-page p {
	margin: 0 0 18px;
}

.gcveg-page ul {
	margin: 0;
	padding-left: 18px;
}

.gcveg-page li + li {
	margin-top: 18px;
}

.gcveg-steps li + li {
	margin-top: 24px;
}

.gcveg-card-grid {
	align-items: start;
	display: grid;
	gap: 44px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcveg-card {
	background: #fff;
	border-radius: 30px;
	padding: 24px 24px 28px;
}

.gcveg-card h2 {
	margin-bottom: 8px;
	text-align: left;
}

.gcveg-card img {
	display: block;
	height: auto;
	margin: 22px auto;
	max-width: 100%;
}

.gcveg-cutouts {
	width: 78%;
}

.gcveg-carousel {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 28px minmax(0, 1fr) 28px;
	margin-top: 18px;
}

.gcveg-carousel-frame {
	align-items: center;
	display: flex;
	min-width: 0;
}

.gcveg-carousel-frame img {
	display: none;
	margin: 0 auto;
	width: 100%;
}

.gcveg-carousel-frame img.is-active {
	display: block;
}

.gcveg-carousel-tall {
	margin-top: 34px;
}

.gcveg-arrow {
	background: transparent;
	border: 0;
	color: var(--gcveg-purple);
	cursor: pointer;
	font-size: 64px;
	font-weight: 400;
	line-height: 1;
	padding: 0;
	text-align: center;
	transition: color 0.18s ease, transform 0.18s ease;
}

.gcveg-arrow:hover,
.gcveg-arrow:focus-visible {
	color: #6a279b;
	outline: none;
	transform: scale(1.06);
}

.gcveg-dots {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
	margin: 18px 0 14px;
}

.gcveg-dots button {
	background: var(--gcveg-purple);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	display: block;
	height: 10px;
	padding: 0;
	width: 10px;
}

.gcveg-dots button.is-active {
	background: #d9d6df;
}

.gcveg-button-center {
	display: flex;
	margin: 24px auto 0;
	width: fit-content;
}

.gcveg-bottom-cards {
	align-items: start;
	margin-top: 40px;
}

.gcveg-note {
	padding: 0 24px;
}

.gcveg-note h2,
.gcveg-audience h2,
.gcveg-faq h2,
.gcveg-trail h2 {
	text-align: left;
}

.gcveg-audience {
	padding: 28px 22px;
}

.gcveg-white {
	background: #fff;
	padding: 56px 0 72px;
}

.gcveg-faq li {
	margin-top: 14px;
}

.gcveg-trail img {
	display: block;
	height: auto;
	margin: 26px auto 0;
	max-width: 100%;
	width: 640px;
}

.gcveg-legacy-footer {
	background: #efefef;
}

.gcveg-help {
	background: var(--gcveg-purple);
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	padding: 24px 16px 28px;
	position: relative;
	text-align: center;
}

.gcveg-help::after {
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 18px solid var(--gcveg-purple);
	bottom: -17px;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.gcveg-footer-inner {
	align-items: center;
	display: grid;
	gap: 64px;
	grid-template-columns: 240px minmax(0, 1fr) 60px;
	margin-inline: auto;
	max-width: 1140px;
	padding: 32px 15px 26px;
}

.gcveg-footer-inner img {
	display: block;
	height: auto;
	width: 200px;
}

.gcveg-footer-inner p {
	color: #5a6578;
	font-size: 0.95rem;
	margin: 0;
}

.gcveg-footer-inner a {
	align-items: center;
	background: #000;
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex;
	font-weight: 800;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.gcvbundle-page {
	--gcvbundle-purple: #2d1d5b;
	--gcvbundle-soft: #e9edfb;
	background: #fff;
	color: #161722;
	font-family: Lexend, Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.5;
	overflow: hidden;
}

.gcvbundle-page * {
	box-sizing: border-box;
}

.gcvbundle-page a {
	text-decoration: none;
}

.gcvbundle-page .gcvp-socials a {
	color: var(--navy);
}

.gcvbundle-wrap {
	margin-inline: auto;
	max-width: 1120px;
	padding-inline: 22px;
}

.gcvbundle-hero-banner {
	align-items: center;
	background-image: linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url("/wp-content/uploads/2022/10/Lego-Christmas.25.jpg");
	background-position: center 49%;
	background-size: cover;
	display: flex;
	height: 259px;
	justify-content: center;
	padding: 0 22px;
	text-align: center;
}

@media (min-width: 861px) {
	.gcvbundle-hero-banner {
		margin-top: 58px;
	}
}

.gcveg-page .gcveg-hero-banner,
.gcvbundle-page .gcvbundle-hero-banner,
.gcvestory-hero,
.gcvvideo-hero,
.gcvbricks-hero,
.gcveasterbook-hero,
.gcvmb-title-band {
	margin-top: 0 !important;
}

.gcvbundle-hero-banner h1 {
	color: #fff;
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.1;
	margin: 0;
}

.gcvbundle-intro {
	background: #fff;
	padding: 72px 0 46px;
}

.gcvbundle-intro-grid,
.gcvbundle-story-grid,
.gcvbundle-price-grid,
.gcvbundle-how-grid,
.gcvbundle-resources-intro {
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
}

.gcvbundle-intro-grid {
	align-items: start;
	grid-template-columns: minmax(0, 2.05fr) minmax(280px, 0.78fr);
}

.gcvbundle-video video {
	aspect-ratio: 16 / 9;
	background: #0b111f;
	border-radius: 0;
	display: block;
	height: auto;
	width: 100%;
}

.gcvbundle-page h2 {
	color: #000;
	font-size: clamp(2rem, 3.2vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.2px;
	line-height: 1.08;
	margin: 0 0 28px;
	text-align: center;
}

.gcvbundle-intro-copy h2,
.gcvbundle-copy h2,
.gcvbundle-price-card h2,
.gcvbundle-intro-posters h2,
.gcvbundle-resources h2,
.gcvbundle-resource-card h2 {
	text-align: center;
}

.gcvbundle-intro-copy h2 {
	display: none;
}

.gcvbundle-intro-copy p,
.gcvbundle-page li,
.gcvbundle-page p {
	color: #1b1d27;
	font-size: 1.04rem;
	line-height: 1.48;
	margin: 0 0 20px;
}

.gcvbundle-page ul,
.gcvbundle-page ol {
	margin: 0 0 22px;
	padding-left: 22px;
}

.gcvbundle-button {
	background: var(--gcvbundle-purple);
	border: 0;
	border-radius: 4px;
	color: #fff !important;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-width: 250px;
	padding: 18px 26px;
	text-align: center;
}

.gcvbundle-button-center {
	display: flex;
	margin: 26px auto 0;
	width: fit-content;
}

.gcvbundle-main {
	background: var(--gcvbundle-soft);
	padding: 58px 0 62px;
}

.gcvbundle-story-grid {
	align-items: start;
	margin-bottom: 54px;
}

.gcvbundle-copy h2 {
	margin-bottom: 30px;
}

.gcvbundle-card {
	background: #fff;
	border-radius: 30px;
	padding: 34px 38px;
}

.gcvbundle-included h2 + p {
	margin-top: -6px;
}

.gcvbundle-carousel-section {
	margin-top: 54px;
	text-align: center;
}

.gcvbundle-carousel-section h2 {
	margin-bottom: 18px;
}

.gcvbundle-page .gcveg-carousel-shell {
	margin-inline: auto;
	max-width: 880px;
}

.gcvbundle-page .gcveg-carousel {
	grid-template-columns: 34px minmax(0, 768px) 34px;
	justify-content: center;
	margin-top: 0;
}

.gcvbundle-page .gcveg-carousel-frame img {
	border-radius: 0;
	width: 100%;
}

.gcvbundle-page .gcveg-arrow {
	color: #111;
	font-size: 62px;
}

.gcvbundle-page .gcveg-arrow:hover,
.gcvbundle-page .gcveg-arrow:focus-visible {
	color: #111;
}

.gcvbundle-page .gcveg-dots button {
	background: #d4d6dc;
	height: 7px;
	width: 7px;
}

.gcvbundle-page .gcveg-dots button.is-active {
	background: #111;
}

.gcvbundle-price-grid {
	align-items: start;
	margin-top: 54px;
}

.gcvbundle-price-card h2:first-child {
	margin-bottom: 10px;
}

.gcvbundle-price {
	color: #000;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}

.gcvbundle-price-card img {
	display: block;
	height: auto;
	margin: 26px auto 0;
	max-width: 360px;
	width: 82%;
}

.gcvbundle-intro-posters {
	text-align: center;
}

.gcvbundle-poster-pair {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 26px;
}

.gcvbundle-poster-pair img {
	display: block;
	height: auto;
	width: 100%;
}

.gcvbundle-single-poster {
	margin: 26px auto 0;
	max-width: 520px;
}

.gcvbundle-single-poster img {
	display: block;
	height: auto;
	width: 100%;
}

.gcvbundle-how-grid {
	align-items: center;
	margin-top: 62px;
}

.gcvbundle-how-grid img {
	display: block;
	height: auto;
	width: 100%;
}

.gcvbundle-resources {
	background: #fff;
	padding: 70px 0 78px;
}

.gcvbundle-resources-intro {
	align-items: center;
	margin-bottom: 62px;
}

.gcvbundle-resources-intro img {
	display: block;
	height: auto;
	margin-inline: auto;
	width: min(100%, 520px);
}

.gcvbundle-resource-columns {
	display: grid;
	gap: 54px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcvbundle-resource-column {
	display: grid;
	gap: 54px;
}

.gcvbundle-resource-card {
	text-align: center;
}

.gcvbundle-resource-card ul {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.gcvbundle-resource-card img {
	display: block;
	height: auto;
	margin: 0 auto 26px;
	max-height: 287px;
	max-width: 100%;
	object-fit: contain;
}

.gcvbundle-book-card .gcveg-carousel-shell {
	max-width: 390px;
}

.gcvbundle-book-card .gcveg-carousel {
	grid-template-columns: 28px minmax(0, 300px) 28px;
}

.gcvbundle-book-card .gcveg-carousel-frame img {
	max-height: 430px;
	object-fit: contain;
}

.gcvbundle-resource-card .gcveg-carousel-frame img {
	display: none;
	margin: 0 auto;
}

.gcvbundle-resource-card .gcveg-carousel-frame img.is-active {
	display: block;
}

.gcvlego-page {
	font-size: 14px;
	line-height: 1.42;
}

.gcvlego-page .gcvbundle-wrap {
	max-width: 1120px;
}

.gcvlego-page .gcvbundle-hero-banner {
	height: 184px;
}

.gcvlego-easter-page .gcvbundle-hero-banner {
	background-image: linear-gradient(rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url("/wp-content/uploads/2024/02/Website-banner.jpg");
	background-position: center 68%;
}

.gcvlego-page .gcvbundle-hero-banner h1 {
	font-size: clamp(2rem, 4.2vw, 3rem);
	font-weight: 400;
	letter-spacing: -0.4px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.42);
}

.gcvlego-intro {
	background: #fff;
	padding: 28px 0 22px;
}

.gcvlego-intro-grid {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.gcvlego-intro-copy p,
.gcvlego-page p,
.gcvlego-page li {
	color: #151722;
	font-size: 0.94rem;
	line-height: 1.42;
	margin: 0 0 16px;
}

.gcvlego-intro-copy p,
.gcvlego-intro-copy .gcvlego-checks li {
	font-size: 1.25rem;
	line-height: 1.3;
}

.gcvlego-checks {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

.gcvlego-checks li {
	font-weight: 700;
	margin: 0 0 6px;
	padding-left: 27px;
	position: relative;
}

.gcvlego-checks li::before {
	align-items: center;
	background: #e44d41;
	border-radius: 50%;
	color: #fff;
	content: "✓";
	display: inline-flex;
	font-size: 10px;
	font-weight: 900;
	height: 16px;
	justify-content: center;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 2px;
	width: 16px;
}

.gcvlego-intro-video video {
	aspect-ratio: 16 / 9;
	border-radius: 7px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.gcvlego-main {
	background: var(--gcvbundle-soft);
	padding: 30px 0 52px;
}

.gcvlego-section-header {
	margin: 0 0 24px;
}

.gcvlego-page h2 {
	color: #000;
	font-size: 1.76rem;
	font-weight: 900;
	letter-spacing: -0.1px;
	line-height: 1.08;
	margin: 0 0 12px;
	text-align: left;
}

.gcvlego-section-header h2,
.gcvlego-sixty h2,
.gcvlego-resources h2 {
	text-align: left;
}

.gcvlego-card-grid {
	display: grid;
	gap: 38px 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcvlego-card {
	text-align: center;
}

.gcvlego-card h3 {
	color: #000;
	font-size: 1.75rem;
	font-weight: 900;
	line-height: 1.05;
	margin: 0 0 10px;
	text-align: center;
}

.gcvlego-card img {
	display: block;
	height: auto;
	width: 100%;
}

.gcvlego-button {
	border-radius: 3px;
	font-size: 1rem;
	margin-top: 16px;
	min-width: 86px;
	padding: 12px 24px;
}

.gcvlego-sixty {
	margin-top: 36px;
}

.gcvlego-sixty > p {
	margin-bottom: 20px;
}

.gcvlego-resources {
	padding: 58px 0 72px;
}

.gcvlego-resources-intro {
	align-items: center;
	margin-bottom: 48px;
}

.gcvlego-resources-intro img {
	width: min(100%, 350px);
}

.gcvlego-resource-columns {
	gap: 52px;
}

.gcvlego-resource-columns .gcvbundle-resource-card {
	text-align: center;
}

.gcvlego-resource-columns .gcvbundle-resource-card h2 {
	font-size: 1.7rem;
	margin-bottom: 16px;
	text-align: center;
}

.gcvlego-resource-columns .gcvbundle-resource-card p {
	text-align: left;
}

.gcvlego-resource-columns .gcvbundle-resource-card video {
	aspect-ratio: 16 / 9;
	background: #111;
	display: block;
	height: auto;
	margin: 8px 0 20px;
	width: 100%;
}

.gcvlego-event-card img {
	margin-top: 16px;
	max-height: 287px;
	width: auto;
}

.gcvlego-book-card .gcveg-carousel-shell {
	margin: 10px auto 16px;
	max-width: 360px;
}

.gcvlego-book-card .gcveg-carousel {
	grid-template-columns: 28px minmax(0, 274px) 28px;
}

.gcvlego-book-card .gcveg-carousel-frame img {
	max-height: 330px;
	object-fit: contain;
}

.gcvlego-book-card .gcveg-arrow {
	color: #111;
	font-size: 46px;
}

.gcvlego-book-card .gcveg-dots {
	display: none;
}

.gcvlego-page .gcvp-footer {
	margin-top: 0;
}

.gcvestory-page {
	background: #fff;
	color: #0c0000;
	font-family: Poppins, Lexend, system-ui, sans-serif;
	font-size: 17px;
	line-height: 1.46;
}

.gcvestory-wrap {
	margin-inline: auto;
	max-width: 1140px;
	padding-inline: 15px;
}

.gcvestory-hero {
	align-items: center;
	background-image: linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url("/wp-content/uploads/2024/02/Website-banner.jpg");
	background-position: center 68%;
	background-size: cover;
	display: flex;
	height: 259px;
	justify-content: center;
	margin-top: 58px;
	padding: 0 24px;
	text-align: center;
}

.gcvestory-hero h1 {
	color: #fff;
	font-size: clamp(2.55rem, 4.25vw, 3.75rem);
	font-weight: 400;
	letter-spacing: -3px;
	line-height: 1.3;
	margin: 0;
	text-shadow: 5px 7px 13px #252525;
}

.gcvestory-watch {
	background: #fff;
	padding: 30px 0;
}

.gcvestory-watch-grid {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 0.731fr) minmax(280px, 0.269fr);
}

.gcvestory-video iframe {
	aspect-ratio: 16 / 9;
	border: 0;
	display: block;
	height: auto;
	width: 100%;
}

.gcvestory-watch-copy p,
.gcvestory-build p,
.gcvestory-card p {
	color: #0c0000;
	font-size: 1.063rem;
	font-weight: 400;
	line-height: 1.46;
	margin: 0 0 22px;
}

.gcvestory-watch-copy img {
	display: block;
	height: auto;
	margin-top: 44px;
	width: 100%;
}

.gcvestory-info {
	background: #e8ecfc;
	padding: 15px 0 22px;
}

.gcvestory-info-grid {
	align-items: stretch;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.gcvestory-page h2 {
	color: #000;
	font-size: 2.188rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 15px 0 7px;
	text-align: center;
}

.gcvestory-build-inner {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(220px, 0.95fr) minmax(240px, 1.05fr);
	margin-top: 42px;
}

.gcvestory-build-inner img {
	display: block;
	height: auto;
	width: 100%;
}

.gcvestory-button {
	align-items: center;
	background: #342864;
	border-radius: 5px;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 400;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	padding: 12px 40px;
	text-decoration: none;
}

.gcvestory-button:hover,
.gcvestory-button:focus-visible {
	background: #251353;
	color: #fff;
}

.gcvestory-page a.gcvestory-button,
.gcvestory-page a.gcvestory-button:visited,
.gcvestory-page a.gcvestory-button:hover,
.gcvestory-page a.gcvestory-button:focus-visible {
	color: #fff;
}

.gcvestory-card {
	align-self: stretch;
	background: #fff;
	border-radius: 33px;
	margin: 10px 20px 11px 15px;
	padding: 36px 56px 54px;
	text-align: center;
}

.gcvestory-card p {
	text-align: left;
}

.gcvestory-card .gcvestory-button {
	margin-top: 10px;
	min-width: 230px;
}

.gcvestory-page .gcvp-footer {
	margin-top: 0;
}

.gcvvideo-page {
	background: #fff;
	color: #000;
	font-family: Poppins, "Open Sans", system-ui, sans-serif;
	font-size: 20px;
	line-height: 1.3;
}

.gcvvideo-hero {
	align-items: center;
	background-image: linear-gradient(rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url("/wp-content/uploads/2024/02/Website-banner.jpg");
	background-position: 0 68%;
	background-size: cover;
	display: flex;
	height: 259px;
	justify-content: center;
	margin-top: 58px;
	padding: 0 24px;
	text-align: center;
}

.gcvvideo-hero h1 {
	color: #fff;
	font-size: 57px;
	font-weight: 400;
	letter-spacing: -3px;
	line-height: 1.3;
	margin: 0;
	text-shadow: 5px 7px 13px #252525;
}

.gcvvideo-main {
	background: #fff;
}

.gcvvideo-wrap {
	margin-inline: auto;
	max-width: 1140px;
	padding-inline: 15px;
}

.gcvvideo-intro {
	background: #fff;
	padding: 42px 0 10px;
}

.gcvvideo-intro-grid {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 0.521fr) minmax(0, 0.479fr);
}

.gcvvideo-copy {
	padding-right: 10%;
}

.gcvvideo-copy h2 {
	color: #3d4459;
	font-family: Poppins, sans-serif;
	font-size: 45px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.1;
	margin: 0 0 24px;
}

.gcvvideo-copy p,
.gcvvideo-watch p {
	color: #000;
	font-family: "Open Sans", Poppins, sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.3;
	margin: 0 0 20px;
}

.gcvvideo-loop {
	border-radius: 12px;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.gcvvideo-loop video {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.gcvvideo-watch {
	background: #fff;
	padding: 0;
}

.gcvvideo-wide {
	margin-inline: auto;
	max-width: 1550px;
	padding: 61px;
}

.gcvvideo-youtube iframe {
	aspect-ratio: 16 / 9;
	border: 0;
	display: block;
	height: auto;
	width: 100%;
}

.gcvvideo-watch p {
	margin: 24px 0 0;
}

.gcvvideo-watch a {
	color: #179df4;
	text-decoration: none;
}

.gcvvideo-watch a:hover,
.gcvvideo-watch a:focus-visible {
	color: #0b7fc9;
	text-decoration: underline;
}

.gcvvideo-page .gcvp-footer {
	margin-top: 0;
}

.gcvsub-page {
	background: #fff;
	color: #000;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	font-size: 17px;
	line-height: 1.35;
}

.gcvsub-page main {
	padding-top: 105px;
}

.gcvsub-wrap {
	margin-inline: auto;
	max-width: 1206px;
	padding-inline: 16px;
}

.gcvsub-hero h1 {
	color: #000;
	font-family: Montserrat, Lexend, system-ui, sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 25px;
	text-align: center;
}

.gcvsub-intro-grid {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: 1fr 365px;
}

.gcvsub-intro-card,
.gcvsub-faq {
	background: #e3ebff;
	border-radius: 30px;
}

.gcvsub-intro-card {
	padding: 17px 18px 3px;
}

.gcvsub-intro-card p {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.42;
	margin: 0 0 19px;
}

.gcvsub-intro-grid > img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: 365px;
}

.gcvsub-plans {
	padding: 34px 0 62px;
}

.gcvsub-plan-grid {
	display: grid;
	gap: 31px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcvsub-plan-grid-single {
	grid-template-columns: minmax(0, 640px);
	justify-content: center;
}

.gcvsub-plan {
	align-items: center;
	background: #e3ebff;
	display: flex;
	flex-direction: column;
	min-height: 532px;
	padding: 26px 32px 34px;
	text-align: center;
}

.gcvsub-plan h2 {
	color: #000;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 45px;
}

.gcvsub-plan-access,
.gcvsub-plan-select {
	font-size: 17px;
	margin: 0;
}

.gcvsub-plan-list {
	color: #2d214f;
	display: grid;
	font-size: 17px;
	gap: 4px;
	line-height: 1.25;
	list-style: none;
	margin: 39px 0 62px;
	max-width: 100%;
	min-height: 68px;
	padding: 0;
	text-align: left;
	width: fit-content;
}

.gcvsub-plan-list li {
	align-items: flex-start;
	display: flex;
}

.gcvsub-plan-list li::before {
	color: #382464;
	content: "\2713";
	flex: 0 0 auto;
	font-weight: 800;
	margin-right: 7px;
}

.gcvsub-plan-price {
	color: #000;
	font-size: 31px;
	font-weight: 700;
	letter-spacing: -0.3px;
	line-height: 1;
	margin: 0 0 28px;
}

.gcvsub-plan-buttons {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 21px;
	margin-top: 33px;
}

.gcvsub-plan-buttons a {
	align-items: center;
	background: #382464;
	border-radius: 3px;
	color: #fff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 500;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	min-width: 220px;
	padding: 12px 22px;
	text-decoration: none;
}

.gcvsub-plan-buttons a:hover,
.gcvsub-plan-buttons a:focus-visible {
	background: #261744;
	color: #fff;
}

.gcvsub-plan-notes {
	display: grid;
	gap: 31px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 13px;
	text-align: center;
}

.gcvsub-plan-notes-single {
	grid-template-columns: minmax(0, 640px);
	justify-content: center;
}

.gcvsub-plan-notes p {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0;
}

.gcvsub-details {
	padding-bottom: 70px;
}

.gcvsub-details-grid {
	align-items: start;
	display: grid;
	gap: 55px;
	grid-template-columns: minmax(0, 1fr) 553px;
}

.gcvsub-how p {
	color: #363636;
	font-size: 17px;
	line-height: 1.45;
	margin: 0 0 27px;
}

.gcvsub-steps {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 43px;
}

.gcvsub-steps p {
	margin-bottom: 19px;
}

.gcvsub-steps img {
	display: block;
	height: auto;
	max-width: 100%;
}

.gcvsub-steps > div:first-child img {
	width: 225px;
}

.gcvsub-steps > div:last-child img {
	width: 266px;
}

.gcvsub-faq {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	padding: 17px 18px 18px;
}

.gcvsub-faq p {
	line-height: 1.35;
	margin: 0 0 22px;
}

.gcvsub-terms {
	padding-bottom: 55px;
}

.gcvsub-terms p {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
	margin: 0 0 18px;
}

.gcvsub-terms a {
	color: #179df4;
	text-decoration: none;
}

.gcvsub-terms a:hover,
.gcvsub-terms a:focus-visible {
	text-decoration: underline;
}

.gcvsub-page .gcvp-footer {
	margin-top: 0;
}

.gcvsub-refresh-hero {
	padding: 54px 0 46px;
}

.gcvsub-refresh-hero-grid {
	align-items: center;
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(0, 1fr) 390px;
}

.gcvsub-refresh-hero-copy {
	max-width: 680px;
}

.gcvsub-refresh-eyebrow {
	color: #3b1fa8;
	font-size: 15px;
	font-weight: 800;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.gcvsub-refresh-hero h1 {
	color: #1f1249;
	font-family: Montserrat, Lexend, system-ui, sans-serif;
	font-size: 48px;
	font-weight: 800;
	line-height: 1.08;
	margin: 0;
}

.gcvsub-refresh-lede {
	color: #40375e;
	font-size: 20px;
	line-height: 1.5;
	margin: 22px 0 0;
	max-width: 620px;
}

.gcvsub-refresh-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.gcvsub-refresh-actions a {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	text-decoration: none;
}

.gcvsub-refresh-actions .gcvsub-refresh-primary {
	background: #ffbd0a;
	color: #211045;
}

.gcvsub-refresh-actions .gcvsub-refresh-secondary {
	background: #2b145d;
	color: #fff !important;
}

.gcvsub-refresh-hero img {
	display: block;
	height: auto;
	max-width: 100%;
}

.gcvsub-refresh-benefits,
.gcvsub-refresh-how {
	background: #f6f8ff;
	padding: 54px 0;
}

.gcvsub-refresh-benefit-grid,
.gcvsub-refresh-how-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gcvsub-refresh-benefit-grid article,
.gcvsub-refresh-how-grid > div,
.gcvsub-refresh-how-grid aside {
	background: #fff;
	border: 1px solid #e3ebff;
	border-radius: 8px;
	padding: 28px;
}

.gcvsub-refresh-benefit-grid h2,
.gcvsub-refresh-how-grid h2,
.gcvsub-refresh-terms h2 {
	color: #1f1249;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 14px;
}

.gcvsub-refresh-benefit-grid p,
.gcvsub-refresh-how-grid p,
.gcvsub-refresh-how-grid li,
.gcvsub-refresh-terms p {
	color: #40375e;
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
}

.gcvsub-refresh-plan {
	padding: 56px 0 62px;
}

.gcvsub-refresh-section-head {
	margin: 0 auto 28px;
	max-width: 700px;
	text-align: center;
}

.gcvsub-refresh-section-head h2 {
	color: #1f1249;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
}

.gcvsub-refresh-section-head p {
	color: #40375e;
	font-size: 18px;
	line-height: 1.5;
	margin: 14px 0 0;
}

.gcvsub-refresh-page .gcvsub-plan {
	border-radius: 8px;
	min-height: auto;
}

.gcvsub-refresh-page .gcvsub-plan-list {
	margin-bottom: 42px;
}

.gcvsub-refresh-page .gcvsub-plan-buttons a {
	min-width: 270px;
}

.gcvsub-refresh-how-grid {
	grid-template-columns: minmax(0, 1fr) 430px;
}

.gcvsub-refresh-how-grid ol {
	display: grid;
	gap: 12px;
	margin: 0;
	padding-left: 24px;
}

.gcvsub-refresh-terms {
	padding: 54px 0 64px;
}

.gcvsub-refresh-terms .gcvsub-wrap {
	max-width: 980px;
}

.gcvsub-refresh-terms p + p {
	margin-top: 14px;
}

.gcvsub-refresh-terms a {
	color: #179df4;
	text-decoration: none;
}

.gcvsub-refresh-terms a:hover,
.gcvsub-refresh-terms a:focus-visible {
	text-decoration: underline;
}

.gcvpass-product-page .gcvabout-page-refresh.gcvabout-main {
	background: linear-gradient(180deg, #f8f7ff 0%, #ffffff 48%, #f7f5ff 100%);
}

.gcvpass-product-hero {
	background:
		linear-gradient(90deg, rgba(16, 16, 59, 0.72) 0%, rgba(16, 16, 59, 0.44) 48%, rgba(16, 16, 59, 0.7) 100%),
		url("backgrounds/forever-perfect-dark-hero-1600.jpg") center / cover no-repeat;
	color: #fff;
	padding: clamp(38px, 5.5vw, 76px) 0 clamp(50px, 7vw, 92px);
}

.gcvpass-product-hero-grid {
	align-items: center;
	display: grid;
	gap: clamp(28px, 5vw, 62px);
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
}

.gcvpass-product-media {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
	overflow: hidden;
	padding: 12px;
}

.gcvpass-product-media img {
	border-radius: 10px;
	display: block;
	height: auto;
	width: 100%;
}

.gcvpass-product-summary {
	max-width: 520px;
}

.gcvpass-product-summary .gcvabout-kicker {
	color: #b9a9ff;
}

.gcvpass-product-summary h1 {
	color: #fff;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
}

.gcvpass-product-lead {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 1.05rem !important;
	line-height: 1.6 !important;
	margin: 22px 0 0;
}

.gcvpass-product-price {
	align-items: baseline;
	display: flex;
	gap: 10px;
	margin-top: 24px;
}

.gcvpass-product-price span,
.gcvpass-product-price small {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.94rem;
	font-weight: 800;
}

.gcvpass-product-price strong {
	color: #9d6bff;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	font-size: 3.7rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.9;
}

.gcvpass-buy-card {
	background: rgba(16, 16, 59, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	box-shadow: 0 22px 58px rgba(0, 0, 0, 0.2);
	margin-top: 26px;
	padding: 22px;
}

.gcvpass-buy-card h2 {
	color: #fff;
	font-size: 1.15rem;
	margin-bottom: 14px;
}

.gcvpass-buy-options {
	display: grid;
	gap: 12px;
}

.gcvpass-buy-options a {
	align-items: center;
	background: #6828cd;
	border-radius: 8px;
	box-shadow: 0 16px 32px rgba(104, 40, 205, 0.3);
	color: #fff !important;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	min-height: 68px;
	padding: 14px 18px;
	text-decoration: none !important;
	transition: background 0.18s ease, transform 0.18s ease;
}

.gcvpass-buy-options a:hover,
.gcvpass-buy-options a:focus-visible {
	background: #5a20bb;
	transform: translateY(-1px);
}

.gcvpass-buy-options strong,
.gcvpass-buy-options small,
.gcvpass-buy-options b {
	display: block;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	line-height: 1.2;
}

.gcvpass-buy-options strong {
	font-size: 0.98rem;
}

.gcvpass-buy-options small {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.78rem;
	margin-top: 4px;
}

.gcvpass-buy-options b {
	font-size: 1.25rem;
	white-space: nowrap;
}

.gcvpass-buy-card p {
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: 0.82rem !important;
	line-height: 1.5 !important;
	margin: 14px 0 0;
}

.gcvpass-product-wrap {
	padding-bottom: 48px;
	padding-top: 34px;
}

.gcvpass-included-panel {
	align-items: center;
	grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
}

.gcvpass-included-list {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcvpass-included-list span {
	align-items: center;
	background: #f4f0ff;
	border: 1px solid rgba(104, 40, 205, 0.12);
	border-radius: 14px;
	color: #10103b;
	display: flex;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	font-size: 0.94rem;
	font-weight: 800;
	gap: 10px;
	min-height: 54px;
	padding: 12px 14px;
}

.gcvpass-included-list span::before {
	color: #6828cd;
	content: "\2713";
	font-weight: 900;
}

.gcvpass-feature-row {
	display: grid;
	gap: 18px;
	grid-template-columns: 1.1fr 0.9fr 1fr;
	margin-bottom: 28px;
}

.gcvpass-feature-row article {
	background: #fff;
	border: 1px solid rgba(63, 88, 201, 0.12);
	border-radius: 20px;
	box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
	padding: 24px;
}

.gcvpass-feature-row h2,
.gcvpass-terms-card h3 {
	color: #10103b;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	font-size: 1.16rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 12px;
}

.gcvpass-feature-row p,
.gcvpass-terms-card p {
	color: #504c69;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	font-size: 0.94rem;
	line-height: 1.65;
	margin: 0;
}

.gcvpass-steps-panel {
	align-items: start;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
}

.gcvpass-steps {
	counter-reset: gcvpass-step;
	display: grid;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gcvpass-steps li {
	align-items: flex-start;
	color: #504c69;
	display: grid;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	font-size: 0.95rem;
	gap: 12px;
	grid-template-columns: 36px minmax(0, 1fr);
	line-height: 1.55;
}

.gcvpass-steps li::before {
	align-items: center;
	background: #10103b;
	border-radius: 999px;
	color: #ffd14a;
	content: counter(gcvpass-step);
	counter-increment: gcvpass-step;
	display: inline-flex;
	font-size: 0.86rem;
	font-weight: 900;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.gcvpass-terms-card {
	background: linear-gradient(135deg, #ffffff 0%, #f4f0ff 100%);
	border: 1px solid rgba(104, 40, 205, 0.12);
	border-radius: 18px;
	padding: 22px;
}

.gcvpass-terms-card p + p {
	margin-top: 12px;
}

.gcvpass-smallprint-panel {
	margin-bottom: 0;
}

@media (max-width: 980px) {
	.gcvpass-product-hero-grid,
	.gcvpass-included-panel,
	.gcvpass-steps-panel {
		grid-template-columns: 1fr;
	}

	.gcvpass-product-summary {
		max-width: none;
	}

	.gcvpass-feature-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 860px) {
	.gcvpass-product-hero {
		background:
			linear-gradient(180deg, rgba(16, 16, 59, 0.58) 0%, rgba(16, 16, 59, 0.34) 45%, rgba(16, 16, 59, 0.56) 100%),
			url("backgrounds/product-page-hero-background-mobile.jpg") center top / cover no-repeat;
		padding-top: 98px;
	}
}

@media (max-width: 767px) {
	.gcvpass-product-hero {
		padding-bottom: 44px;
	}

	.gcvpass-product-media {
		border-radius: 14px;
		padding: 8px;
	}

	.gcvpass-product-summary h1 {
		font-size: 3rem;
	}

	.gcvpass-product-lead {
		font-size: 1rem !important;
	}

	.gcvpass-buy-card {
		border-radius: 16px;
		padding: 18px;
	}

	.gcvpass-buy-options a {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.gcvpass-product-wrap {
		padding-bottom: 28px;
		padding-top: 22px;
	}

	.gcvpass-included-list {
		grid-template-columns: 1fr;
	}

	.gcvpass-feature-row {
		margin-bottom: 22px;
	}
}

.gcvmeet-page {
	background: #fff;
	color: #000;
	font-family: Montserrat, Lexend, system-ui, sans-serif;
	font-size: 17px;
	line-height: 1.38;
}

.gcvmeet-main {
	padding: 68px 0 51px;
}

.gcvmeet-wrap {
	margin-inline: auto;
	max-width: 1120px;
	padding-inline: 16px;
}

.gcvmeet-head {
	margin-bottom: 72px;
}

.gcvmeet-head h1 {
	color: #000;
	font-family: Montserrat, Lexend, system-ui, sans-serif;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 18px;
}

.gcvmeet-head p {
	color: #000;
	font-family: Montserrat, Lexend, system-ui, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.45;
	margin: 0;
	max-width: 1088px;
}

.gcvmeet-list {
	display: grid;
	gap: 82px;
}

.gcvmeet-row {
	display: grid;
	grid-template-columns: 49.912% 50.044%;
}

.gcvmeet-player {
	min-width: 0;
	padding-right: 28px;
}

.gcvmeet-player iframe {
	border: 0;
	border-radius: 12px;
	display: block;
	height: 232px;
	width: 100%;
}

.gcvmeet-creator {
	color: #000;
	min-width: 0;
}

.gcvmeet-creator h2 {
	color: #000;
	font-family: Montserrat, Lexend, system-ui, sans-serif;
	font-size: 31px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 16px;
}

.gcvmeet-creator p {
	color: #000;
	font-family: Montserrat, Lexend, system-ui, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.45;
	margin: 0;
}

.gcvmeet-socials {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 52px;
	max-width: 515px;
}

.gcvmeet-social {
	align-items: center;
	color: #5d5d5d;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	text-decoration: none;
	width: 100%;
}

.gcvmeet-social svg {
	display: block;
	height: 38px;
	width: 38px;
}

.gcvmeet-social-greysmall svg,
.gcvmeet-social-grey-small svg,
.gcvmeet-social-small svg {
	height: 31px;
	width: 31px;
}

.gcvmeet-page .gcvmeet-social-youtube {
	color: #ff2020 !important;
}

.gcvmeet-page .gcvmeet-social-blue {
	color: #00b6e6 !important;
}

.gcvmeet-page .gcvmeet-social-facebook {
	color: #1877f2 !important;
}

.gcvmeet-page .gcvmeet-social-grey,
.gcvmeet-page .gcvmeet-social-greysmall {
	color: #5d5d5d !important;
}

.gcvmeet-social:hover,
.gcvmeet-social:focus-visible {
	color: #382464;
	outline: none;
}

.gcvmeet-page .gcvp-footer {
	margin-top: 0;
}

.gcvabout-page {
	background: #fff;
	color: #1f1f1f;
	font-family: Montserrat, Lexend, system-ui, sans-serif;
	font-size: 18px;
	line-height: 1.42;
}

.gcv-simple-nav {
	background: #382464;
	color: #fff;
	font-family: Poppins, Montserrat, system-ui, sans-serif;
	min-height: 51px;
}

.gcv-simple-nav-inner {
	align-items: center;
	display: flex;
	gap: 28px;
	margin-inline: auto;
	max-width: 1140px;
	min-height: 51px;
	padding-inline: 0;
}

.gcv-simple-logo {
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
}

.gcvabout-page .gcv-simple-logo,
.gcvabout-page .gcv-simple-logo:visited,
.gcvabout-page .gcv-simple-logo:hover,
.gcvabout-page .gcv-simple-logo span {
	color: #fff !important;
}

.gcv-simple-logo span {
	font-weight: 800;
}

.gcv-simple-nav nav {
	align-items: center;
	display: flex;
	gap: 31px;
	margin-right: auto;
}

.gcv-simple-nav nav a {
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none !important;
	white-space: nowrap;
}

.gcv-simple-search {
	align-items: stretch;
	display: flex;
	height: 36px;
	margin-left: auto;
}

.gcv-simple-search input {
	background: #fff;
	border: 0;
	border-radius: 3px 0 0 3px;
	box-sizing: border-box;
	color: #222;
	font: 400 20px/1 Poppins, sans-serif;
	height: 36px;
	padding: 4px 8px;
	width: 190px;
}

.gcv-simple-search button {
	align-items: center;
	background: #6b7280;
	border: 0;
	border-radius: 0 4px 4px 0;
	color: #fff;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	padding: 0;
	width: 38px;
}

.gcv-simple-search svg,
.gcv-simple-icon svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.7;
}

.gcv-simple-search svg {
	height: 22px;
	width: 22px;
}

.gcv-simple-icon {
	align-items: center;
	color: #fff !important;
	display: inline-flex;
	height: 30px;
	justify-content: center;
	text-decoration: none !important;
	width: 24px;
}

.gcv-simple-icon svg {
	height: 21px;
	width: 21px;
}

.gcvabout-main {
	padding: 84px 0 58px;
}

.gcvabout-wrap {
	margin-inline: auto;
	max-width: 1120px;
	padding-inline: 0;
}

.gcvabout-page h1,
.gcvabout-page h2 {
	color: #000;
	font-family: Montserrat, Lexend, system-ui, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.18;
}

.gcvabout-page h1 {
	font-size: 42px;
	margin: 0 0 40px;
}

.gcvabout-page h2 {
	font-size: 26px;
	margin: 0 0 18px;
}

.gcvabout-page p {
	color: #1f1f1f;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.42;
	margin: 0 0 18px;
}

.gcvabout-page a {
	color: #168af0 !important;
	text-decoration: none;
}

.gcvabout-row {
	align-items: center;
	display: grid;
	gap: 0;
	grid-template-columns: 68.421% 31.579%;
	margin-bottom: 66px;
}

.gcvabout-row-intro {
	align-items: start;
	margin-bottom: 20px;
}

.gcvabout-copy {
	max-width: 810px;
}

.gcvabout-laptop {
	display: block;
	height: auto;
	margin-inline: auto;
	margin-bottom: -30px;
	margin-top: -20px;
	max-width: 100%;
	width: 340px;
}

.gcvabout-section {
	margin: 0 0 48px;
}

.gcvabout-callout {
	background: #e8efff;
	border-radius: 28px;
	padding: 22px 18px 5px;
}

.gcvabout-callout p {
	margin-bottom: 18px;
}

.gcvabout-row-content {
	align-items: center;
	grid-template-columns: 65.439% 34.517%;
	margin-bottom: 66px;
}

.gcvabout-device {
	display: block;
	height: auto;
	margin-inline: auto;
	max-width: 100%;
	width: 345px;
}

.gcvabout-testimonials h2 {
	margin-bottom: 26px;
}

.gcvabout-testimonial-grid {
	display: grid;
	column-gap: 78px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 48px;
}

.gcvabout-testimonial-grid figure {
	margin: 0;
	text-align: center;
}

.gcvabout-testimonial-grid blockquote {
	color: #1f1f1f;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.25;
	margin: 0 auto 21px;
	max-width: 525px;
}

.gcvabout-testimonial-grid figcaption {
	color: #8a8a8a;
	font-size: 15px;
	line-height: 1.35;
	margin-bottom: 27px;
}

.gcvabout-stars {
	color: #f5a23a;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 1;
}

.gcvabout-stars .is-empty {
	color: #cad2df;
}

.gcvabout-resource-section {
	margin-bottom: 56px;
}

.gcvabout-resource-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcvabout-resource-card {
	background: #fff;
	border: 1px solid rgba(63, 88, 201, 0.13);
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(37, 19, 83, 0.08);
	padding: 22px;
}

.gcvabout-resource-card h3 {
	color: #10103b;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 10px;
}

.gcvabout-resource-card p {
	margin: 0;
}

.gcvabout-pass-cta {
	align-items: center;
	background: #10103b;
	border-radius: 24px;
	color: #fff;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 60px 0 0;
	padding: 28px;
}

.gcvabout-pass-cta h2 {
	color: #fff;
	margin: 0 0 10px;
}

.gcvabout-pass-cta p {
	color: rgba(255, 255, 255, 0.82);
	margin: 0;
	max-width: 720px;
}

.gcvabout-pass-button {
	align-items: center;
	background: #6828cd;
	border-radius: 12px;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 1.05rem;
	font-weight: 800;
	gap: 12px;
	justify-content: center;
	line-height: 1;
	min-height: 54px;
	padding-inline: 18px;
	text-decoration: none;
	transition: filter 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
	white-space: nowrap;
}

.gcvabout-page-refresh.gcvabout-main {
	background: linear-gradient(180deg, #f8f7ff 0%, #ffffff 52%, #f7f5ff 100%);
	padding: 0;
}

.gcvabout-page-refresh .gcvabout-wrap {
	max-width: 1160px;
	padding-inline: 24px;
}

.gcvabout-refresh-hero {
	background:
		linear-gradient(90deg, rgba(16, 16, 59, 0.62) 0%, rgba(16, 16, 59, 0.36) 48%, rgba(16, 16, 59, 0.58) 100%),
		url("backgrounds/forever-perfect-dark-hero-1600.jpg") center / cover no-repeat;
	color: #fff;
	padding: clamp(34px, 5.2vw, 70px) 0 120px;
}

.gcvabout-page-refresh .gcvabout-kicker {
	color: #9d8cff;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.gcvabout-refresh-hero h1 {
	color: #fff;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.02;
	margin: 0 0 18px;
	max-width: 900px;
}

.gcvabout-hero-lead {
	color: rgba(255, 255, 255, 0.88) !important;
	font-size: clamp(1rem, 1.9vw, 1.25rem) !important;
	line-height: 1.55 !important;
	margin: 0;
	max-width: 680px;
}

.gcvabout-refresh-wrap {
	margin-top: -82px;
	padding-bottom: 34px;
	position: relative;
	z-index: 1;
}

.gcvabout-page-refresh h2 {
	color: #10103b;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0 0 16px;
}

.gcvabout-page-refresh p {
	color: #504c69;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	font-size: 0.95rem;
	line-height: 1.75;
}

.gcvabout-page-refresh strong {
	color: #10103b;
}

.gcvabout-panel {
	background: #fff;
	border: 1px solid rgba(63, 88, 201, 0.14);
	border-radius: 24px;
	box-shadow: 0 22px 60px rgba(17, 24, 39, 0.08);
	display: grid;
	gap: clamp(24px, 4vw, 48px);
	margin-bottom: 28px;
	padding: clamp(24px, 4vw, 42px);
}

.gcvabout-intro-panel,
.gcvabout-creator-panel {
	align-items: center;
	grid-template-columns: minmax(0, 1.06fr) minmax(280px, 0.74fr);
}

.gcvabout-creator-panel {
	gap: clamp(22px, 3vw, 36px);
}

.gcvabout-purpose-panel {
	align-items: center;
	background: linear-gradient(135deg, #ffffff 0%, #f4f0ff 100%);
	grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
}

.gcvabout-copy {
	max-width: 760px;
}

.gcvabout-page-refresh .gcvabout-copy p:last-child,
.gcvabout-page-refresh .gcvabout-section-head p:last-child {
	margin-bottom: 0;
}

.gcvabout-media-panel {
	align-items: center;
	display: grid;
	min-height: 220px;
	place-items: center;
	position: relative;
}

.gcvabout-media-panel::before {
	background: linear-gradient(135deg, rgba(104, 40, 205, 0.08), rgba(255, 209, 74, 0.08));
	border-radius: 24px;
	content: "";
	height: min(24vw, 260px);
	position: absolute;
	width: min(100%, 360px);
}

.gcvabout-laptop,
.gcvabout-device {
	margin: 0;
	position: relative;
	width: min(100%, 430px);
	z-index: 1;
}

.gcvabout-device {
	width: min(100%, 390px);
}

.gcvabout-creator-collage {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 246, 255, 0.96));
	border: 1px solid rgba(63, 88, 201, 0.12);
	border-radius: 24px;
	box-shadow: 0 22px 52px rgba(17, 24, 39, 0.1);
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 430px;
	padding: 18px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.gcvabout-creator-tile {
	aspect-ratio: 1 / 1;
	background: #fff;
	border: 1px solid rgba(63, 88, 201, 0.1);
	border-radius: 18px;
	box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
	color: #10103b !important;
	display: grid;
	min-width: 0;
	overflow: hidden;
	padding: 5px;
	position: relative;
	text-decoration: none !important;
	transition: border-color 0.18s ease, transform 0.18s ease;
}

.gcvabout-creator-tile:first-child {
	border-radius: 22px;
	grid-column: span 2;
	grid-row: span 2;
}

.gcvabout-creator-tile:nth-child(4n + 3) {
	transform: translateY(8px);
}

.gcvabout-creator-tile:nth-child(5n + 5) {
	transform: translateY(-6px);
}

.gcvabout-creator-tile:hover,
.gcvabout-creator-tile:focus-visible {
	border-color: rgba(104, 40, 205, 0.32);
	transform: translateY(-2px);
}

.gcvabout-creator-image {
	align-items: center;
	background: #fff;
	border-radius: inherit;
	display: flex;
	height: 100%;
	justify-content: center;
	min-width: 0;
	overflow: hidden;
	width: 100%;
}

.gcvabout-creator-image img,
.gcvabout-creator-image .avatar {
	border-radius: inherit !important;
	display: block;
	height: 100% !important;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
	width: 100% !important;
}

.gcvabout-creator-name {
	background: linear-gradient(180deg, transparent, rgba(16, 16, 59, 0.82));
	bottom: 5px;
	color: #fff;
	font-size: 0.66rem;
	font-weight: 800;
	left: 5px;
	line-height: 1.15;
	overflow: hidden;
	padding: 24px 8px 8px;
	position: absolute;
	right: 5px;
	text-overflow: ellipsis;
	text-shadow: 0 1px 3px rgba(16, 16, 59, 0.28);
	white-space: nowrap;
}

.gcvabout-purpose-mark {
	align-content: center;
	background: #10103b;
	border-radius: 22px;
	box-shadow: 0 20px 46px rgba(16, 16, 59, 0.22);
	color: #fff;
	display: grid;
	justify-items: center;
	min-height: 190px;
	padding: 24px;
	text-align: center;
}

.gcvabout-purpose-mark span {
	color: #ffd14a;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	font-size: clamp(3.4rem, 8vw, 5.5rem);
	font-weight: 900;
	line-height: 0.9;
}

.gcvabout-purpose-mark small {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
	max-width: 180px;
}

.gcvabout-section-head {
	margin: 54px 0 22px;
	max-width: 720px;
}

.gcvabout-section-head h2 {
	color: #10103b;
	font-size: clamp(1.55rem, 2.5vw, 2.35rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin-bottom: 12px;
}

.gcvabout-trusted-panel .gcvp-trusted-by h2 {
	color: #10103b;
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0 0 12px;
	max-width: 980px;
	text-wrap: pretty;
}

.gcvabout-resource-section {
	margin-bottom: 28px;
}

.gcvabout-resource-section .gcvabout-section-head {
	max-width: none;
}

.gcvabout-resource-section .gcvabout-section-head p {
	max-width: none;
}

.gcvabout-resource-grid {
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gcvabout-resource-card {
	border-radius: 20px;
	box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
	min-height: 100%;
	padding: 24px;
}

.gcvabout-resource-number {
	color: #6828cd;
	display: block;
	font-size: 0.74rem;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 18px;
}

.gcvabout-resource-card h3 {
	color: #10103b;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.22;
	margin-bottom: 10px;
}

.gcvabout-resource-card p {
	font-size: 0.92rem;
	line-height: 1.55;
}

.gcvabout-creator-panel .gcvabout-media-panel {
	min-height: 0;
}

.gcvabout-creator-panel .gcvabout-media-panel::before {
	display: none;
}

.gcvabout-creator-static-image {
	border-radius: 20px;
	box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
	display: block;
	height: auto;
	max-width: 100%;
	position: relative;
	width: min(100%, 430px);
	z-index: 1;
}

.gcvabout-testimonials {
	margin-top: 34px;
}

.gcvabout-trusted-panel {
	background: #fff;
	border: 1px solid rgba(63, 88, 201, 0.12);
	border-radius: 22px;
	box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
	margin: 34px 0 34px;
	overflow: hidden;
	padding: 26px;
}

.gcvabout-trusted-panel .gcvp-home-section {
	max-width: none;
	padding: 0;
}

.gcvabout-trusted-panel .gcvp-trusted-section {
	padding-top: 0;
}

.gcvabout-trusted-panel .gcvp-trusted-by {
	padding: 0;
}

.gcvabout-trusted-panel .gcvp-trusted-intro {
	color: #504c69;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	font-size: 0.95rem;
	line-height: 1.7;
	margin: 0 0 18px;
	max-width: none;
	text-wrap: pretty;
}

.gcvabout-testimonials .gcvabout-section-head {
	margin-top: 0;
	max-width: 720px;
	text-align: left;
}

.gcvabout-testimonial-grid {
	column-gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	row-gap: 18px;
}

.gcvabout-testimonial-grid figure {
	background: #fff;
	border: 1px solid rgba(63, 88, 201, 0.12);
	border-radius: 20px;
	box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
	display: grid;
	grid-template-rows: 1fr auto auto;
	padding: 24px;
	text-align: left;
}

.gcvabout-testimonial-grid blockquote {
	color: #10103b;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 18px;
	max-width: none;
}

.gcvabout-testimonial-grid blockquote::before {
	color: #9d8cff;
	content: "“";
	display: block;
	font-size: 3rem;
	font-weight: 900;
	line-height: 0.7;
	margin-bottom: 8px;
}

.gcvabout-testimonial-grid figcaption {
	color: #6b6680;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.45;
	margin: 0 0 16px;
}

.gcvabout-stars {
	font-size: 1.12rem;
	letter-spacing: 1px;
}

.gcvabout-page-refresh .gcvabout-pass-cta {
	background:
		linear-gradient(90deg, rgba(16, 16, 59, 0.78), rgba(27, 26, 81, 0.86)),
		url("backgrounds/forever-perfect-dark-hero-1600.jpg") center / cover no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 22px 60px rgba(16, 16, 59, 0.2);
	margin-top: 34px;
}

.gcvabout-refresh-shell .gcvp-footer {
	margin-top: 0;
}

.gcvabout-page-refresh .gcvabout-pass-cta h2 {
	color: #fff;
	font-size: 1.35rem;
}

.gcvabout-page-refresh .gcvabout-pass-cta p {
	color: rgba(255, 255, 255, 0.86);
}

.gcvabout-page-refresh .gcvabout-pass-button {
	background: #6828cd;
	box-shadow: 0 16px 32px rgba(104, 40, 205, 0.3);
	color: #fff !important;
}

.gcvabout-page-refresh .gcvabout-pass-button:hover,
.gcvabout-page-refresh .gcvabout-pass-button:focus-visible {
	background: #5a20bb;
	color: #fff !important;
	transform: translateY(-1px);
}

.gcvdonate-intro-panel {
	align-items: start;
	grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.58fr);
}

.gcvdonate-giving {
	align-self: stretch;
	background:
		linear-gradient(150deg, rgba(16, 16, 59, 0.96), rgba(27, 26, 81, 0.92)),
		url("backgrounds/forever-perfect-dark-hero-1600.jpg") center / cover no-repeat;
	border-radius: 20px;
	box-shadow: 0 18px 44px rgba(16, 16, 59, 0.18);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(22px, 3vw, 30px);
}

.gcvdonate-giving h2 {
	color: #fff;
	font-size: 1.25rem;
	margin-bottom: 10px;
}

.gcvdonate-giving p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9rem;
	line-height: 1.55;
	margin: 0 0 18px;
}

.gcvdonate-amount-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcvdonate-amount-link {
	align-content: center;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 14px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
	color: #10103b !important;
	display: grid;
	min-height: 94px;
	padding: 16px;
	text-align: left;
	text-decoration: none !important;
	transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.gcvdonate-amount-link span {
	color: #6828cd;
	font-size: 1.72rem;
	font-weight: 900;
	line-height: 1;
}

.gcvdonate-amount-link small {
	color: #504c69;
	font-size: 0.78rem;
	font-weight: 800;
	margin-top: 8px;
	text-transform: uppercase;
}

.gcvdonate-amount-link:hover,
.gcvdonate-amount-link:focus-visible {
	background: #6828cd;
	color: #fff !important;
	transform: translateY(-2px);
}

.gcvdonate-amount-link:hover span,
.gcvdonate-amount-link:focus-visible span,
.gcvdonate-amount-link:hover small,
.gcvdonate-amount-link:focus-visible small {
	color: #fff;
}

.gcvdonate-impact-section .gcvabout-resource-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gcvdonate-note-panel .gcvabout-purpose-mark {
	background: #6828cd;
}

.gcvdonate-note-panel .gcvabout-purpose-mark span {
	color: #fff;
}

.gcvdonate-final-cta {
	margin-bottom: 10px;
}

.gcvabout-policy-panel {
	display: block;
	padding: clamp(24px, 5vw, 54px);
}

.gcvabout-policy-copy {
	max-width: 920px;
}

.gcvabout-policy-copy h2 {
	margin-top: 34px;
}

.gcvabout-policy-copy h2:first-child {
	margin-top: 0;
}

.gcvabout-policy-copy h3,
.gcvabout-policy-copy h4 {
	color: #10103b;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	font-weight: 800;
	line-height: 1.25;
	margin: 28px 0 12px;
}

.gcvabout-policy-copy h3 {
	font-size: 1.08rem;
}

.gcvabout-policy-copy h4 {
	font-size: 0.98rem;
}

.gcvabout-policy-copy ul,
.gcvabout-policy-copy ol {
	margin: 0 0 24px 1.2rem;
	padding: 0;
}

.gcvabout-policy-copy li {
	color: #504c69;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	font-size: 0.95rem;
	line-height: 1.7;
	margin-bottom: 8px;
}

.gcvabout-policy-note {
	background: #f4f0ff;
	border-left: 4px solid #6828cd;
	border-radius: 0 14px 14px 0;
	padding: 14px 16px;
}

.gcvabout-faq {
	display: grid;
	gap: 12px;
	margin-top: 16px;
}

.gcvabout-faq details {
	background: #f8f7ff;
	border: 1px solid rgba(63, 88, 201, 0.12);
	border-radius: 14px;
	padding: 16px 18px;
}

.gcvabout-faq summary {
	color: #10103b;
	cursor: pointer;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.35;
}

.gcvabout-faq details p {
	margin: 12px 0 0;
}

.gcvabout-policy-copy .cmplz-document {
	max-width: none;
}

.gcvabout-policy-copy .cmplz-document p,
.gcvabout-policy-copy .cmplz-document li {
	font-family: Lexend, Montserrat, system-ui, sans-serif;
}

@media (max-width: 1100px) {
	.gcvabout-intro-panel,
	.gcvabout-creator-panel {
		grid-template-columns: minmax(0, 1fr) minmax(240px, 0.62fr);
	}

	.gcvdonate-intro-panel {
		grid-template-columns: 1fr;
	}

	.gcvabout-resource-grid,
	.gcvabout-testimonial-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gcvdonate-impact-section .gcvabout-resource-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.gcvabout-refresh-shell.gcvp-shell .gcvp-nav-shell {
		background: transparent !important;
		height: 0 !important;
		min-height: 0 !important;
	}

	.gcvabout-refresh-shell .gcvp-nav-shell {
		background: transparent !important;
		height: 0 !important;
		min-height: 0 !important;
	}

	.gcvabout-refresh-shell.gcvp-home {
		padding-top: 0 !important;
	}

	.gcvabout-refresh-shell .gcvabout-refresh-hero {
		background:
			linear-gradient(180deg, rgba(16, 16, 59, 0.58) 0%, rgba(16, 16, 59, 0.34) 45%, rgba(16, 16, 59, 0.56) 100%),
			url("backgrounds/product-page-hero-background-mobile.jpg") center top / cover no-repeat;
		padding-top: 86px !important;
	}

	.gcvabout-page-refresh .gcvabout-testimonial-grid figure:nth-child(n+4) {
		display: none;
	}
}

.gcvabout-page .gcvp-footer {
	margin-top: 0;
}

.gcvnews-page {
	background: #fff;
	color: #000;
	font-family: Montserrat, Lexend, system-ui, sans-serif;
	line-height: 1.35;
}

.gcvnews-main {
	padding: 108px 0 66px;
}

.gcvnews-wrap {
	margin-inline: auto;
	max-width: 1140px;
	padding-inline: 18px;
}

.gcvnews-hero {
	text-align: center;
}

.gcvnews-hero h1,
.gcvnews-hero h2 {
	color: #000;
	font-family: Montserrat, Lexend, system-ui, sans-serif;
	font-size: 46px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.23;
	margin: 0;
}

.gcvnews-hero h1 span {
	color: #7096f7;
	display: inline-block;
	min-width: 170px;
	position: relative;
}

.gcvnews-hero h1 span::after {
	background: #000;
	content: "";
	height: 1.12em;
	position: absolute;
	right: -13px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
}

.gcvnews-hero h2 {
	margin-top: 34px;
}

.gcvnews-hero p {
	color: #000;
	font-family: Montserrat, Lexend, system-ui, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.42;
	margin: 82px auto 0;
	max-width: 1110px;
}

.gcvnews-form-section {
	display: flex;
	justify-content: center;
	margin-top: 92px;
	padding-inline: 18px;
}

.gcvnews-sib,
.gcvnews-sib .sib-form-container,
.gcvnews-sib #sib-container {
	background: transparent;
	color: #3e4857;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.gcvnews-sib {
	max-width: 540px;
	width: 100%;
}

.gcvnews-sib #sib-container {
	background: #ececec;
	border: 0;
	border-radius: 14px;
	padding: 31px 43px 31px;
}

.gcvnews-form-title {
	color: #3e4857;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 25px;
}

.gcvnews-field {
	margin-bottom: 22px;
}

.gcvnews-field label {
	color: #3e4857;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 14px;
}

.gcvnews-field label span,
.gcvnews-checkbox label span {
	color: #ff4949;
}

.gcvnews-sib .gcvnews-field input.input {
	appearance: none;
	background: #fff !important;
	border: 1px solid #cfd7e2 !important;
	border-radius: 2px !important;
	box-shadow: none !important;
	color: #3e4857;
	display: block !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	height: 42px;
	line-height: 1.3;
	padding: 8px 10px;
	width: 100%;
}

.gcvnews-checkbox {
	align-items: flex-start;
	display: grid;
	gap: 10px;
	grid-template-columns: 16px minmax(0, 1fr);
	margin: 31px 0 22px;
}

.gcvnews-checkbox input {
	appearance: auto;
	height: 16px;
	margin: 1px 0 0;
	width: 16px;
}

.gcvnews-checkbox label {
	color: #3e4857;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
}

.gcvnews-checkbox a {
	color: #159df4;
	text-decoration: underline;
}

.gcvnews-submit {
	background: #3e4857 !important;
	border: 0 !important;
	border-radius: 3px !important;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding: 14px 21px !important;
	text-transform: uppercase;
}

.gcvnews-past {
	padding-top: 104px;
	text-align: center;
}

.gcvnews-gallery-wrap {
	margin-inline: auto;
	max-width: 1380px;
	padding-inline: 18px;
}

.gcvnews-past-title {
	color: #000;
	font-family: Montserrat, Lexend, system-ui, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
}

.gcvnews-gallery {
	display: grid;
	gap: 0 66px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 52px;
}

.gcvnews-gallery figure {
	margin: 0;
	min-width: 0;
}

.gcvnews-gallery a {
	display: block;
}

.gcvnews-gallery img {
	display: block;
	height: auto;
	width: 100%;
}

.gcvnews-gallery figcaption {
	color: #7096f7;
	font-family: Montserrat, Lexend, system-ui, sans-serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.28;
	margin-top: 34px;
	min-height: 54px;
}

.gcvnews-lightbox {
	align-items: center;
	background: rgba(0, 0, 0, 0.82);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 48px 24px;
	position: fixed;
	z-index: 999999;
}

.gcvnews-lightbox[hidden] {
	display: none;
}

.gcvnews-lightbox button {
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 44px;
	line-height: 1;
	position: fixed;
	right: 24px;
	top: 16px;
}

.gcvnews-lightbox img {
	max-height: 90vh;
	max-width: min(92vw, 720px);
	width: auto;
}

.gcvnews-page .gcvp-footer {
	margin-top: 0;
}

.gcvbricks-page {
	background: #fff;
	color: #000;
	font-family: Poppins, "Open Sans", system-ui, sans-serif;
	font-size: 20px;
	line-height: 1.3;
}

.gcvbricks-hero {
	align-items: center;
	background-image: linear-gradient(rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url("/wp-content/uploads/2022/10/Lego-Christmas.25.jpg");
	background-position: center center;
	background-size: cover;
	display: flex;
	height: 259px;
	justify-content: center;
	margin-top: 58px;
	padding: 0 24px;
	text-align: center;
}

.gcvbricks-hero h1 {
	color: #fff;
	font-size: 57px;
	font-weight: 400;
	letter-spacing: -3px;
	line-height: 1.3;
	margin: 0;
	text-shadow: 5px 7px 13px #252525;
}

.gcvbricks-wrap {
	margin-inline: auto;
	max-width: 1140px;
	padding-inline: 15px;
}

.gcvbricks-page h2 {
	color: #3d4459;
	font-family: Poppins, sans-serif;
	font-size: 45px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.1;
	margin: 0 0 22px;
}

.gcvbricks-page h2 a {
	color: inherit;
	text-decoration: none;
}

.gcvbricks-page p,
.gcvbricks-checks {
	color: #000;
	font-family: "Open Sans", Poppins, sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.3;
	margin: 0 0 24px;
}

.gcvbricks-intro {
	background: #f0f0f0;
	padding: 42px 0 10px;
}

.gcvbricks-intro-grid,
.gcvbricks-two-col,
.gcvbricks-related-grid {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 0.521fr) minmax(0, 0.479fr);
}

.gcvbricks-intro-grid {
	gap: 34px;
}

.gcvbricks-copy {
	padding-right: 10%;
}

.gcvbricks-checks {
	list-style: none;
	padding: 0;
}

.gcvbricks-checks li {
	align-items: flex-start;
	display: flex;
	gap: 15px;
	margin: 2px 0;
}

.gcvbricks-checks li::before {
	align-items: center;
	background: #d13d3a;
	border-radius: 999px;
	color: #fff;
	content: "✓";
	display: inline-flex;
	flex: 0 0 21px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	height: 21px;
	justify-content: center;
	line-height: 1;
	margin-top: 2px;
	width: 21px;
}

.gcvbricks-checks-pink li::before {
	background: #f92486;
}

.gcvbricks-loop {
	border-radius: 12px;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.gcvbricks-loop video,
.gcvbricks-page video {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.gcvbricks-feature-video {
	background: #dedede;
	padding: 43px 0;
}

.gcvbricks-feature-video .gcvbricks-wrap {
	max-width: 1080px;
}

.gcvbricks-progress {
	background: #fff;
	padding: 19px 0 40px;
}

.gcvbricks-video-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 30px;
}

.gcvbricks-translations {
	background: #dedede;
	padding: 36px 0 21px;
}

.gcvbricks-translations .gcvbricks-two-col {
	align-items: center;
	gap: 34px;
}

.gcvbricks-stack {
	display: grid;
	gap: 18px;
}

.gcvbricks-stack p {
	margin: -4px 0 24px;
}

.gcvbricks-related {
	background: #fff;
	padding: 70px 0;
}

.gcvbricks-related-grid {
	gap: 0;
}

.gcvbricks-related-grid > img {
	margin-right: 20px;
	max-width: 100%;
	width: 600px;
}

.gcvbricks-related-grid > div {
	padding-left: 40px;
}

.gcvbricks-logos {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: 0.47fr 0.53fr;
	margin-top: 24px;
}

.gcvbricks-logos img {
	height: auto;
	max-width: 100%;
}

.gcvbricks-ar {
	background: #fff;
	padding: 70px 0;
}

.gcvbricks-ar .gcvbricks-two-col {
	gap: 34px;
}

.gcvbricks-ar img {
	display: block;
	height: auto;
	max-width: 100%;
}

.gcvbricks-page .gcvp-footer {
	margin-top: 0;
}

.gcvchristmas-page .gcvbundle-wrap {
	max-width: 1168px;
	padding-inline: 22px;
}

.gcvchristmas-page .gcvbundle-hero-banner {
	height: 315px;
}

.gcvchristmas-page .gcvbundle-hero-banner h1 {
	font-size: clamp(3.1rem, 4.5vw, 5rem);
}

.gcvchristmas-page .gcvbundle-intro {
	padding: 56px 0 52px;
}

.gcvchristmas-page .gcvbundle-intro-grid {
	gap: 44px;
	grid-template-columns: minmax(0, 1.72fr) minmax(320px, 0.72fr);
	max-width: 1168px;
}

.gcvchristmas-page .gcvbundle-main {
	padding: 54px 0 62px;
}

.gcvchristmas-page .gcvbundle-story-grid {
	gap: 64px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
	margin-bottom: 54px;
}

.gcvchristmas-page .gcvbundle-story-grid h2,
.gcvchristmas-page .gcvbundle-included h2,
.gcvchristmas-page .gcvbundle-carousel-section h2,
.gcvchristmas-page .gcvbundle-intro-posters h2,
.gcvchristmas-page .gcvbundle-how-grid h2 {
	font-size: clamp(2rem, 2.35vw, 2.6rem);
	line-height: 1.12;
	margin-bottom: 24px;
}

.gcvchristmas-page .gcvbundle-copy h2 {
	margin-bottom: 34px;
}

.gcvchristmas-page .gcvbundle-included {
	border-radius: 30px;
	padding: 28px 34px 30px;
}

.gcvchristmas-page .gcvbundle-included h2 + p {
	margin-top: 0;
}

.gcvchristmas-page .gcvbundle-included h2:not(:first-child) {
	margin-top: 32px;
}

.gcvchristmas-page .gcvbundle-price-grid {
	gap: 42px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
	margin-top: 58px;
}

.gcvchristmas-page .gcvbundle-price-card {
	border-radius: 30px;
	padding: 34px 38px 38px;
	text-align: center;
}

.gcvchristmas-page .gcvbundle-price-card h2:first-child {
	font-size: clamp(1.9rem, 2.3vw, 2.35rem);
	margin-bottom: 16px;
}

.gcvchristmas-page .gcvbundle-price {
	font-size: clamp(1.9rem, 2.2vw, 2.35rem);
	font-weight: 500;
	margin-bottom: 26px;
}

.gcvchristmas-page .gcvbundle-price-card .gcvbundle-button {
	min-width: 270px;
}

.gcvchristmas-page .gcvbundle-price-card h2:not(:first-child) {
	font-size: clamp(2rem, 2.45vw, 2.75rem);
	line-height: 1.12;
	margin: 52px 0 22px;
}

.gcvchristmas-page .gcvbundle-price-card p {
	text-align: left;
}

.gcvchristmas-page .gcvbundle-price-card img {
	max-width: 470px;
	width: 82%;
}

.gcvchristmas-page .gcvbundle-intro-posters {
	text-align: left;
}

.gcvchristmas-page .gcvbundle-intro-posters h2 {
	text-align: center;
}

.gcvchristmas-page .gcvbundle-intro-posters p {
	text-align: left;
}

.gcvchristmas-page .gcvbundle-single-poster {
	max-width: 680px;
}

.gcveastertrail-page .gcvbundle-wrap {
	max-width: 1120px;
	padding-inline: 0;
}

.gcveastertrail-page .gcvbundle-hero-banner {
	background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("/wp-content/uploads/2024/02/Website-banner.jpg");
	background-position: center 68%;
	height: 211px;
}

.gcveastertrail-page .gcvbundle-hero-banner h1 {
	font-size: clamp(2.55rem, 3.7vw, 3.45rem);
	font-weight: 400;
	letter-spacing: 0;
	text-shadow: 0 3px 7px rgba(0, 0, 0, 0.55);
}

.gcveastertrail-page .gcvbundle-intro {
	padding: 42px 0 42px;
}

.gcveastertrail-page .gcvbundle-intro-grid {
	align-items: center;
	gap: 20px;
	grid-template-columns: minmax(0, 814px) minmax(260px, 1fr);
}

.gcveastertrail-page .gcvbundle-intro-copy p,
.gcveastertrail-page li,
.gcveastertrail-page p {
	font-size: 1rem;
	line-height: 1.48;
}

.gcveastertrail-page .gcvbundle-button {
	font-size: 0.96rem;
	min-width: 190px;
	padding: 15px 22px;
}

.gcveastertrail-page .gcvbundle-main {
	padding: 38px 0 56px;
}

.gcveastertrail-page .gcvbundle-story-grid {
	align-items: start;
	gap: 30px;
	grid-template-columns: minmax(0, 550px) minmax(0, 510px);
	margin-bottom: 52px;
}

.gcveastertrail-page .gcvbundle-story-grid h2,
.gcveastertrail-page .gcvbundle-included h2,
.gcveastertrail-page .gcvbundle-carousel-section h2,
.gcveastertrail-page .gcvbundle-intro-posters h2,
.gcveastertrail-page .gcvbundle-how-grid h2,
.gcveastertrail-page .gcvbundle-price-card h2,
.gcveastertrail-page .gcvbundle-resources h2,
.gcveastertrail-page .gcvbundle-resource-card h2 {
	font-size: clamp(1.75rem, 2vw, 2.18rem);
	line-height: 1.12;
	margin-bottom: 22px;
}

.gcveastertrail-page .gcvbundle-included {
	border-radius: 24px;
	padding: 24px 30px 26px;
}

.gcveastertrail-page .gcvbundle-included h2:not(:first-child) {
	font-size: clamp(1.6rem, 1.8vw, 1.95rem);
	margin-top: 24px;
}

.gcveastertrail-page .gcvbundle-carousel-section {
	margin-top: 46px;
}

.gcveastertrail-page .gcveg-carousel-shell {
	max-width: 920px;
}

.gcveastertrail-page .gcveg-carousel {
	grid-template-columns: 34px minmax(0, 640px) 34px;
}

.gcveastertrail-page .gcveg-carousel-frame img {
	display: none;
	height: auto;
	width: 100%;
}

.gcveastertrail-page .gcveg-carousel-frame img.is-active {
	display: block;
}

.gcveastertrail-page .gcveg-arrow {
	font-size: 60px;
}

.gcveastertrail-page .gcvbundle-price-grid {
	gap: 60px;
	grid-template-columns: minmax(0, 510px) minmax(0, 510px);
	margin-top: 54px;
}

.gcveastertrail-page .gcvbundle-price-card {
	border-radius: 26px;
	padding: 30px 32px 36px;
	text-align: center;
}

.gcveastertrail-page .gcvbundle-price-card h2:first-child {
	font-size: clamp(1.7rem, 1.85vw, 2rem);
	margin-bottom: 12px;
}

.gcveastertrail-page .gcvbundle-price {
	font-size: clamp(1.65rem, 1.9vw, 2rem);
	font-weight: 500;
	margin-bottom: 24px;
}

.gcveastertrail-page .gcvbundle-price-card h2:not(:first-child) {
	font-size: clamp(1.55rem, 1.85vw, 2rem);
	line-height: 1.12;
	margin: 46px 0 18px;
}

.gcveastertrail-page .gcvbundle-price-card p,
.gcveastertrail-page .gcvbundle-intro-posters p {
	text-align: left;
}

.gcveastertrail-page .gcvbundle-price-card img {
	max-width: 300px;
	width: 78%;
}

.gcveastertrail-page .gcvbundle-single-poster {
	max-width: 455px;
}

.gcveastertrail-page .gcvbundle-how-grid {
	gap: 40px;
	grid-template-columns: minmax(0, 510px) minmax(0, 510px);
	margin-top: 62px;
}

.gcveastertrail-page .gcvbundle-how-grid img {
	max-width: 540px;
}

.gcveastertrail-page .gcvbundle-resources {
	padding: 48px 0 70px;
}

.gcveastertrail-page .gcvbundle-resources-intro {
	gap: 58px;
	grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.9fr);
	margin-bottom: 58px;
}

.gcveastertrail-page .gcvbundle-resources-intro img {
	width: min(100%, 420px);
}

.gcveastertrail-page .gcvbundle-resource-columns {
	gap: 62px;
}

.gcveastertrail-page .gcvbundle-resource-card img {
	max-height: none;
	max-width: 510px;
}

.gcvegghunt-page .gcvbundle-wrap {
	max-width: 1120px;
	padding-inline: 0;
}

.single-download .gcvegghunt-page,
.gcvegghunt-page .gcvp-nav-shell {
	margin-top: 0;
}

html:has(body.single-download:not(.admin-bar) .gcvegghunt-page),
body.single-download:not(.admin-bar):has(.gcvegghunt-page) {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.gcvegghunt-page .gcvbundle-hero-banner {
	background-image: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url("/wp-content/uploads/2026/02/Easter-Egg-Hunt-Background-2.jpg");
	background-position: center 49%;
	height: 259px;
}

.gcvegghunt-page .gcvbundle-hero-banner h1 {
	font-family: Poppins, Lexend, system-ui, sans-serif;
	font-size: clamp(2.7rem, 4.2vw, 3.7rem);
	font-weight: 400;
	letter-spacing: 0;
	text-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
}

.gcvegghunt-page h2 {
	font-size: clamp(1.75rem, 2vw, 2.18rem);
	line-height: 1.12;
	margin-bottom: 20px;
}

.gcvegghunt-page p,
.gcvegghunt-page li {
	font-size: 1rem;
	line-height: 1.48;
}

.gcvegghunt-intro {
	background: #fff;
	padding: 42px 0 44px;
}

.gcvegghunt-intro-grid {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 760px) minmax(250px, 1fr);
}

.gcvegghunt-top-copy p {
	font-weight: 500;
	margin-bottom: 20px;
}

.gcvegghunt-top-copy .gcvbundle-button {
	display: flex;
	margin-top: 16px;
	min-width: 190px;
	padding: 15px 22px;
	width: fit-content;
}

.gcvegghunt-page .gcvbundle-main {
	padding: 42px 0 56px;
}

.gcvegghunt-story {
	display: grid;
	grid-template-columns: minmax(0, 555px) minmax(0, 1fr);
	margin-bottom: 52px;
}

.gcvegghunt-story h2 {
	max-width: 560px;
}

.gcvegghunt-page .gcvbundle-carousel-section {
	margin-top: 0;
}

.gcvegghunt-page .gcveg-carousel-shell {
	max-width: 940px;
}

.gcvegghunt-page .gcveg-carousel {
	grid-template-columns: 34px minmax(0, 680px) 34px;
	justify-content: center;
}

.gcvegghunt-page .gcveg-carousel-frame img {
	display: none;
	height: auto;
	width: 100%;
}

.gcvegghunt-page .gcveg-carousel-frame img.is-active {
	display: block;
}

.gcvegghunt-page .gcveg-arrow {
	color: #111;
	font-size: 60px;
}

.gcvegghunt-page .gcveg-dots button {
	background: #d3d5dc;
	height: 7px;
	width: 7px;
}

.gcvegghunt-page .gcveg-dots button.is-active {
	background: #111;
}

.gcvegghunt-bundle-head {
	margin-top: 36px;
	text-align: center;
}

.gcvegghunt-bundle-head p {
	margin: 0 auto 30px;
	max-width: 920px;
}

.gcvegghunt-bundles {
	display: grid;
	gap: 34px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcvegghunt-bundles .gcvbundle-card {
	border-radius: 20px;
	padding: 28px 34px 32px;
}

.gcvegghunt-bundles .gcvbundle-card h2 {
	margin-bottom: 22px;
}

.gcvegghunt-bundles li {
	margin-bottom: 12px;
}

.gcvegghunt-bundles .gcvbundle-button,
.gcvegghunt-page .gcvbundle-button {
	font-size: 0.95rem;
	min-width: 190px;
	padding: 15px 22px;
}

.gcvegghunt-resources {
	background: #fff;
	padding: 44px 0 54px;
}

.gcvegghunt-resources-intro,
.gcvegghunt-resource-grid,
.gcvegghunt-try,
.gcvegghunt-info-cards {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcvegghunt-resources-intro {
	align-items: center;
	margin-bottom: 38px;
}

.gcvegghunt-resources-intro img {
	display: block;
	height: auto;
	margin-inline: auto;
	width: min(100%, 430px);
}

.gcvegghunt-resource-grid {
	align-items: start;
	margin-bottom: 34px;
}

.gcvegghunt-resource-grid article,
.gcvegghunt-social,
.gcvegghunt-try,
.gcvegghunt-info-cards {
	text-align: center;
}

.gcvegghunt-resource-grid p,
.gcvegghunt-social-copy p,
.gcvegghunt-try p,
.gcvegghunt-info-cards p,
.gcvegghunt-info-cards li {
	text-align: left;
}

.gcvegghunt-resource-grid img,
.gcvegghunt-resource-grid video {
	display: block;
	height: auto;
	margin: 18px auto 0;
	max-width: 100%;
	width: 100%;
}

.gcvegghunt-resource-grid a {
	color: #326fff;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.gcvegghunt-social {
	margin-top: 20px;
}

.gcvegghunt-social-copy {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcvegghunt-social-images {
	display: grid;
	gap: 34px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 18px;
}

.gcvegghunt-social-images img {
	display: block;
	height: auto;
	width: 100%;
}

.gcvegghunt-page .gcvegghunt-bottom {
	padding-bottom: clamp(36px, 5vw, 64px);
	padding-top: 42px;
}

.gcvegghunt-page .gcvp-footer {
	margin-top: 0;
}

.gcvegghunt-try {
	align-items: center;
	margin-bottom: 42px;
}

.gcvegghunt-try img {
	display: block;
	height: auto;
	max-width: 100%;
}

.gcvegghunt-try > img {
	width: 100%;
}

.gcvegghunt-demo {
	margin: 18px auto 0;
	width: min(100%, 360px);
}

.gcvegghunt-info-cards .gcvbundle-card {
	border-radius: 24px;
	padding: 30px 34px 34px;
}

.gcvegghunt-info-cards ol,
.gcvegghunt-info-cards ul {
	text-align: left;
}

.gcvchristmas2025-page .gcvbundle-wrap {
	max-width: 1140px;
	padding-inline: 22px;
}

.gcvchristmas2025-page .gcvbundle-hero-banner {
	background-image: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url("/wp-content/uploads/2025/10/Christmas-Story-Trail-background-2.jpg");
	background-position: center 48%;
	height: 211px;
}

.gcvchristmas2025-page .gcvbundle-hero-banner h1 {
	font-size: clamp(2.45rem, 3.1vw, 3.45rem);
	font-weight: 400;
	text-shadow: 0 3px 7px rgba(0, 0, 0, 0.55);
}

.gcvchristmas2025-page .gcvbundle-intro {
	padding: 40px 0 38px;
}

.gcvchristmas2025-page .gcvbundle-intro-grid {
	align-items: center;
	gap: 20px;
	grid-template-columns: minmax(0, 2.2fr) minmax(250px, 0.62fr);
}

.gcvchristmas2025-page .gcvbundle-intro-copy p,
.gcvchristmas2025-page li,
.gcvchristmas2025-page p {
	font-size: 1rem;
	line-height: 1.48;
}

.gcvchristmas2025-page .gcvbundle-intro-copy .gcvbundle-button {
	margin-top: 12px;
	min-width: 240px;
}

.gcvchristmas2025-page .gcvbundle-main {
	padding: 36px 0 38px;
}

.gcvchristmas2025-page .gcvbundle-story-grid {
	align-items: start;
	gap: 48px;
	grid-template-columns: minmax(0, 1.04fr) minmax(330px, 0.86fr);
	margin-bottom: 0;
}

.gcvchristmas2025-page .gcvbundle-page h2,
.gcvchristmas2025-page h2 {
	font-size: clamp(1.72rem, 1.9vw, 2.08rem);
	line-height: 1.1;
	margin-bottom: 22px;
}

.gcvchristmas2025-page .gcvbundle-copy h2,
.gcvchristmas2025-page .gcvbundle-included h2,
.gcvchristmas2025-page .gcvbundle-intro-posters h2 {
	text-align: center;
}

.gcvchristmas2025-page .gcvbundle-card {
	border-radius: 24px;
	padding: 23px 28px 26px;
}

.gcvchristmas2025-page .gcvbundle-included h2 + p {
	margin-top: 0;
}

.gcvchristmas2025-page .gcvbundle-included h2:not(:first-child) {
	font-size: clamp(1.65rem, 1.75vw, 1.95rem);
	margin-top: 24px;
}

.gcvbundle-poster-section {
	background: #fff;
	padding: 34px 0 66px;
}

.gcvchristmas2025-poster-grid {
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
}

.gcvchristmas2025-poster-grid h2 {
	text-align: center;
}

.gcvchristmas2025-poster-grid > div > p {
	margin-inline: auto;
	max-width: 560px;
}

.gcvchristmas2025-page .gcveg-carousel-shell {
	margin-top: 22px;
	max-width: 560px;
}

.gcvchristmas2025-page .gcveg-carousel {
	grid-template-columns: 28px minmax(0, 500px) 28px;
}

.gcvchristmas2025-page .gcveg-carousel-frame img {
	border-radius: 0;
	display: none;
	height: auto;
	max-height: none;
	object-fit: contain;
	width: 100%;
}

.gcvchristmas2025-page .gcveg-carousel-frame img.is-active {
	display: block;
}

.gcvchristmas2025-page .gcveg-arrow {
	color: #111;
	font-size: 58px;
}

.gcvchristmas2025-page .gcveg-dots button {
	background: #d4d6dc;
	height: 7px;
	width: 7px;
}

.gcvchristmas2025-page .gcveg-dots button.is-active {
	background: #111;
}

.gcvchristmas2025-page .gcvbundle-intro-posters {
	text-align: left;
}

.gcvchristmas2025-page .gcvbundle-intro-posters p {
	text-align: left;
}

.gcvchristmas2025-page .gcvbundle-single-poster {
	margin-top: 22px;
	max-width: 330px;
}

.gcvchristmas2025-page .gcvbundle-single-poster + p {
	margin-top: 24px;
}

.gcvchristmas2025-page .gcvbundle-button-center {
	margin-top: 58px;
	min-width: 210px;
}

.gcvchristmas2025-how .gcvbundle-how-grid {
	align-items: center;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr);
	margin-top: 0;
}

.gcvchristmas2025-how .gcvbundle-copy h2 {
	margin-bottom: 18px;
}

.gcvchristmas2025-how .gcvbundle-copy h2:not(:first-child) {
	margin-top: 32px;
}

.gcvchristmas2025-how img {
	max-width: 560px;
}

.gcvchristmas2025-page .gcvp-footer {
	margin-top: 0;
}

.gcveasterbook-page {
	--gcveasterbook-purple: #2d1d5b;
	--gcveasterbook-soft: #e9edfb;
	background: #fff;
	color: #1a1b25;
	font-family: Lexend, Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.48;
	overflow: hidden;
}

.gcveasterbook-page * {
	box-sizing: border-box;
}

.gcveasterbook-page a {
	text-decoration: none;
}

.gcveasterbook-page .gcvp-socials a {
	color: var(--navy);
}

.gcveasterbook-wrap {
	margin-inline: auto;
	max-width: 1168px;
	padding-inline: 22px;
}

.gcveasterbook-hero {
	align-items: center;
	background-image: linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url("/wp-content/uploads/2024/02/Website-banner.jpg");
	background-position: center 51%;
	background-size: cover;
	display: flex;
	height: 269px;
	justify-content: center;
	padding: 0 22px;
	text-align: center;
}

@media (min-width: 861px) {
	.gcveasterbook-hero {
		margin-top: 58px;
	}
}

.gcveasterbook-hero h1 {
	color: #fff;
	font-size: clamp(2.8rem, 4.4vw, 4.15rem);
	font-weight: 400;
	line-height: 1.08;
	margin: 0;
	text-shadow: 0 3px 8px rgba(0, 0, 0, 0.55);
}

.gcveasterbook-page main h2,
.gcveasterbook-page main h3 {
	color: #000;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 20px;
	text-align: center;
}

.gcveasterbook-page main h2 {
	font-size: clamp(1.82rem, 2.05vw, 2.2rem);
}

.gcveasterbook-page main h3 {
	font-size: clamp(1.28rem, 1.48vw, 1.6rem);
}

.gcveasterbook-page main p,
.gcveasterbook-page main li {
	color: #1b1d27;
	font-size: 0.98rem;
	line-height: 1.48;
	margin: 0 0 18px;
}

.gcveasterbook-button {
	align-items: center;
	background: var(--gcveasterbook-purple);
	border-radius: 4px;
	color: #fff !important;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-width: 238px;
	padding: 17px 24px;
	text-align: center;
}

.gcveasterbook-button-center {
	display: flex;
	margin: 28px auto 0;
	width: fit-content;
}

.gcveasterbook-intro {
	background: #fff;
	padding: 74px 0 64px;
}

.gcveasterbook-intro-grid {
	align-items: center;
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(0, 0.93fr) minmax(320px, 1fr);
}

.gcveasterbook-cover img {
	display: block;
	height: auto;
	margin-inline: auto;
	max-width: 470px;
	width: 100%;
}

.gcveasterbook-intro-copy {
	text-align: left;
}

.gcveasterbook-intro-copy h2 {
	margin-bottom: 26px;
	text-align: left;
}

.gcveasterbook-intro-copy p {
	font-size: 0.98rem;
	text-align: left;
}

.gcveasterbook-stars {
	color: #f59b23;
	font-size: 2.3rem;
	letter-spacing: 3px;
	line-height: 1;
	margin: 22px 0 24px;
	text-align: center;
}

.gcveasterbook-look,
.gcveasterbook-details {
	background: var(--gcveasterbook-soft);
}

.gcveasterbook-look {
	padding: 54px 0 42px;
	text-align: center;
}

.gcveasterbook-look > .gcveasterbook-wrap > p {
	margin: -5px auto 30px;
	max-width: 610px;
}

.gcveasterbook-page .gcveg-carousel-shell {
	margin-inline: auto;
	max-width: 860px;
}

.gcveasterbook-page .gcveg-carousel {
	grid-template-columns: 34px minmax(0, 700px) 34px;
	justify-content: center;
	margin-top: 0;
}

.gcveasterbook-page .gcveg-carousel-frame img {
	border-radius: 0;
	display: none;
	height: auto;
	width: 100%;
}

.gcveasterbook-page .gcveg-carousel-frame img.is-active {
	display: block;
}

.gcveasterbook-page .gcveg-arrow {
	color: #111;
	font-size: 58px;
}

.gcveasterbook-page .gcveg-arrow:hover,
.gcveasterbook-page .gcveg-arrow:focus-visible {
	color: #111;
}

.gcveasterbook-page .gcveg-dots button {
	background: #d5d6df;
	height: 7px;
	width: 7px;
}

.gcveasterbook-page .gcveg-dots button.is-active {
	background: #111;
}

.gcveasterbook-details {
	padding: 38px 0 72px;
}

.gcveasterbook-details-grid {
	align-items: start;
	display: grid;
	gap: 46px;
	grid-template-columns: minmax(430px, 0.96fr) minmax(0, 1.04fr);
}

.gcveasterbook-card {
	background: #fff;
	border-radius: 28px;
	padding: 32px 34px 36px;
}

.gcveasterbook-price-card {
	text-align: center;
}

.gcveasterbook-price-card h2 {
	margin-bottom: 8px;
}

.gcveasterbook-old-price {
	color: #000;
	font-size: 1.55rem;
	font-weight: 500;
	margin-bottom: 0;
	text-decoration: line-through;
}

.gcveasterbook-sale-price {
	color: #d71920 !important;
	font-size: clamp(1.48rem, 1.62vw, 1.72rem) !important;
	font-weight: 800;
	line-height: 1.16 !important;
	margin-bottom: 24px !important;
}

.gcveasterbook-price-card h3 {
	margin: 38px 0 16px;
}

.gcveasterbook-discounts {
	display: grid;
	gap: 16px;
	margin-bottom: 30px;
}

.gcveasterbook-discounts > div {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 28px;
	justify-content: center;
}

.gcveasterbook-discounts strong {
	color: #000;
	font-size: 1.15rem;
	font-weight: 800;
}

.gcveasterbook-discounts span {
	color: #d71920;
	font-size: 1.1rem;
	font-weight: 800;
}

.gcveasterbook-price-card img {
	display: block;
	height: auto;
	margin: 26px auto 0;
	max-width: 410px;
	width: 100%;
}

.gcveasterbook-info {
	padding-top: 8px;
}

.gcveasterbook-lead {
	font-size: 1.02rem !important;
	font-weight: 800;
	text-align: center;
}

.gcveasterbook-meta {
	display: grid;
	gap: 2px 26px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 28px 0 42px;
}

.gcveasterbook-meta p {
	margin-bottom: 10px;
}

.gcveasterbook-endorsement {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: 138px minmax(0, 1fr);
	margin-top: 18px;
}

.gcveasterbook-endorsement img {
	border-radius: 50%;
	display: block;
	height: auto;
	width: 138px;
}

.gcveasterbook-endorsement h3 {
	font-size: 1.22rem;
	margin-bottom: 14px;
	text-align: left;
}

.gcveasterbook-endorsement p {
	font-size: 0.98rem;
}

.gcveasterbook-resources {
	background: #fff;
	padding: 70px 0 78px;
}

.gcveasterbook-resources-intro {
	align-items: center;
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(0, 0.88fr) minmax(300px, 0.9fr);
	margin-bottom: 66px;
}

.gcveasterbook-resources-intro h2 {
	text-align: center;
}

.gcveasterbook-resources-intro img {
	display: block;
	height: auto;
	margin-inline: auto;
	max-width: 520px;
	width: 100%;
}

.gcveasterbook-resource-grid {
	display: grid;
	gap: 54px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcveasterbook-resource {
	text-align: center;
}

.gcveasterbook-resource:first-child {
	grid-row: span 2;
}

.gcveasterbook-resource p {
	text-align: left;
}

.gcveasterbook-resource ul {
	display: inline-block;
	margin: 0 auto 24px;
	padding-left: 24px;
	text-align: left;
}

.gcveasterbook-resource img,
.gcveasterbook-resource video {
	display: block;
	height: auto;
	margin: 0 auto 24px;
	max-width: 510px;
	width: 100%;
}

.gcveasterbook-resource video {
	aspect-ratio: 16 / 9;
	background: #0a0a0a;
}

.gcveasterbook-resource .gcveasterbook-button {
	margin-top: 2px;
}

.gcvchristmasbook-page .gcveasterbook-hero {
	background-image: linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), url("/wp-content/uploads/2022/10/Lego-Christmas.25.jpg");
	background-position: center 48%;
	height: 196px;
}

.gcvchristmasbook-page .gcveasterbook-hero h1 {
	font-size: clamp(2.8rem, 4.69vw, 3.75rem);
}

.gcvchristmasbook-page main p,
.gcvchristmasbook-page main li {
	font-size: 1.063rem;
}

.gcvchristmasbook-page .gcveasterbook-intro {
	padding: 46px 0 30px;
}

.gcvchristmasbook-page .gcveasterbook-intro-grid {
	gap: 58px;
	grid-template-columns: minmax(0, 430px) minmax(0, 560px);
	justify-content: center;
}

.gcvchristmasbook-page .gcveasterbook-cover img {
	max-width: 430px;
}

.gcvchristmasbook-page .gcveasterbook-intro-copy h2 {
	font-size: 2.188rem;
	text-align: left;
}

.gcvchristmasbook-page .gcveasterbook-intro-copy .gcveasterbook-button {
	margin-top: 10px;
}

.gcvchristmasbook-page .gcveasterbook-look {
	padding-top: 16px;
}

.gcvchristmasbook-page .gcveasterbook-look h2 {
	font-size: 2.188rem;
}

.gcvchristmasbook-page .gcveasterbook-look > .gcveasterbook-wrap > p {
	margin-bottom: 4px;
	max-width: none;
}

.gcvchristmasbook-page .gcveg-carousel-shell {
	max-width: 1040px;
}

.gcvchristmasbook-page .gcveg-carousel {
	grid-template-columns: 34px minmax(0, 768px) 34px;
}

.gcvchristmasbook-page .gcveasterbook-details {
	padding-top: 46px;
}

.gcvchristmasbook-page .gcveasterbook-details-grid {
	grid-template-columns: minmax(0, 500px) minmax(0, 560px);
}

.gcvchristmasbook-price-row {
	align-items: baseline;
	display: flex;
	gap: 48px;
	justify-content: center;
	margin-bottom: 24px;
}

.gcvchristmasbook-page .gcveasterbook-old-price,
.gcvchristmasbook-page .gcveasterbook-sale-price {
	margin: 0 !important;
}

.gcvchristmasbook-page .gcveasterbook-sale-price {
	font-size: clamp(1.45rem, 1.62vw, 1.72rem) !important;
}

.gcvchristmasbook-page .gcveasterbook-discounts {
	margin-bottom: 26px;
}

.gcvchristmasbook-page .gcveasterbook-price-card img {
	max-width: 410px;
}

.gcvchristmasbook-page .gcveasterbook-endorsement {
	grid-template-columns: 112px minmax(0, 1fr);
	margin-top: 20px;
}

.gcvchristmasbook-page .gcveasterbook-endorsement img {
	width: 112px;
}

.gcvchristmasbook-page .gcveasterbook-resources-intro img {
	max-width: 440px;
}

.gcvchristmasbook-page .gcvchristmasbook-resource-grid .gcveasterbook-resource:first-child {
	grid-row: auto;
}

.gcvchristmasbook-page .gcveasterbook-resource video {
	margin-top: 22px;
	max-width: 510px;
}

.gcvchristmasbook-page .gcveasterbook-resource:nth-child(3) img {
	max-width: 203px;
}

.gcvchristmasbook-page .gcveasterbook-resource:nth-child(4) img {
	max-width: 420px;
}

.gcvmb-page {
	--gcvmb-purple: #2d1d5b;
	--gcvmb-heading-purple: #6a279b;
	--gcvmb-soft: #e9edfb;
	--gcvmb-blue: #3b8ee5;
	background: #fff;
	color: #1b1d27;
	font-family: "Lexend", sans-serif;
}

.gcvmb-page * {
	box-sizing: border-box;
}

.gcvmb-wrap {
	margin-inline: auto;
	max-width: 1120px;
	padding-inline: 22px;
}

.gcvmb-title-band {
	align-items: center;
	background: var(--gcvmb-soft);
	display: flex;
	height: 245px;
	justify-content: center;
	padding: 0 22px;
	text-align: center;
}

@media (min-width: 861px) {
	.gcvmb-title-band {
		margin-top: 58px;
	}
}

.gcvmb-title-band h1 {
	color: var(--gcvmb-heading-purple);
	font-size: 3.75rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0;
	text-shadow: 0 4px 7px rgba(45, 29, 91, 0.32);
}

.gcvmb-page h2 {
	color: #000;
	font-size: 2.188rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 30px;
	text-align: center;
}

.gcvmb-page p,
.gcvmb-page li,
.gcvmb-price-options label {
	color: #1b1d27;
	font-size: 1rem;
	line-height: 1.48;
}

.gcvmb-page p {
	margin: 0 0 20px;
}

.gcvmb-page ul {
	margin: 0;
	padding-left: 24px;
}

.gcvmb-page li {
	margin-bottom: 16px;
}

.gcvmb-intro {
	background: #fff;
	padding: 36px 0 66px;
}

.gcvmb-intro-grid {
	align-items: start;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 640px) minmax(280px, 320px);
	justify-content: center;
}

.gcvmb-hero-image {
	border-radius: 0;
	display: block;
	height: auto;
	width: 100%;
}

.gcvmb-intro-copy {
	padding-top: 0;
}

.gcvmb-buy-form {
	margin-top: 22px;
}

.gcvmb-buy-form form,
.gcvmb-buy-form .edd_download_purchase_form,
.gcvmb-buy-form .edd_purchase_submit_wrapper {
	display: block;
}

.gcvmb-buy-form .edd_price_options {
	margin: 0 0 24px;
	padding: 0;
}

.gcvmb-buy-form .edd_price_options ul,
.gcvmb-buy-form .edd_price_options li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gcvmb-buy-form .edd_price_options ul {
	display: grid;
	gap: 12px;
}

.gcvmb-buy-form .edd_price_options label {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 6px;
	margin: 0;
}

.gcvmb-buy-form .edd_price_options input {
	accent-color: var(--gcvmb-blue);
	margin: 0;
}

.gcvmb-buy-form .edd-submit,
.gcvmb-buy-form a.edd-submit,
.gcvmb-buy-form input.edd-submit,
.gcvmb-button {
	align-items: center;
	background: var(--gcvmb-blue);
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Lexend", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1.2;
	padding: 12px 18px;
	text-align: center;
	text-decoration: none;
	width: auto;
}

.gcvmb-buy-form .edd-submit:hover,
.gcvmb-buy-form .edd-submit:focus {
	background: #2f7ed1;
	color: #fff;
	text-decoration: none;
}

.gcvmb-buy-form .edd-add-to-cart-label,
.gcvmb-buy-form .edd_go_to_checkout {
	color: #fff;
}

.gcvmb-soft {
	background: var(--gcvmb-soft);
}

.gcvmb-info {
	padding: 42px 0 18px;
}

.gcvmb-two-col {
	display: grid;
	gap: 64px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcvmb-two-col h2:nth-of-type(n+2) {
	margin-top: 46px;
}

.gcvmb-themes {
	padding: 14px 0 36px;
}

.gcvmb-carousel-shell {
	margin-inline: auto;
	max-width: 1040px;
	text-align: center;
}

.gcvmb-theme-title {
	color: var(--gcvmb-heading-purple) !important;
	font-size: 2.05rem !important;
	margin-bottom: 10px !important;
	text-shadow: 0 2px 4px rgba(45, 29, 91, 0.18);
}

.gcvmb-carousel {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: 38px minmax(0, 850px) 38px;
	justify-content: center;
}

.gcvmb-carousel-frame img {
	display: none;
	height: auto;
	width: 100%;
}

.gcvmb-carousel-frame img.is-active {
	display: block;
}

.gcvmb-arrow {
	background: transparent;
	border: 0;
	color: #333;
	cursor: pointer;
	font-family: Georgia, serif;
	font-size: 62px;
	font-weight: 400;
	line-height: 1;
	padding: 0;
}

.gcvmb-dots {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 38px;
}

.gcvmb-dots button {
	background: #d5d6df;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 7px;
	padding: 0;
	width: 7px;
}

.gcvmb-dots button.is-active {
	background: #111;
}

.gcvmb-cards {
	padding: 0 0 18px;
}

.gcvmb-page .gcvp-footer {
	margin-top: 0;
}

.gcvmb-card-grid {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	justify-content: center;
	max-width: 1120px;
}

.gcvmb-card {
	background: #fff;
	border-radius: 28px;
	padding: 28px 34px 36px;
}

.gcvmb-card h2 {
	font-size: 1.875rem;
	line-height: 1.1;
	margin-bottom: 18px;
}

.gcvmb-card .gcvmb-buy-form {
	margin: 22px 0 24px 24px;
}

.gcvmb-card .gcvmb-buy-form .edd_price_options {
	margin-bottom: 18px;
}

@media (max-width: 1100px) {
	.gcvp-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gcvp-lead-magnet {
		grid-template-columns: 1fr;
	}

	.gcvp-logo-item {
		padding: 0;
	}

	.gcvp-nav-shell .gcvp-nav {
		flex-wrap: wrap;
		gap: 10px 14px;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.gcvp-nav-utilities {
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.gcvp-nav-panels {
		padding-left: 24px;
		padding-right: 24px;
	}

	.gcvp-nav-about {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gcvp-search-layout {
		grid-template-columns: 260px minmax(0, 1fr);
	}

	.gcvp-search-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gcvp-submit-hero {
		grid-template-columns: minmax(0, 1fr) minmax(250px, 0.52fr);
	}

	.gcvbundle-intro-grid,
	.gcvbundle-story-grid,
	.gcvbundle-price-grid,
	.gcvbundle-how-grid,
	.gcvbundle-resources-intro {
		grid-template-columns: 1fr;
	}

	.gcvchristmas-page .gcvbundle-wrap {
		max-width: 1120px;
	}

	.gcvchristmas-page .gcvbundle-intro-grid,
	.gcvchristmas-page .gcvbundle-story-grid,
	.gcvchristmas-page .gcvbundle-price-grid,
	.gcvchristmas-page .gcvbundle-how-grid,
	.gcvchristmas-page .gcvbundle-resources-intro {
		grid-template-columns: 1fr;
	}

	.gcveastertrail-page .gcvbundle-intro-grid,
	.gcveastertrail-page .gcvbundle-story-grid,
	.gcveastertrail-page .gcvbundle-price-grid,
	.gcveastertrail-page .gcvbundle-how-grid,
	.gcveastertrail-page .gcvbundle-resources-intro {
		grid-template-columns: 1fr;
	}

	.gcvegghunt-intro-grid,
	.gcvegghunt-story,
	.gcvegghunt-bundles,
	.gcvegghunt-resources-intro,
	.gcvegghunt-resource-grid,
	.gcvegghunt-social-copy,
	.gcvegghunt-social-images,
	.gcvegghunt-try,
	.gcvegghunt-info-cards {
		grid-template-columns: 1fr;
	}

	.gcveastertrail-page .gcvbundle-wrap {
		padding-inline: 22px;
	}

	.gcvegghunt-page .gcvbundle-wrap {
		padding-inline: 22px;
	}

	.gcveastertrail-page .gcvbundle-intro-copy,
	.gcveastertrail-page .gcvbundle-intro-posters,
	.gcveastertrail-page .gcvbundle-copy {
		margin-inline: auto;
		max-width: 650px;
	}

	.gcvegghunt-top-copy,
	.gcvegghunt-story .gcvbundle-copy {
		margin-inline: auto;
		max-width: 650px;
	}

	.gcveastertrail-page .gcvbundle-single-poster {
		max-width: 430px;
	}

	.gcvchristmas2025-page .gcvbundle-intro-grid,
	.gcvchristmas2025-page .gcvbundle-story-grid,
	.gcvchristmas2025-poster-grid,
	.gcvchristmas2025-how .gcvbundle-how-grid,
	.gcveasterbook-intro-grid,
	.gcveasterbook-details-grid,
	.gcveasterbook-resources-intro {
		grid-template-columns: 1fr;
	}

	.gcvchristmas2025-page .gcvbundle-intro-copy,
	.gcvchristmas2025-page .gcvbundle-intro-posters {
		margin-inline: auto;
		max-width: 620px;
	}

	.gcvchristmas2025-page .gcvbundle-single-poster {
		max-width: 380px;
	}

	.gcveasterbook-cover img {
		max-width: 390px;
	}

	.gcveasterbook-intro-copy,
	.gcveasterbook-info,
	.gcveasterbook-resources-intro > div {
		margin-inline: auto;
		max-width: 650px;
	}

	.gcveasterbook-resource-grid {
		grid-template-columns: 1fr;
	}

	.gcveasterbook-resource:first-child {
		grid-row: auto;
	}

	.gcvchristmasbook-page .gcveasterbook-intro-grid,
	.gcvchristmasbook-page .gcveasterbook-details-grid {
		grid-template-columns: 1fr;
	}

	.gcvchristmasbook-price-row {
		flex-direction: column;
		gap: 8px;
	}

	.gcvmb-intro-grid,
	.gcvmb-two-col,
	.gcvmb-card-grid {
		grid-template-columns: 1fr;
	}

	.gcvmb-intro-copy,
	.gcvmb-card {
		margin-inline: auto;
		max-width: 650px;
	}
}

@media (max-width: 899px) {
	.gcvp-discovery-bubbles {
		flex-wrap: wrap;
		max-width: 720px;
	}

	.gcvp-home-card {
		flex-basis: calc((100% - 22px) / 2);
	}

	.gcvp-resource-card {
		flex-basis: calc((100% - 22px) / 2);
	}
}

@media (max-width: 860px) {
	.gcvp-nav-shell {
		background: transparent;
		height: 0;
		overflow: visible;
	}

	.gcvp-nav,
	.gcvp-nav-panels {
		display: none !important;
	}

	.gcvp-mobile-nav {
		display: block;
	}

	.gcvp-home,
	.gcvp-product,
	.gcvp-campaign,
	.gcvp-search-page,
	.gcvp-content-submission,
	.gcveasterbook-page,
	.gcvmb-page {
		padding-top: 52px;
	}

	.gcvp-submit-hero,
	.gcvp-submit-intro,
	.gcvp-submit-fit,
	.gcvp-submit-contact {
		grid-template-columns: 1fr;
	}

	.gcvbundle-resource-columns {
		grid-template-columns: 1fr;
	}

	.gcvp-submit-hero {
		padding-top: clamp(38px, 8vw, 62px);
	}

	.gcvp-submit-hero-media,
	.gcvp-submit-device {
		margin-inline: auto;
		max-width: 520px;
	}

	.gcveg-topbar {
		justify-content: flex-start;
	}

	.gcveg-topbar nav,
	.gcveg-search,
	.gcveg-icon {
		display: none;
	}

	.gcveg-hero-grid,
	.gcveg-two-col,
	.gcveg-card-grid {
		grid-template-columns: 1fr;
	}

	.gcveg-hero-copy {
		max-width: none;
	}

	.gcveg-footer-inner {
		gap: 22px;
		grid-template-columns: 1fr;
		text-align: center;
	}

	.gcveg-footer-inner img,
	.gcveg-footer-inner a {
		margin-inline: auto;
	}

	.gcvbundle-hero-banner {
		height: 220px;
	}

	.gcvchristmas-page .gcvbundle-hero-banner {
		height: 220px;
	}

	.gcvchristmas2025-page .gcvbundle-hero-banner {
		height: 210px;
	}

	.gcvchristmas2025-page .gcvbundle-hero-banner h1 {
		font-size: 2.7rem;
	}

	.gcvchristmas2025-page .gcvbundle-intro,
	.gcvchristmas2025-page .gcvbundle-main,
	.gcvbundle-poster-section {
		padding-block: 34px;
	}

	.gcveastertrail-page .gcvbundle-hero-banner {
		height: 210px;
	}

	.gcveastertrail-page .gcvbundle-hero-banner h1 {
		font-size: 2.7rem;
	}

	.gcveastertrail-page .gcvbundle-intro,
	.gcveastertrail-page .gcvbundle-main,
	.gcveastertrail-page .gcvbundle-resources {
		padding-block: 34px;
	}

	.gcveastertrail-page .gcveg-carousel {
		grid-template-columns: 22px minmax(0, 1fr) 22px;
	}

	.gcveastertrail-page .gcveg-arrow {
		font-size: 44px;
	}

	.gcvchristmas2025-page .gcveg-carousel {
		grid-template-columns: 22px minmax(0, 1fr) 22px;
	}

	.gcvchristmas2025-page .gcveg-arrow {
		font-size: 44px;
	}

	.gcveasterbook-hero {
		height: 218px;
	}

	.gcveasterbook-hero h1 {
		font-size: 2.65rem;
	}

	.gcveasterbook-intro,
	.gcveasterbook-look,
	.gcveasterbook-details,
	.gcveasterbook-resources {
		padding-block: 36px;
	}

	.gcveasterbook-page .gcveg-carousel {
		grid-template-columns: 22px minmax(0, 1fr) 22px;
	}

	.gcveasterbook-page .gcveg-arrow {
		font-size: 44px;
	}

	.gcveasterbook-card {
		border-radius: 22px;
		padding: 28px 22px 32px;
	}

	.gcvmb-title-band {
		height: 180px;
	}

	.gcvmb-title-band h1 {
		font-size: 2.8rem;
	}

	.gcvmb-intro,
	.gcvmb-info,
	.gcvmb-themes,
	.gcvmb-cards {
		padding-block: 34px;
	}

	.gcvmb-cards {
		padding-bottom: 18px;
	}

	.gcvmb-page h2 {
		font-size: 1.9rem;
	}

	.gcvmb-carousel {
		gap: 10px;
		grid-template-columns: 24px minmax(0, 1fr) 24px;
	}

	.gcvmb-arrow {
		font-size: 46px;
	}

	.gcvmb-card {
		border-radius: 22px;
		padding: 26px 22px 30px;
	}

	.gcvlego-page .gcvbundle-hero-banner {
		height: 178px;
	}

	.gcvlego-page .gcvbundle-hero-banner h1 {
		font-size: 2.25rem;
	}

	.gcvlego-intro-copy p,
	.gcvlego-intro-copy .gcvlego-checks li {
		font-size: 1.06rem;
	}

	.gcvlego-intro,
	.gcvlego-main,
	.gcvlego-resources {
		padding-block: 34px;
	}

	.gcvlego-intro-grid,
	.gcvlego-card-grid,
	.gcvlego-resource-columns,
	.gcvlego-resources-intro {
		grid-template-columns: 1fr;
	}

	.gcvlego-section-header h2,
	.gcvlego-sixty h2,
	.gcvlego-resources h2,
	.gcvlego-section-header p {
		text-align: center;
	}

	.gcvestory-hero {
		height: 178px;
		margin-top: 0;
	}

	.gcvestory-hero h1 {
		font-size: 2.25rem;
		letter-spacing: -1px;
	}

	.gcvestory-wrap {
		padding-inline: 22px;
	}

	.gcvestory-watch-grid,
	.gcvestory-info-grid,
	.gcvestory-build-inner {
		grid-template-columns: 1fr;
	}

	.gcvestory-watch {
		padding: 28px 0;
	}

	.gcvestory-watch-copy img {
		display: none;
	}

	.gcvestory-info {
		padding-block: 28px;
	}

	.gcvestory-page h2 {
		font-size: 35px;
	}

	.gcvestory-card {
		margin: 0;
		padding: 32px 24px 36px;
	}

	.gcvestory-watch-copy p,
	.gcvestory-build p,
	.gcvestory-card p {
		font-size: 16px;
		line-height: 1.5;
	}

	.gcvestory-button {
		min-width: 206px;
	}

	.gcvvideo-hero {
		height: 210px;
		margin-top: 0;
	}

	.gcvvideo-hero h1 {
		font-size: 35px;
		letter-spacing: -1px;
	}

	.gcvvideo-intro {
		padding: 27px 0 0;
	}

	.gcvvideo-intro-grid {
		grid-template-columns: 1fr;
	}

	.gcvvideo-copy {
		padding: 0 30px 30px;
		text-align: center;
	}

	.gcvvideo-copy h2 {
		font-size: 30px;
	}

	.gcvvideo-copy p,
	.gcvvideo-watch p {
		font-size: 17px;
	}

	.gcvvideo-loop {
		display: none;
	}

	.gcvvideo-wide {
		padding: 7px;
	}

	.gcvvideo-watch p {
		padding-inline: 12px;
		text-align: center;
	}

	.gcvnews-main {
		padding: 82px 0 42px;
	}

	.gcvnews-hero h1,
	.gcvnews-hero h2 {
		font-size: 32px;
	}

	.gcvnews-hero h1 span {
		min-width: 122px;
	}

	.gcvnews-hero h2 {
		margin-top: 22px;
	}

	.gcvnews-hero p {
		font-size: 16px;
		margin-top: 42px;
	}

	.gcvnews-form-section {
		margin-top: 44px;
	}

	.gcvnews-sib #sib-container {
		padding: 24px 20px 26px;
	}

	.gcvnews-form-title {
		font-size: 22px;
	}

	.gcvnews-past {
		padding-top: 58px;
	}

	.gcvnews-gallery {
		gap: 42px;
		grid-template-columns: 1fr;
		margin-top: 34px;
	}

	.gcvnews-gallery figure {
		margin-inline: auto;
		max-width: 330px;
	}

	.gcvnews-gallery figcaption {
		font-size: 18px;
		margin-top: 16px;
		min-height: 0;
	}

	.gcvsub-page main {
		padding-top: 38px;
	}

	.gcvsub-hero h1 {
		font-size: 30px;
	}

		.gcvsub-intro-grid,
		.gcvsub-plan-grid,
		.gcvsub-plan-notes,
		.gcvsub-details-grid,
		.gcvsub-steps,
		.gcvsub-refresh-hero-grid,
		.gcvsub-refresh-benefit-grid,
		.gcvsub-refresh-how-grid {
			grid-template-columns: 1fr;
		}

	.gcvsub-intro-grid {
		gap: 24px;
	}

	.gcvsub-intro-card p,
	.gcvsub-faq p,
	.gcvsub-how p {
		font-size: 16px;
	}

	.gcvsub-plans {
		padding: 28px 0 42px;
	}

	.gcvsub-plan {
		min-height: auto;
		padding: 28px 20px 32px;
	}

	.gcvsub-plan h2 {
		font-size: 26px;
		margin-bottom: 28px;
	}

	.gcvsub-plan-list {
		margin: 28px 0 38px;
	}

	.gcvsub-plan-price {
		font-size: 28px;
	}

	.gcvsub-plan-notes {
		gap: 16px;
	}

	.gcvsub-details {
		padding-bottom: 44px;
	}

	.gcvsub-details-grid {
		gap: 28px;
	}

	.gcvsub-steps {
		gap: 18px;
		margin-top: 28px;
	}

	.gcvsub-steps img {
		margin-inline: auto;
	}

	.gcvsub-faq {
		padding: 20px;
	}

		.gcvsub-terms {
			padding-bottom: 40px;
		}

		.gcvsub-refresh-hero,
		.gcvsub-refresh-benefits,
		.gcvsub-refresh-how,
		.gcvsub-refresh-terms {
			padding-block: 36px;
		}

		.gcvsub-refresh-hero h1 {
			font-size: 34px;
		}

		.gcvsub-refresh-lede {
			font-size: 17px;
		}

		.gcvsub-refresh-actions a,
		.gcvsub-refresh-page .gcvsub-plan-buttons a {
			width: 100%;
		}

		.gcvsub-refresh-benefit-grid article,
		.gcvsub-refresh-how-grid > div,
		.gcvsub-refresh-how-grid aside {
			padding: 22px;
		}

		.gcvsub-refresh-section-head h2 {
			font-size: 28px;
		}

		.gcvbricks-hero {
			height: 210px;
		margin-top: 0;
	}

	.gcvbricks-hero h1 {
		font-size: 35px;
		letter-spacing: -1px;
	}

	.gcvbricks-page h2 {
		font-size: 30px;
		text-align: center;
	}

	.gcvbricks-page p,
	.gcvbricks-checks {
		font-size: 17px;
		text-align: center;
	}

	.gcvbricks-intro,
	.gcvbricks-translations,
	.gcvbricks-ar {
		padding: 40px 0;
	}

	.gcvbricks-progress {
		padding: 34px 0 40px;
	}

	.gcvbricks-related {
		padding: 60px 20px;
	}

	.gcvbricks-intro-grid,
	.gcvbricks-two-col,
	.gcvbricks-related-grid,
	.gcvbricks-video-grid,
	.gcvbricks-logos {
		grid-template-columns: 1fr;
	}

	.gcvbricks-copy,
	.gcvbricks-related-grid > div {
		padding: 0 30px 30px;
	}

	.gcvbricks-loop,
	.gcvbricks-related-grid > img,
	.gcvbricks-ar img {
		margin-inline: auto;
	}

	.gcvbricks-loop {
		max-width: 680px;
	}

	.gcvbricks-feature-video {
		padding: 24px 7px;
	}

	.gcvbricks-video-grid,
	.gcvbricks-stack {
		gap: 20px;
	}

	.gcvbricks-checks li {
		text-align: left;
	}

	.gcvbricks-logos img {
		margin-inline: auto;
		max-width: 60%;
	}

	.gcveasterbook-meta,
	.gcveasterbook-endorsement {
		grid-template-columns: 1fr;
	}

	.gcveasterbook-endorsement img {
		margin-inline: auto;
	}

	.gcveasterbook-endorsement h3,
	.gcveasterbook-endorsement p {
		text-align: center;
	}

	.gcvp-product-alt-hero,
	.gcvp-product-alt-overview {
		grid-template-columns: 1fr;
	}

	.gcvp-product-alt-copy {
		margin-top: 0;
	}

	.gcvp-product-sidebar {
		position: static;
		top: auto;
	}

	.gcvp-product-facts {
		grid-template-columns: 1fr 1fr;
	}

	.gcvp-home-hero {
		grid-template-columns: 1fr;
	}

	.gcvp-hero-family {
		margin-inline: auto;
		width: min(100%, 460px);
	}

	.gcvp-hero-tile-light {
		right: 4%;
		top: -4px;
		width: 180px;
	}

	.gcvp-hero-tile-happy {
		left: 4%;
		top: 110px;
		width: 164px;
	}

	.gcvp-hero-tile-garden {
		bottom: 2px;
		right: 3%;
		width: 205px;
	}

	.gcvp-hero-tile-book {
		bottom: -6px;
		left: 26%;
		width: 138px;
	}

	.gcvp-hero-tile-kit {
		left: 18%;
		top: 28px;
		width: 158px;
	}

	.gcvp-testimonial-grid,
	.gcvp-home .gcvp-footer,
	.gcvp-product .gcvp-footer,
	.gcvp-campaign .gcvp-footer,
	.gcvp-search-page .gcvp-footer,
	.gcvp-content-submission .gcvp-footer {
		grid-template-columns: 1fr;
	}

	.gcvp-search-layout {
		grid-template-columns: 1fr;
	}

	.gcvp-mobile-filter-toggle {
		align-items: center;
		background: var(--navy);
		border: 0;
		border-radius: 999px;
		box-shadow: 0 18px 36px rgba(37, 19, 83, 0.18);
		color: #fff;
		display: flex;
		font: inherit;
		font-weight: 900;
		gap: 10px;
		justify-content: space-between;
		padding: 14px 18px;
		position: sticky;
		top: 62px;
		z-index: 50;
	}

	.gcvp-mobile-filter-toggle small {
		background: var(--gold);
		border-radius: 999px;
		color: var(--navy);
		font-size: 0.76rem;
		font-weight: 900;
		padding: 5px 9px;
	}

	.gcvp-mobile-filter-backdrop {
		background: rgba(15, 8, 37, 0.46);
		border: 0;
		bottom: 0;
		display: block;
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 0;
		transition: opacity 0.18s ease;
		z-index: 899;
	}

	.gcvp-search-layout.is-filter-open .gcvp-mobile-filter-backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	.gcvp-search-panel {
		border-radius: 28px 28px 0 0;
		bottom: 0;
		box-shadow: 0 -18px 60px rgba(37, 19, 83, 0.24);
		left: 0;
		max-height: min(82vh, 760px);
		overflow: auto;
		padding: 22px 22px max(22px, env(safe-area-inset-bottom));
		position: fixed;
		right: 0;
		top: auto;
		transform: translateY(104%);
		transition: transform 0.22s ease;
		z-index: 900;
	}

	.gcvp-search-layout.is-filter-open .gcvp-search-panel {
		transform: translateY(0);
	}

	.gcvp-search-panel-head {
		position: sticky;
		top: 0;
		z-index: 1;
	}

	.gcvp-mobile-filter-close {
		background: #f4efff;
		border: 0;
		border-radius: 999px;
		color: var(--navy);
		display: inline-flex;
		font: inherit;
		font-size: 0.86rem;
		font-weight: 900;
		padding: 8px 12px;
	}

	.gcvp-search-results-head {
		align-items: start;
		display: grid;
	}

	.gcvp-home-section:first-of-type,
	.gcvp-home-hero,
	.gcvp-product-hero,
	.gcvp-campaign-hero,
	.gcvp-search-hero {
		scroll-margin-top: 70px;
	}
}

@media (max-width: 640px) {
	.gcvp-cart-drawer {
		border-left: 0;
		border-radius: 22px 22px 0 0;
		bottom: 0;
		box-shadow: 0 -20px 45px rgba(13, 11, 63, 0.22);
		height: min(78vh, 620px);
		max-width: none;
		padding: 20px;
		top: auto;
		transform: translateY(105%);
		width: 100%;
	}

	.gcvp-cart-drawer.is-open {
		transform: translateY(0);
	}

	.gcvp-benefit-grid,
	.gcvp-church-banner {
		grid-template-columns: 1fr;
	}

	.gcvp-product-heading h1 {
		max-width: none;
	}

	.gcvp-search-hero {
		padding: 42px 18px 22px;
	}

	.gcvp-search-hero-form {
		border-radius: 24px;
		grid-template-columns: 1fr;
	}

	.gcvp-search-hero-form button {
		width: 100%;
	}

	.gcvp-search-layout {
		padding-left: 18px;
		padding-right: 18px;
	}

	.gcvp-search-grid {
		grid-template-columns: 1fr;
	}

	.gcvp-submit-hero h1 {
		font-size: clamp(2.25rem, 12vw, 3.55rem);
		letter-spacing: -0.045em;
	}

	.gcvp-submit-rotator {
		min-width: 6.4ch;
	}

	.gcvp-submit-category-grid {
		grid-template-columns: 1fr;
	}

	.gcvp-submit-contact {
		align-items: stretch;
	}

	.gcvp-submit-email {
		white-space: normal;
	}

	.gcveg-hero-banner {
		height: 180px;
	}

	.gcveg-hero-banner h1 {
		font-size: 42px;
		letter-spacing: -1px;
	}

	.gcveg-wrap {
		padding-inline: 22px;
	}

	.gcveg-hero {
		padding: 24px 0;
	}

	.gcveg-hero-grid,
	.gcveg-two-col,
	.gcveg-card-grid {
		gap: 28px;
	}

	.gcveg-main {
		padding-top: 34px;
	}

	.gcveg-page h2 {
		font-size: 1.72rem;
	}

	.gcveg-card {
		border-radius: 22px;
		padding: 20px;
	}

	.gcvbundle-card {
		border-radius: 22px;
		padding: 26px 22px;
	}

	.gcvbundle-intro,
	.gcvbundle-main,
	.gcvbundle-resources {
		padding-block: 42px;
	}

	.gcvbundle-page .gcveg-carousel {
		grid-template-columns: 22px minmax(0, 1fr) 22px;
	}

	.gcvbundle-poster-pair {
		grid-template-columns: 1fr 1fr;
	}

	.gcveg-carousel {
		grid-template-columns: 18px minmax(0, 1fr) 18px;
	}

	.gcveg-arrow {
		font-size: 42px;
	}

	.gcveg-button {
		width: 100%;
	}

	.gcvp-buy-panel-top {
		display: grid;
		justify-content: flex-start;
	}

	.gcvp-buy-panel-product .gcvp-buy-panel-top {
		grid-template-columns: 1fr;
	}

	.gcvp-related-card {
		grid-template-columns: 1fr;
	}

	.gcvp-feature-carousel {
		gap: 8px;
		grid-template-columns: 46px minmax(0, 1fr) 46px;
		margin-inline: -8px;
	}

	.gcvp-home-card {
		flex-basis: 100%;
	}

	.gcvp-discovery-search {
		border-radius: 18px;
		padding: 8px;
	}

	.gcvp-discovery-search button {
		padding: 13px 15px;
	}

	.gcvp-resource-card {
		flex-basis: 100%;
	}

	.gcvp-home-hero {
		gap: 26px;
		padding-bottom: 18px;
	}

	.gcvp-hero-collage {
		min-height: 420px;
	}

	.gcvp-hero-family {
		width: 100%;
	}

	.gcvp-hero-tile-copy {
		font-size: 0.75rem;
		padding: 8px 10px 10px;
	}

	.gcvp-hero-tile-media small {
		font-size: 0.6rem;
		left: 10px;
		padding: 4px 8px;
		top: 10px;
	}

	.gcvp-hero-tile-light {
		right: 2%;
		top: 8px;
		width: 150px;
	}

	.gcvp-hero-tile-happy {
		left: 1%;
		top: 188px;
		width: 144px;
	}

	.gcvp-hero-tile-garden {
		bottom: 0;
		right: 0;
		width: 176px;
	}

	.gcvp-hero-tile-book {
		bottom: 10px;
		left: 20%;
		width: 122px;
	}

	.gcvp-hero-tile-kit {
		left: 10%;
		top: 78px;
		width: 138px;
	}

	.gcvp-feature-arrow {
		height: 46px;
		margin-top: 156px;
		width: 46px;
	}

	.gcvp-resource-band {
		border-radius: 24px;
		padding: 24px 18px 14px;
	}

	.gcvp-lead-magnet {
		border-radius: 24px;
		padding: 24px 18px;
	}

	.gcvp-logo-marquee {
		--gcvp-logo-gap: 52px;
	}

	.gcvp-logo-item {
		padding: 0;
	}

	.gcvp-logo-item img {
		height: 48px;
	}

	.gcvp-logo-item--church-of-scotland img,
	.gcvp-logo-item--video-bible-talks img {
		height: 26px;
	}

	.gcvp-logo-item--plungepool img {
		height: 26px;
	}

	.gcvp-resource-head {
		align-items: start;
	}

	.gcvp-nav-passpanel ul {
		grid-template-columns: 1fr;
	}

	.gcvp-church-banner {
		padding: 0;
	}

	.gcvp-church-banner > div,
	.gcvp-church-banner ul {
		grid-column: auto;
		padding: 0 20px 22px;
	}

	.gcvp-benefit-grid > div {
		grid-template-columns: 58px minmax(0, 1fr);
	}

	.gcvp-benefit-grid span {
		height: 58px;
		width: 58px;
	}

	.gcvp-testimonial-grid figure {
		grid-template-columns: 58px minmax(0, 1fr);
	}

	.gcvp-testimonial-grid img {
		height: 58px;
		width: 58px;
	}

	.gcvp-mobile-action-strip {
		grid-template-columns: minmax(0, 1fr) auto auto;
	}

	.gcvp-mobile-drawer {
		width: 88vw;
	}

	.gcvp-mobile-search-head {
		grid-template-columns: 1fr;
	}

	.gcvp-mobile-search-head button {
		justify-self: end;
	}
}

@media (max-width: 767px) {
	.gcv-simple-nav-inner {
		gap: 18px;
		padding-inline: 18px;
	}

	.gcv-simple-nav nav,
	.gcv-simple-search {
		display: none;
	}

	.gcv-simple-logo {
		margin-right: auto;
	}

	.gcvabout-main {
		padding: 42px 0 36px;
	}

	.gcvabout-wrap {
		padding-inline: 18px;
	}

	.gcvabout-page h1 {
		font-size: 34px;
		margin-bottom: 34px;
	}

	.gcvabout-page h2 {
		font-size: 24px;
	}

	.gcvabout-page p {
		font-size: 16px;
	}

	.gcvabout-row,
	.gcvabout-row-content {
		gap: 24px;
		grid-template-columns: 1fr;
		margin-bottom: 48px;
	}

	.gcvabout-laptop,
	.gcvabout-device {
		margin-inline: auto;
		width: min(100%, 340px);
	}

	.gcvabout-callout {
		border-radius: 22px;
		padding: 20px 18px 4px;
	}

	.gcvabout-resource-grid {
		grid-template-columns: 1fr;
	}

	.gcvdonate-impact-section .gcvabout-resource-grid {
		grid-template-columns: 1fr;
	}

	.gcvabout-resource-card {
		border-radius: 16px;
		padding: 20px;
	}

	.gcvabout-testimonial-grid {
		grid-template-columns: 1fr;
		row-gap: 42px;
	}

	.gcvabout-testimonial-grid blockquote {
		font-size: 16px;
	}

	.gcvabout-pass-cta {
		align-items: stretch;
		border-radius: 22px;
		flex-direction: column;
		margin-top: 44px;
		padding: 22px;
	}

	.gcvabout-pass-button {
		text-align: center;
	}

	.gcvabout-page-refresh.gcvabout-main {
		padding-bottom: 0;
	}

	.gcvabout-page-refresh .gcvabout-wrap {
		padding-inline: 18px;
	}

	.gcvabout-refresh-hero {
		padding: 34px 0 100px;
	}

	.gcvabout-refresh-hero h1 {
		font-size: 3rem;
		margin-bottom: 14px;
	}

	.gcvabout-hero-lead {
		font-size: 1rem !important;
	}

	.gcvabout-refresh-wrap {
		margin-top: -72px;
		padding-bottom: 26px;
	}

	.gcvabout-panel,
	.gcvabout-intro-panel,
	.gcvabout-purpose-panel,
	.gcvabout-creator-panel {
		border-radius: 20px;
		gap: 22px;
		grid-template-columns: 1fr;
		margin-bottom: 22px;
		padding: 22px;
	}

	.gcvabout-page-refresh h2 {
		font-size: 1.35rem;
	}

	.gcvabout-page-refresh p {
		font-size: 0.95rem;
		line-height: 1.62;
	}

	.gcvabout-section-head h2 {
		font-size: 1.55rem;
	}

	.gcvabout-trusted-panel .gcvp-trusted-by h2 {
		font-size: 1.35rem;
	}

	.gcvabout-media-panel {
		min-height: 170px;
	}

	.gcvabout-media-panel::before {
		height: 220px;
		width: 220px;
	}

	.gcvabout-laptop,
	.gcvabout-device {
		width: min(100%, 320px);
	}

	.gcvabout-creator-collage {
		gap: 9px;
		max-width: 330px;
		padding: 12px;
	}

	.gcvabout-creator-tile {
		border-radius: 14px;
		padding: 4px;
	}

	.gcvabout-creator-tile:first-child {
		border-radius: 18px;
	}

	.gcvabout-creator-name {
		font-size: 0.58rem;
		left: 4px;
		padding: 18px 6px 6px;
		right: 4px;
	}

	.gcvabout-purpose-mark {
		min-height: 150px;
		order: -1;
	}

	.gcvabout-section-head {
		margin: 38px 0 18px;
	}

	.gcvabout-trusted-panel {
		border-radius: 20px;
		margin: 26px 0;
		padding: 22px;
	}

	.gcvmeet-main {
		padding: 92px 0 36px;
	}

	.gcvmeet-head {
		margin-bottom: 48px;
	}

	.gcvmeet-head h1 {
		font-size: 34px;
	}

	.gcvmeet-row {
		grid-template-columns: 1fr;
	}

	.gcvmeet-player {
		padding-right: 0;
	}

	.gcvmeet-list {
		gap: 72px;
	}

	.gcvmeet-creator h2 {
		font-size: 28px;
	}

	.gcvmeet-socials {
		margin-top: 34px;
	}
}

.gcvp-shell .gcvp-mobile-topbar {
	background: #10103b !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
	box-shadow: 0 10px 22px rgba(4, 4, 25, 0.24);
}

.gcvp-shell .gcvp-footer {
	background: #1b1a51 !important;
}

.gcvpass-product-page .gcvpass-product-summary h1 {
	color: #fff;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
}

.gcvpass-product-page .gcvpass-product-lead {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 1.05rem !important;
	line-height: 1.6 !important;
	margin: 22px 0 0;
}

.gcvpass-product-page .gcvpass-product-price span,
.gcvpass-product-page .gcvpass-product-price small {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.94rem;
	font-weight: 800;
}

.gcvpass-product-page .gcvpass-product-price strong {
	color: #9d6bff;
	font-family: Lexend, Montserrat, system-ui, sans-serif;
	font-size: 3.7rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.9;
}

.gcvpass-product-page .gcvpass-buy-card h2 {
	color: #fff;
	font-size: 1.15rem;
	margin-bottom: 14px;
}

.gcvpass-product-page .gcvpass-buy-options a,
.gcvpass-product-page .gcvpass-buy-options a:visited {
	color: #fff !important;
}

.gcvpass-product-page .gcvpass-buy-options strong,
.gcvpass-product-page .gcvpass-buy-options b {
	color: #fff !important;
}

.gcvpass-product-page .gcvpass-buy-options small {
	color: rgba(255, 255, 255, 0.78) !important;
}

.gcvpass-product-page .gcvpass-buy-card p {
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: 0.82rem !important;
	line-height: 1.5 !important;
	margin: 14px 0 0;
}

.gcvpass-product-page .gcvpass-feature-row h2,
.gcvpass-product-page .gcvpass-terms-card h3 {
	color: #10103b;
	font-size: 1.16rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 12px;
}

.gcvpass-product-page .gcvpass-feature-row p,
.gcvpass-product-page .gcvpass-terms-card p {
	color: #504c69;
	font-size: 0.94rem;
	line-height: 1.65;
	margin: 0;
}

.gcvpass-product-page .gcvpass-terms-card a,
.gcvpass-product-page .gcvpass-smallprint-panel a {
	color: #6828cd !important;
}

@media (max-width: 767px) {
	.gcvpass-product-page .gcvpass-product-summary h1 {
		font-size: 2.65rem;
	}
}

.gcvcurrency-main {
	background: #f7f6ff;
	padding: 150px 0 88px;
}

.gcvcurrency-hero {
	background:
		linear-gradient(135deg, rgba(16, 16, 59, 0.94), rgba(27, 26, 81, 0.9)),
		url("backgrounds/forever-perfect-dark-hero-1600.jpg") center / cover no-repeat;
	color: #fff;
	margin-top: -150px;
	padding: 150px 0 78px;
}

.gcvcurrency-hero h1 {
	color: #fff;
	font-size: clamp(3.2rem, 6vw, 5.7rem);
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0 0 20px;
	max-width: 760px;
}

.gcvcurrency-hero p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.3rem;
	line-height: 1.55;
	margin: 0;
	max-width: 720px;
}

.gcvcurrency-card {
	background: #fff;
	border: 1px solid #e0e2f4;
	border-radius: 16px;
	box-shadow: 0 20px 48px rgba(25, 22, 78, 0.08);
	margin-top: -34px;
	padding: 28px;
	position: relative;
}

.gcvcurrency-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gcvcurrency-option {
	align-items: center;
	background: #fff;
	border: 1px solid #e4e5ef;
	border-radius: 12px;
	color: var(--ink);
	display: grid;
	gap: 14px;
	grid-template-columns: 40px 1fr auto;
	min-height: 82px;
	padding: 16px;
	text-decoration: none;
	transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.gcvcurrency-option:hover,
.gcvcurrency-option:focus-visible,
.gcvcurrency-option.is-selected {
	background: #f3f0ff;
	border-color: #cfc8f2;
	outline: none;
	transform: translateY(-1px);
}

.gcvcurrency-flag {
	font-size: 1.45rem;
}

.gcvcurrency-option strong {
	color: var(--ink);
	display: block;
	font-size: 1.08rem;
	line-height: 1.1;
}

.gcvcurrency-option small {
	color: var(--muted);
	display: block;
	font-size: 0.88rem;
	line-height: 1.35;
	margin-top: 4px;
}

.gcvcurrency-option em {
	background: #6828cd;
	border-radius: 999px;
	color: #fff;
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 800;
	padding: 6px 10px;
}

@media (max-width: 860px) {
	.gcvcurrency-main {
		padding-top: 52px;
	}

	.gcvcurrency-hero {
		background:
			linear-gradient(135deg, rgba(16, 16, 59, 0.82), rgba(27, 26, 81, 0.72)),
			url("backgrounds/product-page-hero-background-mobile.jpg") center top / cover no-repeat;
		margin-top: 0;
		padding: 58px 0 72px;
	}

	.gcvcurrency-hero h1 {
		font-size: clamp(3rem, 15vw, 4.4rem);
	}

	.gcvcurrency-hero p {
		font-size: 1.06rem;
	}

	.gcvcurrency-card {
		margin-top: -32px;
		padding: 16px;
	}

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

@media (min-width: 900px) and (max-width: 1100px) {
	.gcvp-home-hero {
		gap: 28px;
		grid-template-columns: minmax(0, 0.78fr) minmax(390px, 1fr);
	}

	.gcvp-hero-collage {
		--hero-card-width: clamp(150px, 16.2vw, 180px);
		--hero-card-stage-height: 440px;
	}

	.gcvp-home .gcvp-hero-copy h1 {
		font-size: clamp(2.8rem, 4.6vw, 3.8rem);
	}
}

@media (max-width: 899px) {
	.gcvp-home-hero {
		gap: 10px;
		overflow: hidden;
		padding-bottom: 14px;
	}

	.gcvp-home .gcvp-hero-copy h1 {
		font-size: clamp(3rem, 10.8vw, 5rem);
		max-width: 760px;
	}

	.gcvp-home .gcvp-lead {
		font-size: clamp(1.04rem, 3.3vw, 1.28rem);
	}

	.gcvp-hero-collage {
		--hero-card-width: clamp(168px, 41vw, 292px);
		--hero-card-stage-height: clamp(410px, 89vw, 610px);
		margin-inline: calc(clamp(18px, 4vw, 56px) * -1);
		min-height: calc(var(--hero-card-stage-height) + 24px);
		width: min(100vw, 780px);
	}

	.gcvp-hero-card-stage {
		height: var(--hero-card-stage-height);
		width: min(100vw, 760px);
	}

	.gcvp-hero-resource-card {
		top: 40%;
		width: var(--hero-card-width);
	}

	.gcvp-hero-resource-card[data-offset="0"] {
		filter: saturate(1.05);
		transform: translate(-50%, -50%) translateX(0) translateY(0) rotate(0deg) scale(1);
		z-index: 5;
	}

	.gcvp-hero-resource-card[data-offset="-1"] {
		transform: translate(-50%, -50%) translateX(-38%) translateY(28px) rotate(-8deg) scale(.84);
		z-index: 4;
	}

	.gcvp-hero-resource-card[data-offset="1"] {
		transform: translate(-50%, -50%) translateX(38%) translateY(28px) rotate(8deg) scale(.84);
		z-index: 4;
	}

	.gcvp-hero-resource-card[data-offset="-2"] {
		transform: translate(-50%, -50%) translateX(-70%) translateY(60px) rotate(-12deg) scale(.7);
		z-index: 3;
	}

	.gcvp-hero-resource-card[data-offset="2"] {
		transform: translate(-50%, -50%) translateX(70%) translateY(60px) rotate(12deg) scale(.7);
		z-index: 3;
	}

	.gcvp-hero-resource-title {
		font-size: clamp(0.84rem, 2.55vw, 1.06rem);
	}

	.gcvp-hero-resource-caption {
		font-size: clamp(0.68rem, 2.1vw, 0.9rem);
		padding-inline: 10px;
	}

	.gcvp-hero-card-dots {
		display: flex;
	}

	.gcvp-hero-doodle-lines {
		left: 10%;
		right: auto;
		top: 84%;
	}

	.gcvp-hero-doodle-dots {
		left: 1%;
		top: 24%;
	}

	.gcvp-hero-doodle-star {
		right: 8%;
		top: 12%;
	}

	.gcvp-hero-doodle-squiggle {
		bottom: 12%;
		right: 5%;
	}
}

@media (max-width: 520px) {
	.gcvp-hero-collage {
		--hero-card-width: clamp(168px, 50vw, 232px);
		--hero-card-stage-height: clamp(390px, 108vw, 500px);
	}

	.gcvp-hero-resource-card {
		top: 39%;
	}

	.gcvp-hero-doodle-dots {
		height: 68px;
		top: 19%;
		width: 58px;
	}

	.gcvp-hero-doodle-star {
		right: 7%;
		top: 7%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-resource-card,
	.hero-resource-card *,
	.hero-doodle {
		animation: none !important;
		transition: none !important;
	}
}
