.elementor-39356 .elementor-element.elementor-element-fe10ef1{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39356 .elementor-element.elementor-element-00839c5{width:100%;max-width:100%;}@media(min-width:768px){.elementor-39356 .elementor-element.elementor-element-fe10ef1{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-00839c5 *//* === Базовые стили === */
body, html {
  margin: 0;
  padding: 0;
}


/* === Увеличенный текст для ноутбуков и десктопов === */
@media (min-width: 1024px) {
  body {
    font-size: 1.125rem; /* базовый текст — примерно 18px */
  }

  h1, .wow-hero__title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
  }

  h2,
  .wow-about h2,
  .wow-benefits h2,
  .wow-steps h2,
  .wow-reviews h2,
  .wow-get h2,
  .wow-cta h2 {
    font-size: clamp(2.4rem, 2.8vw, 2.8rem);
  }

  p, li {
    font-size: 1.15rem;
    line-height: 1.75;
  }

  .wow-btn,
  .wow-btn2 {
    font-size: 1.1rem;
    padding: 1rem 2rem;
  }

  .wow-note {
    font-size: 1.3rem;
  }

  .step {
    font-size: 1.15rem;
  }

  .wow-card {
    font-size: 1.1rem;
  }
}



/* Контейнер */
.wow-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.wow-container h2 {
    color: #fff
}

/* Секции */
section {
  width: 100%;
  padding: 6rem 0;
  text-align: center;
  margin: 0;
}

/* === Hero === */
.wow-hero {
  min-height: 100vh;
  background: url("https://images.unsplash.com/photo-1588072432836-e10032774350?auto=format&fit=crop&w=1920&q=80") center/cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.wow-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

.wow-hero__content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.wow-hero__title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 1rem;
   color: #fff !important;
}

.wow-hero__subtitle {
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  margin-bottom: 1.8rem;
}

.wow-btn {
  display: inline-block;
  background: #7a4cff;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  padding: 0.9rem 1.8rem;
  border-radius: 0.6rem;
  transition: all 0.2s ease;
}

.wow-btn2 {
  display: inline-block;
  background: #7a4cff;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 0.9rem 1.8rem;
  border-radius: 0.6rem;
  transition: all 0.2s ease;
}

.wow-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

/* === Фоны секций === */
.wow-about { background: #f9f9f9; }
.wow-benefits { background: #fff; }
.wow-steps { background: #f9f9f9; }
.wow-reviews { background: #fff; }
.wow-get { background: #f9f9f9; }
.wow-cta { background: #7a4cff; color: #fff; padding: 4rem 0; }

/* === Заголовки секций === */
.wow-about h2,
.wow-benefits h2,
.wow-steps h2,
.wow-reviews h2,
.wow-get h2,
.wow-cta h2 {
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  color: #7a4cff;
  margin-bottom: 1rem;
}

/* === Переваги === */
.wow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
}

.wow-card {
  background: #f9f8ff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
}

.wow-card:hover {
  transform: translateY(-5px);
}

.wow-card img { width: 60px; margin-bottom: 1rem; }

/* === Кроки === */
.wow-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  width: 100%;
  padding: 0 0rem;
  box-sizing: border-box;
}

.step {
  background: #fff8e1;
  border-radius: 0.8rem;
  padding: 1.5rem;
  font-weight: 500;
}

.step span {
  display: inline-block;
  background: #7a4cff;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  line-height: 34px;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

/* === Відгуки === */
.wow-reviews blockquote {
  font-style: italic;
  max-width: 700px;
  margin: 2rem auto;
  background: #f9f8ff;
  padding: 1.5rem;
  border-left: 6px solid #7a4cff;
  border-radius: 0.8rem;
}

.wow-reviews cite {
  display: block;
  margin-top: 0.8rem;
  font-weight: 600;
}

/* === Список "Що ви отримаєте" === */
.wow-get ul {
  list-style: disc;
  padding-left: 2rem;
  text-align: left;
  max-width: 800px;
  margin: 2rem auto;
}

/* === CTA кнопка === */
.wow-cta .wow-btn2 {
  background: #fff;
  color: #7a4cff;
  margin-top: 1.5rem;
}

.wow-about p:last-of-type {
  width: 100%;
  max-width: none;
  font-weight: 700;
  font-size: 1.3rem;
  color: #333;
  text-align: center;
  margin: 2rem 0 0 0;
}


.wow-cta h2 {
  color: #ffffff;
}


.wow-note { margin-top: 1rem; font-size: 1.2rem; }

/* === Мобільна адаптивність === */
@media (max-width: 768px) {
  .wow-hero__title { font-size: 2rem; }
  .wow-hero__subtitle { font-size: 1rem; }
  section { padding: 2rem 0; }
}/* End custom CSS */