/* THERVIQ Dynamic Pricing v41 */
.thv41-pricing{
  position:relative;
  padding:72px 0 82px;
  overflow:clip;
  background:
    radial-gradient(circle at 86% 6%,rgba(151,209,31,.11),transparent 27%),
    radial-gradient(circle at 5% 92%,rgba(22,199,123,.07),transparent 28%),
    linear-gradient(180deg,#02070a 0%,#07131d 100%);
}
.thv41-pricing::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.22;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);
  background-size:52px 52px;
}
.thv41-pricing-heading{
  position:relative;
  z-index:2;
  max-width:780px;
  margin:0 auto 33px;
  text-align:center;
  color:#fff;
}
.thv41-pricing-heading>span{
  display:inline-flex;
  min-height:36px;
  padding:7px 13px;
  align-items:center;
  border-radius:999px;
  color:#c8f19c;
  background:rgba(151,209,31,.08);
  border:1px solid rgba(151,209,31,.22);
  font-size:12px;
  font-weight:900;
}
.thv41-pricing-heading h2{
  margin:12px 0 0;
  color:#fff;
  font-size:clamp(38px,5vw,65px);
  line-height:1.08;
}
.thv41-pricing-heading h3{
  margin:8px 0 0;
  color:#9acd22;
  font-size:clamp(19px,2.8vw,30px);
}
.thv41-pricing-heading p{
  margin:14px auto 0;
  max-width:680px;
  color:#bac9d2;
  font-size:15px;
  line-height:1.85;
}
.thv41-pricing-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.thv41-price-card{
  min-width:0;
  overflow:hidden;
  border-radius:25px;
  display:flex;
  flex-direction:column;
  color:#fff;
  background:
    radial-gradient(circle at 80% 0%,rgba(151,209,31,.08),transparent 35%),
    linear-gradient(180deg,#0a1720,#071018);
  border:1px solid rgba(157,210,38,.34);
  box-shadow:0 22px 55px rgba(0,0,0,.27);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.thv41-price-card:hover{
  transform:translateY(-4px);
  border-color:rgba(174,231,49,.65);
  box-shadow:0 28px 65px rgba(0,0,0,.34);
}
.thv41-price-media{
  position:relative;
  aspect-ratio:16/10;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 35%,rgba(151,209,31,.16),transparent 36%),
    #061018;
}
.thv41-price-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}
.thv41-price-card:hover .thv41-price-media img{
  transform:scale(1.035);
}
.thv41-price-media::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:42%;
  background:linear-gradient(180deg,transparent,rgba(5,13,19,.88));
  pointer-events:none;
}
.thv41-price-number{
  position:absolute;
  top:12px;
  left:12px;
  z-index:3;
  min-width:42px;
  height:34px;
  padding:0 10px;
  border-radius:11px;
  display:grid;
  place-items:center;
  color:#d8f5b6;
  background:rgba(3,9,13,.72);
  border:1px solid rgba(255,255,255,.12);
  font-size:11px;
  font-weight:900;
  backdrop-filter:blur(8px);
}
.thv41-price-placeholder{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
}
.thv41-price-placeholder svg{
  width:84px;
  height:84px;
  fill:none;
  stroke:#8fbe25;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  opacity:.75;
}
.thv41-price-content{
  flex:1;
  padding:19px 16px 17px;
  display:flex;
  flex-direction:column;
}
.thv41-price-content h3{
  margin:0;
  color:#fff;
  font-size:22px;
  line-height:1.35;
}
.thv41-price-content>p{
  min-height:72px;
  margin:8px 0 0;
  color:#b9c8d1;
  font-size:13px;
  line-height:1.75;
}
.thv41-size-prices{
  display:grid;
  gap:8px;
  margin-top:auto;
  padding-top:16px;
}
.thv41-size-prices>div{
  min-height:48px;
  padding:8px 10px;
  border-radius:13px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.07);
}
.thv41-size-prices span{
  min-width:0;
  display:flex;
  align-items:center;
  gap:7px;
  color:#d7e2e8;
  font-size:11px;
  font-weight:800;
}
.thv41-size-prices strong{
  flex:0 0 auto;
  color:#a7d936;
  font-size:22px;
  line-height:1;
}
.thv41-size-prices small,
.thv41-fixed-price small{
  margin-right:4px;
  color:#e4edf1;
  font-size:10px;
  font-weight:700;
}
.thv41-car-icon{
  position:relative;
  width:22px;
  height:12px;
  flex:0 0 22px;
  border:1.5px solid #dce6ea;
  border-radius:7px 7px 4px 4px;
}
.thv41-car-icon::before,
.thv41-car-icon::after{
  content:"";
  position:absolute;
  bottom:-4px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#061018;
  border:1.5px solid #dce6ea;
}
.thv41-car-icon::before{right:2px}
.thv41-car-icon::after{left:2px}
.thv41-car-icon.is-medium{width:25px;flex-basis:25px}
.thv41-car-icon.is-large{width:28px;flex-basis:28px;height:14px}
.thv41-fixed-price{
  margin-top:auto;
  padding-top:17px;
  text-align:center;
}
.thv41-fixed-price>span{
  display:block;
  color:#9fb1bc;
  font-size:11px;
}
.thv41-fixed-price strong{
  display:block;
  margin-top:3px;
  color:#a8d93b;
  font-size:46px;
  line-height:1;
}
.thv41-fixed-price b{
  display:block;
  min-height:42px;
  margin-top:12px;
  padding:10px;
  border-radius:13px;
  color:#e5edf1;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  font-size:13px;
}
.thv41-pricing-footer{
  position:relative;
  z-index:2;
  margin-top:22px;
  padding:20px 22px;
  border-radius:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:#fff;
  background:
    radial-gradient(circle at 90% 0%,rgba(151,209,31,.11),transparent 30%),
    rgba(9,24,34,.90);
  border:1px solid rgba(255,255,255,.10);
}
.thv41-pricing-footer span{
  display:block;
  color:#9fd029;
  font-size:12px;
  font-weight:900;
}
.thv41-pricing-footer b{
  display:block;
  margin-top:5px;
  color:#e1e9ed;
  font-size:16px;
}
.thv41-pricing-footer a{
  min-width:175px;
  min-height:49px;
  padding:12px 18px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#071109;
  background:linear-gradient(135deg,#b1e63f,#79b918);
  font-weight:900;
  box-shadow:0 14px 32px rgba(151,209,31,.16);
}

@media(max-width:1120px){
  .thv41-pricing-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:850px){
  .thv41-pricing-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:620px){
  .thv41-pricing{
    padding:47px 0 55px;
  }
  .thv41-pricing-heading{
    margin-bottom:22px;
  }
  .thv41-pricing-heading h2{
    font-size:38px;
  }
  .thv41-pricing-heading h3{
    font-size:21px;
  }
  .thv41-pricing-heading p{
    font-size:14px;
  }
  .thv41-pricing-grid{
    grid-template-columns:1fr;
    gap:13px;
  }
  .thv41-price-card{
    display:grid;
    grid-template-columns:42% minmax(0,1fr);
    border-radius:21px;
  }
  .thv41-price-media{
    min-height:100%;
    aspect-ratio:auto;
  }
  .thv41-price-content{
    padding:15px 12px;
  }
  .thv41-price-content h3{
    font-size:19px;
  }
  .thv41-price-content>p{
    min-height:0;
    margin-top:6px;
    font-size:11.5px;
    line-height:1.65;
  }
  .thv41-size-prices{
    gap:5px;
    padding-top:11px;
  }
  .thv41-size-prices>div{
    min-height:38px;
    padding:6px 7px;
  }
  .thv41-size-prices span{
    font-size:9px;
  }
  .thv41-size-prices strong{
    font-size:18px;
  }
  .thv41-car-icon{
    display:none;
  }
  .thv41-fixed-price{
    padding-top:12px;
  }
  .thv41-fixed-price strong{
    font-size:38px;
  }
  .thv41-fixed-price b{
    min-height:36px;
    margin-top:8px;
    padding:8px;
    font-size:11px;
  }
  .thv41-pricing-footer{
    display:grid;
    text-align:center;
  }
  .thv41-pricing-footer a{
    width:100%;
  }
}
@media(max-width:390px){
  .thv41-price-card{
    grid-template-columns:39% minmax(0,1fr);
  }
  .thv41-price-content{
    padding:13px 9px;
  }
  .thv41-size-prices>div{
    display:grid;
    grid-template-columns:1fr auto;
  }
}
@media(prefers-reduced-motion:reduce){
  .thv41-price-card,
  .thv41-price-media img{
    transition:none!important;
  }
}
