/*
Theme Name: Rezilla Child
Author: ThemePul
Description: This Child Theme only for Rezilla WordPress Theme
Version: 1.0.0
Template: rezilla

This is the child theme for Rezilla theme

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

p, a, li, ul, ol {
	font-family: 'Poppins'!important;
	font-size: 18px;
}
h2 {
	font-weight: 500!important;
	font-size: 48px;
	color: #5E17EB;
}
h3 { 
	font-weight: 500!important;
	font-size: 36px;
	color: #5E17EB;
}
.go-to-content{
  position: absolute;
  z-index: 999;
  top: 20px;
  left: 20px;
  padding: calc(9.49254px + .14925vw) calc(13.49254px + .14925vw);
  font-size: calc(11.49254px + .14925vw);
  line-height: 1.2em;
  border-radius: 2px;
  background-color: #0A4C86;
  color: #FFFFFF;
  transition: background-color .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);
  will-change: opacity;
  opacity: 0;
}
.nav-menu-wrapper .menu-header li > a{
  display:inline-block;
  white-space:nowrap;
  font-weight:400;
  line-height:1;
  text-transform:uppercase;
}
.nav-menu-wrapper .menu-header li > a::after{
  content:none;
}
.nav-menu-wrapper .menu-header li:hover > a, .nav-menu-wrapper .menu-header li.current-menu-item>a {
  font-weight:400 !important;
  text-shadow: 0 0 0 currentColor, 0 0 0 currentColor, 0 0 0 currentColor, 0 0 0 currentColor;
}
.main-header{
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px #19213D17;
}
.main-header .menu-wrapper{
    padding:30px 0;
	transition: padding 0.3s ease;
}
@media (max-width:1199px){
    .main-header .menu-wrapper{
        padding:15px 22px
    }
}
.nav-menu-wrapper .menu-header{
    list-style-type:none;
    margin:0;
    padding:0;
    text-align:right;
}
.nav-menu-wrapper .menu-header li{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    margin:0;
    height:100%;
	font-size: 16px;
}
.nav-menu-wrapper .menu-header li:first-child{
    margin-left:0
}
svg.main-arrow {
	width: 8px!important;
	height: 8px!important;
}
.nav-menu-wrapper .menu-header li svg {
	margin-left: 7px;
}
.nav-menu-wrapper .menu-header li a{
    display:inline-block;
    padding:10px 0px;
    vertical-align:middle;
    font-size:16px;
    line-height:18px;
    font-weight:400;
    color:#262626;
    -webkit-transition:all .2s ease-out;
    -o-transition:all .2s ease-out;
    transition:all .2s ease-out;
    text-transform: uppercase;
}
.nav-menu-wrapper .menu-header li:hover a {
    font-weight: 700;
	transition: all .2s ease-out;
}
.nav-menu-wrapper .menu-header li.cta-btn a {
	background-color: #5E17EB;
	padding: 13px 35px!important;
	border-radius: 0 50px 50px 50px;
	color: #fff;
	font-weight: 400;
	border: 2px solid #5E17EB;
	transition: all .2s ease-out;
	font-family: 'Poppins';
	text-align: center;
}
.nav-menu-wrapper .menu-header li.cta-btn a:hover {
	background-color: transparent;
	border-color: #5E17EB;
	color: #5E17EB;
	transition: all .2s ease-out;
}
.nav-menu-wrapper .menu-header li.cta-btn {
	margin: 0 0 0 10px
}
header.main-header .menu-wrapper .col-md-3 {
	width: 20%!important
}
header.main-header .menu-wrapper .col-md-9 {
	width: 80%!important;
	padding-right: 0!important;
}
@keyframes headerAnim {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}

.nav-menu-wrapper .menu-header li .sub-menu{
    display:none;
    position:absolute;
    top:calc(100% - 1px);
    left:0;
    padding:14px 14px;
    min-width:250px;
    line-height:1;
    background-color:#fff;
    -webkit-box-shadow:0 4px 9px 1px rgba(0,0,0,.05);
    box-shadow:0px 0px 12px 10px rgba(0,0,0,.05);
    text-align:left;
    z-index:20
}
.nav-menu-wrapper .menu-header li .sub-menu li{
    margin:0 0 0px;
    height:auto;
    line-height:36px;
}
.nav-menu-wrapper .menu-header li .sub-menu li a{
    font-size: 16px;
	color: #262626;
	font-weight: 400;
}
.nav-menu-wrapper .menu-header li .sub-menu li a:hover {
	font-weight: 700;
}
.nav-menu-wrapper .menu-header li .sub-menu li .sub-menu a {
	padding: 13px 0px;
}
.nav-menu-wrapper .menu-header li.show-sub .sub-menu{
    display:flex;
	flex-direction: column
}
.nav-menu-wrapper .menu-header li.open .sub-menu{
    display:block
}
.nav-menu-wrapper .menu-header li .sub-menu{
    display:none;
}

.nav-menu-wrapper .menu-header li:hover .sub-menu{
    display:flex;
	flex-direction:column;
	z-index: 99;
}
@media (min-width:769px) and (max-width: 991px) {
	.navbar-br img {
		width: 210px!important;
	}
}
@media (max-width: 768px) {
	.navbar-br img {
		width: 210px!important;
		margin-left: 15px;
	}
}
@media (max-width: 420px) {
	.navbar-br img {
		width: 150px!important;
	}
}
@media (max-width:1299px){
    .nav-menu-wrapper .menu-header li{
        margin:0
    }
    .nav-menu-wrapper .menu-header li a{
        padding:0 8px
    }
}
@media (max-width:992px){
    .nav-menu-wrapper .menu-header li{
        margin:0
    }
    .nav-menu-wrapper .menu-header li.lang-item a{
        font-size:0.8125em
    }
    .nav-menu-wrapper .menu-header li a{
        font-size:0.8125em;
        padding:8px 10px
    }
}
.navbar-br{
    display:block;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.25em;
}
.navbar-br img{
    display:inline-block;
    vertical-align:middle;
    width:100%;
    height:auto
}

@media (max-width:768px){
    .navbar-br{
        height:100%;
        line-height:80px
    }
}
.btn-mobile-wrapper{
    display:none;
    text-align:right;
}
.btn-mobile-wrapper .menu-toggle{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    margin-top:0;
    background-color:transparent;
    border:none;
    z-index:101
}
.btn-mobile-wrapper .menu-toggle:focus{
    outline:0
}
.btn-mobile-wrapper .menu-toggle svg.close{
    display:none
}
@media (max-width: 991px) {
  .btn-mobile-wrapper {
    display: block;
  }

  .navbar-br svg {
    width: 100%;
    height: 60px;
    display: block;
  }

  .main-header .menu-wrapper .row.align-items-center {
    justify-content: space-between;
  }

  .btn-mobile-wrapper .menu-toggle.active svg {
    -webkit-animation: buttonAnim 0.4s linear;
    animation: buttonAnim 0.4s linear;
  }

  .btn-mobile-wrapper .menu-toggle.active svg.close {
    display: inline-block;
    opacity: 1;
  }

  .btn-mobile-wrapper .menu-toggle.active svg.open {
    display: none;
    opacity: 0;
  }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 1001;
  }

  .main-header .header-menu-container {
    display: none;
  }

  .main-header.active .header-menu-container {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
  }

  header.main-header.active .menu-wrapper .col-md-9 {
    width: 100% !important;
  }

  .main-header.active .header-menu-container {
    display: block;
  }

  .nav-menu-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-menu-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
  }

  .main-header.active .header-menu-container {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .menu-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu-header li {
    list-style: none;
  }

  .menu-header li a {
    display: block;
    padding: 8px 0;
    color: #000;
    text-decoration: none;
    font-size: 18px;
  }
	.menu-toggle svg path {
		fill: #5E17EB!important;
		stroke: #5E17EB!important;
	}
	.nav-menu-wrapper .menu-header li a {
		color: #262626;
		font-size: 18px!important;
		font-weight: 400;
		text-transform: none!important;
	}
	header.main-header .menu-wrapper ul li a::before {
		width: 25px;
		height: 25px;
		opacity: 1;
		font-weight: 700;
	}
	.nav-menu-wrapper .menu-header li.cta-btn a {
		padding: 10px 30px!important
	}
	.nav-menu-wrapper .menu-header {
		gap: 10px;
	}
	.main-header.active .menu-wrapper .header-menu-container {
		margin-top: 50px;
	}
	.main-header .menu-wrapper{
    padding: 0;
  }
    .main-header{
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:80px;
        line-height:80px;
        -webkit-transition:all .4s linear;
        -o-transition:all .4s linear;
        transition:all .4s linear;
        z-index:99;
        padding-top: 0;
    }
    .main-header.active{
        height:100vh;
        background: #fff
    }
    .main-header.active .menu-wrapper{
        height:100vh;
        line-height:80px;
    }
    .main-header .menu-wrapper{
        height:80px;
        line-height:80px;
        overflow:hidden;
        -webkit-animation:none;
        animation:none;
        -webkit-transition:all .4s linear;
        -o-transition:all .4s linear;
        transition:all .4s linear
    }
}
header.main-header .menu-wrapper ul li a {
    position: relative;
}
header.main-header .menu-wrapper ul li a::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -8px;
    width: 0;
    height: 0;
    background-image: url('/wp-content/uploads/2025/07/circle.svg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all .2s ease-out;
    z-index: 9999;
}
header.main-header .menu-wrapper ul li a:hover::before {
    width: 22px;
    height: 22px;
    opacity: 1;
}
header.main-header .menu-wrapper ul li#menu-item-19 a::before {
    content: none !important;
}
.banner-se {
	background: linear-gradient(180deg, #F1F0FB 0%, #FFFFFF 100%);
	padding: 80px 0;
}
h4.kicker {
	font-weight: 500;
	font-size: 24px;
	color: #5E17EB;
}
.banner-se h1 {
	font-weight: 600;
	font-size: 48px;
	line-height: 67px;
	color: #5E17EB;
}
a.banner-first-button {
	background-color: #5E17EB;
	border-radius: 50px;
	padding: 13px 35px;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #5E17EB;
}
a.banner-first-button svg {
	margin-left: 10px;
	fill: #fff;
	margin-top: -3px;
}
a.banner-first-button:hover svg {
	fill: #5E17EB
}
a.banner-first-button:hover {
	background-color: transparent;
	color: #5E17EB;
}
.main-buttons {
	display: flex;
	gap: 20px;
}
a.banner-second-button {
	border: 2px solid #5E17EB;
	font-size: 20px;
	font-weight: 500;
	padding: 13px 35px;
	border-radius: 50px;
	text-transform: uppercase;
	color: #5E17EB;
}
a.banner-second-button:hover {
	background-color: #5E17EB;
	color: #fff;
}
.offer-se {
	text-align: center;
	margin: 0 auto;
	padding: 80px 0 90px;
}
.offer-se a.offer-tab {
	background-color: #F4F4F4;
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	color: #262626;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	padding: 13px 35px;
	box-shadow: 0px 2px 20px 0px #19213D17;
}
.offer-se a.offer-tab.is-active {
	box-shadow: 0px 2px 20px 0px #19213D17;
	background-color: transparent;
	border: 1px solid #5E17EB;
	border-radius: 50px;
	color: #5E17EB;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	padding: 13px 35px;
}
.offer-se h2.offer-title {
	margin-bottom: 40px;
}
.offer-compare {
	background-color: #fff;
	box-shadow: 0px 2px 20px 0px #19213D17;
	border-radius: 50px;
	padding: 50px 50px;
	margin-top: 40px;
}
.offer-se .offer-label, .offer-se .offer-label.mt-3 {
	font-weight: 500;
	font-size: 24px;
	color: #262626;
	margin-bottom: 20px;
	font-family: "Rubik";
}
.offer-label.mt-3 {
	margin-top: 35px!important;
}
.offer-tabs.row {
	justify-content: center;
}
.offer-se .offer-options span {
	font-weight: 400;
	color: #262626;
	font-size: 18px;
	font-family: "Rubik";
}
.offer-se .offer-options .opt input:checked + .dot {
	width: 20px;
	height: 20px;
}
.offer-se .offer-options .dot {
	width: 20px;
	height: 20px;
	border: 1px solid #D1D1D6;
	border-radius: 50%;
}
.offer-se .offer-options .opt input:checked + .chk {
	background-color: #5E17EB;
	border-radius: 4px;
	width: 20px;
	height: 20px;
}
.offer-se .offer-options .opt input:checked {
	opacity: 1;
	background-color: #5E17EB!important;
	width: 20px;
	height: 20px;
}
.offer-se input[type="checkbox"],
.offer-se input[type="radio"]{
  accent-color:#5E17EB;
}

.offer-se .offer-options .chk {
	background-color: transparent;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	border: 1px solid #D1D1D6;
}
.conversations {
	background: linear-gradient(180deg, rgba(140, 130, 255, 0.06) 0%, rgba(94, 23, 235, 0.06) 100%);
	padding: 80px 0;
	text-align: center;
}
.conversations h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 500;
	color: #262626;
}
.conversations .conv-text p {
	width: 50%;
	color: #262626;
	font-size: 18px;
	line-height: 24px;
	margin: 0 auto 45px;
}
a.conv-btn {
	background-color: #5E17EB;
	border-radius: 50px;
	padding: 13px 35px;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #5E17EB;
}
a.conv-btn svg {
	margin-left: 10px;
	fill: #fff;
	margin-top: -3px;
}
a.conv-btn:hover svg {
	fill: #5E17EB
}
a.conv-btn:hover {
	background-color: transparent;
	color: #5E17EB;
}
section.worth {
	padding: 80px 0;
}
h2.section-heading {
	text-align: center;
}
.worth-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.worth-item {
	flex: 0 0 50%;
	max-width: calc(50% - 20px);
	background: linear-gradient(180deg, #F1F0FB 0%, #FFFFFF 100%);
	box-shadow: 0px 2px 20px 0px #19213D17;
	border-radius: 0px 50px 50px 50px;
	padding: 25px;
	margin-top: 50px;
}
.worth-item .icon {
	background: linear-gradient(160.41deg, #8C82FF -5.15%, #5E17EB 87.35%);
	border-radius: 100%;
	padding: 20px;
	width: 75px;
	height: 75px;
	margin-top: -60px;
	margin-bottom: 15px;
}
.worth-item .icon img {
  filter: brightness(0) invert(1);
}
.worth-item .wtext p {
	color: #000;
	line-height: 24px;
}
.saving {
	position: relative;
	padding: 80px 0;
	background: linear-gradient(180deg, #F1F0FB 0%, #FFFFFF 100%);
	text-align: center;
}
.saving .section-heading {
	margin: 0 0 30px;
	font-size: 44px;
	line-height: 1.2;
	color: #5f2afb;
	font-weight: 800;
}
.saving::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 150px;
	width: 450px;
	height: 480px;
	background-image: url('/wp-content/uploads/2025/10/helper.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom left;
	pointer-events: none;
}
.saving-steps {
	display: flex;
	gap: 30px;
	background: #fff;
	box-shadow: 0px 8px 30px rgba(25, 33, 61, 0.12);
	border-radius: 40px 0 40px 40px;
	padding: 50px 50px 50px 250px;
	align-items: flex-start;
	text-align: left;
	margin-bottom: 75px;
}
.saving-steps .step {
	flex: 1 1 0;
	max-width: 33.33%;
}
.saving-steps .num {
	font-size: 74px;
	font-weight: 600;
	line-height: 1;
	background: linear-gradient(200deg, #0C82FF 0%, #5E17EB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Rubik";
}
.saving-steps h3 {
	font-size: 36px;
	line-height: 1.3;
	color: #5E17EB;
	font-weight: 500;
}
.saving-steps .stext {
	font-size: 18px;
	color: #000;
}
.saving .cta-button {
	display: inline-block;
	margin-top: 28px;
	padding: 14px 34px;
	background: #5f2afb;
	color: #fff;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(95, 42, 251, 0.35);
	transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.saving .cta-button:hover {
	background: #4b20d2;
	box-shadow: 0 10px 22px rgba(95, 42, 251, 0.45);
	transform: translateY(-1px);
}
.saving-steps .num, .saving-steps .stext {
	margin-bottom: 10px;
}
@media (max-width: 1800px) {
	.saving::after {
		left: 100px;
	}
}
@media (max-width: 1670px) {
	.saving::after {
		left: 50px;
	}
	.saving-steps {
		padding: 50px 50px 50px 300px
	}
}
section.faq {
	padding: 80px 0;
	background-color: #F9F9F9;
}
.faq-list {
	width: 850px;
	margin: 50px auto 0;	
}
.faq-list span.qtext {
	font-family: "Rubik";
}
.faq-item {
	cursor: pointer;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0,0,0,.06);
	padding: 24px;
	margin: 16px 0;
	transition: background .3s;
}
.faq-item.is-open {
	background: linear-gradient(250deg, #FFFFFF 0%, #F1F0FB 50%);
}
.faq-q {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	font: inherit;
	text-align: left;
	font-size: 24px;
	font-weight: 500;
	color: #262626;
}
.faq-item.is-open .faq-q {
	color: #5E17EB;
}
.faq-q .qarrow {
	transition: transform .25s;
}
.faq-item.is-open .qarrow {
	transform: rotate(180deg);
}
.faq-a {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height .3s ease, opacity .2s ease;
	margin-top: 8px;
}
.faq-item.is-open .faq-a {
	opacity: 1;
	padding: 15px 75px 0px 32px;
}
.faq-a p {
	color: #262626;
	font-size: 16px;
}
.faq-a ol {
	color: #262626;
	font-size: 16px;
	font-family: 'Poppins'!important;
	margin-left: 20px;
	padding-left: 0;
	line-height: 24px;
}

.faq-a li {
	color: #262626;
	font-size: 16px;
	font-family: 'Poppins'!important;
	margin-bottom: 10px;
	line-height: 24px;
}

.faq-a li:last-child {
	margin-bottom: 0;
}
.faq h4.kicker {
	text-align: center;
}
section.about {
	padding: 80px 0;
}
.about h2.section-heading {
	margin-bottom: 35px;
}
.about-stats {
	display: flex;
	justify-content: center;
	border-radius: 50px 50px 0 50px;
}
.about-stats .stat {
	background: linear-gradient(160deg, #8C82FF 0%, #5E17EB 100%);
	width: 25%;
	padding: 60px;
	text-align: center;
}
.about-stats .stat:first-child {
	border-radius: 50px 0 0 0;
}
.about-stats .stat:last-child {
	border-radius: 0 50px 50px 0;
}
.about-stats .stat .num {
	font-weight: 600;
	color: #fff;
	font-size: 42px;
	margin-bottom: 20px;
	font-family: "Rubik";
}
.about-stats .stat .txt {
	font-weight: 600;
	color: #fff;
	font-size: 18px;
}
.about-stats .stat .txt p {
	margin-bottom: 0!important;
}
.offer-se .offer-tab.is-active { 
	outline:0;
	box-shadow:0 0 0 2px rgba(136,84,255,.25),0 0 0 6px rgba(136,84,255,.15);
	border-radius:14px
}
.offer-se .offer-options .opt {
	display:inline-flex;
	align-items:center;
	gap:.5rem;
	cursor:pointer;
	margin-right:25px;
}
.offer-se .offer-options .opt input {
	position:absolute;
	opacity:0;
	pointer-events:none
}
.offer-se .offer-options {
	margin-bottom: 35px;
}
.offer-se .offer-btn {
	background-color: #5E17EB;
	border-radius: 50px;
	padding: 13px 35px;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #5E17EB;
}
.offer-se .offer-btn svg {
	margin-left: 10px;
	fill: #fff;
	margin-top: -3px;
}
.offer-se .offer-btn:hover svg {
	fill: #5E17EB
}
.offer-se .offer-btn:hover {
	background-color: transparent;
	color: #5E17EB;
}
.tpw-footer {
    padding:30px 0 0
}
.tpw-footer .tpw-container {
    max-width:100%;
    margin:0 auto;
    padding:0;
}
.tpw-footer__buttons, .tpw-footer__main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.tpw-footer__main {
    display:flex;
    gap:24px;
    flex-wrap:wrap;
    align-items:flex-start;
}
.tpw-footer__left {
    flex:1 1 360px;
    min-width:280px;
}
.tpw-footer__logo {
    display:inline-block;
}
.tpw-footer__logo-img {
    max-height:75px;
    width:auto;
    height:auto;
}
.tpw-footer__title {
    margin:0 0 10px;
    font-size:20px;
    color: #5e17eb;
    font-weight: 600;
}
.tpw-footer__social {
    margin:8px 0 20px;
}
.tpw-footer__social-list {
    display:flex;
    gap:25px;
    flex-wrap:wrap;
}
.tpw-footer__social-link {
    display:inline-flex;
}
.tpw-footer__social-img {
    width:28px;
    height:28px;
    object-fit:contain;
}
.tpw-footer__contact-list {
    list-style:none;
    margin:0;
    padding:0;
    display: grid;
    gap:8px;
}
.tpw-footer__contact-item {
    display:flex;
    align-items:center;
    gap:10px;
}
.tpw-footer__contact-icon {
    width:18px;
    height:18px;
    object-fit:contain;
}
.tpw-footer__right {
    flex:1 1 550px;
    min-width:550px;
    background:#E6E6E6;
    padding:15px;
}
.tpw-footer__form-title {
    margin:0 0 10px;
    font-size:20px;
    line-height: 28px;
    color: #5e17eb;
    font-weight: 600;
}
.tpw-footer__buttons {
    margin-top:40px;
    display:flex;
    flex-wrap:wrap;
    gap:40px;
    justify-content: center;
}
.tpw-btn {
    display:inline-block;
    text-decoration:none;
    color: #000000;
    font-size: 14px;
    font-weight: 400;;
}
.tpw-btn:hover {
    color: #5e17eb;
}
.tpw-footer__bottom {
    margin-top:20px;
    text-align: center;
    background-color: #5e17eb;
    padding: 15px 0;
}
.tpw-footer__bottom p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0!important;
}
.tpw-copy {
    margin:8px 0 0;
    font-size:13px;
    color:#666;
}
li.tpw-footer__contact-item span, li.tpw-footer__contact-item a {
    color: #324a6d;
    font-size: 16px;
    line-height: 24px;
}
div.wpforms-container-full:not(:empty) {
    margin: 0!important;
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 5px 0!important;
}
div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    border-radius: 0px 20px 20px 20px!important;
    background-color: #5e17eb!important;
    color: #fff!important;
    font-size: 15px!important;
    font-weight: 500!important;
	border: 1px solid #5e17eb;
}
button#wpforms-submit-4360:hover {
    border-radius: 0px 20px 20px 20px!important;
    background-color: #fff!important;
    color: #5e17eb!important;
    font-size: 15px!important;
    font-weight: 500!important;
}
div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:active, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
    background: unset!important;
}
ul#wpforms-4360-field_3 label.wpforms-field-label-inline {
    color: #686868!important;
    font-size: 16px!important;
    line-height: 21px!important
}
input#wpforms-4360-field_2 {
    border-color: #5e17eb!important;
    width: 50%!important;
    height: 65px!important;
    background-color: #fff!important;
    border-radius: 2px!important;
}
ul label.wpforms-field-label-inline a {
    color: #1B153B!important;
    transition: all .3s ease;
}
ul label.wpforms-field-label-inline a:hover {
    color: #1769FE!important;
    transition: all .3s ease;
}
div.wpforms-container-full input[type=checkbox]:checked:after {
    border-left-color: #5e17eb!important;
    border-bottom-color: #5e17eb!important
}
div.wpforms-container-full input[type=checkbox]:checked:before, div.wpforms-container-full input[type=radio]:checked:before {
    border-color: #5e17eb!important;
    box-shadow: 0 0 0 1px #5e17eb,0px 1px 2px rgba(0,0,0,0.15)!important;
}
.all-offers-se {
	padding: 20px 0 80px;
}
.all-offers-se h2.offers-heading {
	text-align: center;
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 48px;
}
.all-offers-se .offers-list {
	display:flex;
	flex-direction:column;
	gap:50px
}
.all-offers-se .offer-card {
	background:#fff;
	border-radius: 0 50px 50px;
	box-shadow: 0px 2px 20px 0px #19213D17;
	overflow:hidden
}
.all-offers-se .offer-card.top-offer {
	border: 1px solid #5E17EB;
	box-shadow: 0px 2px 20px 0px #19213D17;
	position: relative;
  	overflow: hidden;
}
.offer-card.top-offer::before {
  content: "Top oferta";
  position: absolute;
  top: 0;
  left: 0;
  background: #5E17EB;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 20px;
  border-bottom-right-radius: 15px;
  text-transform: uppercase;
}
.all-offers-se .offer-main {
	display:grid;
	grid-template-columns:140px 200px 190px 400px 1fr;
	gap:15px;
	align-items:center;
	padding:25px 25px 25px 40px;
}
.all-offers-se .offer-brand {
	display:block;
	text-align: center;
	margin: 0 auto;
}
.all-offers-se .offer-logo {
	max-width:120px;
	max-height:72px;
	height:auto;
	width:auto
}
.all-offers-se .offer-price .price {
	font-size:28px;
	line-height:1.1;
	font-weight:700
}
.all-offers-se .offer-price .per {
	font-size:16px;
	font-weight: 400;
	color: #828282
}
.all-offers-se .offer-pack {
	display:block;
}
.all-offers-se .offer-pack .value {
	font-size:14px
}
.all-offers-se .offer-specs {
	display:grid;
	gap:6px
}
.all-offers-se .offer-specs .spec {
	font-size:14px;
	padding: 2px 15px;
}
.all-offers-se .offer-cta {
	display:flex;
	flex-direction:column;
	gap:20px;
	align-items:stretch;
	justify-content:center;
	width: max-content;
	margin: 0 auto;
}
.all-offers-se .offer-btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-radius:999px;
	padding:12px 18px;
	text-decoration:none;
	font-weight:700;
	border:1px solid transparent
}
.all-offers-se .offer-btn.primary {
	background:#6b34ff;
	color:#fff
}
.all-offers-se .offer-btn.secondary {
	background:#fff;
	border-color:#6b34ff;
	color:#6b34ff
}
.all-offers-se .offer-foot {
	display:flex;
	justify-content:flex-end;
	padding:0 20px 16px
}
.all-offers-se .offer-link-small {
	font-size:12px;
	text-decoration:none;
	opacity:.8;
	border-bottom:1px dotted currentColor
}
.offer-card {
	font-family: 'Poppins'!important;
}
.offer-main .offer-price .label, .offer-main .offer-pack .label {
	font-size: 16px;
	font-weight: 400;
	color: #262626;
}
.offer-card .offer-price, .offer-card .offer-pack {
	text-align: center;
}
.offer-card .offer-price .price, .all-offers-se .offer-pack .value.strong {
	color: #5E17EB;
	font-size: 36px;
	font-weight: 500;
}
.all-offers-se .offer-pack .value.strong {
	margin-bottom: 55px;
}
.offer-main .offer-pack .label {
	margin-bottom: 26px;
}
.offer-card .offer-price .price {
	margin-top: 20px;
	margin-bottom: 20px;
}
.offer-specs .spec:nth-child(odd) {
	background-color: #fff;
}
.offer-specs .spec:nth-child(even) {
	background-color: #FAFAFA;
}
.offer-specs .spec {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	color: #000;
	margin-bottom: 0px
}
.offer-specs .spec span {
	font-weight: 400;
	font-size: 16px;
	color: #262626;
}
.offer-specs .spec b {
	font-weight: 600;
	font-size: 16px;
	color: #262626;
}
.all-offers-se .offer-cta a.primary {
	background-color: #5E17EB;
	border-radius: 50px;
	padding: 13px 35px;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #5E17EB;
}
.all-offers-se .offer-cta a.primary:hover {
	background-color: transparent;
	color: #5E17EB;
}
.all-offers-se .offer-cta a.secondary {
	border: 2px solid #5E17EB;
	font-size: 20px;
	font-weight: 500;
	padding: 13px 35px;
	border-radius: 50px;
	text-transform: uppercase;
	color: #5E17EB;
	text-align: center;
}
.all-offers-se .offer-cta a.secondary:hover {
	background-color: #5E17EB;
	color: #fff;	
}
.offer-cta .error {
	font-size: 14px;
	color: #828282;
	text-align: center;
}
.offer-cta .error img {
	margin-right: 10px;
}
p.offers-empty-note {
	text-align: center;
}
@media (max-width: 1400px) {
	.all-offers-se .container {
		padding: 2px 10px;
	}	
}
@media (min-width: 1400px) {
	.all-offers-se .container {
		max-width: 1350px;
	}	
}
@media (max-width: 1270px) {
	.all-offers-se .offer-main {
		grid-template-columns: 140px 150px 135px 350px 1fr;
		gap: 10px;
	}
	.offer-card .offer-price .price, .all-offers-se .offer-pack .value.strong {
		font-size: 28px;
	}
	.all-offers-se .offer-pack .value.strong {
		margin-bottom: 40px;
		margin-top: 11px;
	}
	.offer-main .offer-pack .label {
		margin-bottom: 0;
	}
	.offer-card .offer-price .price {
		margin-bottom: 10px;
		margin-top: 10px;
	}
}
@media (min-width: 1200px) {
	.all-offers-se .container {
		max-width: 1350px;
	}	
}
@media (max-width: 1050px) {
	.all-offers-se .container {
		max-width: 100%;
	}
	.all-offers-se .offer-specs {
		width: 500px;
		margin: 25px auto;
	}
    .offer-main {
    	display: grid!important;
    	grid-template-columns: unset!important;
    	grid-template-areas:
			"brand brand"
			"price pack"
			"specs specs"
			"cta   cta";
    	gap: 24px;
    	align-items: start;
  	}
  	.offer-main > .offer-brand {
    	grid-area: brand;
    	justify-self: center;
    	text-align: center;
  	}
    .offer-main > .offer-price {
    	grid-area: price;
    	justify-self: center;
    	text-align: center;
    	margin: 0!important;
  	}
  	.offer-main > .offer-pack {
    	grid-area: pack;
    	justify-self: center;
    	text-align: center;
    	margin: 0!important;
  	}
  	.offer-main > .offer-specs {
    	grid-area: specs;
  	}
    .offer-main > .offer-cta {
    	grid-area: cta;
    	display: flex!important;
    	flex-direction: row!important;
    	align-items: center;
    	gap: 15px;
  	}
    .offer-main > .offer-cta > a {
    	display: block!important;
    	text-align: center;
    	float: none!important;
  	}
    .offer-main > .offer-cta > .error {
    	order: 3;
    	width: auto;
    	max-width: none;
    	align-self: flex-start;
    	text-align: left;
		margin: auto 0;
  	}
}
@media (max-width: 1024px) {
	.filters-grid {
		grid-template-columns: 1fr!important;
		gap: 0!important;
	}
	.filters-modal {
    	overflow: hidden;
		padding: 10px!important;
  	}
  	.filters-modal__dialog {
   		max-height: calc(100dvh - 40px);
    	overflow: auto;
    	-webkit-overflow-scrolling: touch;
    	overscroll-behavior: contain;
    	touch-action: pan-y;
		padding: 30px 20px 40px!important;
  	}
	.filters-block__title {
		font-size: 18px!important;
		margin: 25px 0 0!important;
	}
	.filters-col:last-child {
		width: 100%;
	}
	.filters-col .checkboxs {
		display: flex;
		gap: 20px;
		justify-content: center;
	}
	.filters-block:last-child .chk {
		font-size: 16px;
	}
	.filters-block:last-child input[type="checkbox"] {
		border-radius: 4px;
	}
	.range-row {
		grid-template-columns: 50px 1fr 50px!important
	}
	.filters-block {
		padding: 0!important
	}
	span#priceMaxLabel, span#dlugMaxLabel, span#ueMaxLabel, span#packMaxLabel, span#priceMinLabel, span#dlugMinLabel, span#ueMinLabel, span#packMinLabel {
		font-size: 12px;
		line-height: 140%;	
	}
	.range-row input[type=range] {
		width: 100%!important;
	}
	span.icon-sort, span.icon-filter {
		margin-top: -8px!important;
	}
	.filters-actions {
		flex-direction: column;
		margin-top: 40px!important;
	}
	.range-row {
		margin: 5px 0 0!important;
		gap: 10px!important;
	}
	.filters-actions button#clearFilters, .filters-actions button#applyFilters {
		font-size: 18px!important;
	}
}
@media (max-width: 980px) {
	.all-offers-se h2.offers-heading {
		font-size: 32px;
		line-height: 100%;
	}
}
@media (max-width: 767px) {
	.all-offers-se {
		padding: 20px 0 40px;
	}
	.all-offers-se h2.offers-heading {
		margin-bottom: 25px;
	}
	.offers-toolbar__actions {
		justify-content: center!important;
		gap: 25px;
	}
	.offer-main > .offer-cta {
		flex-direction: column!important;
	}
	.all-offers-se .offer-logo {
		max-width: 130px;
		max-height: 75px;
	}
	.all-offers-se .offer-main {
		gap: 5px;
		padding: 55px 15px 20px;
	}
	.all-offers-se .offer-specs {
		width: 100%;
		margin: 15px auto 30px;
	}
	.hs-rating {
		margin-top: 10px!important;
		text-align: left;
	}
	.hs-stats {
		margin-top: 8px;
		text-align: center!important;
	}
	.hs-star .hs-icon {
		width: 20px!important;
		height: 20px!important;
	}
	.offer-main .offer-brand {
		margin-bottom: 10px;
	}
	.offer-main .offer-price .label, .offer-main .offer-pack .label, .all-offers-se .offer-price .per {
		font-size: 14px;
		line-height: 140%;
	}
	.offer-card .offer-price .price, .all-offers-se .offer-pack .value.strong {
		font-size: 36px;
	}
	.all-offers-se .offer-pack .value.strong {
		margin-top: 12px;
		margin-bottom: 31px;
	}
	.offer-card .offer-price .price {
		margin-top: 7px;
		margin-bottom: 7px;
	}
	.offer-specs .spec span, .offer-specs .spec b {
		font-size: 14px;
	}
	.all-offers-se .offer-specs .spec {
		padding: 2px 10px;
	}
	.all-offers-se .offer-cta a.secondary {
		width: 100%;
	}
	.all-offers-se .offer-cta a.primary, .all-offers-se .offer-cta a.secondary {
		font-size: 18px;
	}
	.offer-main > .offer-cta > .error {
		margin: 0 auto;
	}
	.offer-cta .error {
		font-size: 12px;
	}
	.filters-actions {
		width: fit-content;
		margin: 25px auto 0;
	}
	.filters-modal .filters-block>.range-now {
		margin-top: 0!important;
		margin-bottom: 10px;
		font-size: 14px!important;
	}
}
.hs-rating {
	display:block;
	margin-top:.5rem
}
.hs-stars {
	display:flex;
	gap:.25rem;
	line-height:0
}
.hs-star {
	all:unset;
	display:inline-block;
	position:relative;
	width:22px;
	height:22px;
	cursor:pointer
}
.hs-star::before,.hs-star::after {
	content:none!important;
	display:none!important;
}
.hs-star .hs-icon {
	width:22px!important;
	height:22px!important;
	display:block!important
}
.hs-outline {
	fill:none;
	stroke:#6a38ff;
	stroke-width:1.3;
	stroke-linejoin:round;
}
.hs-fill {
	fill:#6a38ff;
}
.hs-star:focus-visible {
	outline:2px solid #6a38ff;
	outline-offset:2px
}
.hs-stats {
	font-size:14px;
	color:#828282;
	text-align: left;
}
.all-offers-se { 
	--accent:#5E17EB; 
	--track:#EBEBEB; 
}
.offers-toolbar { 
	display:block; 
	align-items:center; 
	margin:16px 0 20px 
}
.offers-toolbar__actions { 
	display:flex; 
	gap:15px; 
	align-items:center;
	justify-content: end;
}
span.icon-sort {
	margin-top: -5px;
} 
span.icon-filter {
	margin-top: -7px;
}
span.icon-clear {
	margin-top: 3px;
}
.btn-sort, .btn-filter, .btn-clear { 
	display:inline-flex; 
	align-items:center; 
	gap:10px; 
	cursor:pointer; 
	font-weight:400;
	font-size: 14px;
	border: unset;
	color: #828282;
	background-color: transparent;
	font-family: 'Poppins'!important;
}
.icon-sort:before { 
	content: url("/wp-content/uploads/2025/10/sort-amount.svg"); 
	display:inline-block;
	width: 14px;
	height: 14px;
}
.icon-filter:before { 
	content: url("/wp-content/uploads/2025/10/settings.svg"); 
	display:inline-block;
	width: 14px;
	height: 14px;
}
.icon-clear:before { 
	content: url("/wp-content/uploads/2025/10/delete.svg"); 
	display:inline-block;
	width: 14px;
	height: 14px;
}
span.icon-sort, span.icon-filter {
	width: 14px;
	height: 14px;
}
.sort-menu { 
	position:absolute; 
	z-index:20; 
	background:#fff; 
	border:1px solid #e1e1e8; 
	border-radius:12px; 
	box-shadow:0 8px 30px rgba(0,0,0,.08); 
	padding:6px; display:flex; 
	flex-direction:column; 
	gap:4px 
}
.sort-item { 
	background:transparent; 
	border:0; 
	text-align:left; 
	padding:10px 14px; 
	border-radius:10px; 
	cursor:pointer 
}
.sort-item:hover { 
	background:#f6f6fb 
}
#sortMenu[hidden] { 
	display:none 
}
.filters-modal[hidden] { 
	display:none 
}
.filters-modal { 
	position:fixed; 
	inset:0; 
    background:rgba(10,12,16,.55); 
	z-index:1000; 
	display:flex; 
	align-items:center; 
	justify-content:center; 
	padding:20px 
}
.filters-modal__dialog { 
	background:#fff; 
	max-width:1140px; 
	width:100%; 
	border-radius:25px; 
	padding:50px 75px; 
	position:relative;
	box-shadow: 0px 2px 20px 0px #19213D17;
}
.filters-modal__close { 
	position:absolute; 
	right:10px; 
	top:8px; 
	background:#fff; 
	width:50px; 
	height:50px; 
	cursor:pointer;
	color: #5E17EB;
	font-weight: 300;
	font-size: 36px;
	border: unset;
}
.filters-grid { 
	display:grid; 
	grid-template-columns:280px 1fr; 
	gap:18px; 
	margin-top:10px 
}
.filters-col { 
	min-width:0 
}
.filters-block { 
	padding:10px; 
	margin-bottom:0px;
	border: unset;
	text-align: center;
}
.filters-block__title { 
	font-weight:500; 
	margin-bottom:10px;
	color: #262626;
	font-size: 20px;
}
.filters-operators { 
	display:flex; 
	flex-direction: column;
	gap:5px;
	border: unset;
}
.filters-operators .chk { 
	border:unset; 
	padding:10px 
}
.chk { 
  	display: grid;
  	grid-template-columns: 20px 1fr;
  	align-items: start;
  	gap: 5px;
	text-align: left;
	font-size: 14px;
}
.filters-actions { 
	display:flex; 
	gap:15px; 
	justify-content:center; 
	margin-top:25px; 
}
.filters-actions button#applyFilters {
	background-color: #5E17EB;
	border-radius: 50px;
	padding: 13px 35px;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #5E17EB;
}
.filters-actions button#applyFilters svg {
	margin-left: 10px;
	fill: #fff;
	margin-top: -3px;
}
.filters-actions button#applyFilters:hover svg {
	fill: #5E17EB
}
.filters-actions button#applyFilters:hover {
	background-color: transparent;
	color: #5E17EB;
}
.filters-actions button#clearFilters {
	border: 2px solid #5E17EB;
	font-size: 20px;
	font-weight: 500;
	padding: 13px 35px;
	border-radius: 50px;
	text-transform: uppercase;
	color: #5E17EB;
}
.filters-actions button#clearFilters:hover {
	background-color: #5E17EB;
	color: #fff;
}
.all-offers-se .range-scale { 
	display:flex; 
	justify-content:space-between; 
	font-size:14px;
	font-weight:400;
	font-family:'Poppins';
	color:#262626; 
	margin:5px 0 5px 
}
.all-offers-se .range-now { 
	font-weight:600; 
	text-align:center; 
	margin-top:10px;
	font-size:16px;
	font-family:'Poppins';
	color:#262626;
}
.all-offers-se .form-range { 
	width:100%; 
	height:1.5rem; 
	padding:0; 
	background:transparent; 
	-webkit-appearance:none; 
	appearance:none 
}
.all-offers-se .form-range:focus { 
	outline:0 
}
.all-offers-se .form-range::-webkit-slider-runnable-track { 
	height:4px; 
	border-radius:2px; 
	background:linear-gradient(var(--accent),var(--accent)) 0 0/var(--sx,0%) 100% no-repeat, var(--track) 
}
.all-offers-se .form-range::-webkit-slider-thumb { 
	-webkit-appearance:none; 
	appearance:none; 
	width:20px; 
	height:20px; 
	margin-top:-8px; 
	border-radius:50%; 
	background:#fff; 
	border:1px solid #ddd; 
	box-shadow:0 2px 6px rgba(0,0,0,.08); 
	transition:box-shadow .15s ease, transform .05s ease 
}
.all-offers-se .form-range:focus::-webkit-slider-thumb { 
	box-shadow:0 0 0 6px rgba(124,45,245,.15) 
}
.all-offers-se .form-range:active::-webkit-slider-thumb { 
	transform:scale(1.02) 
}
.all-offers-se .form-range::-moz-range-track { 
	height:4px; 
	background:var(--track); 
	border:0; 
	border-radius:2px 
}
.all-offers-se .form-range::-moz-range-progress { 
	height:4px; 
	background:var(--accent); 
	border-radius:2px 
}
.all-offers-se .form-range::-moz-range-thumb { 
	width:20px; 
	height:20px; 
	border-radius:50%; 
	background:#fff; 
	border:1px solid #ddd; 
	box-shadow:0 2px 6px rgba(0,0,0,.08); 
	transition:box-shadow .15s ease, transform .05s ease 
}
.all-offers-se .form-range:focus::-moz-range-thumb { 
	box-shadow:0 0 0 6px rgba(124,45,245,.15) 
}
.all-offers-se .form-range:active::-moz-range-thumb { 
	transform:scale(1.02) 
}
.all-offers-se .form-range::-ms-track { 
	height:4px; 
	background:transparent; 
	border-color:transparent; 
	color:transparent 
}
.all-offers-se .form-range::-ms-fill-lower, .all-offers-se .form-range::-ms-fill-upper { 
	background:var(--track); 
	border-radius:2px 
}
.all-offers-se .form-range::-ms-thumb { 
	width:20px; 
	height:20px; 
	border-radius:50%; 
	background:#fff; 
	border:1px solid #ddd 
}
@media (max-width:800px) {
	.offers-toolbar { 
		flex-direction:column; 
		align-items:flex-start; 
		gap:10px 
	}
    .filters-grid { 
		grid-template-columns:1fr 
	}
}
.filters-grid {
	display:grid;
	grid-template-columns:175px 1fr 200px;
	gap:10px
}
.range-row {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	align-items:center;
	gap:12px;
	margin:6px 0
}
.range-row input[type=range] {
	width:300px;
}
.filters-modal .filters-block>.range-now {
	text-align:center;
	margin-top:6px;
	font-size:13px;
	color:#666
}
.offers-toolbar {
	position:relative;
	z-index:20
}
.offers-toolbar__actions,.btn-sort,.btn-filter {
	position:relative;
	z-index:21;
	pointer-events:auto
}
.offers-list,.offer-card {
	position:relative;
	z-index:1
}
.offer-card::before,.offer-card::after,.offers-list::before {
	pointer-events:none
}
.filters-operators .op-logo {
	display:flex;
	align-items:center;
	gap:10px;
	padding:10px;
	border:1px solid #eee;
	border-radius:12px
}
.filters-operators .op-logo img {
	height:38px;
	width:auto;
	display:block
}
span#priceMinLabel, span#dlugMinLabel, span#ueMinLabel, span#packMinLabel {
	text-align: right;
}
span#priceMaxLabel, span#dlugMaxLabel, span#ueMaxLabel, span#packMaxLabel {
	text-align: left;
}
.filters-block:last-child {
	margin: 0;
	padding: 0;
}
.filters-block:last-child .chk {
	font-size: 18px;
	font-weight: 400;
	color: #2C2C2E;
}
.filters-block:last-child input[type="checkbox"] {
	accent-color: #5E17EB;
	width: 20px!important;
	height: 20px!important;
	flex-shrink: 0;
}
.filters-col:last-child {
	margin: 0 auto;
}
.all-offers-se .filters-operators {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.all-offers-se .filters-operators .op-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  background-color: #FAFAFA;
  border: 1px solid #FFF;
  border-radius: 25px;
  cursor: pointer;
  width: 100%;
  transition: all .2s ease-out;
	
}
.all-offers-se .filters-operators .op-logo img {
  height: 38px;
  width: auto;
  display: block;
}
.all-offers-se .filters-operators .op-logo:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(94,23,235,.15);
}
.all-offers-se .filters-operators .op-logo:hover {
  border-color: #5E17EB;
  box-shadow: 0px 2px 20px 0px #19213D17;
}
.all-offers-se .filters-operators .op-logo.selected {
  border: 1px solid #5E17EB;
  box-shadow: 0px 2px 20px 0px #19213D17;
  background-color: transparent;
  transition: all .2s ease-out;
}
@media (max-width: 1400px) {
	.saving::after {
		left: 25px;
		width: 350px;
		height: 400px;
	}
	.saving-steps {
		padding: 50px 50px 50px 175px;
	}
	.about-stats .stat .num {
		font-size: 36px;
	}
	.about-stats .stat {
		padding: 35px;
	}
}
@media (max-width: 1200px) {
	.banner-se h1 {
		font-size: 36px;
		line-height: 48px;
		margin-bottom: 25px;
	}
	.main-buttons {
		flex-direction: column;
	}
	a.banner-first-button, a.banner-second-button {
		width: fit-content;
	}
	.offer-tabs.row {
		gap: 40px;
		justify-content: center;
	}
	.offer-se .col-12.col-md-3 {
		width: calc(50% - 40px);
	}
	.saving-steps {
		padding: 50px 50px 50px 125px;
	}
	.saving::after {
		height: 350px;
	}
	.saving-steps {
		gap: 20px;
	}
	.saving-steps .num {
		font-size: 54px;
	}
	.saving-steps h3 {
		font-size: 28px;
	}
	.saving-steps .stext p {
		font-size: 16px;
	}
}
@media (max-width: 1024px) {	
	header.main-header .menu-wrapper .col-md-3 {
		width: 50%!important;
	}
	.navbar-br img {
		width: 75%!important;
		margin-left: 0;
	}
	.banner-se {
		padding: 60px 0 40px;
	}
	.banner-se .col-md-5, .banner-se .col-md-7 {
		width: 100%;
	}
	.offer-se .offer-btn, .banner-se .main-buttons a {
		width: fit-content;
	}
	.banner-se .banner-text {
		text-align: center;
	}
	.banner-se .main-buttons {
		align-items: center;
	}
	.banner-se .align-items-center {
		flex-direction: column-reverse;
	}
	.banner-se h4.kicker {
		margin-top: 40px;
		font-weight: 400;
		font-size: 20px;
		line-height: 31px;
	}
	.banner-se h1 {
		font-size: 28px;
		line-height: 37px;
		margin-top: 20px;
	}
	.banner-se .main-buttons {
		flex-direction: row;
		margin-top: 30px;
		justify-content: center;
	}
	.banner-se .main-buttons a {
		text-align: center;
	}
	.offer-se {
		padding: 40px 0;
	}
	.offer-se h2.offer-title {
		font-size: 32px;
		text-align: center;
		line-height: 100%;
	}
	.offer-tabs.row {
		gap: 50px;
		justify-content: center;
	}
	.offer-se .col-md-3 {
		width: calc(50% - 50px)
	}
	.offer-se a.offer-tab img.tab-icon {
		width: 30px;
		height: 30px;
		margin-right: 7px;
	}
	.offer-se a.offer-tab.is-active, .offer-se a.offer-tab {
		font-size: 18px; 
		font-weight: 500;
	}
	.offer-compare {
		padding: 35px 35px 45px;
		text-align: left;
		margin-top: 60px;
	}
	.offer-se .offer-btn {
		text-align: center;
		width: fit-content;
		display: block;
		margin: 0 auto;
	}
	.offer-se .offer-options {
		margin-bottom: 30px;
		text-align: center;
	}
	.offer-se .offer-field .offer-options {
		margin-bottom: 20px;
	}
	.offer-label.mt-3 {
		margin-top: 20px!important;
	}
	.offer-se .offer-label, .offer-se .offer-label.mt-3 {
		font-size: 20px;
		text-align: center;
	}
	.offer-se .offer-options span {
		font-size: 16px;
	}
	.offer-se .offer-btn svg, a.banner-first-button svg {
		width: 18px;
		height: 18px;
	}
	.offer-se .offer-btn, .banner-se .main-buttons a {
		font-size: 18px;
	}
	.conversations {
		padding: 40px 0;
	}
	.conversations h3 {
		font-size: 20px;
		line-height: 100%;
	}
	.conversations .conv-text p {
		width: 100%;
		font-size: 14px;
		line-height: 140%;
		margin-bottom: 20px;
	}
	a.conv-btn {
		display: block;
		width: fit-content;
		margin: 0 auto;
	}
	section.worth {
		padding: 40px 0;	
	}
	h2.section-heading {
		font-size: 32px;
		line-height: 100%
	}
	.worth-grid {
		gap: 10px;
	}
	.worth-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.worth-item .icon {
		width: 80px;
		height: 80px;
		margin: -60px auto 25px;
	}
	.worth-item h3 {
		font-size: 24px;
		text-align: center;
		line-height: 100%;
	}
	.worth-item .wtext p {
		font-size: 18px;
		line-height: 140%;
		text-align: center;
	}
	.saving {
		padding: 40px 0 150px;
	}
	.saving .section-heading {
		font-size: 32px;
		line-height: 100%;
	}
	.saving-steps {
		flex-direction: column;
		padding: 25px 25px 100px;
	}
	.saving-steps .step {
		max-width: 100%;
	}
	.saving-steps .num {
		font-size: 48px;
		background: linear-gradient(200deg, #0C82FF 0%, #5E17EB 75%);
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
	}
	.saving-steps h3 {
		font-size: 24px;
		line-height: 100%;
	}
	.saving-steps .stext {
		font-size: 16px;
		line-height: 140%;
	}
	.saving-steps h3, .saving-steps .stext, .saving-steps .num {
		text-align: center;
	}
	.saving::after {
		width: 200px;
		height: 400px;
		left: 25%;
	}
	section.faq {
		padding: 40px 0;
	}
	.faq-list {
		width: 100%;
		margin: 35px auto 0;
	}
	.faq h4.kicker {
		font-size: 24px;
		line-height: 100%;
	}
	.faq-item.is-open .faq-a {
		padding: 15px 0px 0px 32px;
	}
	.faq .faq-list span.qtext {
		font-size: 20px;
		line-height: 100%;
	}
	.faq-a p {
		font-size: 14px;
		line-height: 140%;
	}
     .faq-a ol .faq-a li {
		font-size: 14px;
		line-height: 140%;
	}
	.faq svg.qarrow {
		width: 30px!important;
		height: 30px!important;
	}
	.faq .faq-item {
		padding: 15px;
	}
	.faq-q {
		gap: 7px;
	}
	section.about {
		padding: 40px 0;
	}
	.about-stats .stat {
		width: 100%;
	}
	.about-stats {
		flex-direction: column;
	}
	.about-stats .stat:first-child {
		border-radius: 0 50px 0 0;
	}
	.about-stats .stat:last-child {
		border-radius: 0 0 50px 50px;
	}
	.about-stats .stat .txt p {
		font-size: 18px;
		line-height: 140%;
	}
	.tpw-footer__title, .tpw-footer__form-title {
		font-size: 18px;
		line-height: 140%;
	}
	.tpw-footer__right {
		flex: 1 1 auto;
		min-width: 100%;
	}
	li.tpw-footer__contact-item span, li.tpw-footer__contact-item a {
		font-size: 14px;
	}
	li.tpw-footer__contact-item span, li.tpw-footer__contact-item a {
		width: 16px;
		height: 16px;
	}
	li.tpw-footer__contact-item span, li.tpw-footer__contact-item a {
		width: 100%!important;
	}
	.tpw-footer__buttons {
		gap: 10px;
		margin-top: 20px
	}
	ul#wpforms-4360-field_3 label.wpforms-field-label-inline {
		font-size: 14px!important;
	}
	div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label {
		padding-inline: 7px!important;
	}
	input#wpforms-4360-field_3_1 {
		width: 14px;
		height: 14px;
	}
	.tpw-btn {
		text-align: center;
	}
	.tpw-footer__bottom {
		padding: 15px 10px;
	}
	.tpw-footer__bottom p {
		font-size: 14px;
	}
	input#wpforms-4360-field_2 {
		width: 100%!important;
	}
}
@media (max-width: 767px) {	
	header.main-header .menu-wrapper .col-md-3 {
		width: 50%!important;
	}
	.navbar-br img {
		width: 100%!important;
		margin-left: 0;
	}
	.banner-se {
		padding: 80px 0 40px;
	}
	.banner-se .align-items-center {
		flex-direction: column-reverse;
	}
	.banner-se h4.kicker {
		margin-top: 40px;
		font-weight: 400;
		font-size: 20px;
		line-height: 31px;
		text-align: left;
	}
	.banner-se h1 {
		font-size: 28px;
		line-height: 37px;
		margin-top: 20px;
		text-align: left;
	}
	.banner-se .main-buttons {
		flex-direction: column;
		margin-top: 30px;
	}
	.banner-se .main-buttons a {
		text-align: center;
	}
	.offer-se {
		padding: 40px 0;
	}
	.offer-se h2.offer-title {
		font-size: 32px;
		text-align: center;
		line-height: 100%;
	}
	.offer-tabs.row {
		gap: 40px;
	}
	.offer-se .col-12.col-md-3 {
		width: 100%;
	}
	.offer-se a.offer-tab img.tab-icon {
		width: 30px;
		height: 30px;
		margin-right: 7px;
	}
	.offer-se a.offer-tab.is-active, .offer-se a.offer-tab {
		font-size: 18px; 
		font-weight: 500;
	}
	.offer-compare {
		padding: 25px 25px 35px;
		text-align: left;
	}
	.offer-se .offer-btn {
		text-align: center;
		width: 100%;
		display: block;
	}
	.offer-se .offer-options {
		margin-bottom: 30px;
		text-align: left;
	}
	.offer-se .offer-field .offer-options {
		margin-bottom: 20px;
	}
	.offer-label.mt-3 {
		margin-top: 20px!important;
	}
	.offer-se .offer-label, .offer-se .offer-label.mt-3 {
		font-size: 20px;
		text-align: left;
	}
	.offer-se .offer-options span {
		font-size: 16px;
	}
	.offer-se .offer-btn svg, a.banner-first-button svg {
		width: 18px;
		height: 18px;
	}
	.offer-se .offer-btn, .banner-se .main-buttons a, a.conv-btn {
		font-size: 18px;
		width: 100%;
	}
	.conversations {
		padding: 40px 0;
	}
	.conversations h3 {
		font-size: 20px;
		line-height: 100%;
	}
	.conversations .conv-text p {
		width: 100%;
		font-size: 14px;
		line-height: 140%;
		margin-bottom: 20px;
	}
	a.conv-btn {
		display: block;
		width: 100%;
		text-align: center;
	}
	section.worth {
		padding: 40px 0;	
	}
	h2.section-heading {
		font-size: 32px;
		line-height: 100%
	}
	.worth-grid {
		gap: 10px;
	}
	.worth-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.worth-item .icon {
		width: 80px;
		height: 80px;
		margin: -60px auto 25px;
	}
	.worth-item h3 {
		font-size: 24px;
		text-align: center;
		line-height: 100%;
	}
	.worth-item .wtext p {
		font-size: 18px;
		line-height: 140%;
		text-align: center;
	}
	.saving {
		padding: 40px 0 150px;
	}
	.saving .section-heading {
		font-size: 32px;
		line-height: 100%;
	}
	.saving-steps {
		flex-direction: column;
		padding: 25px 25px 100px;
	}
	.saving-steps .step {
		max-width: 100%;
	}
	.saving-steps .num {
		font-size: 48px;
		text-align: left;
	}
	.saving-steps h3 {
		font-size: 24px;
		line-height: 100%;
		text-align: left;
	}
	.saving-steps .stext {
		font-size: 16px;
		line-height: 140%;
		text-align: left;
	}
	.saving::after {
		width: 200px;
		height: 400px;
		left: 25%;
	}
	section.faq {
		padding: 40px 0;
	}
	.faq-list {
		width: 100%;
		margin: 35px auto 0;
	}
	.faq h4.kicker {
		font-size: 24px;
		line-height: 100%;
	}
	.faq-item.is-open .faq-a {
		padding: 15px 0px 0px 32px;
	}
	.faq .faq-list span.qtext {
		font-size: 20px;
		line-height: 100%;
		width: 100%;
	}
	.faq-a p {
		font-size: 14px;
		line-height: 140%;
	}
	.faq-a ol,
	.faq-a li {
		 font-size: 14px;
		 line-height: 140%;
	}
	.faq svg.qarrow {
		width: 30px!important;
		height: 30px!important;
	}
	.faq .faq-item {
		padding: 15px;
	}
	.faq-q {
		gap: 7px;
	}
	section.about {
		padding: 40px 0;
	}
	.about-stats .stat {
		width: 100%;
	}
	.about-stats {
		flex-direction: column;
	}
	.about-stats .stat:first-child {
		border-radius: 0 50px 0 0;
	}
	.about-stats .stat:last-child {
		border-radius: 0 0 50px 50px;
	}
	.about-stats .stat .txt p {
		font-size: 18px;
		line-height: 140%;
	}
	.tpw-footer__title, .tpw-footer__form-title {
		font-size: 18px;
		line-height: 140%;
	}
	.tpw-footer__right {
		flex: 1 1 auto;
		min-width: 100%;
	}
	li.tpw-footer__contact-item span, li.tpw-footer__contact-item a {
		font-size: 14px;
	}
	li.tpw-footer__contact-item span, li.tpw-footer__contact-item a {
		width: 16px;
		height: 16px;
	}
	li.tpw-footer__contact-item span, li.tpw-footer__contact-item a {
		width: 100%!important;
	}
	.tpw-footer__buttons {
		gap: 10px;
		margin-top: 20px
	}
	ul#wpforms-4360-field_3 label.wpforms-field-label-inline {
		font-size: 14px!important;
	}
	div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label {
		padding-inline: 7px!important;
	}
	input#wpforms-4360-field_3_1 {
		width: 14px;
		height: 14px;
	}
	.tpw-btn {
		text-align: center;
	}
	.tpw-footer__bottom {
		padding: 15px 10px;
	}
	.tpw-footer__bottom p {
		font-size: 14px;
	}
	input#wpforms-4360-field_2 {
		width: 100%!important;
	}
}
@media (max-width: 992px) {
	header.main-header .menu-wrapper .col-md-9 {
		padding-right: calc(var(--bs-gutter-x)/ 2)!important;
	}
}
@media (max-width: 991px){
	.main-header .nav-menu-wrapper .menu-header>li>a {
		position:relative;
		display:flex;
		align-items:center;
		justify-content:center;
		height:60px;
		padding:0 50px;
		text-align:center
	}
  	.main-header .nav-menu-wrapper .menu-header>li>a .main-arrow {
		position:relative;
		transition:transform .25s;
		width:16px;
		height:10px;
		margin-left: 15px;
	}
	.nav-menu-wrapper .menu-header li {
		width: 100%;
	}
  	.main-header .nav-menu-wrapper .menu-header li.show-sub> a .main-arrow {
		transform:translateY(0%) rotate(180deg)
	}
	.main-header .nav-menu-wrapper .menu-header li.show-sub> a .main-arrow path {
		fill: #262626!important;
	}
  	.main-header .nav-menu-wrapper .menu-header .sub-menu {
		position:static;
		display:block;
		width:100%;
		margin:0;
		padding:0;
		background:transparent;
		box-shadow:none;
		border-radius:0;
		overflow:hidden;
		max-height:0;
		visibility:hidden;
		transition:max-height .3s ease,visibility .3s ease
	}
  	.main-header .nav-menu-wrapper .menu-header li.show-sub>.sub-menu {
		max-height:600px;
		visibility:visible
	}
  	.main-header .nav-menu-wrapper .menu-header .sub-menu>li>a {
		display:block;
		padding:15px 0 15px;
		font-size:18px;
		font-weight:400;
		color:#4B4B4B;
		text-align:center;
	}
	.nav-menu-wrapper .menu-header li a::after {
		content: none;
	}
	.nav-menu-wrapper .menu-header li.cta-btn a {
		width: fit-content;
		margin: 0 auto;
		color: #fff!important;
	}
	.main-header .nav-menu-wrapper .menu-header li.current-menu-item.cta-btn a {
		color: #fff!important;
	}
	.main-header .nav-menu-wrapper .menu-header li.current-menu-item a {
		color: #4B4B4B
	}
	.main-header .nav-menu-wrapper .menu-header li a {
		color: #262626;
		font-size: 18px!important;
		font-weight: 400!important;
	}
	.main-header .nav-menu-wrapper .menu-header>li>a .main-arrow { 
		pointer-events:none; 
	}
}
@media (min-width: 992px){
  	.main-header .nav-menu-wrapper .menu-header>li>a {
		padding:0px 15px;
		font-size:16px;
		justify-content:flex-start;
		text-align:left;
		height:auto;
		position:relative
	}
  	.main-header .nav-menu-wrapper .menu-header>li>a .main-arrow {
		position:static;
		transform:none;
		margin-left:8px
	}
}
#error-popup { 
	border:0; 
	padding:0; 
	background:transparent; 
	max-width:none; 
	width:auto 
}
#error-popup::backdrop { 
	background:rgba(0,0,0,0); 
	transition:background .2s ease 
}
#error-popup[open]::backdrop { 
	background:rgba(0,0,0,.6) 
}
#error-popup .popup-content{
  	background:#fff; 
	max-width:720px; 
	width:100%; 
	padding:25px 50px; 
	border-radius:25px;
  	box-shadow:0 20px 50px rgba(0,0,0,.25); 
	position:relative; 
	margin:auto; 
	max-height:90vh; 
	overflow:auto;
  	display:flex; 
	flex-direction:column;
  	transform:translateY(20px); 
	opacity:0
}
#error-popup[open] .popup-content{
  	animation:errorIn .2s ease forwards
}
@keyframes errorIn{
  	from{ 
		transform:translateY(20px); 
		opacity:0 
	}
  	to{ 
		transform:translateY(0); 
		opacity:1 
	}
}
.popup-close{ 
	position:absolute; 
	top:10px; 
	right:12px; 
	background:none; 
	border:0; 
	font-size:24px; 
	cursor:pointer; 
	line-height:1 
}
#error-popup .offerid-field input[readonly] {
  background-color:#e0e0e07d!important;
  color:#0000007d!important;
  opacity:1!important;
  cursor:default;
}
.popup-content .wpforms-field-container input {
	border-color:#5e17eb!important;
	height:65px!important;
	background-color:#fff!important;
	border-radius:2px!important
}
.popup-content .wpforms-field-container textarea {
	border-color:#5e17eb!important;
	background-color:#fff!important;
	border-radius:2px!important
}
button#wpforms-submit-4599:hover {
	font-weight: 500!important;
	font-size: 15px!important;
	color: #5e17eb!important;
	background-color: #fff!important;
	border-radius: 0px 20px 20px 20px!important;
	border: 1px solid #5e17eb
}
#kontakt-modal { 
	position: fixed; 
	inset: 0; 
	z-index: 999999; 
	display: none; 
	align-items: center; 
	justify-content: center; 
	padding: 24px; 
	overscroll-behavior: contain; 
}
#kontakt-modal[aria-hidden="true"] { 
	display: none; 
}
.kontakt-modal__backdrop { 
	position: absolute; 
	inset: 0; 
	background: rgba(0,0,0,.5); 
}
.kontakt-modal__dialog { 
	position: relative; 
	max-width: 720px;  
	background: #fff; 
	border-radius: 25px; 
	box-shadow: 0 20px 50px rgba(0,0,0,.25); 
	padding: 25px 50px; 
	transform: translateY(20px); 
	opacity: 0; 
	transition: transform .2s ease, opacity .2s ease; 
	display: flex; 
	flex-direction: column; 
}
#kontakt-modal[aria-hidden="false"] .kontakt-modal__dialog { 
	transform: translateY(0); 
	opacity: 1; 
}
.kontakt-modal__title { 
	font-size: 24px; 
	line-height: 100%;
	color: #3d4459;
	font-weight: 600;
}
p.kontakt-modal_text {
	font-size: 15px;
	color: #5e17eb;
	line-height: 140%;
}
.kontakt-modal__close { 
	position: absolute; 
	right: 10px; 
	top: 8px; 
	font-size: 28px; 
	line-height: 1; 
	border: 0; 
	background: transparent; 
	cursor: pointer; 
}
.kontakt-modal__content { 
	overflow: hidden; 
	-webkit-overflow-scrolling: touch; 
	padding-right: 4px; 
}
.kontakt-modal__dialog .wpforms-submit-container {
	text-align: right;
}
.kontakt-modal__dialog input#wpforms-4360-field_2 {
	width: 100%!important;
}
div.wpforms-container-full input[type=checkbox], div.wpforms-container-full input[type=radio] {
	margin: 0px -3px 0px 5px!important;
}
@media (max-width: 767px) {
	.kontakt-modal__dialog, #error-popup .popup-content {
		padding: 20px;
	}
	#kontakt-modal, #error-popup {
		padding: 0 10px;
	}
	.kontakt-modal__title {
		font-size: 18px;
	}
	ul#wpforms-4360-field_3 label.wpforms-field-label-inline, ul#wpforms-4599-field_5 label.wpforms-field-label-inline {
		font-size: 14px!important;
		line-height: 21px!important;
	}
	p.kontakt-modal_text {
		font-size: 14px;
	}
	#wpforms-4599 label.wpforms-field-label {
		font-size: 14px;
	}
	#error-popup .popup-content .wpforms-field-container input {
		height: 50px!important
	}
	.kontakt-modal__dialog input#wpforms-4360-field_2 {
		height: 50px!important
	}
}
.offer-dialog {
  padding:0;
  border:0;
  border-radius:25px;
  max-width:820px;
  width:calc(100vw - 10px);
}
.offer-dialog::backdrop {
  background:rgba(0,0,0,0);
  transition:background .2s ease;
}
.offer-dialog[open]::backdrop {
  background:rgba(0,0,0,.5);
}
.offer-dialog__box {
  position:relative;
  background:#fff;
  border-radius:25px;
  box-shadow:0 20px 60px rgba(0,0,0,.25);
  padding:25px 50px;
  transform:translateY(20px);
  opacity:0;
}
.offer-dialog[open] .offer-dialog__box {
  animation:offerIn .2s ease forwards;
}
@keyframes offerIn{
  from {
	  transform:translateY(20px);
	  opacity:0
	}
  to{ 
	  transform:translateY(0);
	  opacity:1
	}
}
.offer-dialog__close {
  	position:absolute;
  	top:10px;
  	right:12px;
  	background:transparent;
  	border:0;
  	font-size:28px;
  	line-height:1;
  	cursor:pointer;
}
.offer-dialog__content { 
	max-height:70vh; 
	overflow:auto 
}
a.offer-dialog__cta {
  	background-color:#5E17EB;
  	border-radius:50px;
  	padding:13px 35px;
  	font-weight:500;
  	font-size:20px;
  	text-transform:uppercase;
  	color:#fff;
  	border:2px solid #5E17EB;
  	width:max-content;
}
a.offer-dialog__cta:hover {
  	background-color:transparent;
  	color:#5E17EB;
  	border:2px solid #5E17EB;
}
.offer-dialog__content p:last-child { 
	margin-bottom:40px 
}
@media (prefers-reduced-motion: reduce) {
  .offer-dialog::backdrop{
	  transition:none
	}
  .offer-dialog__box, .offer-dialog[open] .offer-dialog__box {
	  animation:none;
	  transform:none;
	  opacity:1
	}
}
@media (max-width:992px) {
	.offer-dialog__box {
		padding:20px
	}
	a.offer-dialog__cta {
		font-size: 18px;
		width: 100%;
	}
}
.is-hidden { 
	display: none!important; 
}
.filters-operators-mobile {
	display:none;
	position:relative
}
.filters-operators-mobile .mobile-select-toggle {
	width:100%;
	height:44px;
	border:1px solid #DEE2E6;
	border-radius:4px;
	background:#FCFCFC;
	padding:0 14px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	font-size:14px;
	line-height:1;
	color: #282828;
}
.filters-operators-mobile .mobile-select-toggle:after {
	content:"^";
	width:0;
	height:0;
	transform:translate(0px, 6px) rotate(180deg);
	font-size: 32px;
	font-weight: 200;
}
.filters-operators-mobile .mobile-select-dropdown {
	position:absolute;
	left:0;
	right:0;
	top:52px;
	background:#FFF;
	border:1px solid #DEE2E6;
	border-radius:4px;
	box-shadow: 5px 3px 16px 0px #C6C6C64F, 0px 1px 2px 0px #0000001A;
	max-height:60vh;
	overflow:auto;
	padding:8px;
}
.filters-operators-mobile .op-item {
	display:flex;
	align-items:center;
	gap:10px;
	padding:10px;
	border-radius:8px
}
.filters-operators-mobile .op-item input {
	width:18px;
	height:18px
}
.filters-operators-mobile .op-item span {
	font-size: 14px;
	color: #282828;
}
@media (max-width:1024px) {
  .filters-operators {
	  display:none!important
	}
  .filters-operators-mobile {
	  display:block;
	  margin-top: 10px;
	}
}
.offers-loadmore-wrap {
  	display: flex;
  	justify-content: center;
  	margin: 35px 0 0;
}
.btn-loadmore {
	background-color: #5E17EB;
	border-radius: 50px;
	padding: 13px 35px;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #5E17EB;
	transition: all .25s;
}
.btn-loadmore:hover {
	background-color: transparent;
	color: #5E17EB;
	transition: all .25s;
}
.aioseo-breadcrumbs {
	padding-bottom: 0px;
	margin-bottom: 40px;
}
.aioseo-breadcrumbs a, .aioseo-breadcrumbs span {
	font-size: 14px;
	color: #828282;
	font-weight: 400;
}
.aioseo-breadcrumbs span:last-child a {
	color: #5E17EB;
}
@media (max-width: 980px) {
	.aioseo-breadcrumbs {
		padding-bottom: 0px;
		margin-bottom: 30px;
	}
	.aioseo-breadcrumbs a, .aioseo-breadcrumbs span {
		font-size: 13px;
	}
}
div#emptyState {
	text-align: center;
}
.offer-price .netto{
    font-size: 18px;
    line-height: 1;
	margin-bottom: -15px;
}
.offers-toolbar p {
	text-align: center;
}
.rank-math-breadcrumb p {
	text-align: left
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  will-change: transform;
}

body.admin-bar .main-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .main-header {
    top: 46px;
  }
	.offer-price .netto {
		margin-bottom: -5px;
	}
}

.main-header.is-stuck {
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
  background: #fff;
}

.lock-scroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .main-header.is-stuck .menu-wrapper {
    padding: 15px 0;
  }
}
.filters-actions button#applyFilters, .filters-actions button#clearFilters, span#priceMinLabel, span#dlugMinLabel, span#ueMinLabel, span#packMinLabel, span#priceMaxLabel, span#dlugMaxLabel, span#ueMaxLabel, span#packMaxLabel, .filters-block__title, .filters-block:last-child .chk {
	font-family: "Rubik"
}
.elementor-field-group-offerid_field2, .elementor-field-group-offerid_field {
	display: none
}

/**
 * TelePorównywarka - Ubezpieczenia
 * Wersja: 2.0 (2025-10-20)
 */

