/* ==========================================================================
   EDITAIS – Front-end
   Bootstrap 4 + paleta do tema IPEPO
   ========================================================================== */

.ed {
    --ed-pri: #327185;
    --ed-pri-d: #255a6b;
    --ed-acc: #00a9b9;
    --ed-dark: #1d3c4a;
    --ed-ink: #363636;
    --ed-mut: #6b7b84;
    --ed-line: #e2e9ec;
    --ed-soft: #f4f7f9;
    --ed-soft-2: #eef5f8;
    --ed-radius: 14px;
    --ed-radius-sm: 9px;
    --ed-shadow: 0 1px 2px rgba(16, 42, 58, .05);
    --ed-shadow-lg: 0 14px 34px rgba(16, 42, 58, .1);
    color: var(--ed-ink);
}

.ed *,
.ed *::before,
.ed *::after { box-sizing: border-box; }


/* ==========================================================================
   1. SEÇÕES E RITMO
   ========================================================================== */
.ed-sec {
    position: relative;
    padding: clamp(34px, 4.6vw, 62px) 0;
}
.ed-sec--banner { padding-top: clamp(24px, 3vw, 40px); padding-bottom: 0; }

/* evita espaço dobrado entre seções de mesmo fundo */
.ed-fundo-branco + .ed-fundo-branco { padding-top: 0; }
.ed-fundo-claro + .ed-fundo-claro { padding-top: 0; }
.ed-sec:last-child { padding-bottom: clamp(40px, 5vw, 70px); }

