.apresentacao-hero {
    min-height: min(620px, 82vh);
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(5, 14, 31, 0.56), rgba(3, 10, 24, 0.9));
    border-bottom: 1px solid rgba(191, 158, 96, 0.55);
    position: relative;
    overflow: hidden;
}

.apresentacao-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../../imagens/Salvador A e D.png') center/cover no-repeat;
    opacity: 0;
    transform: scale(1.04);
    filter: brightness(0.48) saturate(1.02) contrast(1.05);
    transition: opacity 0.75s ease, transform 1.2s ease;
    z-index: 0;
}

.apresentacao-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 16, 36, 0.76) 0%, rgba(6, 16, 36, 0.56) 55%, rgba(6, 16, 36, 0.3) 100%);
    z-index: 0;
    pointer-events: none;
}

.apresentacao-hero.ativo::before {
    opacity: 1;
    transform: scale(1);
}

.apresentacao-hero-conteudo {
    padding: 28px 24px 34px;
    color: #f4f7ff;
    max-width: 860px;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(20px);
    filter: blur(2px);
    transition: opacity 0.7s ease, transform 0.7s ease, filter 0.7s ease;
    border: 1px solid rgba(221, 233, 255, 0.22);
    border-radius: 14px;
    background: rgba(5, 14, 32, 0.5);
    backdrop-filter: blur(2px);
    box-shadow: 0 14px 32px rgba(2, 8, 20, 0.4);
}

.apresentacao-hero.mostrar-texto .apresentacao-hero-conteudo {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.apresentacao-selo {
    margin: 0 0 10px;
    display: inline-block;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(13, 36, 74, 0.7);
    border: 1px solid rgba(228, 198, 141, 0.74);
    color: #f4d49c;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.apresentacao-hero h1 {
    margin: 0 0 14px;
    font-size: clamp(1.45rem, 3.4vw, 2.4rem);
    line-height: 1.15;
    color: #ffffff;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.3),
        0 6px 20px rgba(0, 0, 0, 0.68);
}

.apresentacao-hero p {
    margin: 0 0 12px;
    max-width: 820px;
    color: #f3f7ff;
    font-size: 1.06rem;
    line-height: 1.72;
    text-align: justify;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.16),
        0 4px 14px rgba(0, 0, 0, 0.66);
}

.apresentacao-base {
    margin-top: 28px;
    margin-bottom: 22px;
}

.bloco-institucional {
    background: #ffffff;
    border: 1px solid #d6deee;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 8px 18px rgba(12, 35, 74, 0.08);
}

.bloco-institucional h2 {
    margin: 0 0 10px;
    color: #123467;
    font-size: clamp(1.18rem, 2vw, 1.6rem);
}

.bloco-institucional p {
    margin: 0;
    color: #2f405d;
    line-height: 1.65;
    font-size: 0.99rem;
}

.editorias-destaque {
    margin: 10px auto 28px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.bloco-editoria {
    position: relative;
    min-height: 180px;
    padding: 20px 20px 18px;
    border-radius: 12px;
    border: 1px solid rgba(212, 227, 248, 0.55);
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 10px 22px rgba(12, 35, 74, 0.12);
}

.bloco-editoria::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../../imagens/Salvador A e D.png') center/cover no-repeat;
    transform: scale(1.05);
    filter: brightness(0.52) saturate(1.05);
    z-index: -2;
}

.bloco-editoria::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
}

.bloco-editoria h3 {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f8fbff;
    font-size: clamp(1.1rem, 1.9vw, 1.36rem);
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.52);
}

.bloco-editoria h3 i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.34);
    font-size: 0.84rem;
}

.bloco-editoria p {
    margin: 0;
    color: #f2f7ff;
    font-size: 1rem;
    line-height: 1.66;
    text-align: justify;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.54);
}

.bloco-editoria-noticias::after {
    background: linear-gradient(135deg, rgba(11, 45, 88, 0.88), rgba(27, 84, 150, 0.72));
}

.bloco-editoria-bahia::after {
    background: linear-gradient(135deg, rgba(84, 44, 11, 0.86), rgba(151, 93, 40, 0.7));
}

.bloco-editoria-mundo::after {
    background: linear-gradient(135deg, rgba(15, 57, 95, 0.9), rgba(28, 114, 163, 0.72));
}

.bloco-editoria-politica::after {
    background: linear-gradient(135deg, rgba(39, 50, 90, 0.9), rgba(82, 103, 156, 0.72));
}

.bloco-editoria-videos::after {
    background: linear-gradient(135deg, rgba(71, 18, 66, 0.9), rgba(124, 44, 102, 0.74));
}

.bloco-editoria-voce::after {
    background: linear-gradient(135deg, rgba(13, 64, 78, 0.9), rgba(39, 128, 136, 0.72));
}

.bloco-editoria-policia::after {
    background: linear-gradient(135deg, rgba(16, 33, 68, 0.92), rgba(36, 75, 131, 0.76));
}

