
/* Footer - Dark Blue Theme */
.site-footer { background: linear-gradient(180deg, #0b1d39 0%, #0a1730 100%); color: #e2e8f0; padding: 90px 0 44px; }
.footer-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.footer-top { display: grid; grid-template-columns: 1.5fr 2fr; gap: 56px; align-items: start; border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 44px; }
.footer-brand { max-width: 560px; }
.footer-logo-wrap { width: 84px; height: 84px; display: grid; place-items: center; background: #ffffff; border-radius: 16px; box-shadow: 0 10px 24px rgba(255,255,255,0.12), 0 12px 36px rgba(0,0,0,0.25); margin-bottom: 14px; }
.footer-logo { width: 64px; height: 64px; object-fit: contain; display: block; }
.footer-company { font-family: Poppins, sans-serif; font-weight: 800; font-size: 26px; color: #ffffff; margin: 0 0 12px; letter-spacing: 0.2px; }
.footer-about { font-size: 15px; color: #bcd0e7; line-height: 1.9; margin: 0; }
.footer-columns { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.footer-title { font-family: Poppins, sans-serif; font-weight: 700; font-size: 16px; color: #ffffff; margin: 0 0 16px; position: relative; }
.footer-title::after { content: ''; display: block; width: 28px; height: 3px; background: #f5c339; border-radius: 2px; margin-top: 8px; }
.footer-links, .footer-contact { list-style: none; margin: 0; padding: 0; }
.footer-links li + li, .footer-contact li + li { margin-top: 10px; }
.footer-links a { color: #d6e1f2; text-decoration: none; transition: color .2s ease, opacity .2s ease; opacity: .9; }
.footer-links a:hover { color: #f5c339; opacity: 1; }
.footer-contact span { color: #8fb0d8; margin-right: 6px; }
.footer-contact a { color: #d6e1f2; text-decoration: none; }
.footer-contact a:hover { color: #ffffff; }
.footer-note { color: #bcd0e7; font-size: 14px; margin: 0 0 12px; }
.footer-form { display: flex; gap: 10px; }
.footer-input { flex: 1; padding: 12px 14px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.06); color: #e8f1ff; }
.footer-input::placeholder { color: #c7d5ea; }
.footer-btn { padding: 12px 16px; border-radius: 10px; border: none; background: linear-gradient(135deg,#0e5ba6,#1581d8); color: #fff; font-weight: 600; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.footer-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(21,129,216,.35); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 26px; }
.footer-copy { color: #a6b8d4; font-size: 14px; }
.footer-socials { display: flex; gap: 14px; }
.social-link { color: #dfe9f6; width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; background: #102a56; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.social-link:hover { transform: translateY(-2px); background: #123573; color: #f5c339; box-shadow: 0 10px 24px rgba(0,0,0,.35); }
@media (max-width: 1024px) { .footer-top { grid-template-columns: 1fr; } .footer-columns { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .footer-columns { grid-template-columns: 1fr; } .footer-bottom { flex-direction: column; gap: 12px; align-items: flex-start; } .footer-form { flex-direction: column; } .footer-btn { width: 100%; } }
  
