/*
	Diables TCG — zaślepka sklepu
	Typografia i kolory zgodne z motywem diables_tcg.
*/

*, *::before, *::after {box-sizing: border-box;}

body {
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	color: #111827;
	font-family: "Gemunu Libre", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	background: #FFF;
	/* Delikatna poświata w kolorach marki — logo zostaje bohaterem strony */
	background-image:
		radial-gradient(60% 55% at 50% 0%, rgba(255, 181, 42, 0.18) 0%, rgba(255, 255, 255, 0) 70%),
		radial-gradient(50% 45% at 50% 100%, rgba(139, 30, 30, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
	background-repeat: no-repeat;
}

.holding {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 64px 16px;
}

.holding__inner {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.holding__logo {
	display: block;
	width: 100%;
	max-width: 420px;
	height: auto;
	margin: 0 auto 48px;
}

.holding__eyebrow {
	display: inline-block;
	margin-bottom: 16px;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid #E5E7EB;
	background: #FFF;
	color: #8B1E1E;
	font-size: 13px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.holding__title {
	margin: 0 0 16px;
	font-size: 48px;
	font-weight: 800;
	line-height: 110%;
}

.holding__text {
	margin: 0;
	color: #6B7280;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 26px;
}

.holding__footer {
	padding: 0 16px 32px;
	text-align: center;
}

.holding__footer p {
	margin: 0;
	color: #9CA3AF;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 150%;
}

/* RWD
--------------------------------------------- */

@media screen and (max-width: 767px) {
	.holding {padding: 48px 16px;}
	.holding__logo {max-width: 280px;margin-bottom: 36px;}
	.holding__title {font-size: 32px;}
}
