:root {
  --ink: #07060a;
  --ink2: #121018;
  --fog: #c9c2d4;
  --paper: #f4efe8;
  --flame: #ff3b5c;
  --ember: #ff8a3d;
  --gold: #e8c47a;
  --line: rgba(244, 239, 232, 0.12);
  --font-display: "Syne", "Segoe UI", sans-serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  font-family: var(--font-body);
  background: var(--ink);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.lp-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(1200px 700px at 70% -10%, rgba(255, 59, 92, 0.28), transparent 55%),
    radial-gradient(900px 600px at -10% 40%, rgba(232, 196, 122, 0.12), transparent 50%),
    linear-gradient(180deg, #0d0b12 0%, var(--ink) 45%, #050407 100%);
}
.lp-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");
  opacity: 0.07;
  pointer-events: none;
  mix-blend-mode: soft-light;
}

.lp-top {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(18px, 4vw, 48px);
}
.lp-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.03em;
}
.lp-mark {
  width: 34px; height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--flame), var(--ember));
  color: #fff;
  font-size: 13px;
  box-shadow: 0 10px 30px rgba(255, 59, 92, 0.35);
}
.lp-top-actions { display: flex; gap: 10px; align-items: center; }
.lp-lang {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.04);
  color: var(--paper);
  padding: 8px 12px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
}
.lp-ghost {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--paper);
  padding: 9px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
}

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: clamp(24px, 4vw, 56px);
  padding: 110px clamp(18px, 4vw, 48px) 48px;
  position: relative;
}
.hero-copy { max-width: 560px; padding-bottom: 4vh; }
.brand-lockup {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(64px, 11vw, 120px);
  line-height: 0.88;
  letter-spacing: -0.06em;
  margin: 0 0 22px;
  background: linear-gradient(180deg, #fff 20%, #ffb4a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: rise 0.9s ease both;
}
.hero h1 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(26px, 3.6vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  animation: rise 0.9s ease 0.12s both;
}
.hero .lead {
  margin: 0 0 28px;
  color: var(--fog);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.55;
  max-width: 42ch;
  animation: rise 0.9s ease 0.22s both;
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  animation: rise 0.9s ease 0.32s both;
}
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(120deg, var(--flame), var(--ember));
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 16px 40px rgba(255, 59, 92, 0.35);
  animation: softPulse 2.8s ease-in-out infinite;
}
.cta small {
  display: block;
  font-weight: 600;
  font-size: 11px;
  opacity: 0.85;
  margin-top: 2px;
}
.cta-note {
  color: rgba(201, 194, 212, 0.75);
  font-size: 13px;
}

.stage {
  position: relative;
  min-height: min(72vh, 720px);
  display: grid;
  place-items: end center;
  animation: floatIn 1.1s ease 0.2s both;
}
.stage-glow {
  position: absolute;
  width: 70%;
  height: 40%;
  bottom: 8%;
  left: 15%;
  background: radial-gradient(circle, rgba(255,59,92,0.35), transparent 70%);
  filter: blur(20px);
  z-index: 0;
}
.phone {
  position: relative;
  z-index: 2;
  width: min(290px, 68vw);
  aspect-ratio: 9/19;
  border-radius: 36px;
  padding: 10px;
  background: linear-gradient(160deg, #2a2433, #0c0a10);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 40px 80px rgba(0,0,0,0.55);
  overflow: hidden;
}
.phone-notch {
  position: absolute;
  top: 14px; left: 50%;
  transform: translateX(-50%);
  width: 38%; height: 18px;
  border-radius: 999px;
  background: #050407;
  z-index: 3;
}
.phone-screen {
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background: #111;
}
.phone-screen img,
.phone-screen video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.phone-screen video { animation: none; background: #000; }

.money-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(232, 196, 122, 0.12);
  border: 1px solid rgba(232, 196, 122, 0.35);
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  animation: rise 0.9s ease both;
}
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
  animation: rise 0.9s ease 0.4s both;
}
.hero-proof div {
  padding: 12px 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,0.03);
}
.hero-proof b {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--gold);
  margin-bottom: 4px;
}
.hero-proof span { color: var(--fog); font-size: 12px; line-height: 1.35; }
.cta-sm { min-height: 40px; padding: 0 14px; font-size: 13px; animation: none; }
.earn-float {
  position: absolute;
  top: 18%;
  right: 10%;
  z-index: 4;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(16, 185, 129, 0.92);
  color: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  animation: popCash 1.8s ease-in-out infinite;
  text-align: center;
}
.earn-float span { display: block; font-weight: 800; font-size: 18px; }
.earn-float small { font-size: 11px; opacity: 0.9; }

.show-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 18px;
  align-items: start;
}
.show-video video {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 18px;
  background: #000;
  border: 1px solid var(--line);
}
.show-cap { color: var(--fog); font-size: 13px; margin: 10px 0 0; }
.poster-wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.poster {
  margin: 0;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 3/4;
  border: 1px solid var(--line);
}
.poster img { width: 100%; height: 100%; object-fit: cover; display: block; }
.poster figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 10px 8px;
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
}
.cash-tag {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--flame), var(--ember));
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.rule-visual { display: grid; gap: 14px; }
.rule-card {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 16px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.rule-card img {
  width: 108px; height: 108px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--line);
}
.rule-card h3 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: -0.02em;
}
.rule-card p { margin: 0; color: var(--fog); line-height: 1.55; }

