/* ============================================================
   Helm — light / professional SaaS marketing site
   ============================================================ */

:root {
  --bg:          #ffffff;
  --bg-2:        #f8fafc;
  --bg-3:        #f1f5f9;
  --ink:         #0f172a;
  --ink-2:       #334155;
  --ink-3:       #64748b;
  --ink-4:       #94a3b8;
  --line:        #e2e8f0;
  --line-2:      #cbd5e1;
  --brand:       #6366f1;    /* indigo-500 */
  --brand-2:     #4f46e5;    /* indigo-600 */
  --accent:      #f59e0b;    /* amber-500 */
  --good:        #10b981;
  --warn:        #f59e0b;
  --bad:         #ef4444;
  --radius:      14px;
  --radius-sm:   10px;
  --radius-lg:   22px;
  --shadow-sm:   0 1px 2px rgba(15, 23, 42, 0.05);
  --shadow:      0 10px 30px -12px rgba(15, 23, 42, 0.18);
  --shadow-lg:   0 30px 60px -20px rgba(79, 70, 229, 0.25);
  --grad:        linear-gradient(135deg, #6366f1 0%, #f59e0b 100%);
}

*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: #ddd6fe; color: var(--ink); }

/* ===================== Layout ===================== */
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}
.container.narrow { max-width: 720px; }

