/* CR2CM by Liha — feuille de style du site public (charte du 16/09/2026). */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/inter-latin-400.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/inter-latin-500.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/inter-latin-600.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/inter-latin-700.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/inter-latin-ext-400.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/inter-latin-ext-600.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  --font-sans: "Inter", "Helvetica Neue", Arial, sans-serif;
  --bg: #FFFFFF;
  --surface: #F5F7FA;
  --surface-2: #EEF2F7;
  --ink: #111827;
  --text: #111827;
  --text-muted: #4B5563;
  --text-light: #6B7280;
  --border: #E3E7EE;
  --border-strong: #BFC2C7;
  --accent: #1F6FEB;
  --accent-hover: #1A5FD0;
  --accent-soft: rgba(31, 111, 235, 0.08);
  --accent-line: rgba(31, 111, 235, 0.25);
  --dark: #111827;
  --danger: #DC2626;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 999px;
  --shadow-card: 0 12px 40px rgba(17, 24, 39, 0.08);
  --container: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p a, li a, .prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
p a:hover, li a:hover, .prose a:hover { color: var(--accent-hover); }
h1, h2, h3, h4, p, ul, ol, dl { margin: 0; }
h1 { font-size: clamp(34px, 4.2vw, 52px); line-height: 1.08; font-weight: 700; letter-spacing: -0.022em; text-wrap: pretty; }
h2 { font-size: clamp(28px, 3vw, 34px); line-height: 1.15; font-weight: 700; letter-spacing: -0.018em; text-wrap: pretty; }
h3 { font-size: 20px; line-height: 1.3; font-weight: 600; letter-spacing: -0.01em; }
.muted { color: var(--text-muted); }
.small { font-size: 14px; line-height: 1.5; }
.lead { font-size: 19px; }
.kicker { font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-light); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
.skip-link { position: absolute; left: -9999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 100; }
.skip-link:focus { left: 8px; }

.container { width: min(var(--container), 100% - 40px); margin: 0 auto; }
.section { padding: clamp(56px, 7vw, 88px) 0; }
.section-alt { background: var(--surface); }
.section-dark { background: var(--dark); color: #fff; }
.stack { display: flex; flex-direction: column; gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); }
.card-pad { padding: 32px; }

/* Boutons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 48px; padding: 0 22px; border-radius: var(--radius-pill); font: inherit; font-weight: 600; font-size: 16px; line-height: 1; white-space: nowrap; border: 1px solid transparent; cursor: pointer; transition: background .15s, border-color .15s, color .15s; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-hover); color: #fff; }
.btn-secondary { background: #fff; color: var(--ink); border-color: var(--border-strong); }
.btn-secondary:hover { border-color: var(--ink); }
.btn-sm { height: 40px; padding: 0 18px; font-size: 15px; }
.btn-block { width: 100%; }
.btn-square { border-radius: var(--radius-md); }

/* En-tête */
.site-header { border-bottom: 1px solid var(--border); background: #fff; }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 76px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.brand-mark { width: 32px; height: 32px; }
.brand-name { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; line-height: 1; }
.brand-by { font-size: 13px; color: var(--text-light); margin-top: 4px; white-space: nowrap; }
.brand { flex: none; }
.btn-label-short { display: none; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 15px; font-weight: 500; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--accent); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-actions .link-muted { font-size: 15px; font-weight: 500; color: var(--text-muted); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--ink); }

/* Pied de page */
.site-footer { border-top: 1px solid var(--border); padding: 40px 0; }
.site-footer .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 28px; font-size: 14px; color: var(--text-muted); }
.footer-links a:hover { color: var(--accent); }

/* Hero */
.hero { padding: clamp(40px, 6vw, 80px) 0 clamp(48px, 6vw, 88px); }
.hero .grid-2 { align-items: center; }
.hero-copy { display: flex; flex-direction: column; gap: 28px; }
.hero-copy .lead { max-width: 540px; }
.reassurance { display: flex; flex-wrap: wrap; gap: 14px 28px; }
.reassurance li { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--text-muted); list-style: none; }
.reassurance svg { color: var(--accent); flex: none; }
.reassurance { padding: 0; margin: 0; }

