.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:#fff;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-bling{--ring-gap:2px;--radius:12px;position:relative;width:60px;height:60px;margin:0 auto 8px}.icon-bling .tile{position:absolute;inset:var(--ring-gap);border-radius:calc(var(--radius) - var(--ring-gap));display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#b6d92a,#6e9f10);box-shadow:inset 0 1px 0 rgba(255,255,255,.25);z-index:1;--ring-gap:clamp(1px,3%,2px)}.icon-bling__svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.icon-bling__base{stroke:rgba(255,255,255,.12);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.icon-bling__glow{stroke:url(#footer-grad);stroke-width:2;fill:none;filter:drop-shadow(0 0 6px #9fcf1a);stroke-dasharray:32 88;animation:footer-dash 3s linear infinite;stroke-linecap:round;stroke-linejoin:round}@keyframes footer-dash{to{stroke-dashoffset:-120}}.icon-bling img{width:32px;height:32px;filter:invert(100%)}.footer-col:hover .icon-bling__glow{filter:drop-shadow(0 0 8px #b6d92a)}.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}.icon-wrapper{background:transparent!important;width:auto!important;height:auto!important;padding:0!important;border-radius:0!important;position:static!important}.footer-logo{max-width:none;flex:0 0 auto}.footer-logo img{width:220px;height:auto;display:block;margin:0 auto}@media (max-width:768px){.footer-logo{order:-1;margin-bottom:12px}}