/* SingleSheet marketing pages (index, features, help) */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Calibri, Arial, sans-serif; font-size: 16px; color: #1a1a1a; background: #fff; line-height: 1.6; }

/* ── Nav ──────────────────────────────────────────────────────────────────── */
.site-header { background: #217346; position: sticky; top: 0; z-index: 100; }
.site-nav { max-width: 960px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; height: 52px; gap: 0; }
.nav-logo { color: #fff; font-size: 18px; font-weight: 700; text-decoration: none; letter-spacing: 0.3px; margin-right: auto; }
.nav-logo:hover { opacity: 0.9; }
.nav-links { list-style: none; display: flex; gap: 4px; }
.nav-links a { color: rgba(255,255,255,0.85); text-decoration: none; padding: 6px 12px; font-size: 14px; border-radius: 4px; }
.nav-links a:hover { background: rgba(255,255,255,0.12); color: #fff; }
.nav-cta { background: #fff !important; color: #217346 !important; font-weight: 600; }
.nav-cta:hover { background: #f0f0f0 !important; }

/* ── Hero ─────────────────────────────────────────────────────────────────── */
.hero { background: linear-gradient(135deg, #1a5c38 0%, #217346 60%, #2a8a56 100%); color: #fff; text-align: center; padding: 72px 20px 80px; }
.hero-title { font-size: 42px; font-weight: 700; letter-spacing: -0.5px; margin-bottom: 16px; }
.hero-subtitle { font-size: 20px; opacity: 0.9; max-width: 560px; margin: 0 auto 12px; }
.hero-tagline { font-size: 15px; opacity: 0.75; margin-bottom: 36px; }
.hero-cta { display: inline-block; background: #fff; color: #217346; font-size: 16px; font-weight: 700; padding: 14px 32px; border-radius: 6px; text-decoration: none; }
.hero-cta:hover { background: #f0f0f0; }
.hero-note { font-size: 13px; opacity: 0.65; margin-top: 12px; }

/* ── Section layout ───────────────────────────────────────────────────────── */
.section { max-width: 960px; margin: 0 auto; padding: 64px 20px; }
.section-title { font-size: 28px; font-weight: 700; color: #1a1a1a; margin-bottom: 40px; }
.section-alt { background: #f8f8f8; }
.section-alt .section { /* inherits max-width */ }

/* ── Feature cards grid ───────────────────────────────────────────────────── */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; padding: 24px; }
.section-alt .feature-card { background: #fff; }
.feature-card h3 { font-size: 16px; font-weight: 700; color: #217346; margin-bottom: 8px; }
.feature-card p { font-size: 14px; color: #555; line-height: 1.55; }

/* ── How it works ─────────────────────────────────────────────────────────── */
.steps { list-style: none; counter-reset: steps; display: flex; flex-direction: column; gap: 16px; max-width: 600px; }
.steps li { counter-increment: steps; display: flex; gap: 16px; align-items: flex-start; }
.steps li::before { content: counter(steps); display: flex; align-items: center; justify-content: center; min-width: 32px; height: 32px; background: #217346; color: #fff; border-radius: 50%; font-weight: 700; font-size: 14px; margin-top: 2px; }
.steps li p { font-size: 15px; }

/* ── CTA section ──────────────────────────────────────────────────────────── */
.cta-section { background: #217346; color: #fff; text-align: center; padding: 64px 20px; }
.cta-section h2 { font-size: 30px; font-weight: 700; margin-bottom: 12px; }
.cta-section p { font-size: 16px; opacity: 0.85; margin-bottom: 28px; }
.cta-btn { display: inline-block; background: #fff; color: #217346; font-size: 16px; font-weight: 700; padding: 14px 32px; border-radius: 6px; text-decoration: none; }
.cta-btn:hover { background: #f0f0f0; }

/* ── Footer ───────────────────────────────────────────────────────────────── */
.site-footer { background: #f0f0f0; border-top: 1px solid #ddd; padding: 20px; text-align: center; font-size: 13px; color: #777; }
.site-footer a { color: #217346; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }

/* ── Prose (features / help pages) ───────────────────────────────────────── */
.prose h1 { font-size: 32px; font-weight: 700; margin-bottom: 32px; }
.prose h2 { font-size: 22px; font-weight: 700; margin-top: 48px; margin-bottom: 16px; color: #1a1a1a; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px; }
.prose h3 { font-size: 16px; font-weight: 700; margin-top: 24px; margin-bottom: 8px; color: #217346; }
.prose p { font-size: 15px; color: #333; margin-bottom: 12px; line-height: 1.65; }
.prose ul, .prose ol { padding-left: 24px; margin-bottom: 12px; }
.prose li { font-size: 15px; color: #333; margin-bottom: 6px; line-height: 1.6; }
.prose code { background: #f0f0f0; border: 1px solid #ddd; border-radius: 3px; padding: 1px 5px; font-family: 'Consolas', 'Courier New', monospace; font-size: 13px; color: #1a1a1a; }
.prose pre { background: #f5f5f5; border: 1px solid #e0e0e0; border-radius: 4px; padding: 12px 16px; margin-bottom: 16px; overflow-x: auto; }
.prose pre code { background: none; border: none; padding: 0; font-size: 13px; }

/* ── Keyboard shortcuts table ─────────────────────────────────────────────── */
kbd { display: inline-block; background: #f0f0f0; border: 1px solid #ccc; border-bottom-width: 2px; border-radius: 3px; padding: 1px 6px; font-family: 'Consolas', 'Courier New', monospace; font-size: 12px; color: #333; white-space: nowrap; }
.shortcuts-table { width: 100%; border-collapse: collapse; margin-bottom: 16px; }
.shortcuts-table th { text-align: left; font-size: 13px; font-weight: 700; color: #555; padding: 6px 12px 6px 0; border-bottom: 2px solid #e0e0e0; }
.shortcuts-table td { padding: 6px 12px 6px 0; font-size: 14px; border-bottom: 1px solid #f0f0f0; vertical-align: middle; }
.shortcuts-table td:first-child { white-space: nowrap; }

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 640px) {
  .hero-title { font-size: 28px; }
  .hero-subtitle { font-size: 17px; }
  .features-grid { grid-template-columns: 1fr; }
  .nav-links a { padding: 6px 8px; font-size: 13px; }
  .prose h1 { font-size: 26px; }
  .prose h2 { font-size: 19px; }
}
