/* Vinzo landing — hero, phone mockup, sections. Depends on site.css tokens. */

/* ---------- hero ---------- */
.hero { position: relative; padding: 170px 0 90px; overflow: hidden; }
.hero-glow {
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-72%);
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 255, 0, 0.09) 0%, transparent 62%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }
@media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr; gap: 64px; } }

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--hair);
  border-radius: 999px;
  padding: 8px 16px;
  width: max-content;
  margin-bottom: 26px;
}
.hero-chip .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(214, 255, 0, 0.5); } 50% { opacity: 0.6; box-shadow: 0 0 0 6px rgba(214, 255, 0, 0); } }

/* the brand tagline slot — mirrors the app's Feed eyebrow placement */
.hero-tagline {
  display: block;
  font-family: var(--display);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--lime);
  text-shadow: 0 0 18px rgba(214, 255, 0, 0.35);
  margin-bottom: 14px;
}
.hero h1 { font-size: clamp(38px, 6vw, 66px); margin-bottom: 22px; max-width: 620px; }
.hero .lead { font-size: 18px; margin-bottom: 34px; }

.waitlist-form { display: flex; gap: 10px; max-width: 520px; }
.waitlist-form input {
  flex: 1;
  min-width: 0;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--hair);
  border-radius: 999px;
  padding: 15px 24px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.waitlist-form input::placeholder { color: var(--muted2); }
.waitlist-form input:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(214, 255, 0, 0.12); }
.waitlist-form .hp { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
@media (max-width: 520px) { .waitlist-form { flex-direction: column; } }

.waitlist-done {
  display: none;
  align-items: flex-start;
  gap: 12px;
  background: var(--lime-tint);
  border: 1px solid rgba(214, 255, 0, 0.4);
  border-radius: 18px;
  padding: 18px 22px;
  max-width: 520px;
}
.waitlist-done.show { display: flex; animation: rise 0.5s var(--ease-out); }
@keyframes rise { from { opacity: 0; transform: translateY(10px) scale(0.98); } to { opacity: 1; transform: none; } }
.waitlist-done strong { font-family: var(--display); color: var(--lime); display: block; margin-bottom: 3px; }
.waitlist-done p { color: var(--muted); font-size: 14px; }
.share-nudge { margin-top: 8px; font-size: 13px; color: var(--muted2); }
.btn-share {
  margin-top: 12px;
  padding: 10px 22px;
  font-size: 13.5px;
  background: transparent;
  border: 1px solid rgba(214, 255, 0, 0.5);
  color: var(--lime);
}
@media (hover: hover) { .btn-share:hover { background: rgba(214, 255, 0, 0.08); } }
.waitlist-err { display: none; color: var(--red); font-size: 13.5px; margin-top: 10px; }
.waitlist-err.show { display: block; }

.hero-micro { margin-top: 16px; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted2); font-weight: 600; }

/* one line on desktop (nowrap + tighter type); wraps again on narrow screens */
.hero-trust { display: flex; flex-wrap: nowrap; gap: 20px; margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--hair); }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12.5px; white-space: nowrap; }
@media (max-width: 760px) {
  .hero-trust { flex-wrap: wrap; gap: 10px 22px; }
  .hero-trust span { white-space: normal; }
}
.hero-trust svg { flex-shrink: 0; }

