.demo-entry { width: 100%; margin-top: 10px; }
.activation-steps { display: flex; gap: 6px; margin: 0 0 20px; overflow-x: auto; }
.activation-steps span { flex: 0 0 auto; padding: 6px 8px; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); font-size: 10px; font-weight: 750; }
.demo-ribbon { padding: 9px 14px; background: #fff6df; color: #8a5b08; text-align: center; font-size: 12px; font-weight: 750; }
.first-analysis-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 18px; padding: 22px; border: 1px solid #bfe3d6; border-radius: 7px; background: #effaf6; }
.first-analysis-card h3 { margin: 4px 0 6px; }
.first-analysis-card p { max-width: 690px; margin: 0; color: var(--muted); line-height: 1.5; }
@media (max-width: 640px) { .first-analysis-card { align-items: stretch; flex-direction: column; } .first-analysis-card button { width: 100%; } }
