  html,
        body {
            height: 100%;
        }

        body {
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }

        main {
            flex: 1;
        }
		
		body {
    font-family: "Roboto Condensed", Arial, sans-serif;
	
	
	background-image:url('img/bg.webp');
	background-repeat:no-repeattt;
	background-position:center top;
	background-size:cover;
	
}
		.logotypy img{
			max-width:100%;
		}
		
		.header-gradient{
		background: #FFF;
//background: linear-gradient(33deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 37%, rgba(113, 79, 191, 0) 100%);
background: linear-gradient(33deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(113, 79, 191, 0) 100%);	

background: linear-gradient(33deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 53%, rgba(113, 79, 191, 0) 100%);

	}
		
		
		.logo{
			height:50px;
		}
		
		.menu-top{
			font-weight:Bold;
			color:#333;
		}
		
		
		.menu-top .active{
			color:#000 !important;
			border-bottom:0px solid #981b24 !important;
		}
		
		.menu-top a{
			padding-left:1px !important;
			padding-right:1px  !important;
			margin-right:30px;
			font-size:14px;
		}
		
		.menu-top a:hover{
			border-bottom:2px solid #dda27e;
		}
		
		h2{
			font-size:18px;
			font-weight:Bold;
			color:#232323;
			margin-bottom:40px;
		}
		
		.see-all{
			font-size:14px;
			text-decoration:none;
			color:#e12325;
			font-weight:bold;
		}
		
		.text-right{
			text-align:right;
		}
		
		.text-center{
			text-align:center;
		}
		
		.btn-primary{
			background-color:#fff;
			border-color:#920d0e;
			color:#920d0e;
			font-size:12px;
			font-weight:bold;
			padding: 8px 15px;
			border-radius: 8px;
		}
		
		
		
		
		.match-box img{
			height:50px;
		}
		
		
		.btn-primary:hover{
			background: #710505;
background: linear-gradient(33deg,rgba(113, 5, 5, 1) 0%, rgba(225, 32, 37, 1) 100%);
color:#fff;
border-color:#920d0e;
		}
		
		
		.btn-primary-dark{
			background: #710505;
background: linear-gradient(33deg,rgba(113, 5, 5, 1) 0%, rgba(225, 32, 37, 1) 100%);
color:#fff;
border-color:#920d0e;
		}
		
		.btn-primary-dark:hover{
			background-color:#fff;
			border-color:#920d0e;
			background-image:none;
			color:#920d0e;
		}
		
		
		.live-tag{
				background: #710505;
background: linear-gradient(33deg,rgba(113, 5, 5, 1) 0%, rgba(225, 32, 37, 1) 100%);
color:#fff;
border-color:#920d0e;
padding:10px;
border-radius:5px;
display:inline-block;
display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
	font-size:12px;
	font-weight:bold;
		}
		
		.btn-primary-light{
			border-color:#fff;
			color:#232323;
		}
		
		
		.match-box{
			color:#232323;
			border:1px solid #d5d5d5;
			padding:20px;
			background: rgba(255, 255, 255, .5);
			border-radius:10px;
			position:relative;
			padding-top:25px;
			margin-bottom:20px;
		}
		
		.hover-play .appla{
			border-radius:10px;position:absolute;right:0px;top:0px;background: rgba(0, 0, 0, .7);;left:0px;bottom:0px;text-align:center;padding-top:35px;
			display:none;
		}
		
		.hover-play:hover .appla{
			display:block;
		}
		
		.white-box{
			color:#232323;
			border:1px solid #d5d5d5;
			padding:20px 20px;
			background: rgba(255, 255, 255, .5);
			border-radius:10px;
			position:relative;
		}
		
		.calendar-box{
			margin-bottom:20px;
		}
		
		.time-box{
			font-size:14px;
			text-align:center;
			font-weight:500;
		}
		
		.newsltter-box{
			background-image:url('img/bg-newsletter2.png');
			background-position:center;
			background-size:cover;
			padding:20px;
			border-radius:10px;
			color:#fff;
		}
		
		.league-box{
			color:#981b24;
			font-size:12px;
			text-align:center;
			margin-bottom:5px;
			font-weight:500;
			position:absolute;
			top:-10px;
			left:0px;
			right:0px;
			text-align:center;
		}
		
		.league-box strong{
			background: #710505;
background: linear-gradient(33deg,rgba(113, 5, 5, 1) 0%, rgba(225, 32, 37, 1) 100%);
color:#fff;
border-color:#920d0e;
display:inline-block;
padding:5px 10px;
border-radius:5px;
		}	
		
		
		
		a {
  transition: all 0.3s ease;
}
		
		.social-icon{
			margin-right:10px;
		}
		
		.social-icon a{
			width:30px;height:30px;
			display:block;
			background-color:#fff;
			text-align:center;
			line-height:20px;
			color:#000;
			border-radius:50%;
			float:left;
			margin-right:5px;
			padding-top:6px;
			padding-left:2px;
		}
		
		.social-icon a:hover{
			background-color:#981b24;
		}
		
		
		.site-footer .social-icon a{
			background-color:transparent;
			border:1px solid #e12325;
			padding-top:3px;
		}
		
		.site-footer .social-icon a:hover{
			background-color:#e12325;
		}
		
		
		.social-icon a:hover i{
			color:#fff;
		}
		
		
		hr.light {
height: 2px;
  border: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #b1b1b1 50%,
    transparent 100%
  );
}
		
		h2 strong{
			display:block;
			float:left;
		}
		
		.tabs-more{
			margin-left:30px;
			margin-top:-2px;
			display:block;
			float:left;
		}
		
		.tabs-more a{
			margin-right:15px;
			font-size:14px;
			color:#232323;
			text-decoration:none;
		}
		
		.tabs-more a.active{
			color:#e12325;
			border-bottom:2px solid #e12325;
		}
		
		
		.live-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ff2d2d;
  border-radius: 50%;
  position: relative;
  margin-left:10px;
}

.live-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #ff2d2d;
  animation: live-pulse 1.5s ease-out infinite;
}

@keyframes live-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  70% {
    transform: scale(2.5);
    opacity: 0;
  }

  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}































/* KALENDARZ */

.calendar-box-window {
    width: 100%;
    font-size: 15px;
    color: #232323;
    user-select: none;
}

.calendar-header {
    display: grid;
    grid-template-columns: 32px 1fr 32px;
    align-items: center;
    margin-bottom: 10px;
}

.calendar-title {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.calendar-nav {
    border: 0;
    background: transparent;
    color: #e12325;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}

.calendar-nav:hover {
    color: #981b24;
    transform: scale(1.15);
}

.calendar-weekdays,
.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

.calendar-weekdays {
    margin-bottom: 5px;
}

.calendar-weekday {
    font-weight: 600;
    font-size: 14px;
    padding: 4px 0;
}

.calendar-day {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
}

.calendar-day span {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    font-weight: 500;

    transition:
        background-color .2s ease,
        color .2s ease,
        transform .2s ease;
}

.calendar-day:not(.calendar-empty) span:hover {
    background: #f1f1f1;
    cursor: pointer;
}

.calendar-day.today span {
    background: #e12325;
    color: #fff;
    font-weight: 700;
}

.calendar-day.selected span {
    background: #981b24;
    color: #fff;
}

.calendar-day.has-event span {
    position: relative;
}

.calendar-day.has-event span::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #e12325;
    bottom: 1px;
}

.calendar-day.today span::after,
.calendar-day.selected span::after {
    background: #fff;
}


.carousel-indicators [data-bs-target]{
	width:10px;
	height:10px;
	border-radius:5px;
	opacity:1;
	border:0px;
	}
	
	.carousel-indicators .active{
		width:30px;
		background-color:#e01b24;
	}
	
	.carousel-indicators{
		bottom:-50px;
	}
	

	
	
	
	
	
/* ========================================
   CUSTOM CAROUSEL ANIMATION
======================================== */

#carouselExampleIndicators.carousel-smooth .carousel-inner {
    position: relative;
    overflow: hidden;
}


