.wrap{padding-top:18px}
.anchor-nav{top:86px}
#conhecimentos .card{overflow:hidden}
.cc-territory-post-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px!important}
.cc-territory-post{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid rgba(28,75,108,.10);border-radius:22px;background:rgba(255,255,255,.86);box-shadow:0 16px 42px rgba(30,78,108,.08);text-decoration:none;color:inherit;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.cc-territory-post:hover,.cc-territory-post:focus-visible{transform:translateY(-3px);border-color:rgba(14,165,198,.22);box-shadow:0 22px 54px rgba(30,78,108,.12);outline:none}
.cc-territory-post__media{aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,rgba(33,87,217,.08),rgba(14,165,198,.09),rgba(24,168,104,.08))}
.cc-territory-post__media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s ease}
.cc-territory-post:hover .cc-territory-post__media img{transform:scale(1.025)}
.cc-territory-post__body{display:flex;flex-direction:column;gap:11px;flex:1;padding:17px 18px 18px}
.cc-territory-post__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#70839a;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.cc-territory-post__title{margin:0;color:#10233a;font-size:1.08rem;line-height:1.15;letter-spacing:-.02em;font-weight:900}
.cc-territory-post__summary{margin:0!important;color:#61758d!important;font-size:.9rem;line-height:1.55!important;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.cc-territory-post__chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto}
.cc-territory-post__chip{display:inline-flex;padding:6px 9px;border-radius:999px;background:rgba(14,165,198,.07);color:#35667d;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.cc-territory-post__cta{display:inline-flex;align-items:center;gap:7px;margin-top:3px;color:#075c78;font-size:13px;font-weight:900}
.cc-territory-post__empty{grid-column:1/-1}
@media(max-width:980px){.cc-territory-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.cc-territory-post-grid{grid-template-columns:1fr}.anchor-nav{top:76px}.wrap{padding-inline:12px}}
@media(prefers-reduced-motion:reduce){.cc-territory-post,.cc-territory-post__media img{transition:none!important;transform:none!important}}


/* ==========================================================
   PUBLIC.OPEN.G0.2 | Ação Territorial Contextual
   ========================================================== */
.cc-territory-action-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:24px;
}
.cc-territory-action{
  position:relative;
  display:grid;
  gap:7px;
  min-height:154px;
  padding:20px 21px;
  overflow:hidden;
  border:1px solid rgba(44,105,128,.13);
  border-radius:22px;
  color:#0f2738;
  text-decoration:none;
  background:
    linear-gradient(145deg,rgba(255,255,255,.92),rgba(244,252,251,.84));
  box-shadow:0 16px 36px rgba(17,74,91,.08),inset 0 1px 0 rgba(255,255,255,.96);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.cc-territory-action::after{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  right:-38px;
  top:-46px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(14,165,198,.13),transparent 70%);
  pointer-events:none;
}
.cc-territory-action--problem::after,
.cc-territory-action--diagnosis::after{
  background:radial-gradient(circle,rgba(37,99,235,.11),transparent 70%);
}
.cc-territory-action--research::after{
  background:radial-gradient(circle,rgba(13,148,136,.14),transparent 70%);
}
.cc-territory-action span{
  color:#0b7891;
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.cc-territory-action strong{
  max-width:25ch;
  font-size:1.12rem;
  line-height:1.08;
}
.cc-territory-action small{
  max-width:45ch;
  color:#647b8c;
  font-size:.86rem;
  line-height:1.5;
}
.cc-territory-action:hover,
.cc-territory-action:focus-visible{
  transform:translateY(-3px);
  border-color:rgba(14,165,198,.26);
  box-shadow:0 22px 46px rgba(17,74,91,.12),inset 0 1px 0 rgba(255,255,255,.98);
}
.cc-territory-action:focus-visible{
  outline:3px solid rgba(37,99,235,.22);
  outline-offset:3px;
}
.cc-territory-action-secondary{margin-top:18px;}
@media(max-width:760px){
  .cc-territory-action-grid{grid-template-columns:1fr;}
  .cc-territory-action{min-height:auto;}
}
@media(prefers-reduced-motion:reduce){
  .cc-territory-action{transition:none;}
  .cc-territory-action:hover,.cc-territory-action:focus-visible{transform:none;}
}
