.echo-abp-brand-card .echo-abp-wordmark {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  color: var(--echo-flag-ink, #fff);
  font-size: clamp(20px, 2.4vw, 36px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
  text-align: center;
  text-wrap: balance;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.echo-brands-directory-page .ebl-card > strong::after {
  content: "Shop  →" !important;
}

.echo-abp-brand-intro {
  max-width: 780px;
  margin: 12px 0 22px;
  color: rgba(244, 245, 246, 0.74);
  font-size: 15px;
  line-height: 1.65;
}

.em-catalog-brand-plate.echo-abp-text-plate {
  display: flex !important;
  min-width: min(100%, 248px);
  min-height: 104px;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: linear-gradient(145deg, #171d24, #0b0f14);
}

.echo-abp-plate-wordmark {
  color: #111820 !important;
  font-size: clamp(24px, 3.3vw, 42px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
  text-align: center;
  text-shadow: none;
  text-wrap: balance;
}

.echo-abp-empty-profile {
  max-width: 880px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(222, 93, 34, 0.46);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 10%, rgba(222, 93, 34, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(24, 29, 35, 0.99), rgba(10, 14, 18, 0.99));
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.28);
  color: #f4f5f6;
}

.echo-abp-empty-profile__eyebrow {
  display: block;
  margin-bottom: 9px;
  color: #ff8250;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.echo-abp-empty-profile h2 {
  margin: 0 0 13px;
  color: #fff;
  font-size: clamp(25px, 4vw, 40px);
  line-height: 1.08;
  text-wrap: balance;
}

.echo-abp-empty-profile p {
  max-width: 720px;
  margin: 0;
  color: rgba(244, 245, 246, 0.86);
  font-size: 16px;
  line-height: 1.62;
}

.echo-abp-empty-profile .echo-abp-empty-profile__qualification {
  margin-top: 10px;
  color: rgba(244, 245, 246, 0.62);
  font-size: 13px;
}

.echo-abp-empty-profile__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.echo-abp-empty-profile__request,
.echo-abp-empty-profile__call {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
}

.echo-abp-empty-profile__request {
  border-color: #de5d22;
  background: #de5d22;
  color: #fff;
}

.echo-abp-empty-profile__call {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.echo-abp-empty-profile__request:hover,
.echo-abp-empty-profile__request:focus-visible,
.echo-abp-empty-profile__call:hover,
.echo-abp-empty-profile__call:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 680px) {
  .echo-abp-brand-card .echo-abp-wordmark {
    font-size: clamp(15px, 5.3vw, 23px);
    letter-spacing: -0.025em;
  }

  .echo-abp-empty-profile {
    padding: 22px 17px;
    border-radius: 17px;
  }

  .echo-abp-empty-profile__actions {
    flex-direction: column;
  }

  .echo-abp-empty-profile__request,
  .echo-abp-empty-profile__call {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .echo-abp-empty-profile__request,
  .echo-abp-empty-profile__call {
    transition: none;
  }
}
