:root {
  color-scheme: light;
  --ink: #080808;
  --muted: #666;
  --paper: #f5f3ef;
  --blue: #2f80ed;
  --line: rgba(8, 8, 8, 0.14);
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(18px, 4vw, 48px);
  mix-blend-mode: normal;
  color: var(--white);
}

.brand-mark,
.header-link,
.header-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 800;
}

.brand-mark img {
  width: 34px;
  height: 34px;
  border-radius: 9px;
}

.header-link,
.header-nav a {
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}

.header-nav {
  gap: 18px;
}

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.75fr);
  align-items: center;
  gap: clamp(24px, 5vw, 80px);
  padding: 92px clamp(20px, 6vw, 88px) 48px;
  background:
    linear-gradient(90deg, rgba(245, 243, 239, 0.98) 0%, rgba(245, 243, 239, 0.9) 48%, rgba(8, 8, 8, 0.08) 100%),
    radial-gradient(circle at 70% 28%, rgba(47, 128, 237, 0.22), transparent 32%),
    var(--paper);
}

.hero-copy {
  max-width: 760px;
}

.kicker {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 12px;
  font-size: clamp(64px, 12vw, 168px);
  line-height: 0.82;
  letter-spacing: 0;
}

.promise {
  margin-bottom: 20px;
  font-size: clamp(28px, 4.8vw, 68px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
}

.intro {
  max-width: 590px;
  color: #242424;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.primary-action {
  background: var(--blue);
  color: var(--white);
}

.secondary-action {
  border: 1px solid var(--line);
}

.primary-action:hover,
.secondary-action:hover {
  transform: translateY(-2px);
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.phone-shell {
  width: min(390px, 84vw);
  aspect-ratio: 0.52;
  padding: 14px;
  border-radius: 46px;
  background: #080808;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
  transform: rotate(2deg);
}

.phone-screen {
  background: #000;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 34px;
  background: #0b0b0b;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
}

.meme-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  color: var(--white);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(24px, 4vw, 42px);
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px 0 #000, 0 0 12px #000;
}

.meme-caption.top {
  top: 24px;
}

.meme-caption.bottom {
  bottom: 28px;
}

.share-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px clamp(20px, 6vw, 88px);
  border-block: 1px solid var(--line);
  background: var(--ink);
  color: var(--white);
}

.share-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.share-strip strong {
  font-size: clamp(20px, 3vw, 42px);
}

.section {
  padding: clamp(72px, 10vw, 132px) clamp(20px, 6vw, 88px);
}

.workflow {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(300px, 0.85fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: start;
}

.section h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: clamp(40px, 6vw, 92px);
  line-height: 0.95;
  letter-spacing: 0;
}

.steps {
  border-top: 1px solid var(--line);
}

.steps p {
  display: flex;
  gap: 22px;
  margin: 0;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  font-size: clamp(20px, 2.5vw, 34px);
  font-weight: 850;
  line-height: 1.05;
}

.steps span {
  min-width: 42px;
  color: var(--blue);
}

.launch {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.launch h2 {
  max-width: 900px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(20px, 6vw, 88px);
  color: var(--muted);
  font-size: 14px;
}

footer a {
  margin-left: 16px;
  border-bottom: 1px solid currentColor;
}

.legal-page {
  min-height: 100svh;
  padding: 112px clamp(20px, 6vw, 88px) 64px;
}

.legal-content {
  max-width: 820px;
}

.legal-content h1 {
  margin-bottom: 22px;
  font-size: clamp(48px, 8vw, 96px);
  line-height: 0.9;
}

.legal-content h2 {
  margin: 34px 0 10px;
  font-size: clamp(24px, 3vw, 38px);
}

.legal-content p,
.legal-content li {
  color: #242424;
  font-size: 18px;
  line-height: 1.55;
}

.legal-content a {
  color: var(--blue);
  font-weight: 800;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

.js-enabled [data-reveal] {
  opacity: 1;
  transform: none;
  animation: riseIn 520ms ease both;
}

.js-enabled [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    mix-blend-mode: normal;
    color: var(--ink);
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 104px;
  }

  .hero-visual {
    justify-content: flex-start;
  }

  .phone-shell {
    width: min(330px, 78vw);
  }

  .share-strip,
  .workflow,
  .launch,
  footer {
    display: block;
  }

  .share-strip strong {
    display: block;
    margin-top: 8px;
  }

  .steps {
    margin-top: 34px;
  }

  .launch .primary-action {
    margin-top: 30px;
  }

  footer span {
    display: block;
    margin-bottom: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
