@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap');

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

html, body {
  width: 100%;
  min-height: 100%;
  background: #030303;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
}

body {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.noise {
  position: fixed;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: .035;
  z-index: 1;
}

.vignette {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255,255,255,.055), transparent 28%),
    radial-gradient(circle at center, transparent 34%, rgba(0,0,0,.9) 100%);
  z-index: 2;
}

.circle {
  position: fixed;
  width: 1540px;
  height: 1540px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
  box-shadow:
    0 0 120px rgba(255,255,255,.025),
    inset 0 0 90px rgba(255,255,255,.018);
  z-index: 3;
}

.corner {
  position: fixed;
  width: 22px;
  height: 22px;
  z-index: 5;
  opacity: .55;
}

.corner::before,
.corner::after {
  content: "";
  position: absolute;
  background: #fff;
}

.corner::before {
  width: 22px;
  height: 1px;
  top: 10px;
}

.corner::after {
  width: 1px;
  height: 22px;
  left: 10px;
}

.tl { top: 46px; left: 48px; }
.tr { top: 46px; right: 48px; }
.bl { bottom: 46px; left: 48px; }
.br { bottom: 46px; right: 48px; }

.hero {
  position: relative;
  z-index: 10;
  text-align: center;
  transform: translateY(-18px);
  padding: 24px;
}

.logo-wrap {
  width: 238px;
  height: 238px;
  margin: 0 auto 26px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.055), rgba(255,255,255,.012) 52%, transparent 72%);
  box-shadow:
    0 0 28px rgba(255,255,255,.075),
    0 0 90px rgba(255,255,255,.065),
    inset 0 0 42px rgba(255,255,255,.025);
}

.logo-wrap img {
  width: 136px;
  filter:
    drop-shadow(0 0 14px rgba(255,255,255,.95))
    drop-shadow(0 0 42px rgba(255,255,255,.42))
    drop-shadow(0 0 92px rgba(255,255,255,.18));
  animation: float 5s ease-in-out infinite;
}

h1 {
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 300;
  letter-spacing: 22px;
  margin-left: 22px;
  text-shadow:
    0 0 8px rgba(255,255,255,.52),
    0 0 28px rgba(255,255,255,.18),
    0 0 62px rgba(255,255,255,.08);
  white-space: nowrap;
}

.subtitle {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.subtitle span {
  width: 78px;
  height: 1px;
  background: rgba(255,255,255,.18);
}

.subtitle p {
  color: #7d7d7d;
  font-size: 20px;
  letter-spacing: 12px;
  font-weight: 300;
}

.description {
  margin-top: 50px;
  color: #7c7c7c;
  font-size: 20px;
  line-height: 1.85;
  letter-spacing: 3px;
}

.buttons {
  margin-top: 66px;
  display: flex;
  justify-content: center;
  gap: 48px;
}

.buttons a {
  position: relative;
  overflow: hidden;
  width: 305px;
  height: 76px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 18px;
  letter-spacing: 5px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.03) 48%, rgba(255,255,255,.012)),
    rgba(255,255,255,.015);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    inset 0 -18px 36px rgba(255,255,255,.025),
    0 18px 50px rgba(0,0,0,.32),
    0 0 36px rgba(255,255,255,.04);
  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}

.buttons a::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto;
  height: 50%;
  border-radius: 11px 11px 0 0;
  background: linear-gradient(180deg, rgba(255,255,255,.12), transparent);
  opacity: .38;
  pointer-events: none;
}

.buttons a::after {
  content: "";
  width: 15px;
  height: 15px;
  background: rgba(255,255,255,.86);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M7%207h10v10M7%2017%2017%207%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.8%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M7%207h10v10M7%2017%2017%207%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.8%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E") center / contain no-repeat;
  filter: drop-shadow(0 0 9px rgba(255,255,255,.42));
  transition:
    transform .25s ease,
    background .25s ease,
    filter .25s ease;
  flex: 0 0 auto;
}

.buttons a:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,.44);
  background:
    linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.045) 48%, rgba(255,255,255,.018)),
    rgba(255,255,255,.022);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 -18px 42px rgba(255,255,255,.035),
    0 24px 58px rgba(0,0,0,.42),
    0 0 46px rgba(255,255,255,.105);
}

.buttons a:hover::after {
  background: rgba(255,255,255,1);
  transform: translate(3px, -3px);
  filter: drop-shadow(0 0 13px rgba(255,255,255,.68));
}

.divider {
  margin-top: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

.divider span {
  width: 92px;
  height: 1px;
  background: rgba(255,255,255,.14);
}

.divider i {
  font-style: normal;
  font-size: 28px;
  text-shadow: 0 0 18px rgba(255,255,255,.65);
}

.domains {
  margin-top: 38px;
  color: #777;
  font-size: 22px;
  letter-spacing: 4px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.domains b {
  color: #555;
}

@keyframes float {
  50% { transform: translateY(-7px); }
}

/* PHONE */
@media (max-width: 620px) {
  body {
    overflow: auto;
  }

  .circle {
    width: 740px;
    height: 740px;
    top: 5%;
    border-color: rgba(255,255,255,.085);
  }

  .corner {
    width: 16px;
    height: 16px;
  }

  .corner::before {
    width: 16px;
    top: 7px;
  }

  .corner::after {
    height: 16px;
    left: 7px;
  }

  .tl { top: 24px; left: 24px; }
  .tr { top: 24px; right: 24px; }
  .bl { bottom: 24px; left: 24px; }
  .br { bottom: 24px; right: 24px; }

  .hero {
    min-height: 100vh;
    width: 100%;
    padding: 38px 22px 28px;
    transform: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .logo-wrap {
    width: 156px;
    height: 156px;
    margin-bottom: 24px;
  }

  .logo-wrap img {
    width: 94px;
  }

  h1 {
    white-space: normal;
    font-size: 31px;
    line-height: 1.35;
    letter-spacing: 7px;
    margin-left: 7px;
  }

  h1 span {
    display: block;
  }

  .subtitle {
    margin-top: 22px;
    gap: 12px;
  }

  .subtitle span {
    width: 28px;
  }

  .subtitle p {
    font-size: 12px;
    letter-spacing: 4px;
  }

  .description {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 1.3px;
  }

  .description br {
    display: none;
  }

  .buttons {
    margin-top: 36px;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .buttons a {
    width: 100%;
    max-width: 320px;
    height: 62px;
    gap: 12px;
    font-size: 14px;
    letter-spacing: 3px;
  }

  .buttons a::after {
    width: 13px;
    height: 13px;
  }

  .divider {
    margin-top: 40px;
  }

  .divider span {
    width: 58px;
  }

  .domains {
    margin-top: 28px;
    font-size: 13px;
    letter-spacing: 2px;
    flex-direction: column;
    gap: 8px;
  }

  .domains b {
    display: none;
  }
}

@media (max-width: 380px) {
  h1 {
    font-size: 30px;
    letter-spacing: 5px;
    margin-left: 5px;
  }

  .description {
    font-size: 13px;
  }
}
