
.prerendered-content {
  padding: 40px 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}
.prerendered-content .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.prerendered-content h1 {
  color: #2c3e50;
  font-size: 2.5rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #42b983;
  padding-bottom: 10px;
}
.prerendered-content h2 {
  color: #2c3e50;
  font-size: 1.8rem;
  margin: 30px 0 15px;
}
.prerendered-content p {
  margin-bottom: 15px;
  font-size: 1.1rem;
}
.prerendered-content ul {
  margin: 20px 0;
  padding-left: 20px;
}
.prerendered-content li {
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.prerendered-content .seo-text {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 4px solid #42b983;
}
.prerendered-content .features {
  background: #e8f5e9;
  padding: 25px;
  border-radius: 8px;
  margin-top: 30px;
}

/* Стили для страниц ошибок */
.prerendered-content .error-page {
  text-align: center;
  padding: 60px 20px;
}
.prerendered-content .error-code {
  font-size: 120px;
  font-weight: bold;
  color: #e74c3c;
  margin-bottom: 20px;
  line-height: 1;
}
.prerendered-content .error-actions {
  margin-top: 30px;
}
.prerendered-content .btn-home {
  display: inline-block;
  background-color: #42b983;
  color: white;
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.1rem;
  transition: background-color 0.3s;
}
.prerendered-content .btn-home:hover {
  background-color: #35a372;
}
