/* ============================================================
   LP1 v2 · Prospection B2B
   Auto repair signals → angles commerciaux
   ============================================================ */

/* Hero list — signaux de prospection */
.lp1v2-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 64px;
  align-items: start;
}
@media (max-width: 1000px) { .lp1v2-hero-grid { grid-template-columns: 1fr; gap: 48px; } }

.lp1v2-strike {
  position: relative;
  display: inline-block;
}
.lp1v2-strike::after {
  content: '';
  position: absolute;
  left: -2%;
  right: -2%;
  top: 56%;
  height: 4px;
  background: var(--accent);
  transform: rotate(-1.5deg);
}

.signals {
  background: var(--bg1);
  border: 1px solid var(--border);
  font-family: var(--font-body);
}
.signals-head {
  display: flex; justify-content: space-between;
  padding: 14px 18px;
  background: var(--bg2);
  border-bottom: 1px solid var(--border);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--fg3);
}
.signals-head .title { color: var(--fg1); font-weight: 600; }

.signal-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--border);
  align-items: center;
}
.signal-row:last-child { border-bottom: 0; }
.signal-row.featured {
  background: var(--accent-light);
  border-left: 3px solid var(--accent);
  padding-left: 15px;
}
.signal-row .biz {
  display: flex; flex-direction: column; gap: 4px;
}
.signal-row .biz .name {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 600;
  color: var(--fg1);
  letter-spacing: -0.01em;
}
.signal-row .biz .meta {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg3);
  letter-spacing: 0.04em;
}
.signal-row .mentions {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--fg2);
  text-align: right;
  line-height: 1.4;
}
.signal-row .mentions b {
  color: var(--accent);
  font-weight: 600;
  display: block;
  font-size: 14px;
}
.signal-row .angle {
  font-family: var(--font-mono);
  font-size: 11px;
  background: var(--ink);
  color: #fafaf9;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
}
.signal-row.featured .angle { background: var(--accent); }

.signals-foot {
  padding: 12px 18px;
  background: var(--bg2);
  border-top: 1px solid var(--border);
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg3);
  display: flex; justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Anonymized example block — close-up on one prospect */
.lp1v2-deepdive {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--border);
  background: var(--bg1);
}
@media (max-width: 860px) { .lp1v2-deepdive { grid-template-columns: 1fr; } }
.deepdive-side {
  padding: 36px;
  border-right: 1px solid var(--border);
  background: var(--bg2);
  display: flex; flex-direction: column; gap: 20px;
}
@media (max-width: 860px) {
  .deepdive-side { border-right: 0; border-bottom: 1px solid var(--border); }
}
.deepdive-side h3 { font-family: var(--font-heading); font-size: 24px; letter-spacing: -0.02em; margin: 0; line-height: 1.15; }
.deepdive-side .stamp {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg3);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.deepdive-side .stamp .dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
}
.deepdive-mentions { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.deepdive-mention {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px dashed var(--border-strong);
}
.deepdive-mention:first-child { border-top: 1px solid var(--border-strong); }
.deepdive-mention .lbl {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  color: var(--fg1);
}
.deepdive-mention .bar {
  height: 6px;
  background: var(--bg3);
  border-radius: 3px;
  overflow: hidden;
}
.deepdive-mention .bar span {
  display: block;
  height: 100%;
  background: var(--accent);
  border-radius: 3px;
}
.deepdive-mention .pct {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--fg2);
  text-align: right;
  min-width: 56px;
}

.deepdive-body { padding: 36px; display: flex; flex-direction: column; gap: 18px; }
.deepdive-body .takeaway {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.5;
  color: var(--fg1);
}
.deepdive-body .takeaway em {
  color: var(--accent); font-weight: 500; font-style: normal;
}
.deepdive-body .verbatim-mini {
  background: var(--bg2);
  border-left: 3px solid var(--accent);
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--fg1);
  line-height: 1.5;
  font-style: italic;
}
.deepdive-body .verbatim-mini::before {
  content: '“';
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 0;
  vertical-align: -8px;
  color: var(--accent);
  margin-right: 4px;
}
.deepdive-body .verbatim-mini::after { content: '”'; color: var(--accent); }
.deepdive-body .verbatim-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.deepdive-cta {
  display: flex; gap: 12px; flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}
.deepdive-cta .out {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--fg3);
}
.deepdive-cta .out b {
  display: block;
  font-family: var(--font-heading);
  font-size: 16px;
  color: var(--fg1);
  margin-top: 4px;
  text-transform: none;
  letter-spacing: -0.01em;
}

/* Taxonomy data view — module → thème → verbatim */
.tax-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: baseline;
  padding: 16px 20px;
  border: 1px solid var(--border);
  background: var(--bg1);
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--fg3);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
.tax-meta b {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--fg1);
  text-transform: none;
  letter-spacing: -0.01em;
  margin-right: 4px;
}
.tax-meta .mono { margin-left: auto; color: var(--fg3); }

.tax-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
@media (max-width: 1100px) { .tax-grid { grid-template-columns: 1fr; } }

/* Single flat table layout — simpler */
.tax-wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.tax-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--bg1);
  border: 1px solid var(--border);
  font-family: var(--font-body);
}
.tax-table thead th {
  text-align: left;
  padding: 12px 18px;
  background: var(--bg2);
  border-bottom: 1px solid var(--border);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--fg3);
  font-weight: 500;
}
.tax-table thead .c-vol { width: 110px; }
.tax-table thead .c-pol { width: 220px; }
.tax-table thead .c-vb  { width: 38%; }
.tax-table tbody td { padding: 14px 18px; border-bottom: 1px dashed var(--border-strong); vertical-align: middle; }
.tax-table tbody tr:last-child td { border-bottom: 0; }