.ed-fundo-branco { background: #fff; }
.ed-fundo-claro { background: var(--ed-soft); }
.ed-fundo-marca {
    background: linear-gradient(135deg, var(--ed-pri) 0%, #2b6376 55%, var(--ed-dark) 100%);
    color: #fff;
}
.ed-fundo-escuro { background: var(--ed-dark); color: #fff; }

.ed-fundo-marca .ed-head__titulo,
.ed-fundo-escuro .ed-head__titulo,
.ed-fundo-marca .ed-prosa,
.ed-fundo-escuro .ed-prosa,
.ed-fundo-marca .ed-prosa h2,
.ed-fundo-marca .ed-prosa h3,
.ed-fundo-escuro .ed-prosa h2,
.ed-fundo-escuro .ed-prosa h3 { color: #fff; }
.ed-fundo-marca .ed-head__sub,
.ed-fundo-escuro .ed-head__sub { color: rgba(255, 255, 255, .8); }
.ed-fundo-marca .ed-head__titulo::before,
.ed-fundo-escuro .ed-head__titulo::before { background: var(--ed-acc); }
.ed-fundo-marca .ed-prosa a,
.ed-fundo-escuro .ed-prosa a { color: #9fe4ea; }

.ed-estreito { max-width: 820px; margin-left: auto; margin-right: auto; }


/* ==========================================================================
   2. CABEÇALHO DA SEÇÃO
   ========================================================================== */
.ed-head { margin-bottom: clamp(20px, 2.6vw, 34px); }

.ed-head__titulo {
    position: relative;
    margin: 0;
    padding-top: 14px;
    font: 800 clamp(21px, 2.5vw, 30px) / 1.25 "Montserrat", sans-serif;
    color: var(--ed-pri);
    letter-spacing: -.01em;
}
.ed-head__titulo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 4px;
    border-radius: 3px;
    background: var(--ed-acc);
}
.ed-head__sub {
    margin: 10px 0 0;
    max-width: 68ch;
    color: var(--ed-mut);
    font-size: 15px;
    line-height: 1.65;
}

.ed-chapeu {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 11px;
    border-radius: 30px;
    background: var(--ed-soft-2);
    color: var(--ed-pri);
    font: 700 11.5px/1 "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: .09em;
}


/* ==========================================================================
   3. PROSA (conteúdo rico)
   ========================================================================== */
.ed-prosa { font-size: 15.5px; }
.ed-prosa > :first-child { margin-top: 0; }
.ed-prosa > :last-child { margin-bottom: 0; }
.ed-prosa.ed-2col { column-count: 2; column-gap: 46px; }

@media (max-width: 767px) {
    .ed-prosa.ed-2col { column-count: 1; }
}


/* ==========================================================================
   4. PAINEL DE SITUAÇÃO (topo)
   ========================================================================== */
.ed-hero {
    position: relative;
    padding: clamp(26px, 3.4vw, 44px) 0;
    background: linear-gradient(180deg, var(--ed-soft-2), #fff);
    border-bottom: 1px solid var(--ed-line);
}
.ed-hero--imagem {
    background-size: cover;
    background-position: center;
    border-bottom: 0;
}
.ed-hero--imagem::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(105deg, rgba(29, 60, 74, .93) 0%, rgba(50, 113, 133, .82) 62%, rgba(0, 169, 185, .6) 100%);
}
.ed-hero__inner { position: relative; }
.ed-hero--imagem .ed-hero__inner { color: #fff; }
.ed-hero--imagem .ed-chapeu { background: rgba(255, 255, 255, .18); color: #fff; }

.ed-hero__titulo {
    margin: 0;
    font: 800 clamp(22px, 2.8vw, 32px) / 1.22 "Montserrat", sans-serif;
    color: var(--ed-pri);
    letter-spacing: -.015em;
}
.ed-hero--imagem .ed-hero__titulo { color: #fff; }

.ed-hero__resumo {
    margin: 12px 0 0;
    max-width: 74ch;
    font-size: 16px;
    line-height: 1.7;
    color: var(--ed-mut);
}
.ed-hero--imagem .ed-hero__resumo { color: rgba(255, 255, 255, .9); }

.ed-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    margin-top: 18px;
}
.ed-hero__prazo {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    color: var(--ed-mut);
}
.ed-hero__prazo i { color: var(--ed-pri); }
.ed-hero__prazo strong { color: var(--ed-ink); }
.ed-hero--imagem .ed-hero__prazo,
.ed-hero--imagem .ed-hero__prazo strong { color: #fff; }
.ed-hero--imagem .ed-hero__prazo i { color: #9fe4ea; }

.ed-hero__acoes { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; }

/* --- Etiqueta de status ------------------------------------------------- */
.ed-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px 6px 12px;
    border-radius: 30px;
    font: 700 12.5px/1.3 "Montserrat", sans-serif;
    letter-spacing: .02em;
    border: 1px solid transparent;
}
.ed-status__ponto {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    flex-shrink: 0;
}
.ed-status--abertas { background: #e6f6ee; color: #16794c; border-color: #bfe6d3; }
.ed-status--abertas .ed-status__ponto { box-shadow: 0 0 0 4px rgba(22, 121, 76, .16); }
.ed-status--prorrogadas { background: #fff4e0; color: #8a5300; border-color: #f2dcb4; }
.ed-status--breve { background: var(--ed-soft-2); color: var(--ed-pri); border-color: #cfe2ea; }
.ed-status--analise { background: #eceef8; color: #3c4494; border-color: #ccd2ee; }
.ed-status--encerradas { background: #fbeceb; color: #a32b1c; border-color: #f0cbc6; }

.ed-hero--imagem .ed-status {
    background: rgba(255, 255, 255, .94);
    border-color: transparent;
}

/* --- Contagem regressiva ------------------------------------------------ */
.ed-contagem {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}
.ed-contagem__cx {
    min-width: 74px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius-sm);
    text-align: center;
    box-shadow: var(--ed-shadow);
}
.ed-contagem__cx strong {
    display: block;
    font: 800 24px/1 "Montserrat", sans-serif;
    color: var(--ed-pri);
    font-variant-numeric: tabular-nums;
}
.ed-contagem__cx span {
    display: block;
    margin-top: 3px;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: var(--ed-mut);
}
.ed-contagem__fim {
    margin: 0;
    align-self: center;
    font-weight: 700;
    color: #a32b1c;
}
.ed-contagem.is-fim .ed-contagem__cx { display: none; }


/* ==========================================================================
   5. ÍNDICE FIXO
   ========================================================================== */
.ed-indice {
    position: sticky;
    top: var(--ed-top, 0px);
    z-index: 30;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: saturate(160%) blur(9px);
    -webkit-backdrop-filter: saturate(160%) blur(9px);
    border-bottom: 1px solid var(--ed-line);
    box-shadow: 0 2px 10px rgba(16, 42, 58, .04);
}
.ed-indice__scroll {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 7px 0;
    scroll-snap-type: x proximity;
}
.ed-indice__scroll::-webkit-scrollbar { display: none; }

.ed-indice__link {
    flex: 0 0 auto;
    scroll-snap-align: start;
    padding: 8px 14px;
    border-radius: 30px;
    font: 600 13px/1.2 "Montserrat", sans-serif;
    color: var(--ed-mut);
    text-decoration: none;
    white-space: nowrap;
    transition: background .18s, color .18s;
}
.ed-indice__link:hover { background: var(--ed-soft); color: var(--ed-pri); text-decoration: none; }
.ed-indice__link.is-ativo { background: var(--ed-pri); color: #fff; }

/* compensa a barra fixa ao usar âncoras */
.ed-sec { scroll-margin-top: calc(var(--ed-top, 0px) + 66px); }


/* ==========================================================================
   6. BOTÕES
   ========================================================================== */
.ed-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 26px;
    border: 2px solid transparent;
    border-radius: 30px;
    font: 700 14px/1.2 "Montserrat", sans-serif;
    text-decoration: none;
    cursor: pointer;
    transition: transform .16s ease, background .18s, color .18s, border-color .18s, box-shadow .18s;
}
.ed-btn:hover { text-decoration: none; transform: translateY(-1px); }
.ed-btn:focus-visible { outline: 3px solid rgba(0, 169, 185, .45); outline-offset: 2px; }
.ed-btn--sm { padding: 9px 18px; font-size: 13px; }
.ed-btn--lg { padding: 15px 32px; font-size: 15px; }

.ed-btn--primario { background: var(--ed-pri); color: #fff; box-shadow: 0 6px 16px rgba(50, 113, 133, .24); }
.ed-btn--primario:hover { background: var(--ed-pri-d); color: #fff; box-shadow: 0 10px 22px rgba(50, 113, 133, .3); }

.ed-btn--escuro { background: var(--ed-dark); color: #fff; }
.ed-btn--escuro:hover { background: #142c37; color: #fff; }

.ed-btn--contorno { border-color: var(--ed-pri); color: var(--ed-pri); background: transparent; }
.ed-btn--contorno:hover { background: var(--ed-pri); color: #fff; }

.ed-btn--claro { background: #fff; color: var(--ed-pri); border-color: var(--ed-line); }
.ed-btn--claro:hover { border-color: var(--ed-pri); color: var(--ed-pri-d); }

.ed-btn--link { padding: 6px 0; color: var(--ed-pri); border-radius: 0; }
.ed-btn--link:hover { color: var(--ed-acc); text-decoration: underline; }

.ed-fundo-marca .ed-btn--contorno,
.ed-fundo-escuro .ed-btn--contorno { border-color: rgba(255, 255, 255, .6); color: #fff; }
.ed-fundo-marca .ed-btn--contorno:hover,
.ed-fundo-escuro .ed-btn--contorno:hover { background: #fff; color: var(--ed-pri); }

.ed-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.ed-btns--centro { justify-content: center; }


/* ==========================================================================
   7. BANNER
   ========================================================================== */
.ed-banner { margin: 0; }
.ed-banner__img { width: 100%; height: auto; display: block; }
.ed-banner--arredondado .ed-banner__img {
    border-radius: var(--ed-radius);
    box-shadow: var(--ed-shadow-lg);
    overflow: hidden;
}
.ed-banner__legenda {
    margin-top: 10px;
    font-size: 13px;
    color: var(--ed-mut);
    text-align: center;
}


/* ==========================================================================
   8. CHAMADA
   ========================================================================== */
.ed-chamada--centro { text-align: center; }
.ed-chamada--centro .ed-prosa { max-width: 76ch; margin-left: auto; margin-right: auto; }
.ed-chamada__titulo {
    margin: 0 0 14px;
    font: 800 clamp(22px, 2.7vw, 31px) / 1.25 "Montserrat", sans-serif;
    color: var(--ed-pri);
    letter-spacing: -.015em;
}
.ed-chamada__texto { font-size: 16.5px; color: #4a5a62; }


/* ==========================================================================
   9. AVISO EM DESTAQUE
   ========================================================================== */
.ed-aviso {
    display: flex;
    gap: 14px;
    padding: 18px 20px;
    border-radius: var(--ed-radius-sm);
    border: 1px solid;
    border-left-width: 5px;
    background: #fff;
}
.ed-aviso__ico { flex: 0 0 auto; font-size: 19px; line-height: 1.5; }
.ed-aviso__corpo { flex: 1; min-width: 0; }
.ed-aviso__corpo .ed-prosa { font-size: 15px; }
.ed-aviso__corpo .ed-prosa > p:first-of-type { display: inline; }
.ed-aviso__rotulo { font-weight: 800; }

.ed-aviso--aviso { background: #fff9ec; border-color: #f0dcb0; color: #6b4a06; }
.ed-aviso--aviso .ed-aviso__ico { color: #c98a00; }
.ed-aviso--info { background: #eff6fb; border-color: #c6dcec; color: #234a63; }
.ed-aviso--info .ed-aviso__ico { color: #2b7bb0; }
.ed-aviso--marca { background: var(--ed-soft-2); border-color: #c5dde6; color: #23515f; }
.ed-aviso--marca .ed-aviso__ico { color: var(--ed-pri); }
.ed-aviso--sucesso { background: #eef8f2; border-color: #bfe3cf; color: #14603f; }
.ed-aviso--sucesso .ed-aviso__ico { color: #1c8a58; }
.ed-aviso--erro { background: #fdf1f0; border-color: #f0c9c4; color: #8a251a; }
.ed-aviso--erro .ed-aviso__ico { color: #c1301f; }

.ed-aviso .ed-prosa a { color: inherit; text-decoration: underline; }


/* ==========================================================================
   10. PROGRAMAS
   ========================================================================== */
.ed-progs { margin-bottom: 0; }
.ed-progs > [class*="col-"] { margin-bottom: 18px; }

.ed-prog {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 22px 20px 18px;
    background: #fff;
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    box-shadow: var(--ed-shadow);
    text-align: left;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s, border-color .18s, background .18s;
}
.ed-prog:hover {
    transform: translateY(-3px);
    border-color: #bcd7e0;
    box-shadow: var(--ed-shadow-lg);
    text-decoration: none;
    color: inherit;
}
.ed-prog:focus-visible { outline: 3px solid rgba(0, 169, 185, .4); outline-offset: 2px; }

.ed-prog.is-ativo {
    border-color: var(--ed-pri);
    background: linear-gradient(180deg, #fff, var(--ed-soft-2));
    box-shadow: 0 8px 22px rgba(50, 113, 133, .14);
}
.ed-prog.is-ativo::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    background: var(--ed-soft-2);
    border-right: 1px solid var(--ed-pri);
    border-bottom: 1px solid var(--ed-pri);
    transform: rotate(45deg);
    border-bottom-right-radius: 4px;
}
.ed-prog.is-ativo .ed-prog__acao i { transform: rotate(180deg); }

.ed-prog__ico {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 12px;
    background: var(--ed-soft-2);
    color: var(--ed-pri);
    font-size: 18px;
    transition: background .18s, color .18s;
}
.ed-prog:hover .ed-prog__ico,
.ed-prog.is-ativo .ed-prog__ico { background: var(--ed-pri); color: #fff; }

.ed-prog__badge {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 3px 9px;
    border-radius: 20px;
    background: rgba(0, 169, 185, .12);
    color: #067a86;
    font: 700 10.5px/1.4 "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.ed-prog__titulo {
    display: block;
    font: 700 16px/1.35 "Montserrat", sans-serif;
    color: var(--ed-pri);
    margin-bottom: 7px;
}
.ed-prog__resumo {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: var(--ed-mut);
    margin-bottom: 14px;
}
.ed-prog__acao {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    font: 700 12.5px/1 "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--ed-acc);
}
.ed-prog__acao i { transition: transform .2s ease; font-size: 11px; }

/* Painéis de conteúdo dos programas */
.ed-progs__paineis { margin-top: 12px; }
.ed-prog-painel {
    display: none;
    padding: clamp(20px, 2.6vw, 34px);
    background: #fff;
    border: 1px solid var(--ed-line);
    border-top: 3px solid var(--ed-pri);
    border-radius: 0 0 var(--ed-radius) var(--ed-radius);
    box-shadow: var(--ed-shadow);
    animation: ed-fade .28s ease both;
}
.ed-prog-painel.is-ativo { display: block; }
@keyframes ed-fade {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: none; }
}
.ed-prog-painel__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 14px;
    margin-bottom: 18px;
    border-bottom: 1px solid var(--ed-line);
}
.ed-prog-painel__head h3 {
    margin: 0;
    font: 800 19px/1.3 "Montserrat", sans-serif;
    color: var(--ed-pri);
}

/* Abas (pills) */
.ed-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 0;
    margin: 0 0 22px;
    border: 0;
    list-style: none;
}
.ed-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid var(--ed-line);
    color: var(--ed-mut);
    font: 600 13.5px/1.2 "Montserrat", sans-serif;
    text-decoration: none;
    cursor: pointer;
    transition: all .18s;
}
.ed-pill:hover { border-color: var(--ed-pri); color: var(--ed-pri); text-decoration: none; }
.ed-pill.active {
    background: var(--ed-pri);
    border-color: var(--ed-pri);
    color: #fff;
    box-shadow: 0 6px 16px rgba(50, 113, 133, .2);
}
.ed-abas__conteudo {
    padding: clamp(18px, 2.4vw, 30px);
    background: #fff;
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    box-shadow: var(--ed-shadow);
}
.ed-abas__resumo { font-size: 15px; color: var(--ed-mut); }

/* Lista de programas */
.ed-prog-lista { list-style: none; padding: 0; margin: 0; }
.ed-prog-lista li { padding: 0; margin: 0 0 8px; }
.ed-prog-lista li::before { display: none; }
.ed-prog-lista a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 18px;
    background: #fff;
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius-sm);
    color: inherit;
    text-decoration: none;
    transition: border-color .18s, transform .18s, box-shadow .18s;
}
.ed-prog-lista a:hover {
    border-color: var(--ed-pri);
    transform: translateX(3px);
    box-shadow: var(--ed-shadow);
    text-decoration: none;
}
.ed-prog-lista__ico {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--ed-soft-2);
    color: var(--ed-pri);
    flex-shrink: 0;
}
.ed-prog-lista a > span:nth-child(2) { flex: 1; min-width: 0; }
.ed-prog-lista strong { display: block; color: var(--ed-pri); font-size: 15px; }
.ed-prog-lista em { display: block; font-style: normal; font-size: 13.5px; color: var(--ed-mut); }
.ed-prog-lista a > i { color: var(--ed-acc); }


/* ==========================================================================
   11. LISTAS / REQUISITOS
   ========================================================================== */
.ed-lista__intro { margin-bottom: 18px; }
.ed-lista__rodape { margin-top: 18px; font-size: 14px; color: var(--ed-mut); }

.ed-lista { list-style: none; padding: 0; margin: 0; }
.ed-lista__item {
    display: flex;
    gap: 14px;
    padding: 0 0 14px;
    margin: 0 0 14px;
    border-bottom: 1px dashed var(--ed-line);
    line-height: 1.65;
}
.ed-lista__item:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.ed-lista__item::before { display: none; }
.ed-lista__item.is-destaque {
    background: var(--ed-soft-2);
    border: 1px solid #cfe2ea;
    border-radius: var(--ed-radius-sm);
    padding: 14px 16px;
}

.ed-lista__ico {
    flex: 0 0 26px;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    margin-top: 1px;
    border-radius: 50%;
    background: var(--ed-soft-2);
    color: var(--ed-pri);
    font-size: 11px;
}
.ed-lista--numerada .ed-lista__ico {
    background: var(--ed-pri);
    color: #fff;
    font: 700 12px/1 "Montserrat", sans-serif;
}
.ed-lista__txt { flex: 1; min-width: 0; }
.ed-lista__txt > :first-child { margin-top: 0; }
.ed-lista__txt > :last-child { margin-bottom: 0; }

.ed-lista--duas { columns: 2; column-gap: 42px; }
.ed-lista--duas .ed-lista__item { break-inside: avoid; }
@media (max-width: 767px) { .ed-lista--duas { columns: 1; } }

.ed-lista-cards > [class*="col-"] { margin-bottom: 18px; }
.ed-lista-card {
    width: 100%;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    box-shadow: var(--ed-shadow);
    font-size: 14.5px;
    line-height: 1.65;
}
.ed-lista-card.is-destaque { border-color: var(--ed-pri); background: linear-gradient(180deg, #fff, var(--ed-soft-2)); }
.ed-lista-card__ico {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 13px;
    border-radius: 10px;
    background: var(--ed-soft-2);
    color: var(--ed-pri);
}


/* ==========================================================================
   12. DOCUMENTOS
   ========================================================================== */
.ed-arqs > [class*="col-"] { margin-bottom: 16px; }

.ed-arq {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    box-shadow: var(--ed-shadow);
    color: inherit;
    text-decoration: none;
    transition: transform .18s, box-shadow .18s, border-color .18s;
}
.ed-arq:hover {
    transform: translateY(-2px);
    border-color: #bcd7e0;
    box-shadow: var(--ed-shadow-lg);
    color: inherit;
    text-decoration: none;
}
.ed-arq.is-principal {
    background: linear-gradient(120deg, var(--ed-dark), var(--ed-pri));
    border-color: transparent;
    color: #fff;
}
.ed-arq.is-principal .ed-arq__ico { background: rgba(255, 255, 255, .16); color: #fff; }
.ed-arq.is-principal em { color: rgba(255, 255, 255, .82); }
.ed-arq.is-principal .ed-arq__baixar { color: #fff; }

.ed-arq__ico {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--ed-soft-2);
    color: var(--ed-pri);
    font-size: 20px;
}
.ed-arq__txt { flex: 1; min-width: 0; }
.ed-arq__txt strong { display: block; font: 700 15px/1.35 "Montserrat", sans-serif; }
.ed-arq__txt em { display: block; font-style: normal; font-size: 13px; color: var(--ed-mut); margin-top: 3px; }
.ed-arq__baixar { flex-shrink: 0; color: var(--ed-acc); font-size: 16px; }

.ed-arq-lista { list-style: none; padding: 0; margin: 0; }
.ed-arq-lista li { padding: 0; margin: 0; border-bottom: 1px solid var(--ed-line); }
.ed-arq-lista li::before { display: none; }
.ed-arq-lista a {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px 4px;
    color: inherit;
    text-decoration: none;
}
.ed-arq-lista a:hover { color: var(--ed-pri); text-decoration: none; }
.ed-arq-lista a > i:first-child { color: var(--ed-pri); font-size: 17px; width: 22px; text-align: center; }
.ed-arq-lista a > span { flex: 1; min-width: 0; }
.ed-arq-lista strong { display: block; font-size: 15px; }
.ed-arq-lista em { display: block; font-style: normal; font-size: 13px; color: var(--ed-mut); }


/* ==========================================================================
   13. INFORMAÇÕES
   ========================================================================== */
.ed-infos > [class*="col-"] { margin-bottom: 18px; }

.ed-info {
    position: relative;
    width: 100%;
    padding: 22px;
    background: #fff;
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    box-shadow: var(--ed-shadow);
}
.ed-info.is-destaque {
    border-color: var(--ed-pri);
    background: linear-gradient(180deg, #fff, var(--ed-soft-2));
}
.ed-info__ico {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 11px;
    background: var(--ed-soft-2);
    color: var(--ed-pri);
    font-size: 17px;
}
.ed-info__rotulo {
    margin: 0 0 8px;
    font: 700 12px/1.4 "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: var(--ed-mut);
}
.ed-info__valor { font-size: 15.5px; }
.ed-info__valor .ed-prosa p { line-height: 1.6; margin-bottom: 6px; }
.ed-info__valor .ed-prosa > :last-child { margin-bottom: 0; }
.ed-info__valor strong { color: var(--ed-pri); }

.ed-dl {
    background: #fff;
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    box-shadow: var(--ed-shadow);
    overflow: hidden;
}
.ed-dl__linha {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 24px;
    padding: 16px 22px;
    border-bottom: 1px solid var(--ed-line);
}
.ed-dl__linha:last-child { border-bottom: 0; }
.ed-dl__linha.is-destaque { background: var(--ed-soft-2); }
.ed-dl__rotulo {
    flex: 0 0 240px;
    display: flex;
    align-items: baseline;
    gap: 9px;
    font: 700 13.5px/1.5 "Montserrat", sans-serif;
    color: var(--ed-pri);
}
.ed-dl__ico { color: var(--ed-acc); }
.ed-dl__valor { flex: 1; min-width: 220px; font-size: 15px; }
.ed-dl__valor .ed-prosa p { margin-bottom: 5px; line-height: 1.6; }
.ed-dl__valor .ed-prosa > :last-child { margin-bottom: 0; }

@media (max-width: 767px) {
    .ed-dl__rotulo { flex: 0 0 100%; }
}

.ed-copiar {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 9px;
    padding: 5px 12px;
    background: var(--ed-soft);
    border: 1px solid var(--ed-line);
    border-radius: 20px;
    font: 600 12px/1.3 "Montserrat", sans-serif;
    color: var(--ed-pri);
    cursor: pointer;
    transition: all .16s;
}
.ed-copiar:hover { background: var(--ed-pri); border-color: var(--ed-pri); color: #fff; }
.ed-copiar.is-ok { background: #e6f6ee; border-color: #bfe6d3; color: #16794c; }


/* ==========================================================================
   14. CRONOGRAMA
   ========================================================================== */
.ed-tl {
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0;
    position: relative;
}
.ed-tl::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 6px;
    bottom: 6px;
    width: 2px;
    background: linear-gradient(var(--ed-line), var(--ed-soft-2));
}
.ed-tl__item {
    position: relative;
    padding: 0 0 24px;
    margin: 0;
    list-style: none;
}
.ed-tl__item::before { display: none; }
.ed-tl__item:last-child { padding-bottom: 0; }
.ed-tl__ponto {
    position: absolute;
    left: -30px;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--ed-line);
}
.ed-tl__item.is-concluido .ed-tl__ponto { background: #1c8a58; border-color: #bfe6d3; }
.ed-tl__item.is-atual .ed-tl__ponto {
    background: var(--ed-acc);
    border-color: rgba(0, 169, 185, .28);
    box-shadow: 0 0 0 4px rgba(0, 169, 185, .14);
}
.ed-tl__data {
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 10px;
    border-radius: 20px;
    background: var(--ed-soft-2);
    color: var(--ed-pri);
    font: 700 12px/1.4 "Montserrat", sans-serif;
    font-variant-numeric: tabular-nums;
}
.ed-tl__item.is-concluido .ed-tl__data { background: #eef8f2; color: #14603f; }
.ed-tl__titulo { margin: 4px 0 4px; font: 700 16px/1.35 "Montserrat", sans-serif; color: var(--ed-ink); }
.ed-tl__desc { margin: 0; font-size: 14.5px; line-height: 1.65; color: var(--ed-mut); }


/* ==========================================================================
   15. FORMULÁRIO
   ========================================================================== */
.ed-form {
    background: #fff;
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    box-shadow: var(--ed-shadow);
    padding: clamp(10px, 1.6vw, 20px);
    margin-top: 18px;
    overflow: hidden;
}
.ed-form__frame { width: 100%; min-width: 100%; border: 0; display: block; }
.ed-form--embed { padding: clamp(14px, 2vw, 26px); }


/* ==========================================================================
   16. ACCORDION (programas / FAQ)
   ========================================================================== */
.ed-acc {
    background: #fff;
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    box-shadow: var(--ed-shadow);
    overflow: hidden;
}
.ed-acc__item + .ed-acc__item { border-top: 1px solid var(--ed-line); }

.ed-acc__btn {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 18px 22px;
    background: none;
    border: 0;
    text-align: left;
    font: 700 15.5px/1.4 "Montserrat", sans-serif;
    color: var(--ed-pri);
    cursor: pointer;
    transition: background .16s;
}
.ed-acc__btn:hover { background: var(--ed-soft); }
.ed-acc__btn > span { flex: 1; min-width: 0; }
.ed-acc__btn > i:last-child { color: var(--ed-acc); font-size: 13px; transition: transform .22s ease; }
.ed-acc__btn:not(.collapsed) > i:last-child { transform: rotate(180deg); }
.ed-acc__btn:not(.collapsed) { background: var(--ed-soft-2); }
.ed-acc__ico {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 9px;
    background: var(--ed-soft-2);
    color: var(--ed-pri);
    font-size: 14px;
}
.ed-acc__btn:not(.collapsed) .ed-acc__ico { background: var(--ed-pri); color: #fff; }
.ed-acc__badge {
    font: 700 10.5px/1.4 "Montserrat", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .06em;
    background: rgba(0, 169, 185, .12);
    color: #067a86;
    padding: 3px 9px;
    border-radius: 20px;
    flex-shrink: 0;
}
.ed-acc__corpo { padding: 4px 22px 24px; }
.ed-acc__resumo { font-size: 15px; color: var(--ed-mut); }
.ed-acc--faq .ed-acc__btn { font-size: 15px; color: var(--ed-ink); }
.ed-acc--faq .ed-acc__btn:not(.collapsed) { color: var(--ed-pri); }


/* ==========================================================================
   17. CONTATO
   ========================================================================== */
.ed-contatos > [class*="col-"] { margin-bottom: 16px; }
.ed-contato {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    box-shadow: var(--ed-shadow);
    color: inherit;
    text-decoration: none;
    transition: transform .18s, border-color .18s, box-shadow .18s;
}
a.ed-contato:hover {
    transform: translateY(-2px);
    border-color: var(--ed-pri);
    box-shadow: var(--ed-shadow-lg);
    color: inherit;
    text-decoration: none;
}
.ed-contato__ico {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--ed-soft-2);
    color: var(--ed-pri);
    font-size: 18px;
}
.ed-contato__txt { min-width: 0; }
.ed-contato__txt em {
    display: block;
    font-style: normal;
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: var(--ed-mut);
    margin-bottom: 2px;
}
.ed-contato__txt strong {
    display: block;
    font: 700 15px/1.4 "Montserrat", sans-serif;
    color: var(--ed-pri);
    word-break: break-word;
}


/* ==========================================================================
   18. BARRA FIXA DE AÇÃO
   ========================================================================== */
.ed-cta-fixo {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid var(--ed-line);
    box-shadow: 0 -6px 24px rgba(16, 42, 58, .1);
    transform: translateY(105%);
    transition: transform .28s ease;
}
.ed-cta-fixo.is-visivel { transform: none; }
.ed-cta-fixo__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 11px 15px;
}
.ed-cta-fixo__txt { min-width: 0; }
.ed-cta-fixo__txt strong {
    display: block;
    font: 700 14px/1.3 "Montserrat", sans-serif;
    color: var(--ed-pri);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ed-cta-fixo__txt span { font-size: 12.5px; color: var(--ed-mut); }
.ed-cta-fixo .ed-btn { flex-shrink: 0; padding: 11px 22px; }

@media (max-width: 575px) {
    .ed-cta-fixo__txt span { display: none; }
    .ed-cta-fixo__txt strong { font-size: 13px; }
}


/* ==========================================================================
   19. ACESSIBILIDADE / IMPRESSÃO
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
    .ed *,
    .ed *::before,
    .ed *::after {
        animation-duration: .001ms !important;
        transition-duration: .001ms !important;
    }
    .ed-btn:hover,
    .ed-prog:hover,
    .ed-arq:hover { transform: none; }
}

@media print {
    .ed-indice,
    .ed-cta-fixo,
    .ed-contagem,
    .ed-prog__acao { display: none !important; }

    .ed-sec { padding: 12px 0 !important; break-inside: avoid; }
    .ed-prog-painel { display: block !important; box-shadow: none; }
    .ed-acc .collapse { display: block !important; height: auto !important; }
    .ed-fundo-marca,
    .ed-fundo-escuro { background: #fff !important; color: #000 !important; }
    .ed-arq,
    .ed-info,
    .ed-prog { box-shadow: none !important; }
}
