*{box-sizing:border-box;margin:0;padding:0}
html,body{background:#0c0c13;color:#fff;-webkit-font-smoothing:antialiased}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:linear-gradient(to bottom left,#0c0c13,#131320);min-height:100vh;overflow-x:clip}
.wrap{max-width:480px;margin:0 auto;padding:20px;width:100%}
.hero{padding:40px 0 20px;text-align:center}
h1{font-size:32px;font-weight:700;padding-bottom:12px;line-height:1.15;animation:fadeIn .6s ease-out both}
.sub{color:#d4d4d4;font-size:16px;padding-bottom:24px;line-height:1.5;animation:fadeIn .6s .1s ease-out both}
.poster-wrap{display:flex;justify-content:center;margin-bottom:8px}
.poster-wrap img{width:85%;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.5)}
.section-title{font-size:24px;font-weight:700;padding:16px;color:#f7f7f7;text-align:center}
.video-section{padding-bottom:20px;display:flex;justify-content:center}
.video-section video{width:75%;max-width:320px;aspect-ratio:9/16;object-fit:cover;border-radius:16px;background:#000;box-shadow:0 10px 30px rgba(0,0,0,.5)}
.offer{padding-bottom:40px}
.card{background:#171717;text-align:center;padding:32px;border-radius:16px;border:2px solid #ff6b6b;animation:scaleIn .5s ease-out both;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.card h3{font-size:24px;font-weight:700;margin-bottom:16px}
.price{margin-bottom:24px}
.price span{font-size:48px;font-weight:800;color:#ff584d;line-height:1}
.card hr{border:0;height:1px;background:#ff6b6b;margin:0 -16px 24px}
.benefits{list-style:none;text-align:left;margin-bottom:24px}
.benefits li{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;font-size:15px;line-height:1.5}
.check{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:#ff6b6b;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;margin-top:2px}
.cta{display:block;width:100%;padding:16px 24px;background:#c33232;color:#fff;font-size:16px;font-weight:600;text-align:center;border-radius:12px;text-decoration:none;box-shadow:0 4px 14px rgba(195,50,50,.25)}
.cta:hover{filter:brightness(1.05)}
.carousel-wrap{display:flex;justify-content:center}
.carousel-wrap > div{position:relative;overflow:hidden;width:90%;max-width:420px;border-radius:8px}
.carousel{display:flex;transition:transform .5s ease-out;will-change:transform}
.carousel img{width:100%;flex-shrink:0;height:auto;border-radius:8px;object-fit:contain}
@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
@keyframes scaleIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:none}}
