*{box-sizing:border-box;margin:0;padding:0}:root{--primary-dark:#0a0a23;--secondary-dark:#1a1a3e;--accent-blue:#4a90ff;--accent-purple:#8b5cf6;--text-light:#fff;--text-grey:#a0a0c0;--bg-dark:#0f0f1e;--primary:#4a90ff;--secondary:#8b5cf6;--primary-foreground:#fff;--muted-foreground:#ffffffb3;--destructive:#ef4444;--card:#ffffff0d;--border:#ffffff1a}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a23;background:var(--primary-dark);color:#fff;color:var(--text-light);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}.app{min-height:100vh;position:relative;width:100%}.content-wrapper{position:relative;z-index:1}h1{font-size:3.5rem;font-weight:700;line-height:1.2}h2{font-size:2.5rem;margin-bottom:2rem;text-align:center}h2,h3{font-weight:600}h3{font-size:1.5rem;margin-bottom:1rem}h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}p{color:#a0a0c0;color:var(--text-grey);font-size:1.1rem;line-height:1.8}@media (max-width:767px){h1{font-size:2.5rem}h2{font-size:2rem}p{font-size:1rem}}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4a90ff,#8b5cf6);background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));-webkit-background-clip:text;background-clip:text}.section-padding{padding:6rem 0}@media (max-width:767px){.section-padding{padding:4rem 0}}.bg-gradient-accent{background:linear-gradient(135deg,#4a90ff0d,#8b5cf60d)}.card-tech{background:#4a90ff0d;border:1px solid #4a90ff1a;border-radius:20px;padding:2rem;transition:all .3s ease}.card-tech:hover{background:#4a90ff14;border-color:#4a90ff4d;box-shadow:0 15px 35px #4a90ff26;transform:translateY(-4px)}.group{position:relative}.container{margin:0 auto;max-width:1200px;padding:0 2rem}@media (max-width:767px){.container{padding:0 1rem}}.btn-primary{align-items:center;background:linear-gradient(135deg,#4a90ff,#8b5cf6);background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.btn-primary:hover{box-shadow:0 10px 30px #4a90ff4d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #4a90ff;border:2px solid var(--accent-blue);border-radius:50px;color:#4a90ff;color:var(--accent-blue);cursor:pointer;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.btn-secondary:hover{background:#4a90ff1a;transform:translateY(-2px)}.btn-outline{align-items:center;background:#0000;border:2px solid #ffffff4d;border-radius:50px;color:#fff;color:var(--text-light);cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-outline:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.btn-ghost{align-items:center;background:#0000;border:none;color:#4a90ff;color:var(--accent-blue);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;height:auto;padding:0;transition:all .3s ease}.btn-ghost:hover{color:#4a90ffcc}.btn-ghost:hover svg{transform:translateX(4px)}.btn-gradient{background:linear-gradient(135deg,#4a90ff,#8b5cf6);background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease;width:100%}.btn-gradient:hover{box-shadow:0 10px 30px #4a90ff4d;transform:translateY(-2px)}.btn-gradient:disabled{cursor:not-allowed;opacity:.6;transform:none}.animated-background{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a23e6;border-bottom:1px solid #ffffff1a;left:0;position:fixed;right:0;top:0;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between;padding:1rem 2rem}.logo{font-size:1.5rem;font-weight:700}.nav{align-items:center;display:flex;gap:2rem}.nav a{color:var(--text-light);font-weight:500;text-decoration:none;transition:all .3s ease}.nav a:hover{color:var(--accent-blue)}.btn-header{font-size:.9rem;padding:.75rem 1.5rem}.mobile-menu-icon{cursor:pointer;display:none;flex-direction:column;gap:4px}.mobile-menu-icon span{background:var(--text-light);border-radius:2px;height:3px;transition:all .3s ease;width:25px}@media (max-width:767px){.header-content{padding:1rem}.nav{background:#0a0a23fa;flex-direction:column;gap:1.5rem;left:0;opacity:0;padding:2rem;pointer-events:none;position:absolute;right:0;top:100%;transform:translateY(-20px);transition:all .3s ease}.nav-open{opacity:1;pointer-events:all;transform:translateY(0)}.btn-header{display:none}.mobile-menu-icon{display:flex}}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding-top:80px;position:relative}.hero-background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}.hero-content{max-width:900px;position:relative;text-align:center;z-index:1}.hero h1{margin-bottom:1.5rem}.hero-subtitle{color:var(--text-grey);font-size:1.25rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px}.hero-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.gradient-overlay{background:linear-gradient(to bottom,#0000,var(--primary-dark));bottom:0;height:200px;left:0;position:absolute;right:0;z-index:1}@media (max-width:767px){.hero{min-height:90vh;padding-top:60px}.hero-subtitle{font-size:1.1rem;margin-bottom:2rem}.hero-buttons{flex-direction:column;gap:1rem}.hero-buttons .btn-outline,.hero-buttons .btn-primary{justify-content:center;width:100%}}.problems{padding:6rem 0}.problems-layout{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-top:3rem}.column-header{align-items:center;border-radius:12px;display:flex;gap:.75rem;margin-bottom:2rem;padding:1rem}.column-header h3{font-size:1.5rem;margin:0}.challenge-header{background:#ef44441a;border:1px solid #ef44444d;color:#ef4444}.solution-header{background:#4a90ff1a;border:1px solid #4a90ff4d;color:var(--accent-blue)}.challenge-card,.solution-card{background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.challenge-card{background:#ef44440d}.solution-card{background:#4a90ff0d}.challenge-card svg,.solution-card svg{color:var(--muted-foreground);margin-bottom:.75rem}.challenge-card h4,.solution-card h4{font-size:1.125rem;margin-bottom:.5rem}.challenge-card p,.solution-card p{color:var(--text-grey);font-size:.95rem}@media (max-width:767px){.problems{padding:4rem 0}.problems-layout{gap:2rem;grid-template-columns:1fr}}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:modalSlideIn .3s ease-out;background:linear-gradient(135deg,#0f0f28fa,#141432fa);border:1px solid #4a90ff33;border-radius:24px;box-shadow:0 25px 50px -12px #00000080;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:var(--text-light);cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;transition:all .3s ease;width:40px;z-index:10}.modal-close:hover{background:#fff3;border-color:#4a90ff80;transform:rotate(90deg)}.modal-header{border-bottom:1px solid #ffffff1a;padding:3rem;text-align:center}.modal-icon{align-items:center;background:linear-gradient(135deg,#4a90ff33,#8b5cf633);border:2px solid #4a90ff4d;border-radius:20px;color:var(--accent-blue);display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.modal-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));-webkit-background-clip:text;background-clip:text;font-size:2.5rem;margin-bottom:1rem}.modal-subtitle{color:var(--text-grey);font-size:1.25rem;margin:0 auto;max-width:600px}.modal-body{padding:2rem 3rem}.modal-section{margin-bottom:3rem}.modal-section:last-child{margin-bottom:0}.modal-section h3{align-items:center;color:var(--text-light);display:flex;font-size:1.5rem;gap:.5rem;margin-bottom:1.5rem}.modal-section h3:before{background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));border-radius:2px;content:"";height:24px;width:4px}.overview-text p{color:var(--text-grey);font-size:1.125rem;line-height:1.8;margin-bottom:1rem}.overview-text p:last-child{margin-bottom:0}.benefits-list{grid-gap:1rem;display:grid;gap:1rem;list-style:none}.benefits-list li{align-items:flex-start;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;color:var(--text-grey);display:flex;font-size:1.125rem;gap:1rem;padding:1rem;transition:all .3s ease}.benefits-list li:hover{background:#ffffff0d;border-color:#4a90ff4d;transform:translateX(5px)}.check-icon{color:var(--accent-blue);flex-shrink:0;margin-top:2px}.use-cases-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.use-case-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem;transition:all .3s ease}.use-case-card:hover{background:#ffffff0d;border-color:#4a90ff4d;transform:translateY(-5px)}.use-case-card h4{color:var(--text-light);font-size:1.125rem;margin-bottom:.75rem}.use-case-card p{color:var(--text-grey);font-size:1rem;line-height:1.6}.tech-stack{display:flex;flex-wrap:wrap;gap:.75rem}.tech-badge{background:#4a90ff1a;border:1px solid #4a90ff4d;border-radius:8px;color:var(--accent-blue);font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.tech-badge:hover{background:#4a90ff33;border-color:var(--accent-blue);transform:translateY(-2px)}.modal-footer{border-top:1px solid #ffffff1a;display:flex;gap:1rem;justify-content:flex-end;padding:2rem 3rem}.modal-footer button{min-width:150px}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.modal-content::-webkit-scrollbar-thumb{background:#4a90ff4d;border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:#4a90ff80}@media (max-width:767px){.modal-overlay{padding:1rem}.modal-content{border-radius:16px;max-height:95vh}.modal-header{padding:2rem 1.5rem}.modal-header h2{font-size:1.75rem}.modal-subtitle{font-size:1rem}.modal-body{padding:1.5rem}.use-cases-grid{gap:1rem;grid-template-columns:1fr}.modal-footer{flex-direction:column;padding:1.5rem}.modal-footer button{width:100%}}.services{padding:6rem 0}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:3rem}.service-card{display:flex;flex-direction:column;gap:1rem;padding:2rem}.icon-wrapper{align-items:center;background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));border-radius:12px;display:flex;height:48px;justify-content:center;transition:all .3s ease;width:48px}.service-card:hover .icon-wrapper{transform:scale(1.1)}.service-icon{color:#fff}.service-card h3{font-size:1.25rem;margin-bottom:.5rem}.service-card p{color:var(--text-grey);flex-grow:1;font-size:.95rem}.features-list{list-style:none;margin:1rem 0;padding:0}.features-list li{color:var(--muted-foreground);font-size:.875rem;padding:.5rem 0 .5rem 1.5rem;position:relative}.features-list li:before{color:var(--accent-blue);content:"✓";font-weight:700;left:0;position:absolute}.service-card .btn-ghost{margin-top:auto}@media (max-width:1023px){.services-grid{grid-template-columns:1fr}}@media (max-width:767px){.services{padding:4rem 0}.services-grid{gap:1.5rem}}.case-studies{padding:6rem 0}.case-studies-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.case-study-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;display:flex;flex-direction:column;gap:1.5rem;padding:2rem;transition:all .3s ease}.case-study-card:hover{border-color:#4a90ff66;box-shadow:0 15px 35px #4a90ff26;transform:translateY(-4px)}.card-header{align-items:center;display:flex;gap:1rem;justify-content:space-between}.card-header h3{font-size:1.25rem;margin:0}.industry-badge{background:#4a90ff33;border-radius:50px;color:var(--accent-blue);font-size:.75rem;font-weight:600;padding:.375rem .875rem;white-space:nowrap}.challenge-section,.results-section,.solution-section{display:flex;flex-direction:column;gap:.5rem}.challenge-section h4,.results-section h4,.solution-section h4{color:var(--muted-foreground);font-size:.875rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.challenge-section p,.solution-section p{color:var(--text-grey);font-size:.95rem}.metrics-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.metric{align-items:center;display:flex;flex-direction:column;text-align:center}.metric-number{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.metric-label{color:var(--muted-foreground);font-size:.75rem}.testimonial{background:#4a90ff0d;border-left:3px solid var(--accent-blue);border-radius:8px;margin-top:auto;padding:1rem}.testimonial p{color:var(--text-grey);font-size:.9rem;font-style:italic;margin:0}@media (max-width:1023px){.case-studies-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.case-studies{padding:4rem 0}.case-studies-grid{grid-template-columns:1fr}.card-header{align-items:flex-start;flex-direction:column}.metrics-grid{grid-template-columns:1fr}}.about{padding:6rem 0}.about-layout{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.about-content{display:flex;flex-direction:column;gap:1.5rem}.about-content h2{margin-bottom:1rem;text-align:left}.about-content p{font-size:1.05rem;line-height:1.8}.values-section{margin-top:2rem}.values-section h3{font-size:1.25rem;margin-bottom:1.5rem}.value-card{display:flex;gap:1rem;padding:1rem 0}.value-card .icon-wrapper{align-items:center;background:#4a90ff1a;border-radius:8px;display:flex;height:40px;justify-content:center;min-width:40px;width:40px}.value-card svg{color:var(--accent-blue)}.value-card h4{font-size:1rem;margin-bottom:.25rem}.value-card p{color:var(--text-grey);font-size:.95rem}.stats-card{align-items:center;background:linear-gradient(135deg,#4a90ff1a,#8b5cf61a);border:1px solid #4a90ff33;border-radius:24px;display:flex;justify-content:center;overflow:hidden;padding:3rem;position:relative}.decorative-circle{border-radius:50%;filter:blur(64px);opacity:.4;position:absolute}.decorative-circle.top-right{background:var(--accent-blue);height:96px;right:-48px;top:-48px;width:96px}.decorative-circle.bottom-left{background:var(--accent-purple);bottom:-64px;height:128px;left:-64px;width:128px}.stats-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;position:relative;width:100%;z-index:1}.stat-item{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:var(--muted-foreground);font-size:.875rem}@media (max-width:1023px){.about-layout{gap:3rem;grid-template-columns:1fr}.stats-card{order:-1}}@media (max-width:767px){.about{padding:4rem 0}.stats-grid{gap:2rem;grid-template-columns:1fr}.stat-number{font-size:2rem}}.contact{padding:6rem 0}.contact h2{margin-bottom:3rem}.contact-info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.info-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.info-card:hover{background:#ffffff0d;border-color:#4a90ff4d}.info-card svg{color:var(--accent-blue);margin-bottom:1rem}.info-card h4{font-size:1.125rem;margin-bottom:.5rem}.info-card p{color:var(--text-grey);font-size:1rem}.contact-form{margin:0 auto;max-width:56rem;padding:3rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{color:var(--text-light);font-size:.875rem;font-weight:600}.form-field input,.form-field textarea{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;color:var(--text-light);font-family:inherit;font-size:1rem;padding:.875rem;transition:all .3s ease}.form-field input:focus,.form-field textarea:focus{background:#ffffff14;border-color:var(--accent-blue);outline:none}.form-field textarea{min-height:120px;resize:vertical}.phone-input-group{display:flex;gap:.75rem}.country-code-select{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;color:var(--text-light);cursor:pointer;flex-shrink:0;font-family:inherit;font-size:1rem;padding:.875rem;transition:all .3s ease;width:200px}.country-code-select:focus{background:#ffffff14;border-color:var(--accent-blue);outline:none}.phone-number-input{flex:1 1}.form-checkbox{align-items:center;display:flex;gap:.75rem;margin:1.5rem 0}.form-checkbox input[type=checkbox]{cursor:pointer;height:18px;width:18px}.form-checkbox label{color:var(--text-grey);cursor:pointer;font-size:.875rem}.success-message{background:#22c55e1a;border:1px solid #22c55e4d;border-radius:.5rem;color:#22c55e}.error-message,.success-message{margin-top:1rem;padding:1rem;text-align:center}.error-message{background:#ef44441a;border:1px solid #ef44444d;border-radius:.5rem;color:#ef4444}@media (max-width:767px){.contact{padding:4rem 0}.contact-info-grid{gap:1rem;grid-template-columns:1fr}.contact-form{padding:2rem 1.5rem}.form-row{gap:1rem;grid-template-columns:1fr}}.footer{background:#0a0a23cc;border-top:1px solid #ffffff1a;padding:4rem 0 2rem}.footer-columns{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:3rem}.footer-brand h3{font-size:1.5rem;margin-bottom:1rem}.footer-brand p{color:var(--text-grey);font-size:.95rem;line-height:1.6}.footer-links h4,.footer-social h4{color:var(--text-light);font-size:1rem;margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:var(--text-grey);font-size:.95rem;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:var(--accent-blue);padding-left:4px}.social-icons{display:flex;gap:1rem}.social-icon{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;color:var(--text-light);display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-icon:hover{background:var(--accent-blue);border-color:var(--accent-blue);transform:translateY(-2px)}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:2rem;text-align:center}.footer-bottom p{color:var(--text-grey);font-size:.875rem}@media (max-width:1023px){.footer-columns{gap:2rem;grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (max-width:767px){.footer{padding:3rem 0 1.5rem}.footer-columns{gap:2rem;grid-template-columns:1fr}.footer-brand{grid-column:1}}
/*# sourceMappingURL=main.2b7bc131.css.map*/