body.capability-marketing {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 14% 5%, rgba(99,102,241,0.18), transparent 34rem),
    radial-gradient(circle at 86% 10%, rgba(103,232,249,0.10), transparent 28rem),
    var(--ds-bg, #070b18);
  color: var(--ds-text, #f8fafc);
  font-family: var(--ds-font-body, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

[data-theme="light"] body.capability-marketing,
body.capability-marketing[data-theme="light"] {
  background:
    radial-gradient(circle at 14% 5%, rgba(99,102,241,0.10), transparent 34rem),
    radial-gradient(circle at 86% 10%, rgba(6,182,212,0.08), transparent 28rem),
    var(--ds-bg, #f8fafc);
}

.mk-page {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 36px;
}

.mk-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 40px;
  align-items: center;
  min-height: 520px;
}

.mk-eyebrows,
.mk-pill-row,
.mk-actions,
.mk-feature-pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.mk-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--ds-border, rgba(148,163,184,0.22));
  background: var(--ds-bg-card, rgba(15,23,42,0.64));
  color: var(--ds-text-muted, #cbd5e1);
  font-family: var(--ds-font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mk-pill.purple { color: #c4b5fd; border-color: rgba(139,92,246,0.34); background: rgba(139,92,246,0.12); }
.mk-pill.indigo { color: #a5b4fc; border-color: rgba(99,102,241,0.34); background: rgba(99,102,241,0.12); }
.mk-pill.cyan { color: #67e8f9; border-color: rgba(103,232,249,0.30); background: rgba(103,232,249,0.10); }
.mk-pill.green { color: #6ee7b7; border-color: rgba(16,185,129,0.32); background: rgba(16,185,129,0.10); }
.mk-pill.amber { color: #fcd34d; border-color: rgba(245,158,11,0.34); background: rgba(245,158,11,0.11); }
.mk-pill.red { color: #fca5a5; border-color: rgba(239,68,68,0.32); background: rgba(239,68,68,0.10); }

.mk-h1 {
  margin: 16px 0 14px;
  color: var(--ds-text, #f8fafc);
  font-size: clamp(40px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 650;
  text-wrap: balance;
}

.mk-grad {
  display: block;
  background: var(--ds-accent-gradient, linear-gradient(135deg, #a78bfa, #6366f1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mk-sub {
  max-width: 58ch;
  margin: 0;
  color: var(--ds-text-muted, #cbd5e1);
  font-size: 17px;
  line-height: 1.72;
}

.mk-actions {
  margin-top: 26px;
}

.mk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid var(--ds-border, rgba(148,163,184,0.24));
  color: var(--ds-text, #f8fafc);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.mk-btn.primary {
  border-color: transparent;
  background: var(--ds-cta-gradient, linear-gradient(135deg, #6366f1, #8b5cf6));
  color: #fff;
  box-shadow: 0 14px 34px rgba(99,102,241,0.28);
}

.mk-card,
.mk-dash,
.mk-panel {
  border: 1px solid var(--ds-border, rgba(148,163,184,0.18));
  background: var(--ds-bg-card, rgba(15,23,42,0.62));
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(2,6,23,0.20);
}

.mk-dash {
  overflow: hidden;
}

.mk-dash-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--ds-border, rgba(148,163,184,0.14));
  color: var(--ds-text-dim, #94a3b8);
  font-family: var(--ds-font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.mk-dash-body {
  padding: 16px;
}

.mk-metric-grid,
.mk-feature-grid,
.mk-cap-grid,
.mk-solution-grid,
.mk-price-grid {
  display: grid;
  gap: 14px;
}

.mk-metric-grid { grid-template-columns: repeat(3, 1fr); margin-top: 16px; }
.mk-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 34px; }
.mk-cap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mk-solution-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mk-price-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; }

.mk-card {
  padding: 18px;
}

.mk-card h3,
.mk-panel h2,
.mk-feature h3 {
  margin: 0;
  color: var(--ds-text, #f8fafc);
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
}

.mk-card p,
.mk-feature p,
.mk-panel p,
.mk-price li {
  color: var(--ds-text-muted, #cbd5e1);
  font-size: 14px;
  line-height: 1.6;
}

.mk-feature {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
}

.mk-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(99,102,241,0.22);
  background: rgba(99,102,241,0.12);
  color: #a5b4fc;
  font-family: var(--ds-font-mono, ui-monospace, monospace);
  font-size: 12px;
  font-weight: 800;
}

.mk-section {
  padding: 54px 0;
}

.mk-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.mk-section h2 {
  margin: 0;
  color: var(--ds-text, #f8fafc);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: 0;
}

.mk-panel {
  padding: 22px;
}

.mk-timeline,
.mk-list {
  display: grid;
  gap: 8px;
}

.mk-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 7px;
  background: rgba(148,163,184,0.06);
}

.mk-row strong {
  display: block;
  color: var(--ds-text, #f8fafc);
  font-size: 13px;
}

.mk-row span,
.mk-small {
  color: var(--ds-text-dim, #94a3b8);
  font-size: 12px;
}

.mk-price {
  display: flex;
  flex-direction: column;
}

.mk-price.featured {
  border-color: rgba(99,102,241,0.42);
  background: linear-gradient(160deg, rgba(99,102,241,0.18), rgba(139,92,246,0.07));
}

.mk-price .price {
  margin: 14px 0 4px;
  color: var(--ds-text, #f8fafc);
  font-size: 34px;
  font-weight: 700;
}

.mk-price ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.mk-price li::before {
  content: "✓";
  color: #6ee7b7;
  margin-right: 8px;
}

.mk-price .mk-btn {
  margin-top: auto;
}

.mk-link-card {
  color: inherit;
  text-decoration: none;
}

.mk-link-card:hover {
  border-color: rgba(99,102,241,0.48);
  transform: translateY(-2px);
  transition: border-color .18s ease, transform .18s ease;
}

@media (max-width: 860px) {
  .mk-page { width: min(100% - 28px, 680px); padding-top: 48px; }
  .mk-hero { grid-template-columns: 1fr; min-height: auto; }
  .mk-feature-grid,
  .mk-cap-grid,
  .mk-solution-grid,
  .mk-price-grid,
  .mk-metric-grid { grid-template-columns: 1fr; }
  .mk-section-head { display: block; }
}