/* ---------- phone mockup ---------- */
/* no ambient corner blobs behind the phone — retired brand-wide (session 24 ruling) */
.phone-wrap { position: relative; display: flex; flex-direction: column; align-items: center; gap: 14px; }
/* honesty tag: the mockup shows sample app data, so say so (quietly) */
.ph-tag { font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted2); }
.phone {
  position: relative;
  width: 300px;
  border-radius: 46px;
  border: 9px solid #1a1a1d;
  background: var(--bg);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.05);
  padding: 44px 20px 26px;
  overflow: hidden;
}
.phone-notch { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 88px; height: 22px; background: #131315; border-radius: 999px; z-index: 2; }

/* auto-swiping screen carousel: the VIEWPORT clips, the track transforms —
   never both on one element (the clip window would slide away with the track) */
.ph-viewport { overflow: hidden; flex: 1; display: flex; }
/* 40px gap between slides: neighbor lime glows (box-shadows reach ~22px) can never
   spill across the slide boundary into the visible screen */
.ph-screens { display: flex; gap: 40px; width: 100%; transition: transform 0.65s var(--ease-out); }
.ph-screen { min-width: 100%; display: flex; flex-direction: column; }
.ph-dots { display: flex; gap: 6px; justify-content: center; padding-top: 14px; }
.ph-dots i { width: 6px; height: 6px; border-radius: 50%; background: var(--card2); transition: background 0.3s ease, width 0.3s var(--ease-out); }
.ph-dots i.on { background: var(--lime); width: 18px; border-radius: 3px; }

/* screen 2: Wallet (mirrors the app's lime cash hero) */
.wallet-hero {
  background: var(--lime-tint); border: 1px solid var(--lime); border-radius: 18px;
  padding: 22px 18px; text-align: center; margin-bottom: 12px;
}
.wallet-label { font-family: var(--display); font-size: 9.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted2); display: block; margin-bottom: 6px; }
.wallet-amt { font-family: var(--display); font-weight: 900; font-size: 38px; letter-spacing: -0.03em; color: var(--lime); line-height: 1.05; }
.wallet-sub { font-size: 10.5px; color: var(--muted); display: block; margin-top: 6px; }
.wallet-row {
  display: flex; justify-content: space-between; align-items: center;
  background: var(--card); border: 1px solid var(--hair); border-radius: 13px;
  padding: 11px 14px; margin-bottom: 8px; font-size: 12px; color: var(--muted);
}
.wallet-row b { font-family: var(--display); font-weight: 700; color: var(--ink); font-size: 12.5px; }
.wallet-row b.lime { color: var(--lime); }
.wallet-btn {
  margin-top: auto; background: var(--lime); color: var(--on-lime); border-radius: 999px;
  text-align: center; padding: 12px; font-family: var(--display); font-weight: 700; font-size: 13px;
  box-shadow: 0 0 18px rgba(214, 255, 0, 0.25);
}

