/* ===== INTRODUCERE =====
   Paletă neagră / roșu sânge — gravitate, avertisment. */

body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', Geneva, Verdana, sans-serif;
    background-color: #14110f;
    color: #f5e6d3;
    margin: 0;
    padding: 0;
}

header {
    background-color: #1a0d0a;
    color: #fdf6e3;
    padding: 30px 20px;
    text-align: center;
    border-bottom: 4px solid #d62828;
}

.inapoi {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: rgba(255,255,255,0.10);
    border-radius: 20px;
    color: #fdf6e3;
    text-decoration: none;
    font-weight: bold;
    margin-top: 14px;
    letter-spacing: 0.4px;
    transition: background 0.2s;
}

.inapoi:hover {
    background: rgba(247, 127, 0, 0.30);
}

main {
    max-width: 960px;
    margin: 40px auto;
    background-color: #211814;
    padding: 30px 25px;
    border-radius: 15px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
}

.continut {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.continut.imagine-dreapta { flex-direction: row; }
.continut.imagine-stanga  { flex-direction: row-reverse; }

.bloc-text {
    flex: 1;
    min-width: 260px;
}

.imagine-laterala {
    width: 300px;
    max-width: 100%;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.55);
    object-fit: cover;
}

.detalii {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detalii li {
    margin-bottom: 15px;
    font-size: 1.1rem;
    line-height: 1.7;
}

.detalii strong {
    color: #ffb347;
}

.detalii a {
    color: #f77f00;
    text-decoration: none;
    border-bottom: 1px dashed #d62828;
    transition: color 0.2s, border-color 0.2s;
}

.detalii a:hover {
    color: #ffd6a5;
    border-bottom-color: #ffd6a5;
}
