/* ==========================================================================
   RODAPE AMARELO MESCLADO — Nikolas Ferreira
   ========================================================================== */
.nk-footer-yellow {
  position: relative; background: #FFCC00; color: #1E50A2; padding: 60px 0 0;
  font-family: var(--nk-font); overflow: visible; border-top: 5px solid #00A859; isolation: isolate;
}
.nk-footer-hero-bg {
  position: absolute; inset: 0; height: 100%; width: 100%;
  pointer-events: none; z-index: 1; opacity: 0.38; mix-blend-mode: multiply;
}
.nk-footer-hero-bg img { height: 100%; width: 100%; object-fit: cover; object-position: center; }
.nk-footer-container { max-width: 1440px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; box-sizing: border-box; }
.nk-footer-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1fr; gap: 28px; margin-bottom: 45px; }
.nk-footer-col-title {
  font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; color: #1E50A2;
  margin: 0 0 18px 0; position: relative; display: inline-block; padding-bottom: 5px; border-bottom: 2px solid #1E50A2;
}
.nk-footer-brand-wrap { display: flex; flex-direction: column; gap: 14px; }
.nk-footer-logo-panel {
  position: relative; z-index: 5; display: flex; align-items: center; justify-content: center;
  width: 232px; min-height: 96px; padding: 12px 16px;
  background: var(--nk-blue); border-radius: 4px;
  box-shadow: 4px 4px 12px rgba(0,0,0,.14);
  margin: -108px 0 26px;
}
.nk-footer-logo { width: 200px; max-width: 100%; height: auto; }
.nk-footer-slogan { font-size: 22px; font-weight: 900; font-style: italic; color: #1E50A2; line-height: 1.1; margin: 0; }
.nk-footer-desc { font-size: 12.5px; line-height: 1.5; color: #1E50A2; margin: 0; font-weight: 600; }
.nk-footer-contact { display: flex; flex-direction: column; gap: 5px; font-size: 12px; font-weight: 700; color: #1E50A2; }
.nk-footer-contact a { color: #1E50A2; text-decoration: none; transition: opacity 0.2s; }
.nk-footer-contact a:hover { text-decoration: underline; }

.nk-footer-news-list { display: flex; flex-direction: column; gap: 12px; list-style: none; margin: 0; padding: 0; }
.nk-footer-news-item { display: flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; transition: transform 0.2s ease; }
.nk-footer-news-item:hover { transform: translateX(4px); }
.nk-footer-news-thumb { width: 60px; height: 48px; border-radius: 6px; object-fit: cover; flex-shrink: 0; box-shadow: 0 2px 6px rgba(0,0,0,0.15); border: 1px solid rgba(30, 80, 162, 0.15); }
.nk-footer-news-info { flex: 1; min-width: 0; }
.nk-footer-news-title {
  font-size: 12px; font-weight: 700; line-height: 1.3; color: #1E50A2; margin: 0 0 2px 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color 0.2s;
}
.nk-footer-news-item:hover .nk-footer-news-title { color: #1E50A2; }
.nk-footer-news-meta { font-size: 9.5px; font-weight: 700; color: #1E50A2; opacity: 0.85; }

.nk-footer-social-card { background: #1E50A2; border-radius: 12px; padding: 14px; box-shadow: 0 6px 18px rgba(30, 80, 162, 0.22); display: flex; flex-direction: column; gap: 8px; }
.nk-footer-social-row { display: flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-size: 12.5px; font-weight: 700; padding: 5px 8px; border-radius: 6px; transition: background 0.2s ease; }
.nk-footer-social-row:hover { background: rgba(255, 255, 255, 0.18); }
.nk-footer-social-icon { width: 26px; height: 26px; border-radius: 50%; background: #FFCC00; color: #1E50A2; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nk-footer-social-icon svg { width: 14px; height: 14px; }

.nk-footer-nav-links { display: flex; flex-direction: column; gap: 6px; margin-top: 12px; padding-top: 12px; border-top: 1px dashed rgba(30, 80, 162, 0.25); }
.nk-footer-nav-link { font-size: 12px; font-weight: 800; text-transform: uppercase; color: #1E50A2; text-decoration: none; letter-spacing: 0.05em; transition: transform 0.2s; display: inline-flex; align-items: center; gap: 5px; }
.nk-footer-nav-link:hover { transform: translateX(4px); color: #1E50A2; }

.nk-footer-bottom { position: relative; z-index: 2; background: rgba(30, 80, 162, 0.08); border-top: 1px solid rgba(30, 80, 162, 0.15); padding: 14px 0; }
.nk-footer-bottom-inner { max-width: 1440px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 11.5px; font-weight: 700; color: #1E50A2; }
.nk-footer-bottom-links { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.nk-footer-bottom-links a { color: #1E50A2; text-decoration: none; transition: opacity 0.2s; }
.nk-footer-bottom-links a:hover { text-decoration: underline; }

.nk-footer-bottom-left { display: flex; flex-direction: column; gap: 2px; text-align: left; }
.nk-footer-copyright { margin: 0; }
.nk-footer-cnpj { font-size: 9.5px; line-height: 1.35; letter-spacing: 0.02em; color: #1E50A2; margin: 0; }
.nk-footer-dev { font-size: 11.5px; color: #1E50A2; font-weight: 600; margin: 2px 0 0; }
.nk-footer-dev a { color: #1E50A2; font-weight: 800; text-decoration: underline; }
.nk-footer-dev a:hover { opacity: 0.8; }

@media (max-width: 1100px) { .nk-footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; } }
@media (max-width: 640px) {
  .nk-footer-grid { grid-template-columns: 1fr; gap: 20px; }
  .nk-footer-bottom-inner { flex-direction: column; text-align: center; gap: 10px; }
}
