/* Specialty Atlas Promo - style publiczne */

.sa-promo-banner {
	margin: 32px 0 16px;
	padding: 24px 28px;
	background: linear-gradient(135deg, #2b1d14 0%, #4a2e1c 100%);
	color: #f5ead9;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.sa-promo-banner__main {
	display: flex;
	align-items: center;
	gap: 20px;
	flex: 1 1 320px;
	min-width: 0;
}

.sa-promo-banner__logo {
	flex: 0 0 auto;
}

.sa-promo-banner__logo-img {
	display: block;
	width: 120px;
	height: auto;
	object-fit: contain;
}

.sa-promo-banner__text {
	flex: 1 1 200px;
	min-width: 0;
}

.sa-promo-banner__title {
	display: block;
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #d9a25c;
	margin-bottom: 8px;
}

.sa-promo-banner__text p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #f5ead9;
}

.sa-promo-banner__cta {
	flex: 0 0 auto;
}

.sa-promo-widget {
	text-align: center;
}

.sa-promo-widget__text {
	font-size: 0.9rem;
	margin-bottom: 12px;
}

.sa-promo-cta {
	display: flex;
	justify-content: center;
}

.sa-promo-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 18px;
	background: #1a1a1a;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	transition: transform 0.15s ease, opacity 0.15s ease;
}

.sa-promo-badge:hover {
	opacity: 0.85;
	transform: translateY(-1px);
	color: #fff;
}

.sa-promo-badge span {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
	text-align: left;
}

.sa-promo-badge small {
	font-size: 0.65rem;
	opacity: 0.8;
}

.sa-promo-badge strong {
	font-size: 0.95rem;
	font-weight: 600;
}

.sa-promo-qr-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	color: inherit;
}

.sa-promo-qr {
	border-radius: 8px;
	background: #fff;
	padding: 6px;
}

.sa-promo-qr-caption {
	font-size: 0.8rem;
	opacity: 0.85;
}

@media (max-width: 480px) {
	.sa-promo-banner {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}
	.sa-promo-banner__main {
		flex-direction: column;
		align-items: flex-start;
	}
	.sa-promo-banner__logo-img {
		width: 96px;
	}
	.sa-promo-cta {
		justify-content: flex-start;
	}
}
