.community-section {
  background: #ffffff;
  color: #0f172a;
  border-top: 1px solid #dbe4f3;
}

.community-intro {
  max-width: 760px;
  margin-bottom: 32px;
}

.community-intro h2 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.community-intro p,
.community-copy p {
  margin: 0;
  color: #52627a;
  line-height: 1.6;
}

.community-destinations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.community-destination {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 0 0 8px;
}

.community-banner {
  display: block;
  grid-column: 1 / -1;
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 2;
  object-fit: contain;
}

.community-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  background: #edf3ff;
  color: #155eef;
  font-size: 28px;
}

.community-copy h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  line-height: 1.35;
}

.community-copy p {
  max-width: 46ch;
}

.community-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: transparent;
  color: #1253d4;
  font: inherit;
  font-weight: 600;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: transparent;
}

.community-link:hover,
.community-link:focus-visible {
  color: #0b3da3;
  text-decoration-color: currentColor;
}

.community-link:focus-visible {
  outline: 2px solid #155eef;
  outline-offset: 5px;
}

.community-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 680px) {
  .community-section { padding: 36px 0; }
  .community-intro { margin-bottom: 24px; }
  .community-destinations { grid-template-columns: 1fr; gap: 20px; }
  .community-destination { gap: 16px; }
}
