/* ========================================
   HEADER - Styles hero, badge, titres
======================================== */

header.hero {
  text-align: center;
  margin: 20px 0 -15px 0;
  padding: 0;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--glass);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  box-shadow: var(--shadow);
  margin: 0 0 8px 0;
}

.badge svg {
  width: 14px;
  height: 14px;
}

h1.title {
  font-size: clamp(28px, 5vw, 38px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px 0;
  color: var(--text);
}

p.subtitle {
  max-width: 820px;
  margin: 0 auto -20px auto;  /* Colle le bleu au violet */
  padding: 0;
  color: var(--text-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
