/* =========================================================
   TREFFPUNKTE PAGE
   ========================================================= */

.rc-treffpunkte-page {
	padding: 8.8rem 0 4.5rem;
	text-align: center;
}

.rc-treffpunkte-section {
	padding: 1.5rem 0;
}

.rc-treffpunkte-section--hero {
	padding-top: 0;
}

.rc-treffpunkte-shell {
	position: relative;
}

.rc-treffpunkte-slider .swiper-slide {
	height: auto;
}

.rc-treffpunkt-card {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	min-width: 0;
	text-align: center;
	background: rgba(10, 20, 40, 0.55);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	border: 1px solid rgba(120, 180, 255, 0.18);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
	border-radius: 2rem;
}

.rc-treffpunkt-card__media {
	position: relative;
	border-radius: 1.75rem;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.rc-treffpunkt-card__gallery.swiper {
	width: 100%;
	height: 100%;
}

.rc-treffpunkt-card__gallery .swiper-slide {
	height: 100%;
}

.rc-treffpunkt-card__gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rc-treffpunkt-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.02) 0%,
		rgba(0, 0, 0, 0.16) 100%
	);
	pointer-events: none;
	z-index: 2;
}

.rc-treffpunkt-card__body {
	padding: 1.15rem 0.5rem 0.35rem;
	text-align: center;
}

.rc-treffpunkt-card__city {
	margin: 0 0 0.65rem;
	font-size: 0.88rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(190, 215, 255, 0.82);
}

.rc-treffpunkt-card__title {
	margin-bottom: 1rem;
	font-size: clamp(1.7rem, 3vw, 2.15rem);
	line-height: 1.08;
	color: #ffffff;
}

.rc-treffpunkt-card__days {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 0 0 0.95rem;
}

.rc-treffpunkt-card__days span {
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(120, 180, 255, 0.18);
	background: rgba(255, 255, 255, 0.05);
	color: #ffffff;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.rc-treffpunkt-card__coach {
	margin: 0 0 1.15rem;
	color: rgba(230, 240, 250, 0.92);
	font-size: 1.05rem;
	line-height: 1.5;
}

.rc-treffpunkt-card__actions {
	display: flex;
	justify-content: center;
}

.rc-treffpunkt-card .swiper-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.85rem;
	z-index: 3;
}

.rc-treffpunkt-card .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.42);
	opacity: 1;
}

.rc-treffpunkt-card .swiper-pagination-bullet-active {
	background: #ffffff;
}

.rc-treffpunkte-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.9rem;
	margin-top: 1.4rem;
}

.rc-treffpunkte-nav__arrow {
	appearance: none;
	position: relative;
	width: 3.55rem;
	height: 3.55rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(11, 18, 33, 0.68);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
	cursor: pointer;
	transition:
		transform 0.25s ease,
		background 0.25s ease,
		border-color 0.25s ease;
}

.rc-treffpunkte-nav__arrow:hover {
	transform: translateY(-2px);
	background: rgba(14, 24, 42, 0.88);
	border-color: rgba(129, 176, 255, 0.24);
}

.rc-treffpunkte-nav__arrow::before,
.rc-treffpunkte-nav__arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.78rem;
	height: 0.12rem;
	background: #ffffff;
	border-radius: 999px;
	transform-origin: center;
}

.rc-treffpunkte-nav__arrow--prev::before {
	transform: translate(-50%, -50%) rotate(-45deg) translateX(-0.18rem);
}

.rc-treffpunkte-nav__arrow--prev::after {
	transform: translate(-50%, -50%) rotate(45deg) translateX(-0.18rem);
}

.rc-treffpunkte-nav__arrow--next::before {
	transform: translate(-50%, -50%) rotate(45deg) translateX(0.18rem);
}

.rc-treffpunkte-nav__arrow--next::after {
	transform: translate(-50%, -50%) rotate(-45deg) translateX(0.18rem);
}

.rc-treffpunkte-page .rc-slider--visual {
	overflow: hidden;
}

.rc-treffpunkte-page .rc-slider--visual .swiper-wrapper {
	transition-timing-function: linear;
}

