:root {
  --bg: #140a08;
  --bg-accent: #30130f;
  --card: rgba(28, 12, 9, 0.82);
  --paper: #fff2de;
  --paper-dark: #27120c;
  --hot: #ff6a3d;
  --hot-soft: #ffb56a;
  --line: rgba(255, 235, 205, 0.16);
  --shadow: 0 28px 60px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--paper);
  background:
    radial-gradient(circle at top, rgba(255, 123, 56, 0.3), transparent 32%),
    radial-gradient(circle at bottom left, rgba(255, 210, 132, 0.15), transparent 26%),
    linear-gradient(160deg, #180907 0%, var(--bg) 42%, #090403 100%);
  font-family: "Trebuchet MS", "Gill Sans", sans-serif;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 24px 24px;
  mix-blend-mode: soft-light;
}

.site-header,
.page-shell {
  position: relative;
  z-index: 1;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem clamp(1.25rem, 3vw, 2.5rem);
}

.header-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.header-link {
  color: rgba(255, 242, 222, 0.82);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  transition: color 180ms ease, transform 180ms ease;
}

.header-link:hover,
.header-link:focus-visible {
  color: var(--paper);
  transform: translateY(-1px);
}

.eyebrow,
.kicker,
.fact-label {
  margin: 0;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--hot-soft);
}

.wordmark {
  color: var(--paper);
  text-decoration: none;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(1.2rem, 3vw, 1.75rem);
}

.page-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 3rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 2rem;
  align-items: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.hero-copy {
  min-width: 0;
}

.hero-copy h1 {
  margin: 0.25rem 0 0;
  color: var(--paper);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3.8rem, 9vw, 6.2rem);
  line-height: 0.88;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-wrap: balance;
}

.lede {
  max-width: 34rem;
  margin: 1rem 0 0;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  line-height: 1.6;
  color: rgba(255, 242, 222, 0.86);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--paper-dark);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.cta:hover,
.cta:focus-visible {
  transform: translateY(-2px);
}

