.page-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    display: none;
    cursor: progress;
}

.page-overlay.active {
    display: block;
}

/* centrage parfait */
.overlay-spinner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-cta-button {
    margin-bottom: 0.55rem;
}

.hero-reassurance {
    margin-top: 0;
    font-size: 0.76rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    opacity: 0.92;
}

.hero-reassurance span {
    display: inline-block;
    margin: 0 0.45rem;
}