.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

	

.promocja-top-page-section {
	background: url(/wp-content/uploads/2025/12/Firefly-2.png) no-repeat;
	background-size: cover;
	min-height: 62rem;
	padding-top: 4.85rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.content-page {
    padding: 0 9rem;
}

.promocja-top-logo img {
    width: 15.5rem;
}

.promocja-top-content {
    padding-top: 7.2rem;
}

.gradient-text {
    background: linear-gradient(104deg, #26bdff 0%, #1232d3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 5.3rem;
    line-height: 1;
    font-weight: 700;
}

.promocja-top-content-deskr {
    color: #061443;
    font-size: 1.8rem;
    width: 100%;
    max-width: 37rem;
    padding-top: 2.9rem;
    line-height: 1.3;
    padding-bottom: 4.9rem;
}

.promocja-button a {
    background: transparent linear-gradient(104deg, #26BDFF 0%, #1232D3 100%) 0% 0% no-repeat padding-box;
    width: 20.8rem;
    display: flex;
    height: 4.8rem;
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff !important;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1;
    transition: opacity 0.3s ease;
}

.promocja-button a:hover {
    opacity: 0.8; 
}

.promocja-teraz-page-section {
    position: relative;
    z-index: 2;
    margin-top: 60rem; 
    padding-top: 4.6rem;
    background: linear-gradient(35deg, #4120BE 20%, #16B0ED 80%);
        padding-bottom: 12rem;
}

.promocja-teraz-title {
    color: #fff;
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
}

.promocja-teraz-title-descr {
    text-align: center;
    color: #fff;
    padding-top: 2.2rem;
    font-size: 1.6rem;
}

.promocja-teraz-content {
    margin-top: 5.5rem;
    padding: 0 2.5rem 6rem;
    display: flex;
    justify-content: space-between;
}

.promocja-teraz-col {
    width: 30.5rem;
    min-width: 31%;
}

.promocja-teraz-col-top {
    min-height: 13rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2.7rem;
    border-radius: 1rem;
    background: #fff;
}

.promocja-teraz-col-title {
    color: #0447DB;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
    min-height: 3rem;
}

.promocja-teraz-price {
    color: #0447DB;
    font-size: 2.9rem;
    line-height: 1.1;
    font-weight: 700;
}

.promocja-teraz-price-old {
    color: #0447DB;
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 400;
    text-decoration: line-through;
}

.promocja-teraz-col-body {
    color: #fff;
    text-align: center;
    padding-top: 2.7rem;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
    padding-bottom: 2.6rem;
    min-height: 26rem;
    border-radius: 1rem;
}

.promocja-teraz-col-block {
    border: 1px solid #fff;
    border-radius: 1.1rem;
}

.promocja-teraz-col-body p {
    margin: 0 0 1.5rem;
}

.promocja-teraz-col:nth-child(2) .promocja-teraz-col-body p {
    margin-bottom: 1rem;
}

.promocja-teraz-col:nth-child(2) .promocja-teraz-col-block,
.promocja-teraz-col:first-child .promocja-teraz-col-block {
    min-height: 66.8rem;
}

.promocja-teraz-col:last-child .promocja-teraz-col-block .promocja-teraz-col-body {
    padding: 6.4rem 2.5rem 2rem;
    line-height: 1.4;
}

.promocja-white-button a {
    color: #011167 !important;
    text-decoration: none;
    width: 32rem;
    height: 4.8rem;
    border-radius: 3rem;
    background: #fff;
    font-size: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.promocja-white-button a:hover {
    opacity: 0.8; 
}

.promocja-white-button {
    display: flex;
    justify-content: center;
}

.promocja-blur-page-section {
    padding-top: 14.8rem;
    background: url(/wp-content/uploads/2025/12/Firefly-2.png) no-repeat;
    background-size: cover;
    padding-bottom: 15rem;
    position: relative;
    z-index: 2;
}

.promocja-blur-content {
    display: flex;
    width: 102%;
    margin-left: -1%;
    justify-content: space-between;
}

.promocja-blur-col {
    width: 32rem;
    min-width: 31%;
    min-height: 36rem;
    position: relative;
    background: #ffffff0d 0% 0% no-repeat padding-box;
    border: 2px solid #FFFFFF74;
    border-radius: 1rem;
    opacity: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-top: 7rem;
}

.promocja-blur-img {
    position: absolute;
    top: -3.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.promocja-blur-img img {
    width: 5.7rem;
}

.promocja-blur-title {
    text-align: center;
    color: #030F50;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 0 2.5rem 0.5rem;
    min-height: 5.5rem;
}

.promocja-blur-descr {
    padding: 0 1.7rem 4rem;
    text-align: center;
    color: #030F50;
    font-size: 1.6rem;
    line-height: 1.5;
}

.promocja-last-section {
    min-height: 32rem;
    padding-top: 6.2rem;
    background: #000000;
    color: #fff;
    position: relative;
    z-index: 2;
}

.border-promocia-last-button {
    display: flex;
    justify-content: center;
    padding-top: 2.5rem;
}

.border-promocia-last-button a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    border: 2px solid #fff;
    min-width: 15rem;
    min-height: 4.8rem;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    transition: background 0.3s ease;
}

.border-promocia-last-button a:hover {
    background: #ffffff25;
}

.promocja-last-Copyright {
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    padding-top: 8rem;
    padding-bottom: 1rem;
}

.promocja-last-section .promocja-teraz-title {
    font-weight: 700;
}


@media screen and (max-width: 782px) { 


.promocja-top-page-section {
    background: url(/wp-content/uploads/2025/12/xFirefly-2.png.pagespeed.ic.y53z4Ao2Zf.webp) no-repeat;
    background-size: cover;
    min-height: 500px;
    padding-top: 4.85rem;
    background-position: center;
}

.promocja-top-content-deskr {
    color: #061443;
    font-size: 20px;
    width: 100%;
    max-width: 100%;
    padding-top: 30px;
    line-height: 1.3;
    padding-bottom: 50px;
}

.gradient-text {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    padding-top: 90px;
}

.promocja-button a {
    width: 200px;
    display: flex;
    height: 50px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
}

.promocja-teraz-page-section {
	margin-top: 400px;
	    margin-top: 400px;
    padding-top: 50px;
    padding-bottom: 80px;
}

.promocja-teraz-title {
    font-size: 30px;
    font-weight: 700;
}

.promocja-teraz-title-descr {
    text-align: center;
    color: #fff;
    padding-top: 20px;
    font-size: 16px;
    padding-bottom: 20px;
}

.promocja-teraz-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.promocja-teraz-col {
    width: 90%;
    min-width: 31%;
    max-width: 450px;
    margin: 0 auto 25px;
}

.promocja-teraz-col-title {
    color: #0447DB;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    min-height: 3rem;
}

.promocja-teraz-price {
    color: #0447DB;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    padding: 10px 0 5px;
}

.promocja-teraz-price-old {
    color: #0447DB;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    text-decoration: line-through;
    padding-bottom: 10px;
}

.promocja-teraz-col-body {
    color: #fff;
    text-align: center;
    padding-top: 30px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding-bottom: 30px;
    min-height: 150px;
    border-radius: 10px;
}

.promocja-white-button a {
	width: 230px;
    height: 50px;
    border-radius: 30px;
    background: #fff;
    font-size: 16px;
}

.promocja-blur-page-section {
	padding-bottom: 80px;
	    padding-top: 80px;
}

.promocja-blur-content {
    display: flex;
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
    flex-direction: column;
}

.promocja-blur-col {
    width: 100%;
    min-width: 31%;
    max-width: 420px;
    min-height: 36rem;
    position: relative;
    background: #ffffff0d 0% 0% no-repeat padding-box;
    border: 2px solid #FFFFFF74;
    border-radius: 10px;
    opacity: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-top: 45px;
    margin-bottom: 45px;
}

.promocja-blur-img img {
    width: 60px;
}

.promocja-blur-img {
	top: -30px;
}

.promocja-blur-title {
    text-align: center;
    color: #030F50;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.3;
    padding: 0 20px 10px;
    min-height: 5.5rem;
}

.promocja-blur-descr {
	font-size: 14px;
	padding: 0 20px 4rem;
}

.promocja-last-section {
    min-height: auto;
    padding-top: 60px;
}

.promocja-last-section .promocja-teraz-title {
	font-size: 20px;
}

.border-promocia-last-button {
    padding-top: 30px;
}

.border-promocia-last-button a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border: 2px solid #fff;
    min-width: 200px;
    min-height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    transition: background 0.3s 
ease;
}

.promocja-last-Copyright {
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 15px;
}









}