.header_uz {
    color: white;
    font-weight: 900 !important;
	text-align: center;
    font-size: 30px;
    text-shadow: 0 0 8px #000000, 0 0 8px #000000;
}


.input_uz[type="number"] {
	background-color: #1e1e1e;
	color: #aaa;
	border: 1px solid #555;
	padding: 8px;
	border-radius: 4px;
	width: 100%;
	transition: border 0.3s, box-shadow 0.3s;
}

.input_uz[type="number"]::placeholder {
	color: #aaa;
}

.input_uz[type="number"]:focus {
	outline: none;
	border: 1px solid #ffcc00;
	box-shadow: 0 0 8px 2px #ffcc00, 0 0 20px 4px red;
}





.input_uz_readonly {
	background-color: #1e1e1e;
	color: #aaa;
	border: 1px solid #555;
	padding: 8px;
	border-radius: 4px;
	width: 100%;
	transition: border 0.3s, box-shadow 0.3s;
}

.input_uz_readonly::placeholder {
	color: #aaa;
}

.input_uz_readonly:focus {
	outline: none;
	border: 1px solid #ffcc00;
	box-shadow: 0 0 8px 2px #ffcc00, 0 0 20px 4px red;
}





.select_uz {
	background-color: #1e1e1e;
	color: #aaa;
	border: 1px solid #555;
	padding: 8px;
	border-radius: 4px;
	width: 100%;
	transition: border 0.3s, box-shadow 0.3s;
}

.select_uz:focus {
	outline: none;
	border: 1px solid #ffcc00;
	box-shadow: 0 0 8px 2px #ffcc00, 0 0 20px 4px red;
}

.select_uz:invalid {
	color: #aaa;
}


.button_uz {
	background-color: #1e1e1e;
	color: #fff;
	border: 1px solid #555;
	padding: 10px 15px;
	border-radius: 4px;
	cursor: pointer;
	transition: border 0.3s, box-shadow 0.3s, background-color 0.3s;
	width: 100%;
}

.button_continuation_bull {
	width: 9.09% !important;
	padding: 10px 2px !important;
}
.button_continuation_notbull {
	width: 16.66% !important;
}

.button_uz:hover,
.button_uz:focus {
	border: 1px solid #ffcc00;
	box-shadow: 0 0 8px 2px #ffcc00, 0 0 20px 4px red;
	color: #fff;
	font-weight:900;
}








.recenzje-block-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.recenzje-block-title {
  position: relative;
  font-size: 5rem;
  font-weight: 900;
  color: white;
  font-family: 'Impact', 'Bebas Neue', 'Anton', sans-serif;
  letter-spacing: 4px;
  padding: 0.2em 0.8em;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  border-radius: 12px;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}





















#resultContainer {
	background: rgba(0, 0, 0, 0.6); /* lekko przezroczyste tło */
	border: 1px solid #0f0;
	border-radius: 12px;
	padding: 1rem;
	margin-bottom: 1rem;
	box-shadow: 0 0 10px rgba(0, 255, 0, 0.2);
	transition: all 0.3s ease-in-out;
}

#result, #current_value, #averageResult {
	color: #0f0;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 0.5rem;
}

#kontynuacjaSection p, #recommendedSection p {
	color: #ccc;
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
}

#kontynuacjaButtons {
	justify-content: center;
}


#resultContainer:hover {
	box-shadow: 0 0 30px rgba(0, 255, 0, 0.4);
}






#resultBlock.fade {
	animation: fadeResult 0.4s ease-in-out;
}

@keyframes fadeResult {
	0% { opacity: 0; transform: scale(0.98); }
	100% { opacity: 1; transform: scale(1); }
}









.toggle-wrapper_checkoutownik {
	display: flex;
	margin:auto;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width:100%;
}

.toggle-label_checkoutownik {
	color: #aaa;
	font-weight: bold;
	font-size: 0.95rem;
}

.toggle-switch_checkoutownik {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 26px;
}

.toggle-switch_checkoutownik input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider_checkoutownik {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #555;
	transition: 0.4s;
	border-radius: 34px;
}

.slider_checkoutownik:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: #ffcc00;
	transition: 0.4s;
	border-radius: 50%;
}


.toggle-switch_checkoutownik input:checked + .slider_checkoutownik:before {
	transform: translateX(24px);
}
















.mb_on_computer_checkoutownik{
	margin-bottom: 60px !important;
}
.ml_on_computer_checkoutownik{
	margin-left: 80px;
}
.mt_on_computer_checkoutownik{
	margin-top: 140px;
}
.ml_minus_on_computer_checkoutownik{
	margin-left: -80px;
}

