.community-grid .identity-tile {
  justify-content: flex-start;
  gap: 52px;
}

.community-grid .identity-tile::before {
  background: radial-gradient(circle at 85% 100%, #3b62c888, transparent 66%);
}

.tile-copy {
  position: relative;
  margin-top: auto;
}

.tile-copy h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1;
  margin: 0 0 14px;
}

.tile-copy p {
  color: #cbd2e4;
  font-size: 15px;
  line-height: 1.65;
  max-width: 560px;
  margin: 0;
}

.join-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  max-width: 390px;
  background: linear-gradient(100deg, #7b2ae6, #176fd4);
  color: #fff;
  padding: 19px 22px;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  transition: transform .2s, filter .2s;
}

.join-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.15);
}

.about-right .text-link {
  display: flex;
  width: max-content;
  margin-top: 28px;
}

@media (max-width: 700px) {
  .community-grid .identity-tile { gap: 28px; min-height: 235px; }
  .community-grid .identity-wide { min-height: 260px; }
  .tile-copy h3 { font-size: 30px; }
  .tile-copy p { font-size: 14px; }
  .join-button { max-width: 100%; }
}
