.bento-card[data-astro-cid-lcdefpme] {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid #ffffff0d;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
  background-color: #121212;
}

.bento-bg[data-astro-cid-lcdefpme] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
  transition: opacity .3s;
  z-index: 1;
}

.bento-illustration[data-astro-cid-lcdefpme] {
  position: absolute;
  right: -5%;
  bottom: -10%;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: -10px -10px 30px #0006;
  transition: all .6s cubic-bezier(.175, .885, .32, 1.275);
  z-index: 2;
  opacity: .8;
  transform: rotate(-5deg);
}

.hero-img[data-astro-cid-lcdefpme] {
  width: 45%;
  height: auto;
}

.half-img[data-astro-cid-lcdefpme] {
  width: 60%;
  height: auto;
  right: -10%;
  bottom: -15%;
}

.row2-img[data-astro-cid-lcdefpme] {
  width: 55%;
  height: auto;
}

.bento-card[data-astro-cid-lcdefpme]:hover {
  transform: translateY(-5px) scale(1.01);
  border-color: #ffffff26;
  box-shadow: 0 15px 35px #0006;
}

.bento-card[data-astro-cid-lcdefpme]:hover .bento-bg[data-astro-cid-lcdefpme] {
  opacity: 1;
}

.bento-card[data-astro-cid-lcdefpme]:hover .bento-illustration[data-astro-cid-lcdefpme] {
  transform: rotate(0) scale(1.05) translateY(-5%);
  opacity: 1;
  box-shadow: -15px -15px 40px #0009;
}

.bento-content[data-astro-cid-lcdefpme] {
  position: relative;
  z-index: 3;
  pointer-events: none;
}

.bento-content[data-astro-cid-lcdefpme] [data-astro-cid-lcdefpme] {
  pointer-events: auto;
}

.bento-arrow[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #ffffff1a;
  border-radius: 50%;
  color: #fff;
  transition: all .3s;
  backdrop-filter: blur(5px);
}

.bento-card[data-astro-cid-lcdefpme]:hover .bento-arrow[data-astro-cid-lcdefpme] {
  background: #ffffff40;
  transform: rotate(45deg);
}

.bento-hero[data-astro-cid-lcdefpme] {
  height: 250px;
}

.bento-half[data-astro-cid-lcdefpme] {
  height: 180px;
}

.bento-row2[data-astro-cid-lcdefpme] {
  height: 200px;
}

@media (width >= 768px) {
  .bento-hero[data-astro-cid-lcdefpme] {
    height: 400px;
  }

  .bento-half[data-astro-cid-lcdefpme] {
    height: 190px;
  }

  .bento-row2[data-astro-cid-lcdefpme] {
    height: 300px;
  }
}
