/* BookCrew — styles propres aux pages métier.
   Extrait le 21/08/2026 du <style> inline, identique sur les dix
   pages : une retouche se fait ici, pas en dix endroits. */

:root { --red: #FF7675; --amber: #FDCB6E; }
body::before {
  content: ""; position: fixed; top: 0; left: 0;
  width: 100vw; height: 100vh; height: 100lvh; z-index: -2;
  background: var(--bg) url("/bg-stage.jpg?v=2") center / cover no-repeat;
  opacity: 0.4;
}
@media (max-width: 720px) { body::before { background-position: right center; opacity: 0.25; } }
body::after {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  opacity: .045; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(10,10,15,.55); backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
}
.lp { overflow-x: clip; }
.wrap { max-width: 980px; margin: 0 auto; padding: 0 24px; }
.eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--violet-light); margin: 0 0 12px; }
.sig { font-weight: 900; letter-spacing: .04em; color: var(--violet-light); white-space: nowrap; }
.sig.sig-red { color: var(--red); }

/* Badges stores (placeholders, comme la v15) */
.badges { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.store-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: #000; color: #fff; border: 1px solid rgba(255,255,255,.28);
  border-radius: 12px; padding: 9px 18px 9px 14px;
  transition: border-color .15s ease, transform .15s ease;
}
.store-badge:hover { border-color: #fff; text-decoration: none; transform: translateY(-1px); }
.store-badge svg { width: 26px; height: 26px; flex: none; }
.store-badge .sb-txt { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.store-badge .sb-txt small { font-size: 10px; font-weight: 600; opacity: .75; letter-spacing: .02em; }
.store-badge .sb-txt b { font-size: 16px; font-weight: 800; letter-spacing: -.01em; }
.ghost { color: var(--text); font-weight: 700; font-size: 15px; border-bottom: 1px dashed var(--text-3); padding-bottom: 2px; }
.ghost:hover { text-decoration: none; border-color: var(--violet-light); color: var(--violet-light); }

/* Hero métier */
.mhero { max-width: 780px; margin: 0 auto; padding: 64px 0 10px; text-align: left; }
.mhero h1 { font-size: clamp(32px, 5.4vw, 54px); line-height: 1.04; font-weight: 900; letter-spacing: -.04em; margin: 14px 0 18px; }
.mhero h1 .gl {
  background: linear-gradient(100deg, var(--violet-light), #cbb6ff 52%, var(--green));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
  text-shadow: 0 0 55px rgba(139,95,240,.4);
}
.mhero .lead { color: var(--text-2); font-size: clamp(15.5px, 1.9vw, 17.5px); line-height: 1.65; margin: 0 0 14px; }
.mhero .cta-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 24px; }
.btn-glow { box-shadow: 0 12px 40px rgba(110,63,227,.5); font-size: 16px; padding: 15px 32px; }
.btn-glow:hover { box-shadow: 0 16px 54px rgba(110,63,227,.7); }
.reassure { margin: 14px 0 0; font-size: 13.5px; color: var(--text-3); }
.reassure b { color: var(--green); font-weight: 800; }

/* Bénéfices */
.sec-head { max-width: 780px; margin: 66px auto 6px; }
.sec-head h2 { font-size: clamp(24px, 3.8vw, 34px); font-weight: 900; letter-spacing: -.03em; margin: 6px 0 10px; }
.sec-head > p { color: var(--text-2); font-size: 15.5px; margin: 0; }
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 900px; margin: 24px auto 0; }
.benefit { background: var(--card); border: 1px solid var(--border); border-radius: 18px; padding: 24px 22px; }
.benefit h3 { margin: 0 0 8px; font-size: 17px; font-weight: 900; letter-spacing: -.02em; }
.benefit p { margin: 0; color: var(--text-2); font-size: 14.5px; line-height: 1.6; }

/* Scénario d'usage (pas un témoignage — un exemple) */
.scenario {
  max-width: 780px; margin: 70px auto 0; padding: 34px 32px;
  border: 1px solid rgba(139,95,240,.4); border-radius: 24px;
  background: radial-gradient(90% 140% at 12% 0, rgba(110,63,227,.2), transparent 68%), rgba(20,20,32,.6);
}
.scenario h2 { font-size: clamp(21px, 3vw, 27px); font-weight: 900; letter-spacing: -.03em; margin: 6px 0 12px; }
.scenario p { color: var(--text-2); font-size: 15px; line-height: 1.7; margin: 0 0 10px; }
.scenario p:last-child { margin-bottom: 0; }
.scenario .note { font-size: 12.5px; color: var(--text-3); }

/* FAQ (comme la v15) */
.faq { max-width: 720px; margin: 22px auto 0; display: grid; gap: 10px; }
.faq details { background: var(--card); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.faq details[open] { border-color: rgba(139,95,240,.5); }
.faq summary { list-style: none; cursor: pointer; padding: 16px 46px 16px 20px; font-size: 15px; font-weight: 800; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--violet-light); font-size: 20px; font-weight: 900; transition: transform .15s ease; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { margin: 0; padding: 0 20px 16px; color: var(--text-2); font-size: 14.5px; line-height: 1.6; }

/* Autres métiers (maillage interne) */
.siblings { max-width: 780px; margin: 66px auto 0; }
/* 27/08 : « était plus grand et centré avant, c'était mieux » — retour
   au titre de section plein format, centré au-dessus des pastilles. */
.siblings h2 {
  font-size: clamp(22px, 3.4vw, 30px); font-weight: 900;
  letter-spacing: -.03em; margin: 0 0 18px; text-align: center;
}
.sib-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.sib-links a {
  display: inline-block; padding: 9px 16px; border-radius: 999px;
  border: 1px solid var(--border); background: rgba(20,20,32,.66);
  color: var(--text-2); font-size: 13.5px; font-weight: 700;
}
.sib-links a:hover { border-color: var(--violet); color: var(--violet-light); text-decoration: none; }

/* CTA final (comme la v15) */
.final { position: relative; text-align: center; max-width: 720px; margin: 76px auto 96px; padding: 52px 30px; border: 1px solid rgba(139,95,240,.35); border-radius: 30px; background: radial-gradient(80% 120% at 50% 0, rgba(110,63,227,.22), transparent 70%); }
.final h2 { font-size: clamp(24px, 4vw, 34px); font-weight: 900; letter-spacing: -.03em; margin: 0 0 12px; }
.final p { color: var(--text-2); margin: 0 0 26px; font-size: 15.5px; }
.final .badges { justify-content: center; margin-bottom: 16px; }

/* Titres teintés violet (comme la v15) */
.sec-head h2, .benefit h3, .scenario h2, .final h2, .siblings h2 {
  background: linear-gradient(100deg, var(--violet-light), #cdbcff 60%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.sec-head h2 .sig { -webkit-text-fill-color: currentColor; }

.preview-tag {
  position: fixed; z-index: 50; left: 14px; bottom: 14px;
  padding: 6px 12px; border-radius: 999px; font-size: 11px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; cursor: help;
  background: rgba(253,203,110,.12); border: 1px solid rgba(253,203,110,.5);
  color: var(--amber); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}

@supports (animation-timeline: view()) {
  .reveal { animation: revealUp linear both; animation-timeline: view(); animation-range: entry 2% cover 24%; }
  @keyframes revealUp { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: translateY(0); } }
}
@media (max-width: 720px) {
  .benefits { grid-template-columns: 1fr; }
  .mhero { padding-top: 44px; }
  .mhero .cta-row, .badges { justify-content: flex-start; }
  .scenario { padding: 28px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { animation: none !important; opacity: 1 !important; transform: none !important; }
}
