/*
 * Datei-Info
 * Letzte Änderung: 26.05.2026
 * Uhrzeit: 21:52 Uhr
 * Version: v1.0.0
 * Basis: aktuelle JuBo Bingo CSS-Systemwerte, eigenständig gescoped für Team Bingo
 *
 * JuBo Team Bingo Unterseite
 * Scope: ausschließlich .jubo-team-bingo-page / .jubo-team-bingo-*.
 */

.jubo-team-bingo-page {
	--jubo-white-rock: #e7e7d9;
	--jubo-bombay: #b4babc;
	--jubo-dim-gray: #67646c;
	--jubo-chicago: #545c56;
	--jubo-zeus: #272119;
	--jubo-deco: #dad99b;
	--jubo-golden-dream: #f4dd30;
	--jubo-dark-goldenrod: #b7890a;
	--jubo-shadow: #81744e;
	--jubo-raw-umber: #6f5113;

	--jubo-container: 1280px;
	--jubo-container-narrow: 1080px;
	--jubo-container-inline: clamp(34px, 7vw, 120px);
	--jubo-container-inline-mobile: 34px;
	--jubo-shell-width: min(calc(100% - var(--jubo-container-inline)), var(--jubo-container));
	--jubo-shell-width-mobile: min(calc(100% - var(--jubo-container-inline-mobile)), var(--jubo-container));

	--jubo-text-xs: clamp(12.5px, calc(12.06px + 0.11vw), 13.5px);
	--jubo-text-sm: clamp(14px, calc(13.34px + 0.17vw), 15.5px);
	--jubo-text-base: clamp(16.5px, calc(15.62px + 0.22vw), 18.5px);
	--jubo-text-lead: clamp(18px, calc(16.9px + 0.28vw), 20.5px);
	--jubo-card-title: clamp(21px, calc(18.81px + 0.56vw), 26px);
	--jubo-h1: clamp(42px, calc(27.96px + 3.60vw), 74px);
	--jubo-h1-mobile: clamp(38px, 10.8vw, 50px);
	--jubo-h2: clamp(29px, calc(24.18px + 1.24vw), 40px);
	--jubo-h3: clamp(23px, calc(19.93px + 0.79vw), 30px);
	--jubo-eyebrow-size: clamp(13.5px, calc(12.62px + 0.22vw), 15.5px);
	--jubo-button-font-size: clamp(14.5px, calc(13.84px + 0.17vw), 16px);

	--jubo-section-gap: clamp(42px, 4.4vw, 62px);
	--jubo-section-padding: var(--jubo-section-gap) 0;
	--jubo-section-head-gap: clamp(24px, 3.2vw, 40px);
	--jubo-card-gap: clamp(18px, 2vw, 28px);
	--jubo-layout-gap: clamp(28px, 5vw, 70px);

	--jubo-radius-lg: 28px;
	--jubo-radius-md: 22px;
	--jubo-radius-sm: 16px;
	--jubo-shadow-soft: 0 22px 60px rgba(39, 33, 25, 0.14);
	--jubo-shadow-dark: 0 24px 70px rgba(0, 0, 0, 0.24);

	font-size: 16px;
	color: var(--jubo-zeus);
	background: var(--jubo-white-rock);
	overflow: hidden;
}

.jubo-team-bingo-page *,
.jubo-team-bingo-page *::before,
.jubo-team-bingo-page *::after {
	box-sizing: border-box;
}

.jubo-team-bingo-page h1,
.jubo-team-bingo-page h2,
.jubo-team-bingo-page h3,
.jubo-team-bingo-page p {
	margin-top: 0;
}

.jubo-team-bingo-page p {
	font-size: var(--jubo-text-base);
	line-height: 1.62;
}

.jubo-team-bingo-page h1,
.jubo-team-bingo-page h2,
.jubo-team-bingo-page h3 {
	font-weight: 660;
	letter-spacing: -0.035em;
}