@media only screen and (max-width: 1200px) {
	.mb_on_computer_checkoutownik{
		margin-bottom: 20px !important;
	}
	.mt_on_computer_checkoutownik{
		margin-top: 20px !important;
	}
	.ml_on_computer_checkoutownik{
		margin-left: 0px !important;
	}
	.ml_minus_on_computer_checkoutownik{
		margin-left: 0px !important;
	}
}








.timeline {
  position: relative;
  padding-left: 25px;
  border-left: 3px solid #ffcc00;
  margin-bottom: 3rem;
}

.timeline-item {
  margin-bottom: 2rem;
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 8px;
  width: 15px;
  height: 15px;
  background-color: #ffcc00;
  border-radius: 50%;
  box-shadow: 0 0 10px #ffcc00;
}

.timeline-date {
  font-weight: 900;
  color: #ffcc00;
  text-shadow: 0 0 6px red, 0 0 10px #ffcc00;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.timeline-content {
  background: rgba(20, 20, 20, 0.85);
  padding: 1.5rem;
  border-radius: 20px;
  border: 1px solid #444;
  box-shadow: 0 0 10px rgba(255, 204, 0, 0.3);
  color: #ccc;
  transition: all 0.3s ease-in-out;
}

.timeline-content:hover {
  transform: scale(1.02);
  border-color: #ffcc00;
  box-shadow: 0 0 20px 5px red, 0 0 15px #ffcc00;
}

.timeline-content h3 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 5px red;
}

.timeline-content p {
  margin: 0;
  color: #aaa;
  font-size: 0.95rem;
  line-height: 1.4;
}

.timeline-item::before {
  display: none;
}

.timeline-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.timeline {
  width: 100%;
}

@media (min-width: 992px) {
  .timeline {
    width: 50%;
  }
}

/* RESPONSYWNOŚĆ */
@media (max-width: 768px) {
  .timeline {
    padding-left: 18px;
  }

  .timeline-item::before {
    left: -9px;
    width: 12px;
    height: 12px;
  }

  .timeline-date {
    font-size: 0.95rem;
  }

  .timeline-content {
    padding: 1.2rem;
  }

  .timeline-content h3 {
    font-size: 1rem;
  }

  .timeline-content p {
    font-size: 0.9rem;
  }
}










.fireHover{
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 10px rgba(255, 204, 0, 0.3);
}
.fireHover:hover {
  transform: scale(1.03);
  border-color: #ffcc00;
  box-shadow:
	  0 0 4px 0 #ffbf00,
	  0 0 6px 1px #ff9900,
	  0 0 8px 3px #ff6600,
	  0 0 10px 4px #ff3300,
	  0 0 12px 5px red;
}


.card_uz {
  background: rgba(20, 20, 20, 0.85);
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 0 10px rgba(255, 204, 0, 0.3);
  border: 1px solid #444;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 2rem 1rem;
}

.card_uz:hover {
  transform: scale(1.03);
  border-color: #ffcc00;
  box-shadow: 0 0 20px 5px red, 0 0 15px #ffcc00;
}

.card_uz h2 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1rem;
  text-shadow: 0 0 5px red;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.card_uz p {
  color: #b0b0b0;
  font-size: 1rem;
  margin-bottom: 0;
}


.uwagarzucam-headerBig {
  text-align:center;
  font-size: 2.5rem;
  color: #ffcc00;
  text-shadow: 0 0 8px red, 0 0 12px #ffcc00;
  font-weight: 900;
  letter-spacing: 2px;
}

.uwagarzucam-header {
  text-align:center;
  font-size: 2rem;
  color: #ffcc00;
  text-shadow: 0 0 8px red, 0 0 12px #ffcc00;
  font-weight: 900;
  letter-spacing: 2px;
}

.tagsUz{
  color: #777;
  font-weight: 100;
  font-size: 12px;
  text-align:center;
}




/* RESPONSYWNOŚĆ */
@media (max-width: 768px) {
  .card_uz {
    padding: 1.2rem 0.8rem;
  }

  .card_uz h2 {
    font-size: 1.1rem;
    gap: 6px;
  }

  .card_uz p {
    font-size: 0.9rem;
  }
  .uwagarzucam-header {
    font-size: 1.5rem;
  }
  .uwagarzucam-headerBig {
    font-size: 1.8rem;
  }
  .tagsUz{
	  font-size: 10px;
	}
	
	.mr-mobile-auto{
		margin-right:auto;
	}
}

@media (max-width: 500px) {
  .card_uz h2 {
    font-size: 17px;
    gap: 6px;
  }

  .card_uz p {
    font-size: 12px;
  }
  .tagsUz{
	  font-size: 8px;
	}
}

















