/* ============================================================
   style-v2-extras.css — Création Conseil / Version 2
   Complément et overrides de style.css — fidèle au document source
   Optik 360 — 2026
   ============================================================ */

/* HERO — 6e enfant (hero-sub ajouté avant hero-cta) */
.hero-l > *:nth-child(6) { animation-delay: 0.70s; }

/* HERO — paragraphe secondaire */
.hero-sub {
  font-size: 0.93rem;
  line-height: 1.72;
  color: var(--gray);
  font-weight: 300;
  max-width: 460px;
  margin-top: -1rem;
  margin-bottom: 1.75rem;
}

/* HERO — email dans le bloc CTA */
.hero-mail {
  font-size: 0.82rem;
  color: var(--gray);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.hero-mail:hover { color: var(--blue); }

/* EXPERTISE — texte colonne droite */
.exp-body2 {
  font-size: 1.08rem;
  line-height: 1.82;
  color: var(--ink);
  font-weight: 300;
  margin-bottom: 1.75rem;
}

.exp-accomp-title {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 0.85rem;
}

.exp-accomp-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.exp-accomp-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-size: 1rem;
  color: var(--ink);
  font-weight: 300;
  line-height: 1.58;
}

.exp-accomp-list li::before {
  content: '→';
  color: var(--blue);
  font-size: 1.05rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

/* SERVICES — listes à puces dans les cartes */
.svc-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.svc-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: var(--gray);
  font-weight: 300;
  line-height: 1.55;
}

.svc-list li::before {
  content: '—';
  color: rgba(74, 142, 197, 0.55);
  font-size: 0.8rem;
  flex-shrink: 0;
  margin-top: 0.05rem;
}

/* APPROCHE — Mon rôle : liste */
.app-role {
  margin-bottom: 2rem;
}

.app-role-title {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(243, 239, 232, 0.5);
  margin-bottom: 0.85rem;
}

.app-role-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.app-role-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-size: 1rem;
  color: var(--cream2);
  font-weight: 300;
  line-height: 1.55;
}

.app-role-list li::before {
  content: '+';
  color: var(--blue);
  font-size: 1.25rem;
  font-weight: 300;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

/* DIFFÉRENCIATION — layout modifié (intro textuel à gauche) */
#diff .diff-layout {
  grid-template-columns: 1fr 1.6fr;
}

.diff-intro {
  font-size: 0.97rem;
  line-height: 1.78;
  color: var(--ink);
  font-weight: 300;
  margin-top: 0.5rem;
}

.diff-conclusion {
  font-family: var(--serif);
  font-size: 1.12rem;
  font-style: italic;
  font-weight: 400;
  color: var(--ink);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--div);
  line-height: 1.5;
}

/* RESPONSIVE — additions v2 */
@media (max-width: 1300px) {
  .hero-sub { max-width: 100%; }
}

@media (max-width: 860px) {
  .hero-sub { max-width: 100%; }

  #diff .diff-layout {
    grid-template-columns: 1fr;
  }
}
