@keyframes lps-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes lps-pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes lps-spin{to{transform:rotate(360deg)}}.lps-section{position:relative;overflow:hidden}.lps-section__divider{position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.1),transparent)}.lps-container{position:relative;width:100%;margin:0 auto}.lps-container.w100{max-width:100%;padding:0 1.5rem}@media screen and (min-width:750px){.lps-container.w100{padding:0 5rem}}.lps-header{text-align:center;margin-bottom:6.4rem}.lps-title{font-size:3.6rem;font-weight:700;color:#fff;margin-bottom:1.6rem;display:flex;align-items:center;justify-content:center;gap:1.2rem;flex-wrap:wrap}@media screen and (min-width:750px){.lps-title{font-size:4.8rem}}.lps-title-icon{width:3.2rem;height:3.2rem;color:var(--lps-accent, #f97316)}.lps-subtitle{font-size:2rem;color:#94a3b8;max-width:68rem;margin:0 auto}.lps-timer-badge{display:inline-flex;align-items:center;gap:.8rem;margin-top:2.4rem;padding:.8rem 1.6rem;border-radius:9999px;background:#ffffff0d;color:#cbd5e1;font-size:1.4rem;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.lps-timer-dot{width:.8rem;height:.8rem;border-radius:50%;background:var(--lps-accent, #f97316);animation:lps-pulse 2s ease-in-out infinite}.lps-timer-value{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:700;color:#fff}.lps-timer-sec{display:inline-block}.lps-timer-sec.lps-roll{animation:lps-digitRoll .4s ease-out}@keyframes lps-digitRoll{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.lps-grid{display:grid;gap:4.8rem;align-items:stretch}@media screen and (min-width:990px){.lps-grid{grid-template-columns:1fr 1fr}}.lps-form-wrapper{position:relative;height:100%}.lps-form-glow{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:1.6rem;background:linear-gradient(to bottom right,rgba(249,115,22,.3),transparent,rgba(59,130,246,.3));opacity:.5;filter:blur(4px);pointer-events:none}.lps-form-card{position:relative;background:linear-gradient(135deg,var(--lps-card-gradient-start, rgba(249, 115, 22, .08)),rgba(255,255,255,.05) 50%,var(--lps-card-gradient-end, rgba(59, 130, 246, .08)));backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);padding:3.2rem;border-radius:1.6rem;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;height:100%;display:flex;flex-direction:column}@media screen and (min-width:750px){.lps-form-card{padding:4rem}}.lps-progress{display:flex;justify-content:center;gap:1.2rem;margin-bottom:3.2rem}.lps-progress-step{display:flex;align-items:center}.lps-progress-dot{width:1rem;height:1rem;border-radius:50%;background:#334155;transition:all .3s}.lps-progress-dot.active{background:var(--lps-accent, #f97316);transform:scale(1.25)}.lps-progress-bar{width:3.2rem;height:2px;margin:0 .4rem;background:#33415580;transition:background .3s}.lps-progress-bar.active{background:#f9731680}.lps-form-body{flex:1;display:flex;flex-direction:column;justify-content:center}.lps-step{display:none}.lps-step.active{display:block}.lps-step--success.active{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center}.lps-label{display:block;font-size:1.4rem;font-weight:500;color:#cbd5e1;margin-bottom:.8rem}.lps-input{width:100%;padding:1.2rem 1.6rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.8rem;color:#fff;font-size:1.6rem;outline:none;transition:all .2s;margin-bottom:2.4rem}.lps-input::placeholder{color:#64748b}.lps-input:focus{border-color:var(--lps-accent, #f97316);box-shadow:0 0 0 2px #f973164d}.lps-btn{display:inline-flex;align-items:center;justify-content:center;padding:1.6rem;font-size:1.6rem;font-weight:700;border-radius:.8rem;border:none;cursor:pointer;transition:all .2s;text-decoration:none}.lps-btn--primary{width:100%;background:var(--lps-accent, #f97316);color:#fff;box-shadow:0 10px 15px -3px #f9731633}.lps-btn--primary:hover{background:#ea580c}.lps-btn--back{padding:1.6rem 2.4rem;background:#ffffff0d;color:#fff;font-weight:500;border:1px solid rgba(255,255,255,.1)}.lps-btn--back:hover{background:#ffffff1a}.lps-btn-row{display:flex;gap:1.2rem}.lps-btn-row .lps-btn--primary{flex:1}.lps-form-note{font-size:1.2rem;color:#64748b;text-align:center;margin-top:1.6rem}.lps-confirm-box{background:#ffffff0d;padding:1.6rem;border-radius:.8rem;text-align:left;margin-bottom:2.4rem;border:1px solid rgba(255,255,255,.05)}.lps-confirm-box p{font-size:1.4rem;color:#94a3b8;margin:.4rem 0}.lps-confirm-box span{color:#fff}.lps-success-icon{width:8rem;height:8rem;background:#22c55e33;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:2.4rem}.lps-success-icon svg{width:4rem;height:4rem;color:#22c55e}.lps-success-title{font-size:2.4rem;font-weight:700;color:#fff;margin-bottom:.8rem}.lps-success-desc{color:#94a3b8;font-size:1.6rem;margin-bottom:3.2rem}.lps-btn--link{background:none;border:none;color:var(--lps-accent, #f97316);font-size:1.6rem;font-weight:500;cursor:pointer;transition:color .2s;padding:0}.lps-btn--link:hover{color:#fb923c}.lps-spinner{width:2.4rem;height:2.4rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:lps-spin 1s linear infinite;margin:0 auto}.lps-prizes{display:grid;gap:2.4rem;height:100%;align-content:stretch}.lps-prize{display:flex;flex-direction:column;justify-content:center}@media screen and (min-width:750px){.lps-prizes{grid-template-columns:1fr 1fr}.lps-prize:last-child:nth-child(odd){grid-column:1 / -1}}@media screen and (min-width:990px){.lps-prizes{grid-template-columns:1fr}.lps-prize:last-child:nth-child(odd){grid-column:auto}}@media screen and (min-width:1280px){.lps-prizes{grid-template-columns:1fr 1fr}.lps-prize:last-child:nth-child(odd){grid-column:1 / -1}}.lps-prize{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:2.4rem;border-radius:1.2rem;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:all .3s;opacity:.85}.lps-prize:hover{opacity:1;transform:translateY(-5px);border-color:#f973164d;transition-delay:0ms}.lps-prize__icon{width:4rem;height:4rem;margin-bottom:1.6rem;transition:transform .3s ease}.lps-prize:hover .lps-prize__icon{transform:scale(1.1) rotate(5deg)}.lps-prize__icon svg{width:100%;height:100%}.lps-prize__title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.8rem}.lps-prize__desc{font-size:1.4rem;color:#94a3b8}.lps-animate-fadeInUp:not(.is-visible){pointer-events:none}.lps-animate-fadeInUp{opacity:0;transform:translateY(2rem)}.lps-animate-fadeInUp.is-visible{animation-name:lps-fadeInUp;animation-duration:.6s;animation-timing-function:ease-out;animation-fill-mode:both}.lps-delay-100{animation-delay:.1s}.lps-delay-200{animation-delay:.2s}.lps-delay-300{animation-delay:.3s}.lps-delay-400{animation-delay:.4s}.lps-delay-500{animation-delay:.5s}.lps-delay-600{animation-delay:.6s}
/*# sourceMappingURL=/cdn/shop/t/124/assets/landing-page-susbcribe.css.map */
