.floating-navbar[data-astro-cid-5blmo7yk]{position:fixed;top:2rem;left:50%;transform:translate(-50%);z-index:9999;width:calc(100% - 4rem);max-width:1350px;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none;--nav-buffer: 2rem;--nav-gap: .4rem}.floating-navbar[data-astro-cid-5blmo7yk].scrolled{top:1rem;width:calc(100% - 2rem);max-width:1400px}.navbar-container[data-astro-cid-5blmo7yk]{background:linear-gradient(135deg,#fff,#fff,#fff);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:25px;box-shadow:0 10px 40px #0000001f,0 4px 16px #00000014,inset 0 1px #ffffffe6,inset 0 -1px #ffffffb3;padding:0;transition:all .4s cubic-bezier(.4,0,.2,1);pointer-events:auto;min-width:fit-content;width:100%;max-width:100%;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-display:fallback;text-rendering:optimizeLegibility}.navbar-content[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:space-between;padding:1rem 3rem;position:relative;width:100%;min-height:70px;gap:1.5rem;flex-wrap:nowrap;box-sizing:border-box}.navbar-brand[data-astro-cid-5blmo7yk]{display:flex;align-items:center;flex-shrink:0;max-width:300px}.logo[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:.8rem;min-width:0}.logo-icon-wrapper[data-astro-cid-5blmo7yk]{position:relative;display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:linear-gradient(135deg,#4fd1c7,#06b6d4,#0891b2);border-radius:12px;box-shadow:0 4px 16px #4fd1c54d,inset 0 1px #ffffff4d;flex-shrink:0}.logo-icon[data-astro-cid-5blmo7yk]{font-size:1.5rem;color:#fff;font-weight:900;text-shadow:0 2px 8px rgba(0,0,0,.2);position:relative;z-index:2}.icon-glow[data-astro-cid-5blmo7yk]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);border-radius:50%;animation:icon-glow-pulse 3s ease-in-out infinite}@keyframes icon-glow-pulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.7;transform:translate(-50%,-50%) scale(1.1)}}.logo-text-wrapper[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column;justify-content:center;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis}.logo-text[data-astro-cid-5blmo7yk]{font-size:1.1rem;font-weight:800;background:linear-gradient(135deg,#0f172a,#1e293b,#0e7490);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;white-space:nowrap}.logo-tagline[data-astro-cid-5blmo7yk]{font-size:.7rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px;line-height:1;margin-top:2px;white-space:nowrap}.navbar-menu[data-astro-cid-5blmo7yk]{flex:0 1 auto;justify-content:center;display:flex;align-items:center;gap:.4rem;flex-wrap:nowrap;overflow:visible;min-width:fit-content;max-width:calc(100% - 320px);margin-left:auto;margin-right:2rem;box-sizing:border-box}.nav-link[data-astro-cid-5blmo7yk]{position:relative;display:flex;align-items:center;justify-content:center;padding:.75rem .8rem;text-decoration:none;font-size:.9rem;font-weight:600;color:#64748b;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;min-width:fit-content;max-width:120px;overflow:visible;flex-shrink:1;font-display:fallback;text-overflow:ellipsis;box-sizing:border-box}.nav-text[data-astro-cid-5blmo7yk]{position:relative;z-index:2;transition:all .3s ease}.nav-link[data-astro-cid-5blmo7yk]:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:0;height:3px;background:linear-gradient(90deg,transparent,#4fd1c7 20%,#06b6d4 50%,#0891b2 80%,transparent);border-radius:2px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 0 8px #4fd1c500}.nav-link[data-astro-cid-5blmo7yk]:before{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:0;height:3px;background:linear-gradient(90deg,#4fd1c54d,#06b6d44d,#0891b24d);border-radius:2px;filter:blur(3px);transition:all .4s cubic-bezier(.4,0,.2,1);z-index:-1}.nav-link[data-astro-cid-5blmo7yk]:hover{color:#0891b2;transform:translateY(-2px)}.nav-link[data-astro-cid-5blmo7yk]:hover:after{width:85%;box-shadow:0 0 12px #4fd1c599}.nav-link[data-astro-cid-5blmo7yk]:hover:before{width:100%}.nav-link[data-astro-cid-5blmo7yk]:hover .nav-text[data-astro-cid-5blmo7yk]{color:#0891b2;font-weight:700;text-shadow:0 0 8px rgba(79,209,197,.3)}.nav-link[data-astro-cid-5blmo7yk].active{color:#0e7490;transform:translateY(-1px)}.nav-link[data-astro-cid-5blmo7yk].active:after{width:90%;height:4px;background:linear-gradient(90deg,transparent,#4fd1c7 15%,#06b6d4 35%,#0891b2 50%,#06b6d4 65%,#4fd1c7 85%,transparent);box-shadow:0 0 15px #4fd1c5cc;animation:activeUnderlinePulse 3s ease-in-out infinite}.nav-link[data-astro-cid-5blmo7yk].active:before{width:110%;height:4px;animation:activeUnderlineGlow 3s ease-in-out infinite}.nav-link[data-astro-cid-5blmo7yk].active .nav-text[data-astro-cid-5blmo7yk]{color:#0e7490;font-weight:700;text-shadow:0 0 12px rgba(79,209,197,.4)}.nav-link[data-astro-cid-5blmo7yk]:active{transform:translateY(0) scale(.98);transition:all .1s ease}.nav-link[data-astro-cid-5blmo7yk]:active:after{width:95%;height:5px;box-shadow:0 0 20px #4fd1c5;filter:brightness(1.3)}.nav-link[data-astro-cid-5blmo7yk]:focus{outline:none;color:#0891b2}.nav-link[data-astro-cid-5blmo7yk]:focus:after{width:80%;box-shadow:0 0 10px #4fd1c580}.nav-link[data-astro-cid-5blmo7yk]:focus .nav-text[data-astro-cid-5blmo7yk]{text-shadow:0 0 8px rgba(79,209,197,.4)}@keyframes activePageLoad{0%{width:0;opacity:0}50%{width:100%;opacity:.8}to{width:90%;opacity:1}}.nav-link[data-astro-cid-5blmo7yk].active.page-loaded:after{animation:activePageLoad 1s ease-out}.nav-link[data-astro-cid-5blmo7yk]{position:relative;overflow:visible}.nav-link[data-astro-cid-5blmo7yk]:after{transform-origin:center}.nav-link[data-astro-cid-5blmo7yk].active{position:relative}.nav-link[data-astro-cid-5blmo7yk].active:after{background-size:200% 100%;animation:activeUnderlinePulse 3s ease-in-out infinite,shimmer 4s ease-in-out infinite}@keyframes shimmer{0%,to{background-position:-200% center}50%{background-position:200% center}}@keyframes activeUnderlinePulse{0%,to{box-shadow:0 0 15px #4fd1c5cc;filter:brightness(1)}50%{box-shadow:0 0 25px #4fd1c5;filter:brightness(1.2)}}@keyframes activeUnderlineGlow{0%,to{filter:blur(3px);opacity:.6}50%{filter:blur(4px);opacity:.9}}.navbar-toggle[data-astro-cid-5blmo7yk]{display:none;flex-direction:column;justify-content:center;align-items:center;width:50px;height:50px;background:linear-gradient(135deg,#4fd1c51a,#fffc);border-radius:12px;cursor:pointer;transition:all .3s ease;border:1px solid rgba(79,209,197,.2);gap:4px;flex-shrink:0}.navbar-toggle[data-astro-cid-5blmo7yk]:hover{background:linear-gradient(135deg,#4fd1c526,#ffffffe6);border-color:#4fd1c54d;transform:translateY(-2px)}.toggle-line[data-astro-cid-5blmo7yk]{width:20px;height:2px;background:linear-gradient(135deg,#4fd1c7,#06b6d4);border-radius:1px;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar-toggle[data-astro-cid-5blmo7yk].active .toggle-line[data-astro-cid-5blmo7yk]:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.navbar-toggle[data-astro-cid-5blmo7yk].active .toggle-line[data-astro-cid-5blmo7yk]:nth-child(2){opacity:0}.navbar-toggle[data-astro-cid-5blmo7yk].active .toggle-line[data-astro-cid-5blmo7yk]:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu[data-astro-cid-5blmo7yk]{position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#fffffffa,#f8fafcf2);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:20px;margin-top:.5rem;box-shadow:0 20px 60px #00000026,0 8px 24px #0000001a,inset 0 1px #ffffffe6;opacity:0;visibility:hidden;transform:translateY(-20px) scale(.95);transition:all .4s cubic-bezier(.4,0,.2,1);z-index:100}.mobile-menu[data-astro-cid-5blmo7yk].active{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.mobile-menu-list[data-astro-cid-5blmo7yk]{list-style:none;margin:0;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;text-decoration:none;font-size:1rem;font-weight:600;color:#475569;border-radius:15px;transition:all .3s cubic-bezier(.4,0,.2,1);background:#ffffff80;border:1px solid rgba(255,255,255,.3)}.mobile-nav-link[data-astro-cid-5blmo7yk]:hover,.mobile-nav-link[data-astro-cid-5blmo7yk].active{color:#0e7490;background:linear-gradient(135deg,#4fd1c526,#ffffffe6);border-color:#4fd1c54d;transform:translate(8px);box-shadow:0 8px 24px #4fd1c533,inset 0 1px #ffffffe6}.mobile-icon[data-astro-cid-5blmo7yk]{font-size:1.2rem;width:24px;text-align:center;flex-shrink:0}.mobile-text[data-astro-cid-5blmo7yk]{flex:1;white-space:nowrap;font-weight:600}@media (min-width: 1400px){.floating-navbar[data-astro-cid-5blmo7yk]{max-width:1500px}.floating-navbar[data-astro-cid-5blmo7yk].scrolled{max-width:1450px}.navbar-content[data-astro-cid-5blmo7yk]{padding:0rem 4rem;gap:2rem}.navbar-brand[data-astro-cid-5blmo7yk]{max-width:350px}.navbar-menu[data-astro-cid-5blmo7yk]{gap:.5rem}.nav-link[data-astro-cid-5blmo7yk]{padding:.8rem 1.4rem;font-size:1rem}}@media (max-width: 1024px){.floating-navbar[data-astro-cid-5blmo7yk]{top:1.5rem;width:calc(100% - 3rem);max-width:1000px}.navbar-content[data-astro-cid-5blmo7yk]{padding:.8rem 2.5rem;min-height:65px;gap:1rem}.navbar-brand[data-astro-cid-5blmo7yk]{max-width:280px}.logo-text[data-astro-cid-5blmo7yk]{font-size:1rem}.logo-tagline[data-astro-cid-5blmo7yk]{font-size:.65rem}.navbar-menu[data-astro-cid-5blmo7yk]{gap:.3rem;margin-right:1.5rem;max-width:calc(100% - 300px)}.nav-link[data-astro-cid-5blmo7yk]{padding:.7rem;font-size:.85rem;max-width:100px}}@media (max-width: 1200px) and (min-width: 901px){.floating-navbar[data-astro-cid-5blmo7yk]{top:1rem;width:calc(100% - 2rem)}.navbar-content[data-astro-cid-5blmo7yk]{padding:.8rem 2.5rem;min-height:60px}.navbar-menu[data-astro-cid-5blmo7yk]{gap:.2rem;margin-right:1.5rem;max-width:calc(100% - 280px)}.nav-link[data-astro-cid-5blmo7yk]{padding:.6rem .5rem;font-size:.8rem;max-width:90px}.logo-text[data-astro-cid-5blmo7yk]{font-size:1rem}.logo-tagline[data-astro-cid-5blmo7yk]{font-size:.65rem}}@media (max-width: 900px){.floating-navbar[data-astro-cid-5blmo7yk]{top:.8rem;width:calc(100% - 1.6rem)}.navbar-content[data-astro-cid-5blmo7yk]{padding:.7rem 1rem;min-height:55px}.navbar-menu[data-astro-cid-5blmo7yk]{display:none}.navbar-toggle[data-astro-cid-5blmo7yk]{display:flex}.logo[data-astro-cid-5blmo7yk]{gap:.8rem}.logo-icon-wrapper[data-astro-cid-5blmo7yk]{width:38px;height:38px}.logo-icon[data-astro-cid-5blmo7yk]{font-size:1.2rem}.logo-text[data-astro-cid-5blmo7yk]{font-size:.95rem}.logo-tagline[data-astro-cid-5blmo7yk]{font-size:.6rem}.mobile-menu-list[data-astro-cid-5blmo7yk]{padding:1.2rem}.mobile-nav-link[data-astro-cid-5blmo7yk]{padding:.9rem 1.2rem;font-size:.95rem}}@media (max-width: 480px){.floating-navbar[data-astro-cid-5blmo7yk]{top:.5rem;width:calc(100% - 1rem)}.navbar-content[data-astro-cid-5blmo7yk]{padding:.6rem .8rem;min-height:50px}.logo[data-astro-cid-5blmo7yk]{gap:.6rem}.logo-icon-wrapper[data-astro-cid-5blmo7yk]{width:35px;height:35px}.logo-icon[data-astro-cid-5blmo7yk]{font-size:1.1rem}.logo-text[data-astro-cid-5blmo7yk]{font-size:.85rem;max-width:150px}.logo-tagline[data-astro-cid-5blmo7yk]{font-size:.55rem;max-width:150px}.navbar-toggle[data-astro-cid-5blmo7yk]{width:45px;height:45px}.toggle-line[data-astro-cid-5blmo7yk]{width:18px}.mobile-menu-list[data-astro-cid-5blmo7yk]{padding:1rem;gap:.3rem}.mobile-nav-link[data-astro-cid-5blmo7yk]{padding:.8rem 1rem;font-size:.9rem}.mobile-link-icon[data-astro-cid-5blmo7yk]{font-size:1.1rem;width:22px}}@media (max-width: 320px){.floating-navbar[data-astro-cid-5blmo7yk]{top:.3rem;width:calc(100% - .6rem)}.navbar-content[data-astro-cid-5blmo7yk]{padding:.5rem .6rem;min-height:45px}.logo[data-astro-cid-5blmo7yk]{gap:.5rem}.logo-icon-wrapper[data-astro-cid-5blmo7yk]{width:32px;height:32px}.logo-icon[data-astro-cid-5blmo7yk]{font-size:1rem}.logo-text[data-astro-cid-5blmo7yk]{font-size:.8rem;max-width:120px}.logo-tagline[data-astro-cid-5blmo7yk]{font-size:.5rem;max-width:120px}.navbar-toggle[data-astro-cid-5blmo7yk]{width:40px;height:40px}.toggle-line[data-astro-cid-5blmo7yk]{width:16px}.mobile-nav-link[data-astro-cid-5blmo7yk]{padding:.7rem .8rem;font-size:.85rem}}.main-footer[data-astro-cid-sz7xmlte]{background:linear-gradient(135deg,#0f172a,#1e293b,#334155);color:#fff;position:relative;overflow:hidden;padding:4rem 0 2rem;margin-top:0}.footer-background-effects[data-astro-cid-sz7xmlte]{position:absolute;inset:0;pointer-events:none;z-index:1}.footer-particle[data-astro-cid-sz7xmlte]{position:absolute;width:3px;height:3px;background:linear-gradient(45deg,#4fd1c7,#06b6d4);border-radius:50%;animation:footer-float-particle 20s ease-in-out infinite}.footer-particle[data-astro-cid-sz7xmlte].particle-1{top:20%;left:10%;animation-delay:0s}.footer-particle[data-astro-cid-sz7xmlte].particle-2{top:60%;right:15%;animation-delay:7s}.footer-particle[data-astro-cid-sz7xmlte].particle-3{bottom:30%;left:30%;animation-delay:14s}@keyframes footer-float-particle{0%,to{transform:translateY(0) scale(1);opacity:.3}33%{transform:translateY(-30px) scale(1.2);opacity:.8}66%{transform:translateY(-15px) scale(.8);opacity:.5}}.footer-orb[data-astro-cid-sz7xmlte]{position:absolute;border-radius:50%;filter:blur(40px);animation:footer-orb-float 25s ease-in-out infinite}.footer-orb[data-astro-cid-sz7xmlte].orb-1{width:200px;height:200px;background:radial-gradient(circle,rgba(79,209,197,.1) 0%,transparent 70%);top:-10%;right:-5%;animation-delay:0s}.footer-orb[data-astro-cid-sz7xmlte].orb-2{width:150px;height:150px;background:radial-gradient(circle,rgba(102,126,234,.08) 0%,transparent 70%);bottom:-10%;left:-5%;animation-delay:12s}@keyframes footer-orb-float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(20px,-15px) scale(1.1)}}.footer-container[data-astro-cid-sz7xmlte]{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:10}.footer-top[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(79,209,197,.2)}.footer-section[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:1.5rem}.company-info[data-astro-cid-sz7xmlte]{gap:2rem}.footer-logo[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.logo-icon-wrapper[data-astro-cid-sz7xmlte]{position:relative;display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#4fd1c7,#06b6d4,#0891b2);border-radius:14px;box-shadow:0 8px 24px #4fd1c566,inset 0 1px #ffffff4d;flex-shrink:0}.logo-icon[data-astro-cid-sz7xmlte]{font-size:1.6rem;color:#fff;font-weight:900;text-shadow:0 2px 8px rgba(0,0,0,.3);position:relative;z-index:2}.icon-glow[data-astro-cid-sz7xmlte]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);border-radius:50%;animation:footer-icon-glow 4s ease-in-out infinite}@keyframes footer-icon-glow{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.7;transform:translate(-50%,-50%) scale(1.1)}}.company-name[data-astro-cid-sz7xmlte]{font-size:1.6rem;font-weight:800;background:linear-gradient(135deg,#fff,#4fd1c7,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 .3rem;line-height:1.2}.company-tagline[data-astro-cid-sz7xmlte]{font-size:.9rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0}.company-description[data-astro-cid-sz7xmlte]{font-size:1rem;line-height:1.6;color:#cbd5e1;margin:0;max-width:300px}.social-links[data-astro-cid-sz7xmlte]{display:flex;gap:1rem;align-items:center}.social-link[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:linear-gradient(135deg,#4fd1c51a,#ffffff0d);border:1px solid rgba(79,209,197,.2);border-radius:12px;text-decoration:none;transition:all .3s ease;backdrop-filter:blur(10px)}.social-link[data-astro-cid-sz7xmlte]:hover{background:linear-gradient(135deg,#4fd1c533,#ffffff1a);border-color:#4fd1c566;transform:translateY(-3px) scale(1.05);box-shadow:0 8px 20px #4fd1c54d}.social-icon[data-astro-cid-sz7xmlte]{font-size:1.3rem}.section-title[data-astro-cid-sz7xmlte]{font-size:1.3rem;font-weight:800;color:#fff;margin:0 0 1.5rem;background:linear-gradient(135deg,#fff,#4fd1c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;padding-bottom:.5rem}.section-title[data-astro-cid-sz7xmlte]:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:linear-gradient(135deg,#4fd1c7,#06b6d4);border-radius:1px}.footer-links[data-astro-cid-sz7xmlte]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.footer-link[data-astro-cid-sz7xmlte]{color:#cbd5e1;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .3s ease;padding:.3rem 0 .3rem 1rem;border-radius:4px;position:relative;display:inline-block}.footer-link[data-astro-cid-sz7xmlte]:hover{color:#4fd1c7;transform:translate(5px)}.footer-link[data-astro-cid-sz7xmlte]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:0;height:2px;background:linear-gradient(135deg,#4fd1c7,#06b6d4);border-radius:1px;transition:width .3s ease}.footer-link[data-astro-cid-sz7xmlte]:hover:before{width:15px}.contact-info[data-astro-cid-sz7xmlte]{gap:2rem}.contact-details[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:1.5rem}.contact-item[data-astro-cid-sz7xmlte]{display:flex;align-items:flex-start;gap:1rem}.contact-icon[data-astro-cid-sz7xmlte]{font-size:1.4rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4fd1c51a,#ffffff0d);border:1px solid rgba(79,209,197,.2);border-radius:10px;flex-shrink:0}.contact-content[data-astro-cid-sz7xmlte]{flex:1}.contact-label[data-astro-cid-sz7xmlte]{font-size:.85rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .3rem}.contact-link[data-astro-cid-sz7xmlte]{color:#cbd5e1;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .3s ease}.contact-link[data-astro-cid-sz7xmlte]:hover{color:#4fd1c7}.contact-text[data-astro-cid-sz7xmlte]{color:#cbd5e1;font-size:.95rem;font-weight:500;margin:0}.footer-bottom[data-astro-cid-sz7xmlte]{padding-top:2rem;margin-top:2rem}.footer-bottom-content[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem;padding:1.5rem 0}.copyright[data-astro-cid-sz7xmlte]{color:#94a3b8;font-size:.9rem}.copyright[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:0}.footer-bottom-links[data-astro-cid-sz7xmlte]{display:flex;gap:2rem;align-items:center}.footer-bottom-link[data-astro-cid-sz7xmlte]{color:#94a3b8;text-decoration:none;font-size:.85rem;font-weight:500;transition:all .3s ease;padding:.5rem 0}.footer-bottom-link[data-astro-cid-sz7xmlte]:hover{color:#4fd1c7}.footer-badge[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#4fd1c51a,#ffffff0d);border:1px solid rgba(79,209,197,.2);border-radius:20px;padding:.6rem 1.2rem;backdrop-filter:blur(10px)}.badge-text[data-astro-cid-sz7xmlte]{font-size:.85rem;color:#cbd5e1;font-weight:500}.badge-heart[data-astro-cid-sz7xmlte]{font-size:1rem;animation:footer-heart-beat 2s ease-in-out infinite}@keyframes footer-heart-beat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width: 1200px){.footer-top[data-astro-cid-sz7xmlte]{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem}.footer-container[data-astro-cid-sz7xmlte]{padding:0 1.5rem}}@media (max-width: 1024px){.main-footer[data-astro-cid-sz7xmlte]{padding:3rem 0 1.5rem}.footer-top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:2.5rem;padding-bottom:2.5rem}.company-info[data-astro-cid-sz7xmlte]{grid-column:1 / -1;text-align:center;align-items:center}.footer-logo[data-astro-cid-sz7xmlte]{justify-content:center}.company-description[data-astro-cid-sz7xmlte]{text-align:center;max-width:500px}.social-links[data-astro-cid-sz7xmlte]{justify-content:center}}@media (max-width: 768px){.main-footer[data-astro-cid-sz7xmlte]{padding:2.5rem 0 1.5rem}.footer-container[data-astro-cid-sz7xmlte]{padding:0 1rem}.footer-top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;text-align:center}.footer-section[data-astro-cid-sz7xmlte]{align-items:center}.section-title[data-astro-cid-sz7xmlte]{text-align:center}.section-title[data-astro-cid-sz7xmlte]:after{left:50%;transform:translate(-50%)}.footer-links[data-astro-cid-sz7xmlte],.contact-details[data-astro-cid-sz7xmlte]{align-items:center}.contact-item[data-astro-cid-sz7xmlte]{justify-content:center;text-align:center}.footer-bottom-content[data-astro-cid-sz7xmlte]{flex-direction:column;text-align:center;gap:1.5rem}.footer-bottom-links[data-astro-cid-sz7xmlte]{justify-content:center;flex-wrap:wrap;gap:1.5rem}}@media (max-width: 480px){.main-footer[data-astro-cid-sz7xmlte]{padding:2rem 0 1rem}.footer-container[data-astro-cid-sz7xmlte]{padding:0 .8rem}.footer-top[data-astro-cid-sz7xmlte]{gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.company-name[data-astro-cid-sz7xmlte]{font-size:1.4rem}.company-description[data-astro-cid-sz7xmlte]{font-size:.9rem}.social-links[data-astro-cid-sz7xmlte]{gap:.8rem}.social-link[data-astro-cid-sz7xmlte]{width:40px;height:40px}.social-icon[data-astro-cid-sz7xmlte]{font-size:1.1rem}.section-title[data-astro-cid-sz7xmlte]{font-size:1.2rem}.footer-link[data-astro-cid-sz7xmlte],.contact-link[data-astro-cid-sz7xmlte],.contact-text[data-astro-cid-sz7xmlte]{font-size:.9rem}.footer-bottom-links[data-astro-cid-sz7xmlte]{flex-direction:column;gap:1rem}}
