* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #000; background: #fff; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
.page { width: min(100% - 30px, 1040px); margin: 0 auto; padding-top: 8px; text-align: center; }
h1 { max-width: 880px; margin: 0 auto 15px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 4.8vw, 43px); font-weight: 700; line-height: 1.08; }
h1 span { color: #cc0000; }
.video-wrap { position: relative; width: min(100%, 870px); min-height: 260px; margin: 0 auto; aspect-ratio: 16 / 9; overflow: hidden; background: #050505; border: 3px solid #fff; box-shadow: 0 6px 19px -4px rgba(0, 0, 0, .98); }
#vslVideo { display: none; width: 100%; height: 100%; background: #000; }
#vslVideo.active { display: block; }
.video-cover { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; color: #fff; background: #080808; }
.video-cover::before { position: absolute; inset: 0; content: ""; opacity: .16; background: radial-gradient(ellipse at center, #7f0a0a 0, transparent 31%), repeating-linear-gradient(125deg, transparent 0 22px, rgba(255, 255, 255, .08) 23px 24px); }
.video-cover img { position: absolute; right: 6%; bottom: 7%; width: min(22%, 180px); filter: invert(1); opacity: .2; }
.video-cover p, .video-cover small, #playButton { position: relative; z-index: 1; }
.video-cover p { margin: 0 0 12px; font-size: clamp(17px, 3vw, 28px); font-weight: 900; line-height: 1.05; text-shadow: 0 2px 0 #000; }
#playButton { display: grid; width: 76px; height: 76px; cursor: pointer; place-items: center; border: 6px solid #fff; border-radius: 50%; background: #cc0000; box-shadow: 0 0 0 7px rgba(0, 0, 0, .45); }
#playButton:hover { background: #a80000; }
#playButton span { width: 0; height: 0; margin-left: 7px; border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 23px solid #fff; }
.video-cover small { margin-top: 12px; font-size: 13px; font-weight: 700; }
.offer { width: min(100%, 900px); margin: 22px auto 0; text-align: left; }
.offer[hidden] { display: none; }
.offer-link { display: block; overflow: hidden; color: inherit; text-decoration: none; border: 1px solid #ddd; box-shadow: 0 2px 7px rgba(0, 0, 0, .15); }
.offer-heading { padding: 11px; color: #fff; background: #0067b3; font-family: Georgia, "Times New Roman", serif; font-size: clamp(21px, 3.5vw, 30px); font-weight: 700; text-align: center; }
.offer-body { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 320px; background: #fff; }
.offer-art { display: grid; min-height: 320px; padding: 25px; place-items: center; background: #eef4f8; }
.offer-art img { width: min(100%, 280px); }
.offer-copy { padding: 23px 26px; text-align: center; }
.instant { margin: 0 0 10px; color: #666; font-family: Georgia, "Times New Roman", serif; font-size: 16px; font-weight: 700; }
.offer-copy h2 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 3.2vw, 31px); line-height: 1.17; }
.price-line { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 700; }
.price-line strong { display: block; margin-top: 2px; color: #0067b3; font-size: 49px; line-height: 1; }
.limited { display: inline-block; margin: 11px 0 8px; padding: 3px 18px; color: #fff; border: 1px dashed #000; border-radius: 30px; background: #cc0000; font-family: Georgia, "Times New Roman", serif; font-size: 16px; font-weight: 700; }
.included { margin: 6px 0 15px; color: #0067b3; font-family: Georgia, "Times New Roman", serif; font-size: 16px; font-weight: 700; line-height: 1.55; }
.cart-button { display: block; padding: 14px 10px; color: #fff; border-radius: 5px; background: #cc0000; font-size: 20px; font-weight: 900; box-shadow: 0 3px 0 #8c0000; }
.guarantee { margin: 12px 0 0; color: #333; font-family: Georgia, "Times New Roman", serif; font-size: 14px; font-weight: 700; }
.checkout-message { margin: 8px 0 0; color: #666; font-size: 12px; text-align: center; }
.footer { width: min(100% - 30px, 850px); margin: 480px auto 0; padding: 0 0 35px; text-align: center; }
.yellow-button-cta { display: inline-block; padding: 13px 20px; color: #000; border: 1px solid #977600; border-radius: 4px; background: #f5d54c; box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 2px 0 #b49418; font-size: 18px; font-weight: 700; text-decoration: none; }
.yellow-button-cta:hover { background: #ffe36b; }
.author-note { margin: 31px 0 14px; color: #444; font-size: 13px; }
.footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px 18px; }
.footer nav a, .footer p { font-size: 12px; }
.footer nav a { color: #333; text-decoration: underline; }
.footer hr { margin: 23px 0; border: 0; border-top: 1px solid #ddd; }
.footer .disclaimer { max-width: 800px; margin: 22px auto; color: #555; font-size: 11px; line-height: 1.6; }
.notice { position: fixed; z-index: 5; right: 14px; bottom: 14px; max-width: 340px; padding: 10px 13px; color: #fff; background: #333; font-size: 13px; }
@media (max-width: 620px) { .page { width: min(100% - 20px, 1040px); } h1 { margin-bottom: 12px; } .video-wrap { min-height: 210px; } .offer-body { grid-template-columns: 1fr; } .offer-art { min-height: 230px; } .offer-copy { padding: 24px 16px; } .footer { width: min(100% - 24px, 850px); margin-top: 280px; } }
