.elementor-28 .elementor-element.elementor-element-f51a826{margin-top:-76px;margin-bottom:-76px;padding:0px 0px 0px 0px;}.elementor-28 .elementor-element.elementor-element-c914d8f > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for section, class: .elementor-element-f51a826 */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  background:#f7f2eb;
  color:#3a2b22;
  font-family:'Inter',sans-serif;
  overflow-x:hidden;
}

img{
  width:100%;
  display:block;
}

a{
  text-decoration:none;
}

.container{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:0 24px;
}

section{
  padding:110px 0;
}

.section-title{
  text-align:center;
  margin-bottom:70px;
}

.section-title span{
  color:#d48b35;
  font-size:12px;
  font-weight:700;
  letter-spacing:2px;
}

.section-title h2{
  font-family:'Cormorant Garamond',serif;
  font-size:56px;
  line-height:1;
  margin-top:16px;
  font-weight:700;
}

.section-title h2 span{
  display:block;
  font-size:56px;
  color:#d48b35;
  letter-spacing:0;
}

.section-title p{
  margin-top:18px;
  color:#76685d;
  font-size:16px;
}

/* HERO */

.hero{
  padding:80px 0 110px;
  background:
  radial-gradient(circle at top left,#fff7eb 0%,transparent 40%),
  #f7f2eb;
}

.hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.mini-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#fff7ec;
  border:1px solid #f1d4ae;
  padding:10px 16px;
  border-radius:999px;
  font-size:13px;
  color:#8b5e32;
  margin-bottom:28px;
}

.hero-content h1{
  font-family:'Cormorant Garamond',serif;
  font-size:74px;
  line-height:.95;
  font-weight:700;
  letter-spacing:-1px;
}

.hero-content h1 span{
  color:#d88a2f;
}

.hero-text{
  margin-top:28px;
  font-size:18px;
  line-height:1.8;
  color:#74665a;
  max-width:560px;
}

.primary-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:58px;
  padding:0 34px;
  border-radius:999px;
  margin-top:34px;
  background:linear-gradient(135deg,#f0a245,#d88929);
  color:#fff;
  font-weight:600;
  font-size:15px;
  box-shadow:0 14px 35px rgba(214,136,41,.25);
  transition:.35s ease;
}

.primary-button:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(214,136,41,.35);
}

.social-proof{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:28px;
}

.avatars{
  display:flex;
}

