/* ========================================================================== 
   Power of 9 — circular system and Smart Form panel
   ========================================================================== */

.vc-power-stage {
	--vc-power-primary: #8e44ad;
	--vc-power-secondary: #0047ff;
	position: relative;
	display: block;
	min-height: auto;
	padding: 30px 30px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		radial-gradient(circle at 20% 48%, rgba(142, 68, 173, 0.14), transparent 30rem),
		radial-gradient(circle at 88% 54%, rgba(0, 71, 255, 0.1), transparent 28rem),
		#050507;
	background-size: 58px 58px, 58px 58px, auto, auto, auto;
	overflow: clip;
}

.vc-power-stage__glow {
	position: absolute;
	inset: 12% auto auto 8%;
	display: block;
	width: 42rem;
	max-width: 70vw;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(142, 68, 173, 0.12), transparent 68%);
	filter: blur(18px);
	pointer-events: none;
}

.vc-power-stage__shell {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(21rem, 0.75fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 6rem);
	width: min(100%, 94rem);
	margin-inline: auto;
}

.vc-power-stage__visual {
	min-width: 0;
}

.vc-pillar-orbit {
	--node-radius: 38%;
	position: relative;
	width: min(100%, 46rem);
	aspect-ratio: 1;
	margin-inline: auto;
	padding: 0;
	container-type: inline-size;
}

.vc-orbit-lines {
	position: absolute;
	inset: 0;
	display: block;
	width: auto;
	height: auto;
	pointer-events: none;
}

.vc-orbit-lines::before,
.vc-orbit-lines::after {
	position: absolute;
	inset: 7%;
	border-radius: 50%;
	content: "";
}

