* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

:root {
	--primary-color: #24242b;
	--secondary-color: #abc121;
	--tertiary-color: #e7e7e7;
	--font-color: #24242b;
	--bg-color: #f3f3f3;
	--bg-cookie: #24242b;
	--bg-card: url(../img/ofertabg.jpg);
	--bg-blog: url(../img/ofertabg_black.png);
	--bg-oferta: url(../img/ofertabg.jpg);
	--logo: url(../img/logo_rks_transparent.png);
	--heading-color: #24242b;
}

html[data-theme="dark"] {
	--primary-color: #f3f3f3;
	--secondary-color: #1f1f20;
	--tertiary-color: #27272d;
	--font-color: #d8d8f6;
	--bg-color: #242424;
	--bg-cookie: #f3f3f3;
	--bg-card: url(../img/ofertabg_gold.png);
	--bg-blog: url(../img/ofertabg.jpg);
	--bg-oferta: #242424;
	--logo: url(../img/logo2.png);
	--heading-color: #f3f3f3;
}

body {
	font-family: "Outfit", sans-serif;
	font-size: 1.6rem;
	background-color: var(--bg-color);
}

h1 {
	font-size: 40px;
}

a {
	text-decoration: none;
	color: #28282b;
}

a:active,
a:hover {
	color: #28282b;
}

a:link,
li a:visited {
	text-decoration: none;
}

.container-wide {
	max-width: 1500px;
}

.nxtgame {
	padding: 20px;
}

.fs220 {
	font-size: 220% !important;
	font-weight: 700;
}

.news {
	background: url(../img/rks_background.png);
}

.pattern-bg {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: url("../img/triangles-black.png") repeat-x center top;
	background-position: -4rem 62%;
	opacity: 0.03;
	z-index: 0;
	pointer-events: none;
}

.mb50 {
	margin-bottom: 50px;
}

.dark-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(14 14 14 / 79%);
	z-index: -5;
}

/* następny mecz */

.nextmatch-container {
	position: relative;
	z-index: 1;
	height: 500px;
	width: 80%;
	margin: 0 auto;
	margin-top: -125px;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 50px),
		calc(100% - 50px) 100%,
		0 100%
	);
	background: url(../img/goal.jpg);
	background-position: center;
	background-size: cover;
}

.nextmatch-container h2 {
	color: #eee;
	text-transform: uppercase;
	font-weight: 700;
}

.nextmatch-info {
	display: flex;
	justify-content: space-evenly;
	color: #eee;
	padding: 20px;
	margin: 20px;
}

.nextmatch-label {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.nextmatch-label span {
	font-size: 48px;
	color: #f4f4f4;
}

.nextmatch-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(18 18 18 / 90%);
	z-index: -5;
}

.team-rks,
.opponnent {
	flex-direction: row;
	margin: 0px 20px;
	width: auto;
	height: 150px;
}

.team-rks img,
.opponnent img,
.league-boximg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.nextmatch-info-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.date-box {
	font-size: 48px;
	display: flex;
	color: #f4f4f4;
	justify-content: center;
	padding: 0px 40px;
	align-items: center;
	flex-direction: column;
}

.league-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	align-items: center;
}

.league-boximg {
	width: auto;
	height: 75px;
}

.remaining-time {
	background: #0072ff;
	color: #f4f4f4;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 70px;
}

.kupbilet {
	font-size: 24px;
}

#countdown {
	font-family: monospace;
	font-size: 24px;
	font-weight: bold;
	display: flex;
	color: #f5f5dc;
	padding: 20px;
	gap: 10px;
}

.schedule-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #f4f4f4;
}

.schedule-match-label {
	display: flex;
	margin: 10px;
	justify-content: space-around;
	flex-direction: row;
}

.schedule-date-box {
	display: flex;
	align-items: center;
	background: #a00005;
	font-size: 18px;
	font-weight: 700;
	padding: 5px 50px;
}

.schedule-remains {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
}

.schedule-teams {
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.schedule-teamsimg {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
	width: 50px;
	margin-bottom: 10px;
}
.schedule-teams img {
	margin-right: 10px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.line {
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
	width: 100%;
	height: 2px;
	background-color: #eee;
	border: none;
}

/* mecz center */

#match-container {
	width: 100%;
	height: 100%;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

#match-container .team-name {
	color: #f4f4f4;
	font-weight: 700;
	font-size: 24px;
}

.match-header {
	display: flex;
	width: 50%;
	position: relative;
	top: 72%;
	align-self: center;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 2rem;
	font-size: 1.8rem;
	text-transform: uppercase;
	border-bottom: 1px solid #444;
	background: rgba(0, 0, 0, 0.7);
}

.match-info {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.match-type {
	font-weight: bold;
	opacity: 0.8;
}

/* --- Nowy układ --- */
.match-body {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: start;
	gap: 2rem;
	padding: 2rem;
	text-align: center;
}

.team-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.team-wrapper {
	position: relative;
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-core {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.team-name {
	font-size: 1.3rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

.rozgrywki-info img {
	margin-top: 20px;
	height: 48px;
	width: auto;
}

.sedzia {
	font-size: 1.2rem;
	color: #eeee;
	display: flex;
	flex-direction: column;
}

.scorers {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	color: #f4f4f4;
}

.scorers li {
	margin-top: 10px;
}

.scorers-goscie {
	color: #ffb3b3;
}

.score-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: center;
	justify-content: center;
	font-size: 3rem;
	font-weight: bold;
	color: #337ab7;
	gap: 1rem;
}

.score-box .score {
	background: linear-gradient(to right, #1b34a5, #3e60f5);
	font-size: 4rem;
	padding: 20px;
	color: #ffffff;
}

.match-description-container {
}

.match-description-container .section-title {
	background: linear-gradient(to right, #1b34a5, #3e60f5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 800;
	margin: 2rem 0 1rem;
	padding-bottom: 2rem;
	letter-spacing: 1px;
}

.match-description-container p {
	margin-bottom: 2rem;
	font-size: 16px;
}

.match-description-container strong {
	color: #141414;
	font-weight: bold;
}

.match-description {
	margin-top: 100px;
}

.match-description h2 {
	margin-bottom: 50px !important;
}

/*terminarz pełen*/

.terminarz {
	width: 100%;
	margin: 0 auto;
}

.miesiac {
	font-size: 2rem;
	margin: 2rem 0 1rem;
	text-transform: uppercase;
	border-bottom: 2px solid #333;
	padding-bottom: 0.5rem;
}

.mecz {
	position: relative;
	display: flex;
	align-items: center;
	padding: 1rem;
	border-bottom: 1px solid #222;
}

.data {
	flex: 1;
	max-width: 120px;
	text-align: center;
	font-size: 0.85rem;
	color: #f4f4f4;
	background: #0d6efd;
	padding: 20px;
}

.data .dzien {
	font-size: 2rem;
	color: #fff;
	display: block;
}

.data .dzien-tyg {
	font-weight: bold;
	color: #fff;
}

.srodek {
	flex: 1;
	display: flex;
	justify-content: center;
}

.info-meczu {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 50px 0px;
}

.druzyny {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 1rem;
}

.druzyna {
	font-size: 1.6rem;
	font-weight: bold;
	word-break: break-word;
}

.druzyna img {
	width: 36px;
	height: 36px;
	margin: 10px;
}

.wynik {
	font-size: 1.5rem;
	color: #4caf50;
	grid-column: 2 / 3;
}

.lokacja {
	margin-top: 0.5rem;
	font-size: 1.2rem;
	color: #aaa;
}

.typ-meczu {
	text-transform: uppercase;
	font-size: 1rem;
	color: #4caf50;
}

.akcje {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 0.5rem;
}

.akcje button {
	background: #222;
	border: none;
	color: #fff;
	font-size: 1.2rem;
	padding: 1rem 1.5rem;
	cursor: pointer;
	transition: background 0.3s;
}

.kupbilet {
	background: linear-gradient(to left, #fff101, #cabf01) !important;
	color: #28282b !important;
}

.akcje button:hover {
	background: #333;
}

@media (max-width: 992px) {
	.akcje {
		position: static;
		transform: none;
		justify-content: center;
		margin-top: 1rem;
	}

	.mecz {
		flex-direction: column;
		align-items: center;
	}

	.srodek {
		order: 2;
	}

	.druzyna {
		display: flex;
		align-items: center;
	}

	.akcje {
		order: 3;
	}
}

/*tabela*/

.league-table {
	font-family: "Segoe UI", sans-serif;
	background: #f5f5f5;
	border-radius: 12px;
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.1);
	overflow-x: auto;
	margin-top: 10px;
	padding: 10px;
}

.league-table table {
	width: 100%;
	border-collapse: collapse;
	background: #f4f4f4;
	color: #28282b;
	border-radius: 10px;
	overflow: hidden;
}

.league-table thead {
	background: #f9f9f9;
	text-transform: uppercase;
	font-size: 12px;
	color: #555;
}

.league-table th,
.league-table td {
	padding: 10px 12px;
	text-align: center;
	font-size: 14px;
}

.league-table tbody tr {
	transition: background 0.3s;
}

.league-table tbody tr:hover {
	background-color: #fff20188;
}

.league-table tbody tr.highlight {
	background-color: #28282b;
	color: white;
	font-weight: bold;
}

.league-table img {
	width: 24px;
	height: 24px;
}

.league-table-box h2 {
	padding: 10px;
	text-align: center;
	font-weight: 700;
	color: #f4f4f4;
	background: linear-gradient(135deg, #016eff 0%, #003c99 100%);
}

.more-about {
	border: 1px solid #fff;
	padding: 10px;
	margin-top: 50px;
}

.border5 {
	border: 2px solid #848484;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	backdrop-filter: blur(3px);
	padding: 40px;
}

.top-hero {
	position: relative;
	height: 85vh;
	background-size: cover;
	z-index: 0;
}

.top-hero-mini {
	position: relative;
	height: 60vh;
	background-size: cover;
	z-index: 0;
}
.quote-container {
	padding: 25px;
	background-color: rgb(0 0 0 / 80%);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	color: #fff;
}

.txs {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.sub-page-lead {
	color: #f4f4f4;
	font-size: 36px;
}

.top-hero-text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.6rem;
	height: 100%;
	text-transform: uppercase;
}

.icon-bar {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1000;
}

.hero-bg {
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 12px;
}
.hero-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(18 18 18 / 30%);
	z-index: -5;
}

.player-section-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(18 18 18 / 80%);
	z-index: -5;
}

.mt-10 {
	margin-top: 5rem;
}

.pt-10 {
	padding-top: 10rem;
}

/* custom scroll bar */
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #3a3b3c;
}
::-webkit-scrollbar-thumb {
	background: #fef001;
}

/* nawigacja */

/*menu*/

nav {
	position: absolute;
	font-family: "Outfit", sans-serif;
	z-index: 999;
	width: 100%;
	transition: 0.4s;
	background: transparent;
}
nav .wrapper {
	position: relative;
	height: 100px;
	background: #f4f4f4;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.sticky {
	position: fixed !important;
	max-width: 100% !important;
	width: 100% !important;
	top: 0 !important;
	left: 0;
	right: 0;
	height: 80px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #055ac3 0%, #064ea7 100%) !important;
	box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2);
}

.sticky .logo {
	width: 110px;
}

.sticky .logo-wrapper {
	height: 110px;
}

.top-nav-left {
	width: 400px;
	border-right: 1px solid #f2f2f2;
	display: flex;
	flex-direction: row;
	font-weight: 500;
	align-self: center;
	justify-content: center;
	align-items: center;
}

.top-nav-left-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e6e6e6;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	margin: 10px;
}

.top-nav-left p {
	margin: 0;
	font-size: 14px;
	color: #f4f4f4;
	margin-right: 5px;
}

.top-nav-left i {
	color: #caa328;
	margin: 0 auto;
}
.top-nav-right {
	width: 400px;
	border-left: 1px solid #f2f2f2;
	display: flex;
	flex-direction: row;
	font-weight: 500;
	align-self: center;
	justify-content: flex-end;
	align-items: center;
}

.top-nav-login {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.top-nav-login-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f4f4f4;
	color: #f4f4f4;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 24px;
	font-size: 16px;
	margin: 10px;
}

.top-nav-login i {
	color: #caa328;
	margin: 0 auto;
}

.top-nav-login p {
	color: #f4f4f4;
	font-weight: 700;
	font-size: 14px;
	margin: 0;
}

.top-nav-socials {
	display: flex;
	align-self: center;
}

.top-nav-socials i {
	font-size: 24px;
	color: #f4f4f4;
	margin: 0px 5px;
}

.top-nav {
	position: relative;
	color: var(--primary-color);
	background-image: linear-gradient(to right, #1b34a5, #3e60f5);
	width: 100%;
	margin: auto;
	height: 50px;
	display: flex;
	justify-content: space-around;
}

.logo {
	width: 90px;
	height: 100%;
	background-image: var(--logo);
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-sponsor2 {
	position: relative;
	left: 15%;
	width: 100px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-sponsor2 img,
.logo-sponsor1 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.logo-sponsor1 {
	position: relative;
	left: -15%;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logoimg {
	background-image: var(--logo);
	height: 125px;
	width: auto;
	margin: auto;
}

.logo-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -30%);
	z-index: 2;
	height: 90px;
}
.wrapper .logo a {
	color: #f2f2f2;
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
}

.wrapper .logo img {
	height: 120px;
	width: auto;
}
.wrapper .nav-links {
	display: inline-flex;
}

.nav-links li {
	margin: 0 5px;
	position: relative;
	list-style: none;
}
.nav-links li a {
	text-decoration: none;
	display: block;
	padding: 9px 15px;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	position: relative;
	z-index: 1;
	text-align: center;
	color: #f3f3f3;
	transition: all 0.3s ease-in-out;
}

.nav-links li a:hover {
	background: #abc121;
	color: #fff;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}

.nav-links li a::after {
	content: "";
	display: block;
	width: 1px;
	height: 24px;
	right: -4px;
	top: 8px;
	background: #abc121;
	position: absolute;
}

.nav-links .mobile-item {
	display: none;
}
.nav-links .drop-menu {
	position: absolute;
	background: #242526;
	width: 180px;
	line-height: 45px;
	top: 85px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
	transition: all 0.3s ease;
	top: 100px;
	opacity: 1;
	visibility: visible;
}
.drop-menu li a {
	width: 100%;
	display: block;
	padding: 0 0 0 15px;
	font-weight: 400;
	border-radius: 0px;
}
.mega-box {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 30px;
	top: 85px;
	opacity: 0;
	visibility: hidden;
}
.mega-box .content {
	background: #242526;
	padding: 25px 20px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.mega-box .content .rowm {
	width: calc(25% - 30px);
	line-height: 45px;
}
.content .rowm img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content .rowm header {
	color: #f2f2f2;
	font-size: 20px;
	font-weight: 500;
}
.content .rowm .mega-links {
	margin-left: -40px;
	border-left: 1px solid rgba(255, 255, 255, 0.09);
}
.rowm .mega-links li {
	padding: 0 30px;
}
.rowm .mega-links li a {
	padding: 0px;
	padding: 0 20px;
	color: #d9d9d9;
	font-size: 17px;
	display: block;
}
.rowm .mega-links li a:hover {
	color: #f2f2f2;
}
.wrapper .btn {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	display: none;
}
.wrapper .btn.close-btn {
	position: absolute;
	right: 30px;
	top: 10px;
}

.burger {
	position: fixed;
	left: 20px;
	top: auto;
	width: 35px;
	height: 24px;
	cursor: pointer;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

.burger span {
	display: block;
	width: 100%;
	height: 4px;
	background: #28282b;
	border-radius: 2px;
	transition:
		transform 0.4s ease,
		opacity 0.4s ease,
		background 0.4s ease;
	transform-origin: center;
}

.burger.active span {
	background: #f4f4f4;
}

.burger.active span:nth-child(1) {
	transform: rotate(45deg);
	position: absolute;
}

.burger.active span:nth-child(2) {
	opacity: 0;
}

.burger.active span:nth-child(3) {
	transform: rotate(-45deg);
	position: absolute;
}

/* PODSTAWOWE MENU 
.side-menu {
	position: fixed;
	top: 0;
	left: -250px;
	height: 100vh;
	width: 250px;
	background: #222;
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	transition: 0.4s ease;
	z-index: 1000;
}

.side-menu.active {
	left: 0;
}

.side-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

.side-menu li {
	width: 100%;
	height: 100px;
	min-width: 100%;
	min-height: 100px;
	max-width: 100%;
	max-height: 100px;
	flex-shrink: 0;
	flex-grow: 0;
}

/* IMG WRAPPER Z OBRAZKIEM I OVERLAYEM 
.img-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}

/* OBRAZEK 
.img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease;
	filter: grayscale(100%);
	transition: filter 0.4s ease;
	z-index: 1;
	position: relative;
}

/* NAKŁADKA SZARA 
.img-wrapper .overlay-grey {
	position: absolute;
	inset: 0;
	background: rgba(73, 73, 73, 0.7); 
	transition: opacity 0.4s ease;
	z-index: 2;
	pointer-events: none;
}

.img-wrapper .hover-overlay {
	position: absolute;
	inset: 0;
	transition: background 0.4s ease;
	z-index: 2;
}

/* NAPIS 
.img-wrapper span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 28px;
	font-weight: 700;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	z-index: 3;
	pointer-events: none;
}

/* EFEKT HOVER 
.img-wrapper:hover .hover-overlay {
	background: rgba(1, 114, 225, 0.45);
}
.img-wrapper:hover img {
	filter: grayscale(100%) brightness(1);
	transform: scale(1.03);
}

/* OVERLAY DLA CAŁEGO EKRANU (jeśli używasz) 
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
	z-index: 999;
}
.overlay.active {
	opacity: 1;
	visibility: visible;
}

/* SKALOWANIE NA MAŁYCH EKRANACH 
@media (max-width: 480px) {
	.side-menu li {
		width: 90%;
		height: 140px;
	}
}

.has-submenu {
	width: 180px;
	position: relative;
}

@media (max-width: 992px) {
	.submenu {
		position: fixed;
		top: 0;
		left: 0 !important; 
		width: 100vw !important; 
		background: #1d1d1d;
		display: none;
		flex-direction: column;
		padding: 80px 20px 20px;
		z-index: 1002;
		gap: 10px;
	}

	#backFromZespoly {
		color: #fff;
		font-weight: bold;
		padding: 12px 10px;
		border-bottom: 1px solid #444;
		cursor: pointer;
		display: block;
	}
}

/* Submenu – ukryte obok side-menu 
.has-submenu {
	position: relative;
}

.submenu {
	position: fixed;
	top: 0;
	left: 250px;
	width: 250px;
	height: 100vh;
	background: url(../img/zespol_szary.png);
	display: none;
	flex-direction: column;
	padding: 60px 20px 20px;
	box-sizing: border-box;
	z-index: 1002;
	gap: 10px;
}

/* Pokazuj submenu na hover 
.has-submenu:hover .submenu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.submenu li a {
	display: block;
	color: #f4f4f4;
	background: #141414;
	padding: 10px 15px;
	text-decoration: none;
	transition: background 0.3s ease;
}
.submenu li a:hover {
	background: #0072ff;
}

.back-btn {
	background: none;
	color: #141414;
	border: none;
	font-size: 2rem;
	margin-bottom: 20px;
	cursor: pointer;
	text-align: left;
}
.back-btn:hover {
	text-decoration: underline;
}

body.submenu-open .burger {
	display: none;
} 

*/

/*menu-nowe*/

/* =========================
   BURGER
========================= */
.burger {
	position: fixed;
	left: 20px;
	top: auto;
	transform: translateY(-5%);
	width: 35px;
	height: 24px;
	cursor: pointer;
	z-index: 2002;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

.burger span {
	display: block;
	width: 100%;
	height: 4px;
	background: #28282b;
	border-radius: 2px;
	transition:
		transform 0.4s ease,
		opacity 0.4s ease,
		background 0.4s ease;
	transform-origin: center;
}

.burger.active span {
	background: #fff;
}

.burger.active span:nth-child(1) {
	transform: rotate(45deg);
	position: absolute;
}

.burger.active span:nth-child(2) {
	opacity: 0;
}

.burger.active span:nth-child(3) {
	transform: rotate(-45deg);
	position: absolute;
}

/* =========================
   FULLSCREEN MENU
========================= */
.fullscreen-menu {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100vh;
	background: rgba(10, 10, 10, 0.96);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 2000;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity 0.35s ease,
		visibility 0.35s ease;
}

.fullscreen-menu.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.fullscreen-menu-inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 120px 50px 40px;
	overflow: hidden;
}

/* =========================
   POZIOMY MENU
========================= */
.menu-level {
	position: absolute;
	inset: 0;
	padding: 120px 50px 40px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(30px);
	transition:
		opacity 0.35s ease,
		transform 0.35s ease,
		visibility 0.35s ease;
	overflow-y: auto;
}

.menu-level.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/* =========================
   GŁÓWNA SIATKA
========================= */
.menu-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	align-items: self-start;
}

.menu-grid li {
	min-height: 200px;
}

.menu-card {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-align: left;
}

/* =========================
   KARTY / OBRAZY
========================= */
.img-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 200px;
	max-height: 200px;
	overflow: hidden;
	border-radius: 18px;
	cursor: pointer;
}

.img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(100%);
	transition:
		transform 0.4s ease,
		filter 0.4s ease;
	position: relative;
	z-index: 1;
}

.img-wrapper .overlay-grey {
	position: absolute;
	inset: 0;
	background: rgba(50, 50, 50, 0.65);
	z-index: 2;
	pointer-events: none;
	transition: 0.35s ease;
}

.img-wrapper .hover-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	transition: background 0.35s ease;
}

.img-wrapper span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: clamp(24px, 2vw, 34px);
	font-weight: 700;
	text-align: center;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
	z-index: 3;
	pointer-events: none;
	width: 90%;
}

.menu-card:hover .hover-overlay {
	background: rgba(1, 114, 225, 0.35);
}

.menu-card:hover img {
	transform: scale(1.05);
	filter: grayscale(100%) brightness(1.05);
}

.menu-card:hover .overlay-grey {
	background: rgba(30, 30, 30, 0.45);
}

/* =========================
   SUBMENU
========================= */
.submenu-header {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
}

.submenu-header h2 {
	margin: 0;
	font-size: clamp(30px, 3vw, 54px);
	color: #fff;
	font-weight: 800;
}

.back-btn {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 12px 20px;
	border-radius: 999px;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s ease;
}

.back-btn:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.4);
}

