/* MEGAMIST RC33 — Service detail / Main product categories responsive rebuild */
.v198-service-products{
  overflow:hidden!important;
  padding-block:clamp(56px,7vw,104px)!important;
}
.v198-service-products .container{
  width:min(1240px,calc(100% - 40px))!important;
  max-width:1240px!important;
  min-width:0!important;
}
.v198-service-products-heading{
  max-width:860px!important;
  margin:0 auto clamp(28px,4vw,48px)!important;
  text-align:center!important;
}
.v198-service-products-heading>span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:42px!important;
  padding:9px 18px!important;
  border-radius:999px!important;
  white-space:normal!important;
  line-height:1.2!important;
}
.v198-service-products-heading h2{
  max-width:820px!important;
  margin:18px auto 14px!important;
  font-size:clamp(32px,4.6vw,60px)!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
  overflow-wrap:anywhere!important;
}
.v198-service-products-heading p{
  max-width:760px!important;
  margin-inline:auto!important;
  font-size:clamp(15px,1.5vw,19px)!important;
  line-height:1.7!important;
  overflow-wrap:anywhere!important;
}
.v198-product-category-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:clamp(18px,2.4vw,30px)!important;
  align-items:stretch!important;
  width:100%!important;
  min-width:0!important;
}
.v198-product-category-card{
  display:grid!important;
  grid-template-columns:minmax(0,46%) minmax(0,54%)!important;
  align-items:stretch!important;
  width:100%!important;
  min-width:0!important;
  min-height:300px!important;
  border-radius:30px!important;
  overflow:hidden!important;
  isolation:isolate!important;
  position:relative!important;
  text-decoration:none!important;
  background:#fff!important;
}
.v198-product-category-media{
  grid-column:1!important;
  grid-row:1!important;
  width:100%!important;
  min-width:0!important;
  min-height:300px!important;
  height:100%!important;
  aspect-ratio:auto!important;
  margin:0!important;
  position:relative!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.v198-product-category-media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:none!important;
  padding:14px!important;
  object-fit:contain!important;
  object-position:center!important;
  position:static!important;
}
.v198-product-category-badge{
  position:absolute!important;
  z-index:3!important;
  inset-block-start:16px!important;
  inset-inline-start:16px!important;
  max-width:calc(100% - 32px)!important;
  white-space:normal!important;
  line-height:1.2!important;
}
.v198-product-category-body{
  grid-column:2!important;
  grid-row:1!important;
  min-width:0!important;
  height:100%!important;
  padding:clamp(24px,3vw,38px)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  position:relative!important;
  z-index:2!important;
  overflow:hidden!important;
}
.v198-product-category-index{
  position:absolute!important;
  inset-block-start:18px!important;
  inset-inline-end:22px!important;
  margin:0!important;
  line-height:1!important;
  pointer-events:none!important;
}
.v198-product-category-body h3{
  width:100%!important;
  max-width:100%!important;
  margin:18px 0 12px!important;
  font-size:clamp(24px,2.35vw,35px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  position:static!important;
}
.v198-product-category-body p{
  width:100%!important;
  max-width:100%!important;
  margin:0 0 22px!important;
  font-size:clamp(14px,1.15vw,17px)!important;
  line-height:1.65!important;
  overflow-wrap:anywhere!important;
  position:static!important;
}
.v198-product-category-link{
  margin-top:auto!important;
  min-height:46px!important;
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  position:static!important;
}
.v198-product-category-link b{
  flex:0 0 42px!important;
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
}
@media (hover:hover){
  .v198-product-category-card:hover{transform:translateY(-4px)!important}
  .v198-product-category-card:hover .v198-product-category-media img{transform:scale(1.025)!important}
}
@media (max-width:1040px){
  .v198-service-products .container{width:min(100% - 32px,900px)!important}
  .v198-product-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important}
  .v198-product-category-card{
    display:flex!important;
    flex-direction:column!important;
    min-height:0!important;
  }
  .v198-product-category-media{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:16/10!important;
    flex:none!important;
  }
  .v198-product-category-body{
    width:100%!important;
    min-height:230px!important;
    padding:24px!important;
    flex:1 1 auto!important;
  }
}
@media (max-width:720px){
  .v198-service-products{padding-block:46px 94px!important}
  .v198-service-products .container{width:calc(100% - 28px)!important}
  .v198-service-products-heading{text-align:start!important;margin-bottom:26px!important}
  .v198-service-products-heading h2{
    margin-inline:0!important;
    font-size:clamp(34px,10.5vw,48px)!important;
    line-height:1.04!important;
  }
  .v198-service-products-heading p{font-size:16px!important;line-height:1.68!important}
  .v198-product-category-grid{grid-template-columns:1fr!important;gap:18px!important}
  .v198-product-category-card{
    display:flex!important;
    flex-direction:column!important;
    border-radius:24px!important;
    min-height:0!important;
  }
  .v198-product-category-media{
    order:1!important;
    width:100%!important;
    aspect-ratio:16/10!important;
    min-height:0!important;
    border-radius:0!important;
  }
  .v198-product-category-media img{
    width:100%!important;
    height:100%!important;
    padding:12px!important;
    object-fit:contain!important;
  }
  .v198-product-category-badge{
    inset-block-start:14px!important;
    inset-inline-start:14px!important;
    max-width:calc(100% - 28px)!important;
    font-size:11px!important;
  }
  .v198-product-category-body{
    order:2!important;
    width:100%!important;
    min-height:0!important;
    padding:22px 20px 20px!important;
    display:flex!important;
    position:relative!important;
  }
  .v198-product-category-index{
    inset-block-start:20px!important;
    inset-inline-end:20px!important;
    font-size:clamp(34px,12vw,50px)!important;
    opacity:.09!important;
  }
  .v198-product-category-body h3{
    padding-inline-end:54px!important;
    margin:0 0 10px!important;
    font-size:clamp(25px,7vw,32px)!important;
    line-height:1.08!important;
  }
  .v198-product-category-body p{
    margin:0 0 18px!important;
    font-size:15px!important;
    line-height:1.62!important;
  }
  .v198-product-category-link{
    min-height:50px!important;
    margin-top:0!important;
    font-size:15px!important;
  }
  .v198-product-category-link b{
    flex-basis:46px!important;
    width:46px!important;
    height:46px!important;
  }
}
@media (max-width:390px){
  .v198-service-products .container{width:calc(100% - 20px)!important}
  .v198-product-category-card{border-radius:20px!important}
  .v198-product-category-body{padding:19px 16px 17px!important}
  .v198-product-category-body h3{padding-inline-end:42px!important;font-size:24px!important}
  .v198-product-category-index{inset-inline-end:14px!important;font-size:38px!important}
}
@media (prefers-reduced-motion:reduce){
  .v198-product-category-card,
  .v198-product-category-media img{transition:none!important;transform:none!important}
}
