*{
  box-sizing:border-box;
}

body{
  margin:0;
  background:#070707;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
}

.page{
  max-width:760px;
  margin:0 auto;
  background:#050505;
  min-height:100vh;
}

.hero{
  padding:34px 22px 26px;
  text-align:center;
  background:radial-gradient(circle at top,#3b210b,#070707 62%);
  border-bottom:1px solid #2d2d2d;
}

.badge{
  display:inline-block;
  background:#ff7a00;
  color:#fff;
  padding:8px 14px;
  border-radius:999px;
  font-weight:800;
  margin-bottom:14px;
  font-size:14px;
}

h1{
  font-size:34px;
  line-height:1.08;
  margin:0 0 12px;
  text-transform:uppercase;
}

h2{
  font-size:24px;
  text-align:center;
  margin:28px 0 14px;
}

.lead{
  font-size:17px;
  line-height:1.55;
  color:#eee;
  margin:0 auto 18px;
  max-width:620px;
}

.note,
.sub{
  color:#cfcfcf;
  font-size:14px;
}

.hero-actions{
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap;
}

.btn{
  display:inline-block;
  text-decoration:none;
  border-radius:12px;
  padding:13px 18px;
  font-weight:800;
  text-align:center;
}

.primary{
  background:#ff7a00;
  color:#fff;
  box-shadow:0 8px 22px rgba(255,122,0,.28);
}

.secondary{
  border:1px solid #ff7a00;
  color:#ff9b32;
}

.hero-image,
.content-gallery{
  padding:14px 12px;
}

.hero-image img,
.content-gallery img{
  display:block;
  width:100%;
  border-radius:14px;
  margin:0 auto 16px;
  border:1px solid #262626;
  background:#111;
}

.bonus-box,
.original-warning{
  margin:18px 14px;
  padding:22px 18px;
  text-align:center;
  border-radius:18px;
  background:linear-gradient(135deg,#151515,#351b04);
  border:1px solid #ff7a00;
}

.bonus-box span{
  display:inline-block;
  color:#ffb066;
  font-size:13px;
  font-weight:800;
}

.bonus-box h2,
.original-warning h2{
  margin:7px 0 10px;
}

.bonus-box p,
.original-warning p{
  color:#e8e8e8;
  line-height:1.55;
  margin:0;
}

.trust-section{
  padding:8px 14px;
}

.trust-card{
  background:#111;
  border:1px solid #2a2a2a;
  border-radius:16px;
  padding:16px;
  margin-bottom:12px;
}

.trust-card b{
  display:block;
  color:#ff8a13;
  margin-bottom:8px;
}

.trust-card strong{
  display:block;
  color:#fff;
  background:#221104;
  border:1px solid #7a3a00;
  border-radius:12px;
  padding:12px;
  margin:10px 0;
  text-align:center;
  letter-spacing:.5px;
}

.trust-card p{
  margin:0;
  color:#ddd;
  line-height:1.55;
  font-size:14px;
}

.check-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin-top:16px;
}

.check-list div{
  background:#101010;
  border:1px solid #2b2b2b;
  border-radius:12px;
  padding:12px;
  color:#f5d7bd;
  font-size:14px;
  font-weight:700;
}

.benefits{
  padding:8px 14px;
}

.benefit-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}

.benefit-card{
  background:#111;
  border:1px solid #2a2a2a;
  border-radius:14px;
  padding:15px;
}

.benefit-card b{
  display:block;
  color:#ff8a13;
  margin-bottom:7px;
}

.benefit-card p{
  margin:0;
  color:#ddd;
  font-size:14px;
  line-height:1.45;
}

.testimonials{
  padding:18px 14px;
}

.testimonials .sub{
  text-align:center;
  margin:-6px 0 16px;
}

.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.testimonial-card{
  background:#101010;
  border:1px solid #2b2b2b;
  border-radius:16px;
  padding:9px;
  box-shadow:0 10px 28px rgba(0,0,0,.28);
}

.testimonial-card img{
  display:block;
  width:100%;
  height:auto;
  border-radius:12px;
  border:1px solid #333;
  background:#080808;
}

.pricing{
  padding:18px 14px 8px;
}

.price-box{
  background:linear-gradient(135deg,#191919,#3a1d03);
  border:1px solid #ff7a00;
  border-radius:18px;
  padding:22px;
  text-align:center;
}

.price-box span{
  color:#ffb066;
  font-weight:800;
}

.price-box strong{
  display:block;
  font-size:36px;
  margin:10px 0;
}

.price-box p{
  color:#ddd;
  line-height:1.5;
}

.bonus-note{
  color:#ffd3a6 !important;
  font-size:14px;
}

.full{
  width:100%;
  margin-top:8px;
}

.faq{
  padding:10px 14px 90px;
}

details{
  background:#111;
  border:1px solid #2b2b2b;
  border-radius:12px;
  padding:14px;
  margin-bottom:10px;
}

summary{
  cursor:pointer;
  font-weight:800;
  color:#ff9b32;
}

details p{
  color:#ddd;
  line-height:1.5;
}

.warning{
  margin:0 14px 24px;
  padding:14px;
  border-radius:12px;
  background:#1d1308;
  border:1px solid #7a3a00;
  color:#f5d7bd;
  font-size:13px;
  line-height:1.5;
}

.floating-wa{
  position:fixed;
  z-index:9;
  left:50%;
  transform:translateX(-50%);
  bottom:14px;
  background:#14b84a;
  color:white;
  text-decoration:none;
  font-weight:900;
  padding:14px 26px;
  border-radius:999px;
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}

@media(max-width:560px){
  .page{
    max-width:100%;
  }

  h1{
    font-size:28px;
  }

  h2{
    font-size:22px;
  }

  .hero{
    padding-top:28px;
  }

  .btn{
    width:100%;
  }

  .hero-actions{
    gap:8px;
  }

  .benefit-grid,
  .check-list{
    grid-template-columns:1fr;
  }

  .testimonial-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .testimonial-card{
    padding:8px;
  }
}