/* Kalisecu — pages légales (mentions-legales, cgv, politique-rgpd, politique-securite) */

body {
  background: #F8F6F0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #1A1A1A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01", "cv11";
  margin: 0;
}

a { color: inherit; text-decoration: none; }

.legal-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 28px 32px 96px;
}

.legal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 28px;
  border-bottom: 1px solid #E8E2D2;
  margin-bottom: 64px;
}

.legal-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #0F2A47;
}

.legal-logo-mark {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: #0F2A47;
  color: #FBF9F3;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 600; letter-spacing: -0.02em;
  position: relative;
}
.legal-logo-mark::after {
  content: '';
  position: absolute; inset: 3px;
  border-radius: 6px;
  border: 1px solid rgba(212, 162, 76, 0.4);
  pointer-events: none;
}

.legal-back {
  font-size: 14px;
  color: #4A5568;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.15s ease;
}
.legal-back:hover { color: #0F2A47; }

.legal-eyebrow {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6B7280;
  margin: 0 0 14px;
}

.legal-h1 {
  font-size: 52px;
  font-weight: 600;
  color: #0F2A47;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 20px;
}

.legal-lead {
  font-size: 18px;
  color: #4A5568;
  line-height: 1.6;
  max-width: 640px;
  margin: 0;
}

.legal-section {
  padding-top: 64px;
}
.legal-num {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #D4A24C;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
.legal-h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0F2A47;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0 0 22px;
}

.legal-body {
  font-size: 16px;
  color: #2A2A2A;
  line-height: 1.7;
}
.legal-body p { margin: 0 0 16px; }
.legal-body strong { color: #0F2A47; font-weight: 600; }
.legal-body a {
  color: #0F2A47;
  text-decoration: underline;
  text-decoration-color: #D4A24C;
  text-underline-offset: 3px;
}
.legal-body a:hover { text-decoration-color: #0F2A47; }

.legal-kv-block { border-top: 1px solid #E8E2D2; margin: 8px 0 18px; }
.legal-kv {
  padding: 14px 0;
  border-bottom: 1px solid #E8E2D2;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: baseline;
}
.legal-kv-k {
  font-size: 11px;
  color: #6B7280;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}
.legal-kv-v { font-size: 15px; color: #1A1A1A; line-height: 1.5; }

.legal-h3 {
  font-size: 17px;
  font-weight: 600;
  color: #0F2A47;
  margin: 28px 0 10px;
}

.legal-list { padding-left: 22px; margin: 0 0 16px; }
.legal-list li { margin-bottom: 10px; }

.legal-callout {
  background: #FBF9F3;
  border: 1px solid #E8E2D2;
  border-radius: 12px;
  padding: 20px 24px;
  margin: 24px 0;
  font-size: 15px;
}

.legal-update {
  margin-top: 64px;
  padding-top: 22px;
  border-top: 1px solid #E8E2D2;
  font-size: 13px;
  color: #6B7280;
  letter-spacing: 0.04em;
}

.legal-foot {
  margin-top: 80px;
  padding-top: 28px;
  border-top: 1px solid #E8E2D2;
  font-size: 13px;
  color: #6B7280;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.legal-foot a { color: #0F2A47; font-weight: 500; }

@media (max-width: 640px) {
  .legal-h1 { font-size: 36px; }
  .legal-h2 { font-size: 22px; }
  .legal-kv { grid-template-columns: 1fr; gap: 4px; }
  .legal-page { padding: 20px 20px 64px; }
}
