/* Стили для статьи HEE */
.hee-investigation { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.8; color: #333; }
.hee-chapter-h2 { border-bottom: 2px solid #2271b1; padding-bottom: 10px; margin-top: 40px; color: #1d2327; }

/* Блок Ожидание vs Реальность */
.hee-reality-box { background: #fff9e6; border: 1px solid #ffe58f; border-radius: 8px; padding: 25px; margin: 30px 0; }
.hee-reality-item { margin-bottom: 15px; border-bottom: 1px dashed #ddd; padding-bottom: 10px; }
.hee-myth { color: #d32f2f; font-weight: bold; display: block; }
.hee-truth { color: #388e3c; font-weight: bold; display: block; }

/* Блок Бюджет и Чек-лист */
.hee-budget-card { background: #f0f6fb; border-left: 5px solid #2271b1; padding: 20px; border-radius: 0 8px 8px 0; }
.hee-checklist-card { background: #f6ffed; border: 1px solid #b7eb8f; padding: 20px; border-radius: 8px; margin-top: 30px; }

/* Заглушки скриншотов */
.hee-mock-screen {
    background: #f5f5f5;
    border: 2px dashed #bbb;
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
    margin: 30px 0;
    position: relative;
    color: #777;
}
.hee-mock-screen::before {
    content: "📸 [DOWÓD Z EKRANU]";
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2271b1;
}
