/* VSL funnel — Cashy dark/mint re-skin */

.compare-footnote {
  text-align: center;
  font-size: 13px;
  color: var(--fg-3);
  margin: 8px 0 18px;
  letter-spacing: 0.01em;
}

/* Testimonial placeholder block */
.testimonial-block { margin: 56px 0 64px; }
.testimonial-block .t-card {
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: 28px;
  align-items: center;
  background: var(--surface);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  padding: 22px;
}
.t-video {
  aspect-ratio: 9 / 16;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #161616, #0d0d0d);
  border: 1px solid rgba(61,220,151,0.15);
  display: flex; align-items: center; justify-content: center;
}
.t-video-placeholder {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  color: var(--fg-3); font-size: 13px; text-align: center; padding: 24px;
}
.t-video-placeholder svg { width: 48px; height: 48px; fill: rgba(61,220,151,0.4); }
.t-quote { font-size: 19px; line-height: 1.5; color: var(--fg-1); font-style: italic; margin: 0 0 22px; }
.t-attribution { display: flex; align-items: center; gap: 12px; }
.t-avatar {
  width: 44px; height: 44px; border-radius: 50%; overflow: hidden;
  background: var(--surface-2);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.08);
}
.t-avatar img { width: 100%; height: 100%; object-fit: cover; }
.t-avatar-fallback { color: var(--fg-3); font-weight: 600; }
.t-name { color: var(--fg); font-weight: 600; font-size: 15px; }
.t-handle { color: var(--fg-3); font-size: 13px; margin-top: 2px; }
@media (max-width: 720px) {
  .testimonial-block .t-card { grid-template-columns: 1fr; gap: 18px; }
  .t-video { max-width: 280px; margin: 0 auto; }
}

/* =====================================================================
   Calendly popup — overlay + frame styled to match Cashy.
   The iframe interior is cross-origin and styled via URL params.
   ===================================================================== */
.calendly-overlay {
  background: rgba(6, 8, 7, 0.88) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}
.calendly-overlay .calendly-popup {
  border-radius: 22px !important;
  border: 1px solid rgba(61, 220, 151, 0.22) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 32px 80px rgba(0, 0, 0, 0.55),
    0 0 60px rgba(61, 220, 151, 0.08) !important;
  overflow: hidden !important;
  background: #0A0A0A !important;
}
.calendly-overlay .calendly-popup-content {
  background: #0A0A0A !important;
}
.calendly-overlay .calendly-popup-close {
  background: rgba(22, 22, 22, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 999px !important;
  width: 36px !important;
  height: 36px !important;
  top: 12px !important;
  right: 12px !important;
  filter: invert(1) brightness(1.4) !important;
  transition: transform 160ms ease, background 160ms ease !important;
}
.calendly-overlay .calendly-popup-close:hover {
  transform: scale(1.06) !important;
  background: rgba(34, 34, 34, 1) !important;
}
@media (max-width: 640px) {
  .calendly-overlay .calendly-popup {
    border-radius: 16px !important;
  }
}


* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); }

body {
  font-family: var(--font-body);
  color: var(--fg-1);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

/* ---------- Top urgency banner ---------- */
.urgency-banner {
  background: var(--accent);
  color: var(--accent-ink);
  text-align: center;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  overflow-x: auto;
}
.urgency-banner .urgency-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.urgency-banner .spot {
  background: rgba(6,40,26,0.18);
  padding: 2px 8px;
  border-radius: 999px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.urgency-banner svg {
  width: 14px; height: 14px;
  stroke: currentColor; stroke-width: 2;
  fill: none; stroke-linecap: round; stroke-linejoin: round;
}

/* ---------- Page shell ---------- */
.page {
  min-height: 100vh;
  padding: 56px 24px 80px;
  position: relative;
  overflow: hidden;
}
.page::before {
  content: "";
  position: absolute; inset: 0 0 auto 0; height: 720px;
  background: var(--hero-glow);
  pointer-events: none;
  z-index: 0;
}
.shell {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
}
.shell-wide { max-width: 960px; }

/* ---------- Eyebrow ---------- */
.eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  line-height: 1.5;
}

/* ---------- Headlines ---------- */
.headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 54px;
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: var(--fg);
  margin: 18px 0 18px;
  padding-right: 140px;
}
.headline .mint { color: var(--accent); }
.headline .fade { color: var(--fg-4); display: block; }

.lede {
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--fg-2);
  line-height: 1.6;
  margin: 0 0 40px;
  max-width: 620px;
}

/* ---------- Mascot floater ---------- */
.mascot-stage {
  position: absolute;
  right: -32px; top: 14px;
  width: 110px; height: 110px;
  pointer-events: none;
  z-index: 2;
}
.mascot-stage::before,
.mascot-stage::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 86%; height: 86%;
  border-radius: 999px;
  background: radial-gradient(closest-side, rgba(61,220,151,0.36), rgba(61,220,151,0) 70%);
  transform: translate(-50%, -50%);
  filter: blur(2px);
  z-index: 0;
}
.mascot-stage::before {
  animation: mascot-halo 3.6s ease-in-out infinite;
}
.mascot-stage::after {
  animation: mascot-halo 3.6s ease-in-out infinite;
  animation-delay: 1.2s;
  opacity: 0.6;
}
@keyframes mascot-halo {
  0%   { transform: translate(-50%, -50%) scale(0.85); opacity: 0.0; }
  40%  { opacity: 0.9; }
  100% { transform: translate(-50%, -50%) scale(1.35); opacity: 0; }
}

.mascot-float {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 999px;
  box-shadow:
    0 0 0 2px rgba(61,220,151,0.35),
    0 0 0 6px rgba(61,220,151,0.08),
    0 18px 40px rgba(0,0,0,0.4),
    0 8px 24px rgba(61,220,151,0.22);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: mascot-bob 4.6s cubic-bezier(0.45,0.05,0.55,0.95) infinite;
  transform-origin: 50% 70%;
  will-change: transform;
  z-index: 1;
}
@keyframes mascot-bob {
  0%   { transform: translateY(0) rotate(6deg) scale(1); }
  25%  { transform: translateY(-6px) rotate(2deg) scale(1.015); }
  50%  { transform: translateY(-12px) rotate(-3deg) scale(1.03); }
  75%  { transform: translateY(-6px) rotate(2deg) scale(1.015); }
  100% { transform: translateY(0) rotate(6deg) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .mascot-float { animation: none; transform: rotate(6deg); }
  .mascot-stage::before,
  .mascot-stage::after { animation: none; opacity: 0; }
}

/* ---------- Video player (teaser + full) ---------- */
.vp {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  cursor: pointer;
  isolation: isolate;
}
.vp--large { border-radius: var(--radius-xl); }

.vp-bunny { padding-top: 56.25%; /* 16:9 */ }
.vp-bunny iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
}

