:root{--brand-blue: #0ea5e9;--brand-indigo: #4f46e5;--text-white: #ffffff;--text-gray: #d1d5db;--gray-700: #374151;--gray-500: #6b7280;--gray-900: #111827}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;overflow-x:hidden;line-height:1.7}html{scroll-behavior:smooth}h1,h2,h3,h4{font-weight:400;line-height:1.2}h1{font-size:clamp(48px,7vw,72px);margin-bottom:24px}h2{font-size:clamp(36px,5vw,56px);margin-bottom:20px}h3{font-size:clamp(24px,3vw,32px);margin-bottom:16px}p{line-height:1.8;color:#fffc;margin-bottom:20px}#canvas-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;transition:opacity .5s ease}.hero-canvas{display:block;width:100%;height:100%}.hero{position:relative;min-height:100vh;padding-top:120px;display:flex;align-items:center;justify-content:center;background-color:#1a1f2c;color:#fff;overflow:hidden;isolation:isolate}.container{max-width:1200px;width:100%;margin:0 auto;padding:6rem 1.5rem 4rem;position:relative;z-index:10;animation:fadeInUp 1s ease-out .4s backwards}.content{max-width:56rem;margin:0 auto;text-align:center}.hero-subtitle{margin-top:4rem;margin-bottom:.5rem;color:#d1d5db;animation:fadeInUp 1s ease-out .4s backwards}.pill-badge{display:inline-block;padding:.5rem 1rem;border-radius:9999px;background:#ffffff1a;color:#fff;font-size:.75rem;font-weight:300;line-height:1.25rem;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);margin-bottom:.5rem;animation:fadeInUp 1s ease-out .4s backwards}.hero-title{font-size:2rem;font-weight:400;color:#fff;margin-bottom:1.5rem;line-height:1.2;word-wrap:break-word;animation:fadeInUp 1s ease-out .4s backwards}.gradient-text{background:linear-gradient(135deg,#0ea5e9,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.125rem;color:#d1d5db;margin-bottom:2rem;line-height:1.75}.buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-top:0}.btn{padding:18px 36px;font-size:14px;font-weight:600;letter-spacing:.5px;border-radius:6px;text-decoration:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px;animation:fadeInUp 1s ease-out .4s backwards}.btn-hero-primary{background:var(--brand-blue);color:var(--text-white);padding:18px 44px;border-radius:4px;text-decoration:none;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.btn-outline{background:transparent;color:var(--brand-blue);border:1px solid var(--brand-blue);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(max-width:768px){.scroll-indicator{top:40rem;bottom:auto}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(min-width:640px){.pill-badge{font-size:.875rem;padding:.625rem 1.25rem}.hero-title{font-size:2.5rem;line-height:1.15}.subtitle{font-size:1.125rem;line-height:1.7}.container{padding:8rem 2rem 5rem}}@media(max-width:768px){.content{padding:80px 0}.hero-subtitle{margin-top:20px;margin-bottom:0}}@media(min-width:768px){.hero-title{font-size:3.25rem;line-height:1.1}.subtitle{font-size:1.125rem;margin-bottom:2.5rem}.buttons{flex-direction:row;gap:1rem}.btn{width:auto;max-width:none;font-size:1rem}.container{padding:10rem 2rem 6rem}.scroll-indicator{bottom:2rem}.scroll-btn{width:3rem;height:3rem}.scroll-btn svg{width:1.5rem;height:1.5rem}}@media(min-width:1024px){.hero-title{font-size:4rem;line-height:1.05}.subtitle{font-size:1.25rem;line-height:1.75}.container{padding:12rem 2rem 6rem}}@media(min-width:1280px){.hero-title{font-size:4.5rem;line-height:1.01}.container{padding:12rem 3rem 8rem}}@media(max-width:374px){.hero-title{font-size:1.75rem}.pill-badge{font-size:.7rem;padding:.4rem .8rem}.subtitle{font-size:.9375rem}.btn{font-size:.875rem;padding:.75rem 1.5rem}.container{padding:5rem 1rem 3rem}}@media(max-height:600px)and (orientation:landscape){.container{padding:3rem 1.5rem 2rem}.hero-title{font-size:2rem;margin-bottom:1rem}.subtitle{font-size:.9375rem;margin-bottom:1.5rem}.scroll-indicator{bottom:1rem}.scroll-btn{width:2rem;height:2rem}.scroll-btn svg{width:1rem;height:1rem}}.gradient-text{background-image:linear-gradient(to right,var(--brand-blue),var(--brand-indigo));background-clip:text;-webkit-background-clip:text;color:transparent}.demo-content{min-height:50vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:700}.contact-section{background:#fff;padding:50px 0}.contact-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media(max-width:1024px){.contact-grid{grid-template-columns:1fr}}.cf-form-group input.input-error{border-color:#e63946}.cf-error-text,.error-text{color:#e63946;font-size:.85rem;margin-top:4px;display:none}.cf-error-text.visible{display:block}.contact-info h2{margin-bottom:1.5rem}.contact-description{font-size:1.125rem;color:#676c75;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.icon-box{width:40px;height:40px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon-box.indigo{background:#4f46e51a;color:#4f46e5}.icon-box.blue{background:#2563eb1a;color:#2563eb}.contact-item h3{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.contact-item p,.contact-item a{color:#6b7280;text-decoration:none}.contact-item a:hover{color:#4f46e5}.commitment-card{background:#fff;padding:1.5rem;border-radius:.75rem;color:#4b5563}.commitment-card h3{font-size:1.25rem;margin-bottom:.75rem;color:#000}.contact-form-wrapper{background:#fff;padding:2rem;border-radius:.75rem;border:1px solid #e5e7eb}.contact-form-wrapper h3{font-size:1.5rem;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-size:.875rem;font-weight:500;margin-bottom:.25rem;display:block}.form-group input,.form-group textarea{width:100%;padding:.75rem;border-radius:.5rem;border:1px solid #d1d5db;font-size:.95rem}.form-group textarea{min-height:150px;resize:vertical;font-family:Inter,sans-serif}.submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.55rem;border-radius:.5rem;border:none;background:var(--brand-indigo);color:#fff;font-weight:300;cursor:pointer}.submit-btn:hover{background:#4f46e5e6}.partners-section{background:#fff;padding:50px 0}.container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.partners-header{max-width:48rem;margin:0 auto 4rem;text-align:center}.partners-header h2{margin-bottom:1.5rem}.partners-header p{font-size:1.125rem;color:#6b7280}.partners-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:768px){.partners-grid{grid-template-columns:1fr}}.partner-card{background:#f9fafb;border-radius:.75rem;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease}.partner-card:hover{box-shadow:0 10px 25px #00000014}.card-image{height:12rem;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.partner-card:hover img{transform:scale(1.05)}.card-body{padding:1.5rem}.card-body h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.card-body p{color:#6b7280;text-align:justify}.approach-wrapper{margin-top:4rem}.approach-card{background:#1e293b;border-radius:.75rem;padding:3rem;border:1px solid #334155}.approach-card h3{text-align:center;font-size:1.75rem;font-weight:600;margin-bottom:3rem;color:#fff}.stats-grid{margin-top:3rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-number.indigo{color:#6366f1}.stat-number.blue{color:#3b82f6}.stat-label{font-size:.9375rem;color:#94a3b8;font-weight:500}.why-section{background:#f9fafb;padding:50px 0}.why-grid{display:flex;gap:3rem;align-items:center}@media(max-width:1024px){.why-grid{flex-direction:column}}.why-grid{display:flex;align-items:center;gap:4rem}.why-content{flex:0 0 42%;display:flex;justify-content:flex-start}.why-carousel{flex:0 0 58%}.content-inner{max-width:520px;margin-left:0;margin-right:auto}.why-content h2{margin-bottom:1.5rem}.subtitle{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.feature-card{background:#fff;border-radius:.5rem;padding:1rem 1.25rem;box-shadow:0 1px 3px #0000000d}.feature-card h4{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#1f2937}.feature-card p{font-size:.875rem;color:#6b7280;margin-bottom:0}.carousel-wrapper{position:relative}.carousel-glow{position:absolute;inset:-16px;background:linear-gradient(90deg,rgba(var(--brand-blue-rgb),.2),rgba(var(--brand-indigo-rgb),.2));border-radius:24px;filter:blur(20px);z-index:0}.carousel{position:relative;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #00000040;z-index:1}.carousel-image{position:relative;height:450px}.carousel-image img{width:100%;height:100%;object-fit:cover;transition:opacity .5s ease}.carousel-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(11,18,32,.9),rgba(11,18,32,.5),transparent);display:flex;align-items:flex-end}.carousel-content{padding:32px;color:#fff}.carousel-header{display:flex;align-items:center;margin-bottom:16px}.carousel-icon{width:64px;height:64px;background:#6366f133;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:16px}.carousel-icon svg{width:24px;height:24px;stroke:#fff}.carousel-content h3{font-size:1.5rem;font-weight:700}.carousel-content p{font-size:1.125rem;color:#e5e7eb;line-height:1.6}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#fff3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:50%;border:none;color:#fff;font-size:20px;cursor:pointer;transition:background .2s}.carousel-nav:hover{background:#ffffff4d}.carousel-nav.left{left:16px}.carousel-nav.right{right:16px}.carousel-dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px}.carousel-dots button{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer}.carousel-dots button.active{background:#fff}@media(max-width:768px){.carousel-slide img{height:280px}}@media(max-width:1024px){.why-grid{flex-direction:column;align-items:center}.why-content,.why-carousel{flex:0 0 100%}.content-inner{max-width:100%}}.delay-600{transition-delay:.6s}.services-section{position:relative;padding:50px 0;overflow:hidden}.services-section .bg-grid{position:absolute;inset:0;background-color:#1a1f2c}.container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:2}.section-header-tech{max-width:720px;margin:0 auto 64px;text-align:center}.section-header-tech h2{color:#fff;margin-bottom:24px}.section-header-tech p{font-size:1.125rem;color:#d1d5db}#services .cta{text-align:center;margin-top:5%}.tech-service-card{background-color:#252a37;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;padding:32px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.tech-service-card:hover{border-color:#fff3;transform:translateY(-4px);border:1px solid #e5e7eb}.icon-box{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,var(--brand-blue),var(--brand-indigo));display:flex;align-items:center;justify-content:center;margin-bottom:24px}.icon-box i{font-size:24px}.tech-service-card h3{font-size:1.25rem;font-weight:600;margin-bottom:16px;color:#fff}.tech-service-card p{color:#d1d5db;margin-bottom:24px;line-height:1.6}.learn-more{color:var(--brand-blue);text-decoration:none;font-weight:500}.learn-more:hover{opacity:.8}#why-choose-us .cta{margin-top:64px;text-align:left}.our-mission{background-color:#252a37;color:#fff;padding:1rem;border-radius:15px;text-align:center}.our-mission h3{font-size:25px}.our-mission p{color:#d1d5db}.cta-button{left:0;display:inline-block;padding:10px 20px;border-radius:10px;background:var(--brand-indigo);color:#fff;text-decoration:none;font-weight:600}.cta-button:hover{background-color:#4f46e5e6;color:#fff}.what-section{background:#fff;padding:50px 0}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.section-header{margin:0 auto 4rem;max-width:48rem}.section-header h2{max-width:48rem;text-align:center;margin-bottom:1.5rem}.section-header p{text-align:center;margin-bottom:24px;font-size:1.125rem;color:#6b7280}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}.services-grid a{text-decoration:none}@media(max-width:768px){.services-grid{grid-template-columns:1fr}}.tech-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:768px){.tech-services-grid{grid-template-columns:1fr;gap:2rem}.section-header h2{white-space:normal}}.service-card{background:#252a37;border-radius:.75rem;padding:2rem;border:1px solid #e5e7eb;transition:box-shadow .3s ease}.service-card:hover{box-shadow:0 10px 25px #00000014}.service-card .icon-box{width:56px;height:56px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--brand-blue),var(--brand-indigo));color:#fff}.service-card h3{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.service-card p{color:#d1d5db;text-align:left;margin-bottom:24px}.reveal,.reveal-slide{opacity:0;transform:translateY(20px);transition:all .6s ease}.reveal.active,.reveal-slide.active{opacity:1;transform:translateY(0)}.delay-200{transition-delay:.2s}.delay-400{transition-delay:.4s}.industries-section{background:#1a1f2c;padding:50px 0;position:relative}.industries-container{max-width:1400px;margin:0 auto;padding:0 2rem}.industries-header{text-align:center;margin-bottom:4rem}.industries-header h2{color:#fff;margin-bottom:1rem;line-height:1.2}.gradient-text{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.industries-header p{font-size:1.125rem;color:#d1d5db;max-width:700px;margin:0 auto;line-height:1.6}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1300px;margin:0 auto}@media(min-width:768px){.industries-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.industries-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.industries-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem}.industry-card:nth-child(1){grid-column:span 2}.industry-card:nth-child(2){grid-column:span 2}.industry-card:nth-child(3){grid-column:span 2}.industry-card:nth-child(4){grid-column:2 / span 2}.industry-card:nth-child(5){grid-column:4 / span 2}}.industry-card{position:relative;background:#252a37;border-radius:1rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);text-decoration:none;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.1)}.industry-image-wrapper{position:relative;width:100%;height:240px;overflow:hidden;background:#f1f5f9}.industry-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.industry-card:hover .industry-image{transform:scale(1.08)}.industry-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(15,23,42,.4) 100%);transition:opacity .4s ease}.industry-card:hover .industry-overlay{opacity:.7}.industry-content{padding:1.75rem;display:flex;flex-direction:column;flex-grow:1}.title-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.industry-icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:.75rem;display:flex;align-items:center;justify-content:center;transition:all .4s ease;flex-shrink:0}.industry-icon svg{color:#fff;width:24px;height:24px}.industry-content h3{font-size:20px;font-weight:700;color:#fff;line-height:1.3;margin:0}.industry-content p{color:#fff}.industry-card a{color:#0ea5e9;text-decoration:none}@media(max-width:1024px){.industries-section{padding:4rem 0}.industries-header h2{font-size:2.25rem}.industries-grid{gap:1.5rem}}@media(max-width:768px){.industries-container{padding:0 1.5rem}.industries-header{margin-bottom:3rem}.industries-header h2{font-size:2rem}.industries-header p{font-size:1rem}.industries-grid{grid-template-columns:1fr;gap:1.25rem}.industry-image-wrapper{height:200px}.industry-content{padding:1.5rem}.industry-content h3{font-size:1.25rem}}@media(max-width:480px){.industries-section{padding:3rem 0}.industries-container{padding:0 1rem}.industries-header h2{font-size:1.75rem}.industry-image-wrapper{height:180px}.industry-content{padding:1.25rem}}.form-message{font-size:14px;display:none}.form-message.success{color:#16a34a}.form-message.error{color:#dc2626}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.form-group input.input-error,.form-group textarea.input-error{border:1px solid #e63946}.error-text{display:none;color:#e63946;font-size:12px;margin-top:4px}.error-text.visible{display:block}