/* wszystkie slajdy */

#carouselExampleIndicators.carousel-smooth .carousel-item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    opacity: 0;
    transform: translateY(14px) scale(.96);

    transition:
        opacity .6s ease,
        transform .7s cubic-bezier(.22, .61, .36, 1);
}


/* aktywny */

#carouselExampleIndicators.carousel-smooth .carousel-item.active {
    position: relative;

    opacity: 1;
    transform: translateY(0) scale(1);
}


/* slajd, który ZA CHWILĘ wejdzie */

#carouselExampleIndicators.carousel-smooth
.carousel-item-next:not(.carousel-item-start),

#carouselExampleIndicators.carousel-smooth
.carousel-item-prev:not(.carousel-item-end) {

    opacity: 0;
    transform: translateY(14px) scale(.96);
}


/* slajd wchodzący */

#carouselExampleIndicators.carousel-smooth
.carousel-item-next.carousel-item-start,

#carouselExampleIndicators.carousel-smooth
.carousel-item-prev.carousel-item-end {

    opacity: 1;
    transform: translateY(0) scale(1);
}


/* slajd wychodzący */

#carouselExampleIndicators.carousel-smooth
.active.carousel-item-start,

#carouselExampleIndicators.carousel-smooth
.active.carousel-item-end {

    opacity: 0;
    transform: translateY(-8px) scale(1.02);
}


#carouselExampleIndicators.carousel-soft .carousel-item {
    transition: opacity .55s ease-in-out;
}

#carouselExampleIndicators.carousel-soft
.carousel-item-next:not(.carousel-item-start),
#carouselExampleIndicators.carousel-soft
.carousel-item-prev:not(.carousel-item-end) {
    opacity: 0;
}

#carouselExampleIndicators.carousel-soft
.carousel-item-next.carousel-item-start,
#carouselExampleIndicators.carousel-soft
.carousel-item-prev.carousel-item-end {
    opacity: 1;
}

#carouselExampleIndicators.carousel-soft
.active.carousel-item-start,
#carouselExampleIndicators.carousel-soft
.active.carousel-item-end {
    opacity: 0;
}


/* ========================================
   CAROUSEL INDICATORS
======================================== */

#carouselExampleIndicators .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;

    padding: 0;
    margin: 0 5px;

    border: 0;
    border-radius: 10px;

    background-color: rgba(255,255,255,.55);

    opacity: 1;

    transition:
        width .45s cubic-bezier(.22, .61, .36, 1),
        background-color .35s ease,
        transform .35s ease;
}


/* aktywny indicator */

#carouselExampleIndicators .carousel-indicators .active {
    width: 32px;
    background-color: #e01b24;
    transform: scaleY(1.05);
}


/* delikatny hover */

#carouselExampleIndicators .carousel-indicators [data-bs-target]:hover {
    background-color: rgba(255,255,255,.9);
    transform: scale(1.15);
}

#carouselExampleIndicators .carousel-indicators .active:hover {
    background-color: #e01b24;
    transform: scaleY(1.05);
}



.table1-box-window img{
	height:30px;
}



/* ========================================
   TABELA LIGOWA
======================================== */

.table1-box-window {
    width: 100%;
    overflow-x: auto;
    margin-top: 12px;
}

.table1-box-window table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
    color: #232323;
}


/* ---------- HEADER ---------- */

.table1-box-window thead th {
    padding: 10px 8px;

    background: #f4f4f4;

    color: #777;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;

    text-align: center;

    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #dddddd;
}

.table1-box-window thead th:first-child {
    border-radius: 7px 0 0 7px;
}

.table1-box-window thead th:last-child {
    border-radius: 0 7px 7px 0;
}


/* ---------- WIERSZE ---------- */

.table1-box-window tbody td {
    padding: 5px 8px;

    text-align: center;
    vertical-align: middle;

    border-bottom: 1px solid #ededed;

    transition:
        background-color .2s ease,
        color .2s ease;
}

.table1-box-window tbody tr:last-child td {
    border-bottom: 0;
}


/* hover */

.table1-box-window tbody tr:hover td {
    background: rgba(152, 27, 36, .045);
}


/* ---------- LP ---------- */

.table1-box-window th:first-child,
.table1-box-window td:first-child {
    width: 38px;
    text-align: center;
}

.table1-box-window tbody td:first-child {
    font-weight: 700;
    color: #777;
}


/* lider */

.table1-box-window tbody tr:first-child td:first-child {
    color: #e12325;
}


/* ---------- DRUŻYNA ---------- */

.table1-box-window th:nth-child(2),
.table1-box-window td:nth-child(2) {
    text-align: left;
}

.table1-box-window td:nth-child(2) {
    min-width: 170px;

    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
}


/* logo */

.table1-box-window td:nth-child(2) img {
    width: 32px;
    height: 32px;

    object-fit: contain;

    margin-right: 10px;

    vertical-align: middle;
}


/* ---------- STATYSTYKI ---------- */

.table1-box-window tbody td:nth-child(n+3) {
    font-weight: 500;
}


/* Punkty */

.table1-box-window th:nth-child(4),
.table1-box-window td:nth-child(4) {
    font-weight: 700;
}

.table1-box-window tbody td:nth-child(4) {
    color: #981b24;
}


/* ---------- LEADER ---------- */

.table1-box-window tbody tr:first-child {
    position: relative;
}

.table1-box-window tbody tr:first-child td:first-child {
    border-left: 3px solid #e12325;
}


/* ---------- MOBILE ---------- */

@media (max-width: 767px) {

    .table1-box-window table {
        min-width: 520px;
    }

    .table1-box-window tbody td,
    .table1-box-window thead th {
        padding-left: 6px;
        padding-right: 6px;
    }

}


/* ========================================
   TABELA - PLYNNE ROZWIJANIE
======================================== */

.table1-box-window {
    overflow: hidden;
    transition: height .42s cubic-bezier(.22, .61, .36, 1);
}

.table1-toggle i {
    display: inline-block;
    margin-left: 6px;
    vertical-align: -1px;
}

@media (prefers-reduced-motion: reduce) {
    .table1-box-window {
        transition: none;
    }
}

/* ========================================
   TABELA LIVE + WSPOLNE ROZWIJANIE
======================================== */

.table2-box-window {
    width: 100%;
    overflow: hidden;
    margin-top: 12px;
    transition: height .42s cubic-bezier(.22, .61, .36, 1);
}

.table2-box-window table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
    color: #232323;
}

.table2-box-window thead th {
    padding: 10px 8px;
    background: #f4f4f4;
    color: #777;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #dddddd;
}

.table2-box-window thead th:first-child {
    border-radius: 7px 0 0 7px;
}

.table2-box-window thead th:last-child {
    border-radius: 0 7px 7px 0;
}

.table2-box-window tbody td {
    padding: 5px 8px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #ededed;
    transition: background-color .2s ease, color .2s ease;
}

.table2-box-window tbody tr:last-child td {
    border-bottom: 0;
}

.table2-box-window tbody tr:hover td {
    background: rgba(152, 27, 36, .045);
}

.table2-box-window th:first-child,
.table2-box-window td:first-child {
    width: 38px;
    text-align: center;
}

.table2-box-window tbody td:first-child {
    font-weight: 700;
    color: #777;
}

.table2-box-window th:nth-child(2),
.table2-box-window td:nth-child(2) {
    text-align: left;
}

.table2-box-window td:nth-child(2) {
    min-width: 170px;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
}