.vp-poster {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vp-poster::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.0) 40%, rgba(0,0,0,0.35) 100%);
  pointer-events: none;
}

.vp-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 80% at 45% 40%, rgba(61,220,151,0.18), transparent 70%),
    linear-gradient(180deg, #121815 0%, #0a0f0d 60%, #060807 100%);
}
.vp-figure {
  position: absolute; inset: 0;
  display: flex; align-items: flex-end; justify-content: center;
  padding: 0 12%;
}
/* simple 'person on camera' abstraction */
.vp-figure .silhouette {
  width: 60%;
  aspect-ratio: 1;
  background: radial-gradient(closest-side, rgba(40,50,46,0.95), rgba(10,10,10,0) 72%);
  filter: blur(1px);
}
.vp-mic {
  position: absolute;
  left: 14%;
  bottom: 6%;
  width: 26px; height: 60px;
  background: linear-gradient(180deg, #2a2f2d, #111);
  border-radius: 8px 8px 2px 2px;
  box-shadow: 0 6px 0 -2px rgba(0,0,0,0.6);
}

.vp-freebadge {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--accent);
  color: var(--accent-ink);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 5px 10px;
  border-radius: 6px;
  z-index: 3;
}
.vp-duration {
  position: absolute;
  bottom: 14px; right: 14px;
  background: rgba(0,0,0,0.72);
  color: #fff;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  z-index: 3;
}

.vp-subtitle {
  position: absolute;
  bottom: 54px; left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.005em;
  text-shadow: 0 2px 8px rgba(0,0,0,0.9), 0 0 2px rgba(0,0,0,1);
  z-index: 3;
  white-space: nowrap;
}

.vp-play {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 76px; height: 76px;
  border-radius: 999px;
  background: rgba(255,255,255,0.95);
  display: flex; align-items: center; justify-content: center;
  z-index: 4;
  transition: transform 180ms var(--ease-out), background 180ms var(--ease-out);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5), 0 0 0 8px rgba(255,255,255,0.08);
}
.vp:hover .vp-play { transform: translate(-50%,-50%) scale(1.05); }
.vp-play svg { width: 28px; height: 28px; margin-left: 4px; fill: #000; }

/* Full player controls */
.vp-controls {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.75));
  padding: 24px 16px 14px;
  display: flex; flex-direction: column; gap: 10px;
  z-index: 5;
  opacity: 1;
  transition: opacity 240ms var(--ease-out);
}
.vp.is-playing:not(:hover) .vp-controls { opacity: 0; }
.vp-progress {
  position: relative;
  height: 4px;
  background: rgba(255,255,255,0.16);
  border-radius: 999px;
  cursor: pointer;
  overflow: visible;
}
.vp-progress-fill {
  position: absolute; left: 0; top: 0; bottom: 0;
  background: var(--accent);
  border-radius: 999px;
  transition: width 120ms linear;
}
.vp-progress-buffered {
  position: absolute; left: 0; top: 0; bottom: 0;
  background: rgba(255,255,255,0.28);
  border-radius: 999px;
}
.vp-progress-thumb {
  position: absolute; top: 50%;
  width: 14px; height: 14px; border-radius: 999px;
  background: var(--accent);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 4px rgba(61,220,151,0.2);
  opacity: 0;
  transition: opacity 120ms var(--ease-out);
}
.vp:hover .vp-progress-thumb { opacity: 1; }

.vp-ctrls-row {
  display: flex; align-items: center; gap: 14px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 13px;
}
.vp-ctrls-row .spacer { flex: 1; }
.vp-icon-btn {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 4px;
  display: flex; align-items: center; justify-content: center;
}
.vp-icon-btn svg { width: 18px; height: 18px; fill: #fff; }
.vp-time { font-variant-numeric: tabular-nums; color: rgba(255,255,255,0.88); font-size: 12.5px; }
.vp-brand {
  color: rgba(255,255,255,0.55);
  font-size: 11px;
  letter-spacing: 0.04em;
}

/* ---------- Checklist ---------- */
.check-list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.check-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--fg-1);
}
.check-list .ico {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  margin-top: 1px;
}
.check-list .ico svg { width: 13px; height: 13px; stroke: currentColor; stroke-width: 2.5; fill: none; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Form card ---------- */
.form-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 40px 36px 32px;
  margin: 80px auto 0;
  max-width: 460px;
  position: relative;
}
.form-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--fg);
  text-align: center;
  margin: 0 0 28px;
}
.field {
  width: 100%;
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--fg);
  transition: border-color 180ms var(--ease-out), background 180ms var(--ease-out);
  margin-bottom: 12px;
  display: block;
}
.field::placeholder { color: var(--fg-4); }
.field:focus {
  outline: none;
  border-color: var(--accent);
  background: var(--bg);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.field.has-error { border-color: var(--status-error); }
.field-err {
  font-family: var(--font-body);
  font-size: 11.5px;
  color: var(--status-error);
  margin: -8px 2px 10px;
}

.btn-cta {
  width: 100%;
  background: var(--accent);
  color: var(--accent-ink);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  border: none;
  border-radius: 999px;
  padding: 16px 20px;
  cursor: pointer;
  margin-top: 8px;
  transition: background 180ms var(--ease-out), box-shadow 240ms var(--ease-out), transform 220ms var(--ease-out);
  box-shadow: 0 0 0 0 rgba(61,220,151,0);
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  will-change: transform;
}
.btn-cta:hover {
  background: var(--accent-hover);
  box-shadow: var(--cta-glow);
  transform: translateY(-1px);
}
.btn-cta:hover .arr {
  transform: translateX(3px);
}
.btn-cta:active { transform: translateY(0) scale(0.98); background: var(--accent-press); transition-duration: 80ms; }
.btn-cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(108,231,167,0.35), var(--cta-glow);
}
.btn-cta:disabled {
  background: var(--surface-2);
  color: var(--fg-4);
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
.btn-cta .arr {
  width: 16px; height: 16px;
  stroke: currentColor; stroke-width: 2.25;
  fill: none; stroke-linecap: round; stroke-linejoin: round;
  transition: transform 220ms var(--ease-out);
}

.form-microcopy {
  text-align: center;
  margin: 18px 0 0;
  font-family: var(--font-body);
  font-size: 11.5px;
  color: var(--fg-4);
  letter-spacing: 0.01em;
}
.form-microcopy svg {
  width: 11px; height: 11px;
  stroke: currentColor; stroke-width: 2;
  fill: none; stroke-linecap: round; stroke-linejoin: round;
  vertical-align: -1px;
  margin-right: 4px;
}

/* ---------- Trust row ---------- */
.trust-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin: 64px auto 0;
  max-width: 900px;
  flex-wrap: wrap;
}
.trust-row .item {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-body);
  font-size: 12.5px;
  color: var(--fg-3);
}
.trust-row .star {
  color: var(--accent);
  display: inline-flex;
}
.trust-row .star svg { width: 14px; height: 14px; fill: var(--accent); }

