.npcf-card {
	width: min(920px, 100%);
	margin: 32px auto;
	padding: clamp(22px, 4vw, 38px);
	border: 1px solid #dedede;
	border-radius: 8px;
	background: #fff;
	color: #242424;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
	text-align: left;
}

.npcf-card *,
.npcf-card *::before,
.npcf-card *::after {
	box-sizing: border-box;
}

.npcf-campaign-body {
	display: grid;
	grid-template-columns: minmax(280px, 0.92fr) minmax(360px, 1.08fr);
	gap: clamp(22px, 4vw, 38px);
	align-items: start;
}

.npcf-layout--stacked .npcf-campaign-body,
.npcf-layout--compact .npcf-campaign-body,
.npcf-card--no-offer .npcf-campaign-body,
.npcf-campaign-body:has(.npcf-offer-slot[hidden]) {
	grid-template-columns: 1fr;
}

.npcf-offer-slot[hidden],
.npcf-custom-field[hidden] {
	display: none !important;
}

.npcf-campaign-body .npcf-offer {
	grid-template-columns: 1fr;
	margin: 0;
}

.npcf-layout--stacked .npcf-offer {
	grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
	margin-bottom: 0;
}

.npcf-layout--compact {
	padding: 22px;
}

.npcf-layout--compact .npcf-heading {
	margin-bottom: 18px;
}

.npcf-layout--compact .npcf-offer {
	grid-template-columns: minmax(140px, 26%) minmax(0, 1fr);
}

.npcf-card--refreshing .npcf-offer-slot {
	opacity: 0.55;
	pointer-events: none;
}

.npcf-heading {
	max-width: 740px;
	margin: 0 auto 26px;
	text-align: center;
}

.npcf-heading h2 {
	margin: 0 0 10px;
	color: #202020;
	font-size: clamp(1.55rem, 3vw, 2.15rem);
	line-height: 1.2;
}

.npcf-heading p {
	margin: 0;
	color: #505050;
	font-size: 1.05rem;
	line-height: 1.6;
}

.npcf-offer {
	display: grid;
	grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
	margin-bottom: 30px;
	overflow: hidden;
	border: 1px solid #d9dde2;
	border-radius: 8px;
	background: #f7f8fa;
}

.npcf-offer__media {
	min-height: 230px;
	background: #f2f2f2;
}

.npcf-offer__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 230px;
	object-fit: cover;
}

.npcf-offer__body {
	align-self: center;
	padding: clamp(22px, 3vw, 34px);
}

.npcf-offer__eyebrow {
	margin: 0 0 7px;
	color: #343a40;
	font-size: 0.9rem;
	font-weight: 850;
	text-transform: uppercase;
}

.npcf-offer h3 {
	margin: 0 0 10px;
	color: #202020;
	font-size: clamp(1.35rem, 2.4vw, 1.8rem);
	line-height: 1.22;
}

.npcf-offer__excerpt,
.npcf-offer__content,
.npcf-offer__content p {
	margin: 0 0 12px;
	color: #404040;
	font-size: 1rem;
	line-height: 1.55;
}

.npcf-offer__content > :last-child {
	margin-bottom: 0;
}

.npcf-offer__link {
	margin: 16px 0 0;
}

.npcf-offer__link a {
	color: #173f6f;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.npcf-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 18px;
}

.npcf-field {
	margin-bottom: 18px;
}

.npcf-field label {
	display: block;
	margin-bottom: 7px;
	color: #222;
	font-size: 0.96rem;
	font-weight: 760;
}

.npcf-field input,
.npcf-field textarea,
.npcf-field select {
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #999;
	border-radius: 6px;
	background: #fff;
	color: #222;
	font: inherit;
	line-height: 1.45;
}

.npcf-field textarea {
	min-height: 130px;
	resize: vertical;
}

.npcf-field fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.npcf-field legend {
	display: block;
	width: 100%;
	margin-bottom: 7px;
	color: #222;
	font-size: 0.96rem;
	font-weight: 760;
}

.npcf-options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}

.npcf-options label,
.npcf-checkbox {
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
	margin: 0 !important;
	font-weight: 500 !important;
}

.npcf-options input,
.npcf-checkbox input {
	width: 20px;
	min-height: 20px;
	margin: 0;
	accent-color: #e85b0b;
}

.npcf-offer__stock {
	margin: 14px 0 0;
	color: #175b2f;
	font-weight: 800;
}

.npcf-field input:focus,
.npcf-field textarea:focus {
	border-color: #e85b0b;
	outline: 3px solid rgba(232, 91, 11, 0.17);
	outline-offset: 1px;
}

.npcf-contact-hint {
	margin: -9px 0 18px;
	color: #5f5f5f;
	font-size: 0.88rem;
}

.npcf-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 2px 0 20px;
	color: #444;
	font-size: 0.92rem;
	line-height: 1.5;
}

.npcf-consent input {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	accent-color: #e85b0b;
}

.npcf-consent a {
	color: #173f6f;
	font-weight: 700;
	text-decoration: underline;
}

.npcf-form__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.npcf-submit {
	min-height: 54px;
	padding: 14px 22px;
	border: 0;
	border-radius: 6px;
	background: #e85b0b;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 850;
}

.npcf-submit:hover,
.npcf-submit:focus-visible {
	background: #c84908;
}

.npcf-submit:focus-visible {
	outline: 3px solid rgba(232, 91, 11, 0.28);
	outline-offset: 3px;
}

.npcf-submit:disabled {
	cursor: wait;
	opacity: 0.65;
}

.npcf-required {
	margin: 0;
	color: #606060;
	font-size: 0.86rem;
}

.npcf-status {
	min-height: 0;
	margin-top: 18px;
	padding: 0;
	border-radius: 6px;
	font-weight: 700;
	line-height: 1.5;
}

.npcf-status--success,
.npcf-status--error {
	padding: 13px 15px;
}

.npcf-status--success {
	border: 1px solid #9bc8a9;
	background: #edf8f0;
	color: #175b2f;
}

.npcf-status--error {
	border: 1px solid #dcaaa5;
	background: #fff0ee;
	color: #84231a;
}

.npcf-validity {
	margin: 24px 0 0;
	padding-top: 17px;
	border-top: 1px solid #e2e2e2;
	color: #343a40;
	font-size: 0.93rem;
	font-weight: 750;
	text-align: center;
}

.npcf-validity span {
	margin-right: 4px;
	color: #e85b0b;
}

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

@media (max-width: 720px) {
	.npcf-card {
		margin: 24px auto;
		padding: 21px 16px;
	}

	.npcf-offer {
		grid-template-columns: 1fr;
	}

	.npcf-campaign-body,
	.npcf-layout--stacked .npcf-campaign-body,
	.npcf-layout--compact .npcf-campaign-body,
	.npcf-layout--stacked .npcf-offer,
	.npcf-layout--compact .npcf-offer {
		grid-template-columns: 1fr;
	}

	.npcf-offer__media,
	.npcf-offer__image {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.npcf-grid {
		grid-template-columns: 1fr;
	}

	.npcf-form__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.npcf-submit {
		width: 100%;
	}
}
