/* ─── Waitlist (pre-launch "notify me") ─── */
.waitlist { padding: 8px 0 96px; }
.waitlist-card {
  position: relative;
  max-width: 640px; margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 48px 44px;
  text-align: center;
  box-shadow: var(--shadow-elev);
  overflow: hidden;
}
.waitlist-card::before {
  content: ''; position: absolute; top: -130px; left: 50%; transform: translateX(-50%);
  width: 380px; height: 240px;
  background: radial-gradient(circle, rgba(14,84,72,0.10) 0%, transparent 70%);
  pointer-events: none;
}
.waitlist-card > * { position: relative; }
.waitlist-title {
  font-family: 'Sora', sans-serif; font-weight: 700;
  font-size: 34px; letter-spacing: -1px; line-height: 1.08;
  color: var(--p900); margin: 18px 0 0;
}
.waitlist-sub {
  margin-top: 12px; font-size: 17px; color: var(--t2);
  max-width: 460px; margin-left: auto; margin-right: auto;
}
.waitlist-embed { margin-top: 26px; min-height: 56px; }
.waitlist-embed:empty::after {
  content: 'Sign-ups open soon.';
  display: block; padding: 18px;
  border: 1px dashed var(--border); border-radius: 14px;
  color: var(--t3); font-size: 13px;
}
.waitlist-fineprint {
  margin-top: 16px; font-size: 13px; color: var(--t3);
}
.waitlist-fineprint a { color: var(--p600); text-decoration: underline; }

/* MailerLite embedded-form overrides — align the generated form with the
   site's design tokens. Primary styling is set in the MailerLite form
   builder; these are alignment touch-ups (ML inlines styles, hence !important). */
.waitlist-embed .ml-form-embedWrapper,
.waitlist-embed .ml-form-embedBody { font-family: 'Manrope', sans-serif; background: transparent; }
.waitlist-embed input[type="email"] {
  font-family: 'Manrope', sans-serif !important;
  border: 1px solid var(--border) !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-size: 15px !important;
  color: var(--t1) !important;
}
.waitlist-embed button[type="submit"],
.waitlist-embed .ml-form-embedSubmit button {
  font-family: 'Manrope', sans-serif !important; font-weight: 600 !important;
  background: var(--p700) !important; color: #fff !important;
  border: none !important; border-radius: 999px !important;
  padding: 12px 22px !important;
  box-shadow: 0 6px 16px rgba(14,84,72,0.25) !important;
  transition: background 0.15s ease, transform 0.12s ease !important;
}
.waitlist-embed button[type="submit"]:hover,
.waitlist-embed .ml-form-embedSubmit button:hover {
  background: var(--p600) !important; transform: translateY(-1px);
}

@media (max-width: 540px) {
  .waitlist .container { padding: 0 8px; }
  .waitlist-card { padding: 28px 12px; border-radius: 16px; }
  .waitlist-title { font-size: 28px; }
}

/* ─── Coming-soon store badges ─── */
.store-badges--soon { flex-direction: column; align-items: flex-start; gap: 12px; }
.store-badges--soon.store-badges--center { align-items: center; }
.soon-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 11px; border-radius: 999px;
  background: var(--aBg); color: var(--a);
  font-size: 10.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
}
.soon-pill::before {
  content: ''; width: 5px; height: 5px; border-radius: 999px; background: currentColor;
}
.soon-pill--dark { background: rgba(255,255,255,0.16); color: rgba(255,255,255,0.9); }
.soon-badge-row { display: flex; gap: 10px; flex-wrap: wrap; }
.store-badges--center .soon-badge-row { justify-content: center; }
.store-badge-soon { opacity: 0.5; pointer-events: none; cursor: default; }
.store-badge-soon:hover { transform: none; box-shadow: none; background: #111; }
.store-badge-on-dark.store-badge-soon,
.store-badge-on-dark.store-badge-soon:hover { background: #fff; }

/* ─── Hero "coming soon" note ─── */
.hero-soon-note { margin-top: 14px; font-size: 13px; color: var(--t3); font-weight: 500; }

/* ─── Hero trust icon ─── */
.trust-icon { display: inline-flex; color: var(--p500); }

/* ─── Nav notify button ─── */
.btn-nav-notify { padding: 9px 16px; font-size: 13px; }

/* Keep the nav notify CTA visible on mobile (pre-launch) */
@media (max-width: 760px) {
  .store-badges-nav { display: flex; }
}