.submenu-content {
	max-width: 1200px;
}

.submenu-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(280px, 1fr));
	gap: 30px;
}

.submenu-box {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	padding: 24px;
}

.submenu-box p {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 20px;
}

.submenu-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.submenu-links li a {
	display: block;
	padding: 16px 20px;
	border-radius: 14px;
	text-decoration: none;
	color: #fff;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: 0.3s ease;
	font-size: 18px;
	font-weight: 500;
}

.submenu-links li a:hover {
	background: rgba(1, 114, 225, 0.22);
	border-color: rgba(1, 114, 225, 0.5);
	transform: translateX(4px);
}

/* =========================
   OVERLAY
========================= */
.overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
	z-index: 1999;
}

.overlay.active {
	opacity: 1;
	visibility: visible;
}

/* =========================
   DESKTOP
========================= */
@media (min-width: 993px) {
	.fullscreen-menu-inner,
	.menu-level {
		padding: 140px 70px 50px;
	}

	.menu-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.menu-grid li:nth-child(1),
	.menu-grid li:nth-child(6),
	.menu-grid li:nth-child(7),
	.menu-grid li:nth-child(8) {
		min-height: 180px;
	}

	.menu-grid li:nth-child(2),
	.menu-grid li:nth-child(3),
	.menu-grid li:nth-child(4),
	.menu-grid li:nth-child(5) {
		min-height: 240px;
	}
}

/* =========================
   TABLET / MOBILE
========================= */
@media (max-width: 992px) {
	.fullscreen-menu-inner,
	.menu-level {
		padding: 90px 20px 30px;
	}

	.menu-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.menu-grid li {
		min-height: 120px;
	}

	.img-wrapper {
		min-height: 120px;
		border-radius: 14px;
	}

	.img-wrapper span {
		font-size: 24px;
	}

	.submenu-header {
		margin-bottom: 24px;
	}

	.submenu-columns {
		grid-template-columns: 1fr;
	}
}

/*sidebar-history*/

/* ========== SIDEBAR ========== */
.sidebar-history {
	width: 220px;
	background: #f4f4f4;
	color: #222;
	padding: 2rem 1rem;
	position: sticky;
	top: 150px;
	align-self: flex-start;
	min-width: 180px;
	margin-right: 40px;
}

.sidebar-history ul {
	list-style: none;
}

.sidebar-history li {
	padding: 0.8rem 1rem;
	margin-bottom: 4px;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s;
}

.sidebar-history li:hover {
	background: #e0e0e0;
}

.sidebar-history li.active {
	font-weight: bold;
	background: #ddd;
	border-left: 4px solid #0d6efd;
}

/* ========== TIMELINE ========== */
.timeline {
	width: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 2rem;
	position: relative;
	background: linear-gradient(to bottom, #111, #1a1a1a);
}

.timeline-line {
	width: 4px;
	background: #0d6efd;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.timeline-date {
	position: sticky;
	top: 2rem;
	text-align: center;
	font-size: 1.5rem;
	color: #0d6efd;
	z-index: 1;
}

.timeline-date span {
	display: block;
	font-size: 1rem;
	color: #ccc;
}

.timeline-marker {
	position: absolute;
	left: 0;
	width: 200px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	pointer-events: none;
}

.timeline-marker .year {
	font-size: 3.2rem;
	z-index: 2;
	position: relative;
	left: -50px;
	font-weight: bold;
	color: #f4f4f4;
	margin-bottom: 10px;
}

.timeline-marker .line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 100%;
	background: #0d6efd;
}

/* ========== CONTENT AREA ========== */
.content-history {
	flex: 1;
	padding: 2rem;
	position: relative;
	color: #f4f4f4;
	overflow: hidden;
	padding-left: 100px; /* zostaw miejsce na datę */
	margin-bottom: 100px;
}

.image-wrapper img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
	border: 2px solid #444;
	border-radius: 4px;
}

.text-wrapper {
	margin-top: 1.5rem;
	margin-left: 5rem;
}

/* ========== MULTI-SECTIONS ========== */
/*
.content-section {
	display: none;
	animation: fade 0.3s ease;
}

.content-section.active {
	display: block;
} */

@keyframes fade {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@media (max-width: 767px) {
	.sidebar-history {
		top: 0;
		display: none;
		z-index: 10;
		border-bottom: 1px solid #ccc;
	}
}

.fixtures-section {
	background: #dfe3df;
	padding: 40px 0 60px;
	/*margin-top: -100px;*/
	overflow: hidden;
	font-family: "Outfit", sans-serif;
}

.fixtures-row {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1.3fr 1fr 1fr;
	align-items: end;
	gap: 0;
	position: relative;
}

.fixture-card {
	background: #f6f6f4;
	position: relative;
	overflow: hidden;
	min-height: 315px;
	padding: 34px 28px 34px;
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	transition:
		transform 0.35s ease,
		box-shadow 0.35s ease,
		filter 0.35s ease,
		z-index 0.35s ease;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* =========================
   KARTA MECZOWA
========================= */
.fixture-card {
	transition:
		transform 0.35s ease,
		box-shadow 0.35s ease,
		z-index 0.35s ease;
}

.fixture-card:last-child {
	border-right: 0;
}

/* =========================
   ZWYKŁE KARTY:
   nazwy drużyn pojawiają się na hover
   i zawsze siedzą na jednej wysokości
========================= */
.fixture-match--hover-names {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	margin: 20px 0 30px;
	min-height: 110px;
}

/* blok pojedynczej drużyny */
.team-block--hover {
	position: relative;
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

/* logo */
.team-block--hover .team-logo {
	margin: 0 auto;
	transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

/* stały kontener na nazwę */
.team-name-slot {
	position: relative;
	margin-top: 12px;
	height: 34px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
}

/* sama nazwa */
.team-name-hover {
	margin: 0;
	width: 100%;
	max-width: 130px;
	text-align: center;
	font-size: 13px;
	line-height: 1.15;
	font-weight: 800;
	text-transform: uppercase;
	color: #1f1f1f;

	opacity: 0;
	transform: translateY(10px);
	transition:
		opacity 0.28s ease,
		transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform, opacity;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	overflow: hidden;
}

/* środkowy wynik */
.fixture-match--hover-names .fixture-score {
	flex-shrink: 0;
	align-self: center;
	transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

/* =========================
   HOVER NA CAŁEJ KARCIE
========================= */
.fixture-card:hover .team-block--hover {
	transform: translateY(-6px);
}

.fixture-card:hover .team-block--hover .team-logo {
	transform: scale(1.03);
}

.fixture-card:hover .team-name-hover {
	opacity: 1;
	transform: translateY(0);
}

.fixture-card:hover .fixture-match--hover-names .fixture-score {
	transform: scale(1.03);
}

/* delikatny flow lewa -> prawa */
.team-block--hover:first-child .team-name-hover {
	transition-delay: 0.03s;
}

.team-block--hover:last-child .team-name-hover {
	transition-delay: 0.07s;
}

/* =========================
   ŚRODKOWA KARTA / FEATURED
========================= */
.fixture-card--featured {
	transform: scale(1.05);
	background: linear-gradient(180deg, #ffffff 0%, #f2f6f2 100%);
	box-shadow:
		0 10px 24px rgba(0, 0, 0, 0.12),
		0 0 0 1px rgba(0, 47, 117, 0.15),
		0 0 25px rgba(21, 64, 255, 0.25);
	z-index: 5;
}

.fixture-card--featured {
	transform-origin: center;
}

.fixture-card--featured::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: inherit;
	background: radial-gradient(
		circle at 50% 20%,
		rgba(9, 5, 255, 0.18),
		transparent 60%
	);
	opacity: 0.8;
}

/* zielony pasek u góry */
.fixture-featured-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #28282b;
	color: #fff;
	text-align: center;
	font-weight: 800;
	font-size: 18px;
	line-height: 1;
	padding: 10px 12px;
	letter-spacing: 0.5px;
}

/* hover na kartach zwykłych */
.fixture-card:hover {
	transform: scale(1.08);
	z-index: 6;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

/* gdy hoverujesz na cały kontener, featured się cofa */
.fixtures-row:hover .fixture-card--featured {
	transform: scale(1);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
	z-index: 1;
}

/* ale jeśli hoverujesz bezpośrednio featured, ma znowu być główna */
.fixtures-row .fixture-card--featured:hover {
	transform: scale(1.08);
	z-index: 7;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.fixture-top {
	margin-bottom: 10px;
	margin-top: 20px;
}

.fixture-league {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.fixture-league img {
	width: 42px;
	height: 42px;
	object-fit: contain;
	flex-shrink: 0;
}

.fixture-league span {
	display: block;
	font-size: 16px;
	color: #333;
	margin-bottom: 4px;
}

.fixture-league strong {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	color: #1f1f1f;
	font-weight: 800;
}

.fixture-match {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
	margin: 18px 0 30px;
	min-height: 120px;
	justify-content: center;
}

.fixture-match--featured {
	justify-content: space-between;
	min-height: 120px;
	display: flex;
	align-items: center;
	gap: 18px;
}

.fixture-match--featured h3 {
	font-weight: 700;
	margin: 10px;
}

.fixture-match--featured .team-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 80px;
}

.team-block {
	flex: 1;
	text-align: center;
}

.team-logo {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 3px solid #31a94c;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 26px;
	font-weight: 800;
	color: #31a94c;
	background: #fff;
}

.team-logo img {
	height: 100%;
	width: auto;
	object-fit: cover;
}

.team-logo.blue {
	border-color: #1d5fae;
	color: #1d5fae;
}

.team-logo.light {
	border-color: #b7c8df;
	color: #b7c8df;
}

.fixture-score {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 50px;
	color: #00a82d;
	line-height: 1;
}

.fixture-score--vs {
	font-size: 44px;
}

.fixture-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fixture-bottom--double {
	gap: 16px;
}

.fixture-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border-radius: 999px;
	background: #055ac3;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.4px;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
	transition:
		transform 0.25s ease,
		background 0.25s ease;
}

.fixture-btn:hover {
	transform: translateY(-2px);
	background: #024699;
	color: #fff101;
}

.fixture-btn--secondary {
	background: #0b7d2b;
}

/* =========================
   LAPTOP
========================= */
@media (max-width: 1400px) {
	.newscard2-featured {
		grid-template-columns: 1.55fr 1fr;
	}
	.fixture-card {
		min-height: 285px;
		padding: 30px 20px;
	}

	.fixture-card--featured {
		transform: translateY(-20px) scale(1.05);
	}

	.fixtures-row .fixture-card--featured:hover {
		transform: translateY(-20px) scale(1.05);
	}

	.fixture-score--vs {
		font-size: 38px;
	}

	.team-block h3 {
		font-size: 15px;
	}
}

/* =========================
   TABLET / MOBILE
========================= */
@media (max-width: 991px) {
	.fixtures-row {
		grid-template-columns: 1fr;
		max-width: 540px;
		padding: 0 16px;
	}

	.fixture-card {
		display: none;
		border-right: 0;
		min-height: auto;
	}

	.fixture-card--featured {
		display: flex;
		transform: none;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
		border-radius: 8px;
	}

	.fixtures-row:hover .fixture-card--featured,
	.fixtures-row .fixture-card--featured:hover,
	.fixture-card:hover {
		transform: none;
	}

	.fixture-featured-bar {
		font-size: 16px;
		padding: 9px 10px;
	}

	.fixture-match--featured {
		flex-direction: row;
		align-items: center;
	}

	.team-block h3 {
		font-size: 15px;
	}

	.fixture-bottom--double {
		flex-wrap: wrap;
		justify-content: center;
	}
}

/* =========================
   MAŁE TELEFONY
========================= */
@media (max-width: 575px) {
	.fixture-card--featured {
		padding: 56px 16px 22px;
	}

	.fixture-league {
		gap: 10px;
	}

	.fixture-league img {
		width: 34px;
		height: 34px;
	}

	.fixture-league span {
		font-size: 14px;
	}

	.fixture-league strong {
		font-size: 16px;
	}

	.fixture-match--featured {
		gap: 10px;
	}

	.team-logo {
		width: 46px;
		height: 46px;
		font-size: 21px;
	}

	.fixture-score--vs {
		font-size: 32px;
	}

	.team-block h3 {
		font-size: 13px;
	}

	.fixture-btn {
		min-height: 40px;
		padding: 0 16px;
		font-size: 12px;
	}
}

/* =========================
   NEWSCARD2
========================= */
.newscard2-section {
	padding: 80px 34px 90px;
	background: #d9ded8;
}

.newscard2-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 42px;
}

.newscard2-title-box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 108px;
	min-height: 68px;
	margin: 0;
	padding: 10px 18px;
	background: #0b0b0b;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.newscard2-title-box::after {
	content: "";
	position: absolute;
	inset: 0;

	border: 1px solid rgba(255, 255, 255, 0.1);
}

.newscard2-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 18px;
	border-radius: 999px;
	background: #055ac3;
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	transition:
		transform 0.25s ease,
		background 0.25s ease;
}

.newscard2-more:hover {
	background: #009329;
	transform: translateY(-2px);
}

.newscard2-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 30px;
	align-items: stretch;
}

.newscard2-item {
	min-width: 0;
}

.newscard2-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.newscard2-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.14);
}

.newscard2-image-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #cfcfcf;
}

.newscard2-image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}

.newscard2-card:hover .newscard2-image-wrap img {
	transform: scale(1.05);
}

.newscard2-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 16px 16px 18px;
	/*min-height: 270px; */
}

.newscard2-heading {
	margin: 0 0 14px;
	font-size: 1.6rem;
	line-height: 1.05;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	color: #0d223f;
	word-break: break-word;
}

.newscard2-text {
	margin: 20px 0 0 0;
	font-size: 1.3rem;
	line-height: 1.5;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-clamp: 5;
	overflow: hidden;
}

.newscard2-date {
	margin-top: auto;
	padding-top: 24px;
	font-size: 0.95rem;
	font-weight: 500;
	color: #0d223f;
}

/* =========================
   <= 1400px
========================= */
@media (max-width: 1400px) {
	.newscard2-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.newscard2-content {
		min-height: 240px;
	}
}

/* =========================
   <= 992px
========================= */
@media (max-width: 992px) {
	.newscard2-featured {
		display: flex !important;
		flex-direction: column;
		gap: 20px;
		margin-bottom: 24px;
	}

	.newscard2-content--featured,
	.newscard2-content--secondary {
		min-height: auto;
	}

	.newscard2-section {
		padding: 64px 20px 72px;
	}

	.newscard2-header {
		margin-bottom: 28px;
	}

	.newscard2-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.newscard2-title-box {
		min-width: 96px;
		min-height: 60px;
		font-size: 1.9rem;
	}

	.newscard2-content {
		min-height: 220px;
		padding: 14px 14px 16px;
	}

	.newscard2-heading {
		font-size: 1rem;
	}
}

/* =========================
   <= 640px
========================= */
@media (max-width: 640px) {
	.newscard2-image-wrap--featured,
	.newscard2-image-wrap--secondary {
		aspect-ratio: 16 / 9;
	}

	.newscard2-heading--featured {
		max-width: 100%;
		font-size: 1.25rem;
	}

	.newscard2-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.newscard2-grid {
		grid-template-columns: 1fr;
	}

	.newscard2-content {
		min-height: auto;
	}

	.newscard2-text {
		-webkit-line-clamp: unset;
		line-clamp: unset;
		overflow: visible;
	}
}

/* =========================
   FEATURED ROW
========================= */
.newscard2-featured {
	display: grid;
	grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr);
	gap: 30px;
	margin-bottom: 34px;
	align-items: stretch;
}

.newscard2-item--main,
.newscard2-item--secondary {
	min-width: 0;
}

.newscard2-card--featured-main,
.newscard2-card--featured-secondary {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.newscard2-image-wrap--featured,
.newscard2-image-wrap--secondary {
	height: 320px;
	aspect-ratio: unset;
}

.newscard2-image-wrap--featured img {
	object-fit: cover;
	object-position: center 30%;
	transform: scale(1.05);
}

.newscard2-content--featured,
.newscard2-content--secondary {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.newscard2-content--featured {
	min-height: 180px;
	padding: 20px 20px 22px;
}

.newscard2-content--secondary {
	min-height: 180px;
	padding: 18px 18px 20px;
}

.newscard2-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	min-height: 40px;
	padding: 0 12px;
	margin-bottom: 14px;
	border-radius: 999px;
	background: #055ac3;
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.newscard2-badge--academy {
	background: #0d223f;
}

.newscard2-heading--featured {
	font-size: clamp(1.8rem, 2vw, 2.4rem);
	line-height: 0.98;
	margin-bottom: 16px;
	max-width: 90%;
}

.newscard2-heading--secondary {
	font-size: 1.15rem;
	line-height: 1.02;
	margin-bottom: 14px;
}

.newscard2-text--featured {
	font-size: 1.6rem;
	line-height: 1.6;
	-webkit-line-clamp: 4;
	line-clamp: 4;
}

/* opcjonalnie subtelnie mocniejszy cień dla featured */
.newscard2-card--featured-main,
.newscard2-card--featured-secondary {
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.1);
}

.newscard2-card--featured-main:hover,
.newscard2-card--featured-secondary:hover {
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.15);
}