.ladder {
  margin-top: 28px;
  padding: 22px 18px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,59,92,0.08), rgba(255,255,255,0.02));
}
.ladder h3 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: 22px;
}
.ladder-bars {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  align-items: end;
  height: 180px;
}
.bar-col { display: flex; flex-direction: column; align-items: center; height: 100%; justify-content: flex-end; gap: 8px; }
.bar-fill {
  width: 100%;
  border-radius: 10px 10px 4px 4px;
  background: linear-gradient(180deg, var(--gold), var(--flame));
  display: grid;
  place-items: end center;
  padding-bottom: 8px;
  min-height: 24px;
  box-shadow: 0 10px 24px rgba(255,59,92,0.25);
}
.bar-fill b { font-size: 11px; color: #1a0f0f; }
.bar-col span { color: var(--fog); font-size: 11px; }
.ladder-note { color: var(--fog); font-size: 13px; margin: 14px 0 0; }

.desire {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  padding: 22px 0 8px;
  border-top: 1px solid var(--line);
}
.desire strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(24px, 4vw, 34px);
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}
.desire p { margin: 0; color: var(--fog); }

@keyframes popCash {
  0%, 100% { transform: translateY(0) scale(1); opacity: 1; }
  50% { transform: translateY(-8px) scale(1.05); opacity: 0.95; }
}

@media (max-width: 900px) {
  .show-grid { grid-template-columns: 1fr; }
  .poster-wall { grid-template-columns: repeat(3, 1fr); }
  .hero-proof { grid-template-columns: 1fr; }
  .ladder-bars { height: 150px; }
  .bar-fill b { font-size: 10px; }
}
@media (max-width: 560px) {
  .rule-card { grid-template-columns: 72px 1fr; }
  .rule-card img { width: 72px; height: 72px; }
  .poster-wall { grid-template-columns: repeat(2, 1fr); }
  .cta-sm { display: none; }
}

.phone-overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 18px 16px 22px;
  background: linear-gradient(transparent, rgba(0,0,0,0.85));
}
.phone-overlay b {
  display: block;
  font-family: var(--font-display);
  font-size: 18px;
  margin-bottom: 4px;
}
.phone-overlay span { color: var(--gold); font-size: 12px; font-weight: 700; }

.orbit {
  position: absolute;
  inset: 8% -8% 18%;
  z-index: 1;
  pointer-events: none;
}
.orbit img {
  position: absolute;
  width: 28%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
  opacity: 0.88;
  animation: drift 7s ease-in-out infinite alternate;
}
.orbit img:nth-child(1) { left: 0; top: 12%; transform: rotate(-10deg); animation-delay: 0s; }
.orbit img:nth-child(2) { right: 0; top: 22%; transform: rotate(8deg); animation-delay: 0.6s; }
.orbit img:nth-child(3) { left: 8%; bottom: 0; transform: rotate(6deg); width: 24%; animation-delay: 1.1s; }

.section {
  width: min(1080px, calc(100% - 36px));
  margin: 0 auto;
  padding: 72px 0 20px;
}
.section h2 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: -0.04em;
}
.section .sub {
  margin: 0 0 34px;
  color: var(--fog);
  max-width: 46ch;
  line-height: 1.55;
}
.steps {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.step .n {
  font-family: var(--font-display);
  font-size: 34px;
  color: var(--ember);
  line-height: 1;
}
.step h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}
.step p { margin: 0; color: var(--fog); line-height: 1.55; }

.reward {
  margin: 40px 0 0;
  padding: 28px 0 8px;
  border-top: 1px solid var(--line);
}
.reward strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(36px, 6vw, 64px);
  letter-spacing: -0.05em;
  background: linear-gradient(90deg, var(--gold), #fff, var(--flame));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 8px;
}

.lp-foot {
  width: min(1080px, calc(100% - 36px));
  margin: 40px auto 0;
  padding: 28px 0 50px;
  border-top: 1px solid var(--line);
  color: rgba(201,194,212,0.7);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.sticky-cta {
  position: fixed;
  left: 16px; right: 16px; bottom: 16px;
  z-index: 20;
  display: none;
}
.sticky-cta .cta { width: 100%; box-shadow: 0 12px 36px rgba(0,0,0,0.45); }

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
@keyframes floatIn {
  from { opacity: 0; transform: translateY(28px) scale(0.98); }
  to { opacity: 1; transform: none; }
}
@keyframes softPulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 16px 40px rgba(255,59,92,0.35); }
  50% { transform: translateY(-2px); box-shadow: 0 22px 48px rgba(255,138,61,0.42); }
}
@keyframes ken {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}
@keyframes drift {
  from { transform: translateY(0) rotate(var(--r, -8deg)); }
  to { transform: translateY(-10px) rotate(var(--r, -8deg)); }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 28px;
  }
  .brand-lockup { font-size: clamp(56px, 18vw, 84px); }
  .stage { min-height: 520px; order: -1; margin-bottom: 8px; }
  .sticky-cta { display: block; }
  .lp-foot { padding-bottom: 96px; }
  .orbit img:nth-child(3) { display: none; }
}
@media (max-width: 560px) {
  .lp-ghost { display: none; }
  .orbit img { width: 24%; }
}