/* Formulaire du hero */
.try-form { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 8px; display: flex; flex-direction: column; gap: 8px; }
.try-tabs { display: flex; gap: 4px; padding: 4px; }
.try-tab { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px; border-radius: var(--radius-pill); font: inherit; font-weight: 500; font-size: 15px; color: var(--text-muted); background: none; border: 0; cursor: pointer; }
.try-tab[aria-selected="true"] { background: var(--accent-soft); color: var(--accent-hover); font-weight: 600; }
.try-row { display: flex; gap: 8px; padding: 0 4px 4px; }
.try-row input { flex: 1; min-width: 0; height: 52px; border: 1px solid var(--border-strong); border-radius: var(--radius-md); padding: 0 16px; font: inherit; font-size: 16px; color: var(--ink); }
.try-row input::placeholder { color: var(--text-light); }
.try-row input:focus { border-color: var(--accent); outline: 3px solid var(--accent-line); outline-offset: 0; }
.try-row .btn { height: 52px; border-radius: var(--radius-md); }
.try-audio { display: none; padding: 4px 8px 8px; font-size: 14px; color: var(--text-muted); }
.try-form[data-mode="upload"] .try-audio { display: flex; flex-direction: column; gap: 10px; }
.try-form[data-mode="upload"] .try-row { display: none; }
.try-error { display: none; padding: 0 8px 4px; font-size: 14px; color: var(--danger); }
.try-form.has-error .try-error { display: block; }

/* Extrait de procès-verbal */
.excerpt { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 36px; box-shadow: var(--shadow-card); display: flex; flex-direction: column; gap: 14px; max-width: 500px; margin-left: auto; }
.excerpt-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.excerpt-head .kicker { color: var(--accent); }
.excerpt-title { font-size: 17px; font-weight: 600; line-height: 1.35; }
.excerpt p { font-size: 14px; line-height: 1.5; color: var(--text-muted); }
.excerpt-vote { display: flex; gap: 10px; align-items: center; padding: 12px 14px; border-radius: 10px; background: var(--accent-soft); font-size: 14px; font-weight: 600; }
.excerpt-vote svg { color: var(--accent); }

/* Étapes, cibles */
.step-card { display: flex; flex-direction: column; gap: 14px; }
.step-num { font-size: 14px; font-weight: 700; color: var(--accent); }
.step-card p, .who-card p { font-size: 16px; color: var(--text-muted); }
.who-card { display: flex; flex-direction: column; gap: 12px; }
.section-head { display: flex; flex-direction: column; gap: 12px; max-width: 640px; }

/* Preuve */
.quote-card { padding: 24px; display: flex; gap: 16px; align-items: flex-start; background: var(--surface); border: 1px dashed var(--border-strong); border-radius: var(--radius-lg); }
.quote-card svg { color: var(--accent); flex: none; margin-top: 2px; }
.quote-card p { font-size: 16px; }