.akademia {
	background: #ffff;
	position: relative;
	overflow: hidden;
}

.akademia-box {
	position: relative;
	min-height: 480px;
	border-radius: 28px;
	overflow: hidden;
	background: url("../img/akademia_bg.jpg") center/cover no-repeat;
	display: flex;
	align-items: flex-end;
	padding: 60px;
}

.akademia-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(0, 31, 92, 0.75) 0%,
		rgba(0, 31, 92, 0.45) 40%,
		rgba(0, 31, 92, 0.25) 100%
	);
	z-index: 1;
}

.akademia-content {
	position: relative;
	z-index: 2;
	max-width: 620px;
	color: #fff;
}

.akademia-content span {
	color: #fff101;
}

.akademia-label {
	display: inline-block;
	margin-bottom: 18px;
	padding: 8px 18px;
	background: #fff101;
	color: #001f5c;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 999px;
	font-size: 13px;
}

.akademia-content h3 {
	font-size: clamp(36px, 5vw, 72px);
	line-height: 0.95;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.akademia-content p {
	font-size: 18px;
	line-height: 1.6;
	max-width: 560px;
	margin-bottom: 32px;
	color: rgba(255, 255, 255, 0.9);
}

.akademia-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: #fff101;
	color: #001f5c;
	padding: 16px 28px;
	border-radius: 999px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s ease;
}

.akademia-btn:hover {
	background: #fff;
	color: #001f5c;
	transform: translateY(-3px);
}

@media (max-width: 768px) {
	.akademia-box {
		min-height: 420px;
		padding: 32px 24px;
		border-radius: 20px;
	}

	.akademia-overlay {
		background: linear-gradient(
			180deg,
			rgba(0, 31, 92, 0.25) 0%,
			rgba(0, 31, 92, 0.95) 100%
		);
	}

	.akademia-content h3 {
		font-size: 38px;
	}

	.akademia-content p {
		font-size: 16px;
	}
}

/* AKADEMIA */

.akademia-card {
	position: relative;
	display: block;
	width: 100%;
	height: 350px;
	margin: 15px 5px;
	overflow: hidden;
	border-radius: 4px;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 10px),
		calc(100% - 10px) 100%,
		0 100%
	);
	text-decoration: none;
	transition: transform 0.3s ease;
}

.akademia-image:hover {
	transform: scale(1.03);
}

.akademia-image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	z-index: 0;
}

.akademia-label-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff101;
	font-weight: 700;
	font-size: 32px;
	z-index: 2;
	text-align: center;
	letter-spacing: 1px;
	pointer-events: none;
}

.akademia-label-2 p {
	font-size: 24px;
	margin: 10px;
	border-top: 1px solid #fff101;
	color: #f4f4f4;
	display: flex;
	flex-direction: column;
}

.main-news {
	position: relative;
	border-radius: 5px;
	height: 450px;
	overflow: hidden;
	display: flex;
	padding: 20px;
	margin: 10px 0px;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 30px),
		calc(100% - 30px) 100%,
		0 100%
	);
}

.bg-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: contain;
	background-color: black;
	z-index: 1;
}

.main-news-img img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: contain;
	z-index: 1;
}

.news-heading {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	bottom: 0;
	right: 0;
	height: 40%;
	width: 45%;
	background: #0072ff;
	z-index: 3;
	color: white;
	padding: 20px;
}

.news-title h2 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.news-info {
	display: flex;
	flex-direction: row;
}

.news-category {
	color: #28282b;
	font-weight: 700;
	margin: 0 10px;
}

.news-shadow {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.4),
		rgba(0, 0, 0, 0.7)
	);
	z-index: 2;
}

.news-container {
	height: 600px;
}

.second-news {
	position: relative;
	height: 450px;
	width: 100%;
	margin: 10px 0px;
	clip-path: polygon(30px 100%, 100% 100%, 100% 0, 0 0, 0 calc(100% - 30px));
}

.second-news img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.second-news-heading {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	bottom: 0;
	right: 0;
	height: 40%;
	width: 85%;
	background: #28282b;
	z-index: 3;
	color: white;
	padding: 20px;
}

.news-card {
	position: relative;
	border-radius: 5px;
	height: 450px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	margin: 10px 0px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.news-card-img {
	height: 250px;
	position: relative;
	width: 100%;
}

.news-card-info {
	background: #f4f4f4;
	position: relative;
	height: 200px;
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.news-card-info-label {
	display: flex;
	margin: 50px 0px;
	justify-content: space-between;
}

.news-card-info h2 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.text-content {
	flex-grow: 1;
	overflow: hidden;
}

.text-content h2 {
	font-size: 2rem;
	line-height: 1.4;
	max-height: calc(2rem * 1.4 * 3);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.meta-content {
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
	margin-top: 10px;
}

.news-boxes {
	display: flex;
	height: 50%;
}

.news-box1 {
	width: 50%;
}

.news-box1 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.player-button {
	padding: 10px 20px;
	background-color: #d0ba1c;
	border: none;
	color: #f4f4f4;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	transform: scale(0.95);
	transition: transform 0.2s ease;
}

.reservation-btn {
	width: auto;
	height: 50px;
	left: 20px;
	bottom: 20px;
	opacity: 1;
	background: #333;
	color: #fff;
	border-radius: 25px;
	cursor: pointer;
	position: fixed;
	z-index: 2000;
	box-shadow: 0.3rem 0.3rem #7e8e18 !important;
	transition: all 0.4s ease-in-out;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(1);
}

.reservation-btn a {
	color: #fff;
}

#counter {
	font-weight: 700;
}

/*mecz*/

.match-lineups {
	padding: 80px 0;
	background: #f4f6fb;
	font-family: "Barlow Condensed", Arial, sans-serif;
}

.match-lineups .container {
	width: min(1280px, 92%);
	margin: 0 auto;
}

/* TABS */

.lineups-tabs {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-bottom: 36px;
}

.lineup-tab {
	border: 0;
	padding: 16px 32px;
	border-radius: 12px;
	background: #fff;
	color: #111;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
	transition: 0.2s ease;
}

.lineup-tab.active {
	background: #0875ff;
	color: #fff;
}

/* GRID */

.lineups-grid {
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}

.lineup-content {
	display: none;
}

.lineup-content.active {
	display: grid;
}

/* BOX */

.lineup-box h3 {
	font-size: 42px;
	margin: 0 0 18px;
	color: #050505;
	border-bottom: 2px solid #d8deec;
	padding-bottom: 14px;
	font-weight: 500;
}

/* TABLE */

.lineup-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.07);
}

.lineup-table th,
.lineup-table td {
	height: 72px;
	border-bottom: 1px solid #e3e8f3;
	border-left: 1px solid #edf1f8;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 900;
}

.lineup-table th:first-child,
.lineup-table td:first-child {
	border-left: 0;
	width: 70px;
}

.lineup-table th:nth-child(2),
.lineup-table td:nth-child(2) {
	width: auto;
}

.lineup-table th {
	height: 54px;
	background: #f8faff;
	color: #667085;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 900;
}

.lineup-table tr:last-child td {
	border-bottom: 0;
}

/* PLAYER */

.match-shirt-number {
	color: #0875ff;
	font-size: 23px;
	font-weight: 900;
}

.match-player-cell {
	padding: 0 24px !important;
	font-size: 22px !important;
	color: #050505;
	font-weight: 900;
	text-align: left !important;
}

.match-player-cell small {
	margin-left: 6px;
	font-size: 18px;
	color: #7a8599;
	font-weight: 900;
}

/* HOVER */

.lineup-table tbody tr:hover {
	background: #f1f7ff;
}

/* MOBILE */

@media (max-width: 1100px) {
	.lineups-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.lineup-table th,
	.lineup-table td {
		height: 64px;
		font-size: 15px;
	}

	.lineup-table th:first-child,
	.lineup-table td:first-child {
		width: 46px;
	}

	.match-player-cell {
		padding: 0 12px !important;
		font-size: 18px !important;
	}

	.match-shirt-number {
		font-size: 18px;
	}

	.lineup-box h3 {
		font-size: 32px;
	}
}

@media screen and (max-width: 970px) {
	.contact {
		height: auto !important;
	}

	header.hero-img .hero-text {
		margin-left: 75px;
	}

	.heading-long span {
		font-size: 16px;
	}

	.wrapper .btn {
		display: block;
	}

	nav .wrapper {
		justify-content: space-between;
	}

	.logo {
		margin: 0 10px;
	}
	.wrapper .nav-links {
		position: fixed;
		height: 100vh;
		width: 50%;
		top: 0;
		left: -100%;
		background: #28282b;
		display: block;
		padding: 25px 10px;
		line-height: 50px;
		overflow-y: auto;
		box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
		transition: all 0.3s ease;
	}

	.nav-links li a::after {
		display: none;
	}
	/* custom scroll bar */
	::-webkit-scrollbar {
		width: 10px;
	}
	::-webkit-scrollbar-track {
		background: #3a3b3c;
	}
	::-webkit-scrollbar-thumb {
		background: #fef001;
	}

	#user-menu ~ .nav-links:focus-within,
	#user-menu:focus ~ .nav-links {
		left: 0%;
		display: block;
		transform: scaleX(1) scaleY(1);
		transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
		transition-duration: 500ms;
		opacity: 1;
	}
	.nav-links li {
		margin: 15px 10px;
	}
	.nav-links li a {
		padding: 12px;
		display: block;
		font-size: 20px;
	}
	.nav-links .drop-menu {
		position: relative;
		opacity: 1;
		top: 65px;
		visibility: visible;
		padding-left: 20px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		box-shadow: none;
		transition: all 0.3s ease;
	}
	#showDrop:checked ~ .drop-menu,
	#showMega:checked ~ .mega-box {
		max-height: 100%;
	}
	.nav-links .desktop-item {
		display: block;
	}
	.nav-links .mobile-item {
		display: block;
		color: #f2f2f2;
		font-size: 20px;
		font-weight: 500;
		padding-left: 20px;
		cursor: pointer;
		border-radius: 5px;
		transition: all 0.3s ease;
	}
	.nav-links .mobile-item:hover {
		background: #3a3b3c;
	}
	.drop-menu li {
		margin: 0;
	}
	.drop-menu li a {
		border-radius: 5px;
		font-size: 18px;
	}
	.mega-box {
		position: static;
		top: 65px;
		opacity: 1;
		visibility: visible;
		padding: 0 20px;
		max-height: 0px;
		overflow: hidden;
		transition: all 0.3s ease;
	}
	.mega-box .content {
		box-shadow: none;
		flex-direction: column;
		padding: 20px 20px 0 20px;
	}
	.mega-box .content .rowmm {
		width: 100%;
		margin-bottom: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}
	.mega-box .content .rowmm:nth-child(1),
	.mega-box .content .rowmm:nth-child(2) {
		border-top: 0px;
	}
	.content .rowmm .mega-links {
		border-left: 0px;
		padding-left: 15px;
	}
	.rowmm .mega-links li {
		margin: 0;
	}
	.content .rowmm header {
		font-size: 19px;
	}
}
nav input {
	display: none;
}

header.hero-img.hero-news-slider {
	position: relative;
	height: 100vh;
	min-height: 720px;
	overflow: hidden;
	color: #fff;
	background: #05070d;
	z-index: 1;
	isolation: isolate;
}

#webgl-canvas {
	position: absolute;
	inset: 0;
	z-index: -3;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.hero-news-slider__bg {
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		radial-gradient(circle at 15% 20%, rgba(255, 241, 1, 0.1), transparent 24%),
		radial-gradient(
			circle at 85% 80%,
			rgba(1, 110, 255, 0.14),
			transparent 26%
		),
		linear-gradient(135deg, #07101f 0%, #08162c 38%, #05070d 100%);
}

.hero-news-slider__overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(
			90deg,
			rgba(4, 7, 16, 0.82) 0%,
			rgba(4, 7, 16, 0.4) 46%,
			rgba(4, 7, 16, 0.74) 100%
		),
		linear-gradient(to top, rgba(4, 7, 16, 0.88) 0%, rgba(4, 7, 16, 0.18) 42%);
	pointer-events: none;
}

.hero-news-slider__slides {
	position: relative;
	width: 100%;
	height: 100%;
}

.hero-news-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity 0.75s ease,
		visibility 0.75s ease;
}

.hero-news-slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.hero-news-slide__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 7s ease;
}

.hero-news-slide.is-active .hero-news-slide__image {
	transform: scale(1.04);
}

.hero-news-slide__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			90deg,
			rgba(4, 7, 16, 0.76) 0%,
			rgba(4, 7, 16, 0.24) 48%,
			rgba(4, 7, 16, 0.5) 100%
		),
		linear-gradient(to top, rgba(4, 7, 16, 0.94) 0%, rgba(4, 7, 16, 0.18) 45%);
}

.hero-news-slide__content {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	align-items: flex-end;
	padding-top: 110px;
	padding-bottom: 110px;
	padding-left: 28px;
	padding-right: 28px;
}

.hero-news-slide__inner {
	max-width: 760px;
	margin-left: clamp(24px, 8vw, 140px);
}

.hero-news-slide__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 14px;
	margin-right: 12px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: linear-gradient(135deg, #055ac3 0%, #064ea7 100%);
	color: #f4f4f4;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	box-shadow: 0 8px 22px rgba(255, 241, 1, 0.16);
}

.hero-news-slide__date {
	display: inline-block;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.hero-news-slide__title {
	margin: 0 0 18px;
	font-size: clamp(2.2rem, 5vw, 5.2rem);
	line-height: 0.98;
	font-weight: 900;
	text-transform: uppercase;
	text-wrap: balance;
	max-width: 15ch;
	text-shadow: 0 8px 30px rgba(0, 0, 0, 0.24);
}

.hero-news-slide__excerpt {
	margin: 0;
	max-width: 56ch;
	font-size: clamp(1rem, 1.25vw, 1.6rem);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.88);
}

.hero-news-slide__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 28px;
	min-height: 50px;
	padding: 0 22px;
	border-radius: 999px;
	text-decoration: none;
	color: #08111f;
	background: #fff101;
	font-weight: 900;
	letter-spacing: 0.03em;
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		background 0.25s ease;
}

.hero-news-slide__cta:hover {
	transform: translateY(-2px);
	background: #055ac3;
}

.hero-news-slider__nav {
	position: absolute;
	right: 28px;
	bottom: 28px;
	z-index: 50;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 12px 14px;
	border-radius: 999px;
	background: rgba(5, 9, 20, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px);
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.25);
	pointer-events: auto;
}

.hero-news-slider__arrow {
	position: relative;
	z-index: 51;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	cursor: pointer;
	pointer-events: auto;
	transition:
		transform 0.22s ease,
		background 0.22s ease,
		color 0.22s ease;
}

.hero-news-slider__arrow:hover {
	transform: translateY(-1px);
	background: #fff101;
	color: #08111f;
}

.hero-news-slider__arrow svg {
	width: 18px;
	height: 18px;
}

.hero-news-slider__counter {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 82px;
	justify-content: center;
	font-size: 0.95rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	color: #fff;
}

.hero-news-slider__counter-separator {
	color: rgba(255, 255, 255, 0.48);
}

@media (max-width: 991.98px) {
	header.hero-img.hero-news-slider {
		min-height: 640px;
	}

	.hero-news-slide__content {
		padding-top: 92px;
		padding-bottom: 96px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.hero-news-slide__title {
		max-width: 100%;
		font-size: clamp(1.9rem, 8vw, 3.4rem);
	}

	.hero-news-slide__excerpt {
		font-size: 0.98rem;
		max-width: 100%;
	}

	.hero-news-slider__nav {
		right: 16px;
		bottom: 16px;
	}
}

@media (max-width: 575.98px) {
	header.hero-img.hero-news-slider {
		min-height: 580px;
	}

	.hero-news-slide__content {
		padding-top: 84px;
		padding-bottom: 84px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.hero-news-slide__badge {
		min-height: 32px;
		padding: 7px 12px;
		font-size: 0.66rem;
		margin-bottom: 14px;
	}

	.hero-news-slide__date {
		font-size: 0.8rem;
		margin-bottom: 14px;
	}

	.hero-news-slide__cta {
		min-height: 46px;
		padding: 0 18px;
		margin-top: 22px;
		font-size: 0.92rem;
	}

	.hero-news-slider__nav {
		gap: 10px;
		padding: 10px 12px;
	}

	.hero-news-slider__arrow {
		width: 40px;
		height: 40px;
	}

	.hero-news-slider__counter {
		min-width: 72px;
		font-size: 0.88rem;
	}
}

.multiple-text {
	font-family: "Outfit", sans-serif;
}

#faq .accordion-button {
	border: 2px solid #abc121;
	border-radius: 25px;
	color: var(--primary-color);
	background-color: transparent;
	box-shadow: none;
}

#faq .accordion-item {
	color: #fff;
	margin-top: 10px;
	border: 0;
}

.faqu .accordion-button {
	color: #ffffff;
	background-color: #574a3a;
	box-shadow: none;
}

.faqu .accordion-item {
	background-color: var(--bg-color);
	margin-top: 10px;
	box-shadow: 0px 10px 30px 2px rgba(49, 52, 57, 0.3);
	border: 0;
}

.accordion-item {
	background-color: transparent;
	margin-top: 10px;
	border: 0;
}

.accordion-item .accordion-body {
	position: relative;
	color: var(--primary-color);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #abc121;
	padding: 2rem;
}

.accordion-button {
	padding: 20px;
	font-size: 2rem;
	font-weight: 600;
}

.accordion-button:focus {
	z-index: 3;
	border: 0;
	outline: 0;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	color: var(--primary-color);
	background-color: var(--bg-color);
	box-shadow: none;
}

.accordion-button::after {
	flex-shrink: 0;
	width: 2.5rem;
	height: 2.5rem;
	margin-left: auto;
	content: "";
	background-image: url(../img/up.svg);
	background-repeat: no-repeat;
	background-size: 2.5rem;
	transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
	background-image: url(../img/minus.svg);
	transform: rotate(-180deg);
}

.accordion i {
	font-size: 30px;
	color: #dfb52f;
	padding: 10px;
}

.social-media a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 5rem;
	background: transparent;
	border: 0.5rem solid #abc121;
	border-radius: 5px;
	font-size: 2rem;
	color: #fff;
	margin: 2rem 1.5rem 3rem 0;
	transition: 0.5s ease;
	text-decoration: none;
}

.social-media a:hover {
	background: #6d7b10;
	color: black;
	box-shadow: 0 0 2rem #abc121;
}

.short {
	margin-top: 4rem;
	color: #fff;
}

.saf {
	display: block;
	transition: transform 250ms ease;
	width: 50%;
	height: 50%;
	border-bottom: 0.25rem outset #dfb52f;
	object-fit: contain;
	margin: 0 auto;
	transform: translateY(50%);
}

.saf-bg {
	height: 75px;
	width: 75px;
	background: #282826;
	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
	margin: 0 auto;
}

.bg-bblack {
	background-color: #141310 !important;
}

.bg-white {
	background: #fff;
}

