/* Conditions Generales d'Utilisation (SA-UX-C4) - page publique. Charte NOKASH (#16489f). */
.terms-page {
    max-width: 860px;
    margin: 0 auto;
    padding: 32px 20px 64px;
}

.terms-card {
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(22, 72, 159, 0.06);
    overflow: hidden;
}

.terms-head {
    padding: 28px 32px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: linear-gradient(135deg, rgba(22, 72, 159, 0.05) 0%, transparent 100%);
}

.terms-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #16489f;
    text-decoration: none;
    margin-bottom: 14px;
}
.terms-back:hover { text-decoration: underline; }

.terms-head h1 {
    font-size: 24px;
    font-weight: 700;
    color: #21194a;
    margin: 0 0 6px;
}

.terms-meta {
    font-size: 13px;
    color: #7a7f8a;
    margin: 0;
}

.terms-body {
    padding: 24px 32px 32px;
    color: #33384a;
    font-size: 15px;
    line-height: 1.65;
}

.terms-intro {
    background: #f8f9fc;
    border-left: 3px solid #16489f;
    border-radius: 8px;
    padding: 14px 16px;
    margin: 0 0 24px;
    color: #3a3f52;
}

.terms-body h2 {
    font-size: 17px;
    font-weight: 700;
    color: #16489f;
    margin: 26px 0 8px;
}

.terms-body p { margin: 0 0 12px; }

.terms-body a {
    color: #16489f;
    font-weight: 600;
    text-decoration: none;
}
.terms-body a:hover { text-decoration: underline; }

@media (max-width: 600px) {
    .terms-head { padding: 22px 20px 16px; }
    .terms-body { padding: 20px 20px 24px; }
    .terms-head h1 { font-size: 21px; }
}
