*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  background: #101016;
  color: #f2f2f5;
  font-family: "Barlow", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.page {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  overflow: hidden;
  background: #101016;
}

.ambient-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      500px 400px at 25% 14%,
      rgba(46, 49, 146, 0.3),
      transparent 65%
    ),
    radial-gradient(
      420px 340px at 90% 96%,
      rgba(90, 90, 168, 0.16),
      transparent 70%
    );
}

.blueprint-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(138, 134, 192, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(138, 134, 192, 0.07) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, transparent 4%, black 40%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 4%, black 40%);
}

.brand-stripes {
  position: absolute;
  bottom: -40px;
  right: -110px;
  display: flex;
  gap: 20px;
  transform: skewX(-24deg);
  pointer-events: none;
}

.stripe {
  width: 46px;
  height: 520px;
}

.stripe:nth-child(1) {
  background: #2b2e86;
}

.stripe:nth-child(2) {
  background: #393966;
}

.stripe:nth-child(3) {
  background: #353349;
}

.top-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 8px;
}

.logo {
  display: block;
  height: 42px;
  width: auto;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 36px 24px 0;
}

.hero h1 {
  margin: 0;
  font: italic 800 42px/1.05 "Barlow", sans-serif;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero p {
  margin: 0;
  max-width: 680px;
  font: 400 16px/1.55 "Barlow", sans-serif;
  color: #a9a9b4;
  text-wrap: pretty;
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  align-self: flex-start;
  margin-top: 6px;
}

.cta {
  padding: 13px 22px;
  border: none;
  background: #f2f2f5;
  color: #101016;
  font: 600 14px "Barlow", sans-serif;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.cta:hover {
  opacity: 0.88;
}

.copy-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: none;
  background: none;
  color: #a9a9b4;
  cursor: pointer;
}

.copy-btn:hover {
  color: #f2f2f5;
}

.copy-btn.is-copied {
  color: #22c55e;
}

.copy-feedback {
  font: 600 14px "Barlow", sans-serif;
  letter-spacing: 0.03em;
  color: #22c55e;
}

.services-mobile {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 32px;
  padding: 0 24px;
  font: italic 700 16px "Barlow", sans-serif;
  text-transform: uppercase;
}

.services-mobile .accent {
  color: #8a86c0;
}

.services-desktop {
  display: none;
}

.footer {
  position: relative;
  margin-top: auto;
  border-top: 1px solid #2a2a35;
  padding: 20px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.copyright {
  margin: 0;
  font: 400 13px "Barlow", sans-serif;
  color: #5c5c68;
}

@media (min-width: 900px) {
  .ambient-glow {
    background:
      radial-gradient(
        1100px 700px at 18% 22%,
        rgba(46, 49, 146, 0.28),
        transparent 65%
      ),
      radial-gradient(
        900px 600px at 85% 90%,
        rgba(90, 90, 168, 0.14),
        transparent 70%
      );
  }

  .blueprint-grid {
    background-size: 56px 56px;
  }

  .brand-stripes {
    position: fixed;
    top: auto;
    bottom: 0;
    right: -140px;
    gap: 36px;
  }

  .stripe {
    width: 90px;
    height: 1100px;
  }

  .top-bar {
    padding: 28px 64px;
  }

  .logo {
    height: 60px;
  }

  .hero {
    gap: 32px;
    max-width: 900px;
    padding: 120px 64px 0;
  }

  .hero h1 {
    font-size: 84px;
    line-height: 1;
  }

  .hero p {
    font-size: 21px;
    line-height: 1.6;
  }

  .cta-row {
    margin-top: 8px;
    gap: 16px;
  }

  .cta {
    padding: 16px 32px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }

  .copy-feedback {
    font-size: 16px;
    letter-spacing: 0.04em;
  }

  .services-mobile {
    display: none;
  }

  .footer {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
    padding: 32px 64px;
  }

  .services-desktop {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
    font: italic 700 17px "Barlow", sans-serif;
    text-transform: uppercase;
  }

  .services-desktop .accent {
    color: #8a86c0;
  }

  .services-desktop .divider {
    color: #44449c;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
  }

  .copyright {
    margin-left: auto;
    font-size: 14px;
  }
}
