@import url("../lockmemo/styles.css");

:root {
  --hero-background: #feed44;
  --hero-background-rgb: 254, 237, 68;
}

.eitango-page .app-icon {
  overflow: hidden;
}

.eitango-page .app-icon > img {
  position: absolute;
  top: -7.7px;
  left: -40.21px;
  width: 196.758px;
  max-width: none;
  height: 196.758px;
  object-fit: cover;
}

.eitango-page .content-stack {
  top: 263px;
  gap: 0;
}

.eitango-page h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.eitango-page h1 span {
  font-size: 48px;
  line-height: 1.5;
}

.eitango-page h1 small {
  display: none;
}

.eitango-page .app-store-badge {
  margin-top: 50px;
}

.eitango-page .official-sns {
  margin-top: 72px;
}

@media (max-width: 1024px) {
  .eitango-page .content-stack {
    top: 391px;
  }

  .eitango-page h1 span {
    font-size: 32px;
    line-height: 1.5;
  }

  .eitango-page h1 small {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
  }

  .eitango-page .app-store-badge {
    margin-top: 28px;
  }

  .eitango-page .official-sns {
    margin-top: 28px;
  }
}
