.brand-logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(174, 4, 96, 0.14));
}

.mini-logo-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.hero-visual {
  background: radial-gradient(circle at center, #f9d7e8 0, transparent 62%);
}

.report-card {
  border-top: 5px solid #f30a86;
}

.featured {
  background: linear-gradient(145deg, #8f0757, #bc096e) !important;
}

.signup {
  background: linear-gradient(135deg, #790447 0%, #a90764 60%, #c20a72 100%);
}

.primary {
  background: linear-gradient(135deg, #a90764, #ee0b84);
}

.primary:hover {
  background: linear-gradient(135deg, #88034f, #c7076e);
}

.consent a {
  color: #a90764;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.consent a:hover {
  color: #d70a78;
}

@media (max-width: 560px) {
  .brand-logo { width: 32px; height: 32px; }
  .brand { font-size: 17px; }
}
