/* Nav */
.site-nav { background: #fff; border-bottom: 1px solid #e5e7eb; display: flex; align-items: center; height: 64px; position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 1280px; width: 100%; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; }
.nav-logo:hover { opacity: 0.8; }
.nav-logo img { height: 48px; width: 144px; object-fit: contain; }
.nav-links { display: flex; gap: 12px; align-items: center; }
.nav-links a { color: #000000; font-weight: 500; font-size: 14px; }
.nav-links .btn-primary { background: #7caa47; color: #fff; padding: 8px 18px; border-radius: 8px; font-weight: 600; }
.nav-links .btn-primary:hover { background: #6a9440; }

/* CTA */
.blog-cta { background: #085239; padding: 72px 24px; text-align: center; }
.blog-cta h2 { font-size: 36px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.blog-cta p { font-size: 18px; color: rgba(255,255,255,0.9); margin-bottom: 28px; }
.btn-cta { display: inline-block; background: #7caa47; color: #fff; font-size: 18px; font-weight: 600; padding: 24px 48px; border-radius: 8px; transition: background 0.15s; }
.btn-cta:hover { background: #6a9440; }

/* Footer */
.site-footer { background: #085239; color: #fff; padding: 32px 24px 64px; text-align: center; }
.footer-links { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px; }
.footer-links a { color: #fff; font-size: 16px; font-weight: 500; }
.footer-links a:hover { color: rgba(255,255,255,0.8); }
.footer-divider { border-top: 1px solid rgba(255,255,255,0.2); padding: 24px 0; }
.footer-copy { font-size: 14px; color: rgba(255,255,255,0.8); }
