/* 15-page-header.css — lignes 972-990 de l'ancien style.css unique, contenu inchangé */

/* ===========================
   PAGE HEADER
=========================== */
.page-header{
    margin-bottom:var(--space-8);
}

.page-header h1{
    font-size:32px;
    margin-bottom:var(--space-2);
    display:flex;
    align-items:center;
    gap:var(--space-4);
}

.page-header p{
    color:var(--text-light);
    font-size:16px;
}
