@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap);#root,body,html{background:#f4f8fb;box-sizing:border-box;color:#14213d;font-family:Inter,Arial,Helvetica,sans-serif;height:100%;margin:0;padding:0}*{box-sizing:inherit}html{scroll-behavior:smooth}*,:after,:before{box-sizing:border-box}:root{--primary-blue:#1ec6e6;--secondary-blue:#1a8fd6;--accent-yellow:#ffe03b;--text-dark:#14213d;--text-light:#fff}.App{background:#f4f8fb;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.App-logo{background:#1ec6e6;background:var(--primary-blue);border-radius:2rem;box-shadow:0 4px 24px #1ec6e626;display:block;height:180px;margin:2rem auto 1rem}.App-header{background:linear-gradient(135deg,#1ec6e6 60%,#1a8fd6);background:linear-gradient(135deg,var(--primary-blue) 60%,var(--secondary-blue) 100%);border-radius:0 0 2rem 2rem;box-shadow:0 2px 16px #1ec6e614;padding:2rem 1rem 3rem}.App-header,.App-header h1{color:#fff;color:var(--text-light)}.App-header h1{font-size:2.5rem;font-weight:800;letter-spacing:-1px;margin:1rem 0 .5rem}.App-header p{color:#ffe03b;color:var(--accent-yellow);font-size:1.25rem;font-weight:600;margin:0}.header{background:linear-gradient(90deg,#1ec6e6 60%,#1a8fd6);background:linear-gradient(90deg,var(--primary-blue) 60%,var(--secondary-blue) 100%);border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow:0 4px 24px #1ec6e61a;padding:0;position:sticky;top:0;z-index:100}.header-inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;min-height:96px;padding:0 2rem}.header-logo-wrap{align-items:center;display:flex;padding:.5rem 0}.header-logo{background:none;border-radius:1.5rem;box-shadow:0 2px 12px #1ec6e61a;height:88px;margin-right:1.5rem;width:auto}.header-nav{align-items:center;display:flex;gap:1.5rem}.nav-link{background:#fff;border:none;border-radius:2rem;box-shadow:0 2px 8px #1ec6e612;color:#1ec6e6;color:var(--primary-blue);display:inline-block;font-size:1.1rem;font-weight:700;letter-spacing:.01em;outline:none;padding:.7rem 1.6rem;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s,transform .2s}.nav-link:focus,.nav-link:hover{background:#ffe03b;background:var(--accent-yellow);box-shadow:0 4px 16px #ffe03b21;color:#14213d;color:var(--text-dark);transform:translateY(-2px) scale(1.04)}.hero{background:linear-gradient(135deg,#1ec6e6 60%,#1a8fd6);background:linear-gradient(135deg,var(--primary-blue) 60%,var(--secondary-blue) 100%);border-radius:0 0 2.5rem 2.5rem;box-shadow:0 4px 32px #1ec6e61a;color:#fff;color:var(--text-light);margin-bottom:2.5rem;padding:6rem 1rem 4rem;text-align:center}.hero h1{font-size:3.2rem;font-weight:800;letter-spacing:-1.5px;margin-bottom:1.2rem}.hero p{font-size:1.4rem;font-weight:500;margin-bottom:2.5rem}.cta-btn{background:#ffe03b;background:var(--accent-yellow);border-radius:2rem;box-shadow:0 2px 12px #ffe03b26;color:#14213d;color:var(--text-dark);display:inline-block;font-size:1.25rem;font-weight:700;padding:1rem 2.5rem;text-decoration:none;transition:background .2s,transform .2s}.cta-btn:hover{background:#ffd600;transform:translateY(-2px) scale(1.04)}.contact,.partners,.results,.services{background:#fff;border-radius:1.5rem;box-shadow:0 2px 16px #1ec6e60f;margin:3.5rem auto;max-width:900px;padding:2.5rem 2rem;text-align:center}.contact h2,.partners h2,.results h2,.services h2{color:#1ec6e6;color:var(--primary-blue);font-size:2.2rem;font-weight:800;margin-bottom:1.2rem}.partner-logos{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center;margin-top:2.5rem}.partner-logos img{background:#f8fcff;border-radius:.5rem;box-shadow:0 1px 4px #1ec6e614;height:48px;padding:.5rem 1rem}.contact-form{align-items:center;display:flex;flex-direction:column;gap:1.2rem;margin-top:2rem}.contact-types{display:flex;gap:2.5rem;margin-bottom:1.2rem}.contact-form input,.contact-form textarea{border:1px solid #e0e0e0;border-radius:.5rem;font-family:inherit;font-size:1.1rem;max-width:420px;padding:1rem;width:100%}.contact-form textarea{min-height:120px}.contact-form button{background:#1ec6e6;background:var(--primary-blue);border:none;border-radius:2rem;color:#fff;color:var(--text-light);cursor:pointer;font-size:1.15rem;font-weight:700;padding:.9rem 2.2rem;transition:background .2s,transform .2s}.contact-form button:hover{background:#1a8fd6;background:var(--secondary-blue);transform:translateY(-2px) scale(1.04)}.gdpr-note{color:#888;font-size:1rem;margin-top:.7rem}.footer{background:#1ec6e6;background:var(--primary-blue);border-radius:2rem 2rem 0 0;box-shadow:0 -2px 16px #1ec6e614;color:#fff;color:var(--text-light);margin-top:4rem;padding:2.5rem 1rem 1.5rem}.footer-content{align-items:center;display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1200px}.footer-logo-nav{align-items:center;display:flex;gap:2.5rem}.footer-logo{border-radius:.5rem;height:44px}.footer-nav a{color:#fff;color:var(--text-light);font-size:1.1rem;font-weight:600;margin-left:2rem;text-decoration:none;transition:color .2s}.footer-contact a,.footer-nav a:hover{color:#ffe03b;color:var(--accent-yellow)}.footer-contact a{font-weight:600;margin-right:2rem;text-decoration:none}.footer-copy{color:#e0e0e0;font-size:1.05rem;margin-top:1.2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.contact,.partners,.results,.services{animation:fadeInUp .9s cubic-bezier(.22,1,.36,1)}.contact-form button:focus,.cta-btn:focus{box-shadow:0 0 0 4px #ffe03b26;outline:2px solid #ffe03b;outline:2px solid var(--accent-yellow);outline-offset:2px}.contact-form input:focus,.contact-form textarea:focus{border-color:#1ec6e6;border-color:var(--primary-blue);box-shadow:0 0 0 2px #1ec6e61f;outline:none}.services{background:#fff;border-radius:1.7rem;box-shadow:0 4px 32px #1ec6e61a;margin:4rem auto;max-width:1000px;padding:3rem 2rem 3.5rem;text-align:center}.services h2{color:#1ec6e6;color:var(--primary-blue);font-size:2.6rem;font-weight:900;letter-spacing:-1px;margin-bottom:1.5rem}.services-intro{color:#14213d;color:var(--text-dark);font-size:1.25rem;line-height:1.7;margin-bottom:2.5rem}.service-cards{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center}.service-card{background:#f8fcff;border-radius:1.2rem;box-shadow:0 2px 16px #1ec6e614;flex:1 1 320px;margin-bottom:1.5rem;max-width:380px;min-width:260px;padding:2.2rem 2rem 2rem;transition:box-shadow .2s,transform .2s}.service-card:hover{box-shadow:0 6px 32px #1ec6e629;transform:translateY(-4px) scale(1.03)}.service-card h3{color:#1a8fd6;color:var(--secondary-blue);font-size:1.45rem;font-weight:800;margin-bottom:1rem}.service-card p{color:#14213d;color:var(--text-dark);font-size:1.08rem;line-height:1.6}.services-pattern{overflow:visible;position:relative;z-index:1}.services-bg-pattern{height:180px;left:0;pointer-events:none;position:absolute;top:-90px;width:100%;z-index:0}.service-cards,.services h2,.services-intro{position:relative;z-index:2}.animated-card{animation:fadeInUpCard .8s cubic-bezier(.22,1,.36,1) forwards;opacity:0;transform:translateY(40px)}@keyframes fadeInUpCard{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.services-pattern{box-shadow:0 8px 32px #1ec6e61a;margin-top:3.5rem}.services,.services-pattern{background:#0000!important;border-radius:0!important;box-shadow:none!important}.results{margin-bottom:4rem;margin-top:4rem;padding:3rem 2rem 3.5rem;position:relative;z-index:1}.results h2{color:#1ec6e6;color:var(--primary-blue);font-size:2.3rem;font-weight:900;letter-spacing:-1px;margin-bottom:1.3rem}.results-intro{color:#14213d;color:var(--text-dark);font-size:1.18rem;line-height:1.7;margin-bottom:2.2rem}.results:before{background:linear-gradient(90deg,#e0f7fa,#f4f8fb);border-radius:2rem;content:"";height:80px;left:50%;max-width:900px;opacity:.4;position:absolute;top:-40px;transform:translateX(-50%);width:80vw;z-index:0}.contact{margin-bottom:4rem;margin-top:4rem;padding:3rem 2rem 3.5rem;position:relative;z-index:1}.contact h2{color:#1ec6e6;color:var(--primary-blue);font-size:2.3rem;font-weight:900;letter-spacing:-1px;margin-bottom:1.3rem}.contact:before{background:linear-gradient(90deg,#e0f7fa,#f4f8fb);border-radius:2rem;content:"";height:80px;left:50%;max-width:900px;opacity:.4;position:absolute;top:-40px;transform:translateX(-50%);width:80vw;z-index:0}.contact h2,.results h2,.results-intro{position:relative;z-index:2}@media (max-width:900px){.container{padding:0 1rem}.contact,.partners,.results,.services{margin:2rem .5rem;padding:2rem .5rem}.hero{padding:4rem .5rem 2rem}.header-inner{align-items:center;flex-direction:row;gap:0;justify-content:space-between;min-height:56px;padding:0 .8rem}.header-logo{height:44px;margin-right:.5rem}.header-nav{gap:1rem}.nav-link{font-size:1rem;padding:.6rem 1.1rem}.service-cards{align-items:center;flex-direction:column;gap:1.5rem}.services{padding:2rem .5rem 2.5rem}.services-bg-pattern{height:100px;top:-50px}.contact,.results{margin:2rem .5rem;padding:2rem .5rem 2.5rem}.contact:before,.results:before{height:40px;top:-20px}}@media (max-width:600px){.header{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.header-inner{align-items:center!important;flex-direction:row!important;gap:0;justify-content:space-between!important;min-height:56px;padding:0 .8rem}.header-logo{height:44px}.hamburger{display:flex!important;margin-left:auto}.header-nav{gap:.7rem;padding-left:.5rem;padding-right:.5rem;width:100%}.nav-link{font-size:1rem;padding:.7rem;text-align:left;width:100%}.hero-fullscreen>div[style*="position:relative"]{margin-bottom:2.5rem;margin-top:2.5rem}.service-card{max-width:100%!important;min-width:0!important;padding:1rem .5rem!important}.contact-form input,.contact-form textarea{font-size:1rem!important;max-width:100%!important;padding:.7rem!important}.contact-form button{font-size:1.1rem!important;padding:.7rem 1.2rem!important}.contact-fullscreen svg,.hero-fullscreen svg:not(.dancing-star),.results-fullscreen svg,.services-fullscreen svg{height:40px!important;max-height:60px!important;min-height:0!important}.bouncing-ellipse{display:none!important}}.contact-fullscreen,.results-fullscreen,.services-fullscreen{align-items:center;background:#0000;display:flex;justify-content:center;margin:0;min-height:100vh;overflow:hidden;padding:0;position:relative;width:100vw}.contact-fullscreen h1,.results-fullscreen h1,.services-fullscreen h1{font-size:4rem;font-weight:800;letter-spacing:-1.5px;margin-bottom:2rem;text-align:center}.contact-fullscreen p,.results-fullscreen p,.services-fullscreen p{font-size:2rem;font-weight:500;margin-bottom:3rem;text-align:center}@keyframes bounceSlow{0%,to{transform:translateY(0)}50%{transform:translateY(-30px)}}.bouncing-ellipse{animation:bounceSlow 5s ease-in-out infinite;opacity:.5;will-change:transform}.hamburger{align-items:center;background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:44px;justify-content:center;margin-left:auto;width:44px;z-index:200}.hamburger span{background:#1ec6e6;background:var(--primary-blue);border-radius:2px;display:block;height:4px;margin:4px 0;transition:.3s;width:28px}.hamburger.open span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width:900px){.hamburger{display:flex}.header-nav{align-items:flex-start;background:linear-gradient(90deg,#1ec6e6 60%,#1a8fd6);background:linear-gradient(90deg,var(--primary-blue) 60%,var(--secondary-blue) 100%);border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow:0 8px 24px #1ec6e61a;flex-direction:column;gap:0;left:0;max-height:0;overflow:hidden;padding:0;position:absolute;right:0;top:100%;transition:max-height .3s cubic-bezier(.4,0,.2,1);z-index:150}.header-nav.open{max-height:400px;padding:.5rem 0 1rem;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.header-nav .nav-link{align-items:center!important;background:#fff!important;border:none!important;border-radius:2rem!important;box-shadow:0 2px 8px #1ec6e612!important;color:#1ec6e6!important;color:var(--primary-blue)!important;display:flex!important;font-size:1.1rem!important;font-weight:700!important;justify-content:center!important;margin:.7rem 1.2rem!important;padding:.9rem 0!important;text-align:center!important;transition:background .2s,color .2s,box-shadow .2s,transform .2s!important;width:calc(100% - 2.4rem)!important}.header-nav .nav-link:focus,.header-nav .nav-link:hover{background:#ffe03b!important;background:var(--accent-yellow)!important;box-shadow:0 4px 16px #ffe03b21!important;color:#14213d!important;color:var(--text-dark)!important;transform:translateY(-2px) scale(1.04)!important}.header-nav .nav-link:last-child{margin-bottom:.7rem!important}}@media (min-width:901px){.header-nav{align-items:center!important;background:none!important;box-shadow:none!important;flex-direction:row!important;max-height:none!important;overflow:visible!important;padding:0!important;position:static!important}.hamburger{display:none!important}}@media (max-width:900px){.header-nav.open{background:linear-gradient(90deg,#1ec6e6 60%,#1a8fd6)!important;background:linear-gradient(90deg,var(--primary-blue) 60%,var(--secondary-blue) 100%)!important;border-radius:2rem!important;left:50%!important;margin:0 auto!important;max-width:400px!important;transform:translateX(-50%)!important;width:90vw!important}.header-inner{--container-padding:0.8rem}}@media (max-width:600px){.hero-fullscreen{display:flex!important;height:100vh!important;margin-bottom:0!important;min-height:100vh!important;padding:0!important}.contact-fullscreen h1,.hero-fullscreen h1,.results-fullscreen h1,.services-fullscreen h1{font-size:2.1rem!important;letter-spacing:-.5px!important;line-height:1.2!important;margin-bottom:1.3rem!important}.contact-fullscreen p,.hero-fullscreen p,.results-fullscreen p,.services-fullscreen p{font-size:1.15rem!important;line-height:1.5!important;margin-bottom:1.5rem!important}.cta-btn{display:block!important;font-size:1.1rem!important;margin-bottom:1rem!important;margin-left:auto!important;margin-right:auto!important;max-width:350px;padding:1rem 0!important;width:100%!important}.hero-fullscreen .cta-btn+.cta-btn{margin-top:.5rem!important}.header-inner{flex-direction:column;gap:.7rem;min-height:56px;padding:0 .8rem}.header-logo{height:44px}.header-nav{gap:.7rem;padding-left:.5rem;padding-right:.5rem;width:100%}.nav-link{font-size:1rem;padding:.7rem;text-align:left;width:100%}.hero-fullscreen>div[style*="position:relative"]{margin-bottom:2.5rem;margin-top:2.5rem}.service-card{max-width:100%!important;min-width:0!important;padding:1rem .5rem!important}.contact-form input,.contact-form textarea{font-size:1rem!important;max-width:100%!important;padding:.7rem!important}.contact-form button{font-size:1.1rem!important;padding:.7rem 1.2rem!important}.contact-fullscreen svg,.hero-fullscreen svg,.results-fullscreen svg,.services-fullscreen svg{height:40px!important;max-height:60px!important;min-height:0!important}.bouncing-ellipse{display:none!important}}.hero-fullscreen{margin-bottom:0!important}.dancing-star{animation:starDance 6s linear infinite;opacity:.7;position:absolute;z-index:1}.dancing-star.star1{animation-delay:0s;left:18%;top:12%;transform:scale(1.1)}.dancing-star.star2{animation-delay:1.2s;right:20%;top:22%;transform:scale(.8) rotate(10deg)}.dancing-star.star3{animation-delay:2.4s;bottom:18%;left:30%;transform:scale(1.3) rotate(-8deg)}.dancing-star.star4{animation-delay:3.6s;bottom:15%;right:25%;transform:scale(1) rotate(5deg)}.dancing-star.star5{animation-delay:4.8s;left:48%;top:50%;transform:scale(.9) rotate(-12deg)}@keyframes starDance{0%{opacity:.7;transform:translateY(0) scale(1) rotate(0deg)}20%{opacity:1;transform:translateY(-12px) scale(1.1) rotate(10deg)}40%{opacity:.8;transform:translateY(8px) scale(.95) rotate(-8deg)}60%{opacity:1;transform:translateY(-10px) scale(1.05) rotate(6deg)}80%{opacity:.9;transform:translateY(6px) scale(1) rotate(-6deg)}to{opacity:.7;transform:translateY(0) scale(1) rotate(0deg)}}@media (max-width:600px){.bouncing-emoji-row{align-items:flex-end;display:flex;gap:.3rem;justify-content:center;margin-bottom:.2rem;margin-top:.7rem}.bouncing-emoji{animation:emojiBounce 1.2s cubic-bezier(.4,0,.2,1) infinite;display:inline-block;font-size:1.7rem}}@keyframes emojiBounce{0%,to{transform:translateY(0)}20%{transform:translateY(-12px) scale(1.1)}40%{transform:translateY(2px) scale(.95)}60%{transform:translateY(-8px) scale(1.05)}80%{transform:translateY(1px) scale(1)}}.language-select{background:#fff;border:none;border-radius:.7rem;box-shadow:0 2px 8px #1ec6e612;color:#1ec6e6;color:var(--primary-blue);display:block;font-size:1rem;font-weight:700;margin:.7rem auto .5rem;min-width:2.5rem;padding:.2rem .9rem;text-align:center;width:fit-content}.language-select:focus,.language-select:hover{background:#ffe03b;background:var(--accent-yellow);box-shadow:0 4px 16px #ffe03b21;color:#14213d;color:var(--text-dark);outline:none}@media (max-width:900px){.header-nav.open{padding-bottom:.5rem}.language-select{display:block;font-size:1rem;margin-bottom:.5rem;margin-top:.7rem;min-width:2.5rem;padding:.2rem .9rem;text-align:center;width:fit-content}}@media (max-width:600px){.header-nav.open{padding-bottom:.2rem}.language-select{font-size:.98rem;margin-bottom:.3rem;margin-top:.5rem;min-width:2.2rem;padding:.15rem .7rem}.cta-btn{margin-bottom:2.2rem!important;margin-top:2.2rem!important}.services .cta-btn{display:block;left:50%;margin-bottom:2.5rem;max-width:350px;position:relative;transform:translateX(-50%);width:90vw;z-index:20}.footer-contact{align-items:center;display:flex;flex-direction:column;margin-left:auto!important;margin-right:auto!important;padding-left:1rem;padding-right:1rem;width:100%}.footer-contact a{margin:.3rem 0!important;text-align:center;width:100%}}.text-cursor-container{height:100%;position:relative;width:100%}.text-cursor-inner{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.text-cursor-item{font-size:1.875rem;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}
/*# sourceMappingURL=main.0091c5dc.css.map*/