/* screen 3: Leaderboard (mirrors the app's Board podium) */
.pod { display: flex; align-items: flex-end; justify-content: center; gap: 14px; margin-bottom: 16px; }
.pod-col { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.pod-av {
  width: 46px; height: 46px; border-radius: 50%; background: var(--card2);
  border: 2px solid var(--podium, #8a8a8f); display: grid; place-content: center;
  font-family: var(--display); font-weight: 900; font-size: 16px;
}
.pod-col:last-child .pod-av { border-color: #5c5c60; }
.pod-first { padding-bottom: 10px; }
.pod-first .pod-av { width: 58px; height: 58px; border-color: var(--lime); background: var(--lime); color: var(--on-lime); box-shadow: 0 0 22px rgba(214, 255, 0, 0.3); }
.pod-name { font-size: 10.5px; color: var(--muted); }
.pod-val { font-family: var(--display); font-weight: 900; font-size: 13px; color: var(--lime); }
.lb-row {
  display: flex; align-items: center; gap: 10px; background: var(--card);
  border: 1px solid var(--hair); border-radius: 13px; padding: 10px 12px; margin-bottom: 8px;
}
.lb-rank { font-family: var(--display); font-weight: 900; font-size: 12px; color: var(--muted2); min-width: 14px; }
.lb-av {
  width: 30px; height: 30px; border-radius: 50%; background: var(--card2);
  display: grid; place-content: center; font-family: var(--display); font-weight: 900; font-size: 12px;
}
.lb-av.you { background: var(--lime); color: var(--on-lime); }
.lb-name { flex: 1; font-size: 12.5px; color: var(--ink); font-weight: 500; }
.lb-ep { font-family: var(--display); font-weight: 700; font-size: 12px; color: var(--lime); }
.lb-you { border-color: var(--lime); background: var(--lime-tint); }
.phone-tag {
  font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  color: var(--lime); background: var(--lime-tint); border: 1px solid rgba(214, 255, 0, 0.25);
  border-radius: 999px; padding: 4px 12px; width: max-content; margin: 8px auto 4px;
}
.phone-title { font-family: var(--display); font-weight: 700; font-size: 17px; text-align: center; margin-bottom: 18px; }

.ring-box { position: relative; width: 190px; height: 190px; margin: 0 auto; }
/* overflow visible: the lime drop-shadow glow extends past the 190px SVG canvas
   and gets square-cropped by the UA's default svg overflow:hidden otherwise */
.ring-box svg { transform: rotate(-90deg); overflow: visible; }
.ring-track { stroke: var(--ring-track); }
.ring-fill {
  stroke: var(--lime);
  stroke-linecap: round;
  filter: drop-shadow(0 0 6px rgba(214, 255, 0, 0.55));
  transition: stroke-dashoffset 1.6s var(--ease-out);
}
.ring-center { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.ring-steps { font-family: var(--display); font-weight: 900; font-size: 34px; letter-spacing: -0.03em; color: var(--lime); line-height: 1; }
.ring-label { font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted2); font-weight: 600; margin-top: 7px; }
.ring-goal { font-size: 11px; color: var(--muted); margin-top: 3px; }

.phone-days { display: flex; gap: 5px; justify-content: center; margin: 18px 0; }
.phone-days i { width: 14px; height: 4px; border-radius: 2px; background: var(--card2); }
.phone-days i.done { background: var(--lime); }

.pool-card { background: var(--card); border: 1px solid var(--hair); border-radius: 18px; padding: 16px 18px; }
.pool-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.pool-head span:first-child { font-family: var(--display); font-size: 9.5px; font-weight: 700; letter-spacing: 0.16em; color: var(--muted2); text-transform: uppercase; }
.pool-live { display: inline-flex; align-items: center; gap: 5px; font-size: 9px; font-weight: 600; color: var(--lime); text-transform: uppercase; letter-spacing: 0.1em; }
.pool-live i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); animation: pulse 2s ease-in-out infinite; }
.pool-amt { font-family: var(--display); font-weight: 900; font-size: 30px; letter-spacing: -0.02em; }
.pool-bar { height: 5px; border-radius: 3px; background: var(--card2); overflow: hidden; margin: 12px 0 9px; }
.pool-bar i { display: block; height: 100%; width: 0; border-radius: 3px; background: var(--lime); transition: width 1.4s var(--ease-out) 0.4s; }
.pool-sub { font-size: 10.5px; color: var(--muted); }
.pool-sub b { color: var(--ink); font-weight: 600; }

/* ---------- ticker ---------- */
.ticker { border-block: 1px solid var(--hair); padding: 17px 0; overflow: hidden; }
.ticker-track { display: flex; gap: 48px; width: max-content; animation: ticker 36s linear infinite; }
.ticker span { display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted2); }
.ticker span::after { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--lime); opacity: 0.6; }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* ---------- sections ---------- */
.section { padding: 110px 0; }
.section-head { max-width: 620px; margin-bottom: 54px; }
.section-head .eyebrow { display: block; margin-bottom: 14px; }
.section-head .lead { margin-top: 16px; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 860px) { .steps-grid { grid-template-columns: 1fr; } }
.step-card { padding: 30px 28px; }
.step-num { font-family: var(--display); font-weight: 900; font-size: 15px; color: var(--lime); letter-spacing: 0.06em; margin-bottom: 44px; display: block; }
.step-card h3 { font-family: var(--display); font-weight: 700; font-size: 21px; letter-spacing: -0.01em; margin-bottom: 10px; }
.step-card p { color: var(--muted); font-size: 14.5px; }

