.page-user-community {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-user-community__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-user-community__hero-section {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-user-community__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,blue_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-user-community__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.page-user-community__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-user-community__section {
  padding: 60px 0;
}

.page-user-community__section:nth-of-type(even) {
  background-color: #e9ecef;
}

.page-user-community__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-user-community__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 50px;
  color: #555;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-user-community__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-user-community__card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-user-community__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-user-community__card-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 123, 255, 0.3));
}

.page-user-community__card-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-user-community__card-text {
  font-size: 1em;
  color: #555;
}

.page-user-community__text-link {
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-user-community__text-link:hover {
  color: #e0a800;
  text-decoration: underline;
}

.page-user-community__topic-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-user-community__topic-item {
  background-color: #fff;
  border-left: 5px solid #ffc107;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 25px;
  transition: transform 0.3s ease;
}

.page-user-community__topic-item:hover {
  transform: translateY(-3px);
}

.page-user-community__topic-title {
  font-size: 1.6em;
  margin-bottom: 10px;
}

.page-user-community__topic-title a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-user-community__topic-title a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.page-user-community__topic-description {
  font-size: 0.95em;
  color: #666;
  margin-bottom: 20px;
}

.page-user-community__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-user-community__step-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-user-community__step-number {
  position: absolute;
  top: -15px;
  left: -15px;
  background-color: #ffc107;
  color: #000;
  font-size: 2.5em;
  font-weight: bold;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-user-community__step-title {
  font-size: 1.8em;
  color: #007bff;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-user-community__step-text {
  font-size: 1em;
  color: #555;
  margin-bottom: 20px;
}

.page-user-community__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-user-community__text-content {
  flex: 1;
  min-width: 300px;
}

.page-user-community__image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-user-community__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-user-community__sub-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-user-community__paragraph {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 20px;
}

.page-user-community__benefit-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-user-community__benefit-list li {
  background-color: #fff;
  border-left: 4px solid #007bff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 25px;
}

.page-user-community__benefit-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-user-community__benefit-text {
  font-size: 1em;
  color: #666;
}

.page-user-community__cta-section {
  background: #007bff;
  color: #fff;
  padding: 70px 0;
  text-align: center;
  border-radius: 10px;
  margin: 60px auto;
  max-width: 1000px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-user-community__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
}

.page-user-community__cta-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-user-community__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
}

.page-user-community__btn--primary {
  background-color: #ffc107;
  color: #000;
  border: none;
}

.page-user-community__btn--primary:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-user-community__btn--secondary {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff;
}

.page-user-community__btn--secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
}

.page-user-community__btn--small {
  padding: 8px 18px;
  font-size: 0.9em;
}

.page-user-community__btn--large {
  padding: 15px 35px;
  font-size: 1.2em;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-user-community__hero-title {
    font-size: 2.8em;
  }
  .page-user-community__section-title {
    font-size: 2em;
  }
  .page-user-community__cta-title {
    font-size: 2.2em;
  }
  .page-user-community__content-wrapper {
    flex-direction: column;
  }
  .page-user-community__text-content, .page-user-community__image-wrapper {
    min-width: unset;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-user-community__hero-title {
    font-size: 2.2em;
  }
  .page-user-community__hero-description {
    font-size: 1.1em;
  }
  .page-user-community__section-title {
    font-size: 1.8em;
  }
  .page-user-community__section-description {
    font-size: 1em;
  }
  .page-user-community__card-title, .page-user-community__topic-title, .page-user-community__step-title, .page-user-community__sub-title, .page-user-community__benefit-title {
    font-size: 1.5em;
  }
  .page-user-community__cta-title {
    font-size: 1.8em;
  }
  .page-user-community__btn--large {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-user-community__step-number {
    width: 60px;
    height: 60px;
    font-size: 2em;
    top: -10px;
    left: -10px;
  }
}

@media (max-width: 576px) {
  .page-user-community__hero-title {
    font-size: 1.8em;
  }
  .page-user-community__hero-description {
    font-size: 0.95em;
  }
  .page-user-community__section-title {
    font-size: 1.5em;
  }
  .page-user-community__card-title, .page-user-community__topic-title, .page-user-community__step-title, .page-user-community__sub-title, .page-user-community__benefit-title {
    font-size: 1.3em;
  }
  .page-user-community__cta-title {
    font-size: 1.6em;
  }
  .page-user-community__container {
    padding: 0 15px;
  }
  .page-user-community__hero-section, .page-user-community__section, .page-user-community__cta-section {
    padding: 40px 0;
  }
}