.bg-heading {
	margin: 0%;
	padding: 25px;
	background-color: rgb(87, 74, 58, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	color: #fff;
}

.con {
	display: block;
	transition: transform 250ms ease;
	width: 50%;
	height: 50%;
	object-fit: contain;
	margin: 0 auto;
	transform: translateY(50%);
}
.con-bg {
	height: 75px;
	width: 75px;
	border: 0.2rem solid #dfb52f;
	border-radius: 50%;

	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);

	margin: 0 auto;
}

/*galeria*/
.lightboxOverlay {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.g_container {
	width: 100%;
	min-height: 100vh;

	align-items: center;
	justify-content: center;
	padding: 50px 8%;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 30px;
}

.gallery img {
	width: 100%;
}

.sub-oferta a {
	color: #3a3b3c !important;
}

.sub-oferta a:hover,
a:active {
	color: #eee !important;
}

.contact-bg {
	background-image: url(../img/ofertabg.jpg);
	background-size: cover;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/*galeria2*/

.home-gallery-section {
	background: linear-gradient(180deg, #02101f 0%, #031526 100%);
	position: relative;
	overflow: hidden;
}

.home-gallery-container {
	max-width: 1840px;
	padding-left: 70px;
	padding-right: 70px;
}

.gallery-section-heading {
	margin-bottom: 34px;
}

.gallery-eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #fff101;
}

.gallery-title {
	font-size: clamp(2.8rem, 7vw, 6rem);
	line-height: 0.95;
	font-weight: 900;
	letter-spacing: -0.03em;
	color: #f5f5f5;
	margin: 0;
}

.gallery-all-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.95rem;
	font-weight: 700;
	color: #f5f5f5;
	text-decoration: none;
	opacity: 0.88;
	transition: 0.25s ease;
}

.gallery-all-link:hover {
	color: #fff101;
	opacity: 1;
	transform: translateX(2px);
}

.home-gallery-splide {
	position: relative;
}

.home-gallery-splide .splide__track {
	overflow: visible;
}

.home-gallery-splide .splide__slide {
	padding-right: 22px;
}

.gallery-card {
	position: relative;
	display: block;
	border-radius: 0;
	overflow: hidden;
	background: #0a1827;
	text-decoration: none;
	height: clamp(240px, 27vw, 320px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.gallery-card-media,
.gallery-card-media img {
	width: 100%;
	height: 100%;
	display: block;
}

.gallery-card-media img {
	object-fit: cover;
	transition:
		transform 0.7s ease,
		filter 0.45s ease;
	filter: saturate(0.98) contrast(1.02);
}

.gallery-card-overlay {
	position: absolute;
	inset: auto 0 0 0;
	padding: 22px 22px 20px;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(2, 10, 20, 0.92) 100%
	);
	z-index: 2;
}

.gallery-card-tag {
	display: inline-block;
	margin-bottom: 8px;
	padding: 4px 10px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(8px);
}

.gallery-card-overlay h3 {
	margin: 0;
	font-size: clamp(1rem, 1.6vw, 1.3rem);
	line-height: 1.15;
	font-weight: 700;
	color: #fff;
	max-width: 90%;
}

.gallery-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 114, 255, 0.12), rgba(0, 0, 0, 0));
	opacity: 0;
	transition: opacity 0.35s ease;
	z-index: 1;
}

.gallery-card:hover::before {
	opacity: 1;
}

.gallery-card:hover .gallery-card-media img {
	transform: scale(1.06);
	filter: saturate(1.08) contrast(1.04);
}

/* strzałki */
.home-gallery-splide .splide__arrow {
	width: 54px;
	height: 54px;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.32);
	backdrop-filter: blur(6px);
	border: 1px solid rgba(255, 255, 255, 0.08);
	opacity: 1;
	transform: translateY(-50%);
}

.home-gallery-splide .splide__arrow svg {
	fill: #fff;
	width: 1.1em;
	height: 1.1em;
}

.home-gallery-splide .splide__arrow:hover {
	background: rgba(0, 114, 255, 0.36);
}

.home-gallery-splide .splide__arrow--prev {
	left: -28px;
}

.home-gallery-splide .splide__arrow--next {
	right: -28px;
}

/* paginacja */
.home-gallery-splide .splide__pagination {
	position: static;
	margin-top: 22px;
	gap: 8px;
}

.home-gallery-splide .splide__pagination__page {
	width: 8px;
	height: 8px;
	margin: 0;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.18);
	opacity: 1;
	transform: none;
}

.home-gallery-splide .splide__pagination__page.is-active {
	width: 28px;
	background: #fff101;
}

/* mobile */
@media (max-width: 991.98px) {
	.home-gallery-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.gallery-section-heading {
		margin-bottom: 24px;
	}

	.home-gallery-splide .splide__slide {
		padding-right: 14px;
	}

	.home-gallery-splide .splide__arrow {
		display: none;
	}

	.gallery-card {
		height: 240px;
	}

	.gallery-card-overlay {
		padding: 16px;
	}
}

/* ----- */

/*sponsorzy*/

.match-sponsor-section {
	background: #f3f3f3;
	position: relative;
}

.match-sponsor-box {
	position: relative;
	min-height: 500px;
	border-radius: 28px;
	overflow: hidden;
	background: #0f1722;
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.16);
	isolation: isolate;
}

.match-sponsor-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.match-sponsor-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1.01);
}

.match-sponsor-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(
			90deg,
			rgba(8, 13, 20, 0.78) 0%,
			rgba(8, 13, 20, 0.46) 32%,
			rgba(8, 13, 20, 0.18) 56%,
			rgba(8, 13, 20, 0.52) 100%
		),
		linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.match-sponsor-content {
	position: relative;
	z-index: 2;
	padding: 42px 44px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.match-sponsor-topline {
	margin-bottom: 22px;
}

.match-sponsor-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #fff;
}

.match-sponsor-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 360px);
	gap: 34px;
	align-items: center;
}

.match-sponsor-left {
	max-width: 760px;
}

.match-sponsor-title {
	margin: 0 0 16px;
	font-size: clamp(2.4rem, 5vw, 5rem);
	line-height: 0.95;
	font-weight: 900;
	letter-spacing: -0.04em;
	color: #fff;
}

.match-sponsor-title span {
	color: #d9c7a3;
	font-weight: 500;
}

.match-sponsor-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-bottom: 22px;
	font-size: 1rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.84);
}

.match-sponsor-desc {
	max-width: 680px;
	margin: 0 0 28px;
	font-size: 1.6rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.9);
}

.match-sponsor-desc strong {
	color: #fff;
	font-weight: 800;
}

.match-sponsor-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
}

.match-sponsor-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border-radius: 999px;
	background: linear-gradient(135deg, #0f6fe8, #055ac3);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.2rem;
	box-shadow: 0 12px 28px rgba(0, 114, 255, 0.22);
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.match-sponsor-btn:hover {
	transform: translateY(-2px);
	color: #fff;
	box-shadow: 0 18px 34px rgba(0, 114, 255, 0.28);
}

.match-sponsor-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.2rem;
	opacity: 0.92;
	transition: 0.2s ease;
}

.match-sponsor-link:hover {
	color: #fff101;
	transform: translateX(2px);
}

.match-sponsor-right {
	display: flex;
	justify-content: flex-end;
}

.match-sponsor-brand-card {
	width: 100%;
	max-width: 360px;
	padding: 24px 24px 22px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(14px);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
	text-align: center;
}

.match-sponsor-brand-label {
	display: inline-block;
	margin-bottom: 16px;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
}

.match-sponsor-logo-wrap {
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.match-sponsor-logo-wrap img {
	max-width: 100%;
	max-height: 88px;
	object-fit: contain;
	display: block;
}

.match-sponsor-brand-name {
	font-size: 1.6rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	color: #fff;
	margin-bottom: 8px;
}

.match-sponsor-brand-copy {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1199.98px) {
	.match-sponsor-grid {
		grid-template-columns: 1fr;
	}

	.match-sponsor-right {
		justify-content: flex-start;
	}

	.match-sponsor-brand-card {
		max-width: 420px;
	}
}

@media (max-width: 767.98px) {
	.match-sponsor-box {
		min-height: auto;
		border-radius: 20px;
	}

	.match-sponsor-content {
		padding: 28px 20px;
	}

	.match-sponsor-title {
		font-size: 2.1rem;
		line-height: 1;
		margin-bottom: 14px;
	}

	.match-sponsor-meta {
		font-size: 0.92rem;
		gap: 8px;
		margin-bottom: 18px;
	}

	.match-sponsor-desc {
		font-size: 0.96rem;
		line-height: 1.7;
		margin-bottom: 22px;
	}

	.match-sponsor-brand-card {
		padding: 20px 18px;
		border-radius: 18px;
	}
}

.border-gradient {
	border: 10px solid;
	border-image-slice: 1;
	border-width: 2px;
}
.border-gradient-rks {
	border-image-source: linear-gradient(to left, #1b34a5, #3e60f5);
	width: 100%;
}
.border-gradient-green {
	border-image-source: linear-gradient(to left, #039648, #005f2c);
}

.border-gradient-cera {
	border-image-source: linear-gradient(
		to right top,
		#a00005,
		#963a00,
		#855800,
		#706e00,
		#558100,
		#43841d,
		#2d8630,
		#028841,
		#017e3c,
		#017336,
		#006931,
		#005f2c
	);
}

.border-gradient-cera-2 {
	border-image-source: linear-gradient(
		to bottom,
		#a00005,
		#963a00,
		#855800,
		#706e00,
		#558100,
		#43841d,
		#2d8630,
		#028841,
		#017e3c,
		#017336,
		#006931,
		#005f2c
	);
}

.only-top {
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

.card-list .card-item {
	color: #fff;
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	margin: 0 auto;
}

.card-list .card-item .user-image {
	width: 100%;
	height: 350px;
	margin: 0 auto;
	position: absolute;
	object-fit: cover;
	top: 0;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.card-item1 {
	color: #fff;
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	margin: 0 auto;
	margin-bottom: 10px;
}

.card-item1 .user-image1 {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	position: relative;
	object-fit: cover;
	top: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.card-item h2 {
	padding: 20px;
}

.card-item-content {
	text-align: center;
	color: #28282b;
	padding: 20px;
	font-weight: 700;
}

.opinion-list .opinion-item {
	color: var(--primary-color);
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	/* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); */
	margin: 0 auto;
}

.opinion-list .opinion-item .opinion-image {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	margin: 0 auto;
	position: absolute;
	object-fit: cover;
	top: 0;
}

.opinion-item1 {
	color: #fff;
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	margin: 0 auto;
	margin-bottom: 10px;
}

.opinion-item1 .opinion-image1 {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	position: relative;
	object-fit: cover;
	top: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.opinion-item h2 {
	padding: 20px;
}

.opinion-item-content {
	text-align: center;
	margin-top: 40%;
}

.opinion-img {
	display: flex;
	justify-content: center;
	height: auto;
	width: 100%;
}

.opinion-img:after {
	background: url(../img/google-icon.svg) no-repeat;
	content: "";
	display: block;
	height: 42px;
	position: absolute;
	left: 60%;
	top: 20%;
	width: 42px;
	border-radius: 42px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.opinion-rate {
	background: url(../img/star.svg) repeat-x;
	background-size: 20%, 20%;
	content: "";
	width: 64px;
	height: 32px;
	display: block;
	margin: 0 auto;
}

.opinion-name {
	color: var(--primary-color);
}

.opinion-date {
	color: var(--primary-color);
	font-size: 80%;
}

.opinion-op {
	border-radius: 25px;
	background: #28282b;
	color: #fff;
	padding: 20px;
	box-shadow: 0px 10px 30px 2px rgba(49, 52, 57, 0.3);
}

.bsdec {
	border-style: solid;
	border-width: 2px;
	border-color: #caa328;
	padding: 20px;
}

.bsdec1 {
	border-bottom: 1px solid #e7e7e7;
	padding: 20px;
}

.swiper {
	overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
	color: #ffffff !important;
	filter: drop-shadow(0.25rem 0 0.25rem #574a3a) !important;
}

.swiper-pagination-bullet {
	width: var(
		--swiper-pagination-bullet-width,
		var(--swiper-pagination-bullet-size, 16px)
	);
	height: var(
		--swiper-pagination-bullet-height,
		var(--swiper-pagination-bullet-size, 16px)
	);
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 0%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.6);
}

.swiper-pagination-bullet-active {
	background-color: #0d6efd !important;
}

.blog-img {
	height: 100%;
	width: 100%;
}

.blogdecor {
	background-color: #dfb52f;
	border-radius: 4px;
	color: #343a40;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin: 0 2px 0 0;
	padding: 6px 10px;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	white-space: nowrap;
}

.blog-details {
	position: relative;
	display: flex;
	border: 2px solid #e3fd3c;
	border-radius: 5px;
	background: #abc121;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	height: 40px;
	width: 75%;
	margin: 0 auto;
	padding: 0px 10px;
	top: 230px;
	/* left: 20px; */
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.blog-details i {
	font-size: 14px;
	font-weight: 700;
	color: var(--primary-color);
	margin-left: 10px;
}

.blog-date {
	position: absolute;
	display: flex;
	background: var(--bg-cookie);
	color: #fff;
	justify-content: center;
	align-items: center;
	height: 35px;
	width: auto;
	padding: 0px 10px;
	border-radius: 10px;
	top: 20px;
	left: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.blog-date i {
	font-size: 16px;
	font-weight: 700;
	margin-left: 10px;
}

.blog-date span,
.blog-details span {
	margin-left: 5px;
}

.bdfshadow {
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	height: 250px;
	width: 100%;
	opacity: 40%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.article-content a:hover {
	color: #fff;
}

.article-content i {
	font-size: 18px;
	padding: 6px 3px;
}

.article-info {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 30px;
	margin: 10px;
	color: var(--heading-color);
	font-size: 2rem;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d6e9c6;
	z-index: 2;
}

.article-info i,
.article-info span {
	margin-right: 8px;
}

.blog_container {
	position: relative;
	background-image: url(../img/ofertabg.jpg);
	background-size: contain;
	background-repeat: round;
	width: 400px;
	height: auto;
	box-shadow: 3px 3px 15px rgba(213, 230, 238, 0.68);
	margin-bottom: 2rem;
}

.bg_polska {
	position: relative;
	background-image: url(../img/cera_background_black.png);
	background-position: top;
	background-size: cover;
	/* background-attachment: fixed; */
	z-index: 2;
}

.bblack {
	background: var(--bg-blog) !important;
	background-size: contain;
	background-repeat: round;
}

.bbgold {
	background-image: url(../img/ofertabg_gold.png);
	background-size: contain;
	background-repeat: round;
}

.bblack h2 {
	color: var(--tertiary-color) !important;
}

.black {
	color: var(--heading-color) !important;
}

.rksgradient {
	background: linear-gradient(135deg, #016eff 0%, #003c99 100%) !important;
}

.gradient-premium {
	font-weight: 700 !important;
	font-size: 48px;

	background: linear-gradient(
		180deg,
		#fff101 0%,
		#ffd900 40%,
		#c7a600 70%,
		#7a6500 100%
	);

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.grey {
	color: #bdbaba !important;
}

.white {
	color: #fff !important;
}

.blog img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	transition: transform 0.2s ease-out;
}

.blog h3 {
	color: #fff;
}

.blog-content {
	width: 100%;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.blog h2 {
	color: var(--primary-color);
	font-size: 120%;
	text-align: center;
	font-weight: 600;
}

.more {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	background: #92891b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 48px;
	height: 48px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 31px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/* cookies */

.cookie-wrapper {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.65);
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}

#cookiealert {
	display: flex;
	flex-direction: column;
	z-index: 99999;
	min-height: 35px;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	background: #f3f3f2;
	text-align: center;
	right: 0;
	bottom: 0;
	color: #101010;
	box-shadow: 0 0 3px 0 #abc121;
	padding: 20px;
}

#cookiealert i {
	font-size: 50px;
	margin: 10px;
	text-shadow: 2px 2px #28282b;
}

#cookiealert_polityka {
	margin: 10px;
}

#okbutton {
	position: relative;
	width: auto;
	margin: 0 auto;
	text-decoration: none;
	border: 0px solid rgb(31, 31, 31);
	border-radius: 5px;
	padding: 10px 40px;
	background: #28282b !important;
	box-shadow: 0.3rem 0.3rem #7e8e18 !important;
	color: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
}

#okbutton:hover {
	background: #8b9d16 !important;
}

#xbutton {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	width: 15px;
	height: 15px;
	opacity: 0.5;
	padding: 10px;
	outline: 0;
	cursor: pointer;
}

/* popup mecz */

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.popup-container {
	background: #212529;
	border: 5px solid #f4f4f4;
	padding: 2rem;
	border-radius: 8px;
	position: relative;
	width: 90%;
	max-width: 600px;
	z-index: 1;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.popup-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/tekstura_2.jpg);
	background-size: cover;
	opacity: 0.05;
	z-index: -5;
}

.popup-close {
	position: absolute;
	top: 10px;
	right: 15px;
	background: transparent;
	color: #f4f4f4;
	font-size: 28px;
	border: none;
	cursor: pointer;
}

.popup-date {
	font-size: 28px;
	color: #f4f4f4;
	margin-bottom: 20px;
}

.popup-date .bold {
	font-weight: 900;
}

.popup-logos {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 30px;
	flex-wrap: wrap;
	gap: 20px;
}

.rozgrywki-logo {
	max-width: 80px;
	height: auto;
}

.popup-button {
	background-color: #141414;
	color: #fff;
	font-size: 20px;
	padding: 15px 40px;
	border: none;
	cursor: pointer;
	font-weight: bold;
	border-radius: 4px;
	transition: background 0.3s;
}

.popup-button:hover {
	background-color: #3e60f5;
}

/*prezentacja piłkarzy*/

.team-showcase {
	position: relative;
	overflow: hidden;
	background: #000;
	color: #fff;
	min-height: 850px;
}

.team-showcase::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(
			circle at 50% 70%,
			rgba(255, 255, 255, 0.08),
			transparent 40%
		),
		linear-gradient(to bottom, rgba(255, 255, 255, 0.03), transparent 30%);
	pointer-events: none;
}

.team-showcase .container {
	position: relative;
	z-index: 2;
}

.team-showcase__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.team-showcase__positions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.team-pos-btn {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
	padding: 10px 18px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 13px;
	font-weight: 700;
	transition: 0.25s ease;
}

.team-pos-btn:hover,
.team-pos-btn.active {
	background: #fff;
	color: #000;
	border-color: #fff;
}

.team-showcase__nav {
	display: flex;
	gap: 8px;
}

.team-nav-btn {
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: transparent;
	color: #fff;
	font-size: 20px;
	transition: 0.25s ease;
}

.team-nav-btn:hover {
	background: #fff;
	color: #000;
}

.team-stage {
	position: relative;
}

.team-group {
	display: none;
	position: relative;
	min-height: 680px;
}

.team-group.active {
	display: block;
}

.team-stage__info {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-10%);
	display: flex;
	align-items: flex-start;
	gap: 18px;
	z-index: 5;
}

.team-stage__number {
	font-size: clamp(100px, 12vw, 170px);
	font-weight: 900;
	line-height: 0.82;
	color: rgba(255, 255, 255, 0.92);
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.team-stage__content {
	padding-top: 12px;
}

.team-stage__name {
	margin: 0 0 10px;
	font-size: clamp(28px, 4vw, 54px);
	line-height: 0.95;
	font-weight: 900;
	text-transform: uppercase;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.team-stage__role {
	margin: 0 0 20px;
	font-size: 28px;
	color: rgba(255, 255, 255, 0.9);
}

.team-stage__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	padding: 12px 18px;
	background: #fff;
	color: #000;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	transition: 0.25s ease;
}

.team-stage__btn:hover {
	background: #dcdcdc;
	color: #000;
}

.team-lineup {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0;
	min-height: 680px;
	padding-top: 140px;
}

.team-player-card {
	position: relative;
	flex: 0 0 auto;
	width: 22%;
	margin-left: -2%;
	opacity: 0.38;
	transform: scale(0.88);
	transition: 0.35s ease;
	cursor: pointer;
	z-index: 1;
}

.team-player-card:first-child {
	margin-left: 0;
}

.team-player-card img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.45));
}

.team-player-card.active {
	width: 31%;
	opacity: 1;
	transform: scale(1);
	z-index: 4;
}

.team-player-card.active ~ .team-player-card {
	z-index: 1;
}

.team-player-card:not(.active):hover {
	opacity: 0.7;
	transform: scale(0.93);
}

@media (max-width: 1199px) {
	.team-stage__info {
		left: 50%;
		transform: translateX(-20%);
	}

	.team-player-card {
		width: 24%;
	}

	.team-player-card.active {
		width: 34%;
	}
}

@media (max-width: 991px) {
	.team-showcase {
		min-height: auto;
		padding: 32px 0 28px;
	}

	.team-showcase__top {
		gap: 16px;
		margin-bottom: 22px;
	}

	.team-showcase__positions {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		gap: 10px;
		width: 100%;
		padding-bottom: 4px;
		scrollbar-width: none;
	}

	.team-showcase__positions::-webkit-scrollbar {
		display: none;
	}

	.team-pos-btn {
		flex: 0 0 auto;
		padding: 10px 14px;
		font-size: 12px;
		white-space: nowrap;
	}

	.team-showcase__nav {
		margin-left: auto;
		flex: 0 0 auto;
	}

	.team-nav-btn {
		width: 44px;
		height: 44px;
	}

	.team-group,
	.team-lineup {
		min-height: auto;
	}

	.team-stage__info {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		margin: 0 0 18px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 6px;
	}

	.team-stage__number {
		font-size: clamp(64px, 16vw, 110px);
		line-height: 0.9;
	}

	.team-stage__content {
		padding-top: 0;
	}

	.team-stage__name {
		font-size: clamp(28px, 7vw, 42px);
		line-height: 0.9;
		margin-bottom: 8px;
	}

	.team-stage__role {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.team-stage__btn {
		min-width: 116px;
		padding: 11px 16px;
		font-size: 14px;
	}

	.team-lineup {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		overflow: hidden; /* 🚫 brak scrolla */
		position: relative;
		min-height: 360px;
		padding: 0;
	}

	.team-lineup::-webkit-scrollbar {
		display: none;
	}

	.team-player-card {
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%) scale(0.9);
		width: 75vw;
		max-width: 320px;
		opacity: 0;
		pointer-events: none;
		transition: all 0.35s ease;
	}

	.team-player-card.active {
		opacity: 1;
		transform: translateX(-50%) scale(1);
		pointer-events: auto;
		z-index: 5;
	}

	.team-player-card img {
		width: 100%;
		height: auto;
		display: block;
	}
}

@media (max-width: 575px) {
	.team-showcase {
		padding: 24px 0 24px;
	}

	.team-showcase .container {
		padding-left: 12px;
		padding-right: 12px;
	}

	.team-showcase__top {
		flex-direction: column;
		align-items: stretch;
	}

	.team-showcase__nav {
		width: 100%;
		justify-content: flex-end;
	}

	.team-stage__number {
		font-size: 72px;
	}

	.team-stage__name {
		font-size: 32px;
	}

	.team-stage__role {
		font-size: 17px;
	}

	.team-player-card,
	.team-player-card.active {
		width: 84vw;
		min-width: 84vw;
		max-width: none;
	}
}

/*prezentacja sztabu */
.staff-section {
	background: #dde1dc;
}

.staff-heading-wrap {
	display: flex;
	align-items: center;
}

.staff-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 108px;
	min-height: 68px;
	margin: 0;
	padding: 10px 18px;
	background: #0b0b0b;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.staff-card {
	position: relative;
	height: 100%;
	min-height: 300px;
	background: #efefef;
	overflow: hidden;
	border-radius: 6px;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.staff-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.staff-card__image {
	position: relative;
	height: 100%;
	min-height: 250px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background: #0d6efd;
}

.staff-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom center;
}

.staff-card__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 16px 16px 14px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.48));
	color: #fff;
}

