@import 'tokens.css';

/* ═══════════════════════════════════════════════════
   MENTIONS-LEGALES.CSS — Mika Rénovation
   ═══════════════════════════════════════════════════ */

.ml-page {
   font-family: var(--font-sans);
   max-width: 780px;
   margin: 0 auto;
   padding: 2rem 1.5rem;
   color: var(--ink);
}

.ml-header {
   border-bottom: 2px solid var(--rust);
   padding-bottom: 1.5rem;
   margin-bottom: 2.5rem;
}

.ml-company {
   font-size: 11px;
   font-weight: 500;
   letter-spacing: 3px;
   text-transform: uppercase;
   color: var(--rust);
   margin-bottom: 8px;
}

.ml-title {
   font-family: var(--font-serif);
   font-size: 36px;
   font-weight: 300;
   margin: 0 0 4px;
   line-height: 1.15;
   color: var(--ink);
   letter-spacing: -0.5px;
}

.ml-date {
   font-size: 12px;
   color: var(--slate-sea);
   margin-top: 10px;
}

.ml-section {
   margin-bottom: 2rem;
   padding-bottom: 2rem;
   border-bottom: 1px solid var(--rule);
}

.ml-section:last-child {
   border-bottom: none;
}

.ml-section-num {
   display: inline-block;
   font-size: 11px;
   font-weight: 500;
   letter-spacing: 0.08em;
   text-transform: uppercase;
   color: var(--salt);
   background: var(--rust);
   padding: 2px 8px;
   border-radius: 4px;
   margin-bottom: 10px;
}

.ml-section-title {
   font-family: var(--font-serif);
   font-size: 20px;
   font-weight: 400;
   color: var(--deep);
   margin: 0 0 14px;
   line-height: 1.3;
}

.ml-row {
   display: flex;
   gap: 8px;
   margin-bottom: 7px;
   font-size: 14px;
   line-height: 1.6;
}

.ml-label {
   color: var(--elec);
   font-weight: 500;
   min-width: 200px;
   flex-shrink: 0;
}

.ml-value {
   color: var(--ink);
}

.ml-note {
   font-size: 13px;
   color: var(--granite);
   line-height: 1.7;
   margin-top: 10px;
   padding: 12px 16px;
   border-left: 3px solid var(--rust);
   background: var(--rust-xlt);
   border-radius: 0 6px 6px 0;
}

.ml-note a {
   color: var(--rust);
   text-decoration: none;
}

.ml-badge {
   display: inline-block;
   font-size: 11px;
   font-weight: 500;
   padding: 2px 8px;
   border-radius: 4px;
   background: var(--elec-bg);
   color: var(--elec);
   margin-left: 8px;
   vertical-align: middle;
}
