/* ===== Page Mobilier Design – spécificités ===== */

/* Moins d’espace entre les blocs */
.page-mobilier .section {
  padding: 2.75rem 1.5rem;
}

.page-mobilier .section-intro {
  margin-bottom: 1.5rem;
}

.page-mobilier .features .section-title,
.page-mobilier .how-it-works .section-title {
  margin-bottom: 1.5rem;
}

.page-mobilier main .section:first-of-type {
  padding-top: 1.5rem;
}

/* Header : logo + Mobilier sur une ligne */
.logo-header-mobilier {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
}

.logo-header-mobilier .logo-img {
  height: 56px;
  width: auto;
  flex-shrink: 0;
}

.logo-header-mobilier .logo-tag {
  margin-left: 0;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .logo-header-mobilier .logo-img {
    height: 48px;
  }
}

/* Hero : bloc texte immersif (partagé avec Montres) */
.hero-immersive-text {
  margin-bottom: 32px;
  width: 100%;
}

.hero-immersive-intro {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.7;
  font-style: italic;
  margin: 0 0 16px;
}

.hero-immersive-brands {
  font-size: 0.95rem;
  color: var(--ink);
  line-height: 1.65;
  margin: 0 0 12px;
  font-weight: 500;
}

.hero-immersive-tools {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 12px;
}

.hero-immersive-platforms {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

/* Promesse : 2 cartes */
.hero-promesse {
  margin-bottom: 32px;
  width: 100%;
}

.hero-promesse-title {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-bottom: 12px;
}

.hero-promesse-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 480px;
  margin: 0 auto;
}

.hero-promesse-card {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.hero-promesse-check {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--success);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.hero-promesse-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.4;
}

@media (max-width: 480px) {
  .hero-promesse-grid {
    grid-template-columns: 1fr;
  }
}
