#page-401 {
  background: #fff;
}

#page-401 .sub-hero {
  padding: 70px 0 45px;
  text-align: center;
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
}

#page-401 .sub-hero h1 {
  font-size: 38px;
  font-weight: 800;
  color: #06122b;
  margin: 0 0 14px;
}

#page-401 .sub-hero p {
  font-size: 16px;
  line-height: 1.7;
  color: #4b5875;
  margin: 0;
}

#page-401 .community-section {
  padding: 55px 0 90px;
}

#page-401 .section-title {
  margin-bottom: 32px;
}

#page-401 .section-title p {
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

#page-401 .section-title h2 {
  font-size: 32px;
  font-weight: 800;
  color: #06122b;
  margin: 0 0 10px;
}

#page-401 .section-title span {
  font-size: 15px;
  color: #5f6b85;
}

#page-401 .community-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

#page-401 .community-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-height: 150px;
  padding: 30px;
  border: 1px solid #dbe7ff;
  border-radius: 24px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 14px 35px rgba(20, 40, 90, 0.06);
  transition: all 0.25s ease;
}

#page-401 .community-card:hover {
  transform: translateY(-6px);
  border-color: #2563eb;
  box-shadow: 0 20px 45px rgba(37, 99, 235, 0.14);
}

#page-401 .community-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #eef3ff, #eff6ff);
  font-size: 25px;
}

#page-401 .community-text span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #eef3ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
}

#page-401 .community-text h3 {
  font-size: 23px;
  font-weight: 800;
  color: #07142f;
  margin: 0 0 10px;
}

#page-401 .community-text p {
  font-size: 15px;
  line-height: 1.65;
  color: #536078;
  margin: 0;
}

#page-401 .community-arrow {
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22);
}

#page-401 .community-card:hover .community-arrow {
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  box-shadow: 0 14px 26px rgba(37, 99, 235, 0.28);
}

@media (max-width: 768px) {
  #page-401 .sub-hero {
    padding: 52px 0 35px;
  }

  #page-401 .sub-hero h1 {
    font-size: 30px;
  }

  #page-401 .sub-hero p {
    font-size: 14px;
  }

  #page-401 .community-section {
    padding: 40px 0 70px;
  }

  #page-401 .section-title h2 {
    font-size: 26px;
  }

  #page-401 .community-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #page-401 .community-card {
    padding: 24px 22px;
    min-height: auto;
    border-radius: 20px;
  }

  #page-401 .community-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    font-size: 22px;
  }

  #page-401 .community-text h3 {
    font-size: 21px;
  }

  #page-401 .community-text p {
    font-size: 14px;
  }
}
