/* AI Avatar — общая стилевая база лендингов (index.php, mcp.php).
 * Наверх Bootstrap 5. Здесь — только дельта: цвета, hero, .section, .section-title. */

body { background: #f7f7f9; color: #1a1a2e; }

.hero { padding: 72px 0 40px; text-align: center; }
.hero h1 { font-weight: 700; font-size: 2.4rem; }
.hero p.lead { color: #5c5c76; max-width: 720px; margin: 12px auto 0; }

.section { padding: 40px 0; }
.section-title { text-align: center; margin-bottom: 32px; font-weight: 600; }

.brand-danger { color: #E63109; }