/* ========== AKORDEON UBEZPIECZEŃ ========== */
.tpw-insurance-section {
  font-family: 'Poppins', sans-serif;
  padding: 80px 20px;
  width: 100%;
  clear: both;
  overflow: visible;
}

.tpw-insurance-section * {
  box-sizing: border-box;
}

.tpw-insurance-section .tpw-insurance-container {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

/* Accordion */
.tpw-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.tpw-accordion-item {
  background: #fff;
  border-radius: 0 25px 25px 25px;
  box-shadow: 0px 2px 20px 0px rgba(25, 33, 61, 0.09);
  overflow: hidden;
  transition: all 0.3s ease;
  width: 100%;
}

.tpw-accordion-item.is-open {
  box-shadow: 0px 8px 30px 0px rgba(25, 33, 61, 0.15);
}

.tpw-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  cursor: pointer;
  position: relative;
  background: linear-gradient(135deg, rgba(94, 23, 235, 0.03) 0%, rgba(140, 130, 255, 0.03) 100%);
  transition: background 0.3s ease;
  width: 100%;
}

.tpw-accordion-header:hover {
  background: linear-gradient(135deg, rgba(94, 23, 235, 0.06) 0%, rgba(140, 130, 255, 0.06) 100%);
}

.tpw-accordion-item.is-open .tpw-accordion-header {
  background: linear-gradient(135deg, rgba(94, 23, 235, 0.08) 0%, rgba(140, 130, 255, 0.08) 100%);
}

