:root{--primary-blue: #2a63f7;--dark-blue: #041d5d;--white: #ffffff;--background-dark: #272425;--text-light: rgba(255, 255, 255, .9);--text-muted: rgba(255, 255, 255, .7);--border-color: rgba(255, 255, 255, .1);--transition: all .3s cubic-bezier(.4, 0, .2, 1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}body.menu-open{overflow:hidden!important}.navbar[data-astro-cid-sckkx6r4]{position:fixed;top:0;left:0;right:0;background-color:#272425f2;backdrop-filter:blur(10px);z-index:10001;padding:1rem 0;border-bottom:1px solid var(--border-color)}.container[data-astro-cid-sckkx6r4]{max-width:1200px;margin:0 auto;padding:0 2rem}.nav-content[data-astro-cid-sckkx6r4]{display:flex;justify-content:space-between;align-items:center}.logo-text[data-astro-cid-sckkx6r4]{font-size:1.5rem;font-weight:900;color:var(--white);text-decoration:none;letter-spacing:.05em}.nav-links[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:2rem;transition:all .3s ease}.nav-link[data-astro-cid-sckkx6r4]{color:var(--text-light);text-decoration:none;font-weight:500;transition:var(--transition);padding:.5rem 0}.nav-link[data-astro-cid-sckkx6r4]:hover{color:var(--white)}.mobile-menu-btn[data-astro-cid-sckkx6r4]{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:4px;padding:.5rem;z-index:10000;position:relative}.hamburger[data-astro-cid-sckkx6r4]{width:25px;height:3px;background-color:var(--white);transition:all .3s ease;border-radius:2px}.mobile-menu-btn[data-astro-cid-sckkx6r4].active .hamburger[data-astro-cid-sckkx6r4]:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn[data-astro-cid-sckkx6r4].active .hamburger[data-astro-cid-sckkx6r4]:nth-child(2){opacity:0}.mobile-menu-btn[data-astro-cid-sckkx6r4].active .hamburger[data-astro-cid-sckkx6r4]:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.btn[data-astro-cid-sckkx6r4]{display:inline-block;padding:1rem 2rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:.5rem;cursor:pointer;transition:var(--transition);text-decoration:none;font-size:1rem;min-height:44px;line-height:1.2;text-align:center}.btn-primary[data-astro-cid-sckkx6r4]{background-color:var(--primary-blue);color:var(--white)}.btn-primary[data-astro-cid-sckkx6r4]:hover{background-color:var(--dark-blue);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-sm[data-astro-cid-sckkx6r4]{padding:.75rem 1.5rem;font-size:.9rem;border-radius:2rem}@media (max-width: 768px){.mobile-menu-btn[data-astro-cid-sckkx6r4]{display:flex}.nav-links[data-astro-cid-sckkx6r4]{position:fixed;top:0;left:0;right:0;height:100vh;background-color:#272425fa;backdrop-filter:blur(20px);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;transform:translate(100%);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:9999;overflow:hidden;display:none}.nav-links[data-astro-cid-sckkx6r4].active{display:flex!important;position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;transform:translate(0)!important;opacity:1!important;visibility:visible!important}.nav-link[data-astro-cid-sckkx6r4]{font-size:1.25rem;font-weight:600;padding:1rem 2rem;text-align:center;min-width:200px;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;background:#ffffff0d;color:var(--white)!important;display:block;transition:all .3s ease}.nav-link[data-astro-cid-sckkx6r4]:hover{background:#ffffff1a;border-color:var(--primary-blue);color:var(--primary-blue)!important;transform:translateY(-2px)}.nav-link[data-astro-cid-sckkx6r4].btn{background:var(--primary-blue)!important;border-color:var(--primary-blue);color:var(--white)!important;margin-top:1rem;font-weight:700}.nav-link[data-astro-cid-sckkx6r4].btn:hover{background:var(--dark-blue)!important;transform:translateY(-2px) scale(1.05)}.navbar[data-astro-cid-sckkx6r4]{padding:.75rem 0}.container[data-astro-cid-sckkx6r4]{padding:0 1rem}}@media (min-width: 769px){.mobile-menu-btn[data-astro-cid-sckkx6r4]{display:none!important}.nav-links[data-astro-cid-sckkx6r4]{display:flex!important;position:static!important;background:none!important;transform:none!important;opacity:1!important;visibility:visible!important;height:auto!important;width:auto!important}}.footer[data-astro-cid-sckkx6r4]{background-color:var(--background-dark);border-top:1px solid var(--border-color);padding:4rem 0 2rem;margin-top:auto}.footer-content[data-astro-cid-sckkx6r4]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section[data-astro-cid-sckkx6r4] h3[data-astro-cid-sckkx6r4]{color:var(--white);font-size:1.5rem;font-weight:900;margin-bottom:1rem;letter-spacing:.05em}.footer-section[data-astro-cid-sckkx6r4] h4[data-astro-cid-sckkx6r4]{color:var(--white);font-size:1.125rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer-section[data-astro-cid-sckkx6r4] p[data-astro-cid-sckkx6r4]{color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem}.footer-section[data-astro-cid-sckkx6r4] ul[data-astro-cid-sckkx6r4]{list-style:none;padding:0;margin:0}.footer-section[data-astro-cid-sckkx6r4] ul[data-astro-cid-sckkx6r4] li[data-astro-cid-sckkx6r4]{margin-bottom:.75rem}.footer-section[data-astro-cid-sckkx6r4] ul[data-astro-cid-sckkx6r4] li[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{color:var(--text-light);text-decoration:none;transition:var(--transition);font-size:.95rem}.footer-section[data-astro-cid-sckkx6r4] ul[data-astro-cid-sckkx6r4] li[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]:hover{color:var(--primary-blue);transform:translate(5px)}.footer-social[data-astro-cid-sckkx6r4]{display:flex;gap:1rem;margin-top:1.5rem}.social-link[data-astro-cid-sckkx6r4]{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:#2a63f71a;border:2px solid var(--primary-blue);border-radius:50%;color:var(--primary-blue);text-decoration:none;transition:var(--transition);font-weight:700}.social-link[data-astro-cid-sckkx6r4]:hover{background:var(--primary-blue);color:var(--white);transform:translateY(-3px) scale(1.1);box-shadow:0 8px 20px #2a63f74d}.social-icon[data-astro-cid-sckkx6r4]{font-size:1.2rem;line-height:1}.footer-connect-text[data-astro-cid-sckkx6r4]{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem}.footer-cta[data-astro-cid-sckkx6r4]{margin-top:1rem}.footer-bottom[data-astro-cid-sckkx6r4]{border-top:1px solid var(--border-color);padding-top:2rem}.footer-bottom-content[data-astro-cid-sckkx6r4]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom[data-astro-cid-sckkx6r4] p[data-astro-cid-sckkx6r4]{color:var(--text-muted);font-size:.9rem;margin:0}.footer-bottom-links[data-astro-cid-sckkx6r4]{display:flex;gap:2rem}.footer-bottom-links[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{color:var(--text-muted);text-decoration:none;font-size:.9rem;transition:var(--transition)}.footer-bottom-links[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]:hover{color:var(--primary-blue)}@media (max-width: 768px){.footer[data-astro-cid-sckkx6r4]{padding:3rem 0 1.5rem}.footer-content[data-astro-cid-sckkx6r4]{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-section[data-astro-cid-sckkx6r4]{text-align:center}.footer-social[data-astro-cid-sckkx6r4]{justify-content:center}.footer-bottom-content[data-astro-cid-sckkx6r4]{flex-direction:column;text-align:center;gap:1rem}.footer-bottom-links[data-astro-cid-sckkx6r4]{gap:1.5rem}}@media (max-width: 480px){.footer-bottom-links[data-astro-cid-sckkx6r4]{flex-direction:column;gap:.5rem}}
