body {
  font-family: 'Jost', Arial, sans-serif;
  font-size: 16px;
  color: #222;
  background: #fafafe;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-family: 'Onest', Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px;
  background: #fff;
}

.white-bg { background: #fff; }

.centered-text, .centered-list, .compare-table, ol.centered-list, ul.centered-list {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.centered-list {
  display: inline-block;
  text-align: left;
}

ol.centered-list, ul.centered-list {
  padding-left: 40px;
}

.centered-list li {
  text-align: left;
}

table.compare-table {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.compare-table th, .compare-table td {
  border: 1px solid #eaeaea;
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  vertical-align: top;
}

.block-img, .hero-img { display: none; }

p, ul, ol, table, h1, h2, h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.faq-list, .faq-item { text-align: center; }

.disclaimer { font-size: 14px; color: #888; margin-top: 12px; }
.cta-btn, .ref-btn {
  font-family: 'Jost', Arial, sans-serif;
  font-size: 22px;
  padding: 16px 32px;
  border-radius: 12px;
  margin: 24px 0;
  cursor: pointer;
  background: linear-gradient(90deg, #c7c1fa 0%, #a2f7c7 100%);
  color: #222;
  border: none;
  box-shadow: 0 1px 10px rgba(120,120,120,0.04);
  font-weight: 600;
}

nav ul {
  display: flex;
  justify-content: center;
  background: #e6eaff;
  font-size: 1.5em;
  font-weight: 600;
  border-bottom: 2px solid #d6dcff;
}
nav ul li {
  list-style: none;
  margin: 0 38px;
  padding: 18px 0;
}
nav ul li a {
  color: #5e5eea;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 1.25em;
}

.icon { width: 32px; vertical-align: middle; margin-right: 9px; }

.reviews-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
blockquote {
  position: relative;
  padding: 18px 34px;
  max-width: 650px;
  font-style: italic;
  background: #f8f8ff;
  border-radius: 18px;
  margin: 0 auto 18px auto;
  font-size: 1.06em;
  text-align: center;
  border-left: 4px solid #a2f7c7;
}
.quote-mark {
  font-size: 2.1em;
  color: #c7c1fa;
  position: absolute;
  left: 10px;
  top: 12px;
}
.review-author {
  display: block;
  margin-top: 14px;
  text-align: right;
  font-size: 0.98em;
  font-style: normal;
  color: #555;
}

.decor-row, .decor-squares-row, .decor-circles-row {
  display: flex; justify-content: center; align-items: center; margin-top: 10px; gap: 8px;
}
.decor-square {
  width: 36px; height: 36px; background: #c7c1fa; border-radius: 7px; display: inline-block;
}
.decor-circle {
  width: 38px; height: 38px; background: #a2f7c7; border-radius: 50%; display: inline-block;
}
.circle-decor { width: 108px; height: 108px; background: #c7c1fa; border-radius: 50%; box-shadow: 0 0 40px #a2f7c7cc; margin: 0 auto;}
.circle-decor.small { width: 28px; height: 28px;}
.decor-square.small { width: 22px; height: 22px;}
/* Адаптивность */
@media (max-width: 900px) {
  .container { padding: 14px 2vw; }
  .centered-list, ol.centered-list, ul.centered-list { padding-left: 18px; }
  blockquote { padding: 14px 14px; }
}
.hero-content {
	text-align: center;
}
label {
	font-weight:500;
}
input[type="radio"] {
	font-weight:400;
}
/* --- Таблица --- */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.compare-table th, .compare-table td {
  border: 1px solid #eaeaea;
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  vertical-align: top;
  background: #fff;
}
.compare-table th {
  background: #f1f6ff;
}

@media (max-width: 700px) {
  .compare-table thead {
    display: none;
  }
  .compare-table, .compare-table tbody, .compare-table tr, .compare-table td {
    display: block;
    width: 100%;
  }
  .compare-table tr {
    border: 1px solid #eaeaea;
    border-radius: 16px;
    box-shadow: 0 3px 16px 0 #d0eaff22;
    margin-bottom: 20px;
    background: #f8faff;
    padding: 8px 0 8px 0;
  }
  .compare-table td {
    padding: 9px 16px;
    border: none;
    position: relative;
    text-align: left;
    background: none;
    font-size: 15px;
  }
  .compare-table td:before {
    content: attr(data-label);
    display: block;
    font-weight: 600;
    color: #5e5eea;
    margin-bottom: 3px;
    font-size: 14px;
    font-family: 'Onest', Arial, sans-serif;
  }
  .compare-table td:last-child {
    text-align: center;
    padding-bottom: 18px;
  }
}

ul li {
	list-style-type: none;
}
