@charset "utf-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100%;
}

body {
  overflow-x: hidden;
  color: rgba(255, 255, 255, 1);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: rgba(126, 92, 255, 1);
}

a {
  color: inherit;
}

img {
  display: block;
}

.landing {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: url("../image/veronia/background.png") center top / cover no-repeat;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  pointer-events: none;
}

.site-header {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 82px;
}

.brand {
  position: absolute;
  top: 11px;
  left: 15.6770833333%;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.brand img {
  width: 60px;
  height: 60px;
}

.legal-links {
  position: absolute;
  top: 27px;
  left: 61.8229166667%;
  display: flex;
  align-items: center;
  gap: 93px;
  font-size: 28px;
  line-height: 1;
  white-space: nowrap;
}

.legal-links a {
  text-underline-offset: 4px;
}

.hero-copy {
  position: absolute;
  z-index: 2;
  top: 339px;
  left: 15.7291666667%;
}

.hero-copy h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-copy p {
  margin-top: 39px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0;
  white-space: nowrap;
}

.google-play {
  width: 339px;
  height: 100px;
  margin-top: 43px;
}

.phone-frame {
  position: absolute;
  z-index: 2;
  top: 145px;
  left: 64.4791666667%;
  width: 399px;
  height: 834px;
  overflow: hidden;
  border: 17px solid rgba(0, 0, 0, 1);
  border-radius: 45px;
  background: rgba(0, 0, 0, 1);
}

.phone-frame img {
  width: 365px;
  height: 800px;
}

@media (max-width: 1600px) {
  .brand {
    left: 12%;
    font-size: 26px;
  }

  .brand img {
    width: 52px;
    height: 52px;
  }

  .legal-links {
    right: 8%;
    left: auto;
    gap: 58px;
    font-size: 23px;
  }

  .hero-copy {
    top: 31.4%;
    left: 12%;
  }

  .hero-copy h1 {
    font-size: 35px;
  }

  .hero-copy p {
    font-size: 25px;
  }

  .google-play {
    width: 288px;
    height: auto;
  }

  .phone-frame {
    top: 13.4%;
    left: 62.8%;
    transform: scale(0.82);
    transform-origin: top left;
  }
}

@media (max-width: 1000px) {
  .landing {
    min-height: 1160px;
  }

  .site-header {
    height: 78px;
  }

  .brand {
    top: 13px;
    left: 28px;
  }

  .legal-links {
    top: 27px;
    right: 28px;
    gap: 28px;
    font-size: 18px;
  }

  .hero-copy {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 56px);
    margin: 92px auto 0;
    text-align: center;
  }

  .hero-copy h1 {
    font-size: 40px;
  }

  .hero-copy p {
    font-size: 22px;
  }

  .google-play {
    width: 288px;
    margin-right: auto;
    margin-left: auto;
  }

  .phone-frame {
    top: 625px;
    left: 50%;
    transform: translateX(-50%) scale(0.62);
    transform-origin: top center;
  }
}

@media (max-width: 640px) {
  .landing {
    min-height: 995px;
  }

  .site-header {
    height: 104px;
  }

  .brand {
    top: 14px;
    left: 18px;
    gap: 9px;
    font-size: 21px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .legal-links {
    top: 18px;
    right: 18px;
    flex-direction: column;
    align-items: flex-end;
    gap: 9px;
    font-size: 14px;
  }

  .hero-copy {
    width: calc(100% - 36px);
    margin-top: 52px;
  }

  .hero-copy h1 {
    font-size: 31px;
    white-space: normal;
  }

  .hero-copy p {
    margin-top: 25px;
    font-size: 17px;
    line-height: 1.5;
    white-space: normal;
  }

  .hero-copy p br {
    display: none;
  }

  .google-play {
    width: 236px;
    margin-top: 28px;
  }

  .phone-frame {
    top: 545px;
    transform: translateX(-50%) scale(0.5);
  }
}