/* ---------- Footer ---------- */
.page-footer {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--fg-4);
}
.page-footer img {
  width: 22px; height: 22px; border-radius: 999px;
}
.page-footer a { color: var(--fg-3); }
.page-footer a:hover { color: var(--fg-2); }
.page-footer .dot { color: var(--fg-5); margin: 0 2px; }
.page-footer button.linklike {
  background: none; border: 0; padding: 0; margin: 0;
  color: var(--fg-3); cursor: pointer;
  font: inherit;
}
.page-footer button.linklike:hover { color: var(--fg-2); }

/* ---------- Legal modal ---------- */
.legal-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  z-index: 9999;
  animation: legalFade 0.18s ease-out;
}
@keyframes legalFade { from { opacity: 0; } to { opacity: 1; } }
.legal-modal {
  background: #0e1411;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 720px;
  max-height: 86vh;
  display: flex; flex-direction: column;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(61,220,151,0.04);
  position: relative;
  overflow: hidden;
  animation: legalRise 0.22s cubic-bezier(.2,.8,.2,1);
}
@keyframes legalRise { from { transform: translateY(12px); opacity: 0; } to { transform: none; opacity: 1; } }
.legal-close {
  position: absolute; top: 14px; right: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  color: var(--fg-2);
  width: 36px; height: 36px;
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.legal-close:hover { background: rgba(255,255,255,0.08); color: var(--fg-1); }
.legal-eyebrow {
  padding: 28px 32px 0;
  font-family: var(--font-body);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--accent);
  text-transform: uppercase;
}
.legal-title {
  padding: 6px 32px 0;
  font-family: var(--font-display, var(--font-body));
  font-size: 28px; font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--fg-1);
  margin: 0;
}
.legal-body {
  padding: 18px 32px 24px;
  overflow-y: auto;
  color: var(--fg-3);
  font-size: 14px; line-height: 1.65;
}
.legal-body h3 {
  color: var(--fg-1);
  font-size: 14px; font-weight: 700;
  letter-spacing: -0.005em;
  margin: 18px 0 6px;
}
.legal-body p { margin: 0 0 10px; }
.legal-body ul { margin: 0 0 10px; padding-left: 18px; }
.legal-body li { margin-bottom: 4px; }
.legal-footer {
  padding: 14px 32px;
  border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  font-size: 12px;
  color: var(--fg-4);
  background: rgba(0,0,0,0.2);
}
.legal-close-btn {
  background: var(--accent);
  color: var(--accent-ink);
  border: 0;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 700;
  font-family: var(--font-body);
  cursor: pointer;
}
.legal-close-btn:hover { filter: brightness(1.05); }
@media (max-width: 600px) {
  .legal-overlay { padding: 0; }
  .legal-modal { max-height: 100vh; height: 100vh; border-radius: 0; }
  .legal-eyebrow, .legal-title, .legal-body, .legal-footer { padding-left: 20px; padding-right: 20px; }
  .legal-title { font-size: 22px; }
}

/* ---------- Cookie banner ---------- */
.cc-banner {
  position: fixed;
  left: 16px; right: 16px; bottom: 16px;
  z-index: 9998;
  background: #0e1411;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg, 14px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.55), 0 0 0 1px rgba(61,220,151,0.05);
  animation: ccRise 0.32s cubic-bezier(.2,.8,.2,1);
}
@keyframes ccRise { from { transform: translateY(20px); opacity: 0; } to { transform: none; opacity: 1; } }
.cc-banner-inner {
  display: flex; align-items: center; gap: 24px;
  padding: 18px 22px;
  max-width: 1200px;
  margin: 0 auto;
}
.cc-banner-text { flex: 1; min-width: 0; }
.cc-banner-title {
  font-family: var(--font-body);
  font-size: 14px; font-weight: 700;
  color: var(--fg-1);
  margin-bottom: 4px;
}
.cc-banner-text p {
  margin: 0;
  font-size: 13px; line-height: 1.55;
  color: var(--fg-3);
}
.cc-banner-text a { color: var(--accent); text-decoration: underline; }
.cc-banner-actions { display: flex; gap: 8px; flex-shrink: 0; }
.cc-btn {
  font-family: var(--font-body);
  font-size: 13px; font-weight: 600;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.15s;
}
.cc-btn-ghost {
  background: transparent;
  border-color: var(--border);
  color: var(--fg-2);
}
.cc-btn-ghost:hover { background: rgba(255,255,255,0.04); color: var(--fg-1); }
.cc-btn-primary {
  background: var(--accent);
  color: var(--accent-ink);
  border: 0;
}
.cc-btn-primary:hover { filter: brightness(1.06); }

.cc-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  padding: 24px; z-index: 10000;
  animation: legalFade 0.18s ease-out;
}
.cc-modal {
  background: #0e1411;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 28px;
  width: 100%; max-width: 480px;
  max-height: 86vh; overflow-y: auto;
  animation: legalRise 0.22s cubic-bezier(.2,.8,.2,1);
}
.cc-eyebrow {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--accent);
  text-transform: uppercase;
}
.cc-title {
  font-size: 22px; font-weight: 700;
  color: var(--fg-1);
  margin: 6px 0 8px;
}
.cc-sub {
  font-size: 13px; line-height: 1.55;
  color: var(--fg-3);
  margin-bottom: 16px;
}
.cc-row {
  display: flex; align-items: center; gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--border);
}
.cc-row-meta { flex: 1; min-width: 0; }
.cc-row-title {
  font-size: 13px; font-weight: 700;
  color: var(--fg-1);
  margin-bottom: 2px;
}
.cc-row-desc {
  font-size: 12px; line-height: 1.5;
  color: var(--fg-4);
}
.cc-toggle {
  flex-shrink: 0;
  width: 40px; height: 22px;
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--border);
  border-radius: 999px;
  position: relative;
  cursor: pointer;
  padding: 0;
  transition: background 0.18s;
}
.cc-toggle span {
  position: absolute;
  top: 2px; left: 2px;
  width: 16px; height: 16px;
  background: var(--fg-2);
  border-radius: 999px;
  transition: transform 0.18s, background 0.18s;
}
.cc-toggle.is-on { background: var(--accent); }
.cc-toggle.is-on span { background: var(--accent-ink); transform: translateX(18px); }
.cc-toggle.is-locked { opacity: 0.5; cursor: not-allowed; background: var(--accent); }
.cc-toggle.is-locked span { background: var(--accent-ink); transform: translateX(18px); }

