/* VibeCode — страница «Комьюнити» */

.community-apple .community-main {
  display: block;
}

/* Hero */
.community-apple .community-hero {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.community-apple .community-hero__title {
  font-family: var(--font-ui);
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #36393d;
  max-width: 16ch;
  margin: 0 auto;
}

.community-apple .community-hero .home-section-head--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.community-apple .community-hero .premium-button {
  margin-top: 0.5rem;
}

/* Ценность */
.community-apple .community-benefits {
  background: var(--bg-muted);
}

.community-apple .community-benefits__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

.community-apple .community-benefits__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}

.community-apple .community-benefits__list li {
  padding-left: 1rem;
  border-left: 2px solid rgba(0, 0, 0, 0.16);
}

.community-apple .community-benefits__list h3 {
  margin-bottom: 0.35rem;
}

.community-apple .community-benefits__list p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.community-apple .community-benefits .home-grid {
  align-items: start;
}

.community-apple .community-benefits__visual {
  margin: 0;
  justify-self: end;
  align-self: start;
  width: min(100%, 34rem);
}

.community-apple .community-benefits__media {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}

/* Атмосфера */
.community-apple .community-atmosphere {
  background: var(--bg);
}

.community-apple .community-atmosphere__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.community-apple .community-atmosphere__intro .home-lead {
  max-width: 36ch;
}

.community-apple .community-atmosphere .learn-card {
  height: 100%;
}

/* Галерея */
.community-apple .community-gallery {
  background: var(--bg-muted);
}

.community-apple .community-gallery__item {
  margin: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--bg-card);
  overflow: hidden;
}

.community-apple .community-gallery__media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

/* CTA — наследует .home-cta */

@media (max-width: 800px) {
  .community-apple .community-benefits__visual {
    justify-self: stretch;
    width: 100%;
  }

  .community-apple .community-atmosphere__intro {
    align-items: stretch;
  }

  .community-apple .community-hero .premium-button,
  .community-apple .community-cta .premium-button {
    width: 100%;
    max-width: 20rem;
  }
}