.table2-box-window td:nth-child(2) img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-right: 10px;
    vertical-align: middle;
}

.table2-box-window tbody td:nth-child(n+3) {
    font-weight: 500;
}

.table2-box-window th:nth-child(4),
.table2-box-window td:nth-child(4) {
    font-weight: 700;
}

.table2-box-window tbody td:nth-child(4) {
    color: #981b24;
}

.table2-toggle i {
    display: inline-block;
    margin-left: 6px;
    vertical-align: -1px;
}

/* ========================================
   PODIUM - MIEJSCA 1-3
======================================== */

.table1-box-window tbody tr:nth-child(-n+3) td,
.table2-box-window tbody tr:nth-child(-n+3) td {
    font-weight: 600;
}

.table1-box-window tbody tr:nth-child(1) td,
.table2-box-window tbody tr:nth-child(1) td {
    background: rgba(196, 154, 33, .075);
}

.table1-box-window tbody tr:nth-child(2) td,
.table2-box-window tbody tr:nth-child(2) td {
    background: rgba(120, 128, 138, .055);
}

.table1-box-window tbody tr:nth-child(3) td,
.table2-box-window tbody tr:nth-child(3) td {
    background: rgba(173, 103, 45, .055);
}

.table1-box-window tbody tr:nth-child(1) td:first-child,
.table2-box-window tbody tr:nth-child(1) td:first-child {
    color: #9a7412;
    border-left: 3px solid #c49a21;
}

.table1-box-window tbody tr:nth-child(2) td:first-child,
.table2-box-window tbody tr:nth-child(2) td:first-child {
    color: #6f7780;
    border-left: 3px solid #9aa0a6;
}

.table1-box-window tbody tr:nth-child(3) td:first-child,
.table2-box-window tbody tr:nth-child(3) td:first-child {
    color: #9a5f2d;
    border-left: 3px solid #ad672d;
}

.table1-box-window tbody tr:nth-child(-n+3):hover td,
.table2-box-window tbody tr:nth-child(-n+3):hover td {
    filter: brightness(.985);
}

