.navbar[data-astro-cid-pux6a34n]{background:var(--color-navy);color:var(--color-text-light);box-shadow:0 2px 8px #0a2b4814;padding:1.5rem 1rem;position:fixed;width:100%;top:0;z-index:1000}.nav-inner-container[data-astro-cid-pux6a34n]{max-width:1850px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem}.nav-center[data-astro-cid-pux6a34n]{flex:none;display:flex;justify-content:center}.nav-menu[data-astro-cid-pux6a34n]{display:flex;gap:2rem;align-items:center}.brand-link[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--color-text-light);margin-right:auto}.brand-logo-img[data-astro-cid-pux6a34n]{width:56px;height:56px;object-fit:contain}.brand-text-container[data-astro-cid-pux6a34n]{display:flex;flex-direction:column;gap:1 rem}.brand-text[data-astro-cid-pux6a34n]{font-size:2rem;font-weight:800;color:#fff;line-height:1}.brand-subtitle[data-astro-cid-pux6a34n]{font-size:1rem;color:#ccc;font-weight:500;line-height:1}.nav-link[data-astro-cid-pux6a34n]{text-decoration:none;color:var(--color-text-light);font-weight:600;transition:color .2s}.nav-link[data-astro-cid-pux6a34n]:hover,.nav-link[data-astro-cid-pux6a34n].active{color:var(--color-desat-blue)}.nav-right[data-astro-cid-pux6a34n]{margin-left:auto;display:flex;align-items:center;gap:1rem}.btn-primary[data-astro-cid-pux6a34n]{background-color:#1e3a8a;color:#fff;padding:.5rem 1.25rem;border-radius:8px;text-decoration:none;font-weight:600;border:none}.nav-toggle[data-astro-cid-pux6a34n]{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px}.nav-toggle[data-astro-cid-pux6a34n] span[data-astro-cid-pux6a34n]{width:24px;height:2px;background:var(--color-text-light);transition:all .3s ease}.search-container[data-astro-cid-pux6a34n]{position:relative;margin-left:2rem;perspective:1000px}.search-wrapper[data-astro-cid-pux6a34n]{position:relative;display:flex;align-items:center;transition:all .3s ease}.search-wrapper[data-astro-cid-pux6a34n]:hover .search-input[data-astro-cid-pux6a34n]{border-color:#ffffff40;background:linear-gradient(to right,#ffffff1a,#ffffff24)}.search-input[data-astro-cid-pux6a34n]{width:300px;padding:.5rem 2.5rem .5rem 1rem;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:linear-gradient(to right,#ffffff14,#ffffff1f);color:#fff;font-size:.9rem;transition:all .3s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transform-style:preserve-3d;animation:searchPulse 3s infinite ease-in-out}@keyframes searchPulse{0%{box-shadow:0 0 #fff0}50%{box-shadow:0 0 8px #ffffff26}to{box-shadow:0 0 #fff0}}.search-input[data-astro-cid-pux6a34n]::placeholder{color:#ffffffb3;font-weight:300}.search-input[data-astro-cid-pux6a34n]:focus{outline:none;background:linear-gradient(to right,#ffffff1f,#ffffff2e);border-color:#ffffff4d;box-shadow:0 0 0 2px #ffffff1a;transform:translateY(-1px)}.search-icon[data-astro-cid-pux6a34n]{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#ffffffb3;pointer-events:none;transition:all .3s ease;filter:drop-shadow(0 0 0 rgba(255,255,255,0))}.search-input[data-astro-cid-pux6a34n]:focus~.search-icon[data-astro-cid-pux6a34n]{color:#ffffffe6;transform:translateY(-50%) scale(1.1);filter:drop-shadow(0 0 3px rgba(255,255,255,.6));animation:iconPulse 2s infinite alternate}@keyframes iconPulse{0%{transform:translateY(-50%) scale(1.1)}to{transform:translateY(-50%) scale(1.15)}}.search-shortcut[data-astro-cid-pux6a34n]{position:absolute;right:2.5rem;top:50%;transform:translateY(-50%);background:#ffffff26;padding:.2rem .4rem;border-radius:6px;font-size:.7rem;color:#fffc;font-family:system-ui;font-weight:500;box-shadow:0 1px 2px #0000001a;transition:all .3s ease}.search-input[data-astro-cid-pux6a34n]:focus~.search-shortcut[data-astro-cid-pux6a34n]{background:#ffffff40}.search-results[data-astro-cid-pux6a34n]{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:#fff;border-radius:12px;box-shadow:0 8px 20px #00000026;max-height:400px;overflow-y:auto;display:none;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease}.search-results[data-astro-cid-pux6a34n].active{display:block;opacity:1;transform:translateY(0);animation:fadeInResults .3s ease forwards}@keyframes fadeInResults{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-result-item[data-astro-cid-pux6a34n]{padding:.85rem 1.25rem;color:var(--color-navy);text-decoration:none;display:block;transition:all .2s ease;position:relative;overflow:hidden}.search-result-item[data-astro-cid-pux6a34n]:hover{background:#1e3a8a14;transform:translate(4px)}.search-result-item[data-astro-cid-pux6a34n]:active{background:#1e3a8a1f}.search-result-item[data-astro-cid-pux6a34n]:not(:last-child){border-bottom:1px solid rgba(0,0,0,.05)}.search-result-item[data-astro-cid-pux6a34n] .font-semibold[data-astro-cid-pux6a34n]{color:#1e3a8a;font-weight:600;margin-bottom:.25rem}.search-result-item[data-astro-cid-pux6a34n] .text-sm[data-astro-cid-pux6a34n]{font-size:.85rem}.search-result-item[data-astro-cid-pux6a34n] .text-gray-600[data-astro-cid-pux6a34n]{color:#6b7280}@media (max-width: 768px){.nav-menu[data-astro-cid-pux6a34n]{position:fixed;inset:0;background:#fffffffa;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem;opacity:0;visibility:hidden;transform:translate(-5%);transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .5s ease,visibility .5s ease;box-shadow:0 0 50px #00000026;z-index:1100}.nav-menu[data-astro-cid-pux6a34n].active{transform:translate(0);opacity:1;visibility:visible}.nav-link[data-astro-cid-pux6a34n]{color:#1e3a8a;font-size:1.25rem;padding:.75rem 1.5rem;border-radius:8px;transition:all .3s ease}.nav-link[data-astro-cid-pux6a34n]:hover{background:#1e3a8a1a;transform:translateY(-2px)}.btn-primary[data-astro-cid-pux6a34n]{display:inline-block;position:fixed;left:50%;bottom:2rem;transform:translate(-50%);padding:.75rem 2rem;font-size:1.1rem;z-index:1101}.nav-toggle[data-astro-cid-pux6a34n]{display:flex;z-index:1101}.nav-toggle[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(2){opacity:0}.nav-toggle[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.brand-logo-img[data-astro-cid-pux6a34n]{width:38px;height:38px}.brand-text[data-astro-cid-pux6a34n]{font-size:1.4rem}.brand-subtitle[data-astro-cid-pux6a34n]{font-size:.7rem}.search-container[data-astro-cid-pux6a34n]{position:fixed;top:.75rem;left:1rem;right:1rem;margin:0;z-index:1001;display:none}.search-container[data-astro-cid-pux6a34n].active{display:block;animation:slideInSearch .3s ease forwards}@keyframes slideInSearch{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.search-input[data-astro-cid-pux6a34n]{width:100%;padding:.75rem 2.5rem .75rem 1rem;border-radius:12px;background:linear-gradient(to right,#ffffff1a,#ffffff26);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #0000001a}.nav-menu[data-astro-cid-pux6a34n].active+.search-container[data-astro-cid-pux6a34n]{display:none}}.footer[data-astro-cid-sz7xmlte]{background:#000;color:var(--color-text-light);padding:2.5rem 0 1.5rem}.footer-content[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:2rem;margin-bottom:1.5rem}.footer-section[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-section[data-astro-cid-sz7xmlte]{text-align:left}.footer-brand[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:flex-start}.brand-logo[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.brand-logo-img[data-astro-cid-sz7xmlte]{width:56px;height:56px;object-fit:contain}.brand-text-container[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.2rem}.brand-text[data-astro-cid-sz7xmlte]{font-size:2rem;font-weight:800;color:#fff;line-height:1}.brand-subtitle[data-astro-cid-sz7xmlte]{font-size:1rem;color:#ccc;font-weight:500;line-height:1}.metanova-inline-link[data-astro-cid-sz7xmlte]{color:#fff;text-decoration:none;transition:all .2s ease;opacity:.9;font-weight:500}.metanova-inline-link[data-astro-cid-sz7xmlte]:hover{opacity:1;text-decoration:underline}.footer-links[data-astro-cid-sz7xmlte]{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#fff;text-decoration:none;transition:color .2s;font-size:.9rem;opacity:.9}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{opacity:1}.social-links[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:1.25rem}.social-link[data-astro-cid-sz7xmlte]{color:#fff;text-decoration:none;transition:all .2s;display:flex;align-items:center;gap:.5rem;font-size:.9rem;opacity:.9}.social-link[data-astro-cid-sz7xmlte]:hover{opacity:1}.social-row[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem}.footer-bottom[data-astro-cid-sz7xmlte]{text-align:center;padding-top:1.5rem;border-top:1px solid #333;color:#fff;font-size:.95rem;opacity:.7}.metanova-link[data-astro-cid-sz7xmlte]{color:#fff;text-decoration:none;transition:all .3s ease;opacity:.9;font-weight:500}.metanova-link[data-astro-cid-sz7xmlte]:hover{opacity:1;text-decoration:underline}.newsletter-section[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column}.newsletter-form-container[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.5rem}.newsletter-form[data-astro-cid-sz7xmlte]{width:100%}.input-group[data-astro-cid-sz7xmlte]{display:flex;flex-direction:row;position:relative;max-width:400px;width:100%}.newsletter-form[data-astro-cid-sz7xmlte] input[data-astro-cid-sz7xmlte]{flex:1;padding:.8rem 1rem;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;border-radius:8px 0 0 8px;color:#fff;font-size:.9rem;outline:none;transition:all .3s ease}.newsletter-form[data-astro-cid-sz7xmlte] input[data-astro-cid-sz7xmlte]::placeholder{color:#fff9}.newsletter-form[data-astro-cid-sz7xmlte] input[data-astro-cid-sz7xmlte]:focus{border-color:#fff6;background:transparent;box-shadow:0 0 0 2px #ffffff1a}.subscribe-btn[data-astro-cid-sz7xmlte]{padding:0 1.25rem;background:#1e3a8a;color:#fff;border:none;border-radius:0 8px 8px 0;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.subscribe-btn[data-astro-cid-sz7xmlte]:hover{background:#2d4ba0;transform:translateY(-1px)}.subscribe-btn[data-astro-cid-sz7xmlte]:active{transform:translateY(1px)}.newsletter-form[data-astro-cid-sz7xmlte]{position:relative}.input-group[data-astro-cid-sz7xmlte]{position:relative;z-index:1}.input-group[data-astro-cid-sz7xmlte]:after{content:"";position:absolute;bottom:-4px;left:5px;width:98%;height:100%;background:#1e3a8a66;border-radius:8px;z-index:-1;opacity:0;transform:translateY(0);transition:all .3s ease}.input-group[data-astro-cid-sz7xmlte]:hover:after{opacity:1;transform:translateY(4px)}.newsletter-name-field[data-astro-cid-sz7xmlte]{max-width:400px;margin-top:.5rem;opacity:.85;transition:all .3s ease}.newsletter-name-field[data-astro-cid-sz7xmlte]:hover{opacity:1}.newsletter-name-field[data-astro-cid-sz7xmlte] input[data-astro-cid-sz7xmlte]{width:100%;padding:.6rem 1rem;border:1px solid rgba(255,255,255,.15);background:#ffffff14;border-radius:6px;color:#fff;font-size:.85rem;outline:none;transition:all .3s ease}.newsletter-name-field[data-astro-cid-sz7xmlte] input[data-astro-cid-sz7xmlte]::placeholder{color:#ffffff80;font-style:italic}.newsletter-name-field[data-astro-cid-sz7xmlte] input[data-astro-cid-sz7xmlte]:focus{border-color:#ffffff4d;background:#ffffff1f}.newsletter-description[data-astro-cid-sz7xmlte]{font-size:.85rem;color:#ffffffb3;margin-top:.75rem}.newsletter-modal[data-astro-cid-sz7xmlte]{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;visibility:hidden;transition:all .3s ease}.newsletter-modal[data-astro-cid-sz7xmlte].show{opacity:1;visibility:visible}.modal-content[data-astro-cid-sz7xmlte]{background:#1e3a8a;color:#fff;padding:2rem;border-radius:12px;text-align:center;max-width:90%;width:400px;position:relative;box-shadow:0 10px 25px #0000004d;transform:translateY(20px);transition:transform .3s ease}.newsletter-modal[data-astro-cid-sz7xmlte].show .modal-content[data-astro-cid-sz7xmlte]{transform:translateY(0)}.success-icon[data-astro-cid-sz7xmlte]{width:60px;height:60px;color:#fff;margin:0 auto 1rem;animation:scaleIn .5s ease forwards}@keyframes scaleIn{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}.modal-close[data-astro-cid-sz7xmlte]{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:#fff;font-size:1.25rem;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close[data-astro-cid-sz7xmlte]:hover{background:#ffffff1a}.thank-you-title[data-astro-cid-sz7xmlte]{font-size:1.5rem;margin-bottom:.75rem;font-weight:700}.thank-you-message[data-astro-cid-sz7xmlte]{margin-bottom:1.5rem;line-height:1.5}.thank-you-btn[data-astro-cid-sz7xmlte]{background:#fff;color:#1e3a8a;border:none;padding:.85rem 1.75rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #0003;position:relative;overflow:hidden}.thank-you-btn[data-astro-cid-sz7xmlte]:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .6s ease}.thank-you-btn[data-astro-cid-sz7xmlte]:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 6px 15px #00000040}.thank-you-btn[data-astro-cid-sz7xmlte]:hover:after{left:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer-section[data-astro-cid-sz7xmlte]{animation:fadeInUp .8s ease-out both}.footer-section[data-astro-cid-sz7xmlte]:nth-child(1){animation-delay:.1s}.footer-section[data-astro-cid-sz7xmlte]:nth-child(2){animation-delay:.2s}.footer-section[data-astro-cid-sz7xmlte]:nth-child(3){animation-delay:.3s}.footer-section[data-astro-cid-sz7xmlte]:nth-child(4){animation-delay:.4s}@media (max-width: 768px){.footer[data-astro-cid-sz7xmlte]{padding:3rem 1.25rem 1.5rem}.footer-content[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-section[data-astro-cid-sz7xmlte]{text-align:center;background:#ffffff0d;padding:1.75rem;border-radius:16px;backdrop-filter:blur(10px);transition:all .3s ease;box-shadow:0 4px 20px #00000026;border:1px solid rgba(255,255,255,.1)}.footer-section[data-astro-cid-sz7xmlte]:hover,.footer-section[data-astro-cid-sz7xmlte]:active{transform:translateY(-3px);background:#ffffff12;box-shadow:0 8px 30px #0003}.footer-brand[data-astro-cid-sz7xmlte]{align-items:center}.brand-logo[data-astro-cid-sz7xmlte]{margin-bottom:1.25rem;position:relative}.brand-logo[data-astro-cid-sz7xmlte]:after{content:"";position:absolute;width:70px;height:70px;background:radial-gradient(circle,#ffffff1a,#fff0 70%);border-radius:50%;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%);animation:pulse 3s infinite ease-in-out}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.2}to{transform:translate(-50%,-50%) scale(1);opacity:.5}}.brand-logo-img[data-astro-cid-sz7xmlte]{width:56px;height:56px;transition:all .3s ease}.brand-logo[data-astro-cid-sz7xmlte]:hover .brand-logo-img[data-astro-cid-sz7xmlte]{transform:scale(1.05);filter:drop-shadow(0 0 8px rgba(255,255,255,.3))}.brand-text[data-astro-cid-sz7xmlte]{font-size:1.9rem;background:linear-gradient(135deg,#fff,#b3b3b3);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.brand-subtitle[data-astro-cid-sz7xmlte]{font-size:.95rem;letter-spacing:.5px;margin-top:.25rem}.metanova-inline-link[data-astro-cid-sz7xmlte]{padding:.1rem .3rem;border-radius:4px;transition:all .3s ease;background:#ffffff14}.metanova-inline-link[data-astro-cid-sz7xmlte]:hover{background:#ffffff26}.footer-links[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;justify-content:center}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{padding:.75rem 1rem;border-radius:10px;background:#ffffff0f;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover,.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:active{background:#ffffff1f;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.footer-bottom[data-astro-cid-sz7xmlte]{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.9rem;line-height:1.5}.input-group[data-astro-cid-sz7xmlte]{max-width:100%;flex-direction:column}.newsletter-form[data-astro-cid-sz7xmlte] input[data-astro-cid-sz7xmlte]{border-radius:12px;text-align:center;margin-bottom:.75rem;padding:1rem;font-size:1rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.25)}.newsletter-form[data-astro-cid-sz7xmlte] input[data-astro-cid-sz7xmlte]:focus{background:transparent;box-shadow:0 0 0 3px #ffffff26}.newsletter-name-field[data-astro-cid-sz7xmlte]{max-width:100%;margin-top:0}.newsletter-name-field[data-astro-cid-sz7xmlte] input[data-astro-cid-sz7xmlte]{border-radius:12px;text-align:center;padding:1rem;font-size:.95rem;margin-bottom:.75rem;background:#ffffff14;border:1px solid rgba(255,255,255,.2)}.subscribe-btn[data-astro-cid-sz7xmlte]{border-radius:12px;padding:.9rem 0;width:100%;font-size:.95rem;font-weight:600;letter-spacing:.5px;box-shadow:0 4px 12px #0003;background:#2952cc}.subscribe-btn[data-astro-cid-sz7xmlte]:hover,.subscribe-btn[data-astro-cid-sz7xmlte]:active{background:#3963e0;transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.thank-you-btn[data-astro-cid-sz7xmlte]{padding:.9rem 2rem}.newsletter-description[data-astro-cid-sz7xmlte]{font-size:.9rem;margin-top:.75rem;line-height:1.4}}@media (min-width: 769px){.footer-section[data-astro-cid-sz7xmlte]{transition:transform .3s ease}.footer-section[data-astro-cid-sz7xmlte]:hover{transform:translateY(-2px)}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{position:relative;padding:.25rem 0}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:after{content:"";position:absolute;width:0;height:1px;bottom:0;left:0;background:#fff;transition:width .3s ease}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover:after{width:100%}.brand-text[data-astro-cid-sz7xmlte]{background:linear-gradient(135deg,#fff,#b3b3b3);-webkit-background-clip:text;-webkit-text-fill-color:transparent}}