.staff-card__role {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.1;
	color: rgba(255, 255, 255, 0.95);
}

.staff-card__name {
	margin: 0;
	line-height: 0.95;
	text-transform: none;
}

.staff-card__name span,
.staff-card__name strong {
	display: block;
	font-size: clamp(26px, 2vw, 38px);
	font-weight: 900;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.staff-card__name strong {
	color: #0d6efd;
}

@media (max-width: 991px) {
	.staff-card,
	.staff-card__image {
		min-height: 390px;
	}

	.staff-label {
		min-height: 60px;
		padding: 12px 22px;
	}
}

@media (max-width: 575px) {
	.staff-card,
	.staff-card__image {
		min-height: 360px;
	}

	.staff-card__overlay {
		padding: 14px 14px 12px;
	}

	.staff-card__role {
		font-size: 14px;
	}

	.staff-card__name span,
	.staff-card__name strong {
		font-size: 28px;
	}
}

/*2drużyna */
.scndteam-section {
	background: #dde1dc;
}

.scndteam-heading-wrap {
	display: flex;
	align-items: center;
}

.scndteam-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 108px;
	min-height: 68px;
	margin: 0;
	padding: 10px 18px;
	background: #0b0b0b;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.scndteam-card {
	position: relative;
	height: 100%;
	min-height: 300px;
	background: #efefef;
	overflow: hidden;
	border-radius: 6px;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.scndteam-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.scndteam-card__image {
	position: relative;
	height: 100%;
	min-height: 250px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background: #0d6efd;
}

.scndteam-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom center;
}

.scndteam-card__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 16px 16px 14px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.48));
	color: #fff;
}

.scndteam-card__role {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.1;
	color: rgba(255, 255, 255, 0.95);
}

.scndteam-card__name {
	margin: 0;
	line-height: 0.95;
	text-transform: none;
}

.scndteam-card__name span,
.scndteam-card__name strong {
	display: block;
	font-size: clamp(26px, 2vw, 38px);
	font-weight: 900;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.scndteam-card__name strong {
	color: #0d6efd;
}

@media (max-width: 991px) {
	.scndteam-card,
	.scndteam-card__image {
		min-height: 390px;
	}

	.scndteam-label {
		min-height: 60px;
		padding: 12px 22px;
	}
}

@media (max-width: 575px) {
	.scndteam-card,
	.scndteam-card__image {
		min-height: 360px;
	}

	.scndteam-card__overlay {
		padding: 14px 14px 12px;
	}

	.scndteam-card__role {
		font-size: 14px;
	}

	.scndteam-card__name span,
	.scndteam-card__name strong {
		font-size: 28px;
	}
}

.academycoach-card {
	position: relative;
	height: 100%;
	min-height: 400px;
	border-radius: 6px;
	perspective: 1200px;
	background: transparent;
}

.academycoach-card__inner {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 400px;
	transform-style: preserve-3d;
	transition: transform 0.7s ease;
}

.academycoach-card:hover .academycoach-card__inner {
	transform: rotateY(180deg);
}

.academycoach-card__front,
.academycoach-card__back {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 400px;
	overflow: hidden;
	border-radius: 6px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.academycoach-card__front {
	background: #efefef;
}

.academycoach-card__back {
	background: #0d6efd;
	color: #fff;
	transform: rotateY(180deg);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 28px;
}

.academycoach-card__back h3 {
	margin: 0 0 16px;
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.academycoach-card__back p {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.95);
}

.academycoach-card__image {
	position: relative;
	height: 100%;
	min-height: 400px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background: #0d6efd;
}

.academycoach-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.academycoach-card__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 16px 16px 14px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.48));
	color: #fff;
}

.academycoach-card__role {
	margin: 10px;
	font-size: 24px;
	line-height: 1.1;
	color: rgba(255, 255, 255, 0.95);
}

.academycoach-card__name {
	margin: 0;
	line-height: 0.95;
	text-transform: none;
}

.academycoach-card__name span,
.academycoach-card__name strong {
	display: block;
	font-size: clamp(26px, 2vw, 38px);
	font-weight: 900;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.academycoach-card__name strong {
	color: #0d6efd;
}

.academycoach-back-btn {
	background: #fff101;
	color: #28282b;
	padding: 10px;
	margin: 10px;
	border-radius: 20px;
}

.phone-academy {
	color: #fff;
	text-decoration: none;
}

@media (max-width: 991px) {
	.academycoach-card,
	.academycoach-card__inner,
	.academycoach-card__front,
	.academycoach-card__back,
	.academycoach-card__image {
		min-height: 390px;
	}
}

@media (max-width: 575px) {
	.academycoach-card,
	.academycoach-card__inner,
	.academycoach-card__front,
	.academycoach-card__back,
	.academycoach-card__image {
		min-height: 360px;
	}

	.academycoach-card__overlay {
		padding: 14px 14px 12px;
	}

	.academycoach-card__role {
		font-size: 14px;
	}

	.academycoach-card__name span,
	.academycoach-card__name strong {
		font-size: 28px;
	}
}
/*popup partner*/
.partner-match-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 28px;
	border-radius: 999px;
	background: linear-gradient(135deg, #0f7bff 0%, #1f5fe0 100%);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	box-shadow: 0 12px 30px rgba(15, 123, 255, 0.28);
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		background 0.25s ease;
}

.partner-match-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 38px rgba(15, 123, 255, 0.36);
	color: #fff;
}

.partner-popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
}

.partner-popup.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.partner-popup__backdrop {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(2, 16, 45, 0.86) 0%,
		rgba(2, 22, 62, 0.92) 100%
	);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.partner-popup__dialog {
	position: relative;
	width: min(1120px, calc(100% - 32px));
	margin: 50px auto;
	background: linear-gradient(
		135deg,
		rgba(18, 55, 126, 0.96) 0%,
		rgba(8, 50, 118, 0.96) 100%
	);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 34px;
	padding: 46px 46px 34px;
	box-shadow:
		0 30px 80px rgba(0, 0, 0, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	color: #fff;
	transform: translateY(24px) scale(0.98);
	transition: transform 0.35s ease;
	overflow: hidden;
}

.partner-popup.active .partner-popup__dialog {
	transform: translateY(0) scale(1);
}

.partner-popup__dialog::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(
			circle at top left,
			rgba(90, 150, 255, 0.16),
			transparent 32%
		),
		radial-gradient(
			circle at bottom right,
			rgba(0, 174, 255, 0.1),
			transparent 30%
		);
	pointer-events: none;
}

.partner-popup__close {
	position: absolute;
	top: 22px;
	right: 24px;
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-size: 34px;
	line-height: 1;
	cursor: pointer;
	transition:
		background 0.25s ease,
		transform 0.25s ease;
	z-index: 2;
}

.partner-popup__close:hover {
	background: rgba(255, 255, 255, 0.14);
	transform: rotate(90deg);
}

.partner-popup__header {
	position: relative;
	z-index: 1;
	margin-bottom: 34px;
}

.partner-popup__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.78);
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-weight: 700;
	margin-bottom: 14px;
}

.partner-popup__header h2 {
	margin: 0;
	font-size: clamp(30px, 4vw, 54px);
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
}

.partner-popup__body {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 390px 1fr;
	gap: 42px;
	align-items: center;
}

.partner-popup__logo-box {
	min-height: 420px;
	border-radius: 28px;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.93) 0%,
		rgba(243, 247, 255, 0.96) 100%
	);
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 34px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.partner-popup__logo {
	max-width: 100%;
	max-height: 260px;
	object-fit: contain;
	display: block;
}

.partner-popup__name {
	margin: 0 0 8px;
	font-size: clamp(32px, 3vw, 48px);
	line-height: 1.04;
	font-weight: 800;
	text-transform: uppercase;
}

.partner-popup__subtitle {
	margin: 0 0 24px;
	font-size: 22px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.88);
}

.partner-popup__description {
	max-width: 640px;
}

.partner-popup__description p {
	margin: 0 0 16px;
	font-size: 20px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.88);
}

.partner-popup__footer {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 18px 28px;
	margin-top: 34px;
	padding-top: 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.partner-popup__link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-height: 58px;
	padding: 0 18px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	transition:
		background 0.25s ease,
		transform 0.25s ease;
}

.partner-popup__link:hover {
	background: rgba(255, 255, 255, 0.11);
	transform: translateY(-2px);
	color: #fff;
}

.partner-popup__icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.11);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.partner-popup__icon svg {
	width: 20px;
	height: 20px;
}

body.partner-popup-open {
	overflow: hidden;
}

@media (max-width: 991px) {
	.partner-popup__dialog {
		padding: 34px 24px 24px;
		border-radius: 26px;
		margin: 24px auto;
	}

	.partner-popup__body {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.partner-popup__logo-box {
		min-height: 280px;
	}

	.partner-popup__name {
		font-size: 30px;
	}

	.partner-popup__subtitle {
		font-size: 18px;
	}

	.partner-popup__description p {
		font-size: 17px;
		line-height: 1.7;
	}

	.partner-popup__link {
		width: 100%;
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.partner-match-btn {
		width: 100%;
		text-align: center;
	}

	.partner-popup__header h2 {
		font-size: 28px;
		line-height: 1.1;
		padding-right: 40px;
	}

	.partner-popup__close {
		width: 44px;
		height: 44px;
		top: 16px;
		right: 16px;
		font-size: 28px;
	}

	.partner-popup__logo-box {
		min-height: 220px;
		padding: 24px;
	}

	.partner-popup__footer {
		gap: 14px;
	}

	.partner-popup__link {
		min-height: 54px;
		padding: 12px 14px;
		align-items: flex-start;
	}
}

/*centrum-meczowe*/

.match-hero {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	color: #fff;
	background: #050505;
}

.match-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.match-hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: grayscale(10%);
}

.match-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.35) 0%,
			rgba(0, 0, 0, 0.25) 18%,
			rgba(0, 0, 0, 0.55) 62%,
			rgba(0, 0, 0, 0.92) 100%
		),
		linear-gradient(
			to right,
			rgba(0, 0, 0, 0.28),
			rgba(0, 0, 0, 0.1),
			rgba(0, 0, 0, 0.28)
		);
}

.match-hero__container {
	position: relative;
	z-index: 3;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 90px;
}

.match-hero__league {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

.match-hero__league-logo {
	max-width: 86px;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	object-fit: contain;
}

.match-hero__league-name {
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.match-hero__meta {
	position: relative; /* potrzebne */
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 10px 18px;
	background: #055ac4;
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	height: 50px;
	margin: 0 auto 34px;
	font-size: 1.4rem;
	font-weight: 600;
	width: fit-content;
}

.match-hero__meta::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 3px;
	background: #00428b;
	border-radius: 2px;
}

.match-hero_adress {
	position: relative;
	display: flex;
	backdrop-filter: blur(5px);
	width: 25%;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	transform: translate(150%, -50%);
	justify-content: center;
	bottom: 20px;
	border-radius: 25px;
	font-size: 1.1rem;
}

.match-hero__meta .dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.65);
	display: inline-block;
}

.match-hero__scoreboard {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 26px;
	margin-bottom: 64px;
}

.match-team {
	display: flex;
	align-items: center;
	gap: 18px;
}

.match-team--home {
	justify-content: flex-end;
	text-align: right;
}

.match-team--away {
	justify-content: flex-start;
	text-align: left;
}

.match-team__name {
	font-size: clamp(1.2rem, 2vw, 2.2rem);
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
}

.match-team__logo {
	width: 128px;
	height: 128px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
	border: 2px solid rgba(255, 255, 255, 0.16);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.match-team__logo img {
	width: 84%;
	height: 84%;
	object-fit: contain;
}

.match-timeline-wrap {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 10px;
}

.match-timeline {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 80px 1fr;
	align-items: center;
	gap: 12px;
}

.match-timeline__side {
	position: relative;
	height: 90px;
}

.match-timeline__side::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	height: 3px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 999px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.match-timeline__center {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #f6e92c;
	color: #0a0a0a;
	font-size: 1.4rem;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	box-shadow: 0 10px 30px rgb(37 36 33);
}

.timeline-event {
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 34px;
}

.timeline-event__minute {
	font-size: 0.8rem;
	font-weight: 800;
	margin-bottom: 4px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.timeline-event__icon {
	position: relative;
	z-index: 2;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff;
	color: #111;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	font-weight: 900;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.timeline-event__icon--yellow {
	width: 14px;
	height: 22px;
	border-radius: 3px;
	background: #f3d21a;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.timeline-event__mini-logo {
	width: 26px;
	height: 26px;
	margin-top: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(6px);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.timeline-event__mini-logo img {
	width: 82%;
	height: 82%;
	object-fit: contain;
}

.match-sponsor-wrap {
	margin-top: 38px;
	display: flex;
	justify-content: center;
}

.match-sponsor {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;

	padding: 14px 22px;
	border-radius: 16px;

	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(10px);

	border: 1px solid rgba(255, 255, 255, 0.12);

	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.match-sponsor__label {
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}

.match-sponsor__logo {
	width: 140px;
	height: 60px;

	display: flex;
	align-items: center;
	justify-content: center;

	background: rgba(255, 255, 255, 0.08);
	border-radius: 10px;

	padding: 8px 14px;

	transition: all 0.3s ease;
}

.match-sponsor__logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* hover efekt */
.match-sponsor__logo:hover {
	transform: translateY(-3px) scale(1.04);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

/* mobile */
@media (max-width: 767px) {
	.match-sponsor {
		padding: 12px 16px;
		gap: 10px;
	}

	.match-sponsor__label {
		font-size: 0.75rem;
	}

	.match-sponsor__logo {
		width: 110px;
		height: 50px;
	}
}

@media (max-width: 1199px) {
	.match-team__logo {
		width: 96px;
		height: 96px;
	}

	.match-team__name {
		font-size: 1.15rem;
	}

	.match-timeline {
		grid-template-columns: 1fr 68px 1fr;
	}
}

@media (max-width: 991px) {
	.match-hero {
		min-height: auto;
	}

	.match-hero__container {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.match-hero__scoreboard {
		grid-template-columns: 1fr;
		gap: 24px;
		text-align: center;
	}

	.match-team,
	.match-team--home,
	.match-team--away {
		justify-content: center;
		text-align: center;
		flex-direction: column;
	}

	.match-team--home .match-team__name,
	.match-team--away .match-team__name {
		order: 2;
	}

	.match-team--home .match-team__logo,
	.match-team--away .match-team__logo {
		order: 1;
	}

	.match-timeline {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.match-timeline__center {
		order: 2;
	}

	.match-timeline__side--home {
		order: 1;
	}

	.match-timeline__side--away {
		order: 3;
	}
}

@media (max-width: 767px) {
	.match-hero__meta {
		flex-wrap: wrap;
		border-radius: 18px;
		gap: 8px 12px;
		text-align: center;
		padding: 10px 14px;
		font-size: 0.85rem;
	}

	.match-team__logo {
		width: 84px;
		height: 84px;
	}

	.match-team__name {
		font-size: 1rem;
	}

	.match-timeline__side {
		height: 84px;
	}

	.match-timeline__side::before {
		top: 28px;
	}

	.timeline-event__minute {
		font-size: 0.7rem;
	}

	.timeline-event__mini-logo {
		width: 22px;
		height: 22px;
		margin-top: 8px;
	}
}

/* ----- */

.home-brand {
	background: #f4f4f4;
	background-position: center;
	background-size: cover;
}

.bio-image-wrapper {
	overflow: hidden;
	width: 75%;
	margin: 0 auto;
	height: 100%;
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.2));
	transition: transform 0.2s ease-out;
}

.bio-image-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.2s ease-out;
}

.bio-podpis {
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding: 2rem;
	display: block;
	transition: transform 0.2s ease-out;
}

.home-brand h1 {
	color: var(--primary-color);
}

.home-brand h3 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	color: var(--primary-color);
}

.home-box {
	width: 100%;
	color: var(--primary-color);
	position: relative;
	padding: 50px;
	font-size: 18px;
	line-height: 1.8;
}

.home-box h3 {
	font-size: 3rem;
	font-weight: bold;
	color: #dfb52f;
}

.opinions h3 {
	border-bottom: 2px solid var(--tertiary-color);
	width: 50%;
	margin: 0 auto;
}

.open-time-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	font-size: 90%;
}

.open-time-wrapper span {
	margin: 5px;
}

/*footer2 */

.club-footer {
	background: #f3f3f3;
	padding: 70px 0 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-sponsors {
	display: flex;
	flex-direction: column;
	gap: 54px;
}

.footer-sponsor-block {
	text-align: center;
}

.footer-sponsor-label {
	margin: 0 0 18px;
	font-family: "Oswald", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #055ac3;
}

.footer-sponsor-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition:
		transform 0.25s ease,
		opacity 0.25s ease;
}

.footer-sponsor-logo:hover,
.footer-partner-item:hover {
	transform: translateY(-3px);
	opacity: 0.9;
}

.footer-sponsor-logo img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.9;
	transition:
		filter 0.25s ease,
		opacity 0.25s ease;
}

.footer-sponsor-logo:hover img,
.footer-partner-item:hover img {
	filter: grayscale(0%);
	opacity: 1;
}

.footer-sponsor-logo--main img {
	max-height: 84px;
}

.footer-sponsor-logo--title img {
	max-height: 78px;
}

.footer-partners-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px 34px;
	align-items: center;
	margin-top: 10px;
}