.tpw-accordion-title-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tpw-accordion-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(160deg, #8C82FF 0%, #5E17EB 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  flex-shrink: 0;
}

.tpw-accordion-title {
  font-family: 'Rubik', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #5E17EB;
  line-height: 1.3;
}

.tpw-accordion-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-left: 10px;
}

.tpw-badge-required {
  background: linear-gradient(160deg, #8C82FF 0%, #5E17EB 100%);
  color: #fff;
}

.tpw-badge-optional {
  background: #fff;
  border: 2px solid #5E17EB;
  color: #5E17EB;
}

.tpw-accordion-arrow {
  width: 32px;
  height: 32px;
  color: #5E17EB;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.tpw-accordion-item.is-open .tpw-accordion-arrow {
  transform: rotate(180deg);
}

.tpw-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.tpw-accordion-item.is-open .tpw-accordion-content {
  max-height: 2500px;
}

.tpw-accordion-body {
  padding: 20px 30px 30px 30px;
  background: #F9F9FB;
}

.tpw-content-section {
  margin-bottom: 15px;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 2px 15px rgba(25, 33, 61, 0.08);
}

.tpw-content-section:last-child {
  margin-bottom: 0;
}

.tpw-content-section h4 {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 12px;
  line-height: 1.4;
}

.tpw-content-section p {
  font-size: 16px;
  line-height: 1.6;
  color: #262626;
  margin-bottom: 10px;
}

.tpw-content-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.tpw-content-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #262626;
  list-style: none;
}

.tpw-content-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #5E17EB;
  font-weight: 700;
  font-size: 16px;
}

.tpw-highlight-box {
  background: linear-gradient(135deg, rgba(94, 23, 235, 0.05) 0%, rgba(140, 130, 255, 0.05) 100%);
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 15px;
  border: 2px solid #5E17EB;
  box-shadow: 0px 2px 15px rgba(94, 23, 235, 0.1);
}

.tpw-highlight-box p {
  margin-bottom: 0;
}

.tpw-highlight-box h4 {
  margin-bottom: 10px;
}

.tpw-variants-compact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin: 15px 0;
}

.tpw-variant-box {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  border-left: 3px solid #5E17EB;
  box-shadow: 0px 2px 10px rgba(25, 33, 61, 0.06);
}

.tpw-variant-box strong {
  display: block;
  color: #5E17EB;
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 600;
}

.tpw-variant-box span {
  font-size: 13px;
  color: #4B4B4B;
  line-height: 1.4;
}

.tpw-insurance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 15px;
  margin: 15px 0;
}

.tpw-insurance-item {
  background: #fff;
  padding: 18px;
  border-radius: 15px;
  box-shadow: 0px 2px 10px rgba(25, 33, 61, 0.06);
}

.tpw-insurance-item h5 {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #5E17EB;
  margin-bottom: 8px;
  line-height: 1.3;
}

.tpw-insurance-item p {
  font-size: 14px;
  line-height: 1.5;
  color: #4B4B4B;
  margin: 0;
}

