:root{--primary: #0061E0;--primary-hover: #004db3;--accent-green: #48DD49;--text-main: #212529;--text-muted: #6c757d;--bg-color: #ffffff;--surface: #ffffff;--border: #e2e8f0;--soft-gray: #F2F2F2}*{margin:0;padding:0;box-sizing:border-box}html{margin:0!important;padding:0!important;width:100%!important;overflow:visible!important;scroll-behavior:smooth}body{margin:0!important;padding:0!important;width:100%!important;overflow-x:clip!important;overflow-y:visible!important;min-height:100vh;font-family:Poppins,sans-serif;background-color:var(--bg-color);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased}#root{width:100%}img{max-width:100%;height:auto;display:block}.text-blue{color:var(--primary)}.text-green{color:var(--accent-green)}.bold-800{font-weight:800}.italic{font-style:italic}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none;font-family:inherit;font-size:.95rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 25px #0061e066}.container{width:90%;max-width:1200px;margin:0 auto}.sticky-header{position:sticky;top:0;z-index:2000;width:100%}.top-bar{background:var(--primary);color:#fff;font-size:.8rem;padding:.5rem 0;text-align:center;font-weight:500;display:flex;justify-content:center;align-items:center;gap:1rem}.navbar{padding:1.25rem 0;background:#fff;box-shadow:0 4px 10px #00000008}.navbar .container{display:flex;justify-content:space-between;align-items:center}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--text-main);text-decoration:none;font-weight:600;font-size:.9rem;text-transform:uppercase;transition:color .2s ease}.nav-links a:hover,.nav-links a.active{color:var(--primary)}.mobile-menu-toggle{display:none;background:none;border:none;color:var(--primary);cursor:pointer;padding:.5rem;z-index:4000;position:relative}.menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2500}.menu-overlay.active{display:block}.mobile-contact-li{display:none;width:100%}@media(max-width:1024px){.nav-links{position:fixed;top:0;left:-100%;width:80%;height:100vh;background:#fff;display:flex;flex-direction:column;align-items:flex-start;padding:6rem 10% 3rem;transition:left .3s cubic-bezier(.4,0,.2,1);z-index:3000;gap:1.5rem;box-shadow:10px 0 30px #0000001a}.nav-links.mobile-active{left:0}.nav-links a{font-size:1.2rem}.mobile-menu-toggle{display:block}.desktop-only-btn{display:none}.mobile-contact-li{display:block;padding:0 10%;margin-top:1rem}}.hero{position:relative;text-align:left;padding:4rem 0 8rem;min-height:80vh;display:flex;flex-direction:column;justify-content:flex-start;background:url(/hero-bg.jpg) no-repeat center right;background-size:cover}@media(max-width:768px){.hero{padding:3rem 0 5rem;min-height:auto;background-position:center left 25%}.hero h1{font-size:clamp(2rem,10vw,3rem);margin-bottom:1rem}.hero p{font-size:1.1rem;margin-bottom:2rem}}.hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:250px;background:linear-gradient(to bottom,transparent,#fff);pointer-events:none;z-index:1}.blob-green{position:absolute;top:-10%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#48dd4926,#fff0 70%);z-index:-1}.blob-blue{position:absolute;top:40%;right:-10%;width:800px;height:1200px;background:radial-gradient(circle,#0061e026,#fff0 60%);z-index:-1}.hero .container{position:relative;z-index:2}.hero h1{font-size:clamp(2.5rem,6vw,4.2rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em;max-width:700px}.hero p{font-size:1.2rem;max-width:550px;margin:0 0 2.5rem;color:var(--text-dark);font-weight:500}.hero p strong{color:var(--primary);font-weight:600}.floating-up{position:fixed;right:2rem;bottom:2rem;width:50px;height:50px;background:var(--accent-green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 20px #3ade864d;cursor:pointer;z-index:5000;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1)}.floating-up.visible{opacity:1;visibility:visible;transform:translateY(0)}.floating-up:hover{transform:translateY(-5px);background:var(--primary)}.services-section{text-align:center;padding:5rem 0;position:relative}.services-section h2{font-size:3rem;background:linear-gradient(26deg,#0061e0,#3dff6e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-weight:800;margin-bottom:1.5rem}.services-section p{max-width:800px;margin:0 auto 4rem;color:var(--text-muted)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.services-grid{grid-template-columns:1fr;gap:1.5rem}.services-section h2{font-size:2.2rem}}.service-card{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 20px 50px #0061e026;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease}.service-card:hover{transform:translateY(-8px)}.service-icon{margin-bottom:1rem;height:200px;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(max-width:640px){.service-icon{height:160px}}.service-icon img{max-height:100%;transform:scale(1.1)}.service-card h3{color:var(--primary);font-weight:700;font-size:1.25rem;margin-bottom:1rem}.service-card p{font-size:.95rem;margin-bottom:2rem;flex-grow:1}.service-card .btn{width:100%;border-radius:4px}.connect-section{padding:5rem 0;text-align:center}.connect-section p{max-width:800px;margin:0 auto 4rem;color:var(--text-muted)}.connect-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;text-align:left}@media(max-width:991px){.connect-grid{grid-template-columns:1fr;gap:3rem}}.contact-info-column{padding-right:2rem}.contact-methods{margin-top:3rem;display:flex;flex-direction:column;gap:2rem}.contact-method-item{display:flex;align-items:flex-start;gap:1.5rem}.method-icon{background:#0061e01a;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:12px;color:var(--primary);flex-shrink:0}.method-text h4{font-size:1.1rem;font-weight:700;margin-bottom:.25rem;color:var(--text-main)}.method-text p{font-size:.95rem;margin:0!important;color:var(--text-muted)}.form-card{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 20px 50px #0061e026;width:100%;max-width:550px;margin:0 auto}.form-title{color:var(--primary);font-weight:800;font-size:1.5rem;margin-bottom:.5rem;text-align:left}.form-subtitle{text-align:left;margin-bottom:2rem;font-size:.95rem;color:var(--text-muted)}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.9rem;color:var(--text-muted);margin-bottom:.5rem;text-align:left}.form-control{width:100%;background:var(--soft-gray);border:1px solid #BDBDBD;border-radius:6px;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;color:var(--text-main);transition:border-color .2s ease,outline .2s ease}.form-control::placeholder{font-style:italic;color:#a0aec0}.form-control:focus{outline:2px solid var(--primary)}textarea.form-control{min-height:120px;resize:vertical}.form-card .btn{width:100%;padding:1rem;font-size:1.1rem;border-radius:8px}footer{padding:4rem 0 2rem;margin-top:4rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:3rem}@media(max-width:1024px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr}}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;text-align:center;gap:3rem}.footer-contact-item{justify-content:center}.social-links{justify-content:center;display:flex;gap:1rem}}.footer-logo img{height:40px;margin-bottom:.5rem}.footer-logo p{font-weight:700;color:var(--text-main);margin-bottom:1.5rem}.footer-contact-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;color:var(--text-muted)}.footer-contact-item .icon{color:var(--primary)}.footer-title{color:var(--primary);font-weight:700;text-transform:uppercase;font-size:1rem;margin-bottom:1.5rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-links a:hover{color:var(--primary)}.social-icons{display:flex;gap:1rem}.social-icon{color:var(--text-muted);transition:color .2s ease}.social-icon:hover{color:var(--primary)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--border)}.footer-bottom p{color:var(--primary);font-size:.9rem;font-weight:500}.about-page{position:relative;overflow:hidden;min-height:100vh}.gradient-text{background:linear-gradient(26deg,#0061e0,#3dff6e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:inline-block}.vision-mission-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media(min-width:768px){.vision-mission-grid{grid-template-columns:1fr 1fr}}.vision-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 20px 50px #0061e026;height:100%}@media(max-width:640px){.vision-card{padding:2rem}}.core-values-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.core-values-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.core-values-grid{grid-template-columns:repeat(4,1fr)}}.core-value-card{background:#fff;border-radius:20px;padding:2.5rem 2rem 2rem;box-shadow:0 20px 50px #0061e026;display:flex;flex-direction:column;height:100%;text-align:left}@media(max-width:640px){.core-value-card{padding:2rem 1.5rem}}.core-icon-wrapper{margin-bottom:1rem;display:flex;justify-content:center;align-items:center}.btn-full{width:100%;margin-top:1.5rem;border-radius:12px;padding:.8rem;font-weight:600;box-shadow:0 8px 15px #0061e033}.tech-page{position:relative;overflow:hidden;min-height:100vh}.tech-categories{display:flex;flex-direction:column;gap:4rem}.tech-category-section{text-align:center}.tech-category-title{color:var(--primary);font-weight:800;font-size:1.8rem;margin-bottom:2rem;letter-spacing:-.02em}.tech-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1000px;margin:0 auto}@media(max-width:640px){.tech-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.tech-grid{grid-template-columns:1fr}}@media(min-width:640px){.tech-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.tech-card{background:#fff;border-radius:20px;padding:2.5rem 1rem;box-shadow:0 20px 50px #0061e026;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease}.tech-card:hover{transform:translateY(-8px)}.tech-icon-circle{width:80px;height:80px;background:#f8fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;padding:1rem;box-shadow:inset 0 2px 10px #00000005}.tech-icon-circle img{width:100%;height:100%;object-fit:contain}.tech-card h4{color:var(--text-main);font-weight:700;font-size:1.1rem;margin:0}@media(max-width:900px){.services-grid,.connect-grid,.footer-grid{grid-template-columns:1fr}}.home-about-section{padding:6rem 0;background-color:#fff}.home-about-grid{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem}.about-heading{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900;line-height:1.1;background:linear-gradient(26deg,#0061e0,#3dff6e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:inline-block;text-align:left;margin-bottom:2rem}.about-text{font-size:1.15rem;line-height:1.8;color:var(--text-muted);text-align:left;max-width:600px}.home-stats-editorial{width:100%;margin-top:2rem}.editorial-grid{display:grid;grid-template-columns:repeat(2,1fr);background-color:var(--border);gap:1px;border:1px solid var(--border);overflow:hidden;border-radius:4px}.editorial-item{background-color:#fff;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:background-color .4s ease}.editorial-item:hover{background-color:#f8fafc}.editorial-icon{color:var(--primary);margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.editorial-number{font-size:3rem;font-weight:300;color:var(--text-main);line-height:1;margin-bottom:.75rem;letter-spacing:-.02em}.editorial-label{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1rem}.editorial-description{font-size:.95rem;line-height:1.6;color:#475569;margin-bottom:2rem;font-weight:400}.editorial-cta{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background-color:var(--primary);color:#fff;border-radius:4px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s ease;width:fit-content;box-shadow:0 4px 12px #2563eb33}.editorial-cta:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2563eb4d;background-color:#1d4ed8}.home-core-values{padding:6rem 0;background-color:#f8fafc}.core-values-layout{display:grid;grid-template-columns:auto 1fr;gap:4rem;align-items:center}.core-values-header-content{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.core-values-header-content .about-heading{text-align:right}.core-values-header-content .about-text{text-align:right;margin-left:auto;margin-right:0}.technologies-section{padding:8rem 0;background-color:#fff;overflow:hidden}.tech-header{text-align:center;margin-bottom:5rem;max-width:800px;margin-left:auto;margin-right:auto}.tech-marquee-container{width:100%;overflow:hidden;position:relative;padding:2rem 0}.tech-marquee-container:before,.tech-marquee-container:after{content:"";position:absolute;top:0;width:15rem;height:100%;z-index:2;pointer-events:none}.tech-marquee-container:before{left:0;background:linear-gradient(to right,#fff 0%,transparent 100%)}.tech-marquee-container:after{right:0;background:linear-gradient(to left,#fff 0%,transparent 100%)}.tech-marquee{display:flex;width:max-content;gap:6rem;animation:marquee-scroll 40s linear infinite;padding:2rem 0}.tech-marquee-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;min-width:120px;transition:transform .3s ease}.tech-marquee-item:hover{transform:translateY(-10px)}.tech-marquee-icon{width:80px;height:80px;background:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0061e014;padding:1rem;transition:all .3s ease;border:1px solid rgba(0,97,224,.05)}.tech-marquee-item:hover .tech-marquee-icon{box-shadow:0 20px 40px #0061e026;border-color:#0061e033}.tech-marquee-icon img{width:100%;height:100%;object-fit:contain}.tech-marquee-item span{font-weight:700;color:var(--text-dark);font-size:1rem;opacity:.7;transition:opacity .3s ease;white-space:nowrap}.tech-marquee-item:hover span{opacity:1;color:var(--primary)}.success-stories-section{padding:10rem 0;background-color:#f8fafc;overflow:hidden;position:relative}.stories-marquee-container{width:100%;overflow:hidden;position:relative;padding:3rem 0}.stories-marquee-container:before,.stories-marquee-container:after{content:"";position:absolute;top:0;width:20rem;height:100%;z-index:2;pointer-events:none}.stories-marquee-container:before{left:0;background:linear-gradient(to right,#f8fafc 0%,transparent 100%)}.stories-marquee-container:after{right:0;background:linear-gradient(to left,#f8fafc 0%,transparent 100%)}.stories-marquee{display:flex;width:max-content;gap:3rem;animation:marquee-scroll-slow 60s linear infinite;padding:2rem 0}.review-card{background:#fff;border-radius:32px;padding:3rem;width:450px;min-height:320px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 20px 50px #0061e00a;border:1px solid rgba(0,97,224,.05);transition:all .4s ease;position:relative}.review-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 30px 70px #0061e01a;border-color:#0061e01a}.quote-icon{font-family:serif;font-size:6rem;line-height:1;color:var(--primary);opacity:.1;position:absolute;top:1.5rem;left:2rem}.review-text{font-size:1.15rem;line-height:1.7;color:#4a5568;font-style:italic;margin-bottom:2rem;position:relative;z-index:1}.review-footer{display:flex;flex-direction:column;gap:1.5rem}.review-rating{display:flex;gap:.3rem}.star{color:#ffb800;font-size:1.2rem}.client-info{display:flex;flex-direction:column;gap:.2rem}.client-name{font-weight:800;color:var(--text-dark);font-size:1.1rem}.client-role{font-size:.9rem;color:#64748b;font-weight:600}@keyframes marquee-scroll-slow{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.stories-marquee-container:hover .stories-marquee,.tech-marquee-container:hover .tech-marquee{animation-play-state:paused}@media(max-width:991px){.home-about-grid{grid-template-columns:1fr;gap:3rem}.home-about-content{order:1}.home-stats-editorial{order:2;max-width:600px;margin:3rem auto 0}.core-values-layout{grid-template-columns:1fr;gap:3rem}.core-values-layout>:first-child{order:2}.core-values-layout>:last-child{order:1}.core-values-header-content{text-align:center;align-items:center}.core-values-header-content .about-heading,.core-values-header-content .about-text{text-align:center;margin-right:auto}}@media(max-width:768px){.about-heading{font-size:clamp(2rem,8vw,2.8rem);text-align:center;width:100%}.about-text{text-align:center;margin-left:auto;margin-right:auto;font-size:1rem}.tech-marquee{gap:3rem;animation-duration:30s}.tech-marquee-container:before,.tech-marquee-container:after{width:5rem}.tech-marquee-icon{width:60px;height:60px;border-radius:12px;padding:.8rem}.tech-marquee-item span{font-size:.9rem}.success-stories-section{padding:5rem 0}.stories-marquee-container:before,.stories-marquee-container:after{width:6rem}}@media(max-width:580px){.editorial-grid{grid-template-columns:1fr}.editorial-item{padding:2.5rem 1.5rem}.review-card{width:310px;padding:1.5rem;min-height:250px}.review-text{font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.client-name{font-size:.95rem}.client-role{font-size:.8rem}}.custom-country-selector{display:flex;align-items:stretch}.country-selector-btn{display:flex;align-items:center;gap:.5rem;padding:0 1rem;background-color:var(--soft-gray);border:1px solid #BDBDBD;border-right:none;cursor:pointer;transition:all .2s ease;min-width:110px;height:100%}.country-selector-btn:hover{background-color:#f1f5f9}.chevron-icon{margin-left:auto;color:var(--text-muted);transition:transform .2s ease}.chevron-icon.rotate{transform:rotate(180deg)}.selected-flag{font-size:1.2rem}.selected-code{font-size:.95rem;font-weight:600;color:var(--text-main)}.country-dropdown-list{position:absolute;top:calc(100% + 8px);left:0;width:280px;max-height:320px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 20px 40px -10px #00000026,0 10px 20px -5px #0000001a;z-index:2100;overflow-y:auto;padding:.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.country-dropdown-list::-webkit-scrollbar{width:5px}.country-dropdown-list::-webkit-scrollbar-track{background:transparent}.country-dropdown-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.country-item{display:flex;align-items:center;gap:1rem;padding:.85rem 1rem;border-radius:10px;cursor:pointer;transition:all .2s ease}.country-item:hover{background-color:#f1f5f9;transform:translate(4px)}.country-item.active{background-color:#0061e00d;color:var(--primary);font-weight:600}.country-flag{font-size:1.4rem}.country-name{flex-grow:1;font-size:.95rem}.country-code{font-size:.9rem;color:var(--text-muted)}.phone-input{flex-grow:1;border-left:1px solid #BDBDBD!important}.form-control.invalid{border-color:#e53e3e!important}.error-text{color:#e53e3e;font-size:.8rem;margin-top:.25rem;display:block}.error-alert{color:#e53e3e;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;background:#e53e3e0d;padding:.75rem;border-radius:8px}.loader{width:50px;aspect-ratio:1;display:grid;border:4px solid #0000;border-radius:50%;border-right-color:var(--primary);animation:l15 1s infinite linear}.loader:before,.loader:after{content:"";grid-area:1/1;margin:2px;border:inherit;border-radius:50%;animation:l15 2s infinite}.loader:after{margin:8px;animation-duration:3s}@keyframes l15{to{transform:rotate(1turn)}}