.footer-partner-item {
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition:
		transform 0.25s ease,
		opacity 0.25s ease;
}

.footer-partner-item img {
	display: block;
	max-width: 150px;
	max-height: 42px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.78;
	transition:
		filter 0.25s ease,
		opacity 0.25s ease;
}

.footer-divider {
	width: min(1400px, calc(100% - 24px));
	height: 1px;
	margin: 50px auto 35px;
	background: rgba(0, 0, 0, 0.08);
}

.footer-bottom {
	padding-top: 10px;
}

.footer-bottom-title {
	margin: 0 0 18px;
	font-family: "Oswald", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #28374f;
	text-align: center;
}

.footer-social-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-socials {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
	gap: 14px 18px;
	justify-content: center;
}

.footer-socials a {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: linear-gradient(135deg, #016eff 0%, #003c99 100%);
	color: #f4f4f4;
	font-size: 1.2rem;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
	transition: all 0.25s ease;
}

.footer-socials a:hover {
	transform: translateY(-3px);
	background: linear-gradient(135deg, #0261df 0%, #012e73 100%);
	color: #fff;
}

.footer-center-mark {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-center-mark img {
	max-width: 90px;
	height: auto;
	display: block;
}

.footer-copy p {
	margin: 0;
	font-family: "Inter", sans-serif;
	text-align: center;
	font-size: 0.95rem;
	color: #667085;
}

@media (max-width: 991px) {
	.club-footer {
		padding: 56px 0 26px;
	}

	.footer-sponsors {
		gap: 42px;
	}

	.footer-partners-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 22px 20px;
	}

	.footer-divider {
		margin: 40px auto 30px;
	}
}

@media (max-width: 767px) {
	.footer-partners-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.footer-sponsor-logo--main img {
		max-height: 68px;
	}

	.footer-sponsor-logo--title img {
		max-height: 64px;
	}

	.footer-copy {
		text-align: center;
	}
}

@media (max-width: 575px) {
	.club-footer {
		padding: 46px 0 22px;
	}

	.footer-sponsor-label {
		font-size: 0.95rem;
		margin-bottom: 14px;
	}

	.footer-partner-item {
		min-height: 56px;
	}

	.footer-partner-item img {
		max-width: 120px;
		max-height: 34px;
	}

	.footer-socials a {
		width: 40px;
		height: 40px;
		font-size: 1.05rem;
	}
}

.footer-mini {
	background: #f5f5f5;
	padding: 18px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-mini__nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 36px;
	margin: 0;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}

.footer-mini__nav a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: 500;
	transition: 0.2s ease;
}

.footer-mini__nav a:hover {
	color: #000;
}

/* footer */
footer {
	font-size: 1.6rem;
	color: var(--primary-color);
	background: #abc121;
}

.footer-socials i {
	font-size: 16px;
	margin: 0px 5px;
}

#faq h3,
.partners h3 {
	color: var(--primary-color);
	font-size: 220%;
}

.phone {
	display: flex;
	flex-direction: column;
	color: var(--primary-color);
}

.phone-academy {
	color: #fff101;
}

.phone-academy:hover {
	color: #e2d500;
}

.tablefixtures .partners {
	padding: 2rem;
	margin-bottom: 2rem;
}
.partners img {
	background: #fff;
	margin: 10px;
	width: auto;
	height: 150px;
	padding: 20px;
	border-radius: 25px;
	box-shadow: 0px 10px 30px 2px rgba(49, 52, 57, 0.2);
}

.table-fixtures {
	padding: 25px;
	margin: 50px 0px;
}

/*prawa sekcja-tabela*/

/* PRAWA STRONA */

.club-side-box {
	background: #f7f7f7;
	border-radius: 18px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
	height: 100%;
}

.club-side-content {
	padding: 40px;
}

.club-eyebrow {
	font-size: 0.75rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #c5281c;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}

.club-title {
	font-size: 2.2rem;
	font-weight: 800;
	margin-bottom: 16px;
	color: #111;
}

.club-desc {
	font-size: 1rem;
	line-height: 1.7;
	color: #555;
	margin-bottom: 30px;
}

.club-features {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 30px;
}

.club-feature {
	display: flex;
	gap: 14px;
}

.club-feature span {
	font-weight: 700;
	color: #c5281c;
}

.club-feature strong {
	display: block;
	color: #111;
}

.club-feature p {
	font-size: 0.9rem;
	color: #666;
	margin: 0;
}

.club-btn {
	display: inline-block;
	padding: 12px 20px;
	background: #c5281c;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.2s;
}

.club-btn:hover {
	background: #a81f16;
}

/* IMAGE */

.club-side-image {
	height: 260px;
	overflow: hidden;
	position: relative;
}

.club-side-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.club-side-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.25), transparent);
}

/*tabela*/

.league-table-wrap {
	background: #f3f3f3;
}

.league-table-box {
	width: min(1400px, 95%);
	margin: 0 auto;
	background: #f7f7f7;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.league-table {
	width: 100%;
	border-collapse: collapse;
	font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
	color: #111;
}

.league-table thead {
	background: #efefef;
}

.league-table thead th {
	padding: 18px 14px;
	font-size: 0.95rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	text-align: center;
	border-bottom: 1px solid #d9d9d9;
	white-space: nowrap;
}

.league-table thead th.league-col-rank {
	width: 78px;
	min-width: 78px;
	text-align: left;
	padding-left: 32px;
}

.league-table thead th.league-col-team {
	width: 380px;
	min-width: 380px;
	text-align: left;
}

.league-table tbody tr {
	background: #f7f7f7;
	transition: background 0.25s ease;
}

.league-table tbody tr:hover {
	background: #f0f0f0;
}

.league-table tbody td {
	padding: 20px 14px;

	border-bottom: 1px solid #dddddd;
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}

.league-table tbody tr:last-child td {
	border-bottom: none;
}

.league-table tbody td.league-rank {
	width: 78px;
	min-width: 78px;
	text-align: left;
	padding-left: 32px;
	font-weight: 600;
}

.league-table tbody td.league-team {
	width: 380px;
	min-width: 380px;
	text-align: left;
	padding-left: 8px;
}

.league-team {
	display: flex;
	align-items: center;
	gap: 16px;
}

.league-team-logo {
	width: 38px;
	height: 38px;
	min-width: 38px;
	object-fit: contain;
	display: block;
	flex-shrink: 0;
}

.league-team-name {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.55rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.league-table-box {
	width: 100%;
	background: #f7f7f7;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.04);
}

/* NOWY HEADER TABELI */
.league-table-header {
	position: relative;
	overflow: hidden;
}

.league-table-header--image {
	min-height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.league-table-header--image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.league-table-header__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			135deg,
			rgba(1, 110, 255, 0.45) 0%,
			rgba(0, 60, 153, 0.48) 100%
		),
		linear-gradient(to top, rgba(4, 7, 16, 0.5) 0%, rgba(4, 7, 16, 0.15) 100%);
	z-index: 1;
}

.league-table-header__content {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 24px 20px;
	text-align: center;
}

.league-table-header__content h2 {
	margin: 0;
	font-family: "Oswald", sans-serif;
	font-size: clamp(1.7rem, 2.5vw, 2.4rem);
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.05;
	color: #f4f4f4;
	text-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

/* WRAPPER TABELI */
.league-table-inner {
	padding: 0;
}

/* TABELA */
.league-table {
	width: 100%;
	border-collapse: collapse;
	background: #f7f7f7;
}

.league-table thead th {
	padding: 18px 14px;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #5c6470;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	background: #f7f7f7;
}

.league-table tbody td {
	padding: 18px 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	vertical-align: middle;
	color: #121826;
}

.league-table tbody tr:last-child td {
	border-bottom: 0;
}

.league-table tbody tr {
	transition: background 0.2s ease;
}

.league-table tbody tr:hover {
	background: rgba(1, 110, 255, 0.035);
}

.league-table tbody tr.is-highlighted {
	background: #0d6efd !important;
}

.league-team {
	display: flex;
	align-items: center;
	gap: 14px;
}

.league-team-logo {
	width: 34px;
	height: 34px;
	object-fit: contain;
	flex-shrink: 0;
}

.league-team-name {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: "Oswald", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.league-team-name img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.league-rank {
	width: 52px;
	text-align: center;
	font-weight: 700;
}

.league-col-rank {
	width: 52px;
	text-align: center;
}

.league-col-team {
	text-align: left;
}

.league-table td:not(.league-team),
.league-table th:not(.league-col-team) {
	text-align: center;
}

.league-table .points {
	color: #d83b2d;
	font-weight: 800;
	font-size: 1rem;
}

.table-more {
	padding: 10px;
	text-align: center;
}

/* LEKKIE ZMNIEJSZENIE PRAWEGO BOXA */
.matches-tabs-header--image {
	min-height: 130px;
}

.matches-tabs-header__content {
	padding: 24px 20px;
}

.matches-tabs-header__content h2,
.matches-tabs-header__content p {
	font-size: clamp(1.7rem, 2.5vw, 2.4rem);
}

/* ODROBINA CIAŚNIEJ W ŚRODKU */
.tabs {
	padding: 22px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
	.league-table-header--image,
	.matches-tabs-header--image {
		min-height: 115px;
	}

	.league-table-header__content,
	.matches-tabs-header__content {
		padding: 20px 16px;
	}

	.league-table-header__content h2,
	.matches-tabs-header__content h2,
	.matches-tabs-header__content p {
		font-size: 1.5rem;
	}

	.league-table thead th,
	.league-table tbody td {
		padding: 15px 10px;
	}

	.league-team {
		gap: 10px;
	}

	.league-team-logo {
		width: 28px;
		height: 28px;
	}

	.league-team-name {
		font-size: 0.95rem;
	}

	.tabs {
		padding: 18px;
	}
}

@media (max-width: 575px) {
	.league-table-header--image,
	.matches-tabs-header--image {
		min-height: 105px;
	}

	.league-table-header__content h2,
	.matches-tabs-header__content h2,
	.matches-tabs-header__content p {
		font-size: 1.35rem;
	}

	.league-table thead th {
		font-size: 0.68rem;
	}

	.league-table tbody td {
		font-size: 0.84rem;
	}

	.league-team-name {
		font-size: 0.88rem;
	}
}

.points {
	color: #c5281c;
	font-weight: 700;
}

.is-highlighted {
	background: #0d6efd !important;
}

.is-highlighted:hover {
	background: #065cdb;
}

.league-table tbody td:not(.league-rank):not(.league-team) {
	font-variant-numeric: tabular-nums;
}

@media (max-width: 991px) {
	.league-table-box {
		overflow-x: auto;
	}

	.league-table {
		min-width: 920px;
	}

	.league-table thead th.league-col-team,
	.league-table tbody td.league-team {
		width: 320px;
		min-width: 320px;
	}

	.league-team-name {
		font-size: 1.2rem;
	}
}

/*terminarz*/
.matches-tabs-section {
	padding: 40px 0;
	background: #f3f3f3;
}

.matches-tabs-box {
	width: min(1400px, 95%);
	margin: 0 auto;
	background: #f7f7f7;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.04);
}

.matches-tabs-box {
	width: 100%;
	background: #f7f7f7;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.04);
}

.matches-tabs-header {
	position: relative;
	overflow: hidden;
}

.matches-tabs-header--image {
	min-height: 170px; /* możesz zmienić np. na 150px albo 190px */
	display: flex;
	align-items: center;
	justify-content: center;
}

.matches-tabs-header--image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.matches-tabs-header__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		135deg,
		rgba(1, 110, 255, 0.22) 0%,
		rgba(0, 60, 153, 0.22) 100%
	);
	z-index: 1;
}

.matches-tabs-header__content {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 30px 20px;
	text-align: center;
}

.matches-tabs-header__content h2,
.matches-tabs-header__content p {
	margin: 0;
	font-family: "Oswald", sans-serif;
	font-size: clamp(1.9rem, 3vw, 2.8rem);
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.05;
	color: #f4f4f4;
}

.tabs {
	padding: 28px;
}

@media (max-width: 991px) {
	.matches-tabs-header--image {
		min-height: 145px;
	}

	.matches-tabs-header__content {
		padding: 24px 18px;
	}

	.tabs {
		padding: 18px;
	}
}

@media (max-width: 575px) {
	.matches-tabs-header--image {
		min-height: 125px;
	}

	.matches-tabs-header__content h2,
	.matches-tabs-header__content p {
		font-size: 1.6rem;
	}
}

.tabs {
	padding: 28px;
}

