/*
 * Datei-Info
 * Letzte Änderung: 26.05.2026
 * Uhrzeit: 22:01 Uhr
 * Version: v1.0.1
 * Basis: JuBo Bingo Landingpage CSS v1.1.3.25 aus Child-JuBo(18)
 *
 * JuBo JGA Bingo Unterseite
 * Scope: ausschließlich .jubo-jga-bingo-page / .jubo-jga-bingo-*.
 */

.jubo-jga-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-narrow: min(calc(100% - var(--jubo-container-inline)), var(--jubo-container-narrow));

	--jubo-font-base-size: 16px;
	--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(28.85px + 3.37vw), 72px);
	--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-body-line-height: 1.62;
	--jubo-lead-line-height: 1.52;
	--jubo-headline-line-height: 1.05;
	--jubo-headline-letter-spacing: -0.035em;
	--jubo-eyebrow-letter-spacing: 0.11em;
	--jubo-button-letter-spacing: 0.055em;
	--jubo-heading-font-weight: 660;
	--jubo-eyebrow-font-weight: 780;
	--jubo-button-font-weight: 780;

	--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-button-gap: 14px;
	--jubo-button-group-margin-top: clamp(24px, 2.8vw, 36px);

	--jubo-radius-xl: 30px;
	--jubo-radius-lg: 24px;
	--jubo-radius-pill: 999px;
	--jubo-border-soft: 1px solid rgba(183, 137, 10, 0.26);
	--jubo-shadow-soft: 0 24px 70px rgba(39, 33, 25, 0.18);
	--jubo-shadow-card: 0 18px 45px rgba(39, 33, 25, 0.11);
	--jubo-light-text: rgba(231, 231, 217, 0.86);
	--jubo-dark-text: rgba(39, 33, 25, 0.76);

	--jubo-section-bg-light: radial-gradient(circle at 92% 14%, rgba(183, 137, 10, 0.12), transparent 28%), linear-gradient(180deg, #f1f0df 0%, var(--jubo-white-rock) 100%);
	--jubo-section-bg-warm: radial-gradient(circle at 12% 18%, rgba(244, 221, 48, 0.14), transparent 26%), linear-gradient(135deg, var(--jubo-white-rock), rgba(218, 217, 155, 0.48));
	--jubo-section-bg-dark: radial-gradient(circle at 18% 14%, rgba(244, 221, 48, 0.13), transparent 28%), linear-gradient(135deg, var(--jubo-zeus), #342d25 58%, var(--jubo-chicago));
	--jubo-section-bg-gold: linear-gradient(135deg, rgba(183, 137, 10, 0.2), rgba(218, 217, 155, 0.56)), var(--jubo-white-rock);

	background: var(--jubo-white-rock);
	color: var(--jubo-zeus);
	font-family: inherit;
	font-size: var(--jubo-font-base-size);
	line-height: var(--jubo-body-line-height);
	overflow: hidden;
}

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

.jubo-jga-bingo-page a {
	color: inherit;
	text-decoration: none;
}

.jubo-jga-bingo-page img {
	display: block;
	max-width: 100%;
}

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

.jubo-jga-bingo-shell--narrow {
	width: var(--jubo-shell-width-narrow);
}

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

.jubo-jga-bingo-page h1,
.jubo-jga-bingo-page h2,
.jubo-jga-bingo-page h3 {
	color: inherit;
	font-family: inherit;
	font-weight: var(--jubo-heading-font-weight);
	letter-spacing: var(--jubo-headline-letter-spacing);
	line-height: var(--jubo-headline-line-height);
}

.jubo-jga-bingo-page h1 {
	max-width: 980px;
	margin-bottom: clamp(8px, 1vw, 14px);
	font-size: var(--jubo-h1);
}

.jubo-jga-bingo-page h2 {
	max-width: 920px;
	margin-bottom: clamp(8px, 1vw, 14px);
	font-size: var(--jubo-h2);
}

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

.jubo-jga-bingo-page p {
	margin-bottom: 0;
	color: var(--jubo-dark-text);
	font-size: var(--jubo-text-base);
	line-height: var(--jubo-body-line-height);
}

.jubo-jga-bingo-section--dark p,
.jubo-jga-bingo-hero p,
.jubo-jga-bingo-final p {
	color: var(--jubo-light-text);
}

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

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

.jubo-jga-bingo-eyebrow--light {
	color: var(--jubo-dark-goldenrod);
}

.jubo-jga-bingo-section,
.jubo-jga-bingo-hero {
	position: relative;
	padding: var(--jubo-section-padding);
}

.jubo-jga-bingo-section + .jubo-jga-bingo-section,
.jubo-jga-bingo-hero + .jubo-jga-bingo-section {
	margin-top: 0;
}

.jubo-jga-bingo-section--light {
	background: var(--jubo-section-bg-light);
}

.jubo-jga-bingo-section--warm {
	background: var(--jubo-section-bg-warm);
}

.jubo-jga-bingo-section--dark {
	background: var(--jubo-section-bg-dark);
	color: var(--jubo-white-rock);
}

.jubo-jga-bingo-section--gold {
	background: var(--jubo-section-bg-gold);
}

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

.jubo-jga-bingo-section-head > :last-child {
	margin-bottom: 0;
}

.jubo-jga-bingo-section-head--light p {
	color: var(--jubo-light-text);
}

.jubo-jga-bingo-hero {
	padding: clamp(28px, 4.4vw, 64px) 0 clamp(48px, 5.2vw, 78px);
	background: var(--jubo-section-bg-dark);
	color: var(--jubo-white-rock);
}

.jubo-jga-bingo-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
	align-items: center;
	gap: var(--jubo-layout-gap);
}

