/* ─── FOOTER ─── */
footer.da-custom-footer { background: #080d15; border-top: 1px solid var(--border); padding: 60px 0 28px; }
.da-custom-footer .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-about p { font-size: 0.85rem; color: #9ca3af; margin-top: 14px; line-height: 1.8; }
.footer-logo { font-family: var(--font-head); font-size: 1.5rem; font-weight: 700; color: var(--white); display: flex; align-items: center; gap: 10px; }
.footer-logo img { max-height: 40px; width: auto; }
.footer-logo span { color: var(--green); }
.footer-col h4 { font-family: var(--font-sub); font-size: 0.8rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--green); margin-bottom: 16px; margin-top: 0; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 0.85rem; color: #9ca3af; transition: color 0.2s; text-decoration: none; }
.footer-col ul li a:hover { color: var(--green); }
.footer-col ul li span { font-size: 0.85rem; color: #9ca3af; }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 0.82rem; color: #6b7280; margin: 0; }
.footer-bottom p:last-child { font-size: 0.78rem; }
.footer-bottom a { color: #9ca3af; text-decoration: none; transition: color 0.2s ease; }
.footer-bottom a:hover { color: var(--green); }
.social-links { display: flex; gap: 10px; }
.social-link { width: 36px; height: 36px; border-radius: 8px; background: var(--dark2); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; transition: all 0.2s; color: var(--white); text-decoration: none; }
.social-link:hover { background: var(--green); border-color: var(--green); color: var(--dark); }

@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
