@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&family=Inter:wght@400;600;700;800;900&display=swap');
:root{--orange:#ff4b12;--green1:#28d65e;--green2:#008b28;--line:#6d2710}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#050505}
body{margin:0;background:#050505;color:#fff;font-family:Inter,Arial,sans-serif}
.page{width:min(100%,900px);margin:auto;background:#030303;min-height:100vh;overflow:hidden;box-shadow:0 0 60px #000}
.hero{line-height:0;background:#000}
.hero img{display:block;width:100%;height:auto}
.cta-wrap{padding:14px 24px 6px;background:#030303}
.cta{display:flex;align-items:center;justify-content:center;gap:24px;text-decoration:none;color:#fff;padding:20px 28px;border-radius:22px;background:linear-gradient(180deg,var(--green1),var(--green2));border:1px solid #44e275;box-shadow:0 0 28px rgba(0,223,67,.45),inset 0 2px 0 rgba(255,255,255,.25);transition:.2s}
.cta:hover{transform:translateY(-2px);filter:brightness(1.08)}
.cta .wa{font-size:70px;line-height:.8;font-family:Arial}
.cta strong{display:block;font-family:'Barlow Condensed';font-size:49px;line-height:.95;letter-spacing:.3px}
.cta small{display:block;font-size:18px;font-weight:800;margin-top:8px}
.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:20px 2px 10px}
.trust div{padding:3px 14px;border-right:1px solid #6b6b6b}
.trust div:last-child{border:0}
.trust b,.trust small{display:block}.trust b{font-size:12px}.trust small{font-size:11px;margin-top:5px;color:#ddd}
.section{padding:22px 18px}
h2{font-family:'Barlow Condensed';font-size:28px;margin:0 0 14px;text-align:center;display:flex;align-items:center;gap:12px;justify-content:center}
h2 span{height:2px;background:var(--orange);width:72px}h2 em{font-style:normal;color:var(--orange)}
.viewport{overflow:hidden;border:1px solid var(--line);border-radius:18px;padding:12px;background:linear-gradient(180deg,#100805,#050505)}
.track{display:flex;gap:10px;transition:transform .72s cubic-bezier(.25,.8,.25,1);will-change:transform}
.product{position:relative;flex:0 0 calc((100% - 60px)/7);min-width:112px;background:#f3eee9;color:#111;border-radius:10px;padding:0 8px 10px;text-align:center;overflow:hidden}
.product i{position:absolute;left:0;top:0;background:var(--orange);color:#fff;font-style:normal;font-weight:900;padding:6px 8px;border-radius:0 0 8px 0}
.product img{width:100%;height:170px;object-fit:contain;display:block;margin-top:4px}
.product h3{font-family:'Barlow Condensed';font-size:17px;line-height:1.05;margin:6px 0}
.product strong{display:block;color:var(--orange);font-size:21px}.product del{font-size:12px}
.dots{text-align:center;padding:12px 0 0}.dots button{width:9px;height:9px;border:0;border-radius:50%;margin:0 5px;background:#aaa;padding:0}.dots button.active{background:var(--orange)}
.testimonial{flex:0 0 calc((100% - 50px)/6);min-width:132px;border:1px solid #55200f;border-radius:12px;background:#080808;overflow:hidden;padding-bottom:13px;text-align:left}
.testimonial img{width:100%;height:150px;object-fit:cover;object-position:center top;display:block}
.stars{color:#ff8a00;font-size:16px;padding:10px 11px 0}.testimonial h3{color:var(--orange);margin:3px 11px 7px;font-size:16px}.testimonial p{font-size:12px;line-height:1.45;margin:0 11px;color:#f2f2f2}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:7px 28px 18px}
.benefits div{display:flex;align-items:center;gap:10px;font-size:24px;color:var(--orange)}.benefits span{font-size:12px;color:#fff;line-height:1.35}
.bottom{padding-bottom:20px}.note{text-align:center;color:#bbb;font-size:12px;letter-spacing:1.4px}
@media(max-width:700px){
  .page{width:100%}.cta-wrap{padding:10px 18px 5px}.cta{gap:12px;padding:15px 13px;border-radius:16px}.cta .wa{font-size:48px}.cta strong{font-size:34px}.cta small{font-size:12px}
  .trust{grid-template-columns:repeat(2,1fr);gap:12px}.trust div{border:0;padding:3px}
  .section{padding:20px 14px}h2{font-size:23px;gap:8px}h2 span{width:38px}
  .product{flex-basis:46%;min-width:150px}.product img{height:170px}
  .testimonial{flex-basis:78%;min-width:250px}.testimonial img{height:220px}
  .benefits{grid-template-columns:repeat(2,1fr);padding:7px 20px 14px}
}
@media(max-width:390px){.cta strong{font-size:30px}.cta small{font-size:10px}.product{flex-basis:70%}}
@media(prefers-reduced-motion:reduce){.track{transition:none}.cta{transition:none}}
