.wpq-shell {
	--wpq-ink: #f8f5ff;
	--wpq-muted: #b8aec7;
	--wpq-gold: #f5bc4d;
	--wpq-gold-light: #ffe29a;
	--wpq-violet: #8b5cf6;
	--wpq-panel: rgba(17, 12, 27, 0.82);
	--wpq-line: rgba(255, 255, 255, 0.11);
	position: relative;
	isolation: isolate;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	padding: clamp(18px, 4vw, 48px);
	border: 1px solid rgba(245, 188, 77, 0.2);
	border-radius: 32px;
	color: var(--wpq-ink);
	background:
		radial-gradient(circle at 15% 20%, rgba(139, 92, 246, 0.24), transparent 34%),
		radial-gradient(circle at 86% 82%, rgba(245, 188, 77, 0.14), transparent 32%),
		linear-gradient(135deg, #0b0712 0%, #151020 52%, #09070f 100%);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
	font-family: "Source Sans 3", "Segoe UI", sans-serif;
}

.wpq-shell *,
.wpq-shell *::before,
.wpq-shell *::after {
	box-sizing: border-box;
}

.wpq-orb {
	position: absolute;
	z-index: -1;
	width: 280px;
	aspect-ratio: 1;
	border-radius: 50%;
	filter: blur(70px);
	opacity: 0.2;
	pointer-events: none;
}

.wpq-orb--one {
	top: -150px;
	right: 28%;
	background: #8b5cf6;
}

.wpq-orb--two {
	right: -110px;
	bottom: -160px;
	background: #f5bc4d;
}

.wpq-card {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: center;
	max-width: 1160px;
	margin: 0 auto;
}

.wpq-story {
	padding: clamp(8px, 2vw, 24px);
}

.wpq-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
	color: var(--wpq-gold-light);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.wpq-kicker__dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--wpq-gold);
	box-shadow: 0 0 0 6px rgba(245, 188, 77, 0.12), 0 0 24px rgba(245, 188, 77, 0.7);
}

.wpq-story h2 {
	max-width: 720px;
	margin: 0 0 20px;
	color: #fff;
	font-family: "Shantell Sans", "Segoe UI", sans-serif;
	font-size: clamp(38px, 6vw, 72px);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: -0.04em;
}

.wpq-lead {
	max-width: 690px;
	margin: 0;
	color: var(--wpq-muted);
	font-size: clamp(17px, 2vw, 20px);
	line-height: 1.65;
}

.wpq-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 36px;
}

.wpq-step {
	min-width: 0;
	padding: 16px;
	border: 1px solid var(--wpq-line);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.035);
}

