.pdsz-acf-page {
	background: #ffffff;
	color: #15161b;
}

.pdsz-acf-shell {
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
}

.pdsz-acf-section {
	position: relative;
	padding: 72px 0;
}

.pdsz-acf-section--tight {
	padding: 40px 0;
}

.pdsz-acf-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: #b10403;
	font: 700 14px/1.1 "Antonio", sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pdsz-acf-title {
	margin: 0;
	color: #15161b;
	font-family: "Antonio", sans-serif;
	font-size: clamp(34px, 5vw, 64px);
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.pdsz-acf-title--light {
	color: #ffffff;
}

.pdsz-acf-lead {
	max-width: 780px;
	margin: 18px 0 0;
	font: 400 18px/1.75 "Cabin", sans-serif;
}

.pdsz-acf-grid {
	display: grid;
	gap: 24px;
}

.pdsz-acf-card {
	height: 100%;
	padding: 28px;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(21, 22, 27, 0.08);
}

.pdsz-acf-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 30px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: #b10403;
	color: #ffffff;
	font: 600 18px/1 "Antonio", sans-serif;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.pdsz-acf-button:hover,
.pdsz-acf-button:focus-visible {
	background: #15161b;
	color: #ffffff;
	transform: translateY(-1px);
}

@media (max-width: 767px) {
	.pdsz-acf-shell {
		width: min(100% - 24px, 100%);
	}

	.pdsz-acf-section {
		padding: 48px 0;
	}

	.pdsz-acf-card {
		padding: 22px;
		border-radius: 16px;
	}

	.pdsz-acf-lead {
		font-size: 17px;
		line-height: 1.6;
	}
}