.jubo-jga-bingo-hero__content {
	position: relative;
	z-index: 2;
	max-width: 880px;
	animation: juboJgaFadeUp 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.jubo-jga-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-jga-bingo-hero__lead {
	max-width: 760px;
	font-size: clamp(18px, calc(16.68px + 0.34vw), 21px) !important;
	line-height: 1.56 !important;
}

.jubo-jga-bingo-hero__media,
.jubo-jga-bingo-final__media {
	position: relative;
	border: var(--jubo-border-soft);
	border-radius: var(--jubo-radius-xl);
	overflow: hidden;
	box-shadow: var(--jubo-shadow-soft);
	animation: juboJgaSoftFloat 6.5s ease-in-out infinite;
}

.jubo-jga-bingo-hero__media::after,
.jubo-jga-bingo-final__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(39, 33, 25, 0.08), rgba(39, 33, 25, 0.38));
	pointer-events: none;
}

.jubo-jga-bingo-hero__media img,
.jubo-jga-bingo-final__media img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.jubo-jga-bingo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--jubo-button-gap);
	margin-top: var(--jubo-button-group-margin-top);
}

.jubo-jga-bingo-actions--center {
	justify-content: center;
}

.jubo-jga-bingo-button {
	position: relative;
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border: 1px solid transparent;
	border-radius: var(--jubo-radius-pill);
	font-size: var(--jubo-button-font-size);
	font-weight: var(--jubo-button-font-weight);
	letter-spacing: var(--jubo-button-letter-spacing);
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

.jubo-jga-bingo-button--primary {
	background: linear-gradient(135deg, #f4dd30, #b7890a);
	color: var(--jubo-zeus) !important;
	box-shadow: 0 14px 36px rgba(183, 137, 10, 0.28);
}

.jubo-jga-bingo-button--secondary {
	border-color: rgba(231, 231, 217, 0.42);
	background: rgba(231, 231, 217, 0.08);
	color: var(--jubo-white-rock) !important;
	backdrop-filter: blur(12px);
}

.jubo-jga-bingo-button:hover,
.jubo-jga-bingo-button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 18px 42px rgba(39, 33, 25, 0.22);
}

.jubo-jga-bingo-section:not(.jubo-jga-bingo-section--dark) .jubo-jga-bingo-button--secondary {
	border-color: rgba(183, 137, 10, 0.35);
	background: rgba(231, 231, 217, 0.62);
	color: var(--jubo-zeus) !important;
}

.jubo-jga-bingo-gallery {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: clamp(12px, 1.8vw, 22px);
}

.jubo-jga-bingo-gallery__item {
	position: relative;
	grid-column: span 2;
	margin: 0;
	border-radius: var(--jubo-radius-lg);
	overflow: hidden;
	box-shadow: var(--jubo-shadow-card);
	background: linear-gradient(135deg, var(--jubo-chicago), var(--jubo-zeus));
}

.jubo-jga-bingo-gallery__item:nth-child(1),
.jubo-jga-bingo-gallery__item:nth-child(6) {
	grid-column: span 3;
}

.jubo-jga-bingo-gallery__item img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.jubo-jga-bingo-gallery__item:hover img {
	transform: scale(1.035);
}

.jubo-jga-bingo-gallery__item figcaption {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 14px;
	padding: 8px 12px;
	border: 1px solid rgba(231, 231, 217, 0.24);
	border-radius: var(--jubo-radius-pill);
	background: rgba(39, 33, 25, 0.62);
	color: var(--jubo-white-rock);
	font-size: var(--jubo-text-sm);
	line-height: 1.35;
	backdrop-filter: blur(10px);
}

.jubo-jga-bingo-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--jubo-card-gap);
}

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