.cc-actions {
  display: flex; gap: 8px; justify-content: flex-end;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

@media (max-width: 720px) {
  .cc-banner { left: 8px; right: 8px; bottom: 8px; }
  .cc-banner-inner { flex-direction: column; align-items: stretch; gap: 14px; padding: 16px; }
  .cc-banner-actions { flex-wrap: wrap; }
  .cc-banner-actions .cc-btn { flex: 1; min-width: 0; }
  .cc-actions { flex-direction: column-reverse; }
  .cc-actions .cc-btn { width: 100%; }
}

/* ===============================================================
   PAGE 2 — watch
   =============================================================== */

.watch-head {
  text-align: center;
  margin: 24px auto 36px;
  max-width: 760px;
  position: relative;
}
.watch-head .eyebrow { margin-bottom: 18px; }
.watch-head .headline {
  font-size: 42px;
  text-align: center;
  margin: 0 auto;
  padding-right: 0;
}

/* CTA block */
.cta-block {
  text-align: center;
  margin: 72px auto 0;
  max-width: 640px;
}
.cta-block h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.025em;
  color: var(--fg);
  margin: 0 0 10px;
}
.cta-block p.sub {
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--fg-2);
  margin: 0 0 22px;
}
.cta-block .btn-cta { width: auto; min-width: 280px; padding: 16px 32px; }
.cta-block .gated-note {
  font-family: var(--font-body);
  font-size: 11.5px;
  color: var(--fg-4);
  margin: 14px 0 0;
}
.cta-block .gated-note.active { color: var(--accent); }

/* Guarantee */
.guarantee {
  max-width: 600px;
  margin: 72px auto 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.guarantee::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: var(--radius-lg);
  padding: 1px;
  background: linear-gradient(180deg, rgba(61,220,151,0.45), rgba(61,220,151,0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.guarantee .shield {
  width: 44px; height: 44px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.guarantee .shield svg { width: 22px; height: 22px; stroke: currentColor; stroke-width: 1.75; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.guarantee h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin: 0 0 10px;
}
.guarantee p {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--fg-2);
  line-height: 1.6;
  margin: 0;
  max-width: 460px;
  margin-left: auto; margin-right: auto;
}

/* Steps */
.steps {
  max-width: 800px;
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}
.step .num {
  width: 44px; height: 44px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  border: 1px solid rgba(61,220,151,0.25);
  display: inline-flex;
  align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  margin: 0 auto 14px;
}
.step h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--fg);
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.step p {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--fg-3);
  margin: 0;
  line-height: 1.55;
}

/* Scarcity */
.scarcity {
  max-width: 640px;
  margin: 80px auto 0;
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px 24px;
  text-align: center;
}
.scarcity p {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--fg-1);
  margin: 0 0 18px;
  line-height: 1.55;
}
.scarcity p svg {
  width: 14px; height: 14px;
  color: var(--accent);
  stroke: currentColor; stroke-width: 2;
  fill: none; stroke-linecap: round; stroke-linejoin: round;
  vertical-align: -2px;
  margin-right: 6px;
}
.scarcity b { color: var(--accent); font-weight: 700; }
.scarcity .btn-cta { width: auto; min-width: 280px; padding: 14px 28px; }

/* FAQ — accordion */
.faq-block {
  max-width: 820px;
  margin: 96px auto 0;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color 180ms var(--ease-out), background 180ms var(--ease-out);
}
.faq-item:hover { border-color: var(--border-strong); }
.faq-item[open] {
  background: var(--surface-2);
  border-color: var(--border-strong);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .q-text {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  color: var(--fg);
  letter-spacing: -0.01em;
  line-height: 1.35;
  flex: 1;
}
.faq-item .q-icon {
  width: 28px; height: 28px;
  border-radius: 999px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--fg-2);
  flex-shrink: 0;
  transition: transform 220ms var(--ease-out), background 180ms var(--ease-out), color 180ms var(--ease-out);
}
.faq-item .q-icon svg {
  width: 14px; height: 14px;
  stroke: currentColor; stroke-width: 2;
  fill: none; stroke-linecap: round; stroke-linejoin: round;
}
.faq-item[open] .q-icon {
  transform: rotate(180deg);
  background: var(--accent);
  color: var(--accent-ink);
  border-color: var(--accent);
}
.faq-item .a-body {
  padding: 0 22px 22px;
  border-top: 1px solid var(--border);
  margin-top: -1px;
}
.faq-item .a-body p {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--fg-2);
  line-height: 1.65;
  margin: 18px 0 0;
  max-width: 700px;
}
.faq-card {
  display: none;
}

/* Final CTA */
.final-cta {
  max-width: 760px;
  margin: 96px auto 0;
  text-align: center;
}
.final-cta h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.03em;
  color: var(--fg);
  line-height: 1.08;
  margin: 0 0 16px;
}
.final-cta h2 .mint { color: var(--accent); }
.final-cta p {
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--fg-2);
  line-height: 1.6;
  margin: 0 auto 28px;
  max-width: 560px;
}
.final-cta .btn-cta { width: auto; min-width: 240px; padding: 16px 28px; }
.final-cta .fineprint {
  font-family: var(--font-body);
  font-size: 11.5px;
  color: var(--fg-4);
  margin: 14px 0 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 760px) {
  .page { padding: 40px 16px 60px; }
  .headline { font-size: 36px; padding-right: 60px; }
  .lede { font-size: 15px; }
  .watch-head .headline { font-size: 30px; }
  .mascot-stage { width: 80px; height: 80px; top: -10px; right: -20px; }
  .form-card { padding: 28px 22px 24px; }
  .trust-row { gap: 20px; flex-direction: column; }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .final-cta h2 { font-size: 28px; }
  .cta-block h2 { font-size: 22px; }
  .vp-subtitle { font-size: 15px; bottom: 48px; }
  .vp-play { width: 60px; height: 60px; }
  .vp-play svg { width: 22px; height: 22px; }
}

/* ---------- Toast / success state ---------- */
.success-state {
  text-align: center;
  padding: 12px 0 8px;
}
.success-state .check-ring {
  width: 56px; height: 56px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  display: inline-flex;
  align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.success-state .check-ring svg { width: 26px; height: 26px; stroke: currentColor; stroke-width: 2.25; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.success-state h3 { margin-bottom: 10px; }
.success-state p { font-family: var(--font-body); font-size: 13.5px; color: var(--fg-2); margin: 0; line-height: 1.55; }


/* =============================================================
   Founder photo row (Page 1)
   ============================================================= */
.founder-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 22px 0 28px;
  padding: 14px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  max-width: 560px;
}
.founder-photo {
  width: 64px; height: 64px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid var(--accent);
  flex-shrink: 0;
}
.founder-caption {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: var(--fg-2);
  line-height: 1.5;
  margin: 0;
}

/* =============================================================
   Watch page sub-headline
   ============================================================= */
.watch-head .watch-sub {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--fg-2);
  line-height: 1.55;
  margin: 14px auto 0;
  max-width: 620px;
  text-align: center;
}

