.navbar{z-index:1000;-webkit-backdrop-filter:blur();backdrop-filter:blur();background:0 0;width:100%;padding:1rem 0;transition:all .3s;position:fixed}@media (max-width:687px){.navbar{background:#00000080}}.navbar-scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;padding:.75rem 0;box-shadow:0 4px 20px #0000004d}.navbar-container{max-width:1200px;margin:0 auto;padding:0 1rem}.navbar-content{justify-content:space-between;align-items:center;display:flex}.navbar-logo-link{align-items:center;text-decoration:none;transition:all .3s;display:flex}.navbar-logo{cursor:pointer;align-items:center;gap:.75rem;display:flex}.navbar-logo-container{background:#fbbf24;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;overflow:hidden}.navbar-logo-image{object-fit:cover;border-radius:50%;width:100%;height:100%}.navbar-brand{color:#fff;cursor:pointer;letter-spacing:-.5px;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;font-size:1.5rem;font-weight:700;transition:color .3s}.navbar-menu{align-items:center;gap:2rem;display:none}.navbar-link{padding:.5rem 0;text-decoration:none;transition:all .3s;position:relative}.navbar-link-text{color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .3s;position:relative}.navbar-link-text:hover{color:#fbbf24}.navbar-link-text:after{content:"";background:#fbbf24;width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.navbar-link:hover .navbar-link-text:after{width:100%}.navbar-mobile-toggle{display:block}.navbar-toggle-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:.375rem;outline:none;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.navbar-toggle-btn:hover{background:#ffffff1a}.navbar-toggle-icon{width:1.5rem;height:1.5rem}.navbar-mobile-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#29282833;border:1px solid #ffffff1a;border-radius:.5rem;margin-top:1rem;padding:1.5rem;animation:.3s ease-out slideDown}.navbar-mobile-links{flex-direction:column;gap:.2rem;display:flex}.navbar-mobile-link{border-bottom:1px solid #ffffff1a;padding:.2rem 0;text-decoration:none;transition:all .3s}.navbar-mobile-link:last-child{border-bottom:none}.navbar-mobile-link-text{color:#fff;cursor:pointer;padding:.5rem 0;font-size:1rem;font-weight:500;transition:color .3s;display:block}.navbar-mobile-link-text:hover{color:#fbbf24;transform:translate(5px)}@media (min-width:768px){.navbar-menu{display:flex}.navbar-mobile-toggle,.navbar-mobile-menu{display:none}}@media (min-width:1024px){.navbar-container{padding:0 2rem}.navbar-menu{gap:2.5rem}}@media (min-width:1280px){.navbar-container{max-width:1400px}}@media (max-width:480px){.navbar-brand{font-size:1.25rem}.navbar-logo-container{width:40px;height:40px}.navbar-mobile-menu{margin-top:.5rem;padding:1rem}}.navbar-logo-link:hover .navbar-logo-container{border-color:#fbbf24;transform:scale(1.05)}.navbar-logo-link:hover .navbar-brand{color:#fbbf24}.navbar-toggle-btn:focus,.navbar-link:focus,.navbar-mobile-link:focus{outline-offset:2px;outline:2px solid #fbbf24}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:767px){.navbar-content{padding:.5rem 0}}.navbar-link.active .navbar-link-text{color:#fbbf24}.navbar-link.active .navbar-link-text:after{width:100%}html{scroll-padding-top:80px}body.lightbox-open .navbar{z-index:999}
.footer{color:#fff;background:#000;padding:3rem 0;font-family:Inter,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-grid{grid-template-columns:1fr;gap:2rem;display:grid}.footer-column{margin-bottom:1rem}.footer-title{color:#fff;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.footer-subtitle{color:#fff;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.footer-description{color:#9ca3af;margin:0;line-height:1.6}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.5rem}.footer-link{color:#9ca3af;text-decoration:none;transition:color .3s;display:inline-block}.footer-link:hover{color:#fbbf24;transform:translate(4px)}.social-links{gap:1rem;display:flex}.social-link{color:#9ca3af;background:#1f2937;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .3s;display:flex}.social-link:hover{color:#fbbf24;background:#374151;transform:translateY(-2px)}.social-icon{width:1.25rem;height:1.25rem}.footer-bottom{text-align:center;color:#9ca3af;border-top:1px solid #1f2937;margin-top:2rem;padding-top:2rem;font-size:.875rem}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (min-width:768px){.footer{padding:4rem 0}.footer-grid{grid-template-columns:repeat(4,1fr);gap:3rem}.footer-title{font-size:1.5rem}.footer-subtitle{font-size:1.25rem}.footer-description,.footer-link{font-size:1rem}.social-links{gap:1.25rem}.social-link{width:3rem;height:3rem}.social-icon{width:1.5rem;height:1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}.footer-grid{gap:4rem}}@media (min-width:1280px){.container{max-width:1400px}}@media (max-width:480px){.footer{padding:2rem 0}.footer-grid{gap:1.5rem}.footer-title{font-size:1.125rem}.footer-subtitle{font-size:1rem}.footer-description,.footer-link{font-size:.875rem}.social-links{gap:.75rem}.social-link{width:2.25rem;height:2.25rem}.social-icon{width:1rem;height:1rem}.footer-bottom{font-size:.75rem}}.footer-link:focus,.social-link:focus{outline-offset:2px;outline:2px solid #fbbf24}@media print{.footer{border-top:2px solid #000;color:#000!important;background:#fff!important}.footer-title,.footer-subtitle{color:#000!important}.footer-description,.footer-link{color:#374151!important}.footer-link:hover{color:#d97706!important}.social-links{display:none}}@media (prefers-contrast:high){.footer{background:#000;border-top:2px solid #fff}.footer-title,.footer-subtitle{color:#fff}.footer-description,.footer-link{color:#ccc}.footer-link:hover{color:gold}.social-link{background:#333;border:1px solid #fff}.social-link:hover{color:gold;background:#555}}@media (prefers-reduced-motion:reduce){.footer-link,.social-link{transition:none}.footer-link:hover,.social-link:hover{transform:none}}@media (prefers-color-scheme:light){.footer{color:#1f2937;background:#f8f9fa;border-top:1px solid #e5e7eb}.footer-title,.footer-subtitle{color:#1f2937}.footer-description,.footer-link{color:#6b7280}.footer-link:hover{color:#d97706}.social-link{color:#6b7280;background:#e5e7eb}.social-link:hover{color:#d97706;background:#d1d5db}.footer-bottom{color:#6b7280;border-top:1px solid #e5e7eb}}.footer::selection,.footer-title::selection,.footer-subtitle::selection,.footer-description::selection,.footer-link::selection{color:#000;background:#fbbf24}.back-to-top{color:#000;cursor:pointer;opacity:0;visibility:hidden;z-index:1000;background:#fbbf24;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background:#d97706;transform:translateY(-2px)}