.jubo-jga-bingo-card,
.jubo-jga-bingo-step,
.jubo-jga-bingo-faq-item {
	position: relative;
	border: var(--jubo-border-soft);
	border-radius: var(--jubo-radius-lg);
	background: rgba(231, 231, 217, 0.72);
	box-shadow: var(--jubo-shadow-card);
}

.jubo-jga-bingo-section--dark .jubo-jga-bingo-card {
	border-color: rgba(231, 231, 217, 0.18);
	background: rgba(231, 231, 217, 0.08);
}

.jubo-jga-bingo-card {
	padding: clamp(22px, 2.4vw, 32px);
	transition: transform 0.28s ease, border-color 0.28s ease, background-color 0.28s ease;
}

.jubo-jga-bingo-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 24px;
	right: 24px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(183, 137, 10, 0.45), transparent);
}

.jubo-jga-bingo-card:hover {
	transform: translateY(-4px);
	border-color: rgba(183, 137, 10, 0.44);
}

.jubo-jga-bingo-card p {
	font-size: var(--jubo-text-base);
}

.jubo-jga-bingo-steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(14px, 1.5vw, 20px);
}

.jubo-jga-bingo-step {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 14px;
	padding: clamp(18px, 2.1vw, 28px);
	background: rgba(231, 231, 217, 0.76);
}

.jubo-jga-bingo-step__number {
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(183, 137, 10, 0.16);
	color: var(--jubo-dark-goldenrod);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.jubo-jga-bingo-step h3 {
	font-size: clamp(18px, calc(17.12px + 0.22vw), 20px);
	line-height: 1.15;
	letter-spacing: -0.015em;
}

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

.jubo-jga-bingo-faq-item {
	padding: 0;
	background: rgba(231, 231, 217, 0.72);
	overflow: hidden;
}

.jubo-jga-bingo-faq-item summary {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 20px 24px;
	color: var(--jubo-zeus);
	font-size: clamp(17.5px, calc(16.62px + 0.22vw), 19.5px);
	font-weight: 620;
	line-height: 1.28;
	cursor: pointer;
	list-style: none;
}

.jubo-jga-bingo-faq-item summary::-webkit-details-marker {
	display: none;
}

.jubo-jga-bingo-faq-item summary::after {
	content: "+";
	display: inline-flex;
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(183, 137, 10, 0.16);
	color: var(--jubo-dark-goldenrod);
	font-weight: 760;
	transition: transform 0.22s ease;
}

.jubo-jga-bingo-faq-item[open] summary::after {
	transform: rotate(45deg);
}

.jubo-jga-bingo-faq-item__answer {
	padding: 0 24px 22px;
}

.jubo-jga-bingo-final__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.62fr);
	align-items: center;
	gap: var(--jubo-layout-gap);
}

.jubo-jga-bingo-final__content {
	max-width: 850px;
}

.jubo-jga-bingo-final__media img {
	aspect-ratio: 4 / 3;
}

body[class*="template-jubo-jga-bingo"] #content-wrap,
body[class*="template-jubo-jga-bingo"] #primary,
body[class*="template-jubo-jga-bingo"] .content-area {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

@keyframes juboJgaFadeUp {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes juboJgaSoftFloat {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-7px);
	}
}

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

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

	.jubo-jga-bingo-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.jubo-jga-bingo-hero__grid,
	.jubo-jga-bingo-final__grid {
		grid-template-columns: 1fr;
	}

	.jubo-jga-bingo-hero__media img {
		aspect-ratio: 16 / 10;
	}

	.jubo-jga-bingo-gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	.jubo-jga-bingo-gallery__item,
	.jubo-jga-bingo-gallery__item:nth-child(1),
	.jubo-jga-bingo-gallery__item:nth-child(6) {
		grid-column: span 1;
	}
}

@media (max-width: 680px) {
	.jubo-jga-bingo-page {
		--jubo-shell-width: min(calc(100% - var(--jubo-container-inline-mobile)), var(--jubo-container));
		--jubo-shell-width-narrow: min(calc(100% - var(--jubo-container-inline-mobile)), var(--jubo-container-narrow));
		--jubo-section-gap: clamp(34px, 10vw, 48px);
	}

	.jubo-jga-bingo-hero {
		padding: 18px 0 42px;
	}

	.jubo-jga-bingo-page h1 {
		font-size: clamp(38px, 10.8vw, 50px);
	}

	.jubo-jga-bingo-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.jubo-jga-bingo-button {
		width: 100%;
	}

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

	.jubo-jga-bingo-step {
		grid-template-columns: 1fr;
	}

	.jubo-jga-bingo-faq-item summary {
		padding: 18px 18px;
	}

	.jubo-jga-bingo-faq-item__answer {
		padding: 0 18px 20px;
	}
}
