/**
 * Banner altı container — Latibule
 */

.banner-below {
	--bb-gold: var(--latibule-gold, #b8956a);
	background: #fff;
	padding: 3.25rem 0 3.5rem;
}

.banner-below__inner {
	max-width: 1140px;
}

.banner-below__header {
	text-align: center;
	margin-bottom: 2rem;
}

.banner-below__kicker {
	margin: 0 0 0.35rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.125rem;
	font-weight: 400;
	font-style: italic;
	color: var(--latibule-text-muted, #4a4a4a);
	letter-spacing: 0.02em;
}

.banner-below__title {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: clamp(1.85rem, 4vw, 2.75rem);
	font-weight: 700;
	color: var(--latibule-text, #1a1a1a);
	letter-spacing: 0.02em;
	line-height: 1.15;
}

/* Altın süs çizgisi */
.banner-below__divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	margin-top: 1.35rem;
	color: var(--bb-gold);
}

.banner-below__divider-line {
	flex: 1;
	max-width: 6.5rem;
	height: 1px;
	background: currentColor;
	opacity: 0.9;
}

.banner-below__divider-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: currentColor;
	opacity: 0.85;
}

.banner-below__divider-ornament {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	color: var(--bb-gold);
}

.banner-below__divider-ornament svg {
	display: block;
}

/* İki sütun */
.banner-below__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem 3rem;
	margin-bottom: 2.75rem;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.9375rem;
	line-height: 1.75;
	color: var(--latibule-text, #1a1a1a);
}

.banner-below__columns p {
	margin: 0 0 1em;
	text-align: justify;
	hyphens: auto;
}

.banner-below__columns p:last-child {
	margin-bottom: 0;
}

/* İkon şeridi */
.banner-below__amenities {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 1.5rem 1.25rem;
}

.banner-below__amenity {
	flex: 1 1 140px;
	max-width: 180px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.65rem;
}

.banner-below__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
}

.banner-below__icon {
	width: 56px;
	height: auto;
	max-height: 56px;
	object-fit: contain;
	display: block;
}

.banner-below__label {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.35;
	color: var(--latibule-text-muted, #4a4a4a);
	letter-spacing: 0.02em;
}

.banner-below__footnote {
	margin: 2rem auto 0;
	max-width: 52rem;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.875rem;
	font-style: italic;
	line-height: 1.55;
	color: var(--bb-gold);
}

@media (max-width: 720px) {
	.banner-below__columns {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.banner-below__amenity {
		flex: 1 1 45%;
		max-width: none;
	}
}