/* =============================================================
   Section heads (kicker + title)
   ============================================================= */
.section-head {
  text-align: center;
  margin-bottom: 28px;
}
.section-head .kicker {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-head h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 30px;
  color: var(--fg);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
}

/* =============================================================
   See it work — proof grid
   ============================================================= */
.see-work {
  max-width: 1080px;
  margin: 88px auto 0;
}
.see-work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.see-work-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 180ms var(--ease-out), background 180ms var(--ease-out);
}
.see-work-card:hover {
  border-color: var(--border-strong);
  background: var(--surface-2);
}
.see-work-media {
  position: relative;
  aspect-ratio: 16/10;
  background: var(--surface-2);
  overflow: hidden;
}
.see-work-card.kind-image .see-work-media {
  background: #FFFFFF;
}
.see-work-card.kind-image .see-work-media img {
  width: 100%; height: 100%;
  display: block;
  object-fit: contain;
  object-position: left center;
  padding: 8px;
}
.see-work-media img {
  width: 100%; height: 100%;
  display: block;
  object-fit: cover;
}
.see-work-media .placeholder-media {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(108,231,167,0.08), transparent 60%),
    linear-gradient(135deg, #0E1411 0%, #0A0F0D 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.see-work-media .play-circle {
  width: 60px; height: 60px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(108,231,167,0.35);
}
.see-work-media .play-circle svg {
  width: 22px; height: 22px;
  fill: currentColor;
  margin-left: 3px;
}
.see-work-media .duration-pill {
  position: absolute;
  bottom: 12px; right: 12px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  color: var(--fg);
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 4px 10px;
  border-radius: 999px;
  font-variant-numeric: tabular-nums;
}
.see-work-media .kind-pill {
  position: absolute;
  top: 12px; left: 12px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--accent);
  background: rgba(108,231,167,0.12);
  border: 1px solid rgba(108,231,167,0.28);
  padding: 4px 8px;
  border-radius: 6px;
}
.see-work-body {
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.see-work-body h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  color: var(--fg);
  letter-spacing: -0.01em;
  margin: 0;
  line-height: 1.3;
}
.see-work-body p {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--fg-2);
  margin: 0;
  line-height: 1.5;
}

/* =============================================================
   30-day timeline
   ============================================================= */
.timeline-block {
  max-width: 820px;
  margin: 96px auto 0;
}
.timeline-list {
  display: flex;
  flex-direction: column;
}
.timeline-row {
  display: grid;
  grid-template-columns: 140px 32px 1fr;
  gap: 16px;
  align-items: flex-start;
}
.timeline-day {
  padding-top: 4px;
  text-align: right;
}
.timeline-day .day-pill {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-soft);
  border: 1px solid rgba(108,231,167,0.22);
  padding: 5px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.timeline-spine {
  position: relative;
  width: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  padding-top: 8px;
}
.timeline-spine .dot {
  width: 12px; height: 12px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(108,231,167,0.12);
  flex-shrink: 0;
}
.timeline-spine .line {
  width: 2px;
  flex: 1;
  background: var(--border);
  margin-top: 6px;
  min-height: 36px;
}
.timeline-body {
  padding: 0 0 32px;
}
.timeline-body p {
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--fg-1);
  line-height: 1.55;
  margin: 0;
}
.timeline-row:last-child .timeline-body { padding-bottom: 0; }

/* =============================================================
   Comparison cards
   ============================================================= */
.compare-block {
  max-width: 1000px;
  margin: 88px auto 0;
}
.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.compare-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px 22px 24px;
  transition: border-color 180ms var(--ease-out), background 180ms var(--ease-out);
}
.compare-card:hover {
  border-color: var(--border-strong);
  background: var(--surface-2);
}
.compare-vs {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  color: var(--fg);
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.compare-vs::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 999px;
  background: var(--accent);
  flex-shrink: 0;
}
.compare-card p {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: var(--fg-2);
  line-height: 1.55;
  margin: 0;
}

/* =============================================================
   Final CTA — boxed treatment for "Two ways out"
   ============================================================= */
.final-cta {
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: 18px;
  padding: 40px 32px 36px;
}

/* =============================================================
   Responsive
   ============================================================= */
@media (max-width: 880px) {
  .see-work-grid { grid-template-columns: 1fr; }
  .compare-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .founder-row { padding: 12px; gap: 12px; }
  .founder-photo { width: 52px; height: 52px; }
  .founder-caption { font-size: 12.5px; }
  .watch-head .watch-sub { font-size: 14.5px; }
  .section-head h2 { font-size: 24px; }
  .timeline-row { grid-template-columns: 92px 24px 1fr; gap: 12px; }
  .timeline-day .day-pill { font-size: 10.5px; padding: 4px 8px; }
  .timeline-body p { font-size: 13.5px; }
  .final-cta { padding: 28px 20px 28px; }
}


/* =============================================================
   Hover/press affordances on cards
   ============================================================= */
.see-work-card,
.compare-card,
.faq-item,
.founder-row {
  transition: transform 240ms var(--ease-out), border-color 200ms var(--ease-out), background 200ms var(--ease-out), box-shadow 240ms var(--ease-out);
  will-change: transform;
}
.see-work-card:hover {
  transform: translateY(-3px);
  border-color: var(--border-strong);
  background: var(--surface-2);
  box-shadow: 0 12px 30px -16px rgba(0,0,0,0.55);
}
.see-work-card .play-circle {
  transition: transform 260ms var(--ease-out), box-shadow 260ms var(--ease-out);
}
.see-work-card:hover .play-circle {
  transform: scale(1.08);
  box-shadow: 0 12px 36px rgba(108,231,167,0.5);
}
.see-work-card.kind-image .see-work-media img {
  transition: transform 400ms var(--ease-out);
}
.see-work-card.kind-image:hover .see-work-media img {
  transform: scale(1.025);
}

.compare-card:hover {
  transform: translateY(-2px);
  border-color: var(--border-strong);
  background: var(--surface-2);
  box-shadow: 0 8px 24px -16px rgba(0,0,0,0.5);
}
.compare-card:active {
  transform: translateY(0);
  transition-duration: 80ms;
}

