/* ==========================================================================
   PAGINAS INSTITUCIONAIS — Contato ("Falar com o Gabinete") e Biografia
   Depende de article.css (reaproveita .nk-list-header e .nk-list-wrap).
   ========================================================================== */

/* ---- Botoes ---- */
.nk-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px; border-radius: 30px; font-size: 14px; font-weight: 800; font-family: inherit;
  text-decoration: none; transition: all 0.25s ease; border: none; cursor: pointer; line-height: 1;
}
.nk-btn--yellow { background: #FFCC00; color: #1E50A2; box-shadow: 0 4px 12px rgba(255, 204, 0, 0.3); }
.nk-btn--yellow:hover { background: #ffd633; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(255, 204, 0, 0.4); }
.nk-btn--blue { background: #1E50A2; color: #fff; box-shadow: 0 4px 12px rgba(30, 80, 162, 0.25); }
.nk-btn--blue:hover { background: #1E50A2; transform: translateY(-2px); }
.nk-btn--block { width: 100%; }
.nk-btn--ghost { background: transparent; color: #1E50A2; border: 1.5px solid #cbd8ec; box-shadow: none; }
.nk-btn--ghost:hover { background: #eef2f9; border-color: #1E50A2; transform: translateY(-2px); }
.nk-btn--ghost .nk-ico { color: #1E50A2; }

/* ==========================================================================
   CONTATO
   ========================================================================== */
.nk-contact-intro { font-size: 16px; line-height: 1.6; color: #475569; max-width: 720px; margin: 0 0 30px; }

.nk-contact-layout { display: grid; grid-template-columns: 1fr 380px; gap: 32px; align-items: start; }
@media (max-width: 980px) { .nk-contact-layout { grid-template-columns: 1fr; } }

.nk-form-card {
  background: #fff; border-radius: 16px; border: 1px solid #e2e8f0; box-shadow: 0 6px 20px rgba(30, 80, 162, 0.06);
  overflow: hidden;
}
.nk-form-card__head { background: linear-gradient(135deg, #1E50A2 0%, #1E50A2 100%); color: #fff; padding: 20px 26px; }
.nk-form-card__head h2 { font-size: 20px; font-weight: 800; margin: 0 0 4px; }
.nk-form-card__head p { font-size: 13.5px; color: #cbd5e1; margin: 0; }
.nk-form-embed { width: 100%; border: 0; display: block; background: #fff; min-height: 900px; }

.nk-contact-aside { display: flex; flex-direction: column; gap: 20px; }

.nk-info-card { background: #fff; border-radius: 16px; border: 1px solid #e2e8f0; box-shadow: 0 6px 20px rgba(30, 80, 162, 0.05); padding: 24px; }
.nk-info-card__title { font-size: 16px; font-weight: 800; color: #1E50A2; margin: 0 0 4px; padding-bottom: 12px; border-bottom: 2px solid #FFCC00; }
.nk-info-mandato { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #00A859; margin: 12px 0 16px; }

.nk-info-list { display: flex; flex-direction: column; gap: 14px; }
.nk-info-row { display: flex; align-items: flex-start; gap: 12px; }
.nk-info-row .nk-ico { color: #1E50A2; margin-top: 2px; }
.nk-info-row__label { font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: #94a3b8; margin: 0 0 2px; }
.nk-info-row__value { font-size: 14px; font-weight: 600; color: #1e293b; margin: 0; line-height: 1.4; word-break: break-word; }
.nk-info-row__value a { color: #1E50A2; text-decoration: none; }
.nk-info-row__value a:hover { text-decoration: underline; }

.nk-info-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }

/* Card de destaque "Siga por e-mail" */
.nk-follow-card { background: linear-gradient(135deg, #1E50A2 0%, #1E50A2 100%); color: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 8px 24px rgba(30, 80, 162, 0.18); }
.nk-follow-card h3 { font-size: 17px; font-weight: 800; color: #FFCC00; margin: 0 0 8px; }
.nk-follow-card p { font-size: 13.5px; color: #e2e8f0; line-height: 1.55; margin: 0 0 18px; }

/* ==========================================================================
   BIOGRAFIA / INSTITUCIONAL
   ========================================================================== */

/* Barra azul do topo com foto de identidade, tratada em transparencia.
   Mantem a altura da barra (nao mexe em padding/margin). Imagem centralizada. */
body[data-nav="sobre-mim"] .nk-list-header { position: relative; overflow: hidden; }
body[data-nav="sobre-mim"] .nk-list-header::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: url("/assets/images/sobre-hero-bg.jpg") center center / cover no-repeat;
  opacity: 0.22;
}
body[data-nav="sobre-mim"] .nk-list-header .nk-list-wrap { position: relative; z-index: 1; }

.nk-bio-hero { display: grid; grid-template-columns: 320px 1fr; gap: 36px; align-items: center; margin-bottom: 44px; }
@media (max-width: 820px) { .nk-bio-hero { grid-template-columns: 1fr; gap: 24px; } }
.nk-bio-photo { border-radius: 20px; overflow: hidden; box-shadow: 0 14px 34px rgba(30, 80, 162, 0.18); border: 4px solid #fff; }
.nk-bio-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nk-bio-tag { display: inline-block; background: #FFCC00; color: #1E50A2; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; padding: 6px 14px; border-radius: 6px; margin-bottom: 14px; }
.nk-bio-hero h1 { font-size: clamp(28px, 4vw, 42px); font-weight: 800; color: #1E50A2; margin: 0 0 12px; line-height: 1.1; }
.nk-bio-lead { font-size: 17px; line-height: 1.6; color: #334155; margin: 0; }

.nk-bio-layout { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start; }
@media (max-width: 980px) { .nk-bio-layout { grid-template-columns: 1fr; } }

.nk-bio-body h2 { font-size: 24px; font-weight: 800; color: #1E50A2; margin: 34px 0 16px; }
.nk-bio-body h2:first-child { margin-top: 0; }
.nk-bio-body p { font-size: 15.5px; line-height: 1.75; color: #334155; margin: 0 0 18px; }
.nk-bio-h { font-size: clamp(28px, 4vw, 42px); font-weight: 800; color: #1E50A2; margin: 0 0 12px; line-height: 1.1; }
.nk-bio-namelink { color: inherit; text-decoration: none; }
.nk-bio-namelink:hover { text-decoration: underline; }
.nk-bio-fonte { font-size: 12.5px; color: #64748b; margin: 26px 0 0; padding-top: 16px; border-top: 1px solid #e2e8f0; }
.nk-bio-fonte a { color: #1E50A2; word-break: break-all; }

.nk-bio-sec { margin-bottom: 34px; }
.nk-bio-sec h2 { font-size: 23px; font-weight: 800; color: #1E50A2; margin: 0 0 14px; padding-bottom: 8px; border-bottom: 2px solid #f1f5f9; }

/* Destaque (colunista Gazeta) */
.nk-destaque {
  display: flex; align-items: center; gap: 16px; background: linear-gradient(135deg, #fff 0%, #fff8e1 100%);
  border: 1px solid #FFCC00; border-left: 5px solid #FFCC00; border-radius: 14px; padding: 16px 20px; margin: 0 0 34px;
  text-decoration: none; box-shadow: 0 6px 18px rgba(255, 204, 0, 0.12); transition: all 0.2s ease;
}
.nk-destaque:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(255, 204, 0, 0.2); }
.nk-destaque__icon { width: 44px; height: 44px; border-radius: 50%; background: #FFCC00; color: #1E50A2; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nk-destaque__txt { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.nk-destaque__txt strong { color: #1E50A2; font-size: 16px; }
.nk-destaque__txt span { color: #64748b; font-size: 13px; }
.nk-destaque__cta { color: #1E50A2; flex-shrink: 0; }

/* Tabela de desempenho eleitoral */
.nk-elei-wrap { overflow-x: auto; }
.nk-elei-table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 480px; }
.nk-elei-table th { text-align: left; background: #1E50A2; color: #fff; padding: 10px 14px; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.03em; }
.nk-elei-table th:first-child { border-radius: 8px 0 0 0; }
.nk-elei-table th:last-child { border-radius: 0 8px 0 0; }
.nk-elei-table td { padding: 12px 14px; border-bottom: 1px solid #e2e8f0; color: #334155; }
.nk-elei-table tbody tr:hover { background: #f8fafc; }

/* Badge de colunista na bio do autor */
.nk-author-destaque { display: inline-flex; align-items: center; gap: 6px; background: #fff8e1; color: #8a6d00; border: 1px solid #FFCC00; font-size: 12px; font-weight: 800; padding: 4px 10px; border-radius: 999px; text-decoration: none; margin: 0 0 12px; }
.nk-author-destaque:hover { background: #FFCC00; color: #1E50A2; }

/* ---- Abas ---- */
.nk-tabs__nav { display: flex; flex-wrap: wrap; gap: 4px; border-bottom: 2px solid #e2e8f0; margin-bottom: 24px; }
.nk-tab {
  appearance: none; border: none; background: transparent; cursor: pointer;
  font-family: var(--nk-font); font-size: 14.5px; font-weight: 700; color: #64748b;
  padding: 12px 16px; border-bottom: 3px solid transparent; margin-bottom: -2px; transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.nk-tab:hover { color: #1E50A2; }
.nk-tab.is-active { color: #1E50A2; border-bottom-color: #FFCC00; }
.nk-tabpanel { animation: nkFade 0.25s ease; }
.nk-tabpanel[hidden] { display: none; }
.nk-tabpanel h3 { font-size: 22px; font-weight: 800; color: #1E50A2; margin: 0 0 16px; }
.nk-tabpanel p { font-size: 15.5px; line-height: 1.75; color: #334155; margin: 0 0 16px; }
@keyframes nkFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.nk-data-list--wide .nk-data-row { flex-direction: row; justify-content: space-between; align-items: baseline; gap: 16px; }
.nk-data-list--wide dt { flex-shrink: 0; }
.nk-data-list--wide dd { text-align: right; }

/* ---- Ofertas na barra lateral ---- */
.nk-offer { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 18px 20px; box-shadow: 0 6px 18px rgba(30, 80, 162, 0.05); }
.nk-offer__title { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 800; color: #1E50A2; margin: 0 0 4px; }
.nk-offer__title .nk-ico { color: #FFCC00; }
.nk-offer__desc { font-size: 12.5px; color: #64748b; margin: 0 0 12px; line-height: 1.45; }
.nk-offer__list { display: flex; flex-direction: column; gap: 2px; }
.nk-offer__link {
  display: flex; align-items: center; justify-content: space-between; gap: 8px; text-decoration: none;
  color: #1e293b; font-size: 13.5px; font-weight: 700; padding: 9px 10px; border-radius: 8px; transition: all 0.18s ease;
}
.nk-offer__link .nk-ico { color: #94a3b8; transition: transform 0.18s ease, color 0.18s ease; }
.nk-offer__link:hover { background: #f4f7fc; color: #1E50A2; }
.nk-offer__link:hover .nk-ico { color: #1E50A2; transform: translateX(2px); }

/* ==========================================================================
   MEU JABÁ
   ========================================================================== */
.nk-jaba-intro {
  display: grid; grid-template-columns: 1fr 300px; gap: 40px; align-items: center; margin-bottom: 54px;
}
@media (max-width: 820px) { .nk-jaba-intro { grid-template-columns: 1fr; gap: 26px; } }
.nk-jaba-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: #1E50A2; }
.nk-jaba-eyebrow .nk-ico { color: #FFCC00; }
.nk-jaba-h { font-size: clamp(28px, 3.4vw, 42px); font-weight: 900; line-height: 1.1; color: #1e293b; margin: 14px 0 16px; letter-spacing: -0.01em; }
.nk-jaba-h-mark { position: relative; color: #1E50A2; white-space: nowrap; }
.nk-jaba-h-mark::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0.06em; height: 0.34em; background: rgba(255, 204, 0, 0.55); border-radius: 3px; z-index: -1; }
.nk-jaba-texto p { font-size: 16px; line-height: 1.65; color: #475569; margin: 0 0 20px; max-width: 520px; }
.nk-jaba-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }

/* Faixa de prova social (inspiração: barra de credenciais) */
.nk-jaba-proof { border-top: 1px solid #e2e8f0; padding-top: 18px; }
.nk-jaba-proof__label { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: #94a3b8; margin-bottom: 10px; }
.nk-jaba-proof__label .nk-ico { color: #00A859; }
.nk-jaba-proof__items { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.nk-jaba-proof__items li { position: relative; font-size: 13.5px; color: #475569; }
.nk-jaba-proof__items li strong { color: #1e293b; font-weight: 800; }
.nk-jaba-proof__items li:not(:last-child)::after { content: ""; position: absolute; right: -12px; top: 50%; transform: translateY(-50%); width: 1px; height: 14px; background: #d5dde8; }

/* Vídeo vertical com facade (clique carrega o iframe) */
.nk-jaba-video {
  position: relative; aspect-ratio: 9 / 16; width: 100%; max-width: 300px; margin: 0 auto; border-radius: 18px; overflow: hidden;
  background: #000; box-shadow: 0 24px 60px rgba(30, 80, 162, 0.28); border: 4px solid #fff;
}
.nk-jaba-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.nk-jaba-video__thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.nk-jaba-video[data-loaded] .nk-jaba-video__thumb, .nk-jaba-video[data-loaded] .nk-jaba-video__play { display: none; }
.nk-jaba-video::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,0.55) 100%); z-index: 1; pointer-events: none; }
.nk-jaba-video[data-loaded]::before { display: none; }
.nk-jaba-video__play {
  position: absolute; left: 14px; bottom: 14px; z-index: 2; display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255, 255, 255, 0.96); color: #1e293b; font-size: 13.5px; font-weight: 800; font-family: inherit;
  padding: 9px 16px 9px 11px; border: none; border-radius: 30px; cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3); transition: transform 0.2s ease, background 0.2s ease;
}
.nk-jaba-video__play:hover { transform: scale(1.05); background: #fff; }
.nk-jaba-video__ico { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: #FFCC00; color: #1E50A2; }
.nk-jaba-video__ico .nk-ico { margin-left: 1px; }

.nk-jaba-section { margin-bottom: 50px; }
.nk-jaba-sechead { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-bottom: 6px; }
.nk-jaba-sectitle { display: flex; align-items: center; gap: 10px; font-size: clamp(20px, 2.4vw, 26px); font-weight: 800; color: #1E50A2; margin: 0; }
.nk-jaba-sectitle .nk-ico { color: #FFCC00; }
.nk-jaba-secdesc { font-size: 14.5px; color: #64748b; margin: 0 0 24px; }

.nk-book-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 760px) { .nk-book-grid { grid-template-columns: 1fr; max-width: 340px; margin: 0 auto; } }
.nk-book-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden; box-shadow: 0 6px 20px rgba(30, 80, 162, 0.05); display: flex; flex-direction: column; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.nk-book-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(30, 80, 162, 0.14); }
.nk-book-cover { display: block; background: #f1f5f9; aspect-ratio: 4 / 5; overflow: hidden; }
.nk-book-cover img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.4s ease; }
.nk-book-card:hover .nk-book-cover img { transform: scale(1.04); }
.nk-book-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.nk-book-title { font-size: 17px; font-weight: 800; color: #1e293b; margin: 6px 0 0; line-height: 1.25; }
.nk-book-meta { font-size: 12.5px; color: #94a3b8; margin: 0 0 16px; flex: 1; }
.nk-book-desc { font-size: 13px; line-height: 1.5; color: #64748b; margin: 8px 0 14px; flex: 1; }

/* Tag, avaliação e preço reaproveitados em card e destaque */
.nk-book-tag { align-self: flex-start; display: inline-block; font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; color: #1E50A2; background: #eef2f9; border: 1px solid #dce4f2; padding: 4px 9px; border-radius: 6px; }
.nk-book-rate { display: flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 800; color: #1e293b; margin: 10px 0; }
.nk-book-rate .nk-stars { color: #FFB300; letter-spacing: 1px; font-size: 12.5px; }
.nk-book-rate span { font-weight: 600; color: #94a3b8; font-size: 12px; }
.nk-book-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.nk-book-price__now { font-size: 20px; font-weight: 900; color: #00A859; }
.nk-book-price__old { font-size: 13px; color: #94a3b8; text-decoration: line-through; }
.nk-book-price__off { font-size: 10.5px; font-weight: 800; color: #fff; background: #e74c5e; padding: 3px 7px; border-radius: 5px; align-self: center; }
.nk-book-buys { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.nk-book-buys .nk-btn { flex: 1; justify-content: center; min-width: 108px; padding-left: 10px; padding-right: 10px; }
.nk-book-buys .nk-btn--block { flex-basis: 100%; }

/* Livro em destaque */
.nk-book-feat {
  display: grid; grid-template-columns: 240px 1fr; gap: 32px; align-items: center;
  background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 28px;
  box-shadow: 0 10px 30px rgba(30, 80, 162, 0.08); margin-bottom: 28px;
}
@media (max-width: 700px) { .nk-book-feat { grid-template-columns: 1fr; gap: 22px; padding: 22px; } }
.nk-book-feat__cover { position: relative; display: block; aspect-ratio: 4 / 5; border-radius: 14px; overflow: hidden; background: #f1f5f9; }
.nk-book-feat__cover img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.4s ease; }
.nk-book-feat:hover .nk-book-feat__cover img { transform: scale(1.03); }
.nk-book-feat__badge { position: absolute; top: 12px; left: 12px; background: #FFCC00; color: #1E50A2; font-size: 10.5px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.06em; padding: 5px 11px; border-radius: 6px; }
.nk-book-feat__body { display: flex; flex-direction: column; }
.nk-book-feat__title { font-size: clamp(22px, 2.6vw, 28px); font-weight: 900; color: #1e293b; margin: 10px 0 0; line-height: 1.15; }
.nk-book-feat__desc { font-size: 14.5px; line-height: 1.6; color: #475569; margin: 8px 0 16px; }
.nk-book-feat .nk-book-buys { margin-top: 0; }
.nk-book-feat .nk-book-buys .nk-btn { flex: 0 1 auto; }

/* Kit combo com capas duplas */
.nk-book-cover--duo { position: relative; display: flex; align-items: center; justify-content: center; padding: 12px; background: linear-gradient(135deg, #eef2f9 0%, #f8fafc 100%); }
.nk-book-cover--duo .nk-book-cover__stack { position: relative; width: 84%; aspect-ratio: 5 / 4; }
.nk-book-cover--duo img { position: absolute; top: 50%; width: 60%; height: auto; aspect-ratio: 4 / 5; object-fit: contain; border-radius: 4px; background: #fff; box-shadow: 0 10px 24px rgba(15, 23, 42, 0.25); transition: transform 0.35s ease; }
.nk-book-cover--duo .nk-book-cover__back { left: 2%; transform: translateY(-50%) rotate(-8deg); }
.nk-book-cover--duo .nk-book-cover__front { right: 2%; z-index: 2; transform: translateY(-50%) rotate(7deg); }
.nk-book-card:hover .nk-book-cover--duo .nk-book-cover__back { transform: translateY(-50%) rotate(-11deg) translateX(-7px); }
.nk-book-card:hover .nk-book-cover--duo .nk-book-cover__front { transform: translateY(-50%) rotate(10deg) translateX(7px); }
.nk-book-cover__combo-tag { position: absolute; top: 10px; right: 10px; z-index: 3; background: #1E50A2; color: #fff; font-size: 10.5px; font-weight: 900; padding: 4px 9px; border-radius: 6px; letter-spacing: 0.04em; }

.nk-dfn-card { position: relative; background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 34px; box-shadow: 0 12px 34px rgba(0, 42, 20, 0.08); overflow: hidden; }
.nk-dfn-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, #00A859, #FFCC00); }
@media (max-width: 640px) { .nk-dfn-card { padding: 24px; } }
.nk-dfn-head { max-width: 720px; }
.nk-dfn-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(0,168,89,0.12); color: #00814a; font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; padding: 6px 13px; border-radius: 999px; }
.nk-dfn-tag .nk-ico { color: #00A859; }
.nk-dfn-h { font-size: clamp(22px, 3vw, 30px); font-weight: 900; color: #1e293b; line-height: 1.15; margin: 14px 0 12px; }
.nk-dfn-desc { font-size: 15px; line-height: 1.65; color: #475569; margin: 0; }
.nk-dfn-desc strong { color: #00814a; font-weight: 800; }

.nk-dfn-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 26px 0; }
@media (max-width: 700px) { .nk-dfn-stats { grid-template-columns: repeat(2, 1fr); } }
.nk-dfn-stat { background: #f6faf7; border: 1px solid #e2eee7; border-radius: 12px; padding: 14px 16px; }
.nk-dfn-stat strong { display: block; font-size: 16px; font-weight: 900; color: #00814a; line-height: 1.2; }
.nk-dfn-stat span { display: block; font-size: 12.5px; color: #64748b; margin-top: 3px; }

.nk-dfn-feats__label { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: #94a3b8; margin: 0 0 16px; }
.nk-dfn-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 24px; }
@media (max-width: 640px) { .nk-dfn-grid { grid-template-columns: 1fr; } }
.nk-dfn-feat { display: flex; gap: 13px; align-items: flex-start; }
.nk-dfn-feat__ico { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; background: rgba(0,168,89,0.1); color: #00A859; }
.nk-dfn-feat h4 { font-size: 15px; font-weight: 800; color: #1e293b; margin: 2px 0 4px; }
.nk-dfn-feat p { font-size: 13.5px; line-height: 1.55; color: #64748b; margin: 0; }

.nk-dfn-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; padding-top: 24px; border-top: 1px solid #eef2f6; }
.nk-dfn-alt { display: inline-flex; align-items: center; gap: 6px; color: #00814a; font-weight: 800; font-size: 13.5px; text-decoration: none; }
.nk-dfn-alt .nk-ico { transition: transform 0.2s ease; }
.nk-dfn-alt:hover .nk-ico { transform: translateX(3px); }

.nk-pl-list { display: flex; flex-direction: column; gap: 14px; margin: 8px 0 0; }
.nk-pl-item { background: #fff; border: 1px solid #e2e8f0; border-left: 4px solid #1E50A2; border-radius: 0 10px 10px 0; padding: 16px 20px; box-shadow: 0 2px 8px rgba(30, 80, 162, 0.04); }
.nk-pl-item h3 { font-size: 15px; font-weight: 800; color: #1E50A2; margin: 0 0 6px; }
.nk-pl-item p { font-size: 14px; line-height: 1.6; color: #475569; margin: 0; }

/* Sidebar de dados oficiais */
.nk-bio-side { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 92px; }
@media (max-width: 980px) { .nk-bio-side { position: static; } }
.nk-data-card { background: #fff; border-radius: 16px; border: 1px solid #e2e8f0; box-shadow: 0 6px 20px rgba(30, 80, 162, 0.05); padding: 24px; }
.nk-data-card__title { font-size: 15px; font-weight: 800; color: #1E50A2; margin: 0 0 16px; padding-bottom: 10px; border-bottom: 2px solid #FFCC00; text-transform: uppercase; letter-spacing: 0.04em; }
.nk-data-list { display: flex; flex-direction: column; gap: 12px; }
.nk-data-row { display: flex; flex-direction: column; gap: 2px; padding-bottom: 12px; border-bottom: 1px solid #f1f5f9; }
.nk-data-row:last-child { border-bottom: none; padding-bottom: 0; }
.nk-data-row dt { font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: #94a3b8; }
.nk-data-row dd { font-size: 14px; font-weight: 600; color: #1e293b; margin: 0; line-height: 1.4; }

.nk-roles-list { display: flex; flex-direction: column; gap: 10px; }
.nk-role-item { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: #334155; line-height: 1.45; }
.nk-role-item .nk-ico { color: #00A859; margin-top: 2px; }
.nk-role-item strong { color: #1E50A2; }

/* ==========================================================================
   AGENDA (Dados Abertos da Câmara)
   ========================================================================== */
.nk-agenda-bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
.nk-agenda-source { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 700; color: #64748b; }
.nk-agenda-source .nk-ico { color: #1E50A2; }

.nk-agenda { display: flex; flex-direction: column; gap: 30px; }
.nk-agenda-group { }
.nk-agenda-date {
  display: flex; align-items: center; gap: 9px; font-size: 16px; font-weight: 800; color: #1E50A2;
  margin: 0 0 14px; padding-bottom: 10px; border-bottom: 2px solid #FFCC00; text-transform: capitalize;
}
.nk-agenda-date .nk-ico { color: #1E50A2; }

.nk-agenda-list { display: flex; flex-direction: column; gap: 12px; }
.nk-agenda-item {
  display: grid; grid-template-columns: 76px 1fr; gap: 18px; align-items: start;
  background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 16px 20px;
  box-shadow: 0 3px 12px rgba(30, 80, 162, 0.04); transition: box-shadow 0.2s, transform 0.2s;
}
.nk-agenda-item:hover { box-shadow: 0 8px 20px rgba(30, 80, 162, 0.1); transform: translateY(-2px); }
.nk-agenda-time {
  font-size: 20px; font-weight: 900; color: #1E50A2; line-height: 1.1; text-align: center;
  padding-right: 16px; border-right: 2px solid #f1f5f9;
}
.nk-agenda-content { min-width: 0; }
.nk-agenda-tags { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
.nk-agenda-org { font-size: 11px; font-weight: 800; color: #1E50A2; background: #eef2f9; border: 1px solid #dce4f2; padding: 3px 8px; border-radius: 5px; letter-spacing: 0.03em; }
.nk-agenda-status { font-size: 11px; font-weight: 700; color: #64748b; }
.nk-agenda-desc { font-size: 15px; font-weight: 600; color: #1e293b; line-height: 1.4; margin: 0 0 8px; }
.nk-agenda-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 12.5px; font-weight: 600; color: #64748b; }
.nk-agenda-meta span, .nk-agenda-meta a { display: inline-flex; align-items: center; gap: 5px; }
.nk-agenda-meta a { color: #1E50A2; text-decoration: none; }
.nk-agenda-meta a:hover { text-decoration: underline; }

.nk-agenda-empty {
  text-align: center; padding: 60px 20px; background: #fff; border: 1px dashed #cbd5e1; border-radius: 16px;
  display: flex; flex-direction: column; align-items: center; gap: 14px; color: #64748b;
}
.nk-agenda-empty .nk-ico { color: #94a3b8; }
.nk-agenda-empty p { font-size: 16px; margin: 0; }

@media (max-width: 560px) {
  .nk-agenda-item { grid-template-columns: 1fr; gap: 10px; }
  .nk-agenda-time { text-align: left; border-right: none; border-bottom: 2px solid #f1f5f9; padding: 0 0 8px; }
}

/* ---- Histórico de eventos por mês ---- */
.nk-agenda-hist { margin-top: 44px; padding-top: 30px; border-top: 2px solid #eef2f9; }
.nk-agenda-hist__head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-bottom: 18px; }
.nk-agenda-hist__title { display: inline-flex; align-items: center; gap: 9px; font-size: 20px; font-weight: 800; color: #1E50A2; margin: 0; }
.nk-agenda-hist__title .nk-ico { color: #1E50A2; }
.nk-agenda-hist__filter { display: inline-flex; align-items: center; gap: 8px; }
.nk-agenda-hist__flabel { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: #64748b; }
.nk-agenda-select {
  appearance: none; -webkit-appearance: none;
  font-family: inherit; font-size: 14px; font-weight: 700; color: #1E50A2;
  background-color: #fff; background-repeat: no-repeat; background-position: right 12px center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231E50A2' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  border: 1px solid #dce4f2; border-radius: 9px; padding: 10px 38px 10px 14px; cursor: pointer; transition: border-color 0.2s, box-shadow 0.2s;
}
.nk-agenda-select:hover { border-color: #1E50A2; }
.nk-agenda-select:focus { outline: none; border-color: #1E50A2; box-shadow: 0 0 0 3px rgba(30, 80, 162, 0.15); }

.nk-agenda-hist__resumo {
  background: linear-gradient(135deg, #1E50A2 0%, #1a4590 100%); color: #fff;
  border-radius: 14px; padding: 18px 20px; margin-bottom: 26px; box-shadow: 0 8px 22px rgba(30, 80, 162, 0.18);
}
.nk-agenda-hist__total { font-size: 16px; font-weight: 800; margin: 0 0 12px; }
.nk-agenda-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.nk-agenda-chip {
  display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600;
  background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff; padding: 5px 11px; border-radius: 999px;
}
.nk-agenda-chip strong { color: #FFCC00; font-weight: 900; }

.nk-agenda-loading {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 44px 20px; color: #64748b; font-size: 15px; font-weight: 600;
  background: #fff; border: 1px dashed #cbd5e1; border-radius: 16px;
}
.nk-agenda-loading .nk-ico { color: #1E50A2; }

@media (max-width: 560px) {
  .nk-agenda-hist__head { align-items: flex-start; }
  .nk-agenda-hist__filter { width: 100%; }
  .nk-agenda-select { flex: 1; }
}

/* ==========================================================================
   REDES SOCIAIS (Sobre Mim)
   ========================================================================== */
.nk-social-sec { margin: 0 0 44px; }
.nk-social-sec__title { font-size: clamp(22px, 3vw, 28px); font-weight: 800; color: #1E50A2; margin: 0 0 6px; }
.nk-social-sec__desc { font-size: 14.5px; color: #64748b; margin: 0 0 22px; line-height: 1.55; }

/* Card do canal do YouTube */
.nk-yt-card {
  display: flex; align-items: center; gap: 18px; text-decoration: none;
  background: linear-gradient(135deg, #fff 0%, #fff4f4 100%);
  border: 1px solid #f2d3d3; border-radius: 16px; padding: 20px 22px; margin-bottom: 22px;
  box-shadow: 0 6px 20px rgba(255, 0, 0, 0.06); transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.nk-yt-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(255, 0, 0, 0.12); }
.nk-yt-card__icon { width: 54px; height: 54px; flex-shrink: 0; color: #FF0000; }
.nk-yt-card__icon svg { width: 100%; height: 100%; display: block; }
.nk-yt-card__info { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.nk-yt-card__name { font-size: 18px; font-weight: 800; color: #1e293b; }
.nk-yt-card__handle { font-size: 13px; color: #64748b; }
.nk-yt-card__stats { display: flex; flex-wrap: wrap; gap: 4px 18px; margin-top: 6px; font-size: 13.5px; color: #475569; }
.nk-yt-card__stats strong { color: #1E50A2; font-weight: 800; }
.nk-yt-card__since { font-size: 12px; color: #94a3b8; margin-top: 4px; }
.nk-yt-card__cta { flex-shrink: 0; background: #FF0000; color: #fff; font-weight: 800; font-size: 14px; padding: 10px 22px; border-radius: 999px; white-space: nowrap; }
.nk-yt-card:hover .nk-yt-card__cta { background: #e60000; }
@media (max-width: 640px) {
  .nk-yt-card { flex-direction: column; text-align: center; }
  .nk-yt-card__stats { justify-content: center; }
  .nk-yt-card__cta { width: 100%; text-align: center; }
}

/* Grade de redes */
.nk-social-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.nk-social-btn {
  display: flex; align-items: center; gap: 14px; text-decoration: none;
  background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 14px 16px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.nk-social-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(15, 23, 42, 0.1); }
.nk-social-btn__icon {
  width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0; color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.nk-social-btn__icon svg { width: 22px; height: 22px; display: block; }
.nk-social-btn__icon--txt { font-size: 20px; font-weight: 900; }
.nk-social-btn__txt { display: flex; flex-direction: column; gap: 1px; flex: 1; min-width: 0; }
.nk-social-btn__name { font-size: 14.5px; font-weight: 800; color: #1e293b; line-height: 1.2; }
.nk-social-btn__handle { font-size: 12.5px; color: #94a3b8; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nk-social-btn__cta { flex-shrink: 0; font-size: 12.5px; font-weight: 800; color: #1E50A2; display: inline-flex; align-items: center; gap: 4px; transition: gap 0.18s ease; }
.nk-social-btn:hover .nk-social-btn__cta { gap: 7px; }

/* Cores por rede */
.nk-social-btn--instagram .nk-social-btn__icon { background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888); }
.nk-social-btn--x .nk-social-btn__icon { background: #000; }
.nk-social-btn--tiktok .nk-social-btn__icon { background: #010101; }
.nk-social-btn--facebook .nk-social-btn__icon { background: #1877F2; }
.nk-social-btn--telegram .nk-social-btn__icon { background: #229ED9; }
.nk-social-btn--kwai .nk-social-btn__icon { background: #FF6600; }
.nk-social-btn--limpeza .nk-social-btn__icon { background: #1E50A2; }

/* ==========================================================================
   AGENDA DE EVENTOS (LAYOUT REESCRITO COM FOTO E SIDEBAR)
   ========================================================================== */
.nk-agenda-layout {
  display: grid; grid-template-columns: 360px 1fr; gap: 36px; align-items: start;
}
@media (max-width: 960px) {
  .nk-agenda-layout { grid-template-columns: 1fr; gap: 28px; }
}

.nk-agenda-sidebar { position: sticky; top: 90px; }
@media (max-width: 960px) { .nk-agenda-sidebar { position: static; } }

.nk-agenda-card {
  background: #fff; border-radius: 18px; border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(30, 80, 162, 0.08); overflow: hidden;
}
.nk-agenda-card__photo {
  position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background: #000;
}
.nk-agenda-card__photo img {
  width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease;
}
.nk-agenda-card:hover .nk-agenda-card__photo img { transform: scale(1.04); }
.nk-agenda-card__badge {
  position: absolute; bottom: 12px; left: 12px; background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(6px); color: #FFCC00; font-size: 11px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.08em; padding: 5px 12px; border-radius: 20px;
  border: 1px solid rgba(255, 204, 0, 0.3);
}

.nk-agenda-card__body { padding: 22px; }
.nk-agenda-card__title { font-size: 19px; font-weight: 800; color: #1E50A2; margin: 0 0 8px; line-height: 1.25; }
.nk-agenda-card__desc { font-size: 13.5px; color: #64748b; line-height: 1.5; margin: 0 0 20px; }

.nk-agenda-card__stats {
  display: flex; flex-direction: column; gap: 12px; margin-bottom: 22px;
  padding-bottom: 18px; border-bottom: 1px solid #f1f5f9;
}
.nk-agenda-card__stat { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; color: #334155; }
.nk-agenda-card__stat .nk-ico { color: #1E50A2; margin-top: 2px; flex-shrink: 0; }
.nk-agenda-card__stat strong { display: block; color: #1E50A2; font-size: 13.5px; font-weight: 800; line-height: 1.2; }
.nk-agenda-card__stat span { font-size: 12px; color: #64748b; }

.nk-agenda-card__ctas { display: flex; flex-direction: column; gap: 10px; }

.nk-agenda-bar {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  background: #fff; border: 1px solid #e2e8f0; padding: 14px 20px; border-radius: 14px;
  margin-bottom: 24px; box-shadow: 0 4px 14px rgba(30, 80, 162, 0.04);
}
.nk-agenda-source { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 700; color: #1E50A2; }
.nk-agenda-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #00A859; display: inline-block;
  box-shadow: 0 0 0 3px rgba(0, 168, 89, 0.2); animation: nkPulse 2s infinite;
}
@keyframes nkPulse {
  0% { box-shadow: 0 0 0 0 rgba(0, 168, 89, 0.5); }
  70% { box-shadow: 0 0 0 6px rgba(0, 168, 89, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 168, 89, 0); }
}
.nk-agenda-live-badge {
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em;
  color: #00A859; background: #e6f7ef; border: 1px solid #b3e6ce; padding: 4px 10px; border-radius: 20px;
}

/* FAQ Meu Jabá */
.nk-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 8px;
}
@media (max-width: 760px) {
  .nk-faq-grid {
    grid-template-columns: 1fr;
  }
}

.nk-faq-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: 0 4px 14px rgba(30, 80, 162, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.nk-faq-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(30, 80, 162, 0.08);
}
.nk-faq-card h4 {
  font-size: 15.5px;
  font-weight: 800;
  color: #1E50A2;
  margin: 0 0 8px;
  line-height: 1.35;
}
.nk-faq-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}
.nk-faq-card a {
  color: #1E50A2;
  font-weight: 700;
  text-decoration: underline;
}

