.elementor-2852 .elementor-element.elementor-element-4c65aa6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-903f736 *//* Базовые стили секции */
.gp-legal-page {
  width: 100%;
  background: transparent; /* Подхватит темный фон твоего сайта */
  color: #b9b9d6; /* Мягкий цвет текста, чтобы не резало глаза */
  font-family: 'HERO', sans-serif;
  padding: 80px 20px;
  line-height: 1.7;
}

/* Ограничиваем ширину для удобства чтения */
.gp-legal-container {
  max-width: 1200px; /* Узкая колонка — топ для лонгридов */
  margin: 0 auto;
}

/* Заголовок страницы */
.gp-legal-header {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 30px;
  position: relative;
}

.gp-legal-header h1 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.gp-legal-header p {
  color: #8a8aa3;
  font-size: 15px;
}

/* Фирменная линия под заголовком */
.gp-legal-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #7b5cff, transparent);
}

/* Стили самих секций с текстом */
.gp-legal-content {
  display: flex;
  flex-direction: column;
  gap: 40px; /* Много воздуха между пунктами */
}

.gp-legal-section h2 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Декоративный квадратик возле каждого H2 */
.gp-legal-section h2:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #7b5cff;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(123, 92, 255, 0.6);
}

.gp-legal-section p {
  margin-bottom: 12px;
  font-size: 16px;
}

.gp-legal-section p:last-child {
  margin-bottom: 0;
}

/* Стилизация списков (услуги, возвраты) */
.gp-legal-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.gp-legal-section ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}

/* Кастомные буллиты для списков */
.gp-legal-section ul li:before {
  content: "—";
  position: absolute;
  left: 0;
  color: #7b5cff;
  font-weight: bold;
}

.gp-legal-section strong {
  color: #ffffff;
  font-weight: 600;
}

/* Ссылка на почту */
.gp-legal-link {
  color: #7b5cff;
  text-decoration: none;
  font-weight: 500;
  transition: .25s ease;
  border-bottom: 1px solid transparent;
}

.gp-legal-link:hover {
  color: #ffffff;
  border-bottom: 1px solid #7b5cff;
  text-shadow: 0 0 10px rgba(123, 92, 255, 0.4);
}

/* Адаптив под мобилки */
@media (max-width: 600px) {
  .gp-legal-page {
    padding: 50px 15px;
  }
  
  .gp-legal-header h1 {
    font-size: 32px;
  }
  
  .gp-legal-section h2 {
    font-size: 20px;
  }
  
  .gp-legal-section p,
  .gp-legal-section ul li {
    font-size: 15px;
  }
}/* End custom CSS */