/* ===== Page Automobilia – Hero premium + magie (kit clé en main) ===== */

.hero.hero-premium {
  padding: 96px 0 40px;
}

.hero-premium-inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kicker {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: 0.85;
  margin-bottom: 20px;
}

.kicker-dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--accent);
}

.hero-premium .h1 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.08;
  font-size: clamp(38px, 4.8vw, 54px);
  margin: 0 0 32px;
  width: 100%;
}

.hero-premium .sub {
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0 0 36px;
  max-width: none;
  width: 100%;
}

.hero-premium .sub strong {
  color: var(--text);
  font-weight: 600;
}

.hero-synthesis {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--ink);
  font-weight: 500;
  margin: 0 auto 28px;
  max-width: 720px;
  width: 100%;
}

.hero-premium-inner .bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.chip {
  border: 1px solid var(--border);
  background: var(--surface2);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  color: var(--ink);
}

.hero-premium-inner .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.hero-premium .cta-row .btn {
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 12px 16px;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--font-body);
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease, border-color 0.12s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hero-premium .cta-row .btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 24px rgba(168, 102, 59, 0.25);
}

.hero-premium .cta-row .btn-primary:hover {
  transform: translateY(-1px);
}

.hero-premium .cta-row .btn-secondary {
  background: transparent;
  border-color: var(--border);
  color: var(--ink);
}

.hero-premium .cta-row .btn-secondary:hover {
  background: var(--surface2);
  transform: translateY(-1px);
}

.hero-premium-inner .platforms {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid var(--border);
  font-size: 13px;
  color: var(--muted);
  width: 100%;
  box-sizing: border-box;
}

.hero-premium-inner .note {
  font-size: 13px;
  color: var(--muted);
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.platforms strong {
  color: var(--text);
  font-weight: 600;
}

@media (max-width: 640px) {
  .hero-premium .h1 {
    font-size: 38px;
  }
  .hero.hero-premium {
    padding: 64px 0 32px;
  }
}

/* CTA secondaire discret */
.hero-cta-secondary {
  font-size: 0.9rem;
  color: var(--text-muted) !important;
}

.hero-cta-secondary:hover {
  color: var(--text) !important;
}

/* Pas de stats ni mockup sur cette version hero */
.hero-automobilia .hero-stats,
.hero-automobilia .hero-visual {
  display: none;
}

/* Header Automobilia : logo + Automobilia sur une seule ligne */
.logo-header-automobilia {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
}

.logo-header-automobilia .logo-img {
  height: 56px;
  width: auto;
  flex-shrink: 0;
}

.logo-header-automobilia .logo-tag {
  margin-left: 0;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .logo-header-automobilia .logo-img {
    height: 48px;
  }
}

/* Tag "Automobilia" dans le logo (footer etc.) */
.logo-tag {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-secondary);
  margin-left: 0.35rem;
}

.page-automobilia .logo-tag {
  color: var(--text-muted);
}

/* Moins d’espace entre les blocs */
.page-automobilia .section {
  padding: 2.75rem 1.5rem;
}

.page-automobilia .section-intro {
  margin-bottom: 1.5rem;
}

.page-automobilia .features .section-title,
.page-automobilia .how-it-works .section-title {
  margin-bottom: 1.5rem;
}

.page-automobilia main .section:first-of-type {
  padding-top: 1.5rem;
}

/* ===== Section Plateformes compatibles ===== */
.plateformes-section {
  background: var(--bg-card);
}

.plateformes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1.5rem;
  max-width: 800px;
  margin: 0 auto 1.5rem;
}

.plateforme-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.25rem 1rem;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 500;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.plateforme-item:hover {
  border-color: var(--accent);
  box-shadow: 0 4px 12px -4px rgba(75, 60, 53, 0.12);
}

.plateforme-item-plus {
  cursor: default;
  font-size: 0.9rem;
  color: var(--muted);
}

.plateforme-item-plus:hover {
  border-color: var(--border);
  box-shadow: none;
}

.plateforme-logo-plus {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
}

/* Logo : image (favicon) ou initiale en secours */
.plateforme-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.plateforme-logo img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.plateforme-initial {
  display: none;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: var(--bg);
  border: 1px solid var(--border);
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
}

.plateforme-initial.fallback {
  display: flex;
}