@media (max-width: 767px) {
    .table2-box-window table {
        min-width: 520px;
    }

    .table2-box-window tbody td,
    .table2-box-window thead th {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .table2-box-window {
        transition: none;
    }
}

/* ========================================
   FOOTER
======================================== */
.site-footer {
    margin-top: 50px;
    padding: 38px 0 16px;
    color: #fff;
    background: linear-gradient(110deg, #8e0508 0%, #b50910 48%, #ed1c24 100%);
    font-size: 14px;
}
.site-footer a { color: rgba(255,255,255,.92); text-decoration: none; transition: opacity .2s ease; }
.site-footer a:hover { color: #fff; opacity: .72; }
.footer-main { display: grid; grid-template-columns: 1.55fr .85fr .95fr 1.25fr 2.2fr; gap: 34px; align-items: start; }
.footer-logo { display: inline-block; margin-bottom: 20px; }
.footer-logo img { width: 165px; max-width: 100%;  }
.footer-brand p { margin: 0 0 18px; font-size: 14px; line-height: 1.35; font-weight: 600; }
.footer-social { display: flex; gap: 8px; }
.footer-social a { width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; display: grid; place-items: center; font-size: 11px; }
.footer-column h3, .footer-app h3 { margin: 0 0 10px; color: #fff; font-size: 14px; line-height: 1.2; font-weight: 700; }
.footer-column { display: flex; flex-direction: column; gap: 7px; }
.footer-app { padding-left: 32px; border-left: 1px solid rgba(255,255,255,.14); }
.footer-app p { margin: 0 0 12px; color: rgba(255,255,255,.9); }
.footer-store-row { display: flex; gap: 10px; flex-wrap: wrap; }
.store-badge { min-width: 112px; height: 38px; padding: 4px 9px; border: 1px solid rgba(255,255,255,.7); border-radius: 4px; background: #050505; display: flex; align-items: center; gap: 8px; }
.store-badge i { font-size: 20px; }
.store-badge span { display: flex; flex-direction: column; font-size: 13px; line-height: 1.05; font-weight: 600; }
.store-badge small { font-size: 7px; font-weight: 400; letter-spacing: .2px; }
.footer-devices { display: flex; align-items: center; gap: 20px; margin-top: 20px; color: rgba(255,255,255,.72); font-size: 26px; }
.footer-links { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; margin-top: 28px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.footer-links a { font-size: 10px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 14px; font-size: 10px; font-weight: 600; }
@media (max-width: 991px) {
    .footer-main { grid-template-columns: repeat(2, 1fr); }
    .footer-brand, .footer-app { grid-column: span 2; }
    .footer-app { padding-left: 0; padding-top: 22px; border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
    .footer-links { justify-content: flex-start; gap: 18px 30px; }
}
@media (max-width: 575px) {
    .site-footer { padding-top: 30px; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
    .footer-brand, .footer-app { grid-column: span 2; }
    .footer-bottom { flex-direction: column; }
    .footer-devices { gap: 15px; font-size: 23px; }
}

/* ========================================
   SUBTELNE ANIMACJE INTERFEJSU
   ======================================== */

/* Elementy pozostaja widoczne, gdy JavaScript jest wylaczony. */
.motion-enabled .motion-reveal {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    transition:
        opacity .58s ease,
        transform .58s cubic-bezier(.22, .61, .36, 1);
    transition-delay: var(--motion-delay, 0ms);
    will-change: opacity, transform;
}

.motion-enabled .motion-reveal.motion-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* Hero ma jeszcze spokojniejsze wejscie. */
.motion-enabled .motion-hero {
    opacity: 0;
    transform: translate3d(0, 7px, 0);
    transition:
        opacity .72s ease,
        transform .72s cubic-bezier(.22, .61, .36, 1);
}

.motion-enabled .motion-hero.motion-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* Karty - lekki lift, bez zoomowania. */
.match-box,
.white-box,
.newsltter-box {
    transition:
        transform .26s ease,
        box-shadow .26s ease,
        border-color .26s ease;
}

@media (hover: hover) and (pointer: fine) {
    .match-box:hover,
    .white-box:hover,
    .newsltter-box:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 26px rgba(24, 24, 24, .07);
    }

    .btn:hover {
        transform: translateY(-1px);
    }

    .btn:active {
        transform: translateY(0);
    }

    .logotypy img {
        transition: transform .25s ease, opacity .25s ease;
    }

    .logotypy img:hover {
        transform: translateY(-2px) scale(1.025);
        opacity: .92;
    }

    .site-footer .social-icon a:hover {
        transform: translateY(-2px);
    }
}

.btn {
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background-color .25s ease,
        color .25s ease,
        border-color .25s ease;
}

/* Materialy wideo: spokojniejsze pojawianie nakladki. */
.hover-play .appla {
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: opacity .24s ease;
}

.hover-play:hover .appla {
    opacity: 1;
}

/* Delikatna reakcja miniaturek, bez agresywnego skalowania. */
.hover-play > div > img {
    transition: filter .25s ease;
}

.hover-play:hover > div > img {
    filter: brightness(.92);
}

/* Focus formularzy - subtelny, spojny z kolorem marki. */
.form-control {
    transition: border-color .22s ease, box-shadow .22s ease;
}

.form-control:focus {
    border-color: rgba(152, 27, 36, .55);
    box-shadow: 0 0 0 .18rem rgba(152, 27, 36, .08);
}

/* Footer - kolumny wchodza z lekkim opoznieniem ustawianym w JS. */
.site-footer .motion-reveal {
    transform: translate3d(0, 10px, 0);
}

@media (prefers-reduced-motion: reduce) {
    .motion-enabled .motion-reveal,
    .motion-enabled .motion-hero,
    .match-box,
    .white-box,
    .newsltter-box,
    .btn,
    .logotypy img,
    .hover-play .appla,
    .hover-play > div > img,
    .form-control,
    .site-footer .social-icon a {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }

    .motion-enabled .motion-reveal,
    .motion-enabled .motion-hero {
        opacity: 1 !important;
    }
}


/* ========================================
   ANIMACJE STARTOWE - HEADER / HERO / LIVE
   ======================================== */

.motion-enabled .motion-start-item {
    opacity: 0;
    will-change: opacity, transform;
}

/* Header: bardzo delikatne wejscie z gory. */
.motion-enabled .header-gradient.motion-start-item {
    transform: translate3d(0, -10px, 0);
    transition:
        opacity .52s ease,
        transform .62s cubic-bezier(.22, .61, .36, 1);
}

.motion-enabled .header-gradient.motion-start-item.motion-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* Tylko zawartosc banera - grafika pozostaje calkowicie nieruchoma. */
.motion-enabled .hero-copy.motion-start-item {
    transform: translate3d(0, 12px, 0);
    transition:
        opacity .68s ease,
        transform .68s cubic-bezier(.22, .61, .36, 1);
}

.motion-enabled .hero-live-card.motion-start-item {
    transform: translate3d(0, 10px, 0);
    transition:
        opacity .68s ease,
        transform .68s cubic-bezier(.22, .61, .36, 1);
}

.motion-enabled .hero-copy.motion-start-item.motion-visible,
.motion-enabled .hero-live-card.motion-start-item.motion-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* Sekcja najblizszych transmisji startuje od razu po zaladowaniu. */
.motion-enabled .live-section-heading.motion-start-item {
    transform: translate3d(0, 10px, 0);
    transition:
        opacity .58s ease,
        transform .58s cubic-bezier(.22, .61, .36, 1);
}

.motion-enabled .motion-start-card {
    transform: translate3d(0, 12px, 0);
    transition:
        opacity .56s ease var(--start-delay, 220ms),
        transform .56s cubic-bezier(.22, .61, .36, 1) var(--start-delay, 220ms),
        box-shadow .26s ease,
        border-color .26s ease;
}

.motion-enabled .live-section-heading.motion-visible,
.motion-enabled .motion-start-card.motion-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .motion-enabled .motion-start-item,
    .motion-enabled .motion-start-card {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* ========================================
   START PAGE MOTION V3
   Elementy widoczne od razu po zaladowaniu
   ======================================== */

/*
 * motion-prep trafia na <html> jeszcze przed zaladowaniem CSS,
 * wiec nie ma pierwszej klatki, w ktorej element jest juz widoczny.
 */
.motion-prep .header-gradient,
.motion-prep .hero-copy,
.motion-prep .hero-live-card,
.motion-prep .live-section-heading,
.motion-prep .live-section-grid .match-box {
    opacity: 0;
    will-change: opacity, transform;
}

/* Header - subtelne wejscie z gory. */
.motion-prep .header-gradient {
    transform: translate3d(0, -14px, 0);
}

.header-gradient {
    transition:
        opacity .58s ease,
        transform .68s cubic-bezier(.22, .61, .36, 1);
}

.motion-prep .header-gradient.motion-visible,
.header-gradient.motion-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* Hero - animuje sie tylko tresc i karta, nigdy obraz tla. */
.motion-prep .hero-copy {
    transform: translate3d(0, 16px, 0);
}

.motion-prep .hero-live-card {
    transform: translate3d(0, 12px, 0);
}

.hero-copy,
.hero-live-card {
    transition:
        opacity .72s ease,
        transform .72s cubic-bezier(.22, .61, .36, 1);
}

.motion-prep .hero-copy.motion-visible,
.motion-prep .hero-live-card.motion-visible,
.hero-copy.motion-visible,
.hero-live-card.motion-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* Naglowek najblizszych transmisji. */
.motion-prep .live-section-heading {
    transform: translate3d(0, 14px, 0);
}

.live-section-heading {
    transition:
        opacity .62s ease,
        transform .62s cubic-bezier(.22, .61, .36, 1);
}

.motion-prep .live-section-heading.motion-visible,
.live-section-heading.motion-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* Cztery boksy meczowe pojawiaja sie kolejno. */
.motion-prep .live-section-grid .match-box {
    transform: translate3d(0, 18px, 0);
}

.live-section-grid .match-box {
    transition:
        opacity .62s ease,
        transform .66s cubic-bezier(.22, .61, .36, 1),
        box-shadow .26s ease,
        border-color .26s ease;
}

.motion-prep .live-section-grid .match-box.motion-visible,
.live-section-grid .match-box.motion-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .motion-prep .header-gradient,
    .motion-prep .hero-copy,
    .motion-prep .hero-live-card,
    .motion-prep .live-section-heading,
    .motion-prep .live-section-grid .match-box {
        opacity: 1 !important;
        transform: none !important;
    }
}


/* ========================================
   FIXED HEADER + BACK TO TOP
   ======================================== */

.header-scroll-spacer {
    height: 0;
    transition: height .2s ease;
}

.header-gradient.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    animation: header-fixed-in .32s cubic-bezier(.22, .61, .36, 1) both;
}

@keyframes header-fixed-in {
    from {
        opacity: .92;
        transform: translate3d(0, -10px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.back-to-top {
    position: fixed;
    right: 107px;
    bottom: 30px;
    z-index: 1050;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    background: linear-gradient(135deg, #981b24 0%, #e12325 100%);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 17px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 10px, 0);
    box-shadow: 0 8px 22px rgba(152, 27, 36, .22);
    transition:
        opacity .25s ease,
        visibility .25s ease,
        transform .25s ease,
        box-shadow .2s ease;
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

@media (hover: hover) and (pointer: fine) {
    .back-to-top:hover {
        transform: translate3d(0, -2px, 0);
        box-shadow: 0 10px 26px rgba(152, 27, 36, .3);
    }
}

@media (max-width: 575px) {
    .back-to-top {
        right: 16px;
        bottom: 16px;
        width: 40px;
        height: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .header-gradient.is-fixed {
        animation: none !important;
    }

    .back-to-top,
    .header-scroll-spacer {
        transition: none !important;
    }
}

/* ========================================
   FOOTER - SUBTELNE EFEKTY LINKOW
======================================== */

.site-footer .footer-column a,
.site-footer .footer-links a {
    position: relative;
    display: inline-block;
    width: fit-content;
    opacity: .92;
    transition:
        color .22s ease,
        opacity .22s ease,
        transform .28s cubic-bezier(.22, .61, .36, 1);
}

.site-footer .footer-column a::after,
.site-footer .footer-links a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,.9) 22%,
        rgba(255,255,255,.9) 78%,
        transparent 100%
    );
    opacity: 0;
    transform: scaleX(.2);
    transform-origin: center;
    transition:
        opacity .25s ease,
        transform .32s cubic-bezier(.22, .61, .36, 1);
}

.site-footer .footer-column a:hover {
    color: #fff;
    opacity: 1;
    transform: translateX(4px);
}

.site-footer .footer-links a:hover {
    color: #fff;
    opacity: 1;
    transform: translateY(-2px);
}

.site-footer .footer-column a:hover::after,
.site-footer .footer-links a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}


/* ========================================
   HERO - SUBTELNE ORBY + SPADAJACE CZERWONE SMUGI
======================================== */

.hero-banner {
    overflow: hidden;
    isolation: isolate;
}

.hero-banner > img {
    position: relative;
    z-index: 0;
    display: block;
}

.hero-ambient {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

/*
 * Neutralne orby - wieksze i odrobine wyrazniejsze, ale nadal
 * bez kolorowego "gamingowego" glow. Maja przypominac delikatne
 * odbicia swiatla / bokeh z hali.
 */
.hero-orb {
    position: absolute;
    border-radius: 50%;
    opacity: .30;
    mix-blend-mode: screen;
    filter: blur(2px);
    will-change: transform, opacity;
    background: radial-gradient(
        circle at 38% 35%,
        rgba(255,255,255,.28) 0%,
        rgba(255,255,255,.14) 24%,
        rgba(238,243,247,.055) 50%,
        rgba(255,255,255,0) 73%
    );
    box-shadow:
        inset 0 0 34px rgba(255,255,255,.035),
        0 0 38px rgba(255,255,255,.025);
}

.hero-orb-1 {
    width: 190px;
    height: 190px;
    left: 27%;
    top: 8%;
    animation: hero-orb-one 16s ease-in-out infinite alternate;
}

.hero-orb-2 {
    width: 125px;
    height: 125px;
    left: 50%;
    top: 29%;
    opacity: .24;
    animation: hero-orb-two 19s ease-in-out infinite alternate;
}

.hero-orb-3 {
    width: 210px;
    height: 210px;
    right: 15%;
    top: 4%;
    opacity: .22;
    animation: hero-orb-three 22s ease-in-out infinite alternate;
}

.hero-orb-4 {
    width: 115px;
    height: 115px;
    right: 31%;
    bottom: 8%;
    opacity: .20;
    animation: hero-orb-four 18s ease-in-out infinite alternate;
}

@keyframes hero-orb-one {
    0%   { transform: translate3d(-14px, 6px, 0) scale(.96); opacity: .22; }
    50%  { opacity: .34; }
    100% { transform: translate3d(44px, -16px, 0) scale(1.05); opacity: .27; }
}

@keyframes hero-orb-two {
    0%   { transform: translate3d(16px, -8px, 0) scale(1.02); opacity: .17; }
    100% { transform: translate3d(-30px, 20px, 0) scale(.94); opacity: .27; }
}

@keyframes hero-orb-three {
    0%   { transform: translate3d(12px, 10px, 0) scale(.95); opacity: .16; }
    60%  { opacity: .28; }
    100% { transform: translate3d(-46px, -8px, 0) scale(1.04); opacity: .20; }
}

@keyframes hero-orb-four {
    0%   { transform: translate3d(-14px, 8px, 0) scale(.94); opacity: .14; }
    100% { transform: translate3d(28px, -20px, 0) scale(1.07); opacity: .24; }
}

/*
 * Czerwone smugi spadajace z gory wewnatrz bannera.
 * Sa cienkie, maja rozna dlugosc/predkosc i delikatny ogon.
 */
.hero-red-line {
    position: absolute;
    top: -32%;
    width: 2px;
    height: 110px;
    border-radius: 2px;
    opacity: .58;
    background: linear-gradient(
        180deg,
        rgba(225,35,37,0) 0%,
        rgba(225,35,37,.12) 18%,
        rgba(234,35,40,.82) 72%,
        rgba(255,94,98,.95) 88%,
        rgba(225,35,37,0) 100%
    );
    box-shadow: 0 0 6px rgba(225,35,37,.20);
    will-change: transform, opacity;
}

.hero-red-line::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 4px;
    height: 18px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(255,78,82,.34);
    filter: blur(3px);
}

.hero-red-line-1 {
    left: 38%;
    height: 125px;
    animation: hero-red-fall 5.8s linear infinite;
}

.hero-red-line-2 {
    left: 56%;
    height: 82px;
    opacity: .42;
    animation: hero-red-fall 7.1s linear 1.4s infinite;
}

.hero-red-line-3 {
    left: 72%;
    height: 145px;
    opacity: .48;
    animation: hero-red-fall 6.4s linear 3.1s infinite;
}

.hero-red-line-4 {
    left: 47%;
    height: 68px;
    opacity: .34;
    animation: hero-red-fall 8.2s linear 4.2s infinite;
}

@keyframes hero-red-fall {
    0% {
        transform: translate3d(0, -30px, 0);
        opacity: 0;
    }
    8% { opacity: .55; }
    65% { opacity: .55; }
    92% { opacity: .15; }
    100% {
        transform: translate3d(0, 720px, 0);
        opacity: 0;
    }
}

.hero-copy,
.hero-live-card {
    z-index: 2;
}

@media (max-width: 767px) {
    .hero-orb { opacity: .18; }
    .hero-orb-1 { width: 125px; height: 125px; left: 24%; }
    .hero-orb-2 { width: 90px; height: 90px; }
    .hero-orb-3 { width: 135px; height: 135px; right: 5%; }
    .hero-orb-4 { display: none; }

    .hero-red-line { opacity: .36; }
    .hero-red-line-3,
    .hero-red-line-4 { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-orb,
    .hero-red-line {
        animation: none !important;
    }

    .site-footer .footer-column a,
    .site-footer .footer-links a,
    .site-footer .footer-column a::after,
    .site-footer .footer-links a::after {
        transition: none !important;
    }
}

/* ========================================
   KALENDARZ - mikrointerakcje
======================================== */
.calendar-day:not(.calendar-empty) { cursor: pointer; }
.calendar-day:not(.calendar-empty) span {
    position: relative;
    z-index: 0;
    border: 1px solid transparent;
    transition: transform .18s cubic-bezier(.2,.8,.2,1), background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.calendar-day:not(.calendar-empty) span::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: -1;
    border-radius: 50%;
    background: rgba(225,35,37,.08);
    transform: scale(.65);
    opacity: 0;
    transition: transform .2s cubic-bezier(.2,.8,.2,1), opacity .2s ease;
}
.calendar-day:not(.calendar-empty):hover span {
    color: #981b24;
    background: #fff;
    border-color: rgba(225,35,37,.22);
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(152,27,36,.10);
}
.calendar-day:not(.calendar-empty):hover span::before {
    transform: scale(1.16);
    opacity: 1;
}
.calendar-day:not(.calendar-empty):active span {
    transform: translateY(0) scale(.9);
    box-shadow: 0 2px 5px rgba(152,27,36,.08);
}
.calendar-day.today span,
.calendar-day.selected span {
    color: #fff;
    border-color: transparent;
    box-shadow: 0 5px 13px rgba(152,27,36,.22);
}
.calendar-day.today:hover span,
.calendar-day.selected:hover span {
    color: #fff;
    background: #981b24;
    transform: translateY(-2px) scale(1.04);
}
.calendar-day.selected span {
    animation: calendar-select-pop .28s cubic-bezier(.2,.8,.2,1);
}
@keyframes calendar-select-pop {
    0% { transform: scale(.82); }
    65% { transform: scale(1.08); }
    100% { transform: scale(1); }
}
.calendar-nav {
    border-radius: 50%;
    transition: transform .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.calendar-nav:hover {
    color: #981b24;
    background: rgba(225,35,37,.08);
    transform: scale(1.08);
    box-shadow: 0 4px 10px rgba(152,27,36,.08);
}
.calendar-nav:active { transform: scale(.9); }
@media (prefers-reduced-motion: reduce) {
    .calendar-day.selected span { animation: none; }
}

/* ========================================
   V8 - HEADER LINK MICROINTERACTIONS
======================================== */
.menu-top a {
    position: relative;
    border-bottom: 0 !important;
    transform: translateY(0);
    transition: color .22s ease, transform .22s ease !important;
}
.menu-top a::after {
    content: "";
    position: absolute;
    left: 50%; right: 50%; bottom: -4px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #981b24, #e12325);
    transition: left .28s cubic-bezier(.22,.61,.36,1), right .28s cubic-bezier(.22,.61,.36,1), opacity .2s ease;
    opacity: 0;
}
.menu-top a:hover { color: #981b24 !important; transform: translateY(-1px); }
.menu-top a:hover::after,
.menu-top .active::after { left: 0; right: 0; opacity: 1; }
.menu-top a:active { transform: translateY(1px); }

/* ========================================
   NEWSLETTER - DELIKATNE POTRZASANIE KOPERTY
======================================== */
.newsletter-content {
    position: relative;
    min-height: 170px;
}

.newsletter-content::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 170px;
    height: 120px;
    transform: translateY(-50%);
    transform-origin: 52% 58%;
    background: url('img/koperta.png') center / contain no-repeat;
    pointer-events: none;
    animation: newsletter-envelope-shake 4.4s ease-in-out infinite;
    will-change: transform;
}

@keyframes newsletter-envelope-shake {
    0%, 58%, 100% { transform: translateY(-50%) rotate(0deg); }
    61% { transform: translateY(-50%) rotate(-2deg); }
    64% { transform: translateY(-50%) rotate(2.1deg); }
    67% { transform: translateY(-50%) rotate(-1.5deg); }
    70% { transform: translateY(-50%) rotate(1deg); }
    73% { transform: translateY(-50%) rotate(0deg); }
}

@media (max-width: 767px) {
    .newsletter-content { padding-right: 125px !important; }
    .newsletter-content::after {
        width: 120px;
        height: 90px;
        right: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .newsletter-content::after {
        animation: none !important;
    }
}


/* ========================================
   V11 - HERO: ICE PARTICLES + RED ENERGY TRACE
   Zamiast orbów i pionowych "matrixowych" smug.
======================================== */

/* stare orby i spadające linie wyłączamy */
.hero-orb,
.hero-red-line {
    display: none !important;
}

.hero-ambient {
    overflow: hidden;
}

/* delikatna mgiełka nad taflą */
.hero-ambient::before {
    content: "";
    position: absolute;
    left: 24%;
    right: 4%;
    bottom: 5%;
    height: 34%;
    opacity: .55;
    background:
        radial-gradient(ellipse at 48% 100%, rgba(255,255,255,.18) 0%, rgba(255,255,255,.07) 34%, rgba(255,255,255,0) 72%);
    filter: blur(8px);
    animation: hero-ice-haze 9s ease-in-out infinite alternate;
}

/* krótkie czerwone "ślady energii" przesuwające się wewnątrz kadru */
.hero-ambient::after {
    content: "";
    position: absolute;
    left: 29%;
    top: 20%;
    width: 52%;
    height: 62%;
    opacity: .7;
    background:
        linear-gradient(118deg, transparent 0 22%, rgba(225,35,37,0) 22.2%, rgba(225,35,37,.65) 22.8%, rgba(255,92,96,.92) 23.1%, rgba(225,35,37,0) 23.8%, transparent 24.2%),
        linear-gradient(118deg, transparent 0 55%, rgba(225,35,37,0) 55.1%, rgba(225,35,37,.46) 55.6%, rgba(255,92,96,.75) 55.9%, rgba(225,35,37,0) 56.5%, transparent 57%),
        linear-gradient(118deg, transparent 0 76%, rgba(225,35,37,0) 76.1%, rgba(225,35,37,.42) 76.6%, rgba(255,92,96,.72) 76.9%, rgba(225,35,37,0) 77.5%, transparent 78%);
    background-size: 220% 100%, 260% 100%, 300% 100%;
    background-position: 120% 0, -120% 0, 140% 0;
    filter: drop-shadow(0 0 4px rgba(225,35,37,.28));
    animation: hero-red-traces 6.8s cubic-bezier(.4,0,.2,1) infinite;
}

@keyframes hero-ice-haze {
    0%   { transform: translate3d(-1.5%, 1%, 0) scale(1); opacity: .38; }
    100% { transform: translate3d(2%, -1.5%, 0) scale(1.035); opacity: .62; }
}

@keyframes hero-red-traces {
    0%, 8% {
        background-position: 135% 0, -135% 0, 145% 0;
        opacity: 0;
    }
    15% { opacity: .75; }
    45% {
        background-position: -65% 0, 75% 0, -20% 0;
        opacity: .72;
    }
    68% {
        background-position: -130% 0, 130% 0, -110% 0;
        opacity: .18;
    }
    100% {
        background-position: -150% 0, 150% 0, -140% 0;
        opacity: 0;
    }
}

/* drobne refleksy / pył lodowy - widoczne, ale spokojne */
.hero-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: .42;
    background-image:
        radial-gradient(circle, rgba(255,255,255,.92) 0 1px, transparent 1.7px),
        radial-gradient(circle, rgba(255,255,255,.62) 0 1.2px, transparent 2px),
        radial-gradient(circle, rgba(255,255,255,.50) 0 .8px, transparent 1.6px);
    background-size: 93px 89px, 137px 121px, 181px 163px;
    background-position: 0 0, 44px 16px, 82px 52px;
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.15) 18%, #000 42%, #000 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.15) 18%, #000 42%, #000 100%);
    animation: hero-ice-dust 15s linear infinite;
}

@keyframes hero-ice-dust {
    from { background-position: 0 0, 44px 16px, 82px 52px; }
    to   { background-position: 65px 95px, -28px 118px, 142px 176px; }
}

.hero-copy,
.hero-live-card {
    z-index: 3;
}

/* ========================================
   V11 - ODKRYJ SWIAT: HOVER KAFELKÓW
======================================== */
.discover-section-grid > div > a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition:
        transform .32s cubic-bezier(.22,.61,.36,1),
        box-shadow .32s ease;
}

.discover-section-grid > div > a::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(115deg, transparent 18%, rgba(255,255,255,.24) 43%, rgba(255,255,255,.08) 53%, transparent 72%);
    transform: translateX(-130%);
    transition: opacity .2s ease;
}

.discover-section-grid > div > a img {
    display: block;
    transform: scale(1);
    filter: saturate(1) contrast(1);
    transition:
        transform .45s cubic-bezier(.22,.61,.36,1),
        filter .35s ease;
}

.discover-section-grid > div > a:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(17,23,30,.15);
}

.discover-section-grid > div > a:hover img {
    transform: scale(1.045);
    filter: saturate(1.05) contrast(1.035);
}

.discover-section-grid > div > a:hover::after {
    opacity: 1;
    animation: discover-sheen .75s ease-out forwards;
}

.discover-section-grid > div > a:active {
    transform: translateY(-1px) scale(.985);
}

@keyframes discover-sheen {
    from { transform: translateX(-130%); }
    to   { transform: translateX(130%); }
}

/* ========================================
   V11 - SEE ALL / CALENDAR / TABLE LINKS
======================================== */
.see-all {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 9px;
    margin: -6px -9px;
    border-radius: 7px;
    isolation: isolate;
    transition:
        color .22s ease,
        transform .22s cubic-bezier(.22,.61,.36,1) !important;
}

.see-all::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: rgba(225,35,37,.075);
    transform: scale(.82);
    opacity: 0;
    transition:
        transform .25s cubic-bezier(.22,.61,.36,1),
        opacity .22s ease;
}

.see-all::after {
    content: "";
    position: absolute;
    left: 9px;
    right: 9px;
    bottom: 3px;
    height: 1px;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, #e12325 22%, #e12325 78%, transparent);
    transform: scaleX(0);
    transform-origin: center;
    opacity: 0;
    transition: transform .28s ease, opacity .2s ease;
}

.see-all:hover {
    color: #981b24;
    transform: translateY(-1px);
}

.see-all:hover::before {
    transform: scale(1);
    opacity: 1;
}

.see-all:hover::after {
    transform: scaleX(1);
    opacity: .9;
}

.see-all:not(.table1-toggle):not(.table2-toggle) i {
    transition: transform .24s cubic-bezier(.22,.61,.36,1);
}

.see-all:not(.table1-toggle):not(.table2-toggle):hover i {
    transform: translateX(3px);
}

.table1-toggle i,
.table2-toggle i {
    transition: transform .22s cubic-bezier(.22,.61,.36,1);
}

.table1-toggle:hover i,
.table2-toggle:hover i {
    transform: translateY(2px);
}

.table1-toggle[aria-expanded="true"]:hover i,
.table2-toggle[aria-expanded="true"]:hover i {
    transform: translateY(-2px);
}

.see-all:active {
    transform: translateY(1px) scale(.98);
}

@media (max-width: 767px) {
    .hero-banner::after { opacity: .28; }
    .hero-ambient::after { opacity: .46; }
    .discover-section-grid > div > a:hover { transform: none; box-shadow: none; }
    .discover-section-grid > div > a:hover img { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-ambient::before,
    .hero-ambient::after,
    .hero-banner::after,
    .discover-section-grid > div > a:hover::after {
        animation: none !important;
    }
}

/* ========================================
   V13 - LOSOWE FLESZE APARATOW
======================================== */

/* Flash jest tworzony dynamicznie przez JS, dzięki czemu każdy błysk może
   pojawić się w innym miejscu i po innym czasie. */
.hero-camera-flash {
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: 3;
    pointer-events: none;
    opacity: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(.35);
    background: rgba(255,255,255,.98);
    box-shadow:
        0 0 7px 2px rgba(255,255,255,.92),
        0 0 18px 7px rgba(235,245,255,.42),
        0 0 42px 16px rgba(220,238,255,.13);
    mix-blend-mode: screen;
}

.hero-camera-flash.is-flashing {
    animation: hero-random-camera-flash var(--flash-duration, 520ms) ease-out both;
}

@keyframes hero-random-camera-flash {
    0%   { opacity: 0; transform: translate(-50%, -50%) scale(.25); }
    8%   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
    18%  { opacity: .22; transform: translate(-50%, -50%) scale(.72); }
    27%  { opacity: .82; transform: translate(-50%, -50%) scale(.9); }
    45%  { opacity: .12; }
    100% { opacity: 0; transform: translate(-50%, -50%) scale(1.45); }
}

/* Wyłączamy dawny flash oparty o pseudo-element, żeby nie błyskał stale
   w jednym punkcie. */
.hero-ambient::after {
    content: none !important;
    animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
    .hero-camera-flash {
        display: none !important;
    }
}

/* Czerwone elementy z poprzednich wersji pozostaja calkowicie wylaczone. */
.hero-red-line {
    display: none !important;
}

/* Bardziej subtelny hover dla linkow akcji. */
.see-all {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    transition:
        color .22s ease,
        opacity .22s ease !important;
}

.see-all::before {
    display: none !important;
}

.see-all::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: .55;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .26s ease, opacity .2s ease;
}

.see-all:hover {
    color: #981b24;
    opacity: .92;
    transform: none;
}

.see-all:hover::after {
    transform: scaleX(1);
    opacity: .65;
}

.see-all:not(.table1-toggle):not(.table2-toggle) i {
    transition: transform .22s ease;
}

.see-all:not(.table1-toggle):not(.table2-toggle):hover i {
    transform: translateX(2px);
}

.table1-toggle i,
.table2-toggle i {
    transition: transform .22s ease;
}

.table1-toggle:hover i,
.table2-toggle:hover i {
    transform: translateY(1px);
}

.table1-toggle[aria-expanded="true"]:hover i,
.table2-toggle[aria-expanded="true"]:hover i {
    transform: translateY(-1px);
}

.see-all:active {
    opacity: .68;
    transform: none;
}

@media (max-width: 767px) {
    .hero-ambient::after {
        opacity: 0;
        animation-duration: 12s;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-ambient::after {
        animation: none !important;
        opacity: 0 !important;
    }
}


/* ========================================
   V14 - SUBTELNE LINKI AKCJI
   Bez podkreslenia; kolor zgodny z identyfikacja strony.
======================================== */
.see-all,
a.see-all,
.table1-toggle,
.table2-toggle {
    position: relative;
    text-decoration: none !important;
    transition: color .22s ease, opacity .22s ease !important;
}

.see-all::before,
.see-all::after,
a.see-all::before,
a.see-all::after,
.table1-toggle::before,
.table1-toggle::after,
.table2-toggle::before,
.table2-toggle::after {
    content: none !important;
    display: none !important;
}

.see-all:hover,
.see-all:focus-visible,
a.see-all:hover,
a.see-all:focus-visible,
.table1-toggle:hover,
.table1-toggle:focus-visible,
.table2-toggle:hover,
.table2-toggle:focus-visible {
    color: #981b23 !important;
    text-decoration: none !important;
}

.see-all i,
.table1-toggle i,
.table2-toggle i {
    display: inline-block;
    transition: transform .22s cubic-bezier(.22,.61,.36,1), color .22s ease !important;
}

.see-all:hover i,
.see-all:focus-visible i {
    color: #981b23 !important;
    transform: translateX(2px);
}

/* Toggle tabel ma strzalke gora/dol, wiec nie przesuwamy jej w bok. */
.table1-toggle:hover i,
.table1-toggle:focus-visible i,
.table2-toggle:hover i,
.table2-toggle:focus-visible i {
    color: #981b23 !important;
    transform: translateY(1px);
}

.see-all:active,
.table1-toggle:active,
.table2-toggle:active {
    opacity: .72;
}



/* ========================================
   V15 - TABS: SKROTY / MAGAZYN
======================================== */

/* Subtelny hover bez ciężkiego podkreślenia */
.tabs-more a {
    position: relative;
    display: inline-block;
    color: #232323;
    text-decoration: none !important;
    transition:
        color .22s ease,
        transform .22s cubic-bezier(.22,.61,.36,1),
        opacity .22s ease;
}

.tabs-more a::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -4px;
    height: 2px;
    border-radius: 2px;
    background: #981b23;
    opacity: .55;
    transition:
        left .24s cubic-bezier(.22,.61,.36,1),
        right .24s cubic-bezier(.22,.61,.36,1),
        opacity .22s ease;
}

.tabs-more a:hover,
.tabs-more a:focus-visible {
    color: #981b23;
    transform: translateY(-1px);
}

.tabs-more a:hover::after,
.tabs-more a:focus-visible::after {
    left: 0;
    right: 0;
    opacity: .7;
}

/* Aktywna zakładka zostaje spokojna i zgodna z istniejącym stylem */
.tabs-more a.active {
    color: #e12325;
    border-bottom: 0 !important;
}

.tabs-more a.active::after {
    left: 0;
    right: 0;
    background: #e12325;
    opacity: 1;
}

/* Animacja zawartości po zmianie zakładki */
.tabs.tab-enter {
    opacity: 0;
    transform: translateY(10px);
    filter: blur(1.5px);
}

.tabs.tab-enter.tab-enter-active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transition:
        opacity .42s ease,
        transform .46s cubic-bezier(.22,.61,.36,1),
        filter .36s ease;
}

/* Delikatny stagger elementów wewnątrz sekcji */
.tabs.tab-enter > .row > [class*="col-"] {
    opacity: 0;
    transform: translateY(7px);
}

.tabs.tab-enter.tab-enter-active > .row > [class*="col-"] {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity .38s ease,
        transform .42s cubic-bezier(.22,.61,.36,1);
}

.tabs.tab-enter.tab-enter-active > .row > [class*="col-"]:nth-child(1) { transition-delay: .03s; }
.tabs.tab-enter.tab-enter-active > .row > [class*="col-"]:nth-child(2) { transition-delay: .08s; }
.tabs.tab-enter.tab-enter-active > .row > [class*="col-"]:nth-child(3) { transition-delay: .13s; }
.tabs.tab-enter.tab-enter-active > .row > [class*="col-"]:nth-child(4) { transition-delay: .18s; }

@media (prefers-reduced-motion: reduce) {
    .tabs-more a,
    .tabs-more a::after,
    .tabs.tab-enter,
    .tabs.tab-enter.tab-enter-active,
    .tabs.tab-enter > .row > [class*="col-"],
    .tabs.tab-enter.tab-enter-active > .row > [class*="col-"] {
        transition: none !important;
        transform: none !important;
        filter: none !important;
        opacity: 1 !important;
    }
}



/* ========================================
   V16 - HERO: FLASH USUNIETY
======================================== */
.hero-camera-flash,
.hero-ambient .hero-camera-flash {
    display: none !important;
    animation: none !important;
}

.hero-ambient::after {
    content: none !important;
    display: none !important;
    animation: none !important;
}


   .swal2-title{
		margin-bottom:20px;
		line-height:30px;
	   }
	   
	   .swal2-timer-progress-bar{
			height:7px;
			border-radius:3px;
			background: rgb(232,8,8);
background: linear-gradient(90deg, rgba(242,75,75,1) 0%, rgba(232,8,8,1) 100%);
	   }
	   
	   .swal2-timer-progress-bar-container{
		background-color:#d6d6d6;
	   }
	   
	   .swal2-title{
		color:#333;
	   }

	   
	   
@media (max-width: 767px) {

	.mobile-center{
		text-align:center !important;
	}
	
	.live-section-heading{
		margin-top:30px !important;
	}
	
	.hide-mobile{
		display:none !important;
	}
	
	.m620{
		margin-top: 6px !important;
    margin-bottom: 20px !important;
	}
	
	
	.hero-banner{
		background-image:url('https://pht.ppv.stream/img/transmission-bg.png');
		background-size:cover;
		background-position:center;
		padding:20px;
	}
	
	.hero-copy{
		position:relative !important;
		left:auto !important;
		top:auto !important;
		right:auto !important;
		
	}
	
	.hero-box-info{
		margin-bottom:0px !important;
		margin-left:5% !important;
		text-align:left !important; 
	}
	
	.hero-box-info > div{
		margin-bottom:20px !important;
		border:0px solid #fff !important;
	}
	
	.hero-live-card{
		display:none !important;
	}
	
	
	.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
    pointer-events: none;
}

.hero-banner > * {
    position: relative;
    z-index: 2;
}

.tabs-more{
	margin-left:0px !important;
}

.no-mg-right{
	margin-right:0px !important;
}

h2{
	//font-size:16px !important;
}

.tabs-more a{
	font-size:18px !important;
}

.pleft20{
	padding-left:20px !important;
}


.table1-box-window td:nth-child(2){
	min-width: 20px !important;
}	

.table1-box-window table{
	min-width:10px !important;
}


.table2-box-window td:nth-child(2){
	min-width: 20px !important;
}	

.table2-box-window table{
	min-width:10px !important;
}


.no-padding-bannner{
	padding-left:0px !important;
	padding-right:0px !important;
}



}	 

.no-padding-bannner{
	padding-left:0px !important;
	padding-right:0px !important;
}


.team-name-mobile {
    display: none;
}

.footer-main{
	padding-left:50px;
}

@media (max-width: 768px) {
    .team-name-full {
        display: none;
    }

    .team-name-mobile {
        display: inline;
    }

    /* Dodatkowo trochę ściskamy tabelę */
    table th,
    table td {
        padding-left: 4px;
        padding-right: 4px;
        font-size: 12px;
        white-space: nowrap;
    }

    .team-name {
        width: auto;
    }
	
	
	.footer-main{
		padding-left:0px;
	}
}  
	   
	   
	   
	   
	   .container {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
}

.menu-top{
	margin: 0 auto;
}

@media (min-width: 1500px) {
   .hero-live-card{
	       right: 10% !important;
    width: 340px !important;
   }
   
   .hero-copy{
	   top:150px !important;
   }
   
   .footer-main{
	padding-left:150px;
}

.menu-top a{
	margin-right:40px;
}

}


@media (min-width: 1800px) {
   .hero-live-card{
	       right: 10% !important;
    width: 390px !important;
	bottom:42%  !important;
   }
   
   .hero-copy{
	   top:180px !important;
   }
   
   .footer-main{
	padding-left:200px;
}

.menu-top a{
	margin-right:40px;
}


.hero-copy .live-tag{
	font-size: 17px !important;
}

.big-1{
	font-size: 45px !important;
	line-height:59px !important;
}

.big-1 span{
font-size: 65px !important;
}

.big-2{
	font-size:31px !important;
}

.hero-copy .btn-primary{
	font-size:17px !important;
}

.hero-box-info strong{
	font-size: 16px !important;
    line-height: 18px !important;
}

.hero-box-info img{
	height: 34px !important;
}


.hero-live-card p{
	font-size: 19px !important;
}

.hero-live-card strong{
font-size: 19px !important;
line-height:21px !important;
}

.hero-live-card .league-box{
font-size: 19px !important;
}


.hero-live-card strong.vs{
font-size: 35px !important;
}


.menu-top a{
	font-size:18px;
}


}



.vertical-line {
  width: 1px;
  height: 165px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    #e5e5e5 15%,
    #e5e5e5 85%,
    transparent 100%
  );
}





.container-content {
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}












































/* =========================================================
   LIVE MATCH ROTATOR
   ========================================================= */

/*
 * Viewport slidera.
 * Overflow dajemy na col-12, a NIE na .live-section-grid,
 * ponieważ live-section-grid jest bootstrapowym .row.
 */
.live-section-grid > .col-12 {
    position: relative;
    overflow: hidden;
}


/*
 * Ten istniejący .row jest trackiem slidera.
 */
.live-section-grid > .col-12 > .row {
    flex-wrap: nowrap;
    transition: transform 0.45s ease;
    will-change: transform;

    /*
     * pozwala normalnie scrollować stronę góra/dół
     * podczas swipe na telefonie
     */
    touch-action: pan-y;
}


/*
 * Bootstrap dalej kontroluje:
 *
 * col-12    -> 100% mobile
 * col-md-3 -> 25% desktop
 *
 * Wyłączamy jedynie kurczenie elementów.
 */
.live-section-grid .match-live-box {
    flex-shrink: 0;
}


/* =========================================================
   STRZAŁKI
   ========================================================= */

.live-slider-arrow {
    position: absolute;
    z-index: 20;

    top: 50%;
    transform: translateY(-50%);

    width: 34px;
    height: 34px;

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

    padding: 0;
    border: 0;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.75);
    color: #fff;

    font-size: 27px;
    line-height: 1;

    cursor: pointer;
	
	border:1px solid #d5d5d5;
	 background: rgba(255, 255, 255, 0.75);
	 color:#232323;

    transition:
        background 0.2s ease,
        opacity 0.2s ease;
}


.live-slider-arrow:hover {
    background: rgba(0, 0, 0, 0.95);
	background: linear-gradient(33deg,rgba(113, 5, 5, 1) 0%, rgba(225, 32, 37, 1) 100%);
	color:#fff;
}


.live-slider-arrow:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}


.live-slider-prev {
    left: 0px;
}


.live-slider-next {
    right: 0px;
}


.live-slider-prev::before {
    content: "‹";
}


.live-slider-next::before {
    content: "›";
}


/* mobile */

@media (max-width: 767.98px) {

    .live-slider-arrow {
        width: 34px;
        height: 34px;
        font-size: 27px;
    }

    .live-slider-prev {
        left: 0px;
    }

    .live-slider-next {
        right: 0px;
    }

}


/* Accessibility */

@media (prefers-reduced-motion: reduce) {

    .live-section-grid > .col-12 > .row {
        transition-duration: 0.01ms;
    }

}


.match-live-box .match-box{
	margin-top:10px;
}
						