.founder-row:hover {
  border-color: var(--border-strong);
  background: var(--surface-2);
}
.founder-photo {
  transition: transform 280ms var(--ease-out);
}
.founder-row:hover .founder-photo {
  transform: scale(1.04);
}

/* FAQ smooth accordion */
.faq-item summary {
  transition: background 160ms var(--ease-out);
}
.faq-item summary:hover {
  background: var(--surface-2);
}
.faq-item:hover {
  border-color: var(--border-strong);
  transform: translateY(-1px);
}
.faq-item[open] {
  transform: none;
}
.faq-item[open] .a-body {
  animation: faq-reveal 280ms var(--ease-out);
}
.faq-item[open] summary {
  background: transparent;
}
.faq-item summary:active {
  background: var(--surface-2);
}
@keyframes faq-reveal {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Form fields focus polish */
.field {
  transition: border-color 180ms var(--ease-out), background 180ms var(--ease-out), box-shadow 180ms var(--ease-out);
}
.field:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(108,231,167,0.18);
}

/* Trust row items subtle hover */
.trust-row .item {
  transition: color 180ms var(--ease-out), transform 180ms var(--ease-out);
}
.trust-row .item:hover {
  color: var(--fg);
  transform: translateY(-1px);
}

/* Bullets check pop */
.check-list li {
  transition: transform 180ms var(--ease-out);
}
.check-list li:hover {
  transform: translateX(2px);
}
.check-list .ico {
  transition: transform 220ms var(--ease-out), background 200ms var(--ease-out);
}
.check-list li:hover .ico {
  transform: scale(1.1);
}

/* Disable hover lift on touch devices to avoid sticky :hover */
@media (hover: none) {
  .see-work-card:hover,
  .compare-card:hover,
  .faq-item:hover,
  .founder-row:hover,
  .check-list li:hover,
  .btn-cta:hover {
    transform: none;
  }
  .btn-cta:hover .arr { transform: none; }
}

