:root{color:#0f172a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--text:#475569;--text-h:#0f172a;--accent:#6d28d9;--accent-bg:#6d28d91a;background:#f7f9fd;font-family:Inter,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5}.service-image{border-radius:12px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;color:var(--text);background:linear-gradient(#f8fbff 0%,#f2f6ff 100%);margin:0}#root{min-height:100vh}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}.container{width:min(1120px,100% - 2rem);margin:0 auto}.stats-grid{grid-template-columns:repeat(4,1fr);align-items:center;gap:1rem;display:grid}.stat-item{text-align:center;background:#fff;border-radius:12px;padding:1rem;box-shadow:0 6px 18px #1018280f}.stat-item strong{color:var(--text-h);font-size:1.25rem;display:block}.testimonials-shell{gap:1rem;min-height:120px;display:flex;position:relative;overflow:hidden}.testimonial{opacity:0;background:#fff;border-radius:12px;flex:0 0 100%;padding:1.25rem;transition:all .45s;transform:translateY(8px);box-shadow:0 8px 24px #0206170f}.testimonial.active{opacity:1;transform:none}.testimonial footer{align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.accordion{max-width:900px}.accordion-item{border-bottom:1px solid #0f172a0f}.accordion-toggle{cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:1rem 0;font-weight:600;display:flex}.accordion-panel{opacity:0;max-height:0;transition:max-height .32s,opacity .28s;overflow:hidden}.accordion-item.open .accordion-panel{opacity:1;max-height:400px;padding-bottom:1rem}@media (width<=768px){.stats-grid{grid-template-columns:repeat(2,1fr)}.testimonials-shell{min-height:160px}}.contact-card{background:linear-gradient(#fff,#fbfcff);border-radius:14px;padding:1.25rem;box-shadow:0 10px 30px #0206170f}.contact-grid{grid-template-columns:1fr 480px;align-items:start;gap:1.25rem;display:grid}.contact-info .eyebrow{color:var(--accent);margin-bottom:.5rem;font-weight:700}.contact-info h2{color:var(--text-h);margin:.25rem 0 .75rem}.contact-list p{align-items:center;gap:.5rem;margin:.5rem 0;display:flex}.contact-form{flex-direction:column;gap:.75rem;display:flex}.contact-form .form-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.contact-form input,.contact-form textarea{border:1px solid #0f172a0f;border-radius:8px;width:100%;padding:.75rem;font-size:.95rem}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid #6d28d91f;box-shadow:0 0 0 3px #6d28d90f}.contact-form .form-actions{align-items:center;gap:.75rem;display:flex}.contact-form .sent-note{color:var(--text-h);font-size:.9rem}@media (width<=980px){.contact-grid,.contact-form .form-row{grid-template-columns:1fr}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.topbar{z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#060c22e6;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.brand-link{color:#fff;align-items:center;gap:.75rem;text-decoration:none;display:flex}.brand-link strong{font-size:1rem;display:block}.brand-link small{color:var(--text);font-size:.8rem;display:block}.brand-mark{color:#fff;letter-spacing:.1em;background:linear-gradient(135deg,#0ea5e9,#7c3aed);border-radius:1rem;place-items:center;width:3rem;height:3rem;font-weight:800;display:grid}.nav-links{flex-wrap:wrap;gap:1.1rem;display:flex}.nav-links a{color:#fffc;border-radius:999px;padding:.5rem .75rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.nav-links a:hover,.nav-links a.active{color:#fff;background:#4f46e52e}.btn-ghost{color:#fff;background:#ffffff0f;border:1px solid #ffffff2e}.hero-section,.section,.stats-section,.contact-section{padding:5rem 0}.hero-section{padding-top:3rem}.hero-description,.section-description,.card p,.contact-card p,.overview-card li,.panel-card p{color:var(--text);line-height:1.75}.hero-actions,.contact-actions{flex-wrap:wrap;gap:1rem;margin:1.5rem 0;display:flex}.btn{border-radius:999px;align-items:center;gap:.55rem;padding:.9rem 1.2rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg, var(--accent), #7c3aed);color:#fff;box-shadow:0 18px 35px #6c2bff2e}.btn-secondary{color:var(--text-h);background:#fff;border:1px solid #0f172a1a}.hero-highlights{flex-wrap:wrap;gap:.75rem 1rem;margin:0;padding:0;list-style:none;display:flex}.hero-highlights li{color:var(--text-h);align-items:center;gap:.45rem;display:inline-flex}.hero-panel{justify-content:center;display:flex}.panel-card,.contact-card,.overview-card,.card,.stat-item{background:#ffffffe0;border:1px solid #0f172a14;border-radius:1.3rem;box-shadow:0 16px 40px #0f172a0d}.panel-card{width:min(100%,21rem);padding:2rem}.panel-label,.eyebrow{text-transform:uppercase;letter-spacing:.24em;color:var(--accent);margin-bottom:.75rem;font-size:.76rem;font-weight:700}.panel-card h3,.card h3,.overview-card h3,.contact-card h2{color:var(--text-h);margin:0 0 .8rem}.section-title{max-width:42rem;margin-bottom:2rem}.section-title.center{text-align:center;margin-inline:auto}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;display:grid}.card{padding:1.4rem}.card-icon{background:var(--accent-bg);width:2.7rem;height:2.7rem;color:var(--accent);border-radius:.85rem;place-items:center;margin-bottom:1rem;display:inline-grid}.alt-section{background:linear-gradient(#f7faffb3,#0000)}.overview-shell{gap:1.4rem;display:grid}.overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;display:grid}.overview-card{padding:1.5rem}.overview-card ul,.contact-list{gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.overview-card li,.contact-list p{align-items:center;gap:.6rem;display:flex}.accent-card{color:#fff;background:linear-gradient(135deg,#6c2bfff2,#3b82f6e6)}.accent-card h3,.accent-card li{color:#fff}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.stat-item{text-align:center;padding:1.5rem}.stat-item strong{color:var(--text-h);margin-bottom:.4rem;font-size:1.6rem;display:block}.contact-card{grid-template-columns:1.1fr .9fr;gap:1.5rem;padding:2rem;display:grid}.site-footer{text-align:center;color:var(--text);padding:2rem 1.5rem 3rem}@media (width<=900px){.hero-shell,.overview-grid,.card-grid,.stats-grid,.contact-card{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start;gap:.9rem}}@media (width<=640px){.hero-section,.section,.stats-section,.contact-section{padding:3.5rem 0}.topbar{flex-direction:column;align-items:stretch;padding:1rem}.nav-links{gap:.5rem}}.dark-hero{color:#fff;background:radial-gradient(circle at 0 0,#0ea5e924,#0000 22%),radial-gradient(circle at 100% 0,#7c3aed1f,#0000 20%),linear-gradient(#030712 0%,#07121f 100%);padding:6rem 0 2rem}.hero-shell{grid-template-columns:1.1fr 1fr;align-items:start;gap:2rem;display:grid}.hero-copy{flex-direction:column;gap:1.5rem;display:flex}.hero-label{color:#5eead4;letter-spacing:.12em;text-transform:uppercase;background:#10b9811f;border-radius:999px;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.hero-copy h1{margin:0;font-size:clamp(3rem,5vw,4.6rem);line-height:1.02}.hero-copy h1 span{color:#38bdf8;display:block}.hero-description{color:#f1f5f9cc;max-width:42rem;font-size:1.05rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#0ea5e9,#22d3ee);box-shadow:0 20px 45px #0ea5e93d}.btn-outline{color:#fff;background:#ffffff0a;border:1px solid #ffffff29}.hero-image-shell{gap:1rem;display:grid}.hero-image-panel{background:linear-gradient(#080f24e6,#0a1931b3);border:1px solid #ffffff14;border-radius:2rem;min-height:38rem;position:relative;overflow:hidden}.hero-image-overlay{pointer-events:none;background:radial-gradient(circle at 30% 20%,#38bdf840,#0000 22%),radial-gradient(circle at 70% 30%,#6366f12e,#0000 18%);position:absolute;inset:0}.hero-image-placeholder{color:#fff3;letter-spacing:.12em;text-transform:uppercase;place-items:center;min-height:38rem;font-size:.95rem;display:grid;position:relative}.hero-category-list{gap:1rem;display:grid}.hero-category-card{color:#f1f5f9e6;background:#ffffff0d;border:1px solid #ffffff14;border-radius:1.5rem;padding:1rem 1.1rem}.hero-category-title{color:#38bdf8;letter-spacing:.08em;margin-bottom:.85rem;font-size:.85rem;font-weight:700;display:block}.hero-category-card ul{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.hero-category-card li{color:#f1f5f9bf;align-items:center;gap:.6rem;font-size:.95rem;display:flex}.hero-bottom{margin-top:2rem}.hero-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.hero-stat-card{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:1.5rem;padding:1.2rem 1.4rem}.hero-stat-card strong{margin-bottom:.4rem;font-size:1.7rem;display:block}.hero-services-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;display:grid}.service-feature-card{background:#ffffff0d;border:1px solid #ffffff14;border-radius:1.25rem;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.feature-icon{color:#38bdf8;background:#0ea5e926;border-radius:1rem;place-items:center;width:2.8rem;height:2.8rem;display:grid}.service-feature-card h3{color:#fff;margin:0;font-size:.98rem}.service-feature-card p{color:#f1f5f9bf;margin:.25rem 0 0;font-size:.92rem}@media (width<=1024px){.hero-shell,.hero-stats,.hero-services-row{grid-template-columns:1fr}}@media (width<=640px){.hero-actions{flex-direction:column}}@media (width<=900px){.hero-shell,.overview-grid,.card-grid,.stats-grid,.contact-card{grid-template-columns:1fr}}@media (width<=640px){.hero-shell{gap:1.4rem}.hero-grid{grid-template-columns:1fr}}.clients-section{background:linear-gradient(#f8fbff 0%,#f0f4ff 100%);padding:5rem 0;overflow:hidden}.clients-section .section-title{text-align:center;margin-inline:auto;max-width:52rem;margin-bottom:3rem}.client-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.client-logo-card{cursor:default;background:#fff;border:1px solid #0f172a12;border-radius:1.25rem;flex-direction:column;align-items:center;gap:.9rem;margin:0;padding:1.6rem 1.2rem;transition:box-shadow .3s,border-color .3s;display:flex;box-shadow:0 8px 28px #0f172a0a}.client-logo-card:hover{border-color:#6d28d926;box-shadow:0 18px 48px #6d28d91a}.client-logo-mark{filter:grayscale(.5);border:1px solid #0000;border-radius:1rem;flex-shrink:0;place-items:center;width:4rem;height:4rem;transition:filter .3s,transform .3s;display:grid}.client-logo-card:hover .client-logo-mark{filter:grayscale(0);transform:scale(1.08)}.client-logo-initials{letter-spacing:.04em;font-size:.85rem;font-weight:800}.client-logo-caption{text-align:center;flex-direction:column;align-items:center;gap:.2rem;display:flex}.client-logo-name{color:var(--text-h);font-size:.95rem;font-weight:700}.client-logo-sector{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:600}.client-logo-tagline{color:var(--text);font-size:.78rem}.client-carousel-wrapper{width:100%;display:none;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000);mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000)}.client-carousel-track{gap:1rem;width:max-content;animation:28s linear infinite carouselScroll;display:flex}.client-carousel-item{background:#fff;border:1px solid #0f172a12;border-radius:1rem;flex-direction:column;flex-shrink:0;align-items:center;gap:.5rem;padding:1rem 1.4rem;display:flex}@keyframes carouselScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonials-section{background:linear-gradient(#f7faffcc 0%,#f0f5ff99 100%);padding:5rem 0}.testimonials-section .section-title{text-align:center;margin-inline:auto;max-width:52rem;margin-bottom:3rem}.testimonial-slider{align-items:center;gap:1rem;max-width:800px;margin:0 auto 2rem;display:flex;position:relative}.testimonial-viewport{flex:1;align-items:center;min-height:300px;display:flex;overflow:hidden}.testimonial-card{background:#fff;border:1px solid #0f172a12;border-radius:1.5rem;width:100%;padding:2.5rem 2.8rem;position:relative;overflow:hidden;box-shadow:0 20px 60px #0f172a12}.testimonial-card:before{content:"";background:linear-gradient(90deg,#6d28d9,#0ea5e9,#22d3ee);border-radius:1.5rem 1.5rem 0 0;height:3px;position:absolute;top:0;left:0;right:0}.testimonial-stars{gap:.3rem;margin-bottom:1.25rem;display:flex}.testimonial-quote{color:var(--text-h);margin:0 0 2rem;font-size:1.05rem;font-style:italic;line-height:1.8}.testimonial-quote-mark{vertical-align:-1rem;color:var(--accent);opacity:.22;margin-right:.12rem;font-family:Georgia,serif;font-size:3rem;font-style:normal;line-height:0}.testimonial-quote-mark--close{vertical-align:-1.2rem;margin-left:.12rem;margin-right:0}.testimonial-author{align-items:center;gap:1rem;display:flex}.testimonial-avatar{color:#fff;background:linear-gradient(135deg,#6d28d9,#0ea5e9);border-radius:50%;flex-shrink:0;place-items:center;width:3rem;height:3rem;font-size:.82rem;font-weight:700;display:grid}.testimonial-author-info{flex-direction:column;gap:.15rem;display:flex}.testimonial-author-name{color:var(--text-h);font-size:.95rem;font-weight:700}.testimonial-author-title{color:var(--text);font-size:.8rem}.testimonial-author-company{color:var(--accent);font-size:.78rem;font-weight:600}.testimonial-nav{cursor:pointer;width:2.8rem;height:2.8rem;color:var(--text-h);background:#fff;border:1px solid #0f172a1a;border-radius:50%;flex-shrink:0;place-items:center;transition:background .2s,transform .2s,box-shadow .2s;display:grid;box-shadow:0 4px 14px #0f172a12}.testimonial-nav:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:scale(1.08);box-shadow:0 8px 22px #6d28d938}.testimonial-dots{justify-content:center;gap:.5rem;display:flex}.testimonial-dot{cursor:pointer;background:#6d28d933;border:none;border-radius:999px;width:.5rem;height:.5rem;padding:0;transition:background .25s,width .25s}.testimonial-dot--active{background:var(--accent);width:1.6rem}.industries-section{background:#fff;padding:5rem 0}.industries-section .section-title{text-align:center;margin-inline:auto;max-width:52rem;margin-bottom:3rem}.industries-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.industry-card{cursor:default;background:#fff;border:1px solid #0f172a12;border-radius:1.5rem;flex-direction:column;gap:1rem;padding:2rem 1.75rem 1.75rem;transition:box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0f172a0a}.industry-card:hover{box-shadow:0 24px 64px #0f172a1a}.industry-icon-wrap{border:1px solid #0000;border-radius:1rem;place-items:center;width:3.5rem;height:3.5rem;transition:transform .3s;display:grid}.industry-card:hover .industry-icon-wrap{transform:scale(1.1)rotate(-4deg)}.industry-body{flex:1}.industry-accent-bar{opacity:0;border-radius:0 0 1.5rem 1.5rem;height:3px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.industry-card:hover .industry-accent-bar{opacity:1}.process-section{background:linear-gradient(#f7faffe6 0%,#f0f4ff 100%);padding:5rem 0;overflow:hidden}.process-section .section-title{text-align:center;margin-inline:auto;max-width:52rem;margin-bottom:3.5rem}.process-timeline-rail{pointer-events:none;max-width:1120px;margin:0 auto -2rem;padding:0 .5rem;position:relative}.process-timeline-line{background:linear-gradient(90deg,#0000,#6d28d955,#0ea5e955,#0000);border-radius:1px;height:2px}.process-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.process-step{cursor:default;background:#fff;border:1px solid #0f172a12;border-radius:1.5rem;flex-direction:column;gap:1rem;padding:2rem 1.75rem 1.75rem;transition:box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 28px #0f172a0a}.process-step:hover{box-shadow:0 20px 56px #0f172a17}.process-step-top{align-items:center;gap:1rem;display:flex}.process-number{color:#fff;letter-spacing:.05em;border-radius:.7rem;flex-shrink:0;place-items:center;min-width:2.4rem;height:2.4rem;font-size:.78rem;font-weight:800;display:grid}.process-icon-wrap{border:1px solid #0000;border-radius:1rem;place-items:center;width:3.2rem;height:3.2rem;transition:transform .3s;display:grid}.process-step:hover .process-icon-wrap{transform:scale(1.1)}.process-body{flex:1}.process-title{color:var(--text-h);margin:0 0 .5rem;font-size:1rem;font-weight:700}.process-desc{color:var(--text);margin:0;font-size:.88rem;line-height:1.7}.process-step-bar{opacity:0;border-radius:0 0 1.5rem 1.5rem;height:3px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.process-step:hover .process-step-bar{opacity:1}.features-section{background:#fff;padding:5rem 0}.features-section .section-title{text-align:center;margin-inline:auto;max-width:52rem;margin-bottom:3rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-card{cursor:default;background:#fff;border:1px solid #0f172a12;border-radius:1.5rem;flex-direction:column;gap:1rem;padding:2.2rem 2rem;transition:box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 28px #0f172a0a}.feature-card:hover{border-color:#6d28d91f;box-shadow:0 24px 64px #0f172a17}.feature-icon-wrap{border:1px solid #0000;border-radius:1rem;place-items:center;width:3.5rem;height:3.5rem;transition:transform .3s;display:grid}.feature-card:hover .feature-icon-wrap{transform:scale(1.1)rotate(-4deg)}.feature-title{color:var(--text-h);margin:0;font-size:1.05rem;font-weight:700}.feature-desc{color:var(--text);margin:0;font-size:.9rem;line-height:1.7}.feature-glow{pointer-events:none;opacity:0;transition:opacity .4s;position:absolute;inset:0}.feature-card:hover .feature-glow{opacity:1}.cta-section{padding:5rem 0;overflow:hidden}.cta-banner{text-align:center;background:linear-gradient(135deg,#3b0764 0%,#1e1b4b 30%,#0c1a3a 60%,#0f2553 100%);border-radius:2rem;padding:5rem 4rem;position:relative;overflow:hidden;box-shadow:0 40px 100px #6d28d940}.cta-blob{filter:blur(60px);pointer-events:none;border-radius:50%;position:absolute}.cta-blob--1{background:#6d28d959;width:420px;height:420px;animation:9s ease-in-out infinite blobFloat1;top:-140px;left:-80px}.cta-blob--2{background:#0ea5e947;width:320px;height:320px;animation:11s ease-in-out infinite blobFloat2;bottom:-80px;right:-60px}.cta-blob--3{background:#22d3ee33;width:200px;height:200px;animation:7s ease-in-out infinite reverse blobFloat1;top:30%;right:20%}@keyframes blobFloat1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.06)}66%{transform:translate(-20px,15px)scale(.96)}}@keyframes blobFloat2{0%,to{transform:translate(0)scale(1)}40%{transform:translate(-25px,20px)scale(1.08)}70%{transform:translate(20px,-10px)scale(.94)}}.cta-dots{pointer-events:none;background-image:radial-gradient(#ffffff12 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.cta-content{z-index:2;max-width:700px;margin:0 auto;position:relative}.cta-eyebrow{color:#7dd3fc;letter-spacing:.2em;text-transform:uppercase;background:#ffffff1a;border:1px solid #ffffff24;border-radius:999px;margin-bottom:1.5rem;padding:.45rem 1.2rem;font-size:.76rem;font-weight:700;display:inline-block}.cta-headline{color:#fff;letter-spacing:-.02em;margin:0 0 1.5rem;font-size:clamp(1.8rem,3.5vw,2.9rem);font-weight:800;line-height:1.12}.cta-headline-accent{background:linear-gradient(90deg,#38bdf8,#a78bfa,#34d399);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.cta-subtext{color:#f1f5f9b8;margin:0 0 2.5rem;font-size:1rem;line-height:1.75}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-btn{border-radius:999px;align-items:center;gap:.55rem;padding:.9rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.cta-btn:hover{transform:translateY(-2px)}.cta-btn--primary{color:#fff;background:linear-gradient(135deg,#0ea5e9,#22d3ee);box-shadow:0 12px 32px #0ea5e959}.cta-btn--primary:hover{box-shadow:0 18px 48px #0ea5e973}.cta-btn--ghost{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff2e}.cta-btn--ghost:hover{background:#ffffff24}.contact-section-new{background:linear-gradient(#f8fbff 0%,#f0f4ff 100%);padding:5rem 0}.contact-section-new .section-title{margin-bottom:3rem}.contact-layout{grid-template-columns:1fr 1.4fr;align-items:start;gap:2rem;display:grid}.contact-detail-card{background:#fff;border:1px solid #0f172a12;border-radius:1.25rem;padding:1.6rem 1.75rem;box-shadow:0 8px 28px #0f172a0a}.contact-panel-heading{color:var(--text-h);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.45rem;margin:0 0 1.2rem;font-size:.88rem;font-weight:700;display:flex}.contact-detail-icon{background:var(--accent-bg);width:2.2rem;height:2.2rem;color:var(--accent);border-radius:.6rem;flex-shrink:0;place-items:center;margin-top:.1rem;display:grid}a.contact-detail-value:hover{color:var(--accent)}.hours-list li{border-bottom:1px solid #0f172a0d;justify-content:space-between;padding:.6rem 0;font-size:.87rem;display:flex}.hours-list li:last-child{border-bottom:none}.hours-day{color:var(--text)}.hours-time{color:var(--text-h);font-weight:600}.contact-socials{gap:.65rem;display:flex}.contact-social-btn{background:var(--accent-bg);width:2.4rem;height:2.4rem;color:var(--accent);border-radius:.65rem;place-items:center;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:grid}.contact-social-btn:hover{background:var(--accent);color:#fff;transform:translateY(-3px)}.contact-map-placeholder{background:linear-gradient(135deg,#f0f4ff,#e8eeff);border:1px dashed #6d28d940;border-radius:1.25rem;place-items:center;min-height:150px;display:grid}.contact-map-inner{text-align:center;color:var(--accent);flex-direction:column;align-items:center;gap:.6rem;padding:1.5rem;display:flex}.contact-map-inner span{color:var(--text-h);font-size:.9rem;font-weight:600}.contact-map-link{color:var(--accent);border-bottom:1px solid #6d28d94d;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .2s}.contact-map-link:hover{color:#0ea5e9}.contact-form-panel{background:#fff;border:1px solid #0f172a12;border-radius:1.5rem;padding:2.4rem 2.6rem;box-shadow:0 20px 60px #0f172a0f}.contact-form-heading{color:var(--text-h);border-bottom:1px solid #0f172a0f;margin:0 0 1.8rem;padding-bottom:1rem;font-size:1.1rem;font-weight:700}.contact-form-new{flex-direction:column;gap:1.1rem;display:flex}.cf-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.cf-field{flex-direction:column;gap:.4rem;display:flex}.cf-label span{color:#ef4444;margin-left:.1rem}.cf-input{width:100%;color:var(--text-h);background:#fafbff;border:1.5px solid #0f172a1a;border-radius:.75rem;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.92rem;transition:border-color .2s,box-shadow .2s}.cf-input::placeholder{color:#94a3b8}.cf-input:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #6d28d914}.cf-field--error .cf-input{border-color:#ef4444;box-shadow:0 0 0 3px #ef44440f}.cf-error{color:#ef4444;align-items:center;gap:.35rem;font-size:.78rem;font-weight:500;display:flex}.cf-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6d28d9,#0ea5e9);border:none;border-radius:999px;justify-content:center;align-items:center;gap:.6rem;padding:.95rem 2rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex;box-shadow:0 12px 32px #6d28d940}.cf-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 44px #6d28d959}.cf-submit:disabled{opacity:.7;cursor:not-allowed}.cf-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:1rem;height:1rem;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.cf-privacy{color:#94a3b8;text-align:center;margin:0;font-size:.78rem}.contact-success{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.contact-success h3{color:var(--text-h);font-size:1.3rem;font-weight:700}.contact-success p{color:var(--text);max-width:340px;line-height:1.7}.contact-reset-btn{background:var(--accent-bg);color:var(--accent);cursor:pointer;border:none;border-radius:999px;padding:.7rem 1.6rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:background .2s,color .2s}.contact-reset-btn:hover{background:var(--accent);color:#fff}.site-footer-new{color:#f1f5f9bf;background:#07101f;padding-bottom:0}.footer-gradient-divider{background:linear-gradient(90deg,#6d28d9,#0ea5e9,#22d3ee,#6d28d9) 0 0/200% 100%;height:3px;animation:6s linear infinite gradientShift}@keyframes gradientShift{0%{background-position:0 0}to{background-position:200% 0}}.footer-main-grid{border-bottom:1px solid #ffffff12;grid-template-columns:1.8fr 1fr 1fr 1fr 1.4fr;gap:3rem;padding:4rem 0 3rem;display:grid}.footer-brand-mark{color:#fff;letter-spacing:.05em;background:linear-gradient(135deg,#6d28d9,#0ea5e9);border-radius:.85rem;flex-shrink:0;place-items:center;width:2.8rem;height:2.8rem;font-size:.78rem;font-weight:800;display:grid}.footer-brand-name{color:#fff;letter-spacing:.08em;font-size:1.05rem;font-weight:800;display:block}.footer-brand-tagline{color:#94a3b8d9;letter-spacing:.04em;font-size:.7rem;display:block}.footer-social-btn{color:#94a3b8e6;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:.6rem;place-items:center;width:2.2rem;height:2.2rem;text-decoration:none;transition:background .2s,color .2s,transform .2s,border-color .2s;display:grid}.footer-col-heading{color:#fff;text-transform:uppercase;letter-spacing:.14em;margin:0;font-size:.8rem;font-weight:700}.footer-link-arrow{opacity:0;flex-shrink:0;transition:opacity .2s}.footer-link:hover{color:#fff;gap:.5rem}.footer-link:hover .footer-link-arrow{opacity:1}.footer-newsletter-form{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;display:flex;overflow:hidden}.footer-newsletter-input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:.7rem .9rem;font-family:inherit;font-size:.84rem}.footer-newsletter-input::placeholder{color:#94a3b88c}.footer-newsletter-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#6d28d9,#0ea5e9);border:none;place-items:center;padding:.7rem .9rem;transition:opacity .2s;display:grid}.footer-newsletter-btn:hover{opacity:.85}.footer-subscribed{color:#4ade80;padding:.7rem 0;font-size:.85rem;font-weight:600}.footer-bottom-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:8px;display:flex}.footer-bottom-links{color:#94a3b866;align-items:center;gap:.75rem;font-size:.78rem;display:flex}@media (width<=1280px){.footer-main-grid{grid-template-columns:1.5fr 1fr 1fr 1fr 1.3fr;gap:2rem}.client-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=1024px){.client-grid{grid-template-columns:repeat(3,1fr)}.industries-grid,.process-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.contact-layout{grid-template-columns:1fr}.footer-main-grid{grid-template-columns:1fr 1fr 1fr;gap:2rem}.footer-brand-col,.footer-newsletter-col{grid-column:1/-1}.cta-banner{padding:4rem 3rem}}@media (width<=768px){.clients-section,.testimonials-section,.industries-section,.process-section,.features-section,.cta-section,.contact-section-new{padding:3.5rem 0}.client-grid{display:none}.client-carousel-wrapper{display:block}.industries-grid,.process-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.features-grid{grid-template-columns:1fr;gap:1rem}.testimonial-card{padding:2rem 1.75rem}.cta-banner{border-radius:1.5rem;padding:3.5rem 2rem}.cta-blob--1{width:280px;height:280px}.cta-blob--2{width:200px;height:200px}.cf-row{grid-template-columns:1fr}.contact-form-panel{padding:1.75rem 1.5rem}.footer-main-grid{grid-template-columns:1fr 1fr;gap:2rem;padding:3rem 0 2rem}.footer-brand-col,.footer-newsletter-col{grid-column:1/-1}.footer-bottom-bar{flex-direction:column;align-items:flex-start}}@media (width<=425px){.industries-grid,.process-grid,.features-grid{grid-template-columns:1fr}.testimonial-slider{gap:.5rem}.testimonial-nav{width:2.4rem;height:2.4rem}.testimonial-card{padding:1.75rem 1.25rem}.cta-banner{padding:2.5rem 1.4rem}.cta-headline{font-size:1.65rem}.cta-actions{flex-direction:column;align-items:stretch}.cta-btn{justify-content:center}.contact-form-panel{padding:1.5rem 1.25rem}.footer-main-grid{grid-template-columns:1fr}.footer-brand-col,.footer-newsletter-col{grid-column:auto}}@media (width<=375px){.cta-headline{font-size:1.45rem}.testimonial-quote{font-size:.95rem}.process-step,.industry-card,.feature-card{padding:1.5rem 1.25rem}.footer-main-grid{gap:1.5rem}}@media (width<=320px){.cta-headline{font-size:1.3rem}.contact-form-panel{padding:1.2rem 1rem}.testimonial-card{padding:1.4rem 1rem}.footer-main-grid{padding:2rem 0 1.5rem}}.sticky-header{z-index:9999;-webkit-backdrop-filter:blur(24px)saturate(150%);background:#050c19b8;border:1px solid #ffffff1f;border-radius:28px;width:min(1180px,100% - 48px);transition:width .4s cubic-bezier(.22,1,.36,1),top .4s cubic-bezier(.22,1,.36,1),background .4s,box-shadow .4s,border-color .4s;position:fixed;top:18px;left:50%;transform:translate(-50%);box-shadow:0 18px 60px #00000061,inset 0 1px #ffffff14}.sticky-header.scrolled{background:#040a16e0;border-color:#00c2ff29;width:min(1120px,100% - 64px);top:12px;box-shadow:0 20px 65px #00000080,0 0 35px #00c2ff0d,inset 0 1px #ffffff14}.sticky-header:before{content:"";opacity:.8;pointer-events:none;background:linear-gradient(90deg,#0000,#00c2ff8c,#7c3aed73,#0000);height:1px;position:absolute;top:0;left:12%;right:12%}.header-container{box-sizing:border-box;justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:none;min-height:70px;padding:0 16px 0 20px;display:flex}.brand-logo-link{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;height:48px;padding:0 8px;text-decoration:none;transition:transform .3s,background .3s;display:flex}.brand-logo-link:hover{background:#ffffff0a;transform:translateY(-1px)}.brand-logo{object-fit:contain;width:auto;max-width:170px;height:52px;display:block}.brand-logo-img{object-fit:contain;width:auto;height:52px}.brand-logo-text{letter-spacing:2px;color:#fff;font-size:18px;font-weight:800}.main-nav-links{opacity:1;visibility:visible;flex:1;justify-content:center;align-items:center;gap:6px;transition:opacity .35s,transform .35s,visibility .35s;display:flex;transform:translateY(0)}.main-nav-links>a,.nav-dropdown-trigger{color:#e0ebf7b8;white-space:nowrap;border-radius:14px;justify-content:center;align-items:center;gap:5px;min-height:40px;padding:0 13px;font-size:13.5px;font-weight:500;text-decoration:none;transition:color .25s,background .25s,transform .25s;display:inline-flex;position:relative}.main-nav-links>a:hover,.nav-dropdown-trigger:hover{color:#fff;background:#fff1;transform:translateY(-1px)}.main-nav-links>a.active,.nav-dropdown-trigger.active{color:#fff;background:linear-gradient(135deg,#00c2ff1c,#7c3aed1a)}.main-nav-links>a:after,.nav-dropdown-trigger:after{content:"";background:linear-gradient(90deg,#00c2ff,#7c3aed);border-radius:10px;width:0;height:2px;transition:width .3s cubic-bezier(.22,1,.36,1);position:absolute;bottom:4px;left:50%;transform:translate(-50%);box-shadow:0 0 10px #00c2ff80}.main-nav-links>a:hover:after,.main-nav-links>a.active:after,.nav-dropdown-trigger:hover:after,.nav-dropdown-trigger.active:after{width:20px}.nav-dropdown{align-items:center;display:flex;position:relative}.dropdown-arrow{flex-shrink:0;transition:transform .3s}.dropdown-arrow.rotate{transform:rotate(180deg)}.nav-dropdown-menu{box-sizing:border-box;transform-origin:top;-webkit-backdrop-filter:blur(24px)saturate(150%);opacity:0;visibility:hidden;pointer-events:none;z-index:99999;background:#07101ff5;border:1px solid #ffffff1f;border-radius:20px;width:270px;padding:9px;transition:opacity .25s,transform .25s cubic-bezier(.22,1,.36,1),visibility .25s;position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%)translateY(10px)scale(.97);box-shadow:0 25px 70px #0000008c,inset 0 1px #ffffff0f}.nav-dropdown-menu:before{content:"";opacity:.9;background:linear-gradient(90deg,#0000,#00c2ff,#7c3aed,#0000);height:1px;position:absolute;top:-1px;left:25px;right:25px}.nav-dropdown-menu:after{content:"";background:#081324;border-top:1px solid #ffffff1f;border-left:1px solid #ffffff1f;width:10px;height:10px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.nav-dropdown-menu.visible,.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)scale(1)}.nav-dropdown-item{box-sizing:border-box;color:#cbd8e6;border-radius:12px;justify-content:space-between;align-items:center;gap:15px;width:100%;padding:12px 13px;font-size:13px;font-weight:500;text-decoration:none;transition:color .25s,background .25s,transform .25s;display:flex;position:relative}.nav-dropdown-item:hover{color:#fff;background:linear-gradient(90deg,#00c2ff1f,#7c3aed1a);transform:translate(3px)}.nav-dropdown-item svg{opacity:0;transition:opacity .25s,transform .25s;transform:translate(-5px)}.nav-dropdown-item:hover svg{opacity:1;transform:translate(0)}.header-cta-btn{color:#fff;-webkit-backdrop-filter:blur(12px);opacity:1;visibility:visible;background:linear-gradient(135deg,#00c2ff2e,#7c3aed2e);border:1px solid #ffffff24;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;height:42px;padding:0 19px;font-size:13px;font-weight:600;text-decoration:none;transition:background .3s,border-color .3s,box-shadow .3s,transform .3s;display:inline-flex;position:relative;transform:translateY(0);box-shadow:inset 0 1px #ffffff14}.header-cta-btn:hover{color:#fff;background:linear-gradient(135deg,#00c2ff47,#7c3aed47);border-color:#00c2ff80;transform:translateY(-2px);box-shadow:0 0 28px #00c2ff2e,inset 0 1px #ffffff1f}.mobile-menu-toggle{cursor:pointer;background:#ffffff12;border:1px solid #ffffff21;border-radius:14px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;padding:9px;transition:background .25s,border-color .25s;display:none}.mobile-menu-toggle:hover{background:#00c2ff1a;border-color:#00c2ff40}.mobile-menu-toggle span{background:#fff;border-radius:10px;width:20px;height:2px;transition:transform .3s,opacity .3s;display:block}.mobile-menu-toggle.open span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=991px){.sticky-header{border-radius:24px;width:calc(100% - 28px);top:12px}.sticky-header.scrolled{width:calc(100% - 28px);top:10px}.header-container{gap:12px;min-height:64px;padding:0 12px 0 16px}.brand-logo{max-width:150px;height:46px}.main-nav-links,.header-cta-btn{display:none}.mobile-menu-toggle{display:flex}.main-nav-links.open{box-sizing:border-box;-webkit-backdrop-filter:blur(24px);opacity:1;visibility:visible;z-index:99999;background:#050e1cf5;border:1px solid #ffffff1f;border-radius:22px;flex-direction:column;align-items:stretch;gap:5px;width:100%;padding:12px;display:flex;position:absolute;top:calc(100% + 10px);left:0;right:0;transform:translateY(0);box-shadow:0 25px 70px #0000008c}.main-nav-links.open>a,.main-nav-links.open .nav-dropdown-trigger{box-sizing:border-box;border-radius:13px;justify-content:space-between;width:100%;min-height:46px;padding:0 14px;font-size:14px;display:flex}.main-nav-links.open>a:hover,.main-nav-links.open .nav-dropdown-trigger:hover{background:#ffffff0f}.nav-dropdown{width:100%;display:block}.nav-dropdown-menu{box-sizing:border-box;transform-origin:top;width:100%;box-shadow:none;opacity:0;visibility:hidden;pointer-events:none;background:#ffffff09;border:1px solid #ffffff14;border-radius:15px;max-height:0;margin-top:5px;padding:6px;transition:max-height .35s,opacity .25s,visibility .25s;position:static;overflow:hidden;transform:none}.nav-dropdown-menu:after{display:none}.nav-dropdown-menu.visible,.nav-dropdown.dropdown-open .nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;max-height:500px;transform:none}.nav-dropdown-item{min-height:42px;padding:10px 12px;font-size:13px}.nav-dropdown-item svg{opacity:1;transform:none}.nav-dropdown-trigger:after{display:none}}@media (width<=768px){.sticky-header{border-radius:22px;width:calc(100% - 24px);top:10px}.sticky-header.scrolled{width:calc(100% - 24px);top:8px}.header-container{min-height:60px;padding:0 10px 0 14px}.brand-logo{max-width:140px;height:42px}.mobile-menu-toggle{width:40px;height:40px}}@media (width<=576px){.sticky-header{border-radius:20px;width:calc(100% - 20px);top:8px}.sticky-header.scrolled{width:calc(100% - 20px);top:7px}.header-container{min-height:58px;padding:0 8px 0 12px}.brand-logo{max-width:125px;height:39px}.mobile-menu-toggle{border-radius:12px;width:38px;height:38px}.main-nav-links.open{border-radius:18px;padding:10px}}@media (width<=380px){.brand-logo{max-width:112px;height:36px}.header-container{gap:8px}}@media (prefers-reduced-motion:reduce){.sticky-header,.main-nav-links,.header-cta-btn,.nav-dropdown-menu,.nav-dropdown-item,.mobile-menu-toggle span{transition:none!important}}.homepage-wrapper{color:#fff;background:linear-gradient(#f6b336 0%,#f77b2f 33%,#fa6330 66%,#ff483d 100%);width:100%;min-height:100vh;position:relative;overflow-x:hidden}.homepage-wrapper:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(at 50% 0,#f6b33673 0%,#0000 70%);width:100%;height:1000px;position:absolute;top:0;left:50%;transform:translate(-50%)}.homepage-wrapper:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(at 50% 100%,#ff483d66 0%,#0000 70%);width:100%;height:1200px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.homepage-wrapper .hero,.homepage-wrapper .services-section-container,.homepage-wrapper .whyus-section-container,.homepage-wrapper .clients-section-container,.homepage-wrapper .industries-section-container,.homepage-wrapper .process-section-container,.homepage-wrapper .features-section{background:0 0!important}.homepage-wrapper .hero-card{-webkit-backdrop-filter:blur(22px);box-shadow:0 30px 80px #0000004d;background:#120a0559!important;border:1px solid #ffffff38!important}.homepage-wrapper .orb-1,.homepage-wrapper .services-glow-top,.homepage-wrapper .clients-bg-glow{background:radial-gradient(circle,#f6b3364d 0%,#0000 70%)!important}.homepage-wrapper .orb-2,.homepage-wrapper .services-glow-bot,.homepage-wrapper .whyus-glow-left,.homepage-wrapper .process-bg-glow{background:radial-gradient(circle,#f77b2f4d 0%,#0000 70%)!important}.homepage-wrapper .whyus-glow-right,.homepage-wrapper .industries-bg-glow{background:radial-gradient(circle,#fa63304d 0%,#0000 70%)!important}.homepage-wrapper .glass-service-card,.homepage-wrapper .whyus-card,.homepage-wrapper .client-logo-card,.homepage-wrapper .glass-industry-card,.homepage-wrapper .glass-process-card,.homepage-wrapper .feature-card,.homepage-wrapper .engineeringconten{-webkit-backdrop-filter:blur(24px)!important;background:#0f080585!important;border:1px solid #fff3!important;box-shadow:0 20px 50px #0000004d!important}.homepage-wrapper .glass-service-card:hover,.homepage-wrapper .whyus-card:hover,.homepage-wrapper .client-logo-card:hover,.homepage-wrapper .glass-industry-card:hover,.homepage-wrapper .glass-process-card:hover,.homepage-wrapper .feature-card:hover{background:#190c08b8!important;border-color:#f6b33699!important;box-shadow:0 28px 70px #0006,0 0 35px #f6b33640!important}.homepage-wrapper .services-eyebrow,.homepage-wrapper .whyus-eyebrow,.homepage-wrapper .clients-eyebrow,.homepage-wrapper .industries-eyebrow,.homepage-wrapper .process-eyebrow,.homepage-wrapper .badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff3d6!important;background:#ffffff2e!important;border-color:#ffffff59!important}.homepage-wrapper .services-title-accent,.homepage-wrapper .whyus-title-accent,.homepage-wrapper .clients-title-accent,.homepage-wrapper .industries-title-accent,.homepage-wrapper .process-title-accent,.homepage-wrapper .hero-gradient-text{text-shadow:0 4px 20px #00000026;background:linear-gradient(135deg,#fff 0%,#ffe5b4 100%)!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important}.homepage-wrapper .services-desc,.homepage-wrapper .whyus-desc,.homepage-wrapper .clients-desc,.homepage-wrapper .industries-desc,.homepage-wrapper .process-main-desc,.homepage-wrapper .paragraphs,.homepage-wrapper .service-card-body p,.homepage-wrapper .whyus-card p,.homepage-wrapper .industry-desc,.homepage-wrapper .process-card-desc,.homepage-wrapper .feature-desc{color:#ffffffe0!important}.homepage-wrapper .service-icon-box,.homepage-wrapper .whyus-icon-box,.homepage-wrapper .industry-icon-wrap,.homepage-wrapper .process-icon-box,.homepage-wrapper .feature-icon-wrap{color:#fff0c2!important;background:#f6b33633!important;border-color:#f6b33666!important}.homepage-wrapper .footer-section-container{-webkit-backdrop-filter:blur(20px);background-color:#12080573!important;border-top:1px solid #fff3!important}.hero{box-sizing:border-box;background:#050b12;width:100%;min-height:100dvh;padding:14px;position:relative;overflow:hidden}.hero *,.hero :before,.hero :after{box-sizing:border-box}.hero-card{isolation:isolate;background:#071019;border-radius:28px;flex-direction:column;width:100%;height:calc(100dvh - 28px);min-height:560px;display:flex;position:relative;overflow:hidden}.hero-video,.hero-video-fallback{width:100%;height:100%;position:absolute;inset:0}.hero-video{z-index:-5;object-fit:cover;object-position:center center;pointer-events:none;transform:scale(1.025)}.hero-video-fallback{z-index:-5;background:radial-gradient(circle at 70% 40%,#13698740,#0000 35%),linear-gradient(135deg,#071019 0%,#0b1822 50%,#071019 100%)}.hero-overlay{z-index:-4;pointer-events:none;background:linear-gradient(90deg,#030a109e 0%,#030a1040 48%,#030a107a 100%);position:absolute;inset:0}.hero-bg-lights{z-index:-3;pointer-events:none;position:absolute;inset:0;overflow:hidden}.glow-orb{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.orb-1{background:#1c9dc124;width:420px;height:420px;top:-180px;right:5%}.orb-2{background:#1366911f;width:360px;height:360px;bottom:0;right:-120px}.hero-grid-glow{opacity:.5;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:55px 55px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 90%);mask-image:linear-gradient(#000,#0000 90%)}.hero-navbar{z-index:30;flex-shrink:0;align-items:center;width:100%;height:78px;min-height:78px;padding:0 34px;display:flex;position:relative}.logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.company-logo{object-fit:contain;width:auto;max-width:190px;height:46px;display:block}.nav-links{justify-content:center;align-items:center;gap:clamp(18px,2.2vw,38px);margin-left:auto;margin-right:clamp(20px,3vw,45px);display:flex}.nav-links a{color:#ffffffad;white-space:nowrap;align-items:center;height:42px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:color .25s,transform .25s;display:inline-flex;position:relative}.nav-links a:hover,.nav-links a.active{color:#fff}.nav-links a.active:after{content:"";background:#fff;border-radius:20px;height:2px;position:absolute;bottom:3px;left:0;right:0}.contact-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff12;border:1px solid #ffffff29;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:7px;min-width:118px;height:40px;padding:0 16px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;transition:background .25s,border-color .25s,transform .25s;display:inline-flex}.contact-btn:hover{background:#ffffff21;border-color:#ffffff4d;transform:translateY(-1px)}.mobile-toggle{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff12;border:1px solid #ffffff21;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:none}.mobile-toggle:hover{background:#ffffff1f}.mobile-menu-backdrop{z-index:20;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;background:#00000073;border:0;padding:0;position:absolute;inset:0}.hero-body-grid{z-index:5;flex:auto;grid-template-columns:minmax(0,1.15fr) minmax(300px,.55fr);align-items:center;gap:clamp(30px,4vw,65px);width:100%;min-height:0;padding:10px clamp(30px,5vw,70px) 90px;display:grid;position:relative}.hero-content{will-change:transform;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;min-width:0;max-width:680px;padding:0;display:flex}.badge{color:#ffffffb8;letter-spacing:.12em;white-space:nowrap;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0e;border:1px solid #ffffff21;border-radius:999px;align-self:flex-start;align-items:center;gap:7px;height:28px;min-height:28px;margin-bottom:15px;padding:0 11px;font-family:Inter,sans-serif;font-size:9px;font-weight:600;display:inline-flex}.badge-dot{background:#52d6ff;border-radius:50%;flex-shrink:0;width:5px;height:5px;box-shadow:0 0 0 3px #52d6ff14,0 0 12px #52d6ff80}.sparkle-icon{color:#6bdcff;flex-shrink:0}.engineeringconten{width:100%;min-width:0;height:70%}.engineeringconten h1{color:#fff;letter-spacing:-.052em;width:100%;margin:0;font-family:Inter,sans-serif;font-size:30px;font-weight:700;line-height:.99;overflow:visible}.heading-line{width:max-content;max-width:100%;display:block}.gradient-line{margin-top:2px}.hero-gradient-text{background:linear-gradient(100deg,#fff 0%,#9ddff1 48%,#55c4e4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline}.paragraphs{color:#ffffff9e;width:100%;max-width:540px;margin:18px 0 0;font-family:Inter,sans-serif;font-size:clamp(12px,.9vw,14px);font-weight:400;line-height:1.65}.hero-buttons{align-items:center;gap:10px;margin-top:23px;display:flex}.hero-buttons button{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:41px;padding:0 18px;font-family:Inter,sans-serif;font-size:11px;font-weight:600;transition:transform .25s,background .25s,border-color .25s;display:inline-flex}.hero-buttons .primary{color:#061018;background:#fff;border:1px solid #fff}.hero-buttons .secondary{color:#ffffffd9;background:#ffffff0b;border:1px solid #ffffff26}.hero-buttons button:hover{transform:translateY(-2px)}.hero-buttons .primary:hover{background:#e9faff}.hero-buttons .secondary:hover{background:#ffffff1a}.hero-service-area{will-change:transform;flex-direction:column;justify-self:end;align-items:stretch;width:100%;min-width:0;max-width:350px;display:flex;transform:translateZ(0)}.service-carousel-label{color:#ffffff75;letter-spacing:.14em;align-items:center;gap:6px;margin-bottom:7px;font-family:Inter,sans-serif;font-size:7px;font-weight:600;display:flex}.service-live-dot{background:#55d7ee;border-radius:50%;flex-shrink:0;width:5px;height:5px;box-shadow:0 0 9px #55d7eeb3}.hero-service-card{color:#fff;text-align:left;cursor:pointer;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#ffffff1b,#ffffff09);border:1px solid #ffffff21;border-radius:20px;flex-direction:column;width:100%;height:220px;min-height:220px;padding:17px;font-family:Inter,sans-serif;transition:border-color .3s,background .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 45px #00000038,inset 0 1px #ffffff12}.hero-service-card:hover{background:linear-gradient(145deg,#ffffff21,#ffffff0b);border-color:#ffffff3d}.service-card-glow{filter:blur(35px);pointer-events:none;background:#43c8e629;border-radius:50%;width:140px;height:140px;position:absolute;top:-65px;right:-60px}.service-card-top{z-index:2;flex-shrink:0;justify-content:space-between;align-items:center;display:flex;position:relative}.service-icon-box{color:#7eddf4;background:#ffffff0e;border:1px solid #ffffff21;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.service-number{color:#ffffff4d;letter-spacing:.1em;font-size:9px;font-weight:600}.service-card-content{z-index:2;flex-direction:column;flex:1;justify-content:center;padding:10px 0;display:flex;position:relative}.service-subtitle{color:#ffffff6b;letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px;font-size:7px;font-weight:600;display:block}.service-card-content h2{color:#fff;letter-spacing:-.035em;margin:0;font-size:clamp(21px,1.8vw,28px);line-height:1.06}.service-card-content p{color:#ffffff85;max-width:285px;margin:7px 0 0;font-size:10px;line-height:1.5}.service-card-footer{z-index:2;color:#ffffff8a;border-top:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;padding-top:8px;font-size:8px;font-weight:600;display:flex;position:relative}.service-arrow{color:#fff;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.service-carousel-dots{align-items:center;gap:4px;margin-top:8px;display:flex}.service-carousel-dots button{cursor:pointer;background:#ffffff2e;border:0;border-radius:20px;width:13px;height:2px;padding:0;transition:width .25s,background .25s}.service-carousel-dots button.active{background:#fffc;width:22px}.mini-service-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-top:7px;display:grid}.mini-service-card{color:#ffffff80;text-align:left;cursor:pointer;background:#ffffff09;border:1px solid #ffffff17;border-radius:8px;align-items:center;gap:5px;min-width:0;height:32px;padding:0 7px;font-family:Inter,sans-serif;font-size:7px;font-weight:500;transition:color .2s,background .2s,border-color .2s;display:flex;overflow:hidden}.mini-service-card:hover{color:#fff;background:#ffffff12;border-color:#ffffff2e}.mini-service-card>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mini-icon{color:#7eddf4;background:#ffffff0f;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:19px;height:19px;display:flex}.hero-stats{z-index:10;align-items:center;gap:0;display:flex;position:absolute;bottom:23px;left:clamp(30px,5vw,70px)}.stat-card{border-left:1px solid #ffffff21;min-width:115px;padding:0 18px}.stat-card:first-child{border-left:0;padding-left:0}.stat-card h3{color:#fff;letter-spacing:-.03em;margin:0;font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:1}.stat-card span{color:#ffffff6b;white-space:nowrap;margin-top:4px;font-size:8px;display:block}.scroll-indicator{z-index:10;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;width:18px;height:30px;display:flex;position:absolute;bottom:25px;right:25px}.scroll-indicator span{background:#ffffffb3;border-radius:999px;width:2px;height:6px;margin-top:6px;animation:1.8s ease-in-out infinite scrollDot}@keyframes scrollDot{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(8px)}}.socials{z-index:50;flex-direction:column;gap:7px;display:flex;position:fixed;top:50%;right:14px;transform:translateY(-50%)}.socials a{color:#ffffff94;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#040c128c;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:color .2s,background .2s,transform .2s;display:flex}.socials a:hover{color:#fff;background:#ffffff1a;transform:translate(-2px)}@media (width<=1280px){.hero-navbar{padding:0 28px}.hero-body-grid{grid-template-columns:minmax(0,1fr) minmax(280px,350px);gap:35px;padding:10px 50px 85px}.engineeringconten h1{font-size:clamp(34px,4vw,50px)}.hero-service-area{max-width:350px}.hero-service-card{height:210px;min-height:210px}.hero-stats{left:50px}}@media (width<=1050px){.nav-links{gap:16px;margin-right:18px}.nav-links a{font-size:12px}.contact-btn{min-width:105px;padding:0 13px}.hero-body-grid{grid-template-columns:minmax(0,1fr) minmax(260px,320px);gap:25px;padding-left:35px;padding-right:35px}.engineeringconten h1{font-size:clamp(32px,4.5vw,46px)}.paragraphs{font-size:11px}.hero-service-area{max-width:320px}.hero-service-card{border-radius:18px;height:200px;min-height:200px;padding:15px}.service-card-content h2{font-size:22px}.service-card-content p{font-size:9px}.hero-stats{left:35px}.stat-card{min-width:100px;padding:0 14px}}@media (width<=850px){.hero{padding:8px}.hero-card{border-radius:20px;height:calc(100dvh - 16px);min-height:680px}.hero-navbar{height:68px;min-height:68px;padding:0 20px}.company-logo{max-width:155px;height:40px}.nav-links{z-index:40;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#050d14eb;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;align-items:stretch;gap:4px;margin:0;padding:10px;display:none;position:absolute;top:68px;left:20px;right:20px;box-shadow:0 20px 50px #0000004d}.nav-links.open{display:flex}.nav-links a{border-radius:10px;width:100%;height:44px;padding:0 14px;font-size:12px}.nav-links a:hover,.nav-links a.active{background:#ffffff12}.nav-links a.active:after{display:none}.contact-btn{min-width:95px;height:36px;margin-left:auto;margin-right:8px;font-size:10px}.mobile-toggle{display:flex}.hero-body-grid{grid-template-columns:1fr;align-content:center;justify-items:start;gap:24px;padding:18px 30px 90px}.hero-content{max-width:600px}.engineeringconten h1{font-size:clamp(36px,5.5vw,52px)}.paragraphs{max-width:520px;font-size:11px}.hero-service-area{justify-self:start;width:min(100%,390px);max-width:390px}.service-carousel-label{font-size:7px}.hero-service-card{height:195px;min-height:195px}.hero-stats{bottom:20px;left:30px}.scroll-indicator,.socials{display:none}}@media (width<=640px){.hero{min-height:100svh;padding:0}.hero-card{border-radius:0;width:100%;height:100svh;min-height:720px}.hero-overlay{background:linear-gradient(#030a10d6 0%,#030a10b3 40%,#030a10f2 100%)}.hero-navbar{height:65px;min-height:65px;padding:0 18px}.company-logo{max-width:145px;height:37px}.contact-btn{min-width:96px;height:35px;padding:0 12px;font-size:10px}.mobile-toggle{width:36px;height:36px}.nav-links{top:65px;left:12px;right:12px}.hero-body-grid{flex-direction:column;flex:1;justify-content:center;align-items:stretch;gap:20px;padding:18px 18px 82px;display:flex;overflow:hidden}.hero-content{width:100%;max-width:none;padding:0;transform:none!important}.badge{height:27px;min-height:27px;margin-bottom:13px;padding:0 9px;font-size:7px}.engineeringconten{width:100%;max-width:none}.engineeringconten h1{letter-spacing:-.052em;width:100%;font-size:clamp(30px,8.8vw,42px);line-height:1.01}.heading-line{width:auto;max-width:none}.gradient-line{margin-top:2px}.paragraphs{width:100%;max-width:100%;margin-top:14px;font-size:10px;line-height:1.55}.hero-buttons{gap:7px;margin-top:18px}.hero-buttons button{min-height:38px;padding:0 14px;font-size:9px}.hero-service-area{width:100%;max-width:none;transform:none!important}.service-carousel-label{letter-spacing:.12em;margin-bottom:6px;font-size:7px}.hero-service-card{border-radius:16px;width:100%;height:175px;min-height:175px;padding:14px}.service-icon-box{border-radius:9px;width:31px;height:31px}.service-card-content{padding:9px 0 7px}.service-subtitle{margin-bottom:3px;font-size:6px}.service-card-content h2{font-size:21px;line-height:1.05}.service-card-content p{max-width:260px;margin-top:5px;font-size:9px;line-height:1.45}.service-card-footer{padding-top:7px;font-size:8px}.service-arrow{width:22px;height:22px}.mini-service-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin-top:6px}.mini-service-card{border-radius:7px;gap:4px;height:30px;padding:0 5px;font-size:6.5px}.mini-icon{border-radius:5px;width:18px;height:18px}.service-carousel-dots{margin-top:7px}.service-carousel-dots button{width:12px;height:2px}.service-carousel-dots button.active{width:20px}.hero-stats{justify-content:space-between;width:auto;bottom:19px;left:18px;right:18px}.stat-card{min-width:0;padding:0 7px}.stat-card:first-child{padding-left:0}.stat-card h3{font-size:15px}.stat-card span{font-size:6.5px}.socials{display:none}}@media (width<=390px){.hero-card{min-height:680px}.hero-navbar{height:60px;min-height:60px;padding:0 14px}.company-logo{max-width:130px;height:34px}.contact-btn{min-width:88px;height:33px;font-size:9px}.mobile-toggle{width:34px;height:34px}.nav-links{top:60px}.hero-body-grid{gap:16px;padding:16px 14px 76px}.engineeringconten h1{font-size:30px;line-height:1.01}.paragraphs{font-size:9px;line-height:1.5}.hero-buttons{margin-top:15px}.hero-buttons button{min-height:36px;padding:0 11px;font-size:8.5px}.service-carousel-label{margin-bottom:5px;font-size:6.5px}.hero-service-card{border-radius:14px;height:160px;min-height:160px;padding:12px}.service-icon-box{border-radius:8px;width:28px;height:28px}.service-card-content{padding:7px 0}.service-card-content h2{font-size:19px}.service-card-content p{font-size:8px;line-height:1.4}.service-card-footer{padding-top:6px;font-size:7px}.service-arrow{width:20px;height:20px}.mini-service-list{gap:3px;margin-top:5px}.mini-service-card{border-radius:6px;height:28px;padding:0 4px;font-size:6px}.mini-icon{width:16px;height:16px}.stat-card h3{font-size:13px}.stat-card span{font-size:5.5px}}@media (width>=851px) and (height<=760px){.hero-card{min-height:540px}.hero-navbar{height:65px;min-height:65px}.hero-body-grid{gap:35px;padding-top:4px;padding-bottom:68px}.engineeringconten h1{font-size:clamp(34px,3.8vw,50px)}.paragraphs{margin-top:13px;line-height:1.5}.hero-buttons{margin-top:17px}.hero-service-card{border-radius:18px;height:195px;min-height:195px;padding:15px}.service-card-content{padding:8px 0 6px}.service-card-content h2{font-size:23px}.service-card-content p{margin-top:5px;font-size:9px}.mini-service-card{height:31px}.hero-stats{bottom:17px}}@media (width>=851px) and (height<=650px){.hero-card{min-height:500px}.hero-navbar{height:60px;min-height:60px}.hero-body-grid{gap:30px;padding:0 42px 60px}.engineeringconten h1{font-size:43px;line-height:.98}.badge{height:26px;min-height:26px;margin-bottom:10px}.paragraphs{margin-top:10px;font-size:10px;line-height:1.4}.hero-buttons{margin-top:13px}.hero-buttons button{min-height:37px}.hero-service-area{max-width:320px}.hero-service-card{border-radius:16px;height:175px;min-height:175px;padding:13px}.service-card-content{padding:6px 0}.service-card-content h2{font-size:21px}.service-card-content p{margin-top:4px;font-size:8.5px;line-height:1.4}.mini-service-list{margin-top:6px}.mini-service-card{height:28px}.hero-stats{bottom:12px}.scroll-indicator{bottom:17px}}@media (prefers-reduced-motion:reduce){.hero *,.hero :before,.hero :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.services-section{position:relative;overflow:hidden}.services-section-container{color:#fff;box-sizing:border-box;background:#040914;width:100%;padding:100px 24px;font-family:Inter,system-ui,sans-serif;position:relative;overflow:hidden}.services-bg-glow{filter:blur(140px);pointer-events:none;z-index:0;opacity:.35;border-radius:50%;animation:12s ease-in-out infinite alternate floatGlow;position:absolute}.services-glow-top{background:radial-gradient(circle,#00d4ff4d,#0000 70%);width:550px;height:550px;top:-80px;right:15%}.services-glow-bot{background:radial-gradient(circle,#7c3aed40,#0000 70%);width:600px;height:600px;bottom:-100px;left:20%}.services-shell{z-index:2;flex-direction:column;gap:56px;max-width:1400px;margin:auto;display:flex;position:relative}.services-header{text-align:center;max-width:760px;margin:auto}.services-eyebrow{color:#00d4ff;letter-spacing:1.5px;text-transform:uppercase;background:#00d4ff14;border:1px solid #00d4ff47;border-radius:999px;align-items:center;gap:8px;margin-bottom:18px;padding:8px 18px;font-size:11px;font-weight:700;display:inline-flex}.services-title{margin:0 0 18px;font-size:44px;font-weight:800;line-height:1.15}.services-title-accent{background:linear-gradient(135deg,#00d4ff,#7c3aed,#00d4ff) 0 0/220%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;animation:8s linear infinite gradientMove}.services-desc{color:#94a3b8;font-size:16px;line-height:1.8}.services-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.glass-service-card{-webkit-backdrop-filter:blur(20px);will-change:transform;background:#07111fbf;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;justify-content:space-between;gap:24px;padding:36px 32px;transition:transform .55s cubic-bezier(.22,1,.36,1),box-shadow .5s,border-color .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.glass-service-card:before{content:"";-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,#0000,#00d4ff80,#7c3aed73,#0000);border-radius:24px;padding:1px;transition:all .45s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.glass-service-card:after{content:"";background:radial-gradient(circle,#00d4ff2e,#0000 70%);border-radius:50%;width:240px;height:240px;transition:all 1s;position:absolute;top:-120px;left:-120px}.glass-service-card:hover{border-color:#00d4ff59;transform:translateY(-14px)scale(1.02);box-shadow:0 30px 80px #0009,0 0 40px #00d4ff2e}.glass-service-card:hover:before{opacity:1}.glass-service-card:hover:after{top:55%;left:60%}.service-card-top{justify-content:space-between;align-items:center;display:flex}.service-icon-box{color:#00d4ff;background:#00d4ff1a;border:1px solid #00d4ff40;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;transition:all .35s;display:flex}.glass-service-card:hover .service-icon-box{background:#00d4ff33;box-shadow:0 0 22px #00d4ff4d}.service-number{color:#ffffff40;font:800 14px monospace}.service-card-body h3{margin:0 0 12px;font-size:20px}.service-card-body p{color:#94a3b8;margin:0;font-size:14px;line-height:1.8}.service-card-footer{color:#00d4ff;align-items:center;gap:8px;font-weight:600;text-decoration:none;display:inline-flex}.service-card-footer svg{transition:all .3s}.glass-service-card:hover .service-card-footer svg{transform:translate(6px)}@keyframes gradientMove{0%{background-position:0%}to{background-position:220%}}@keyframes floatGlow{0%{transform:translateY(0)}to{transform:translateY(40px)}}@media (width<=1199px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services-section-container{padding:60px 16px}.services-title{font-size:32px}.services-grid{grid-template-columns:1fr;gap:16px}.glass-service-card{border-radius:20px;padding:28px 24px}}.whyus-section-container{color:#fff;box-sizing:border-box;background:#040914;width:100%;padding:100px 24px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.whyus-bg-glow{filter:blur(140px);pointer-events:none;z-index:0;opacity:.35;border-radius:50%;position:absolute}.whyus-glow-left{background:radial-gradient(circle,#7c3aed4d 0%,#7c3aed00 70%);width:550px;height:550px;top:20%;left:-100px}.whyus-glow-right{background:radial-gradient(circle,#00d4ff40 0%,#00d4ff00 70%);width:600px;height:600px;bottom:-50px;right:-100px}.whyus-shell{z-index:2;flex-direction:column;gap:56px;max-width:1400px;margin:0 auto;display:flex;position:relative}.whyus-header{text-align:center;max-width:720px;margin:0 auto}.whyus-eyebrow{color:#00d4ff;letter-spacing:1.5px;text-transform:uppercase;background:#00d4ff14;border:1px solid #00d4ff40;border-radius:40px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 16px;font-size:11px;font-weight:700;display:inline-flex}.whyus-title{color:#fff;letter-spacing:-.5px;margin:0 0 16px;font-size:44px;font-weight:800;line-height:1.15}.whyus-title-accent{background:linear-gradient(135deg,#00d4ff 0%,#5cffb1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.whyus-desc{color:#94a3b8;margin:0;font-size:16px;line-height:1.7}.whyus-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.whyus-card{-webkit-backdrop-filter:blur(20px);background:#07111fbf;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;gap:20px;padding:40px 32px;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.whyus-card:hover{background:#0d1b30e6;border-color:#00d4ff59;transform:translateY(-8px);box-shadow:0 25px 60px #000000a6,0 0 30px #00d4ff33}.whyus-icon-box{color:#00d4ff;background:#00d4ff1a;border:1px solid #00d4ff40;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;transition:all .35s;display:flex}.whyus-card:hover .whyus-icon-box{background:#00d4ff33;border-color:#00d4ff;box-shadow:0 0 20px #00d4ff4d}.whyus-card h3{color:#fff;margin:0;font-size:22px;font-weight:700;line-height:1.3}.whyus-card p{color:#94a3b8;margin:0;font-size:14px;line-height:1.7}.whyus-card-line{background:linear-gradient(90deg,#00d4ff,#0000);border-radius:3px;width:48px;height:3px;transition:width .3s}.whyus-card:hover .whyus-card-line{width:100%}@media (width<=1199px){.whyus-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.whyus-section-container{padding:60px 16px}.whyus-title{font-size:32px}.whyus-grid{grid-template-columns:1fr;gap:16px}.whyus-card{border-radius:20px;padding:28px 24px}}.industries-section-container{color:#fff;box-sizing:border-box;background:#040914;width:100%;padding:100px 24px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.industries-bg-glow{filter:blur(140px);pointer-events:none;z-index:0;background:radial-gradient(circle,#00d4ff40 0%,#00d4ff00 70%);width:600px;height:600px;position:absolute;top:40%;right:-100px}.industries-shell{z-index:2;flex-direction:column;gap:56px;max-width:1400px;margin:0 auto;display:flex;position:relative}.industries-header{text-align:center;max-width:720px;margin:0 auto}.industries-eyebrow{color:#00d4ff;letter-spacing:1.5px;text-transform:uppercase;background:#00d4ff14;border:1px solid #00d4ff40;border-radius:40px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 16px;font-size:11px;font-weight:700;display:inline-flex}.industries-title{color:#fff;margin:0 0 16px;font-size:44px;font-weight:800;line-height:1.15}.industries-title-accent{background:linear-gradient(135deg,#00d4ff 0%,#7c3aed 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.industries-desc{color:#94a3b8;margin:0;font-size:16px;line-height:1.7}.industries-grid-wrapper{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.glass-industry-card{-webkit-backdrop-filter:blur(20px);background:#07111fbf;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;gap:20px;padding:36px 28px;transition:all .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.glass-industry-card:hover{background:#0d1b30e6;border-color:#00d4ff59;transform:translateY(-8px);box-shadow:0 25px 60px #000000a6,0 0 30px #00d4ff33}.industry-icon-wrap{border:1px solid #ffffff26;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.industry-name{color:#fff;margin:0 0 8px;font-size:20px;font-weight:700}.industry-desc{color:#94a3b8;margin:0;font-size:14px;line-height:1.65}@media (width<=1199px){.industries-grid-wrapper{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.industries-section-container{padding:60px 16px}.industries-title{font-size:32px}.industries-grid-wrapper{grid-template-columns:1fr;gap:16px}.glass-industry-card{border-radius:20px;padding:28px 24px}}.process-section-container{box-sizing:border-box;color:#fff;z-index:1;background:0 0;width:100%;padding:100px 24px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.process-bg-glow{filter:blur(100px);pointer-events:none;z-index:0;background:radial-gradient(circle,#f6b3362e 0%,#fa63301f 35%,#ff483d14 55%,#0000 72%);width:650px;height:650px;position:absolute;top:35%;left:50%;transform:translate(-50%,-50%)}.process-shell{z-index:2;flex-direction:column;gap:56px;width:100%;max-width:1400px;margin:0 auto;display:flex;position:relative}.process-header{text-align:center;width:100%;max-width:780px;margin:0 auto}.process-eyebrow{color:#fff3d6;-webkit-backdrop-filter:blur(12px);letter-spacing:1.5px;text-transform:uppercase;background:#ffffff2e;border:1px solid #ffffff59;border-radius:50px;justify-content:center;align-items:center;gap:8px;margin-bottom:18px;padding:7px 17px;font-size:11px;font-weight:700;display:inline-flex;box-shadow:0 8px 25px #00000014}.process-eyebrow svg{color:#fff0c2}.process-main-title{color:#fff;letter-spacing:-1.2px;text-shadow:0 5px 25px #00000026;margin:0 0 18px;font-size:44px;font-weight:800;line-height:1.15}.process-title-accent{background:linear-gradient(135deg,#fff 0%,#ffe5b4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.process-main-desc{color:#ffffffe0;max-width:700px;margin:0 auto;font-size:16px;line-height:1.75}.process-grid-wrapper{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}.glass-process-card{box-sizing:border-box;-webkit-backdrop-filter:blur(24px);background:#0f080585;border:1px solid #fff3;border-radius:24px;flex-direction:column;gap:22px;min-height:235px;padding:32px 28px;transition:background .35s,border-color .35s,box-shadow .35s,transform .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000004d}.glass-process-card:hover{background:#190c08b8;border-color:#f6b33699;box-shadow:0 28px 70px #0006,0 0 35px #f6b33640}.process-card-header{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.process-number-badge{color:#fff;letter-spacing:.5px;border:1px solid #ffffff38;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:flex;box-shadow:0 8px 20px #0003}.process-icon-box{-webkit-backdrop-filter:blur(10px);border:1px solid #fff3;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:transform .3s,box-shadow .3s;display:flex}.glass-process-card:hover .process-icon-box{transform:rotate(-3deg)scale(1.06)}.process-card-content{z-index:2;position:relative}.process-card-title{color:#fff;letter-spacing:-.2px;margin:0 0 9px;font-size:20px;font-weight:700;line-height:1.3}.process-card-desc{color:#ffffffe0;margin:0;font-size:14px;line-height:1.7}.process-card-bar{z-index:2;opacity:.85;border-radius:10px;width:100%;height:3px;margin-top:auto;transition:opacity .3s,transform .3s;position:relative}.glass-process-card:hover .process-card-bar{opacity:1;transform:scaleX(1.02)}.process-card-glow{pointer-events:none;z-index:0;opacity:.8;width:100%;height:75%;transition:opacity .35s;position:absolute;bottom:0;left:0}.glass-process-card:hover .process-card-glow{opacity:1}@media (width<=1199px){.process-grid-wrapper{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}@media (width<=768px){.process-section-container{padding:70px 16px}.process-shell{gap:42px}.process-main-title{letter-spacing:-.8px;font-size:34px}.process-main-desc{font-size:15px;line-height:1.7}.process-grid-wrapper{grid-template-columns:1fr;gap:16px}.glass-process-card{border-radius:20px;min-height:220px;padding:28px 24px}}@media (width<=480px){.process-section-container{padding:60px 14px}.process-main-title{font-size:30px}.process-eyebrow{padding:6px 14px;font-size:10px}.glass-process-card{padding:25px 21px}.process-card-title{font-size:19px}.process-card-desc{font-size:13.5px}}.footer-section-container{color:#fff;box-sizing:border-box;background-image:url(/assets/Footerimage-B1v2t_G3.png);background-size:cover;border-top:1px solid #ffffff1a;width:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.footer-bg-glow{filter:blur(120px);pointer-events:none;z-index:0;background:radial-gradient(#00d4ff26 0%,#00d4ff00 70%);width:800px;height:300px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.footer-shell{z-index:2;flex-direction:column;gap:16px;max-width:1400px;margin:0 auto;display:flex;position:relative}.footer-main-grid{grid-template-columns:1.4fr repeat(2,1fr) 1.2fr;gap:40px;padding:10px;display:grid}.footer-brand-col{flex-direction:column;gap:20px;display:flex}.footer-brand-logo{align-items:center;gap:14px;display:flex}.footer-brand-mark{color:#fff;justify-content:center;align-items:center;width:104px;font-size:18px;font-weight:800;display:flex}.footer-brand-name{color:#fff;font-size:22px;font-weight:800;line-height:1;display:block}.footer-brand-tagline{color:#00d4ff;font-size:12px;font-weight:500}.footer-brand-desc{color:#94a3b8;margin:0;font-size:14px;line-height:1.7}.footer-socials{gap:12px;display:flex}.footer-social-btn{color:#fff;background:#ffffff0f;border:1px solid #ffffff26;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:all .3s;display:flex}.footer-social-btn:hover{color:#040914;background:#00d4ff;border-color:#00d4ff;transform:translateY(-3px)}.footer-link-col{flex-direction:column;gap:18px;display:flex}.footer-col-heading{color:#fff;margin:0;font-size:16px;font-weight:700}.footer-link-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer-link{color:#94a3b8;align-items:center;gap:6px;font-size:14px;text-decoration:none;transition:color .3s;display:inline-flex}.footer-link:hover{color:#00d4ff}.footer-link-arrow{opacity:.5;transition:opacity .3s,transform .3s}.footer-link:hover .footer-link-arrow{opacity:1;transform:translate(2px,-2px)}.footer-newsletter-col{flex-direction:column;gap:16px;display:flex}.footer-newsletter-desc{color:#94a3b8;margin:0;font-size:14px;line-height:1.6}.footer-newsletter-form{gap:8px;display:flex}.footer-newsletter-input{color:#fff;background:#0d1b30cc;border:1px solid #ffffff26;border-radius:12px;outline:none;flex:1;padding:12px 16px;font-size:14px;transition:all .3s}.footer-newsletter-input:focus{border-color:#00d4ff}.footer-newsletter-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0094ff,#00d8ff);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.footer-newsletter-btn:hover{transform:scale(1.05);box-shadow:0 0 15px #00d4ff66}.footer-subscribed{color:#22c55e;background:#22c55e26;border:1px solid #22c55e4d;border-radius:12px;padding:12px 16px;font-size:13px;font-weight:600}.footer-newsletter-note{color:#64748b;margin:0;font-size:12px}.footer-bottom-bar{justify-content:space-between;align-items:center;display:flex}.footer-copy{color:#64748b;margin:0;font-size:13px}.footer-bottom-links{align-items:center;gap:16px;display:flex}.footer-bottom-link{color:#64748b;font-size:13px;text-decoration:none;transition:color .3s}.footer-bottom-link:hover{color:#00d4ff}@media (width<=991px){.footer-main-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media (width<=576px){.footer-section-container{padding:50px 16px 30px}.footer-main-grid{grid-template-columns:1fr;gap:28px}.footer-bottom-bar{text-align:center;flex-direction:column;gap:16px}}.about-page{color:#fff;background:#07111f;width:100%;font-family:Inter,sans-serif;position:relative;overflow-x:hidden}.about-page section{box-sizing:border-box;padding:10px 8%;position:relative}.about-page .title-center{text-align:center;margin-bottom:20px}.about-page .title-center span{color:#42d6ff;text-transform:uppercase;letter-spacing:3px;font-size:.9rem;font-weight:600}.about-page .title-center h2{margin-top:18px;font-size:3rem;font-weight:700;line-height:1.2}.about-page .section-tag{color:#3ad7ff;text-transform:uppercase;letter-spacing:2px;margin-bottom:18px;font-weight:600;display:block}.about-page .about-hero{z-index:1;border-bottom-right-radius:70px;border-bottom-left-radius:70px;justify-content:center;align-items:center;width:100%;height:60vh;min-height:500px;padding:0;display:flex;position:relative;overflow:hidden}.about-page .about-hero-image{object-fit:cover;z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.about-page .about-hero-overlay{z-index:1;pointer-events:none;background:linear-gradient(90deg,#050c1473,#03080fa6);position:absolute;inset:0}.about-page .about-hero-content{z-index:5;text-align:center;opacity:1;visibility:visible;pointer-events:auto;box-sizing:border-box;width:100%;max-width:1000px;padding:0 30px;position:relative;transform:none}.about-page .about-hero-content p{color:#35d7ff;text-transform:uppercase;letter-spacing:6px;margin:0 0 18px;font-size:.95rem;font-weight:600}.about-page .about-hero-content h1{letter-spacing:-2px;background:linear-gradient(90deg,#fff,#42d6ff,#7b6dff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:8rem;font-weight:900;line-height:1;animation:4s ease-in-out infinite aboutTitleFloat}@keyframes aboutTitleFloat{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.about-page .about-hero-content span{color:#d5d5d5;margin-top:30px;font-size:1.2rem;line-height:1.8;display:block}.about-page .company-section{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.about-page .company-left{position:relative}.about-page .company-left img{border-radius:30px;width:100%;transition:all .5s;display:block;box-shadow:0 20px 80px #00000073}.about-page .company-left img:hover{transform:scale(1.03)}.about-page .company-right h2{margin:20px 0;font-size:3rem;line-height:1.25}.about-page .company-right p{color:#d2d2d2;margin-bottom:22px;font-size:1.02rem;line-height:1.9}.about-page .company-buttons{margin-top:35px}.about-page .company-buttons button{cursor:pointer;color:#fff;background:linear-gradient(90deg,#00b9ff,#7b6dff);border:none;border-radius:60px;align-items:center;gap:12px;padding:16px 34px;font-size:1rem;transition:all .35s;display:flex}.about-page .company-buttons button:hover{transform:translateY(-4px);box-shadow:0 15px 35px #00beff66}.about-page .mission-section{grid-template-columns:repeat(2,1fr);gap:15px;line-height:.4;display:grid}.about-page .mission-card{-webkit-backdrop-filter:blur(18px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:25px;padding:35px;transition:all .4s}.about-page .mission-card:hover{border-color:#3fd8ff;transform:translateY(-8px)}.about-page .mission-card svg{color:#42d6ff;height:24px;margin-bottom:25px}.about-page .mission-card h3{margin-bottom:18px;font-size:20px}.about-page .mission-card p{color:#d2d2d2;font-size:15px;line-height:1.9}.about-page .glass{-webkit-backdrop-filter:blur(20px);background:#ffffff0a;border:1px solid #ffffff14}.about-page .values-section{padding-top:40px}.about-page .values-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.about-page .value-card{-webkit-backdrop-filter:blur(18px);text-align:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:24px;padding:45px 35px;transition:all .45s;position:relative;overflow:hidden}.about-page .value-card:before{content:"";background:#34d8ff22;border-radius:50%;width:180px;height:180px;transition:all .5s;position:absolute;top:-80px;right:-80px}.about-page .value-card:hover{border-color:#37d8ff;transform:translateY(-12px);box-shadow:0 20px 60px #00aaff2e}.about-page .value-card:hover:before{transform:scale(1.5)}.about-page .value-card svg{color:#39d7ff;margin-bottom:25px}.about-page .value-card h3{margin-bottom:18px;font-size:1.45rem}.about-page .value-card p{color:#cfcfcf;line-height:1.9}.about-page .timeline-section{padding-top:130px}.about-page .timeline{max-width:1100px;margin:auto;position:relative}.about-page .timeline:before{content:"";background:linear-gradient(#38d8ff,#6e6cff);width:4px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.about-page .timeline-item{box-sizing:border-box;width:50%;padding:40px;position:relative}.about-page .timeline-item:nth-child(odd){text-align:right;left:0}.about-page .timeline-item:nth-child(2n){left:50%}.about-page .timeline-year{color:#081320;background:#36d7ff;border-radius:40px;margin-bottom:18px;padding:12px 24px;font-weight:700;display:inline-block}.about-page .timeline-content{background:#ffffff0d;border:1px solid #ffffff14;border-radius:24px;padding:30px}.about-page .timeline-content h3{margin-bottom:15px;font-size:1.5rem}.about-page .timeline-content p{color:#d2d2d2;line-height:1.8}.about-page .industries-section{background-color:#07111f;padding-top:10px}.about-page .industry-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.about-page .industry-card{text-align:center;background:#163242;border:1px solid #ffffff14;border-radius:24px;padding:25px;transition:all .4s}.about-page .industry-card:hover{border-color:#36d8ff;transform:translateY(-10px);box-shadow:0 18px 50px #00b4ff2e}.about-page .industry-card svg{color:#39d8ff;margin-bottom:20px}.about-page .industry-card h3{font-size:1.35rem}.about-page .stats-section{padding-top:70px}.about-page .stats-grid{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.about-page .stat-card{text-align:center;background:linear-gradient(145deg,#ffffff0f,#ffffff08);border:1px solid #ffffff14;border-radius:22px;padding:20px;transition:all .35s}.about-page .stat-card:hover{border-color:#39d8ff;transform:translateY(-8px)}.about-page .stat-card h2{background:linear-gradient(90deg,#3cd8ff,#6f6cff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:6px;font-size:28px}.about-page .stat-card span{color:#d2d2d2;letter-spacing:1px;font-size:13px}.about-page .leadership-section{padding-top:80px}.about-page .leadership-card{-webkit-backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:30px;grid-template-columns:180px 1fr;align-items:center;gap:45px;padding:55px;transition:all .4s;display:grid}.about-page .leadership-card:hover{border-color:#38d8ff;transform:translateY(-8px)}.about-page .leadership-icon{color:#fff;background:linear-gradient(135deg,#32d7ff,#6c6bff);border-radius:50%;justify-content:center;align-items:center;width:160px;height:160px;display:flex}.about-page .leadership-card p{color:#d3d3d3;margin-bottom:18px;font-size:1.05rem;line-height:2}.about-page .about-cta{padding:140px 8%}.about-page .about-cta>div{text-align:center;background:linear-gradient(135deg,#0f2038,#132c52,#183d73);border-radius:35px;padding:100px 60px;position:relative;overflow:hidden}.about-page .about-cta>div:before{content:"";filter:blur(20px);background:#35d8ff22;border-radius:50%;width:420px;height:420px;position:absolute;top:-200px;left:-150px}.about-page .about-cta>div:after{content:"";background:#6b6cff22;border-radius:50%;width:380px;height:380px;position:absolute;bottom:-180px;right:-120px}.about-page .about-cta h2{z-index:2;margin-bottom:20px;font-size:3.4rem;position:relative}.about-page .about-cta p{z-index:2;color:#d4d4d4;max-width:760px;margin:0 auto 40px;font-size:1.15rem;line-height:1.9;position:relative}.about-page .about-cta button{z-index:2;cursor:pointer;color:#fff;background:linear-gradient(90deg,#34d7ff,#6f6cff);border:none;border-radius:60px;align-items:center;gap:12px;padding:18px 42px;font-size:1rem;transition:all .35s;display:inline-flex;position:relative}.about-page .about-cta button:hover{transform:translateY(-6px);box-shadow:0 18px 40px #00b4ff59}@media (width<=1200px){.about-page .company-section,.about-page .mission-section{grid-template-columns:1fr}.about-page .values-grid,.about-page .industry-grid,.about-page .stats-grid{grid-template-columns:repeat(2,1fr)}.about-page .timeline:before{left:35px}.about-page .timeline-item{width:100%;padding-left:90px;padding-right:20px;text-align:left!important;left:0!important}}@media (width<=768px){.about-page section{padding:80px 20px}.about-page .about-hero{border-bottom-right-radius:40px;border-bottom-left-radius:40px;height:60vh;min-height:450px}.about-page .about-hero-content{padding:0 15px}.about-page .about-hero-content h1{letter-spacing:-1px;font-size:4rem}.about-page .about-hero-content span{font-size:1rem}.about-page .title-center h2,.about-page .company-right h2{font-size:2.2rem}.about-page .values-grid,.about-page .industry-grid,.about-page .stats-grid{grid-template-columns:1fr}.about-page .leadership-card{text-align:center;grid-template-columns:1fr}.about-page .leadership-icon{margin:auto}.about-page .about-cta h2{font-size:2.2rem}.about-page .about-cta{padding:90px 20px}.about-page .about-cta>div{padding:70px 30px}}@media (width<=480px){.about-page .about-hero-content p{letter-spacing:2px;font-size:.75rem}.about-page .about-hero-content h1{font-size:3rem}.about-page .company-buttons button{justify-content:center;width:100%}.about-page .timeline-item{padding-left:70px}.about-page .timeline-year{padding:10px 18px;font-size:.8rem}.about-page .about-cta h2{font-size:1.8rem}.about-page .about-cta p{font-size:.95rem}}.why-page{color:#fff;background:#07111f;width:100%;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}.why-page .why-hero{z-index:1;border-bottom-right-radius:70px;border-bottom-left-radius:70px;justify-content:center;align-items:center;width:100%;height:60vh;min-height:500px;padding:0;display:flex;position:relative;overflow:hidden}.why-page .why-hero-image{object-fit:cover;z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.why-page .why-hero-overlay{z-index:1;pointer-events:none;background:linear-gradient(90deg,#050c14d1,#050c1499,#050c1466);position:absolute;inset:0}.why-page .why-hero-content{z-index:5;text-align:center;box-sizing:border-box;width:100%;max-width:1000px;padding:0 30px;position:relative}.why-page .why-hero-tag{color:#36d8ff;letter-spacing:5px;text-transform:uppercase;margin-bottom:20px;font-size:.85rem;font-weight:700;display:inline-block}.why-page .why-hero-content h1{letter-spacing:-2px;margin:0;font-size:5.5rem;font-weight:900;line-height:1.05}.why-page .why-hero-content h1 span{background:linear-gradient(90deg,#00b9ff,#42d6ff,#7b6dff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.why-page .why-hero-content p{color:#d6e0eb;max-width:750px;margin:30px auto 0;font-size:1.1rem;line-height:1.8}.why-page .why-title-center{text-align:center;max-width:800px;margin:0 auto 70px}.why-page .why-title-center>span{color:#39d8ff;letter-spacing:4px;text-transform:uppercase;margin-bottom:15px;font-size:.85rem;font-weight:700;display:inline-block}.why-page .why-title-center h2{margin:0;font-size:3rem;font-weight:800;line-height:1.2}.why-page .why-title-center p{color:#bfcddd;max-width:700px;margin:22px auto 0;font-size:1rem;line-height:1.8}.why-page .why-intro{grid-template-columns:1fr 1fr;align-items:center;gap:90px;padding:120px 8%;display:grid}.why-page .why-intro-image{position:relative}.why-page .why-intro-image>img{object-fit:cover;border-radius:32px;width:100%;min-height:520px;display:block;box-shadow:0 30px 80px #00000073}.why-page .why-image-badge{-webkit-backdrop-filter:blur(18px);background:#081425e0;border:1px solid #ffffff24;border-radius:18px;align-items:center;gap:14px;padding:18px 22px;display:flex;position:absolute;bottom:30px;left:30px;box-shadow:0 15px 40px #00000059}.why-page .why-image-badge svg{color:#39d8ff}.why-page .why-image-badge div{flex-direction:column;gap:4px;display:flex}.why-page .why-image-badge strong{font-size:.95rem}.why-page .why-image-badge span{color:#9eb0c4;font-size:.75rem}.why-page .why-intro-content{max-width:620px}.why-page .why-section-tag{color:#3ad7ff;letter-spacing:3px;text-transform:uppercase;margin-bottom:18px;font-size:.85rem;font-weight:700;display:block}.why-page .why-intro-content h2{margin:0 0 28px;font-size:3.2rem;font-weight:800;line-height:1.2}.why-page .why-intro-content h2 span{background:linear-gradient(90deg,#00c2ff,#7b6dff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.why-page .why-intro-content>p{color:#c6d1df;margin-bottom:20px;font-size:1rem;line-height:1.9}.why-page .why-check-list{grid-template-columns:1fr 1fr;gap:16px;margin-top:30px;display:grid}.why-page .why-check-list div{color:#dce7f2;align-items:center;gap:10px;font-size:.9rem;display:flex}.why-page .why-check-list svg{color:#36d8ff;flex-shrink:0}.why-page .why-advantages{background:linear-gradient(#07111f,#081523);padding:120px 8%}.why-page .why-advantages-grid{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.why-page .why-advantage-card{box-sizing:border-box;-webkit-backdrop-filter:blur(15px);background:linear-gradient(145deg,#fff1,#ffffff06);border:1px solid #ffffff17;border-radius:24px;min-height:270px;padding:32px;transition:transform .4s,border-color .4s,box-shadow .4s;position:relative;overflow:hidden}.why-page .why-advantage-card:before{content:"";background:radial-gradient(circle,#00d4ff2e,#0000 70%);border-radius:50%;width:160px;height:160px;transition:transform .5s;position:absolute;top:-80px;right:-80px}.why-page .why-advantage-card:hover{border-color:#00c8ff8c;transform:translateY(-10px);box-shadow:0 20px 55px #00aaff21}.why-page .why-advantage-card:hover:before{transform:scale(1.6)}.why-page .why-icon-box{color:#39d8ff;background:#00c2ff1a;border:1px solid #00c2ff33;border-radius:17px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:28px;display:flex}.why-page .why-card-number{color:#ffffff1f;font-size:2.5rem;font-weight:900;position:absolute;top:28px;right:28px}.why-page .why-advantage-card h3{margin:0 0 14px;font-size:1.3rem;position:relative}.why-page .why-advantage-card p{color:#aebdce;margin:0;font-size:.9rem;line-height:1.8;position:relative}.why-page .why-card-line{background:linear-gradient(90deg,#00c2ff,#7b6dff);width:0;height:2px;transition:width .4s;position:absolute;bottom:0;left:0}.why-page .why-advantage-card:hover .why-card-line{width:100%}.why-page .why-process{padding:130px 8%}.why-page .why-process-grid{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.why-page .why-process-card{background:#ffffff0b;border:1px solid #ffffff14;border-radius:24px;min-height:250px;padding:35px 30px;transition:transform .35s,border-color .35s;position:relative}.why-page .why-process-card:hover{border-color:#35d8ff;transform:translateY(-8px)}.why-page .why-process-number{color:#39d8ff;letter-spacing:-1px;margin-bottom:35px;font-size:2.2rem;font-weight:900}.why-page .why-process-icon{color:#fff;background:linear-gradient(135deg,#00a8ff,#706cff);border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:absolute;top:32px;right:28px}.why-page .why-process-card h3{margin:0 0 14px;font-size:1.4rem}.why-page .why-process-card p{color:#aebdce;margin:0;font-size:.92rem;line-height:1.8}.why-page .why-industries{background:linear-gradient(#07111f,#0a1727);padding:120px 8%}.why-page .why-industry-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.why-page .why-industry-card{background:#ffffff0b;border:1px solid #ffffff14;border-radius:18px;align-items:center;gap:18px;padding:26px 28px;transition:transform .3s,border-color .3s,background .3s;display:flex}.why-page .why-industry-card:hover{background:#00c2ff12;border-color:#32d8ff;transform:translate(6px)}.why-page .why-industry-card>span{color:#39d8ff;font-size:.75rem;font-weight:700}.why-page .why-industry-card h3{flex:1;margin:0;font-size:1rem;font-weight:600}.why-page .why-industry-card svg{color:#7d8fa5;transition:color .3s,transform .3s}.why-page .why-industry-card:hover svg{color:#39d8ff;transform:translate(4px)}.why-page .why-cta{padding:130px 8% 150px}.why-page .why-cta-box{text-align:center;background:linear-gradient(135deg,#0d2038,#122d50,#183d6b);border:1px solid #ffffff1a;border-radius:35px;padding:100px 50px;position:relative;overflow:hidden}.why-page .why-cta-glow{pointer-events:none;background:radial-gradient(circle,#00c2ff21,#0000 65%);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.why-page .why-cta-box>span{z-index:2;color:#39d8ff;letter-spacing:4px;font-size:.8rem;font-weight:700;position:relative}.why-page .why-cta-box h2{z-index:2;max-width:800px;margin:20px auto;font-size:3.5rem;line-height:1.15;position:relative}.why-page .why-cta-box p{z-index:2;color:#c7d3e0;max-width:700px;margin:0 auto 35px;font-size:1rem;line-height:1.8;position:relative}.why-page .why-cta-box button{z-index:2;cursor:pointer;color:#fff;background:linear-gradient(90deg,#009dff,#6d6cff);border:none;border-radius:50px;justify-content:center;align-items:center;gap:10px;padding:16px 34px;font-size:1rem;font-weight:600;transition:transform .3s,box-shadow .3s;display:inline-flex;position:relative;box-shadow:0 12px 30px #009dff40}.why-page .why-cta-box button:hover{transform:translateY(-4px);box-shadow:0 18px 40px #00b4ff66}@media (width<=1200px){.why-page .why-intro{grid-template-columns:1fr;gap:60px}.why-page .why-intro-content{max-width:100%}.why-page .why-advantages-grid,.why-page .why-process-grid,.why-page .why-industry-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.why-page .why-hero{border-bottom-right-radius:40px;border-bottom-left-radius:40px;height:58vh;min-height:450px}.why-page .why-hero-content{padding:0 20px}.why-page .why-hero-tag{letter-spacing:3px;font-size:.7rem}.why-page .why-hero-content h1{letter-spacing:-1px;font-size:3rem}.why-page .why-hero-content p{font-size:.95rem;line-height:1.7}.why-page .why-title-center{margin-bottom:50px}.why-page .why-title-center h2{font-size:2.2rem}.why-page .why-intro{gap:50px;padding:80px 20px}.why-page .why-intro-image>img{border-radius:24px;min-height:350px}.why-page .why-image-badge{padding:14px 16px;bottom:15px;left:15px}.why-page .why-intro-content h2{font-size:2.3rem}.why-page .why-check-list{grid-template-columns:1fr}.why-page .why-advantages{padding:80px 20px}.why-page .why-advantages-grid{grid-template-columns:1fr}.why-page .why-process{padding:90px 20px}.why-page .why-process-grid{grid-template-columns:1fr}.why-page .why-industries{padding:80px 20px}.why-page .why-industry-grid{grid-template-columns:1fr}.why-page .why-cta{padding:80px 20px 100px}.why-page .why-cta-box{border-radius:25px;padding:70px 25px}.why-page .why-cta-box h2{font-size:2.3rem}}@media (width<=480px){.why-page .why-hero-content h1{font-size:2.5rem}.why-page .why-intro-content h2{font-size:2rem}.why-page .why-title-center h2{font-size:1.9rem}.why-page .why-advantage-card{min-height:auto;padding:28px}.why-page .why-process-card{min-height:auto;padding:30px 25px}.why-page .why-cta-box h2{font-size:1.9rem}.why-page .why-cta-box p{font-size:.9rem}}.contact-section-container{color:#fff;box-sizing:border-box;background:#040914;width:100%;padding:40px 1px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.contact-map-card{margin-top:4px}.contact-map{border:1px solid #ffffff14;border-radius:18px;height:160px;overflow:hidden}.contact-map iframe{border:0;width:100%;height:100%}.office-address{color:#cbd5e1;margin:16px 0;font-size:12px;line-height:1.2}.direction-btn{color:#04111d;background:#00d4ff;border-radius:999px;align-items:center;gap:6px;padding:2px 22px;font-size:12px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.direction-btn:hover{transform:translateY(-2px)}.contact-bg-glow{filter:blur(140px);pointer-events:none;z-index:0;background:radial-gradient(circle,#00d4ff33 0%,#00d4ff00 70%);width:650px;height:650px;position:absolute;top:70%;right:-100px}.contact-shell{z-index:2;flex-direction:column;gap:56px;max-width:1400px;margin:0 auto;display:flex;position:relative}.contact-header{text-align:center;max-width:720px;margin:0 auto}.contact-eyebrow{color:#00d4ff;letter-spacing:1.5px;text-transform:uppercase;background:#00d4ff14;border:1px solid #00d4ff40;border-radius:40px;align-items:center;gap:8px;margin-bottom:16px;padding:16px;font-size:11px;font-weight:700;display:inline-flex}.contact-main-title{color:#fff;margin:0 0 16px;font-size:30px;font-weight:800;line-height:1.15}.contact-title-accent{background:linear-gradient(135deg,#00d4ff 0%,#7c3aed 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.contact-main-desc{color:#94a3b8;margin:0;font-size:13px;line-height:1.3}.contact-grid-layout{grid-template-columns:1fr 1.3fr;align-items:start;gap:36px;margin-top:-40px;display:grid}.contact-info-panel{flex-direction:column;gap:24px;display:flex}.glass-contact-card{-webkit-backdrop-filter:blur(20px);background:#07111fbf;border:1px solid #ffffff1a;border-radius:24px;padding:7px;box-shadow:0 20px 50px #00000080}.contact-card-heading{color:#fff;align-items:center;gap:4px;margin:0 0 11px;font-size:13px;font-weight:700;display:flex}.contact-detail-list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.contact-detail-list li{align-items:flex-start;gap:16px;display:flex}.contact-detail-icon{color:#00d4ff;background:#00d4ff1a;border:1px solid #00d4ff40;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.contact-detail-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;font-size:11px;font-weight:600;display:block}.contact-detail-value{color:#fff;font-size:12px;font-weight:600;text-decoration:none;transition:color .3s}.contact-detail-value:hover{color:#00d4ff}.hours-list{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}.hours-list li{border-bottom:1px dashed #ffffff1a;justify-content:space-between;align-items:center;padding-bottom:1px;display:flex}.hours-day{color:#e2e8f0;font-size:12px}.hours-time{color:#00d4ff;font-size:12px;font-weight:600}.contact-socials-row{gap:12px;display:flex}.contact-social-btn{color:#fff;background:#ffffff0f;border:1px solid #ffffff26;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:all .3s;display:flex}.contact-social-btn:hover{color:#040914;background:#00d4ff;border-color:#00d4ff;transform:translateY(-3px);box-shadow:0 0 15px #00d4ff66}.glass-form-panel{-webkit-backdrop-filter:blur(24px);background:#07111fd9;border:1px solid #ffffff1a;border-radius:28px;padding:10px 40px;box-shadow:0 25px 60px #0000008c}.contact-form-heading{color:#fff;margin:0 0 4px;font-size:18px;font-weight:700}.cf-row{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;display:grid}.cf-field{flex-direction:column;gap:8px;margin-bottom:5px;display:flex}.cf-label{color:#e2e8f0;font-size:13px;font-weight:600}.cf-input{color:#fff;box-sizing:border-box;background:#0d1b30cc;border:1px solid #ffffff26;border-radius:14px;outline:none;width:100%;padding:14px 18px;font-size:14px;transition:all .3s}.cf-input:focus{background:#0d1b30f2;border-color:#00d4ff;box-shadow:0 0 15px #00d4ff40}.cf-textarea{resize:vertical;min-height:120px}.cf-error{color:#ef4444;align-items:center;gap:4px;font-size:12px;display:flex}.cf-submit{color:#fff;cursor:pointer;background:linear-gradient(90deg,#0094ff,#00d8ff);border:none;border-radius:50px;justify-content:center;align-items:center;gap:10px;width:100%;height:52px;font-size:16px;font-weight:700;transition:all .35s;display:flex;box-shadow:0 10px 25px #0094ff66}.cf-submit:hover{transform:translateY(-3px);box-shadow:0 15px 35px #00d8ff8c}.cf-privacy{color:#94a3b8;text-align:center;margin-top:16px;font-size:12px}@media (width<=991px){.contact-grid-layout{grid-template-columns:1fr}}@media (width<=576px){.contact-section-container{padding:60px 16px}.contact-main-title{font-size:32px}.cf-row{grid-template-columns:1fr;gap:0}.glass-form-panel{border-radius:20px;padding:32px 20px}}.clients-page{color:#fff;background:#050b17;width:100%;min-height:100vh;font-family:Inter,sans-serif;overflow:hidden}.clients-hero{background:radial-gradient(circle at 20% 20%,#00c2ff21,#0000 35%),radial-gradient(circle at 80% 80%,#7c3aed24,#0000 35%),#050b17;justify-content:center;align-items:center;min-height:52vh;padding:120px 8% 10px;display:flex;position:relative;overflow:hidden}.clients-hero-glow{filter:blur(120px);pointer-events:none;border-radius:50%;width:450px;height:450px;position:absolute}.clients-hero-glow-one{background:#00c2ff2e;top:-220px;left:-120px}.clients-hero-glow-two{background:#7c3aed33;bottom:-250px;right:-160px}.clients-hero-content{z-index:2;text-align:center;width:100%;max-width:950px;position:relative}.clients-hero-tag{color:#00d4ff;letter-spacing:3px;background:#00d4ff14;border:1px solid #00d4ff4d;border-radius:50px;margin-bottom:25px;padding:9px 22px;font-size:11px;font-weight:700;display:inline-flex}.clients-hero-content h1{letter-spacing:-3px;color:#fff;margin:0;font-size:clamp(35px,7vw,76px);font-weight:800;line-height:1.05}.clients-hero-content h1 span{background:linear-gradient(90deg,#00a8ff,#00d4ff,#5cffb1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.clients-hero-content p{color:#b9c7d8;max-width:720px;margin:30px auto 0;font-size:16px;line-height:1.8}.clients-intro{text-align:center;background:#07111f;padding:10px 2% 20px;position:relative}.clients-intro-content{max-width:900px;margin:auto}.clients-section-tag{color:#35d8ff;letter-spacing:3px;font-size:12px;font-weight:700;display:inline-block}.clients-intro-content h2{letter-spacing:-1.5px;margin:20px 0;font-size:clamp(32px,4vw,52px);font-weight:750;line-height:1.2}.clients-intro-content p{color:#aebdcd;max-width:780px;margin:auto;font-size:16px;line-height:1.9}.clients-list-section{background:#07111f;padding:10px 8%;position:relative}.clients-section-heading{text-align:center;max-width:850px;margin:0 auto 70px}.clients-section-heading span{color:#36d8ff;letter-spacing:3px;font-size:12px;font-weight:700}.clients-section-heading h2{margin:15px 0;font-size:clamp(32px,4vw,52px);line-height:1.2}.clients-section-heading p{color:#aebdcd;max-width:650px;margin:auto;line-height:1.8}.clients-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;width:100%;max-width:1250px;margin:auto;display:grid}.client-card{text-align:center;-webkit-backdrop-filter:blur(20px);background:linear-gradient(145deg,#ffffff13,#ffffff06);border:1px solid #ffffff14;border-radius:28px;flex-direction:column;align-items:center;min-height:430px;transition:transform .45s,border-color .45s,box-shadow .45s;display:flex;position:relative;overflow:hidden}.client-card:hover{border-color:#00d4ff8c;transform:translateY(-12px);box-shadow:0 25px 70px #00aaff24}.client-logo-area{background:radial-gradient(circle,#00c2ff14,#0000 65%);border-bottom:1px solid #ffffff12;justify-content:center;align-items:center;height:200px;padding:30px;display:flex}.client-logo{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-width:180px;min-height:90px;display:flex}.client-logo strong{letter-spacing:1px;color:#fff;font-size:32px;font-weight:800}.client-logo small{color:#00d4ff;letter-spacing:1.5px;text-transform:uppercase;margin-top:8px;font-size:10px}.client-logo-1 strong{letter-spacing:-1px;font-style:italic}.client-logo-2 strong{font-size:28px}.client-logo-3 strong{color:#fff;font-size:48px}.client-logo-4 strong{color:#178cff;font-size:30px}.client-logo-5 strong{font-size:34px;font-weight:700}.client-card-content{flex-direction:column;flex:1;padding:30px;display:flex}.client-category{color:#35d8ff;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px;font-size:10px;font-weight:700}.client-card-content h3{margin:0 0 12px;font-size:23px;font-weight:700}.client-location{color:#c2cfdd;align-items:center;gap:7px;margin:0 0 15px;font-size:13px;display:flex}.client-location svg{color:#00d4ff}.client-description{color:#9faebe;margin:0;font-size:14px;line-height:1.75}.client-project-status{color:#c9d6e3;align-items:center;gap:8px;margin-top:auto;padding-top:25px;font-size:12px;font-weight:600;display:flex}.client-project-status svg{color:#35d8ff}.client-card-line{background:linear-gradient(90deg,#00a8ff,#00d4ff,#6c6bff);width:0;height:2px;transition:width .45s;position:absolute;bottom:0;left:0}.client-card:hover .client-card-line{width:100%}.client-industries-section{background:linear-gradient(#07111f,#050b17);padding:10px 8%;position:relative}.client-image{text-align:center;align-items:center;height:60px}.client-industry-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;width:100%;max-width:1200px;margin:auto;display:grid}.client-industry-card{background:#ffffff09;border:1px solid #ffffff12;border-radius:24px;min-height:240px;padding:40px 30px;transition:transform .4s,border-color .4s,background .4s}.client-industry-card:hover{background:#00c2ff0f;border-color:#00d4ff73;transform:translateY(-8px)}.client-industry-card svg{color:#35d8ff;margin-bottom:25px}.client-industry-card h3{margin:0 0 12px;font-size:19px}.client-industry-card p{color:#9eafc0;margin:0;font-size:14px;line-height:1.7}.clients-cta-section{background:#050b17;padding:110px 8% 140px}.clients-cta-card{background:linear-gradient(135deg,#0c1d34,#102b4e,#172f62);border:1px solid #ffffff1a;border-radius:35px;max-width:1200px;margin:auto;position:relative;overflow:hidden}.clients-cta-glow{filter:blur(80px);background:#00c2ff2e;border-radius:50%;width:450px;height:450px;position:absolute;top:-250px;right:-120px}.clients-cta-content{z-index:2;text-align:center;padding:90px 40px;position:relative}.clients-cta-content>span{color:#35d8ff;letter-spacing:3px;font-size:11px;font-weight:700}.clients-cta-content h2{letter-spacing:-1.5px;margin:18px 0;font-size:clamp(35px,5vw,60px);line-height:1.15}.clients-cta-content p{color:#b7c7d8;max-width:700px;margin:0 auto;font-size:16px;line-height:1.8}.clients-cta-buttons{justify-content:center;margin-top:35px;display:flex}.clients-carousel-wrapper{width:100%;margin-top:30px;padding:1px 0 10px;position:relative;overflow:hidden}.clients-carousel-wrapper:before,.clients-carousel-wrapper:after{content:"";z-index:5;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.clients-carousel-wrapper:before{background:linear-gradient(90deg,#05070b,#0000);left:0}.clients-carousel-wrapper:after{background:linear-gradient(270deg,#05070b,#0000);right:0}.clients-carousel-track{will-change:transform;gap:18px;width:max-content;padding-left:18px;display:flex}.clients-carousel-track .client-card{-webkit-backdrop-filter:blur(15px);background:linear-gradient(145deg,#ffffff17,#ffffff06);border:1px solid #ffffff1f;border-radius:18px;flex:0 0 270px;width:270px;min-height:245px;padding:9px;transition:all .35s;position:relative;overflow:hidden;box-shadow:0 15px 45px #00000040}.clients-carousel-track .client-card:hover{border-color:#46c8ff80;transform:translateY(-7px);box-shadow:0 20px 55px #00000059,0 0 30px #46c8ff1f}.clients-carousel-track .client-logo-area{background:radial-gradient(circle,#3cc8ff1a,#ffffff06 60%,#0000);border:1px solid #ffffff12;border-radius:12px;justify-content:center;align-items:center;height:80px;margin-bottom:15px;display:flex}.clients-carousel-track .client-logo{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.clients-carousel-track .client-logo strong{color:#fff;letter-spacing:1px;font-size:18px;line-height:1}.clients-carousel-track .client-logo small{color:#ffffff73;letter-spacing:1.2px;text-transform:uppercase;margin-top:5px;font-size:7px;font-weight:700}.clients-carousel-track .client-category{color:#4bcdffd9;letter-spacing:1px;text-transform:uppercase;margin-bottom:6px;font-size:8px;font-weight:700;display:block}.clients-carousel-track .client-card-content h3{color:#fff;margin:0;font-size:17px;font-weight:700;line-height:1.2}.clients-carousel-track .client-location{color:#ffffff73;align-items:center;gap:5px;margin:7px 0 0;font-size:9px;display:flex}.clients-carousel-track .client-description{color:#ffffff7a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:9px 0 0;font-size:10px;line-height:1.55;display:-webkit-box;overflow:hidden}.clients-carousel-track .client-project-status{color:#ffffff8c;letter-spacing:.7px;text-transform:uppercase;align-items:center;gap:6px;margin-top:13px;font-size:8px;font-weight:700;display:flex}.clients-carousel-track .client-project-status svg{color:#5ee7a0}.clients-carousel-track .client-card-line{background:linear-gradient(90deg,#0000,#46cdffcc,#0000);height:2px;position:absolute;bottom:0;left:18px;right:18px}@media (width<=900px){.clients-carousel-track{gap:14px}.clients-carousel-track .client-card{flex:0 0 245px;width:245px;min-height:235px}.clients-carousel-wrapper:before,.clients-carousel-wrapper:after{width:70px}}@media (width<=600px){.clients-carousel-wrapper{margin-top:35px}.clients-carousel-track{gap:12px;padding-left:12px}.clients-carousel-track .client-card{border-radius:15px;flex:0 0 220px;width:220px;min-height:220px;padding:14px}.clients-carousel-track .client-logo-area{height:65px}.clients-carousel-track .client-logo strong{font-size:16px}.clients-carousel-track .client-card-content h3{font-size:15px}.clients-carousel-track .client-description{font-size:9px}.clients-carousel-wrapper:before,.clients-carousel-wrapper:after{width:35px}}.clients-primary-btn{color:#fff;background:linear-gradient(90deg,#0094ff,#00d8ff);border-radius:50px;justify-content:center;align-items:center;gap:10px;padding:15px 30px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .35s,box-shadow .35s;display:inline-flex;box-shadow:0 12px 35px #0094ff4d}.clients-primary-btn:hover{transform:translateY(-4px);box-shadow:0 18px 45px #00d8ff73}.clients-contact-info{flex-wrap:wrap;justify-content:center;align-items:center;gap:35px;margin-top:45px;display:flex}.clients-contact-info div{color:#d7e1ec;align-items:center;gap:10px;font-size:14px;display:flex}.clients-contact-info svg{color:#35d8ff}@media (width<=1200px){.clients-grid,.client-industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.clients-hero{min-height:55vh;padding:100px 20px 80px}.clients-hero-content h1{letter-spacing:-1px}.clients-hero-content p{font-size:14px}.clients-intro{padding:80px 20px 50px}.clients-list-section{padding:60px 20px 90px}.clients-grid{grid-template-columns:1fr;gap:22px}.client-card{min-height:410px}.client-industry-grid{grid-template-columns:1fr}.client-industries-section{padding:80px 20px}.clients-cta-section{padding:70px 20px 90px}.clients-cta-content{padding:70px 25px}.clients-contact-info{flex-direction:column;gap:18px}}@media (width<=480px){.clients-hero{padding:90px 18px 70px}.clients-hero-tag{letter-spacing:2px;font-size:9px}.clients-hero-content h1{font-size:40px}.clients-hero-content p{font-size:13px;line-height:1.7}.client-logo strong{font-size:26px}.client-logo-3 strong{font-size:42px}.client-card-content{padding:25px}.client-industry-card{min-height:auto;padding:30px 25px}.clients-cta-content{padding:60px 20px}.clients-cta-content h2{font-size:34px}}.services-page,.service-detail-page{color:#fff;background:#050b17;width:100%;min-height:100vh;font-family:Inter,sans-serif}.services-page .services-hero{background:radial-gradient(circle at 20% 30%,#00c2ff24,#0000 35%),radial-gradient(circle at 80% 70%,#7c3aed29,#0000 35%),#050b17;justify-content:center;align-items:center;min-height:58vh;padding:120px 8% 100px;display:flex;position:relative;overflow:hidden}.services-page .services-hero:before{content:"";filter:blur(100px);pointer-events:none;background:#00c2ff1f;border-radius:50%;width:500px;height:500px;position:absolute;top:-250px;right:-150px}.services-page .services-hero-content{z-index:2;text-align:center;width:100%;max-width:1000px;position:relative}.services-page .services-tag{color:#00d4ff;letter-spacing:4px;text-transform:uppercase;margin-bottom:22px;font-size:13px;font-weight:700;display:inline-block}.services-page .services-hero-content h1{letter-spacing:-2px;margin:0;font-size:clamp(3rem,6vw,6rem);font-weight:800;line-height:1.05}.services-page .services-hero-content h1 span{background:linear-gradient(90deg,#00a8ff,#00d4ff,#5cffb1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:block}.services-page .services-hero-content p{color:#b9c7d8;max-width:760px;margin:30px auto 0;font-size:17px;line-height:1.8}.services-page .services-intro{background:#07111f;padding:110px 8% 60px}.services-page .services-intro-content{text-align:center;max-width:850px;margin:auto}.services-page .services-section-tag{color:#00d4ff;letter-spacing:3px;text-transform:uppercase;font-size:12px;font-weight:700;display:inline-block}.services-page .services-intro h2{margin:18px 0;font-size:clamp(2.2rem,4vw,4rem);line-height:1.15}.services-page .services-intro p{color:#aebed0;max-width:750px;margin:auto;font-size:16px;line-height:1.8}.services-page .services-grid-section{background:#07111f;padding:60px 8% 120px}.services-page .services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;max-width:1450px;margin:auto;display:grid}.services-page .service-card{cursor:pointer;background:#ffffff0a;border:1px solid #ffffff17;border-radius:30px;min-height:580px;transition:transform .45s,border-color .45s,box-shadow .45s;position:relative;overflow:hidden}.services-page .service-card:hover{border-color:#00d4ff80;transform:translateY(-10px);box-shadow:0 30px 80px #00000073,0 0 35px #00c2ff14}.services-page .service-card-image{height:310px;position:relative;overflow:hidden}.services-page .service-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.services-page .service-card:hover .service-card-image img{transform:scale(1.08)}.services-page .service-image-overlay{background:linear-gradient(#0000 35%,#050b17f2 100%);position:absolute;inset:0}.services-page .service-card-number{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#00d4ff;background:#050b17a6;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:13px;font-weight:700;display:flex;position:absolute;top:25px;right:25px}.services-page .service-card-content{margin-top:-5px;padding:30px 35px 35px;position:relative}.services-page .service-icon{color:#00d4ff;background:#00c2ff1a;border:1px solid #00c2ff33;border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:20px;display:flex}.services-page .service-card-content h3{margin:0 0 15px;font-size:25px;font-weight:700}.services-page .service-card-content p{color:#aebed0;margin:0;font-size:15px;line-height:1.8}.services-page .service-card-content button{color:#00d4ff;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;margin-top:25px;padding:0;font-size:14px;font-weight:700;transition:gap .3s;display:inline-flex}.services-page .service-card-content button:hover{gap:16px}.services-page .services-cta{background:#050b17;padding:110px 8%}.services-page .services-cta-inner{text-align:center;background:linear-gradient(135deg,#0d1d33,#102c4d,#13234b);border:1px solid #ffffff1a;border-radius:35px;max-width:1200px;margin:auto;padding:90px 50px;position:relative;overflow:hidden}.services-page .services-cta-inner:before{content:"";filter:blur(20px);background:#00d4ff1f;border-radius:50%;width:400px;height:400px;position:absolute;top:-220px;left:-120px}.services-page .services-cta-inner>*{z-index:2;position:relative}.services-page .services-cta-inner span{color:#00d4ff;letter-spacing:3px;font-size:12px;font-weight:700}.services-page .services-cta-inner h2{max-width:850px;margin:18px auto;font-size:clamp(2.2rem,4vw,4rem);line-height:1.15}.services-page .services-cta-inner p{color:#b7c7d8;max-width:700px;margin:0 auto 35px;line-height:1.8}.services-page .services-cta-inner button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#0094ff,#00d8ff);border:none;border-radius:50px;align-items:center;gap:10px;padding:16px 32px;font-weight:700;transition:all .35s;display:inline-flex}.services-page .services-cta-inner button:hover{transform:translateY(-4px);box-shadow:0 15px 35px #00c2ff59}.service-detail-page .service-detail-hero{align-items:center;min-height:650px;padding:120px 8% 100px;display:flex;position:relative;overflow:hidden}.service-detail-page .service-detail-image{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.02)}.service-detail-page .service-detail-overlay{z-index:1;background:linear-gradient(90deg,#030a14f5 0%,#030a14d1 45%,#030a1473 75%,#030a1440 100%);position:absolute;inset:0}.service-detail-page .service-detail-hero-content{z-index:3;max-width:850px;position:relative}.service-detail-page .service-back-button{color:#b8c9db;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-bottom:45px;font-size:14px;transition:all .3s;display:inline-flex}.service-detail-page .service-back-button:hover{color:#00d4ff;transform:translate(-4px)}.service-detail-page .service-detail-tag{color:#00d4ff;letter-spacing:3px;margin-bottom:20px;font-size:12px;font-weight:700;display:block}.service-detail-page .service-detail-hero-content h1{letter-spacing:-2px;margin:0;font-size:clamp(3.2rem,6vw,6.5rem);font-weight:800;line-height:1}.service-detail-page .service-detail-subtitle{color:#e5edf5;max-width:700px;margin:25px 0 18px;font-size:20px;line-height:1.6}.service-detail-page .service-detail-description{color:#b9c8d8;max-width:700px;font-size:16px;line-height:1.8}.service-detail-page .service-overview{background:#07111f;grid-template-columns:.8fr 1.2fr;align-items:center;gap:80px;padding:120px 8%;display:grid}.service-detail-page .service-overview-left h2{margin:20px 0 0;font-size:clamp(2.4rem,4vw,4rem);line-height:1.15}.service-detail-page .service-overview-left h2 span{background:linear-gradient(90deg,#00a8ff,#00d4ff,#5cffb1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:block}.service-detail-page .service-overview-right p{color:#b6c5d5;margin:0 0 30px;font-size:17px;line-height:1.9}.service-detail-page .service-overview-right button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#0094ff,#00d8ff);border:none;border-radius:50px;align-items:center;gap:10px;padding:15px 28px;font-weight:700;transition:all .35s;display:inline-flex}.service-detail-page .service-overview-right button:hover{transform:translateY(-4px);box-shadow:0 15px 35px #00c2ff4d}.service-detail-page .service-provided-section{background:#050b17;padding:110px 8%}.service-detail-page .service-provided-heading{max-width:750px;margin-bottom:60px}.service-detail-page .service-provided-heading h2{margin:18px 0;font-size:clamp(2.4rem,4vw,4rem)}.service-detail-page .service-provided-heading p{color:#aebed0;font-size:16px;line-height:1.8}.service-detail-page .service-capabilities-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.service-detail-page .service-capability-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:22px;min-height:180px;padding:30px;transition:all .4s;position:relative}.service-detail-page .service-capability-card:hover{background:#00c2ff0f;border-color:#00d4ff80;transform:translateY(-7px)}.service-detail-page .service-capability-card svg{color:#00d4ff;margin-bottom:18px}.service-detail-page .service-capability-card h3{margin:0;font-size:17px;line-height:1.5}.service-detail-page .capability-number{color:#ffffff40;font-size:12px;font-weight:700;position:absolute;top:20px;right:22px}.service-detail-page .service-detail-cta{background:#050b17;padding:100px 8% 130px}.service-detail-page .service-detail-cta>div{text-align:center;background:linear-gradient(135deg,#0d1e35,#123255,#172852);border:1px solid #ffffff1a;border-radius:35px;max-width:1200px;margin:auto;padding:90px 50px;position:relative;overflow:hidden}.service-detail-page .service-detail-cta>div:before{content:"";filter:blur(20px);background:#00d4ff1f;border-radius:50%;width:350px;height:350px;position:absolute;top:-180px;left:-100px}.service-detail-page .service-detail-cta>div>*{z-index:2;position:relative}.service-detail-page .service-detail-cta span{color:#00d4ff;letter-spacing:3px;font-size:12px;font-weight:700}.service-detail-page .service-detail-cta h2{max-width:850px;margin:20px auto;font-size:clamp(2.2rem,4vw,4rem);line-height:1.15}.service-detail-page .service-detail-cta p{color:#b8c8d8;max-width:700px;margin:0 auto 35px;line-height:1.8}.service-detail-page .service-detail-cta button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#0094ff,#00d8ff);border:none;border-radius:50px;align-items:center;gap:10px;padding:16px 32px;font-weight:700;transition:all .35s;display:inline-flex}.service-detail-page .service-detail-cta button:hover{transform:translateY(-4px);box-shadow:0 15px 35px #00c2ff59}.service-detail-page .service-not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;padding:100px 20px;display:flex}.service-detail-page .service-not-found h1{font-size:3rem}.service-detail-page .service-not-found p{color:#aebed0;margin:15px 0 30px}.service-detail-page .service-not-found button{color:#fff;cursor:pointer;background:#00bfff;border:none;border-radius:50px;padding:14px 28px}@media (width<=1100px){.services-page .services-grid{grid-template-columns:1fr}.service-detail-page .service-overview{grid-template-columns:1fr;gap:40px}.service-detail-page .service-capabilities-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services-page .services-hero{min-height:500px;padding:100px 25px 70px}.services-page .services-hero-content h1{font-size:3rem}.services-page .services-hero-content p{font-size:14px}.services-page .services-grid-section{padding-left:20px;padding-right:20px}.services-page .service-card{min-height:auto}.services-page .service-card-image{height:250px}.services-page .service-card-content{padding:28px 25px 30px}.service-detail-page .service-detail-hero{min-height:600px;padding:100px 25px 70px}.service-detail-page .service-detail-hero-content h1{font-size:3.2rem}.service-detail-page .service-detail-subtitle{font-size:17px}.service-detail-page .service-overview,.service-detail-page .service-provided-section{padding:80px 25px}.service-detail-page .service-capabilities-grid{grid-template-columns:1fr}.service-detail-page .service-detail-cta{padding:70px 20px 90px}.service-detail-page .service-detail-cta>div{padding:65px 25px}}@media (width<=480px){.services-page .services-hero-content h1{font-size:2.5rem}.services-page .services-tag{letter-spacing:2px;font-size:11px}.services-page .service-card-image{height:220px}.service-detail-page .service-detail-hero-content h1{font-size:2.6rem}.service-detail-page .service-detail-subtitle{font-size:15px}}
