/* ============================================================
   Get Yapping — landing page
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --grad-1: #c9b6f7;
  --grad-2: #a7b6fb;
  --grad-3: #bfe6fb;
  --grad-4: #f6cdf2;
  --grad: linear-gradient(120deg, var(--grad-1), var(--grad-2) 35%, var(--grad-3) 65%, var(--grad-4));
  --grad-deep: linear-gradient(120deg, #8b6fe8, #6f8bf0 40%, #4aa3e0 70%, #d76fc8);
  --radius: 22px;
  --font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --bg: #ffffff;
  --ink: #0b0b0e;
  --muted: #6f6f78;
  --card: #f5f5f7;
  --card-solid: #f5f5f7;
  --line: #e9e9ee;
  --shadow: 0 20px 60px rgba(11, 11, 14, .08);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 { font-weight: 800; letter-spacing: -.02em; line-height: 1.05; }
h2 { font-size: clamp(30px, 4.6vw, 46px); }
.sub { color: var(--muted); font-size: clamp(16px, 1.9vw, 19px); max-width: 560px; }
em { font-style: italic; }
mark {
  background: var(--grad);
  border-radius: .35em;
  padding: .04em .18em;
  color: var(--ink);
  white-space: nowrap;
}
s { text-decoration-thickness: 3px; text-decoration-color: #f0679e; }

/* ---------- top bar (sticky CTA) ---------- */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px clamp(20px, 4vw, 48px);
  transition: padding .3s ease, background .3s ease, box-shadow .3s ease;
}
.topbar.scrolled {
  padding-top: 12px; padding-bottom: 12px;
  background: color-mix(in srgb, var(--bg) 78%, transparent);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line), 0 8px 30px rgba(11,11,14,.06);
}
.logo { font-weight: 800; font-size: 26px; letter-spacing: -.04em; color: var(--ink); text-decoration: none; }
.logo-dot {
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.topbar-logo { display: inline-flex; align-items: center; }
.topbar-logo img { height: 30px; width: auto; display: block; }

/* inline logo lockup: mic icon + wordmark, used mid-sentence in copy.
   Kept in normal inline flow so the "yap." baseline matches the running text. */
.logo-inline { white-space: nowrap; }
.logo-inline .logo { font-size: 1.05em; }
.mic-icon { width: .8em; height: 1em; color: var(--ink); vertical-align: -.16em; margin-right: .1em; }

/* ---------- buttons & form ---------- */
.pill-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--ink); color: #fff;
  font: 700 16px/1 var(--font);
  border: 0; border-radius: 999px;
  padding: 18px 30px; cursor: pointer; text-decoration: none;
  transition: transform .25s cubic-bezier(.34,1.56,.64,1), box-shadow .25s;
  white-space: nowrap;
}
.pill-btn:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 14px 34px rgba(11,11,14,.22); }
.pill-btn:active { transform: scale(.98); }
.pill-btn.small { padding: 12px 22px; font-size: 14px; }
.pill-btn.light { background: #fff; color: #0b0b0e; }

.wishlist-form {
  display: flex; gap: 10px; max-width: 480px;
  background: var(--card-solid);
  border: 1px solid var(--line);
  border-radius: 999px; padding: 6px;
  box-shadow: var(--shadow);
  position: relative;
}
.wishlist-form input {
  flex: 1; min-width: 0; border: 0; outline: 0; background: transparent;
  font: 500 16px var(--font); color: var(--ink); padding: 0 10px 0 20px;
}
.wishlist-form input::placeholder { color: var(--muted); }
.wishlist-form .pill-btn { padding: 15px 26px; }
.wishlist-form.done { justify-content: center; align-items: center; }
.wishlist-form .success { display: none; font-weight: 700; padding: 15px 10px; }
.wishlist-form.done .success { display: block; }
.wishlist-form.done input, .wishlist-form.done .pill-btn { display: none; }
.form-hint { color: var(--muted); font-size: 14px; margin-top: 14px; }
.form-hint strong { color: var(--ink); }
.form-error { color: #e0356b; font-size: 14px; font-weight: 600; margin-top: 12px; text-align: center; }
.wishlist-form.invalid { border-color: #e0356b; }

/* ---------- apple mark ---------- */
.apple-mark {
  display: inline-block; width: 15px; height: 18px; vertical-align: -3px;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 814 1000"><path d="M788 341c-6 4-108 62-108 191 0 149 131 202 135 203-1 3-21 72-69 143-43 62-88 124-156 124s-86-40-165-40c-77 0-104 41-167 41s-107-57-157-128C42 792 0 661 0 537c0-199 129-305 257-305 67 0 124 45 166 45 40 0 103-47 179-47 29 0 133 2 186 111zM554 127c32-38 54-90 54-143 0-7-1-15-2-21-51 2-113 34-150 77-29 33-56 86-56 139 0 8 1 16 2 19 3 1 9 2 14 2 46 0 104-31 138-73z" fill="black"/></svg>') no-repeat center / contain;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 814 1000"><path d="M788 341c-6 4-108 62-108 191 0 149 131 202 135 203-1 3-21 72-69 143-43 62-88 124-156 124s-86-40-165-40c-77 0-104 41-167 41s-107-57-157-128C42 792 0 661 0 537c0-199 129-305 257-305 67 0 124 45 166 45 40 0 103-47 179-47 29 0 133 2 186 111zM554 127c32-38 54-90 54-143 0-7-1-15-2-21-51 2-113 34-150 77-29 33-56 86-56 139 0 8 1 16 2 19 3 1 9 2 14 2 46 0 104-31 138-73z" fill="black"/></svg>') no-repeat center / contain;
}
.apple-mark.big { width: 26px; height: 32px; }

.store-badge {
  display: inline-flex; align-items: center; gap: 12px;
  margin-top: 34px; padding: 12px 26px;
  border: 1.5px solid var(--ink); border-radius: 16px; color: var(--ink);
}
.store-text { display: flex; flex-direction: column; text-align: left; line-height: 1.15; }
.store-text small { font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; opacity: .7; }
.store-text strong { font-size: 20px; letter-spacing: -.02em; }

/* ---------- hero ---------- */
.hero { position: relative; padding: 150px 0 90px; text-align: center; }
.hero-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.hero h1 { font-size: clamp(42px, 7.4vw, 84px); letter-spacing: -.035em; margin: 22px 0 20px; }
.hero .sub { margin: 0 auto 36px; max-width: 620px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  border: 1px solid var(--line); background: var(--card);
  padding: 9px 18px; border-radius: 999px;
}

.hero-mesh { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-mesh::before, .hero-mesh::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5;
}
.hero-mesh::before {
  width: 640px; height: 640px; left: -220px; top: -180px;
  background: radial-gradient(circle, var(--grad-1), transparent 65%);
  opacity: .35;
}
.hero-mesh::after {
  width: 640px; height: 640px; right: -220px; top: -60px;
  background: radial-gradient(circle, var(--grad-3), transparent 65%);
  opacity: .35;
}
/* ---------- emoji animations ---------- */
.emoji { display: inline-block; }
.emoji.pop { animation: pop 2.6s ease-in-out infinite; }
.emoji.wiggle { animation: wiggle 2.2s ease-in-out infinite; transform-origin: 70% 70%; }
@keyframes pop {
  0%, 100% { transform: scale(1); }
  10% { transform: scale(1.25) rotate(-6deg); }
  20% { transform: scale(1); }
}
@keyframes wiggle {
  0%, 100% { transform: rotate(0); }
  10% { transform: rotate(12deg); } 20% { transform: rotate(-10deg); }
  30% { transform: rotate(6deg); } 40% { transform: rotate(0); }
}

/* ---------- galleries / marquee ---------- */
.gallery { padding: 70px 0 30px; }
.gallery-head { margin-bottom: 40px; }
.gallery-head .sub { margin-top: 12px; }
.marquee { overflow: hidden; padding: 20px 0 50px; -webkit-mask: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.track { display: flex; gap: 18px; width: max-content; animation: scroll-l 55s linear infinite; }
.marquee[data-reverse] .track { animation-name: scroll-r; }
.marquee:hover .track { animation-play-state: paused; }
@keyframes scroll-l { to { transform: translateX(-50%); } }
@keyframes scroll-r { from { transform: translateX(-50%); } to { transform: translateX(0); } }

.clip {
  width: 208px; aspect-ratio: 9 / 16; flex-shrink: 0;
  border-radius: 20px; overflow: hidden; position: relative;
  background: var(--card);
  box-shadow: var(--shadow);
  transition: transform .35s cubic-bezier(.34,1.56,.64,1);
}
.clip video { width: 100%; height: 100%; object-fit: cover; display: block; }
.clip:hover { transform: scale(1.05) rotate(-1deg); z-index: 2; }

/* coverflow variant: center card large & in front, neighbors recede behind */
.marquee.coverflow { -webkit-mask: none; mask: none; padding: 56px 0 76px; }
.marquee.coverflow .track { gap: 0; }
.marquee.coverflow .clip {
  margin-right: -36px;
  transition: none;
  will-change: transform;
  box-shadow: 0 24px 60px rgba(11,11,14,.18);
}
.marquee.coverflow .clip:hover { transform: none; }

/* ---------- mission ---------- */
.mission { padding: 110px 0; text-align: center; }
.mission-line {
  font-size: clamp(26px, 4.2vw, 44px);
  font-weight: 800; letter-spacing: -.025em; line-height: 1.2;
  max-width: 880px; margin: 0 auto 44px;
}
.mission-line:last-child { margin-bottom: 0; }
.mission-line em { font-style: italic; }

/* ---------- demo ---------- */
.demo { padding: 10px 0 90px; }
.demo-frame {
  aspect-ratio: 16 / 9; border-radius: calc(var(--radius) + 6px);
  background:
    linear-gradient(rgba(11,11,14,.55), rgba(11,11,14,.55)),
    var(--grad);
  display: grid; place-items: center;
  box-shadow: var(--shadow);
  position: relative; overflow: hidden;
}
.demo-inner { text-align: center; color: #fff; }
.demo-inner p { margin-top: 18px; font-size: 15px; opacity: .9; }
.play-btn {
  width: 84px; height: 84px; border-radius: 50%; border: 0; cursor: default;
  background: rgba(255,255,255,.16); color: #fff;
  backdrop-filter: blur(8px);
  display: inline-grid; place-items: center;
  outline: 1px solid rgba(255,255,255,.35);
  animation: breathe 3s ease-in-out infinite;
}
@keyframes breathe {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,.25); }
  50% { box-shadow: 0 0 0 22px rgba(255,255,255,0); }
}

/* ---------- how it works: timeline ---------- */
.how { padding: 90px 0 40px; }
.timeline { max-width: 640px; margin: 64px auto 0; }
.tstep { display: grid; grid-template-columns: 58px 1fr; gap: 0 26px; }
.t-rail { display: flex; flex-direction: column; align-items: center; }
.t-num { font-size: 30px; font-weight: 800; letter-spacing: -.03em; line-height: 1.1; }
.t-line {
  flex: 1; width: 3px; border-radius: 3px; margin-top: 12px; min-height: 60px;
  background: linear-gradient(to bottom, var(--c1), var(--c2));
}
.tstep.last .t-line { background: linear-gradient(to bottom, var(--c1), transparent); }
.t-body { padding-bottom: 60px; }
.tstep.last .t-body { padding-bottom: 10px; }
.t-body h3 { font-size: clamp(21px, 2.6vw, 26px); margin: 2px 0 10px; letter-spacing: -.015em; }
.t-body > p { color: var(--muted); font-size: 16.5px; max-width: 480px; }

.t-visual {
  margin-top: 24px; height: 220px;
  background: var(--card); border: 1px solid var(--line); border-radius: 20px;
  position: relative; overflow: hidden;
  display: grid; place-items: center;
}
.t-visual .bar { display: block; height: 9px; border-radius: 999px; background: rgba(17,17,20,.12); }

/* 01 — chat */
.chat { width: 240px; display: flex; flex-direction: column; gap: 10px; }
.bub { border-radius: 16px; padding: 12px 14px; display: flex; flex-direction: column; gap: 7px; opacity: 0; transform: translateY(10px) scale(.92); }
.bub.left { background: #fff; border: 1px solid var(--line); align-self: flex-start; width: 62%; border-bottom-left-radius: 5px; }
.bub.right { background: var(--ink); align-self: flex-end; width: 74%; border-bottom-right-radius: 5px; }
.bub.right .bar { background: rgba(255,255,255,.35); }
.bub.typing { flex-direction: row; gap: 5px; width: auto; padding: 13px 15px; }
.bub.typing s { width: 7px; height: 7px; border-radius: 50%; background: rgba(17,17,20,.3); text-decoration: none; }
.tstep.in .b1 { animation: bub-in .5s cubic-bezier(.34,1.56,.64,1) .2s forwards; }
.tstep.in .b2 { animation: bub-in .5s cubic-bezier(.34,1.56,.64,1) .9s forwards; }
.tstep.in .b3 { animation: bub-in .5s cubic-bezier(.34,1.56,.64,1) 1.6s forwards; }
.tstep.in .typing s { animation: type-dot 1.2s ease-in-out infinite; }
.tstep.in .typing s:nth-child(2) { animation-delay: .18s; }
.tstep.in .typing s:nth-child(3) { animation-delay: .36s; }
@keyframes bub-in { to { opacity: 1; transform: none; } }
@keyframes type-dot { 0%, 60%, 100% { transform: none; } 30% { transform: translateY(-5px); } }

/* 02 — style picker */
.styles { display: flex; gap: 14px; }
.stile {
  width: 86px; height: 108px; border-radius: 16px; background: #fff; border: 1px solid var(--line);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  position: relative;
}
.stile b { font-size: 26px; font-weight: 800; letter-spacing: -.02em; }
.stile .bar { width: 60%; height: 7px; }
.stile:nth-child(1) b { color: var(--ink); }
.stile:nth-child(2) b { background: var(--grad-deep); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stile:nth-child(3) b { color: var(--ink); font-style: italic; }
.stile::after {
  content: ""; position: absolute; inset: -3px; border-radius: 19px;
  border: 2.5px solid var(--ink); opacity: 0;
}
.tstep.in .stile::after { animation: pick 5.4s ease-in-out infinite; }
.tstep.in .stile:nth-child(2)::after { animation-delay: 1.8s; }
.tstep.in .stile:nth-child(3)::after { animation-delay: 3.6s; }
@keyframes pick { 0%, 33.3%, 100% { opacity: 0; } 8%, 26% { opacity: 1; } }

/* 03 — script typing */
.editor-mock {
  width: 250px; background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 20px 18px; display: flex; flex-direction: column; gap: 12px; position: relative;
}
.editor-mock .type { width: 0; }
.tstep.in .t1 { animation: type-in 1s ease-out .2s forwards; --w: 78%; }
.tstep.in .t2 { animation: type-in 1s ease-out 1s forwards; --w: 92%; }
.tstep.in .t3 { animation: type-in .9s ease-out 1.8s forwards; --w: 55%; background: var(--grad); }
@keyframes type-in { to { width: var(--w); } }
.sparkle {
  position: absolute; top: -13px; right: -11px;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--ink); color: #fff; font-size: 14px;
  display: grid; place-items: center;
}
.tstep.in .sparkle { animation: pop 2.6s ease-in-out infinite .5s; }

/* 04 — teleprompter */
.v-record { background: radial-gradient(120% 120% at 25% 10%, rgba(201,182,247,.5), transparent 55%), radial-gradient(120% 120% at 80% 90%, rgba(191,230,251,.45), transparent 55%), #0c0c0e; border: 0; }
.prompter { width: 240px; position: relative; padding-top: 6px; }
.prec {
  position: absolute; top: -22px; left: 50%; transform: translateX(-50%); z-index: 2;
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10.5px; font-weight: 800; letter-spacing: .1em; color: #fff;
  background: rgba(255,255,255,.14); backdrop-filter: blur(6px);
  padding: 6px 12px; border-radius: 999px;
}
.plines {
  height: 130px; overflow: hidden; margin-top: 26px;
  -webkit-mask: linear-gradient(transparent, #000 30%, #000 70%, transparent);
          mask: linear-gradient(transparent, #000 30%, #000 70%, transparent);
}
.plines .bar { background: rgba(255,255,255,.32); height: 11px; margin: 0 auto 17px; }
.plines .bar.hot { background: #fff; height: 13px; }
.tstep.in .plines .bar { animation: tele-up 5s linear infinite; }
@keyframes tele-up { from { transform: translateY(0); } to { transform: translateY(-84px); } }

/* 05 — ready video */
.v-video { position: relative; }
.vcard {
  width: 132px; height: 176px; border-radius: 18px; position: relative;
  background: linear-gradient(150deg, #c9b6f7, #a7b6fb 45%, #bfe6fb);
  display: grid; place-items: center; overflow: hidden;
}
.vplay {
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(255,255,255,.9); color: var(--ink);
  display: grid; place-items: center; padding-left: 3px;
}
.tstep.in .vplay { animation: breathe 3s ease-in-out infinite; }
.vcap { position: absolute; bottom: 26px; left: 0; right: 0; display: flex; gap: 5px; justify-content: center; }
.vcap .bar { height: 7px; background: rgba(255,255,255,.85); }
.vprog { position: absolute; bottom: 10px; left: 12px; right: 12px; height: 4px; border-radius: 4px; background: rgba(255,255,255,.35); overflow: hidden; }
.vprog::after { content: ""; position: absolute; inset: 0; width: 0; border-radius: 4px; background: #fff; }
.tstep.in .vprog::after { animation: prog 3.2s ease-in-out infinite .4s; }
@keyframes prog { 0% { width: 0; } 70%, 100% { width: 100%; } }
.vbadge {
  position: absolute; right: calc(50% - 66px - 74px); top: 34px;
  background: var(--ink); color: #fff; font-size: 12px; font-weight: 700;
  padding: 8px 13px; border-radius: 999px;
  opacity: 0; transform: translateY(8px) scale(.9);
  box-shadow: 0 10px 26px rgba(11,11,14,.25);
}
.tstep.in .vbadge { animation: bub-in .5s cubic-bezier(.34,1.56,.64,1) 1s forwards; }

/* 06 — improvement chart */
.v-coach { position: relative; }
.chart { display: flex; align-items: flex-end; gap: 12px; height: 130px; }
.cb {
  width: 22px; border-radius: 7px 7px 3px 3px; height: var(--h);
  background: rgba(17,17,20,.14);
  transform: scaleY(0); transform-origin: bottom;
}
.cb.top { background: var(--grad-deep); }
.tstep.in .cb { animation: grow .7s cubic-bezier(.34,1.3,.64,1) forwards; }
.tstep.in .cb:nth-child(2) { animation-delay: .12s; }
.tstep.in .cb:nth-child(3) { animation-delay: .24s; }
.tstep.in .cb:nth-child(4) { animation-delay: .36s; }
.tstep.in .cb:nth-child(5) { animation-delay: .48s; }
.tstep.in .cb:nth-child(6) { animation-delay: .6s; }
@keyframes grow { to { transform: scaleY(1); } }
.cbadge {
  position: absolute; top: 28px; right: 28px;
  background: var(--ink); color: #fff; font-size: 12px; font-weight: 700;
  padding: 8px 13px; border-radius: 999px;
  opacity: 0; transform: translateY(8px) scale(.9);
}
.tstep.in .cbadge { animation: bub-in .5s cubic-bezier(.34,1.56,.64,1) 1.1s forwards; }

/* ---------- "never run out" floating pills ---------- */
.talk { padding: 130px 0; }
.talk-inner { position: relative; text-align: center; padding: 90px 0; }
.talk-inner h2 { position: relative; z-index: 2; }
.talk-inner .sub { position: relative; z-index: 2; margin: 18px auto 0; }
.float-pill {
  position: absolute; z-index: 1;
  background: #fff; border: 1px solid var(--line);
  font-size: clamp(12px, 1.5vw, 15px); font-weight: 700;
  padding: 10px 18px; border-radius: 999px;
  box-shadow: 0 12px 30px rgba(11,11,14,.09);
  white-space: nowrap;
  animation: bob 5s ease-in-out infinite;
}
.fp1 { left: 4%;  top: 6%;  rotate: -5deg; color: #b58a00; animation-delay: 0s; }
.fp2 { right: 8%; top: 2%;  rotate: 4deg;  color: #d76f2c; animation-delay: .7s; animation-duration: 6s; }
.fp3 { left: 12%; bottom: 4%; rotate: 3deg; color: #d0356b; animation-delay: .3s; animation-duration: 5.5s; }
.fp4 { right: 3%; bottom: 16%; rotate: -4deg; color: #7a5fd0; animation-delay: 1s; }
.fp5 { left: 1%;  top: 46%; rotate: 2deg;  color: #3f7fc9; animation-delay: .5s; animation-duration: 6.5s; }
.fp6 { right: 14%; top: 44%; rotate: -2deg; color: #2f9c72; animation-delay: 1.3s; animation-duration: 5.2s; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }

/* ---------- objection split sections ---------- */
.obj-split { padding: 80px 0; }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.obj-split.rev .split-copy { order: 2; }
.obj-split.rev .split-visual { order: 1; }
.eyebrow-sm {
  display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  background: var(--grad-deep); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 16px;
}
.split-copy h2 { margin-bottom: 16px; }
.ticks { list-style: none; margin-top: 26px; display: flex; flex-direction: column; gap: 13px; }
.ticks li { position: relative; padding-left: 34px; font-size: 16px; font-weight: 600; }
.ticks li::before {
  content: "✓"; position: absolute; left: 0; top: 1px;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--grad); color: var(--ink);
  font-size: 12px; font-weight: 800;
  display: grid; place-items: center;
}

/* privacy visual */
.privacy-viz { position: relative; display: grid; place-items: center; padding: 30px 0; }
.pv-phone {
  width: 190px; height: 340px; border-radius: 36px;
  background: radial-gradient(120% 120% at 25% 10%, rgba(201,182,247,.55), transparent 55%), radial-gradient(120% 120% at 80% 90%, rgba(191,230,251,.5), transparent 55%), #0c0c0e;
  border: 8px solid #0c0c0e;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
  box-shadow: 0 30px 70px rgba(11,11,14,.28);
}
.pv-lock { font-size: 52px; animation: pop 3.2s ease-in-out infinite; }
.pv-chip {
  font-size: 12px; font-weight: 800; color: #fff;
  background: rgba(255,255,255,.16); backdrop-filter: blur(6px);
  padding: 8px 16px; border-radius: 999px; letter-spacing: .06em;
}
.pv-cloud {
  position: absolute; top: 8%; right: 8%;
  font-size: 40px; opacity: .85;
  animation: bob 6s ease-in-out infinite;
}
.pv-cloud em { font-style: normal; filter: grayscale(1); opacity: .55; }
.pv-cloud i {
  position: absolute; inset: 0; display: grid; place-items: center;
  font-style: normal; font-weight: 800; font-size: 25px; color: #e0356b;
}

/* lessons visual */
.lessons-viz { display: flex; flex-direction: column; gap: 20px; align-items: center; padding: 20px 0; }
.lchips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 340px; }
.lchips span {
  background: #fff; border: 1px solid var(--line);
  font-size: 13.5px; font-weight: 700; padding: 9px 16px; border-radius: 999px;
  opacity: 0; transform: translateY(10px) scale(.9);
}
.split-visual.in .lchips span { animation: bub-in .45s cubic-bezier(.34,1.56,.64,1) forwards; }
.split-visual.in .lchips span:nth-child(2) { animation-delay: .08s; }
.split-visual.in .lchips span:nth-child(3) { animation-delay: .16s; }
.split-visual.in .lchips span:nth-child(4) { animation-delay: .24s; }
.split-visual.in .lchips span:nth-child(5) { animation-delay: .32s; }
.split-visual.in .lchips span:nth-child(6) { animation-delay: .4s; }
.fb-card {
  width: 250px; background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 18px; display: flex; flex-direction: column; gap: 11px; position: relative;
  opacity: 0; transform: translateY(10px) scale(.94);
  box-shadow: 0 16px 40px rgba(11,11,14,.10);
}
.split-visual.in .fb-card { animation: bub-in .5s cubic-bezier(.34,1.56,.64,1) .55s forwards; }
.fb-title { font-size: 13px; font-weight: 800; }
.fb-card .bar { display: block; height: 8px; border-radius: 999px; background: rgba(17,17,20,.1); }
.fb-score {
  position: absolute; top: -14px; right: -12px;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--ink); color: #fff;
  font-size: 14px; font-weight: 800;
  display: grid; place-items: center;
  border: 3px solid var(--bg);
}

/* ---------- 40 day challenge ---------- */
.challenge { padding: 60px 0; }
.challenge-inner {
  border-radius: calc(var(--radius) + 10px);
  background: #0c0c0e; color: #fff;
  padding: clamp(44px, 7vw, 84px) clamp(24px, 6vw, 80px);
  text-align: center; position: relative; overflow: hidden;
}
.challenge-inner::before {
  content: ""; position: absolute; inset: -40%;
  background: conic-gradient(from 0deg, transparent 60%, rgba(201,182,247,.22), rgba(191,230,251,.22), transparent 90%);
  animation: spin 12s linear infinite;
}
@keyframes spin { to { transform: rotate(1turn); } }
.challenge-inner > * { position: relative; }
.challenge-badge {
  display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .18em;
  background: var(--grad); color: #0c0c0e;
  padding: 8px 16px; border-radius: 999px; margin-bottom: 26px;
}
.challenge h2 { color: #fff; margin-bottom: 18px; }
.challenge .sub { color: rgba(255,255,255,.72); margin: 0 auto 36px; }
.day-dots { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; max-width: 460px; margin: 0 auto 40px; }
.day-dots i {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--grad); opacity: 0; transform: scale(.3);
}
.day-dots.lit i { animation: dot-in .4s cubic-bezier(.34,1.56,.64,1) forwards; }
.day-dots i:nth-child(n+29) { background: none; border: 1.5px solid rgba(255,255,255,.35); }
@keyframes dot-in { to { opacity: 1; transform: scale(1); } }

/* ---------- trained on ---------- */
.trained { padding: 100px 0; text-align: center; }
.trained-line {
  font-size: clamp(24px, 3.6vw, 38px); font-weight: 800; letter-spacing: -.02em;
  line-height: 1.25; max-width: 780px; margin: 0 auto 56px;
}
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 18px;
}
.stat-n {
  display: block; font-size: clamp(28px, 3.4vw, 40px); font-weight: 800; letter-spacing: -.03em;
  color: var(--ink);
}
.stat-l { display: block; color: var(--muted); font-size: 13.5px; margin-top: 8px; }

/* ---------- app screens ---------- */
.screens { padding: 90px 0; }
.phones { display: flex; justify-content: center; gap: clamp(14px, 3vw, 34px); margin-top: 60px; flex-wrap: wrap; }
.phone {
  width: 264px; border-radius: 44px; padding: 10px;
  background: #0c0c0e; box-shadow: 0 30px 80px rgba(11,11,14,.25);
  flex-shrink: 0;
}
.phone.tilt-l { --tilt: rotate(-3deg) translateY(16px); transform: var(--tilt); }
.phone.tilt-r { --tilt: rotate(3deg) translateY(16px); transform: var(--tilt); }
.phone-screen {
  border-radius: 36px; overflow: hidden; height: 520px;
  padding: 14px 16px; position: relative;
  display: flex; flex-direction: column;
}
/* real app screenshots: five-phone fan */
.phones.real { gap: 0; align-items: center; }
.phones.real .phone { width: 206px; margin: 0 -6px; padding: 7px; border-radius: 40px; position: relative; }
.phone-screen.shot { padding: 0; height: auto; border-radius: 33px; }
.phone-screen.shot img { display: block; width: 100%; height: auto; }
.phone.tilt-l2 { --tilt: rotate(-6deg) translateY(36px); z-index: 1; }
.phone.tilt-r2 { --tilt: rotate(6deg) translateY(36px); z-index: 1; }
.phones.real .phone.tilt-l, .phones.real .phone.tilt-r { z-index: 2; }
.phone.center { --tilt: scale(1.14); z-index: 3; box-shadow: 0 40px 90px rgba(11,11,14,.35); }

.rec-dot { width: 7px; height: 7px; border-radius: 50%; background: #ff4d5e; display: inline-block; animation: blink 1.2s steps(1) infinite; }
@keyframes blink { 50% { opacity: .25; } }

/* ---------- final CTA ---------- */
.cta-final { padding: 110px 0 100px; text-align: center; position: relative; overflow: hidden; }
.cta-final .sub { margin: 16px auto 38px; }
.cta-final .wishlist-form { margin: 0 auto; }
.cta-final h2 { font-size: clamp(34px, 5.4vw, 56px); }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line); padding: 30px 0 44px; color: var(--muted); font-size: 14px; }
.footer .wrap { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; }
.footer .logo { font-size: 20px; }

/* ---------- reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.9,.34,1); }
.reveal.in { opacity: 1; transform: var(--tilt, none); }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.phones .phone:nth-child(2) { transition-delay: .12s; }
.phones .phone:nth-child(3) { transition-delay: .24s; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .stats { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 44px; }
  .obj-split.rev .split-copy { order: 1; }
  .obj-split.rev .split-visual { order: 2; }
}
@media (max-width: 600px) {
  .hero { padding-top: 120px; }
  /* Stack into two distinct controls: a clear input field, then a full-width button.
     Drop the pill container so the input has its own visible boundary. */
  .wishlist-form {
    flex-direction: column; gap: 10px;
    background: transparent; border: 0; box-shadow: none; padding: 0; border-radius: 0;
  }
  .wishlist-form input {
    width: 100%;
    background: #fff; border: 1.5px solid #d9d9e0; border-radius: 999px;
    padding: 16px 22px; text-align: left;
  }
  .wishlist-form input:focus { border-color: var(--ink); }
  .wishlist-form.invalid input { border-color: #e0356b; }
  .wishlist-form .pill-btn { width: 100%; }
  .phone.tilt-l, .phone.tilt-r, .phone.tilt-l2, .phone.tilt-r2, .phone.center { --tilt: none; transform: none; }
  .phones.real { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; padding: 10px 18px 26px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
  .phones.real .phone { width: 200px; flex-shrink: 0; margin: 0 6px; scroll-snap-align: center; }
  .clip { width: 164px; }
  .marquee.coverflow .clip { margin-right: -26px; }
  .tstep { grid-template-columns: 44px 1fr; gap: 0 16px; }
  .t-num { font-size: 23px; }
  .talk { padding: 70px 0; }
  .talk-inner { padding: 0; }
  .float-pill { position: static; display: inline-block; rotate: 0deg; animation: none; margin: 0 3px 10px; }
  .talk-inner h2 { margin-top: 20px; }
}

/* ---------- wishlist quiz lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 100;
  display: none; align-items: center; justify-content: center;
  padding: 20px;
}
.lightbox.open { display: flex; }
.lightbox-backdrop {
  position: absolute; inset: 0;
  background: rgba(11,11,14,.5);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  opacity: 0; transition: opacity .25s ease;
}
.lightbox.open .lightbox-backdrop { opacity: 1; }
.lightbox-card {
  position: relative; z-index: 1;
  width: 100%; max-width: 440px;
  background: #fff; border-radius: calc(var(--radius) + 6px);
  padding: 40px 32px 32px;
  box-shadow: 0 40px 90px rgba(11,11,14,.3);
  opacity: 0; transform: translateY(18px) scale(.97);
  transition: opacity .3s cubic-bezier(.22,.9,.34,1), transform .3s cubic-bezier(.22,.9,.34,1);
}
.lightbox.open .lightbox-card { opacity: 1; transform: none; }
.lightbox-close {
  position: absolute; top: 18px; right: 18px;
  width: 32px; height: 32px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--card); color: var(--ink);
  display: grid; place-items: center;
  transition: background .2s;
}
.lightbox-close:hover { background: var(--line); }

.lb-dots { display: flex; gap: 6px; justify-content: center; margin-bottom: 22px; }
.lb-dots[hidden] { display: none; }
.lb-dots span { width: 7px; height: 7px; border-radius: 50%; background: var(--line); transition: background .2s, width .2s; }
.lb-dots span.on { background: var(--ink); width: 18px; border-radius: 4px; }

.lb-step h3 { font-size: 21px; letter-spacing: -.015em; margin-bottom: 20px; text-align: center; }
.lb-options { display: flex; flex-direction: column; gap: 10px; }
.lb-opt {
  text-align: left; font: 600 15px var(--font); color: var(--ink);
  background: var(--card); border: 1.5px solid transparent;
  border-radius: 14px; padding: 14px 16px; cursor: pointer;
  transition: border-color .15s, background .15s, transform .15s;
}
.lb-opt:hover { transform: translateY(-1px); }
.lb-opt.selected { border-color: var(--ink); background: #fff; }
.lb-next { width: 100%; margin-top: 22px; }
.lb-next:disabled { opacity: .35; cursor: not-allowed; transform: none; box-shadow: none; }

.lb-thanks { text-align: center; }
.lb-thanks-icon { font-size: 44px; margin-bottom: 6px; animation: pop 1.8s ease-in-out infinite; }
.lb-thanks h3 { margin-bottom: 10px; }
.lb-thanks p { color: var(--muted); font-size: 15px; margin-bottom: 26px; }
.lb-thanks .pill-btn { width: 100%; }

@media (max-width: 480px) {
  .lightbox-card { padding: 34px 22px 26px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .bub, .lchips span, .fb-card, .vbadge, .cbadge { opacity: 1; transform: none; }
  .cb { transform: scaleY(1); }
  .editor-mock .type { width: var(--w, 70%); }
  .day-dots i { opacity: 1; transform: none; }
  .lightbox-card { transform: none; }
}
