* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #000;
  font-family: Arial, Helvetica, sans-serif;
}

.homepage {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 960px;
  height: 540px;
  overflow: hidden;
  transform-origin: center center;
  background: url("../image/slice-group.png") center center / 960px 540px no-repeat;
  color: #fff;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 62px;
}

.brand {
  position: absolute;
  top: 7px;
  left: 160px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.brand img {
  display: block;
  width: 32px;
  height: 32px;
}

.legal-nav {
  position: absolute;
  top: 15px;
  left: 633px;
  display: flex;
  align-items: center;
  gap: 47px;
  white-space: nowrap;
}

.legal-nav a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hero-copy {
  position: absolute;
  top: 204px;
  left: 160px;
}

.hero-copy h1 {
  margin: 0;
  font-size: 27px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0;
}

.hero-copy p {
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  white-space: nowrap;
}

.store-badge {
  display: block;
  width: 181px;
  height: auto;
  margin-top: 36px;
}

.phone-preview {
  position: absolute;
  top: 88px;
  left: 640px;
  display: block;
  width: 214px;
  height: auto;
}
