.elementor-100 .elementor-element.elementor-element-b3f8a12{--display:flex;--margin-top:-40px;--margin-bottom:-40px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a192a70 *//* ========================================
META AUTO SALON | PRODUCT COMING SOON PAGE
CSS ONLY
======================================== */

.meta-product-coming-page{
  position: relative;
  width: 100vw;
  min-height: 100vh;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  background: #07111c;
  font-family: "Poppins", sans-serif;
}

.meta-product-coming-page__bg{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(4,10,18,0.42), rgba(4,10,18,0.56)),
    url('YOUR-BACKGROUND-IMAGE.jpg') center center / cover no-repeat;
  transform: scale(1.03);
  opacity: 0.95;
}

.meta-product-coming-page__overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(67,181,255,0.16), transparent 24%),
    radial-gradient(circle at bottom left, rgba(67,181,255,0.10), transparent 26%),
    linear-gradient(135deg, rgba(4,10,18,0.92) 0%, rgba(6,14,23,0.88) 52%, rgba(7,17,28,0.88) 100%);
}

.meta-product-coming-page__container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 110px 48px 60px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: 34px;
  align-items: center;
  box-sizing: border-box;
}

.meta-product-coming-page__left{
  max-width: 760px;
}

.meta-product-coming-page__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #d9ecff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.meta-product-coming-page__title{
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(40px, 5vw, 74px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -1.8px;
}

.meta-product-coming-page__title span{
  display: block;
  color: #67c4ff;
}

.meta-product-coming-page__desc{
  max-width: 680px;
  margin: 0 0 30px;
  color: rgba(255,255,255,0.76);
  font-size: 16px;
  line-height: 1.9;
}

.meta-product-coming-page__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.meta-product-coming-page__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  transition: all 0.35s ease;
}

.meta-product-coming-page__btn--primary{
  background: linear-gradient(135deg, #43b5ff, #127fff);
  color: #ffffff;
  box-shadow: 0 18px 35px rgba(18,127,255,0.28);
}

.meta-product-coming-page__btn--primary:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(18,127,255,0.34);
}

.meta-product-coming-page__btn--secondary{
  background: #ffffff;
  border: 1.5px solid #127fff;
  color: #127fff;
}

.meta-product-coming-page__btn--secondary:hover{
  transform: translateY(-3px);
}

.meta-product-coming-page__info-row{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 860px;
}

.meta-product-coming-page__info-box{
  padding: 20px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(0,0,0,0.14);
}

.meta-product-coming-page__info-box strong{
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.meta-product-coming-page__info-box span{
  display: block;
  color: rgba(255,255,255,0.70);
  font-size: 13px;
  line-height: 1.8;
}

.meta-product-coming-page__right{
  position: relative;
}

.meta-product-coming-page__preview-card{
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 30px 80px rgba(0,0,0,0.32);
  min-height: 620px;
}

.meta-product-coming-page__preview-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,10,18,0.12) 0%, rgba(4,10,18,0.74) 100%);
  z-index: 1;
}

.meta-product-coming-page__preview-card img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.meta-product-coming-page__preview-content{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px;
  box-sizing: border-box;
}

.meta-product-coming-page__preview-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.meta-product-coming-page__preview-content h2{
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1px;
}

.meta-product-coming-page__preview-content p{
  margin: 0 0 18px;
  color: rgba(255,255,255,0.76);
  font-size: 14px;
  line-height: 1.85;
}

.meta-product-coming-page__mini-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: #ffffff;
  border: 1.5px solid #127fff;
  color: #127fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.meta-product-coming-page__floating-card{
  position: absolute;
  left: -24px;
  bottom: 24px;
  max-width: 300px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(8,18,30,0.92);
  border: 1px solid rgba(103,196,255,0.18);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.28);
  z-index: 3;
}

.meta-product-coming-page__floating-card span{
  display: inline-block;
  margin-bottom: 8px;
  color: #77cbff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.meta-product-coming-page__floating-card h3{
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.meta-product-coming-page__floating-card p{
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.8;
}

.meta-product-coming-page__bottom{
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 48px 90px;
  box-sizing: border-box;
}

.meta-product-coming-page__bottom-wrap{
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.meta-product-coming-page__progress-box{
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 40px rgba(0,0,0,0.16);
  backdrop-filter: blur(12px);
  margin-bottom: 26px;
}

.meta-product-coming-page__progress-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.meta-product-coming-page__progress-bar{
  width: 100%;
  height: 14px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.08);
}

.meta-product-coming-page__progress-fill{
  width: 62%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #43b5ff, #127fff, #7cd4ff);
  background-size: 200% 100%;
  animation: metaProductBar 3.5s linear infinite;
  box-shadow: 0 0 18px rgba(67,181,255,0.30);
}

@keyframes metaProductBar{
  0%{ background-position: 0% 50%; }
  100%{ background-position: 200% 50%; }
}

.meta-product-coming-page__support-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.meta-product-coming-page__support-card{
  padding: 26px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 16px 34px rgba(0,0,0,0.14);
}

.meta-product-coming-page__support-card span{
  display: inline-block;
  margin-bottom: 8px;
  color: #7bccff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.meta-product-coming-page__support-card h3{
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.meta-product-coming-page__support-card p{
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.85;
}

@media (max-width: 1200px){
  .meta-product-coming-page__container{
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .meta-product-coming-page__right{
    max-width: 760px;
  }

  .meta-product-coming-page__support-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .meta-product-coming-page__floating-card{
    left: 24px;
  }
}

@media (max-width: 991px){
  .meta-product-coming-page__container{
    min-height: auto;
    padding: 95px 24px 55px;
  }

  .meta-product-coming-page__bottom{
    padding: 0 24px 80px;
  }

  .meta-product-coming-page__preview-card{
    min-height: auto;
  }

  .meta-product-coming-page__preview-content{
    min-height: 520px;
  }

  .meta-product-coming-page__preview-card img{
    height: 520px;
  }

  .meta-product-coming-page__info-row{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .meta-product-coming-page__container{
    padding: 80px 16px 50px;
  }

  .meta-product-coming-page__bottom{
    padding: 0 16px 70px;
  }

  .meta-product-coming-page__title{
    font-size: clamp(30px, 10vw, 42px);
    letter-spacing: -1px;
  }

  .meta-product-coming-page__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .meta-product-coming-page__actions{
    flex-direction: column;
    align-items: stretch;
  }

  .meta-product-coming-page__btn{
    width: 100%;
  }

  .meta-product-coming-page__preview-content{
    min-height: 420px;
    padding: 22px;
  }

  .meta-product-coming-page__preview-card img{
    height: 420px;
  }

  .meta-product-coming-page__preview-content h2{
    font-size: 28px;
  }

  .meta-product-coming-page__floating-card{
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
    margin-top: 14px;
  }

  .meta-product-coming-page__progress-box{
    padding: 22px 20px;
  }

  .meta-product-coming-page__support-grid{
    grid-template-columns: 1fr;
  }

  .meta-product-coming-page__support-card{
    padding: 24px 20px;
  }
}/* End custom CSS */