.tax-table .fam-row td {
  background: var(--bg2);
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.tax-table .fam-row .fam-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.tax-table .fam-row b {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--fg1);
  letter-spacing: -0.01em;
}
.tax-table .fam-row .fam-sub {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg3);
}
.tax-table .c-th {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  color: var(--fg1);
  letter-spacing: -0.005em;
}
.tax-table .c-vol b {
  font-family: var(--font-heading);
  font-size: 16px;
  color: var(--fg1);
  display: block;
  font-weight: 600;
}
.tax-table .c-vol span {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--fg3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.tax-table .c-pol .pol-bar {
  display: flex;
  height: 6px;
  background: var(--bg3);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 4px;
}
.tax-table .c-pol .pol-bar i { display: block; height: 100%; }
.tax-table .c-pol .pol-bar i.neg { background: var(--accent); }
.tax-table .c-pol .pol-bar i.neu { background: var(--fg3); opacity: 0.4; }
.tax-table .c-pol .pol-bar i.pos { background: #2f7a4f; }
.tax-table .c-pol .pol-leg {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--fg3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.tax-table .c-vb {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--fg2);
  font-style: italic;
  line-height: 1.5;
}
.tax-note {
  margin: 18px auto 0;
  text-align: center;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--fg2);
  max-width: 60ch;
}
@media (max-width: 860px) {
  .tax-table thead { display: none; }
  .tax-table tbody td { display: block; padding: 8px 16px; border-bottom: 0; }
  .tax-table tbody tr { display: block; border-bottom: 1px dashed var(--border-strong); padding: 12px 0; }
  .tax-table .fam-row td { display: flex; }
}

.tax-mod {
  background: var(--bg1);
  display: flex;
  flex-direction: column;
}
.tax-mod header {
  padding: 24px 24px 20px;
  border-bottom: 1px solid var(--border);
  background: var(--bg2);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tax-mod header .tag {
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
}
.tax-mod header h3 {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--fg1);
  margin: 0;
}
.tax-mod header .sub {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.tax-mod header .totals {
  margin-top: 6px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--fg2);
}
.tax-mod header .totals b {
  font-family: var(--font-heading);
  color: var(--fg1);
  font-weight: 600;
}

.tax-mod .themes {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tax-mod .themes li {
  padding: 18px 24px;
  border-bottom: 1px dashed var(--border-strong);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tax-mod .themes li:last-child { border-bottom: 0; }

.tax-mod .th-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.tax-mod .th-name {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  color: var(--fg1);
  letter-spacing: -0.005em;
}
.tax-mod .th-vol {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--accent);
  white-space: nowrap;
}
.tax-mod .bar {
  height: 4px;
  background: var(--bg3);
  border-radius: 2px;
  overflow: hidden;
}
.tax-mod .bar span {
  display: block;
  height: 100%;
  background: var(--accent);
  border-radius: 2px;
}
.tax-mod .polarity {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.tax-mod .pol-bar {
  display: flex;
  height: 6px;
  background: var(--bg3);
  border-radius: 2px;
  overflow: hidden;
}
.tax-mod .pol-bar i { display: block; height: 100%; }
.tax-mod .pol-bar i.neg { background: var(--accent); }
.tax-mod .pol-bar i.neu { background: var(--fg3); opacity: 0.45; }
.tax-mod .pol-bar i.pos { background: #2f7a4f; }
.tax-mod .pol-leg {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--fg3);
  letter-spacing: 0.04em;
}
.tax-mod .th-vb {
  font-family: var(--font-body);
  font-size: 12.5px;
  color: var(--fg2);
  font-style: italic;
  line-height: 1.5;
  margin: 4px 0 0;
  padding: 8px 10px;
  border-left: 2px solid var(--accent);
  background: var(--bg2);
}
.tax-mod .th-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--fg3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
}

.tax-foot {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr auto 1.4fr;
  gap: 24px;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--border);
  background: var(--bg1);
}
@media (max-width: 900px) {
  .tax-foot { grid-template-columns: 1fr; }
  .tax-foot .tax-arrow { display: none; }
}
.tax-foot-item .mono {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 6px;
}
.tax-foot-item p {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--fg1);
  line-height: 1.5;
  margin: 0;
}
.tax-foot-item p b { color: var(--accent); font-weight: 600; }
.tax-arrow {
  font-family: var(--font-mono);
  color: var(--accent);
  font-size: 22px;
}

/* "Pour qui" personas */
.personas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 32px;
}
@media (max-width: 860px) { .personas { grid-template-columns: 1fr; } }
.persona {
  background: var(--bg1);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.persona .role {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.persona h3 { font-family: var(--font-heading); font-size: 20px; letter-spacing: -0.015em; margin: 0; line-height: 1.2; }
.persona p { font-family: var(--font-body); font-size: 15px; color: var(--fg2); line-height: 1.55; margin: 0; }
.persona .play {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px dashed var(--border-strong);
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.persona .play b {
  display: block;
  font-family: var(--font-heading);
  color: var(--fg1);
  font-size: 14px;
  text-transform: none;
  letter-spacing: -0.01em;
  margin-top: 4px;
}
