.eps-smart-pricing {
  width: 100%;
  margin: 12px 0;
  padding: 14px;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  background: #f8fbff;
}
.eps-smart-pricing h4 { margin: 0 0 10px; color: var(--eps-primary); }
.eps-smart-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.eps-smart-grid label { color: var(--eps-primary); font-weight: 900; font-size: 13px; }
.eps-smart-grid input,.eps-smart-grid select { width: 100%; margin-top: 5px; }
.eps-smart-extra-field { display: block; margin-top: 10px; color: var(--eps-primary); font-weight: 900; font-size: 13px; }
.eps-smart-extra-field select { width: 100%; margin-top: 5px; }
.eps-smart-result { margin-top: 10px; padding: 10px; border-radius: 8px; background: #fff; border: 1px solid #e7edf5; display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.eps-smart-result span { color: #64748b; font-weight: 800; }
.eps-smart-result strong { color: var(--eps-primary); font-size: 24px; }
.eps-smart-result small { width: 100%; color: #64748b; }
@media (max-width: 640px){ .eps-smart-grid { grid-template-columns: 1fr; } }
