.mdlp-marketing-contest-app {
	width: 100%;
	margin: 0 auto;
}

.mdlp-marketing-contest__card {
	padding: 2.5rem;
	border-radius: 32px;
	background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(247,242,236,0.98) 100%);
	box-shadow: 0 24px 60px rgba(25, 32, 56, 0.14);
}

.mdlp-marketing-contest__center {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	gap: 1.25rem;
	min-height: 360px;
	padding: 1.25rem 0;
}

.mdlp-marketing-contest__eyebrow {
	display: inline-flex;
	padding: 0.55rem 1rem;
	border-radius: 999px;
	background: #f6e8d1;
	color: #8b4d16;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.8rem;
}

.mdlp-marketing-contest__title {
	margin: 0;
	font-size: clamp(2.2rem, 3.2vw, 3rem);
	line-height: 1.05;
	color: #1d2438;
	max-width: 16ch;
}

.mdlp-marketing-contest__lead,
.mdlp-marketing-contest__notice {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.55;
	color: #42506a;
	max-width: 34rem;
}

.mdlp-marketing-contest__lead--consent {
	max-width: 38rem;
}

.mdlp-marketing-contest__legal-copy {
	margin: 0;
	font-size: 1rem;
	line-height: 1.75;
	color: #5b677f;
	max-width: 42rem;
}

.mdlp-marketing-contest__error {
	margin-bottom: 1rem;
	padding: 1rem 1.2rem;
	border-radius: 18px;
	background: #fff0ee;
	color: #a83a2c;
	font-weight: 600;
}

.mdlp-marketing-contest__error--global {
	text-align: center;
}

.mdlp-marketing-contest__form {
	display: grid;
	gap: 1rem;
}

.mdlp-marketing-contest__form-hero {
	display: grid;
	justify-items: center;
	text-align: center;
	gap: 0.9rem;
	margin-bottom: 0.5rem;
}

.mdlp-marketing-contest__form-flags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
}

.mdlp-marketing-contest__form-flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(18, 33, 61, 0.07);
	color: #24314f;
	font-size: 0.92rem;
	font-weight: 700;
}

.mdlp-marketing-contest__form-flag--accent {
	background: rgba(215, 72, 49, 0.1);
	color: #b74915;
}

.mdlp-marketing-contest__field {
	display: grid;
	gap: 0.6rem;
	padding: 1rem 1rem 1.1rem;
	border: 2px solid #e3e8f2;
	border-radius: 22px;
	background: #fff;
	font-weight: 600;
	color: #1d2438;
	box-shadow: 0 10px 24px rgba(20, 33, 61, 0.05);
}

.mdlp-marketing-contest__field--required {
	border-color: rgba(215, 72, 49, 0.22);
	background: linear-gradient(180deg, #fff8f4 0%, #fff 100%);
}

.mdlp-marketing-contest__field--error {
	border-color: rgba(215, 72, 49, 0.42);
	background: linear-gradient(180deg, #fff6f3 0%, #fff 100%);
	box-shadow: 0 12px 26px rgba(215, 72, 49, 0.08);
}

.mdlp-marketing-contest__field-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	font-size: 1rem;
	line-height: 1.4;
}

.mdlp-marketing-contest__field-label strong,
.mdlp-marketing-contest__field-label em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	flex-shrink: 0;
}

.mdlp-marketing-contest__field-label strong {
	background: rgba(215, 72, 49, 0.12);
	color: #b73f28;
}

.mdlp-marketing-contest__field-label em {
	background: rgba(18, 33, 61, 0.08);
	color: #51607d;
}