.section {
  padding: 104px 0;
  border-top: 1px solid var(--line);
}
.section-title {
  font-size: clamp(30px, 4.2vw, 44px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 14px;
}
.section-sub {
  color: var(--ink-3);
  font-size: 18px;
  margin: 0 0 56px;
  max-width: 680px;
}
.center { text-align: center; }
.fine {
  color: var(--ink-4);
  font-size: 13px;
}
.fine-dim {
  color: #cbd5e1;
  font-size: 13px;
  margin: 8px 0 0;
}

/* ===================== Draft banner ===================== */
.draft-banner {
  background: #111827;
  color: #facc15;
  text-align: center;
  font-size: 13px;
  padding: 8px 12px;
  letter-spacing: 0.01em;
}
.draft-banner strong { color: #fff; }

/* ===================== Nav ===================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px 24px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; }
.nav-links {
  display: flex;
  gap: 28px;
  margin-left: 8px;
  flex: 1;
}
.nav-links a {
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 500;
}
.nav-links a:hover { color: var(--brand); }
@media (max-width: 720px) { .nav-links { display: none; } }

/* ===================== Buttons ===================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .12s ease, background .15s, border-color .15s, color .15s, box-shadow .15s;
  font-family: inherit;
  line-height: 1;
  white-space: nowrap;
}
.btn-sm { padding: 9px 14px; font-size: 14px; }
.btn-lg { padding: 14px 24px; font-size: 16px; }
.btn-block { width: 100%; }

.btn-primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 10px 30px -12px rgba(99, 102, 241, 0.55);
}
.btn-primary:hover { background: var(--brand-2); transform: translateY(-1px); }
.btn-primary:active { transform: translateY(0); }
.btn-primary:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

.btn-ghost {
  background: #fff;
  color: var(--ink);
  border-color: var(--line-2);
}
.btn-ghost:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.btn-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid currentColor;
  border-right-color: transparent;
  animation: spin .7s linear infinite;
}
.btn.is-loading .btn-spinner { display: inline-block; }
.btn.is-loading .btn-label { opacity: .65; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ===================== Hero ===================== */
.hero {
  position: relative;
  padding: 96px 0 48px;
  background:
    radial-gradient(1200px 380px at 50% -100px, rgba(99, 102, 241, 0.12), transparent 60%),
    radial-gradient(900px 300px at 80% 10%, rgba(245, 158, 11, 0.10), transparent 60%),
    #fff;
  overflow: hidden;
}
.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--brand-2);
  background: #eef2ff;
  border: 1px solid #e0e7ff;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.display {
  font-size: clamp(42px, 7vw, 76px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.02;
  margin: 0 0 22px;
  max-width: 18ch;
}
.grad {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead {
  font-size: 19px;
  color: var(--ink-2);
  max-width: 700px;
  margin: 0 0 32px;
}
.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

/* ===================== Mock dashboard ===================== */
.mock {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  margin-top: 8px;
}
.mock-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: var(--bg-2);
  border-bottom: 1px solid var(--line);
}
.mock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e2e8f0;
}
.mock-dot:nth-child(1) { background: #fca5a5; }
.mock-dot:nth-child(2) { background: #fde68a; }
.mock-dot:nth-child(3) { background: #a7f3d0; }
.mock-url {
  margin-left: 16px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  color: var(--ink-3);
}
.mock-body {
  display: grid;
  grid-template-columns: 200px 1fr;
  min-height: 420px;
}
.mock-sidebar {
  background: var(--bg-2);
  border-right: 1px solid var(--line);
  padding: 20px 14px;
}
.ms-section {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-4);
  margin: 0 0 8px 10px;
}
.ms-item {
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 14px;
  color: var(--ink-2);
  margin-bottom: 2px;
}
.ms-active {
  background: #eef2ff;
  color: var(--brand-2);
  font-weight: 600;
}
.mock-main { padding: 24px; }
.mock-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}
.mock-stat {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 14px;
}
.ms-label { font-size: 12px; color: var(--ink-3); letter-spacing: 0.02em; margin-bottom: 6px; }
.ms-value { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 4px; }
.ms-trend { font-size: 12px; color: var(--ink-3); }
.ms-trend.good { color: var(--good); }
.ms-trend.bad  { color: var(--bad); }

.mock-chart {
  height: 100px;
  background:
    linear-gradient(180deg, rgba(99,102,241,0.16), rgba(99,102,241,0)) top/100% 60% no-repeat,
    linear-gradient(#e2e8f0, #e2e8f0) bottom/100% 1px no-repeat,
    #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.mock-chart::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right,
    transparent 0%, transparent 10%,
    rgba(99,102,241,0.8) 10%, rgba(99,102,241,0.8) 10.2%, transparent 10.2%,
    transparent 25%,
    rgba(99,102,241,0.8) 25%, rgba(99,102,241,0.8) 25.2%, transparent 25.2%,
    transparent 60%);
  background-size: 100% 100%;
  -webkit-mask-image: linear-gradient(to right,
    black 0%, black 100%);
}
.mock-list { display: grid; gap: 10px; }
.ml-row {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
}
.ml-chip {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 6px;
  text-align: center;
}
.ml-chip.amber  { background: #fef3c7; color: #b45309; }
.ml-chip.indigo { background: #e0e7ff; color: #4338ca; }
.ml-chip.rose   { background: #fee2e2; color: #b91c1c; }
.ml-title { font-size: 14px; color: var(--ink); }
.ml-meta  { font-size: 12px; color: var(--ink-4); }

@media (max-width: 780px) {
  .mock-body { grid-template-columns: 1fr; }
  .mock-sidebar { display: none; }
  .mock-row { grid-template-columns: 1fr; }
}

/* ===================== Band ===================== */
.band {
  background: var(--bg-2);
  padding: 48px 0;
}
.band-title {
  font-size: 18px;
  color: var(--ink-2);
  text-align: center;
  margin: 0 auto 20px;
  max-width: 820px;
  line-height: 1.5;
}
.band-title strong { color: var(--ink); }
.replaces {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 13px;
  color: var(--ink-3);
  align-items: center;
}
.rep-chip {
  background: #fff;
  border: 1px solid var(--line);
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--ink-2);
}

.band-2 { background: #0f172a; color: #f8fafc; }
.band-2 .section-title { color: #fff; }
.integ-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.integ {
  background: #1e293b;
  border: 1px solid #334155;
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.integ span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #94a3b8;
  margin-top: 6px;
}
@media (max-width: 820px) {
  .integ-grid { grid-template-columns: 1fr 1fr; }
}

/* ===================== Feature splits ===================== */
.feature-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 48px 0;
  border-top: 1px solid var(--line);
}
.feature-split:first-of-type { border-top: none; padding-top: 0; }
.feature-split.reverse .feature-copy { order: 2; }
.feature-split.reverse .feature-visual { order: 1; }

.feat-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-2);
  margin-bottom: 12px;
}
.feature-copy h3 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  line-height: 1.15;
}
.feature-copy p {
  color: var(--ink-2);
  font-size: 17px;
  margin: 0 0 18px;
}
.bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.bullets li {
  position: relative;
  padding-left: 28px;
  color: var(--ink-2);
  font-size: 15.5px;
}
.bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 32%, transparent 33%),
    var(--brand);
}

