:root {
  --bg: #ffffff;
  --bg-dark: #0a0a0a;
  --surface: #fafafa;
  --surface-2: #f4f4f5;
  --border: #e5e5e7;
  --border-strong: #d4d4d8;
  --text: #09090b;
  --text-dim: #52525b;
  --text-muted: #71717a;
  --accent: #14a800;
  --accent-hover: #0d8000;
  --accent-bg: rgba(20, 168, 0, 0.08);
  --gold: #f59e0b;
  --indigo: #6366f1;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.08);
  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 16px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body { padding-bottom: 0; }
@media (max-width: 880px) { body { padding-bottom: 72px; } }
a { color: inherit; text-decoration: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.read { max-width: 680px; margin: 0 auto; padding: 0 24px; }

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.nav-brand { font-weight: 700; font-size: 17px; letter-spacing: -0.01em; display: flex; align-items: center; gap: 8px; }
.nav-brand-mark {
  width: 28px; height: 28px; background: #09090b; border-radius: 7px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-family: 'Geist Mono', ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 13px; font-weight: 700; letter-spacing: -0.06em; line-height: 1;
  position: relative; flex: 0 0 auto; padding-top: 1px;
}
.nav-brand-mark::after {
  content: ''; position: absolute; left: 5px; right: 5px; bottom: 2px;
  height: 1.5px; background: var(--accent); border-radius: 1px;
}
.nav-cta { display: flex; gap: 10px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: inherit; font-size: 15px; font-weight: 600; padding: 12px 22px;
  border-radius: var(--radius); border: 1px solid transparent; cursor: pointer;
  text-decoration: none; transition: all .18s ease; white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: white; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--accent-hover); color: white; box-shadow: var(--shadow-md); }
.btn-secondary { background: transparent; color: var(--text); border-color: var(--border-strong); }
.btn-secondary:hover { background: var(--accent-bg); color: var(--accent); border-color: var(--accent); }
.btn.lg { padding: 16px 28px; font-size: 16px; }
.btn-sm { padding: 8px 14px; font-size: 13px; }

/* Proof bar */
.proof-bar { background: var(--surface); border-bottom: 1px solid var(--border); padding: 14px 0; }
.proof-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.proof-item { display: flex; align-items: center; gap: 10px; padding: 10px 12px; background: white; border: 1px solid var(--border); border-radius: var(--radius); }
.proof-icon { width: 32px; height: 32px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.proof-icon.dollar { background: rgba(20, 168, 0, 0.10); color: var(--accent); }
.proof-icon.check { background: rgba(20, 168, 0, 0.10); color: var(--accent); }
.proof-icon.clock { background: rgba(99, 102, 241, 0.10); color: var(--indigo); }
.proof-icon.users { background: rgba(245, 158, 11, 0.10); color: var(--gold); }
.proof-icon.star { background: rgba(245, 158, 11, 0.10); color: var(--gold); }
.proof-icon svg { width: 18px; height: 18px; }
.proof-text { display: flex; flex-direction: column; gap: 2px; line-height: 1.15; min-width: 0; }
.proof-num { font-size: 15px; font-weight: 800; color: var(--text); letter-spacing: -0.01em; }
.proof-num small { font-size: 11px; font-weight: 600; color: var(--text-dim); margin-left: 3px; }
.proof-label { font-size: 11px; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 500; }

/* Hero (spoke) */
.spoke-hero { padding: 80px 0 48px; }
.spoke-eyebrow {
  display: inline-block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em;
  font-weight: 700; color: var(--accent); border-left: 2px solid var(--accent); padding-left: 12px; margin-bottom: 20px;
}
.spoke-h1 {
  font-family: 'Geist', sans-serif; font-weight: 800; font-size: 56px; line-height: 1.05;
  letter-spacing: -0.025em; color: var(--text); margin-bottom: 20px;
}
.spoke-h1 .accent { color: var(--accent); }
.spoke-sub { font-size: 22px; color: var(--text-dim); line-height: 1.5; margin-bottom: 32px; max-width: 720px; }
.spoke-cta-stack { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.ghost-link { color: var(--text-muted); font-size: 14px; padding: 8px 0; border-bottom: 1px dashed var(--border-strong); }
.ghost-link:hover { color: var(--accent); border-color: var(--accent); }

/* Body */
.body { padding: 24px 0 64px; }
.body h2 { font-size: 32px; font-weight: 700; letter-spacing: -0.02em; margin: 56px 0 20px; line-height: 1.2; }
.body h3 { font-size: 20px; font-weight: 700; margin: 36px 0 14px; }
.body p { font-size: 18px; color: var(--text-dim); line-height: 1.7; margin-bottom: 18px; }
.body ul, .body ol { margin: 0 0 24px 22px; }
.body li { font-size: 18px; color: var(--text-dim); line-height: 1.7; margin-bottom: 8px; }
.body strong { color: var(--text); font-weight: 600; }
.body blockquote {
  border-left: 3px solid var(--accent);
  padding: 8px 0 8px 22px; margin: 28px 0; font-style: italic; color: var(--text);
  font-size: 19px;
}
.body .post-recap {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 28px 32px; margin: 32px 0;
}
.body .post-recap-label {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em;
  font-weight: 700; color: var(--text-muted); margin-bottom: 14px;
}
.body .post-recap p { font-size: 17px; line-height: 1.6; color: var(--text); }
.body .post-recap p:last-child { margin-bottom: 0; }
.body .post-recap ul { margin-left: 0; list-style: none; }
.body .post-recap li {
  font-size: 17px; color: var(--text); padding-left: 24px; position: relative;
}
.body .post-recap li::before {
  content: '→'; position: absolute; left: 0; color: var(--accent); font-weight: 700;
}

/* Inline CTA */
.inline-cta {
  background: var(--bg-dark); color: white; border-radius: var(--radius-lg);
  padding: 36px 40px; margin: 56px 0; display: grid; gap: 14px;
}
.inline-cta h3 { font-size: 24px; font-weight: 700; color: white; margin: 0; }
.inline-cta p { font-size: 16px; color: rgba(255, 255, 255, 0.7); margin: 0; }
.inline-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.inline-cta .btn-primary-dark { background: white; color: var(--bg-dark); }
.inline-cta .btn-primary-dark:hover { background: #fafafa; }
.inline-cta .ghost-light { color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.2); }
.inline-cta .ghost-light:hover { color: var(--accent); border-color: var(--accent); }

/* Read more */
.read-more { background: var(--surface); border-top: 1px solid var(--border); padding: 64px 0; }
.read-more-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; color: var(--text-muted); margin-bottom: 24px; }
.read-more h2 { font-size: 28px; font-weight: 700; margin-bottom: 32px; letter-spacing: -0.02em; }
.spoke-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.spoke-card {
  background: white; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 24px 26px; transition: all .18s ease;
}
.spoke-card:hover { border-color: var(--accent); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.spoke-card-eyebrow { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--accent); font-weight: 700; margin-bottom: 8px; }
.spoke-card h3 { font-size: 18px; font-weight: 700; line-height: 1.3; margin-bottom: 8px; color: var(--text); }
.spoke-card p { font-size: 14px; color: var(--text-dim); line-height: 1.5; margin: 0; }

/* Author */
.author-bio { padding: 64px 0; border-top: 1px solid var(--border); }
.author-grid { display: grid; grid-template-columns: 96px 1fr; gap: 24px; align-items: start; max-width: 720px; margin: 0 auto; }
.author-avatar { width: 96px; height: 96px; border-radius: 50%; overflow: hidden; border: 2px solid var(--border); }
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-name { font-size: 20px; font-weight: 700; margin-bottom: 4px; }
.author-title { font-size: 14px; color: var(--text-muted); margin-bottom: 12px; }
.author-text { font-size: 16px; color: var(--text-dim); line-height: 1.65; margin-bottom: 12px; }
.author-link { font-size: 14px; color: var(--accent); font-weight: 600; }

/* Footer */
.footer { padding: 40px 0; border-top: 1px solid var(--border); text-align: center; color: var(--text-muted); font-size: 14px; }
.footer a { color: var(--text-muted); }
.footer a:hover { color: var(--accent); }

/* Mobile sticky */
.mobile-cta {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(12px);
  border-top: 1px solid var(--border); padding: 12px 16px;
}
.mobile-cta .btn { width: 100%; }

@media (max-width: 1024px) {
  .proof-grid { grid-template-columns: repeat(4, 1fr); }
  .proof-item.hide-md { display: none; }
}
@media (max-width: 880px) {
  .spoke-hero { padding: 56px 0 32px; }
  .spoke-h1 { font-size: 38px; letter-spacing: -0.025em; }
  .spoke-sub { font-size: 18px; }
  .body h2 { font-size: 26px; }
  .body p, .body li { font-size: 17px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .nav-cta .btn-secondary { display: none; }
  .spoke-grid { grid-template-columns: 1fr; }
  .inline-cta { padding: 28px 24px; }
  .inline-cta h3 { font-size: 20px; }
  .mobile-cta { display: block; }
}
