@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--bg-deep-navy:#020617;--bg-dark-navy:#0b1220;--primary-sky-blue:#38bdf8;--accent-violet:#8b5cf6;--accent-cyan:#22d3ee;--accent-emerald:#22c55e;--text-light:#f9fafb;--text-normal:#e5e7eb;--text-muted:#94a3b8;--glow-sky:0 0 25px #38bdf8bf;--glow-violet:0 0 25px #8b5cf6bf;--glow-cyan:0 0 25px #22d3eebf}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-deep-navy);color:var(--text-normal);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow-x:hidden}body:before{content:"";opacity:.03;z-index:1;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:fixed;top:0;left:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-dark-navy)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg, var(--primary-sky-blue), var(--accent-violet));border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg, var(--accent-cyan), var(--primary-sky-blue))}.glass-card{-webkit-backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1.5rem;position:relative;overflow:hidden}.glass-card-strong{-webkit-backdrop-filter:blur(26px);background:#ffffff14;border:1px solid #ffffff26;border-radius:1.5rem}.glass-card-animated{-webkit-backdrop-filter:blur(18px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.glass-card-animated:hover{box-shadow:var(--glow-sky);background:#ffffff14;border-color:#38bdf866;transform:translateY(-5px)}.neon-glow-sky{box-shadow:var(--glow-sky)}.neon-glow-violet{box-shadow:var(--glow-violet)}.neon-glow-cyan{box-shadow:var(--glow-cyan)}.gradient-text{background:linear-gradient(135deg, var(--primary-sky-blue), var(--accent-violet), var(--accent-cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-text-emerald{background:linear-gradient(135deg, var(--accent-emerald), var(--accent-cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.floating-orbs{z-index:0;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.orb{filter:blur(80px);opacity:.4;border-radius:50%;animation:20s ease-in-out infinite float-orb;position:absolute}.orb-1{background:radial-gradient(circle, var(--primary-sky-blue), transparent);width:500px;height:500px;animation-delay:0s;top:-100px;right:-100px}.orb-2{background:radial-gradient(circle, var(--accent-violet), transparent);width:400px;height:400px;animation-delay:-7s;bottom:-100px;left:-100px}.orb-3{background:radial-gradient(circle, var(--accent-cyan), transparent);width:350px;height:350px;animation-delay:-14s;top:50%;left:50%}@keyframes float-orb{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.05)}66%{transform:translate(-20px,20px)scale(.95)}}.pill-badge{color:var(--text-light);background:linear-gradient(135deg,#38bdf833,#8b5cf633);border:1px solid #fff3;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.pill-badge-emerald{background:linear-gradient(135deg,#22c55e33,#22d3ee33)}.btn-primary{background:linear-gradient(135deg, var(--primary-sky-blue), var(--accent-violet));color:#fff;cursor:pointer;box-shadow:var(--glow-sky);border:none;border-radius:.75rem;padding:.875rem 2rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.btn-primary:before{content:"";opacity:.8;background:#ffffff80;height:2px;position:absolute;top:0;left:0;right:0}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 35px #38bdf8e6}.btn-ghost{color:var(--text-light);cursor:pointer;background:0 0;border:2px solid #fff3;border-radius:.75rem;padding:.875rem 2rem;font-weight:600;transition:all .3s}.btn-ghost:hover{border-color:var(--primary-sky-blue);box-shadow:var(--glow-sky);background:#38bdf81a}.input-glass{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:var(--text-light);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.input-glass:focus{border-color:var(--primary-sky-blue);box-shadow:var(--glow-sky);background:#ffffff14;outline:none}.input-glass::placeholder{color:var(--text-muted)}.shimmer{position:relative;overflow:hidden}.shimmer:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff1a 50%,#0000 100%);width:200%;height:200%;animation:3s infinite shimmer-animation;position:absolute;top:-50%;left:-50%;transform:rotate(30deg)}@keyframes shimmer-animation{0%{transform:translate(-100%)rotate(30deg)}to{transform:translate(100%)rotate(30deg)}}.fade-in-up{opacity:0;animation:.8s forwards fade-in-up;transform:translateY(30px)}@keyframes fade-in-up{to{opacity:1;transform:translateY(0)}}.fade-in-left{opacity:0;animation:.8s forwards fade-in-left;transform:translate(-30px)}@keyframes fade-in-left{to{opacity:1;transform:translate(0)}}.fade-in-right{opacity:0;animation:.8s forwards fade-in-right;transform:translate(30px)}@keyframes fade-in-right{to{opacity:1;transform:translate(0)}}.scale-in{opacity:0;animation:.6s forwards scale-in;transform:scale(.8)}@keyframes scale-in{to{opacity:1;transform:scale(1)}}@media (width<=768px){.orb-1,.orb-2,.orb-3{width:250px;height:250px}.glass-card-animated:hover,.btn-primary:hover,.btn-ghost:hover{transform:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.orb{animation:none}.glass-card-animated:hover{transform:none}}.text-light{color:var(--text-light)}.text-normal{color:var(--text-normal)}.text-muted{color:var(--text-muted)}.bg-deep-navy{background:var(--bg-deep-navy)}.bg-dark-navy{background:var(--bg-dark-navy)}.hero-section{background:#edf2f4;align-items:center;min-height:95vh;padding:4rem 0;display:flex;position:relative;overflow:hidden}@media (width<=768px){.hero-section{min-height:100vh;padding:2rem 0}}.hero-grid-pattern{background-image:linear-gradient(#f5f5f580 1px,#0000 1px),linear-gradient(90deg,#f5f5f580 1px,#0000 1px);background-size:50px 50px;animation:20s linear infinite grid-move;position:absolute;inset:0}@keyframes grid-move{0%{background-position:0 0}to{background-position:50px 50px}}.floating-particle{opacity:.6;pointer-events:none;border-radius:50%;animation:6s ease-in-out infinite float-particle;position:absolute}@keyframes float-particle{0%,to{opacity:.6;transform:translateY(0)translate(0)scale(1)}25%{opacity:.8;transform:translateY(-30px)translate(10px)scale(1.1)}50%{opacity:.5;transform:translateY(-20px)translate(-10px)scale(.9)}75%{opacity:.7;transform:translateY(-40px)translate(5px)scale(1.05)}}.geometric-shape{opacity:.3;pointer-events:none;animation:20s linear infinite rotate-shape,8s ease-in-out infinite float-shape;position:absolute}.geometric-shape.square{background:0 0;border:2px solid #f5f5f5;border-radius:8px}.geometric-shape.circle{background:0 0;border:2px solid #f5f5f5;border-radius:50%}.geometric-shape.triangle{background:0 0;border-bottom-style:solid;border-bottom-color:#f5f5f5;border-left-style:solid;border-left-color:#0000;border-right-style:solid;border-right-color:#0000;width:0;height:0}.geometric-shape.hexagon{clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);background:#f5f5f5}@keyframes rotate-shape{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float-shape{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(10deg)}}.animated-line{pointer-events:none;background:linear-gradient(90deg,#0000,#f5f5f5cc,#0000);height:2px;animation:3s ease-in-out infinite line-pulse;position:absolute}@keyframes line-pulse{0%,to{opacity:.2}50%{opacity:.6}}.gradient-orb{filter:blur(40px);pointer-events:none;background:#f5f5f5;border-radius:50%;animation:8s ease-in-out infinite orb-float;position:absolute}@keyframes orb-float{0%,to{opacity:.5;transform:translate(0)scale(1)}33%{opacity:.7;transform:translate(30px,-30px)scale(1.1)}66%{opacity:.4;transform:translate(-20px,20px)scale(.9)}}.dot-matrix{opacity:.4;pointer-events:none;grid-template-columns:repeat(6,1fr);gap:12px;width:150px;height:150px;animation:4s ease-in-out infinite dot-matrix-pulse;display:grid;position:absolute;top:20%;right:10%}@keyframes dot-matrix-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.dot-matrix-dot{background:#f5f5f5cc;border-radius:50%;width:4px;height:4px;animation:2s ease-in-out infinite dot-blink}@keyframes dot-blink{0%,to{opacity:.3}50%{opacity:1}}.glowing-ring{pointer-events:none;border:2px solid #f5f5f599;border-radius:50%;animation:4s ease-out infinite ring-expand;position:absolute}@keyframes ring-expand{0%{opacity:.8;transform:scale(.5)}to{opacity:0;transform:scale(2)}}.wave-animation{opacity:.1;pointer-events:none;height:200px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.wave-animation svg{fill:#f5f5f5;width:200%;animation:10s linear infinite wave-move;position:absolute;bottom:0}@keyframes wave-move{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-bg-orb-1{filter:blur(60px);z-index:0;pointer-events:none;background:radial-gradient(circle,#f5f5f599,#0000);border-radius:50%;width:500px;height:500px;animation:8s ease-in-out infinite pulse-bg;position:absolute;top:-10%;right:-5%}.hero-bg-orb-2{filter:blur(60px);z-index:0;pointer-events:none;background:radial-gradient(circle,#f5f5f599,#0000);border-radius:50%;width:400px;height:400px;animation:10s ease-in-out infinite pulse-bg-2;position:absolute;bottom:-10%;left:-5%}@media (width<=768px){.hero-bg-orb-1{width:300px;height:300px}.hero-bg-orb-2{width:250px;height:250px}}@keyframes pulse-bg{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}@keyframes pulse-bg-2{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.hero-corner-accent-tl{pointer-events:none;border-top:3px solid #f5f5f599;border-left:3px solid #f5f5f599;border-radius:20px 0 0;width:100px;height:100px;animation:3s ease-in-out infinite corner-pulse;position:absolute;top:20px;left:20px}.hero-corner-accent-br{pointer-events:none;border-bottom:3px solid #f5f5f599;border-right:3px solid #f5f5f599;border-radius:0 0 20px;width:100px;height:100px;animation:3s ease-in-out 1.5s infinite corner-pulse;position:absolute;bottom:20px;right:20px}@keyframes corner-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.hero-content-box{-webkit-backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #f5f5f5cc;border-radius:1.5rem;padding:3rem 2.5rem;position:relative;overflow:visible;box-shadow:0 8px 32px #0000000d}@media (width<=768px){.hero-content-box{padding:1.5rem}}.hero-status-pill{-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#22c55e26,#22d3ee26);border:1px solid #22c55e4d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;display:inline-flex}.hero-status-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;box-shadow:0 0 #22c55eb3}50%{opacity:.7;box-shadow:0 0 0 8px #22c55e00}}.hero-status-text{color:#22c55e;font-size:.875rem;font-weight:600;line-height:1}.hero-title{letter-spacing:-.025em;margin-top:0;margin-bottom:1rem;font-size:3.75rem;font-weight:800;line-height:1.2}.hero-title.hero-title-mobile{font-size:2.125rem}.hero-title-secondary{color:#020617;letter-spacing:-.025em;margin-top:0;margin-bottom:1.5rem;font-size:3.75rem;font-weight:800;line-height:1.2}.hero-title-secondary.hero-title-mobile{font-size:2.125rem}.hero-description{color:#64748b;max-width:600px;margin-top:0;margin-bottom:2rem;font-size:1.25rem;font-weight:400;line-height:1.8}.hero-description.hero-description-mobile{font-size:1rem}.hero-cta-container{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hero-btn-primary,.hero-btn-secondary{text-transform:none;cursor:pointer;vertical-align:middle;box-sizing:border-box;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;min-width:64px;padding:.75rem 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1.5;text-decoration:none;transition:all .3s;display:inline-flex}.hero-btn-primary{color:#fff;background:linear-gradient(135deg,#38bdf8,#8b5cf6);border:none;box-shadow:0 0 25px #38bdf880}.hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 0 40px #38bdf8cc}.hero-btn-secondary{color:#38bdf8;background:0 0;border:2px solid #38bdf8}.hero-btn-secondary:hover{color:#8b5cf6;background:#38bdf81a;border-color:#8b5cf6}.hero-btn-primary svg,.hero-btn-secondary svg{fill:currentColor;-webkit-user-select:none;user-select:none;flex-shrink:0;width:1.25rem;height:1.25rem;display:inline-block}@media (width<=768px){.hero-btn-primary,.hero-btn-secondary{padding:.75rem 1.5rem}}@media (width<=960px){.hero-cta-container{gap:.75rem}}.hero-stats-container{border-top:1px solid #0000001a;flex-wrap:wrap;gap:2.5rem;padding-top:2rem;display:flex}@media (width<=960px){.hero-stats-container{gap:1.5rem}}.hero-stat-item{position:relative}.hero-stat-value{margin-top:0;margin-bottom:.5rem;font-size:3rem;font-weight:700;line-height:1}.hero-stat-value.hero-stat-value-mobile{font-size:2.125rem}.hero-stat-label{color:#64748b;margin:0;font-size:.875rem;font-weight:500;line-height:1.2}.hero-image-container{justify-content:center;align-items:center;width:100%;height:550px;display:flex;position:relative}@media (width<=1200px){.hero-image-container{height:500px}}@media (width<=768px){.hero-image-container{height:400px}}@media (width<=600px){.hero-image-container{height:350px}}.hero-image-wrapper{border-radius:1.5rem;width:100%;max-width:100%;height:100%;animation:6s ease-in-out infinite float-gentle;position:relative;overflow:hidden;box-shadow:0 20px 60px #f5f5f580}@media (width<=600px){.hero-image-wrapper{max-width:100%}}@media (width>=601px) and (width<=960px){.hero-image-wrapper{max-width:90%;margin:0 auto}}@keyframes float-gentle{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-image-wrapper:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(135deg,#f5f5f533 0%,#0000 100%);position:absolute;inset:0}.hero-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s;display:block}.hero-image:hover{transform:scale(1.05)}.hero-placeholder-icon{-webkit-backdrop-filter:blur(20px);background:#fff9;border:1px solid #f5f5f5cc;border-radius:1.5rem;justify-content:center;align-items:center;width:300px;height:300px;animation:3s ease-in-out infinite pulse-glow;display:flex;box-shadow:0 0 50px #f5f5f580}@media (width<=768px){.hero-placeholder-icon{width:250px;height:250px}}@media (width<=600px){.hero-placeholder-icon{width:200px;height:200px}}@keyframes pulse-glow{0%,to{opacity:1;box-shadow:0 0 15px #16a34a66,0 0 30px #16a34a33}50%{opacity:.8;box-shadow:0 0 25px #16a34a80,0 0 45px #16a34a4d}}.hero-placeholder-emoji{filter:drop-shadow(0 4px 8px #0000001a);font-size:6rem;line-height:1}@media (width<=768px){.hero-placeholder-emoji{font-size:5rem}}@media (width<=600px){.hero-placeholder-emoji{font-size:4rem}}.hero-parallax-left,.hero-parallax-right{transition:transform .1s ease-out}.services-section{background-color:#fff;padding:6rem 0;position:relative;overflow:hidden}@media (width<=768px){.services-section{padding:4rem 0}}.services-bg-dots{z-index:0;pointer-events:none;opacity:.4;background-image:radial-gradient(circle,#dee2e6 1px,#0000 1px);background-size:40px 40px;width:100%;height:100%;position:absolute;top:0;left:0}.services-bg-element{pointer-events:none;z-index:0;border-radius:50%;position:absolute}.services-bg-element--1{background:radial-gradient(circle,#0d6efd0a 0%,#0000 70%);width:600px;height:600px;top:-200px;right:-150px}.services-bg-element--2{background:radial-gradient(circle,#6610f20a 0%,#0000 70%);width:500px;height:500px;bottom:-150px;left:-100px}.services-bg-element--3{background:radial-gradient(circle,#19875408 0%,#0000 70%);width:300px;height:300px;top:40%;left:50%;transform:translate(-50%)}.services-bg-shape{pointer-events:none;z-index:0;opacity:.06;position:absolute}.services-bg-shape--1{border:3px solid #0d6efd;border-radius:1rem;width:80px;height:80px;animation:8s ease-in-out infinite services-float-1;top:8%;left:5%;transform:rotate(45deg)}.services-bg-shape--2{border:3px solid #6610f2;border-radius:50%;width:60px;height:60px;animation:10s ease-in-out infinite services-float-2;top:15%;right:8%}.services-bg-shape--3{background:#0d6efd;border-radius:.5rem;width:40px;height:40px;animation:7s ease-in-out infinite services-float-3;bottom:20%;left:10%;transform:rotate(30deg)}.services-bg-shape--4{border:3px solid #198754;border-radius:50%;width:100px;height:100px;animation:12s ease-in-out infinite reverse services-float-1;bottom:10%;right:5%}.services-bg-shape--5{background:#6610f2;border-radius:50%;width:20px;height:20px;animation:6s ease-in-out infinite services-float-2;top:50%;left:3%}.services-bg-shape--6{border:3px solid #0d6efd;border-radius:.75rem;width:50px;height:50px;animation:9s ease-in-out infinite services-float-3;top:35%;right:3%;transform:rotate(60deg)}.services-bg-line{pointer-events:none;z-index:0;position:absolute}.services-bg-line--1{background:linear-gradient(90deg,#0000,#0d6efd1a,#0000);width:200px;height:2px;top:20%;left:-50px;transform:rotate(-15deg)}.services-bg-line--2{background:linear-gradient(90deg,#0000,#6610f214,#0000);width:300px;height:2px;bottom:30%;right:-80px;transform:rotate(10deg)}.services-bg-line--3{background:linear-gradient(90deg,#0000,#19875414,#0000);width:150px;height:2px;top:60%;left:15%;transform:rotate(-5deg)}@keyframes services-float-1{0%,to{transform:rotate(45deg)translateY(0)}50%{transform:rotate(45deg)translateY(-20px)}}@keyframes services-float-2{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-15px)scale(1.05)}}@keyframes services-float-3{0%,to{transform:rotate(30deg)translateY(0)}50%{transform:rotate(30deg)translateY(-25px)}}.services-content{z-index:1;position:relative}.services-header{text-align:center;margin-bottom:4rem}@media (width<=768px){.services-header{margin-bottom:3rem}}.services-overline{color:#0d6efd;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:block}.services-title{letter-spacing:-.025em;color:#212529;margin-top:0;margin-bottom:1rem;font-size:3.75rem;font-weight:800}.services-title.services-title-mobile{font-size:2.125rem}.services-subtitle{color:#6c757d;max-width:700px;margin:0 auto;font-size:1.25rem;line-height:1.8}.services-subtitle.services-subtitle-mobile{font-size:1rem}.services-loading-container{justify-content:center;padding:4rem 0;display:flex}.services-empty-container{text-align:center;padding:4rem 0}.services-empty-text{color:#6c757d;margin:0;font-size:1.25rem}@keyframes cardSlideUp{0%{opacity:0;filter:blur(4px);transform:translateY(60px)scale(.95)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}.service-card-wrapper{opacity:0;animation:.7s cubic-bezier(.16,1,.3,1) forwards cardSlideUp}.service-card-wrapper--delay-0{animation-delay:.1s}.service-card-wrapper--delay-1{animation-delay:.2s}.service-card-wrapper--delay-2{animation-delay:.3s}.service-card-wrapper--delay-3{animation-delay:.4s}.service-card-wrapper--delay-4{animation-delay:.5s}.service-card-wrapper--delay-5{animation-delay:.6s}.service-card-wrapper--delay-6{animation-delay:.7s}.service-card-wrapper--delay-7{animation-delay:.8s}.service-card-wrapper--delay-8{animation-delay:.9s}.service-card{cursor:pointer;background-color:#fff;border:1px solid #e9ecef;border-radius:1.25rem;flex-direction:column;height:100%;min-height:340px;padding:2.5rem;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}@media (width<=768px){.service-card{padding:1.5rem}}.service-card:before{content:"";background:linear-gradient(var(--card-gradient-angle,135deg), #0d6efd, #6610f2, #d63384, #0d6efd);-webkit-mask-composite:xor;opacity:0;background-size:300% 300%;border-radius:1.25rem;padding:2px;transition:opacity .5s;animation:4s linear infinite paused gradientRotate;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}.service-card:hover:before{opacity:1;animation-play-state:running}@keyframes gradientRotate{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.service-card:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(135deg,#0000 40%,#ffffff4d 45%,#fff9 50%,#ffffff4d 55%,#0000 60%);width:200%;height:200%;transition:none;position:absolute;top:-50%;left:-50%;transform:translate(-100%)translateY(-100%)rotate(0)}.service-card:hover:after{animation:.8s ease-in-out forwards cardShine}@keyframes cardShine{0%{transform:translate(-100%)translateY(-100%)}to{transform:translate(100%)translateY(100%)}}.service-card:hover{border-color:#0000;transform:translateY(-8px);box-shadow:0 20px 60px #0d6efd1f,0 8px 24px #6610f214}.service-card-number{color:#0000;-webkit-text-stroke:1px #e9ecef;z-index:0;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:4rem;font-weight:900;line-height:1;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute;top:1.25rem;right:1.5rem}.service-card:hover .service-card-number{-webkit-text-stroke:1px #0d6efd26;transform:scale(1.1)translateY(-4px)}.service-card-corner{z-index:1;width:0;height:0;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute}.service-card-corner--top{border-top:3px solid #0000;border-left:3px solid #0000;border-radius:1.25rem 0 0;top:0;left:0}.service-card-corner--bottom{border-bottom:3px solid #0000;border-right:3px solid #0000;border-radius:0 0 1.25rem;bottom:0;right:0}.service-card:hover .service-card-corner--top{border-top-color:#0d6efd;border-left-color:#0d6efd;width:40px;height:40px}.service-card:hover .service-card-corner--bottom{border-bottom-color:#6610f2;border-right-color:#6610f2;width:40px;height:40px}.service-card-bg-gradient{opacity:0;pointer-events:none;z-index:0;background:linear-gradient(135deg,#0d6efd05 0%,#6610f208 50%,#0d6efd05 100%);border-radius:1.25rem;transition:opacity .5s;position:absolute;inset:0}.service-card:hover .service-card-bg-gradient{opacity:1}.service-card-particles{pointer-events:none;z-index:0;border-radius:1.25rem;position:absolute;inset:0;overflow:hidden}.service-card-particle{opacity:0;border-radius:50%;width:4px;height:4px;transition:opacity .3s;position:absolute}.service-card-particle--1{background:#0d6efd;animation:3s ease-in-out infinite paused particleFloat1;top:20%;left:80%}.service-card-particle--2{background:#6610f2;animation:4s ease-in-out infinite paused particleFloat2;top:70%;left:15%}.service-card-particle--3{background:#198754;animation:3.5s ease-in-out infinite paused particleFloat3;top:40%;left:90%}.service-card-particle--4{background:#d63384;animation:5s ease-in-out infinite paused particleFloat1;top:85%;left:60%}.service-card:hover .service-card-particle{opacity:.4;animation-play-state:running}@keyframes particleFloat1{0%,to{transform:translate(0)scale(1)}25%{transform:translate(-10px,-15px)scale(1.5)}50%{transform:translate(5px,-25px)scale(1)}75%{transform:translate(-5px,-10px)scale(1.3)}}@keyframes particleFloat2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(15px,-10px)scale(1.4)}66%{transform:translate(-10px,-20px)scale(.8)}}@keyframes particleFloat3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-20px,-15px)scale(1.6)}}.service-icon{color:#0d6efd;z-index:1;background:#0d6efd0f;border-radius:1.25rem;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.service-icon svg{fill:currentColor;width:40px;height:40px;transition:all .5s cubic-bezier(.4,0,.2,1)}.service-icon:after{content:"";border:2px solid #0d6efd00;border-radius:1.5rem;transition:all .5s;position:absolute;inset:-4px}.service-card:hover .service-icon{color:#fff;background:linear-gradient(135deg,#0d6efd,#6610f2);border-radius:1.5rem;transform:rotate(-5deg)scale(1.15);box-shadow:0 8px 30px #0d6efd4d}.service-card:hover .service-icon:after{border-color:#0d6efd33;animation:1.5s ease-in-out infinite iconPulse}@keyframes iconPulse{0%{opacity:1;inset:-4px}to{opacity:0;inset:-16px}}.service-title{color:#212529;z-index:1;margin-top:0;margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.334;transition:color .3s;position:relative}.service-title:after{content:"";background:linear-gradient(90deg,#0d6efd,#6610f2);border-radius:2px;width:0;height:3px;margin-top:.5rem;transition:width .5s cubic-bezier(.4,0,.2,1);display:block}.service-card:hover .service-title{color:#0d6efd}.service-card:hover .service-title:after{width:50px}.service-description{color:#6c757d;z-index:1;flex-grow:1;margin-top:0;margin-bottom:1.5rem;font-size:.875rem;line-height:1.7;transition:color .3s;position:relative}.service-card:hover .service-description{color:#495057}.service-features{z-index:1;margin-bottom:1rem;position:relative}.service-feature-item{opacity:.7;align-items:center;gap:.75rem;margin-bottom:.625rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;transform:translate(0)}.service-card:hover .service-feature-item{opacity:1}.service-card:hover .service-feature-item:first-child{transition-delay:50ms;transform:translate(6px)}.service-card:hover .service-feature-item:nth-child(2){transition-delay:.1s;transform:translate(6px)}.service-card:hover .service-feature-item:nth-child(3){transition-delay:.15s;transform:translate(6px)}.service-card:hover .service-feature-item:nth-child(4){transition-delay:.2s;transform:translate(6px)}.service-card:hover .service-feature-item:nth-child(5){transition-delay:.25s;transform:translate(6px)}.service-feature-dot{background:#198754;border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:all .3s;position:relative}.service-feature-dot:after{content:"";opacity:0;background:#19875433;border-radius:50%;transition:opacity .3s;position:absolute;inset:-3px}.service-card:hover .service-feature-dot{box-shadow:0 0 12px #19875480}.service-card:hover .service-feature-dot:after{opacity:1}.service-feature-text{color:#495057;margin:0;font-size:.875rem;line-height:1.43}.service-description-truncated{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;flex-grow:0;max-height:3.4em;display:-webkit-box;overflow:hidden}.service-card-cta{color:#0d6efd;z-index:1;border-top:1px solid #e9ecef;align-items:center;gap:.5rem;margin-top:auto;padding-top:1rem;font-size:.875rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.service-card:hover .service-card-cta{color:#0a58ca;border-top-color:#0d6efd}.service-card-arrow{width:18px;height:18px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.service-card:hover .service-card-arrow{transform:translate(4px)}.services-cta-container{text-align:center;opacity:0;margin-top:4rem;animation:.7s cubic-bezier(.16,1,.3,1) 1s forwards cardSlideUp}.services-cta-btn{text-transform:none;color:#fff;cursor:pointer;vertical-align:middle;box-sizing:border-box;background:linear-gradient(135deg,#0d6efd,#6610f2);border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;min-width:64px;padding:1rem 2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:600;line-height:1.5;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0d6efd59}.services-cta-btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.services-cta-btn:hover:before{left:100%}.services-cta-btn:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 12px 40px #0d6efd73}.services-cta-btn svg{fill:currentColor;-webkit-user-select:none;user-select:none;flex-shrink:0;width:1.25rem;height:1.25rem;transition:transform .3s;display:inline-block}.services-cta-btn:hover svg{transform:translate(4px)}.services-cta-btn span{display:inline-block}.tech-stack-section{background:linear-gradient(#fff 0%,#fef9ef 50%,#fff 100%);padding:10rem 0;position:relative;overflow:hidden}@media (width<=768px){.tech-stack-section{padding:5rem 0}}.tech-stack-section:before{content:"";pointer-events:none;background:radial-gradient(80% 50% at 50% 0,#b453090f,#0000),radial-gradient(60% 40% at 80% 100%,#ca8a040d,#0000),radial-gradient(40% 30% at 10% 80%,#ea580c0a,#0000);position:absolute;inset:0}.tech-stack-section:after{content:"";pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23b45309' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.tech-stack-orb-1{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#fbbf241f,#0000 70%);border-radius:50%;width:400px;height:400px;animation:20s ease-in-out infinite float-orb;position:absolute;top:20%;left:10%}.tech-stack-orb-2{filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#ea580c14,#0000 70%);border-radius:50%;width:300px;height:300px;animation:25s ease-in-out infinite reverse float-orb;position:absolute;bottom:10%;right:5%}.tech-stack-header{text-align:center;margin-bottom:6rem}@media (width<=768px){.tech-stack-header{margin-bottom:4rem}}.tech-stack-badge{-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#b4530914,#ca8a0414);border:1px solid #b4530926;border-radius:100px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.5rem 1.5rem;display:inline-flex}.tech-stack-badge-dot{background:linear-gradient(135deg,#b45309,#d97706);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;box-shadow:0 0 15px #b4530966}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.tech-stack-badge-text{letter-spacing:2px;background:linear-gradient(135deg,#92400e,#b45309);-webkit-text-fill-color:transparent;text-transform:uppercase;-webkit-background-clip:text;background-clip:text;margin:0;font-size:.85rem;font-weight:600}.tech-stack-title{color:#1c1917;margin-top:0;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.tech-stack-title.tech-stack-title-mobile{font-size:2.5rem}@media (width<=1200px){.tech-stack-title{font-size:3.5rem}}.tech-stack-title-gradient{background:linear-gradient(135deg,#92400e 0%,#b45309 30%,#d97706 60%,#ea580c 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s infinite gradient-shift}@keyframes gradient-shift{0%,to{background-position:0%}50%{background-position:100%}}.tech-stack-subtitle{color:#78716c;max-width:700px;margin:0 auto;font-size:1.15rem;font-weight:400;line-height:1.8}.tech-stack-subtitle.tech-stack-subtitle-mobile{font-size:1rem}.tech-marquee-container{padding:3rem 0;position:relative;overflow:hidden}.tech-marquee-container:before,.tech-marquee-container:after{content:"";z-index:10;pointer-events:none;width:200px;height:100%;position:absolute;top:0}@media (width<=768px){.tech-marquee-container:before,.tech-marquee-container:after{width:80px}}.tech-marquee-container:before{background:linear-gradient(90deg,#fef9ef 0%,#0000 100%);left:0}.tech-marquee-container:after{background:linear-gradient(270deg,#fef9ef 0%,#0000 100%);right:0}.tech-marquee-row-1{margin-bottom:1.5rem;animation:40s linear infinite scroll-left;display:flex}.tech-marquee-row-1:hover{animation-play-state:paused}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.tech-marquee-row-2{animation:35s linear infinite scroll-right;display:flex}.tech-marquee-row-2:hover{animation-play-state:paused}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.tech-card{cursor:pointer;-webkit-backdrop-filter:blur(20px);background:linear-gradient(145deg,#fffc,#ffffff80);border:1px solid #b4530914;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-width:170px;height:160px;margin:0 .75rem;padding:1.5rem;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #1c19170a}@media (width<=768px){.tech-card{min-width:130px;height:130px}}.tech-card:before{content:"";-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,#b4530933,#0000,#ca8a0433);border-radius:24px;padding:1px;transition:opacity .5s;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}.tech-card:after{content:"";opacity:0;background:radial-gradient(circle,#fbbf241a,#0000 70%);width:120%;height:120%;transition:opacity .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tech-card:hover{background:linear-gradient(145deg,#fffffff2,#fffc);border-color:#b4530926;transform:scale(1.1)translateY(-15px);box-shadow:0 30px 60px #b453091f}.tech-card:hover:before,.tech-card:hover:after{opacity:1}.tech-card:hover .tech-icon{transform:scale(1.2)}.tech-card:hover .tech-name{color:#78350f}.tech-card:hover .tech-category{opacity:1;transform:translateY(0)}.tech-card-glow{opacity:.3;background:conic-gradient(#0000,#fbbf2414,#0000,#ea580c0f,#0000);width:200%;height:200%;animation:8s linear infinite rotate-glow;position:absolute;top:-50%;left:-50%}@keyframes rotate-glow{to{transform:rotate(360deg)}}.tech-icon{filter:drop-shadow(0 4px 10px #1c191714);z-index:2;margin-bottom:.75rem;font-size:3.5rem;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative}@media (width<=768px){.tech-icon{font-size:3rem}}.tech-name{color:#44403c;text-align:center;z-index:2;letter-spacing:.5px;margin:0;font-size:.9rem;font-weight:600;transition:all .3s;position:relative}@media (width<=768px){.tech-name{font-size:.8rem}}.tech-category{opacity:0;z-index:2;text-transform:uppercase;letter-spacing:1px;color:#b45309;margin-top:.25rem;margin-bottom:0;font-size:.7rem;font-weight:500;transition:all .3s;position:relative;transform:translateY(10px)}.tech-stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:5rem;display:grid}@media (width<=768px){.tech-stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.tech-stat-card{text-align:center;-webkit-backdrop-filter:blur(20px);background:linear-gradient(145deg,#ffffffb3,#fff6);border:1px solid #b4530914;border-radius:24px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 12px #1c19170a}@media (width<=768px){.tech-stat-card{padding:1.5rem}}.tech-stat-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#b453094d,#0000);height:1px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.tech-stat-card:hover{background:linear-gradient(145deg,#ffffffe6,#ffffffb3);border:1px solid #b4530926;transform:translateY(-8px);box-shadow:0 20px 40px #1c191714,0 0 40px #fbbf240f}.tech-stat-card:hover:before{opacity:1}.tech-stat-icon{margin-bottom:.5rem;font-size:2rem}.tech-stat-number{background:linear-gradient(135deg,#78350f,#b45309);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:0;margin-bottom:.25rem;font-size:2.5rem;font-weight:800;line-height:1}@media (width<=768px){.tech-stat-number{font-size:2rem}}.tech-stat-label{color:#78716c;letter-spacing:1px;margin:0;font-size:.9rem;font-weight:500}.tech-cta-container{text-align:center;margin-top:5rem}.tech-cta-badge{-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#15803d14,#16a34a0a);border:1px solid #15803d26;border-radius:100px;align-items:center;gap:1rem;padding:1rem 2.5rem;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #15803d0f}.tech-cta-badge:before{content:"";background:linear-gradient(90deg,#0000,#15803d0f,#0000);animation:3s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmer{to{transform:translate(100%)}}.tech-cta-dot{background:#16a34a;border-radius:50%;width:12px;height:12px;animation:2s infinite pulse-glow;box-shadow:0 0 15px #16a34a66,0 0 30px #16a34a33}.tech-cta-text{color:#15803d;letter-spacing:.5px;margin:0;font-size:1rem;font-weight:600}.tech-cta-arrow{color:#16a34a;animation:2s infinite bounce;display:inline-flex}@keyframes bounce{0%,to{transform:translate(0)}50%{transform:translate(5px)}}.project-carousel-section{background:#edf2f4;padding:6rem 0;position:relative;overflow:hidden}@media (width<=768px){.project-carousel-section{padding:4rem 0}}.project-carousel-loading{justify-content:center;align-items:center;padding:6rem 0;display:flex}@media (width<=768px){.project-carousel-loading{padding:3rem 0}}.project-carousel-header{text-align:center;margin-bottom:4rem}@media (width<=768px){.project-carousel-header{margin-bottom:3rem}}.project-carousel-overline{color:#22d3ee;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:block}.project-carousel-title{letter-spacing:-.025em;margin-top:0;margin-bottom:1rem;font-size:3.75rem;font-weight:800}.project-carousel-title.project-carousel-title-mobile{font-size:2.125rem}.project-carousel-subtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.8}.project-carousel-subtitle.project-carousel-subtitle-mobile{font-size:1rem}.project-carousel-container{justify-content:center;align-items:center;min-height:500px;display:flex;position:relative}@media (width<=768px){.project-carousel-container{min-height:450px}}.project-carousel-nav-btn{z-index:10;-webkit-backdrop-filter:blur(10px);color:#38bdf8;cursor:pointer;background:#ffffffe6;border:1px solid #38bdf833;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:all .3s;display:flex;position:absolute}.project-carousel-nav-btn:hover{background:#fff;border-color:#38bdf8;box-shadow:0 0 25px #38bdf880}.project-carousel-nav-btn svg{fill:currentColor;width:32px;height:32px}.project-carousel-nav-btn-left{left:20px}@media (width<=768px){.project-carousel-nav-btn-left{left:0}}.project-carousel-nav-btn-right{right:20px}@media (width<=768px){.project-carousel-nav-btn-right{right:0}}.project-carousel-cards{justify-content:center;align-items:center;width:100%;padding:0 5rem;display:flex}@media (width<=768px){.project-carousel-cards{padding:0 2.5rem}}.project-card{cursor:pointer;-webkit-backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #ffffff80;border-radius:1.5rem;width:60%;max-width:700px;padding:2.5rem;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute;box-shadow:0 8px 32px #0000001a}.project-card.project-card-mobile{width:100%;padding:1.5rem;position:relative}.project-card.project-card-active{z-index:10;background:#fffffff2;border:1px solid #38bdf84d;box-shadow:0 0 40px #38bdf84d}@media (width<=768px){.project-card{width:100%;padding:1.5rem;position:relative}}.project-category-container{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.project-category-icon{color:#38bdf8;background:#38bdf81a;border:1px solid #38bdf833;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.project-category-icon svg{fill:currentColor;width:24px;height:24px}.project-category-badge{color:#38bdf8;background:linear-gradient(135deg,#38bdf826,#8b5cf626);border:1px solid #38bdf84d;border-radius:9999px;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.project-title{color:#020617;margin-top:0;margin-bottom:1rem;font-size:2.125rem;font-weight:700;line-height:1.235}.project-title.project-title-mobile{font-size:1.5rem}.project-description{color:#64748b;margin-top:0;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.project-tech-section{margin-top:1.5rem}.project-tech-label{color:#64748b;text-transform:uppercase;letter-spacing:1px;margin-top:0;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.project-tech-list{flex-wrap:wrap;gap:.5rem;display:flex}.project-tech-tag{color:#38bdf8;background:#38bdf81a;border:1px solid #38bdf833;border-radius:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;transition:all .3s}.project-tech-tag:hover{background:#38bdf833;border-color:#38bdf8;transform:translateY(-2px)}.project-carousel-dots{justify-content:center;gap:.75rem;margin-top:3rem;display:flex}.project-carousel-dot{cursor:pointer;background:#64748b4d;border-radius:5px;width:10px;height:10px;transition:all .3s}.project-carousel-dot.project-carousel-dot-active{background:linear-gradient(135deg,#38bdf8,#8b5cf6);width:32px;box-shadow:0 0 20px #38bdf880}.project-carousel-dot:hover{background:#64748b80}.project-carousel-dot.project-carousel-dot-active:hover{background:linear-gradient(135deg,#38bdf8,#8b5cf6)}.navbar{z-index:1100;background:#fff;border-bottom:1px solid #00000014;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #0000000d}.navbar-container{justify-content:space-between;align-items:center;min-height:72px;padding:0;display:flex}@media (width<=960px){.navbar-container{min-height:64px}}.navbar-logo-section{flex-grow:1;align-items:center;display:flex}.navbar-logo{height:40px;margin-right:1rem;display:block}.navbar-site-name{color:#020617;font-size:1.25rem;font-weight:700;line-height:1.6;text-decoration:none;transition:color .3s}.navbar-site-name:hover{color:#38bdf8}.navbar-mobile-menu-btn{color:#020617;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:background .3s;display:flex}.navbar-mobile-menu-btn:hover{background:#38bdf81a}.navbar-mobile-menu-btn svg{fill:currentColor;width:24px;height:24px}.navbar-nav{align-items:center;gap:.5rem;display:flex}.navbar-nav-item{color:#64748b;text-transform:none;cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem;font-weight:600;line-height:1.5;text-decoration:none;transition:color .3s;display:inline-block;position:relative}.navbar-nav-item:after{content:"";background:linear-gradient(135deg,#38bdf8,#8b5cf6);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.navbar-nav-item:hover{color:#38bdf8;background:0 0}.navbar-nav-item:hover:after{width:80%}.navbar-dashboard-btn{color:#64748b;text-transform:none;cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem;font-weight:600;line-height:1.5;text-decoration:none;transition:color .3s}.navbar-dashboard-btn:hover{color:#38bdf8;background:0 0}.navbar-logout-btn{color:#64748b;text-transform:none;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:0;margin-left:.5rem;padding:.5rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem;font-weight:600;line-height:1.5;transition:all .3s}.navbar-logout-btn:hover{color:#38bdf8;background:0 0;border-color:#38bdf8}.navbar-login-btn{color:#fff;text-transform:none;cursor:pointer;background:linear-gradient(135deg,#38bdf8,#8b5cf6);border:none;border-radius:0;margin-left:.5rem;padding:.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem;font-weight:600;line-height:1.5;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 0 20px #38bdf84d}.navbar-login-btn:hover{background:linear-gradient(135deg,#22d3ee,#8b5cf6);box-shadow:0 0 25px #38bdf880}.navbar-spacer{min-height:72px}@media (width<=960px){.navbar-spacer{min-height:64px}}.navbar-drawer{width:250px;padding-top:1rem}.navbar-drawer-close{justify-content:flex-end;margin-bottom:.5rem;padding:0 1rem;display:flex}.navbar-drawer-close-btn{color:#020617;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:background .3s;display:flex}.navbar-drawer-close-btn:hover{background:#38bdf81a}.navbar-drawer-close-btn svg{fill:currentColor;width:24px;height:24px}.navbar-drawer-list{margin:0;padding:0;list-style:none}.navbar-drawer-item{cursor:pointer;color:#020617;border-left:3px solid #0000;padding:1rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:block}.navbar-drawer-item:hover{color:#38bdf8;background:#38bdf80d;border-left-color:#38bdf8}.navbar-drawer-item-text{margin:0;font-size:1rem;line-height:1.5}@media (width<=575.98px){body{font-size:14px}.hero-section{min-height:auto;padding:1.5rem 0}.hero-content-box{border-radius:1rem;padding:1.25rem}.hero-title{margin-bottom:.75rem;font-size:1.75rem!important}.hero-title-secondary{margin-bottom:1rem;font-size:1.75rem!important}.hero-description{margin-bottom:1.5rem;line-height:1.6;font-size:.9rem!important}.hero-status-pill{margin-bottom:1rem;padding:.375rem .75rem}.hero-status-text{font-size:.75rem}.hero-cta-container{flex-direction:column;gap:.75rem;margin-bottom:2rem}.hero-btn-primary,.hero-btn-secondary{width:100%;padding:.875rem 1.5rem;font-size:.9rem}.hero-stats-container{justify-content:space-between;gap:1rem;padding-top:1.5rem}.hero-stat-value{font-size:1.75rem!important}.hero-stat-label{font-size:.75rem}.hero-image-container{height:280px;margin-top:2rem}.hero-placeholder-icon{width:160px;height:160px}.hero-placeholder-emoji{font-size:3rem}.orb-1,.orb-2,.orb-3{width:150px;height:150px}.hero-bg-orb-1{width:200px;height:200px}.hero-bg-orb-2{width:150px;height:150px}.hero-corner-accent-tl,.hero-corner-accent-br{width:50px;height:50px;display:none}.dot-matrix{gap:8px;width:80px;height:80px}.services-section{padding:3rem 0}.services-header{margin-bottom:2rem}.services-overline{font-size:.75rem}.services-title{font-size:1.75rem!important}.services-subtitle{line-height:1.6;font-size:.9rem!important}.service-card{min-height:280px;max-height:none;padding:1.25rem}.service-card-number{font-size:2.5rem;top:1rem;right:1rem}.service-icon{width:60px;height:60px;margin-bottom:1rem}.service-icon svg{width:30px;height:30px}.service-title{font-size:1.25rem}.service-description{margin-bottom:1rem;font-size:.8rem}.service-feature-text{font-size:.8rem}.services-cta-container{margin-top:2.5rem}.services-cta-btn{width:100%;padding:.875rem 1.5rem;font-size:1rem}.services-bg-shape--1,.services-bg-shape--2,.services-bg-shape--3,.services-bg-shape--4,.services-bg-shape--5,.services-bg-shape--6{display:none}.tech-stack-section{padding:3rem 0}.tech-stack-header{margin-bottom:2.5rem}.tech-stack-badge{margin-bottom:1.5rem;padding:.375rem 1rem}.tech-stack-badge-text{font-size:.75rem}.tech-stack-title{font-size:1.75rem!important}.tech-stack-subtitle{font-size:.9rem!important}.tech-marquee-container{padding:1.5rem 0}.tech-marquee-container:before,.tech-marquee-container:after{width:40px}.tech-card{border-radius:16px;min-width:100px;height:100px;margin:0 .5rem;padding:1rem}.tech-icon{margin-bottom:.5rem;font-size:2rem}.tech-name{font-size:.7rem}.tech-stats-grid{gap:1rem;margin-top:3rem}.tech-stat-card{border-radius:16px;padding:1.25rem}.tech-stat-icon,.tech-stat-number{font-size:1.5rem}.tech-stat-label{font-size:.75rem}.tech-cta-container{margin-top:3rem}.tech-cta-badge{flex-wrap:wrap;justify-content:center;gap:.5rem;padding:.75rem 1.5rem}.tech-cta-text{font-size:.85rem}.project-carousel-section{padding:3rem 0}.project-carousel-header{margin-bottom:2rem}.project-carousel-overline{font-size:.75rem}.project-carousel-title{font-size:1.75rem!important}.project-carousel-subtitle{font-size:.9rem!important}.project-carousel-container{min-height:380px}.project-carousel-nav-btn{width:36px;height:36px}.project-carousel-nav-btn svg{width:20px;height:20px}.project-carousel-nav-btn-left{left:5px}.project-carousel-nav-btn-right{right:5px}.project-carousel-cards{padding:0 2rem}.project-card{border-radius:1rem;padding:1.25rem}.project-category-icon{width:40px;height:40px}.project-category-icon svg{width:20px;height:20px}.project-category-badge{padding:.2rem .75rem;font-size:.75rem}.project-title{font-size:1.25rem!important}.project-description{margin-bottom:1rem;font-size:.875rem}.project-tech-label{font-size:.65rem}.project-tech-tag{padding:.2rem .5rem;font-size:.65rem}.project-carousel-dots{gap:.5rem;margin-top:2rem}.project-carousel-dot{width:8px;height:8px}.project-carousel-dot.project-carousel-dot-active{width:24px}.navbar-container{min-height:56px}.navbar-logo{height:32px}.navbar-site-name{font-size:1rem}.navbar-spacer{min-height:56px}.navbar-drawer{width:100%}.navbar-drawer-item{padding:1rem 1.25rem}.btn-primary,.btn-ghost{padding:.75rem 1.5rem;font-size:.875rem}.glass-card,.glass-card-strong,.glass-card-animated{border-radius:1rem}.pill-badge{padding:.375rem .75rem;font-size:.75rem}.input-glass{padding:.75rem .875rem;font-size:.9rem}.gradient-text,.gradient-text-emerald{font-size:inherit}.geometric-shape,.animated-line,.glowing-ring{display:none}.wave-animation{height:100px}}@media (width>=576px) and (width<=767.98px){.hero-section{padding:2.5rem 0}.hero-content-box{padding:2rem}.hero-title,.hero-title-secondary{font-size:2.5rem!important}.hero-description{font-size:1rem!important}.hero-cta-container{flex-flow:wrap}.hero-btn-primary,.hero-btn-secondary{flex:auto;min-width:180px}.hero-stats-container{gap:2rem}.hero-stat-value{font-size:2.25rem!important}.hero-image-container{height:320px}.hero-placeholder-icon{width:200px;height:200px}.services-section{padding:4rem 0}.services-title{font-size:2.25rem!important}.service-card{min-height:300px;max-height:none}.tech-stack-section{padding:4rem 0}.tech-stack-title{font-size:2.25rem!important}.tech-card{min-width:120px;height:120px}.tech-stats-grid{grid-template-columns:repeat(2,1fr)}.project-carousel-section{padding:4rem 0}.project-carousel-title{font-size:2.25rem!important}.project-carousel-container{min-height:420px}.navbar-drawer{width:280px}}@media (width>=768px) and (width<=991.98px){.hero-section{padding:3rem 0}.hero-content-box{padding:2.5rem}.hero-title,.hero-title-secondary{font-size:3rem}.hero-description{font-size:1.125rem}.hero-stats-container{gap:2rem}.hero-stat-value{font-size:2.5rem}.hero-image-container{height:450px}.services-section{padding:5rem 0}.services-title{font-size:3rem}.service-card{min-height:320px;max-height:360px}.tech-stack-section{padding:6rem 0}.tech-stack-title{font-size:3rem}.tech-stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem}.tech-stat-card{padding:1.5rem}.tech-stat-number{font-size:1.75rem}.project-carousel-section{padding:5rem 0}.project-carousel-title{font-size:3rem}.project-card{width:70%;max-width:600px}.navbar-nav{display:none}}@media (width>=992px) and (width<=1199.98px){.hero-title,.hero-title-secondary{font-size:3.25rem}.hero-description{font-size:1.15rem}.hero-stat-value{font-size:2.75rem}.hero-image-container{height:500px}.services-title{font-size:3.25rem}.service-card{padding:2rem}.tech-stack-title{font-size:3.5rem}.project-carousel-title{font-size:3.25rem}.project-card{width:55%;max-width:650px}}@media (width>=1200px) and (width<=1399.98px){.hero-title,.hero-title-secondary{font-size:3.5rem}.hero-stat-value{font-size:2.875rem}.services-title{font-size:3.5rem}.tech-stack-title{font-size:3.75rem}}@media (width>=1400px){.hero-content-box{padding:3.5rem 3rem}.hero-title,.hero-title-secondary{font-size:4rem}.hero-description{font-size:1.3rem}.hero-stat-value{font-size:3.25rem}.hero-image-container{height:600px}.services-title{font-size:4rem}.service-card{min-height:360px;max-height:380px;padding:3rem}.tech-stack-title{font-size:4.25rem}.tech-card{min-width:200px;height:180px}.tech-icon{font-size:4rem}.tech-name{font-size:1rem}.project-carousel-title{font-size:4rem}.project-card{max-width:800px;padding:3rem}}@media (width>=1920px){.hero-content-box{padding:4rem 3.5rem}.hero-title,.hero-title-secondary{font-size:4.5rem}.hero-description{max-width:700px;font-size:1.4rem}.hero-image-container{height:700px}.services-section{padding:8rem 0}.services-title{font-size:4.5rem}.services-subtitle{max-width:800px;font-size:1.4rem}.tech-stack-section{padding:12rem 0}.tech-stack-title{font-size:4.75rem}.tech-stack-subtitle{max-width:800px;font-size:1.3rem}.project-carousel-section{padding:8rem 0}.project-carousel-title{font-size:4.5rem}.project-carousel-subtitle{max-width:700px;font-size:1.4rem}.project-card{max-width:900px}}@media (height<=500px) and (orientation:landscape){.hero-section{min-height:auto;padding:2rem 0}.hero-image-container{height:250px}.hero-stats-container{flex-wrap:nowrap}.project-carousel-container{min-height:350px}.tech-marquee-container{padding:2rem 0}}@media (width>=768px) and (width<=1024px) and (orientation:portrait){.hero-section{min-height:80vh}.hero-image-container{height:400px}.project-carousel-container{min-height:480px}.project-card{width:80%}}@media (-webkit-device-pixel-ratio>=2),(resolution>=192dpi){.hero-grid-pattern{background-size:40px 40px}.services-bg-dots{background-size:30px 30px}}@media (hover:none) and (pointer:coarse){.glass-card-animated:hover{box-shadow:none;transform:none}.service-card:hover{transform:none}.tech-card:hover{transform:scale(1.05)}.hero-btn-primary:hover,.hero-btn-secondary:hover,.services-cta-btn:hover{transform:none}.navbar-nav-item{padding:.75rem 1.25rem}.project-carousel-nav-btn{width:56px;height:56px}.project-carousel-dot{width:14px;height:14px}.project-carousel-dot.project-carousel-dot-active{width:40px}.project-tech-tag{padding:.375rem .875rem}}@media print{.floating-orbs,.hero-bg-orb-1,.hero-bg-orb-2,.hero-grid-pattern,.floating-particle,.geometric-shape,.animated-line,.gradient-orb,.dot-matrix,.glowing-ring,.wave-animation,.services-bg-dots,.services-bg-element,.services-bg-shape,.services-bg-line,.tech-stack-orb-1,.tech-stack-orb-2,.tech-card-glow,.service-card-particles{display:none!important}.navbar{box-shadow:none;border-bottom:1px solid #000;position:static}.hero-section,.services-section,.tech-stack-section,.project-carousel-section{padding:2rem 0;background:#fff!important}.hero-content-box,.service-card,.tech-card,.tech-stat-card,.project-card{border:1px solid #ccc;box-shadow:none!important;background:#fff!important}.gradient-text,.gradient-text-emerald,.tech-stack-title-gradient,.hero-stat-value,.tech-stat-number{-webkit-text-fill-color:#000!important;color:#000!important}*{transition:none!important;animation:none!important}}.container-fluid{width:100%;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media (width>=576px){.container-responsive{max-width:540px;margin:0 auto;padding:0 15px}}@media (width>=768px){.container-responsive{max-width:720px}}@media (width>=992px){.container-responsive{max-width:960px}}@media (width>=1200px){.container-responsive{max-width:1140px}}@media (width>=1400px){.container-responsive{max-width:1320px}}.hide-xs,.hide-sm,.hide-md,.hide-lg{display:block}.show-xs-only,.show-sm-only,.show-md-only,.show-lg-only{display:none}@media (width<=575.98px){.hide-xs{display:none!important}.show-xs-only{display:block!important}}@media (width>=576px) and (width<=767.98px){.hide-sm{display:none!important}.show-sm-only{display:block!important}}@media (width>=768px) and (width<=991.98px){.hide-md{display:none!important}.show-md-only{display:block!important}}@media (width>=992px){.hide-lg{display:none!important}.show-lg-only{display:block!important}}@media (width<=575.98px){.mb-xs-1{margin-bottom:.5rem!important}.mb-xs-2{margin-bottom:1rem!important}.mb-xs-3{margin-bottom:1.5rem!important}.mb-xs-4{margin-bottom:2rem!important}.py-xs-2{padding-top:1rem!important;padding-bottom:1rem!important}.py-xs-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.px-xs-2{padding-left:1rem!important;padding-right:1rem!important}}@media (width>=576px) and (width<=767.98px){.mb-sm-2{margin-bottom:1rem!important}.mb-sm-3{margin-bottom:1.5rem!important}.py-sm-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}}@media (width<=575.98px){.text-xs-center{text-align:center!important}.text-xs-left{text-align:left!important}}@media (width>=576px) and (width<=767.98px){.text-sm-center{text-align:center!important}}@media (width>=768px){.text-md-left{text-align:left!important}}@media (width<=575.98px){.flex-xs-column{flex-direction:column!important}.flex-xs-wrap{flex-wrap:wrap!important}.justify-xs-center{justify-content:center!important}.align-xs-center{align-items:center!important}}@media (width>=576px) and (width<=767.98px){.flex-sm-row{flex-direction:row!important}.flex-sm-wrap{flex-wrap:wrap!important}}@media (width>=768px){.flex-md-row{flex-direction:row!important}.flex-md-nowrap{flex-wrap:nowrap!important}}@media (width<=575.98px){.grid-xs-1{grid-template-columns:1fr!important}}@media (width>=576px) and (width<=767.98px){.grid-sm-2{grid-template-columns:repeat(2,1fr)!important}}@media (width>=768px) and (width<=991.98px){.grid-md-2{grid-template-columns:repeat(2,1fr)!important}.grid-md-3{grid-template-columns:repeat(3,1fr)!important}}@media (width>=992px){.grid-lg-3{grid-template-columns:repeat(3,1fr)!important}.grid-lg-4{grid-template-columns:repeat(4,1fr)!important}}@media (width<=768px){::-webkit-scrollbar{width:6px;height:6px}.hero-btn-primary:focus,.hero-btn-secondary:focus,.services-cta-btn:focus,.navbar-nav-item:focus,.navbar-login-btn:focus,.project-carousel-nav-btn:focus{outline-offset:2px;outline:2px solid #38bdf8}}@supports (padding:max(0px)){.navbar{padding-left:max(0px, env(safe-area-inset-left));padding-right:max(0px, env(safe-area-inset-right))}.navbar-spacer{padding-top:env(safe-area-inset-top)}.hero-section,.services-section,.tech-stack-section,.project-carousel-section{padding-left:max(15px, env(safe-area-inset-left));padding-right:max(15px, env(safe-area-inset-right))}}@supports (-webkit-touch-callout:none){.hero-section{min-height:-webkit-fill-available}.input-glass{font-size:16px}.glass-card,.glass-card-strong,.glass-card-animated,.hero-content-box,.tech-card,.tech-stat-card,.project-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}@media (width<=768px){.tech-marquee-row-1{animation-duration:60s}.tech-marquee-row-2{animation-duration:55s}@keyframes float-orb{0%,to{transform:translate(0)}50%{transform:translate(20px,-20px)}}@keyframes float-gentle{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}}@media (horizontal-viewport-segments:2){.hero-section{padding:2rem calc(env(viewport-segment-right 0 0) + 1rem) 2rem 1rem}}@media (vertical-viewport-segments:2){.hero-section{padding-bottom:calc(env(viewport-segment-bottom 0 0) + 2rem)}}.footer{background:#020617;margin-top:auto;position:relative;overflow:hidden}.footer-orb-1{filter:blur(80px);z-index:0;pointer-events:none;background:radial-gradient(circle,#38bdf81a,#0000);border-radius:50%;width:400px;height:400px;position:absolute;top:-50%;right:-10%}.footer-orb-2{filter:blur(80px);z-index:0;pointer-events:none;background:radial-gradient(circle,#8b5cf61a,#0000);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-30%;left:-10%}.footer-content{z-index:1;padding:4rem 0;position:relative}@media (width<=768px){.footer-content{padding:3rem 0}}.footer-company{margin-bottom:1.5rem}.footer-logo{height:45px;margin-bottom:1rem;display:block}.footer-company-name{color:#f9fafb;margin-top:0;margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.334}.footer-company-description{color:#94a3b8;margin-top:0;margin-bottom:1.5rem;font-size:.875rem;line-height:1.8}.footer-social{gap:.5rem;display:flex}.footer-social-icon{color:#94a3b8;-webkit-backdrop-filter:blur(10px);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;text-decoration:none;transition:all .3s;display:flex}.footer-social-icon svg{fill:currentColor;width:20px;height:20px}.footer-social-icon.facebook:hover{color:#38bdf8;background:#38bdf81a;border-color:#38bdf8;transform:translateY(-3px);box-shadow:0 0 20px #38bdf866}.footer-social-icon.twitter:hover{color:#22d3ee;background:#22d3ee1a;border-color:#22d3ee;transform:translateY(-3px);box-shadow:0 0 20px #22d3ee66}.footer-social-icon.linkedin:hover{color:#38bdf8;background:#38bdf81a;border-color:#38bdf8;transform:translateY(-3px);box-shadow:0 0 20px #38bdf866}.footer-social-icon.instagram:hover{color:#8b5cf6;background:#8b5cf61a;border-color:#8b5cf6;transform:translateY(-3px);box-shadow:0 0 20px #8b5cf666}.footer-section-title{color:#f9fafb;margin-top:0;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;line-height:1.6}.footer-links{flex-direction:column;gap:.75rem;display:flex}.footer-link{color:#94a3b8;align-items:center;gap:.5rem;font-size:.95rem;text-decoration:none;transition:all .3s;display:flex}.footer-link:hover{color:#38bdf8;transform:translate(5px)}.footer-link:hover .footer-link-arrow{opacity:1;transform:translate(0)}.footer-link-arrow{opacity:0;font-size:1rem;transition:all .3s;transform:translate(-10px)}.footer-link-arrow svg{fill:currentColor;width:16px;height:16px}.footer-services{flex-direction:column;gap:.75rem;display:flex}.footer-service-item{align-items:center;gap:.5rem;display:flex}.footer-service-dot{background:linear-gradient(135deg,#38bdf8,#8b5cf6);border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 8px #38bdf880}.footer-service-text{color:#94a3b8;margin:0;font-size:.95rem;line-height:1.43}.footer-contact{flex-direction:column;gap:1.25rem;display:flex}.footer-contact-item{align-items:flex-start;gap:.75rem;display:flex}.footer-contact-icon{border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.footer-contact-icon.email{color:#38bdf8;background:#38bdf81a;border:1px solid #38bdf833}.footer-contact-icon.phone{color:#22d3ee;background:#22d3ee1a;border:1px solid #22d3ee33}.footer-contact-icon.location{color:#8b5cf6;background:#8b5cf61a;border:1px solid #8b5cf633}.footer-contact-icon svg{fill:currentColor;width:20px;height:20px}.footer-contact-content{flex:1}.footer-contact-label{color:#64748b;text-transform:uppercase;letter-spacing:1px;margin:0 0 .25rem;font-size:.75rem;display:block}.footer-contact-value{color:#94a3b8;margin:0;font-size:.95rem;line-height:1.6}.footer-bottom{border-top:1px solid #ffffff1a;padding:1.5rem 0}.footer-bottom-grid{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}@media (width<=960px){.footer-bottom-grid{text-align:center;flex-direction:column}}.footer-copyright{color:#64748b;text-align:left;margin:0;font-size:.875rem;line-height:1.43}@media (width<=960px){.footer-copyright{text-align:center}}.footer-copyright-company{font-weight:600}.footer-bottom-links{justify-content:flex-end;gap:1.5rem;display:flex}@media (width<=960px){.footer-bottom-links{justify-content:center}}.footer-bottom-link{color:#64748b;font-size:.875rem;text-decoration:none;transition:color .3s}.footer-bottom-link:hover{color:#38bdf8}.footer-grid{grid-template-columns:repeat(12,1fr);gap:2rem;display:grid}.footer-grid-company{grid-column:span 4}.footer-grid-links{grid-column:span 2}.footer-grid-services,.footer-grid-contact{grid-column:span 3}@media (width<=1200px){.footer-grid-company{grid-column:span 12}.footer-grid-links,.footer-grid-services{grid-column:span 6}.footer-grid-contact{grid-column:span 12}}@media (width<=600px){.footer-grid-links,.footer-grid-services{grid-column:span 12}}.careers-page{background:#fff;flex-direction:column;min-height:100vh;display:flex;position:relative}.careers-hero{text-align:center;background:#fff;padding:6rem 0 4rem;position:relative;overflow:hidden}@media (width<=768px){.careers-hero{padding:4rem 0 3rem}}.careers-hero-bg-orb-1{filter:blur(60px);z-index:0;pointer-events:none;background:radial-gradient(circle,#38bdf81f,#0000);border-radius:50%;width:500px;height:500px;animation:8s ease-in-out infinite pulse-bg;position:absolute;top:-15%;right:-10%}.careers-hero-bg-orb-2{filter:blur(60px);z-index:0;pointer-events:none;background:radial-gradient(circle,#8b5cf61f,#0000);border-radius:50%;width:400px;height:400px;animation:10s ease-in-out infinite pulse-bg-2;position:absolute;bottom:-20%;left:-10%}@media (width<=768px){.careers-hero-bg-orb-1{width:300px;height:300px}.careers-hero-bg-orb-2{width:250px;height:250px}}.careers-hero-title{letter-spacing:-.025em;color:#020617;z-index:1;margin-top:0;margin-bottom:1rem;font-size:3.75rem;font-weight:800;line-height:1.2;animation:.8s ease-out fade-in-up;position:relative}.careers-hero-title-gradient{background:linear-gradient(135deg,#38bdf8,#8b5cf6,#22d3ee);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.careers-hero-title.careers-hero-title-mobile{font-size:2.25rem}.careers-hero-subtitle{color:#64748b;z-index:1;max-width:700px;margin:0 auto 1.5rem;font-size:1.25rem;line-height:1.8;animation:.8s ease-out .2s both fade-in-up;position:relative}.careers-hero-subtitle.careers-hero-subtitle-mobile{font-size:1rem}.careers-badge{z-index:1;background:linear-gradient(135deg,#38bdf81a,#8b5cf61a);border:1px solid #38bdf833;border-radius:9999px;align-items:center;gap:.75rem;padding:.625rem 1.5rem;animation:.8s ease-out .4s both fade-in-up;display:inline-flex;position:relative}.careers-badge-icon{color:#38bdf8;justify-content:center;align-items:center;display:flex}.careers-badge-icon svg{fill:currentColor;width:20px;height:20px}.careers-badge-text{color:#38bdf8;margin:0;font-size:1rem;font-weight:600}.careers-section{background:#f8fafc;padding:4rem 0;position:relative}@media (width<=768px){.careers-section{padding:3rem 0}}.careers-section-header{text-align:center;margin-bottom:3rem}@media (width<=768px){.careers-section-header{margin-bottom:2rem}}.careers-section-title{color:#020617;letter-spacing:-.025em;margin:0 0 1rem;font-size:2.5rem;font-weight:700}.careers-section-title.careers-section-title-mobile{font-size:1.75rem}.careers-section-divider{background:linear-gradient(135deg,#38bdf8,#8b5cf6);border-radius:2px;width:100px;height:4px;margin:0 auto}.careers-single-job-container{justify-content:center;align-items:center;width:100%;min-height:auto;margin:0 auto;padding:3rem 1rem;display:flex}.career-card-single{cursor:pointer;background-color:#fff;border:1px solid #e9ecef;border-radius:1.25rem;flex-direction:column;width:100%;max-width:800px;margin:0 auto;padding:2.5rem;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;opacity:1!important;position:relative!important;transform:scale(1)!important}.career-card-single:hover{border-color:#0000;box-shadow:0 20px 60px #0d6efd1f,0 8px 24px #6610f214;transform:translateY(-8px)!important}@media (width<=1024px){.careers-single-job-container{padding:2.5rem 1rem}.career-card-single{max-width:90%}}@media (width<=768px){.careers-single-job-container{padding:2rem 1rem}.career-card-single{width:100%;max-width:100%;padding:1.5rem}}.careers-carousel-container{justify-content:center;align-items:center;min-height:500px;padding:0 1rem;display:flex;position:relative}@media (width<=768px){.careers-carousel-container{min-height:480px}}.careers-carousel-nav-btn{z-index:10;-webkit-backdrop-filter:blur(10px);color:#38bdf8;cursor:pointer;background:#fffffff2;border:1px solid #38bdf833;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;padding:0;transition:all .3s;display:flex;position:absolute;box-shadow:0 4px 15px #0000001a}.careers-carousel-nav-btn:hover{background:#fff;border-color:#38bdf8;transform:scale(1.1);box-shadow:0 0 25px #38bdf866}.careers-carousel-nav-btn svg{fill:currentColor;width:28px;height:28px}.careers-carousel-nav-btn-left{left:20px}.careers-carousel-nav-btn-right{right:20px}@media (width<=768px){.careers-carousel-nav-btn{width:44px;height:44px}.careers-carousel-nav-btn-left{left:5px}.careers-carousel-nav-btn-right{right:5px}.careers-carousel-nav-btn svg{width:24px;height:24px}}.careers-carousel-cards{justify-content:center;align-items:center;width:100%;padding:0 4rem;display:flex}@media (width<=768px){.careers-carousel-cards{padding:0 3rem}}.career-card{cursor:pointer;-webkit-backdrop-filter:blur(20px);background:#ffffffd9;border:1px solid #fff9;border-radius:1.5rem;width:65%;max-width:750px;padding:2.5rem;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute;box-shadow:0 10px 40px #00000014}.career-card.career-card-mobile{width:100%;padding:1.75rem;position:relative}.career-card.career-card-active{z-index:10;background:#fffffffa;border:1px solid #38bdf840;box-shadow:0 20px 60px #38bdf826,0 0 0 1px #38bdf81a}.career-card:hover{box-shadow:0 25px 70px #38bdf833}@media (width<=768px){.career-card{width:100%;padding:1.5rem;position:relative}}.career-card-header{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.career-card-icon{color:#38bdf8;background:linear-gradient(135deg,#38bdf81a,#8b5cf61a);border:1px solid #38bdf833;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s;display:flex}.career-card-icon svg{fill:currentColor;width:26px;height:26px}.career-card:hover .career-card-icon{background:linear-gradient(135deg,#38bdf833,#8b5cf633);transform:rotate(5deg)scale(1.05)}.career-card-badge{border-radius:9999px;align-items:center;gap:.375rem;padding:.375rem .875rem;font-size:.8125rem;font-weight:600;transition:all .3s;display:inline-flex}.career-card-badge-featured{color:#d97706;background:linear-gradient(135deg,#ffd70026,#ffc1071a);border:1px solid #ffd7004d}.career-card-badge-featured svg{fill:#fbbf24;width:14px;height:14px}.career-card-badge-type{color:#0284c7;background:linear-gradient(135deg,#38bdf81a,#8b5cf61a);border:1px solid #38bdf833}.career-card-badge-level{color:#16a34a;background:linear-gradient(135deg,#22c55e1a,#10b9811a);border:1px solid #22c55e33}.career-card-title{color:#020617;letter-spacing:-.015em;margin:0 0 .75rem;font-size:1.75rem;font-weight:700;line-height:1.3}.career-card-title.career-card-title-mobile{font-size:1.375rem}.career-card-meta{flex-wrap:wrap;gap:1.25rem;margin-bottom:1rem;display:flex}.career-card-meta-item{color:#64748b;align-items:center;gap:.375rem;font-size:.9rem;display:flex}.career-card-meta-item svg{fill:currentColor;color:#94a3b8;width:18px;height:18px}.career-card-description{color:#64748b;margin:0 0 1.5rem;font-size:1rem;line-height:1.75}.career-card-skills{margin-bottom:1.5rem}.career-card-skills-label{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin:0 0 .75rem;font-size:.75rem;font-weight:600}.career-card-skills-list{flex-wrap:wrap;gap:.5rem;display:flex}.career-card-skill-tag{color:#38bdf8;background:#38bdf814;border:1px solid #38bdf826;border-radius:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;transition:all .3s}.career-card-skill-tag:hover{background:#38bdf826;border-color:#38bdf84d;transform:translateY(-2px)}.career-card-skill-tag-more{color:#94a3b8;background:#94a3b814;border-color:#94a3b826}.career-card-footer{border-top:1px solid #0000000f;justify-content:space-between;align-items:center;padding-top:1.25rem;display:flex}.career-card-date{color:#94a3b8;align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.career-card-date svg{fill:currentColor;width:16px;height:16px}.career-card-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#38bdf8,#8b5cf6);border:none;border-radius:.625rem;padding:.625rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #38bdf84d}.career-card-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #38bdf866}.careers-carousel-dots{justify-content:center;gap:.625rem;margin-top:2.5rem;display:flex}.careers-carousel-dot{cursor:pointer;background:#94a3b84d;border:none;border-radius:5px;width:10px;height:10px;padding:0;transition:all .3s}.careers-carousel-dot.careers-carousel-dot-active{background:linear-gradient(135deg,#38bdf8,#8b5cf6);width:36px;box-shadow:0 0 15px #38bdf866}.careers-carousel-dot:hover{background:#94a3b880}.careers-carousel-dot.careers-carousel-dot-active:hover{background:linear-gradient(135deg,#38bdf8,#8b5cf6)}.careers-empty{-webkit-backdrop-filter:blur(20px);text-align:center;background:#ffffffe6;border:1px solid #fff9;border-radius:1.5rem;padding:4rem 2rem;box-shadow:0 10px 40px #0000000d}.careers-empty-icon{color:#38bdf8;background:linear-gradient(135deg,#38bdf81a,#8b5cf61a);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.careers-empty-icon svg{fill:currentColor;width:40px;height:40px}.careers-empty-title{color:#020617;margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.careers-empty-text{color:#64748b;max-width:500px;margin:0 auto;font-size:1rem;line-height:1.7}.careers-cta-section{background:#fff;padding:5rem 0;position:relative}@media (width<=768px){.careers-cta-section{padding:3rem 0}}.careers-cta-card{-webkit-backdrop-filter:blur(20px);text-align:center;background:linear-gradient(135deg,#38bdf80d,#8b5cf60d);border:1px solid #38bdf826;border-radius:1.5rem;padding:3.5rem;position:relative;overflow:hidden}@media (width<=768px){.careers-cta-card{padding:2.5rem 1.5rem}}.careers-cta-card:before{content:"";background:linear-gradient(90deg,#38bdf8,#8b5cf6,#22d3ee);height:3px;position:absolute;top:0;left:0;right:0}.careers-cta-title{color:#020617;letter-spacing:-.015em;margin:0 0 1rem;font-size:2rem;font-weight:700}.careers-cta-title.careers-cta-title-mobile{font-size:1.5rem}.careers-cta-text{color:#64748b;max-width:600px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.75}.careers-cta-text.careers-cta-text-mobile{font-size:1rem}.careers-cta-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#38bdf8,#8b5cf6);border:none;border-radius:.75rem;align-items:center;gap:.625rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #38bdf859}.careers-cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 30px #38bdf880}.careers-cta-btn svg{fill:currentColor;width:20px;height:20px}.career-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:1300;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.career-modal{background:#fff;border-radius:1.5rem;flex-direction:column;width:100%;max-width:800px;max-height:90vh;animation:.3s ease-out modal-slide-in;display:flex;overflow:hidden;box-shadow:0 25px 80px #0003}@keyframes modal-slide-in{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.career-modal-header{background:linear-gradient(135deg,#38bdf814,#8b5cf614);border-bottom:1px solid #0000000f;padding:2rem 2rem 1.5rem;position:relative}.career-modal-close{cursor:pointer;color:#64748b;background:#ffffffe6;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.career-modal-close:hover{color:#020617;background:#fff;box-shadow:0 4px 12px #0000001a}.career-modal-close svg{fill:currentColor;width:20px;height:20px}.career-modal-badges{flex-wrap:wrap;align-items:center;gap:.625rem;margin-bottom:1rem;display:flex}.career-modal-title{color:#020617;margin:0 0 .5rem;padding-right:3rem;font-size:1.75rem;font-weight:700}.career-modal-department{color:#64748b;margin:0;font-size:1rem}.career-modal-content{flex:1;padding:2rem;overflow-y:auto}.career-modal-info{border-bottom:1px solid #0000000f;flex-wrap:wrap;gap:1.25rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.career-modal-info-item{color:#64748b;align-items:center;gap:.5rem;font-size:.9375rem;display:flex}.career-modal-info-item svg{fill:currentColor;color:#38bdf8;width:20px;height:20px}.career-modal-section{margin-bottom:2rem}.career-modal-section-title{color:#020617;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1.125rem;font-weight:700;display:flex}.career-modal-section-title:before{content:"";background:linear-gradient(135deg,#38bdf8,#8b5cf6);border-radius:2px;width:4px;height:20px}.career-modal-description{color:#64748b;margin:0;font-size:1rem;line-height:1.8}.career-modal-alert{margin-bottom:1.5rem}.career-modal-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.career-modal-field{flex-direction:column;gap:.5rem;display:flex}.career-modal-field-full{grid-column:1/-1}.career-modal-field-label{color:#0f172a;font-size:.875rem;font-weight:700}.career-modal-input,.career-modal-textarea{color:#0f172a;background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;outline:none;width:100%;padding:.875rem 1rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s,transform .2s}.career-modal-input::placeholder,.career-modal-textarea::placeholder{color:#94a3b8}.career-modal-input:focus,.career-modal-textarea:focus{border-color:#38bdf8;box-shadow:0 0 0 4px #38bdf81f}.career-modal-textarea{resize:vertical;min-height:120px}.career-modal-slider-card{background:linear-gradient(135deg,#f8fafce6,#f1f5f9b3);border:1px solid #94a3b833;border-radius:1rem;flex-direction:column;gap:.875rem;padding:1rem 1.125rem;display:flex}.career-modal-slider-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.career-modal-slider-value{color:#fff;background:linear-gradient(135deg,#38bdf8,#8b5cf6);border-radius:999px;justify-content:center;align-items:center;min-width:56px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.career-modal-slider{appearance:none;cursor:pointer;border-radius:999px;outline:none;width:100%;height:8px}.career-modal-slider::-webkit-slider-thumb{appearance:none;background:linear-gradient(135deg,#38bdf8,#8b5cf6);border:3px solid #fff;border-radius:50%;width:20px;height:20px;box-shadow:0 4px 12px #38bdf859}.career-modal-slider::-moz-range-thumb{background:linear-gradient(135deg,#38bdf8,#8b5cf6);border:3px solid #fff;border-radius:50%;width:20px;height:20px;box-shadow:0 4px 12px #38bdf859}.career-modal-file-upload{cursor:pointer;background:linear-gradient(135deg,#38bdf80f,#8b5cf60a);border:2px dashed #38bdf859;border-radius:1rem;flex-direction:column;gap:.25rem;padding:1rem 1.125rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.career-modal-file-upload:hover{border-color:#38bdf8b3;box-shadow:0 10px 30px #38bdf814}.career-modal-file-upload-title{color:#0f172a;font-size:.9375rem;font-weight:600}.career-modal-file-upload-subtitle{color:#64748b;font-size:.8125rem}.career-modal-file-upload-error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441f!important}.career-modal-file-input{display:none}@keyframes career-modal-field-shake{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}.career-modal-field-shake-a,.career-modal-field-shake-b{animation:.35s ease-in-out career-modal-field-shake}.career-modal-list{margin:0;padding:0;list-style:none}.career-modal-list-item{align-items:flex-start;gap:.75rem;padding:.625rem 0;display:flex}.career-modal-list-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;display:flex}.career-modal-list-icon.responsibility{color:#22c55e;background:#22c55e1a}.career-modal-list-icon.requirement{color:#38bdf8;background:#38bdf81a}.career-modal-list-icon svg{fill:currentColor;width:12px;height:12px}.career-modal-list-text{color:#64748b;margin:0;font-size:.9375rem;line-height:1.6}.career-modal-skills{flex-wrap:wrap;gap:.625rem;display:flex}.career-modal-skill{color:#38bdf8;background:#38bdf814;border:1px solid #38bdf826;border-radius:.625rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s}.career-modal-skill:hover{background:#38bdf826;transform:translateY(-2px)}.career-modal-benefits{flex-wrap:wrap;gap:.625rem;display:flex}.career-modal-benefit{color:#d97706;background:linear-gradient(135deg,#ffd70014,#fbbf240d);border:1px solid #ffd70033;border-radius:.625rem;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.career-modal-benefit svg{fill:#fbbf24;width:14px;height:14px}.career-modal-footer{background:#f8fafc;border-top:1px solid #0000000f;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;display:flex}.career-modal-btn-apply{color:#fff;cursor:pointer;background:linear-gradient(135deg,#38bdf8,#8b5cf6);border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #38bdf84d}.career-modal-btn-apply:hover{transform:translateY(-2px);box-shadow:0 6px 25px #38bdf873}.career-modal-btn-apply svg{fill:currentColor;width:18px;height:18px}.career-modal-btn-close{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000001a;border-radius:.75rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.career-modal-btn-close:hover{color:#020617;background:#00000008}@media (width<=767.98px){.career-modal-form-grid{grid-template-columns:1fr}}.careers-loading{justify-content:center;align-items:center;padding:4rem 0;display:flex}.careers-loading-spinner{border:3px solid #38bdf833;border-top-color:#38bdf8;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.careers-hero-pattern{pointer-events:none;background-image:linear-gradient(#38bdf805 1px,#0000 1px),linear-gradient(90deg,#38bdf805 1px,#0000 1px);background-size:50px 50px;animation:20s linear infinite grid-move;position:absolute;inset:0}.careers-floating-shape{opacity:.15;pointer-events:none;animation:15s ease-in-out infinite float-shape;position:absolute}.careers-floating-shape-1{border:2px solid #38bdf8;border-radius:12px;width:60px;height:60px;animation-delay:0s;top:15%;left:8%;transform:rotate(15deg)}.careers-floating-shape-2{border:2px solid #8b5cf6;border-radius:50%;width:40px;height:40px;animation-delay:-5s;top:25%;right:10%}.careers-floating-shape-3{border:2px solid #22d3ee;border-radius:8px;width:50px;height:50px;animation-delay:-10s;bottom:20%;left:15%;transform:rotate(-10deg)}@media (width<=575.98px){.footer-content{padding:2.5rem 0}.footer-orb-1{width:200px;height:200px;top:-30%;right:-15%}.footer-orb-2{width:150px;height:150px;bottom:-20%;left:-15%}.footer-grid{gap:1.5rem}.footer-grid-company,.footer-grid-links,.footer-grid-services,.footer-grid-contact{grid-column:span 12}.footer-logo{height:36px}.footer-company-name{font-size:1.25rem}.footer-company-description{margin-bottom:1rem;font-size:.8125rem;line-height:1.7}.footer-social{gap:.375rem}.footer-social-icon{width:36px;height:36px}.footer-social-icon svg{width:18px;height:18px}.footer-social-icon:hover{transform:none}.footer-section-title{margin-bottom:1rem;font-size:1.125rem}.footer-links{gap:.625rem}.footer-link{font-size:.875rem}.footer-link:hover{transform:none}.footer-services{gap:.5rem}.footer-service-text{font-size:.875rem}.footer-service-dot{width:5px;height:5px}.footer-contact{gap:1rem}.footer-contact-icon{border-radius:.5rem;width:36px;height:36px}.footer-contact-icon svg{width:18px;height:18px}.footer-contact-label{font-size:.6875rem}.footer-contact-value{font-size:.875rem}.footer-bottom{padding:1.25rem 0}.footer-bottom-grid{gap:.75rem}.footer-copyright{font-size:.75rem}.footer-bottom-links{flex-wrap:wrap;gap:1rem}.footer-bottom-link{font-size:.75rem}.careers-page{overflow-x:hidden}.careers-hero{padding:3rem 0 2rem}.careers-hero-bg-orb-1{width:200px;height:200px;top:-10%;right:-15%}.careers-hero-bg-orb-2{width:180px;height:180px;bottom:-15%;left:-15%}.careers-hero-title{margin-bottom:.75rem;font-size:1.875rem!important}.careers-hero-subtitle{margin-bottom:1.25rem;padding:0 .5rem;font-size:.9rem!important}.careers-badge{gap:.5rem;padding:.5rem 1rem}.careers-badge-icon svg{width:16px;height:16px}.careers-badge-text{font-size:.875rem}.careers-section{padding:2rem 0}.careers-section-header{margin-bottom:1.5rem}.careers-section-title{font-size:1.5rem!important}.careers-section-divider{width:60px;height:3px}.careers-carousel-container{min-height:520px;padding:0 .5rem}.careers-carousel-nav-btn{width:38px;height:38px}.careers-carousel-nav-btn svg{width:20px;height:20px}.careers-carousel-nav-btn-left{left:2px}.careers-carousel-nav-btn-right{right:2px}.careers-carousel-cards{padding:0 2.5rem}.career-card{border-radius:1rem;width:100%;padding:1.25rem}.career-card-header{gap:.5rem;margin-bottom:1rem}.career-card-icon{width:44px;height:44px}.career-card-icon svg{width:22px;height:22px}.career-card-badge{padding:.25rem .625rem;font-size:.6875rem}.career-card-badge-featured svg{width:12px;height:12px}.career-card-title{margin-bottom:.5rem;font-size:1.125rem!important}.career-card-meta{gap:.75rem;margin-bottom:.75rem}.career-card-meta-item{font-size:.75rem}.career-card-meta-item svg{width:14px;height:14px}.career-card-description{margin-bottom:1rem;font-size:.8125rem;line-height:1.65}.career-card-skills{margin-bottom:1rem}.career-card-skills-label{margin-bottom:.5rem;font-size:.6875rem}.career-card-skills-list{gap:.375rem}.career-card-skill-tag{padding:.25rem .5rem;font-size:.6875rem}.career-card-skill-tag:hover{transform:none}.career-card-footer{flex-direction:column;align-items:stretch;gap:.75rem;padding-top:1rem}.career-card-date{justify-content:center;font-size:.75rem}.career-card-date svg{width:14px;height:14px}.career-card-btn{justify-content:center;width:100%;padding:.625rem 1.25rem;font-size:.8125rem}.career-card-btn:hover{transform:none}.careers-carousel-dots{gap:.5rem;margin-top:1.75rem}.careers-carousel-dot{width:8px;height:8px}.careers-carousel-dot.careers-carousel-dot-active{width:28px}.careers-empty{border-radius:1rem;padding:2.5rem 1.25rem}.careers-empty-icon{width:64px;height:64px;margin-bottom:1rem}.careers-empty-icon svg{width:32px;height:32px}.careers-empty-title{font-size:1.25rem}.careers-empty-text{font-size:.875rem}.careers-cta-section{padding:2.5rem 0}.careers-cta-card{border-radius:1rem;padding:2rem 1.25rem}.careers-cta-title{font-size:1.25rem!important}.careers-cta-text{margin-bottom:1.5rem;font-size:.875rem!important}.careers-cta-btn{justify-content:center;width:100%;padding:.875rem 1.75rem;font-size:.9rem}.careers-cta-btn:hover{transform:none}.careers-cta-btn svg{width:18px;height:18px}.career-modal-overlay{align-items:flex-end;padding:.5rem}.career-modal{border-radius:1.25rem 1.25rem 0 0;max-height:95vh}.career-modal-header{padding:1.5rem 1.25rem 1.25rem}.career-modal-close{width:36px;height:36px;top:1rem;right:1rem}.career-modal-close svg{width:18px;height:18px}.career-modal-badges{gap:.5rem;margin-bottom:.75rem}.career-modal-title{padding-right:2.5rem;font-size:1.25rem}.career-modal-department{font-size:.875rem}.career-modal-content{padding:1.25rem}.career-modal-info{gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.25rem}.career-modal-info-item{gap:.375rem;font-size:.8125rem}.career-modal-info-item svg{width:16px;height:16px}.career-modal-section{margin-bottom:1.5rem}.career-modal-section-title{gap:.375rem;font-size:1rem}.career-modal-section-title:before{width:3px;height:16px}.career-modal-description{font-size:.875rem;line-height:1.7}.career-modal-list-item{gap:.5rem;padding:.5rem 0}.career-modal-list-icon{width:18px;height:18px}.career-modal-list-icon svg{width:10px;height:10px}.career-modal-list-text{font-size:.8125rem}.career-modal-skills{gap:.5rem}.career-modal-skill{padding:.375rem .75rem;font-size:.75rem}.career-modal-skill:hover{transform:none}.career-modal-benefits{gap:.5rem}.career-modal-benefit{padding:.375rem .75rem;font-size:.75rem}.career-modal-benefit svg{width:12px;height:12px}.career-modal-footer{flex-direction:column-reverse;gap:.75rem;padding:1.25rem}.career-modal-btn-apply{justify-content:center;width:100%;padding:.875rem 1.5rem;font-size:.9rem}.career-modal-btn-apply:hover{transform:none}.career-modal-btn-close{width:100%;padding:.75rem 1.25rem;font-size:.875rem}.careers-floating-shape{display:none}.careers-hero-pattern{background-size:30px 30px}.careers-loading-spinner{width:40px;height:40px}}@media (width>=576px) and (width<=767.98px){.footer-content{padding:3rem 0}.footer-orb-1{width:280px;height:280px}.footer-orb-2{width:220px;height:220px}.footer-grid{gap:1.75rem}.footer-grid-company{grid-column:span 12}.footer-grid-links,.footer-grid-services{grid-column:span 6}.footer-grid-contact{grid-column:span 12}.footer-company-name{font-size:1.375rem}.footer-section-title{font-size:1.125rem}.footer-contact{flex-flow:wrap;gap:1.5rem}.footer-contact-item{flex:calc(50% - .75rem);min-width:200px}.careers-hero{padding:4rem 0 3rem}.careers-hero-title{font-size:2.5rem!important}.careers-hero-subtitle{font-size:1rem!important}.careers-section{padding:3rem 0}.careers-section-title{font-size:1.875rem!important}.careers-carousel-container{min-height:480px}.careers-carousel-cards{padding:0 3rem}.career-card{width:90%;padding:1.5rem}.career-card-title{font-size:1.375rem!important}.career-card-footer{flex-direction:row}.career-card-btn{width:auto}.careers-cta-card{padding:2.5rem 2rem}.careers-cta-title{font-size:1.5rem!important}.careers-cta-btn{width:auto}.career-modal-overlay{align-items:center}.career-modal{border-radius:1.5rem;max-height:90vh}.career-modal-footer{flex-direction:row}.career-modal-btn-apply,.career-modal-btn-close{width:auto}.careers-floating-shape{opacity:.1}.careers-floating-shape-1{width:50px;height:50px}.careers-floating-shape-2{width:35px;height:35px}.careers-floating-shape-3{width:40px;height:40px}}@media (width>=768px) and (width<=991.98px){.footer-content{padding:3.5rem 0}.footer-orb-1{width:350px;height:350px}.footer-orb-2{width:280px;height:280px}.footer-grid{gap:2rem}.footer-grid-company{text-align:center;grid-column:span 12}.footer-company{flex-direction:column;align-items:center;display:flex}.footer-company-description{max-width:500px}.footer-social{justify-content:center}.footer-grid-links,.footer-grid-services,.footer-grid-contact{grid-column:span 4}.footer-section-title{font-size:1.125rem}.footer-contact-item{text-align:center;flex-direction:column;align-items:center}.footer-contact-content{text-align:center}.careers-hero{padding:5rem 0 3.5rem}.careers-hero-title{font-size:3rem}.careers-hero-subtitle{font-size:1.125rem}.careers-section{padding:3.5rem 0}.careers-section-title{font-size:2.125rem}.careers-carousel-container{min-height:500px}.careers-carousel-nav-btn{width:48px;height:48px}.careers-carousel-cards{padding:0 4rem}.career-card{width:80%;max-width:650px;padding:2rem}.career-card-title{font-size:1.5rem}.career-card-description{font-size:.9375rem}.careers-cta-section{padding:4rem 0}.careers-cta-card{padding:3rem}.careers-cta-title{font-size:1.75rem}.career-modal{max-width:700px}.career-modal-header{padding:1.75rem}.career-modal-title{font-size:1.5rem}.career-modal-content{padding:1.75rem}}@media (width>=992px) and (width<=1199.98px){.footer-grid-company{grid-column:span 4}.footer-grid-links{grid-column:span 2}.footer-grid-services,.footer-grid-contact{grid-column:span 3}.footer-section-title{font-size:1.125rem}.footer-contact-icon{width:36px;height:36px}.careers-hero-title{font-size:3.25rem}.careers-hero-subtitle{font-size:1.15rem}.careers-section-title{font-size:2.25rem}.career-card{width:70%;max-width:700px}.careers-cta-title{font-size:1.875rem}}@media (width>=1200px) and (width<=1399.98px){.footer-content{padding:4.5rem 0}.footer-company-description{font-size:.9rem}.careers-hero-title{font-size:3.5rem}.careers-hero-subtitle{font-size:1.2rem}.career-card{width:60%}.careers-cta-card{padding:4rem}}@media (width>=1400px){.footer-content{padding:5rem 0}.footer-orb-1{width:500px;height:500px}.footer-orb-2{width:400px;height:400px}.footer-company-name{font-size:1.625rem}.footer-company-description{max-width:320px;font-size:.9375rem}.footer-section-title{font-size:1.375rem}.footer-link,.footer-service-text,.footer-contact-value{font-size:1rem}.careers-hero{padding:7rem 0 5rem}.careers-hero-title{font-size:4rem}.careers-hero-subtitle{max-width:800px;font-size:1.3rem}.careers-section{padding:5rem 0}.careers-section-title{font-size:2.75rem}.careers-carousel-container{min-height:550px}.career-card{width:55%;max-width:800px;padding:3rem}.career-card-title{font-size:2rem}.career-card-description{font-size:1.0625rem;line-height:1.8}.careers-cta-section{padding:6rem 0}.careers-cta-card{padding:4rem 5rem}.careers-cta-title{font-size:2.25rem}.careers-cta-text{font-size:1.2rem}.career-modal{max-width:900px}.career-modal-header{padding:2.5rem}.career-modal-title{font-size:2rem}.career-modal-content{padding:2.5rem}.career-modal-section-title{font-size:1.25rem}.career-modal-description{font-size:1.0625rem}}@media (width>=1920px){.footer-content{padding:6rem 0}.footer-orb-1{width:600px;height:600px}.footer-orb-2{width:500px;height:500px}.footer-company-name{font-size:1.75rem}.footer-company-description{max-width:380px;font-size:1rem}.footer-section-title{font-size:1.5rem}.footer-link,.footer-service-text{font-size:1.0625rem}.careers-hero{padding:8rem 0 6rem}.careers-hero-title{font-size:4.5rem}.careers-hero-subtitle{max-width:900px;font-size:1.4rem}.careers-section{padding:6rem 0}.careers-section-title{font-size:3rem}.careers-carousel-container{min-height:600px}.career-card{max-width:900px}.career-card-title{font-size:2.25rem}.careers-cta-section{padding:7rem 0}}@media (height<=500px) and (orientation:landscape){.careers-hero{min-height:auto;padding:2rem 0}.careers-hero-title{font-size:2rem!important}.careers-hero-subtitle{margin-bottom:1rem;font-size:.9rem!important}.careers-carousel-container{min-height:350px}.career-card{padding:1.25rem}.career-card-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.career-card-skills{margin-bottom:.75rem}.careers-cta-section{padding:2rem 0}.careers-cta-card{padding:1.5rem}.career-modal{max-height:98vh}.career-modal-content{max-height:50vh}.footer-content{padding:2rem 0}}@media (width>=768px) and (width<=1024px) and (orientation:portrait){.careers-hero{padding:5rem 0 4rem}.careers-carousel-container{min-height:520px}.career-card{width:85%}.footer-grid-company{text-align:center;grid-column:span 12;margin-bottom:1rem}.footer-company{align-items:center}.footer-social{justify-content:center}.footer-grid-links,.footer-grid-services,.footer-grid-contact{grid-column:span 4}}@media (hover:none) and (pointer:coarse){.footer-social-icon:hover,.footer-link:hover{transform:none}.career-card:hover{box-shadow:0 10px 40px #00000014}.career-card:hover .career-card-icon,.career-card-skill-tag:hover,.career-card-btn:hover,.careers-carousel-nav-btn:hover,.careers-cta-btn:hover,.career-modal-skill:hover,.career-modal-btn-apply:hover{transform:none}.footer-social-icon{width:44px;height:44px}.footer-link{padding:.5rem 0}.careers-carousel-nav-btn{width:52px;height:52px}.careers-carousel-dot{width:12px;height:12px;padding:4px}.careers-carousel-dot.careers-carousel-dot-active{width:40px}.career-card-skill-tag{padding:.5rem .875rem}.footer-bottom-link{padding:.375rem 0}}@media (-webkit-device-pixel-ratio>=2),(resolution>=192dpi){.careers-hero-pattern{background-size:40px 40px}.footer-logo{image-rendering:-webkit-optimize-contrast}}@media (prefers-reduced-motion:reduce){.footer-orb-1,.footer-orb-2,.careers-hero-bg-orb-1,.careers-hero-bg-orb-2,.careers-floating-shape,.careers-hero-pattern{animation:none}.career-card{transition:box-shadow .3s}.careers-loading-spinner{border:3px solid #38bdf8;animation:none}.career-modal{animation:none}.footer-social-icon,.footer-link,.career-card-btn,.careers-cta-btn,.career-modal-btn-apply{transition:none}}@media print{.footer{color:#000!important;background:#fff!important}.footer-orb-1,.footer-orb-2,.careers-hero-bg-orb-1,.careers-hero-bg-orb-2,.careers-floating-shape,.careers-hero-pattern{display:none!important}.footer-content,.careers-hero,.careers-section,.careers-cta-section{background:#fff!important}.footer-company-name,.footer-section-title,.careers-hero-title,.careers-section-title,.career-card-title,.careers-cta-title{color:#000!important;-webkit-text-fill-color:black!important}.footer-company-description,.footer-link,.footer-service-text,.footer-contact-value,.careers-hero-subtitle,.career-card-description,.careers-cta-text{color:#333!important}.footer-social,.careers-carousel-nav-btn,.careers-carousel-dots,.career-card-btn,.careers-cta-btn,.career-modal-overlay{display:none!important}.career-card{break-inside:avoid;page-break-inside:avoid;box-shadow:none!important;border:1px solid #ccc!important}.footer-grid{display:block}.footer-grid-company,.footer-grid-links,.footer-grid-services,.footer-grid-contact{width:100%;margin-bottom:1rem;display:block}}@supports (padding:max(0px)){.footer{padding-left:max(0px, env(safe-area-inset-left));padding-right:max(0px, env(safe-area-inset-right));padding-bottom:max(1.5rem, env(safe-area-inset-bottom))}.careers-hero,.careers-section,.careers-cta-section{padding-left:max(15px, env(safe-area-inset-left));padding-right:max(15px, env(safe-area-inset-right))}.career-modal{padding-bottom:env(safe-area-inset-bottom)}}@supports (-webkit-touch-callout:none){.footer-social-icon,.career-card,.careers-cta-card,.careers-empty,.career-modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.careers-hero-title,.careers-section-title,.career-card-title,.careers-cta-title{-webkit-text-size-adjust:100%}}@media (width<=768px){.careers-hero-bg-orb-1,.careers-hero-bg-orb-2{animation-duration:12s}.careers-floating-shape{animation-duration:20s}.career-card{transition:box-shadow .3s,border-color .3s}.career-card-icon,.career-card-btn,.careers-cta-btn{transition:background .3s,box-shadow .3s}}@media (horizontal-viewport-segments:2){.careers-hero,.careers-section,.careers-cta-section,.footer-content{padding-right:calc(env(viewport-segment-right 0 0) + 1rem)}}@media (vertical-viewport-segments:2){.careers-section{padding-bottom:calc(env(viewport-segment-bottom 0 0) + 2rem)}}.footer-hide-xs,.careers-hide-xs{display:block}.footer-show-xs-only,.careers-show-xs-only{display:none}@media (width<=575.98px){.footer-hide-xs,.careers-hide-xs{display:none!important}.footer-show-xs-only,.careers-show-xs-only{display:block!important}}.footer-social-icon:focus,.footer-link:focus,.footer-bottom-link:focus,.career-card-btn:focus,.careers-carousel-nav-btn:focus,.careers-carousel-dot:focus,.careers-cta-btn:focus,.career-modal-btn-apply:focus,.career-modal-btn-close:focus,.career-modal-close:focus{outline-offset:2px;outline:2px solid #38bdf8}@media (width<=768px){.footer-social-icon:focus,.footer-link:focus,.career-card-btn:focus,.careers-cta-btn:focus{outline-offset:4px}}.career-card-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:.5rem;animation:1.5s infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.career-card-skeleton-title{width:60%;height:1.5rem;margin-bottom:.75rem}.career-card-skeleton-text{width:100%;height:1rem;margin-bottom:.5rem}.career-card-skeleton-badge{border-radius:9999px;width:80px;height:1.5rem}@media (width<=767.98px){.careers-carousel-cards-snap{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:1rem;padding:1rem;display:flex;overflow-x:auto}.careers-carousel-cards-snap::-webkit-scrollbar{display:none}.careers-carousel-cards-snap .career-card{scroll-snap-align:center;flex-shrink:0;width:85%;position:relative}}@supports (container-type:inline-size){.career-card-container{container-type:inline-size}@container (width<=400px){.career-card-header{flex-direction:column;align-items:flex-start}.career-card-footer{flex-direction:column}.career-card-btn{width:100%}}.footer-contact-container{container-type:inline-size}@container (width<=300px){.footer-contact-item{text-align:center;flex-direction:column}.footer-contact-content{text-align:center}}}@keyframes servicepage-float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}}@keyframes servicepage-floatReverse{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(20px)rotate(-5deg)}}@keyframes servicepage-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}@keyframes servicepage-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes servicepage-moveHorizontal{0%,to{transform:translate(0)}50%{transform:translate(30px)}}@keyframes servicepage-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.servicepage{flex-direction:column;min-height:100vh;display:flex;position:relative}.servicepage__navbar{z-index:10;position:relative}.servicepage__main{z-index:1;flex-grow:1;padding-top:80px;padding-bottom:80px;position:relative}.servicepage__footer{z-index:1;position:relative}.servicepage__h100{height:100%}.servicepage__bg{z-index:0;background:linear-gradient(135deg,#fff 0%,#f8f9fa 50%,#e9ecef 100%);position:fixed;inset:0;overflow:hidden}.servicepage__orb{filter:blur(40px);border-radius:50%;position:absolute}.servicepage__orb1{background:radial-gradient(circle,#6366f126 0%,#0000 70%);width:400px;height:400px;animation:8s ease-in-out infinite servicepage-float;top:10%;left:5%}.servicepage__orb2{background:radial-gradient(circle,#a855f71f 0%,#0000 70%);width:350px;height:350px;animation:10s ease-in-out infinite servicepage-floatReverse;top:60%;right:10%}.servicepage__orb3{filter:blur(30px);background:radial-gradient(circle,#3b82f61a 0%,#0000 70%);width:300px;height:300px;animation:6s ease-in-out infinite servicepage-pulse;bottom:20%;left:20%}.servicepage__orb4{filter:blur(35px);background:radial-gradient(circle,#ec489914 0%,#0000 70%);width:250px;height:250px;animation:12s ease-in-out infinite servicepage-float;top:30%;right:30%}.servicepage__shape{position:absolute}.servicepage__shape1{border:2px solid #6366f133;border-radius:12px;width:60px;height:60px;animation:20s linear infinite servicepage-rotate;top:15%;right:15%}.servicepage__shape2{border:2px solid #a855f726;border-radius:50%;width:40px;height:40px;animation:4s ease-in-out infinite servicepage-pulse;bottom:25%;right:25%}.servicepage__shape3{border:2px solid #3b82f626;width:80px;height:80px;animation:7s ease-in-out infinite servicepage-float;top:45%;left:8%;transform:rotate(45deg)}.servicepage__shape4{background-color:#6366f11a;border-radius:6px;width:30px;height:30px;animation:5s ease-in-out infinite servicepage-moveHorizontal;bottom:40%;left:35%}.servicepage__dot{border-radius:50%;animation-name:servicepage-float;animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute}.servicepage__gridLines{background-image:linear-gradient(#6366f108 1px,#0000 1px),linear-gradient(90deg,#6366f108 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.servicepage__curves{opacity:.1;width:100%;height:100%;position:absolute;inset:0}.servicepage__hero{text-align:center;margin-bottom:80px;animation:.8s ease-out both servicepage-fadeInUp}.servicepage__heroOverline{color:#6366f1;display:block;letter-spacing:4px!important;margin-bottom:16px!important;font-size:.875rem!important;font-weight:600!important}.servicepage__heroH1{background:linear-gradient(135deg,#1a1a2e 0%,#6366f1 50%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:24px!important;font-size:2.5rem!important;font-weight:900!important;line-height:1.1!important}@media (width>=900px){.servicepage__heroH1{font-size:4rem!important}}.servicepage__heroH5{max-width:600px;color:#6b7280!important;margin-left:auto!important;margin-right:auto!important;font-weight:400!important;line-height:1.6!important}.servicepage__heroDecor{justify-content:center;align-items:center;gap:16px;margin-top:32px;display:flex}.servicepage__heroLineLeft{background:linear-gradient(90deg,#0000,#6366f1);border-radius:4px;width:60px;height:2px}.servicepage__heroLineRight{background:linear-gradient(90deg,#a855f7,#0000);border-radius:4px;width:60px;height:2px}.servicepage__heroDot{background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:50%;width:12px;height:12px}.servicepage__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation-name:servicepage-fadeInUp;animation-duration:.6s;animation-timing-function:ease-out;animation-fill-mode:both;animation-delay:var(--delay,0s);background:#fffc;border:1px solid #6366f11a;border-radius:24px;padding:32px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 8px 32px #00000014,0 2px 8px #6366f10d}.servicepage__card:before{content:"";opacity:0;background:linear-gradient(90deg,#6366f1,#a855f7,#3b82f6);height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.servicepage__card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0000001f,0 8px 24px #6366f126}.servicepage__card:hover:before{opacity:1}.servicepage__iconWrap{background:linear-gradient(135deg,#6366f11a 0%,#a855f71a 100%);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;transition:all .3s;display:flex;position:relative}.servicepage__iconWrap:after{content:"";opacity:0;z-index:-1;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:22px;transition:opacity .3s;position:absolute;inset:-2px}.servicepage__iconWrap svg{color:#6366f1;transition:all .3s}.servicepage__iconWrap:hover{transform:scale(1.1)rotate(5deg)}.servicepage__iconWrap:hover:after{opacity:.2}.servicepage__iconWrap:hover svg{color:#a855f7}.servicepage__serviceIcon{font-size:40px!important}.servicepage__cardTitle{color:#1a1a2e!important;margin-bottom:16px!important;font-weight:700!important}.servicepage__cardDesc{color:#6b7280!important;margin-bottom:24px!important;line-height:1.7!important}.servicepage__chipWrap{flex-wrap:wrap;display:flex}.servicepage__chip{animation-name:servicepage-fadeInUp;animation-duration:.4s;animation-timing-function:ease-out;animation-fill-mode:both;animation-delay:var(--delay,0s);background:linear-gradient(135deg,#6366f11c 0%,#a855f71c 100%);border:1.5px solid #6366f138;border-radius:12px;align-items:center;gap:8px;margin-bottom:8px;margin-right:8px;padding:6px 16px;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 2px 6px #6366f10f}.servicepage__chip:hover{background:linear-gradient(135deg,#6366f12e 0%,#a855f72e 100%);border-color:#6366f159;transform:translateY(-2px);box-shadow:0 6px 16px #6366f11f}.servicepage__chipDot{background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:50%;width:7px;height:7px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 0 #6366f100}.servicepage__chip:hover .servicepage__chipDot{transform:scale(1.1);box-shadow:0 0 8px #6366f166}.servicepage__chipText{color:#3d4556!important;font-size:.825rem!important;font-weight:600!important}.servicepage__loading{flex-direction:column;justify-content:center;align-items:center;padding-top:64px;padding-bottom:64px;display:flex}.servicepage__loadingSpinner{border:3px solid #6366f133;border-top-color:#6366f1;border-radius:50%;width:60px;height:60px;animation:1s linear infinite servicepage-rotate}.servicepage__loadingText{color:#6b7280!important;margin-top:24px!important;font-weight:500!important}.servicepage__empty{text-align:center;padding-top:64px;padding-bottom:64px;animation:.6s ease-out both servicepage-fadeInUp}.servicepage__emptyText{color:#9ca3af!important}.servicepage__servicesGrid{margin-bottom:96px}.servicepage__sectionTitle{text-align:center;animation:.6s ease-out both servicepage-fadeInUp;animation-delay:var(--delay,0s);margin-bottom:48px}.servicepage__sectionOverline{display:block;color:#6366f1!important;letter-spacing:3px!important;margin-bottom:16px!important;font-weight:600!important}.servicepage__sectionH2{background:linear-gradient(135deg,#1a1a2e 0%,#6366f1 50%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px!important;font-size:2rem!important;font-weight:800!important}@media (width>=900px){.servicepage__sectionH2{font-size:3rem!important}}.servicepage__sectionUnderline{background:linear-gradient(90deg,#6366f1,#a855f7);border-radius:8px;width:80px;height:4px;margin-left:auto;margin-right:auto}.servicepage__productsIntro{text-align:center;max-width:500px;animation:.6s ease-out .3s both servicepage-fadeInUp;color:#6b7280!important;margin-bottom:48px!important;margin-left:auto!important;margin-right:auto!important}.servicepage__productHeader{align-items:center;gap:16px;margin-bottom:24px;display:flex}.servicepage__productBadge{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.25rem;font-weight:800;display:flex}.servicepage__productTitle{color:#1a1a2e!important;font-weight:700!important}.servicepage__techBox{background:linear-gradient(135deg,#6366f10d 0%,#a855f70d 100%);border:1px solid #6366f11a;border-radius:12px;align-items:center;gap:8px;padding:16px 24px;display:flex}.servicepage__techIcon{color:#6366f1;font-size:20px!important}.servicepage__techText{color:#4b5563!important;font-weight:500!important}.servicepage__techStrong{color:#6366f1}.servicepage__ctaWrap{text-align:center;margin-top:96px;animation:.6s ease-out .5s both servicepage-fadeInUp}.servicepage__ctaCard{background:linear-gradient(135deg,#6366f10d 0%,#a855f70d 100%);border:1px solid #6366f133}.servicepage__ctaTitle{color:#1a1a2e!important;margin-bottom:16px!important;font-weight:700!important}.servicepage__ctaDesc{max-width:500px;color:#6b7280!important;margin-bottom:32px!important;margin-left:auto!important;margin-right:auto!important}.servicepage__ctaButton{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:12px;align-items:center;gap:8px;padding:16px 32px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #6366f14d}.servicepage__ctaButton:hover{transform:translateY(-2px);box-shadow:0 8px 30px #6366f166}.servicepage__ctaArrow{margin-left:4px;transition:transform .3s;display:inline-block}.servicepage__ctaArrow:hover{transform:translate(4px)}.aboutpage{--ink:#0f172a;--body:#475569;--muted:#64748b;--brandA:#6366f1;--brandB:#a855f7;--soft:#f8fafc;--border:#0f172a1a;background-color:#fff;min-height:100vh}.aboutpage__gradientText,.aboutpage__headlineGradient{background:linear-gradient(135deg, var(--brandA) 0%, var(--brandB) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.aboutpage__hero{background-image:url(https://images.unsplash.com/photo-1497215728101-856f4ea42174?ixlib=rb-4.0.3);background-position:50%;background-size:cover;justify-content:center;align-items:center;height:280px;display:flex;position:relative}.aboutpage__heroOverlay{background-color:#0206178c;position:absolute;inset:0}.aboutpage__heroInner{text-align:center;padding-left:16px;padding-right:16px;position:relative}.aboutpage__heroOverline{display:block;color:#ffffffd9!important;letter-spacing:4px!important;margin-bottom:8px!important;font-weight:700!important}.aboutpage__heroTitle{color:#fff!important;font-size:2.3rem!important;font-weight:900!important;line-height:1.05!important}@media (width>=900px){.aboutpage__heroTitle{font-size:3.4rem!important}}.aboutpage__section{padding-top:72px;padding-bottom:72px}.aboutpage__softSection{background-color:var(--soft);padding-top:72px;padding-bottom:72px}.aboutpage__headlineGradient{text-align:center;margin-bottom:48px!important;font-weight:800!important}.aboutpage__intro{max-width:920px;margin-bottom:72px;margin-left:auto;margin-right:auto}.aboutpage__bodyP{color:var(--body)!important;font-size:1.05rem!important;line-height:1.9!important}.aboutpage__bodyPMb{margin-bottom:24px!important}.aboutpage__sectionHeader{text-align:center;margin-bottom:48px}.aboutpage__sectionOverline{display:block;color:var(--brandA)!important;letter-spacing:4px!important;margin-bottom:12px!important;font-weight:800!important}.aboutpage__sectionTitle{color:var(--ink)!important;font-weight:900!important}.aboutpage__sectionUnderline{background:linear-gradient(90deg, var(--brandA), var(--brandB));border-radius:999px;width:72px;height:4px;margin-top:16px;margin-left:auto;margin-right:auto}.aboutpage__grid{gap:24px;display:grid}.aboutpage__gridLeadership{grid-template-columns:1fr}@media (width>=900px){.aboutpage__gridLeadership{grid-template-columns:1fr 1fr}}.aboutpage__gridFeatures{grid-template-columns:1fr}@media (width>=600px){.aboutpage__gridFeatures{grid-template-columns:1fr 1fr}}@media (width>=900px){.aboutpage__gridFeatures{grid-template-columns:repeat(4,1fr)}}.aboutpage__gridThree{grid-template-columns:1fr}@media (width>=900px){.aboutpage__gridThree{grid-template-columns:repeat(3,1fr)}}.aboutpage__leaderCard{border:1px solid var(--border)!important;background-color:#fff!important;border-radius:12px!important;gap:24px!important;padding:28px!important;display:flex!important}.aboutpage__leaderAvatar{background:linear-gradient(135deg, var(--brandA), var(--brandB));border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:112px;height:112px;display:flex}.aboutpage__leaderAvatarIcon{color:#fff!important;font-size:52px!important}.aboutpage__leaderName{font-weight:900!important}.aboutpage__leaderRole{color:var(--ink)!important;margin-bottom:12px!important;font-weight:700!important}.aboutpage__leaderDesc{color:var(--body)!important;line-height:1.8!important}.aboutpage__featureCard{text-align:center;height:100%;border:1px solid var(--border)!important;background-color:#fff!important;border-radius:12px!important;padding:28px!important;transition:all .25s!important}.aboutpage__featureCard:hover{transform:translateY(-4px);box-shadow:0 14px 30px #0206171a;border-color:#6366f159!important}.aboutpage__featureIconWrap{color:var(--brandA);justify-content:center;margin-bottom:16px;display:flex}.aboutpage__featureIcon{font-size:48px!important}.aboutpage__featureTitle{color:var(--ink)!important;margin-bottom:8px!important;font-weight:900!important}.aboutpage__featureDesc{color:var(--body)!important;line-height:1.8!important}.aboutpage__simpleCard{height:100%;border:1px solid var(--border)!important;background-color:#fff!important;border-radius:12px!important;padding:28px!important}.aboutpage__simpleTitle{color:var(--ink)!important;margin-bottom:10px!important;font-weight:900!important}.aboutpage__simpleDesc{color:var(--body)!important;line-height:1.8!important}.aboutpage__officeCard{height:100%;border:1px solid var(--border)!important;background-color:#fff!important;border-radius:12px!important;padding:28px!important}.aboutpage__officeIconWrap{color:var(--brandA);margin-bottom:16px}.aboutpage__officeIcon{font-size:34px!important}.aboutpage__officeTitle{color:var(--ink)!important;margin-bottom:8px!important;font-weight:900!important}.aboutpage__officeDesc{color:var(--body)!important;line-height:1.8!important}.aboutpage__closing{text-align:center;max-width:900px;color:var(--muted)!important;margin-top:64px!important;margin-left:auto!important;margin-right:auto!important;line-height:1.9!important}.loginPage{background:#fff;align-items:center;min-height:100vh;padding:32px 0;display:flex}.loginCard{background:#fff;border:1px solid #11182714;border-radius:16px;padding:40px 32px;box-shadow:0 18px 50px #1118271a}.loginHeader{text-align:center;margin-bottom:28px}.loginLogo{width:auto;height:60px;margin-bottom:14px}.loginTitle{color:#111827;font-weight:800!important}.loginSubtitle{color:#6b7280;margin-top:8px!important}.loginAlert{margin-bottom:18px}.loginField{margin-bottom:14px!important}.loginField .MuiInputBase-root{background:#f9fafb;border-radius:12px}.loginButton{height:48px;text-transform:none!important;color:#fff!important;background:#111827!important;border-radius:12px!important;margin-top:6px!important;font-weight:700!important}.loginButton:hover{background:#0b1220!important}.loginFooter{text-align:center;margin-top:18px}.loginFooterText{color:#6b7280}.loginLink{color:#111827!important;font-weight:700!important;text-decoration:none!important}.loginLink:hover{text-decoration:underline!important}@media (width<=600px){.loginCard{border-radius:14px;padding:28px 18px}}.registerPage{background:#fff;align-items:center;min-height:100vh;padding:32px 0;display:flex}.registerCard{background:#fff;border:1px solid #11182714;border-radius:16px;padding:40px 32px;box-shadow:0 18px 50px #1118271a}.registerHeader{text-align:center;margin-bottom:28px}.registerLogo{width:auto;height:60px;margin-bottom:14px}.registerTitle{color:#111827;font-weight:800!important}.registerSubtitle{color:#6b7280;margin-top:8px!important}.registerAlert{margin-bottom:18px}.registerField .MuiInputBase-root{background:#f9fafb;border-radius:12px}.registerButton{height:48px;text-transform:none!important;color:#fff!important;background:#111827!important;border-radius:12px!important;font-weight:700!important}.registerButton:hover{background:#0b1220!important}.registerFooter{text-align:center;margin-top:18px}.registerFooterText{color:#6b7280}.registerLink{color:#111827!important;font-weight:700!important;text-decoration:none!important}.registerLink:hover{text-decoration:underline!important}@media (width<=600px){.registerCard{border-radius:14px;padding:28px 18px}}.contact-hero{text-align:center;background:#fff;padding:6rem 0 4rem;position:relative;overflow:hidden}@media (width<=768px){.contact-hero{padding:4rem 0 3rem}}.contact-hero-bg-orb-1{filter:blur(60px);z-index:0;pointer-events:none;background:radial-gradient(circle,#6366f11f,#0000);border-radius:50%;width:500px;height:500px;animation:8s ease-in-out infinite pulse-bg;position:absolute;top:-15%;right:-10%}.contact-hero-bg-orb-2{filter:blur(60px);z-index:0;pointer-events:none;background:radial-gradient(circle,#a855f71f,#0000);border-radius:50%;width:400px;height:400px;animation:10s ease-in-out infinite pulse-bg-2;position:absolute;bottom:-20%;left:-10%}@media (width<=768px){.contact-hero-bg-orb-1{width:300px;height:300px}.contact-hero-bg-orb-2{width:250px;height:250px}}.contact-hero-pattern{pointer-events:none;background-image:linear-gradient(#6366f105 1px,#0000 1px),linear-gradient(90deg,#6366f105 1px,#0000 1px);background-size:50px 50px;animation:20s linear infinite grid-move;position:absolute;inset:0}.contact-hero-shape{opacity:.15;pointer-events:none;animation:15s ease-in-out infinite float-shape;position:absolute}.contact-hero-shape-1{border:2px solid #6366f1;border-radius:12px;width:60px;height:60px;animation-delay:0s;top:15%;left:8%;transform:rotate(15deg)}.contact-hero-shape-2{border:2px solid #a855f7;border-radius:50%;width:40px;height:40px;animation-delay:-5s;top:25%;right:10%}.contact-hero-shape-3{border:2px solid #38bdf8;border-radius:8px;width:50px;height:50px;animation-delay:-10s;bottom:20%;left:15%;transform:rotate(-10deg)}.contact-hero-content{z-index:1;animation:.8s ease-out fade-in-up;position:relative}.contact-hero-overline{color:#6366f1;letter-spacing:4px;text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:block}.contact-hero-title{color:#0f172a;letter-spacing:-.025em;margin:0 0 1rem;font-size:3.75rem;font-weight:900;line-height:1.1}@media (width<=768px){.contact-hero-title{font-size:2.25rem}}.contact-hero-title-gradient{background:linear-gradient(135deg,#6366f1 0%,#a855f7 50%,#38bdf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.contact-hero-subtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.8}@media (width<=768px){.contact-hero-subtitle{font-size:1rem}}.contact-section{background:#f8fafc;padding:4rem 0 6rem;position:relative}@media (width<=768px){.contact-section{padding:3rem 0 4rem}}.contact-grid{grid-template-columns:1.3fr 1fr;align-items:start;gap:3rem;display:grid}@media (width<=960px){.contact-grid{grid-template-columns:1fr;gap:2.5rem}}.contact-form-card{background:#fff;border:1px solid #0f172a14;border-radius:1.5rem;padding:2.5rem;animation:.8s ease-out .2s both fade-in-up;box-shadow:0 8px 32px #0000000f}@media (width<=768px){.contact-form-card{padding:1.75rem}}.contact-form-header{margin-bottom:2rem}.contact-form-title{color:#0f172a;letter-spacing:-.015em;margin:0 0 .75rem;font-size:1.75rem;font-weight:800}.contact-form-divider{background:linear-gradient(90deg,#6366f1,#a855f7);border-radius:2px;width:60px;height:4px;margin-bottom:.75rem}.contact-form-subtitle{color:#64748b;margin:0;font-size:.95rem;line-height:1.6}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.contact-form-row{gap:1.25rem;display:flex}@media (width<=600px){.contact-form-row{flex-direction:column}}.contact-input-group{flex-direction:column;flex:1;gap:.5rem;display:flex}.contact-input-label{color:#475569;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;display:flex}.contact-input-label svg{color:#6366f1}.contact-input,.contact-textarea{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1px solid #0f172a1f;border-radius:.75rem;outline:none;width:100%;padding:.875rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem;transition:all .3s}.contact-input:focus,.contact-textarea:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.contact-input::placeholder,.contact-textarea::placeholder{color:#94a3b8}.contact-textarea{resize:vertical;min-height:140px;line-height:1.6}.contact-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#a855f7);border:none;border-radius:.75rem;justify-content:center;align-self:flex-start;align-items:center;gap:.625rem;margin-top:.5rem;padding:.875rem 2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #6366f14d}.contact-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #6366f173}.contact-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.contact-submit-btn svg{fill:currentColor}.contact-info-side{flex-direction:column;gap:1.5rem;animation:.8s ease-out .4s both fade-in-up;display:flex}.contact-info-card{background:#fff;border:1px solid #0f172a14;border-radius:1.5rem;padding:2.5rem;box-shadow:0 8px 32px #0000000f}@media (width<=768px){.contact-info-card{padding:1.75rem}}.contact-info-title{color:#0f172a;margin:0 0 .75rem;font-size:1.5rem;font-weight:800}.contact-info-description{color:#64748b;margin:0 0 2rem;font-size:.95rem;line-height:1.7}.contact-info-items{flex-direction:column;gap:1.5rem;display:flex}.contact-info-row{align-items:flex-start;gap:1rem;display:flex}.contact-info-icon{border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.contact-info-icon svg{fill:currentColor;width:22px;height:22px}.contact-info-icon.contact-info-icon-email{color:#6366f1;background:#6366f11a;border:1px solid #6366f133}.contact-info-icon.contact-info-icon-phone{color:#22d3ee;background:#22d3ee1a;border:1px solid #22d3ee33}.contact-info-icon.contact-info-icon-location{color:#a855f7;background:#a855f71a;border:1px solid #a855f733}.contact-info-text{flex:1}.contact-info-text-label{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.contact-info-text-value{color:#475569;margin:0;font-size:.95rem;line-height:1.6}.contact-hours-card{background:#fff;border:1px solid #0f172a14;border-radius:1.5rem;padding:2rem;box-shadow:0 8px 32px #0000000f}.contact-hours-title{color:#0f172a;margin:0 0 1.25rem;font-size:1.125rem;font-weight:700}.contact-hours-list{flex-direction:column;gap:.75rem;display:flex}.contact-hours-row{border-bottom:1px solid #0f172a0f;justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.contact-hours-row:last-child{border-bottom:none;padding-bottom:0}.contact-hours-day{color:#475569;font-size:.9rem;font-weight:500}.contact-hours-time{color:#0f172a;font-size:.9rem;font-weight:600}.contact-hours-closed{color:#ef4444}.contact-response-badge{background:linear-gradient(135deg,#22c55e14,#10b9810a);border:1px solid #22c55e26;border-radius:100px;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.contact-response-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:2s infinite pulse-dot;box-shadow:0 0 12px #22c55e66}.contact-response-text{color:#16a34a;margin:0;font-size:.9rem;font-weight:600}@media (width<=575.98px){.servicepage__main{padding-top:48px;padding-bottom:48px}.servicepage__hero{margin-bottom:48px}.servicepage__heroOverline{letter-spacing:2px!important;margin-bottom:12px!important;font-size:.75rem!important}.servicepage__heroH1{margin-bottom:16px!important;font-size:1.75rem!important}.servicepage__heroH5{padding:0 .5rem;font-size:.9rem!important;line-height:1.5!important}.servicepage__heroDecor{gap:12px;margin-top:24px}.servicepage__heroLineLeft,.servicepage__heroLineRight{width:40px}.servicepage__heroDot{width:10px;height:10px}.servicepage__orb1{width:200px;height:200px;top:5%;left:-5%}.servicepage__orb2{width:180px;height:180px;right:-5%}.servicepage__orb3{width:150px;height:150px}.servicepage__orb4{width:130px;height:130px}.servicepage__shape1,.servicepage__shape2,.servicepage__shape3,.servicepage__shape4{display:none}.servicepage__gridLines{background-size:30px 30px}.servicepage__card{border-radius:16px;padding:20px}.servicepage__card:hover{transform:none}.servicepage__iconWrap{border-radius:14px;width:60px;height:60px;margin-bottom:16px}.servicepage__iconWrap:hover{transform:none}.servicepage__serviceIcon{font-size:28px!important}.servicepage__cardTitle{margin-bottom:12px!important;font-size:1.125rem!important}.servicepage__cardDesc{margin-bottom:16px!important;font-size:.875rem!important;line-height:1.6!important}.servicepage__chipWrap{gap:6px}.servicepage__chip{background:linear-gradient(135deg,#6366f11c 0%,#a855f71c 100%);border:1.5px solid #6366f138;border-radius:8px;margin-bottom:6px;margin-right:0;padding:4px 10px;box-shadow:0 2px 6px #6366f10f}.servicepage__chip:hover{background:linear-gradient(135deg,#6366f12e 0%,#a855f72e 100%);border-color:#6366f159;transform:none;box-shadow:0 4px 10px #6366f11a}.servicepage__chipDot{width:5px;height:5px}.servicepage__chipText{font-size:.75rem!important}.servicepage__servicesGrid{margin-bottom:48px}.servicepage__sectionTitle{margin-bottom:32px}.servicepage__sectionOverline{letter-spacing:2px!important;margin-bottom:12px!important;font-size:.75rem!important}.servicepage__sectionH2{margin-bottom:12px!important;font-size:1.5rem!important}.servicepage__sectionUnderline{width:60px;height:3px}.servicepage__productsIntro{margin-bottom:32px!important;font-size:.875rem!important}.servicepage__productHeader{flex-wrap:wrap;gap:12px;margin-bottom:16px}.servicepage__productBadge{border-radius:10px;width:42px;height:42px;font-size:1rem}.servicepage__productTitle{font-size:1rem!important}.servicepage__techBox{gap:6px;padding:12px 16px}.servicepage__techIcon{font-size:16px!important}.servicepage__techText{font-size:.8125rem!important}.servicepage__ctaWrap{margin-top:48px}.servicepage__ctaCard{border-radius:16px;padding:24px 20px!important}.servicepage__ctaTitle{margin-bottom:12px!important;font-size:1.25rem!important}.servicepage__ctaDesc{margin-bottom:24px!important;font-size:.875rem!important}.servicepage__ctaButton{justify-content:center;width:100%;padding:12px 24px;font-size:.9rem}.servicepage__ctaButton:hover{transform:none}.servicepage__loading{padding-top:48px;padding-bottom:48px}.servicepage__loadingSpinner{width:48px;height:48px}.servicepage__loadingText{margin-top:16px!important;font-size:.875rem!important}.aboutpage__hero{height:200px}.aboutpage__heroOverline{letter-spacing:2px!important;font-size:.75rem!important}.aboutpage__heroTitle{font-size:1.75rem!important}.aboutpage__section,.aboutpage__softSection{padding-top:48px;padding-bottom:48px}.aboutpage__headlineGradient{margin-bottom:32px!important;font-size:1.5rem!important}.aboutpage__intro{margin-bottom:48px;padding:0 .5rem}.aboutpage__bodyP{font-size:.9rem!important;line-height:1.7!important}.aboutpage__bodyPMb{margin-bottom:16px!important}.aboutpage__sectionHeader{margin-bottom:32px}.aboutpage__sectionOverline{letter-spacing:2px!important;margin-bottom:8px!important;font-size:.75rem!important}.aboutpage__sectionTitle{font-size:1.5rem!important}.aboutpage__sectionUnderline{width:50px;height:3px;margin-top:12px}.aboutpage__grid{gap:16px}.aboutpage__leaderCard{text-align:center;flex-direction:column;align-items:center;gap:16px!important;padding:20px!important}.aboutpage__leaderAvatar{border-radius:10px;width:80px;height:80px}.aboutpage__leaderAvatarIcon{font-size:36px!important}.aboutpage__leaderName{font-size:1rem!important}.aboutpage__leaderRole{margin-bottom:8px!important;font-size:.8125rem!important}.aboutpage__leaderDesc{font-size:.8125rem!important;line-height:1.6!important}.aboutpage__featureCard{border-radius:10px!important;padding:20px!important}.aboutpage__featureCard:hover{transform:none}.aboutpage__featureIconWrap{margin-bottom:12px}.aboutpage__featureIcon{font-size:36px!important}.aboutpage__featureTitle{margin-bottom:6px!important;font-size:1rem!important}.aboutpage__featureDesc{font-size:.8125rem!important;line-height:1.6!important}.aboutpage__simpleCard{border-radius:10px!important;padding:20px!important}.aboutpage__simpleTitle{margin-bottom:8px!important;font-size:1rem!important}.aboutpage__simpleDesc{font-size:.8125rem!important;line-height:1.6!important}.aboutpage__officeCard{border-radius:10px!important;padding:20px!important}.aboutpage__officeIconWrap{margin-bottom:12px}.aboutpage__officeIcon{font-size:28px!important}.aboutpage__officeTitle{margin-bottom:6px!important;font-size:1rem!important}.aboutpage__officeDesc{font-size:.8125rem!important;line-height:1.6!important}.aboutpage__closing{padding:0 .5rem;margin-top:40px!important;font-size:.875rem!important}.loginPage{padding:16px 0}.loginCard{border-radius:12px;margin:0 8px;padding:24px 16px}.loginHeader{margin-bottom:20px}.loginLogo{height:48px;margin-bottom:10px}.loginTitle{font-size:1.25rem!important}.loginSubtitle{font-size:.875rem!important}.loginField{margin-bottom:12px!important}.loginField .MuiInputBase-root{border-radius:10px}.loginButton{height:44px;border-radius:10px!important;font-size:.9rem!important}.loginFooter{margin-top:14px}.loginFooterText{font-size:.8125rem}.registerPage{padding:16px 0}.registerCard{border-radius:12px;margin:0 8px;padding:24px 16px}.registerHeader{margin-bottom:20px}.registerLogo{height:48px;margin-bottom:10px}.registerTitle{font-size:1.25rem!important}.registerSubtitle{font-size:.875rem!important}.registerField .MuiInputBase-root{border-radius:10px}.registerButton{height:44px;border-radius:10px!important;font-size:.9rem!important}.registerFooter{margin-top:14px}.registerFooterText{font-size:.8125rem}.contact-hero{padding:3rem 0 2rem}.contact-hero-bg-orb-1{width:200px;height:200px;top:-10%;right:-15%}.contact-hero-bg-orb-2{width:180px;height:180px;bottom:-15%;left:-15%}.contact-hero-shape{display:none}.contact-hero-pattern{background-size:30px 30px}.contact-hero-overline{letter-spacing:2px;font-size:.75rem}.contact-hero-title{margin-bottom:.75rem;font-size:1.875rem!important}.contact-hero-subtitle{padding:0 .5rem;font-size:.9rem!important}.contact-section{padding:2rem 0 3rem}.contact-grid{gap:1.5rem}.contact-form-card{border-radius:1rem;padding:1.5rem}.contact-form-header{margin-bottom:1.5rem}.contact-form-title{margin-bottom:.5rem;font-size:1.375rem}.contact-form-divider{width:50px;height:3px}.contact-form-subtitle{font-size:.875rem}.contact-form{gap:1rem}.contact-form-row{flex-direction:column;gap:1rem}.contact-input-label{font-size:.75rem}.contact-input,.contact-textarea{border-radius:.625rem;padding:.75rem .875rem;font-size:.9rem}.contact-textarea{min-height:120px}.contact-submit-btn{width:100%;padding:.875rem 1.5rem;font-size:.9rem}.contact-submit-btn:hover:not(:disabled){transform:none}.contact-info-side{gap:1rem}.contact-info-card{border-radius:1rem;padding:1.5rem}.contact-info-title{margin-bottom:.5rem;font-size:1.25rem}.contact-info-description{margin-bottom:1.5rem;font-size:.875rem}.contact-info-items{gap:1.25rem}.contact-info-row{gap:.75rem}.contact-info-icon{border-radius:.625rem;width:42px;height:42px}.contact-info-icon svg{width:18px;height:18px}.contact-info-text-label{font-size:.6875rem}.contact-info-text-value{font-size:.875rem}.contact-hours-card{border-radius:1rem;padding:1.5rem}.contact-hours-title{margin-bottom:1rem;font-size:1rem}.contact-hours-row{padding-bottom:.625rem}.contact-hours-day,.contact-hours-time{font-size:.8125rem}.contact-response-badge{gap:.5rem;padding:.875rem 1.25rem}.contact-response-dot{width:8px;height:8px}.contact-response-text{font-size:.8125rem}}@media (width>=576px) and (width<=767.98px){.servicepage__main{padding-top:60px;padding-bottom:60px}.servicepage__hero{margin-bottom:60px}.servicepage__heroH1{font-size:2.25rem!important}.servicepage__orb1{width:280px;height:280px}.servicepage__orb2{width:250px;height:250px}.servicepage__card{padding:24px}.servicepage__iconWrap{width:70px;height:70px}.servicepage__serviceIcon{font-size:34px!important}.servicepage__servicesGrid{margin-bottom:64px}.servicepage__sectionH2{font-size:1.75rem!important}.servicepage__ctaWrap{margin-top:64px}.servicepage__ctaButton{width:auto}.aboutpage__hero{height:230px}.aboutpage__heroTitle{font-size:2.25rem!important}.aboutpage__section,.aboutpage__softSection{padding-top:56px;padding-bottom:56px}.aboutpage__headlineGradient,.aboutpage__sectionTitle{font-size:1.75rem!important}.aboutpage__leaderCard{text-align:left;flex-direction:row}.aboutpage__leaderAvatar{width:96px;height:96px}.loginCard,.registerCard{padding:32px 24px}.loginLogo,.registerLogo{height:52px}.contact-hero{padding:4rem 0 3rem}.contact-hero-title{font-size:2.5rem!important}.contact-section{padding:2.5rem 0 3.5rem}.contact-form-card{padding:2rem}.contact-form-row{flex-direction:row}.contact-submit-btn{width:auto}.contact-info-card{padding:2rem}}@media (width>=768px) and (width<=991.98px){.servicepage__main{padding-top:72px;padding-bottom:72px}.servicepage__hero{margin-bottom:72px}.servicepage__heroH1{font-size:3rem!important}.servicepage__orb1{width:320px;height:320px}.servicepage__orb2{width:280px;height:280px}.servicepage__orb3{width:240px;height:240px}.servicepage__shape1,.servicepage__shape2{display:block}.servicepage__shape3,.servicepage__shape4{display:none}.servicepage__card{padding:28px}.servicepage__servicesGrid{margin-bottom:80px}.servicepage__sectionH2{font-size:2.25rem!important}.servicepage__ctaWrap{margin-top:80px}.aboutpage__hero{height:250px}.aboutpage__heroTitle{font-size:2.75rem!important}.aboutpage__section,.aboutpage__softSection{padding-top:64px;padding-bottom:64px}.aboutpage__headlineGradient,.aboutpage__sectionTitle{font-size:2rem!important}.aboutpage__leaderAvatar{width:100px;height:100px}.loginCard,.registerCard{max-width:420px;margin:0 auto;padding:36px 28px}.loginLogo,.registerLogo{height:56px}.contact-hero{padding:5rem 0 3.5rem}.contact-hero-title{font-size:3rem}.contact-section{padding:3rem 0 4rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-form-card,.contact-info-card{padding:2.25rem}}@media (width>=992px) and (width<=1199.98px){.servicepage__heroH1{font-size:3.5rem!important}.servicepage__orb1{width:350px;height:350px}.servicepage__orb2{width:300px;height:300px}.servicepage__sectionH2{font-size:2.5rem!important}.aboutpage__hero{height:260px}.aboutpage__heroTitle{font-size:3rem!important}.aboutpage__sectionTitle{font-size:2.25rem!important}.contact-hero-title{font-size:3.25rem}.contact-grid{grid-template-columns:1.2fr 1fr;gap:2.5rem}}@media (width>=1200px) and (width<=1399.98px){.servicepage__heroH1{font-size:3.75rem!important}.servicepage__sectionH2{font-size:2.75rem!important}.aboutpage__heroTitle{font-size:3.25rem!important}.aboutpage__headlineGradient{font-size:2.25rem!important}.contact-hero-title{font-size:3.5rem}.contact-form-card{padding:2.75rem}}@media (width>=1400px){.servicepage__main{padding-top:96px;padding-bottom:96px}.servicepage__hero{margin-bottom:96px}.servicepage__heroH1{font-size:4.5rem!important}.servicepage__heroH5{max-width:700px;font-size:1.25rem!important}.servicepage__orb1{width:450px;height:450px}.servicepage__orb2{width:400px;height:400px}.servicepage__orb3{width:350px;height:350px}.servicepage__orb4{width:300px;height:300px}.servicepage__card{padding:36px}.servicepage__iconWrap{border-radius:24px;width:90px;height:90px}.servicepage__serviceIcon{font-size:48px!important}.servicepage__cardTitle{font-size:1.5rem!important}.servicepage__servicesGrid{margin-bottom:120px}.servicepage__sectionH2{font-size:3.25rem!important}.servicepage__ctaWrap{margin-top:120px}.servicepage__ctaCard{padding:40px 48px!important}.servicepage__ctaTitle{font-size:2rem!important}.aboutpage__hero{height:320px}.aboutpage__heroTitle{font-size:3.75rem!important}.aboutpage__section,.aboutpage__softSection{padding-top:88px;padding-bottom:88px}.aboutpage__headlineGradient{font-size:2.5rem!important}.aboutpage__intro{margin-bottom:88px}.aboutpage__bodyP{font-size:1.125rem!important}.aboutpage__sectionTitle{font-size:2.5rem!important}.aboutpage__leaderCard{padding:36px!important}.aboutpage__leaderAvatar{width:128px;height:128px}.aboutpage__featureCard{padding:36px!important}.aboutpage__featureIcon{font-size:56px!important}.aboutpage__simpleCard,.aboutpage__officeCard{padding:36px!important}.loginCard,.registerCard{max-width:480px;padding:48px 40px}.loginLogo,.registerLogo{height:68px}.loginTitle,.registerTitle{font-size:1.625rem!important}.contact-hero{padding:7rem 0 5rem}.contact-hero-title{font-size:4rem}.contact-hero-subtitle{max-width:700px;font-size:1.3rem}.contact-section{padding:5rem 0 6rem}.contact-grid{gap:3.5rem}.contact-form-card{padding:3rem}.contact-form-title{font-size:2rem}.contact-form{gap:1.5rem}.contact-input,.contact-textarea{padding:1rem 1.125rem;font-size:1rem}.contact-info-card{padding:3rem}.contact-info-title{font-size:1.75rem}}@media (width>=1920px){.servicepage__main{padding-top:120px;padding-bottom:120px}.servicepage__hero{margin-bottom:120px}.servicepage__heroH1{font-size:5rem!important}.servicepage__heroH5{max-width:800px;font-size:1.375rem!important}.servicepage__orb1{width:550px;height:550px}.servicepage__orb2{width:480px;height:480px}.servicepage__servicesGrid{margin-bottom:140px}.servicepage__sectionH2{font-size:3.5rem!important}.aboutpage__hero{height:360px}.aboutpage__heroTitle{font-size:4.25rem!important}.aboutpage__section,.aboutpage__softSection{padding-top:100px;padding-bottom:100px}.aboutpage__headlineGradient,.aboutpage__sectionTitle{font-size:2.75rem!important}.contact-hero{padding:8rem 0 6rem}.contact-hero-title{font-size:4.5rem}.contact-section{padding:6rem 0 7rem}.contact-form-card,.contact-info-card{padding:3.5rem}}@media (height<=500px) and (orientation:landscape){.servicepage__main{padding-top:40px;padding-bottom:40px}.servicepage__hero{margin-bottom:40px}.servicepage__heroH1{font-size:2rem!important}.aboutpage__hero{height:160px}.aboutpage__heroTitle{font-size:1.75rem!important}.aboutpage__section,.aboutpage__softSection{padding-top:32px;padding-bottom:32px}.loginPage,.registerPage{align-items:flex-start;padding:16px 0;overflow-y:auto}.loginCard,.registerCard{padding:20px}.contact-hero,.contact-section{padding:2rem 0}}@media (width>=768px) and (width<=1024px) and (orientation:portrait){.servicepage__hero{margin-bottom:64px}.servicepage__heroH1{font-size:2.75rem!important}.aboutpage__hero{height:240px}.aboutpage__gridLeadership{grid-template-columns:1fr}.aboutpage__gridFeatures{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr}}@media (hover:none) and (pointer:coarse){.servicepage__card:hover,.servicepage__iconWrap:hover,.servicepage__chip:hover,.servicepage__ctaButton:hover{transform:none}.aboutpage__featureCard:hover{box-shadow:none;transform:none}.contact-submit-btn:hover:not(:disabled){transform:none}.servicepage__chip{background:linear-gradient(135deg,#6366f11c 0%,#a855f71c 100%);border:1.5px solid #6366f138;padding:8px 14px;box-shadow:0 2px 6px #6366f10f}.loginButton,.registerButton{height:52px}.contact-input,.contact-textarea{padding:1rem;font-size:16px}.contact-submit-btn{padding:1rem 2rem}}@media (-webkit-device-pixel-ratio>=2),(resolution>=192dpi){.servicepage__gridLines,.contact-hero-pattern{background-size:40px 40px}.loginLogo,.registerLogo{image-rendering:-webkit-optimize-contrast}}@media (prefers-reduced-motion:reduce){.servicepage__orb1,.servicepage__orb2,.servicepage__orb3,.servicepage__orb4,.servicepage__shape1,.servicepage__shape2,.servicepage__shape3,.servicepage__shape4,.servicepage__dot,.servicepage__card,.servicepage__chip,.servicepage__hero,.servicepage__sectionTitle,.servicepage__productsIntro,.servicepage__ctaWrap{animation:none}.servicepage__loadingSpinner{border:3px solid #6366f1;animation:none}.contact-hero-bg-orb-1,.contact-hero-bg-orb-2,.contact-hero-pattern,.contact-hero-shape,.contact-hero-content,.contact-form-card,.contact-info-side,.contact-response-dot{animation:none}.servicepage__card,.servicepage__chip,.servicepage__iconWrap,.servicepage__ctaButton,.aboutpage__featureCard,.contact-submit-btn{transition:none}}@media print{.servicepage__bg{display:none!important}.servicepage__main{padding:20px 0}.servicepage__card{break-inside:avoid;page-break-inside:avoid;box-shadow:none!important;border:1px solid #ccc!important}.servicepage__heroH1,.servicepage__sectionH2{-webkit-text-fill-color:#000!important;color:#000!important}.servicepage__ctaButton{display:none!important}.aboutpage__hero{height:auto;padding:40px 20px;background:#f0f0f0!important}.aboutpage__heroOverlay{display:none}.aboutpage__heroTitle{color:#000!important}.aboutpage__leaderCard,.aboutpage__featureCard,.aboutpage__simpleCard,.aboutpage__officeCard{break-inside:avoid;box-shadow:none!important;border:1px solid #ccc!important}.aboutpage__gradientText,.aboutpage__headlineGradient{-webkit-text-fill-color:#000!important;color:#000!important}.loginPage,.registerPage{min-height:auto;padding:20px 0}.loginCard,.registerCard{box-shadow:none!important;border:1px solid #ccc!important}.loginButton,.registerButton,.contact-hero-bg-orb-1,.contact-hero-bg-orb-2,.contact-hero-pattern,.contact-hero-shape{display:none!important}.contact-hero,.contact-section{background:#fff!important}.contact-hero-title,.contact-form-title,.contact-info-title{color:#000!important;-webkit-text-fill-color:#000!important}.contact-form-card,.contact-info-card,.contact-hours-card{box-shadow:none!important;border:1px solid #ccc!important}.contact-submit-btn{display:none!important}}@supports (padding:max(0px)){.servicepage__main,.aboutpage__section,.aboutpage__softSection,.loginPage,.registerPage,.contact-hero,.contact-section{padding-left:max(16px, env(safe-area-inset-left));padding-right:max(16px, env(safe-area-inset-right))}}@supports (-webkit-touch-callout:none){.contact-input,.contact-textarea,.loginField .MuiInputBase-input,.registerField .MuiInputBase-input{font-size:16px}.servicepage__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.servicepage__heroH1,.servicepage__sectionH2,.aboutpage__heroTitle,.aboutpage__sectionTitle,.contact-hero-title{-webkit-text-size-adjust:100%}}@media (width<=768px){.servicepage__orb1,.servicepage__orb2,.servicepage__orb3,.servicepage__orb4{animation-duration:12s}.servicepage__card{animation-duration:.4s}.contact-hero-bg-orb-1,.contact-hero-bg-orb-2{animation-duration:12s}.contact-hero-shape{animation-duration:20s}}.servicepage__ctaButton:focus,.servicepage__chip:focus{outline-offset:2px;outline:2px solid #6366f1}.loginButton:focus,.registerButton:focus,.loginLink:focus,.registerLink:focus{outline-offset:2px;outline:2px solid #111827}.contact-input:focus,.contact-textarea:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f126}.contact-submit-btn:focus{outline-offset:2px;outline:2px solid #6366f1}@media (width<=768px){.servicepage__ctaButton:focus,.contact-submit-btn:focus,.loginButton:focus,.registerButton:focus{outline-offset:4px}}@media (horizontal-viewport-segments:2){.servicepage__main,.aboutpage__section,.aboutpage__softSection,.contact-hero,.contact-section{padding-right:calc(env(viewport-segment-right 0 0) + 16px)}}@media (vertical-viewport-segments:2){.servicepage__main{padding-bottom:calc(env(viewport-segment-bottom 0 0) + 80px)}}@supports (container-type:inline-size){.servicepage__card-container{container-type:inline-size}@container (width<=300px){.servicepage__iconWrap{width:56px;height:56px}.servicepage__serviceIcon{font-size:28px!important}.servicepage__cardTitle{font-size:1rem!important}}.contact-form-container{container-type:inline-size}@container (width<=400px){.contact-form-row{flex-direction:column}.contact-submit-btn{width:100%}}.aboutpage__card-container{container-type:inline-size}@container (width<=280px){.aboutpage__leaderCard{text-align:center;flex-direction:column}.aboutpage__featureIcon{font-size:36px!important}}}.servicepage-hide-xs,.aboutpage-hide-xs,.contact-hide-xs{display:block}.servicepage-show-xs-only,.aboutpage-show-xs-only,.contact-show-xs-only{display:none}@media (width<=575.98px){.servicepage-hide-xs,.aboutpage-hide-xs,.contact-hide-xs{display:none!important}.servicepage-show-xs-only,.aboutpage-show-xs-only,.contact-show-xs-only{display:block!important}}.servicepage-hide-md,.aboutpage-hide-md,.contact-hide-md{display:block}@media (width>=768px) and (width<=991.98px){.servicepage-hide-md,.aboutpage-hide-md,.contact-hide-md{display:none!important}}.servicepage__skeleton,.aboutpage__skeleton,.contact__skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s infinite skeleton-shimmer}.servicepage__skeleton-card{border-radius:24px;height:280px}.servicepage__skeleton-title{width:70%;height:2rem;margin-bottom:1rem}.servicepage__skeleton-text{width:100%;height:1rem;margin-bottom:.5rem}.aboutpage__skeleton-card{border-radius:12px;height:200px}.contact__skeleton-form{border-radius:24px;height:400px}.contact__skeleton-info{border-radius:24px;height:300px}.contact-input-error,.contact-textarea-error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.contact-error-message{color:#ef4444;margin-top:.25rem;font-size:.75rem;font-weight:500}.loginAlert,.registerAlert{border-radius:10px}@media (width<=575.98px){.loginAlert,.registerAlert{padding:8px 12px;font-size:.8125rem}}.contact-success-message{color:#16a34a;background:linear-gradient(135deg,#22c55e14,#10b9810a);border:1px solid #22c55e33;border-radius:.75rem;align-items:center;gap:.75rem;margin-bottom:1rem;padding:1rem 1.25rem;font-weight:500;display:flex}.contact-success-message svg{fill:currentColor;flex-shrink:0;width:20px;height:20px}@media (width<=575.98px){.contact-success-message{padding:.875rem 1rem;font-size:.875rem}}.contact-char-counter{color:#94a3b8;justify-content:flex-end;margin-top:.25rem;font-size:.75rem;display:flex}.contact-char-counter-warning{color:#f59e0b}.contact-char-counter-error{color:#ef4444}.contact-submit-btn-loading{position:relative;color:#0000!important}.contact-submit-btn-loading:after{content:"";border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite servicepage-rotate;position:absolute}@media (width<=768px){html{scroll-behavior:smooth}.servicepage,.aboutpage,.loginPage,.registerPage,.contact-hero,.contact-section{overflow-x:hidden}}@media (width<=575.98px){.contact-submit-btn-sticky{z-index:100;background:#fff;border-top:1px solid #0f172a14;padding:1rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #0000000d}.contact-submit-btn-sticky .contact-submit-btn{width:100%}.contact-form-with-sticky{padding-bottom:80px}}
