/* Marketing + legal surface — performance-minded, no heavy framework */
.mkt {
  padding: 0;
  max-width: none;
}
.mkt-atmosphere {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(40, 97, 111, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 40% at 90% 10%, rgba(46, 111, 73, 0.12), transparent 50%),
    linear-gradient(180deg, var(--bg) 0%, var(--surface-2) 100%);
  pointer-events: none;
}
.mkt-header {
  padding: 28px max(16px, calc((100vw - 920px) / 2)) 48px;
}
.mkt-header.compact { padding-bottom: 24px; }
.mkt-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.mkt-brand {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
}
.mkt-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  font-size: 0.92rem;
}
.mkt-links a { color: var(--text-muted); text-decoration: none; }
.mkt-links a:hover { color: var(--accent); }
.mkt-cta-link {
  color: var(--accent-ink) !important;
  background: var(--accent-soft);
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid var(--border);
}
.mkt-hero h1 {
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  line-height: 1.05;
  margin: 0 0 14px;
}
.mkt-kicker {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 12px;
}
.mkt-lede {
  font-size: 1.12rem;
  color: var(--text-muted);
  max-width: 42ch;
  margin: 0 0 24px;
}
.mkt-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.mkt-main {
  padding: 0 max(16px, calc((100vw - 920px) / 2)) 64px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.report-section {
  scroll-margin-top: 24px;
}
.report-on-page {
  max-width: 720px;
}
.report-on-page .card {
  margin-bottom: 16px;
}

.mkt-dek { color: var(--text-muted); max-width: 60ch; margin: 0 0 16px; }
.mkt-list { max-width: 60ch; color: var(--text); }
.mkt-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; }
.mkt-chip {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.9rem;
}
.mkt-chip small { color: var(--text-faint); margin-left: 6px; font-family: "IBM Plex Mono", monospace; }
.mkt-footer {
  padding: 24px max(16px, calc((100vw - 920px) / 2)) 48px;
  border-top: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 0.88rem;
}
.mkt-about {
  margin-top: 8px;
  color: var(--text-faint);
  font-size: 0.82rem;
}
.mkt-price-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.mkt-price-table th,
.mkt-price-table td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--border);
  font-size: 0.94rem;
}
.mkt-price-table th {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-faint);
}
.disclaimer-banner {
  background: var(--amber-soft);
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 0.88rem;
  margin: 0;
}
.admin-badge {
  background: var(--green-soft) !important;
  color: var(--green) !important;
}
.brand-home {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 8px;
  color: var(--text-muted);
  text-decoration: none;
}
.header-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.card-title { font-family: "Fraunces", Georgia, serif; font-size: 1.2rem; margin: 0 0 12px; }
.terms-check { display: flex; gap: 10px; align-items: flex-start; margin: 12px 0 16px; }
.legal-page { padding: 24px max(16px, calc((100vw - 720px) / 2)) 64px; }
.legal-article { max-width: 68ch; }
.legal-article h1 { font-size: 1.8rem; margin-bottom: 8px; }
.legal-article h2 { font-size: 1.2rem; margin-top: 28px; }
.legal-article table { width: 100%; border-collapse: collapse; margin: 12px 0; font-size: 0.9rem; }
.legal-article th, .legal-article td { border: 1px solid var(--border); padding: 8px; text-align: left; }
.draft-banner {
  background: var(--amber-soft);
  border: 1px solid var(--border);
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
}
.crm-pre {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px;
  overflow: auto;
  max-height: 420px;
  font-size: 0.78rem;
}
@media (max-width: 640px) {
  .mkt-hero h1 { font-size: 2.2rem; }
}

/* ---- featured hero widget: same report-embed mount, above the fold ---- */
.hero-report {
  scroll-margin-top: 24px;
  max-width: 640px;
  margin-top: 22px;
}
.hero-report-eyebrow {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--accent);
  margin: 0 0 8px;
}
.hero-report .card {
  box-shadow: var(--shadow);
  margin-bottom: 12px;
}
.hero-report .disclaimer-banner {
  font-size: 0.8rem;
  padding: 8px 12px;
}
.hero-report-note {
  margin: 10px 0 0;
  font-size: 0.9rem;
}
.hero-report-note a { color: var(--text-muted); }
@media (max-width: 640px) {
  .hero-report { max-width: 100%; }
}

/* ---- location / guide pages ---- */
.crumbs {
  font-size: 0.82rem;
  color: var(--text-faint);
  margin: 0 0 14px;
}
.crumbs a { color: var(--text-muted); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.pilot-badge.badge-live { color: var(--green); background: var(--green-soft); border-color: transparent; }
.pilot-badge.badge-wait { color: var(--amber); background: var(--amber-soft); border-color: transparent; }
.loc-meta-row { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin: 4px 0 4px; }
.mkt-related {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.mkt-related a {
  display: block;
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: 10px 12px;
  font-size: 0.88rem;
  text-decoration: none;
  color: var(--text);
  background: var(--surface);
}
.mkt-related a:hover { border-color: var(--border-strong); }
.mkt-related small { display: block; color: var(--text-faint); font-size: 0.74rem; margin-top: 3px; }