.cta.primary {
  background: linear-gradient(135deg, #ffd49c, #ff8f57 68%, #ff5c35);
  box-shadow: 0 14px 30px rgba(255, 106, 61, 0.28);
}

.cta.secondary {
  color: var(--paper);
  border-color: rgba(255, 242, 222, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.app-store-cta {
  position: relative;
  gap: 0.55rem;
  overflow: hidden;
  color: #140a08;
}

.app-store-cta::before {
  content: "iOS";
  display: inline-grid;
  place-items: center;
  min-width: 2.05rem;
  height: 1.45rem;
  padding: 0 0.4rem;
  border-radius: 999px;
  background: #140a08;
  color: var(--paper);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.launch-card {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  max-width: 35rem;
  margin-top: 1.15rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 242, 222, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 79, 183, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26);
}

.launch-icon {
  flex: 0 0 auto;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 18px;
  box-shadow:
    0 14px 28px rgba(255, 79, 183, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.14);
}

.launch-card-copy {
  min-width: 0;
  text-align: left;
}

.launch-label {
  margin: 0;
  color: #ff8ad8;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.launch-card-copy strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--paper);
  font-size: 1.08rem;
}

.launch-card-copy span {
  display: block;
  margin-top: 0.25rem;
  color: rgba(255, 242, 222, 0.72);
  line-height: 1.45;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}

.hero-tags li {
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(255, 242, 222, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 242, 222, 0.9);
}

.hero-stage {
  position: relative;
  width: min(100%, 480px);
  margin: 0;
  margin-left: auto;
  padding: clamp(1rem, 3vw, 1.4rem);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 245, 222, 0.08), rgba(255, 245, 222, 0.02)),
    var(--card);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-media {
  display: block;
  width: min(100%, 520px);
  max-width: 100%;
  margin: 0 auto;
  border-radius: 24px;
  border: 6px solid rgba(255, 243, 225, 0.94);
  box-shadow:
    0 26px 50px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(20, 10, 8, 0.08);
  object-fit: cover;
  transform: rotate(-1.5deg);
  animation: float-card 5s ease-in-out infinite;
}

.hero-stage figcaption {
  margin-top: 1rem;
  text-align: center;
  color: rgba(255, 242, 222, 0.72);
  font-size: 0.98rem;
}

.sticker {
  position: absolute;
  top: 1.2rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2d1208;
  background: linear-gradient(135deg, #ffe8b5, #ff8d61);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.sticker-left {
  left: 1rem;
  transform: rotate(-8deg);
}

.sticker-right {
  right: 1rem;
  transform: rotate(8deg);
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.waitlist-section {
  margin-top: 1.5rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 75, 185, 0.16), transparent 28%),
    radial-gradient(circle at bottom left, rgba(61, 140, 255, 0.12), transparent 24%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.waitlist-section h2 {
  margin: 0.45rem 0 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--paper);
}

.waitlist-copy p:last-of-type {
  max-width: 42rem;
  margin: 0.9rem 0 0;
  color: rgba(255, 242, 222, 0.78);
  line-height: 1.6;
  font-size: 1.05rem;
}

.waitlist-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.waitlist-form input,
.support-field input,
.support-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 242, 222, 0.18);
  border-radius: 18px;
  background: rgba(10, 5, 4, 0.55);
  color: var(--paper);
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.waitlist-form input {
  min-height: 3.6rem;
  padding: 0 1rem;
}

.support-field input {
  min-height: 3.6rem;
  padding: 0 1rem;
}

.support-field textarea {
  min-height: 11rem;
  padding: 0.9rem 1rem;
  resize: vertical;
}

.waitlist-form input::placeholder,
.support-field input::placeholder,
.support-field textarea::placeholder {
  color: rgba(255, 242, 222, 0.42);
}

.waitlist-form input:focus-visible,
.support-field input:focus-visible,
.support-field textarea:focus-visible {
  outline: 2px solid rgba(255, 181, 106, 0.7);
  outline-offset: 2px;
}

.form-submit {
  min-height: 3.6rem;
  padding: 0 1.35rem;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff8ad8, #ff4fb7 58%, #3d8cff);
  color: var(--paper-dark);
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(255, 79, 183, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.form-submit:hover,
.form-submit:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(255, 79, 183, 0.28);
}

.waitlist-status {
  margin: 0.95rem 0 0;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.waitlist-status.success,
.support-status.success {
  color: #fff5df;
  background: rgba(75, 147, 100, 0.26);
  border: 1px solid rgba(135, 255, 177, 0.2);
}

.waitlist-status.info,
.support-status.info {
  color: #fff0d8;
  background: rgba(145, 101, 45, 0.24);
  border: 1px solid rgba(255, 205, 132, 0.18);
}

.waitlist-status.error,
.support-status.error {
  color: #fff0ec;
  background: rgba(147, 54, 54, 0.3);
  border: 1px solid rgba(255, 167, 167, 0.18);
}

.waitlist-note {
  margin: 0.8rem 0 0;
  color: rgba(255, 242, 222, 0.62);
  font-size: 0.95rem;
}

.app-preview-section {
  margin-top: 1.5rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(255, 75, 185, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(61, 140, 255, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(14, 14, 21, 0.92), rgba(20, 12, 22, 0.85));
  box-shadow: var(--shadow);
}

.app-preview-copy h2 {
  margin: 0.45rem 0 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.1rem, 5vw, 3.5rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.app-preview-copy p:last-of-type {
  max-width: 42rem;
  margin: 0.85rem 0 0;
  color: rgba(255, 242, 222, 0.78);
  font-size: 1.02rem;
  line-height: 1.6;
}

.app-preview-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.35rem;
}

.app-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
}

.app-card img {
  display: block;
  width: 100%;
  height: auto;
}

.app-card-feature {
  justify-content: space-between;
  padding: 1.2rem;
  background:
    radial-gradient(circle at top, rgba(255, 86, 193, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
}

.app-icon {
  width: min(180px, 42%);
  align-self: flex-start;
  border-radius: 34px;
  box-shadow: 0 26px 46px rgba(255, 79, 183, 0.24);
}

.moggers-badge {
  width: min(240px, 74%);
  margin: 1rem 0 0.8rem;
  filter: drop-shadow(0 18px 28px rgba(255, 79, 183, 0.18));
}

.app-card-body {
  padding: 1rem 1rem 1.15rem;
}

.app-card-feature .app-card-body {
  padding: 0;
}

.app-card-label {
  margin: 0;
  color: #ff8ad8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.app-card h3 {
  margin: 0.5rem 0 0;
  color: var(--paper);
  font-size: 1.35rem;
  line-height: 1.15;
}

.app-card p:last-child {
  margin: 0.65rem 0 0;
  color: rgba(255, 242, 222, 0.74);
  line-height: 1.55;
}

.fact-card {
  padding: 1.25rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.fact-card strong {
  display: block;
  margin-top: 0.5rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2rem, 6vw, 3rem);
  color: var(--paper);
}

.fact-card span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 242, 222, 0.72);
  line-height: 1.5;
}

.bottom-banner {
  margin-top: 1.5rem;
  padding: 1.3rem 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, rgba(255, 106, 61, 0.16), rgba(255, 255, 255, 0.05));
  box-shadow: var(--shadow);
}

.bottom-banner p {
  margin: 0;
  color: rgba(255, 242, 222, 0.88);
  font-size: 1.05rem;
  line-height: 1.6;
  text-align: center;
}

.page-shell-support {
  width: min(1080px, calc(100% - 2rem));
}

.support-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 1rem;
  align-items: stretch;
}

.support-hero-copy,
.support-summary-card,
.support-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.support-hero-copy {
  padding: clamp(1.5rem, 4vw, 2.4rem);
  background:
    radial-gradient(circle at top left, rgba(255, 106, 61, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    var(--card);
}

.support-hero-copy h1,
.support-panel h2,
.support-summary-card h2 {
  margin: 0.45rem 0 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--paper);
}

.support-hero-copy h1 {
  font-size: clamp(3rem, 8vw, 4.8rem);
}

.support-panel h2,
.support-summary-card h2 {
  font-size: clamp(1.7rem, 4vw, 2.8rem);
}

.support-lede,
.support-panel-copy p:last-of-type {
  max-width: 38rem;
  margin: 1rem 0 0;
  color: rgba(255, 242, 222, 0.8);
  font-size: 1.04rem;
  line-height: 1.65;
}

.support-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.support-pills span,
.support-list li {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

.support-pills span {
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  color: rgba(255, 242, 222, 0.92);
}

.support-summary-card,
.support-panel {
  padding: clamp(1.25rem, 3vw, 2rem);
  background:
    radial-gradient(circle at top right, rgba(61, 140, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
}

.support-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.support-list li {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  color: rgba(255, 242, 222, 0.8);
  line-height: 1.55;
}

.support-panel {
  margin-top: 1.25rem;
}

.support-form {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.35rem;
}

.support-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.support-field {
  display: grid;
  gap: 0.45rem;
  color: rgba(255, 242, 222, 0.88);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.support-status {
  margin: 0.95rem 0 0;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.support-note {
  margin: 0.8rem 0 0;
  color: rgba(255, 242, 222, 0.62);
  font-size: 0.95rem;
}

.site-footer {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding: 0.25rem 0 1rem;
}

.legal-link {
  color: rgba(255, 242, 222, 0.78);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 242, 222, 0.24);
  transition: color 180ms ease, border-color 180ms ease;
}

.legal-link:hover,
.legal-link:focus-visible {
  color: var(--paper);
  border-color: rgba(255, 212, 156, 0.9);
}

.page-shell-legal {
  width: min(900px, calc(100% - 2rem));
}

.policy-card {
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(255, 106, 61, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03)),
    var(--card);
  box-shadow: var(--shadow);
}

.policy-card h1 {
  margin: 0.5rem 0 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.6rem, 7vw, 4.2rem);
  line-height: 0.94;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.policy-intro {
  max-width: 46rem;
  margin: 1rem 0 0;
  color: rgba(255, 242, 222, 0.82);
  font-size: 1.05rem;
  line-height: 1.7;
}

.policy-strong {
  color: var(--paper);
  font-weight: 800;
}

.policy-sections {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.policy-section {
  padding: 1.1rem 1.15rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.policy-section h2 {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hot-soft);
}

.policy-section p {
  margin: 0.7rem 0 0;
  color: rgba(255, 242, 222, 0.78);
  line-height: 1.65;
}

.policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

@keyframes float-card {
  0%,
  100% {
    transform: rotate(-1.5deg) translateY(0);
  }

  50% {
    transform: rotate(-0.25deg) translateY(-10px);
  }
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    text-align: center;
  }

  .cta-row,
  .hero-tags {
    justify-content: center;
  }

  .facts-grid {
    grid-template-columns: 1fr;
  }

  .support-hero,
  .support-form-grid,
  .waitlist-form {
    grid-template-columns: 1fr;
  }

  .app-preview-grid {
    grid-template-columns: 1fr;
  }

  .app-icon,
  .moggers-badge {
    width: auto;
    max-width: min(100%, 220px);
  }
}

@media (max-width: 640px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-links {
    gap: 0.65rem 1rem;
  }

  .page-shell {
    width: min(100% - 1rem, 1180px);
  }

  .hero {
    padding: 1rem;
    border-radius: 26px;
  }

  .hero-media {
    border-width: 4px;
  }

  .sticker {
    font-size: 0.65rem;
  }

  .policy-card {
    padding: 1.1rem;
    border-radius: 26px;
  }
}
