/* LIFTINGBEAM_PRODUCTS_PREMIUM_START */

.lb-products-premium,
.lb-products-premium *{
  box-sizing:border-box;
}

.lb-products-premium{
  padding:
    clamp(78px,9vw,138px)
    clamp(20px,5vw,88px);

  position:relative;
  overflow:hidden;

  background:
    linear-gradient(
      180deg,
      #eef3f7 0%,
      #f6f8fa 52%,
      #edf2f6 100%
    );
}

.lb-products-premium::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.32;

  background-image:
    linear-gradient(
      rgba(2,32,65,.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(2,32,65,.045) 1px,
      transparent 1px
    );

  background-size:46px 46px;

  mask-image:
    linear-gradient(
      180deg,
      #000,
      transparent 72%
    );
}

.lb-products-premium__inner{
  width:min(1480px,100%);
  margin-inline:auto;

  position:relative;
  z-index:1;
}

.lb-products-premium__header{
  margin-bottom:54px;

  display:grid;
  grid-template-columns:
    minmax(480px,1.05fr)
    minmax(360px,.65fr);

  align-items:end;
  gap:clamp(42px,7vw,120px);
}

.lb-products-premium__heading{
  direction:rtl;
}

.lb-products-premium__eyebrow{
  margin-bottom:18px;

  display:flex;
  align-items:center;
  gap:11px;

  direction:ltr;
  justify-content:flex-end;
}

.lb-products-premium__eyebrow span{
  color:#0c53a5;

  font-size:8px;
  font-weight:900;
  letter-spacing:1.25px;
}

.lb-products-premium__eyebrow i{
  width:34px;
  height:1px;
  display:block;
  background:#0c53a5;
}

.lb-products-premium__eyebrow strong{
  color:#607184;
  font-size:10px;
  font-weight:900;
}

.lb-products-premium h2{
  margin:0;

  color:#022041;

  font-size:clamp(35px,3.7vw,60px);
  font-weight:900;
  line-height:1.35;
  letter-spacing:-1px;
}

.lb-products-premium h2 em{
  display:block;
  margin-top:3px;

  color:#0c53a5;
  font-style:normal;
}

.lb-products-premium__intro{
  padding-right:28px;
  border-right:2px solid #0c53a5;

  direction:rtl;
}

.lb-products-premium__intro p{
  margin:0;

  color:#667788;

  font-size:13px;
  font-weight:550;
  line-height:2.05;
}

.lb-products-premium__intro a{
  margin-top:20px;

  display:inline-flex;
  align-items:center;
  gap:11px;

  color:#173c5e;
  text-decoration:none;

  font-size:10.5px;
  font-weight:900;
}

.lb-products-premium__intro a i{
  color:#0c53a5;

  transition:
    transform .22s ease;
}

.lb-products-premium__intro a:hover i{
  transform:translateX(-4px);
}

.lb-products-premium__grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:18px;
}

.lb-product-showcase{
  grid-column:span 2;

  min-width:0;
  min-height:440px;
  padding:20px;

  position:relative;
  display:flex;
  flex-direction:column;
  overflow:hidden;

  border:1px solid #d8e2ea;
  border-radius:4px;

  color:inherit;
  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.98),
      rgba(245,248,250,.96)
    );

  box-shadow:
    0 15px 35px rgba(2,32,65,.055);

  text-decoration:none;

  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

.lb-product-showcase--large{
  grid-column:span 3;
  min-height:500px;
}

.lb-product-showcase::before{
  content:"";

  width:3px;
  height:0;

  position:absolute;
  top:20px;
  right:0;

  border-radius:3px 0 0 3px;
  background:#0c53a5;

  transition:
    height .28s ease;
}

.lb-product-showcase:hover{
  transform:translateY(-5px);

  border-color:#b9cfe0;

  box-shadow:
    0 25px 54px rgba(2,32,65,.105);
}

.lb-product-showcase:hover::before{
  height:62px;
}

.lb-product-showcase__top{
  position:relative;
  z-index:2;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;

  direction:ltr;
}

.lb-product-showcase__top span{
  width:34px;
  height:34px;

  display:grid;
  place-items:center;

  border:1px solid #d2dee8;
  border-radius:50%;

  color:#0c53a5;
  background:#fff;

  font-size:8px;
  font-weight:900;

  transition:
    color .22s ease,
    border-color .22s ease,
    background .22s ease;
}

.lb-product-showcase:hover
.lb-product-showcase__top span{
  color:#fff;
  border-color:#0c53a5;
  background:#0c53a5;
}

.lb-product-showcase__top small{
  color:#91a0ad;

  font-size:7px;
  font-weight:900;
  letter-spacing:1.1px;
}

.lb-product-showcase figure{
  min-height:250px;
  margin:10px 0 5px;

  display:flex;
  align-items:center;
  justify-content:center;

  overflow:hidden;
}

.lb-product-showcase--large figure{
  min-height:310px;
}

.lb-product-showcase figure img{
  width:100%;
  height:250px;

  display:block;
  object-fit:contain;

  transform:scale(1);

  transition:
    transform .38s cubic-bezier(.2,.7,.2,1);
}

.lb-product-showcase--large figure img{
  height:310px;
}

.lb-product-showcase:hover figure img{
  transform:
    translateY(-3px)
    scale(1.025);
}

.lb-product-showcase__content{
  margin-top:auto;
  padding-top:19px;

  display:grid;
  grid-template-columns:1fr 36px;
  align-items:end;
  gap:16px;

  border-top:1px solid #dce5ec;

  direction:rtl;
}

.lb-product-showcase__content h3{
  margin:0;

  color:#19344d;

  font-size:15px;
  font-weight:900;
  line-height:1.65;
}

.lb-product-showcase__content p{
  margin:7px 0 0;

  color:#72818f;

  font-size:10.5px;
  font-weight:550;
  line-height:1.9;
}

.lb-product-showcase__content>i{
  width:36px;
  height:36px;

  display:grid;
  place-items:center;

  border:1px solid #cfdae4;
  border-radius:50%;

  color:#0c53a5;
  background:#fff;

  font-size:10px;

  transition:
    color .22s ease,
    border-color .22s ease,
    background .22s ease,
    transform .22s ease;
}

.lb-product-showcase:hover
.lb-product-showcase__content>i{
  color:#fff;
  border-color:#0c53a5;
  background:#0c53a5;
  transform:translateX(-3px);
}

@media(max-width:1050px){

  .lb-products-premium__header{
    grid-template-columns:1fr;
    gap:28px;
  }

  .lb-products-premium__intro{
    max-width:700px;
  }

  .lb-product-showcase,
  .lb-product-showcase--large{
    grid-column:span 3;
  }

}

@media(max-width:720px){

  .lb-products-premium{
    padding:
      68px
      16px;
  }

  .lb-products-premium__header{
    margin-bottom:38px;
  }

  .lb-products-premium h2{
    font-size:clamp(31px,9vw,43px);
  }

  .lb-products-premium__grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .lb-product-showcase,
  .lb-product-showcase--large{
    grid-column:auto;
    min-height:410px;
    padding:17px;
  }

  .lb-product-showcase figure,
  .lb-product-showcase--large figure{
    min-height:250px;
  }

  .lb-product-showcase figure img,
  .lb-product-showcase--large figure img{
    height:250px;
  }

}

/* LIFTINGBEAM_PRODUCTS_PREMIUM_END */
