.footer {background: #0f172a;color: #ffffff;padding: 3rem 0 1rem;margin-top: 4rem;}
.footer-content {max-width: 1200px;margin: 0 auto;}
.footer-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));gap: 2rem;margin-bottom: 2rem;}
.footer-heading {color: #ffffff;font-size: 1.1rem;margin-bottom: 1rem;font-weight: 600;}
.footer-logo-icon {font-size: 1.5rem;}
.footer-text {color: rgba(255, 255, 255, 0.8);line-height: 1.6;font-size: 0.95rem;}
.footer-nav {display: flex;flex-direction: column;gap: 0.5rem;}
a.footer-link {color: rgba(255, 255, 255, 0.8);font-size: 0.95rem;}
a.footer-link:hover {color: #ffffff;padding-left: 5px;}
span.footer-link-current {color: #ffffff;font-size: 0.95rem;font-weight: 600;cursor: default;pointer-events: none;border-left: 3px solid #2563eb;padding-left: 6px;}
.footer-bottom {display: flex;justify-content: space-between;align-items: center;padding-top: 2rem;border-top: 1px solid rgba(255, 255, 255, 0.1);flex-wrap: wrap;gap: 1rem;}
.copyright {color: #8ea5c6;font-size: 0.9rem;}
.footer-bottom-links {display: flex;gap: 1.5rem;flex-wrap: wrap;}
a.footer-bottom-link {color: rgba(255, 255, 255, 0.8);font-size: 0.9rem;}
a.footer-bottom-link:hover {color: #ffffff;}
span.footer-bottom-link-current {color: #ffffff;font-size: 0.9rem;font-weight: 600;cursor: default;pointer-events: none;text-decoration: underline;text-underline-offset: 3px;}
.footer-disclaimer {margin-top: 2rem;padding: 1rem;background: rgba(0, 0, 0, 0.2);border-radius: 6px;font-size: 0.85rem;color: rgba(255, 255, 255, 0.7);text-align: center;}
.footer-disclaimer strong {color: #f59e0b;}
@media (max-width: 768px) {
.footer-grid {grid-template-columns: 1fr;gap: 1.5rem;}
.footer-bottom {flex-direction: column;text-align: center;}
.footer-bottom-links {justify-content: center;}
}
@media print {.footer {display: none;}}