/* CTA Button w akordeonach */
.tpw-cta-wrapper {
  text-align: center;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(94, 23, 235, 0.1);
}

.tpw-conv-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #5E17EB;
  border-radius: 50px;
  padding: 13px 28px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #5E17EB;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.tpw-conv-btn:hover {
  background-color: transparent;
  color: #5E17EB;
}

.tpw-conv-btn .btn-icon {
  display: flex;
  align-items: center;
  margin-top: -3px;
}

.tpw-conv-btn svg {
  fill: #fff;
  transition: fill 0.3s ease;
}

.tpw-conv-btn:hover svg {
  fill: #5E17EB;
}

/* Responsive dla akordeonów */
@media (max-width: 768px) {
  .tpw-insurance-section {
    padding: 60px 15px;
  }

  .tpw-accordion-header {
    padding: 20px 20px;
  }

  .tpw-accordion-title {
    font-size: 22px;
  }

  .tpw-accordion-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .tpw-accordion-title-wrapper {
    gap: 15px;
  }

  .tpw-accordion-arrow {
    width: 28px;
    height: 28px;
  }

  .tpw-accordion-badge {
    display: block;
    margin: 8px 0 0 0;
    width: fit-content;
  }

  .tpw-accordion-body {
    padding: 15px 20px 20px 20px;
  }

  .tpw-variants-compact {
    grid-template-columns: 1fr;
  }

  .tpw-content-section {
    padding: 15px;
  }

  .tpw-highlight-box {
    padding: 15px;
  }

  .tpw-insurance-grid {
    grid-template-columns: 1fr;
  }

  .tpw-conv-btn {
    font-size: 15px;
    padding: 12px 25px;
    width: auto;
    justify-content: center;
  }
}

/* ========== PODSTAWOWE KONTENERY I NAGŁÓWKI ========== */
.tpw-insurance-container {
  width: 1375px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.tpw-section-header {
  text-align: center;
  margin-bottom: 50px;
}

.tpw-section-header h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #5E17EB;
  margin-bottom: 15px;
  line-height: 1.2;
}

.tpw-section-header p {
  font-size: 18px;
  color: #262626;
}

/* ========== SEKCJA HERO ========== */
.tpw-hero {
  position: relative;
  padding: 82px 20px;
  background: linear-gradient(180deg, #F1F0FB 0%, #FFFFFF 100%);
}

.tpw-hero .tpw-insurance-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center;
}

.tpw-hero h1 {
  font-family: 'Rubik', sans-serif;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  color: #262626;
  margin-bottom: 16px;
}

.tpw-hero .lead {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 28px;
}

.tpw-hero .cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.tpw-hero .cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 600;
}

.tpw-hero .btn-primary {
  background: #5E17EB;
  color: #fff;
  border: 1px solid #5E17EB;
}

.tpw-hero .btn-ghost {
  background: #fff;
  color: #5E17EB;
  border: 1px solid #5E17EB;
}

.tpw-hero .media {
  position: relative;
  width: 100%;
  min-height: 280px;
}

.tpw-hero .media img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========== KAFELKI UBEZPIECZEŃ ========== */
.tpw-insure {
  padding: 25px 20px;
}

.tpw-insure .section-heading {
  margin-bottom: 40px;
  text-align: center;
}

/* --- GRID LAYOUT --- */
.tpw-insure-grid {
  display: grid;
  gap: 20px;
  align-items: stretch;
  justify-content: center;
  max-width: 1600px;
  margin: 0 auto;
  /* Domyślnie 3 kolumny (dla 3, 5, 6 elementów) */
  grid-template-columns: repeat(3, minmax(260px, 1fr));
}

/* 2 elementy = 2 kolumny w jednym rzędzie */
.tpw-insure-grid:not(:has(> .tpw-insure-item:nth-child(3))) {
  grid-template-columns: repeat(2, minmax(260px, 1fr));
}

/* Dokładnie 4 elementy = 2x2 */
.tpw-insure-grid:has(> .tpw-insure-item:nth-child(4)):not(:has(> .tpw-insure-item:nth-child(5))) {
  grid-template-columns: repeat(2, minmax(260px, 1fr));
}

/* Kafelek */
.tpw-insure-item {
  background: #fff;
  border: 1px solid #ECE9FF;
  border-radius: 24px;
  padding: 32px 20px;
  box-shadow: 0 6px 24px rgba(25, 33, 61, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tpw-insure-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
  border-color: #e7e7e7;
}

.tpw-insure-item .tpw-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(160deg, #8C82FF 0%, #5E17EB 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tpw-insure-item .tpw-icon img {
  width: 34px;
  height: 34px;
  filter: brightness(0) invert(1);
}

.tpw-insure-item h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 700;
  color: #262626;
  font-family: 'Rubik', sans-serif;
}
.tpw-insure-item p {
  margin: 0;
  font-size: .92rem;
  line-height: 1.5;
  color: #555;
  text-align: center;
}

/* CTA */
.tpw-insure .tpw-cta-wrapper {
  text-align: center;
  margin-top: 40px;
  padding-top: 0;
  border-top: none;
}
.tpw-insure .conv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* --- RESPONSYWNOŚĆ --- */
@media (max-width: 900px) {
  /* Tablet: zawsze 2 kolumny */
  .tpw-insure-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 600px) {
  /* MOBILE: 1 kolumna – kafelek pod kafelkiem */
  .tpw-insure-grid {
    grid-template-columns: 1fr !important;
  }

  .tpw-insure {
    padding: 25px 15px;
  }

  .tpw-insure .section-heading {
    margin-bottom: 30px;
  }
}

/* ========== HISTORIE / SEKCJE OPISOWE ========== */
.tpw-stories {
  padding: clamp(40px, 6vw, 80px) 0;
  background: transparent;

}

.tpw-stories .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 40px);
}

/* Nagłówek sekcji */
.tpw-stories-header {
  text-align: center;
  margin-bottom: clamp(24px, 4vw, 48px);
}

.tpw-stories-title {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 700;
  color: #5E17EB;
  margin-bottom: 12px;
  line-height: 1.25;
}

.tpw-stories-subtitle {
  font-size: clamp(15px, 1.5vw, 18px);
  color: #262626;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto;
}

/* Layout historii */
.tpw-stories-grid {
  display: grid;
  gap: clamp(20px, 3vw, 36px);
}

.tpw-story {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: clamp(16px, 3vw, 28px);
}

.tpw-story--reverse {
  grid-template-columns: 1fr 1.1fr;
}

.tpw-story--reverse .tpw-story-text { 
  order: 2; 
}

.tpw-story--reverse .tpw-story-media { 
  order: 1; 
}

/* Tekst */
.tpw-story-text h3 {
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.3;
  color: #5E17EB;
  margin-bottom: 8px;
  font-weight: 600;
}

.tpw-lead {
  font-size: clamp(16px, 1.8vw, 18px);
  color: #262626;
  margin-bottom: 10px;
}

.tpw-story-text p {
  color: #404040;
  line-height: 1.6;
  margin: 0 0 10px;
}

/* Notka z checkmarkiem */
.tpw-note {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  background: #F6F3FF;
  border: 1px solid #E7E1FF;
  border-radius: 14px;
  padding: 12px 14px;
  margin-top: 10px;
}

.tpw-note span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px; 
  height: 24px;
  border-radius: 50%;
  background: #5E17EB;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  font-size: 14px;
}

.tpw-note p {
  margin: 0;
  color: #404040;
  line-height: 1.6;
}

/* Ramki zdjęć */
.tpw-story-media {
  position: relative;
  background: #fff;
  border: 1px solid #EEE8FF;
  border-radius: 0 20px 20px 20px;
  padding: clamp(6px, 1vw, 10px);
  box-shadow: 0 8px 28px rgba(94, 23, 235, .08);
  overflow: hidden;
}

.tpw-story-media img {
  display: block;
  width: 100%;
  height: clamp(220px, 32vw, 360px);
  object-fit: cover;
  border-radius: 0 14px 14px 14px;
}

/* Efekt hover */
.tpw-story-media:hover {
  box-shadow: 0 12px 34px rgba(94, 23, 235, .12);
}

.tpw-story-media:hover img {
  filter: saturate(1.05);
}

/* Responsywność */
@media (max-width: 1024px) {
  .tpw-story,
  .tpw-story--reverse {
    grid-template-columns: 1fr;
  }
  
  .tpw-story--reverse .tpw-story-text,
  .tpw-story--reverse .tpw-story-media {
    order: initial;
  }
  
  .tpw-story-media img {
    height: clamp(200px, 48vw, 340px);
  }
}

/* ========== CENNIK / PAKIETY (uniwersalny) ========== */
#pricing-oc-ac,
.pricing-section {
  padding: 80px 20px;
}

.pricing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 30px;
}

.pricing-header {
  text-align: center;
  margin-bottom: 50px;
}

.pricing-header h2 {
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 600;
  color: #5E17EB;
  margin-bottom: 16px;
  line-height: 1.2;
}

.pricing-header p {
  font-size: clamp(15px, 1.5vw, 18px);
  color: #262626;
  max-width: 700px;
  margin: 0 auto;
}

/* Uniwersalna siatka - automatycznie dostosowuje się do ilości kart */
.pricing-cards {
  list-style: none;
  display: grid;
  gap: 24px;
  margin-bottom: 50px;
  padding: 0;
  align-items: stretch;
}

/* Mobile - zawsze 1 kolumna */
.pricing-cards {
  grid-template-columns: 1fr;
}

/* Tablet/Desktop - automatyczne dopasowanie */
@media (min-width: 768px) {
  /* 2 karty - 2 kolumny */
  .pricing-cards:has(> li:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
  
  /* 3 karty - 3 kolumny */
  .pricing-cards:has(> li:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
  }
  
  /* 4 karty - siatka 2x2 */
  .pricing-cards:has(> li:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
  
  /* 5 kart - 3 kolumny (2 + 3) */
  .pricing-cards:has(> li:nth-child(5):last-child) {
    grid-template-columns: repeat(3, 1fr);
  }
  
  /* 6 kart - siatka 2x3 lub 3x2 */
  .pricing-cards:has(> li:nth-child(6):last-child) {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Desktop duży - 4 karty w jednym rzędzie jeśli ekran pozwala */
@media (min-width: 1200px) {
  .pricing-cards:has(> li:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Alternatywne podejście przez klasy modyfikujące */
.pricing-cards.cols-2 {
  grid-template-columns: 1fr;
}

.pricing-cards.cols-3 {
  grid-template-columns: 1fr;
}

.pricing-cards.cols-4 {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .pricing-cards.cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .pricing-cards.cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .pricing-cards.cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .pricing-cards.cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pricing-cards > li {
  display: flex;
}

.pricing-card {
  background: #ffffff;
  border-radius: 0 50px 50px 50px;
  box-shadow: 0px 2px 20px 0px rgba(25, 33, 61, 0.09);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  width: 100%;
  height: 100%;
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 30px 0px rgba(94, 23, 235, 0.15);
}

/* Wyróżniona karta (opcjonalnie) */
.pricing-card.featured {
  border: 2px solid #5E17EB;
  box-shadow: 0px 4px 24px 0px rgba(94, 23, 235, 0.2);
}

.pricing-card.featured::before {
  content: "Polecane";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #5E17EB;
  color: #fff;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.pricing-card-title {
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 600;
  color: #5E17EB;
  margin-bottom: 8px;
  line-height: 1.3;
}

.pricing-card-description {
  font-size: clamp(15px, 1.2vw, 16px);
  color: #262626;
  line-height: 1.5;
  flex-grow: 1;
  margin-bottom: 16px;
}

.pricing-card-price-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.pricing-card-price {
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 600;
  color: #262626;
}

/* Badge (dla starszych wersji cennika) */
.pricing-card .badge {
  display: inline-block;
  background: #5E17EB;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* Lista funkcji (dla starszych wersji) */
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}

.pricing-card ul li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #555;
}

.pricing-card ul li:last-child {
  border-bottom: none;
}

/* Przyciski w karcie */
.pricing-card .actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto;
}

.pricing-card .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 20px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  flex: 1;
  min-width: 120px;
}

.pricing-card .btn-primary {
  background: #5E17EB;
  color: #fff;
  border: 1px solid #5E17EB;
}

.pricing-card .btn-ghost {
  background: #fff;
  color: #5E17EB;
  border: 1px solid #5E17EB;
}

/* Ikona info z tooltipem */
.info-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: #5E17EB;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  font-style: normal;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.info-icon:hover {
  background: #4b12c7;
  transform: scale(1.1);
}

.info-icon:focus-visible {
  outline: 3px solid rgba(94, 23, 235, 0.4);
  outline-offset: 2px;
}

.info-tooltip {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: #ffffff;
  border: 1px solid #e1e4eb;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 20px;
  width: 300px;
  max-width: calc(100vw - 40px);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}

.info-tooltip.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.info-tooltip::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e1e4eb;
}

.info-tooltip::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
}

.tooltip-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #666;
  padding: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tooltip-close:hover {
  color: #5E17EB;
}

.info-tooltip p {
  font-size: 13px;
  color: #5a5a5a;
  line-height: 1.6;
  margin: 0;
  padding-right: 20px;
}

.info-tooltip strong {
  color: #262626;
  font-weight: 600;
}

.pricing-cta-global {
  text-align: center;
  margin-top: 20px;
}

/* Responsywność szczegółowa */
@media (min-width: 768px) {
  .pricing-cards {
    gap: 20px;
  }

  .pricing-card {
    padding: 32px 24px;
  }
}

@media (min-width: 1024px) {
  #pricing-oc-ac,
  .pricing-section {
    padding: 80px 40px;
  }

  .pricing-cards {
    gap: 32px;
  }

  .pricing-card {
    padding: 40px 36px;
  }

  .info-tooltip {
    width: 320px;
  }
}

@media (max-width: 767px) {
  #pricing-oc-ac,
  .pricing-section {
    padding: 60px 16px;
  }

  .pricing-header {
    margin-bottom: 40px;
  }

  .pricing-card {
    padding: 28px 24px;
  }

  .info-icon {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .info-tooltip {
    width: 280px;
  }
}

/* ========== JAK TO DZIAŁA (z ilustracją) ========== */
.saving-insurance {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(180deg, #F1F0FB 0%, #FFFFFF 100%);
  text-align: center;
  overflow: visible;
}

/* Ilustracja pani w tle */
.saving-insurance::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70px;
  width: 360px;
  height: 384px;
  background: url('/wp-content/uploads/2025/10/saving_insurance.png') no-repeat bottom left / contain;
  pointer-events: none;
  opacity: 1;
  z-index: 2;
}

/* Nagłówek */
.saving-insurance .section-heading {
  margin: 0 0 30px;
  font-size: 44px;
  line-height: 1.2;
  color: #5f2afb;
  font-weight: 800;
  position: relative;
  z-index: 3;
}

/* Karta z krokami */
.saving-insurance-steps {
  display: flex;
  gap: 30px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(25, 33, 61, .12);
  border-radius: 40px 0 40px 40px;
  padding: 50px 50px 50px 250px;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 75px;
  position: relative;
  z-index: 1;
}

.saving-insurance-steps .step {
  flex: 1 1 0;
  max-width: 33.33%;
}

.saving-insurance-steps .num {
  font-size: 74px;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(200deg, #0C82FF 0%, #5E17EB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Rubik", sans-serif;
  margin-bottom: 10px;
}

.saving-insurance-steps h3 {
  font-size: 36px;
  line-height: 1.3;
  color: #5E17EB;
  font-weight: 500;
  margin: 0 0 10px;
}

.saving-insurance-steps .stext {
  font-size: 18px;
  color: #000;
  margin: 0 0 10px;
}

.saving-insurance-steps .stext p {
  font-size: 18px;
  color: #000;
}

/* Przycisk CTA w sekcji - używa globalnych styli .conv-btn */
.saving-insurance .conv-btn {
  position: relative;
  z-index: 3;
}

/* Dopasowanie pozycji ilustracji */
@media (max-width: 1800px) {
  .saving-insurance::after {
    left: 60px;
  }
}

@media (max-width: 1670px) {
  .saving-insurance::after {
    left: 40px;
  }
  .saving-insurance-steps {
    padding: 50px 50px 50px 300px;
  }
}

@media (max-width: 1200px) {
  .saving-insurance::after {
    left: 20px;
    width: 288px;
    height: 304px;
    opacity: 1;
    top: auto;
    bottom: 0;
    z-index: 2;
  }
  .saving-insurance-steps {
    padding: 40px 40px 40px 220px;
    gap: 24px;
  }
  .saving-insurance-steps .num {
    font-size: 62px;
  }
  .saving-insurance-steps h3 {
    font-size: 32px;
  }
}

/* TABLET */
@media (min-width: 768px) and (max-width: 991px) {
  .saving-insurance::after {
    top: 10px;
    bottom: auto;
    left: 12px;
    width: 180px;
    height: 252px;
    opacity: 1;
    z-index: 2;
  }
}

/* MOBILE – obrazek pod CTA */
@media (max-width: 991px) {
  .saving-insurance {
    padding: 40px 0 320px;
  }
  .saving-insurance .section-heading {
    font-size: 32px;
    line-height: 100%;
  }
  .saving-insurance-steps {
    flex-direction: column;
    padding: 25px 25px 24px;
    border-radius: 24px;
    margin-bottom: 28px;
    z-index: 1;
  }
  .saving-insurance-steps .step {
    max-width: 100%;
  }
  .saving-insurance-steps .num {
    font-size: 48px;
    text-align: left;
  }
  .saving-insurance-steps h3 {
    font-size: 24px;
    line-height: 100%;
    text-align: left;
  }
  .saving-insurance-steps .stext {
    font-size: 16px;
    line-height: 140%;
    text-align: left;
  }
  .saving-insurance::after {
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 280px;
    opacity: 1;
    background-position: bottom center;
    z-index: 0;
  }
}

@media (max-width: 575px) {
  .saving-insurance {
    padding-bottom: 300px;
  }
}

/* ========== FORMULARZE / LEAD ========== */
.tpw-form {
  padding: 40px 20px;
  background: #fff;
}

.tpw-form .tpw-insurance-container {
  max-width: 900px;
  margin: 0 auto;
}

.tpw-form .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tpw-form .row .full {
  grid-column: 1 / -1;
}

.tpw-form label {
  display: block;
  font-size: 14px;
  color: #262626;
  margin: 0 0 6px 6px;
}

.tpw-form input[type="text"],
.tpw-form input[type="date"],
.tpw-form input[type="email"],
.tpw-form .select {
  width: 100%;
  height: 48px;
  border: 1px solid #E2E2E8;
  border-radius: 12px;
  padding: 0 14px;
  background: #fff;
  color: #262626;
}

.tpw-form .checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.tpw-form .checkbox input {
  margin-top: 4px;
}

.tpw-form .actions {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.tpw-form .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 600;
}

.tpw-form .btn-primary {
  background: #5E17EB;
  color: #fff;
  border: 1px solid #5E17EB;
}

/* ========== CTA GŁÓWNY ========== */
.main-cta {
  padding: 80px 20px;
  background: linear-gradient(135deg, #5E17EB 0%, #7C2DF5 100%);
  text-align: center;
  color: #fff;
}

.main-cta h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.main-cta p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: .9;
}

.main-cta .btn {
  background: #fff;
  color: #5E17EB;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  transition: transform .2s ease;
}

.main-cta .btn:hover {
  transform: scale(1.05);
}

/* ========== SEKCJA POWODÓW (reason) ========== */
.reason {
  padding: 70px 20px;
  background: #fff;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.reason-item {
  text-align: center;
  padding: 30px 20px;
}

.reason-item .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #F1F0FB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reason-item h3 {
  font-size: 22px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 12px;
}

.reason-item p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* ========== UTILITY CLASSES ========== */
.tpw-kicker {
  font-size: 13px;
  letter-spacing: .14em;
  font-weight: 700;
  color: #5E17EB;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.tpw-muted {
  color: #6f6f6f;
}

.tpw-bullet {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.tpw-bullet .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5E17EB;
  margin-top: 8px;
}

/* ========== RESPONSYWNOŚĆ ========== */
@media (max-width: 1200px) {
  .tpw-hero .tpw-insurance-container {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

@media (max-width: 992px) {
  .tpw-insure-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tpw-story {
    grid-template-columns: 1fr;
  }
}

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

@media (max-width: 768px) {
  .tpw-section-header h2 {
    font-size: 36px;
  }

  .tpw-hero h1 {
    font-size: 40px;
  }

  .main-cta h2 {
    font-size: 34px;
  }

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

  .tpw-form .row {
    grid-template-columns: 1fr;
  }

  .tpw-insure-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .tpw-hero h1 {
    font-size: 32px;
  }
}

/* ========== SLIDER Ubezpieczenia ========== */
.tpw-covered-slider {
  padding-top: 25px;
  padding-bottom: 25px;
}

.tpw-covered-slider .section-heading {
  margin-bottom: 50px;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  color: #5E17EB;
}

/* viewport + track */
.tpw-slider {
  position: relative;
  overflow: visible; /* pozwala strzałkom wystawać poza viewport */
}

.tpw-slider-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;      /* trzymamy track w ryzach, brak poziomego scrolla */
  padding-bottom: 24px;  /* oddech na cień kafelków */
  padding-right: 5px;
  padding-left: 5px;
}

.tpw-slider-track {
  display: flex;
  gap: 24px;
  will-change: transform;
  transition: transform .5s ease;
  position: relative;
  z-index: 1;            /* poniżej strzałek */
}

/* kafelki */
.tpw-slide {
  flex: 0 0 calc(25% - 18px);
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0 24px 24px 24px;
  padding: 26px 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .05);
  position: relative;
  z-index: 2;
}

.tpw-slide h3 {
  margin: 14px 0 8px;
  font-size: 1.06rem;
  font-weight: 700;
  color: #262626;
}

.tpw-slide p {
  margin: 0;
  color: #555;
  font-size: .95rem;
  line-height: 1.55;
}

/* (opcjonalnie) minimalny „bezpieczny" cień bez skoków */
.tpw-slide:hover {
  box-shadow: 0 6px 22px rgba(0,0,0,.06);
}

/* ikona na kafelku */
.tpw-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  background: #5E17EB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tpw-icon img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

/* --- STRZAŁKI --- */
.tpw-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: #fff;    /* białe tło */
  color: #5E17EB;      /* fioletowa ikona */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: background .2s ease, color .2s ease, opacity .2s ease;
  z-index: 5;          /* nad trackiem */
  pointer-events: auto;                 /* jawnie włącz klikalność */
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;           /* szybki tap bez delay */
}

.tpw-slider-btn .icon {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
  pointer-events: none;                 /* klik idzie w <button>, nie w SVG */
}

/* pozycje strzałek */
.tpw-slider-btn.prev {
  left: -30px;
  transform: translateY(-50%) rotate(180deg); /* odwrócenie ikony */
}

.tpw-slider-btn.next {
  right: -30px;
}

/* hover bez animacji obrotu/powiększenia */
.tpw-slider-btn:hover {
  background: #fff;
  color: #7a3ffb;
}

/* ukryty tekst dla dostępności */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* responsywność */
@media (max-width: 1199px) {
  .tpw-slide {
    flex: 0 0 calc(33.333% - 16px);
  }
}

@media (max-width: 991px) {
  .tpw-slide {
    flex: 0 0 calc(50% - 12px);
  }
  .tpw-slider-btn.prev { left: 0; }
  .tpw-slider-btn.next { right: 0; }
}

@media (max-width: 768px) {
  .tpw-slide {
    flex: 0 0 100%;
  }
  .tpw-slider-btn {
    width: 40px;
    height: 40px;
  }
  .tpw-covered-slider .section-heading {
    margin-bottom: 35px;
  }
}

/* ========== WARIANT COMPACT AKORDEONÓW ========== */

.tpw-insurance-section.tpw-compact {
  padding: 60px 20px;
}

.tpw-insurance-section.tpw-compact .tpw-insurance-container {
  max-width: 800px;
}

.tpw-insurance-section.tpw-compact .tpw-section-header {
  margin-bottom: 40px;
}

.tpw-insurance-section.tpw-compact .tpw-section-header h2 {
  font-size: 36px !important;
  margin-bottom: 10px !important;
  line-height: 1.3 !important;
}

.tpw-insurance-section.tpw-compact .tpw-section-header p {
  font-size: 16px !important;
}

.tpw-insurance-section.tpw-compact .tpw-accordion {
  gap: 16px;
}

.tpw-insurance-section.tpw-compact .tpw-accordion-item {
  border-radius: 0 18px 18px 18px;
  box-shadow: 0 2px 10px rgba(25, 33, 61, 0.08);
}

.tpw-insurance-section.tpw-compact .tpw-accordion-item.is-open {
  box-shadow: 0 6px 18px rgba(25, 33, 61, 0.15);
}

.tpw-insurance-section.tpw-compact .tpw-accordion-header {
  padding: 18px 24px;
}

/* Ukrycie ikon w wariancie compact */
.tpw-insurance-section.tpw-compact .tpw-accordion-icon {
  display: none;
}

.tpw-insurance-section.tpw-compact .tpw-accordion-title {
  font-size: 20px !important;
  line-height: 1.4;
}

.tpw-insurance-section.tpw-compact .tpw-accordion-arrow {
  width: 24px;
  height: 24px;
}

.tpw-insurance-section.tpw-compact .tpw-accordion-content {
  max-height: 0;
}

.tpw-insurance-section.tpw-compact .tpw-accordion-item.is-open .tpw-accordion-content {
  max-height: 2000px;
}

.tpw-insurance-section.tpw-compact .tpw-accordion-body {
  padding: 18px 24px 24px 24px;
}

.tpw-insurance-section.tpw-compact .tpw-content-section {
  margin-bottom: 12px;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 1px 10px rgba(25, 33, 61, 0.05);
}

.tpw-insurance-section.tpw-compact .tpw-content-section h4 {
  font-size: 16px !important;
  margin-bottom: 10px !important;
}

.tpw-insurance-section.tpw-compact .tpw-content-section p {
  font-size: 15px !important;
  line-height: 1.6 !important;
}

.tpw-insurance-section.tpw-compact .tpw-content-list li {
  font-size: 15px !important;
  margin-bottom: 8px !important;
  padding-left: 20px !important;
}

.tpw-insurance-section.tpw-compact .tpw-highlight-box {
  padding: 16px;
  border-radius: 12px;
}

.tpw-insurance-section.tpw-compact .tpw-cta-wrapper {
  margin-top: 15px;
  padding-top: 15px;
}

.tpw-insurance-section.tpw-compact .tpw-conv-btn {
  font-size: 14px;
  padding: 10px 22px;
}

/* Responsywność wariantu compact */
@media (max-width: 768px) {
  .tpw-insurance-section.tpw-compact .tpw-section-header h2 {
    font-size: 26px !important;
  }
  
  .tpw-insurance-section.tpw-compact .tpw-accordion-header {
    padding: 14px 18px;
  }
  
  .tpw-insurance-section.tpw-compact .tpw-accordion-title {
    font-size: 18px !important;
  }
  
  .tpw-insurance-section.tpw-compact .tpw-content-section {
    padding: 12px;
  }
  
  .tpw-insurance-section.tpw-compact .tpw-content-section h4 {
    font-size: 15px !important;
  }
}

/* ========== SEKCJA: EKUZ vs POLISA TURYSTYCZNA ========== */
#tpw-ekuz-compare {
  padding: clamp(40px, 6vw, 80px) 0;
}

