:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body,#root{margin:0;padding:0;min-height:100vh;width:100%;overflow-x:hidden;background-color:#1c1c1c;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media screen and (max-width: 768px){h1{font-size:2.5em}}@media screen and (max-width: 480px){h1{font-size:2em}}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.App{background-color:#1c1c1c;min-height:100vh;color:#fff;font-family:Arial,sans-serif;display:flex;flex-direction:column;align-items:center}.container{width:100%;max-width:2000px;padding:0}.container1{margin-top:50px;width:100%;max-width:2000px}@media screen and (max-width: 768px){.container{padding:.5rem}}.header{background:linear-gradient(135deg,#1f1f1f,#424242);color:#fff;padding:.75rem 2rem;display:flex;justify-content:space-between;align-items:center;border-radius:12px;margin:1rem auto;max-width:1700px;width:95%;height:80px;box-sizing:border-box;font-size:1rem;position:sticky;top:1rem;z-index:1000;transition:transform .3s ease;position:fixed;left:0;right:0}.header-animate-in{animation:futuristicGrow 1.2s cubic-bezier(.68,-.55,.265,1.55) forwards;transform-origin:center center}@keyframes futuristicGrow{0%{transform:scale(.3) translateY(-20px);opacity:0;filter:blur(8px);box-shadow:0 0 #fff0}30%{transform:scale(.6) translateY(-10px);opacity:.5;filter:blur(4px);box-shadow:0 0 20px #fff3}70%{transform:scale(1.05) translateY(2px);opacity:.9;filter:blur(1px);box-shadow:0 0 30px #ffffff4d}85%{transform:scale(.98) translateY(-1px);opacity:.95;filter:blur(0px);box-shadow:0 0 25px #fff3}to{transform:scale(1) translateY(0);opacity:1;filter:blur(0px);box-shadow:0 0 #fff0}}.header-animate-in:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:14px;z-index:-1;animation:pulseGlow 1.2s ease-out forwards}@keyframes pulseGlow{0%{opacity:0;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(1)}}#nav-icon1{width:30px;height:25px;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;display:none;z-index:10001}#nav-icon1 span{display:block;position:absolute;height:3px;width:100%;background:#fff;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}#nav-icon1 span:nth-child(1){top:0}#nav-icon1 span:nth-child(2){top:9px}#nav-icon1 span:nth-child(3){top:18px}#nav-icon1.open span:nth-child(1){top:9px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}#nav-icon1.open span:nth-child(2){opacity:0;left:-60px}#nav-icon1.open span:nth-child(3){top:9px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg)}.header-hidden{transform:translateY(-150%)}.logo{font-size:1.25rem;font-weight:700;background:#444;border-radius:6px}.logo-img{height:100px;width:auto;display:block}.nav-container{display:flex;align-items:center;gap:1.5rem}.nav{display:flex;gap:2rem;align-items:center}.nav a{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;transition:opacity .2s ease-in-out}.nav a:hover{opacity:.75}.dropdown{position:relative;display:inline-block}.dropdown-btn{background:none;border:none;color:#fff;font-weight:500;font-size:1rem;cursor:pointer;padding:0;transition:opacity .2s ease-in-out}.dropdown-btn:hover{opacity:.75}.dropdown-content{position:absolute;top:100%;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#2a2a2a,#3a3a3a);min-width:200px;box-shadow:0 8px 16px #0003;z-index:1001;border-radius:8px;padding:.5rem 0;margin-top:.5rem}.dropdown-content a{color:#fff;padding:12px 16px;text-decoration:none;display:block;transition:background-color .2s ease}.dropdown-content a:hover{background-color:#ffffff1a;opacity:1}.nested-dropdown{position:relative}.nested-dropdown-btn{background:none;border:none;color:#fff;font-weight:500;font-size:1rem;cursor:pointer;padding:12px 16px;width:100%;text-align:left;transition:background-color .2s ease}.nested-dropdown-btn:hover{background-color:#ffffff1a}.nested-dropdown-content{position:absolute;top:100%;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#2a2a2a,#3a3a3a);min-width:200px;box-shadow:0 8px 16px #0003;z-index:1001;border-radius:8px;padding:.5rem 0;margin-top:.5rem}.nested-dropdown-content a{color:#fff;padding:12px 16px;text-decoration:none;display:block;transition:background-color .2s ease}.nested-dropdown-content a:hover{background-color:#ffffff1a;opacity:1}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1f1f1f,#2a2a2a);z-index:10000;animation:fadeIn .3s ease-out}.mobile-overlay-content{height:100%;display:flex;flex-direction:column;padding:2rem;overflow-y:auto}.mobile-menu-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:2rem;padding-bottom:1rem}.mobile-logo{height:60px;width:auto}.mobile-close{background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;padding:.5rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:50%;font-weight:300;line-height:1}.mobile-close:hover{background:#ffffff1a;transform:rotate(90deg)}.mobile-menu-items{flex:1;display:flex;flex-direction:column;gap:0}.mobile-menu-item{color:#fff;text-decoration:none;font-size:1.4rem;font-weight:500;padding:1.2rem 0;border-bottom:1px solid rgba(255,255,255,.1);transition:all .2s ease;transform:translate(0)}.mobile-menu-item:hover{color:#fff;transform:translate(10px);opacity:.8;background:#ffffff0d}.mobile-menu-section-title{color:#fff9;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:1.5rem 0 .5rem;margin-top:1rem;border-bottom:2px solid rgba(255,255,255,.2);position:relative}.mobile-menu-section-title:before{content:"";position:absolute;bottom:-2px;left:0;width:50px;height:2px;background:linear-gradient(90deg,#fff,#ffffff4d)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.header{z-index:10001}#nav-icon1{display:block;margin-left:auto}.nav{display:none}.nav-container{flex:1;display:flex;align-items:center;gap:1rem;justify-content:flex-end;position:relative}.dropdown-content,.nested-dropdown-content{display:none}}@media (min-width: 769px){.mobile-overlay{display:none}}.language-selector{position:relative;display:inline-block}.language-button{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;transition:background-color .2s}.language-button:hover{background-color:#ffffff1a}.flag-icon{width:24px;height:16px;object-fit:cover;border-radius:2px}.language-dropdown{position:absolute;top:50px;right:-40px;background-color:#444;border-radius:8px;box-shadow:0 4px 12px #0003;z-index:10;min-width:150px;margin-top:8px}.language-option{display:flex;align-items:center;gap:8px;padding:10px 12px;width:100%;border:none;background:none;color:#fff;text-align:left;cursor:pointer;transition:background-color .2s}.language-option:hover{background-color:#ffffff1a}.language-option:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.language-option:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.hero{width:100%;min-height:80vh;padding:3rem 1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#1a1a1a;text-align:center;box-sizing:border-box}.hero-left{max-width:1000px;margin-top:200px}.hero-subtitle{font-weight:600;font-size:1rem;margin-bottom:1rem}.hero-title{font-size:6rem;font-weight:800;line-height:1.2;margin:.5rem 0;white-space:nowrap}.hero-description{font-size:1.1rem;font-weight:500;margin-top:1.5rem;padding-right:1100px;white-space:nowrap;margin-right:100px}.hero-right{margin-top:2.5rem;padding-left:1100px}.hero-button{display:flex;align-items:center;justify-content:center;background:transparent;color:#fff;border:2px solid white;border-radius:100%;font-weight:700;font-size:1rem;cursor:pointer;transition:background .3s ease;height:200px;width:200px;text-decoration:none}.hero-button:hover{background:#fff;color:#000}@media (min-width: 2560px){.hero-left{max-width:1200px;margin-top:250px}.hero-title{font-size:7rem}.hero-description{font-size:1.3rem;padding-right:1300px;margin-right:150px}.hero-right{padding-left:1300px}.hero-button{height:240px;width:240px;font-size:1.1rem}}@media (min-width: 1920px) and (max-width: 2559px){.hero-left{max-width:1100px;margin-top:220px}.hero-title{font-size:6.5rem}.hero-description{font-size:1.2rem;padding-right:1200px;margin-right:120px}.hero-right{padding-left:1200px}.hero-button{height:220px;width:220px;font-size:1.05rem}}@media (min-width: 1440px) and (max-width: 1919px){.hero-left{max-width:900px;margin-top:180px}.hero-title{font-size:5.5rem}.hero-description{font-size:1.1rem;padding-right:900px;margin-right:80px}.hero-right{padding-left:900px}.hero-button{height:180px;width:180px;font-size:.95rem}}@media (min-width: 1200px) and (max-width: 1439px){.hero-left{max-width:800px;margin-top:160px}.hero-title{font-size:5rem}.hero-description{font-size:1rem;padding-right:700px;margin-right:60px}.hero-right{padding-left:700px}.hero-button{height:160px;width:160px;font-size:.9rem}}@media (min-width: 1024px) and (max-width: 1199px){.hero-left{max-width:700px;margin-top:140px}.hero-title{font-size:4.5rem}.hero-description{font-size:1rem;padding-right:500px;margin-right:40px}.hero-right{padding-left:500px}.hero-button{height:150px;width:150px;font-size:.85rem}}@media (min-width: 769px) and (max-width: 1023px){.hero{padding:2.5rem 1rem;min-height:70vh}.hero-left{max-width:90%;margin-top:100px;text-align:center}.hero-title{font-size:4rem;white-space:normal}.hero-description{font-size:1rem;padding-right:0;white-space:normal;text-align:center;max-width:600px;margin-left:auto;margin-right:auto}.hero-right{padding-left:0;margin-top:2.5rem;display:flex;justify-content:center;width:100%}.hero-button{width:140px;height:140px;font-size:.9rem}}@media (max-width: 768px){.hero{padding:2rem 1rem;min-height:auto;margin-top:60px}.hero-left{max-width:100%;margin-top:0;text-align:center;padding:0 1rem}.hero-subtitle{font-size:.9rem;margin-bottom:.8rem;color:#ccc}.hero-title{font-size:2.5rem;white-space:normal;line-height:1.1;margin:1rem 0}.hero-description{font-size:1rem;padding-right:0;margin-right:0;white-space:normal;text-align:center;margin-top:1rem;line-height:1.4;color:#e0e0e0}.hero-right{padding-left:0;margin-top:2rem;display:flex;justify-content:center;width:100%}.hero-button{width:150px;height:150px;font-size:.85rem;border-width:2px;transition:all .3s ease;margin-top:-100px}.hero-button:hover{transform:scale(1.05)}}@media (max-width: 480px){.hero{padding:1.5rem .5rem;margin-top:50px}.hero-left{padding:0 .5rem}.hero-subtitle{font-size:.8rem}.hero-title{font-size:2rem;margin:.8rem 0}.hero-description{font-size:.9rem;margin-top:.8rem;padding:0 .5rem}.hero-right{margin-top:1.5rem}.hero-button{width:150px;height:150px;font-size:.8rem;font-weight:600;margin-top:-100px}}@media (max-width: 320px){.hero{padding:1rem .25rem;margin-top:40px}.hero-subtitle{font-size:.75rem}.hero-title{font-size:1.8rem;margin:.6rem 0}.hero-description{font-size:.85rem;margin-top:.6rem}.hero-right{margin-top:1rem}.hero-button{width:150px;height:150px;font-size:.75rem;margin-top:-100px}}@media (max-width: 768px) and (orientation: portrait){.hero{min-height:90vh;justify-content:space-evenly}.hero-left{margin-top:0}}@media (max-width: 768px) and (orientation: landscape){.hero{min-height:100vh;padding:1rem;margin-top:40px}.hero-title{font-size:2rem}.hero-description{font-size:.9rem;margin-top:.5rem}.hero-right{margin-top:1rem}.hero-button{width:150px;height:150px;font-size:.7rem;margin-top:-100px}}.wave-divider{position:relative;width:100%;overflow:hidden;line-height:0;margin:0;padding:0}.wave-divider svg{display:block;width:calc(100% + 1.5px);height:120px}.wave-divider-top{margin-top:-1px}.wave-divider-top .shape-fill{fill:#1c1c1c}.wave-divider-bottom{margin-bottom:-1px}.wave-divider-bottom .shape-fill{fill:#1b1b1b}.wave-divider-hero-bottom{margin-bottom:-1px}.wave-divider-hero-bottom .shape-fill{fill:#1a1a1a}.wave-divider-services-top{margin-top:-1px}.wave-divider-services-top .shape-fill{fill:#1c1c1c}@media (max-width: 1024px){.wave-divider svg{height:80px}}@media (max-width: 768px){.wave-divider svg{height:50px}}.services-section{margin-top:20px;display:flex;flex-direction:column;gap:8rem;background-color:#1c1c1c;padding:3rem 2rem;width:800px}.service-wrapper{position:relative;display:flex;justify-content:center;align-items:center;width:100%;max-width:800px;height:160px;overflow:visible}.service-floating-icon{position:absolute;top:-60px;width:300px;height:150px;object-fit:contain;z-index:0;opacity:1;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5));transition:transform .3s ease;align-items:left}.service-link{display:block;width:100%;text-decoration:none;color:inherit}.service-card{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#000,#1a1a1a);color:#fff;padding:2.5rem 2rem 1.5rem;border-radius:16px;width:100%;height:80px;box-shadow:0 6px 16px #0006;transition:background-color .3s ease,transform .3s ease;cursor:pointer}.service-card:hover{background-color:#505050;transform:translateY(-4px)}.service-title{font-weight:700;font-size:1.4rem;margin-top:3px}.service-arrow-icon{width:24px;height:24px;margin-top:-12px;transform:rotate(-45deg);filter:brightness(0) invert(1);transition:transform .3s ease}.service-card:hover .service-arrow-icon{transform:rotate(0) translate(4px)}.icon-app{height:280px;width:310px;top:-180px}.icon-web{height:270px;width:260px;top:-150px}.icon-game{height:230px;width:260px;top:-100px}.icon-cyber,.icon-design{height:300px;width:300px;top:-150px}@media screen and (max-width: 768px){.services-section{width:100%;padding:2rem 1rem;gap:6rem}.service-wrapper{height:140px;max-width:100%}.service-card{padding:2rem 1.2rem 1rem;height:60px!important;border-radius:12px}.service-title{font-size:1.2rem}.service-arrow-icon{width:20px;height:20px}.service-floating-icon{width:220px;height:120px;top:-50px}.icon-app{height:200px;width:230px;top:-120px}.icon-web{height:220px;width:210px;top:-100px}.icon-game{height:180px;width:210px;top:-80px}.icon-cyber,.icon-design{height:200px;width:230px;top:-100px}}.stats-section{background-color:#1a1a1a;display:flex;justify-content:center;align-items:center;gap:3rem;padding:4rem 2rem;flex-wrap:wrap}.stat-box{text-align:center;color:#fff}.stat-box h1{font-size:8rem;font-weight:700;text-align:center;padding-left:10px}.stat-box p{font-size:1.4rem;font-weight:600;text-align:center}@media (max-width: 768px){.stats-section{flex-direction:column;gap:2rem}.stat-box h1{font-size:5rem}.stat-box p{font-size:1.2rem}}.about-section{background-color:#1c1c1c;color:#fff;font-family:Helvetica Neue,sans-serif;padding-left:250px;padding-top:100px;padding-bottom:200px;box-sizing:border-box}.about-content{display:flex;align-items:stretch;justify-content:flex-start;max-width:1200px;margin:0 auto;gap:4rem;flex-wrap:wrap}.about-text{flex:1 1 400px;text-align:left;line-height:1.6}.about-text h2{font-size:2.5rem;margin-bottom:1rem;border-bottom:2px solid #fff;display:inline-block}.about-text p{font-size:1.1rem;margin-bottom:1rem}.about-image{flex:1 1 300px;text-align:left}.about-image>div{width:300px;height:300px;margin-top:10px}@media screen and (max-width: 1200px){.about-section{padding-left:50px}}@media screen and (max-width: 768px){.about-section{padding:60px 20px 120px;width:100%}.about-content{flex-direction:column;gap:2rem}.about-text h2{font-size:2rem}.about-text p{font-size:1rem}.about-image{width:100%}.about-image>div{margin:0 auto}}@media screen and (max-width: 480px){.about-section{padding:40px 15px 80px}.about-text h2{font-size:1.8rem}}.footer-wrapper{width:99.5vw;margin-left:calc(-50vw + 50%);position:relative;background-color:#1a1a1a}.footer{color:#fff;padding:40px 0;font-family:sans-serif;width:100%}.footer-container{display:flex;justify-content:space-around;align-items:flex-start;max-width:1810px;margin:0 auto;padding:0 2rem;width:100%}.footer-section{flex:1;margin:0 20px}.footer-section h3{margin-bottom:10px;font-size:18px;font-weight:600;margin-left:100px}.footer-section ul{list-style:none;padding:0;margin-left:100px}.footer-section ul li{margin-bottom:8px}.footer-section a{color:#fff;text-decoration:none;display:flex;align-items:center;transition:color .2s ease-in-out}.footer-section a:hover{color:#ccc}.icon{margin-right:8px}.footer-bottom{border-top:1px solid #333;text-align:center;padding-top:20px;font-size:14px;max-width:1800px;margin:20px auto 0;padding:20px 2rem 0}.country-item{display:flex;align-items:center}@media (max-width: 768px){.footer-container{flex-direction:column}.footer-section{margin-bottom:30px}.footer-section h3,.footer-section ul{margin-left:0}}.contact-page{max-width:600px;margin:100px auto;padding:2rem;background:linear-gradient(135deg,#1f1f1f,#424242);box-shadow:0 8px 16px #0000001a;border-radius:12px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative}.header-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.contact-page h1{text-align:center;color:#fff;margin:0}.form-wrapper{position:relative;overflow:visible}.contact-form{display:flex;flex-direction:column;gap:1.2rem;position:relative;z-index:10;transform-origin:top center;animation:form-enter .5s ease-in-out}.form-title{text-align:center;color:#fff;margin:0 0 1.5rem;font-size:1.8rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.3);padding-bottom:1rem;border-bottom:2px solid rgba(255,255,255,.1)}@keyframes form-enter{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.form-fly-out{animation:fly-out 1.5s ease-in-out forwards;position:relative;z-index:100}@keyframes fly-out{0%{transform:translateY(0) translate(0) scale(1);opacity:1}20%{transform:translateY(-30px) translate(0) scale(1.05);opacity:1}to{transform:translateY(-100px) translate(2000px) scale(.5);opacity:0}}.contact-form label{display:flex;flex-direction:column;font-weight:500;color:#fff}.contact-form input,.contact-form textarea{margin-top:.4rem;padding:.75rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:#ffffffaf;color:#1f1f1f}.contact-form input:focus,.contact-form textarea:focus{border-color:#007bff;outline:none}.contact-form textarea{min-height:120px;resize:vertical}.contact-form button{padding:.75rem;background-color:#007bff;color:#fff;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.contact-form button:hover{background-color:#0056b3}.contact-form select{margin-top:.4rem;padding:.75rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;background-color:#3a3a3a;transition:border-color .3s ease;color:#fff}.contact-form select:focus{border-color:#007bff;outline:none}.success-container{display:flex;flex-direction:column;align-items:center;animation:slide-in-from-top .8s ease-out forwards}@keyframes slide-in-from-top{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.success-message{margin-top:1rem;padding:1rem;background-color:#28a745;color:#fff;border-radius:8px;text-align:center;width:100%}.success-animation{width:200px;height:200px;margin-top:2rem}.recaptcha{margin:1rem 0;display:flex;justify-content:center}.error-message{padding:.75rem;background-color:#dc3545;color:#fff;border-radius:8px;text-align:center;margin-top:1rem}.validation-error{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:block}.contact-form input.error,.contact-form select.error,.contact-form textarea.error{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}@media (max-width: 768px){.contact-page{max-width:450px;margin:130px auto 50px;padding:2rem;background:linear-gradient(135deg,#1f1f1f,#424242);box-shadow:0 8px 16px #0000001a;border-radius:12px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative}.contact-page h1{font-size:1.5rem}.form-title{font-size:1.5rem;margin-bottom:1.2rem;padding-bottom:.8rem}.header-container{flex-direction:column;gap:1rem;margin-bottom:1rem}.contact-form{gap:1rem}.contact-form input,.contact-form textarea,.contact-form select{padding:.875rem;font-size:16px}.contact-form button{padding:1rem;font-size:1.1rem}.success-animation{width:150px;height:150px;margin-top:1.5rem}.recaptcha{transform:scale(.85);transform-origin:center}}@media (max-width: 480px){.contact-page{margin:100px 15px 30px;padding:1rem;max-width:calc(100% - 30px)}.contact-page h1{font-size:1.25rem}.form-title{font-size:1.3rem;margin-bottom:1rem;padding-bottom:.6rem}.contact-form input,.contact-form textarea,.contact-form select{padding:1rem}.contact-form textarea{min-height:100px}.success-animation{width:120px;height:120px;margin-top:1rem}.recaptcha{transform:scale(.75)}@keyframes fly-out{0%{transform:translateY(0) translate(0) scale(1);opacity:1}20%{transform:translateY(-20px) translate(0) scale(1.05);opacity:1}to{transform:translateY(-80px) translate(300px) scale(.3);opacity:0}}}@media (max-width: 390px){.contact-page{margin:90px 10px 20px;padding:.875rem}.form-title{font-size:1.2rem}}@media (max-width: 320px){.contact-page{margin:80px 8px 15px;padding:.75rem}.contact-page h1{font-size:1.1rem}.form-title{font-size:1.1rem;margin-bottom:.8rem;padding-bottom:.5rem}.contact-form input,.contact-form textarea,.contact-form select,.contact-form button{font-size:14px}.recaptcha{transform:scale(.65)}}@media (max-height: 700px) and (max-width: 480px){.contact-page{margin-top:80px}}@media (max-height: 600px) and (max-width: 480px){.contact-page{margin-top:70px}.form-title{margin-bottom:.8rem}.contact-form{gap:.8rem}}.error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;margin-top:50px}.error-container{text-align:center;max-width:600px;width:100%;background:#2d2d2df2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px 30px;box-shadow:0 20px 40px #0000004d;animation:fadeInUp .8s ease-out;border:1px solid rgba(255,255,255,.1)}.error-animation{display:flex;justify-content:center;align-items:center;margin-bottom:30px}.error-content{display:flex;flex-direction:column;align-items:center;gap:20px}.error-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.error-message{font-size:1.2rem;color:#ccc;margin:0;line-height:1.6;max-width:400px}.error-home-button{background:#fff;color:#1a1a1a;border:none;padding:15px 40px;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #0003;text-transform:uppercase;letter-spacing:.5px;min-height:44px;touch-action:manipulation}.error-home-button:hover{transform:translateY(-3px);box-shadow:0 12px 25px #0000004d;background:#f0f0f0}.error-home-button:active{transform:translateY(-1px);box-shadow:0 6px 15px #0003}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 1200px){.error-container{max-width:700px;padding:50px 40px}.error-title{font-size:3rem}.error-message{font-size:1.3rem;max-width:500px}.error-home-button{padding:18px 50px;font-size:1.2rem}}@media (min-width: 992px) and (max-width: 1199px){.error-container{max-width:650px;padding:45px 35px}.error-title{font-size:2.8rem}.error-message{font-size:1.25rem;max-width:450px}}@media (min-width: 1024px) and (max-width: 1199px){.error-container{max-width:600px;padding:40px 30px}.error-title{font-size:2.6rem}}@media (min-width: 768px) and (max-width: 1023px){.error-page{margin-top:30px}.error-container{max-width:550px;padding:35px 25px;margin:15px;border-radius:18px}.error-title{font-size:2.3rem}.error-message{font-size:1.15rem;max-width:380px}.error-home-button{padding:14px 35px;font-size:1.05rem}.error-animation{margin-bottom:25px}.error-animation>div{width:320px!important;height:320px!important}}@media (min-width: 601px) and (max-width: 767px){.error-page{margin-top:25px;padding:15px}.error-container{padding:30px 20px;margin:10px;border-radius:16px}.error-title{font-size:2.1rem}.error-message{font-size:1.1rem;max-width:350px}.error-animation>div{width:280px!important;height:280px!important}}@media (min-width: 481px) and (max-width: 600px){.error-page{margin-top:20px;padding:15px}.error-container{padding:25px 18px;margin:8px;border-radius:14px}.error-title{font-size:1.9rem}.error-message{font-size:1.05rem;max-width:320px}.error-home-button{padding:13px 32px;font-size:1rem}.error-animation{margin-bottom:20px}.error-animation>div{width:260px!important;height:260px!important}}@media (max-width: 480px){.error-page{margin-top:15px;padding:12px}.error-container{padding:20px 15px;margin:5px;border-radius:12px;gap:15px}.error-title{font-size:1.8rem;line-height:1.2}.error-message{font-size:1rem;max-width:280px;line-height:1.5}.error-home-button{padding:12px 30px;font-size:.95rem;letter-spacing:.3px}.error-content{gap:15px}.error-animation{margin-bottom:15px}.error-animation>div{width:220px!important;height:220px!important}}@media (max-width: 360px){.error-container{padding:18px 12px;margin:3px}.error-title{font-size:1.6rem}.error-message{font-size:.95rem;max-width:250px}.error-home-button{padding:11px 25px;font-size:.9rem}.error-animation>div{width:180px!important;height:180px!important}}@media (max-height: 500px) and (orientation: landscape){.error-page{margin-top:10px}.error-container{padding:20px 25px;max-width:80vw}.error-title{font-size:1.8rem}.error-message{font-size:1rem}.error-animation{margin-bottom:15px}.error-animation>div{width:150px!important;height:150px!important}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.error-container{border-width:.5px}.error-title{text-shadow:0 1px 2px rgba(0,0,0,.3)}}@media (pointer: coarse){.error-home-button{min-height:48px;padding:14px 35px}.error-home-button:hover{transform:none}.error-home-button:active{transform:scale(.98)}}@media (prefers-color-scheme: dark){.error-container{background:#1e1e1efa;border-color:#ffffff26}}@media (prefers-reduced-motion: reduce){.error-container{animation:none}.error-home-button{transition:none}.error-home-button:hover,.error-home-button:active{transform:none}}.country-wrapper{background-color:#1c1c1c;color:#fff;width:100%;margin:0;padding:0}.country-hero{width:100vw;height:450px;background-size:cover;background-position:center;position:relative;z-index:0}.country-title{position:absolute;bottom:1rem;left:2rem;font-size:2.5rem;font-weight:700;color:#fff;z-index:2}.country-subtitle-wrapper{display:flex;justify-content:center;align-items:center;background-color:#1a1a1a;padding:2rem 1rem}.country-subtitle{font-size:1.75rem;font-weight:600;text-align:center;color:#fff}.country-intro-section{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 2rem;max-width:800px;margin:0 auto}.intro-title{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:1rem}.intro-text{font-size:1rem;color:#ddd;line-height:1.6}.country-how-wrapper{display:flex;flex-direction:row;gap:2rem;align-items:center;justify-content:center;padding:4rem 2rem;max-width:1200px;margin:0 auto;flex-wrap:wrap}.how-left{flex:1;min-width:300px;min-height:300px;display:flex;justify-content:center;align-items:center}.how-right{flex:1;min-width:300px}.how-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.how-text{font-size:1rem;line-height:1.6;color:#ddd}.country-pricing-wrapper{padding:4rem 2rem;text-align:center;background-color:#1b1b1b}.pricing-title{font-size:2rem;margin-bottom:.5rem;color:#fff}.pricing-subtitle{font-size:1rem;color:#bbb;margin-bottom:4rem}.pricing-cards{display:flex;flex-wrap:wrap;gap:5rem;justify-content:center;align-items:stretch}.pricing-card{background-color:#111;padding:2.5rem;border-radius:12px;width:300px;color:#fff;box-shadow:0 0 12px #0003;display:flex;flex-direction:column;justify-content:space-between;position:relative}.plan-title{font-size:1.25rem;margin-bottom:1rem;font-weight:600;margin-top:10px}.plan-list{text-align:left;list-style:disc;padding-left:1.5rem;margin-bottom:1.5rem;color:#ccc}.plan-list li{margin-bottom:.75rem}.pricing-button{background:transparent;border:1px solid white;color:#fff;padding:.5rem 1.5rem;cursor:pointer;border-radius:4px;transition:.2s;margin-top:auto}.pricing-button:hover{background-color:#fff;color:#000}.country-content{max-width:1200px;margin:0 auto;padding:2rem}.country-sections{display:flex;flex-direction:column;gap:2rem}.country-section{display:flex;justify-content:space-between;align-items:center}.section-image{width:100px;height:100px;background-color:#ccc;flex-shrink:0}.section-title{font-weight:700}.partner-badge{position:absolute;bottom:-130px;right:-120px;width:270px;height:auto;z-index:10;pointer-events:none}.pricing-card-featured{transform:scale(1.1);background-color:#222;border:2px solid #facc15;box-shadow:0 0 25px #facc154d;z-index:2;position:relative;border-radius:12px}.pricing-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background-color:#facc15;color:#000;padding:.5rem 1.5rem;border:2px solid #facc15;border-radius:9999px;font-weight:700;font-size:.9rem;box-shadow:0 0 15px #facc1566;z-index:5}@media (max-width: 768px){.pricing-cards{flex-direction:column;align-items:center}.pricing-card-featured{transform:scale(1);border:none;box-shadow:none}.country-how-wrapper{flex-direction:column}.how-left,.how-right{width:100%}}.website-landing{width:100vw;min-height:50vh;background:linear-gradient(135deg,#000,#1a1a1a);color:#fff;display:flex;align-items:center;justify-content:center;padding:0 10%;box-sizing:border-box;gap:7rem;height:90vh}.website-content{max-width:600px}.website-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.website-title span{color:#666}.website-description{font-size:1.125rem;color:#bbb;margin-bottom:2rem}.website-button{background-color:#fff;color:#000;padding:1rem 2rem;font-weight:600;border-radius:9999px;text-decoration:none;transition:background .3s ease}.website-button:hover{background-color:#1a1a1a}.website-image{flex-shrink:0;display:flex;justify-content:center;align-items:center}.website-img{width:300px;height:auto;border-radius:20px;object-fit:cover}.website-benefits{background-color:#1c1c1c;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:4rem 5%;flex-wrap:wrap;gap:6rem}.benefits-content{flex:1;max-width:500px}.benefits-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.benefits-description{font-size:1.125rem;line-height:1.6;margin-bottom:2rem;color:#ccc}.benefits-button{background-color:#fff;color:#000;padding:.75rem 2rem;border-radius:9999px;border:none;font-weight:600;cursor:pointer;transition:background .3s ease}.benefits-button:hover{background-color:#e4e4e4}.benefits-image{flex:1;display:flex;justify-content:center;align-items:center}.benefits-img{max-width:400px;height:auto;border-radius:12px}.benefits-subtitle{font-size:1.5rem;font-weight:500;color:#ccc;margin-bottom:1rem}.benefits-intro{font-size:1rem;color:#bbb;margin-bottom:1.5rem;line-height:1.6}.benefits-list{list-style-type:disc;padding-left:1.5rem;color:#ddd;margin-bottom:2rem}.benefits-point{margin-bottom:.75rem;font-size:1rem;line-height:1.5}.country-pricing-wrapper{width:100%;background-color:#1b1b1b}.pricing-card-featured{transform:scale(1.05);background-color:#222;border:2px solid #facc15;box-shadow:0 0 25px #facc154d;z-index:2}.pricing-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background-color:#facc15;color:#000;padding:.5rem 1.5rem;border:2px solid #facc15;border-radius:9999px;font-weight:700;font-size:.875rem;box-shadow:0 0 15px #facc1566;z-index:5}.plan-list{list-style-type:none;padding:0;margin:0 0 2rem;color:#ddd;text-align:left;flex-grow:1}.plan-list li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.plan-list li:before{content:"✓";position:absolute;left:0;color:#facc15}.pricing-cards{display:flex;justify-content:center;gap:4rem;padding:2rem 5%;position:relative}@media (max-width: 1024px){.website-landing{flex-direction:column;padding:10rem 2rem;gap:3rem;height:auto;text-align:center}.website-content{max-width:100%}.website-benefits{flex-direction:column;padding:3rem 2rem;gap:3rem;text-align:center}.benefits-content{max-width:100%;order:2}.benefits-image{order:1}.benefits-img{max-width:100%}.pricing-cards{flex-direction:column;align-items:center}.pricing-card{max-width:100%;width:100%;margin-bottom:2rem}.pricing-card-featured{transform:scale(1.02);order:1!important}}@media (max-width: 768px){.website-title{font-size:2.5rem}.website-description{font-size:1rem}.website-img{width:250px}.benefits-title{font-size:1.75rem}.pricing-card-featured{transform:scale(1);border:2px solid #facc15;box-shadow:0 0 15px #facc1533}}.service10-cards-container{width:100%;background-color:#1c1c1c;color:#fff;padding:4rem 5%;text-align:center;border:3px solid rgba(255,255,255,.1)}.service10-cards-title{font-size:1.8rem;font-weight:500;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.service10-cards-wrapper{display:flex;justify-content:center;gap:2rem;max-width:1000px;margin:0 auto;overflow:visible;transition:background-color .3s ease,transform .3s ease}.service10-card{flex:1;display:flex;flex-direction:column;align-items:center;padding:1.5rem;max-width:300px;border-radius:10px;min-height:230px;height:300px;box-shadow:0 6px 16px #0006;transition:background-color .3s ease,transform .3s ease;background-color:#0004}.service10-card:hover{background-color:#505050;transform:translateY(-4px)}.service10-icon-wrapper{width:80px;height:80px;border-radius:60%;border:2px solid rgb(255,255,255);display:flex;align-items:center;justify-content:center;margin-top:10px}.icon-lightbulb,.icon-target,.icon-pen{background-color:#1c1c1c}.icon-svg{width:30px;height:30px;stroke:#fff}.icon-lightbulb-svg,.icon-target-svg,.icon-pen-svg{stroke:#fff}.service10-card-title{font-size:1rem;font-weight:600;margin-bottom:.75rem;min-height:2.5rem}.service10-card-text{font-size:.85rem;line-height:1.5;color:#ffffffaf}@media (max-width: 1024px){.service10-cards-wrapper{flex-wrap:wrap;gap:1.5rem}.service10-card{min-width:220px}}@media (max-width: 768px){.service10-cards-wrapper{flex-direction:column;align-items:center}.service10-card{width:100%;max-width:400px}.service10-cards-title{font-size:1.5rem}.service10-icon-wrapper{width:60px;height:60px}.icon-svg{width:30px;height:30px}}
