.brand-logo-img{
  width:44px;
  height:44px;
  object-fit:contain;
  border-radius:8px;
  background:rgba(255,255,255,0.15);
  padding:4px;
}




.cards {
  display: grid;
  grid-template-columns: repeat(2, 320px);
  gap: 24px;
  margin: 24px 0;
}

.stat-card {
  padding: 22px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.green {
  background: linear-gradient(135deg, #0f5132, #198754);
  color: white;
}

.white {
  background: white;
}

.card-title {
  font-size: 14px;
  opacity: 0.9;
}

.card-value {
  font-size: 40px;
  font-weight: bold;
  margin: 10px 0;
}

.cost {
  font-size: 26px;
  color: #198754;
}

.card-note {
  font-size: 13px;
  opacity: 0.85;
}

.stat-card {
  max-height: 220px;
}

.stat-value {
  line-height: 1;
}

.cards {
  max-width: 720px;
}
.stat-card {
  width: 420px;
}

.white {
  background: #fff;
  color: #000;
}

.cost {
  font-size: 28px;
  color: #198754;
}

.stat-card {
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cards {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.stat-card {
  min-height: 180px;
  width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stat-card {
  min-height: 200px;
}

