.eaap-shell {
	--eaap-navy: #071a2d;
	--eaap-blue: #1463ff;
	--eaap-blue-dark: #0a45bd;
	--eaap-gold: #f2b33d;
	--eaap-ink: #172033;
	--eaap-muted: #667085;
	--eaap-line: #dce3ec;
	--eaap-surface: #f5f8fc;
	--eaap-white: #fff;
	color: var(--eaap-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
	margin: 32px auto;
	max-width: 1180px;
}

.eaap-shell *,
.eaap-rotator * {
	box-sizing: border-box;
}

.eaap-notice {
	background: #fff8e8;
	border: 1px solid #efd38c;
	border-radius: 10px;
	margin-bottom: 18px;
	padding: 14px 16px;
}

.eaap-notice--success {
	background: #ecfdf3;
	border-color: #a6e6ba;
}

.eaap-notice--error {
	background: #fff1f1;
	border-color: #efb1b1;
}

.eaap-hero {
	align-items: stretch;
	background:
		radial-gradient(circle at 80% 10%, rgba(20, 99, 255, .35), transparent 34%),
		linear-gradient(135deg, #071a2d 0%, #0c2c4b 100%);
	border-radius: 20px;
	color: #fff;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
	margin-bottom: 28px;
	overflow: hidden;
	padding: clamp(26px, 5vw, 54px);
}

.eaap-hero h2 {
	color: #fff;
	font-size: clamp(34px, 5vw, 58px);
	letter-spacing: -.045em;
	line-height: 1.02;
	margin: 10px 0 18px;
}

.eaap-hero p {
	color: rgba(255, 255, 255, .82);
	font-size: 18px;
	margin: 0;
	max-width: 720px;
}

.eaap-kicker {
	color: #83b5ff;
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.eaap-pool-card {
	align-self: center;
	backdrop-filter: blur(9px);
	background: rgba(255, 255, 255, .09);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 16px;
	padding: 24px;
}

.eaap-pool-total {
	font-size: 40px;
	font-weight: 850;
	letter-spacing: -.035em;
	line-height: 1.1;
}

.eaap-muted {
	color: rgba(255, 255, 255, .68);
	font-size: 13px;
}

.eaap-progress {
	background: rgba(255, 255, 255, .16);
	border-radius: 20px;
	height: 10px;
	margin: 18px 0 14px;
	overflow: hidden;
}

.eaap-progress span {
	background: linear-gradient(90deg, var(--eaap-gold), #ffe197);
	border-radius: inherit;
	display: block;
	height: 100%;
	min-width: 2px;
}

.eaap-pool-meta {
	display: grid;
	font-size: 13px;
	gap: 6px;
}

.eaap-builder-grid {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
}

.eaap-form {
	background: var(--eaap-white);
	border: 1px solid var(--eaap-line);
	border-radius: 16px;
	box-shadow: 0 15px 45px rgba(32, 54, 86, .08);
	padding: clamp(20px, 4vw, 38px);
}

.eaap-form fieldset {
	border: 0;
	border-bottom: 1px solid var(--eaap-line);
	margin: 0 0 28px;
	padding: 0 0 28px;
}

.eaap-form legend {
	color: var(--eaap-navy);
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 18px;
	padding: 0;
}

.eaap-fields {
	display: grid;
	gap: 16px;
}

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

.eaap-span-2 {
	grid-column: 1 / -1;
}

.eaap-form label,
.eaap-field-label {
	color: #344054;
	display: block;
	font-size: 13px;
	font-weight: 700;
}

.eaap-form input[type="text"],
.eaap-form input[type="email"],
.eaap-form input[type="tel"],
.eaap-form input[type="url"],
.eaap-form input[type="number"],
.eaap-form textarea,
.eaap-form select {
	background: #fff;
	border: 1px solid #c8d1df;
	border-radius: 8px;
	box-shadow: none;
	color: var(--eaap-ink);
	display: block;
	font: inherit;
	font-size: 15px;
	margin-top: 6px;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.eaap-form textarea {
	min-height: 78px;
	resize: vertical;
}

.eaap-form input:focus,
.eaap-form textarea:focus,
.eaap-form select:focus {
	border-color: var(--eaap-blue);
	box-shadow: 0 0 0 3px rgba(20, 99, 255, .14);
	outline: 0;
}

.eaap-amounts {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eaap-amounts label {
	cursor: pointer;
	position: relative;
}

.eaap-amounts input {
	opacity: 0;
	position: absolute;
}

.eaap-amounts span {
	align-items: center;
	background: var(--eaap-surface);
	border: 2px solid transparent;
	border-radius: 9px;
	display: flex;
	font-size: 17px;
	font-weight: 800;
	justify-content: center;
	min-height: 52px;
	padding: 8px;
}

.eaap-amounts input:checked + span {
	background: #edf4ff;
	border-color: var(--eaap-blue);
	color: var(--eaap-blue-dark);
}

.eaap-amounts input:focus-visible + span {
	box-shadow: 0 0 0 3px rgba(20, 99, 255, .2);
}

.eaap-custom-wrap {
	margin-top: 12px;
	max-width: 260px;
}

.eaap-check-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 10px;
}

.eaap-check-grid label,
.eaap-consents label {
	align-items: flex-start;
	display: flex;
	font-weight: 500;
	gap: 8px;
}

.eaap-check-grid input,
.eaap-consents input {
	flex: 0 0 auto;
	margin-top: 4px;
}

.eaap-consents {
	display: grid;
	font-size: 13px;
	gap: 12px;
	margin-bottom: 20px;
}

.eaap-submit {
	background: linear-gradient(135deg, var(--eaap-blue), var(--eaap-blue-dark));
	border: 0;
	border-radius: 9px;
	box-shadow: 0 10px 24px rgba(20, 99, 255, .22);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	min-height: 52px;
	padding: 12px 22px;
	width: 100%;
}

.eaap-submit:hover {
	filter: brightness(.96);
	transform: translateY(-1px);
}

.eaap-fine-print {
	color: var(--eaap-muted);
	font-size: 12px;
	margin: 12px 0 0;
	text-align: center;
}

.eaap-preview-panel {
	position: sticky;
	top: 32px;
}

.eaap-preview-panel > .eaap-kicker {
	color: var(--eaap-blue-dark);
	margin-bottom: 10px;
}

.eaap-ad-card {
	background: #fff;
	border: 1px solid #dce3ec;
	border-radius: 14px;
	box-shadow: 0 14px 36px rgba(27, 44, 73, .1);
	color: #172033;
	overflow: hidden;
	position: relative;
}

.eaap-sponsored {
	background: #f9e8bd;
	border-radius: 4px;
	color: #563c00;
	display: inline-block;
	font-size: 10px;
	font-weight: 900;
	left: 12px;
	letter-spacing: .08em;
	line-height: 1;
	padding: 6px 7px;
	position: absolute;
	text-transform: uppercase;
	top: 12px;
	z-index: 2;
}

.eaap-ad-image {
	align-items: center;
	background: linear-gradient(135deg, #e7effa, #c9d9ef);
	display: flex;
	height: 190px;
	justify-content: center;
	overflow: hidden;
}

.eaap-ad-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.eaap-ad-image > span {
	color: #244b75;
	font-size: 42px;
	font-weight: 900;
	letter-spacing: -.06em;
}

.eaap-ad-body {
	padding: 20px;
}

.eaap-ad-business {
	color: var(--eaap-muted, #667085);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.eaap-ad-body h3 {
	color: #071a2d;
	font-size: 22px;
	letter-spacing: -.025em;
	line-height: 1.15;
	margin: 7px 0 8px;
}

.eaap-ad-body p {
	color: #475467;
	font-size: 14px;
	margin: 0 0 16px;
}

.eaap-ad-meta {
	color: #667085;
	font-size: 11px;
	margin: -6px 0 14px;
}

.eaap-ad-cta {
	background: #1463ff;
	border-radius: 7px;
	color: #fff !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	padding: 9px 13px;
	text-decoration: none !important;
}

.eaap-preview-note {
	background: var(--eaap-surface);
	border-left: 3px solid var(--eaap-blue);
	border-radius: 8px;
	font-size: 13px;
	margin-top: 16px;
	padding: 14px;
}

.eaap-preview-note p {
	color: var(--eaap-muted);
	margin: 4px 0 0;
}

.eaap-rotator {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 18px auto;
	max-width: 430px;
}

.eaap-rotator .eaap-ad-card {
	animation: eaap-fade .3s ease;
}

.eaap-hp {
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

@keyframes eaap-fade {
	from { opacity: .25; transform: translateY(3px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
	.eaap-hero,
	.eaap-builder-grid {
		grid-template-columns: 1fr;
	}

	.eaap-preview-panel {
		position: static;
	}

	.eaap-preview-card {
		max-width: 460px;
	}
}

@media (max-width: 580px) {
	.eaap-shell {
		margin: 18px 0;
	}

	.eaap-hero {
		border-radius: 12px;
		padding: 24px 18px;
	}

	.eaap-form {
		border-radius: 12px;
		padding: 20px 16px;
	}

	.eaap-amounts,
	.eaap-fields--two,
	.eaap-check-grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.eaap-rotator .eaap-ad-card,
	.eaap-submit {
		animation: none;
		transition: none;
	}
}

