*{margin:0;padding:0;box-sizing:border-box}body{position:relative;font-family:"Poppins",sans-serif;background-color:#242d63;color:#fff;min-height:100vh}.small-text{font-size:15px}.animation-small{opacity:0;align-self:center;animation:appear 1s ease-in-out 6s forwards}.price-line{font-size:12px;font-weight:300;color:gray;line-height:1.6;max-width:900px;margin:0 auto}.sms-logo{margin-top:10px;margin-bottom:20px}.page-wrapper{display:flex;flex-direction:column;min-height:100vh}.container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:100px 20px 40px;max-width:700px;margin:0 auto;text-align:center}.title{font-size:20px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;line-height:1.3}.subtitle{color:#97d146;font-size:20px;font-weight:700;margin-bottom:30px}.instruction-box{background-color:#2e3972;border-radius:13px;padding:20px 10px;margin-bottom:30px;max-width:359px;width:100%}.instruction-box p{font-size:16px;line-height:1.6;font-weight:400;color:#fff}.highlight{color:#bc69da;font-weight:700}.timer-text{font-size:18px;font-weight:700;margin-bottom:30px}#countdown{font-variant-numeric:tabular-nums}.btn-continue{background:#bc69da;color:#fff;border:0;padding:24.5px 100.5px;font-size:26px;font-weight:700;font-family:"Inter",sans-serif;text-transform:uppercase;border-radius:13px;cursor:pointer;letter-spacing:1px;margin-bottom:15px;animation:pulse 1.5s infinite}.btn-continue:hover{background:#f36dff !important}.sms-logo{margin-bottom:15px}.sms-logo img{height:36px;width:auto}.privacy{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#b0b0b0}.shield-icon{width:20px;height:20px}footer{padding:30px 20px 20px;margin-top:30px;text-align:center}.footer-text{font-size:12px;font-weight:300;color:gray;line-height:1.6;max-width:900px;margin:0 auto}.footer-text a{color:#6c8cff;text-decoration:none}.footer-text a:hover{text-decoration:underline}@keyframes pulse{0%{background:#bc69da}50%{background:#f36dff;box-shadow:0 0 23.1px 0 #d400ff}100%{background:#bc69da}}@keyframes bg-pulse{0%{background:#242d63}50%{background:#582640}100%{background:#242d63}}@media(max-width:750px){.container{max-width:100%;width:95%;margin:0 auto}.btn-continue{max-width:100%;width:95%;margin:0 auto;padding:24.5px 0}footer{position:absolute;top:100vh;left:0;right:0;margin-top:0}.page-wrapper{max-width:100%;width:100%}.title{font-size:1.25rem}.subtitle{font-size:1rem;margin-bottom:25px}.instruction-box{padding:12px 18px}.instruction-box p{font-size:.85rem}.timer-text{font-size:1rem}.footer-text{font-size:.65rem}}@media(max-width:375px){.title{font-size:1.1rem}.subtitle{font-size:.9rem}}@keyframes appear{0%{opacity:0}100%{opacity:1}}