.mdlp-marketing-contest__field input {
	min-height: 74px;
	padding: 0 1rem;
	border: 2px solid #d9dfeb;
	border-radius: 18px;
	font-size: 1.1rem;
	background: #fff;
	transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.mdlp-marketing-contest__field input:focus {
	outline: none;
	border-color: #0d5bd7;
	box-shadow: 0 0 0 4px rgba(13, 91, 215, 0.14);
}

.mdlp-marketing-contest__field--error input {
	border-color: #d74831;
}

.mdlp-marketing-contest__field-error,
.mdlp-marketing-contest__inline-note--error {
	display: block;
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #b73f28;
	font-weight: 700;
}

.mdlp-marketing-contest__field-error {
	padding-left: 0.1rem;
}

.mdlp-marketing-contest__inline-note {
	margin: -0.15rem 0 0;
	padding: 0.9rem 1rem;
	border-radius: 16px;
	background: rgba(215, 72, 49, 0.08);
}

.mdlp-marketing-contest__choice {
	display: grid;
	grid-template-columns: 36px 1fr;
	gap: 1rem;
	align-items: center;
	padding: 1.25rem 1.25rem;
	border: 2px solid transparent;
	border-radius: 22px;
	background: #f6f8fc;
	color: #1d2438;
	font-weight: 600;
	cursor: pointer;
	transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease, background 0.16s ease;
}

.mdlp-marketing-contest__choice input {
	appearance: none;
	-webkit-appearance: none;
	width: 30px;
	height: 30px;
	margin: 0;
	border: 2px solid #c9d3e6;
	border-radius: 10px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: inset 0 1px 2px rgba(20, 33, 61, 0.06);
	transition: border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
	flex-shrink: 0;
	cursor: pointer;
}

.mdlp-marketing-contest__choice input::after {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 4px;
	background: #fff;
	transform: scale(0);
	transition: transform 0.14s ease;
}

.mdlp-marketing-contest__choice-body {
	display: grid;
	gap: 0.45rem;
}

.mdlp-marketing-contest__choice-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.mdlp-marketing-contest__choice-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 32px;
	padding: 0 12px;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.mdlp-marketing-contest__choice-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: rgba(18, 33, 61, 0.08);
	color: transparent;
	font-size: 1.15rem;
	font-weight: 900;
	line-height: 1;
	box-shadow: inset 0 0 0 1px rgba(18, 33, 61, 0.08);
	transform: scale(0.92);
	transition: transform 0.16s ease, background 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
	flex-shrink: 0;
}

.mdlp-marketing-contest__choice-badge--required {
	background: rgba(215, 72, 49, 0.12);
	color: #b73f28;
}

.mdlp-marketing-contest__choice-badge--optional {
	background: rgba(13, 91, 215, 0.1);
	color: #0d5bd7;
}

.mdlp-marketing-contest__choice-text {
	font-size: 1.08rem;
	line-height: 1.45;
	color: #1d2438;
}

.mdlp-marketing-contest__choice-help {
	font-size: 0.98rem;
	line-height: 1.55;
	color: #5a657d;
}

