:root {
  color-scheme: dark;
  --bg: #090a0a;
  --surface: #181b1a;
  --text: #f7f8f7;
  --muted: #aeb5b1;
  --pink: #fc147a;
  --cyan: #00d8ff;
  --lime: #b8ff2c;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    'SF Pro Display',
    'Segoe UI',
    sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
}
.pattern {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background: repeating-linear-gradient(135deg, transparent 0 9px, #9da5a115 9px 11px);
  z-index: 0;
}
.nav,
main,
footer {
  position: relative;
  z-index: 1;
}
.nav {
  height: 90px;
  max-width: 1200px;
  margin: auto;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav img,
footer img {
  width: 190px;
  height: auto;
}
.quiet-button,
.text-link {
  color: var(--text);
  text-decoration: none;
  font-weight: 750;
}
.quiet-button {
  border: 1px solid #ffffff2c;
  background: #181b1acc;
  border-radius: 999px;
  padding: 13px 18px;
  backdrop-filter: blur(18px);
}
.hero {
  max-width: 1200px;
  min-height: 690px;
  margin: auto;
  padding: 85px 28px 110px;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 80px;
  align-items: center;
}
.eyebrow {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.19em;
  color: var(--pink);
}
h1 {
  font-size: clamp(56px, 7vw, 94px);
  line-height: 0.93;
  letter-spacing: -0.07em;
  margin: 22px 0 30px;
}
h1 span {
  color: var(--pink);
}
.lede {
  font-size: 19px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 590px;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 38px;
}
.primary-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 15px 25px;
  border-radius: 999px;
  background: var(--pink);
  color: #090a0a;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 0 34px #fc147a45;
}
.text-link {
  border-bottom: 1px solid #ffffff50;
  padding-bottom: 4px;
}
.hero-art {
  position: relative;
  min-height: 500px;
}
.app-icon-wrap {
  position: absolute;
  right: 8%;
  top: 0;
  width: 190px;
  height: 190px;
  border-radius: 44px;
  overflow: hidden;
  box-shadow:
    0 22px 70px #000,
    0 0 80px #fc147a30;
  transform: rotate(4deg);
}
.app-icon-wrap img,
.invite-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-card {
  position: absolute;
  width: min(410px, 90%);
  padding: 27px 30px;
  border-radius: 23px;
  color: #080908;
  box-shadow: 0 22px 55px #0009;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: rotate(-3deg);
}
.list-card b {
  letter-spacing: 0.08em;
}
.list-card span {
  font-size: 13px;
  font-weight: 700;
}
.pink {
  background: var(--pink);
  top: 205px;
  left: 0;
}
.cyan {
  background: var(--cyan);
  top: 305px;
  right: 0;
  transform: rotate(2deg);
}
.lime {
  background: var(--lime);
  top: 405px;
  left: 8%;
  transform: rotate(-1deg);
}
.features {
  max-width: 1200px;
  margin: 0 auto 120px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.features article {
  background: #151817e8;
  border: 1px solid #ffffff14;
  border-radius: 25px;
  padding: 34px;
  min-height: 245px;
}
.features span {
  color: var(--pink);
  font-weight: 900;
}
.features h2 {
  font-size: 24px;
  margin: 42px 0 12px;
}
.features p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}
footer {
  max-width: 1144px;
  margin: auto;
  border-top: 1px solid #ffffff18;
  padding: 45px 0 60px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 30px;
  align-items: center;
  color: var(--muted);
}
footer img {
  width: 155px;
}
.invite-page {
  display: grid;
  place-items: center;
}
.invite-shell {
  width: min(620px, calc(100% - 32px));
  padding: 48px 0;
}
.invite-wordmark {
  display: block;
  width: 220px;
  margin: 0 auto 32px;
}
.invite-card {
  text-align: center;
  background: #171a19e8;
  border: 1px solid #ffffff20;
  border-radius: 34px;
  padding: 48px;
  box-shadow: 0 35px 90px #000b;
  backdrop-filter: blur(24px);
}
.invite-icon {
  width: 94px;
  height: 94px;
  border-radius: 24px;
  overflow: hidden;
  margin: 0 auto 28px;
}
.invite-card h1 {
  font-size: clamp(38px, 8vw, 58px);
  line-height: 1;
  overflow-wrap: anywhere;
}
.invite-card > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}
.invite-card .primary-button {
  width: 100%;
  margin-top: 18px;
}
.invite-help {
  font-size: 13px !important;
  margin: 20px 0 0;
}
.error-page {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 30px;
}
.error-page img {
  width: 230px;
}
.error-page h1 {
  font-size: 54px;
}
.error-page a {
  color: var(--pink);
}
@media (max-width: 800px) {
  .nav {
    height: 76px;
  }
  .nav img {
    width: 160px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 55px;
    gap: 30px;
  }
  .hero-art {
    min-height: 470px;
  }
  .features {
    grid-template-columns: 1fr;
  }
  .features article {
    min-height: auto;
  }
  .features h2 {
    margin-top: 25px;
  }
  footer {
    margin: 0 28px;
    grid-template-columns: 1fr;
  }
  .invite-card {
    padding: 36px 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
