.elementor-2858 .elementor-element.elementor-element-11551c2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-53da4d3 *//* Базовые стили секции */
.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-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 {
    font-size: 15px;
  }
}/* End custom CSS */