/* Pages annexes du site — FAQ, Pourquoi, Fonctionnement */

/* Hero de page */
.page-hero { padding: 72px 0 40px; text-align: center; }
.page-hero .section-eyebrow { justify-content: center; }
.page-hero h1 {
  font-size: clamp(34px, 5vw, 54px); font-weight: 600;
  letter-spacing: -0.035em; line-height: 1.08; margin: 14px 0 16px;
  text-wrap: balance;
}
.page-hero h1 .accent { color: var(--green-800); }
.page-hero p {
  font-size: 16.5px; color: var(--ink-500); line-height: 1.6;
  max-width: 620px; margin: 0 auto; text-wrap: pretty;
}

/* ===== FAQ ===== */
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-cat {
  font-size: 11px; font-family: var(--font-mono); text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--green-800); font-weight: 600;
  margin: 26px 0 4px; display: flex; align-items: center; gap: 8px;
}
.faq-cat:first-child { margin-top: 0; }
.faq-item {
  background: white; border: 1px solid var(--ink-100); border-radius: 16px;
  overflow: hidden; transition: border-color .15s, box-shadow .15s;
}
.faq-item.open { border-color: var(--green-300); box-shadow: 0 8px 24px rgba(28,25,23,0.05); }
.faq-q {
  display: flex; align-items: center; gap: 14px; width: 100%;
  padding: 18px 22px; cursor: pointer; background: none; border: none;
  font-family: inherit; text-align: left;
  font-size: 15.5px; font-weight: 600; letter-spacing: -0.015em; color: var(--ink-900);
}
.faq-q:hover { color: var(--green-800); }
.faq-q .chev {
  margin-left: auto; flex-shrink: 0;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--bg-cream); color: var(--ink-500);
  display: grid; place-items: center; transition: transform .2s, background .2s, color .2s;
}
.faq-item.open .faq-q .chev { transform: rotate(45deg); background: var(--green-800); color: white; }
.faq-a { padding: 0 22px 20px; font-size: 14px; line-height: 1.65; color: var(--ink-700); }
.faq-a p { margin: 0 0 10px; }
.faq-a p:last-child { margin-bottom: 0; }
.faq-a b { color: var(--ink-900); }
.faq-a .tick-list { list-style: none; margin: 10px 0 0; padding: 0; display: flex; flex-direction: column; gap: 7px; }
.faq-a .tick-list li { display: flex; gap: 9px; align-items: flex-start; }
.faq-a .tick-list li svg { flex-shrink: 0; color: var(--green-700); margin-top: 3px; }
.faq-contact {
  max-width: 780px; margin: 40px auto 0; text-align: center;
  background: linear-gradient(140deg, var(--green-100) 0%, var(--warm-yellow-light) 100%);
  border: 1px solid var(--green-200); border-radius: 22px; padding: 32px 28px;
}
.faq-contact h3 { font-size: 20px; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 6px; }
.faq-contact p { font-size: 14px; color: var(--ink-700); margin: 0 0 16px; }

/* ===== Pourquoi ===== */
.why-manifesto { max-width: 720px; margin: 0 auto; }
.why-manifesto p {
  font-size: clamp(19px, 2.4vw, 24px); line-height: 1.55; letter-spacing: -0.015em;
  color: var(--ink-700); margin: 0 0 28px; text-wrap: pretty;
}
.why-manifesto p b { color: var(--ink-900); font-weight: 600; }
.why-manifesto p .hl { color: var(--green-800); font-weight: 600; }
.why-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 48px 0; }
.why-stat {
  background: white; border: 1px solid var(--ink-100); border-radius: 20px;
  padding: 26px 24px; text-align: center;
}
.why-stat .v { font-size: clamp(30px, 4vw, 42px); font-weight: 650; letter-spacing: -0.04em; color: var(--green-800); }
.why-stat .l { font-size: 13px; color: var(--ink-500); margin-top: 6px; line-height: 1.45; }
.why-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.why-pillar {
  background: white; border: 1px solid var(--ink-100); border-radius: 22px; padding: 26px;
}
.why-pillar .ic {
  width: 44px; height: 44px; border-radius: 14px;
  background: var(--green-800); color: white;
  display: grid; place-items: center; margin-bottom: 16px;
}
.why-pillar h4 { font-size: 17px; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 8px; }
.why-pillar p { font-size: 13.5px; line-height: 1.6; color: var(--ink-500); margin: 0; }
.why-quote {
  max-width: 780px; margin: 0 auto; text-align: center;
  padding: 48px 24px;
}
.why-quote blockquote {
  font-size: clamp(22px, 3vw, 30px); font-weight: 500; letter-spacing: -0.025em;
  line-height: 1.4; color: var(--ink-900); margin: 0 0 14px; text-wrap: balance;
}
.why-quote blockquote .accent { color: var(--green-800); }
.why-quote cite { font-style: normal; font-size: 13px; color: var(--ink-500); }