.tabsidebar {
	display: flex;
	gap: 12px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

.tab-btn {
	border: none;
	outline: none;
	padding: 14px 22px;
	border-radius: 12px;
	background: #ececec;
	color: #111;
	font-family: "Oswald", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	cursor: pointer;
	transition: all 0.25s ease;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.tab-btn:hover {
	background: #141414;
	color: #f4f4f4;
	transform: translateY(-1px);
}

.tab-btn-active {
	background: linear-gradient(135deg, #016eff 0%, #003c99 100%);
	color: #fff;
	box-shadow: 0 10px 20px rgba(1, 110, 255, 0.18);
}

.t-content {
	position: relative;
}

.tab-content {
	display: none;
}

.tab-content-active {
	display: block;
}

.matches-list {
	display: grid;
	gap: 16px;
}

.match-card {
	background: #f7f7f7;
	border: 1px solid #dddddd;
	border-radius: 16px;
	padding: 18px 20px;
	transition:
		background 0.25s ease,
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.match-card:hover {
	background: #f0f0f0;
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
}

.match-card.is-highlighted {
	background: #e7dcc0;
	border-color: #d8c8a0;
}

.match-card.is-highlighted:hover {
	background: #ddd1b0;
}

.match-card__top,
.match-card__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.match-card__top {
	margin-bottom: 16px;
}

.match-card__bottom {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	font-family: "Inter", sans-serif;
	font-size: 0.92rem;
	color: #555;
}

.match-badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(1, 110, 255, 0.1);
	color: #0049b7;
	font-family: "Oswald", sans-serif;
	font-size: 0.9rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.match-meta {
	font-family: "Inter", sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	color: #444;
}

.match-card__main {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 18px;
}

.match-team {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.match-team--right {
	justify-content: flex-end;
	text-align: right;
}

.match-team img {
	width: 128px;
	height: 128px;
	min-width: 128px;
	object-fit: contain;
	display: block;
}

.match-team__name {
	font-family: "Oswald", sans-serif;
	font-size: 1.45rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	line-height: 1.1;
	color: #111;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.match-center {
	min-width: 150px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.match-score {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: "Oswald", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	background: #0072ff;
	border-radius: 25px;
	padding: 20px;
	color: #f4f4f4;
}

.match-score small {
	font-size: 1.1rem;
	color: #666;
	transform: translateY(-1px);
}

.match-vs {
	font-family: "Oswald", sans-serif;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1;
	color: #c5281c;
	letter-spacing: 0.04em;
}

.match-status {
	font-family: "Inter", sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #c5281c;
}

.is-win .match-status {
	color: #117a35;
}

.is-loss .match-status {
	color: #c5281c;
}

.match-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 10px;
	background: #28282b;
	color: #fff;
	text-decoration: none;
	font-family: "Oswald", sans-serif;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	transition:
		background 0.25s ease,
		transform 0.25s ease;
}

.match-link:hover {
	background: linear-gradient(135deg, #016eff 0%, #003c99 100%);
	transform: translateY(-1px);
	color: #fff;
}

.matches-more {
	display: flex;
	justify-content: center;
	padding-top: 10px;
}

.matches-more__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 22px;
	border-radius: 12px;
	background: linear-gradient(135deg, #016eff 0%, #003c99 100%);
	color: #fff;
	text-decoration: none;
	font-family: "Oswald", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease;
	box-shadow: 0 10px 20px rgba(1, 110, 255, 0.18);
}

.matches-more__btn:hover {
	transform: translateY(-2px);
	color: #fff;
}

@media (max-width: 991px) {
	.tabs {
		padding: 18px;
	}

	.matches-tabs-header h2 {
		font-size: 1.5rem;
		padding: 16px 18px;
	}

	.match-card {
		padding: 16px;
	}

	.match-card__main {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.match-team,
	.match-team--right {
		justify-content: center;
		text-align: center;
	}

	.match-team__name {
		font-size: 1.2rem;
		white-space: normal;
	}

	.match-center {
		min-width: auto;
	}

	.match-score {
		font-size: 1.7rem;
	}

	.match-vs {
		font-size: 1.6rem;
	}

	.match-card__top,
	.match-card__bottom {
		justify-content: center;
		text-align: center;
	}
}

@media (max-width: 575px) {
	.tabsidebar {
		flex-direction: column;
	}

	.tab-btn {
		width: 100%;
	}

	.match-team img {
		width: 42px;
		height: 42px;
		min-width: 42px;
	}

	.match-team__name {
		font-size: 1.05rem;
	}

	.match-link,
	.matches-more__btn {
		width: 100%;
		justify-content: center;
	}
}

/*oferta zmieniające się karty */

.tabs {
	position: relative;
	padding: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	display: flex;
	z-index: 2;
	margin-top: -75px;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.tabsidebar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.tab-btn {
	background: #fff;
	border-radius: 5px;
	border: none;
	color: var(--primary-color);
	cursor: pointer;
	padding: 20px;
	margin: 20px 0px 0px 2px;
	outline: none;
}

.tab-btn-active {
	background: #141414;
	border-bottom: 3px solid #0072ff;
	color: #fff;
	font-weight: bold;
}

.t-content {
	width: 100%;
}

.tab-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: auto;
	position: relative;
	top: 1rem;
	display: none;
}

.tab-content-active {
	display: block;
}

.theme-switch {
	display: inline-block;
	height: 34px;
	position: relative;
	width: 60px;
}

.theme-switch input {
	display: none;
}

.theme-switch-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 5px;
}

.theme-switch-wrapper i {
	margin: 5px;
}

.theme-switch-wrapper em {
	margin-left: 10px;
	font-size: 1rem;
}

.dslider {
	background-color: #ccc;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.4s;
}

.dslider:before {
	background-color: #fff;
	bottom: 4px;
	content: "";
	height: 26px;
	left: 4px;
	position: absolute;
	transition: 0.4s;
	width: 26px;
}

.dslider.round {
	border-radius: 34px;
}

.dslider.round:before {
	border-radius: 50%;
}

input:checked + .dslider {
	background-color: #dfb52f;
}

input:checked + .dslider:before {
	transform: translateX(26px);
}

/* slider-marki */

.splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 500px) {
	.slider__item {
		width: 33%;
	}
}

@media screen and (min-width: 800px) {
	.slider__item {
		width: 25%;
	}
}

@media screen and (min-width: 1200px) {
	.slider__wrapper {
		margin-left: -20px;
	}

	.slider__item {
		width: 20%;
	}
}

.contact-box-shadow {
	box-shadow: 0px 10px 30px 2px #000;
}

.contact-shadow {
	background: #dcdcdc;
	z-index: 2;
}

.ss {
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

/* usługi */

.service-hero {
	background-image: url("../img/contact/contact.jpg");

	object-fit: cover;
}

.service-hero-box {
	position: relative;
	height: 300px;
	background-size: cover;
	z-index: 0;
}

.service-hero-box p {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 3rem;
	text-transform: uppercase;
	color: #fff;
}

/*breadcrumbs*/
/* Style the list */
ul.breadcrumb {
	padding: 10px 16px;
	list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
	display: inline;
	font-size: 15px;
	background-color: rgb(87, 74, 58, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	color: #fff;
	padding: 6px;
	margin-right: 5px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
	padding: 8px;
	color: #292929;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
	color: #dfb52f;
	text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
	color: #dfb52f;
	text-decoration: none;
}

/*podstrony hero*/

.makijaz-hero {
	background-image: url("../img/oferta/makijaz.jpg");
	background-size: cover;
	background-position: center;
}

.podstrona-hero {
	background-image: url("../img/5555.jpg");
	background-size: cover;
	background-position: center;
}

.blog-hero {
	background-image: url("../img/blog_hero.jpg");
	background-size: cover;
	background-position: center;
}

.quote-hero {
	/* background-image: url('../img/2222.png'); */
	background-size: cover;
	background-position: center;
}

.video-hero {
	background-image: url("../img/background_blue.jpg");
	background-size: cover;
	background-position: center;
}

.galeria-hero {
	background-image: url("../img/galeria_hero.jpg");
	background-size: cover;
	background-position: center;
}

.tabela-hero {
	background-image: url("../img/lodzkie.jpg");
	background-size: cover;
	background-position: center;
}

.match-hero {
	background-image: url("../img/mecz_2.jpg");
	background-size: cover;
	background-position: center;
}

.ivligaimg {
	height: 150px;
	margin-top: 150px;
	width: auto;
}

/* sekcje tło */

.fani-sekcja {
	background: url(../img/zespol_szary.png);
	background-size: cover;
	background-position: center;
}

.historia {
	background: url(../img/rks_background.png);
}

/* Spinner animation */
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
.animate-spin {
	animation: spin 1s linear infinite;
}

/* Modal overlay */
#spinnerOverlay {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

/* Przyciemnione tło */
#spinnerBackdrop {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

/* Spinner box */
#spinnerModal {
	z-index: 10000;
	background: #333;
	color: #fff;
	padding: 30px 40px;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}

/*pierwsza drużyna*/

.first-team-hero {
	position: relative;
	width: 100%;
	background: #000;
	overflow: hidden;
	max-height: 80vh !important;
}

/* kontener obrazka */
.first-team-hero .hero-bg--full {
	position: relative;
	width: 100%;
	z-index: 1;
}

/*  */
.first-team-hero .hero-bg--full img {
	display: block;
	width: 100%;
	height: auto;
}

/* overlay */
.first-team-hero .hero-shadow {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.1) 0%,
		rgba(0, 0, 0, 0.18) 35%,
		rgba(0, 0, 0, 0.75) 100%
	);
}

/* OBRAZ */
.hero-bg {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;

	/* 🔑 NAJWAŻNIEJSZE */
	object-position: center center;
	/* np. center top / center 30% / 50% 20% jeśli chcesz przesunąć */

	transform: scale(1.05); /* lekki zoom */
}

.player-hero {
	position: relative;
	width: 100%;
	height: clamp(320px, 88vh, 860px);
	background: #000;
	overflow: hidden;
}

.player-hero .hero-bg--full {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.player-hero .hero-bg--full img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 20%;
}

.player-hero .hero-shadow {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(
			to right,
			rgba(0, 0, 0, 0.88) 0%,
			rgba(0, 0, 0, 0.48) 45%,
			rgba(0, 0, 0, 0.2) 100%
		),
		linear-gradient(to bottom, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.player-hero__content {
	position: relative;
	z-index: 3;
	height: 100%;
	display: flex;
	align-items: flex-end;
}

.player-hero__inner {
	width: 100%;
	padding: 42px 0 36px;
}

.player-hero__headline {
	display: flex;
	align-items: flex-start;
	gap: 22px;
	margin-bottom: 26px;
}

.player-hero__number {
	font-size: clamp(88px, 12vw, 180px);
	line-height: 0.82;
	font-weight: 900;
	color: #fff101;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	letter-spacing: -0.03em;
}

.player-hero__name-wrap {
	padding-top: 8px;
}

.player-hero__name {
	margin: 0;
	color: #fff;
	line-height: 0.88;
	text-transform: none;
}

.player-hero__name span,
.player-hero__name strong {
	display: block;
	font-size: clamp(34px, 5vw, 82px);
	font-weight: 900;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.player-hero__name strong {
	margin-top: -4px;
	color: #0d6efd;
}

.player-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 26px 34px;
}

.player-meta-item {
	display: flex;
	flex-direction: column;
	min-width: 120px;
}

.player-meta-item__label {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.04em;
}

.player-meta-item__value {
	font-size: clamp(20px, 2vw, 32px);
	line-height: 1.05;
	color: #fff;
	font-weight: 500;
}

@media (max-width: 991px) {
	.player-hero {
		height: clamp(360px, 58vh, 620px);
	}

	.player-hero .hero-bg--full img {
		object-position: center 18%;
	}

	.player-hero__inner {
		padding: 34px 0 28px;
	}

	.player-hero__headline {
		gap: 16px;
		margin-bottom: 22px;
	}

	.player-hero__meta {
		gap: 18px 24px;
	}

	.player-meta-item {
		min-width: calc(50% - 12px);
	}
}

@media (max-width: 575px) {
	.player-hero {
		height: auto;
		min-height: 520px;
	}

	.player-hero .hero-bg--full img {
		object-position: 62% 18%;
	}

	.player-hero__content {
		align-items: flex-end;
	}

	.player-hero__inner {
		padding: 26px 0 22px;
	}

	.player-hero__headline {
		flex-direction: row;
		align-items: flex-start;
		gap: 12px;
		margin-bottom: 18px;
	}

	.player-hero__number {
		font-size: 78px;
	}

	.player-hero__name-wrap {
		padding-top: 2px;
	}

	.player-hero__name span,
	.player-hero__name strong {
		font-size: 42px;
	}

	.player-hero__meta {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 14px 18px;
	}

	.player-meta-item {
		min-width: 0;
	}

	.player-meta-item__label {
		font-size: 11px;
		margin-bottom: 5px;
	}

	.player-meta-item__value {
		font-size: 18px;
	}
}

.player-container {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.player-full-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	position: relative;
	top: 150px;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
	transition: transform 0.3s ease;
}

.player-full-card img {
	max-width: 350px;
	border-radius: 100px;
	margin-bottom: 10px;
}

.img-position {
	border-radius: 0 !important;
	position: relative;
	top: -350px;
	right: -350px;
}

.player-full-card p {
	display: flex;
	flex-direction: column;
	position: relative;
	top: -250px;
	left: -350px;
	font-size: 36px;
	color: #f4f4f4;
	font-weight: 600;
}

.player-full-card span {
	color: #f5f5dc;
	font-weight: 800;
}

.overlay-player-info {
	position: relative;
	display: flex;
	flex-direction: row;
	top: 30px;
	padding: 20px;
	margin: 50px;
}

.overlay-player-info-list {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 20px;
	gap: 10px;
}

.item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 40px;
	border-left: 1px solid #eee;
}

.overlay-player-info p:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 80px;
	height: 15px;
	background: #5c2d2d;
}

.overlay-player-info span {
	color: #0d6efd;
	font-weight: 700;
	font-size: 32px;
}

/*poznaj mnie/bio*/

.bio-card {
	position: relative;
	background: #0c0c0c;
	color: #fff;
	padding: 28px 26px 24px;
	border-radius: 10px;
	overflow: hidden;

	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

/* lekki glow jak w hero */
.bio-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(
			circle at top right,
			rgba(0, 102, 255, 0.15),
			transparent 40%
		),
		radial-gradient(
			circle at bottom left,
			rgba(255, 215, 0, 0.08),
			transparent 40%
		);
	pointer-events: none;
}

/* SOCIAL */
.bio-socials {
	display: flex;
	gap: 10px;
	margin-bottom: 18px;
}

.bio-socials a {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;

	background: linear-gradient(135deg, #016eff 0%, #003c99 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff101;

	transition: 0.25s ease;
}

.bio-socials a:hover {
	background: linear-gradient(135deg, #0348a3 0%, #012b6b 100%);
	border-color: #1e6cff;
	transform: translateY(-2px);
}

/* TYTUŁ */
.bio-title {
	margin: 0 0 22px;
	font-size: 28px;
	font-weight: 800;
	text-transform: uppercase;
}

/* LISTA */
.bio-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

/* ITEM */
.bio-item {
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* PYTANIE */
.bio-question {
	margin: 0 0 6px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.6);
}

/* ODPOWIEDŹ */
.bio-content {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

/* RESPONSIVE */
@media (max-width: 575px) {
	.bio-card {
		padding: 22px 18px;
	}

	.bio-title {
		font-size: 24px;
	}

	.bio-content {
		font-size: 16px;
	}
}

.player-bio-stats {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.player-bio-stats-card {
	position: relative;
	padding: 24px 22px 20px;
	border-radius: 8px;
	overflow: hidden;
	color: #fff;

	/* 👇 fallback */
	background: #000;
}

/* 🔥 OBRAZ W TLE */
.player-bio-stats-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;

	background: url("../img/rks_herb_bg.png") center/cover no-repeat;
}

/* 🔥 MEGA CIEMNY OVERLAY */
.player-bio-stats-card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;

	background:
		linear-gradient(to bottom, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.12)),
		radial-gradient(circle at center, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.15));
}

/* CONTENT NAD OVERLAYEM */
.player-bio-stats-card > * {
	position: relative;
	z-index: 3;
}

.player-bio-stats-card h2 {
	margin: 0 0 18px;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
}

.player-bio-stats-card-more {
	position: relative;
	padding: 24px 22px 20px;
	border-radius: 8px;
	overflow: hidden;
	color: #fff;
}

/* ===== STATYSTYKI GRID ===== */
.stats-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.stat-box {
	background: #fff;
	padding: 18px 12px;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}

.stat-value {
	display: block;
	font-size: 28px;
	font-weight: 900;
	color: #1e6cff;
}

.stat-label {
	font-size: 13px;
	text-transform: uppercase;
	color: #666;
}

/* ===== HISTORIA ===== */
.stats-history {
	background: #fff;
}

.season-row {
	display: grid;
	grid-template-columns: 90px 1fr 60px 80px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}

.season-row span {
	font-weight: 500;
}

.season-row:last-child {
	border-bottom: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
	.stats-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.season-row {
		grid-template-columns: 70px 1fr 50px 70px;
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.stats-grid {
		grid-template-columns: 1fr 1fr;
	}

	.stat-value {
		font-size: 24px;
	}
}
.info-block .row,
.stats-block .row {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}

.info-block .row.full {
	flex-direction: column;
	align-items: flex-start;
}

.info-block span,
.stats-block span {
	font-weight: normal;
	color: #333;
}

.info-block strong,
.stats-block strong {
	color: #28282b;
}

.clubs {
	margin-top: 5px;
	padding-left: 10px;
	color: #039648;
	font-size: 14px;
}

.stat-header {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
	border-top: 2px solid #ccc;
	padding-top: 10px;
}

.stats-block .row.stats {
	font-size: 14px;
}

/*zarzad*/

.board-office-hero {
	background-image: url("../img/club_office.jpg");
	background-size: cover;
	background-position: center;
	backdrop-filter: blur(10px);
	height: 50vh !important;
}

/*historia*/

.historia-hero {
	background-image: url("../img/starafota.jpg");
	background-size: cover;
	background-position: center;
}

/*news*/

.news-hero {
	background-image: url("../img/rks_background.png");
	background-size: cover;
	background-position: center;
}

.news-img {
	width: 100%;
	margin-top: -300px;
	position: relative;
}

.news-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.news-content {
	background: #fff;
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.1);
	padding: 20px;
	position: relative;
}

.news-content h3 {
	margin: 50px 20px;
	font-size: 24px;
}

.news-content p {
	margin: 20px;
}

.question {
	font-weight: bold;
	color: #444;
}

.answer {
	font-style: italic;
	color: #111;
}

.signature {
	margin-top: 40px;
	font-weight: bold;
	color: #a00000;
	text-align: right;
}

.social-icons img {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.team-slider-section {
	padding: 60px 0;
	position: relative;
	z-index: 0;
	background:
		linear-gradient(
			90deg,
			#020617 0%,
			#0a0a0a 30%,
			#111 50%,
			#0b1737 80%,
			#060e29 100% 100%
		),
		linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.team-slider-section::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='6' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.02'/%3E%3C/svg%3E");

	background-size: 120px 120px;

	pointer-events: none;
}

.team-slider-section::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;

	background: repeating-linear-gradient(
		135deg,
		rgba(0, 0, 0, 0.08) 0px,
		rgba(0, 0, 0, 0.08) 2px,
		transparent 2px,
		transparent 9px
	);

	mix-blend-mode: multiply;
	pointer-events: none;
}

/* cała zawartość sekcji ponad patternem */
.team-slider-section > * {
	position: relative;
	z-index: 3;
}

.teamSwiper {
	padding: 0 34px;
}

.teamSwiper .swiper-slide {
	height: auto;
}

.players-swiper-title-box {
	display: flex;
	width: fit-content;
	margin: 0 auto 50px;
	padding: 14px 34px;

	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 1.5px;
	text-transform: uppercase;

	color: #fff;

	background: linear-gradient(135deg, #016eff 0%, #003c99 100%);

	box-shadow:
		0 10px 30px rgba(0, 0, 0, 0.2),
		0 0 20px rgba(1, 110, 255, 0.35);

	position: relative;
}

/* 🔥 cienki highlight */
.players-swiper-title-box::after {
	content: "";
	position: absolute;
	inset: 0;

	border: 1px solid rgba(255, 255, 255, 0.1);
}
.player-card {
	display: flex;
	text-align: center;
	flex-direction: column;
	position: relative;
}

.player-image {
	aspect-ratio: 4 / 5;
	overflow: hidden;
	margin-bottom: -50px;
	position: relative;
	border-radius: 12px;
}

/* delikatny overlay */
.player-image::after {
	content: "";
	position: absolute;
	top: 31.4%;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;

	background: linear-gradient(
		180deg,
		rgba(255, 241, 1, 0) 0%,
		rgba(255, 241, 1, 0.12) 100%
	);

	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.player-image img {
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
	transition:
		transform 0.35s ease,
		filter 0.35s ease;
}

/* hover tylko na zdjęciu */
.player-card:hover .player-image img {
	transform: scale(1.035);
	filter: brightness(1.04);
}

.player-card:hover .player-image::after {
	opacity: 1;
}

.player-card h3 {
	margin: 0 0 8px;
	font-size: 2.2rem;
	line-height: 1.15;
	font-weight: 700;
	color: #ebebeb;
	transition: color 0.25s ease;
}

.player-card span {
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff101;
}

/* opcjonalnie bardzo lekka zmiana tytułu */
.player-card:hover h3 {
	color: #016eff;
}

.player-image {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

/* badge */
.player-number {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 55px;
	z-index: 3;
	height: 52px;
	border-radius: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff101;
	background: rgb(7 7 7 / 55%);

	/* 🔥 glow */
	box-shadow:
		0 0 0 2px rgba(255, 255, 255, 0.05),
		0 4px 12px rgba(0, 0, 0, 0.4),
		0 0 12px rgba(255, 241, 1, 0.35);

	backdrop-filter: blur(4px);
	transition: all 0.3s ease;
}

.player-number--pro {
	position: absolute;
	top: 12px;
	left: 12px;

	width: 48px;
	height: 48px;

	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;

	font-weight: 800;
	font-size: 1.4rem;
	letter-spacing: 1px;

	color: #fff;

	/* 🔥 glass + gradient */
	background: linear-gradient(
		135deg,
		rgba(1, 110, 255, 0.9),
		rgba(1, 40, 120, 0.9)
	);

	backdrop-filter: blur(6px);

	/* 🔥 neon ring */
	border: 2px solid rgba(255, 241, 1, 0.8);

	/* 🔥 glow */
	box-shadow:
		0 0 0 3px rgba(255, 241, 1, 0.1),
		0 0 18px rgba(255, 241, 1, 0.6),
		0 10px 25px rgba(0, 0, 0, 0.6);

	transition: all 0.35s ease;
}

/* hover = subtle power */
.player-card:hover .player-number--pro {
	transform: scale(1.08) rotate(-3deg);

	box-shadow:
		0 0 0 4px rgba(255, 241, 1, 0.15),
		0 0 25px rgba(255, 241, 1, 0.9),
		0 15px 35px rgba(0, 0, 0, 0.7);
}

/* subtelna reakcja */
.player-card:hover .player-number {
	transform: scale(1.05);
	box-shadow:
		0 0 0 2px rgba(255, 255, 255, 0.08),
		0 6px 18px rgba(0, 0, 0, 0.5),
		0 0 16px rgba(255, 241, 1, 0.5);
}
.team-progress {
	position: relative;
	width: calc(100% - 68px);
	height: 6px;
	margin: 34px auto 0;
	background: rgba(124, 137, 182, 0.28);
	border-radius: 999px;
	overflow: hidden;
}

.team-progress-bar {
	height: 100%;
	width: 0;
	background: #0044a9;
	border-radius: 999px;
	transition: width 0.35s ease;
}

/*ostatnie mecze */

.last-matches-box {
	background: #fff;
	padding: 20px;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 20px;
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.1);
}

.last-matches-box h2 {
	color: #28282b;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.match-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	border-top: 1px solid #eee;
}

.match-row:first-of-type {
	border-top: none;
}

.match-row img {
	width: 24px;
	height: 24px;
}

.team-name {
	flex: 1;
	text-align: center;
	font-weight: bold;
	color: #222;
}

.score-score {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.score-result {
	display: flex;
	flex-direction: row;
}

.score-one {
	display: inline-block;
	width: 38px;
	background: #535353;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	margin: 5px;
}

.score-two {
	display: inline-block;
	width: 38px;
	background: #0e0e0e;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	margin: 5px;
}

/*następne mecze*/

.next-matches-box {
	background: #fff;
	padding: 20px;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 20px;
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.1);
}

.next-matches-box h2 {
	color: #28282b;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.match-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	border-top: 1px solid #eee;
}

.match-row:first-of-type {
	border-top: none;
}

.match-row img {
	width: 24px;
	height: 24px;
}

.team-name {
	flex: 1;
	text-align: center;
	font-weight: bold;
	color: #222;
}

.score {
	font-weight: bold;
	font-size: 20px;
	color: #114c86;
	margin: 0 10px;
	min-width: 60px;
	text-align: center;
}

/* zarzad */

.management-card {
	position: relative;
	display: block;
	width: 100%;
	background: linear-gradient(135deg, #055ac3 0%, #064ea7 100%);
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.1);
	height: 500px;
	margin: 15px 5px;
	overflow: hidden;
	border-radius: 4px;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 10px),
		calc(100% - 10px) 100%,
		0 100%
	);
	text-decoration: none;
	transition: transform 0.3s ease;
}

.management-card-short {
	position: relative;
	display: block;
	width: 100%;
	background: #ffff;
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.1);
	height: 100px;
	margin: 15px 5px;
	overflow: hidden;
	border-radius: 4px;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 10px),
		calc(100% - 10px) 100%,
		0 100%
	);
	text-decoration: none;
	transition: transform 0.3s ease;
}

.management-card h3,
.management-card-short h3 {
	padding: 15px 20px;
	color: #f4f4f4;
	font-weight: 700;
	font-size: 24px;
}

.management-content {
	padding: 20px;
	background: #ffff;
}

.management-content a {
	font-weight: 700;
	font-size: 14px;
	color: #28282b;
}

.management-position {
	color: #f6e92c;
	padding: 5px 20px;
	font-weight: 700;
}

.management-picture {
	height: 550px;
	padding: 75px;
}

.management-picture img {
	height: 100%;
	width: 100%;
	border-radius: 25px;
	object-fit: cover;
}

.management-contact {
	margin-top: 50px;
}

.management-contact p {
	font-weight: 700;
}

/* media karty */

.video-card {
	width: 100%;
	max-width: 340px;
	background-color: #1d1d1d;
	border: 1px solid rgba(255, 255, 255, 0.06); /* delikatna poświata */
	box-shadow: 0 4px 12px rgba(255, 255, 255, 0.05); /* miękki cień */
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	color: white;
	overflow: hidden;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 20px),
		calc(100% - 20px) 100%,
		0 100%
	);
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 10px;
}

