:root{--kriveo-dark:#06002e;--kriveo-dark-surface:#0d0640;--kriveo-dark-border:#1a1055;--kriveo-red:#e94560;--kriveo-red-glow:#e9456026;--kriveo-muted:#8a82b0;--kriveo-light:#c8c2e0;--kriveo-white:#fff;--font-display:"Outfit", sans-serif;--font-serif:"Source Serif 4", Georgia, serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-display);background:var(--kriveo-dark);color:var(--kriveo-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes compassSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:40px 24px;display:flex;position:relative}.hero:before{content:"";pointer-events:none;background:radial-gradient(at 50% 0,#e9456014 0%,#0000 60%),radial-gradient(at 80% 80%,#0d064080 0%,#0000 50%),radial-gradient(at 20% 60%,#1a10554d 0%,#0000 50%);position:absolute;inset:0}.hero-content{z-index:1;width:100%;max-width:680px;position:relative}.compass-deco{opacity:.04;pointer-events:none;width:500px;height:500px;animation:120s linear infinite compassSpin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.compass-deco circle{fill:none;stroke:var(--kriveo-white);stroke-width:.5px}.compass-deco line{stroke:var(--kriveo-red);stroke-width:.5px}.logo-container{margin-bottom:16px;animation:1s ease-out fadeInUp}.logo-container img{width:auto;height:80px}.logo-text{font-family:var(--font-display);letter-spacing:12px;color:var(--kriveo-white);text-transform:uppercase;margin-bottom:0;font-size:56px;font-weight:700}.tagline{font-family:var(--font-serif);color:var(--kriveo-red);letter-spacing:1px;margin-bottom:48px;font-size:20px;font-style:italic;font-weight:400;animation:1s ease-out .2s both fadeInUp}.description{color:var(--kriveo-light);margin-bottom:20px;font-size:18px;font-weight:300;line-height:1.8;animation:1s ease-out .4s both fadeInUp}.description strong{color:var(--kriveo-white);font-weight:500}.features{flex-wrap:wrap;justify-content:center;gap:20px;margin:40px 0;animation:1s ease-out .6s both fadeInUp;display:flex}.feature{background:var(--kriveo-dark-surface);border:1px solid var(--kriveo-dark-border);border-radius:16px;flex:1;min-width:180px;max-width:200px;padding:24px 20px;transition:border-color .3s,transform .3s}.feature:hover{border-color:var(--kriveo-red);transform:translateY(-4px)}.feature-icon{margin-bottom:12px;font-size:28px;display:block}.feature-title{color:var(--kriveo-white);margin-bottom:6px;font-size:14px;font-weight:600}.feature-desc{color:var(--kriveo-muted);font-size:12px;line-height:1.5}.waitlist{margin-top:48px;animation:1s ease-out .8s both fadeInUp}.waitlist-label{color:var(--kriveo-muted);margin-bottom:16px;font-size:15px;font-weight:400}.waitlist-form{border:1px solid var(--kriveo-dark-border);border-radius:14px;gap:0;max-width:460px;margin:0 auto;transition:border-color .3s;display:flex;overflow:hidden}.waitlist-form:focus-within{border-color:var(--kriveo-red);box-shadow:0 0 30px var(--kriveo-red-glow)}.waitlist-input{background:var(--kriveo-dark-surface);font-size:15px;font-family:var(--font-display);color:var(--kriveo-white);border:none;outline:none;flex:1;padding:16px 20px}.waitlist-input::placeholder{color:var(--kriveo-muted)}.waitlist-button{background:var(--kriveo-red);font-size:15px;font-family:var(--font-display);color:var(--kriveo-white);cursor:pointer;white-space:nowrap;border:none;padding:16px 28px;font-weight:600;transition:background .3s,transform .1s}.waitlist-button:hover{background:#d63a53}.waitlist-button:active{transform:scale(.98)}.waitlist-button:disabled{opacity:.6;cursor:not-allowed}.success-message{background:#2d8c4e26;border:1px solid #2d8c4e4d;border-radius:14px;max-width:460px;margin:0 auto;padding:20px;animation:.5s ease-out fadeInUp}.success-message p{color:#6fcf97;font-size:15px;font-weight:500}.success-message span{color:var(--kriveo-muted);margin-top:6px;font-size:13px;display:block}.error-message{color:var(--kriveo-red);margin-top:10px;font-size:13px}.counter{color:var(--kriveo-muted);margin-top:24px;font-size:13px;animation:1s ease-out 1.2s both fadeIn}.counter strong{color:var(--kriveo-red);font-weight:600}.footer{text-align:center;border-top:1px solid var(--kriveo-dark-border);padding:40px 24px}.footer-links{flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:16px;display:flex}.footer-links a{color:var(--kriveo-muted);font-size:13px;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--kriveo-white)}.footer-copy{color:var(--kriveo-muted);opacity:.6;font-size:12px}@media (max-width:640px){.logo-text{letter-spacing:8px;font-size:36px}.tagline{font-size:17px}.description{font-size:16px}.features{flex-direction:column;align-items:center}.feature{width:100%;max-width:100%}.waitlist-form{border-radius:14px;flex-direction:column}.waitlist-button{border-radius:0 0 13px 13px}.compass-deco{width:300px;height:300px}}