.jubo-team-bingo-page h1 {
	max-width: 980px;
	margin-bottom: clamp(6px, 0.7vw, 10px);
	font-size: var(--jubo-h1);
	line-height: 1.04;
}

.jubo-team-bingo-page h2 {
	max-width: 910px;
	margin-bottom: clamp(6px, 0.75vw, 10px);
	font-size: var(--jubo-h2);
	line-height: 1.05;
}

.jubo-team-bingo-page h3 {
	margin-bottom: 10px;
	font-size: var(--jubo-card-title);
	line-height: 1.12;
}

.jubo-team-bingo-shell {
	width: var(--jubo-shell-width);
	max-width: var(--jubo-container);
	margin-inline: auto;
}

.jubo-team-bingo-section {
	position: relative;
	padding: var(--jubo-section-padding);
}

.jubo-team-bingo-section--light {
	background: linear-gradient(180deg, #e7e7d9 0%, #f0eddf 100%);
	color: var(--jubo-zeus);
}

.jubo-team-bingo-section--warm {
	background: radial-gradient(circle at 12% 4%, rgba(183, 137, 10, 0.12), transparent 28%), linear-gradient(135deg, #dad99b 0%, #e7e7d9 56%, #d9d4b2 100%);
	color: var(--jubo-zeus);
}

.jubo-team-bingo-section--gray {
	background: linear-gradient(135deg, #545c56 0%, #67646c 100%);
	color: var(--jubo-white-rock);
}

.jubo-team-bingo-section--dark {
	background: radial-gradient(circle at 15% 10%, rgba(244, 221, 48, 0.14), transparent 30%), linear-gradient(135deg, #272119 0%, #383028 56%, #545c56 100%);
	color: var(--jubo-white-rock);
}

.jubo-team-bingo-section--gold {
	background: radial-gradient(circle at 15% 15%, rgba(244, 221, 48, 0.22), transparent 34%), linear-gradient(135deg, #dad99b 0%, #c9a641 45%, #b7890a 100%);
	color: var(--jubo-zeus);
}

.jubo-team-bingo-section-head {
	max-width: 850px;
	margin-bottom: var(--jubo-section-head-gap);
}

.jubo-team-bingo-section-head--light {
	color: var(--jubo-white-rock);
}

.jubo-team-bingo-section-head p,
.jubo-team-bingo-lead {
	max-width: 800px;
	margin-bottom: 0;
	font-size: var(--jubo-text-lead);
	line-height: 1.52;
}

.jubo-team-bingo-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 clamp(12px, 1vw, 17px);
	font-size: var(--jubo-eyebrow-size);
	font-weight: 780;
	line-height: 1.35;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: var(--jubo-dark-goldenrod);
}

.jubo-team-bingo-eyebrow::before {
	content: "";
	width: 34px;
	height: 1px;
	background: linear-gradient(90deg, transparent, currentColor);
}

.jubo-team-bingo-eyebrow--light {
	color: #f7e7a0;
}

.jubo-team-bingo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-top: clamp(22px, 2.7vw, 34px);
}

.jubo-team-bingo-actions--final {
	justify-content: flex-end;
	margin-top: 0;
}

.jubo-team-bingo-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 15px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: var(--jubo-button-font-size);
	font-weight: 780;
	line-height: 1.2;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden;
	transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, color 220ms ease;
}

.jubo-team-bingo-button::after {
	content: "";
	position: absolute;
	inset: 1px;
	border-radius: inherit;
	border: 1px solid rgba(255, 255, 255, 0.24);
	pointer-events: none;
}

.jubo-team-bingo-button--primary {
	background: linear-gradient(135deg, #f4dd30 0%, #d4b23e 48%, #b7890a 100%);
	color: #272119;
	box-shadow: 0 14px 36px rgba(183, 137, 10, 0.28);
}

.jubo-team-bingo-button--ghost {
	background: rgba(231, 231, 217, 0.08);
	border-color: rgba(231, 231, 217, 0.42);
	color: inherit;
}

.jubo-team-bingo-button:hover,
.jubo-team-bingo-button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 20px 42px rgba(39, 33, 25, 0.24);
	outline: none;
}

.jubo-team-bingo-button--ghost:hover,
.jubo-team-bingo-button--ghost:focus-visible {
	background: rgba(231, 231, 217, 0.14);
	border-color: rgba(244, 221, 48, 0.72);
}

.jubo-team-bingo-hero {
	position: relative;
	min-height: clamp(560px, 67vh, 760px);
	padding: clamp(22px, 3.4vw, 52px) 0 clamp(48px, 5.2vw, 78px);
	background: radial-gradient(circle at 18% 18%, rgba(244, 221, 48, 0.16), transparent 28%), linear-gradient(135deg, #272119, #383028 58%, #545c56);
	color: var(--jubo-white-rock);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.jubo-team-bingo-hero::after {
	content: "";
	position: absolute;
	inset-inline: clamp(24px, 5vw, 72px);
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(244, 221, 48, 0.62), transparent);
	z-index: 3;
}

.jubo-team-bingo-hero__background,
.jubo-team-bingo-hero__background img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.jubo-team-bingo-hero__background img {
	object-fit: cover;
	object-position: center;
	transform: scale(1.015);
}

.jubo-team-bingo-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(39, 33, 25, 0.88) 0%, rgba(39, 33, 25, 0.64) 44%, rgba(39, 33, 25, 0.24) 100%), linear-gradient(180deg, rgba(39, 33, 25, 0.16), rgba(39, 33, 25, 0.5));
	z-index: 1;
}

.jubo-team-bingo-hero__inner {
	position: relative;
	z-index: 2;
}

.jubo-team-bingo-hero__content {
	max-width: 860px;
}

.jubo-team-bingo-hero h1 {
	background: linear-gradient(135deg, #e7e7d9 0%, #f7e7a0 28%, #d6b14a 52%, #b7890a 78%, #fff1b2 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 2px 10px rgba(39, 33, 25, 0.34));
}

.jubo-team-bingo-hero__text {
	max-width: 760px;
	margin-bottom: 0;
	font-size: clamp(18px, calc(16.68px + 0.34vw), 21px);
	line-height: 1.56;
	color: rgba(218, 217, 155, 0.88);
}

.jubo-team-bingo-gallery-grid {
	display: grid;
	grid-template-columns: 1.25fr 0.85fr 0.85fr;
	grid-auto-rows: minmax(180px, 1fr);
	gap: 14px;
}

.jubo-team-bingo-gallery-item {
	position: relative;
	min-height: 220px;
	margin: 0;
	border-radius: var(--jubo-radius-md);
	overflow: hidden;
	background: linear-gradient(135deg, rgba(84, 92, 86, 0.14), rgba(183, 137, 10, 0.18));
	box-shadow: var(--jubo-shadow-soft);
}

.jubo-team-bingo-gallery-item--1 {
	grid-row: span 2;
}

.jubo-team-bingo-gallery-item--6 {
	grid-column: span 2;
}

.jubo-team-bingo-gallery-item img {
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	transition: transform 500ms ease, filter 500ms ease;
}

.jubo-team-bingo-gallery-item:hover img {
	transform: scale(1.035);
	filter: saturate(1.04) contrast(1.02);
}

.jubo-team-bingo-gallery-item__fallback {
	display: flex;
	align-items: flex-end;
	min-height: inherit;
	padding: 18px;
	background: radial-gradient(circle at 20% 20%, rgba(244, 221, 48, 0.22), transparent 36%), linear-gradient(135deg, rgba(39, 33, 25, 0.9), rgba(84, 92, 86, 0.82));
	color: var(--jubo-white-rock);
}

.jubo-team-bingo-gallery-item__fallback span {
	font-size: var(--jubo-text-sm);
	font-weight: 780;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.jubo-team-bingo-card-grid {
	display: grid;
	gap: var(--jubo-card-gap);
}

.jubo-team-bingo-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jubo-team-bingo-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jubo-team-bingo-card {
	position: relative;
	padding: clamp(22px, 2.4vw, 32px);
	border: 1px solid rgba(129, 116, 78, 0.24);
	border-radius: var(--jubo-radius-md);
	background: rgba(231, 231, 217, 0.68);
	box-shadow: var(--jubo-shadow-soft);
	overflow: hidden;
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.jubo-team-bingo-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(244, 221, 48, 0.14), transparent 42%);
	opacity: 0;
	transition: opacity 220ms ease;
	pointer-events: none;
}

.jubo-team-bingo-card:hover {
	transform: translateY(-3px);
	border-color: rgba(183, 137, 10, 0.42);
	box-shadow: 0 24px 60px rgba(39, 33, 25, 0.16);
}

.jubo-team-bingo-card:hover::before {
	opacity: 1;
}

.jubo-team-bingo-card--dark {
	background: rgba(231, 231, 217, 0.08);
	border-color: rgba(231, 231, 217, 0.18);
	box-shadow: var(--jubo-shadow-dark);
}

.jubo-team-bingo-card--compact {
	background: rgba(231, 231, 217, 0.54);
}

.jubo-team-bingo-card__number {
	display: inline-flex;
	margin-bottom: 14px;
	font-size: var(--jubo-text-xs);
	font-weight: 780;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--jubo-dark-goldenrod);
}

.jubo-team-bingo-card--dark .jubo-team-bingo-card__number {
	color: #f7e7a0;
}

.jubo-team-bingo-card p {
	position: relative;
	margin-bottom: 0;
}

.jubo-team-bingo-flow-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
	gap: var(--jubo-layout-gap);
	align-items: start;
}