.rc-treffpunkte-community-slide {
	border-radius: 1.5rem;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.rc-treffpunkte-community-slide img {
	width: 100%;
	height: 26.25rem;
	object-fit: cover;
	display: block;
}

.rc-treffpunkte-panel {
	padding: 2rem;
	border-radius: 2rem;
	text-align: center;
}

.rc-treffpunkte-panel--center {
	text-align: center;
}

.rc-treffpunkte-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	margin-top: 1.6rem;
}

.rc-treffpunkte-actions--start {
	justify-content: flex-start;
}

/* =========================================================
   LOCATION MODAL
   ========================================================= */

.rc-location-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.rc-location-modal.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.rc-location-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 12, 22, 0.82);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.rc-location-modal__dialog {
	position: relative;
	z-index: 2;
	width: min(1180px, calc(100% - 30px));
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	margin: 20px auto;
	border-radius: 2rem;
	background: #0d1628;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow:
		0 18px 48px rgba(0, 0, 0, 0.42),
		0 0 40px rgba(70, 140, 255, 0.16);
}

.rc-location-modal__inner {
	padding: 2.1rem 1.75rem 1.75rem;
	text-align: center;
}

.rc-location-modal__close {
	position: absolute;
	top: 0.9rem;
	right: 0.9rem;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-size: 1.75rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9;
}

.rc-location-modal__grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 1.4rem;
	margin-top: 1.75rem;
	text-align: left;
}

.rc-location-modal__panel {
	height: 100%;
	padding: 1.4rem;
	border-radius: 1.6rem;
}

.rc-location-modal__panel h4 {
	margin: 0 0 0.65rem;
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 1.2;
}

.rc-location-modal__panel h4:not(:first-child) {
	margin-top: 1.35rem;
}

.rc-location-modal__panel p,
.rc-location-modal__panel li {
	color: #b8c7e2;
	font-size: 1.05rem;
	line-height: 1.65;
}

.rc-location-modal__panel ul {
	margin: 0 0 1.1rem;
	padding-left: 1.25rem;
}

.rc-location-modal__actions {
	margin-top: 1.25rem;
}

.rc-location-modal__map {
	overflow: hidden;
	border-radius: 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	min-height: 26.25rem;
}

.rc-location-modal__map iframe {
	width: 100%;
	height: 26.25rem;
	border: 0;
	display: block;
}

body.rc-location-modal-open {
	overflow: hidden !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1199px) {
	.rc-treffpunkte-community-slide img {
		height: 21.25rem;
	}
}

@media (max-width: 991px) {
	.rc-location-modal__grid {
		grid-template-columns: 1fr;
	}

	.rc-treffpunkt-card__coach {
		font-size: 1rem;
	}
}

@media (max-width: 767px) {
	.rc-treffpunkte-page {
		padding: 7.8rem 0 4rem;
	}

	.rc-treffpunkt-card,
	.rc-treffpunkte-panel {
		padding: 0.85rem;
		border-radius: 1.35rem;
	}

	.rc-treffpunkt-card__media,
	.rc-treffpunkte-community-slide,
	.rc-location-modal__panel,
	.rc-location-modal__map {
		border-radius: 1.2rem;
	}

	.rc-treffpunkt-card__title {
		font-size: 1.5rem;
	}

	.rc-treffpunkt-card__days span {
		width: 2.8rem;
		height: 2.8rem;
		font-size: 0.82rem;
	}

	.rc-treffpunkte-nav__arrow {
		width: 3.25rem;
		height: 3.25rem;
	}

	.rc-location-modal__dialog {
		width: calc(100% - 16px);
		max-height: calc(100vh - 16px);
		margin: 8px auto;
		border-radius: 1.35rem;
	}

	.rc-location-modal__inner {
		padding: 1.4rem 1rem 1rem;
	}

	.rc-location-modal__close {
		top: 0.65rem;
		right: 0.65rem;
		width: 2.5rem;
		height: 2.5rem;
		font-size: 1.5rem;
	}

	.rc-location-modal__panel h4 {
		font-size: 1.25rem;
	}

	.rc-location-modal__panel p,
	.rc-location-modal__panel li {
		font-size: 0.95rem;
	}

	.rc-location-modal__map,
	.rc-location-modal__map iframe {
		min-height: 17.5rem;
		height: 17.5rem;
	}

	.rc-treffpunkte-community-slide img {
		height: 18.75rem;
	}
}