/* Adspectra – Żelazne Finanse: samodzielny widget CTA dla Elementora. */

.adspectra-zf-contact-widget,
.adspectra-zf-contact-widget * {
	box-sizing: border-box;
}

.adspectra-zf-contact-widget {
	position: relative;
	isolation: isolate;
	display: grid;
	place-items: center;
	width: 100%;
	min-height: 660px;
	overflow: hidden;
	background: #231f20;
	color: #ffffff;
	font-family: "Lato", "Roboto", Arial, sans-serif;
}

.adspectra-zf-contact-widget--full-width {
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
}

.adspectra-zf-contact-widget__media,
.adspectra-zf-contact-widget__overlay {
	position: absolute;
	inset: 0;
}

.adspectra-zf-contact-widget__media {
	z-index: -3;
	background-position: center 48%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.adspectra-zf-contact-widget__overlay {
	z-index: -2;
	background: rgba(19, 17, 18, 0.72);
}

.adspectra-zf-contact-widget__inner {
	width: min(calc(100% - 48px), 840px);
	max-width: 840px;
	margin-inline: auto;
	padding-block: 118px;
	text-align: center;
}

.adspectra-zf-contact-widget__eyebrow {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, 0.72);
	font-family: "Montserrat", "Lato", Arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.adspectra-zf-contact-widget__title {
	margin: 0 0 15px;
	color: #ffffff;
	font-family: "Lato", Arial, sans-serif;
	font-size: clamp(38px, 4.5vw, 54px);
	font-weight: 400;
	line-height: 1.12;
	letter-spacing: -0.03em;
}

.adspectra-zf-contact-widget__description {
	max-width: 690px;
	margin: 0 auto 28px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	line-height: 1.7;
}

.adspectra-zf-contact-widget__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	min-height: 48px;
	padding: 13px 24px;
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 3px;
	background: #231f20;
	color: #ffffff !important;
	font-family: "Montserrat", "Lato", Arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.15em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.adspectra-zf-contact-widget__button:hover,
.adspectra-zf-contact-widget__button:focus-visible {
	border-color: rgba(255, 255, 255, 0.92);
	background: #312c2d;
	color: #ffffff !important;
	transform: translateY(-2px);
}

.adspectra-zf-contact-widget__button:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 4px;
}

@media (max-width: 767px) {
	.adspectra-zf-contact-widget {
		min-height: 560px;
	}

	.adspectra-zf-contact-widget__inner {
		width: min(calc(100% - 30px), 840px);
		padding-block: 90px;
	}

	.adspectra-zf-contact-widget__eyebrow {
		font-size: 10px;
	}

	.adspectra-zf-contact-widget__title {
		font-size: 34px;
	}

	.adspectra-zf-contact-widget__description {
		font-size: 15.5px;
	}

	.adspectra-zf-contact-widget__button {
		width: 100%;
		min-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.adspectra-zf-contact-widget__button {
		transition-duration: 0.01ms !important;
	}
}