@media (max-width: 820px) {
  .feature-split { grid-template-columns: 1fr; gap: 32px; }
  .feature-split.reverse .feature-copy   { order: 1; }
  .feature-split.reverse .feature-visual { order: 2; }
}

/* -------- visual: managers -------- */
.visual-managers { position: relative; }
.v-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
  max-width: 380px;
}
.v-card-2 {
  margin-top: -30px;
  margin-left: 40px;
  position: relative;
}
@media (max-width: 820px) {
  .v-card-2 { margin-left: 20px; }
}
.v-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.v-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.v-avatar.indigo { background: var(--brand); }
.v-avatar.amber  { background: var(--accent); }
.v-name { font-weight: 600; font-size: 15px; }
.v-sub  { font-size: 12px; color: var(--ink-4); }
.v-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}
.vm {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: var(--ink-3);
  padding: 6px 0;
  border-bottom: 1px dashed var(--line);
}
.vm:nth-last-child(-n+2) { border-bottom: none; }
.vm strong { color: var(--ink); font-weight: 600; }
.vm strong.good { color: var(--good); }
.vm strong.bad  { color: var(--bad); }

/* -------- visual: inventory -------- */
.inv-table {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 8px;
  box-shadow: var(--shadow);
}
.inv-row {
  display: grid;
  grid-template-columns: 2fr 1fr 0.8fr 1fr;
  gap: 12px;
  padding: 12px 14px;
  font-size: 14px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.inv-row:last-child { border-bottom: none; }
.inv-row.inv-head {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-4);
  font-weight: 700;
}
.pill {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
}
.pill.good { background: #d1fae5; color: #065f46; }
.pill.warn { background: #fef3c7; color: #92400e; }
.pill.bad  { background: #fee2e2; color: #991b1b; }
.pill.neutral { background: var(--bg-3); color: var(--ink-3); }

/* -------- visual: schedule -------- */
.sched {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  align-items: end;
  height: 220px;
}
.sched-day { display: flex; flex-direction: column; align-items: stretch; gap: 6px; height: 100%; }
.sd-label {
  order: 2;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--ink-4);
  letter-spacing: 0.06em;
  text-align: center;
}
.sd-bar {
  order: 1;
  background: linear-gradient(180deg, #c7d2fe, #6366f1);
  border-radius: 6px;
  flex: 1;
  min-height: 4px;
  display: flex;
  align-self: flex-end;
  width: 100%;
}
.sd-60  { height: 55%; }
.sd-55  { height: 50%; }
.sd-65  { height: 62%; }
.sd-75  { height: 72%; }
.sd-92  { height: 88%; }
.sd-100 { height: 100%; }
.sd-peak { background: linear-gradient(180deg, #fcd34d, #f59e0b); }
.sd-70  { height: 68%; }
.viz-caption { text-align: center; color: var(--ink-4); font-size: 13px; margin: 12px 0 0; }

/* -------- visual: cashflow -------- */
.cf {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
}
.cf-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 18px;
}
.cf-label { font-size: 12px; color: var(--ink-3); letter-spacing: 0.02em; }
.cf-value { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; margin-top: 2px; }
.cf-tabs { display: flex; gap: 4px; background: var(--bg-2); border-radius: 999px; padding: 4px; }
.cf-tab {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--ink-3);
}
.cf-active { background: #fff; color: var(--ink); font-weight: 600; box-shadow: var(--shadow-sm); }
.cf-chart { width: 100%; height: 140px; display: block; }
.cf-legend {
  display: flex;
  gap: 20px;
  font-size: 12px;
  color: var(--ink-3);
  margin-top: 8px;
}
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}
.dot.indigo { background: var(--brand); }
.dot.amber  { background: var(--accent); }

/* -------- visual: bills -------- */
.bills {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px;
  box-shadow: var(--shadow);
}
.bills-head {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  color: var(--ink-3);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
}
.bh-ico {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef2ff;
  color: var(--brand-2);
  border-radius: 6px;
  font-size: 13px;
}
.bill-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.bill-row:last-child { border-bottom: none; }
.b-vendor { font-weight: 600; }
.b-amt    { color: var(--ink); font-variant-numeric: tabular-nums; }
.b-due    { color: var(--ink-3); font-size: 13px; }
.b-pill {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
  text-align: center;
}
.b-pill.good    { background: #d1fae5; color: #065f46; }
.b-pill.warn    { background: #fef3c7; color: #92400e; }
.b-pill.neutral { background: var(--bg-3); color: var(--ink-3); }

/* ===================== Pricing ===================== */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.price-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
}
.price-card.popular {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.08), var(--shadow);
}
.price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
}
.price-name {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 10px;
}
.price-amount { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.price-num { font-size: 40px; font-weight: 800; letter-spacing: -0.03em; }
.price-unit { font-size: 13px; color: var(--ink-3); }
.price-tag { color: var(--ink-3); font-size: 14px; margin-bottom: 20px; }
.price-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  flex: 1;
}
.price-list li {
  position: relative;
  padding: 8px 0 8px 24px;
  font-size: 14.5px;
  color: var(--ink-2);
  border-bottom: 1px solid var(--line);
}
.price-list li:last-child { border-bottom: none; }
.price-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 8px;
  color: var(--brand);
  font-weight: 700;
}
@media (max-width: 920px) { .price-grid { grid-template-columns: 1fr; } }

/* ===================== Waitlist form ===================== */
.waitlist-section {
  background:
    radial-gradient(900px 320px at 50% -10%, rgba(99,102,241,0.10), transparent 60%),
    var(--bg-2);
}
.form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: grid;
  gap: 16px;
  box-shadow: var(--shadow);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr; }
  .form { padding: 24px; }
}
.field { display: grid; gap: 6px; }
.field > span {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-2);
}
.field input,
.field select,
.field textarea {
  background: #fff;
  border: 1px solid var(--line-2);
  color: var(--ink);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  font-family: inherit;
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.18);
}
.field textarea { resize: vertical; min-height: 80px; }

.form-status {
  font-size: 14.5px;
  text-align: center;
  min-height: 20px;
  margin-top: 4px;
}
.form-status.is-success {
  color: #065f46;
  background: #d1fae5;
  border: 1px solid #a7f3d0;
  padding: 14px;
  border-radius: 10px;
}
.form-status.is-error {
  color: #991b1b;
  background: #fee2e2;
  border: 1px solid #fecaca;
  padding: 14px;
  border-radius: 10px;
}

/* ===================== Footer ===================== */
.footer {
  background: #0f172a;
  color: #cbd5e1;
  padding: 48px 0;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-links a {
  color: #cbd5e1;
  font-size: 14px;
}
.footer-links a:hover { color: #fff; }

code {
  background: #f1f5f9;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: var(--brand-2);
}
