*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html,body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#0c0c13;color:#fff}
.page-wrapper{background:linear-gradient(to bottom left,#0c0c13,#131320);min-height:100vh;width:100%;overflow-x:clip}
.container{max-width:480px;margin:0 auto;padding:20px}

@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@keyframes scaleIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
.fade-in{animation:fadeIn .6s ease-out forwards}
.scale-in{animation:scaleIn .5s ease-out forwards}

.hero{padding-top:40px;padding-bottom:20px}
.hero h1{color:#fff;font-size:32px;font-weight:700;text-align:center;padding:0 0 12px;line-height:1.15}
.subheadline{color:#d4d4d4;font-size:16px;text-align:center;padding:0 0 24px;line-height:1.6}
.poster-wrap{display:flex;justify-content:center;margin-bottom:8px}
.poster{width:85%;max-width:360px;height:auto;border-radius:12px;object-fit:cover;box-shadow:0 10px 30px rgba(0,0,0,.5)}
.section-title{color:#f7f7f7;font-size:24px;font-weight:700;text-align:center;padding:16px 0}

.video-section{padding-bottom:20px}
.video-wrapper{display:flex;justify-content:center}
.video-frame{width:85%;max-width:340px;aspect-ratio:9/16;border-radius:16px;overflow:hidden;background:#000;box-shadow:0 10px 30px rgba(0,0,0,.5)}

.offer-section{padding-bottom:40px}
.offer-card{background:#171717;color:#fff;text-align:center;padding:28px;border-radius:16px;border:2px solid #ff6b6b;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.offer-card h3{font-size:24px;font-weight:700;margin-bottom:20px;color:#fff}
.benefits{text-align:left;margin-bottom:20px}
.benefit{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}
.benefit span:last-child{font-size:15px;line-height:1.5}
.check-circle{width:22px;height:22px;border-radius:50%;background:#ff6b6b;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.divider{height:1px;background:#ff6b6b;margin:0 -12px 16px}
.single-payment{color:#bdbdbd;font-size:13px;margin-bottom:6px}
.price{font-size:48px;font-weight:800;color:#ff584d;line-height:1;margin-bottom:20px}

.cta-button{display:block;width:100%;padding:16px 24px;background:#c33232;color:#fff;font-size:16px;font-weight:700;text-align:center;border-radius:12px;text-decoration:none;box-shadow:0 4px 14px rgba(195,50,50,.25);letter-spacing:.4px;border:none;cursor:pointer}
.cta-button:hover{background:#a82828}
.cta-final{margin-top:32px}

.testimonials-title{color:#d1d1d1;font-size:24px;font-weight:700;text-align:center;padding:26px 0}
.testimonials-stack{display:flex;flex-direction:column;align-items:center;gap:16px;width:90%;max-width:420px;margin:0 auto}
.testimonial-img{width:100%;object-fit:contain;height:auto;border-radius:8px}

.guarantee-card{margin-top:40px;background:#151515;border:2px solid #22c55e;border-radius:16px;padding:24px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.2)}
.guarantee-badge{width:64px;height:64px;border-radius:50%;background:#22c55e;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.guarantee-card h3{color:#fff;font-size:22px;font-weight:700;margin-bottom:10px}
.guarantee-card p{color:#cfcfcf;font-size:15px;line-height:1.6}

.faq-title{color:#f0f0f0;font-size:24px;font-weight:700;text-align:center;padding:40px 0 16px}
.faq-list{display:flex;flex-direction:column;gap:10px}
.faq-item{background:#161623;border:1px solid #2a2a3a;border-radius:12px;overflow:hidden}
.faq-item summary{list-style:none;cursor:pointer;padding:16px 18px;color:#fff;font-size:15px;font-weight:600;display:flex;justify-content:space-between;align-items:center;gap:12px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-toggle{color:#ff6b6b;font-size:22px;line-height:1;transition:transform .2s}
.faq-item[open] .faq-toggle{transform:rotate(45deg)}
.faq-answer{padding:0 18px 16px;color:#c9c9d1;font-size:14px;line-height:1.6}
