.elementor-9928 .elementor-element.elementor-element-00710d3 .elementor-button{background-color:#DB895D;font-family:"Roboto Serif", Sans-serif;}.elementor-9928 .elementor-element.elementor-element-3f5c201 .elementor-button{background-color:#DB895D;font-family:"Roboto Serif", Sans-serif;}.elementor-9928 .elementor-element.elementor-element-04415a3 .elementor-button{background-color:#DB895D;font-family:"Roboto Serif", Sans-serif;}body.elementor-page-9928:not(.elementor-motion-effects-element-type-background), body.elementor-page-9928 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DFFDF7;}/* Start custom CSS for html, class: .elementor-element-b98e3d5 *//* ==== БАЗА: контейнер, шрифти, відступи ==== */
html, body { overflow-x: hidden; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 16px; }

section { padding: 40px 16px; }                 /* було 60–80 — зменшили */
h1, h2 { margin: 0 0 20px; line-height: 1.2; }
h3 { margin: 0 0 14px; line-height: 1.25; }
p, li { margin: 0 0 10px; }

/* на мобільних ще компактніше */
@media (max-width: 600px){
  section { padding: 24px 14px; }
  h1 { font-size: 28px; }
  h2 { font-size: 22px; }
  h3 { font-size: 18px; }
  p, li { font-size: 16px; }
}

/* ==== СІТКИ: 3→2→1 колонки без повороту екрана ==== */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;                                     /* менший проміжок між картками */
}
@media (max-width: 1024px){
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px){
  .grid-3 { grid-template-columns: 1fr; }
}

/* ==== КАРТКИ НАБОРІВ/ПЕРЕВАГ: рівні висоти, акуратний контент ==== */
.card{
  background: #fffdf9;
  border: 1px solid #e5d6cc;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,.06);
  display: flex;              /* робимо рівні висоти */
  flex-direction: column;
}
.card img{
  width: 100%; height: auto; display: block;
  border-radius: 8px; margin-bottom: 12px;
}
.card h3{ font-weight: 600; color:#5a3d31; }
.card ul{ list-style: none; padding: 0; margin: 0 0 14px; }
.card li{ position: relative; padding-left: 26px; color:#3a2c29; }
.card li + li{ margin-top: 6px; }

/* нумерація для списків у картках */
.card ol.number-list{ counter-reset: n; padding:0; margin:0 0 16px; }
.card ol.number-list li{
  list-style:none; counter-increment: n; padding-left:28px; position:relative;
}
.card ol.number-list li::before{
  content: counter(n) ".";
  position:absolute; left:0; color:#d37a54; font-weight:700;
}

/* кнопка притиснута до низу, щоб усі картки виглядали рівно */
.card .btn-primary, .card .btn-secondary{
  margin-top: auto; align-self: center;
}

/* ==== КНОПКИ (теплі кольори, як просила) ==== */
.btn-primary, .btn-secondary{
  display:inline-block; text-decoration:none;
  padding: 12px 22px; border-radius: 8px; font-weight: 600;
  transition: .25s; font-size: 17px;
}
.btn-primary{ background:#d37a54; color:#fff; }
.btn-primary:hover{ background:#b95f3e; }
.btn-secondary{ background:#f5e1d3; color:#5a3d31; border:1px solid #d37a54; }
.btn-secondary:hover{ background:#e9cfc0; }

/* ==== ГЕРОЙ/ПРОБЛЕМА/БОНУС: прибрали зайве повітря зверху/знизу ==== */
.hero, .problem, .bonus, .how, .benefits, .reviews, .faq, .form, .sets {
  padding-top: 32px; padding-bottom: 32px;
}
@media (max-width:600px){
  .hero, .problem, .bonus, .how, .benefits, .reviews, .faq, .form, .sets {
    padding-top: 22px; padding-bottom: 22px;
  }
}

/* ==== ВИРІЗАЄМО будь-який потенційний горизонтальний скрол ==== */
img, video{ max-width:100%; height:auto; }
.row, .elementor-section, .elementor-container{ overflow: visible; }
* { box-sizing: border-box; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8270a43 */body {
  font-family: 'Roboto Serif', serif;
  background-color: #fffdf9;
  color: #3a2c29;
}

h1, h2, h3 {
  font-family: 'Roboto Serif', serif;
  color: #5a3d31;
  font-weight: 600;
}

p, li {
  font-size: 18px;
  line-height: 1.6;
}

section {
  padding: 60px 20px;
}

.btn-primary, .btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-primary {
  background-color: #d37a54;  /* теплий теракотовий */
  color: #fff;
}

.btn-primary:hover {
  background-color: #b95f3e;
}

.btn-secondary {
  background-color: #f5e1d3;
  color: #5a3d31;
  border: 1px solid #d37a54;
}

.btn-secondary:hover {
  background-color: #e9cfc0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d3ea1a */.sets .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.sets .card {
  background: #fffdf9;
  border: 1px solid #e5d6cc;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.sets .card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 8px;
}

.sets .card h3 {
  font-family: 'Roboto Serif', serif;
  font-size: 22px;
  margin-bottom: 15px;
  color: #5a3d31;
}

/* Нумерований список */
.number-list {
  counter-reset: num;
  padding: 0;
  margin: 0 0 20px;
  text-align: left;
  display: inline-block;
}

.number-list li {
  list-style: none;
  counter-increment: num;
  margin-bottom: 8px;
  padding-left: 28px;
  position: relative;
  font-size: 16px;
  color: #3a2c29;
}

.number-list li::before {
  content: counter(num) ".";
  position: absolute;
  left: 0;
  color: #d37a54; /* теплий акцент */
  font-weight: bold;
}

.btn-primary {
  background-color: #d37a54;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s;
}

.btn-primary:hover {
  background-color: #b95f3e;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b7cb67 */.check-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: inline-block;
  text-align: left;
}

.check-list li {
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
  font-size: 16px;
  color: #3a2c29;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #d37a54;
  font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a7721ab */.steps.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
}

.step {
  background: #fffdf9;
  border: 1px solid #e5d6cc;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.step img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.step h3 {
  font-family: 'Roboto Serif', serif;
  font-size: 20px;
  margin-bottom: 10px;
  color: #5a3d31;
}

.step p {
  font-size: 16px;
  color: #3a2c29;
}

.easy-text {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #d37a54;
}/* End custom CSS */