.avatars span{
  width:34px;
  height:34px;
  border-radius:50%;
  border:2px solid #f7f2eb;
  background:linear-gradient(135deg,#f2c48a,#d88727);
  margin-left:-8px;
}

.avatars span:first-child{
  margin-left:0;
}

.social-proof p{
  color:#7b6f64;
  font-size:14px;
}

.hero-image img{
  border-radius:28px;
  box-shadow:0 30px 60px rgba(0,0,0,.12);
}

/* BENEFITS */

.benefits{
  background:#efe8de;
}

.benefits-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

.benefits-image{
  background:#fff;
  border-radius:28px;
  padding:28px;
  box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.benefits-image img{
  border-radius:18px;
}

.benefits-list{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.benefit-card{
  background:#fff;
  border-radius:20px;
  padding:24px;
  display:flex;
  gap:18px;
  align-items:flex-start;
  box-shadow:0 10px 30px rgba(0,0,0,.04);
  transition:.3s;
}

.benefit-card:hover{
  transform:translateY(-5px);
}

.icon{
  min-width:52px;
  height:52px;
  border-radius:16px;
  background:#f8ebdc;
  color:#d48b35;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
}

.benefit-card h3{
  font-size:18px;
  margin-bottom:8px;
}

.benefit-card p{
  color:#7d7065;
  line-height:1.7;
}

/* FEATURES */

.features-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.feature-box{
  background:#fff;
  border:1px solid #eadfce;
  border-radius:24px;
  padding:34px;
  transition:.35s;
}

.feature-box:hover{
  transform:translateY(-6px);
  box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.feature-icon{
  width:56px;
  height:56px;
  border-radius:18px;
  background:#fff3e4;
  color:#d48b35;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
  font-size:24px;
}

.feature-box h3{
  margin-bottom:14px;
  font-size:20px;
}

.feature-box p{
  color:#7a6d61;
  line-height:1.8;
}

/* BONUS */

.bonus{
  background:#efe8de;
}

.bonus-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.bonus-card{
  background:#fff;
  padding:34px;
  border-radius:24px;
  position:relative;
  box-shadow:0 12px 30px rgba(0,0,0,.04);
}

.tag{
  position:absolute;
  top:18px;
  right:18px;
  background:#f1a84d;
  color:#fff;
  font-size:11px;
  font-weight:700;
  padding:6px 12px;
  border-radius:999px;
}

.bonus-card h3{
  margin-bottom:14px;
  margin-top:10px;
  font-size:22px;
}

.bonus-card p{
  line-height:1.8;
  color:#7b6d61;
  margin-bottom:18px;
}

/* OFFER */

.offer{
  background:
  radial-gradient(circle at center,#fff7e8 0%,#f7f2eb 70%);
  display:flex;
  justify-content:center;
}

.offer-card{
  width:100%;
  max-width:700px;
  background:#fff;
  border-radius:34px;
  padding:70px;
  text-align:center;
  box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.offer-badge{
  background:#fff3e4;
  color:#d48b35;
  padding:10px 18px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
}

.offer-card h2{
  margin-top:24px;
  font-family:'Cormorant Garamond',serif;
  font-size:58px;
  line-height:1;
}

.offer-card h2 span{
  color:#d48b35;
}

.offer-card p{
  margin-top:24px;
  color:#7a6d61;
  line-height:1.8;
}

.offer-card ul{
  list-style:none;
  margin-top:34px;
  text-align:left;
  display:inline-flex;
  flex-direction:column;
  gap:16px;
}

.price-box{
  margin-top:40px;
}

.price-box small{
  color:#8f8378;
}

.price-box h3{
  font-size:72px;
  color:#d48b35;
  margin-top:10px;
}

.security{
  margin-top:24px;
  color:#8a7d71;
  font-size:14px;
}

/* GALLERY */

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.gallery-card{
  overflow:hidden;
  border-radius:24px;
  box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.gallery-card img{
  height:360px;
  object-fit:cover;
  transition:.5s;
}

.gallery-card:hover img{
  transform:scale(1.06);
}

/* TESTIMONIALS */

.testimonials{
  background:#efe8de;
}

.testimonials-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.testimonial-card{
  background:#fff;
  border-radius:22px;
  padding:34px;
  box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.stars{
  color:#e0a13c;
  margin-bottom:18px;
}

.testimonial-card p{
  color:#75685c;
  line-height:1.8;
  margin-bottom:20px;
}

/* GUARANTEE */

.guarantee{
  display:flex;
  justify-content:center;
}

.guarantee-box{
  width:100%;
  max-width:820px;
  background:#fff;
  border-radius:32px;
  padding:60px;
  text-align:center;
  box-shadow:0 18px 50px rgba(0,0,0,.05);
}

.shield{
  width:90px;
  height:90px;
  border-radius:50%;
  background:#fff3e4;
  color:#d48b35;
  margin:0 auto 26px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
}

.guarantee-box h2{
  font-family:'Cormorant Garamond',serif;
  font-size:58px;
  line-height:1;
}

.guarantee-box p{
  margin-top:22px;
  color:#7b6d61;
  line-height:1.9;
}

/* FAQ */

.faq{
  background:#efe8de;
}

.faq-wrapper{
  width:100%;
  max-width:900px;
  margin:0 auto;
}

details{
  background:#fff;
  border-radius:18px;
  margin-bottom:18px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,.04);
}

summary{
  padding:24px 28px;
  cursor:pointer;
  font-weight:600;
  list-style:none;
  position:relative;
}

summary::after{
  content:"+";
  position:absolute;
  right:28px;
  font-size:22px;
  color:#d48b35;
}

details[open] summary::after{
  content:"−";
}

details p{
  padding:0 28px 28px;
  color:#7b6d61;
  line-height:1.8;
}

.faq-button{
  display:flex;
  width:max-content;
  margin:42px auto 0;
}

/* FOOTER */

.footer{
  background:#2b1a12;
  padding:50px 0;
  text-align:center;
  color:#d6c4b5;
}

.footer strong{
  display:block;
  margin-bottom:12px;
}

/* RESPONSIVE */

@media(max-width:1100px){

  .hero-content h1{
    font-size:58px;
  }

  .section-title h2,
  .section-title h2 span{
    font-size:46px;
  }

  .offer-card h2{
    font-size:48px;
  }

}

@media(max-width:900px){

  section{
    padding:80px 0;
  }

  .hero-grid,
  .benefits-grid,
  .features-grid,
  .bonus-grid,
  .gallery-grid,
  .testimonials-grid{
    grid-template-columns:1fr;
  }

  .hero{
    padding-top:40px;
  }

  .hero-content{
    order:2;
    text-align:center;
  }

  .hero-image{
    order:1;
  }

  .hero-text{
    margin-left:auto;
    margin-right:auto;
  }

  .social-proof{
    justify-content:center;
  }

  .offer-card{
    padding:50px 34px;
  }

  .offer-card h2,
  .guarantee-box h2{
    font-size:42px;
  }

  .price-box h3{
    font-size:58px;
  }

}

@media(max-width:600px){

  .container{
    padding:0 18px;
  }

  .hero-content h1{
    font-size:44px;
  }

  .section-title h2,
  .section-title h2 span{
    font-size:38px;
  }

  .offer-card,
  .guarantee-box{
    padding:38px 24px;
    border-radius:24px;
  }

  .benefit-card,
  .feature-box,
  .bonus-card,
  .testimonial-card{
    padding:24px;
  }

  .gallery-card img{
    height:260px;
  }

}/* End custom CSS */