/* Identidad FaceEdge: adaptación del logotipo cuadrado a la landing KYC. */
.faceedge-hero-logo {
  width: 126px;
  height: 126px;
  display: block;
  margin: -0.35rem 0 1.25rem;
  border: 1px solid rgba(55, 207, 255, 0.28);
  border-radius: 24px;
  object-fit: cover;
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(22, 154, 255, 0.16);
}

.phone-brand {
  width: 22px;
  height: 22px;
  margin: 0.12rem 0 0.28rem;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(35, 191, 255, 0.24);
  border-radius: 5px;
  background: #06132f;
}

.phone-brand img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.architecture-logo {
  width: 70px;
  height: 70px;
  justify-content: flex-start;
  margin: 1.4rem 0 1.25rem;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(55, 207, 255, 0.22);
  border-radius: 14px;
  background: #06132f;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.architecture-logo img {
  width: 100%;
  height: 100%;
  max-height: none;
  display: block;
  object-fit: cover;
}

@media (max-width: 700px) {
  .faceedge-hero-logo {
    width: 104px;
    height: 104px;
    margin-bottom: 1rem;
    border-radius: 20px;
  }

  .phone-brand {
    width: 18px;
    height: 18px;
    margin-bottom: 0.18rem;
  }

  .phone-brand img {
    width: 100%;
  }
}
