/* Audit 6: production-readiness freeze, official SVG logo and source-backed references. */

.brand img,
.footer-brand > img {
  object-fit: contain;
  object-position: left center;
}

.client-card {
  display: flex;
  flex-direction: column;
}

.client-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
}

.client-card__heading {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.45;
}

.client-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-top: auto;
  padding-top: 14px;
  color: var(--cyan-dark);
  font-weight: 800;
  text-decoration: none;
}

.client-card__link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.client-card__link .icon {
  width: 17px;
  height: 17px;
}

.case-list-card > strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1.45;
}

.case-reference h2 {
  margin: 12px 0;
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.25;
}

.field-error {
  display: block;
  margin-top: 7px;
  color: #9b7500;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.field-error[hidden] {
  display: none;
}

.field-error--consent {
  margin: -4px 0 8px;
}

.lead-form [aria-invalid="true"] {
  border-color: #ffc20e;
  box-shadow: 0 0 0 3px rgba(255, 194, 14, .14);
}

@media (max-width: 1080px) {
  .brand img {
    width: 176px;
  }
}

@media (max-width: 760px) {
  .brand img {
    width: 158px;
  }

  .client-card h3 {
    font-size: 17px;
  }
}