.mdlp-marketing-contest__choice--required {
	background: linear-gradient(180deg, #fff6f3 0%, #fff 100%);
	border-color: rgba(215, 72, 49, 0.18);
}

.mdlp-marketing-contest__choice--optional {
	background: linear-gradient(180deg, #f7faff 0%, #fff 100%);
	border-color: rgba(13, 91, 215, 0.12);
}

.mdlp-marketing-contest__choice--error {
	border-color: rgba(215, 72, 49, 0.45);
	box-shadow: 0 14px 28px rgba(215, 72, 49, 0.1);
}

.mdlp-marketing-contest__choice:hover,
.mdlp-marketing-contest__choice:focus-within {
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(25, 32, 56, 0.08);
}

.mdlp-marketing-contest__choice input:checked {
	border-color: #d74831;
	background: #d74831;
	box-shadow: 0 8px 18px rgba(215, 72, 49, 0.22);
}

.mdlp-marketing-contest__choice input:checked::after {
	transform: scale(1);
}

.mdlp-marketing-contest__choice input:focus-visible {
	outline: none;
	border-color: #0d5bd7;
	box-shadow: 0 0 0 4px rgba(13, 91, 215, 0.16);
}

.mdlp-marketing-contest__choice input:checked + .mdlp-marketing-contest__choice-body .mdlp-marketing-contest__choice-text {
	color: #152138;
}

.mdlp-marketing-contest__choice input:checked + .mdlp-marketing-contest__choice-body .mdlp-marketing-contest__choice-help {
	color: #47546e;
}

.mdlp-marketing-contest__choice input:checked + .mdlp-marketing-contest__choice-body .mdlp-marketing-contest__choice-badge {
	box-shadow: 0 10px 22px rgba(25, 32, 56, 0.08);
}

.mdlp-marketing-contest__choice input:checked + .mdlp-marketing-contest__choice-body .mdlp-marketing-contest__choice-check {
	background: linear-gradient(135deg, #d74831 0%, #f1672b 100%);
	color: #fff;
	box-shadow: 0 12px 24px rgba(215, 72, 49, 0.24);
	transform: scale(1);
}

.mdlp-marketing-contest__choice--required:has(input:checked) {
	border-color: #d74831;
	box-shadow: 0 16px 32px rgba(215, 72, 49, 0.14);
	background: linear-gradient(180deg, #fff3ee 0%, #fff 100%);
}

.mdlp-marketing-contest__choice--optional:has(input:checked) {
	border-color: #0d5bd7;
	box-shadow: 0 16px 32px rgba(13, 91, 215, 0.12);
	background: linear-gradient(180deg, #f2f8ff 0%, #fff 100%);
}

.mdlp-marketing-contest__links {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 0.25rem;
}

.mdlp-marketing-contest__links a {
	font-weight: 700;
	color: #0d5bd7;
	text-decoration: none;
}

.mdlp-marketing-contest__actions {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 1rem;
	margin-top: 0.75rem;
}

.mdlp-marketing-contest__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 80px;
	padding: 0 1.75rem;
	border: 0;
	border-radius: 22px;
	background: #e9edf5;
	color: #1d2438;
	font-size: 1.1rem;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.mdlp-marketing-contest__actions .mdlp-marketing-contest__button:not(.mdlp-marketing-contest__button--primary) {
	flex: 0 0 auto;
	min-width: 168px;
	padding-inline: 1.4rem;
	background: #eef2f8;
	color: #33415f;
}

.mdlp-marketing-contest__button--primary {
	flex: 1 1 auto;
	width: auto;
	background: linear-gradient(135deg, #d74831 0%, #f1672b 100%);
	color: #fff;
	box-shadow: 0 16px 34px rgba(215, 72, 49, 0.28);
	font-size: 1.18rem;
}

.mdlp-marketing-contest__button:hover,
.mdlp-marketing-contest__button:focus-visible {
	transform: translateY(-2px);
}

.mdlp-marketing-contest__button--primary:hover,
.mdlp-marketing-contest__button--primary:focus-visible {
	box-shadow: 0 20px 38px rgba(215, 72, 49, 0.34);
}

@media (max-width: 768px) {
	.mdlp-marketing-contest__card {
		padding: 1.4rem;
		border-radius: 24px;
	}

	.mdlp-marketing-contest__center {
		min-height: auto;
		padding: 0.5rem 0;
	}

	.mdlp-marketing-contest__actions {
		flex-direction: column;
		flex-wrap: wrap;
	}

	.mdlp-marketing-contest__button {
		width: 100%;
	}

	.mdlp-marketing-contest__choice {
		grid-template-columns: 32px 1fr;
		padding: 1rem;
	}

	.mdlp-marketing-contest__choice-check {
		width: 36px;
		height: 36px;
		font-size: 1rem;
	}

	.mdlp-marketing-contest__form-flags {
		flex-direction: column;
		align-items: stretch;
	}

	.mdlp-marketing-contest__field-label {
		flex-direction: column;
		align-items: flex-start;
	}
}
