:root{--bg-color: #F0F0F0;--bg-white: #FFFFFF;--text-main: #131629;--text-secondary: #52525B;--text-muted: #71717A;--primary-orange: #FF6B00;--primary-orange-rgb: 255, 107, 0;--shadow-light: -6px -6px 12px #FFFFFF;--shadow-dark: 6px 6px 12px #D1D9E6;--shadow-darker: 6px 6px 12px #BEBEBE;--shadow-neumorph-lifted: 5px 5px 10px #BEBEBE, -5px -5px 10px #FFFFFF;--shadow-neumorph-lifted-lg: 8px 8px 16px #BEBEBE, -8px -8px 16px #FFFFFF;--shadow-neumorph-lifted-hover: 10px 10px 20px #BEBEBE, -10px -10px 20px #FFFFFF;--shadow-neumorph-inset: inset 5px 5px 10px #BEBEBE, inset -5px -5px 10px #FFFFFF;--shadow-neumorph-inset-sm: inset 4px 4px 8px #BEBEBE, inset -4px -4px 8px #FFFFFF;--shadow-orange-glow: 0 10px 20px -10px rgba(255, 107, 0, .5);--shadow-orange-glow-lg: 0 15px 30px -10px rgba(255, 107, 0, .6);--blob-color: #E2E8F0;--font-family: "Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;overflow-x:hidden}body:before,body:after{content:"";position:fixed;border-radius:50%;background:var(--blob-color);opacity:.3;filter:blur(100px);pointer-events:none;z-index:0}body:before{width:600px;height:600px;top:-200px;right:-200px}body:after{width:500px;height:500px;bottom:-150px;left:-150px}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.02em}button{font-family:inherit;cursor:pointer;border:none;background:none;outline:none}a{text-decoration:none;color:inherit}.container{max-width:1280px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.neumorph-card{background:var(--bg-color);border-radius:20px;box-shadow:var(--shadow-neumorph-lifted-lg);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.neumorph-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-neumorph-lifted-hover)}.neumorph-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:50px;background:var(--bg-color);color:var(--text-main);font-weight:600;box-shadow:var(--shadow-neumorph-lifted);transition:all .2s cubic-bezier(.4,0,.2,1)}.neumorph-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-neumorph-lifted-lg)}.neumorph-btn:active{transform:translateY(1px);box-shadow:var(--shadow-neumorph-inset)}.neumorph-btn.primary-cta{background:var(--primary-orange);color:#fff;box-shadow:var(--shadow-orange-glow),var(--shadow-neumorph-lifted);font-weight:700;letter-spacing:.02em}.neumorph-btn.primary-cta:hover{transform:translateY(-3px);box-shadow:var(--shadow-orange-glow-lg),var(--shadow-neumorph-lifted-hover)}.neumorph-btn.primary-cta:active{transform:translateY(0);box-shadow:var(--shadow-orange-glow)}.neumorph-inset{box-shadow:var(--shadow-neumorph-inset);border-radius:12px;background:var(--bg-color)}.neumorph-icon-crater{box-shadow:var(--shadow-neumorph-inset-sm);border-radius:50%;background:var(--bg-color);display:inline-flex;align-items:center;justify-content:center}.glass-nav{background:#f0f0f0cc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.3)}.tech-tag{box-shadow:var(--shadow-neumorph-lifted);transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer;-webkit-user-select:none;user-select:none}.tech-tag:hover{transform:translateY(-1px);box-shadow:var(--shadow-neumorph-lifted-lg)}.tech-tag:active,.tech-tag.active{transform:translateY(0);box-shadow:var(--shadow-neumorph-inset-sm)}.inset-channel{box-shadow:var(--shadow-neumorph-inset);background:var(--bg-color);border-radius:8px;position:relative;overflow:hidden}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:1rem 0}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.services-grid{grid-template-columns:1fr}}.service-card{padding:2rem;border-radius:20px;background:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;height:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left;border:1px solid rgba(255,255,255,.5)}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.service-icon-wrapper{width:60px;height:60px;border-radius:12px;background:linear-gradient(135deg,#e0e7ff,#f3e8ff);display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:1.5rem;color:var(--primary-orange)}.service-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.75rem;color:#1f2937;text-transform:uppercase;letter-spacing:.05em}.service-card p{font-size:.95rem;color:#6b7280;line-height:1.6;margin-bottom:1.5rem;font-weight:400}.learn-more{margin-top:auto;font-weight:600;color:#4f46e5;font-size:.95rem;display:flex;align-items:center;transition:color .2s}.service-card:hover .learn-more{color:#4338ca}.neumorph-toggle{width:60px;height:30px;background:var(--bg-color);border-radius:30px;box-shadow:var(--shadow-neumorph-inset);position:relative;transition:all .3s ease}.neumorph-toggle.active{box-shadow:var(--shadow-neumorph-lifted);background:#e8e8e8}.toggle-thumb{width:24px;height:24px;background:var(--primary-orange);border-radius:50%;position:absolute;top:3px;left:3px;box-shadow:2px 2px 4px #0003;transition:all .3s ease}.neumorph-toggle.active .toggle-thumb{left:33px;background:#4ade80}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navbar-links-desktop{display:flex;align-items:center;gap:2rem}.hamburger-btn{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:transparent;border:none;cursor:pointer;padding:0;z-index:110}.hamburger-line{width:30px;height:3px;background:#fff;border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.mobile-sidebar{position:fixed;top:0;right:-300px;width:300px;height:100vh;background:#111d4a;box-shadow:-5px 0 15px #00000080;z-index:105;transition:right .3s ease-in-out;padding:6rem 2rem 2rem;display:flex;flex-direction:column;gap:2rem}.mobile-sidebar.open{right:0}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:100;opacity:0;visibility:hidden;transition:all .3s ease-in-out}.mobile-overlay.open{opacity:1;visibility:visible}.hamburger-btn.open .hamburger-line:nth-child(1){transform:rotate(45deg)}.hamburger-btn.open .hamburger-line:nth-child(2){opacity:0;transform:translate(20px)}.hamburger-btn.open .hamburger-line:nth-child(3){transform:rotate(-45deg)}@media(max-width:768px){.navbar-links-desktop{display:none}.hamburger-btn{display:flex}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.service-card-animate{animation:fadeInUp .8s cubic-bezier(.2,.8,.2,1) forwards;opacity:0}.service-card{transform-style:preserve-3d;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-neumorph-lifted-hover),0 10px 20px #0000000d}.service-card:hover .service-icon-wrapper{transform:scale(1.15) rotate(-5deg);box-shadow:var(--shadow-neumorph-lifted);background:linear-gradient(145deg,#fff,#f0f0f0);color:var(--primary-orange);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.service-card:after{content:"";position:absolute;inset:0;border-radius:24px;box-shadow:inset 0 0 0 1px #ff6b0000;transition:box-shadow .3s ease;pointer-events:none}.service-card:hover:after{box-shadow:inset 0 0 0 1px #ff6b001a}
