[hidden] {
  display: none !important;
}

.cms-preserve-breaks {
  white-space: pre-line;
}

.hero__chips {
  flex-wrap: wrap !important;
  overflow: visible !important;
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-actions .contact-open,
.contact-actions .contact-register {
  width: 100%;
  min-height: 54px;
}

.contact-panel > .contact-register {
  width: 100%;
}

.contact-register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px;
  border: 1px solid currentColor;
  border-radius: 14px;
  color: var(--brand-violet, #5e13ff);
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: transform .2s var(--ease-out), box-shadow .2s var(--ease-out);
}

.contact-register:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(94, 19, 255, .14);
}

.footer__legal-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin: 0;
  padding: 18px 0 24px;
  border-top: 1px solid rgba(142, 147, 156, .45);
  color: #8e939c;
  font-size: 13px;
  line-height: 1.5;
}

.footer__legal-details span {
  white-space: nowrap;
}

.cat .category-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: auto;
  padding: 11px 16px;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(180deg, #7c3cff 0%, var(--brand-violet, #5e13ff) 100%);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.social-block .row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .contact-actions {
    grid-template-columns: 1fr;
  }

  .footer__legal-details {
    justify-content: center;
    gap: 8px 16px;
    text-align: center;
  }
}

@media (max-width: 700px) {
  [data-shared-carousel] .cases-col {
    display: contents;
  }

  [data-shared-carousel] .case-card {
    flex: 0 0 100%;
    min-height: 0;
    scroll-snap-align: start;
  }

  [data-shared-carousel] .cases-viewport {
    scroll-snap-type: x mandatory;
  }
}
