/* Footer and final responsive tweaks */

.site-footer { background-color: #0b0f19; color: rgba(255, 255, 255, 0.5); padding: 40px 0; border-top: 1px solid rgba(255, 255, 255, 0.05); font-size: 0.9rem; }
.footer-container { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.footer-summary { max-width: 600px; color: rgba(255, 255, 255, 0.7); }

@media (max-width: 768px) { .hero-section h1 { font-size: 2rem; } }

@media (max-width: 576px) { .section-header h2 { font-size: 1.75rem; } .hero-actions .btn { width: 100%; } }
