/* LiquidBid — public marketing site */
body.marketing {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
}
.marketing a { color: inherit; text-decoration: none; }
.marketing .wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* Header */
.mkt-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(246,243,236,0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.mkt-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 68px; max-width: 1360px; }
.mkt-brand { font-weight: 700; font-size: 19px; letter-spacing: -0.02em; color: var(--navy); }
.mkt-brand span { color: var(--accent); }
.mkt-nav { display: flex; align-items: center; gap: 22px; }
.mkt-nav a { font-size: 14.5px; font-weight: 500; color: var(--ink); white-space: nowrap; }
.mkt-nav a:hover { color: var(--accent); }
.mkt-cta-group { display: flex; align-items: center; gap: 10px; }
.mkt-nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 8px 12px; font-size: 14px; }

/* Buttons */
.mkt-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 20px; border-radius: 999px; font-size: 14.5px; font-weight: 600; border: 1px solid transparent; cursor: pointer; }
.mkt-btn.primary { background: var(--accent); color: #fff; }
.mkt-btn.primary:hover { background: #a8481a; }
.mkt-btn.ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.mkt-btn.ghost:hover { border-color: var(--navy); }
.mkt-btn.light { background: #fff; color: var(--navy); }
.mkt-btn.lg { padding: 14px 26px; font-size: 15.5px; }

/* Hero */
.mkt-hero { padding: 76px 0 64px; }
.mkt-hero .eyebrow { display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--accent); background: var(--accent-soft); padding: 6px 12px; border-radius: 999px; margin-bottom: 22px; }
.mkt-hero h1 { font-size: 44px; line-height: 1.12; letter-spacing: -0.02em; margin: 0 0 20px; color: var(--navy); max-width: 780px; }
.mkt-hero p.lead { font-size: 18px; color: var(--muted); max-width: 620px; margin: 0 0 32px; }
.mkt-hero .cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 20px; }
.mkt-hero .fine { font-size: 13px; color: var(--muted); }
.mkt-hero .trades { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.mkt-hero .trades span { font-size: 12.5px; font-weight: 600; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px; color: var(--evergreen); }

/* Sections */
.mkt-section { padding: 64px 0; }
.mkt-section.tight { padding: 44px 0; }
.mkt-section.dark { background: var(--navy); color: #eef2ef; }
.mkt-section.dark .muted { color: #a9b8b2; }
.mkt-section.evergreen { background: var(--evergreen); color: #eef2ef; }
.mkt-section.surface { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mkt-kicker { font-size: 12.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.mkt-section.dark .mkt-kicker, .mkt-section.evergreen .mkt-kicker { color: #e08a4f; }
.mkt-h2 { font-size: 30px; letter-spacing: -0.01em; margin: 0 0 14px; color: var(--navy); }
.mkt-section.dark .mkt-h2, .mkt-section.evergreen .mkt-h2 { color: #fff; }
.mkt-sub { font-size: 16px; color: var(--muted); max-width: 640px; margin: 0 0 40px; }

/* Grids & cards */
.mkt-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mkt-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.mkt-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
}
.mkt-card h3 { font-size: 17px; margin: 0 0 8px; color: var(--navy); }
.mkt-card p { font-size: 14.5px; color: var(--muted); margin: 0; }
.mkt-card .num { width: 34px; height: 34px; border-radius: 999px; background: var(--accent-soft); color: var(--accent); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; margin-bottom: 16px; }

/* Steps */
.mkt-steps { display: flex; flex-direction: column; gap: 0; }
.mkt-step { display: flex; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.mkt-step:last-child { border-bottom: none; }
.mkt-step .idx { flex-shrink: 0; width: 42px; height: 42px; border-radius: 999px; background: var(--evergreen); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.mkt-step h3 { margin: 0 0 6px; font-size: 17.5px; color: var(--navy); }
.mkt-step p { margin: 0; font-size: 14.5px; color: var(--muted); max-width: 560px; }

/* Pricing */
.mkt-price-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; display: flex; flex-direction: column; }
.mkt-price-card.featured { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.mkt-price-card .tier { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--accent); margin-bottom: 10px; }
.mkt-price-card .amount { font-size: 36px; font-weight: 700; color: var(--navy); letter-spacing: -0.02em; margin-bottom: 4px; }
.mkt-price-card .period { font-size: 13.5px; color: var(--muted); margin-bottom: 20px; }
.mkt-price-card ul { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 10px; }
.mkt-price-card li { font-size: 14px; padding-left: 24px; position: relative; color: var(--ink); }
.mkt-price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 700; }

/* FAQ */
.mkt-faq-item { border-bottom: 1px solid var(--line); padding: 20px 0; }
.mkt-faq-item button { width: 100%; text-align: left; background: none; border: none; font-size: 16px; font-weight: 600; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 0; }
.mkt-faq-item .a { font-size: 14.5px; color: var(--muted); margin-top: 12px; display: none; max-width: 640px; }
.mkt-faq-item.open .a { display: block; }
.mkt-faq-item .chev { transition: transform 0.15s; }
.mkt-faq-item.open .chev { transform: rotate(45deg); }

/* Sample opportunity card */
.mkt-sample-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.mkt-sample-card .pill-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.mkt-pill { font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: 999px; }
.mkt-pill.ok { background: var(--ok-soft); color: var(--ok); }
.mkt-pill.warn { background: var(--warn-soft); color: var(--warn); }
.mkt-pill.err { background: var(--danger-soft); color: var(--danger); }

/* Contact form */
.mkt-form { display: flex; flex-direction: column; gap: 16px; max-width: 480px; }
.mkt-form label { font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 6px; display: block; }
.mkt-form input, .mkt-form textarea, .mkt-form select {
  width: 100%; padding: 11px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  font-size: 14.5px; font-family: inherit; background: #fff; color: var(--ink);
}
.mkt-form textarea { resize: vertical; min-height: 110px; }

/* CTA band */
.mkt-cta-band { text-align: center; padding: 70px 0; }
.mkt-cta-band h2 { font-size: 32px; color: #fff; margin: 0 0 14px; letter-spacing: -0.01em; }
.mkt-cta-band p { color: #a9b8b2; font-size: 16px; margin: 0 0 30px; }

/* Footer */
.mkt-footer { background: var(--navy); color: #a9b8b2; padding: 48px 0 30px; }
.mkt-footer .cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 36px; }
.mkt-footer h4 { color: #eef2ef; font-size: 13px; text-transform: uppercase; letter-spacing: 0.04em; margin: 0 0 14px; }
.mkt-footer a { display: block; font-size: 14px; padding: 5px 0; color: #a9b8b2; }
.mkt-footer a:hover { color: #fff; }
.mkt-footer .bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 22px; font-size: 12.5px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* Utility */
.mkt-badge-row { display: flex; gap: 24px; flex-wrap: wrap; align-items: center; }
.mkt-badge { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--muted); }

/* Header nav switches to hamburger earlier than the rest of the mobile layout,
   so nav links never wrap mid-word on tablet/laptop widths. */
@media (max-width: 1450px) and (min-width: 861px) {
  .mkt-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 0; padding: 8px 24px 18px; }
  .mkt-nav.open { display: flex; }
  .mkt-nav a { padding: 10px 0; width: 100%; border-bottom: 1px solid var(--line); }
  .mkt-nav-toggle { display: inline-flex; }
}

/* Mobile */
@media (max-width: 860px) {
  .mkt-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 0; padding: 8px 24px 18px; }
  .mkt-nav.open { display: flex; }
  .mkt-nav a { padding: 10px 0; width: 100%; border-bottom: 1px solid var(--line); }
  .mkt-nav-toggle { display: inline-flex; }
  .mkt-hero h1 { font-size: 32px; }
  .mkt-hero p.lead { font-size: 16px; }
  .mkt-grid-3, .mkt-grid-2 { grid-template-columns: 1fr; }
  .mkt-footer .cols { grid-template-columns: 1fr 1fr; }
  .mkt-cta-group .mkt-btn.ghost { display: none; }
}
