*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Georgia, 'Times New Roman', serif; font-size: 15px; line-height: 1.75; color: #1a1a1a; background: #fafaf8; padding: 3rem 1.5rem; }
.page { max-width: 780px; margin: 0 auto; background: #fff; border: 1px solid #d8d4cc; padding: 4rem 5rem; }
h1 { font-size: 22px; font-weight: bold; letter-spacing: 0.02em; margin-bottom: 4px; }
.subtitle { font-size: 13px; color: #555; font-style: italic; margin-bottom: 0.5rem; }
.byline { font-size: 13px; color: #555; margin-bottom: 2rem; }
.bilingual-note { font-size: 12px; color: #777; border-left: 2px solid #ccc; padding-left: 0.75rem; margin-bottom: 2.5rem; font-style: italic; }
hr { border: none; border-top: 1px solid #ddd; margin: 2rem 0; }
.summary { background: #f5f4f0; border: 1px solid #ddd; padding: 1.25rem 1.5rem; margin-bottom: 2.5rem; }
.summary h2 { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: #888; margin-bottom: 1rem; font-family: Arial, sans-serif; }
.sum-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; }
.sum-col h3 { font-size: 12px; font-family: Arial, sans-serif; font-weight: bold; margin-bottom: 0.4rem; }
.sum-col.a h3 { color: #1a6e3e; }
.sum-col.c h3 { color: #7a4f00; }
.sum-col.p h3 { color: #8b1a1a; }
.sum-col ul { list-style: none; padding: 0; }
.sum-col ul li { font-size: 12px; color: #444; line-height: 1.5; padding: 1px 0; display: flex; gap: 4px; font-family: Arial, sans-serif; }
.sum-col ul li::before { flex-shrink: 0; }
.sum-col.a ul li::before { content: "✓"; color: #1a6e3e; }
.sum-col.c ul li::before { content: "◆"; color: #7a4f00; font-size: 9px; margin-top: 4px; }
.sum-col.p ul li::before { content: "✕"; color: #8b1a1a; }
section { margin-bottom: 2rem; }
.sec-title { font-family: Arial, sans-serif; font-size: 10.5px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.12em; color: #888; margin-bottom: 0.6rem; }
p { margin-bottom: 0.75rem; }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.5rem; margin-bottom: 0.75rem; }
li { margin-bottom: 0.2rem; }
.notice { border: 1px solid #bbb; background: #f8f8f6; padding: 1rem 1.25rem; font-family: 'Courier New', Courier, monospace; font-size: 12.5px; line-height: 1.65; color: #333; margin: 0.75rem 0; white-space: pre-wrap; }
strong { font-weight: bold; }
.uppercase { text-transform: uppercase; font-size: 14px; }
.footer { text-align: center; font-size: 12px; color: #999; margin-top: 3rem; font-family: Arial, sans-serif; }

/* Website Specific Styles */
#hero { text-align: center; margin-bottom: 3rem; padding: 2rem; background: #eeece7; border-radius: 8px; }
#hero h2 { margin-bottom: 1rem; color: #1a1a1a; }
#hero p { font-size: 1.1rem; max-width: 600px; margin: 0 auto; color: #444; }

.language-toggle { position: absolute; top: 1rem; right: 1rem; display: flex; gap: 0.5rem; }
.lang-btn { background: #fff; border: 1px solid #ddd; padding: 0.4rem 0.8rem; cursor: pointer; border-radius: 4px; font-size: 1.2rem; transition: background 0.2s; }
.lang-btn:hover { background: #f0f0f0; }
.lang-btn.active { border-color: #1a6e3e; background: #e8f5e9; }

.focus-condition { margin-top: 1.5rem; border-top: 1px solid #ddd; padding-top: 1rem; }
.focus-condition h4 { font-size: 11px; text-transform: uppercase; color: #777; margin-bottom: 0.5rem; }
.copy-btn { background: #eee; border: 1px solid #ccc; padding: 0.3rem 0.6rem; cursor: pointer; color: #1a6e3e; display: flex; align-items: center; gap: 0.4rem; font-weight: bold; font-size: 11px; border-radius: 3px; margin-top: 0.5rem; }
.copy-btn:hover { background: #e5e5e5; }

.download-section { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; margin: 2rem 0; }
.dl-item { display: flex; flex-direction: column; align-items: center; gap: 0.4rem; }
.download-btn { text-decoration: none; background: #1a1a1a; color: #fff; padding: 0.6rem 1.2rem; border-radius: 4px; font-family: Arial, sans-serif; font-size: 14px; display: flex; align-items: center; gap: 0.5rem; transition: opacity 0.2s; }
.download-btn:hover { opacity: 0.8; }
.raw-link { font-size: 11px; color: #777; text-decoration: underline; cursor: pointer; font-family: Arial, sans-serif; }

#viewer { margin-top: 3rem; border-top: 2px solid #ddd; padding-top: 2rem; }

[data-lang-content] { display: none; }
body.lang-fr [data-lang-content="fr"] { display: block; }
body.lang-en [data-lang-content="en"] { display: block; }

@media print {
  body { background: white; padding: 0; }
  .page { border: none; padding: 2rem; max-width: 100%; }
  .language-toggle, .download-section, #hero, .copy-btn { display: none; }
}