.jubo-team-bingo-note {
	margin-top: 18px;
	padding: 16px 18px;
	border-left: 2px solid var(--jubo-dark-goldenrod);
	border-radius: 0 var(--jubo-radius-sm) var(--jubo-radius-sm) 0;
	background: rgba(183, 137, 10, 0.09);
	font-size: var(--jubo-text-sm);
	font-weight: 620;
}

.jubo-team-bingo-flow-list {
	display: grid;
	gap: 14px;
}

.jubo-team-bingo-flow-step {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 18px;
	padding: clamp(18px, 2vw, 26px);
	border: 1px solid rgba(129, 116, 78, 0.22);
	border-radius: var(--jubo-radius-md);
	background: rgba(255, 255, 255, 0.32);
	box-shadow: var(--jubo-shadow-soft);
}

.jubo-team-bingo-flow-step > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: linear-gradient(135deg, #f4dd30, #b7890a);
	color: var(--jubo-zeus);
	font-size: var(--jubo-text-xs);
	font-weight: 780;
}

.jubo-team-bingo-flow-step p {
	margin-bottom: 0;
}

.jubo-team-bingo-faq-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.1fr);
	gap: var(--jubo-layout-gap);
	align-items: start;
}

.jubo-team-bingo-faq-list {
	display: grid;
	gap: 12px;
}

