:root{--bg:#10372e;--bg-dark:#0f1412;--green:#8ee36b;--purple:#bfa6e9;--text:#eaeaea;--font-main:"Comfortaa", system-ui, sans-serif;--font-header:16px;--font-title:48px;--font-title-2:40px;--font-title-3:32px;--font-main-text:24px;--font-button:24px;--font-link:16px}html,body{scroll-behavior:smooth;margin:0;padding:0;overflow-x:hidden}body{font-family:var(--font-main);background:var(--bg);color:var(--text);font-size:var(--font-main-text);line-height:1.4}#root{overflow-x:hidden}h1{font-size:var(--font-title);margin:0 0 16px;font-weight:700}h2{font-size:var(--font-title-2);margin:0 0 16px;font-weight:600}h3{font-size:var(--font-title-3);margin:0 0 12px;font-weight:500}p{font-size:var(--font-main-text);margin:0}a{font-size:var(--font-link)}.btn{background:var(--green);color:var(--bg-dark);font-family:inherit;font-size:var(--font-button);border:1px solid var(--bg-dark);box-shadow:4px 6px 0px 0px var(--green), 4px 6px 0px 1px var(--bg-dark);cursor:pointer;border-radius:12px;padding:16px 32px;font-weight:500;transition:all .15s}.btn:hover{box-shadow:5px 8px 0px 0px var(--green), 5px 8px 0px 1px var(--bg-dark);background:#7ad85a;transform:translate(-1px,-2px)}.btn:active{box-shadow:none;transform:translate(4px,6px)}@media (width<=768px){:root{--font-title:36px;--font-title-2:32px;--font-title-3:24px;--font-main-text:18px;--font-button:20px}}.top-dark-section{z-index:1;width:100%;margin-bottom:320px;position:relative;overflow:visible}.top-dark-section-bg{background-color:var(--bg-dark);z-index:0;pointer-events:none;border-bottom-right-radius:80px;border-bottom-left-radius:80px;position:absolute;inset:0}.green-section{pointer-events:none;z-index:0;height:0;position:relative;overflow:visible}.green-circle-bg{opacity:1;pointer-events:none;z-index:-1;width:900px;max-width:none;position:absolute}.green-circle-1{top:-650px;left:auto;right:-300px}.green-circle-2{top:-350px;left:-350px}.green-circle-3{top:300px;left:auto;right:-400px}@media (width<=768px){.top-dark-section{margin-bottom:220px}.green-circle-bg{width:600px}.green-circle-1{top:-450px;right:-200px}.green-circle-2{top:-250px;left:-250px}.green-circle-3{top:200px;right:-280px}}.header{box-sizing:border-box;z-index:10;justify-content:space-between;align-items:center;width:100%;padding:24px 80px;display:flex;position:relative}.logo{align-items:center;display:flex}.logo img{object-fit:contain;height:76px}.header nav{align-items:center;gap:52px;display:flex}.header nav a{color:var(--text);font-size:var(--font-header);font-weight:400;text-decoration:none;transition:opacity .2s}.header nav a:hover{opacity:.7}@media (width<=768px){.header{flex-direction:column;gap:20px;padding:20px 24px}.header nav{flex-wrap:wrap;justify-content:center;gap:24px}}.beta-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.beta-modal{background:var(--bg-dark);width:90%;max-width:420px;font-family:var(--font-main);border-radius:16px;padding:48px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0006}.beta-modal-title{font-size:var(--font-title-2);color:var(--text);margin:0 0 12px}.beta-modal-description{font-size:var(--font-main-text);color:#aaa;margin:0 0 32px;line-height:1.5}.beta-modal-input{width:100%;color:var(--text);font-family:var(--font-main);font-size:var(--font-main-text);box-sizing:border-box;background:#ffffff0d;border:2px solid #333;border-radius:8px;margin-bottom:8px;padding:12px 16px;transition:border-color .2s,background-color .2s}.beta-modal-input:focus{border-color:var(--green);background:#ffffff14;outline:none}.beta-modal-input::placeholder{color:#666}.beta-modal-input:disabled{opacity:.6;cursor:not-allowed}.beta-modal-error{color:#ff6b6b;margin:0 0 16px;padding:0;font-size:12px}.beta-modal-button{background:var(--green);width:100%;color:var(--bg-dark);border:1px solid var(--bg-dark);font-family:var(--font-main);font-size:var(--font-button);cursor:pointer;box-shadow:4px 6px 0px 0px var(--green), 4px 6px 0px 1px var(--bg-dark);border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:16px 32px;font-weight:500;transition:all .15s;display:flex}.beta-modal-button:hover:not(:disabled){box-shadow:5px 8px 0px 0px var(--green), 5px 8px 0px 1px var(--bg-dark);background:#7ad85a;transform:translate(-1px,-2px)}.beta-modal-button:active:not(:disabled){box-shadow:none;transform:translate(4px,6px)}.beta-modal-button-success{background:var(--green)}.beta-modal-button-success:hover{box-shadow:5px 8px 0px 0px var(--green), 5px 8px 0px 1px var(--bg-dark);background:#7ad85a;transform:translate(-1px,-2px)}.beta-modal-button:disabled{opacity:.7;cursor:not-allowed}.spinner{border:2px solid #0003;border-top-color:#000;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.beta-modal-success{text-align:center}@media (width<=600px){.beta-modal{max-width:95%;padding:32px}.beta-modal-title{font-size:var(--font-title-3)}.beta-modal-description{font-size:14px}}.hero{text-align:center;flex-direction:column;align-items:center;width:100%;padding-top:40px;display:flex;position:relative;overflow:visible}.hero-paws{z-index:10;pointer-events:none;opacity:0;width:90px;animation:.5s ease-out forwards pawFadeIn;position:absolute;top:80px}.hero-paws-left{left:20px}.hero-paws-right{right:20px}@keyframes pawFadeIn{0%{opacity:0}to{opacity:1}}.hero-content{z-index:5;flex-direction:column;align-items:center;gap:16px;margin-bottom:24px;display:flex;position:relative}.hero-content h1{font-size:var(--font-title);text-transform:uppercase;letter-spacing:2px;margin:0}.hero-content p{font-size:var(--font-main-text);color:var(--text);max-width:600px;margin:0;line-height:1.5}.hero-cta{pointer-events:auto;cursor:pointer;animation:10s ease-in-out infinite cta-pulse}.hero-cta:hover,.hero-cta:active{animation:none}@keyframes cta-pulse{0%,90%,to{box-shadow:4px 6px 0px 0px var(--green), 4px 6px 0px 1px var(--bg-dark);transform:scale(1)}93%{box-shadow:4px 6px 0px 0px var(--green), 4px 6px 0px 1px var(--bg-dark), 0 0 20px #8ee36b66;transform:scale(1.05)}96%{box-shadow:4px 6px 0px 0px var(--green), 4px 6px 0px 1px var(--bg-dark);transform:scale(1)}}.hero-mockups-desktop{z-index:2;justify-content:center;align-items:flex-start;gap:20px;width:100%;max-width:900px;height:520px;margin-top:16px;margin-bottom:-200px;display:flex;position:relative;transform:translate(0)}.phone{cursor:pointer;filter:drop-shadow(20px 20px 10px #00000040);transition:all .5s cubic-bezier(.4,0,.2,1);position:relative}.phone img,.phone svg{width:100%;height:100%;transition:filter .5s cubic-bezier(.4,0,.2,1);display:block}.phone-active{z-index:3;opacity:1;filter:drop-shadow(20px 20px 10px #00000040)drop-shadow(0 0 30px #8ee36b26);order:1;height:100%;transform:scale(1)}.phone-left{z-index:1;opacity:.85;order:0;height:70%;margin-top:80px}.phone-right{z-index:1;opacity:.85;order:2;height:70%;margin-top:80px}.phone-move-left{z-index:1;opacity:.85;order:0;height:70%;margin-top:80px;transform:translate(-20px)}.phone-move-right{z-index:1;opacity:.85;order:2;height:70%;margin-top:80px;transform:translate(20px)}.phone-far-left{z-index:0;opacity:.6;order:0;height:60%;margin-top:100px;transform:translate(-40px)scale(.9)}.phone-far-right{z-index:0;opacity:.6;order:2;height:60%;margin-top:100px;transform:translate(40px)scale(.9)}.phone:hover:not(.phone-active){opacity:1;filter:drop-shadow(20px 20px 10px #00000040)drop-shadow(0 0 15px #8ee36b33)}.hero-carousel{display:none}@media (width<=1024px){.hero-mockups-desktop{gap:15px;max-width:95%;height:400px;margin-bottom:-180px;transform:translate(0)}.phone-left,.phone-right,.phone-move-left,.phone-move-right{margin-top:60px}.phone-far-left,.phone-far-right{margin-top:80px}.hero-paws{width:60px}.hero-content{padding:0 20px}}@media (width<=768px){.hero-mockups-desktop{gap:12px;height:320px;margin-bottom:-140px;transform:translate(0)}.phone-left,.phone-right,.phone-move-left,.phone-move-right{margin-top:50px}.phone-far-left,.phone-far-right{margin-top:70px}.hero-paws{width:50px;top:60px}.hero-paws-left{left:10px}.hero-paws-right{right:10px}}@media (width<=600px){.hero-mockups-desktop{display:none}.hero-carousel{z-index:2;width:100%;margin-top:16px;margin-bottom:-160px;padding:20px 0 40px;display:block;position:relative;overflow:hidden}.hero-carousel-track{align-items:flex-end;gap:20px;padding-left:calc(50% - 100px);transition:transform .4s ease-out;display:flex}.hero-carousel-slide{flex:0 0 200px;justify-content:center;align-items:flex-end;height:420px;transition:transform .4s ease-out;display:flex}.hero-carousel-slide .phone{opacity:.6;height:75%;transition:height .4s ease-out,opacity .4s ease-out}.hero-carousel-slide.active .phone{opacity:1;opacity:1;height:100%}.hero-carousel-dots{justify-content:center;gap:8px;margin-top:20px;display:flex}.carousel-dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:background .3s}.carousel-dot.active{background:var(--green)}.hero-paws{width:40px;top:50px}.hero-paws-left{left:8px}.hero-paws-right{right:8px}.hero-content{padding:0 30px}}.footer-wrapper{box-sizing:border-box;justify-content:center;width:100%;padding:0;display:flex}.footer{background-color:var(--bg-dark);width:100%;max-width:none;color:var(--text);box-sizing:border-box;border-top-left-radius:60px;border-top-right-radius:60px;justify-content:space-between;align-items:center;margin:0 auto;padding:60px 5%;display:flex}.footer p{color:var(--text);opacity:.8;font-size:var(--font-link)}.footer-links{align-items:center;gap:40px;display:flex}.footer-links a{font-size:var(--font-link);text-decoration:none;transition:opacity .2s}.footer-links a:hover{opacity:.7}.link-privacy{color:var(--text);opacity:.8}.link-contribute{color:var(--green);text-underline-offset:4px;text-decoration:underline}@media (width<=768px){.footer{text-align:center;flex-direction:column;gap:32px;padding:40px 24px}}.how-it-works-wrapper{box-sizing:border-box;z-index:2;justify-content:center;width:100%;padding:0;display:flex;position:relative}.get-started{background-color:var(--purple);width:100%;max-width:none;color:var(--bg-dark);text-align:center;box-sizing:border-box;border-radius:60px;padding:80px 5%}.get-started .title{font-size:var(--font-title-2);margin-bottom:8px}.get-started .subtitle{font-size:var(--font-main-text);margin-bottom:64px}.get-started .cards{flex-wrap:wrap;justify-content:center;gap:32px;width:100%;max-width:1400px;margin:0 auto;display:flex}.get-started .card{border:1px solid var(--bg-dark);text-align:left;cursor:pointer;box-sizing:border-box;background-color:#f6f6f6;border-radius:32px;flex-direction:column;flex:1;gap:16px;min-width:280px;max-width:400px;padding:40px;transition:transform .3s,box-shadow .3s;animation:4s ease-in-out infinite card-glow-pulse;display:flex;position:relative;overflow:hidden;box-shadow:8px 8px #e5e5e5}.get-started .card:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#bfa6e900 0%,#bfa6e926 40%,#bfa6e966 50%,#bfa6e926 60%,#bfa6e900 100%);width:100%;height:200%;animation:7s ease-in-out infinite shimmer-sweep-card;position:absolute;top:-50%;left:-100%;transform:skew(-20deg)}.get-started .card:first-child:before{animation-delay:0s}.get-started .card:nth-child(2):before{animation-delay:2.3s}.get-started .card:nth-child(3):before{animation-delay:4.6s}@keyframes shimmer-sweep-card{0%{left:-100%}20%{left:150%}to{left:150%}}.get-started .card:first-child{animation-delay:0s}.get-started .card:nth-child(2){animation-delay:1.3s}.get-started .card:nth-child(3){animation-delay:2.6s}@keyframes card-glow-pulse{0%,to{box-shadow:8px 8px #e5e5e5}50%{box-shadow:8px 8px #e5e5e5,0 0 20px #bfa6e94d}}.get-started .card:hover{animation:none;transform:translate(-3px,-3px);box-shadow:11px 11px #e5e5e5,0 0 30px #bfa6e980}.get-started .card .icon{color:var(--bg-dark);z-index:2;background-color:#e5e5e5;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;font-size:32px;display:flex;position:relative}.get-started .card h3{font-size:var(--font-title-3);z-index:2;margin:0;font-weight:500;position:relative}.get-started .card p{font-size:var(--font-link);color:var(--bg-dark);opacity:.8;z-index:2;margin:0;position:relative}@media (width<=768px){.get-started{border-radius:40px;padding:60px 40px}.get-started .cards{flex-direction:column;align-items:center;gap:24px}.get-started .card{width:100%;max-width:290px;padding:32px}}.features-section{width:100%;color:var(--text);box-sizing:border-box;flex-direction:column;align-items:center;padding:80px 20px;display:flex;position:relative;overflow:clip visible}.features-decorations{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.features-circle-bg{opacity:1;width:1000px;max-width:none;position:absolute}.features-circle-bg-1{top:10%;left:-500px}.features-circle-bg-2{top:40%;left:auto;right:-500px}.features-circle-bg-3{top:70%;left:-500px}.features-paws{z-index:1;pointer-events:none;opacity:0;width:60px;animation:.5s ease-out forwards pawFadeIn;position:absolute}.delay-0s{animation-delay:0s}.delay-0-3s{animation-delay:.3s}.delay-0-6s{animation-delay:.6s}.delay-0-9s{animation-delay:.9s}.delay-1-2s{animation-delay:1.2s}.delay-1-5s{animation-delay:1.5s}.delay-2-1s{animation-delay:2.1s}.delay-2-4s{animation-delay:2.4s}.delay-2-7s{animation-delay:2.7s}.delay-3-0s{animation-delay:3s}.delay-3-3s{animation-delay:3.3s}.delay-3-6s{animation-delay:3.6s}.delay-4-2s{animation-delay:4.2s}.delay-4-5s{animation-delay:4.5s}.delay-4-8s{animation-delay:4.8s}.delay-5-1s{animation-delay:5.1s}.delay-5-4s{animation-delay:5.4s}.delay-5-7s{animation-delay:5.7s}.delay-6-3s{animation-delay:6.3s}.delay-6-6s{animation-delay:6.6s}.delay-6-9s{animation-delay:6.9s}.delay-7-2s{animation-delay:7.2s}.delay-7-5s{animation-delay:7.5s}.delay-7-8s{animation-delay:7.8s}.features-paws-left-1{top:5%;left:30px}.features-paws-left-2{top:55%;left:50px}.features-paws-right-1{top:28%;right:30px}.features-paws-right-2{top:72%;right:50px}.features-title{font-size:var(--font-title-2);text-align:center;margin-bottom:80px}.features-container{z-index:1;flex-direction:column;gap:120px;width:100%;max-width:1000px;display:flex}.feature{opacity:0;justify-content:space-between;align-items:center;gap:40px;transition:opacity .6s ease-out,transform .6s ease-out;display:flex;transform:translateY(40px)}.feature:first-child{transition-delay:0s}.feature:nth-child(2){transition-delay:.15s}.feature:nth-child(3){transition-delay:.3s}.feature:nth-child(4){transition-delay:.45s}.feature.visible{opacity:1;transform:translateY(0)}.feature.visible .feature-content{animation:.6s ease-out forwards slide-in-content}.feature.visible .feature-image{animation:.6s ease-out .2s forwards slide-in-image}@keyframes slide-in-content{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-image{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.feature-text-right.visible .feature-content{animation:.6s ease-out forwards slide-in-content-right}@keyframes slide-in-content-right{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.feature-content{flex:1}.feature-content h3{font-size:var(--font-title-3);margin-bottom:16px}.feature-content p{font-size:var(--font-main-text);color:#ccc;line-height:1.5}.feature-text-left{text-align:left}.feature-text-right{text-align:right}.feature-image{flex:1;display:flex}.feature-text-left .feature-image{justify-content:flex-end}.feature-text-right .feature-image{justify-content:flex-start}.feature-image img{filter:drop-shadow(0 10px 20px #0000004d);max-width:100%;height:auto;transition:transform .3s,filter .3s}.feature-image img:hover{filter:drop-shadow(0 15px 30px #0006);transform:scale(1.03)}.features-cta{z-index:1;margin-top:100px}@media (width<=1024px){.features-paws{display:none}}@media (width<=768px){.features-circle-bg{width:600px}.features-circle-bg-1{left:-300px}.features-circle-bg-2{right:-300px}.features-circle-bg-3{left:-300px}.feature{flex-direction:column;gap:32px;text-align:center!important}.feature-content{text-align:center;order:1}.feature-image{order:2}.feature-text-left .feature-image,.feature-text-right .feature-image{justify-content:center}.features-container{gap:64px}.features-title{margin-bottom:48px}.features-cta{margin-top:60px}}