.video-card:hover,
.gallery-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 18px rgba(255, 255, 255, 0.1);
}

.thumbnail {
	position: relative;
	max-height: 350px;
	height: 350px;
	width: auto;
}

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

.play-button {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	font-size: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.info {
	padding: 15px;
}

.meta {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.category {
	background-color: #fdd835;
	color: black;
	padding: 3px 6px;
	font-weight: bold;
}

.date {
	opacity: 0.7;
}

.title {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 800;
	text-transform: uppercase;
}

.video-container {
	margin-top: -150px;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	border-radius: 10px; /* opcjonalnie */
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); /* opcjonalnie */
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gallery-card {
	width: 100%;
	max-width: 340px;
	background-color: #1d1d1d;
	border: 1px solid rgba(255, 255, 255, 0.06); /* delikatna poświata */
	box-shadow: 0 4px 12px rgba(255, 255, 255, 0.05); /* miękki cień */
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	color: white;
	overflow: hidden;
	clip-path: polygon(20px 100%, 100% 100%, 100% 0, 0 0, 0 calc(100% - 20px));
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 10px;
}

.photo-icon {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	font-size: 22px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

/*media*/

.media {
	background: url(../img/background_blue.jpg);
}

.akademia-hero {
	background-image: url("../img/akademia_bg_2.JPG");
	background-size: cover;
	background-position: center;
	height: 50vh !important;
}

.akademia img {
	object-fit: cover;
}

.karta {
	position: relative;
	height: 250px;
	width: auto;
	border-radius: 25px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	margin-top: 20px;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.45);
}

.karta-shadow-1 {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgb(20 20 20 / 60%), #0d6efd);
	border-radius: 25px;
	z-index: -1;
}

.karta-shadow-2 {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgb(235 235 235 / 60%), #fff101);
	border-radius: 25px;
	z-index: -1;
}

.karta-shadow-3 {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(20, 20, 20, 0.4),
		rgba(20, 20, 20, 0.7)
	);
	border-radius: 25px;
	z-index: -1;
}

.karta-shadow-4 {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgb(0 0 0 / 70%), rgb(8 8 8 / 90%));
	border-radius: 25px;
	z-index: -1;
}

.bilety {
	background: url(../img/boisko.jpg);
	background-position: center;
	background-size: cover;
}

.fani {
	background: url(../img/fans.jpg);
	background-position: center;
	background-size: cover;
}

.stadion {
	background: url(../img/stadion_1.jpg);
	background-position: center;
	background-size: cover;
}

.koszulka {
	background: url(../img/sklep.jpg);
	background-position: center;
	background-size: cover;
}

.karta-icon {
	position: absolute;
	top: -75px;
	width: auto;
	padding: 40px;
	border-radius: 50%;
	background: #fff;
}

.karta:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 80px;
	height: 15px;
	background: #fff;
}

.karta p {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.karta-icon-box {
	height: 128px;
	width: 128px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.karta i {
	color: #f4f4f4;
	padding: 15px;
	font-size: 64px;
}

.ki1 {
	background: #212529 !important;
}

.ki2 {
	background: #212529 !important;
}

.karta i:hover {
	color: #abc121;
}
.button {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	border: none;
	background: #abc121;
	background-size: 18px;
	cursor: pointer;
	outline: none;
}

.btn {
	display: inline-block;
	padding: 1rem 2.8rem;
	background: linear-gradient(to left, #fff101, #cabf01);
	box-shadow: 0 0 1rem #7e8e18;
	font-size: 1.5rem;
	color: #28282b;
	letter-spacing: 0.1rem;
	font-weight: 600;
	transition: 0.5s ease;
}

.btn:hover {
	background: linear-gradient(to left, #fff101, #cabf01);
	color: #28282b;
}

.btn-circle {
	display: inline-block;
	padding: 1rem 2.8rem;
	background: linear-gradient(to left, #039648, #005f2c);
	box-shadow: 0 0 1rem #7e8e18;
	font-size: 1.5rem;
	color: #f4f4f4;
	letter-spacing: 0.1rem;
	font-weight: 600;
	transition: 0.5s ease;
}

.btn-circle:hover {
	background: linear-gradient(to right, #039648, #005f2c);
	color: #f4f4f4;
}

.btn-game {
	display: inline-block;
	padding: 0.5rem 1.4rem;
	background: linear-gradient(to left, #fff101, #cabf01);
	box-shadow: 0 0 1rem #7e8e18;
	font-size: 1rem;
	color: #f4f4f4;
	letter-spacing: 0.1rem;
	font-weight: 600;
	transition: 0.5s ease;
}

.btn-umow {
	display: inline-block;
	padding: 1rem 2.8rem;
	background: #dfb52f;
	box-shadow: 0 0 1rem #dfb52f;
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 0.1rem;
	font-weight: 600;
	transition: 0.5s ease;
}

.btn-umow:hover {
	display: inline-block;
	padding: 1rem 2.8rem;
	background: #574a3a;
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 0.1rem;
	font-weight: 600;
	transition: 0.5s ease;
}

.up-btn {
	background: #3a3b3c !important;
}

.btn-pulse {
	animation: pulse 4.2s ease infinite;
	background: #7e8e18;
}

.btn-shake {
	animation: jump-shaking 1.53s infinite;
}

.btn-flota {
	display: inline-block;
	padding: 1rem 2.8rem;
	background: #fff;
	box-shadow: 0.3rem 0.3rem #7e8e18 !important;
	font-size: 1.5rem;
	color: #28282b;
	letter-spacing: 0.1rem;
	font-weight: 600;
	transition: 0.5s ease;
}

.btn-flota:hover,
.btn-flota:active {
	background: #8b9d16 !important;
}

.btn-white {
	border-radius: 0.3rem;
	border: none;
	outline: none;
	background: linear-gradient(90deg, #8c1a17, #cd122d);
	height: 4.2rem;
	display: grid;
	place-items: center;
	color: #f4f4f4;
	margin-right: 0.8rem;
	padding: 0 2.4rem;
}

.btn-text:link,
.btn-text:visited {
	font-size: 1.6rem;
	color: #3e60f5;
	display: inline-block;
	text-decoration: none;
	padding: 10px;
	transition: all 0.2s;
}

.btn-text:hover {
	background-color: #2241c9;
	color: #fff;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}
.btn-text:active {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	transform: translateY(0);
}

.btn-text-white:link,
.btn-text-white:visited {
	font-size: 1.6rem;
	color: var(--tertiary-color);
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #dfb52f;
	padding: 3px;
	transition: all 0.2s;
}

.btn-text-white:hover {
	background-color: #dfb52f;
	color: #fff;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

.btn-text-blog:link,
.btn-text-blog:visited {
	font-size: 1.6rem;
	color: var(--heading-color);
	text-decoration: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 50%;
	margin: 0 auto;
	border: 1px solid;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(to left, #abc121, #829604);
	padding: 5px 30px;
	transition: all ease-in-out 0.3s;
}

.btn-text-blog:hover {
	background-color: #829604;
	color: #fff;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
	transform: translateX(5px);
}

.btn-text-blog i {
	margin-left: 5px;
	transition: all ease-in-out 0.3s;
}

.btn-text-blog i:hover {
	transform: translateX(5px);
}

.btn-text-black:link,
.btn-text-black:visited {
	font-size: 1.6rem;
	color: #282826;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #282826;
	padding: 3px;
	transition: all 0.2s;
}

.btn-text-black:hover {
	background-color: #fff;
	color: #282826;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

.offer .btn {
	font-size: 1.4rem;
	text-transform: uppercase;
}

.underlined {
	position: relative;
	padding: 10px 0px;
}

.underlined1 {
	background: #dfb52f;
	padding: 5px;
	position: relative;
}

.underline-mask:after {
	content: "";
	position: absolute;
	top: 95%;
	width: 150%;
	aspect-ratio: 3 / 1;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 50%;
	border: 6px solid hsl(280 80% 50%);
	/* Use a conic gradient mask to hide and show the bits you want */
	--spread: 140deg;
	--start: 290deg;
	mask: conic-gradient(
		from var(--start),
		white 0 var(--spread),
		transparent var(--spread)
	);
}

.underline-overflow {
	display: inline-block;
	/* A little extra padding and overflow hidden   */
	overflow: hidden;
	padding-bottom: clamp(1rem, 2vmin, 2rem);
}
.underline-overflow:after {
	content: "";
	position: absolute;
	top: 100%;
	height: 150%;
	aspect-ratio: 2.5 / 1;
	left: 50%;
	transform: translate(-50%, -10%);
	border-radius: 50%;
	border: 6px solid hsl(10 80% 50%);
}

.underline-clip:before {
	content: "";
	position: absolute;
	top: 93%;
	width: 40px;
	height: 5px;
	transform: translate(-150%, 0);
	left: 0;
	background: #abc121;
	z-index: 5;
}

.underline-clip:after {
	content: "";
	position: absolute;
	top: 97%;
	width: 150%;
	left: 50%;
	transform: translate(-50%, 0);
	border: 1px solid var(--primary-color);
}

.underline-clip2:after {
	content: "";
	position: absolute;
	top: 99%;
	width: 150%;
	aspect-ratio: 4 / 1;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 50%;
	border: 3px solid hsl(45, 67%, 54%);
	/* Use a clip-path to hide and show the bits you want */
	clip-path: polygon(0 0, 50% 50%, 100% 0);
}

/* kontakt */

.contact-hero {
	background-image: url("../img/contact/contact.jpg");
	background-position: center;
}

.contact h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2rem;
}

.contact-bg2 {
	background-image: url(../img/cennik/cennik_bg2.png);
	object-fit: none;
	position: absolute;
	object-position: left top;
	width: 242px;
	height: 333px;
	z-index: -2;
}

.contact-bg3 {
	background-image: url(../img/cennik/cennik_bg3.jpg);
	object-fit: none;
	position: absolute;
	object-position: right bottom;
	width: 242px;
	height: 333px;
	z-index: -2;
}

.contact-item ul {
	list-style-type: square;
}

.contact-item li::marker {
	color: #abc121;
}

.logo-contact {
	margin: 0 auto;
}

.contact input,
.contact select,
.contact textarea {
	font-size: 1.6rem;
}

.contact .btn {
	padding: 0.3em 0.8em;
	/* font-size: 2rem; */
	background: #fff;
	border: 1px solid #abc121;
	border-radius: 10px;
}

.contact-map iframe {
	width: 100%;
	min-height: 400px;
}

.contact {
	background-color: #0072ff;
	width: 100%;
	color: #fff;
}

.contact:before {
	content: "RKS Radomsko";
	color: #28282b;
	font-size: 24px;
	text-align: center;
	display: block;
	position: relative;
	top: -38px;
	margin: 0 auto;
	width: 250px;
	height: auto;
	background: #ffffff;
}

.phone a {
	text-decoration: none;
}
@media (max-width: 992px) {
	.top-nav-socials {
		display: none;
	}

	.top-nav-right,
	.top-nav-left {
		border: none;
	}
	.nextmatch-container {
		height: auto;
		width: 100%;
	}
	.nextmatch-label {
		margin: 10px 0;
	}

	.nextmatch-info {
		margin: 10px 0;
		align-items: center;
		flex-direction: column;
	}

	.nextmatch-info span {
		margin-top: 10px;
	}

	.league-box {
		background: none;
	}

	#countdown {
		font-size: 18px;
	}

	.league-table {
		margin-top: 5px;
	}

	.news-card {
		height: 300px;
	}

	.card-list .card-item {
		height: 400px;
	}

	.thumbnail {
		height: 200px;
	}

	.karta {
		height: 150px;
	}

	.karta-icon-box {
		height: 64px;
		width: 64px;
	}

	.karta p {
		font-size: 18px;
		padding: 20px;
	}

	.karta i {
		font-size: 32px;
	}

	.card-list .card-item .user-image {
		height: 250px;
	}

	.league-table td {
		padding: 2px;
	}

	.date-box {
		font-size: 26px;
		flex-direction: row;
		gap: 10px;
		margin: 10px 0;
	}

	.nextmatch-container h2 {
		font-size: 24px;
		margin: 20px 0;
	}

	.schedule-match-label {
		flex-direction: column;
	}

	.schedule-teamsimg {
		height: 35px;
		width: 35px;
	}

	.schedule-remains {
		justify-content: center;
	}

	.news-heading {
		width: 100%;
	}

	.news-img {
		margin-top: -200px;
	}

	.team-cera,
	.opponnent {
		height: 75px;
	}

	.sticky .logo {
		width: 75px;
	}

	.sticky .logo-wrapper {
		height: 75px;
	}

	.nextmatch-label span {
		font-size: 24px;
	}

	.match-header {
		font-size: 1rem;
		padding: 20px;
		width: 100%;
		top: 85%;
		position: absolute;
		margin-top: 100px;
	}

	.scorers {
		padding-left: 0 !important;
	}

	#match-container .team-name {
		font-size: 18px;
	}
	.score-box .score {
		font-size: 2rem;
	}

	.logo-certyfikat-pzpn {
		display: none;
	}

	.logo-sponsor1 {
		left: 5%;
		display: none;
		width: 75px;
		height: 60px;
	}

	.logo-sponsor2 {
		height: 40px;
		left: 5%;
		width: auto;
	}

	.team-logo {
		height: 75px;
		width: auto;
	}

	.popup-logos {
		gap: 5px;
	}

	.staff-card,
	.management-card {
		height: auto;
	}

	.management-picture {
		height: 100%;
		padding: 25px;
	}

	.footer-sponsors img {
		width: 150px;
		height: 100%;
	}

	.sub-page-lead {
		font-size: 24px;
		text-align: center;
	}

	.karta__cennik__details ul li {
		font-size: 1.5rem;
		padding: 1.2rem;
	}

	.player-full-card p {
		top: auto;
		left: auto;
	}

	.img-position {
		top: auto;
		right: auto;
	}

	.player-full-card {
		top: 0;
	}

	.player-full-card img {
		max-width: 250px;
	}

	.overlay-player-info {
		display: none;
	}

	.top-hero {
		height: 100vh;
	}

	.paragraph2 {
		flex-direction: column;
	}

	.opinion-item-content {
		margin-top: 50%;
	}

	.open-time-wrapper {
		font-size: 70%;
		flex-direction: column;
		margin-top: 5px;
	}

	.tabs {
		padding: 0;
	}

	.tab-btn {
		padding: 10px;
	}

	.theme-switch {
		height: 20px;
		width: 50px;
	}

	.onas-wrapper {
		flex-direction: column;
		height: auto;
	}

	.onas-item {
		position: relative;
		height: auto;
		width: auto;
		color: #fff;
		display: flex;
		justify-content: center;
		padding: 25px;
	}

	.onas-item-global {
		height: auto;
		width: auto;
		padding: 25px;
	}

	.onas-img-container {
		height: 300px;
	}

	.onas-img-container::before,
	.onas-img-container::after {
		height: 50px;
		width: 50px;
	}

	.dsnone {
		display: none;
	}

	.faq {
		padding: 20px;
	}

	.underline-clip:before,
	.underline-clip:after {
		display: none;
	}

	#reservationForm textarea {
		max-width: 300px;
		width: 300px;
	}

	.home-box {
		margin-top: 20%;
	}

	header.hero-img h1 {
		font-size: 16px;
	}

	header.hero-img h2 {
		font-size: 14px;
	}

	.dslider:before {
		background-color: #fff;
		bottom: 4px;
		content: "";
		height: 13px;
		left: 4px;
		position: absolute;
		transition: 0.4s;
		width: 13px;
	}
}

@media (max-width: 992px) {
	.nextmatch-info-box {
		flex-direction: column;
	}
	.article-content img {
		width: 100%;
	}

	.wiz {
		line-height: 1.4;
		font-size: 1.6rem;
	}

	.przed-wiz {
		padding: 20px;
	}

	.top-nav p {
		font-size: 11px;
	}

	.overlay-center {
		width: 150px;
		font-size: 1rem;
	}

	nav .wrapper {
		padding: 50px;
	}

	.nav-phone-icon {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}

	.nav-location-icon {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}

	.short {
		margin-top: 5rem;
	}

	.karta__cennik__details ul {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.wizyta-info .container {
		padding: 0;
	}

	.wizyta-shadow {
		box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.4);
	}

	.wizyta-text {
		padding: 5em 0;
	}

	.wizyta-text-left {
		padding-right: 2em;
	}

	.wizyta-text-right {
		padding-left: 2em;
		text-align: left;
	}

	.wizyta-img {
		height: auto;
		transform: skew(-15deg);
	}
}

@media (min-width: 1400px) {
}

@keyframes pulse {
	0% {
		transform: scale(1, 1);
	}
	50% {
		opacity: 0.6;
	}
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
.animate-spin {
	animation: spin 1s linear infinite;
}

@keyframes jump-shaking {
	0% {
		transform: translateX(0);
	}
	25% {
		transform: translateY(-9px);
	}
	35% {
		transform: translateY(-9px) rotate(17deg);
	}
	55% {
		transform: translateY(-9px) rotate(-17deg);
	}
	65% {
		transform: translateY(-9px) rotate(17deg);
	}
	75% {
		transform: translateY(-9px) rotate(-17deg);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}

span.rise-shake {
	animation: jump-shaking 0.83s infinite;
}
