.elementor-1101 .elementor-element.elementor-element-042a449{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9c696c6 *//* Общий фон сайта можно оставить тёмным */
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #050816;
  color: #e5e7eb;
  line-height: 1.6;
}

/* Контейнер страницы условий */
.terms-page {
  max-width: 880px;
  margin: 40px auto 64px;
  padding: 0 16px;
}

/* Белая карточка с текстом */
.terms-card {
  background: #ffffff;
  color: #111827;
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 40px rgba(15,23,42,0.2);
  padding: 32px 28px 36px;
}

@media (min-width: 768px) {
  .terms-card {
    padding: 40px 40px 44px;
  }
}

/* Бейдж сверху */
.terms-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #6b7280;
  margin-bottom: 14px;
}

.terms-label-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #22c55e;
}

/* Заголовки и базовая типографика */
h1 {
  font-size: clamp(26px, 3vw, 32px);
  margin: 0 0 6px;
  color: #020617;
  letter-spacing: .02em;
}

.terms-meta {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 22px;
}

.terms-section {
  border-top: 1px solid #e5e7eb;
  padding-top: 20px;
  margin-top: 20px;
}

.terms-section:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.terms-section h2 {
  font-size: 16px;
  margin: 0 0 8px;
  color: #111827;
}

.terms-section p {
  margin: 0 0 10px;
  font-size: 14px;
  color: #4b5563;
}

.terms-list {
  margin: 0 0 10px 0;
  padding-left: 18px;
  font-size: 14px;
  color: #4b5563;
}

.terms-list li {
  margin-bottom: 4px;
}

.terms-contacts p {
  font-size: 14px;
}

.terms-card a {
  color: #111827;
  text-decoration: none;
}

.terms-card a:hover {
  text-decoration: underline;
}/* End custom CSS */