.site-footer {
    background: #0b1224;
    padding: 5rem 1.5rem 2rem;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    position: relative;
    border-top: 1px solid rgba(148, 163, 184, 0.15);
    overflow: hidden;
}
.site-footer::before { content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 800px; height: 200px; background: radial-gradient(ellipse, rgba(56, 189, 248, 0.08) 0%, transparent 60%); pointer-events: none; }
.footer-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem; margin-bottom: 4rem; }
.footer-card { display: flex; flex-direction: column; }
.logo-block { font-size: 2rem; font-weight: 900; display: flex; align-items: center; margin-bottom: 1rem; text-decoration: none; }
.icon-header { margin-bottom: 1rem; }
.icon-header svg { stroke: #38bdf8; }
.footer-card h3 { font-size: 1.15rem; font-weight: 700; color: #f1f5f9; margin: 0 0 1.5rem; text-transform: uppercase; letter-spacing: 0.05em; }
.content-wrapper { display: flex; flex-direction: column; gap: 1rem; }
.sub-title { font-size: 0.85rem; font-weight: 700; color: #64748b; margin: 1rem 0 0.5rem; display: block; text-transform: uppercase; letter-spacing: 0.1em; }
.footer-card p { font-size: 0.95rem; color: #94a3b8; line-height: 1.6; margin: 0; }
.slogan { font-style: italic; font-weight: 600; color: #38bdf8 !important; margin-top: 1rem !important; }
.responsive-image { max-width: 100%; height: auto; border-radius: 12px; border: 1px solid rgba(56, 189, 248, 0.2); transition: transform 0.3s ease; }
.responsive-image:hover { transform: scale(1.02); }
.info-row { display: flex; align-items: flex-start; gap: 0.75rem; color: #94a3b8; text-decoration: none; transition: all 0.3s ease; padding: 0.25rem 0; }
.info-row:hover { color: #38bdf8; transform: translateX(5px); }
.svg-neon { flex-shrink: 0; color: #38bdf8; margin-top: 2px; opacity: 0.8; }
.info-text { font-size: 0.95rem; line-height: 1.5; }
.footer-bottom { padding-top: 2rem; border-top: 1px solid rgba(148, 163, 184, 0.15); display: flex; justify-content: center; align-items: center; text-align: center; }
.footer-bottom p { font-size: 0.9rem; color: #64748b; margin: 0; }
@media (max-width: 1024px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .site-footer { padding: 4rem 1.25rem 2rem; } .footer-grid { grid-template-columns: 1fr; gap: 3rem; } }