/* ---------- us vs the rest ---------- */
.vs-table { background: var(--card); border: 1px solid var(--hair); border-radius: 22px; overflow: hidden; }
.vs-head, .vs-row {
  display: grid; grid-template-columns: 130px 1fr 1fr; gap: 18px;
  padding: 16px 26px; align-items: center;
}
.vs-head { border-bottom: 1px solid var(--hair); background: rgba(255, 255, 255, 0.02); }
.vs-brand { display: inline-flex; align-items: center; }
.vs-brand img { height: 15px; width: auto; }
.vs-rest { font-family: var(--display); font-weight: 700; font-size: 13px; color: var(--muted2); text-transform: uppercase; letter-spacing: 0.08em; }
.vs-row { border-bottom: 1px solid var(--hair); }
.vs-row:last-child { border-bottom: 0; }
.vs-label { font-family: var(--display); font-weight: 700; font-size: 13px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.vs-win, .vs-lose { font-size: 14px; line-height: 1.55; display: flex; gap: 10px; align-items: baseline; }
.vs-win { color: var(--ink); }
.vs-lose { color: var(--muted2); }
.vs-win i, .vs-lose i { font-style: normal; font-weight: 900; flex-shrink: 0; font-family: var(--display); }
.vs-win i { color: var(--lime); }
.vs-lose i { color: var(--muted2); }
.vs-cta { margin-top: 22px; color: var(--muted); font-size: 15px; }
.vs-cta a { color: var(--lime); font-weight: 600; }
.vs-cta a:hover { text-decoration: underline; }
@media (max-width: 820px) {
  .vs-head { display: none; }
  .vs-row { grid-template-columns: 1fr; gap: 10px; padding: 18px 20px; }
  .vs-win::before { content: 'VINZO'; font-family: var(--display); font-weight: 900; font-size: 10px; letter-spacing: 0.14em; color: var(--lime); margin-right: 2px; }
  .vs-lose::before { content: 'THE USUAL WAY'; font-family: var(--display); font-weight: 700; font-size: 10px; letter-spacing: 0.14em; color: var(--muted2); margin-right: 2px; }
  .vs-win, .vs-lose { flex-direction: column; gap: 4px; }
  .vs-win i, .vs-lose i { display: none; }
}

/* ---------- pack section ---------- */
.pack-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 860px) { .pack-grid { grid-template-columns: 1fr; } }
.pack-visual { display: grid; gap: 14px; }
.pack-row { display: flex; align-items: center; gap: 14px; }
.avatars { display: flex; }
.avatars b {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-content: center;
  font-family: var(--display); font-weight: 900; font-size: 15px;
  background: var(--card2); border: 2px solid var(--bg); margin-left: -10px;
}
.avatars b:first-child { margin-left: 0; }
.avatars b.you { background: var(--lime); color: var(--on-lime); }
.pack-ontrack { font-size: 13.5px; color: var(--muted); }
.pack-ontrack b { color: var(--lime); font-weight: 600; }
.pack-stat { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.pack-stat .big { font-family: var(--display); font-weight: 900; font-size: 34px; letter-spacing: -0.02em; }
.pack-stat .cap { font-size: 12px; color: var(--muted2); text-align: right; }

/* ---------- trust ---------- */
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (max-width: 720px) { .trust-grid { grid-template-columns: 1fr; } }
.trust-card { display: flex; gap: 18px; align-items: flex-start; padding: 26px; }
.trust-icon {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 13px;
  background: var(--lime); display: grid; place-content: center; color: var(--on-lime);
  box-shadow: 0 0 16px rgba(214, 255, 0, 0.2);
}
.trust-card h3 { font-family: var(--display); font-weight: 700; font-size: 17px; margin-bottom: 6px; }
.trust-card p { color: var(--muted); font-size: 14px; }

/* ---------- founder section ---------- */
.founder-card { max-width: 760px; padding: 40px 44px; }
.founder-quote { color: var(--ink); font-size: 16.5px; line-height: 1.75; margin-bottom: 14px; }
.founder-who { display: flex; align-items: center; gap: 14px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--hair); }
.founder-av {
  width: 46px; height: 46px; border-radius: 50%; background: var(--lime); color: var(--on-lime);
  display: grid; place-content: center; font-family: var(--display); font-weight: 900; font-size: 18px;
  box-shadow: 0 0 16px rgba(214, 255, 0, 0.25); flex-shrink: 0;
}
.founder-name { font-family: var(--display); font-weight: 700; color: var(--ink); font-size: 15px; display: block; }
.founder-role { font-size: 12.5px; color: var(--muted2); }
@media (max-width: 640px) { .founder-card { padding: 28px 24px; } }

