.fac-page-container {
    max-width: 950px;
    margin: 40px auto;
    background: #2c112cd9;
    border-radius: 18px;
    box-shadow: 0 4px 32px #390d338c;
    padding: 2.6em 2.1em;
}

.fac-title {
    color: #fc2d2d;
    font-family: 'Orbitron', sans-serif;
    font-size: 2.7rem;
    margin-bottom: 1.2em;
    letter-spacing: 2.6px;
    text-align: center;
    text-shadow: 0 0 16px #440916, 0 2px 4px #a3173080;
}

/* Bloco flexível igual Aeldari */
.chaos-block {
    display: flex;
    gap: 32px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2.6em;
    flex-wrap: wrap;
}
.chaos-block.solo {
    flex-direction: row-reverse;
    align-items: center;
}

/* Imagem centralizada e proporcional dentro do bloco */
.chaos-img-original {
    display: block;
    border-radius: 16px;
    box-shadow: 0 6px 32px #7c143199;
    background: #140712;
    margin-bottom: 0;
    max-width: 300px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Texto organizado ao lado da imagem */
.chaos-block > div {
    flex: 1;
    min-width: 220px;
}

.chaos-block h2 {
    margin-top: 0;
    color: #d12466;
    font-size: 1.25rem;
    margin-bottom: .8em;
}
.chaos-block p, .chaos-block ul {
    color: #f3cdcd;
    font-size: 1.1em;
    line-height: 1.6;
}
.chaos-block ul {
    color: #f94d89;
    margin-left: 1.2em;
    margin-bottom: 0.6em;
    font-size: 1.04em;
}

.back-link {
    display: inline-block;
    margin-top: 28px;
    margin-bottom: 4px;
    color: #fff;
    background: #fc2d2d;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    padding: 10px 30px;
    box-shadow: 0 1px 10px #a3173038;
    transition: background .14s;
}
.back-link:hover { background: #7e081e; }

@media (max-width: 700px) {
    .chaos-block, .chaos-block.solo {
        flex-direction: column !important;
        gap: 10px;
        align-items: stretch;
    }
    .fac-page-container { padding: 1.1em 2vw; }
    .fac-title { font-size: 1.2rem; }
    .chaos-img-original { max-width: 98vw !important; }
}
