#main .wrapper.style5 {
	padding-top: 2.25em;
	padding-bottom: 2.25em;
}

#main .inner > section:first-child {
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
}

#main h3 {
	margin-bottom: 0.55em;
	letter-spacing: 0.08em;
}

.spotlight .image {
	padding: 0.65em;
	background: rgba(255, 255, 255, 0.025);
}

.spotlight .image a {
	position: relative;
	display: block;
	overflow: hidden;
	border: 2px solid #d4af37;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.spotlight .image a::after {
	content: "ZOBACZ OFERTĘ";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -42%);
	padding: 0.8em 1.2em;
	border-radius: 5px;
	background: rgba(212, 175, 55, 0.92);
	color: #006400;
	font-size: 0.78em;
	font-weight: 800;
	letter-spacing: 0.14em;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 0.25s ease, transform 0.25s ease;
	pointer-events: none;
}

.spotlight .image img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.28s ease, filter 0.28s ease;
}

.spotlight .image a:hover img {
	transform: scale(1.018);
	filter: brightness(0.72);
}

.spotlight .image a:hover::after {
	opacity: 1;
	transform: translate(-50%, -50%);
}

.spotlight .content {
	padding-top: 2em;
	padding-bottom: 2em;
}

.spotlight .content h2 {
	margin-bottom: 0.65em;
}

.offer-note {
	margin-bottom: 1.35em;
	font-size: 0.9em;
	opacity: 0.82;
}

.spotlight .actions.special {
	justify-content: center;
}

.spotlight .button.primary {
	min-width: 190px;
}

.more-offers-button {
	all: unset;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	width: 100%;
	text-align: center;
	background: #111;
	color: #d4af37;
	font-weight: 900;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 1em;
	transition: background 0.2s ease, color 0.2s ease;
}

.more-offers-button:hover {
	background: #191919;
	color: #fff;
}

.more-offers-button small {
	font-size: 0.78em;
}

.more-offers {
	display: none;
}

.more-offers.is-open {
	display: block;
}

#footer {
	padding-top: 2.2em;
	padding-bottom: 2.2em;
}


.quick-offers {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85em;
	margin: 1.7em auto 0;
	max-width: 980px;
}

.quick-offer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
	min-height: 78px;
	padding: 1em 1.1em;
	border: 1px solid #d4af37;
	border-radius: 7px;
	background: #fafafa;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
	color: #222 !important;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.quick-offer strong {
	font-size: 0.84em;
	line-height: 1.35;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.quick-offer span {
	flex: 0 0 auto;
	padding: 0.5em 0.7em;
	border-radius: 4px;
	background: #e5484d;
	color: #fff;
	font-size: 0.67em;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.quick-offer:hover {
	transform: translateY(-2px);
	background: #fff;
	box-shadow: 0 7px 18px rgba(0, 0, 0, 0.11);
}

@media screen and (max-width: 736px) {

	.quick-offers {
		grid-template-columns: 1fr;
		gap: 0.65em;
		margin-top: 1.35em;
	}

	.quick-offer {
		min-height: 68px;
		padding: 0.9em 1em;
	}

	.quick-offer strong {
		white-space: normal;
	}

	#main .wrapper.style5 {
		padding-top: 1.75em;
		padding-bottom: 1.75em;
	}

	.spotlight .image {
		padding: 0.6em;
	}

	.spotlight .image a {
		border-radius: 6px;
	}

	.spotlight .image a::after {
		display: none;
	}

	.spotlight .content {
		padding-top: 1.5em;
		padding-bottom: 1.8em;
	}

	.spotlight .actions.special {
		justify-content: center;
	}
}