/* Reduced-motion respect */
@media (prefers-reduced-motion: reduce) {
  .see-work-card,
  .compare-card,
  .faq-item,
  .founder-row,
  .btn-cta,
  .check-list li,
  .check-list .ico,
  .founder-photo,
  .see-work-card.kind-image .see-work-media img,
  .see-work-card .play-circle {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}

/* =============================================================
   Mobile — phones (<= 540px)
   ============================================================= */
@media (max-width: 540px) {
  .page { padding: 32px 14px 56px; }
  .shell { padding: 0; }

  /* Top urgency banner — wrap nicely */
  .urgency-banner { padding: 9px 12px; }
  .urgency-banner .urgency-text {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 11.5px;
    line-height: 1.4;
    text-align: center;
    gap: 6px;
  }

  /* Hero */
  .eyebrow { font-size: 10.5px; letter-spacing: 0.1em; padding-right: 64px; }
  .headline { font-size: 26px; padding-right: 64px; line-height: 1.12; }
  .lede { font-size: 14.5px; }
  .mascot-stage { width: 56px; height: 56px; top: 0; right: 0; }

  /* Founder row */
  .founder-row {
    padding: 10px 12px;
    gap: 12px;
    border-radius: 12px;
  }
  .founder-photo { width: 44px; height: 44px; border-width: 1.5px; }
  .founder-caption { font-size: 12px; line-height: 1.45; }

  /* Form */
  .form-card { padding: 22px 18px 22px; border-radius: 14px; }
  .form-card h3 { font-size: 17px; }
  .field { font-size: 15px; padding: 14px 14px; }
  .btn-cta { font-size: 14px; padding: 14px 18px; }

  /* Trust row stacks */
  .trust-row { gap: 14px; }
  .trust-row .item { font-size: 12.5px; }

  /* Watch headline */
  .watch-head { margin: 14px auto 28px; }
  .watch-head .headline { font-size: 26px; }
  .watch-head .watch-sub { font-size: 13.5px; padding: 0 4px; }

  /* CTA blocks — full width buttons on phone */
  .cta-block { margin-top: 56px; }
  .cta-block h2 { font-size: 20px; }
  .cta-block p.sub { font-size: 13.5px; }
  .cta-block .btn-cta,
  .scarcity .btn-cta,
  .final-cta .btn-cta {
    width: 100%;
    min-width: 0;
    padding: 14px 18px;
  }

  /* Section heads */
  .section-head { margin-bottom: 22px; }
  .section-head .kicker { font-size: 10px; }
  .section-head h2 { font-size: 22px; }

  /* See it work */
  .see-work { margin-top: 64px; }
  .see-work-grid { gap: 12px; }
  .see-work-body { padding: 14px 16px 16px; }
  .see-work-body h4 { font-size: 15px; }
  .see-work-body p { font-size: 12.5px; }
  .see-work-media .play-circle { width: 48px; height: 48px; }
  .see-work-media .play-circle svg { width: 18px; height: 18px; }

  /* Timeline */
  .timeline-block { margin-top: 64px; }
  .timeline-row {
    grid-template-columns: 76px 20px 1fr;
    gap: 10px;
  }
  .timeline-day .day-pill {
    font-size: 9.5px;
    padding: 4px 7px;
    letter-spacing: 0.04em;
  }
  .timeline-spine .dot { width: 10px; height: 10px; box-shadow: 0 0 0 3px rgba(108,231,167,0.12); }
  .timeline-body { padding-bottom: 24px; }
  .timeline-body p { font-size: 13px; line-height: 1.5; }

  /* Guarantee */
  .guarantee { padding: 28px 20px; margin-top: 56px; }
  .guarantee h3 { font-size: 18px; }
  .guarantee p { font-size: 13px; }

  /* Compare */
  .compare-block { margin-top: 64px; }
  .compare-card { padding: 18px 18px 20px; }
  .compare-vs { font-size: 15px; }
  .compare-card p { font-size: 12.5px; }

  /* Scarcity */
  .scarcity { margin-top: 56px; padding: 22px 18px; }
  .scarcity p { font-size: 13px; }

  /* FAQ accordion */
  .faq-block { margin-top: 64px; }
  .faq-item summary { padding: 16px 16px; gap: 12px; }
  .faq-item .q-text { font-size: 14.5px; line-height: 1.4; }
  .faq-item .q-icon { width: 24px; height: 24px; }
  .faq-item .q-icon svg { width: 12px; height: 12px; }
  .faq-item .a-body { padding: 0 16px 18px; }
  .faq-item .a-body p { font-size: 13px; line-height: 1.6; margin-top: 14px; }

  /* Final CTA */
  .final-cta { margin-top: 64px; padding: 28px 20px 28px; border-radius: 16px; }
  .final-cta h2 { font-size: 24px; }
  .final-cta p { font-size: 13.5px; }
  .final-cta .fineprint { font-size: 11px; }

  /* Footer */
  .page-footer {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 8px;
    font-size: 11.5px;
  }
}

/* Tiny phones */
@media (max-width: 380px) {
  .headline { font-size: 22px; padding-right: 56px; }
  .eyebrow { padding-right: 56px; }
  .mascot-stage { width: 48px; height: 48px; top: 0; right: 0; }
  .watch-head .headline { font-size: 23px; padding-right: 0; }
  .timeline-row { grid-template-columns: 64px 18px 1fr; gap: 8px; }
  .timeline-day .day-pill { font-size: 9px; padding: 3px 6px; }
  .section-head h2 { font-size: 20px; }
}


/* =============================================================
   See it work — single dashboard hero card
   ============================================================= */
.dash-card {
  display: block;
  width: 100%;
  text-align: left;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 0;
  cursor: zoom-in;
  overflow: hidden;
  font-family: inherit;
  color: inherit;
  transition: border-color 220ms var(--ease-out), background 200ms var(--ease-out), transform 240ms var(--ease-out), box-shadow 260ms var(--ease-out);
}
.dash-card:hover {
  border-color: var(--border-strong);
  background: var(--surface-2);
  transform: translateY(-3px);
  box-shadow: 0 22px 60px -28px rgba(0,0,0,0.65);
}
.dash-card:active { transform: translateY(-1px); transition-duration: 80ms; }
.dash-card:focus-visible {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(108,231,167,0.25);
}

/* Browser-style chrome bar */
.dash-frame {
  background:
    radial-gradient(circle at 18% 0%, rgba(108,231,167,0.10), transparent 55%),
    linear-gradient(180deg, #11181A 0%, #0A0F0D 100%);
  border-bottom: 1px solid var(--border);
}
.dash-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  background: rgba(0,0,0,0.25);
}
.dash-chrome .dot {
  width: 11px; height: 11px;
  border-radius: 999px;
  display: inline-block;
}
.dash-chrome .dot.r { background: #FF5F57; }
.dash-chrome .dot.y { background: #FEBC2E; }
.dash-chrome .dot.g { background: #28C840; }
.dash-chrome .dash-url {
  margin-left: 14px;
  flex: 1;
  text-align: center;
  max-width: 360px;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--fg-3);
  font-family: var(--font-body);
  font-size: 12px;
  padding: 5px 14px;
  border-radius: 8px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Image area */
.dash-img-wrap {
  position: relative;
  background: #FFFFFF;
  overflow: hidden;
}
.dash-img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  transition: transform 600ms var(--ease-out);
}
.dash-card:hover .dash-img-wrap img {
  transform: scale(1.015);
}

/* Zoom hint badge */
.dash-zoom-hint {
  position: absolute;
  top: 14px; right: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(8,12,10,0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.08);
  color: #FFFFFF;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 7px 12px 7px 10px;
  border-radius: 999px;
  opacity: 0.95;
  transform: translateY(0);
  transition: transform 260ms var(--ease-out), opacity 200ms var(--ease-out), background 200ms var(--ease-out);
}
.dash-zoom-hint svg {
  width: 14px; height: 14px;
  stroke: var(--accent);
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.dash-card:hover .dash-zoom-hint {
  background: rgba(8,12,10,0.92);
  transform: translateY(-1px);
}

/* Meta row */
.dash-meta {
  padding: 18px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dash-meta h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  color: var(--fg);
  letter-spacing: -0.01em;
  margin: 0;
}
.dash-meta p {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: var(--fg-2);
  line-height: 1.55;
  margin: 0;
  max-width: 640px;
}

/* See-work container width — single card looks better narrower */
.see-work { max-width: 920px; }

/* =============================================================
   Lightbox (image preview)
   ============================================================= */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(2,4,3,0.86);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  cursor: zoom-out;
  animation: lightbox-fade 200ms var(--ease-out);
}
@keyframes lightbox-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
.lightbox-inner {
  position: relative;
  max-width: min(1280px, 96vw);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  cursor: default;
  animation: lightbox-pop 280ms var(--ease-out);
}
@keyframes lightbox-pop {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}
.lightbox-inner img {
  max-width: 100%;
  max-height: 86vh;
  height: auto;
  width: auto;
  border-radius: 12px;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,0.7);
  background: #FFFFFF;
  display: block;
}
.lightbox-cap {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--fg-2);
  letter-spacing: 0.02em;
}
.lightbox-close {
  position: fixed;
  top: 18px; right: 18px;
  width: 40px; height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(8,12,10,0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms var(--ease-out), transform 220ms var(--ease-out), border-color 200ms var(--ease-out);
  z-index: 2001;
}
.lightbox-close:hover {
  background: var(--accent);
  color: var(--accent-ink);
  border-color: var(--accent);
  transform: rotate(90deg);
}
.lightbox-close:active { transform: rotate(90deg) scale(0.94); }
.lightbox-close svg {
  width: 18px; height: 18px;
  stroke: currentColor; stroke-width: 2.25;
  fill: none; stroke-linecap: round; stroke-linejoin: round;
}

@media (max-width: 540px) {
  .dash-chrome { padding: 10px 12px; gap: 6px; }
  .dash-chrome .dot { width: 9px; height: 9px; }
  .dash-chrome .dash-url { font-size: 11px; padding: 4px 10px; max-width: 220px; margin-left: 8px; }
  .dash-zoom-hint { top: 10px; right: 10px; font-size: 11px; padding: 6px 10px 6px 8px; }
  .dash-zoom-hint svg { width: 12px; height: 12px; }
  .dash-meta { padding: 14px 16px 18px; }
  .dash-meta h4 { font-size: 15px; }
  .dash-meta p { font-size: 12.5px; }

  .lightbox { padding: 16px; }
  .lightbox-close { top: 12px; right: 12px; width: 36px; height: 36px; }
  .lightbox-close svg { width: 16px; height: 16px; }
}

@media (hover: none) {
  .dash-card:hover { transform: none; }
  .dash-card:hover .dash-img-wrap img { transform: none; }
  .lightbox-close:hover { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .dash-card, .dash-img-wrap img, .lightbox, .lightbox-inner, .lightbox-close, .dash-zoom-hint {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}


/* Timeline lead — sits above the day rows */
.timeline-lead {
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--accent);
  text-align: center;
  margin: -8px auto 28px;
  max-width: 620px;
  line-height: 1.55;
  font-weight: 500;
}

/* Guarantee 'why' line — sits above the body */
.guarantee .guarantee-why {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: var(--accent);
  font-weight: 500;
  margin: 0 0 12px;
  letter-spacing: 0.005em;
  line-height: 1.6;
}

/* CTA after comparison */
.cta-after-compare {
  margin-top: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.cta-after-compare .sub {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--fg-2);
  margin: 0;
  line-height: 1.55;
  max-width: 460px;
}
.cta-after-compare .btn-cta {
  width: auto;
  min-width: 280px;
  padding: 14px 28px;
}

@media (max-width: 540px) {
  .timeline-lead { font-size: 13px; margin-bottom: 22px; }
  .guarantee .guarantee-why { font-size: 12.5px; }
  .cta-after-compare { margin-top: 24px; }
  .cta-after-compare .btn-cta { width: 100%; min-width: 0; }
}

/* =============================================================
   Top banner — pill spot counter + dot separators
   ============================================================= */
.urgency-banner .banner-sep {
  opacity: 0.55;
  font-weight: 500;
}
.urgency-banner .spot {
  background: rgba(6,40,26,0.22);
  color: var(--accent-ink);
  border: 1px solid rgba(6,40,26,0.35);
  padding: 1px 9px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13.5px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  margin: 0 2px;
  line-height: 1.4;
}

/* =============================================================
   Page 1 — Founding cohort offer card
   (sits between lede and video)
   ============================================================= */
.founding-card {
  position: relative;
  margin: 0 0 32px;
  padding: 22px 24px 22px;
  background:
    radial-gradient(120% 100% at 0% 0%, rgba(61,220,151,0.07), transparent 60%),
    var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(61,220,151,0.08) inset,
    0 8px 28px -16px rgba(61,220,151,0.18);
}
.founding-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(61,220,151,0.45), rgba(61,220,151,0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.founding-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.founding-card-shield {
  width: 30px; height: 30px;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.founding-card-shield svg {
  width: 16px; height: 16px;
  stroke: currentColor; stroke-width: 1.85;
  fill: none; stroke-linecap: round; stroke-linejoin: round;
}
.founding-card-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.founding-card-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin: 0 0 8px;
  line-height: 1.2;
}
.founding-card-body {
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--fg-2);
  line-height: 1.55;
  margin: 0 0 16px;
  max-width: 640px;
}
.founding-card-spots {
  display: flex;
  align-items: center;
}
.founding-card-spots .spots-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent-soft);
  border: 1px solid rgba(61,220,151,0.28);
  color: var(--accent);
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 600;
  padding: 6px 12px 6px 10px;
  border-radius: 999px;
  letter-spacing: 0.01em;
}
.founding-card-spots .spots-pill svg {
  width: 13px; height: 13px;
  fill: var(--accent);
  stroke: none;
}
.founding-card-spots .spots-pill strong {
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--fg);
  background: rgba(61,220,151,0.16);
  padding: 0 7px;
  border-radius: 999px;
}
.founding-card-cta {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.founding-card-cta .form-microcopy { margin: 0; }
.page1-layout-minimal .shell { gap: 24px; padding-top: 60px; }

/* =============================================================
   Page 2 — Founding CTA block (eyebrow + larger frame)
   ============================================================= */
.cta-block-founding {
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: 20px;
  padding: 36px 28px 30px;
  position: relative;
  overflow: hidden;
}
.cta-block-founding::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(61,220,151,0.5), rgba(61,220,151,0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.cta-block-founding .cta-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cta-block-founding h2 {
  font-size: 34px;
  margin-bottom: 14px;
}
.cta-block-founding .sub {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.cta-block-founding .fineprint {
  font-family: var(--font-body);
  font-size: 11.5px;
  color: var(--fg-4);
  margin: 14px 0 0;
}

/* =============================================================
   Page 2 — Live demo section
   ============================================================= */
.live-demo {
  max-width: 920px;
  margin: 88px auto 0;
}
.live-demo .section-sub {
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--fg-2);
  line-height: 1.55;
  margin: 12px auto 0;
  max-width: 560px;
  text-align: center;
}
.live-demo .placeholder-note {
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--fg-4);
  text-align: center;
  margin: 12px 0 0;
  letter-spacing: 0.02em;
}

/* =============================================================
   Guarantee CTA inside the guarantee card
   ============================================================= */
.guarantee .guarantee-cta {
  width: auto;
  min-width: 280px;
  margin: 22px auto 0;
  padding: 14px 26px;
}

/* =============================================================
   Final block — two-options layout
   ============================================================= */
.two-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  text-align: left;
  margin: 8px 0 28px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.two-options .opt {
  position: relative;
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px 22px 22px 56px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--fg-2);
  line-height: 1.6;
  margin: 0;
  max-width: none;
}
.two-options .opt-num {
  position: absolute;
  left: 18px; top: 20px;
  width: 26px; height: 26px;
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--fg-3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  border: 1px solid var(--border);
}
.two-options .opt-pref {
  background: var(--accent-soft);
  border-color: rgba(61,220,151,0.28);
  color: var(--fg-1);
}
.two-options .opt-pref .opt-num {
  background: var(--accent);
  color: var(--accent-ink);
  border-color: var(--accent);
}