/* ===== Fonctionnement ===== */
.how-steps { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
.how-step {
  display: grid; grid-template-columns: 64px 1fr; gap: 24px;
  position: relative; padding-bottom: 44px;
}
.how-step::before {
  content: ""; position: absolute; left: 31px; top: 64px; bottom: 8px;
  width: 2px; background: var(--ink-100);
}
.how-step:last-child::before { display: none; }
.how-step .num {
  width: 64px; height: 64px; border-radius: 20px; flex-shrink: 0;
  background: white; border: 1px solid var(--ink-100);
  display: grid; place-items: center; color: var(--green-800);
  position: relative; z-index: 1;
}
.how-step h3 { font-size: 21px; font-weight: 600; letter-spacing: -0.025em; margin: 6px 0 8px; }
.how-step h3 .tag {
  display: inline-block; margin-left: 10px; padding: 3px 10px; border-radius: 999px;
  font-size: 10px; font-family: var(--font-mono); text-transform: uppercase;
  letter-spacing: 0.08em; font-weight: 600; vertical-align: 3px;
  background: var(--green-100); color: var(--green-800);
}
.how-step > div > p { font-size: 14.5px; line-height: 1.65; color: var(--ink-500); margin: 0 0 14px; max-width: 640px; }
.how-step > div > p b { color: var(--ink-900); }
.how-detail {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px;
  max-width: 640px;
}
.how-chip {
  display: flex; align-items: flex-start; gap: 10px;
  background: white; border: 1px solid var(--ink-100); border-radius: 14px;
  padding: 12px 14px; font-size: 12.5px; line-height: 1.45; color: var(--ink-700);
}
.how-chip svg { flex-shrink: 0; color: var(--green-700); margin-top: 1px; }
.how-chip b { display: block; color: var(--ink-900); margin-bottom: 2px; }
.how-roles {
  max-width: 860px; margin: 0 auto;
  background: white; border: 1px solid var(--ink-100); border-radius: 24px; padding: 28px;
}
.how-roles h3 { font-size: 19px; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 4px; }
.how-roles > p { font-size: 13.5px; color: var(--ink-500); margin: 0 0 18px; }
.how-role-row {
  display: grid; grid-template-columns: 200px 1fr auto; gap: 16px; align-items: center;
  padding: 13px 4px; border-top: 1px dashed var(--ink-100);
}
.how-role-row .who { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 600; }
.how-role-row .who .ic {
  width: 32px; height: 32px; border-radius: 10px; flex-shrink: 0;
  background: var(--green-100); color: var(--green-800);
  display: grid; place-items: center;
}
.how-role-row .what { font-size: 12.5px; color: var(--ink-500); line-height: 1.45; }
.how-role-row .ctl { font-size: 10.5px; font-weight: 600; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.how-role-row .ctl.full { background: var(--green-100); color: var(--green-800); }
.how-role-row .ctl.scoped { background: var(--warm-yellow-light); color: #8B6914; }

.page-cta { text-align: center; padding: 24px 0 64px; }
.page-cta .btn-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.page-cta a.primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--green-800); color: white; border-radius: 999px;
  padding: 14px 26px; font-size: 15px; font-weight: 500; text-decoration: none;
}
.page-cta a.primary:hover { background: var(--green-900); }
.page-cta a.ghost {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--green-800); border: 1px solid var(--green-300); border-radius: 999px;
  padding: 14px 26px; font-size: 15px; font-weight: 500; text-decoration: none; background: white;
}

/* ===== Pourquoi — version manifeste dense ===== */
.whyalt { max-width: 680px; margin: 0 auto; }
.whyalt-lead {
  font-size: 19px; line-height: 1.6; color: var(--ink-900);
  letter-spacing: -0.01em; margin: 0 0 40px;
  padding-bottom: 32px; border-bottom: 1px solid var(--ink-100);
  text-wrap: pretty;
}
.whyalt h2 {
  font-size: 15px; font-weight: 600; letter-spacing: 0.02em;
  text-transform: uppercase; color: var(--green-800);
  font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.12em;
  margin: 40px 0 14px;
}
.whyalt p {
  font-size: 15.5px; line-height: 1.75; color: var(--ink-700);
  margin: 0 0 18px; text-wrap: pretty;
}
.whyalt p b { color: var(--ink-900); }
.whyalt-sign {
  margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--ink-100);
}
.whyalt-sign p {
  font-size: 24px; line-height: 1.4; letter-spacing: -0.02em;
  color: var(--ink-900); margin: 0 0 12px; font-weight: 500;
}
.whyalt-sign p b { color: var(--green-800); font-weight: 600; }
.whyalt-sign cite { font-style: normal; font-size: 13px; color: var(--ink-500); }

/* ===== Fonctionnalités — onglets ===== */
.feat-tabs {
  display: flex; justify-content: center; gap: 8px; flex-wrap: wrap;
  margin-bottom: 28px;
}
.feat-tab {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 20px; border-radius: 999px;
  border: 1px solid var(--ink-100); background: white;
  font-family: inherit; font-size: 14px; font-weight: 500; color: var(--ink-700);
  cursor: pointer; transition: all .15s;
}
.feat-tab:hover { border-color: var(--green-300); color: var(--green-800); }
.feat-tab.on { background: var(--green-800); border-color: var(--green-800); color: white; }
.feat-intro {
  text-align: center; font-size: 15.5px; color: var(--ink-500);
  max-width: 560px; margin: 0 auto 32px;
}
.feat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  max-width: 1080px; margin: 0 auto;
}
.feat-card {
  background: white; border: 1px solid var(--ink-100); border-radius: 22px;
  padding: 24px;
}
.feat-card .ic {
  width: 40px; height: 40px; border-radius: 13px;
  background: var(--green-100); color: var(--green-800);
  display: grid; place-items: center; margin-bottom: 14px;
}
.feat-card h4 { font-size: 16px; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 7px; }
.feat-card p { font-size: 13px; line-height: 1.6; color: var(--ink-500); margin: 0; }
@media (max-width: 900px) { .feat-grid { grid-template-columns: 1fr; } }

@media (max-width: 900px) {
  .why-stats, .why-pillars { grid-template-columns: 1fr; }
  .how-step { grid-template-columns: 48px 1fr; gap: 16px; }
  .how-step .num { width: 48px; height: 48px; border-radius: 15px; }
  .how-step::before { left: 23px; }
  .how-role-row { grid-template-columns: 1fr; gap: 8px; }
}
