
/* HARD FIX Studio Zaya price list */
.price-page,
.price-page *{
  box-sizing:border-box;
}
.price-page{
  min-height:100vh;
  padding:150px 0 90px;
  background:
    linear-gradient(rgba(244,239,232,.82),rgba(244,239,232,.96)),
    radial-gradient(circle at 20% 20%,rgba(255,255,255,.85),transparent 28%),
    #eee8de;
  position:relative;
  overflow:hidden;
}
.price-page:before{
  content:"";
  position:absolute;
  left:-10%;
  right:-10%;
  top:345px;
  height:270px;
  background:#8d8677;
  border-radius:50% 50% 0 0;
  z-index:0;
}
.price-head{
  position:relative;
  z-index:2;
  text-align:center;
  width:min(1100px,92%);
  margin:0 auto 70px;
}
.price-head .mini{
  font-family:Arial,sans-serif;
  text-transform:uppercase;
  font-size:24px;
  font-weight:900;
  letter-spacing:8px;
  color:#444;
  margin-bottom:28px;
}
.price-head h1{
  font-family:Arial,sans-serif!important;
  text-transform:uppercase;
  font-size:clamp(52px,8vw,92px)!important;
  line-height:.9!important;
  letter-spacing:2px!important;
  font-weight:900!important;
  color:#3f3f3f!important;
  margin:0!important;
}
.price-list-wrap{
  position:relative;
  z-index:2;
  width:min(1180px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
  align-items:stretch;
}
.price-list-card{
  background:#fff;
  border-radius:0 0 18px 18px;
  box-shadow:0 25px 70px rgba(45,39,35,.20);
  min-height:700px;
  display:flex;
  flex-direction:column;
  overflow:visible;
}
.price-list-top{
  min-height:190px;
  background:#d8d0bd;
  border-radius:14px 14px 44% 44%;
  text-align:center;
  padding:0 20px 34px;
}
.price-list-top img{
  width:150px!important;
  height:150px!important;
  object-fit:cover!important;
  border-radius:18px!important;
  margin:-58px auto 18px!important;
  box-shadow:0 20px 42px rgba(45,39,35,.22);
}
.price-list-top h2{
  font-family:Arial,sans-serif!important;
  font-size:29px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:3px!important;
  color:#4a4a4a!important;
  margin:0!important;
}
.price-list-content{
  padding:28px 34px 34px;
  flex:1;
  display:flex;
  flex-direction:column;
}
.price-list-content ul{
  margin:0!important;
  padding-left:18px!important;
  font-size:14px!important;
  line-height:2.05!important;
  color:#444!important;
  font-weight:700!important;
}
.price-list-content li{
  margin:0 0 2px!important;
}
.upgrade-block{
  margin-top:auto;
  padding-top:40px;
}
.upgrade-block strong{
  display:block;
  margin-bottom:8px;
  color:#444;
  font-size:14px;
}
.price-button{
  width:190px;
  min-height:58px;
  margin:26px auto 0;
  border-radius:999px;
  background:#d8d0bd;
  color:#444!important;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  text-decoration:none!important;
  font-family:Arial,sans-serif;
  font-weight:900;
  font-size:28px;
  letter-spacing:1px;
}
.price-button .icon{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#fff;
  display:grid;
  place-items:center;
  font-size:17px;
}
@media(max-width:1050px){
  .price-list-wrap{
    grid-template-columns:1fr;
    max-width:540px;
    gap:82px;
  }
  .price-page:before{
    top:305px;
    height:85%;
    border-radius:42% 42% 0 0;
  }
  .price-list-card{
    min-height:auto;
  }
}
@media(max-width:560px){
  .price-page{
    padding-top:125px;
  }
  .price-head{
    margin-bottom:95px;
  }
  .price-head .mini{
    font-size:16px;
    letter-spacing:5px;
    margin-bottom:18px;
  }
  .price-head h1{
    font-size:48px!important;
  }
  .price-list-wrap{
    width:88%;
  }
  .price-list-content{
    padding:24px 22px 28px;
  }
  .price-list-top h2{
    font-size:24px!important;
  }
  .price-list-content ul{
    font-size:13px!important;
  }
}
