.producoes-hero {
    background: #f3f6fb;
    border-bottom: 1px solid #d9e2f3;
    padding: 3rem 0;
}

.producoes-hero h1 {
    color: var(--azulSeduc);
    font-size: 3rem;
    font-weight: 700;
}

.producoes-hero p {
    max-width: 900px;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.producao-card {
    border: 1px solid #d9e2f3;
    border-radius: 8px;
    overflow: hidden;
}

.producao-capa-wrap {
    background: #eef3fb;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.producao-capa {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.producao-capa-placeholder {
    width: 100%;
    height: 100%;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef3fb;
    color: var(--azulSeduc);
    font-size: 4rem;
}

.producao-titulo {
    color: var(--azulSeduc);
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 700;
}

.producao-autores {
    color: #4c5b70;
    font-size: 0.95rem;
}

.producao-descricao {
    color: #263241;
    line-height: 1.5;
}

.producao-detalhe-capa {
    background: #eef3fb;
    border: 1px solid #d9e2f3;
    border-radius: 8px;
    height: 520px;
    max-height: 72vh;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.producao-detalhe-capa img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.producao-detalhe-titulo {
    color: var(--azulSeduc);
    font-size: 2.5rem;
    line-height: 1.15;
    font-weight: 700;
}

.producao-detalhe-descricao {
    color: #263241;
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: justify;
}

@media (max-width: 768px) {
    .producoes-hero h1,
    .producao-detalhe-titulo {
        font-size: 2rem;
    }
}