.bloco-editoria-ciencia::after {
    background: linear-gradient(135deg, rgba(24, 57, 95, 0.9), rgba(31, 123, 153, 0.72));
}

.bloco-editoria-variedades::after {
    background: linear-gradient(135deg, rgba(72, 42, 96, 0.9), rgba(126, 80, 156, 0.72));
}

.modal-propaganda {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 20% 15%, rgba(255, 212, 128, 0.22), transparent 45%),
        radial-gradient(circle at 80% 85%, rgba(114, 172, 255, 0.2), transparent 48%),
        rgba(4, 10, 24, 0.84);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 14px;
}

.modal-propaganda.ativo {
    display: flex;
}

.modal-conteudo {
    width: min(1140px, 96vw);
    color: #f5f8ff;
    border-radius: 0;
    padding: 0;
    position: relative;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

.palco-midia {
    position: relative;
    padding-top: 32px;
}

.halo-foco {
    position: absolute;
    inset: 28px -10px -10px -10px;
    border-radius: 22px;
    border: 1px solid rgba(245, 219, 159, 0.6);
    box-shadow:
        0 0 22px rgba(243, 211, 142, 0.45),
        0 0 54px rgba(143, 185, 255, 0.35);
    animation: pulsoFoco 2.2s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.chamada-direciona {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(8, 25, 56, 0.86);
    border: 1px solid rgba(247, 217, 152, 0.75);
    border-radius: 999px;
    padding: 8px 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    z-index: 4;
}

.chamada-selo {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ffd88f;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.chamada-texto {
    color: #eef3ff;
    font-size: 0.8rem;
    font-weight: 700;
}

.chamada-seta {
    color: #ffdf9f;
    font-size: 0.9rem;
    animation: setaDireciona 1.25s ease-in-out infinite;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.modal-midia {
    position: relative;
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
    isolation: isolate;
}

@keyframes pulsoFoco {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.95;
    }

    50% {
        transform: scale(1.01);
        opacity: 0.65;
    }
}

@keyframes setaDireciona {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(3px);
    }
}

.modal-imagem {
    width: 100%;
    max-height: min(88vh, 1020px);
    display: block;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.faixas-luz {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 3;
}

.faixa-luz {
    position: absolute;
    top: -42%;
    left: -65%;
    width: 58%;
    height: 220%;
    transform: rotate(12deg);
    background: linear-gradient(
        90deg,
        rgba(255, 248, 220, 0) 0%,
        rgba(255, 246, 214, 0.28) 35%,
        rgba(255, 251, 235, 0.98) 50%,
        rgba(255, 246, 214, 0.28) 65%,
        rgba(255, 248, 220, 0) 100%
    );
    mix-blend-mode: screen;
    filter: blur(0.5px) saturate(1.25) brightness(1.35);
    opacity: 0;
}

.faixa-luz-2 {
    width: 44%;
    transform: rotate(16deg);
    filter: blur(1px) saturate(1.35) brightness(1.4);
}

.faixa-luz-3 {
    width: 50%;
    transform: rotate(9deg);
    filter: blur(1.4px) saturate(1.3) brightness(1.42);
}

.modal-fechar {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(6, 21, 49, 0.86);
    border: 1px solid rgba(236, 210, 157, 0.75);
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: transform 0.15s ease, background 0.2s ease;
}

.modal-fechar:hover {
    background: rgba(9, 30, 68, 0.96);
    transform: scale(1.06);
}

@media (max-width: 780px) {
    .apresentacao-hero {
        min-height: min(560px, 76vh);
        align-items: flex-end;
    }

    .apresentacao-hero-conteudo {
        padding: 18px 14px 22px;
        border-radius: 10px;
    }

    .apresentacao-hero p {
        font-size: 0.96rem;
        line-height: 1.6;
    }

    .apresentacao-base {
        margin-top: 18px;
    }

    .bloco-institucional {
        padding: 16px;
    }

    .editorias-destaque {
        gap: 12px;
        margin-bottom: 18px;
    }

    .bloco-editoria {
        min-height: 160px;
        padding: 16px 14px;
    }

    .bloco-editoria h3 {
        font-size: 1.04rem;
        margin-bottom: 8px;
    }

    .bloco-editoria p {
        font-size: 0.92rem;
        line-height: 1.56;
    }

    .modal-conteudo {
        width: min(95vw, 640px);
    }

    .palco-midia {
        padding-top: 26px;
    }

    .halo-foco {
        inset: 22px -6px -6px -6px;
        border-radius: 14px;
    }

    .chamada-direciona {
        width: min(96%, 520px);
        top: -2px;
        gap: 8px;
        padding: 7px 10px;
    }

    .chamada-texto {
        font-size: 0.72rem;
    }

    .modal-midia {
        border-radius: 12px;
    }

    .modal-imagem {
        max-height: min(76vh, 760px);
    }

    .modal-fechar {
        top: -9px;
        right: -9px;
        width: 34px;
        height: 34px;
        font-size: 1.35rem;
    }
}
