/* Verifa — Guides section (guide pages + index). Generated pages link this after landing.css. */

/* ---- guide article page ---- */
.guide-content { max-width: 720px; margin: 0 auto; padding: 100px 24px 80px; }
.guide-back { font-size: 13px; font-weight: 500; color: #4f6ef7; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; margin-bottom: 32px; }
.guide-back:hover { color: #2d4ad4; }
.guide-category-tag { font-family: 'Space Mono', monospace; font-size: 11px; color: #4f6ef7; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px; }
.guide-content h1 { font-family: 'Sora', sans-serif; font-size: 30px; font-weight: 700; margin-bottom: 10px; line-height: 1.25; }
.guide-meta { font-family: 'Space Mono', monospace; font-size: 12px; color: #5a5a6e; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 32px; }

.guide-toc { background: #f7f7f9; border: 1px solid #e2e2e8; border-radius: 12px; padding: 20px 24px; margin-bottom: 36px; }
.guide-toc-title { font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600; margin-bottom: 10px; }
.guide-toc ol { margin: 0; padding-left: 20px; list-style: decimal; }
.guide-toc li { margin-bottom: 6px; font-size: 14px; }
.guide-toc a { color: #374151; text-decoration: none; }
.guide-toc a:hover { color: #4f6ef7; }

.guide-content h2 { font-family: 'Sora', sans-serif; font-size: 21px; font-weight: 700; margin-top: 44px; margin-bottom: 12px; scroll-margin-top: 96px; }
.guide-content h3 { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 600; margin-top: 26px; margin-bottom: 8px; scroll-margin-top: 96px; }
.guide-content p { margin-bottom: 16px; font-size: 15px; color: #374151; line-height: 1.7; }
.guide-content ul, .guide-content ol { margin-bottom: 16px; padding-left: 24px; }
.guide-content ul { list-style: disc; }
.guide-content ol { list-style: decimal; }
.guide-content li { margin-bottom: 8px; font-size: 15px; color: #374151; line-height: 1.65; }
.guide-content a { color: #4f6ef7; }
.guide-content a:hover { color: #2d4ad4; }
.guide-content strong { font-weight: 600; }
.guide-content li:has(> input[type="checkbox"]) { list-style: none; margin-left: -20px; }
.guide-content input[type="checkbox"] { accent-color: #4f6ef7; margin-right: 8px; vertical-align: -1px; }
.guide-content code { font-family: 'Space Mono', monospace; font-size: 13px; background: #eef; padding: 2px 6px; border-radius: 4px; }
.guide-content pre { background: #0e1330; border-radius: 10px; padding: 18px 20px; overflow-x: auto; margin-bottom: 20px; }
.guide-content pre code { background: none; color: #e8e8ec; padding: 0; font-size: 13px; line-height: 1.6; }
.guide-content blockquote { border-left: 3px solid #4f6ef7; margin: 0 0 16px; padding: 4px 0 4px 18px; color: #5a5a6e; }
.guide-content blockquote p { margin-bottom: 0; }
.guide-content hr { border: none; border-top: 1px solid #e2e2e8; margin: 36px 0; }

.guide-content .table-wrap, .guide-content table { max-width: 100%; }
.guide-content table { border-collapse: collapse; width: 100%; margin-bottom: 20px; font-size: 14px; display: block; overflow-x: auto; }
.guide-content th { font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600; text-align: left; padding: 10px 14px; border-bottom: 2px solid #e2e2e8; white-space: nowrap; }
.guide-content td { padding: 10px 14px; border-bottom: 1px solid #e2e2e8; color: #374151; vertical-align: top; }

.guide-cta-box { background: #4f6ef7; border-radius: 16px; padding: 40px; text-align: center; color: #fff; margin-top: 48px; }
.guide-cta-box h2 { font-family: 'Sora', sans-serif; font-size: 22px; margin: 0 0 12px; color: #fff; }
.guide-cta-box p { font-size: 15px; opacity: 0.85; margin-bottom: 24px; color: #fff; }
.guide-cta-box a { display: inline-block; background: #fff; color: #4f6ef7; font-weight: 600; padding: 12px 28px; border-radius: 8px; text-decoration: none; font-size: 14px; transition: transform 0.2s; }
.guide-cta-box a:hover { transform: translateY(-1px); }

/* ---- guides index ---- */
.guides-index { max-width: 960px; margin: 0 auto; padding: 100px 24px 80px; }
.guides-hero { margin-bottom: 48px; }
.guides-hero h1 { font-family: 'Sora', sans-serif; font-size: 36px; font-weight: 700; margin-bottom: 12px; }
.guides-hero p { font-size: 16px; color: #5a5a6e; max-width: 560px; }
.guides-section { margin-bottom: 44px; }
.guides-section h2 { font-family: 'Sora', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid #e2e2e8; }
.guides-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.guide-card { display: block; background: #fff; border: 1px solid #e2e2e8; border-radius: 12px; padding: 22px 24px; text-decoration: none; transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s; }
.guide-card:hover { border-color: #4f6ef7; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(79, 110, 247, 0.08); }
.guide-card h3 { font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 600; color: #1a1a2e; margin-bottom: 8px; line-height: 1.4; }
.guide-card p { font-size: 13.5px; color: #5a5a6e; line-height: 1.55; margin-bottom: 14px; }
.guide-card-meta { font-family: 'Space Mono', monospace; font-size: 11px; color: #8b8b9a; text-transform: uppercase; letter-spacing: 0.5px; }

@media (max-width: 600px) {
  .guide-content h1 { font-size: 25px; }
  .guides-hero h1 { font-size: 28px; }
}
