/* Mega footer — extracted from the original style.css (lines 1328-1331) */
/* Mega footer */
.mega-footer { background: var(--bg-2); border-top: 1px solid var(--border); padding: 52px 0 0; }
.mega-footer-grid { max-width: var(--max-w); margin-inline: auto; padding-inline: var(--px); display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 36px 44px; }
.mf-brand .mf-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-bottom: 14px; }


/* Mega footer (cont.) — extracted from the original style.css (lines 1333-1362) */
.mf-brand .logo-text { font-size: 0.98rem; font-weight: 700; color: var(--text); }
.mf-brand .logo-text strong { color: var(--primary); }
.mf-brand p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.7; max-width: 250px; margin-bottom: 18px; }
.mf-socials { display: flex; gap: 8px; }
.mf-social-link { width: 36px; height: 36px; border-radius: 9px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--text-muted); text-decoration: none; transition: all 0.2s ease; }
.mf-social-link svg.lucide { font-size: 16px; }
.mf-social-link:hover { transform: translateY(-2px); }
.mf-social-link.gh:hover { background: #24292E; border-color: #24292E; color: #fff; }
.mf-social-link.yt:hover { background: #FF0000; border-color: #FF0000; color: #fff; }
.mf-social-link.li:hover { background: #0A66C2; border-color: #0A66C2; color: #fff; }
.mf-col h4 { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--text); margin-bottom: 15px; }
.mf-col ul { display: flex; flex-direction: column; gap: 9px; }
.mf-col ul a { font-size: 0.84rem; color: var(--text-muted); text-decoration: none; display: flex; align-items: center; gap: 7px; transition: color 0.18s ease, gap 0.18s ease; }
.mf-col ul a:hover { color: var(--primary); gap: 10px; }
.mf-col ul a svg.lucide { font-size: 13px; flex-shrink: 0; }
.mf-newsletter h4 { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--text); margin-bottom: 6px; }
.mf-newsletter p { font-size: 0.81rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 14px; }
.mf-nl-form { display: flex; gap: 8px; flex-wrap: wrap; }
.mf-nl-input { flex: 1; min-width: 0; padding: 10px 14px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--r); font-size: 0.81rem; color: var(--text); outline: none; font-family: var(--font); transition: border-color 0.2s ease; }
.mf-nl-input:focus { border-color: var(--primary); }
.mf-nl-btn { padding: 10px 18px; background: var(--primary-grad); color: #fff; border: none; border-radius: var(--r); font-size: 0.81rem; font-weight: 600; cursor: pointer; font-family: var(--font); transition: filter 0.2s ease; }
.mf-nl-btn:hover { filter: brightness(1.06); }
.mf-badge-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.mf-badge { font-size: 0.68rem; font-weight: 600; padding: 3px 9px; border-radius: var(--r-full); border: 1px solid var(--border); color: var(--text-muted); }
.mega-footer-bottom { max-width: var(--max-w); margin-inline: auto; padding: 18px var(--px); display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--border); margin-top: 36px; flex-wrap: wrap; gap: 10px; }
.mega-footer-bottom p { font-size: 0.77rem; color: var(--text-muted); }
.mf-bottom-links { display: flex; gap: 18px; }
.mf-bottom-links a { font-size: 0.77rem; color: var(--text-muted); text-decoration: none; transition: color 0.18s ease; }
.mf-bottom-links a:hover { color: var(--primary); }


/* Footer responsive — extracted from the original style.css (line 1365) */
@media (max-width: 1024px) {
  .mega-footer-grid { grid-template-columns: 1fr 1fr; }
}


/* Footer responsive — extracted from the original style.css (line 1378) */
@media (max-width: 520px) {
  .mega-footer-grid { grid-template-columns: 1fr; }
}

