.elementor-39367 .elementor-element.elementor-element-dea3e04{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5f8b736 *//* === Hero Section === */
.wow-hero {
  position: relative;
  background: url("https://images.unsplash.com/photo-1588072432836-e10032774350?auto=format&fit=crop&w=1920&q=80")
    center/cover no-repeat;
  color: #fff !important;
  text-align: center;
  padding: 140px 20px;
}

.wow-hero .hero-overlay {
  background: rgba(0, 0, 0, 0.55);
  padding: 120px 20px;
}

.wow-logo {
  width: 130px;
  margin-bottom: 25px;
  opacity: 0.9;
}

.wow-hero h1 {
  font-size: 2.6rem;
  max-width: 800px;
  margin: 0 auto 25px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
}

.wow-hero .subtitle {
  font-size: 1.3rem;
  max-width: 800px;
  margin: 0 auto 35px;
  opacity: 0.95;
  line-height: 1.7;
}

.wow-btn {
  display: inline-block;
  background: #7a4cff;
  color: #fff !important;
  padding: 16px 38px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  font-size: 1.1rem;
}

.wow-btn:hover {
  background: #6633ff;
}

/* === Sections === */
.wow-section {
  padding: 100px 20px;
  text-align: center;
}

.wow-section.alt {
  background: #f9f6ff;
}

.wow-section h2 {
  color: #4a2ea7;
  font-size: 2.2rem;
  margin-bottom: 35px;
  font-weight: 700;
}

.wow-section p,
.wow-section li {
  color: #333;
  max-width: 900px;
  margin: 0 auto 18px;
  line-height: 1.75;
  font-size: 1.15rem;
}

/* === Grid Cards === */
.wow-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.wow-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
  padding: 30px;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.7;
}

/* === Steps === */
.wow-steps {
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.15rem;
}

.wow-steps li {
  margin-bottom: 14px;
}

/* === Testimonials === */
blockquote {
  font-style: italic;
  background: #fff;
  border-left: 5px solid #7a4cff;
  padding: 25px;
  border-radius: 10px;
  max-width: 750px;
  margin: 0 auto;
  font-size: 1.15rem;
  line-height: 1.7;
}

blockquote .author {
  display: block;
  margin-top: 12px;
  font-weight: 600;
  color: #4a2ea7;
}

.wow-benefits {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/* === CTA === */
.wow-cta {
  background: #7a4cff;
  color: #fff !important;
  text-align: center;
  padding: 120px 20px;
}

.wow-cta h2 {
  font-size: 2.4rem;
  margin-bottom: 25px;
  color: #fff !important;
  font-weight: 700;
}

.wow-cta p {
  font-size: 1.3rem;
  margin-bottom: 35px;
  line-height: 1.75;
}

.wow-cta .wow-btn {
  background: #fff;
  color: #7a4cff !important;
  font-weight: 700;
  font-size: 1.15rem;
  padding: 16px 38px;
}

.wow-cta .wow-btn:hover {
  background: #f5f0ff;
}

/* === Для ноутбуков и десктопов === */
@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
  }

  .wow-hero h1 {
    font-size: 3rem;
  }

  .wow-hero .subtitle {
    font-size: 1.35rem;
  }

  .wow-section h2 {
    font-size: 2.5rem;
  }

  .wow-section p,
  .wow-section li {
    font-size: 1.2rem;
  }

  .wow-cta h2 {
    font-size: 2.8rem;
  }

  .wow-cta p {
    font-size: 1.4rem;
  }
}/* End custom CSS */