/* ---------- faq ---------- */
.faq-list { max-width: 760px; display: grid; gap: 10px; }
.faq-item { background: var(--card); border: 1px solid var(--hair); border-radius: 16px; overflow: hidden; }
.faq-q {
  width: 100%; background: none; border: 0; text-align: left; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 19px 24px; font-family: var(--display); font-weight: 700; font-size: 16px;
}
.faq-q svg { flex-shrink: 0; transition: transform 0.3s var(--ease-out); color: var(--muted2); }
.faq-item.open .faq-q svg { transform: rotate(45deg); color: var(--lime); }
/* visibility keeps collapsed answers out of the a11y tree without breaking the
   grid-rows animation (hidden/display:none would kill the transition) */
.faq-a { display: grid; grid-template-rows: 0fr; visibility: hidden; transition: grid-template-rows 0.32s var(--ease-out), visibility 0.32s; }
.faq-item.open .faq-a { grid-template-rows: 1fr; visibility: visible; }
.faq-a > div { overflow: hidden; }
.faq-a p { padding: 0 24px 20px; color: var(--muted); font-size: 14.5px; }

/* ---------- coming-soon store chips ---------- */
.store-chips { display: flex; gap: 12px; justify-content: center; margin-top: 26px; }
.store-chip {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255, 255, 255, 0.03); border: 1px solid var(--hair); border-radius: 14px;
  padding: 10px 18px; color: var(--ink);
}
.store-chip > span { display: grid; text-align: left; line-height: 1.25; }
.store-chip b { font-family: var(--display); font-size: 9px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted2); }
.store-chip > span :not(b), .store-chip > span { font-family: var(--display); font-weight: 700; font-size: 14px; }

/* ---------- final cta ---------- */
/* the ONE cinematic photo the brand allows (the app's onboarding hero), under a
   heavy dark overlay so the lime copy stays readable */
.cta-band {
  position: relative; text-align: center; padding: 130px 0 140px; overflow: hidden;
  background:
    linear-gradient(180deg, var(--bg) 0%, rgba(5, 5, 5, 0.82) 30%, rgba(5, 5, 5, 0.78) 70%, var(--bg) 100%),
    url('../assets/onboarding-hero.jpg') center 40% / cover no-repeat;
}
/* smaller webp where supported (the jpg rule above is the fallback) */
@supports (background-image: url('a.webp')) and (background-image: image-set(url('a.webp') type('image/webp'))) {
  .cta-band {
    background:
      linear-gradient(180deg, var(--bg) 0%, rgba(5, 5, 5, 0.82) 30%, rgba(5, 5, 5, 0.78) 70%, var(--bg) 100%),
      image-set(url('../assets/onboarding-hero.webp') type('image/webp'), url('../assets/onboarding-hero.jpg') type('image/jpeg')) center 40% / cover no-repeat;
  }
}
.cta-band::before {
  content: ''; position: absolute; left: 50%; bottom: -320px; transform: translateX(-50%);
  width: 860px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 255, 0, 0.1) 0%, transparent 60%);
  pointer-events: none;
}
.cta-band h2 { font-size: clamp(30px, 5vw, 50px); max-width: 640px; margin: 0 auto 18px; }
.cta-band .lead { margin: 0 auto 36px; }
.cta-band .waitlist-form, .cta-band .waitlist-done { margin: 0 auto; }
/* explicitly centered + width-matched to the form so the line never reads off-axis */
.cta-micro { margin-top: 18px; text-align: center; max-width: 520px; margin-left: auto; margin-right: auto; }
