:root{--kriveo-dark:#06002E;--kriveo-dark-surface:#0D0640;--kriveo-dark-border:#1A1055;--kriveo-red:#E94560;--kriveo-red-glow:rgba(233,69,96,0.15);--kriveo-muted:#8A82B0;--kriveo-light:#C8C2E0;--kriveo-white:#FFFFFF;--font-display:"Outfit",sans-serif;--font-serif:"Source Serif 4",Georgia,serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-display);background:var(--kriveo-dark);color:var(--kriveo-white);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@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(0deg)}to{transform:rotate(1turn)}}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;position:relative;text-align:center}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 50% 0,rgba(233,69,96,.08) 0,transparent 60%),radial-gradient(ellipse at 80% 80%,rgba(13,6,64,.5) 0,transparent 50%),radial-gradient(ellipse at 20% 60%,rgba(26,16,85,.3) 0,transparent 50%);pointer-events:none}.hero-content{position:relative;z-index:1;max-width:680px;width:100%}.compass-deco{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;opacity:.04;animation:compassSpin 120s linear infinite;pointer-events:none}.compass-deco circle{fill:none;stroke:var(--kriveo-white);stroke-width:.5}.compass-deco line{stroke:var(--kriveo-red);stroke-width:.5}.logo-container{display:flex;flex-direction:column;align-items:center;gap:20px;animation:fadeInUp 1s ease-out;margin-bottom:20px}.logo-icon{height:90px;width:auto}.logo-wordmark{height:32px;width:auto}.tagline{font-family:var(--font-serif);font-size:20px;font-weight:400;font-style:italic;color:var(--kriveo-red);margin-bottom:20px;animation:fadeInUp 1s ease-out .2s both;letter-spacing:1px}.description{font-size:18px;font-weight:300;line-height:1.8;color:var(--kriveo-light);margin-bottom:20px;animation:fadeInUp 1s ease-out .4s both}.description strong{color:var(--kriveo-white);font-weight:500}.features{display:flex;gap:20px;margin:40px 0;animation:fadeInUp 1s ease-out .6s both;flex-wrap:wrap;justify-content:center}.feature{background:var(--kriveo-dark-surface);border:1px solid var(--kriveo-dark-border);border-radius:16px;padding:24px 20px;flex:1 1;min-width:180px;max-width:200px;transition:border-color .3s,transform .3s}.feature:hover{border-color:var(--kriveo-red);transform:translateY(-4px)}.feature-icon{font-size:28px;margin-bottom:12px;display:block}.feature-title{font-size:14px;font-weight:600;color:var(--kriveo-white);margin-bottom:6px}.feature-desc{font-size:12px;color:var(--kriveo-muted);line-height:1.5}.app-availability{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:40px;animation:fadeInUp 1s ease-out .8s both}.avail-icon{width:48px;height:48px;color:#c8c2e0}.avail-arrow{width:40px;height:24px;color:#8a82b0}.avail-logo{width:56px;height:56px;border-radius:12px}.avail-platforms{display:flex;align-items:center;gap:12px}.avail-platform-icon{width:32px;height:32px;color:#c8c2e0}.avail-text{text-align:center;font-size:14px;font-weight:300;color:#8a82b0;margin-top:12px;margin-bottom:40px;animation:fadeInUp 1s ease-out 1s both}.waitlist{margin-top:48px;animation:fadeInUp 1s ease-out .8s both}.waitlist-label{font-size:15px;color:var(--kriveo-muted);margin-bottom:16px;font-weight:400}.waitlist-form{display:flex;gap:0;max-width:460px;margin:0 auto;border-radius:14px;overflow:hidden;border:1px solid var(--kriveo-dark-border);transition:border-color .3s}.waitlist-form:focus-within{border-color:var(--kriveo-red);box-shadow:0 0 30px var(--kriveo-red-glow)}.waitlist-input{flex:1 1;background:var(--kriveo-dark-surface);border:none;padding:16px 20px;font-size:15px;font-family:var(--font-display);color:var(--kriveo-white);outline:none}.waitlist-input::placeholder{color:var(--kriveo-muted)}.waitlist-button{background:var(--kriveo-red);border:none;padding:16px 28px;font-size:15px;font-family:var(--font-display);font-weight:600;color:var(--kriveo-white);cursor:pointer;transition:background .3s,transform .1s;white-space:nowrap}.waitlist-button:hover{background:#D63A53}.waitlist-button:active{transform:scale(.98)}.waitlist-button:disabled{opacity:.6;cursor:not-allowed}.success-message{background:rgba(45,140,78,.15);border:1px solid rgba(45,140,78,.3);border-radius:14px;padding:20px;max-width:460px;margin:0 auto;animation:fadeInUp .5s ease-out}.success-message p{color:#6FCF97;font-size:15px;font-weight:500}.success-message span{color:var(--kriveo-muted);font-size:13px;display:block;margin-top:6px}.error-message{color:var(--kriveo-red);font-size:13px;margin-top:10px}.counter{margin-top:24px;font-size:13px;color:var(--kriveo-muted);animation:fadeIn 1s ease-out 1.2s both}.counter strong{color:var(--kriveo-red);font-weight:600}.footer{padding:40px 24px;text-align:center;border-top:1px solid var(--kriveo-dark-border)}.footer-links{display:flex;gap:24px;justify-content:center;margin-bottom:16px;flex-wrap:wrap}.footer-links a{color:var(--kriveo-muted);text-decoration:none;font-size:13px;transition:color .3s}.footer-links a:hover{color:var(--kriveo-white)}.footer-copy{font-size:12px;color:var(--kriveo-muted);opacity:.6}@media (max-width:640px){.logo-icon{height:70px}.logo-wordmark{height:40px}.tagline{font-size:17px}.description{font-size:16px}.features{flex-direction:column;align-items:center}.feature{max-width:100%;width:100%}.waitlist-form{flex-direction:column;border-radius:14px}.waitlist-button{border-radius:0 0 13px 13px}.compass-deco{width:300px;height:300px}.legal-page{padding:40px 20px}.legal-page h1{font-size:28px}.legal-page h2{font-size:18px}}.legal-page{max-width:680px;margin:0 auto;padding:80px 40px}.legal-page h1{font-size:36px;color:#ffffff;margin-bottom:32px}.legal-page h1,.legal-page h2{font-family:var(--font-display);font-weight:700}.legal-page h2{font-size:22px;color:#e94560;margin-top:32px;margin-bottom:12px}.legal-page h3{font-size:18px;font-weight:600;color:#e94560;margin-top:24px;margin-bottom:8px}.legal-page h3,.legal-page p{font-family:var(--font-display)}.legal-page p{font-size:16px;font-weight:300;line-height:1.8;color:#c8c2e0;margin-bottom:16px}.legal-page a{color:#e94560;text-decoration:none}.legal-page a:hover{text-decoration:underline}.back-link{display:inline-block;font-family:var(--font-display);font-size:14px;color:#8a82b0!important;margin-bottom:40px;transition:color .2s}.back-link,.back-link:hover{text-decoration:none!important}.back-link:hover{color:#ffffff!important}