header{background-color:var(--background);padding:1rem 0;border-bottom:1px solid #eee}header .navbar-brand{font-weight:700;color:var(--foreground)}header .navbar-brand img{max-height:36px}header .nav-link{color:#555;margin:0 .5rem;font-weight:500}header .nav-link:hover{color:var(--foreground)}header .btn-danger{background:var(--gradient);border-color:var(--primary);display:flex;align-items:center;gap:10px}header .btn-danger:hover{opacity:.9}header .btn-outline-secondary{color:var(--foreground);border-color:#ccc}header .btn-outline-secondary:hover{background-color:#f8f9fa}.footer{padding:2rem 0;background-color:#f8f8f8}.footer h5{font-weight:700;margin-bottom:1rem;color:#333}.footer .footer-content{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:1.5rem}.footer .footer-content .footer-brand img{max-width:150px;margin-bottom:20px}.footer .footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.footer .footer-nav .footer-link{color:#555;text-decoration:none;font-size:.95rem;transition:color .2s;position:relative}.footer .footer-nav .footer-link:hover{color:#06c}.footer .footer-nav .footer-link:not(:last-child):after{content:"";position:absolute;right:-.75rem;top:50%;transform:translateY(-50%);height:14px;width:1px;background-color:#ddd}.footer .footer-bottom{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee;text-align:center}.footer .footer-bottom p{font-size:.85rem;color:#999;margin:0}@media(max-width:576px){.footer .footer-nav{flex-direction:column;gap:.75rem}.footer .footer-nav .footer-link:not(:last-child):after{display:none}}