.jubo-team-bingo-faq-item {
	border: 1px solid rgba(231, 231, 217, 0.18);
	border-radius: var(--jubo-radius-sm);
	background: rgba(231, 231, 217, 0.08);
	overflow: hidden;
}

.jubo-team-bingo-faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
	padding: 18px 20px;
	border: 0;
	background: transparent;
	color: var(--jubo-white-rock);
	font: inherit;
	font-size: clamp(17.5px, calc(16.62px + 0.22vw), 19.5px);
	font-weight: 520;
	line-height: 1.28;
	text-align: left;
	cursor: pointer;
}

.jubo-team-bingo-faq-question:hover,
.jubo-team-bingo-faq-question:focus-visible {
	background: rgba(244, 221, 48, 0.08);
	outline: none;
}

.jubo-team-bingo-faq-icon {
	position: relative;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.jubo-team-bingo-faq-icon::before,
.jubo-team-bingo-faq-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 2px;
	background: #f7e7a0;
	transform: translate(-50%, -50%);
	transition: transform 180ms ease;
}

.jubo-team-bingo-faq-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.jubo-team-bingo-faq-question[aria-expanded="true"] .jubo-team-bingo-faq-icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.jubo-team-bingo-faq-answer {
	padding: 0 20px 18px;
}

