/* ============================================
   PAPER 5 — Repeating paper texture (full)
============================================ */

.ulse-paper5 {
    position: relative;
    margin: 40px auto;
    max-width: 1100px;
    padding: 48px 56px;
    font-family: Georgia, serif;
    line-height: 1.85;
    color: #e8e8e8;
    background-image: url('../img/paper5.webp');
    background-repeat: repeat;
    background-position: top left;
    background-size: auto;
    border-radius: 10px;
    box-shadow: 0 18px 30px rgba(0,0,0,0.08);
}

.ulse-paper5 article {
    position: relative;
    z-index: 1;
}

.ulse-paper5 h1,
.ulse-paper5 h2,
.ulse-paper5 h3 {
    color: #ffffff;
    margin: 0 0 16px 0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.ulse-paper5 p {
    margin: 0 0 18px 0;
    font-size: 19px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.ulse-paper5 a {
    color: #d6d6d6;
    text-decoration: underline;
}

@media (max-width: 640px) {
    .ulse-paper5 {
        padding: 36px 28px;
    }
}
