.navbar{position:fixed;top:0;width:100%;z-index:50;background-color:rgba(0,0,0,.85);backdrop-filter:blur(6px);border-bottom:none}.navbar-container{max-width:1200px;margin:0 auto;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center}.navbar-links{display:flex;gap:1.5rem}.navbar-links a{position:relative;color:white;font-weight:500;text-decoration:none;padding-bottom:4px;transition:color .3s ease}.navbar-links a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:white;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.navbar-links a:focus:after,.navbar-links a:hover:after{transform:scaleX(1)}.navbar-links a.active,.navbar-links a:hover{color:#ffcc00}.navbar-links a.active:after{transform:scaleX(1);background-color:#ffcc00}.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none}.burger-line{width:25px;height:3px;background-color:white;border-radius:4px}@media (max-width:768px){.burger{display:flex}.navbar-links{display:none;flex-direction:column;gap:1rem;position:absolute;top:100%;right:1rem;background-color:rgba(0,0,0,.95);padding:1rem;border-radius:8px}.navbar-links.open{display:flex}}.footer{background-color:#000;padding:40px 20px;color:white;text-align:center}.footer-columns{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:40px;max-width:1200px;margin:0 auto}@media (max-width:768px){.footer-columns{flex-direction:column;align-items:center}.footer-col{max-width:none;width:100%;text-align:center}}.footer-col{max-width:200px}.footer-col h4{font-weight:700;margin-top:12px;margin-bottom:8px;font-size:1rem}@media (max-width:768px){.footer-col h4{font-size:.95rem}}.footer-col a,.footer-col p{font-size:.9rem;color:#c7f11f;margin:0;text-decoration:none}@media (max-width:768px){.footer-col a,.footer-col p{font-size:.85rem}}.icon-wrapper{width:60px;height:60px;margin:0 auto;background:linear-gradient(180deg,#c7f11f,#3c5500);border-radius:12px;display:flex;align-items:center;justify-content:center}.icon-wrapper img{width:28px;height:28px}.footer-bottom{margin-top:2rem;font-size:.9rem;color:#999;text-align:center}.footer-bottom p{font-size:.75rem;margin:0;padding:.5rem}@media (max-width:768px){.footer-bottom{font-size:.75rem;padding:1rem .5rem;line-height:1.4}}.footer-link{color:#bacb04;text-decoration:none}.footer-link:hover{text-decoration:underline}