/**
 * IACD — Robot Devis page overrides
 * Importer APRÈS home.css
 */

/* 3 plans en grille sur desktop */
@media (min-width: 1024px) {
  .iacd-plans-grid--robot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
  }
}

/* Plan featured Robot : gold ring fort */
.iacd-plan-card--featured .iacd-plan-name {
  color: var(--iacd-gold-light);
}
