: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;
}
.footer-links,
.compact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.footer-links a,
.compact-links a,
.legal-page a,
.form-page a {
  color: var(--pink);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
footer small {
  grid-column: 1 / -1;
}
.compact-links {
  justify-content: center;
  margin-top: 24px;
  font-size: 13px;
}
.site-page {
  min-height: 100vh;
}
.site-header {
  max-width: 1060px;
  margin: auto;
  padding: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.site-header img {
  width: 180px;
}
.site-header nav {
  display: flex;
  gap: 18px;
}
.site-header a {
  color: var(--text);
  font-weight: 750;
  text-decoration: none;
}
.legal-page,
.form-page {
  position: relative;
  z-index: 1;
  width: min(960px, calc(100% - 32px));
  margin: 24px auto 80px;
}
.legal-hero,
.form-shell {
  background: #151817f2;
  border: 1px solid #ffffff18;
  border-radius: 30px;
  box-shadow: 0 26px 80px #0008;
}
.legal-hero {
  padding: clamp(28px, 6vw, 64px);
}
.legal-hero h1,
.form-copy h1 {
  margin: 14px 0 18px;
  font-size: clamp(42px, 7vw, 68px);
  line-height: 1;
  letter-spacing: -0.055em;
}
.legal-meta,
.legal-intro,
.form-copy > p {
  color: var(--muted);
  line-height: 1.7;
}
.legal-content {
  max-width: 760px;
  margin: 48px auto 0;
}
.legal-content section {
  padding: 30px 0;
  border-top: 1px solid #ffffff14;
}
.legal-content h2 {
  margin: 0 0 14px;
  font-size: 24px;
}
.legal-content h3 {
  margin: 22px 0 8px;
  font-size: 17px;
}
.legal-content p,
.legal-content li {
  color: #d5dad7;
  font-size: 16px;
  line-height: 1.72;
}
.legal-content ul {
  padding-left: 22px;
}
.legal-note,
.form-note {
  border: 1px solid #fc147a65;
  background: #fc147a16;
  border-radius: 18px;
  padding: 16px 18px;
}
.form-shell {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  overflow: hidden;
}
.form-copy {
  padding: clamp(28px, 5vw, 56px);
  background: linear-gradient(150deg, #fc147a22, transparent 70%);
}
.form-card {
  padding: clamp(28px, 5vw, 56px);
  background: #1b1e1d;
}
.web-form {
  display: grid;
  gap: 17px;
}
.web-form label,
.field-label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}
.web-form input,
.web-form select,
.web-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid #ffffff2c;
  border-radius: 14px;
  background: #0e100f;
  color: var(--text);
  font: inherit;
}
.web-form textarea {
  min-height: 140px;
  resize: vertical;
}
.web-form input:focus,
.web-form select:focus,
.web-form textarea:focus {
  outline: 2px solid var(--pink);
  outline-offset: 2px;
}
.check-label {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 11px !important;
  font-weight: 650 !important;
}
.check-label input {
  width: 19px;
  min-height: 19px;
  margin: 2px 0 0;
  accent-color: var(--pink);
}
.form-submit {
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  background: var(--pink);
  color: #090a0a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 950;
  cursor: pointer;
}
.form-submit:disabled {
  opacity: 0.55;
  cursor: wait;
}
.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.form-status.success {
  color: var(--lime);
}
.form-status.error {
  color: #ff7777;
}
.hp-field {
  position: absolute !important;
  left: -10000px !important;
}
.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;
  }
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .form-shell {
    grid-template-columns: 1fr;
  }
  .legal-page,
  .form-page {
    margin-top: 8px;
  }
  .invite-card {
    padding: 36px 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
