/* ===== Контент блока Маникюра ===== */
.uc-manicure {
  max-width: 900px;   /* ширина текста */
  margin: 0 auto;     /* центрируем блок */
  padding: 40px 20px; /* поля сверху/снизу и по бокам */
}

.uc-manicure h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  margin: 0 0 40px;
}

.uc-manicure h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 26px;
  margin: 40px 0 20px;
}

.uc-manicure h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 25px 0 10px;
}

.uc-manicure p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.uc-manicure ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.uc-manicure li {
  font-family: 'Montserrat', sans-serif;  
  margin: 8px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
}

.uc-manicure li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #c5a47e; /* золотая точка */
  font-weight: 500;
}

/* ===== Шапка страницы Маникюра ===== */
.uc-hero-manicure {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.uc-hero-manicure h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 20px;
}

.uc-hero-manicure .subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #666;
  margin-bottom: 20px;
}

.uc-hero-manicure .description {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  max-width: 720px;
  margin: 0 auto;
}
