* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; background: #0a0a0a; color: #f0f0ee; line-height: 1.7; }

nav { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; background: #0a0a0a; border-bottom: 1px solid #222; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-icon { width: 36px; height: 36px; border-radius: 8px; display: block; }
.logo-name { font-size: 17px; font-weight: 700; color: #f0f0ee; }
.nav-right { display: flex; align-items: center; gap: 24px; }
.nav-link { font-size: 14px; color: #888; text-decoration: none; }
.nav-link:hover { color: #f0f0ee; }
.nav-cta { background: #f0f0ee; color: #0a0a0a; border: none; border-radius: 8px; padding: 9px 20px; font-size: 14px; font-weight: 600; cursor: pointer; font-family: inherit; text-decoration: none; }
@media(max-width:600px){ nav { padding: 14px 20px; } .nav-link { display: none; } }

main { max-width: 700px; margin: 0 auto; padding: 60px 24px 100px; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #22c55e; margin-bottom: 16px; }
h1 { font-size: clamp(28px, 5vw, 42px); font-weight: 800; letter-spacing: -1px; line-height: 1.15; margin-bottom: 14px; color: #f0f0ee; }
.meta { font-size: 13px; color: #555; margin-bottom: 40px; }
main h2 { font-size: 22px; font-weight: 700; color: #f0f0ee; margin: 40px 0 14px; }
main p { font-size: 16px; color: #aaa; margin-bottom: 18px; }
main ul, main ol { font-size: 16px; color: #aaa; margin: 0 0 18px 22px; }
main li { margin-bottom: 8px; }
main strong { color: #e8e8e4; }
main a { color: #22c55e; text-decoration: underline; }
.callout { background: #161616; border: 1px solid #222; border-left: 3px solid #22c55e; border-radius: 10px; padding: 18px 20px; margin: 26px 0; font-size: 15px; color: #ccc; }
.cta-box { background: #0d1f0d; border: 1px solid #1a5c1a; border-radius: 16px; padding: 30px; text-align: center; margin-top: 50px; }
.cta-box h3 { font-size: 20px; font-weight: 700; color: #f0f0ee; margin-bottom: 10px; }
.cta-box p { color: #888; margin-bottom: 20px; }
.btn-white { background: #f0f0ee; color: #0a0a0a; border: none; border-radius: 10px; padding: 13px 26px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; text-decoration: none; display: inline-block; }

.post-list { display: flex; flex-direction: column; gap: 22px; margin-top: 16px; }
.post-card { background: #161616; border: 1px solid #222; border-radius: 16px; padding: 26px; text-decoration: none; display: block; }
.post-card h2 { font-size: 18px; font-weight: 700; color: #f0f0ee; margin-bottom: 8px; }
.post-card p { font-size: 14px; color: #888; margin: 0; }

footer { padding: 40px; border-top: 1px solid #1a1a1a; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; max-width: 700px; margin: 0 auto; }
footer p { font-size: 13px; color: #444; }
