:root {
	--sponsor-bg: #070707;
	--sponsor-card: #141414;
	--sponsor-text: #ffffff;
	--sponsor-text-soft: rgba(255, 255, 255, 0.78);
	--sponsor-gold: #f1c40f;
	--sponsor-border: rgba(241, 196, 15, 0.24);
}

.sponsorship-apply-main {
	background:
		radial-gradient(circle at 0% 0%, rgba(0, 212, 255, 0.08), transparent 30%),
		radial-gradient(circle at 100% 0%, rgba(236, 72, 153, 0.08), transparent 30%),
		var(--sponsor-bg);
	color: var(--sponsor-text);
	min-height: 100vh;
}

.sponsorship-container {
	width: min(1160px, calc(100% - 2rem));
	margin: 0 auto;
}

.sponsorship-hero {
	padding: 8rem 0 2rem;
	text-align: center;
}

.sponsorship-eyebrow {
	display: inline-block;
	border: 1px solid var(--sponsor-border);
	color: var(--sponsor-gold);
	border-radius: 999px;
	padding: 0.4rem 1rem;
	letter-spacing: 2px;
	font-size: 0.8rem;
}

.sponsorship-hero h1 {
	margin: 0.9rem 0 1rem;
	color: var(--sponsor-gold);
	font-size: clamp(2rem, 4vw, 3.3rem);
	line-height: 1.05;
	text-transform: uppercase;
}

.sponsorship-hero p {
	color: var(--sponsor-text-soft);
	max-width: 720px;
	margin: 0 auto;
}

.sponsorship-body {
	padding: 0.5rem 0 4rem;
}

.sponsorship-grid {
	display: grid;
	grid-template-columns: minmax(0, 760px);
	justify-content: center;
	gap: 1.25rem;
}

.sponsorship-panel {
	background: var(--sponsor-card);
	border: 1px solid var(--sponsor-border);
	border-radius: 24px;
	padding: 1.25rem;
}

.sponsorship-panel-form {
	background: transparent;
	border: none;
	padding: 0;
}

.sponsorship-panel-info {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	background:
		radial-gradient(circle at top right, rgba(241, 196, 15, 0.12), transparent 34%),
		linear-gradient(180deg, rgba(20, 20, 20, 0.96), rgba(10, 10, 10, 0.98));
	border: 1px solid rgba(241, 196, 15, 0.18);
	box-shadow: 0 22px 45px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.sponsorship-panel h2,
.sponsorship-panel h3 {
	color: var(--sponsor-gold);
	font-family: Urbanist, sans-serif;
}

.sponsorship-panel-info h2 {
	margin: 0.2rem 0 0.75rem;
	font-size: 1.85rem;
	line-height: 1.05;
	text-transform: uppercase;
}

.sponsorship-panel-info h3 {
	margin: 0 0 1rem;
	font-size: 1.15rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sponsorship-back-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.4rem;
	padding: 0.85rem 1.2rem;
	border: 1px solid rgba(241, 196, 15, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	color: var(--sponsor-gold);
	font-family: Urbanist, sans-serif;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.22s ease;
}

.sponsorship-back-link:hover {
	background: rgba(241, 196, 15, 0.12);
	border-color: rgba(241, 196, 15, 0.52);
	transform: translateY(-1px);
}

.sponsorship-message {
	border-radius: 10px;
	padding: 0.8rem;
	margin: 0.8rem 0;
}

.sponsorship-message-warning {
	border: 1px solid rgba(255, 95, 95, 0.5);
	background: rgba(255, 95, 95, 0.1);
}

.sponsorship-info__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.35rem 0.75rem;
	border: 1px solid rgba(241, 196, 15, 0.22);
	border-radius: 999px;
	background: rgba(241, 196, 15, 0.08);
	color: var(--sponsor-gold);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.sponsorship-info__eyebrow::before {
	content: "";
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 999px;
	background: var(--sponsor-gold);
	box-shadow: 0 0 14px rgba(241, 196, 15, 0.55);
}

.sponsorship-info__intro {
	margin: 0 0 1.25rem;
	color: var(--sponsor-text-soft);
	font-size: 0.98rem;
	line-height: 1.65;
	max-width: 52ch;
}

.sponsorship-info__divider {
	height: 1px;
	margin: 1.45rem 0 1.35rem;
	background: linear-gradient(90deg, rgba(241, 196, 15, 0.34), rgba(255, 255, 255, 0.05));
}

.sponsorship-info__checklist,
.sponsorship-info__timeline {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sponsorship-info__checklist li,
.sponsorship-info__timeline li {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	color: var(--sponsor-text-soft);
	line-height: 1.65;
}

.sponsorship-info__checklist li + li,
.sponsorship-info__timeline li + li {
	margin-top: 0.8rem;
}

.sponsorship-info__checklist li::before {
	content: "✓";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.45rem;
	height: 1.45rem;
	flex-shrink: 0;
	border-radius: 999px;
	background: rgba(241, 196, 15, 0.12);
	border: 1px solid rgba(241, 196, 15, 0.24);
	color: var(--sponsor-gold);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1;
	transform: translateY(0.1rem);
}

.sponsorship-info__timeline {
	counter-reset: sponsor-timeline;
}

.sponsorship-info__timeline li {
	padding-left: 0.2rem;
}

.sponsorship-info__timeline li::before {
	counter-increment: sponsor-timeline;
	content: counter(sponsor-timeline);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.55rem;
	height: 1.55rem;
	flex-shrink: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(241, 196, 15, 0.24);
	color: var(--sponsor-gold);
	font-size: 0.8rem;
	font-weight: 800;
	line-height: 1;
	transform: translateY(0.08rem);
}

.sponsorship-info__checklist span,
.sponsorship-info__timeline span {
	display: block;
	flex: 1;
}

@media (max-width: 640px) {
	.sponsorship-container {
		width: min(100%, calc(100% - 1rem));
	}

	.sponsorship-hero {
		padding-top: 7rem;
	}

	.sponsorship-panel {
		border-radius: 18px;
		padding: 1rem;
	}

	.sponsorship-panel-info h2 {
		font-size: 1.55rem;
	}

	.sponsorship-back-link {
		width: 100%;
	}
}