.jubo-team-bingo-faq-answer p {
	margin-bottom: 0;
	color: rgba(231, 231, 217, 0.84);
}

.jubo-team-bingo-final-box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: var(--jubo-layout-gap);
	align-items: center;
	padding: clamp(28px, 4vw, 46px);
	border: 1px solid rgba(39, 33, 25, 0.18);
	border-radius: var(--jubo-radius-lg);
	background: rgba(231, 231, 217, 0.38);
	box-shadow: var(--jubo-shadow-soft);
}

.jubo-team-bingo-final-box h2 {
	margin-bottom: 10px;
}

.jubo-team-bingo-final-box p {
	max-width: 780px;
	margin-bottom: 0;
	font-size: var(--jubo-text-lead);
}

.jubo-team-bingo-reveal {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 520ms ease var(--jubo-reveal-delay, 0ms), transform 520ms ease var(--jubo-reveal-delay, 0ms);
}

.jubo-team-bingo-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1120px) {
	.jubo-team-bingo-card-grid--four,
	.jubo-team-bingo-card-grid--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jubo-team-bingo-flow-layout,
	.jubo-team-bingo-faq-layout,
	.jubo-team-bingo-final-box {
		grid-template-columns: 1fr;
	}

	.jubo-team-bingo-actions--final {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.jubo-team-bingo-page {
		--jubo-shell-width: var(--jubo-shell-width-mobile);
		--jubo-section-gap: 42px;
	}

	.jubo-team-bingo-page h1 {
		font-size: var(--jubo-h1-mobile);
	}

	.jubo-team-bingo-hero {
		min-height: 600px;
		padding: 18px 0 42px;
		align-items: flex-end;
	}

	.jubo-team-bingo-hero__overlay {
		background: linear-gradient(180deg, rgba(39, 33, 25, 0.32) 0%, rgba(39, 33, 25, 0.72) 48%, rgba(39, 33, 25, 0.94) 100%), linear-gradient(90deg, rgba(39, 33, 25, 0.52), rgba(39, 33, 25, 0.36));
	}

	.jubo-team-bingo-actions,
	.jubo-team-bingo-actions--final {
		align-items: stretch;
		width: 100%;
	}

	.jubo-team-bingo-button {
		width: 100%;
		min-height: 50px;
		padding: 14px 18px;
	}

	.jubo-team-bingo-gallery-grid,
	.jubo-team-bingo-card-grid--four,
	.jubo-team-bingo-card-grid--three {
		grid-template-columns: 1fr;
	}

	.jubo-team-bingo-gallery-item,
	.jubo-team-bingo-gallery-item--1,
	.jubo-team-bingo-gallery-item--6 {
		grid-column: auto;
		grid-row: auto;
		min-height: 260px;
	}

	.jubo-team-bingo-card,
	.jubo-team-bingo-flow-step {
		padding: 20px;
	}

	.jubo-team-bingo-flow-step {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.jubo-team-bingo-final-box {
		padding: 24px;
	}
}

@media (max-width: 420px) {
	.jubo-team-bingo-page {
		--jubo-container-inline-mobile: 28px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jubo-team-bingo-page *,
	.jubo-team-bingo-page *::before,
	.jubo-team-bingo-page *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.jubo-team-bingo-reveal {
		opacity: 1;
		transform: none;
	}
}