.wpq-step span {
	display: block;
	margin-bottom: 8px;
	color: var(--wpq-gold);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.wpq-step p {
	margin: 0;
	color: #ede8f5;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.wpq-note {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 22px 0 0;
	color: #958ba4;
	font-size: 13px;
	line-height: 1.5;
}

.wpq-note span {
	color: var(--wpq-gold);
}

.wpq-panel {
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	background: var(--wpq-panel);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 18px 60px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(18px);
}

.wpq-panel__heading {
	display: flex;
	gap: 14px;
	align-items: center;
	margin-bottom: 28px;
}

.wpq-lock {
	display: grid;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid rgba(245, 188, 77, 0.24);
	border-radius: 14px;
	color: var(--wpq-gold);
	background: rgba(245, 188, 77, 0.08);
}

.wpq-lock svg {
	width: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.wpq-eyebrow {
	margin: 0 0 2px;
	color: var(--wpq-gold);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.wpq-panel h3 {
	margin: 0;
	color: #fff;
	font-size: 25px;
	line-height: 1.15;
}

.wpq-field {
	margin-bottom: 20px;
}

.wpq-field label {
	display: block;
	margin-bottom: 8px;
	color: #e9e3f0;
	font-size: 14px;
	font-weight: 750;
}

.wpq-field input {
	display: block;
	width: 100%;
	height: 54px;
	margin: 0;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 13px;
	outline: 0;
	color: #fff;
	background: rgba(4, 3, 8, 0.64);
	box-shadow: none;
	font: inherit;
	font-size: 16px;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.wpq-field input::placeholder {
	color: #6f667b;
}

.wpq-field input:focus {
	border-color: rgba(245, 188, 77, 0.72);
	background: rgba(4, 3, 8, 0.86);
	box-shadow: 0 0 0 4px rgba(245, 188, 77, 0.1);
}

.wpq-field small {
	display: block;
	margin-top: 7px;
	color: #83798f;
	font-size: 12px;
	line-height: 1.4;
}

.wpq-input-wrap {
	position: relative;
}

.wpq-input-wrap input {
	padding-right: 52px;
}

.wpq-reveal {
	position: absolute;
	top: 50%;
	right: 9px;
	display: grid;
	width: 36px;
	height: 36px;
	padding: 0;
	transform: translateY(-50%);
	place-items: center;
	border: 0;
	border-radius: 9px;
	color: #8f849b;
	background: transparent;
	cursor: pointer;
}

.wpq-reveal:hover,
.wpq-reveal:focus-visible {
	color: var(--wpq-gold);
	background: rgba(255, 255, 255, 0.06);
}

.wpq-reveal svg {
	width: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.wpq-submit {
	display: flex;
	width: 100%;
	height: 56px;
	margin-top: 25px;
	padding: 0 20px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 0;
	border-radius: 14px;
	color: #211407;
	background: linear-gradient(135deg, var(--wpq-gold-light), var(--wpq-gold));
	box-shadow: 0 12px 32px rgba(245, 188, 77, 0.2);
	font: inherit;
	font-size: 15px;
	font-weight: 900;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.wpq-submit:hover:not(:disabled) {
	transform: translateY(-2px);
	box-shadow: 0 16px 38px rgba(245, 188, 77, 0.29);
	filter: brightness(1.04);
}

.wpq-submit:disabled {
	cursor: wait;
	opacity: 0.72;
}

.wpq-submit svg {
	width: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.wpq-submit__loader {
	display: none;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(33, 20, 7, 0.25);
	border-top-color: #211407;
	border-radius: 50%;
	animation: wpq-spin 700ms linear infinite;
}

.wpq-form.is-loading .wpq-submit__loader {
	display: block;
}

.wpq-form.is-loading .wpq-submit svg {
	display: none;
}

.wpq-result {
	display: none;
	margin-top: 15px;
	padding: 13px 14px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.wpq-result.is-error,
.wpq-result.is-success {
	display: block;
}

.wpq-result.is-error {
	border: 1px solid rgba(248, 113, 113, 0.24);
	color: #fecaca;
	background: rgba(127, 29, 29, 0.22);
}

.wpq-result.is-success {
	border: 1px solid rgba(74, 222, 128, 0.25);
	color: #bbf7d0;
	background: rgba(20, 83, 45, 0.28);
}

.wpq-privacy {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	margin: 17px 0 0;
	color: #776e82;
	font-size: 11px;
	line-height: 1.45;
}

.wpq-privacy svg {
	flex: 0 0 17px;
	width: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.wpq-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.wpq-closed {
	padding: 32px 10px;
	text-align: center;
}

.wpq-closed__icon {
	display: grid;
	width: 62px;
	height: 62px;
	margin: 0 auto 18px;
	place-items: center;
	border: 1px solid rgba(245, 188, 77, 0.24);
	border-radius: 18px;
	color: var(--wpq-gold);
	background: rgba(245, 188, 77, 0.08);
	font-size: 28px;
}

.wpq-closed p {
	margin: 12px 0 0;
	color: var(--wpq-muted);
}

@keyframes wpq-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 860px) {
	.wpq-shell {
		border-radius: 24px;
	}

	.wpq-card {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.wpq-story h2 {
		font-size: clamp(40px, 11vw, 64px);
	}
}

@media (max-width: 560px) {
	.wpq-shell {
		margin: 16px auto;
		padding: 14px;
		border-radius: 20px;
	}

	.wpq-story {
		padding: 14px 8px 4px;
	}

	.wpq-kicker {
		margin-bottom: 17px;
		font-size: 11px;
	}

	.wpq-story h2 {
		margin-bottom: 16px;
		font-size: 40px;
		line-height: 1.02;
	}

	.wpq-lead {
		font-size: 16px;
	}

	.wpq-steps {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 25px;
	}

	.wpq-step {
		display: flex;
		gap: 12px;
		align-items: center;
		padding: 12px 14px;
	}

	.wpq-step span {
		margin: 0;
	}

	.wpq-panel {
		padding: 22px 18px;
		border-radius: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wpq-shell *,
	.wpq-shell *::before,
	.wpq-shell *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
/* WPQ REFERENCE STYLE 1.2 */
.wpq-shell {
	--wpq-ink: #f4f1f8;
	--wpq-muted: #a89fb8;
	--wpq-gold: #e8b84b;
	--wpq-gold-light: #f5d488;
	--wpq-violet: #e8b84b;
	--wpq-panel: #1c1726;
	--wpq-line: #2c2438;
	margin: 0px;
	padding: clamp(24px, 4vw, 56px);
	border: 1px solid #2c2438;
	border-radius: 28px;
	background: linear-gradient(160deg, #18121f 0%, #120e1a 100%);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.wpq-shell::before { display: none; }
.wpq-orb { display: none; }

.wpq-card {
	grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
	gap: 48px;
	align-items: start;
	max-width: 1180px;
	min-height: 0;
}

.wpq-story { min-width: 0; padding: 0; }

.wpq-kicker {
	gap: 9px;
	margin-bottom: 24px;
	padding: 8px 16px;
	border: 1px solid rgba(232, 184, 75, 0.3);
	border-radius: 999px;
	color: #f5d488;
	background: rgba(232, 184, 75, 0.1);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
}

.wpq-kicker__dot {
	width: 8px;
	height: 8px;
	background: #e8b84b;
	box-shadow: 0 0 10px #e8b84b;
}

.wpq-story h2 {
	display: flex;
	max-width: 650px;
	margin: 0 0 18px;
	flex-direction: column;
	color: #f4f1f8;
	font-family: inherit;
	font-size: clamp(34px, 5vw, 56px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -1px;
}

.wpq-story h2 .wpq-title-accent { color: #e8b84b; }

.wpq-lead {
	max-width: 560px;
	margin: 0 0 32px;
	color: #a89fb8;
	font-size: 17px;
	line-height: 1.55;
}

.wpq-steps {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 0;
}

.wpq-step {
	min-width: 0;
	padding: 18px 16px;
	border: 1px solid #2c2438;
	border-radius: 18px;
	background: #16121f;
	box-shadow: none;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.wpq-step:hover {
	transform: translateY(-3px);
	border-color: rgba(232, 184, 75, 0.4);
}

.wpq-step span {
	display: inline-flex;
	width: 34px;
	height: 34px;
	margin-bottom: 14px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: #2a1d00;
	background: #e8b84b;
	box-shadow: none;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
}

.wpq-step p { margin: 0; line-height: 1.35; }
.wpq-step p strong {
	display: block;
	margin-bottom: 4px;
	color: #f4f1f8;
	font-size: 15px;
	font-weight: 700;
}
.wpq-step p small {
	display: block;
	color: #7c7390;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
}

.wpq-note {
	gap: 10px;
	max-width: 620px;
	margin-top: 28px;
	color: #a89fb8;
	font-size: 13.5px;
	line-height: 1.5;
}

.wpq-note span { color: #e8b84b; }

.wpq-panel {
	position: relative;
	overflow: hidden;
	padding: 32px;
	border: 1px solid #2c2438;
	border-radius: 24px;
	background: linear-gradient(180deg, #1c1726 0%, #16121f 100%);
	box-shadow: none;
	backdrop-filter: none;
}

.wpq-panel::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: auto;
	height: 3px;
	border-radius: 0;
	background: linear-gradient(90deg, transparent, #e8b84b, transparent);
	content: "";
}

.wpq-panel__heading {
	display: block;
	margin-bottom: 26px;
}

.wpq-panel__heading > div { display: block; }

.wpq-lock {
	display: flex;
	width: 52px;
	height: 52px;
	margin-bottom: 20px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(232, 184, 75, 0.3);
	border-radius: 14px;
	color: #e8b84b;
	background: rgba(232, 184, 75, 0.12);
	box-shadow: none;
}

.wpq-lock svg { width: 24px; }
.wpq-eyebrow { display: none; }

.wpq-panel h3 {
	margin: 0 0 6px;
	color: #f4f1f8;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
}

.wpq-panel__sub {
	margin: 0;
	color: #a89fb8;
	font-size: 14.5px;
	line-height: 1.5;
}

.wpq-field { margin-bottom: 18px; }
.wpq-field label {
	margin-bottom: 8px;
	color: #a89fb8;
	font-size: 13px;
	font-weight: 600;
}

.wpq-field input {
	height: auto;
	padding: 14px 16px;
	border: 1px solid #2c2438;
	border-radius: 12px;
	color: #f4f1f8;
	background: #100c18;
	box-shadow: none;
	font-size: 15px;
}

.wpq-field input::placeholder { color: #5d5570; }
.wpq-field input:focus {
	border-color: #e8b84b;
	background: #100c18;
	box-shadow: 0 0 0 3px rgba(232, 184, 75, 0.15);
}
.wpq-field small { margin-top: 7px; color: #7c7390; font-size: 12px; }

.wpq-reveal { color: #7c7390; }
.wpq-reveal:hover,
.wpq-reveal:focus-visible { color: #e8b84b; background: rgba(232, 184, 75, 0.08); }

.wpq-submit {
	height: auto;
	margin-top: 4px;
	padding: 15px;
	border-radius: 12px;
	color: #2a1d00;
	background: #e8b84b;
	box-shadow: none;
	font-size: 16px;
	font-weight: 800;
}

.wpq-submit:hover:not(:disabled) {
	transform: none;
	box-shadow: none;
	filter: brightness(1.08);
}
.wpq-submit:active:not(:disabled) { transform: scale(0.98); }

.wpq-result { margin-top: 16px; padding: 12px 14px; border-radius: 10px; font-size: 14px; }
.wpq-result.is-error { border-color: rgba(224, 86, 86, 0.35); color: #f1a3a3; background: rgba(224, 86, 86, 0.12); }
.wpq-result.is-success { border-color: rgba(76, 187, 108, 0.35); color: #8be0a3; background: rgba(76, 187, 108, 0.12); }
.wpq-privacy { margin-top: 17px; color: #7c7390; font-size: 11px; }

.wpq-closed { padding: 4px 0; text-align: left; }
.wpq-closed::after { display: none; }
.wpq-closed__icon {
	width: 52px;
	height: 52px;
	margin: 0 0 20px;
	border: 1px solid rgba(232, 184, 75, 0.3);
	border-radius: 14px;
	color: #e8b84b;
	background: rgba(232, 184, 75, 0.12);
	font-size: 23px;
}
.wpq-closed h3 { margin-bottom: 6px; font-size: 22px; }
.wpq-closed p { margin: 0; color: #a89fb8; font-size: 14.5px; line-height: 1.55; }

@media (max-width: 880px) {
	.wpq-card { grid-template-columns: 1fr; gap: 36px; }
	.wpq-steps { grid-template-columns: 1fr; }
	.wpq-panel { max-width: none; }
}

@media (max-width: 560px) {
	.wpq-shell { margin: 14px auto; padding: 24px 18px; border-radius: 22px; }
	.wpq-kicker { margin-bottom: 22px; padding: 7px 12px; font-size: 10px; }
	.wpq-story h2 { font-size: 38px; }
	.wpq-lead { font-size: 16px; }
	.wpq-step { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; padding: 15px; }
	.wpq-step span { margin: 0; }
	.wpq-panel { padding: 26px 20px; border-radius: 20px; }
}
/* Prize clarification 1.2.1 */
.wpq-notes { display: grid; gap: 9px; margin-top: 28px; }
.wpq-notes .wpq-note { margin-top: 0; }
.wpq-note--prize {
	width: fit-content;
	padding: 8px 11px;
	border: 1px solid rgba(232, 184, 75, 0.22);
	border-radius: 10px;
	color: #c9bfd6;
	background: rgba(232, 184, 75, 0.07);
}
/* Responsive container layout 1.2.2 */
.wpq-shell { container-type: inline-size; }

@container (max-width: 920px) {
	.wpq-card {
		display: flex;
		flex-direction: column;
		gap: 36px;
	}

	.wpq-story,
	.wpq-panel {
		width: 100%;
		max-width: none;
	}

	.wpq-panel {
		order: 2;
	}
}

@container (max-width: 680px) {
	.wpq-steps {
		grid-template-columns: 1fr;
	}

	.wpq-step {
		display: grid;
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 12px;
		align-items: start;
	}

	.wpq-step span {
		margin: 0;
	}
}

@media (max-width: 1100px) {
	.wpq-card {
		display: flex;
		flex-direction: column;
		gap: 36px;
	}

	.wpq-story,
	.wpq-panel {
		width: 100%;
		max-width: none;
	}
}