#tpw-ekuz-compare .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 40px);
}

/* Nagłówek */
.ekuz-header {
  text-align: center;
  margin-bottom: clamp(24px, 4vw, 40px);
}

.ekuz-eyebrow {
  font-size: clamp(14px, 1.5vw, 16px);
  color: #5E17EB;
  font-weight: 600;
  letter-spacing: .02em;
  margin: 0 0 6px;
}

#ekuz-heading {
  margin: 0 0 10px;
  color: #5E17EB;
  font-weight: 700;
  line-height: 1.2;
  font-size: clamp(28px, 2.5vw, 44px);
  text-align: center;
}

.ekuz-sub {
  font-size: clamp(15px, 1.5vw, 18px);
  color: #262626;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Grid */
.ekuz-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 3vw, 28px);
  margin-top: clamp(16px, 2vw, 24px);
}

@media (min-width: 900px) {
  .ekuz-grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}

/* Karty */
.ekuz-card {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .06);
  padding: clamp(18px, 2.5vw, 28px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  transition: box-shadow .2s ease, border-color .2s ease;
}

/* Lewa karta: EKUZ (mniejsza, bez efektów) */
.ekuz-card--ekuz {
  border-color: #eee;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .05);
  transform: scale(0.9);
  transform-origin: center;
  pointer-events: none;
}

/* Prawa karta: Nasze ubezpieczenie (zielona poświata) */
.ekuz-card--policy {
  border-color: #DDF3E5;
  box-shadow: 0 12px 44px rgba(46, 204, 113, .18);
}

.ekuz-card--policy:hover {
  box-shadow: 0 14px 50px rgba(46, 204, 113, .20);
}

/* Treść kart */
.ekuz-card h3 {
  margin: 0 0 8px;
  color: #1f1332;
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.25;
  font-weight: 800;
}

.ekuz-card .ekuz-desc {
  margin: 0 0 12px;
  color: #3a3a3a;
  line-height: 1.6;
  font-size: clamp(15px, 1.4vw, 16px);
}

.ekuz-list {
  margin: 0;
  padding-left: 20px;
  color: #3a3a3a;
  line-height: 1.6;
}

.ekuz-list li {
  margin: 4px 0;
}

/* Lista z checkmarkami (zielone kółka) */
.ekuz-list--check {
  list-style: none;
  padding-left: 0;
}

.ekuz-list--check li {
  position: relative;
  padding-left: 28px;
  margin: 6px 0;
}

.ekuz-list--check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #2ecc71;
}

.ekuz-list--check li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: .65em;
  width: 8px;
  height: 4px;
  border-left: 2px solid #2ecc71;
  border-bottom: 2px solid #2ecc71;
  transform: rotate(-45deg);
}

/* CTA */
.ekuz-cta {
  text-align: center;
  margin-top: clamp(24px, 4vw, 40px);
}

.ekuz-note {
  margin: 0 0 14px;
  color: #262626;
  font-size: clamp(14px, 1.4vw, 16px);
}

/* Responsywność */
@media (max-width: 768px) {
  .ekuz-card {
    padding: 20px;
    transform: none;
  }
  
  .ekuz-card h3 {
    font-size: 20px;
  }
  
  #ekuz-heading {
    font-size: 28px;
  }
  
  .ekuz-sub {
    font-size: 15px;
  }
}

/* ========================================
	SEKCJA: DODATKOWE ŚWIADCZENIA 
   ======================================== */

.tpw-extra {
  padding: 60px 0;
}

.extra-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.extra-text {
  flex: 1 1 450px;
  color: #262626;
}

/* Kicker wyśrodkowany */
.extra-text .kicker {
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #5E17EB;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: left;
}

.kicker.center {
  display: block;
  text-align: center;
  margin-bottom: 16px;
}

.extra-text .section-heading {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.extra-lead {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #555;
  line-height: 1.6;
}

/* Lista */
.extra-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.extra-list li {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
  gap: 10px;
}

.extra-list img {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(18%) sepia(85%) saturate(7444%) hue-rotate(256deg) brightness(89%) contrast(96%);
}

/* Obrazek w ramce */
.tpw-extra .tpw-story-media {
  position: relative;
  background: #fff;
  border: 1px solid #EEE8FF;
  border-radius: 0 20px 20px 20px;
  padding: clamp(6px, 1vw, 10px);
  box-shadow: 0 8px 28px rgba(94, 23, 235, .08);
  overflow: hidden;
  flex: 1 1 380px;
}

.tpw-extra .tpw-story-media img {
  display: block;
  width: 100%;
  height: clamp(220px, 32vw, 360px);
  object-fit: cover;
  border-radius: 0 14px 14px 14px;
}

/* Mobile */
@media (max-width: 900px) {
  .extra-flex {
    flex-direction: column-reverse;
    text-align: center;
  }
  
  .extra-list {
    align-items: center;
  }
  
  .extra-list li {
    justify-content: center;
  }
  
  .tpw-extra .tpw-story-media {
    max-width: 500px;
  }
  
  .extra-text .section-heading {
    text-align: center;
  }
  
  .extra-lead {
    text-align: center;
  }
}

/* ========================================
	FORMULARZE UBEZPIECZENIOWE
   ======================================== */

.tpw-form-ubezpieczenie {
  background: #FFFFFF;
  border: 1px solid #E7E1FF;
  border-radius: 0 50px 50px 50px;
  padding: 40px 35px;
  box-shadow: 0px 2px 20px 0px rgba(25, 33, 61, 0.09);
  margin-bottom: 0;
  transition: box-shadow 0.3s ease;
}

.tpw-form-ubezpieczenie:hover {
  box-shadow: 0px 4px 30px 0px rgba(94, 23, 235, 0.12);
}

.tpw-form-ubezpieczenie .elementor-form-fields-wrapper {
  gap: 14px;
}
/* Zbicie domyślnych marginesów pól, kontrolujemy tylko gap */
.tpw-form-ubezpieczenie .elementor-field-group { 
  margin: 0 !important; 
}

.tpw-form-ubezpieczenie .e-form__buttons {
  margin-top: 18px;
  margin-bottom: 0;
  text-align: center !important;
}

.elementor-widget-form .elementor-widget-container {
  margin-bottom: 0 !important;
}

/* ETYKIETY - NIEWIDOCZNE nagłówki nad polami */

.tpw-form-ubezpieczenie .elementor-field-group:not(.elementor-field-group-rodzaj_ubezpieczenia):not(.elementor-field-group-zgoda_zbiorcza):not(.elementor-field-group-zgoda1):not(.elementor-field-group-zgoda2):not(.elementor-field-group-zgoda3) > .elementor-field-label {
  display: none !important;
}

/* CUSTOM ZGODA ZBIORCZA (tworzona w JS) */

.tpw-custom-consent-master {
  display: block;
  margin-bottom: 16px;
}

.tpw-consent-master-label {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  cursor: pointer !important;
  font-family: 'Poppins', sans-serif !important;
}

.tpw-consent-master-checkbox {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  accent-color: #5E17EB !important;
  cursor: pointer !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}

.tpw-consent-master-label .label-text {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #262626 !important;
  font-family: 'Roboto', sans-serif !important;
  flex: 1 !important;
}

.tpw-consent-master-label .tpw-toggle-consent-arrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  margin: 0 0 0 auto !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  color: #5E17EB !important;
}

.tpw-consent-master-label .tpw-toggle-consent-arrow svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  stroke: currentColor !important;
  fill: none !important;
  transition: transform 0.2s ease;
}

.tpw-consent-master-label .tpw-toggle-consent-arrow.expanded svg {
  transform: rotate(180deg);
}

/* WRAPPER SZCZEGÓŁOWYCH ZGÓD */
.tpw-consent-details-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
  margin: 0 0 16px 0;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px;
}

.tpw-consent-details-wrapper.visible {
  max-height: 800px;
  margin-top: 12px;
}

/* Layout szczegółowych zgód - checkbox OBOK tekstu */
.tpw-consent-details-wrapper .elementor-field-option {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 0 !important;
}

.tpw-consent-details-wrapper .elementor-field-option input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  margin: 3px 0 0 0 !important;
  flex-shrink: 0 !important;
  accent-color: #5E17EB !important;
}

.tpw-consent-details-wrapper .elementor-field-option label {
  display: block !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #262626 !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  flex: 1 !important;
  margin: 0 !important;
}

.tpw-consent-details-wrapper label a {
  color: #5E17EB !important;
  text-decoration: underline !important;
  transition: color 0.2s ease;
}

.tpw-consent-details-wrapper label a:hover {
  color: #7C2DF5 !important;
}

/* CHECKBOXY przy zgodach - NAD checkboxem, nie pod */
.tpw-form-ubezpieczenie .elementor-field-subgroup .elementor-field-option,
.tpw-form-ubezpieczenie .tpw-consent-details-wrapper .elementor-field-option {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

.tpw-form-ubezpieczenie .elementor-field-subgroup .elementor-field-option input[type="checkbox"],
.tpw-form-ubezpieczenie .tpw-consent-details-wrapper .elementor-field-option input[type="checkbox"] {
  order: 1 !important;
  margin: 3px 0 0 0 !important;
  flex-shrink: 0 !important;
}

.tpw-form-ubezpieczenie .elementor-field-subgroup .elementor-field-option label,
.tpw-form-ubezpieczenie .tpw-consent-details-wrapper .elementor-field-option label {
  order: 2 !important;
  display: block !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #262626 !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  flex: 1 !important;
  margin: 0 !important;
}

/* Linki w zgodach */
.tpw-form-ubezpieczenie .elementor-field-subgroup label a,
.tpw-form-ubezpieczenie .tpw-consent-details-wrapper label a {
  color: #5E17EB !important;
  text-decoration: underline !important;
  font-weight: 400 !important;
}

/* CUSTOM ETYKIETY Z HTML WIDGETÓW */

.tpw-custom-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 -15px 0 !important;
  padding: 0 !important;
  font-family: 'Poppins', sans-serif;
}

.tpw-custom-label .label-text {
  font-weight: 600;
  font-size: 15px;
  color: #262626;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

/* Dodatkowe zmniejszenie odstępu - jeśli widget HTML ma margines */
.elementor-widget-html {
  margin-bottom: 0 !important;
}

.elementor-widget-html:has(.tpw-custom-label) {
  margin-bottom: -10px !important;
}

/* Buttony */

a.conv-btn-ins {
	background-color: #5E17EB;
	border-radius: 50px;
	padding: 13px 35px;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #5E17EB;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease;
}

a.conv-btn-ins svg {
	margin-left: 10px;
	fill: #fff;
	margin-top: -3px;
	transition: fill 0.3s ease;
}

a.conv-btn-ins:hover svg {
	fill: #5E17EB;
}

a.conv-btn-ins:hover {
	background-color: transparent;
	color: #5E17EB;
}

/* TOOLTIP */

.tpw-tooltip-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #5E17EB;
  color: #ffffff;
  border: none;
  cursor: help;
  padding: 0;
  font-weight: 700;
  font-size: 13px;
  font-style: normal;
  transition: background 0.2s ease;
  flex-shrink: 0;
}

.tpw-tooltip-trigger:hover {
  background: #4b12c7;
}

.tpw-tooltip-trigger:focus-visible {
  outline: 3px solid rgba(94, 23, 235, 0.4);
  outline-offset: 2px;
}

/* Tooltip PoPup */
.tpw-tooltip-content {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border: 1px solid #e1e4eb;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 20px;
  width: 300px;
  max-width: calc(100vw - 40px);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  pointer-events: none;
  font-size: 13px;
  color: #5a5a5a;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}

/* Strzałka na dole (obramowanie) */
.tpw-tooltip-content::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e1e4eb;
}

/* Strzałka na dole (wypełnienie) */
.tpw-tooltip-content::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
}

/* Pokaż tooltip na hover */
.tpw-tooltip-trigger:hover .tpw-tooltip-content {
  opacity: 1;
  visibility: visible;
}

/* Mobile */
@media (max-width: 768px) {
  .tpw-tooltip-content {
    width: 280px;
    padding: 16px;
    font-size: 12px;
  }
}

/* --- RODZAJ UBEZPIECZENIA: wymuszenie układu label nad siatką --- */
.tpw-form-ubezpieczenie .elementor-field-group-rodzaj_ubezpieczenia {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}

.tpw-form-ubezpieczenie .elementor-field-group-rodzaj_ubezpieczenia > .elementor-field-label {
  grid-row: 1;
  margin-bottom: 8px !important;
}

.tpw-form-ubezpieczenie .elementor-field-group-rodzaj_ubezpieczenia > .elementor-field-subgroup {
  grid-row: 2;
}

/* RODZAJE UBEZPIECZENIA - KWADRATY */

.tpw-form-ubezpieczenie .elementor-field-group-rodzaj_ubezpieczenia .elementor-field-subgroup {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  margin: 0 !important;
  grid-auto-flow: row;
}

.tpw-form-ubezpieczenie .elementor-field-group-rodzaj_ubezpieczenia .elementor-field-option {
  display: block;
  margin: 0 !important;
}

/* UKRYJ natywny checkbox */
.tpw-form-ubezpieczenie .elementor-field-group-rodzaj_ubezpieczenia input[type="checkbox"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  pointer-events: none !important;
  clip: rect(0, 0, 0, 0) !important;
}

/* KWADRATOWY BUTTON STYLE */
.tpw-form-ubezpieczenie .elementor-field-group-rodzaj_ubezpieczenia .elementor-field-option label {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  padding: 20px 10px;
  border: 2px solid #E5E7EB;
  border-radius: 20px;
  background: #FFFFFF;
  color: #1F2937;
  font-weight: 700 !important;
  font-size: 14px !important;
  font-family: 'Poppins', sans-serif !important;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin: 0 !important;
  word-break: keep-all;
  overflow-wrap: normal;
  line-height: 1.3;
}

/* Hover na buttonie */
.tpw-form-ubezpieczenie .elementor-field-group-rodzaj_ubezpieczenia .elementor-field-option label:hover {
  border-color: #C6B9FF;
  box-shadow: 0 8px 20px rgba(94, 23, 235, 0.15);
  transform: none;
}

/* Focus state */
.tpw-form-ubezpieczenie .elementor-field-group-rodzaj_ubezpieczenia input[type="checkbox"]:focus-visible + label {
  outline: 0;
  border-color: #5E17EB;
  box-shadow: 0 0 0 4px rgba(94, 23, 235, 0.2);
}

/* ZAZNACZONY button */
.tpw-form-ubezpieczenie .elementor-field-group-rodzaj_ubezpieczenia input[type="checkbox"]:checked + label {
  border-color: #8C82FF;
  color: #262626 !important;
  background: linear-gradient(135deg, #F6F3FF 0%, #FFFFFF 100%);
  box-shadow: 0 10px 22px rgba(94, 23, 235, 0.18);
  transform: none;
  position: relative;
}

/* CHECKMARK SVG w kółku */
.tpw-form-ubezpieczenie .elementor-field-group-rodzaj_ubezpieczenia input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  background-color: rgba(94, 23, 235, 0.15);
  border-radius: 50%;
  background-image: url('https://teleporownywarka.pl/wp-content/uploads/2025/10/check.svg');
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Responsywność - buttony */
@media (max-width: 992px) {
  .tpw-form-ubezpieczenie .elementor-field-group-rodzaj_ubezpieczenia .elementor-field-subgroup {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .tpw-form-ubezpieczenie .elementor-field-group-rodzaj_ubezpieczenia .elementor-field-option {
    grid-column: auto / span 1;
  }
  .tpw-form-ubezpieczenie .elementor-field-group-rodzaj_ubezpieczenia .elementor-field-option label {
    min-height: 90px;
    font-size: 14px !important;
  }
}

@media (max-width: 480px) {
  .tpw-form-ubezpieczenie .elementor-field-group-rodzaj_ubezpieczenia .elementor-field-subgroup {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .tpw-form-ubezpieczenie .elementor-field-group-rodzaj_ubezpieczenia .elementor-field-option {
    grid-column: auto / span 1;
  }
  .tpw-form-ubezpieczenie .elementor-field-group-rodzaj_ubezpieczenia .elementor-field-option label {
    min-height: 90px;
    font-size: 14px !important;
  }
}

/* Ukryj ORYGINALNY tekst etykiety Elementora */
.tpw-form-ubezpieczenie .elementor-field-group-zgoda_zbiorcza > .elementor-field-label::before {
  content: "Zaznacz wszystkie zgody";
  display: inline-block;
}

/* Jeśli Elementor dodaje span z tekstem - ukryj go */
.tpw-form-ubezpieczenie .elementor-field-group-zgoda_zbiorcza > .elementor-field-label > span:not(.tpw-toggle-consent-arrow) {
  display: none !important;
}

/* Strzałka - wymuszenie widoczności */
.tpw-form-ubezpieczenie .tpw-toggle-consent-arrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  color: #5E17EB !important;
}

.tpw-form-ubezpieczenie .tpw-toggle-consent-arrow svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  stroke: currentColor !important;
  fill: none !important;
  transition: transform 0.2s ease;
}

.tpw-form-ubezpieczenie .tpw-toggle-consent-arrow.expanded svg {
  transform: rotate(180deg);
}

/* ROZWIJANE ZGODY - JEDNA POD DRUGĄ */

.tpw-form-ubezpieczenie .tpw-consent-details-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
  margin: 0 0 0 28px;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px;
}

.tpw-form-ubezpieczenie .tpw-consent-details-wrapper.visible {
  max-height: 600px;
  margin-top: 16px;
}

/* POJEDYNCZA ZGODA */
.tpw-form-ubezpieczenie .tpw-consent-details-wrapper .elementor-field-option {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  width: 100% !important;
  margin: 0 !important;
}

/* CHECKBOX w zgodzie */
.tpw-form-ubezpieczenie .tpw-consent-details-wrapper input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  accent-color: #5E17EB;
  cursor: pointer;
  flex-shrink: 0;
  margin: 3px 0 0 0 !important;
  display: block !important;
  position: static !important;
  opacity: 1 !important;
  clip: auto !important;
  pointer-events: auto !important;
}

/* LABEL zgody */
.tpw-form-ubezpieczenie .tpw-consent-details-wrapper label {
  display: block !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #262626 !important;
  font-weight: 400 !important;
  cursor: pointer;
  flex: 1;
  margin: 0 !important;
  padding: 0 !important;
}

/* LINKI w zgodach */
.tpw-form-ubezpieczenie .tpw-consent-details-wrapper a,
.tpw-form-ubezpieczenie .elementor-field-option label a {
  font-size: 14px !important;
  color: #5E17EB !important;
  text-decoration: underline;
  font-weight: 400 !important;
  transition: color 0.2s ease;
}

.tpw-form-ubezpieczenie .tpw-consent-details-wrapper a:hover {
  color: #7C2DF5 !important;
}

/* Mobile - zgody */
@media (max-width: 480px) {
  .tpw-form-ubezpieczenie .tpw-consent-details-wrapper {
    margin-left: 24px;
  }
  
  .tpw-form-ubezpieczenie .tpw-consent-details-wrapper label {
    font-size: 13px !important;
  }
  
  .tpw-form-ubezpieczenie .tpw-consent-details-wrapper a {
    font-size: 13px !important;
  }
}

/* BUTTON SUBMIT - NAPRAWIONY HOVER */

/* STAN NORMALNY */
.tpw-form-ubezpieczenie .elementor-button,
.tpw-form-ubezpieczenie .e-form__buttons__wrapper__button-next,
.tpw-form-ubezpieczenie button[type="submit"],
.tpw-form-ubezpieczenie .elementor-field-type-submit .elementor-button {
  background-color: #5E17EB !important;
  background-image: none !important;
  border-radius: 50px !important;
  padding: 13px 35px !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  border: 2px solid #5E17EB !important;
  font-family: 'Poppins', sans-serif !important;
  cursor: pointer !important;
  display: inline-block !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  text-align: center !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
}

/* STAN HOVER - ZMIANA KOLORU TEKSTU I TŁA */
.tpw-form-ubezpieczenie .elementor-button:hover,
.tpw-form-ubezpieczenie .e-form__buttons__wrapper__button-next:hover,
.tpw-form-ubezpieczenie button[type="submit"]:hover,
.tpw-form-ubezpieczenie .elementor-field-type-submit .elementor-button:hover {
  background-color: transparent !important;
  background-image: none !important;
  color: #5E17EB !important;
  border-color: #5E17EB !important;
}

/* SVG w buttonie (jeśli jest) */
.tpw-form-ubezpieczenie .elementor-button svg,
.tpw-form-ubezpieczenie button[type="submit"] svg {
  margin-left: 10px !important;
  fill: #fff !important;
  margin-top: -3px !important;
  transition: fill 0.3s ease !important;
}

.tpw-form-ubezpieczenie .elementor-button:hover svg,
.tpw-form-ubezpieczenie button[type="submit"]:hover svg {
  fill: #5E17EB !important;
}

/* ACTIVE/FOCUS STATE */
.tpw-form-ubezpieczenie .elementor-button:active,
.tpw-form-ubezpieczenie button[type="submit"]:active {
  background-color: #5E17EB !important;
  color: #fff !important;
  outline: 0 !important;
}

.tpw-form-ubezpieczenie .elementor-button:focus,
.tpw-form-ubezpieczenie button[type="submit"]:focus {
  outline: 0 !important;
}

/* RESPONSYWNOŚĆ - Button */
@media (max-width: 768px) {
  .tpw-form-ubezpieczenie .elementor-button,
  .tpw-form-ubezpieczenie button[type="submit"] {
    font-size: 18px !important;
    padding: 12px 30px !important;
  }
  
  .tpw-form-ubezpieczenie .elementor-button svg,
  .tpw-form-ubezpieczenie button[type="submit"] svg {
    width: 18px !important;
    height: 18px !important;
  }
}

/* POLA FORMULARZA */

