/* Shared styles for Kaaraange Kids legal pages (confidentialité, mentions, CGV) */
@font-face { font-family: 'Chewy'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/chewy-400.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('fonts/montserrat.woff2') format('woff2'); }
:root {
  --white: #FFFFFF;
  --pale: #c8f5fa;
  --pale-soft: #E8F8FB;
  --mid: #78c7d6;
  --teal: #0096b1;
  --teal-deep: #007288;
  --navy: #15445d;
  --navy-soft: #1F4D66;
  --mute: #5F7B89;
  --rule: rgba(21, 68, 93, 0.10);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', system-ui, sans-serif; background: var(--white); color: var(--navy-soft); line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: var(--teal-deep); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { max-width: 780px; margin: 0 auto; padding: 0 24px; }

/* Top bar */
nav { border-bottom: 1px solid var(--rule); position: sticky; top: 0; background: rgba(255,255,255,0.88); backdrop-filter: blur(16px); z-index: 10; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.nav-inner img { height: 44px; width: auto; display: block; }
.back { font-size: 14px; font-weight: 600; color: var(--navy); display: inline-flex; align-items: center; gap: 7px; }
.back:hover { color: var(--teal); text-decoration: none; }

/* Hero */
header.doc { background: linear-gradient(180deg, var(--pale-soft), var(--white)); padding: 64px 0 40px; border-bottom: 1px solid var(--rule); position: relative; overflow: hidden; }
header.doc::after { content: ''; position: absolute; top: -80px; right: -80px; width: 240px; height: 240px; border-radius: 50%; background: var(--pale); opacity: 0.6; z-index: 0; }
header.doc .wrap { position: relative; z-index: 1; }
.eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--teal-deep); background: var(--pale); padding: 6px 14px; border-radius: 999px; margin-bottom: 22px; }
h1 { font-family: 'Chewy', cursive; font-weight: 400; font-size: clamp(40px, 6vw, 64px); line-height: 1.02; letter-spacing: -1.5px; color: var(--navy); }
.updated { margin-top: 16px; font-size: 14px; color: var(--mute); font-weight: 500; }
.intro { margin-top: 20px; font-size: 17px; color: var(--navy-soft); max-width: 640px; }

/* Body */
main { padding: 48px 0 96px; }
.toc { background: var(--pale-soft); border: 1px solid var(--rule); border-radius: 18px; padding: 24px 28px; margin-bottom: 48px; }
.toc h2 { font-family: 'Montserrat'; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--mute); font-weight: 700; margin-bottom: 14px; }
.toc ol { margin: 0; padding-left: 18px; columns: 2; column-gap: 32px; }
@media (max-width: 560px) { .toc ol { columns: 1; } }
.toc li { font-size: 14px; margin-bottom: 8px; font-weight: 500; }
section.block { margin-bottom: 44px; scroll-margin-top: 90px; }
section.block h2 { font-family: 'Chewy', cursive; font-weight: 400; font-size: 28px; letter-spacing: -0.5px; color: var(--navy); margin-bottom: 6px; display: flex; align-items: baseline; gap: 12px; }
section.block h2 .num { font-family: 'Montserrat'; font-size: 14px; font-weight: 700; color: var(--teal); flex-shrink: 0; }
section.block h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin: 22px 0 6px; }
section.block p { margin-top: 12px; font-size: 15.5px; }
section.block ul { margin: 12px 0 0 0; padding-left: 0; list-style: none; }
section.block ul li { font-size: 15.5px; padding-left: 26px; position: relative; margin-bottom: 9px; }
section.block ul li::before { content: ''; position: absolute; left: 4px; top: 11px; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.callout { background: var(--navy); color: var(--white); border-radius: 20px; padding: 28px 30px; margin: 8px 0 4px; }
.callout h2 { color: var(--white); }
.callout h2 .num { color: var(--mid); }
.callout p { color: rgba(255,255,255,0.85); }
.callout ul li { color: rgba(255,255,255,0.9); }
.callout ul li::before { background: var(--mid); }
.callout a { color: var(--mid); }
strong { color: var(--navy); font-weight: 700; }
.callout strong { color: var(--white); }
.placeholder { background: rgba(0,150,177,0.10); border-radius: 5px; padding: 1px 7px; font-weight: 600; color: var(--teal-deep); font-size: 13px; }

/* Footer */
footer { background: var(--navy); color: rgba(255,255,255,0.7); padding: 40px 0; font-size: 13px; }
footer .wrap { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; }
footer a { color: rgba(255,255,255,0.85); }
footer img { height: 40px; width: auto; }