/* Tarif */
.price { display: flex; align-items: baseline; gap: 12px; }
.price strong { font-size: clamp(56px, 6vw, 72px); font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.price span { font-size: 20px; color: var(--border-strong); }
.section-dark .kicker { color: var(--border-strong); }
.section-dark .lead { color: #E5E7EB; }
.price-box { display: flex; flex-direction: column; gap: 18px; padding: 36px; border: 1px solid #374151; border-radius: var(--radius-lg); }
.check-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; color: #E5E7EB; }
.check-list svg { flex: none; margin-top: 3px; color: #7FB0FF; }
.section:not(.section-dark) .check-list li { color: var(--text); }
.section:not(.section-dark) .check-list svg { color: var(--accent); }

/* Fondateur */
.founder { display: flex; gap: 40px; align-items: center; max-width: 900px; margin: 0 auto; }
.founder-photo { width: 96px; height: 96px; border-radius: 999px; flex: none; background: var(--surface-2); border: 1px solid var(--border); overflow: hidden; }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; }
.founder-quote { font-size: 22px; line-height: 1.45; font-weight: 500; text-wrap: pretty; }

/* FAQ */
.faq { display: flex; flex-direction: column; }
.faq details { border-top: 1px solid var(--border); padding: 4px 0; }
.faq details:last-child { border-bottom: 1px solid var(--border); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 0; font-weight: 600; font-size: 17px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; width: 18px; height: 18px; flex: none; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center/contain no-repeat; color: var(--text-light); transition: transform .15s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 22px; color: var(--text-muted); font-size: 16px; max-width: 720px; }

/* Pages de contenu */
.page-head { padding: clamp(40px, 6vw, 72px) 0 clamp(24px, 4vw, 40px); }
.page-head .stack { max-width: 760px; }
.prose { max-width: 760px; display: flex; flex-direction: column; gap: 18px; }
.prose h2 { margin-top: 28px; font-size: 26px; }
.prose h3 { margin-top: 12px; }
.prose ul, .prose ol { padding-left: 22px; display: flex; flex-direction: column; gap: 8px; }
.prose table { border-collapse: collapse; width: 100%; font-size: 15px; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--border); vertical-align: top; }
.prose th { font-weight: 600; background: var(--surface); }
.callout { padding: 20px 24px; border-radius: var(--radius-md); background: var(--surface); border: 1px solid var(--border); }
.cta-band { display: flex; flex-direction: column; align-items: center; gap: 24px; text-align: center; }
.cta-band .try-form { width: min(720px, 100%); text-align: left; }
.todo { border: 1px dashed var(--border-strong); background: var(--surface); padding: 16px 20px; border-radius: var(--radius-md); color: var(--text-muted); font-size: 15px; }

/* Vidéo (façade cliquable, pas de lecteur chargé avant le clic) */
.video-facade { display: flex; flex-direction: column; gap: 10px; }
.video-facade-btn { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; padding: 0; border: 0; border-radius: var(--radius-lg); overflow: hidden; background: #111827; cursor: pointer; }
.video-facade-btn img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.video-play { position: absolute; inset: 0; margin: auto; width: 72px; height: 72px; border-radius: 999px; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(17,24,39,.3); }
.video-facade-btn:hover .video-play { background: var(--accent-hover); }
.video-facade iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: var(--radius-lg); }

/* Procès-verbal en lecture */
.pv { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 48px); display: flex; flex-direction: column; gap: 14px; font-size: 16px; }
.pv-title { font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--text-light); }
.pv h2 { font-size: 22px; margin-top: 24px; }
.pv h3 { font-size: 18px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 6px; }
.pv-point { font-size: 13px; font-weight: 700; color: var(--accent); letter-spacing: .06em; text-transform: uppercase; }
.pv p { color: var(--text); }
.pv-note { color: var(--text-muted); font-size: 15px; }
.pv-speech strong { color: var(--ink); }
.pv-vote { padding: 10px 14px; border-radius: 10px; background: var(--accent-soft); font-weight: 500; font-size: 15px; }
.pv-decision { font-weight: 700; margin-top: -8px; }
.excerpt-title strong, .excerpt p strong { color: var(--ink); }
.pv ul { padding-left: 22px; display: flex; flex-direction: column; gap: 6px; }
.pv ul a { color: var(--accent); }
.pv-review { margin-top: 24px; padding: 20px 24px; border-radius: var(--radius-md); background: var(--surface); border: 1px dashed var(--border-strong); display: flex; flex-direction: column; gap: 10px; }
.pv-review h2 { margin-top: 0; font-size: 18px; }

/* Réactif */
@media (max-width: 980px) {
  .grid-2, .grid-3 { grid-template-columns: 1fr; gap: 32px; }
  .excerpt { margin-left: 0; max-width: none; }
  .site-nav { gap: 20px; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .lead { font-size: 16px; }
  .site-header .container { height: 64px; }
  .brand-mark { width: 28px; height: 28px; }
  .brand-name { font-size: 18px; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 64px; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--border); padding: 8px 20px 16px; z-index: 20; }
  .site-nav a { padding: 12px 0; border-top: 1px solid var(--border); }
  .site-header { position: relative; }
  .site-header.is-open .site-nav { display: flex; }
  .menu-toggle { display: inline-flex; }
  .header-actions .link-muted { display: none; }
  .header-actions { gap: 10px; }
  .btn-label-long { display: none; }
  .btn-label-short { display: inline; }
  .try-row { flex-direction: column; }
  .try-row input, .try-row .btn { height: 48px; }
  .reassurance { flex-direction: column; gap: 10px; }
  .card-pad { padding: 22px; }
  .excerpt { padding: 22px; }
  .founder { flex-direction: column; align-items: flex-start; gap: 20px; }
  .founder-quote { font-size: 18px; }
  .price-box { padding: 24px; }
  .site-footer .container { flex-direction: column; align-items: flex-start; }
  .section-head { max-width: none; }
}