.tpw-form-ubezpieczenie .elementor-field-textual,
.tpw-form-ubezpieczenie input[type="text"],
.tpw-form-ubezpieczenie input[type="email"],
.tpw-form-ubezpieczenie input[type="tel"],
.tpw-form-ubezpieczenie input[type="date"],
.tpw-form-ubezpieczenie select {
  border: 1px solid #E7E1FF;
  border-radius: 12px;
  padding: 10px 16px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Numer telefonu + Data – wyraźniejsze obramowanie i mniejsze pionowe odstępy */
.tpw-form-ubezpieczenie input[type="tel"],
.tpw-form-ubezpieczenie input[type="date"] {
  border-width: 2px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.tpw-form-ubezpieczenie input:focus,
.tpw-form-ubezpieczenie select:focus {
  border-color: #5E17EB;
  box-shadow: 0 0 0 3px rgba(94, 23, 235, 0.1);
  outline: 0;
}

.tpw-form-ubezpieczenie input::placeholder {
  color: #9CA3AF;
}

/* Checkboxy (normalne) */
.tpw-form-ubezpieczenie input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #5E17EB;
  cursor: pointer;
}

/* RESPONSYWNOŚĆ */

@media (max-width: 768px) {
  .tpw-form-ubezpieczenie {
    padding: 30px 20px;
    border-radius: 0 30px 30px 30px;
  }

  .tpw-form-ubezpieczenie .elementor-field-label {
    font-size: 14px !important;
  }

  .tpw-form-ubezpieczenie label[for="form-field-data_konca_oc"]::before {
    max-width: 240px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .tpw-form-ubezpieczenie {
    padding: 25px 16px;
  }

  .tpw-form-ubezpieczenie .elementor-form-fields-wrapper {
    gap: 12px;
  }
}

/* WŁASNA WALIDACJA FORMULARZA */

/* ROZWIJANE ZGODY - POPRAWIONA SZEROKOŚĆ */

.tpw-form-ubezpieczenie .tpw-consent-details-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
  margin: 0 0 0 28px;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px;
  width: 100%;
}

.tpw-form-ubezpieczenie .tpw-consent-details-wrapper.visible {
  max-height: 800px;
  margin-top: 16px;
}

/* POJEDYNCZA ZGODA - pełna szerokość */
.tpw-form-ubezpieczenie .tpw-consent-details-wrapper .elementor-field-option {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

/* CHECKBOX w zgodzie */
.tpw-form-ubezpieczenie .tpw-consent-details-wrapper input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  accent-color: #5E17EB;
  cursor: pointer;
  flex-shrink: 0;
  margin: 3px 0 0 0 !important;
  display: block !important;
  position: static !important;
  opacity: 1 !important;
  clip: auto !important;
  pointer-events: auto !important;
}

/* LABEL zgody - NIE ucina tekstu */
.tpw-form-ubezpieczenie .tpw-consent-details-wrapper label {
  display: block !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #262626 !important;
  font-weight: 400 !important;
  cursor: pointer;
  flex: 1;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  white-space: normal !important;
}

/* LINKI w zgodach */
.tpw-form-ubezpieczenie .tpw-consent-details-wrapper a,
.tpw-form-ubezpieczenie .elementor-field-option label a {
  font-size: 14px !important;
  color: #5E17EB !important;
  text-decoration: underline;
  font-weight: 400 !important;
  transition: color 0.2s ease;
  word-break: break-word;
}

.tpw-form-ubezpieczenie .tpw-consent-details-wrapper a:hover {
  color: #7C2DF5 !important;
}

/* KOMUNIKATY BŁĘDÓW - KOMPAKTOWE (tylko tekst) */
.tpw-form-ubezpieczenie .elementor-message,
.tpw-form-ubezpieczenie .elementor-message-danger {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 6px 0 0 0 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  color: #DC2626 !important;
  display: block !important;
  animation: none !important;
}

.tpw-form-ubezpieczenie .elementor-message-danger::before {
  content: none !important;
}

/* Komunikaty pod polami */
.tpw-form-ubezpieczenie .elementor-field-type-text .elementor-message-danger,
.tpw-form-ubezpieczenie .elementor-field-type-email .elementor-message-danger,
.tpw-form-ubezpieczenie .elementor-field-type-tel .elementor-message-danger,
.tpw-form-ubezpieczenie .elementor-field-type-checkbox .elementor-message-danger {
  margin-top: 4px !important;
  padding: 0 !important;
}

/* Główny komunikat błędu pod formularzem */
.tpw-form-ubezpieczenie .elementor-message.elementor-message-danger {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 8px 0 0 0 !important;
  font-size: 14px !important;
  color: #DC2626 !important;
  text-align: center !important;
}

/* Desktop: 1–4 w jednym rzędzie; 5–6 = 3 kolumny (2 rzędy) */
@media (min-width: 993px) {
  /* Fallback dla 5–6 (i więcej): 3 kolumny */
  .tpw-form-ubezpieczenie
  .elementor-field-group-rodzaj_ubezpieczenia
  .elementor-field-subgroup {
    grid-template-columns: repeat(3, 1fr);
  }

  /* 1 element */
  .tpw-form-ubezpieczenie
  .elementor-field-group-rodzaj_ubezpieczenia
  .elementor-field-subgroup:has(> .elementor-field-option:nth-child(1)):not(:has(> .elementor-field-option:nth-child(2))) {
    grid-template-columns: repeat(1, 1fr);
  }

  /* 2 elementy */
  .tpw-form-ubezpieczenie
  .elementor-field-group-rodzaj_ubezpieczenia
  .elementor-field-subgroup:has(> .elementor-field-option:nth-child(2)):not(:has(> .elementor-field-option:nth-child(3))) {
    grid-template-columns: repeat(2, 1fr);
  }

  /* 3 elementy */
  .tpw-form-ubezpieczenie
  .elementor-field-group-rodzaj_ubezpieczenia
  .elementor-field-subgroup:has(> .elementor-field-option:nth-child(3)):not(:has(> .elementor-field-option:nth-child(4))) {
    grid-template-columns: repeat(3, 1fr);
  }

  /* 4 elementy (pełna szerokość w 1 rzędzie) */
  .tpw-form-ubezpieczenie
  .elementor-field-group-rodzaj_ubezpieczenia
  .elementor-field-subgroup:has(> .elementor-field-option:nth-child(4)):not(:has(> .elementor-field-option:nth-child(5))) {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* ========================================
	KOMPAKTOWA SEKCJA OPISOWA 
   ======================================== */

.insurance-process-compact {
  background: #FFFFFF;
  border: none;
  padding: 40px 32px;
}

.insurance-process-compact__header { margin-bottom: 32px; }

.insurance-process-compact__eyebrow {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5E17EB;
  font-weight: 600;
  margin-bottom: 10px;
}

.insurance-process-compact__title {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  color: #5E17EB;
  margin: 0 0 14px;
  font-family: 'Rubik', sans-serif;
}

.insurance-process-compact__desc {
  font-size: 15px;
  line-height: 1.5;
  color: #262626;
  margin: 0;
}

/* Kroki */
.insurance-steps-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.insurance-step-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.insurance-step-item__icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(160deg, #8C82FF 0%, #5E17EB 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insurance-step-item__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.insurance-step-item__content h3 {
  font-size: 17px;
  font-weight: 600;
  color: #262626;
  margin: 0 0 8px;
  line-height: 1.3;
  font-family: 'Rubik', sans-serif;
}

.insurance-step-item__content p {
  font-size: 14px;
  line-height: 1.5;
  color: #404040;
  margin: 0;
}

.insurance-step-item__content strong {
  color: #5E17EB;
  font-weight: 600;
}

/* Responsywność bloku opisowego */
@media (max-width: 768px) {
  .insurance-process-compact {
    padding: 30px 24px;
    border-radius: 0 30px 30px 30px;
  }
  .insurance-process-compact__title { font-size: 22px; }
  .insurance-step-item__icon { width: 46px; height: 46px; }
  .insurance-step-item__icon svg { width: 22px; height: 22px; }
  .insurance-step-item__content h3 { font-size: 16px; }
}

/* Numer telefonu zawsze w jednej linii */
   .phone-number {
     white-space: nowrap;
     display: inline-block;
   }

/* ========================================
   THANK YOU PAGE
   ======================================== */

.tpw-thankyou .thankyou-hero {
  padding: 100px 0;
}

.tpw-thankyou .thankyou-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.tpw-thankyou .thankyou-left {
  flex: 1 1 50%;
}

.tpw-thankyou .check-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: radial-gradient(120% 120% at 30% 20%, #FFFFFF 0%, #EDEBFF 40%, #D9D3FF 100%);
  box-shadow: 0 10px 25px rgba(94, 23, 235, 0.18);
}

.tpw-thankyou .check-badge svg {
  width: 54px;
  height: 54px;
}

.tpw-thankyou .check-badge svg circle {
  fill: #fff;
}

.tpw-thankyou .check-badge svg path {
  fill: none;
  stroke: #5E17EB;
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tpw-thankyou .thankyou-left h1 {
  font-family: 'Rubik', sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #5E17EB;
  margin-bottom: 15px;
}

.tpw-thankyou .thankyou-left p {
  font-family: 'Poppins', sans-serif;
  color: #262626;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.tpw-thankyou .thankyou-btn {
  display: inline-block;
  background: #5E17EB;
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #5E17EB;
  transition: 0.25s ease;
  text-decoration: none;
}

.tpw-thankyou .thankyou-btn:hover {
  background: transparent;
  color: #5E17EB;
}

.tpw-thankyou .thankyou-right {
  flex: 1 1 40%;
  text-align: center;
}

.tpw-thankyou .thankyou-phone-img {
  max-width: 400px;
  height: auto;
  transition: transform 0.25s ease;
}

.tpw-thankyou .thankyou-phone-img:hover {
  transform: scale(1.05);
}

.thankyou-info a {
  color: #5E17EB;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.thankyou-info a:hover {
  color: #3e0fb6;
}

/* --- KROKI --- */
.tpw-thankyou .thankyou-info {
  padding: 90px 0;
  text-align: center;
}

.tpw-thankyou .thankyou-info h2 {
  font-family: 'Rubik', sans-serif;
  color: #5E17EB;
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 36px;
}

.tpw-thankyou .steps {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.tpw-thankyou .step {
  background: #F9F9F9;
  border-radius: 30px;
  padding: 40px 30px;
  width: 300px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tpw-thankyou .step:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.tpw-thankyou .step .num {
  background: linear-gradient(180deg, #8C82FF 0%, #5E17EB 100%);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.tpw-thankyou .step p {
  font-family: 'Poppins', sans-serif;
  color: #262626;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

/* --- KAFELKI --- */
.tpw-thankyou .thankyou-next {
  padding: 80px 0;
}

.tpw-thankyou .thankyou-next h3 {
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  color: #262626;
  font-size: 28px;
  margin-bottom: 30px;
}

.tpw-thankyou .next-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}

.tpw-thankyou .next-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #EEE;
  border-radius: 20px;
  padding: 22px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(25, 33, 61, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.tpw-thankyou .next-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(25, 33, 61, 0.14);
  border-color: #E3D9FF;
}

.tpw-thankyou .next-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #F6F3FF;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .tpw-thankyou .next-icon img {
    width: 40px;
    height: 40px;
  }

/* --- KOLOR IKON I TŁO W KAFELKACH (TELEPORÓWNYWARKA PURPLE) --- */
.tpw-thankyou .next-icon {
  background: rgba(94, 23, 235, 0.10); /* delikatne tło w kolorze głównym */
}
/* Próba koloryzacji svg osadzonych jako <img> poprzez filtr – zbliżenie do #5E17EB */
.tpw-thankyou .next-icon img {
  filter: invert(20%) sepia(88%) saturate(3280%) hue-rotate(247deg) brightness(92%) contrast(95%);
}
/* Alternatywnie, jeśli wgrywasz czarne SVG – ten filtr nada im docelowy fiolet */

.tpw-thankyou .next-content h4 {
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  margin: 0 0 6px;
  color: #1B153B;
  line-height: 1.3; /* zmniejszona interlinia */
}

.tpw-thankyou .next-content p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #555;
  margin: 0;
}

.tpw-thankyou .next-arrow {
  margin-left: auto;
  font-size: 22px;
  color: #5E17EB;
  opacity: 0.85;
  transition: transform 0.2s ease;
}

.tpw-thankyou .next-card:hover .next-arrow {
  transform: translateX(4px);
}

/* --- Stylizacja nowej ikony strzałki (img wewnątrz .next-arrow) --- */
.tpw-thankyou .next-arrow img {
  display: inline-block;
  width: 22px;
  height: 22px;
  transition: transform 0.2s ease, filter 0.3s ease;
  filter: invert(20%) sepia(88%) saturate(3280%) hue-rotate(247deg) brightness(92%) contrast(95%);
}
.tpw-thankyou .next-card:hover .next-arrow img {
  transform: translateX(4px);
  filter: invert(14%) sepia(86%) saturate(4500%) hue-rotate(247deg) brightness(95%) contrast(105%);
}

/* --- RESPONSYWNOŚĆ --- */
@media (max-width: 991px) {
  .tpw-thankyou .thankyou-grid {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .tpw-thankyou .thankyou-left,
  .tpw-thankyou .thankyou-right {
    flex: 1 1 100%;
  }
  .tpw-thankyou .thankyou-left h1 {
    font-size: 38px;
  }
  .tpw-thankyou .thankyou-left p {
    font-size: 18px;
  }
  .tpw-thankyou .thankyou-phone-img {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .tpw-thankyou .thankyou-info h2 {
    font-size: 28px;
  }
  .tpw-thankyou .next-cards {
    grid-template-columns: 1fr;
  }
  /* --- MOBILE SPECYFICZNE UŁOŻENIE KAFELKÓW --- */
  .tpw-thankyou .next-card {
    position: relative;
    display: block;               /* porzucamy flex na mobile dla swobody pozycjonowania */
    padding: 22px 22px 60px;      /* dodatkowe miejsce na strzałkę w prawym dolnym rogu */
  }
  .tpw-thankyou .next-card .next-icon {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tpw-thankyou .next-card .next-content h4,
  .tpw-thankyou .next-card .next-content p {
    padding-left: 84px;           /* miejsce na ikonę po lewej */
  }
  .tpw-thankyou .next-card .next-arrow {
    position: absolute;
    right: 16px;
    bottom: 14px;                 /* strzałka w prawym dolnym rogu, pod tekstem */
  }
  .tpw-thankyou .next-card:hover .next-arrow {
    transform: translateX(4px);
  }
}

/* ========================================
	KONTAKT
   ======================================== */
.tpw-hotline{
  background:#fff;
  border-radius:0 50px 50px 50px;
  box-shadow:0 2px 20px rgba(25,33,61,0.09);
  padding:40px;
  display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;
}
.tpw-hotline .label{ font-family:'Rubik',sans-serif; font-size:18px; color:#262626; margin-bottom:6px; }
.tpw-hotline .number a{ font-family:'Rubik',sans-serif; font-weight:800; font-size:56px; line-height:1; letter-spacing:.5px; color:#5E17EB; text-decoration:none; display:inline-block; }
.tpw-hotline .badges{ display:flex; gap:10px; flex-wrap:wrap; margin-top:12px; padding:0; list-style:none; }
.tpw-hotline .badge{ background:#F1F0FB; color:#5E17EB; border-radius:999px; padding:8px 14px; font-size:13px; font-weight:600; line-height:1; }
.tpw-hotline .cta{ display:flex; gap:12px; flex-wrap:wrap; }
.btn-call{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  background:#5E17EB; color:#fff; border:2px solid #5E17EB; border-radius:50px;
  padding:12px 24px; font-weight:600; text-decoration:none; transition:all .25s ease;
}
.btn-call:hover{ background:transparent; color:#5E17EB; }
.btn-call.btn-ghost{ background:#fff; color:#5E17EB; }

/* ===== KAFELKI 2×2 ===== */
.tpw-contact{ padding:80px 20px; background:transparent; }
.tpw-contact .tpw-contact-header{ text-align:center; margin-bottom:40px; }
.tpw-contact .tpw-contact-header h2{
  font-family:'Rubik',sans-serif; font-size:48px; font-weight:600; color:#5E17EB; margin-bottom:12px;
}
.tpw-contact .tpw-contact-header p{ color:#262626; font-size:18px; line-height:1.6; }
.tpw-grid-2x2{
  max-width: 960px;
  margin: 0 auto;
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:30px;
  box-sizing:border-box;
}
@media (max-width: 768px){
  .tpw-grid-2x2{ grid-template-columns: 1fr; }
}
.tpw-contact-card{
  background:#fff;
  border-radius:0 40px 40px 40px;
  box-shadow:0 2px 20px rgba(25,33,61,0.09);
  padding:28px 24px;
  width:100%;
  max-width:440px;
  margin:0 auto;
  text-align:center;
  transition:transform .25s ease, box-shadow .25s ease;
  display:flex; flex-direction:column; align-items:center; gap:10px;
  box-sizing:border-box;
  word-wrap:break-word;
}
.tpw-contact-card:hover{ transform:translateY(-4px); box-shadow:0 8px 30px rgba(25,33,61,0.15); }
.tpw-contact-card .icon{
  width:70px; height:70px; border-radius:50%;
  background:#5E17EB; display:flex; align-items:center; justify-content:center; margin-bottom:15px;
}
.tpw-contact-card .icon img{
  width:34px; height:34px; display:block;
  filter:brightness(0) invert(1);
}
.tpw-contact-card h3{
  font-family:'Rubik',sans-serif; font-weight:600; font-size:20px; color:#5E17EB; margin:0;
}
.tpw-contact-card p, .tpw-contact-card a{
  font-size:16px; color:#262626; margin:0; line-height:1.5; text-decoration:none;
}
.tpw-contact-card a:hover{ color:#5E17EB; }

/* ===== MAPA GOOGLE ===== */
.tpw-map{ padding:80px 20px; background:#fff; }
.tpw-map .section-heading{
  text-align:center; font-family:'Rubik',sans-serif; font-weight:600; color:#5E17EB; margin-bottom:24px;
}
.tpw-map .tpw-map-box{
  border-radius:0 50px 50px 50px; overflow:hidden; box-shadow:0 2px 20px rgba(25,33,61,0.09);
}
#map{ width:100%; height:500px; }
@media (max-width:640px){ #map{ height:380px; } }

/* ===== RWD DROBNE ===== */
@media (max-width: 980px){
  .tpw-hotline{ padding:28px; }
  .tpw-hotline .number a{ font-size:44px; }
}
@media (max-width: 640px){
  .tpw-contact{ padding:60px 15px; }
  .tpw-contact .tpw-contact-header h2{ font-size:32px; }
  .tpw-hotline .number a{ font-size:38px; }
}

/* ========================================
   BLOG TELEPORÓWNYWARKI
   ======================================== */

/* RESET LEKKI */
.tpw-blog-section, .tpw-blog-section * { box-sizing: border-box; }
.tpw-blog-section img { max-width: 100%; height: auto; display: block; }
.tpw-blog-section p { margin: 0; }
.tpw-blog-section h1, .tpw-blog-section h2 { margin: 0; }

/* KONFLIKTY ELEMENTOR */
.elementor .tpw-blog-section .tpw-grid { display: grid !important; }
.elementor .tpw-blog-section .tpw-post { margin: 0 !important; list-style: none !important; }

/* CONTAINER */
.tpw-blog-section .tpw-blog-hero,
.tpw-blog-section .tpw-blog-list { background: #fff; color: #262626; }
.tpw-blog-section .tpw-wrap { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.tpw-blog-section .tpw-blog-hero { padding: 50px 0 30px; text-align: center; }
.tpw-blog-section .tpw-blog-list { padding: 40px 0; }

/* NAGŁÓWEK SEKCJI */
.tpw-blog-section .tpw-blog-hero h1 { 
  font-family: 'Rubik', system-ui, sans-serif; 
  font-weight: 700; 
  font-size: 42px;
  margin: 0 0 10px; 
  color: #5E17EB;
  line-height: 1.2;
}
.tpw-blog-section .tpw-blog-hero > p { 
  color: #6f6f6f; 
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 1.5;
}

/* ZAKŁADKI GŁÓWNE - DESKTOP */
.tpw-blog-section .tpw-tabs { 
  display: flex; 
  gap: 10px; 
  justify-content: center;
  flex-wrap: wrap; 
  background: #fff; 
  border: 1px solid #EEE8FF; 
  border-radius: 999px; 
  padding: 8px; 
  box-shadow: 0 8px 28px rgba(25,33,61,.08); 
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}

.tpw-blog-section .tpw-tab { 
  appearance: none; 
  border: 0; 
  background: transparent; 
  cursor: pointer; 
  padding: 16px 36px; 
  border-radius: 999px; 
  font-weight: 700; 
  font-size: 20px;
  color: #5E17EB; 
  line-height: 1; 
  transition: all 0.2s ease;
  font-family: 'Poppins', sans-serif;
}

.tpw-blog-section .tpw-tab:hover { 
  background: #F6F3FF; 
}

.tpw-blog-section .tpw-tab.is-active { 
  background: #5E17EB; 
  color: #fff; 
  box-shadow: 0 4px 14px rgba(94,23,235,.3); 
}

.tpw-blog-section .tpw-tab:focus-visible { 
  outline: 3px solid rgba(94,23,235,.3); 
  outline-offset: 2px; 
}

/* CUSTOM DROPDOWN - MOBILE */
.tpw-blog-section .tpw-tabs-select {
  display: none;
  position: relative;
  max-width: 400px;
  margin: 0 auto 20px;
}

.tpw-blog-section .tpw-select-trigger {
  width: 100%;
  padding: 14px 20px;
  padding-right: 50px;
  border: 1px solid #EEE8FF;
  border-radius: 999px;
  background: #fff;
  color: #5E17EB;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 8px 28px rgba(25,33,61,.08);
  cursor: pointer;
  text-align: left;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tpw-blog-section .tpw-select-trigger:hover {
  border-color: #d9d3ff;
}

.tpw-blog-section .tpw-select-trigger::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%235E17EB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.tpw-blog-section .tpw-select-trigger.is-open::after {
  transform: rotate(180deg);
}

.tpw-blog-section .tpw-select-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #EEE8FF;
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(25,33,61,.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  z-index: 100;
  max-height: 300px;
  overflow-y: auto;
}

.tpw-blog-section .tpw-select-dropdown.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tpw-blog-section .tpw-select-option {
  padding: 14px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 600;
  font-size: 16px;
  color: #262626;
  border-bottom: 1px solid #f5f5f5;
}

.tpw-blog-section .tpw-select-option:last-child {
  border-bottom: none;
}

.tpw-blog-section .tpw-select-option:hover {
  background: #F6F3FF;
  color: #5E17EB;
}

.tpw-blog-section .tpw-select-option.is-active {
  background: #5E17EB;
  color: #fff;
}

/* NAGŁÓWEK NAD PODKATEGORIAMI */
.tpw-blog-section .tpw-cats-label {
  margin-top: 28px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #262626;
  font-weight: 600;
  text-align: left;
}

/* PODKATEGORIE */
.tpw-blog-section #tpw-cats { 
  display: flex; 
  gap: 8px; 
  flex-wrap: wrap; 
}

.tpw-blog-section #tpw-cats a { 
  display: inline-flex; 
  align-items: center; 
  padding: 7px 14px; 
  border-radius: 999px; 
  text-decoration: none; 
  border: 1px solid #EEE8FF; 
  background: #fff; 
  color: #262626; 
  font-weight: 600; 
  font-size: 13px; 
  box-shadow: 0 2px 8px rgba(25,33,61,.05); 
  transition: all 0.2s ease;
}

.tpw-blog-section #tpw-cats a:hover { 
  border-color: #d9d3ff; 
  box-shadow: 0 6px 18px rgba(25,33,61,.10); 
}

.tpw-blog-section #tpw-cats a.is-active { 
  border-color: #5E17EB; 
  color: #fff; 
  background: #5E17EB; 
  box-shadow: 0 8px 22px rgba(94,23,235,.25); 
}

/* GRID */
.tpw-blog-section .tpw-grid { 
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr)); 
  gap: 28px; 
  margin-top: 24px; 
}

/* SKELETON LOADER (podczas ładowania) */
.tpw-blog-section .tpw-skeleton {
  background: #fff;
  border: 1px solid #EEE8FF;
  border-radius: 0 20px 20px 20px;
  overflow: hidden;
  animation: tpw-pulse 1.5s ease-in-out infinite;
}

.tpw-blog-section .tpw-skeleton::before {
  content: '';
  display: block;
  aspect-ratio: 16/9;
  background: linear-gradient(90deg, #f5f5f5 25%, #e8e8e8 50%, #f5f5f5 75%);
  background-size: 200% 100%;
  animation: tpw-shimmer 1.5s ease-in-out infinite;
}

@keyframes tpw-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

@keyframes tpw-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

/* KAFEL WPISU */
.tpw-blog-section .tpw-post { 
  background: #fff; 
  border: 1px solid #EEE8FF; 
  border-radius: 0 20px 20px 20px; 
  box-shadow: 0 8px 28px rgba(25,33,61,.06); 
  overflow: hidden; 
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; 
  display: flex;
  flex-direction: column;
}

.tpw-blog-section .tpw-post:hover { 
  transform: translateY(-4px); 
  box-shadow: 0 14px 38px rgba(25,33,61,.12); 
  border-color: #d9d3ff; 
}

/* OBRAZEK */
.tpw-blog-section .tpw-thumb { 
  position: relative; 
  display: block;
  width: 100%;
  aspect-ratio: 16/9; 
  overflow: hidden;
  background: #f5f5f5;
}

.tpw-blog-section .tpw-thumb img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  display: block;
  transition: transform 0.3s ease;
}

.tpw-blog-section .tpw-post:hover .tpw-thumb img {
  transform: scale(1.05);
}

.tpw-blog-section .tpw-cat { 
  position: absolute; 
  left: 14px; 
  top: 14px; 
  background: #fff; 
  color: #5E17EB; 
  border: 1px solid #5E17EB; 
  border-radius: 999px; 
  padding: 6px 12px; 
  font-size: 12px; 
  font-weight: 700; 
  z-index: 2;
}

/* TREŚĆ WPISU */
.tpw-blog-section .tpw-body { 
  padding: 20px 20px 22px; 
  display: flex; 
  flex-direction: column; 
  gap: 12px; 
  flex: 1;
}

/* TYTUŁ */
.tpw-blog-section .tpw-title { 
  font-family: 'Rubik', system-ui, sans-serif; 
  font-weight: 700; 
  font-size: 20px;
  line-height: 1.25;
  margin: 0;
}

.tpw-blog-section .tpw-title a { 
  color: #262626; 
  text-decoration: none; 
  transition: color 0.2s ease;
}

.tpw-blog-section .tpw-title a:hover { 
  color: #5E17EB; 
}

/* META */
.tpw-blog-section .tpw-meta { 
  display: flex; 
  gap: 12px; 
  color: #767676; 
  font-size: 13px; 
}

/* EXCERPT */
.tpw-blog-section .tpw-excerpt { 
  color: #3a3a3a; 
  line-height: 1.6; 
  font-size: 15px; 
  flex: 1;
}

/* CZYTAJ DALEJ */
.tpw-blog-section .tpw-readmore { 
  margin-top: auto; 
  display: inline-flex; 
  align-items: center;
  gap: 6px; 
  font-weight: 700; 
  font-size: 15px;
  color: #5E17EB; 
  text-decoration: none; 
  transition: gap 0.2s ease;
}

.tpw-blog-section .tpw-post:hover .tpw-readmore { 
  gap: 10px; 
}

/* STANY ŁADOWANIA */
.tpw-blog-section .tpw-loading,
.tpw-blog-section .tpw-error,
.tpw-blog-section .tpw-empty {
  text-align: center;
  padding: 60px 20px;
  color: #767676;
  font-size: 16px;
  grid-column: 1 / -1;
}

.tpw-blog-section .tpw-error { color: #dc2626; }

/* PAGINACJA */
.tpw-blog-section .tpw-pagination { 
  display: flex; 
  justify-content: center; 
  gap: 8px; 
  margin: 36px 0 0; 
}

.tpw-blog-section .tpw-pagination a, 
.tpw-blog-section .tpw-pagination span { 
  display: inline-flex; 
  align-items: center; 
  justify-content: center; 
  min-width: 46px; 
  height: 46px; 
  padding: 0 14px; 
  border-radius: 999px; 
  text-decoration: none; 
  border: 1px solid #5E17EB; 
  color: #5E17EB; 
  font-weight: 700; 
  font-size: 15px;
  transition: all 0.2s ease;
}

.tpw-blog-section .tpw-pagination a:hover { 
  background: #F6F3FF; 
  border-color: #7C2DF5;
}

.tpw-blog-section .tpw-pagination .current { 
  background: #5E17EB; 
  color: #fff; 
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1024px){ 
  .tpw-blog-section .tpw-grid { 
    grid-template-columns: repeat(2, minmax(0,1fr)); 
    gap: 24px;
  } 
}

@media (max-width: 768px){
  .tpw-blog-section .tpw-blog-hero h1 { font-size: 32px; }
  .tpw-blog-section .tpw-blog-hero > p { font-size: 16px; margin-bottom: 24px; }
  .tpw-blog-section .tpw-tab { padding: 14px 28px; font-size: 18px; }
}

@media (max-width: 640px){ 
  .tpw-blog-section .tpw-grid { 
    grid-template-columns: 1fr; 
  }
  
  /* DESKTOP BUTTONY - UKRYJ */
  .tpw-blog-section .tpw-tabs { 
    display: none !important;
  }
  
  /* MOBILE CUSTOM DROPDOWN - POKAŻ */
  .tpw-blog-section .tpw-tabs-select {
    display: block !important;
  }
  
  .tpw-blog-section .tpw-select-trigger {
    font-size: 16px;
    padding: 12px 18px;
    padding-right: 45px;
  }
  
  /* PODKATEGORIE */
  .tpw-blog-section #tpw-cats { 
    justify-content: center;
    gap: 8px;
  }
  
  .tpw-blog-section #tpw-cats a {
    font-size: 13px;
    padding: 7px 14px;
    white-space: nowrap;
  }
  
  /* NAGŁÓWEK */
  .tpw-blog-section .tpw-cats-label { 
    text-align: center;
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  
  .tpw-blog-section .tpw-blog-hero h1 { 
    font-size: 28px; 
  }
  
  .tpw-blog-section .tpw-blog-hero > p {
    font-size: 16px;
  }
}

/* EXTRA MAŁY EKRAN */
@media (max-width: 375px){
  .tpw-blog-section .tpw-select-trigger {
    font-size: 15px;
    padding: 10px 16px;
    padding-right: 40px;
  }
  
  .tpw-blog-section #tpw-cats a {
    font-size: 12px;
    padding: 6px 12px;
  }
  
  .tpw-blog-section .tpw-blog-hero h1 { 
    font-size: 24px; 
  }
}

/* Mini blog - 3 ostatnie posty */
.tpw-mini-blog {
  padding: 60px 0;
}

/* Header prostszy - bez hero */
.tpw-mini-blog .tpw-mini-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
  flex-wrap: wrap;
  gap: 16px;
}

.tpw-mini-blog .tpw-mini-header h2 {
  font-family: 'Rubik', system-ui, sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #5E17EB;
  margin: 0;
  line-height: 1.2;
}

.tpw-mini-blog .tpw-mini-header a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  color: #5E17EB;
  text-decoration: none;
  transition: gap 0.2s ease, background 0.2s ease, color 0.2s ease;
  padding: 12px 24px;
  border: 2px solid #5E17EB;
  border-radius: 999px;
  background: #fff;
}

.tpw-mini-blog .tpw-mini-header a:hover {
  gap: 12px;
  background: #5E17EB;
  color: #fff;
}

/* Wrapper jak w głównym blogu */
.tpw-mini-blog .tpw-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Responsywność dla headera */
@media (max-width: 768px) {
  .tpw-mini-blog {
    padding: 40px 0;
  }
  
  .tpw-mini-blog .tpw-mini-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  
  .tpw-mini-blog .tpw-mini-header h2 {
    font-size: 28px;
  }
  
  .tpw-mini-blog .tpw-mini-header a {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .tpw-mini-blog .tpw-mini-header h2 {
    font-size: 24px;
  }
}

/* Szerokość kolumny tekstu - szerszy desktop */
.elementor-widget-theme-post-content {
  max-width: 1000px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

/* KRYTYCZNE: Ograniczenie wszystkich elementów multimedialnych */
.elementor-widget-theme-post-content img,
.elementor-widget-theme-post-content iframe,
.elementor-widget-theme-post-content video,
.elementor-widget-theme-post-content embed,
.elementor-widget-theme-post-content object {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* Tabele - responsywne z przewijaniem */
.elementor-widget-theme-post-content table {
  max-width: 100% !important;
  overflow-x: auto !important;
  display: block !important;
}

/* Pre i Code - zapobiega wychodzeniu poza ekran */
.elementor-widget-theme-post-content pre,
.elementor-widget-theme-post-content code {
  max-width: 100% !important;
  overflow-x: auto !important;
  word-wrap: break-word !important;
  white-space: pre-wrap !important;
}

/* Długie linki i słowa - łamanie */
.elementor-widget-theme-post-content {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* Akapity - wygodne czytanie */
.elementor-widget-theme-post-content p {
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: #333 !important;
  margin-bottom: 1.5em !important;
}

/* Nagłówki H2 */
.elementor-widget-theme-post-content h2 {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin-top: 2em !important;
  margin-bottom: 0.8em !important;
  line-height: 1.3 !important;
}

/* Nagłówki H3 */
.elementor-widget-theme-post-content h3 {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  margin-top: 1.8em !important;
  margin-bottom: 0.7em !important;
  line-height: 1.4 !important;
}

/* Listy - czytelne punkty */
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol {
  margin: 1.5em 0 !important;
  padding-left: 2em !important;
}

.elementor-widget-theme-post-content li {
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: #333 !important;
  margin-bottom: 0.5em !important;
}

/* Linki - subtelne i czytelne */
.elementor-widget-theme-post-content a {
  color: #5E17EB !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(94, 23, 235, 0.3) !important;
  transition: all 0.2s ease !important;
  word-break: break-word !important;
}

.elementor-widget-theme-post-content a:hover {
  color: #4b20d2 !important;
  text-decoration-color: rgba(94, 23, 235, 0.8) !important;
}

/* Pogrubienia i kursywy */
.elementor-widget-theme-post-content strong {
  font-weight: 700 !important;
  color: #1a1a1a !important;
}

.elementor-widget-theme-post-content em {
  font-style: italic !important;
}

/* Responsywność - mobile */
@media (max-width: 768px) {
  .elementor-widget-theme-post-content {
    padding: 0 15px !important;
  }
  
  .elementor-widget-theme-post-content p,
  .elementor-widget-theme-post-content li {
    font-size: 16px !important;
  }
  
  .elementor-widget-theme-post-content h2 {
    font-size: 24px !important;
  }
  
  .elementor-widget-theme-post-content h3 {
    font-size: 20px !important;
  }
}

/* =============================
   Speedtest
   ============================= */

.tpw-speedtest {
  padding: 20px 0;
  text-align: center;
}

.tpw-speedtest-title {
  font-size: 48px;
  font-weight: 600;
  color: #5E17EB;
  margin-bottom: 10px;
  line-height: 1.2;
}

.tpw-speedtest-subtitle {
  font-size: 18px;
  color: #262626;
  max-width: 720px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.tpw-speedtest-frame {
  max-width: 100%;
  margin: 0 auto 80px;
  border-radius: 12px;
  overflow: hidden;
}

.tpw-speedtest-cta h2 {
  font-size: 36px;
  color: #5E17EB;
  font-weight: 600;
  margin-bottom: 12px;
}

.tpw-speedtest-cta p {
  font-size: 18px;
  color: #262626;
  margin-bottom: 30px;
}

.tpw-speedtest .tpw-speedtest-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.tpw-speedtest .tpw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 35px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #5E17EB;
  transition: all 0.3s ease;
}

.tpw-speedtest .tpw-btn.primary {
  background: #5E17EB;
  color: #fff;
}
.tpw-speedtest .tpw-btn.primary:hover {
  background: transparent;
  color: #5E17EB;
}

.tpw-speedtest .tpw-btn.secondary {
  background: transparent;
  color: #5E17EB;
}
.tpw-speedtest .tpw-btn.secondary:hover {
  background: #5E17EB;
  color: #fff;
}

/* Responsywność */
@media (max-width: 768px) {
  .tpw-speedtest { padding: 60px 0; }
  .tpw-speedtest-title { font-size: 36px; }
  .tpw-speedtest-cta h2 { font-size: 28px; }
  .tpw-speedtest .tpw-btn { width: 100%; font-size: 16px; }
}
.aioseo-breadcrumbs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    gap: 4px;
}
.aioseo-breadcrumbs a {
    text-decoration: none;
}
.aioseo-breadcrumb-separator {
    opacity: 0.6;
}
.offers-list .offer-main a.single-offer-compare, .offers-list .offer-main a.more-info {
	font-weight: 600;
	font-size: 14px;
	color: #828282;
	display: flex!important;
	gap: 10px;
}
.offers-list .offer-main .offer-cta a.single-offer-compare span, .offers-list .offer-main .offer-cta a.more-info span {
	text-decoration: underline;
}
section.operator-reviews .container {
	padding-left: 0;
	padding-right: 0;
}
section.operator-reviews .container h2, section.operator-reviews .container .operator-reviews__list-wrap, section.operator-reviews .container .operator-reviews__form-wrap {
	padding-left: var(--bs-gutter-x,.75rem);
	padding-right: var(--bs-gutter-x,.75rem);
}
section.operator-reviews .operator-reviews__intro {
	background: linear-gradient(160.41deg, rgba(140, 130, 255, 0.06) -5.15%, rgba(94, 23, 235, 0.06) 87.35%);
}
section.operator-reviews .operator-reviews__count {
	color: #5E17EB;
	font-family: "Rubik";
	font-weight: 500;
}
section.operator-reviews h2.operator-reviews__form-title {
	color: #5E17EB;
	font-family: "Rubik";
	font-weight: 500;
	text-align: center;
}
.operator-form-stars .hs-clip-rect {
  width: 0;
}
.operator-form-stars .hs-star.is-active .hs-clip-rect {
  width: 24px;
}
section.operator-reviews .operator-review-form__field textarea, section.operator-reviews .operator-review-form__field input {
	border: 1px solid #D2D2D2;
	background-color: #FCFCFC;
	border-radius: 4px;
	padding: 5px 10px!important;
	color: #282828;
	font-size: 15px;
}
section.operator-reviews .operator-review-form__field input {
	height: 50px!important;
}
section.operator-reviews .operator-review-form__field label, section.operator-reviews .operator-review-form__label {
	font-family: "Poppins";
	font-weight: 400;
	color: #282828;
	margin-bottom: 10px;
} 
section.operator-reviews .operator-review-form__rating, section.operator-reviews .operator-review-form__field {
	margin-bottom: 20px;
}
section.operator-reviews .operator-review-form__actions button.operator-review-form__submit {
	font-size: 20px;
	font-weight: 500;
	font-family: "Poppins";
	text-transform: uppercase;
	color: #fff;
	background: #5E17EB;
	padding: 13px 35px;
	border: 2px solid #5E17EB;
	border-radius: 50px;
	transition: all .2s ease-out;
}
section.operator-reviews .operator-review-form__actions button.operator-review-form__submit:hover {
	font-size: 20px;
	font-weight: 500;
	font-family: "Poppins";
	text-transform: uppercase;
	color: #5E17EB;
	background: #fff;
	padding: 13px 35px;
	border: 2px solid #5E17EB;
	border-radius: 50px;
	transition: all .2s ease-out;
}
section.operator-reviews .operator-review-form__msg.is-success {
	font-size: 24px;
	color: #282828;
	font-family: "Poppins";
	text-align: center;
	margin-top: 25px;
}
section.operator-reviews .operator-review__author {
	color: #262626;
	font-weight: 600;
	font-size: 16px;
	font-family: "Poppins";
}
section.operator-reviews .operator-review__date {
	font-family: "Poppins";
	font-size: 14px;
	color: #828282;
}
section.operator-reviews .operator-review__content {
	font-family: "Poppins";
	font-size: 16px;
	color: #262626;
}
section.operator-reviews .operator-review__content p {
	margin-bottom: 0;
}
section.operator-reviews article.operator-review {
	padding: 20px 0;
}
.operator-review__rating {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 0;
    margin: 8px 0;
}
.operator-review__star {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding-right: 2px;
}
.operator-review__star svg {
    width: 100%;
    height: 100%;
}
.operator-review__star .hs-outline {
    fill: none; 
    stroke: #5E17EB;
    stroke-width: 1.5; 
}
.operator-review__star .hs-fill {
    fill: #5E17EB;
    opacity: 0;
    transition: opacity 0.2s;
}
.operator-review__star.is-filled .hs-fill {
    opacity: 1;
}
.operator-review__star.is-filled .hs-clip-rect {
    width: 24px !important;
}
.operator-review__star:not(.is-filled) .hs-clip-rect {
    width: 0 !important;
}
section.operator-contact {
	background: linear-gradient(160.41deg, rgba(140, 130, 255, 0.06) -5.15%, rgba(94, 23, 235, 0.06) 87.35%);
}
.operator-contact-label, p.operator-contact-name {
	font-family: "Rubik";
}
section.operator-contact .operator-contact-label h5 {
	color: #5E17EB;
	font-weight: 500;
}
section.operator-contact p.operator-contact-name {
	color: #5E17EB;
	font-weight: 600;
	font-family: "Rubik"!important;
}
section.operator-contact .operator-contact-header {
	display: flex;
	gap: 20px;
}
section.operator-contact h5.operator-contact-section-title {
	color: #5E17EB;
	font-weight: 500;
}
.operator-review__actions {
    display: flex;
    align-items: center;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dashed #e0e0e0;
    color: #5b40ff;
	justify-content: space-between;
}
.operator-review__actions .like-dislike-button {
	display: flex;
}
.review-action-reply {
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    margin-right: 25px;
    color: inherit; 
    transition: color 0.2s;
}
.review-action-reply:hover {
    color: #3f2a96; 
}
.review-action-vote {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    padding: 0;
    margin-right: 15px;
    cursor: pointer;
    color: #333; 
    font-size: 14px;
    font-weight: 400;
    transition: color 0.2s;
}
.review-action-vote:hover {
    color: #5b40ff;
}
.review-action-vote svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    fill: currentColor; 
}
.review-action-vote.is-voted {
    color: #5b40ff;
}
.review-action-vote img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
section.operator-reviews .operator-reviews__list .operator-review__children .operator-review.operator-reply {
	padding-left: 40px;
}
section.operator-reviews .operator-reviews__list>.operator-review.operator-reply {
	display: none;
}
section.operator-reviews .review-action-reply {
	font-size: 14px;
	color: #828282;
	font-weight: 600;
	font-family: "Poppins";
	text-decoration: underline;
}
section.operator-reviews .operator-reviews__button {
	text-align: center;
	padding-bottom: 40px;
}
section.operator-reviews button.operator-reviews__more {
	font-family: "Poppins";
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background-color: #5E17EB;
	border: 2px solid #5E17EB;
	border-radius: 50px;
	padding: 13px 35px;
	margin: 0 auto;
}
section.operator-reviews .operator-reviews__count_sort { 
	display: flex;
}
.operator-reviews__sort {
  position: relative;
  display: inline-block;
}
.operator-reviews__sort-menu {
  position: absolute;
  top: 100%;
  right: 0; 
  margin-top: 6px;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 6px 0;
  z-index: 1000;
  min-width: 180px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.operator-reviews__sort-menu.is-open {
  display: block;
}
.operator-reviews__sort-menu .sort-option {
  display: block;
  width: 100%;
  padding: 10px 14px;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
}
.operator-reviews__sort-menu .sort-option:hover {
  background: #f5f5f5;
}
.offers-compare-wrapper {
    width: 100%;
}
.offers-compare-table-wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.offers-compare-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
}
.offers-compare-table th, .offers-compare-table td {
    padding: 12px 16px;
    text-align: left;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
}
.offers-compare-table thead th {
    vertical-align: top;
}
.offers-compare-table tr:nth-child(even) td,
.offers-compare-table tr:nth-child(even) th {
    background: #fafafa;
}
.offer-col-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}
.offer-col-head {
    position: relative;
}
.all-offers-se .offer-card .offer-main .offer-cta .offer-compare-added-link span {
	color: #5FA14B;
	font-size: 14px;
	font-weight: 600;
	font-family: "Poppins";
}
.all-offers-se .offer-card .offer-main .offer-cta .offer-compare-added-link span:last-child {
	text-decoration: underline;
}
.all-offers-se .offer-card .offer-main .offer-cta .offer-compare-added-link img {
	margin-right: 5px;
}
.offers-compare .aioseo-breadcrumbs .aioseo-breadcrumb-last {
	color: #5E17EB;
}
.offers-compare .aioseo-breadcrumbs {
	margin-bottom: 20px;
}
.offers-compare {
	padding: 50px 0 80px;
}
.offers-compare .offers-compare-table thead tr th {
	border-top: 0.5px solid #F1F1F1!important;
}
.offers-compare .offers-compare-table tbody tr:last-child th {
	border-bottom: 0.5px solid #F1F1F1!important;
}
.offers-compare .offers-compare-table tr th, .offers-compare .offers-compare-table tr td {
	border-left: 0.5px solid #F1F1F1!important;
	border-right: 0.5px solid #F1F1F1!important;
	border-top: unset!important;
	border-bottom: unset!important;
}
.offers-compare .offers-compare-table tr:nth-child(even) th, .offers-compare .offers-compare-table tr:nth-child(even) td {
	background-color: #FAFAFA!important
}
.offers-compare .offers-compare-table .offers-compare-label-col, .offers-compare .offers-compare-table .offers-compare-label {
	align-content: center;
}
.offers-compare .offers-compare-table thead tr th .offer-col-remove {
	top: 0!important;
	right: 0!important;
	z-index: 99!important;
}
.offers-compare .offers-compare-table thead tr th .offer-col-remove img {
	width: 18px;
	height: 18px;
}
.offers-compare .offers-compare-table thead tr th .offer-col-logo img {
	margin-top: 30px;
	max-width: 130px;
}
.offers-compare .offers-compare-table thead tr th .offer-col-logo {
	height: 65px;
	align-content: center;
	margin-bottom: 10px;
}
.offers-compare .offers-compare-table thead tr th .offer-col-name {
	font-family: "Poppins";
	font-weight: 400;
	font-size: 14px;
	color: #262626;
}
.offers-compare .offers-compare-table .offers-compare-offer-head .offer-col-head {
	text-align: center;
}
.offers-compare .offers-compare-table thead tr th .offer-col-price-main {
	font-family: "Rubik";
	color: #5E17EB;
	font-size: 24px;
	font-weight: 500;
}
.offers-compare .offers-compare-table thead tr th .offer-col-price-main .offer-col-price-sub {
	font-family: "Poppins";
	font-size: 14px;
	color: #828282;	
	font-weight: 400;
	margin-bottom: 8px;
}
.offers-compare .offers-compare-table thead tr th .offer-col-internet .offer-col-internet-label {
	font-family: "Poppins";
	font-weight: 400;
	font-size: 14px;
	color: #262626;
}
.offers-compare .offers-compare-table thead tr th .offer-col-internet .offer-col-internet-value {
	font-family: "Rubik";
	font-weight: 500;
	font-size: 24px;
	color: #5E17EB;
}
.offers-compare .offers-compare-table tr th.offers-compare-label, .offers-compare .offers-compare-table tr th.offers-compare-label-col {
	font-family: "Poppins";
	font-weight: 600;
	font-size: 14px;
	color: #262626;
	line-height: 140%
}
.offers-compare .offers-compare-table tbody tr td.offers-compare-value {
	font-family: "Poppins";
	font-weight: 400;
	font-size: 14px;
	color: #262626;
}
.offers-compare .offers-compare-table {
	min-width: unset!important
}
.offers-compare .offers-compare-table .offers-compare-row-button td a.offers-compare-btn {
	font-family: "Poppins";
	color: #5E17EB;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.offers-list .offer-main .offer-cta a.single-offer-compare {
	justify-content: center;
}
.offers-list .offer-main a.more-info {
	margin-left: 15px;
	margin-top: 5px;
}
@media (max-width:767px) {
	section.operator-reviews {
		padding: 40px 0;
	}
	section.operator-reviews .operator-reviews_all-info {
		padding: 40px 0;
	}
	section.operator-reviews h2 {
		font-size: 32px;
		text-align: center;
	}
	section.operator-reviews .operator-reviews__intro {
		padding-left: var(--bs-gutter-x,.75rem);
		padding-right: var(--bs-gutter-x,.75rem);
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	section.operator-reviews .operator-reviews-text p {
		font-size: 15px;
		color: #828282;
		line-height: 19px;
		margin-bottom: 0;
		margin-top: 10px;
	}
	section.operator-reviews .operator-review-form__field input {
		height: 40px!important;
	}
	section.operator-reviews .operator-review-form__field.operator-review-form__field--consent label input {
		height: 100%!important;
	}
	section.operator-reviews .operator-review-form__field.operator-review-form__field--consent label {
		font-size: 12px;
		color: #828282;
		line-height: 19px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	section.operator-reviews .operator-review-form__msg.is-success {
		font-size: 20px;
		text-align: center;
		margin-top: 20px;
	}
	section.operator-reviews .operator-review-form__rating, section.operator-reviews .operator-review-form__field {
		margin-bottom: 10px;
	}
	section.operator-reviews .operator-reviews__count {
		font-size: 20px;
	}
	section.operator-reviews h2.operator-reviews__form-title {
		font-size: 32px;
	}
	section.operator-reviews .operator-review-form__field label, section.operator-reviews .operator-review-form__label {
		font-size: 14px;
		margin-bottom: 5px;
	}
	section.operator-reviews .operator-review-form__actions {
		text-align: center;
	}
	section.operator-reviews .operator-review-form__actions button.operator-review-form__submit {
		font-size: 18px;
	}
	section.operator-reviews .operator-review-form__actions button.operator-review-form__submit:hover {
		font-size: 18px;
	}
	section.operator-reviews .operator-review__author {
		color: #262626;
		font-weight: 600;
		font-size: 16px;
		font-family: "Poppins";
	}
	section.operator-reviews .operator-review__date {
		font-family: "Poppins";
		font-size: 14px;
		color: #828282;
	}
	section.operator-reviews .operator-review__content p {
		font-family: "Poppins";
		font-size: 16px;
		color: #262626;
	}
	section.operator-contact {
		padding: 40px 0;
	}
	section.operator-contact .operator-contact-label h5 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	section.operator-contact p.operator-contact-name {
		font-size: 28px;
	}
	section.operator-contact .operator-contact-header .hs-stats {
		text-align: left!important
	}
	section.operator-contact h5.operator-contact-section-title {
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 0;
	}
	section.operator-contact .operator-contact-row {
		display: flex;
		gap: 10px;
		align-items: center;
		margin-top: 15px;
	}
	section.operator-contact .operator-contact-row .operator-contact-text {
		width: 100%;
	}
	section.operator-contact .operator-contact-row .operator-contact-text .operator-contact-label-small {
		font-family: 'Poppins';
		font-size: 14px;
		color: #262626;
	}
	section.operator-contact .operator-contact-row .operator-contact-text .operator-contact-value {
		font-family: "Rubik";
		font-weight: 500;
		font-size: 18px;
		color: #262626;
	}
	.page-id-6163 .all-offers-se {
		padding: 0 0 40px!important;
	}
	section.operator-reviews .operator-reviews__list .operator-review__children .operator-review.operator-reply {
		padding-left: 25px;
	}
	section.operator-reviews .review-action-reply {
		font-size: 14px;
	}
	section.operator-reviews .operator-reviews__count_sort { 
		justify-content: space-between;
	}
	.offers-compare {
		padding: 25px 0;
	}
	.offers-compare h2.offers-compare-title {
		color: #5E17EB;
		font-weight: 500;
		font-family: "Rubik";
		font-size: 32px;
		text-align: center;
		margin-bottom: 25px;
	}
	.offers-compare .offers-compare-table tr th {
		padding: 10px!important;
	}
	.offers-compare .offers-compare-table thead tr th .offer-col-name {
		font-family: "Poppins";
		font-weight: 400;
		font-size: 14px;
		color: #262626;
	}
	.offers-compare .offers-compare-table .offers-compare-offer-head .offer-col-head {
		text-align: center;
	}
	.offers-compare .offers-compare-table thead tr th .offer-col-price-main {
		font-family: "Rubik";
		color: #5E17EB;
		font-size: 24px;
		font-weight: 500;
	}
	.offers-compare .offers-compare-table thead tr th .offer-col-price-main .offer-col-price-sub {
		font-family: "Poppins";
		font-size: 14px;
		color: #828282;	
		font-weight: 400;
		margin-bottom: 8px;	
	}
	.offers-compare .offers-compare-table thead tr th .offer-col-internet .offer-col-internet-label {
		font-family: "Poppins";
		font-weight: 400;
		font-size: 14px;
		color: #262626;
	}
	.offers-compare .offers-compare-table thead tr th .offer-col-internet .offer-col-internet-value {
		font-family: "Rubik";
		font-weight: 500;
		font-size: 24px;
		color: #5E17EB;
	}
	.offers-compare .offers-compare-table tr th.offers-compare-label, .offers-compare .offers-compare-table tr th.offers-compare-label-col {
		font-family: "Poppins";
		font-weight: 600;
		font-size: 12px;
		color: #262626;
		line-height: 140%;
	}
	.offers-compare .offers-compare-table tbody tr td.offers-compare-value {
		font-family: "Poppins";
		font-weight: 400;
		font-size: 14px;
		color: #262626;
	}
}
@media (min-width: 768px) {
	.operator-reviews h2.operator-reviews__title {
		text-align: center;
		margin-bottom: 25px;
	}
	section.operator-reviews .operator-reviews__intro {
		padding: 50px 0;
		text-align: center;
	}
	section.operator-reviews .operator-reviews__count_sort {
		justify-content: space-between;
	}
	section.operator-reviews .operator-reviews_all-info {
		padding: 50px 0;
	}
	section.operator-reviews .operator-reviews__intro .operator-reviews-icon img {
		width: 32px;
		height: 32px;
		margin-bottom: 20px;
	}
	section.operator-reviews .operator-reviews__count {
		font-size: 20px;
	}
	section.operator-reviews .operator-review__content p {
		font-size: 16px;
	}
	section.operator-reviews h2.operator-reviews__form-title {
		font-size: 32px;
	}
	section.operator-reviews .operator-review-form__actions {
		text-align: center;
		margin: 0 auto;
	}
	section.operator-reviews .operator-review-form__field input[type="checkbox"] {
		height: auto!important;
		margin-right: 5px;
	}
	.operator-review-form__field:nth-of-type(3), .operator-review-form__field:nth-of-type(4) {
    	flex: 1;
	}
	.operator-review-form__field:nth-of-type(3) {
    	margin-right: 20px;
	}
	.operator-review-form {
		display: flex;
    	flex-wrap: wrap;
	}
	.operator-review-form__field:not(:nth-of-type(3)):not(:nth-of-type(4)) {
   	 	width: 100%;
	}
	section.operator-reviews .operator-review-form__field label, section.operator-reviews .operator-review-form__label {
		font-size: 14px;
		margin-bottom: 5px;
	}
	section.operator-reviews .operator-review-form__field.operator-review-form__field--consent label {
		color: #828282
	}
	section.operator-reviews .operator-review-form__field label {
		line-height: 20px;
	}
	section.operator-contact {
		padding: 50px 0;
	}
}
@media (min-width: 768px) {
    .operator-contact-card {
        display: grid;
        grid-template-columns: 550px 1fr;
        column-gap: 80px;
    }
    .operator-contact-left {
        grid-column: 1;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }
    .operator-contact-label h5 {
        margin: 0 0 25px;
		font-size: 20px
    }
    .operator-contact-header {
        display: flex;
        align-items: center;
        column-gap: 40px;
    }
    .operator-contact-col, .operator-contact-rating {
        display: flex;
        flex-direction: column;
        row-gap: 5px;
    }
    .operator-contact-rating {
        row-gap: 4px;
    }
    .hs-stars {
        display: flex;
        column-gap: 4px;
	}
    .operator-contact-logo-wrap {
        display: flex;
        align-items: center;
		width: auto;
    }
	.operator-contact-col {
		width: 100%;
	}
    .operator-contact-body {
        grid-column: 2;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 40px;
        row-gap: 20px;
        align-items: flex-start;
    }
    .operator-contact-section-title {
        grid-column: 1 / -1;
		margin: 0;
   	}
    .operator-contact-row {
        display: flex;
        align-items: flex-start;
        column-gap: 12px;
    }
    .operator-contact-row:nth-of-type(1), .operator-contact-row:nth-of-type(3) {
        grid-column: 1;
    }
    .operator-contact-row:nth-of-type(2), .operator-contact-row:nth-of-type(4) {
        grid-column: 2;
    }
    .operator-contact-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .operator-contact-icon img {
        width: 100%;
        height: 100%;
        filter: unset !important;
    }
	section.operator-contact p.operator-contact-name {
		font-size: 36px;
		font-family: "Rubik"!important;
		font-weight: 500;
	}
	.operator-contact .operator-contact-logo-wrap img.operator-contact-logo {
		max-width: 225px;
	}
	.operator-contact-value {
		font-family: "Rubik"!important;
		font-weight: 500;
		font-size: 18px;
		color: #262626;
	}
	.operator-contact-label-small {
		font-size: 14px;
		font-family: "Poppins";
		font-weight: 400;
		color: #262626;
	}
	section.operator-contact h5.operator-contact-section-title {
		margin-bottom: 20px;
	}
}
@media (min-width: 981px) {
	section.operator-reviews .operator-reviews__intro .container {
		width: 850px;
	}
}
@media (max-width: 980px) {
	section.operator-reviews .operator-reviews__intro .container {
		width: 100%;
	}
}
@media (min-width: 1400px) {
	section.operator-reviews .operator-reviews_all-info .container {
		max-width: 960px;
	}
}
@media (max-width: 767px) {
	section.offer-details {
		padding: 20px 0 50px;
	}
	section.offer-details .aioseo-breadcrumbs {
		margin-bottom: 15px;
	}
	section.offer-details span.aioseo-breadcrumb-last {
		color: #5E17EB;
	}
	section.offer-details .aioseo-breadcrumbs a, section.offer-details .aioseo-breadcrumbs span {
		font-size: 12px;;
		font-family: "Poppins";
	}
	section.offer-details a.back-link span {
		font-size: 14px;
		font-weight: 600;
		text-decoration: underline;
		color: #262626;
	}
	section.offer-details h1 {
		color: #5E17EB;
		font-size: 32px;
		font-weight: 500;
		font-family: "Rubik";
		text-align: center;
		margin-top: 15px;
	}
    section.offer-details .offer-card-details {
        background: #FFFFFF;
        border-radius: 0 50px 50px;
        padding: 35px 15px 20px;
        box-shadow: 0px 2px 20px 0px #19213D17;
		display: block!important;
    }
	section.offer-details .offer-header-operator {
		display: block;
	}
	section.offer-details .offer-header-operator .offer-plan-info {
		margin-top: 15px;
	}
	section.offer-details .hs-stats {
		font-family: "Poppins";
		color: #828282;
		font-size: 14px;
		margin-top: 0;
	}
	section.offer-details .offer-card-details .offer-plan-info {
		display: flex;
	}
	section.offer-details .offer-card-details .offer-plan-info .plan-price-row, section.offer-details .offer-card-details .offer-plan-info .plan-data-row {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 10px;
	}
	section.offer-details .offer-card-details .offer-plan-info .plan-price-row .plan-name, section.offer-details .offer-card-details .offer-plan-info .plan-data-row span.plan-internet-label {
		color: #262626;
		font-family: "Poppins";
		font-size: 14px;
		font-weight: 400;
	}
	section.offer-details .offer-card-details .plan-internet-value, section.offer-details .offer-card-details .plan-price {
		font-family: "Rubik";
		font-weight: 500;
		font-size: 36px;
		color: #5E17EB;
	}
	section.offer-details .offer-card-details .price-per {
		font-family: "Poppins";
		font-size: 14px;
		font-weight: 400;
		color: #828282;
	}
	section.offer-details .offer-card-details .offer-promotion {
		background: linear-gradient(160.41deg, rgba(140, 130, 255, 0.06) -5.15%, rgba(94, 23, 235, 0.06) 87.35%);
		border-radius: 8px;
		text-align: left;
		padding: 13px;
	}
	section.offer-details .offer-card-details .offer-promotion p:first-child {
		margin-bottom: 5px!important;
	}
	section.offer-details .offer-card-details .offer-promotion p strong {
		font-family: "Poppins";
		font-size: 14px;
		font-weight: 700;
		color: #262626!important;
	}
	section.offer-details .offer-main-info table th, section.offer-details .offer-main-info table td, section.offer-details .offer-main-info table {
		border: unset!important;
		text-align: left;
	}
	section.offer-details .offer-main-info table th, section.offer-details .offer-main-info table td {
		padding: 2px 10px;
		font-size: 14px;
		font-family: "Poppins";
		color: #262626;
		line-height: 170%!important
	}
	section.offer-details .offer-main-info table td span {
		font-weight: 600;
	}
	section.offer-details .offer-card-details .offer-promotion p {
		font-family: "Poppins";
		font-size: 14px;
		color: #262626;
		font-weight: 400;
		margin: 0!important;
		line-height: 140%;
	}
    section.offer-details .offer-card-details .offer-header {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        grid-row-gap: 12px;
        align-items: center;
        text-align: center;
        margin-bottom: 16px;
    }
    section.offer-details .offer-card-details .offer-logo {
        justify-self: center;
    }
    section.offer-details .offer-card-details .offer-logo img {
        max-width: 200px;
        height: auto;
        display: block;
    }
    section.offer-details .offer-card-details .offer-rating {
        justify-self: center;
    }
    section.offer-details .offer-card-details .offer-rating .hs-rating {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 12px;
    }
    section.offer-details .offer-card-details .offer-rating .hs-stars {
        display: inline-flex;
        gap: 2px;
        margin-bottom: 4px;
    }
    section.offer-details .offer-card-details .offer-main-info {
        margin-top: 20px;
    }
    section.offer-details .offer-card-details .offer-main-info tbody tr:nth-child(odd) {
        background-color: #FFFFFF;
    }
    section.offer-details .offer-card-details .offer-main-info tbody tr:nth-child(even) {
        background-color: #FAFAFA;
    }
    section.offer-details .offer-card-details .offer-additional-info {
        margin-top: 20px;
    }
	section.offer-details .offer-card-details .offer-additional-info p {
		font-family: "Poppins";
		font-size: 14px;
		font-weight: 400;
		color: #262626;
		margin: 0!important;
		line-height: 140%;
	}
	section.offer-details .offer-card-details .offer-additional-info p span {
		font-family: "Poppins";
		font-size: 14px;
		font-weight: 700;
		color: #262626;
		margin: 0 0 5px!important;
	}
    section.offer-details .offer-card-details .offer-actions {
        margin-top: 18px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    section.offer-details .offer-card-details .offer-actions .btn {
        width: 100%;
        justify-content: center;
    }
    section.offer-details .offer-card-details .offer-report {
        margin-top: 12px;
        text-align: center;
    }
	section.offer-details .offer-cta {
		display: flex;
		flex-direction: column;
		gap: 15px;
		text-align: center;
		margin-top: 40px;
	}
	section.offer-details .offer-cta a.primary {
		background-color: #5E17EB;
		border-radius: 50px;
		padding: 13px 35px;
		font-weight: 500;
		font-size: 20px;
		text-transform: uppercase;
		color: #fff;
		border: 2px solid #5E17EB;
		display: inline-block;
	}
	section.offer-details .offer-cta a.primary:hover {
		background-color: transparent;
		color: #5E17EB;
	}
	section.offer-details .offer-cta a.secondary {
		border: 2px solid #5E17EB;
		font-size: 20px;
		font-weight: 500;
		padding: 13px 35px;
		border-radius: 50px;
		text-transform: uppercase;
		color: #5E17EB;
		text-align: center;
		display: inline-block;
	}
	section.offer-details .offer-cta a.secondary:hover {
		background-color: #5E17EB;
		color: #fff;	
	}
	section.offer-details .offer-cta .error {
		font-size: 14px;
		color: #828282;
		text-align: center;
		display: inline-block;
	}
	section.offer-details .offer-cta .error img {
		margin-right: 10px;
	}
	section.offer-details a.single-offer-compare, section.offer-details a.more-info {
		font-weight: 600;
		font-size: 14px;
		color: #828282;
		display: flex!important;
		gap: 10px;
	}
	section.offer-details .offer-cta a.single-offer-compare span, section.offer-details .offer-cta a.more-info span {
		text-decoration: underline;
	}
	section.offer-details .offer-cta a.single-offer-compare {
		justify-content: center;
	}
	section.offer-details .offer-cta .offer-compare-added-link span {
		color: #5FA14B;
		font-size: 14px;
		font-weight: 600;
		font-family: "Poppins";
	}
	section.offer-details .offer-cta .offer-compare-added-link span:last-child {
		text-decoration: underline;
	}
	section.offer-details .offer-cta .offer-compare-added-link img {
		margin-right: 5px;
	}
}
section.offers-compare .offers-compare-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
section.offers-compare button.offers-compare-nav-btn.offers-compare-nav-prev {
	transform: translatex(-25px);
}
section.offers-compare .offers-compare-nav-btn {
    position: absolute;
    top: 50%;
    transform: translatex(25px);
    width: 36px;
    height: 56px;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
section.offers-compare .offers-compare-nav-btn img {
    width: 26px;
    height: 26px;
}
section.offers-compare .offers-compare-nav-prev {
    left: 8px;
}
section.offers-compare .offers-compare-nav-next {
    right: 8px;
}
section.offers-compare .offers-compare-nav-btn.is-hidden {
    opacity: 0;
    pointer-events: none;
}
.offers-compare-table-wrap {
    overflow-x: auto;
    width: 100%;
    position: relative;
}
.offers-compare-table {
    border-collapse: collapse;
    table-layout: fixed;
    width: max-content;
}
.offers-compare-table th.offers-compare-label-col, .offers-compare-table th.offers-compare-label {
    position: sticky;
    left: 0;
    z-index: 500;
    background: #fff;
    overflow: hidden;
}
.offers-compare-table-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 6;
    pointer-events: none;
    width: 200px;
}
.offers-compare-empty-head {
    vertical-align: middle;
}
section.offers-compare .offers-compare-empty-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
	color: #262626;
	font-size: 16px;
	font-weight: 400;
}
section.offers-compare .offers-compare-empty-link:hover {
	color: #262626;
}
.offers-compare-empty-cell {
    background: transparent;
}
.offer-compare-added-link span:last-child {
    display: block;
    margin-left: 0;
}
.all-offers-se .offer-card .offer-main .offer-cta .offer-compare-added-link {
	text-align: center;
}
section.offers-compare .offers-compare-table .offers-compare-offer-head .offer-col-head .offer-col-price-sub {
	color: #828282;
	font-size: 14px;
	font-weight: 400;
}
section.offers-compare th.offers-compare-offer-head.offers-compare-empty-head {
	align-content: center;
}
@media (max-width: 1249px) and (min-width: 768px) {
    .offers-compare-table-wrap::before {
        width: 180px;
    }
}
@media (max-width: 767px) {
    .offers-compare-table-wrap::before {
        width: 150px;
    }
	.offers-compare-table th.offers-compare-label-col, .offers-compare-table th.offers-compare-label {
        position: static;
        left: auto;
        z-index: 500;
        background: transparent;
        overflow: visible;
    }
    .offers-compare-table-wrap::before {
        content: none;
    }
}
@media (min-width:768px) {
	section.offers-compare h2.offers-compare-title {
		text-align: center;
		font-family: "Rubik";
		font-weight: 500;
		font-size: 48px;
		margin-bottom: 40px;
	}
	section.offers-compare .offers-compare-table tr th.offers-compare-label, .offers-compare .offers-compare-table tr th.offers-compare-label-col {
		font-size: 16px;
	}
	section.offers-compare table.offers-compare-table {
		border: unset!important;
	}
	section.offers-compare .offers-compare-table-wrap {
		box-shadow: 0px 2px 20px 0px #19213D17;
	}
	.offers-compare .offers-compare-table thead tr th .offer-col-name, .offers-compare .offers-compare-table thead tr th .offer-col-price-sub, .offers-compare .offers-compare-table thead tr th .offer-col-internet .offer-col-internet-label, .offers-compare .offers-compare-table tbody tr td.offers-compare-value, .offers-compare .offers-compare-table .offers-compare-row-button td a.offers-compare-btn {
		font-size: 16px;
	}
	.offers-compare .offers-compare-table thead tr th .offer-col-price-sub {
		color: #828282;
		font-weight: 400;
		font-family: "Poppins";
	}
	.offers-compare .offers-compare-table thead tr th .offer-col-internet .offer-col-internet-value, .offers-compare .offers-compare-table thead tr th .offer-col-price-main {
		font-size: 36px;
	}
	.offers-compare .offers-compare-table thead tr th .offer-col-price {
		margin: 10px 0;
	}
	.offers-compare .offers-compare-table thead tr th .offer-col-price .offer-col-price-sub {
		margin: 10px 0 0;
	}
	.offers-compare .offers-compare-table thead tr th .offer-col-internet .offer-col-internet-value {
		margin: 10px 0 0;
	}
}
.offers-compare-wrapper .offers-compare-table th.offers-compare-label-col, .offers-compare-wrapper .offers-compare-table th.offers-compare-label, .offers-compare-wrapper .offers-compare-table th.offers-compare-offer-head, .offers-compare-wrapper .offers-compare-table td.offers-compare-value, .offers-compare-wrapper .offers-compare-table .offers-compare-empty-link {
  	white-space: normal;
	word-break: keep-all;
  	overflow-wrap: normal;
}
@media (max-width: 768px) {
    .offers-compare-table .offers-compare-label-col, .offers-compare-table .offers-compare-label, .offers-compare-table .offers-compare-offer-head, .offers-compare-table .offers-compare-value {
        width: 120px;
        min-width: 120px;
    }
    .offers-compare-table tbody tr:first-child > .offers-compare-label {
        position: relative;
        color: transparent;
        white-space: normal !important;
    }
    .offers-compare-table tbody tr:first-child > .offers-compare-label::after {
        content: "Rozmowy/SMS/\A MMS";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        color: #111111;
        font-weight: 600;
        line-height: 1.2;
        white-space: pre-line;
		padding: 10px;
    }
}
@media (min-width: 768px) {
	section.offer-details {
		padding: 40px 0 80px;
	}
	section.offer-details .aioseo-breadcrumbs {
		margin-bottom: 15px;
	}
	section.offer-details span.aioseo-breadcrumb-last {
		color: #5E17EB;
	}
	section.offer-details .aioseo-breadcrumbs a, section.offer-details .aioseo-breadcrumbs span {
		font-size: 12px;;
		font-family: "Poppins";
	}
	section.offer-details a.back-link span {
		font-size: 14px;
		font-weight: 600;
		text-decoration: underline;
		color: #262626;
	}	
	section.offer-details h1 {
		color: #5E17EB;
		font-size: 48px;
		font-weight: 500;
		font-family: "Rubik";
		text-align: center;
		margin-top: 15px;
	}
	section.offer-details .offer-card-details {
		background: #FFFFFF;
		border-radius: 0 50px 50px;
		padding: 25px 15px 25px 15px;
		box-shadow: 0px 2px 20px 0px #19213D17;
		display: grid;
		grid-template-columns: 450px 500px 1fr;
		align-items: center;
		gap: 15px;
	}
	section.offer-details .offer-header-operator {
		display: flex;
		gap: 10px;
	}
	section.offer-details .hs-stats {
		font-family: "Poppins";
		color: #828282;
		font-size: 14px;
		margin-top: 0;
	}
	section.offer-details .offer-card-details .offer-plan-info {
		display: flex;
		width: 100%;
	}
	section.offer-details .offer-card-details .offer-plan-info .plan-price-row, section.offer-details .offer-card-details .offer-plan-info .plan-data-row {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 10px;
	}
	section.offer-details .offer-card-details .offer-plan-info .plan-price-row .plan-name, section.offer-details .offer-card-details .offer-plan-info .plan-data-row span.plan-internet-label {
		color: #262626;
		font-family: "Poppins";
		font-size: 16px;
		font-weight: 400;
	}
	section.offer-details .offer-card-details .plan-internet-value, section.offer-details .offer-card-details .plan-price {
		font-family: "Rubik";
		font-weight: 500;
		font-size: 36px;
		color: #5E17EB;
	}
	section.offer-details .offer-card-details .price-per {
		font-family: "Poppins";
		font-size: 16px;
		font-weight: 400;
		color: #828282;
	}
	section.offer-details .offer-card-details .offer-promotion {
		background: linear-gradient(160.41deg, rgba(140, 130, 255, 0.06) -5.15%, rgba(94, 23, 235, 0.06) 87.35%);
		border-radius: 8px;
		text-align: left;
		padding: 13px;
	}
	section.offer-details .offer-card-details .offer-promotion p:first-child {
		margin-bottom: 5px!important;
	}
	section.offer-details .offer-card-details .offer-promotion p strong {
		font-family: "Poppins";
		font-size: 16px;
		font-weight: 700;
		color: #262626!important;
	}
	section.offer-details .offer-main-info table th, section.offer-details .offer-main-info table td, section.offer-details .offer-main-info table {
		border: unset!important;
		text-align: left;
	}
	section.offer-details .offer-main-info table th, section.offer-details .offer-main-info table td {
		padding: 2px 10px;
		font-size: 16px;
			font-family: "Poppins";
		color: #262626;
		line-height: 170%!important
	}
	section.offer-details .offer-main-info table td span {
		font-weight: 600;
	}
	section.offer-details .offer-card-details .offer-promotion p {
		font-family: "Poppins";
		font-size: 14px;
		color: #262626;
		font-weight: 400;
		margin: 0!important;
		line-height: 140%;
	}
	section.offer-details .offer-card-details .offer-header {
	    display: grid;
	    grid-template-columns: 1fr;
		grid-auto-rows: auto;
	    grid-row-gap: 12px;
	    align-items: center;
	    text-align: center;
	    margin-bottom: 16px;
	}
	section.offer-details .offer-card-details .offer-logo {
	    justify-self: center;
		margin-bottom: 20px;
	}
	section.offer-details .offer-card-details .offer-logo img {
	    max-width: 150px;
	    height: auto;
	    display: block;
	}
	section.offer-details .offer-card-details .offer-rating {
 	    justify-self: center;
	}
	section.offer-details .offer-card-details .offer-rating .hs-rating {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    font-size: 12px;
	}
	section.offer-details .offer-card-details .offer-rating .hs-stars {
	    display: inline-flex;
	    gap: 2px;
	    margin-bottom: 4px;
	}
	section.offer-details .offer-card-details .offer-main-info {
	    margin-top: 20px;
	}
	section.offer-details .offer-card-details .offer-main-info tbody tr:nth-child(odd) {
	    background-color: #FFFFFF;
	}
	section.offer-details .offer-card-details .offer-main-info tbody tr:nth-child(even) {
    	background-color: #FAFAFA;
	}
	section.offer-details .offer-card-details .offer-additional-info {
   		margin-top: 20px;
		margin-left: 10px;
	}
	section.offer-details .offer-card-details .offer-additional-info p {
		font-family: "Poppins";
		font-size: 16px;
		font-weight: 400;
		color: #262626;
		margin: 0!important;
		line-height: 140%;
	}
	section.offer-details .offer-card-details .offer-additional-info p span {
		font-family: "Poppins";
		font-size: 14px;
		font-weight: 700;
		color: #262626;
		margin: 0 0 5px!important;
	}
	section.offer-details .offer-card-details .offer-actions {
    	margin-top: 18px;
    	display: flex;
    	flex-direction: column;
    	gap: 10px;
	}
	section.offer-details .offer-card-details .offer-actions .btn {
    	width: 100%;
    	justify-content: center;
	}
	section.offer-details .offer-card-details .offer-report {
    	margin-top: 12px;
		text-align: center;
	}
	section.offer-details .offer-cta {
		display: flex;
		flex-direction: column;
		gap: 15px;
		text-align: center;
		margin-top: 40px;
	}
	section.offer-details .offer-cta a.primary {
		background-color: #5E17EB;
		border-radius: 50px;
		padding: 13px 35px;
		font-weight: 500;
		font-size: 20px;
		text-transform: uppercase;
		color: #fff;
		border: 2px solid #5E17EB;
		display: inline-block;
	}
	section.offer-details .offer-cta a.primary:hover {
		background-color: transparent;
		color: #5E17EB;
	}
	section.offer-details .offer-cta a.secondary {
		border: 2px solid #5E17EB;
		font-size: 20px;
		font-weight: 500;
		padding: 13px 35px;
		border-radius: 50px;
		text-transform: uppercase;
		color: #5E17EB;
		text-align: center;
		display: inline-block;
	}
	section.offer-details .offer-cta a.secondary:hover {
		background-color: #5E17EB;
		color: #fff;	
	}
	section.offer-details .offer-cta .error {
		font-size: 14px;
		color: #828282;
		text-align: center;
		display: inline-block;
	}
	section.offer-details .offer-cta .error img {
		margin-right: 10px;
	}
	section.offer-details a.single-offer-compare, section.offer-details a.more-info {
		font-weight: 600;
		font-size: 14px;
		color: #828282;
		display: flex!important;
		gap: 10px;
	}
	section.offer-details .offer-cta a.single-offer-compare span, section.offer-details .offer-cta a.more-info span {
		text-decoration: underline;
	}
	section.offer-details .offer-cta a.single-offer-compare {
		justify-content: center;
	}
	section.offer-details .offer-cta .offer-compare-added-link span {
		color: #5FA14B;
		font-size: 16px;
		font-weight: 600;
		font-family: "Poppins";
	}
	section.offer-details .offer-cta .offer-compare-added-link span:last-child {
		text-decoration: underline;
	}
	section.offer-details .offer-cta .offer-compare-added-link img {
		margin-right: 5px;
	}
}