:root {
  --bg: #0D1016;
  --surface: #141922;
  --text: #E8EAED;
  --muted: #8B92A0;
  --accent: #5FE0A0;
  --line: #242C3A;
}
* { box-sizing: border-box; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 1.65;
}
.wrap { max-width: 760px; margin: 0 auto; padding: 40px 20px 80px; }
header.site-header { max-width: 760px; margin: 0 auto; padding: 28px 20px 0; }
header.site-header a { color: var(--text); text-decoration: none; font-weight: 700; letter-spacing: 0.02em; }
h1 { font-size: 2em; line-height: 1.25; margin: 0.4em 0 0.2em; }
h2 { font-size: 1.3em; margin-top: 1.8em; color: var(--text); }
p { color: var(--text); }
p.intro { color: var(--muted); font-size: 1.1em; }
p.cta a { color: var(--accent); font-weight: 600; text-decoration: none; }
p.cta a:hover { text-decoration: underline; }
p.disclosure { color: var(--muted); font-size: 0.85em; border-top: 1px solid var(--line); padding-top: 1em; margin-top: 2em; }
img.card { width: 100%; border-radius: 8px; margin: 1em 0; }
.post-list { list-style: none; padding: 0; }
.post-list li { border-bottom: 1px solid var(--line); padding: 20px 0; }
.post-list a { color: var(--text); text-decoration: none; font-size: 1.15em; font-weight: 600; }
.post-list a:hover { color: var(--accent); }
.subscribe { border: 1px solid var(--line); border-radius: 8px; padding: 24px; margin-top: 3em; }
.subscribe h2 { margin-top: 0; font-size: 1.15em; }
.subscribe p { color: var(--muted); font-size: 0.95em; margin-bottom: 1em; }
.related-guides { border-top: 1px solid var(--line); margin-top: 2.5em; padding-top: 0.5em; }
.related-guides h2 { font-size: 1.15em; }
.related-guides ul { list-style: none; padding: 0; }
.related-guides li { border-bottom: 1px solid var(--line); padding: 12px 0; }
.related-guides a { color: var(--text); text-decoration: none; font-weight: 600; }
.related-guides a:hover { color: var(--accent); }
.related-guides .guide-price { color: var(--muted); font-size: 0.9em; margin-left: 0.5em; }
