/* Presentación de la aplicación GH MySeguridad: limpia, legible y sin fondos ajenos. */
body[data-page="home"] .home3-app--showcase {
  position: relative;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: linear-gradient(112deg, #1b426e 0%, #14365f 43%, #102a4e 64%, #07172b 100%);
  grid-template-columns: minmax(0, 1.15fr) minmax(27rem, .85fr);
  border: 0;
}

body[data-page="home"] .home3-app--showcase .home3-app__media {
  position: relative;
  display: grid;
  min-height: clamp(38rem, 44vw, 47rem);
  overflow: hidden;
  padding: clamp(2.2rem, 4vw, 4.5rem) clamp(1rem, 3vw, 3.5rem);
  background: radial-gradient(circle at 46% 48%, rgb(101 161 218 / .33) 0, rgb(38 91 143 / .16) 37%, transparent 68%);
  place-items: center;
}

body[data-page="home"] .home3-app--showcase .home3-app__media::before {
  position: absolute;
  inset: 18% 9% 17%;
  border: 1px solid rgb(255 255 255 / .11);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255 255 255 / .1), transparent 66%);
  content: "";
  filter: blur(.4rem);
}

body[data-page="home"] .home3-app--showcase .home3-app__media picture {
  position: relative;
  z-index: 1;
  display: block;
  width: min(108%, 60rem);
  margin-inline: auto;
}

body[data-page="home"] .home3-app--showcase .home3-app__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 1.35rem 1.6rem rgb(0 0 0 / .34));
}

body[data-page="home"] .home3-app--showcase .home3-app__content {
  justify-content: center;
  padding: clamp(3rem, 5vw, 5.5rem);
  border-top: 0;
  border-left: 5px solid #d33d4b;
  color: #fff;
  background: linear-gradient(90deg, rgb(16 42 78 / .12), rgb(5 11 19 / .38));
}

body[data-page="home"] .home3-app--showcase .home3-label {
  color: #ff8d98;
}

body[data-page="home"] .home3-app--showcase h2 {
  color: #fff;
}

body[data-page="home"] .home3-app--showcase .home3-app__content > p:not(.home3-label) {
  color: rgb(255 255 255 / .76);
  font-size: 1.05rem;
  line-height: 1.65;
}

body[data-page="home"] .home3-app--showcase ol {
  display: block;
  margin: 1.5rem 0 0;
}

body[data-page="home"] .home3-app--showcase li {
  display: grid;
  padding: 1rem 0;
  border: 0;
  border-top: 1px solid rgb(255 255 255 / .28);
  color: #fff;
  background: transparent;
  box-shadow: none;
  grid-template-columns: 10rem minmax(0, 1fr);
  gap: 1rem;
}

body[data-page="home"] .home3-app--showcase li strong {
  color: #fff;
}

body[data-page="home"] .home3-app--showcase li span {
  color: rgb(255 255 255 / .68);
}

@media (max-width: 62rem) {
  body[data-page="home"] .home3-app--showcase {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .home3-app--showcase .home3-app__media {
    min-height: 0;
    padding: 2.6rem clamp(.65rem, 3vw, 2rem) 2.1rem;
  }

  body[data-page="home"] .home3-app--showcase .home3-app__media picture {
    width: min(92%, 46rem);
    margin-inline: auto;
  }

  body[data-page="home"] .home3-app--showcase .home3-app__content {
    padding: 3.25rem max(.9rem, calc((100% - 48rem) / 2));
    border-top: 5px solid #d33d4b;
    border-left: 0;
  }
}

@media (max-width: 42rem) {
  body[data-page="home"] .home3-app--showcase .home3-app__media {
    padding: 2rem .15rem 1.6rem;
  }

  body[data-page="home"] .home3-app--showcase .home3-app__media picture {
    width: min(96%, 28rem);
  }

  body[data-page="home"] .home3-app--showcase .home3-app__content {
    padding: 2.75rem .85rem 3rem;
  }

  body[data-page="home"] .home3-app--showcase li {
    padding: .9rem 0;
    grid-template-columns: 1fr;
    gap: .2rem;
  }
}
