.akcii-home {
	text-align: center;
}

.akcii-home .h2_n {
	font-size: 60px;
	font-weight: 500;
	text-transform: none;
	margin-bottom: 40px;
}

.akcii-home-slider {
	overflow: hidden;
	text-align: left;
}

.akcii-home-slider .swiper-slide {
	height: auto;
}

.akcii-home-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 1px solid #d6daf1;
	border-radius: 16px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: box-shadow 0.2s ease;
}

.akcii-home-card:hover {
	box-shadow: 0 8px 24px rgba(3, 34, 121, 0.08);
}

.akcii-home-card__media {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f0f0f0;
}

.akcii-home-card__media img,
.akcii-home-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.akcii-home-card__placeholder {
	background: linear-gradient(135deg, #e8ecec 0%, #d4dede 100%);
}

.akcii-home-card__timer {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
	padding: 6px 12px;
	border-radius: 999px;
	background: #fff;
	color: #1a1a1a;
	font-family: "CeraPro", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.akcii-home-card__title {
	padding: 18px 16px 20px;
	color: var(--color-primary, #032279);
	font-family: "CeraPro", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
}

.akcii-home__all {
	display: inline-block;
	min-width: 220px;
	margin: 40px auto 0;
	padding: 14px 40px;
}

@media (max-width: 998px) {
	.akcii-home .h2_n {
		font-size: 36px;
		margin-bottom: 24px;
	}

	.akcii-home-card__title {
		font-size: 16px;
		padding: 14px 14px 16px;
	}

	.akcii-home-card__timer {
		font-size: 12px;
		padding: 5px 10px;
		top: 8px;
		left: 8px;
	}

	.akcii-home__all {
		margin-top: 28px;
		min-width: 0;
		width: auto;
		max-width: 100%;
	}
}

@media (max-width: 639px) {
	.akcii-home-slider .swiper-slide {
		width: 272px;
	}
}