.vc-orbit-lines::before {
	background: repeating-conic-gradient(
		from -21deg,
		rgba(142, 68, 173, 0.52) 0deg 39deg,
		transparent 39deg 45deg
	);
	box-shadow:
		0 0 3rem rgba(142, 68, 173, 0.1),
		inset 0 0 3rem rgba(0, 71, 255, 0.05);
	-webkit-mask: radial-gradient(circle, transparent 0 70.5%, #000 71% 72.2%, transparent 72.7%);
	mask: radial-gradient(circle, transparent 0 70.5%, #000 71% 72.2%, transparent 72.7%);
}

.vc-orbit-lines::after {
	inset: 14%;
	border: 1px dashed rgba(0, 71, 255, 0.2);
	animation: vc-power-ring-spin 32s linear infinite;
}

.vc-orbit-flow {
	position: absolute;
	inset: 7%;
	z-index: 1;
	display: block;
	border-radius: 50%;
	background: conic-gradient(
		from -21deg,
		#d26aff 0deg,
		#8e44ad 18deg,
		#0047ff 38deg,
		transparent 40deg 360deg
	);
	filter: drop-shadow(0 0 0.8rem rgba(142, 68, 173, 0.75));
	opacity: 0.9;
	-webkit-mask: radial-gradient(circle, transparent 0 68.6%, #000 69.2% 74%, transparent 74.6%);
	mask: radial-gradient(circle, transparent 0 68.6%, #000 69.2% 74%, transparent 74.6%);
	transform: rotate(0deg);
	transform-origin: center;
	will-change: transform;
}

.vc-orbit-particle {
	position: absolute;
	top: 11%;
	left: calc(50% - 0.3rem);
	z-index: 2;
	display: block;
	width: 0.6rem;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #fff;
	box-shadow:
		0 0 0 0.32rem rgba(142, 68, 173, 0.12),
		0 0 1.5rem rgba(142, 68, 173, 0.95),
		0 0 2.6rem rgba(0, 71, 255, 0.7);
	transform-origin: 50% 39cqw;
	will-change: transform;
}

@keyframes vc-power-ring-spin {
	to {
		transform: rotate(360deg);
	}
}

.vc-power-stage__content {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	width: 48%;
	margin: 0;
	text-align: center;
	transform: translate(-50%, -50%);
}

.vc-power-stage__kicker {
	margin: 0 0 clamp(1rem, 2vw, 1.5rem);
	color: #c77bea;
	font-family: Inter, sans-serif;
	font-size: clamp(0.56rem, 0.9vw, 0.7rem);
	font-weight: 750;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.vc-power-stage__headline {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(0.35rem, 1vw, 0.75rem);
	margin: 0;
	color: #fff;
	font-family: "Funnel Display", sans-serif;
	font-size: clamp(2.35rem, 4.4vw, 4.6rem);
	font-weight: 680;
	line-height: 0.92;
	letter-spacing: -0.065em;
	white-space: nowrap;
}

.vc-nine-dock {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(3.4rem, 6vw, 5.8rem);
	height: clamp(4.7rem, 8.2vw, 8rem);
	margin: -0.24em 0 -0.3em;
}

.vc-nine-dock .vc-nine {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
	filter:
		drop-shadow(0 0 0.85rem rgba(142, 68, 173, 0.4))
		drop-shadow(0 0 1.6rem rgba(0, 71, 255, 0.22));
}

.vc-power-stage__tagline {
	margin: clamp(1rem, 2vw, 1.5rem) 0 0;
	color: #aaa7b1;
	font-family: Inter, sans-serif;
	font-size: clamp(0.55rem, 0.9vw, 0.72rem);
	font-weight: 650;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.vc-power-stage__active-pillar {
	display: none;
}

.vc-pillar-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.vc-pillar {
	position: absolute;
	top: calc(50% + (var(--y) * var(--node-radius)));
	left: calc(50% + (var(--x) * var(--node-radius)));
	z-index: 6;
	width: 0;
	height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	opacity: 0;
	overflow: visible;
	pointer-events: none;
	transform: translate(-50%, -50%) scale(0.78);
	will-change: opacity, transform;
}

.vc-pillar::before,
.vc-pillar::after {
	content: none;
}

.vc-pillar__control {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 2.75rem !important;
	min-width: 2.75rem !important;
	height: 2.75rem !important;
	min-height: 2.75rem !important;
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff !important;
	line-height: 1 !important;
	cursor: pointer;
	pointer-events: auto;
	transform: translate(-50%, -50%);
	-webkit-tap-highlight-color: transparent;
}

.vc-pillar__icon {
	display: grid;
	place-items: center;
	width: 2.65rem;
	aspect-ratio: 1;
	border: 1px solid rgba(160, 91, 193, 0.5);
	border-radius: 50%;
	background: #07070b;
	box-shadow:
		0 0 0 0.28rem rgba(142, 68, 173, 0.07),
		0 0 1.25rem rgba(142, 68, 173, 0.14);
	color: #dcaaf4;
	font-family: Inter, sans-serif;
	font-size: 0.6rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	transition:
		border-color 240ms ease,
		background-color 240ms ease,
		box-shadow 240ms ease,
		color 240ms ease,
		transform 240ms ease;
}

.vc-pillar__name {
	position: absolute;
	width: max-content;
	max-width: 8.5rem;
	color: #f8f7fb;
	font-family: "Funnel Display", sans-serif;
	font-size: clamp(0.7rem, 0.92vw, 0.84rem);
	font-weight: 650;
	line-height: 1.08;
	text-align: center;
	transition: color 240ms ease, text-shadow 240ms ease, transform 240ms ease;
}

.vc-pillar:nth-child(1) .vc-pillar__name {
	top: calc(100% + 0.58rem);
	left: 50%;
	transform: translateX(-50%);
}

.vc-pillar:nth-child(2) .vc-pillar__name,
.vc-pillar:nth-child(3) .vc-pillar__name,
.vc-pillar:nth-child(4) .vc-pillar__name {
	top: 50%;
	left: calc(100% + 0.7rem);
	text-align: left;
	transform: translateY(-50%);
}

.vc-pillar:nth-child(5) .vc-pillar__name {
	top: 50%;
	left: calc(100% + 0.7rem);
	text-align: left;
	transform: translateY(-50%);
}

.vc-pillar:nth-child(6) .vc-pillar__name,
.vc-pillar:nth-child(7) .vc-pillar__name,
.vc-pillar:nth-child(8) .vc-pillar__name {
	top: 50%;
	right: calc(100% + 0.7rem);
	text-align: right;
	transform: translateY(-50%);
}

.vc-pillar:nth-child(9) .vc-pillar__name {
	top: 50%;
	right: calc(100% + 0.7rem);
	text-align: right;
	transform: translateY(-50%);
}

.vc-pillar__control:hover .vc-pillar__icon,
.vc-pillar__control:focus-visible .vc-pillar__icon,
.vc-pillar.is-active .vc-pillar__icon {
	border-color: #bd63e5;
	background: linear-gradient(145deg, rgba(142, 68, 173, 0.95), rgba(0, 71, 255, 0.82));
	box-shadow:
		0 0 0 0.38rem rgba(142, 68, 173, 0.13),
		0 0 1.4rem rgba(142, 68, 173, 0.72),
		0 0 2.5rem rgba(0, 71, 255, 0.42);
	color: #fff;
	transform: scale(1.16);
}

.vc-pillar__control:hover .vc-pillar__name,
.vc-pillar__control:focus-visible .vc-pillar__name,
.vc-pillar.is-active .vc-pillar__name {
	color: #fff;
	text-shadow:
		0 0 0.9rem rgba(189, 99, 229, 0.9),
		0 0 1.6rem rgba(0, 71, 255, 0.48);
}

.vc-pillar__control:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 0.42rem;
}

.vc-pillar.is-visible {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	will-change: auto;
}

.vc-pillar-orbit.is-flowing .vc-orbit-flow {
	filter:
		drop-shadow(0 0 0.65rem rgba(208, 105, 255, 0.95))
		drop-shadow(0 0 1.35rem rgba(0, 71, 255, 0.7));
}

.vc-pillar-orbit.is-submit-spinning .vc-orbit-flow {
	filter:
		drop-shadow(0 0 0.75rem rgba(208, 105, 255, 1))
		drop-shadow(0 0 1.6rem rgba(0, 71, 255, 0.82));
	opacity: 1;
}

.vc-pillar-orbit.is-flowing .vc-orbit-particle {
	animation: vc-power-particle-pulse 700ms ease-out;
}

@keyframes vc-power-particle-pulse {
	0% { opacity: 0.45; filter: brightness(1); }
	45% { opacity: 1; filter: brightness(2.6); }
	100% { opacity: 1; filter: brightness(1); }
}

.vc-power-stage__shortcode {
	min-width: 0;
	width: 100%;
}

.vc-power-stage__shortcode > * {
	max-width: 100%;
}

/* Smart Form 3: scoped visual integration without modifying plugin files. */

.vc-power-stage__shortcode #sfp-form-wrapper-3 {
	--sfp-accent: #8e44ad !important;
	--sfp-accent-light: #0047ff !important;
	position: relative;
	isolation: isolate;
	width: 100%;
	max-width: 34rem;
	margin-inline: auto;
	font-family: Inter, system-ui, sans-serif;
}

.vc-power-stage__shortcode #sfp-form-container-3 {
	position: relative;
	overflow: visible;
	padding: clamp(1.35rem, 2.8vw, 2.2rem) !important;
	border: 1px solid rgba(188, 104, 229, 0.32) !important;
	border-radius: 1.65rem !important;
	background:
		linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
		radial-gradient(circle at 100% 0%, rgba(0, 71, 255, 0.18), transparent 45%),
		radial-gradient(circle at 0% 100%, rgba(142, 68, 173, 0.18), transparent 48%),
		linear-gradient(145deg, rgba(17, 16, 26, 0.98), rgba(6, 6, 10, 0.98) 70%) !important;
	background-size: 38px 38px, 38px 38px, auto, auto, auto !important;
	box-shadow:
		0 1.8rem 5rem rgba(0, 0, 0, 0.42),
		0 0 0 1px rgba(0, 71, 255, 0.05),
		0 0 3rem rgba(78, 49, 205, 0.1) !important;
}

.vc-power-stage__shortcode #sfp-form-container-3::before {
	position: absolute;
	top: -1px;
	left: 12%;
	width: 42%;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, #bd63e5, #245dff, transparent);
	box-shadow: 0 0 1.2rem rgba(96, 77, 255, 0.65);
	content: "";
	pointer-events: none;
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-fields-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 0.8rem !important;
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-field-wrap {
	min-width: 0;
	margin: 0 !important;
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-col-full {
	grid-column: 1 / -1;
}

.vc-power-stage__shortcode #sfp-form-container-3 :is(.sfp-form-input, .sfp-select-trigger) {
	width: 100% !important;
	min-height: 3.55rem !important;
	padding: 0.9rem 1.05rem !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 0.9rem !important;
	background: rgba(1, 1, 6, 0.72) !important;
	color: #f5f2f8 !important;
	font-family: Inter, system-ui, sans-serif !important;
	font-size: 0.92rem !important;
	line-height: 1.35 !important;
	box-shadow: none !important;
	transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-form-input::placeholder {
	color: #85818f !important;
	opacity: 1;
}

.vc-power-stage__shortcode #sfp-form-container-3 :is(.sfp-form-input, .sfp-select-trigger):hover {
	border-color: rgba(199, 109, 232, 0.38) !important;
	background: rgba(8, 7, 15, 0.9) !important;
}

.vc-power-stage__shortcode #sfp-form-container-3 :is(.sfp-form-input, .sfp-select-trigger):focus,
.vc-power-stage__shortcode #sfp-form-container-3 :is(.sfp-form-input, .sfp-select-trigger):focus-visible,
.vc-power-stage__shortcode #sfp-form-container-3 .sfp-select-trigger[aria-expanded="true"] {
	outline: none !important;
	border-color: #a958cf !important;
	background: rgba(7, 6, 14, 0.98) !important;
	box-shadow: 0 0 0 3px rgba(169, 88, 207, 0.14), 0 0 1.4rem rgba(0, 71, 255, 0.12) !important;
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-select-trigger {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 1rem;
	text-align: left;
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-select-value {
	min-width: 0;
	overflow: hidden;
	color: #85818f;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-select-trigger:not(.is-placeholder) .sfp-select-value {
	color: #f5f2f8;
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-select-arrow {
	display: grid;
	flex: 0 0 2rem;
	place-items: center;
	width: 2rem;
	height: 2rem;
	border: 1px solid rgba(187, 103, 230, 0.38);
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(142, 68, 173, 0.42), rgba(0, 71, 255, 0.35));
	box-shadow: 0 0 1rem rgba(74, 74, 238, 0.18);
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-select-arrow svg {
	width: 1rem;
	stroke: #fff;
	stroke-width: 1.8;
	fill: none;
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-select-menu {
	z-index: 20;
	margin-top: 0.45rem;
	padding: 0.65rem !important;
	border: 1px solid rgba(142, 105, 204, 0.38) !important;
	border-radius: 1rem !important;
	background: rgba(7, 7, 13, 0.985) !important;
	box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.55), 0 0 2rem rgba(0, 71, 255, 0.1) !important;
	backdrop-filter: blur(16px);
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-select-menu-inner {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 0.45rem !important;
	max-height: 18rem;
	padding: 0 !important;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-color: rgba(166, 91, 207, 0.7) rgba(255, 255, 255, 0.04);
	scrollbar-width: thin;
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-select-option {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 0.75rem !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 3rem;
	margin: 0 !important;
	padding: 0.78rem 0.9rem !important;
	border: 1px solid rgba(255, 255, 255, 0.085) !important;
	border-radius: 0.72rem !important;
	background: rgba(255, 255, 255, 0.025) !important;
	color: #b9b5c3 !important;
	font-family: Inter, system-ui, sans-serif !important;
	font-size: 0.8rem !important;
	font-weight: 550 !important;
	line-height: 1.35 !important;
	text-align: left !important;
	box-shadow: none !important;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease !important;
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-select-option span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-select-option svg {
	display: block;
	flex: 0 0 1rem;
	width: 1rem;
	height: 1rem;
	padding: 0.15rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	fill: none !important;
	stroke: transparent !important;
	stroke-width: 2.2;
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-select-option:hover {
	border-color: rgba(188, 104, 229, 0.42) !important;
	background: linear-gradient(90deg, rgba(142, 68, 173, 0.14), rgba(0, 71, 255, 0.08)) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-select-option[aria-selected="true"] {
	border-color: rgba(173, 91, 216, 0.72) !important;
	background: linear-gradient(105deg, rgba(142, 68, 173, 0.3), rgba(0, 71, 255, 0.18)) !important;
	color: #fff !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 0 1.2rem rgba(65, 68, 221, 0.1) !important;
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-select-option[aria-selected="true"] svg {
	border-color: transparent;
	background: linear-gradient(145deg, #a958cf, #245dff);
	stroke: #fff !important;
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-submit-row {
	margin-top: 1rem !important;
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-submit-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 3.6rem !important;
	padding: 0.9rem 1.25rem !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 0.9rem !important;
	background: linear-gradient(105deg, #8e44ad 0%, #6b4ee7 48%, #0047ff 100%) !important;
	color: #fff !important;
	font-family: Inter, system-ui, sans-serif !important;
	font-size: 0.86rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.035em;
	box-shadow: 0 1rem 2.4rem rgba(0, 71, 255, 0.17), 0 0 1.6rem rgba(142, 68, 173, 0.15) !important;
	transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-submit-btn:hover {
	filter: brightness(1.1);
	box-shadow: 0 1.15rem 2.8rem rgba(0, 71, 255, 0.25), 0 0 2rem rgba(142, 68, 173, 0.25) !important;
	transform: translateY(-2px);
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-submit-btn:focus-visible {
	outline: 2px solid #fff !important;
	outline-offset: 3px;
}

.vc-power-stage__shortcode #sfp-form-container-3 :is(.sfp-error-msg, .sfp-inline-success-msg) {
	margin-top: 0.85rem !important;
	padding: 0.8rem 0.95rem !important;
	border-radius: 0.75rem !important;
	font-family: Inter, system-ui, sans-serif !important;
	font-size: 0.8rem !important;
	line-height: 1.45 !important;
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-error-msg {
	border: 1px solid rgba(255, 104, 125, 0.28) !important;
	background: rgba(255, 69, 96, 0.09) !important;
	color: #ffb8c2 !important;
}

.vc-power-stage__shortcode #sfp-form-container-3 .sfp-inline-success-msg {
	border: 1px solid rgba(68, 218, 141, 0.28) !important;
	background: rgba(37, 190, 111, 0.09) !important;
	color: #a9f0ca !important;
}

.vc-power-stage__shortcode #sfp-success-3 {
	padding: clamp(2rem, 4vw, 3.25rem) !important;
	border: 1px solid rgba(188, 104, 229, 0.32) !important;
	border-radius: 1.65rem !important;
	background: radial-gradient(circle at 50% 0%, rgba(0, 71, 255, 0.18), transparent 50%), #09090f !important;
	color: #fff !important;
	text-align: center;
}

.vc-power-stage__shortcode #sfp-success-3 .sfp-success-title {
	color: #fff !important;
	font-family: "Funnel Display", Inter, sans-serif !important;
}

.vc-power-stage__shortcode #sfp-success-3 .sfp-success-msg {
	color: #aaa7b4 !important;
	font-family: Inter, system-ui, sans-serif !important;
}

.vc-power-stage__shortcode #sfp-offer-3 {
	--sfp-offer-radius: 1.5rem;
	--sfp-offer-violet: #8e44ad;
	--sfp-offer-blue: #0047ff;
	--sfp-offer-gold: #c77bea !important;
	--sfp-offer-gold-soft: #ecd4f8 !important;
	--sfp-offer-muted: #aaa7b4;
	--sfp-offer-muted-2: #75717f;
	width: 100%;
	max-width: 31rem;
	font-family: Inter, system-ui, sans-serif;
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-face {
	gap: 1.5rem;
	padding: clamp(1.65rem, 3vw, 2.35rem);
	border: 1px solid rgba(177, 99, 214, 0.25);
	border-radius: var(--sfp-offer-radius);
	background:
		linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
		radial-gradient(circle at 94% 0%, rgba(0, 71, 255, 0.2), transparent 45%),
		radial-gradient(circle at 0% 100%, rgba(142, 68, 173, 0.2), transparent 48%),
		linear-gradient(145deg, #11101a, #07070b 68%);
	background-size: 38px 38px, 38px 38px, auto, auto, auto;
	box-shadow:
		0 1.8rem 5rem rgba(0, 0, 0, 0.42),
		0 0 0 1px rgba(0, 71, 255, 0.06),
		0 0 3rem rgba(65, 47, 196, 0.1);
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-front-content {
	gap: 0.85rem;
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-eyebrow {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	color: #ce82ed;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.65rem;
	letter-spacing: 0.26em;
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-eyebrow::before {
	width: 0.45rem;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #b85ddb;
	box-shadow: 0 0 0.8rem rgba(184, 93, 219, 0.9);
	content: "";
	flex: 0 0 auto;
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-face h3 {
	max-width: 100%;
	background: linear-gradient(105deg, #fff 10%, #e7d7ef 48%, #aebeff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: "Funnel Display", Inter, sans-serif;
	font-size: clamp(2.25rem, 3.2vw, 3.25rem);
	font-style: normal;
	font-weight: 720;
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-front-content > p:not(.sfp-offer-eyebrow),
.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-back > p:not(.sfp-offer-eyebrow) {
	max-width: 34rem;
	color: #aaa7b4;
	font-size: clamp(0.92rem, 1.25vw, 1.05rem);
	line-height: 1.65;
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-form {
	gap: 0.8rem;
	margin-top: 0.15rem;
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-form input {
	min-height: 3.6rem;
	padding-inline: 1.15rem;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 0.9rem;
	background: rgba(1, 1, 5, 0.72);
	color: #fff;
	font-family: Inter, system-ui, sans-serif;
	font-size: 1rem;
	caret-color: #c76de8;
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-form input:hover {
	border-color: rgba(199, 109, 232, 0.38);
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-form input:focus {
	border-color: #a958cf;
	background: rgba(2, 2, 8, 0.9);
	box-shadow:
		0 0 0 3px rgba(169, 88, 207, 0.16),
		0 0 1.4rem rgba(0, 71, 255, 0.12);
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-reveal-btn,
.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-whatsapp {
	min-height: 3.6rem;
	border-radius: 0.9rem;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-reveal-btn {
	background: linear-gradient(105deg, #8e44ad 0%, #6b4ee7 48%, #0047ff 100%);
	box-shadow:
		0 1rem 2.4rem rgba(0, 71, 255, 0.18),
		0 0 1.6rem rgba(142, 68, 173, 0.16);
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-reveal-btn:hover {
	box-shadow:
		0 1.15rem 2.8rem rgba(0, 71, 255, 0.25),
		0 0 2rem rgba(142, 68, 173, 0.25);
	transform: translateY(-2px);
}

.vc-power-stage__shortcode #sfp-offer-3 :where(button, a, input):focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-fineprint {
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	color: #75717f !important;
	font-size: 0.76rem !important;
	line-height: 1.55 !important;
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-back {
	justify-content: center;
	border-color: rgba(199, 109, 232, 0.34);
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-back::before,
.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-back::after {
	display: none;
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-expiry {
	border-color: rgba(199, 109, 232, 0.42);
	background: rgba(142, 68, 173, 0.1);
	color: #e5b7f6;
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-coupon {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	width: 100%;
	margin-top: 0.55rem;
	padding: 0.7rem 0.75rem 0.7rem 1rem;
	border-color: rgba(107, 103, 241, 0.55);
	border-radius: 0.9rem;
	background: rgba(255, 255, 255, 0.035);
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-code {
	min-width: 0;
	color: #f5f2f8;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: clamp(0.85rem, 1.25vw, 1.05rem);
	font-weight: 750;
	line-height: 1.35;
	letter-spacing: 0.055em;
	overflow-wrap: anywhere;
	white-space: normal;
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-copy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 4.8rem;
	min-height: 2.65rem;
	padding: 0.65rem 0.9rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0.7rem;
	background: linear-gradient(110deg, #8e44ad, #0047ff);
	color: #fff;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.68rem;
	letter-spacing: 0.12em;
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-copy:hover,
.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-copy:focus-visible {
	color: #fff;
	filter: brightness(1.1);
	box-shadow: 0 0 1.4rem rgba(74, 80, 238, 0.3);
	transform: translateY(-1px);
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-copy.is-copied {
	background: #1fbf68;
	color: #041a0d;
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-whatsapp {
	width: 100%;
	margin-top: 0;
	border: 1px solid rgba(92, 255, 160, 0.2);
	background: linear-gradient(105deg, #16a85a, #28d176);
	color: #031d0e;
	box-shadow: 0 1rem 2.5rem rgba(31, 191, 104, 0.15);
}

.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-whatsapp:hover {
	color: #031d0e;
	box-shadow: 0 1.15rem 2.8rem rgba(31, 191, 104, 0.24);
}

@media (max-width: 1100px) {
	.vc-power-stage__shell {
		grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.72fr);
		gap: 2rem;
	}

	.vc-pillar-orbit {
		--node-radius: 36%;
	}

	.vc-pillar__name {
		font-size: 0.7rem;
	}
}

@media (max-width: 900px) {
	.vc-power-stage {
		padding-block: 6rem;
	}

	.vc-power-stage__shell {
		grid-template-columns: minmax(0, 1fr);
		gap: 3.5rem;
	}

	.vc-pillar-orbit {
		--node-radius: 38%;
		width: min(100%, 42rem);
	}

	.vc-power-stage__shortcode {
		width: min(100%, 42rem);
		margin-inline: auto;
	}
}

@media (max-width: 700px) {
	.vc-power-stage {
		padding: 1.25rem 0.7rem 3rem;
	}

	.vc-power-stage__shell {
		gap: 2.5rem;
	}

	.vc-pillar-orbit {
		--node-radius: 35%;
		width: 100%;
	}

	.vc-power-stage__content {
		width: 46%;
	}

	.vc-power-stage__kicker {
		margin-bottom: 0.75rem;
		font-size: clamp(0.43rem, 1.8vw, 0.58rem);
		letter-spacing: 0.16em;
	}

	.vc-power-stage__headline {
		gap: 0.25rem;
		font-size: clamp(1.8rem, 8.8vw, 2.9rem);
	}

	.vc-nine-dock {
		width: clamp(2.5rem, 12vw, 3.8rem);
		height: clamp(3.5rem, 16vw, 5.2rem);
	}

	.vc-power-stage__tagline {
		margin-top: 0.8rem;
		font-size: clamp(0.42rem, 1.65vw, 0.56rem);
		letter-spacing: 0.17em;
	}

	.vc-pillar__control {
		width: 2.15rem !important;
		min-width: 2.15rem !important;
		height: 2.15rem !important;
		min-height: 2.15rem !important;
	}

	.vc-pillar__icon {
		width: 2.05rem;
		font-size: 0.48rem;
	}

	.vc-pillar__name {
		display: none;
	}

	.vc-power-stage__active-pillar {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.38rem;
		margin: 0.72rem 0 0;
		color: #fff;
		font-family: "Funnel Display", sans-serif;
		font-size: clamp(0.58rem, 2.6vw, 0.72rem);
		line-height: 1;
	}

	.vc-power-stage__active-pillar span {
		color: #c86ee9;
		font-family: Inter, sans-serif;
		font-size: 0.48rem;
		font-weight: 800;
	}

	.vc-power-stage__active-pillar strong {
		font-weight: 650;
	}

	.vc-power-stage__shortcode #sfp-offer-3 {
		--sfp-offer-radius: 1.3rem;
	}

	.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-face {
		gap: 1.25rem;
		padding: 1.35rem;
	}

	.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-face h3 {
		font-size: clamp(2rem, 10vw, 2.65rem);
	}

	.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-form input,
	.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-reveal-btn,
	.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-whatsapp {
		min-height: 3.35rem;
	}

	.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-back {
		justify-content: flex-start;
	}

	.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-coupon {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.65rem;
		padding: 0.85rem;
		text-align: center;
	}

	.vc-power-stage__shortcode #sfp-offer-3 .sfp-offer-copy {
		width: 100%;
	}

	.vc-power-stage__shortcode #sfp-form-container-3 {
		padding: 1.15rem !important;
		border-radius: 1.25rem !important;
	}

	.vc-power-stage__shortcode #sfp-form-container-3 .sfp-fields-grid {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 0.7rem !important;
	}

	.vc-power-stage__shortcode #sfp-form-container-3 :is(.sfp-col-full, .sfp-col-half) {
		grid-column: 1 / -1;
	}

	.vc-power-stage__shortcode #sfp-form-container-3 :is(.sfp-form-input, .sfp-select-trigger) {
		min-height: 3.35rem !important;
		font-size: 0.88rem !important;
	}

	.vc-power-stage__shortcode #sfp-form-container-3 .sfp-select-menu-inner {
		grid-template-columns: minmax(0, 1fr) !important;
		max-height: 16rem;
	}

	.vc-power-stage__shortcode #sfp-form-container-3 .sfp-select-option {
		min-height: 2.8rem;
	}

	.vc-power-stage__shortcode #sfp-form-container-3 .sfp-submit-btn {
		min-height: 3.4rem !important;
	}

}

@media (max-width: 380px) {
	.vc-pillar-orbit {
		--node-radius: 34%;
	}

	.vc-pillar__name {
		font-size: 0.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vc-orbit-lines::after,
	.vc-orbit-lines span:first-child {
		animation: none;
	}

	.vc-pillar {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
		will-change: auto;
	}
}