@media (max-width: 760px) {
  .two-options { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .urgency-banner .spot { font-size: 12px; padding: 1px 8px; }
  .founding-card { padding: 18px 18px 18px; border-radius: 14px; }
  .founding-card-title { font-size: 18px; }
  .founding-card-body { font-size: 13.5px; }
  .cta-block-founding { padding: 28px 18px 24px; border-radius: 16px; }
  .cta-block-founding h2 { font-size: 22px; }
  .live-demo { margin-top: 64px; }
  .guarantee .guarantee-cta { width: 100%; min-width: 0; }
  .two-options .opt { padding: 18px 18px 18px 50px; font-size: 13.5px; }
  .two-options .opt-num { left: 14px; top: 16px; width: 24px; height: 24px; font-size: 12px; }
}

/* Language switcher — top-right pill, sits below urgency banner on mobile */
.lang-switcher {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 50;
  display: inline-flex;
  gap: 2px;
  padding: 4px;
  background: rgba(22, 22, 22, 0.86);
  border: 1px solid #2A2A2A;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.32);
}
/* Make room when urgency banner is on so switcher doesn't overlap on small screens */
.urgency-banner ~ .lang-switcher,
body:has(.urgency-banner) .lang-switcher {
  top: 52px;
}
.lang-pill {
  appearance: none;
  border: none;
  background: transparent;
  color: var(--fg-3, #9B9B9B);
  font-family: var(--font-body, "Outfit", system-ui, sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 6px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 80ms ease;
}
.lang-pill:hover { color: #FFFFFF; }
.lang-pill:active { transform: scale(0.96); }
.lang-pill.is-active {
  background: var(--accent);
  color: var(--accent-ink);
}
@media (max-width: 540px) {
  .lang-switcher { top: 50px; right: 10px; padding: 3px; }
  .lang-pill { padding: 5px 10px; font-size: 11.5px; }
}
